@charset "UTF-8";
/*!
---- Smart Style Complex Original Stylesheet Template. ----
Thema Name:     smartray
Version:        2.0.0
Last Update:    2026/03/26
Author:         SSC
Company URL:    http://ss-complex.com/
License:        GPL
License URL:    http://www.gnu.org/licenses/gpl.html
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --font-family-ja: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-weight-thin: 100;
  --font-family-en: "Jost",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --color-base-text: #333333;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-ja);
  color: var(--color-base-text);
  -webkit-font-smoothing: antialiased;
  min-width: 1236px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    overflow-x: clip;
  }
}
body.-lock {
  position: fixed;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  min-width: 100%;
}

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

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

video {
  filter: drop-shadow(0 0 #000);
}

.-pc--none {
  display: none;
}
@media screen and (max-width: 767px) {
  .-pc--none {
    display: inline-block;
  }
}

.-sp--none {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .-sp--none {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}

.-no--created {
  pointer-events: none;
  opacity: 0.3;
}

.-no--created {
  cursor: not-allowed;
  filter: blur(1px);
}
@media screen and (max-width: 767px) {
  .-no--created {
    display: block;
  }
}

.-link--none {
  pointer-events: none;
}

p, figure {
  margin: 0;
}

a,
button {
  transition: opacity 0.35s ease-out;
  text-decoration: none;
  cursor: pointer;
  color: currentColor;
}
a:hover,
button:hover {
  opacity: 0.5;
}

.c-button.-color--yellow .c-button__link {
  background-color: #CCB034;
}

body.-lock .c-header {
  background: white;
}

.c-header {
  transition: all 0.3s;
  position: sticky;
  top: 0;
  z-index: 99;
  height: 80px;
  background: transparent;
}
.c-header::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0;
  backdrop-filter: blur(30.2863006592px);
  --webkit-backdrop-filter: blur(30.286300659179688px);
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 60px;
  }
}
.c-header .c-header__contents {
  padding: 0 clamp(19.2px, 0px + 2.5vw, 35px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__contents {
    padding: 0 16px;
  }
}
.c-header .c-header__title a {
  display: block;
  text-decoration: none;
  width: 148px;
  height: 28px;
  will-change: transform;
  transition: all 0.3s;
  overflow: hidden;
  text-indent: 105%;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__title a {
    width: 120px;
    height: 22.7px;
  }
}
.c-header .c-header__title a::before {
  background: url("../img/common/logo.svg") no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-header .c-header__title a:hover {
  opacity: 1;
}
.c-header .c-header__list {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__list {
    display: none;
  }
}
.c-header .c-header__item + .c-header__item {
  margin-left: 30px;
}
.c-header .c-header__itemLink {
  display: inline-flex;
  align-items: center;
  color: #606060;
  text-decoration: none;
}
.c-header .c-header__itemLink .icon {
  width: 18px;
  height: 18px;
  position: relative;
}
.c-header .c-header__itemLink .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-header .c-header__itemLink .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-header .c-header__itemLink .text {
  font-size: 0.75rem;
  margin-left: 10px;
}
.c-header .c-header__menuButton {
  transition: all 0.3s;
  background: transparent;
  appearance: none;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  outline: none;
  position: relative;
  z-index: 99;
  opacity: 1;
  width: 30px;
  height: 15px;
  border-radius: 0px 0px 12px 0px;
  display: flex;
}
.c-header .c-header__menuButton > i {
  display: block;
  height: 1px;
  transition: all 0.5s ease;
  background-color: #7E7E7E;
}
.c-header .c-header__menuButton > i + i {
  margin-top: 6px;
}
.c-header .c-header__menuButton > i:nth-child(1) {
  width: 30px;
}
.c-header .c-header__menuButton > i:nth-child(2) {
  width: 22px;
}
.c-header .c-header__menuButton > i:nth-child(3) {
  width: 15px;
}
.c-header .c-header__menuButton.-active > i {
  width: 30px;
}
.c-header .c-header__menuButton.-active > i:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
.c-header .c-header__menuButton.-active > i:nth-child(1) {
  transform: translate3d(0, 5px, 0) rotate(30deg);
  transition-delay: 0.2s;
}
.c-header .c-header__menuButton.-active > i:nth-child(3) {
  transform: translate3d(0, -10px, 0) rotate(-30deg);
  transition-delay: 0.2s;
}
.c-header .c-header__nav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 80px);
  background-color: white;
  z-index: 97;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px) 0;
}
@media screen and (max-width: 767px) {
  .c-header .c-header__nav {
    top: 60px;
    padding: 20px 0;
    height: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list {
    margin-right: 25px;
  }
}
.c-header__contents .c-header__list .c-header__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list .c-header__item.c-header__item__tel {
    display: block;
  }
  .c-header__contents .c-header__list .c-header__item.c-header__item__tel .text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-header__contents .c-header__list .c-header__item.c-header__item__tel .tel-link__pc[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list .c-header__item.c-header__item__showroom, .c-header__contents .c-header__list .c-header__item.c-header__item__contact {
    display: block;
  }
  .c-header__contents .c-header__list .c-header__item.c-header__item__showroom .text, .c-header__contents .c-header__list .c-header__item.c-header__item__contact .text {
    display: none;
  }
}
.c-header__contents .c-header__list .c-header__item .c-header__list__second {
  display: none;
  position: absolute;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.c-header__contents .c-header__list .c-header__item .c-header__list__second .c-header__item__second a {
  font-size: 0.75rem;
  text-align: center;
  display: block;
  padding: 5px 30px 5px;
  white-space: nowrap;
}

.skiptranslate {
  display: none !important;
}

#glt-translate-trigger {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list {
    display: flex;
  }
  .c-header__contents .c-header__list .c-header__item {
    display: none;
    margin-top: 6px;
  }
  .c-header__contents .c-header__list .c-header__item.c-header__item__lang {
    display: block;
  }
  .c-header__contents .c-header__list .c-header__item + .c-header__item {
    margin-left: 16px;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__itemLink .icon {
    width: 20px;
    height: 20px;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__itemLink .text {
    display: none;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__itemLink:hover {
    opacity: 1;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__list__second {
    left: -40px;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__list__second .c-header__item__second a:hover {
    opacity: 1;
  }
}
.c-lowerhead {
  position: relative;
  height: 360px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-lowerhead {
    height: 120px;
  }
}
.c-lowerhead__image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  max-width: 597px;
  margin: 0;
}
.c-lowerhead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-lowerhead__image {
    width: 40%;
  }
}
.c-lowerhead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 60%, rgba(255, 255, 255, 0) 75%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-lowerhead::after {
    background: linear-gradient(to right, #FFF 60%, rgba(255, 255, 255, 0) 70%);
  }
}
.c-lowerhead__body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(20px, -198.7341772152px + 28.4810126582vw, 200px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-lowerhead__body {
    left: 20px;
  }
}
.c-lowerhead__title {
  font-size: 3rem;
  font-weight: 100;
  color: #5d5d5d;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-lowerhead__title {
    font-size: 1.3125rem;
  }
}
.c-lowerhead__en {
  font-size: 1.5rem;
  font-weight: 100;
  color: #5d5d5d;
  margin: 16px 0 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-lowerhead__en {
    font-size: 0.75rem;
    margin-top: 6px;
  }
}

.c-footer-cta {
  background: #ffffff;
  padding: clamp(20px, -4.3037974684px + 3.164556962vw, 40px) 0;
  border-top: 1px solid #E8E8E8;
}
.c-footer-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-footer-cta__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.c-footer-cta__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px) clamp(20px, 5.417721519px + 1.8987341772vw, 32px);
  background: linear-gradient(154deg, #60CEAF 3.17%, #133D9A 64.85%, #045067 97.31%);
  text-decoration: none;
  transition: opacity 0.2s;
}
.c-footer-cta__item:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .c-footer-cta__item {
    gap: 14px;
  }
}
.c-footer-cta__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0;
}
.c-footer-cta__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer-cta__icon {
    width: 40px;
    height: 40px;
  }
}
.c-footer-cta__body {
  flex: 1;
  min-width: 0;
}
.c-footer-cta__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-footer-cta__title {
    font-size: 0.9375rem;
  }
}
.c-footer-cta__text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-footer-cta__text {
    font-size: 0.75rem;
  }
}
.c-footer-cta__arrow {
  flex-shrink: 0;
  width: 34px;
  height: 8px;
  display: block;
}

.c-footer-showroom {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-footer-showroom {
    flex-direction: column;
  }
}
.c-footer-showroom__item {
  position: relative;
  flex: 1;
  height: 280px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.c-footer-showroom__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  transition: background 0.3s;
}
.c-footer-showroom__item:hover::after {
  background: rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 767px) {
  .c-footer-showroom__item {
    flex: none;
    height: 200px;
  }
}
.c-footer-showroom__image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.c-footer-showroom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.c-footer-showroom__item:hover .c-footer-showroom__image img {
  transform: scale(1.04);
}
.c-footer-showroom__body {
  position: absolute;
  top: 32px;
  left: 20%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-footer-showroom__body {
    top: 20px;
    left: 20px;
  }
}
.c-footer-showroom__arrow {
  position: absolute;
  right: clamp(20px, -4.3037974684px + 3.164556962vw, 40px);
  top: 44px;
  width: 44px;
  height: 9px;
  display: block;
  z-index: 1;
}
.c-footer-showroom__title {
  font-size: 1.625rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 22px;
  line-height: 1.4;
  font-family: initial;
}
@media screen and (max-width: 767px) {
  .c-footer-showroom__title {
    font-size: 1.0625rem;
  }
}
.c-footer-showroom__link {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-footer-showroom__link img {
  width: 26px;
  height: 6px;
  display: block;
  flex-shrink: 0;
}

.c-footer {
  background: #fff;
}
.c-footer__nav-section {
  padding: clamp(40px, 10.835443038px + 3.7974683544vw, 64px) 0 0;
  max-width: 1066px;
  margin: 0 auto;
}
.c-footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.c-footer__catalog-block--showrooms {
  margin-bottom: 40px;
  padding-bottom: clamp(20px, -4.3037974684px + 3.164556962vw, 40px);
}
.c-footer__showroom-areas {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer__showroom-areas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.c-footer__showroom-area {
  font-size: 0.8125rem;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}
.c-footer__showroom-area-group {
  display: flex;
  flex-direction: column;
}
.c-footer__showroom-items {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-footer__showroom-items {
    flex-direction: column;
    gap: 14px;
  }
}
.c-footer__showroom-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .c-footer__showroom-item {
    width: auto;
  }
}
.c-footer__showroom-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-footer__showroom-item a:hover .name {
  opacity: 0.65;
}
.c-footer__showroom-item .name {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  white-space: normal;
  word-break: keep-all;
  transition: opacity 0.2s;
}
.c-footer__showroom-item .loc {
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.4;
}
.c-footer__catalog {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-footer__catalog-heading {
  font-size: 0.875rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
}
.c-footer__catalog-columns {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .c-footer__catalog-columns {
    gap: 1.5rem;
  }
}
.c-footer__catalog-area {
  font-size: 0.8125rem;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}
.c-footer__catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer__catalog-list {
    flex-wrap: wrap;
  }
}
.c-footer__catalog-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-footer__catalog-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-footer__catalog-item a:hover .name {
  opacity: 0.65;
}
.c-footer__catalog-item .name {
  font-family: marcellus;
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.c-footer__catalog-item .loc {
  font-size: 0.75rem;
  color: #333333;
  line-height: 1.4;
}
.c-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }
}
.c-footer__links-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.c-footer__links-parent {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  display: block;
}
.c-footer__links-parent:is(a) {
  transition: opacity 0.2s;
}
.c-footer__links-parent:is(a):hover {
  opacity: 0.65;
}
.c-footer__links-children {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 1rem;
}
.c-footer__links-children li a {
  font-size: 0.75rem;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: opacity 0.2s;
}
.c-footer__links-children li a:hover {
  opacity: 0.65;
}
.c-footer__company {
  padding: clamp(36px, 16.5569620253px + 2.5316455696vw, 52px) 0 0;
}
.c-footer__company-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-footer__company-inner {
    flex-direction: column;
    gap: 24px;
  }
}
.c-footer__company-logo {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 285px;
  margin: 0;
  padding-right: clamp(24px, -19.746835443px + 5.6962025316vw, 60px);
  border-right: 1px solid #888888;
}
.c-footer__company-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__company-logo {
    width: 120px;
    border-right: none;
    padding-right: 0;
    align-self: auto;
    display: block;
  }
}
.c-footer__company-info {
  padding-left: clamp(24px, -19.746835443px + 5.6962025316vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-footer__company-info {
    padding-left: 0;
  }
}
.c-footer__company-namelogo {
  margin: 0 0 24px;
}
.c-footer__company-namelogo img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__company-namelogo {
    margin-bottom: 16px;
  }
}
.c-footer__company-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-footer__company-addresses {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.c-footer__company-address .addr-title {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 4px;
}
.c-footer__company-address .addr-body {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
  line-height: 1.9;
}
.c-footer__sponsors {
  padding: clamp(28px, 13.417721519px + 1.8987341772vw, 40px) 0;
}
.c-footer__sponsors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  max-width: 898px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-footer__sponsors-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-right: 2rem;
  }
}
.c-footer__sponsor {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 898px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-footer__sponsor {
    gap: 16px;
  }
}
.c-footer__sponsor-logo {
  flex-shrink: 0;
  width: 120px;
  margin: 0;
}
.c-footer__sponsor-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__sponsor-logo {
    width: 88px;
  }
}
.c-footer__sponsor-text {
  font-size: 0.6875rem;
  color: #666;
  margin: 0;
}
.c-footer__copyright {
  padding: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0;
  background: linear-gradient(154deg, #60CEAF 3.17%, #133D9A 64.85%, #045067 97.31%);
  position: relative;
}
.c-footer__copyright .c-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footer__copyright-logo {
  margin: 0;
  width: 160px;
  filter: brightness(0) invert(1);
}
.c-footer__copyright-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright-logo {
    width: 120px;
  }
}
.c-footer__copyright-text {
  font-size: 0.75rem;
  color: #fff;
  margin: 0;
  letter-spacing: 0.04em;
}
.c-footer__scroll {
  position: absolute;
  bottom: calc(100% + 23px);
  right: clamp(20px, -23.746835443px + 5.6962025316vw, 56px);
  z-index: 2;
  font-size: 0.625rem;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.c-footer__scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #333;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.c-footer__scroll:hover::before {
  bottom: calc(100% + 35px);
}

.cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 30;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cookieConsent.is-show {
    bottom: 30px;
  }
}
.cookieConsent__text {
  width: 90%;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.cookieConsent__agree {
  font-size: 0.9rem;
  color: #333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #CCC;
}

.cookieConsent.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.fukusya-difference__table {
  border-spacing: 10px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fukusya-difference__table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.fukusya-difference__table td, .fukusya-difference__table th {
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .fukusya-difference__table td, .fukusya-difference__table th {
    padding: 8px;
  }
}
.fukusya-difference__table td.yellow-cell, .fukusya-difference__table th.yellow-cell {
  border-color: #CCB034;
  color: #CCB034;
}
.fukusya-difference__table td.empty-cell, .fukusya-difference__table th.empty-cell {
  border: none;
}

.variation_flexbox {
  display: flex;
  width: 55%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .variation_flexbox {
    width: 100%;
    flex-flow: column;
  }
}
.variation_flexbox .variation_flexbox-2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-2 {
    width: 100%;
    margin-top: 40px;
  }
}
.variation_flexbox .variation_flexbox-2:first-of-type {
  margin-right: clamp(38.4px, 0px + 5vw, 70px);
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-2:first-of-type {
    margin-right: 0;
  }
}
.variation_flexbox .variation_flexbox-2 span {
  margin-bottom: 30px;
  font-weight: bold;
}
.variation_flexbox .variation_flexbox-2 span.partition {
  margin-bottom: 2px;
}
.variation_flexbox .variation_flexbox-2 img {
  height: 470px;
}
.variation_flexbox .variation_flexbox-3 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-3 {
    width: 100%;
    margin-top: 40px;
  }
}
.variation_flexbox .variation_flexbox-3:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-3:first-of-type {
    margin-right: 0;
  }
}
.variation_flexbox .variation_flexbox-3 span {
  margin-bottom: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px);
  font-weight: bold;
}
.variation_flexbox .variation_flexbox-3 img {
  height: 360px;
}

.warranty-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
@media screen and (max-width: 767px) {
  .warranty-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.warranty-table th, .warranty-table td {
  height: 45px;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding: 0 10px;
}
.warranty-table thead th {
  border-bottom: 1px solid #707070;
  color: #CCCCCC;
}
.warranty-table thead th.type {
  width: 32%;
}
.warranty-table thead th.kinds {
  width: 20%;
}
.warranty-table thead th.contents {
  width: 40%;
}
.warranty-table thead th.warranty {
  width: 8%;
}
.warranty-table tbody {
  font-size: 0.875rem;
}
.warranty-table tbody .contents_td {
  text-align: left;
}
.warranty-table tbody .table-image_td {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .warranty-table tbody .table-image_td {
    padding: 0;
    width: 0;
  }
}
.warranty-table tbody .table-image {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .warranty-table tbody .table-image {
    display: none;
  }
}
.warranty-table tbody .warranty_exist {
  position: relative;
}
.warranty-table tbody .warranty_exist span {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: auto;
}
.warranty-table tbody .warranty_none {
  position: relative;
}
.warranty-table tbody .warranty_none span {
  display: block;
  position: relative;
  width: 12px;
  height: 1px;
  background-color: #fff;
  margin: auto;
}

.c-form input,
.c-form button,
.c-form select,
.c-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.c-form textarea {
  resize: vertical;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  display: none;
}
.c-form input[type=submit],
.c-form input[type=button],
.c-form button,
.c-form select {
  cursor: pointer;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form .c-form__item {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__item {
    display: block;
  }
}
.c-form .c-form__itemLeft {
  width: calc(100% - 700px);
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemLeft {
    width: 100%;
    padding-top: 0;
  }
}
.c-form .c-form__itemRight {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemRight {
    width: 100%;
  }
}
.c-form .c-form__itemLabel {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemLabel {
    align-items: center;
  }
}
.c-form .c-form__itemLabel .label {
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  background: #0d47a1;
  padding: 0px 15px;
  margin-left: 5px;
  font-weight: normal;
  font-size: 0.75rem;
}
.c-form .c-form__itemLabel .label.-need {
  background: #e85577;
}
.c-form .c-form__itemLabel .title {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333;
}
.c-form .c-form__itemLabel .title small {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.c-form .c-form__itemInput {
  margin-top: 8px;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #333;
}
.c-form .c-form__itemInput a {
  color: #CCB034;
  text-decoration: underline;
}
.c-form .c-form__itemInput input[type=text],
.c-form .c-form__itemInput input[type=email],
.c-form .c-form__itemInput input[type=tel] {
  width: 100%;
  height: 48px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #969696;
}
.c-form .c-form__itemInput input[type=text]::placeholder,
.c-form .c-form__itemInput input[type=email]::placeholder,
.c-form .c-form__itemInput input[type=tel]::placeholder {
  font-weight: normal;
  font-size: 1rem;
  line-height: 36px;
  text-align: left;
  padding-left: 14px;
  color: #bfbfbf;
}
.c-form .c-form__itemInput.-display--flex .wpcf7-form-control {
  display: flex;
}
.c-form .c-form__itemInput.-display--flex .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0px;
  margin-left: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemInput.-display--flex .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 30px;
  }
}
.c-form .c-form__itemInput .wpcf7-list-item {
  position: relative;
  margin: 0;
  display: block;
}
.c-form .c-form__itemInput .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 15px;
}
.c-form .c-form__itemInput .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.c-form .c-form__itemInput input[type=checkbox] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #969696;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}
.c-form .c-form__itemInput input[type=checkbox]:checked:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid #236099;
  border-right: 3px solid #236099;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
}
.c-form .c-form__itemInput input[type=radio] {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #969696;
  min-width: 18px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}
.c-form .c-form__itemInput input[type=radio]:checked:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #66d989;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
.c-form .c-form__itemInput textarea {
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #969696;
}
.c-form .c-form__itemEmail {
  padding: 8px 24px clamp(18.6514285714px, 0px + 2.4285714286vw, 34px);
  margin-top: 20px;
  background: #efefef;
  position: relative;
}
.c-form .c-form__itemEmail::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 16px solid #efefef;
  border-top: 0;
  position: absolute;
  left: 50px;
  bottom: 100%;
}
.c-form .c-form__itemEmail .title {
  display: block;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 24px;
  color: #acacac;
}
.c-form .c-form__itemEmail .address {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px);
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: center;
  color: #333;
  word-break: break-all;
}
.c-form .c-form__itemAcceptance {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form__itemAcceptance * {
    height: 24px;
  }
}
.c-form .c-form__itemButton {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemButton {
    margin-top: 30px;
  }
}
.c-form .c-form__itemButton .c-form__itemButtonInner {
  position: relative;
  display: inline-block;
}
.c-form .c-form__itemButton .c-form__itemButtonInner::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 41px;
  height: 10px;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemButton .c-form__itemButtonInner::after {
    width: 30px;
  }
}
.c-form .c-form__itemButton input[type=submit] {
  border-radius: 100px;
  background: #ccb034;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
  padding: 8px clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  padding-right: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-form .c-form__itemButton input[type=submit] {
    width: 100%;
  }
}
.c-form .c-form__itemButton input[type=submit] {
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
}
.c-form .c-form__itemButton input[type=submit]:disabled {
  opacity: 0.5;
  box-shadow: none;
}
.c-form .c-form__itemButton input[type=submit] {
  transition: all 0.3s;
}
.c-form .c-form__itemButton input[type=submit]:hover:not(:disabled) {
  opacity: 0.5;
}
.c-form .c-form__itemButton .wpcf7-spinner {
  display: none;
}

.c-form__itemRight input[type=date], .c-form__itemRight select {
  border: 1px solid #969696;
  height: 48px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-form__itemRight input[type=date] {
  margin-right: 5px;
}
.c-form__itemRight select {
  background-image: url(../img/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}

@media screen and (max-width: 767px) {
  .c-form__itemRight input[type=date] {
    min-width: 50%;
    margin-bottom: 10px;
  }
  .c-form__itemRight select {
    width: 100%;
  }
}
.c-breadcrumb {
  padding: 10px 0;
}
.c-breadcrumb {
  font-weight: normal;
  font-size: 0.6875rem;
  color: #989898;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb__inner {
  display: flex;
  align-items: center;
  padding: 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb__inner {
    overflow: scroll;
    padding: 0 16px;
  }
}
.c-breadcrumb .c-breadcrumb__inner a, .c-breadcrumb .c-breadcrumb__inner span {
  display: inline-block;
}
.c-breadcrumb .c-breadcrumb__inner .arrow {
  padding: 0 10px;
  display: inline-block;
  background: url("../img/common/arrow-breadcrumbs.svg") no-repeat center/contain;
  height: 10px;
  width: 6px;
  min-width: 6px;
}

/**
 * ハンバーガーメニュー（全画面パネル内のナビ本体）
 * Figma: 456:6348 / 456:6610
 * パネルの全画面・スクロール・背景は layout/_header.scss の .c-header__nav が担当。
 * ここでは中身（.c-toggleNav）のみを定義する。
 *
 * PC : 4カラムグリッド。5ブロックを左詰め（1行目4＋2行目にニュース）。
 * SP : 1カラム縦積み。開閉挙動・項目構成はPCと同一。
 * 開閉状態は is-open で管理（body の slideToggle と併用）。
 */
.c-toggleNav {
  display: block;
}
.c-toggleNav__inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .c-toggleNav__inner {
    padding-inline: 20px;
  }
}
.c-toggleNav__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 260px));
  column-gap: clamp(29.0742857143px, 0px + 3.7857142857vw, 53px);
  row-gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .c-toggleNav__grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.c-toggleNav__block {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .c-toggleNav__block + .c-toggleNav__block {
    margin-top: 32px;
  }
}
.c-toggleNav__headLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #606060;
  text-decoration: none;
}
.c-toggleNav__headLink::after {
  content: "";
  flex: 0 0 auto;
  width: 32px;
  height: 9px;
  background: url("../img/common/header/arrow-right.svg") no-repeat center/contain;
}
.c-toggleNav a.c-toggleNav__headLink:hover {
  opacity: 0.7;
}
.c-toggleNav__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ababab;
}
.c-toggleNav__l2 {
  padding-top: 14px;
}
.c-toggleNav__l2List {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.c-toggleNav__l2Row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.c-toggleNav__l2Link {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #606060;
  text-decoration: none;
}
.c-toggleNav a.c-toggleNav__l2Link:hover {
  opacity: 0.7;
}
.c-toggleNav span.c-toggleNav__l2Link {
  color: #b8b8b8;
  opacity: 0.6;
}
.c-toggleNav__l3toggle {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #eaeaea;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}
.c-toggleNav__l3toggle::before, .c-toggleNav__l3toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #606060;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.c-toggleNav__l3toggle::before {
  width: 8px;
  height: 1px;
}
.c-toggleNav__l3toggle::after {
  width: 1px;
  height: 8px;
}
.c-toggleNav__l2Item.is-open .c-toggleNav__l3toggle {
  background-color: #606060;
}
.c-toggleNav__l2Item.is-open .c-toggleNav__l3toggle::before {
  background-color: #fff;
}
.c-toggleNav__l2Item.is-open .c-toggleNav__l3toggle::after {
  opacity: 0;
}
.c-toggleNav__l3 {
  display: none;
  margin-top: 8px;
  padding-left: 12px;
  border-left: solid 1px #e0e0e0;
}
.c-toggleNav__l3Item + .c-toggleNav__l3Item {
  margin-top: 6px;
}
.c-toggleNav__l3Link {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #909090;
  text-decoration: none;
}
.c-toggleNav a.c-toggleNav__l3Link:hover {
  opacity: 0.7;
}
.c-toggleNav__footer {
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  padding-top: 24px;
  border-top: solid 1px #dedede;
}
@media screen and (max-width: 767px) {
  .c-toggleNav__footer {
    margin-top: 40px;
  }
}
.c-toggleNav__footerList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-toggleNav__footerList {
    justify-content: flex-start;
    gap: 20px;
  }
}
.c-toggleNav__footerLink {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #606060;
  text-decoration: none;
}
.c-toggleNav__footerLink:hover {
  opacity: 0.7;
}

.c-pageHeader {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .c-pageHeader {
    padding: 70px 0 50px;
  }
}
.c-pageHeader .c-pageHeader__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__contents {
    flex-flow: column;
    justify-content: center;
  }
}
.c-pageHeader .c-pageHeader__title {
  text-align: center;
  margin: 0;
  width: 50%;
  order: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__title {
    width: 100%;
    order: 1;
  }
}
.c-pageHeader .c-pageHeader__title .ja {
  font-size: 2.4285714286vw;
  letter-spacing: 0.2em;
  color: #2e2e2e;
  margin: 0;
  font-weight: var(--font-weight-thin);
}
@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__title .ja {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
.c-pageHeader .c-pageHeader__title .ja img {
  width: 250px;
}
.c-pageHeader .c-pageHeader__title .en {
  font-size: 1.2857142857vw;
  letter-spacing: 0.6em;
  color: #606060;
  margin-top: 30px;
  font-weight: var(--font-weight-thin);
}
@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__title .en {
    margin-top: 20px;
    font-size: 0.75rem;
    letter-spacing: 0.6em;
  }
}
.c-pageHeader .c-pageHeader__image {
  height: 100%;
  order: 1;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-pageHeader .c-pageHeader__image {
    height: 100%;
    width: 100%;
    padding-top: 80px;
    order: 2;
  }
}
.c-pageHeader .c-pageHeader__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.-isPage--phiten .c-pageHeader .c-pageHeader__image img {
  object-position: -50px center;
}

.-isPage--gallery .c-pageHeader .c-pageHeader__image img {
  object-position: -100px center;
}
@media screen and (max-width: 767px) {
  .-isPage--gallery .c-pageHeader .c-pageHeader__image img {
    object-position: -50px center;
  }
}

@media screen and (min-width: 768px) {
  .-isPage--variation .c-pageHeader .c-pageHeader__image {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .-isPage--variation .c-pageHeader .c-pageHeader__image img {
    height: 434px;
    object-fit: cover;
    object-position: right center;
  }
}
@media screen and (max-width: 767px) {
  .-isPage--variation .c-pageHeader .c-pageHeader__image img {
    object-fit: cover;
  }
}

.mfp-content {
  height: 100%;
}

.c-modal-case {
  display: grid;
  place-items: center;
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0;
  pointer-events: none;
}
.c-modal-case .mfp-close {
  color: transparent !important;
  background: white;
  border-radius: 100%;
  right: 30px;
  top: 30px !important;
  background: url("../img/common/closeBtn.svg") no-repeat center right/27px 16px;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-modal-case .mfp-close {
    top: 0px !important;
    right: 16px;
  }
}
.c-modal-case .c-case__image {
  position: relative;
  height: 600px;
  height: calc(100vh - 160px);
  pointer-events: auto;
}
.c-modal-case .c-case__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.c-modal-case .c-case__imageDescription {
  background: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 32px;
  text-align: left;
  color: #fff;
  max-width: 300px;
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-modal-case .c-case__imageDescription {
    display: none;
  }
}

.c-case__arrow {
  width: 34px;
  height: 34px;
  min-width: 34px;
  cursor: pointer;
  transition: opacity 0.3s;
  position: fixed;
  bottom: 30px;
  z-index: 9999;
}
.c-case__arrow:hover {
  opacity: 0.5;
}
.c-case__arrow::before {
  content: "";
  display: block;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
  height: 100%;
  width: 100%;
}
.c-case__arrow-right {
  right: 30px;
}
.c-case__arrow-left {
  transform: scale(-1, 1);
  left: 30px;
  bottom: 30px;
}

/**
 * 360°ビューア 誤操作防止ロック（共通：トップ／ギャラリー）
 * JS（assets/js/custom.js）が各ビューア（.js-psv）をこのラッパーで包み、
 * オーバーレイを兄弟要素として重ねる。ロック中はオーバーレイが操作を奪い、
 * クリック/タップで .is-locked が外れてビューアが操作可能になる。
 */
.c-psv-lock {
  position: relative;
}
.c-psv-lock__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
.c-psv-lock:not(.is-locked) .c-psv-lock__overlay {
  opacity: 0;
  pointer-events: none;
}
.c-psv-lock__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-psv-lock__hint {
    font-size: 0.75rem;
    padding: 8px 16px;
  }
}
.c-psv-lock__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .c-psv-lock__icon {
    width: 16px;
    height: 16px;
  }
}

.c-loading {
  background-color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
}

.-is--loaded .c-loading {
  animation: hideop 0.5s ease 0.1s forwards;
}

@keyframes hideop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.c-pagenation {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  display: flex;
  justify-content: center;
}
.c-pagenation .wp-pagenavi a, .c-pagenation .wp-pagenavi span {
  border: none;
  font-weight: normal;
  font-size: 1rem;
  color: #ccc;
  margin: 0 2.5px;
  height: 40px;
  min-width: 40px;
  display: inline-grid;
  place-items: center;
}
.c-pagenation .wp-pagenavi a.current, .c-pagenation .wp-pagenavi span.current {
  background: #ccc;
  font-weight: normal;
  font-size: 1rem;
  color: #606060;
}
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2,
  .c-wysiwyg h3,
  .c-wysiwyg h4,
  .c-wysiwyg h5,
  .c-wysiwyg h6 {
    margin-top: 40px;
  }
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: clamp(22px, 17.1392405063px + 0.6329113924vw, 26px);
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2 {
    padding-bottom: 20px;
  }
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: clamp(20px, 15.1392405063px + 0.6329113924vw, 24px);
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h3 {
    padding-left: 20px;
  }
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 33px;
  color: #111;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg p {
    margin-top: 24px;
  }
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ul,
  .c-wysiwyg ol {
    margin: 20px 0;
  }
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 1rem;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 1rem;
  color: #333;
}
.c-wysiwyg form {
  margin-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg form {
    margin-top: 50px;
  }
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

.c-wysiwyg-past h2,
.c-wysiwyg-past h3,
.c-wysiwyg-past h4,
.c-wysiwyg-past h5,
.c-wysiwyg-past h6 {
  margin: 0;
  padding: 0;
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg-past h2,
  .c-wysiwyg-past h3,
  .c-wysiwyg-past h4,
  .c-wysiwyg-past h5,
  .c-wysiwyg-past h6 {
    margin-top: 40px;
  }
}
.c-wysiwyg-past .title {
  font-size: 0.8125rem;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  text-align: right;
}
.c-wysiwyg-past .wp-block-column {
  font-size: clamp(17px, 9.7088607595px + 0.9493670886vw, 23px);
}
.c-wysiwyg-past p {
  line-height: 1.6;
  margin-bottom: 38px;
}
.c-wysiwyg-past p a {
  color: #b88f40;
}
.c-wysiwyg-past a {
  word-break: break-all;
}
.c-wysiwyg-past h2 {
  font-size: clamp(22px, 12.2784810127px + 1.2658227848vw, 30px);
  font-weight: 400;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  padding-left: 15px;
  position: relative;
}
.c-wysiwyg-past h2:before {
  background-color: #343535;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.c-wysiwyg-past h3 {
  border-bottom: 2px solid #727272;
}
.c-wysiwyg-past h3,
.c-wysiwyg-past h4 {
  font-size: clamp(22px, 12.2784810127px + 1.2658227848vw, 30px);
  font-weight: 400;
  margin-bottom: 32px;
}
.c-wysiwyg-past h4 {
  padding-left: 16px;
  position: relative;
}
.c-wysiwyg-past h4:before {
  background-color: #727272;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.c-wysiwyg-past .wp-block-columns {
  display: flex;
  justify-content: space-between;
}
.c-wysiwyg-past .wp-block-columns .wp-block-column:first-child {
  width: 380px;
}
.c-wysiwyg-past .wp-block-columns:nth-of-type(2n - 1) .wp-block-column:first-child {
  order: 2;
}
.c-wysiwyg-past .wp-block-columns .wp-block-column {
  width: calc(100% - 400px);
}
.c-wysiwyg-past .link-ul {
  display: flex;
  justify-content: center;
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  text-align: center;
}
.c-wysiwyg-past .link-ul02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.c-wysiwyg-past .link-ul01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.c-wysiwyg-past .link-ul li {
  border-right: 2px solid #000;
  box-sizing: border-box;
  flex: 1;
}
.c-wysiwyg-past .link-ul li:last-child {
  border-right: none;
}
.c-wysiwyg-past .link-ul li a {
  display: block;
}
.c-wysiwyg-past .link-ul li .link {
  background-color: #2474bb;
  color: #fff;
  font-size: 0.8125rem;
  margin: 20px auto 0;
  padding: 5px 5px 7px;
  text-align: center;
  width: 140px;
}
.c-wysiwyg-past .link-ul li .link01 {
  background-color: #5a5b5b;
}
.c-wysiwyg-past .link-ul li .link02 {
  background-color: #b88f40;
}
.c-wysiwyg-past .title {
  margin-bottom: 30px;
}
.c-wysiwyg-past h1 {
  font-size: clamp(20px, 12.7088607595px + 0.9493670886vw, 26px);
  margin-bottom: 25px;
}
.c-wysiwyg-past .wp-block-column {
  font-size: 1rem;
}
.c-wysiwyg-past h2,
.c-wysiwyg-past p {
  margin-bottom: 20px;
}
.c-wysiwyg-past h2 {
  font-size: clamp(15px, 8.9240506329px + 0.7911392405vw, 20px);
}
.c-wysiwyg-past .wp-block-columns {
  display: block;
}
.c-wysiwyg-past .wp-block-columns .wp-block-column:first-child {
  margin-bottom: 15px;
  width: auto;
}
.c-wysiwyg-past .wp-block-columns .wp-block-column {
  width: auto;
}
.c-wysiwyg-past .link-ul {
  display: block;
  margin-bottom: 25px;
  margin-top: 0;
}
.c-wysiwyg-past .link-ul li {
  border: none;
  margin-bottom: 25px;
  max-width: inherit;
}
.c-wysiwyg-past .link-ul li img {
  width: 100%;
}
.c-wysiwyg-past .link-ul li:last-child {
  border-right: none;
  margin-bottom: 0;
}
.c-wysiwyg-past h2:first-child,
.c-wysiwyg-past h3:first-child,
.c-wysiwyg-past h4:first-child,
.c-wysiwyg-past h5:first-child,
.c-wysiwyg-past h6:first-child,
.c-wysiwyg-past p:first-child {
  margin-top: 0;
}

.c-card-fullImage {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-card-fullImage {
    width: 100%;
  }
}
.c-card-fullImage.-overlay--full .c-fullImage__link::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .c-card-fullImage:nth-child(odd) .c-fullImage__link {
    padding-left: max(calc((100vw - 1232px) / 2), 25px);
  }
  .c-card-fullImage:nth-child(even) .c-fullImage__link {
    padding-right: max(calc((100vw - 1232px) / 2), 25px);
  }
  .c-card-fullImage:nth-child(even) .c-fullImage__link .c-fullImage__arrow {
    right: max(calc((100vw - 1232px) / 2), 50px);
  }
}
.c-card-fullImage .c-fullImage__link {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 373px;
  padding: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px) clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-card-fullImage .c-fullImage__link {
    padding: 25px;
    min-height: 261px;
  }
}
.c-card-fullImage .c-fullImage__link::before {
  content: "";
  display: block;
  height: 234px;
  width: 100%;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}
.c-card-fullImage .c-fullImage__image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  height: 100%;
  width: 100%;
}
.c-card-fullImage .c-fullImage__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card-fullImage .c-fullImage__title {
  font-weight: normal;
  font-size: clamp(22px, 17.1392405063px + 0.6329113924vw, 26px);
  line-height: 48px;
  color: #fff;
  position: relative;
  z-index: 13;
  margin: 0;
  padding-right: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.c-card-fullImage .c-fullImage__text {
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  color: #fff;
  margin-top: 20px;
  position: relative;
  z-index: 13;
}
@media screen and (max-width: 767px) {
  .c-card-fullImage .c-fullImage__text {
    margin-top: 24px;
  }
}
.c-card-fullImage .c-fullImage__arrow {
  display: block;
  width: 34px;
  height: 8px;
  min-width: 34px;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
  position: absolute;
  top: 60px;
  right: 50px;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .c-card-fullImage .c-fullImage__arrow {
    top: 45px;
    right: 25px;
  }
}

.c-card-news .c-news__link {
  display: flex;
  justify-content: space-between;
  padding: clamp(19.2px, 0px + 2.5vw, 35px) 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card-news .c-news__link {
    display: block;
  }
}
.c-card-news .c-news__image {
  position: relative;
  overflow: hidden;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .c-card-news .c-news__image {
    width: 100%;
  }
}
.c-card-news .c-news__image::before {
  content: "";
  display: block;
  padding-top: 81.8181818182%;
}
.c-card-news .c-news__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card-news .c-news__detail {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .c-card-news .c-news__detail {
    width: 100%;
    margin-top: 20px;
  }
}
.c-card-news .c-news__meta {
  display: flex;
  align-items: baseline;
}
.c-card-news .c-news__meta .date {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 32px;
  color: #606060;
}
.c-card-news .c-news__meta .category {
  display: flex;
  flex-flow: wrap;
  margin-left: 15px;
}
.c-card-news .c-news__meta .category span {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 2;
  color: #606060;
  border-radius: 3px;
  background: #efefef;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-card-news .c-news__title {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 26px;
  color: #333;
  margin-top: 10px;
}
.c-card-news .c-news__description {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-card-author {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-card-author {
    display: block;
  }
}
.c-card-author .c-author__image {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card-author .c-author__image {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}
.c-card-author .c-author__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card-author .c-author__detail {
  width: calc(100% - 200px);
  padding-left: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-card-author .c-author__detail {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.c-card-author .c-author__detailTitle {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 0.75rem;
  text-align: center;
  color: #606060;
  margin: 0;
  border-radius: 3px;
  background: #efefef;
  display: inline-block;
  padding: 0px 25px;
}
.c-card-author .c-author__detailInfo {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-card-author .c-author__detailInfo {
    display: block;
  }
}
.c-card-author .c-author__detailInfo .name {
  font-weight: normal;
  font-size: clamp(22px, 17.1392405063px + 0.6329113924vw, 26px);
  text-align: left;
  color: #333;
  display: block;
}
.c-card-author .c-author__detailInfo .position {
  margin-left: 10px;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: left;
  color: #333;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-card-author .c-author__detailInfo .position {
    margin-left: 0;
    margin-top: 5px;
  }
}
.c-card-author .c-author__detailDescription {
  font-weight: normal;
  font-size: 1rem;
  line-height: 40px;
  text-align: left;
  color: #333;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-card-author .c-author__detailDescription {
    margin-top: 20px;
  }
}

.c-card-model-simulator-selector {
  border: solid 1px #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .c-card-model-simulator-selector {
    height: 80px;
  }
}
.c-card-model-simulator-selector:not(.-type--modal)::after {
  content: "▼";
  color: #B2B2B2;
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 0.625rem;
}
.c-card-model-simulator-selector.-type--modal {
  border: none;
  background-color: white;
}
.c-card-model-simulator-selector.-type--modal .title .label {
  color: #000;
}
.c-card-model-simulator-selector .image {
  position: absolute;
  left: 120px;
  top: 0;
  width: 133px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card-model-simulator-selector .image {
    width: 63px;
    left: 30px;
  }
}
.c-card-model-simulator-selector .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card-model-simulator-selector .title {
  margin: 0;
  text-align: center;
}
.c-card-model-simulator-selector .title .logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-card-model-simulator-selector .title .logo {
    max-width: 103px;
  }
}
.c-card-model-simulator-selector .title .label {
  display: block;
  color: white;
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-card-model-simulator-selector .title .label {
    font-size: 0.625rem;
    margin-top: 5px;
  }
}

.c-card-studio {
  background: #646464;
  height: 100%;
  padding-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  position: relative;
}
.c-card-studio .c-studio__image {
  position: relative;
  overflow: hidden;
}
.c-card-studio .c-studio__image::before {
  content: "";
  display: block;
  padding-top: 57.8947368421%;
}
.c-card-studio .c-studio__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-card-studio .c-studio__detail {
  padding: 20px;
  padding-top: 25px;
  position: relative;
}
.c-card-studio .c-studio__detailLabel {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  top: -10px;
  left: 20px;
  height: 20px;
}
.c-card-studio .c-studio__detailLabel .name {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}
.c-card-studio .c-studio__detailTitle {
  margin: 0;
}
.c-card-studio .c-studio__detailTitle .ja {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 20px;
  color: #fff;
  opacity: 0.8;
  display: block;
}
.c-card-studio .c-studio__detailTitle .en {
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 20px;
  color: #ccc;
  opacity: 0.8;
  display: block;
}
.c-card-studio .c-studio__detailAccess {
  margin-top: 20px;
}
.c-card-studio .c-studio__detailAccess p {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #fff;
  opacity: 0.8;
  white-space: pre-wrap;
}
.c-card-studio .c-studio__detailAccess .map {
  margin-top: 3px;
}
.c-card-studio .c-studio__detailAccess .map a {
  display: inline-block;
}
.c-card-studio .c-studio__detailInfo {
  margin-top: 30px;
}
.c-card-studio .c-studio__detailInfo dl {
  display: flex;
  align-items: baseline;
  margin: 0;
}
.c-card-studio .c-studio__detailInfo dl + dl {
  margin-top: 12px;
}
.c-card-studio .c-studio__detailInfo dt {
  font-weight: normal;
  font-size: 0.875rem;
  color: #ccc;
  opacity: 0.8;
  width: 76px;
}
.c-card-studio .c-studio__detailInfo dd {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #fff;
  opacity: 0.8;
  margin: 0;
  width: calc(100% - 76px);
  white-space: pre-wrap;
}
.c-card-studio .c-studio__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.c-card-studio .c-studio__link a {
  font-weight: normal;
  font-size: 0.875rem;
  text-align: left;
  color: #fff;
}
.c-card-studio .c-studio__link::after {
  content: "";
  display: block;
  height: 8px;
  width: 34px;
  background: url("../img/showroom/studio/arrow-right.svg") no-repeat center/contain;
  margin-left: 12px;
}
.c-inner {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-inner {
    max-width: 532px !important;
  }
}
.c-inner.-width--1000px {
  max-width: 1032px;
}
.c-inner.-width--800px {
  max-width: 832px;
}

.c-flex.-color--white .c-flex__itemTitle,
.c-flex.-color--white .c-flex__itemText {
  color: white;
}
.c-flex.-list--inner .c-flex__itemText {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-flex.-list--inner .c-flex__itemText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-flex.-list--inner .c-flex__itemRight {
    padding: 0;
  }
}
.c-flex.-list--inner .c-flex__itemButton {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-flex.-list--inner .c-flex__itemButton {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-list--inner .c-flex__item:nth-child(odd) .c-flex__itemRight {
    margin-right: 14.2857142857%;
  }
  .c-flex.-list--inner .c-flex__item:nth-child(even) .c-flex__itemRight {
    margin-left: 14.2857142857%;
  }
  .c-flex.-list--inner .c-flex__itemImage::before {
    padding-top: 71.6981132075%;
  }
  .c-flex.-list--inner.-pc--reverse .c-flex__item:nth-child(even) .c-flex__itemRight {
    margin-right: 14.2857142857%;
  }
  .c-flex.-list--inner.-pc--reverse .c-flex__item:nth-child(odd) .c-flex__itemRight {
    margin-left: 14.2857142857%;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-pc--reverse .c-flex__item:nth-child(even) .c-flex__itemLeft {
    order: 1;
  }
  .c-flex.-pc--reverse .c-flex__item:nth-child(even) .c-flex__itemRight {
    margin-left: 0;
    order: 2;
    margin-right: max(calc((100vw - 1032px) / 2), 30px);
    padding: 0;
    padding-left: clamp(38.4px, 0px + 5vw, 70px);
  }
  .c-flex.-pc--reverse .c-flex__item:nth-child(odd) .c-flex__itemLeft {
    order: 2;
  }
  .c-flex.-pc--reverse .c-flex__item:nth-child(odd) .c-flex__itemRight {
    order: 1;
    padding-left: 0;
    padding-right: clamp(38.4px, 0px + 5vw, 70px);
    margin-left: max(calc((100vw - 1032px) / 2), 30px);
    margin-right: 0;
  }
}
.c-flex .c-flex__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flex .c-flex__item {
    display: block;
  }
}
.c-flex .c-flex__item + .c-flex__item {
  margin-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .c-flex .c-flex__item + .c-flex__item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-flex .c-flex__item:nth-child(odd) .c-flex__itemRight {
    margin-right: max(calc((100vw - 1032px) / 2), 30px);
  }
}
@media screen and (min-width: 768px) {
  .c-flex .c-flex__item:nth-child(even) .c-flex__itemLeft {
    order: 2;
  }
  .c-flex .c-flex__item:nth-child(even) .c-flex__itemRight {
    order: 1;
    padding-left: 0;
    padding-right: clamp(38.4px, 0px + 5vw, 70px);
    margin-left: max(calc((100vw - 1032px) / 2), 30px);
  }
}
.c-flex .c-flex__itemLeft {
  width: calc(100% - 570px);
}
@media screen and (max-width: 767px) {
  .c-flex .c-flex__itemLeft {
    width: 100%;
  }
}
.c-flex .c-flex__itemRight {
  width: 570px;
  padding-left: clamp(38.4px, 0px + 5vw, 70px);
}
@media screen and (max-width: 767px) {
  .c-flex .c-flex__itemRight {
    padding: 0 16px;
    margin-top: 40px;
    width: 100%;
  }
}
.c-flex .c-flex__itemTitle {
  font-weight: bold;
  font-size: 1.125rem;
  color: #2e2e2e;
  margin: 0;
}
.c-flex .c-flex__itemTitle.-size--26px {
  font-size: clamp(22px, 17.1392405063px + 0.6329113924vw, 26px);
  font-weight: normal;
}
.c-flex .c-flex__itemText {
  font-weight: normal;
  font-size: 1rem;
  line-height: 40px;
  color: #333;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-flex .c-flex__itemText {
    margin-top: 20px;
  }
}
.c-flex .c-flex__itemImage {
  position: relative;
  overflow: hidden;
}
.c-flex .c-flex__itemImage::before {
  content: "";
  display: block;
  padding-top: 60.3174603175%;
}
.c-flex .c-flex__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-flex .c-flex__itemImage img.-img--contain {
  object-fit: contain;
}
.c-flex .c-flex__itemButton {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-flex .c-flex__itemButton {
    text-align: center;
    margin-top: 40px;
  }
}

.c-flex-alone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flex-alone {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-flex-alone.-pc--reverse .c-flex-alone__image {
    order: 1;
  }
  .c-flex-alone.-pc--reverse .c-flex-alone__detail {
    padding-right: 0px;
    margin-left: 0;
    padding-left: clamp(38.4px, 0px + 5vw, 70px);
    margin-right: max(calc((100vw - 1032px) / 2), 32px);
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-alone.-sp--reverse {
    display: grid;
  }
  .c-flex-alone.-sp--reverse .c-flex-alone__image {
    order: 1;
    margin-top: 0;
  }
  .c-flex-alone.-sp--reverse .c-flex-alone__detail {
    order: 2;
    margin-top: 20px;
  }
}
.c-flex-alone .c-flex-alone__image {
  position: relative;
  overflow: hidden;
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .c-flex-alone .c-flex-alone__image {
    width: 100%;
    margin-top: 30px;
  }
}
.c-flex-alone .c-flex-alone__image.-image--contain img {
  object-fit: contain;
}
.c-flex-alone .c-flex-alone__image::before {
  content: "";
  display: block;
  padding-top: 59.5%;
}
.c-flex-alone .c-flex-alone__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.c-flex-alone .c-flex-alone__detail {
  width: 400px;
  min-width: 400px;
  padding-right: clamp(38.4px, 0px + 5vw, 70px);
  margin-left: max(calc((100vw - 1032px) / 2), 32px);
}
@media screen and (max-width: 767px) {
  .c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    padding: 0 16px;
  }
}
.c-flex-alone .c-flex-alone__detailText {
  font-weight: normal;
  font-size: 1rem;
  line-height: 40px;
  color: currentColor;
}
.c-flex-alone .c-flex-alone__detailButton {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-flex-alone .c-flex-alone__detailButton {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-flex-hasLine .c-flex__list.-pc--reverse .c-flex__item:nth-child(odd) .c-flex__itemLeft {
    order: 2;
  }
  .c-flex-hasLine .c-flex__list.-pc--reverse .c-flex__item:nth-child(odd) .c-flex__itemRight {
    order: 1;
    padding-left: 0;
    padding-right: clamp(38.4px, 0px + 5vw, 70px);
    margin-left: max(calc((100vw - 1032px) / 2), 30px);
    margin-right: 0;
  }
  .c-flex-hasLine .c-flex__list.-pc--reverse .c-flex__item:nth-child(even) .c-flex__itemLeft {
    order: 1;
  }
  .c-flex-hasLine .c-flex__list.-pc--reverse .c-flex__item:nth-child(even) .c-flex__itemRight {
    margin-left: 0;
    padding-right: 0;
    margin-right: max(calc((100vw - 1032px) / 2), 30px);
    padding-left: clamp(38.4px, 0px + 5vw, 70px);
    order: 2;
  }
}
.c-flex-hasLine .c-flex__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__item {
    display: block;
  }
}
.c-flex-hasLine .c-flex__item + .c-flex__item {
  margin-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__item + .c-flex__item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-flex-hasLine .c-flex__item:nth-child(odd) .c-flex__itemRight {
    margin-right: max(calc((100vw - 1032px) / 2), 30px);
    padding-left: clamp(38.4px, 0px + 5vw, 70px);
  }
}
@media screen and (min-width: 768px) {
  .c-flex-hasLine .c-flex__item:nth-child(even) .c-flex__itemLeft {
    order: 2;
  }
  .c-flex-hasLine .c-flex__item:nth-child(even) .c-flex__itemRight {
    order: 1;
    padding-left: 0;
    padding-right: clamp(38.4px, 0px + 5vw, 70px);
    margin-left: max(calc((100vw - 1032px) / 2), 30px);
  }
}
.c-flex-hasLine .c-flex__itemLeft {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__itemLeft {
    width: 100%;
  }
}
.c-flex-hasLine .c-flex__itemRight {
  width: 400px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__itemRight {
    padding: 0 16px;
    margin-top: 20px;
    min-width: 100%;
    width: 100%;
  }
}
.c-flex-hasLine .c-flex__itemTitle {
  margin: 0;
}
.c-flex-hasLine .c-flex__itemTitle .en {
  font-weight: var(--font-weight-thin);
  font-size: clamp(27px, 16.0632911392px + 1.4240506329vw, 36px);
  color: #333;
  display: block;
}
.c-flex-hasLine .c-flex__itemTitle .ja {
  font-weight: bold;
  font-size: 1.125rem;
  color: #2e2e2e;
}
.c-flex-hasLine .c-flex__itemText {
  font-weight: normal;
  font-size: 1rem;
  line-height: 40px;
  color: #333;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__itemText {
    margin-top: 20px;
  }
}
.c-flex-hasLine .c-flex__itemImage {
  position: relative;
  overflow: hidden;
}
.c-flex-hasLine .c-flex__itemImage::before {
  content: "";
  display: block;
  padding-top: 57.5%;
}
.c-flex-hasLine .c-flex__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}
.c-flex-hasLine .c-flex__itemImage .line {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 140px);
  z-index: 11;
  width: 100%;
  height: 280px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__itemImage .line {
    top: calc(50% - 75px);
    height: 150px;
    width: 90%;
  }
}
.c-flex-hasLine .c-flex__itemButton {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .c-flex-hasLine .c-flex__itemButton {
    text-align: center;
    margin-top: 40px;
  }
}

.c-list-textLink {
  display: flex;
  flex-flow: wrap;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c-list-textLink.-flow--reverse {
    justify-content: flex-end;
  }
  .c-list-textLink.-flow--reverse .c-textLink__item {
    width: auto;
    margin: 0 0 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  }
}
@media screen and (min-width: 768px) {
  .c-list-textLink.-column--3 .c-textLink__item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .c-list-textLink.-column--3 .c-textLink__item:nth-child(3n) {
    margin-right: 0px;
  }
  .c-list-textLink.-column--3 .c-textLink__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
.c-list-textLink .c-textLink__item {
  margin: 0;
  padding: 0;
  margin-right: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  width: calc(25% - 30px);
}
@media screen and (max-width: 767px) {
  .c-list-textLink .c-textLink__item {
    margin-right: 0;
    width: 100%;
  }
  .c-list-textLink .c-textLink__item + .c-textLink__item {
    margin-top: 20px;
  }
}
.c-list-textLink .c-textLink__item::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-list-textLink .c-textLink__item:nth-child(4n) {
    margin-right: 0px;
  }
  .c-list-textLink .c-textLink__item:nth-child(n+5) {
    margin-top: 20px;
  }
}
.c-list-textLink .c-textLink__itemLink {
  display: flex;
  align-items: center;
}
.c-list-textLink .c-textLink__itemLink::after {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  min-width: 32px;
  background: url("../img/common/header/arrow-right.svg") no-repeat center/contain;
  margin-left: 10px;
}
.c-list-textLink .c-textLink__itemLink .title {
  font-weight: normal;
  font-size: 0.875rem;
  color: #606060;
}

.c-list-faq {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #ccc;
}
.c-list-faq .c-faq__item {
  position: relative;
  background-color: white;
  padding: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px) 0;
  cursor: pointer;
  border-bottom: solid #ccc 1px;
}
@media screen and (max-width: 767px) {
  .c-list-faq .c-faq__item {
    padding: 24px 0px;
  }
}
.c-list-faq .c-faq__item.-active .c-faq__itemIcon span:nth-child(2) {
  display: none;
}
.c-list-faq .c-faq__itemBlock {
  width: 100%;
}
.c-list-faq .c-faq__itemTitle {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  position: relative;
}
.c-list-faq .c-faq__itemTitle .title {
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  color: #333;
  display: flex;
  align-items: baseline;
}
.c-list-faq .c-faq__itemTitle .title::before {
  content: "Q";
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: clamp(30px, 17.8481012658px + 1.582278481vw, 40px);
  letter-spacing: 0.2em;
  color: #ccc;
  padding-right: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-list-faq .c-faq__itemTitle .title::before {
    padding-right: 20px;
    padding-left: 0px;
    position: relative;
    top: 3px;
  }
}
.c-list-faq .c-faq__itemText {
  display: none;
  padding-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-list-faq .c-faq__itemText {
    padding-top: 30px;
  }
}
.c-list-faq .c-faq__itemText .text {
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  color: #333;
  display: flex;
  align-items: baseline;
}
.c-list-faq .c-faq__itemText .text::before {
  content: "A";
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: clamp(30px, 17.8481012658px + 1.582278481vw, 40px);
  letter-spacing: 0.2em;
  color: #2e2e2e;
  padding-right: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-list-faq .c-faq__itemText .text::before {
    padding-right: 20px;
    padding-left: 0px;
    position: relative;
    top: 3px;
  }
}
.c-list-faq .c-faq__itemIcon {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  transition: 0.2s;
  position: relative;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-list-faq .c-faq__itemIcon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-top: 18px;
  }
}
.c-list-faq .c-faq__itemIcon:hover {
  transform: scale(1.05);
}
.c-list-faq .c-faq__itemIcon > span {
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  background-color: #606060;
}
.c-list-faq .c-faq__itemIcon > span:nth-child(2) {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-list-faq .c-faq__itemIcon > span {
    left: calc(50% - 12.5px);
    width: 25px;
  }
}

.c-button.-color--white .c-button__link {
  background-color: white;
}
.c-button.-color--white .c-button__link::after {
  background-image: url("../img/common/arrow-black.svg");
}
.c-button.-color--white .c-button__text {
  color: black;
}
.c-button.-color--ocher .c-button__link {
  background-color: #CCB034;
}
.c-button.-color--gray .c-button__link {
  background-color: #646464;
}
.c-button.-type--download .c-button__link::after {
  background-image: url("../img/common/icon-download.svg");
  width: 20px;
  height: 24px;
  min-width: 20px;
  top: calc(50% - 12px);
}
.c-button.-width--full .c-button__link {
  width: 100%;
  padding: 10px;
}
.c-button.-no--arrow .c-button__link::after {
  display: none;
}
.c-button.-gradient .c-button__link {
  background: linear-gradient(154deg, #60CEAF 3.17%, #133D9A 64.85%, #045067 97.31%);
}
.c-button .c-button__link {
  padding: 10px clamp(46.08px, 0px + 6vw, 84px) 10px clamp(23.04px, 0px + 3vw, 42px);
  background-color: black;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: opacity 0.35s ease-out;
}
@media screen and (max-width: 767px) {
  .c-button .c-button__link {
    width: 100%;
    padding-right: 60px;
    padding-left: 24px;
  }
}
.c-button .c-button__link::after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  min-width: 34px;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}
.c-button .c-button__text {
  color: white;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
}
.c-textLink.-color--white {
  color: white;
}
.c-textLink.-color--white .link::after {
  background-image: url("../img/common/arrow-white.svg");
}
.c-textLink .link {
  display: inline-flex;
  align-items: center;
}
.c-textLink .link::after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  min-width: 34px;
  background: url("../img/common/arrow-black.svg") no-repeat center/contain;
  margin-left: 20px;
}
.c-textLink .text {
  font-weight: normal;
  font-size: 0.875rem;
  color: currentColor;
}
.c-sidebar-news .c-news__block + .c-news__block {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-sidebar-news .c-news__block + .c-news__block {
    margin-top: 30px;
  }
}
.c-sidebar-news .c-news__blockTitle {
  margin: 0;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  color: #2e2e2e;
}
.c-sidebar-news .c-news__topics {
  margin-top: 20px;
  border-top: solid 1px #ccc;
}
.c-sidebar-news .c-news__topicsItem {
  border-bottom: solid 1px #ccc;
}
.c-sidebar-news .c-news__topicsLink {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.c-sidebar-news .c-news__topicsImage {
  width: 80px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.c-sidebar-news .c-news__topicsImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.c-sidebar-news .c-news__topicsDetail {
  width: calc(100% - 80px);
  padding-left: 10px;
}
.c-sidebar-news .c-news__topicsDetail .date {
  font-weight: normal;
  font-size: 0.625rem;
  color: #606060;
}
.c-sidebar-news .c-news__topicsDetail .title {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: left;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  margin-top: 5px;
}
.c-sidebar-news .c-news__categoryList li + li {
  margin-top: 30px;
}
.c-sidebar-news .c-news__categoryList a {
  font-weight: normal;
  font-size: 0.875rem;
  color: #606060;
  display: block;
  position: relative;
  padding-right: clamp(19.2px, 0px + 2.5vw, 35px);
}
.c-sidebar-news .c-news__categoryList a::after {
  content: "";
  display: block;
  height: 8px;
  width: 34px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}

.c-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-layout {
    display: block;
  }
}
.c-layout .c-layout__left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .c-layout .c-layout__left {
    width: 100%;
  }
}
.c-layout .c-layout__right {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .c-layout .c-layout__right {
    width: 100%;
    margin-top: 50px;
  }
}

.c-section {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section .c-section__title {
  font-weight: var(--font-weight-thin);
  font-size: clamp(30px, 22.7088607595px + 0.9493670886vw, 36px);
  text-align: center;
  color: currentColor;
  margin: 0;
}
.c-section .c-section__title.-size--26px {
  font-size: clamp(22px, 17.1392405063px + 0.6329113924vw, 26px);
  font-weight: 500;
}
.c-section .c-section__title.-size--18px {
  font-size: 1.125rem;
}
.c-section .c-section__description {
  font-weight: normal;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  color: currentColor;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-section .c-section__description {
    text-align: left;
  }
}
.c-section .c-section__description.-text--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section .c-section__description.-spText--center {
    text-align: center;
  }
}

.s-404 .s-404__title {
  margin: 0;
  text-align: center;
}
.s-404 .s-404__title .en {
  font-weight: bold;
  font-size: clamp(50px, -27.7721518987px + 10.1265822785vw, 114px);
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #D6DEE8;
  display: block;
}
.s-404 .s-404__title .ja {
  font-size: clamp(18px, 8.2784810127px + 1.2658227848vw, 26px);
  line-height: 160%;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 8px;
}
.s-404 .s-404__description {
  font-size: 0.875rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .s-404 .s-404__description {
    text-align: left;
  }
}
.s-404 .s-404__link {
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  text-align: center;
}
.s-about-about {
  color: white;
  position: relative;
  background: black;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .s-about-about {
    display: flex;
    align-items: center;
  }
}
.s-about-about .c-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .s-about-about .c-inner {
    display: block;
  }
}
.s-about-about .s-about__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.s-about-about .s-about__bg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.s-about-about .s-about__header {
  width: 320px;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .s-about-about .s-about__header {
    width: 100%;
  }
}
.s-about-about .s-about__headerDescription {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-about-about .s-about__headerDescription {
    margin-top: 25px;
  }
}

.s-after-service-chart {
  background: #333;
  color: white;
}
.s-after-service-chart .s-chart__list {
  margin-top: 60px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.s-after-service-chart .s-chart__item {
  width: calc(50% - 21px);
}
@media screen and (min-width: 768px) {
  .s-after-service-chart .s-chart__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-after-service-chart .s-chart__item {
    width: 100%;
  }
  .s-after-service-chart .s-chart__item + .s-chart__item {
    margin-top: 60px;
  }
}
.s-after-service-chart .s-chart__item .title {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.s-after-service-chart .s-chart__item .title strong {
  color: #CCB034;
}
.s-after-service-chart .s-chart__item .image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: 1px solid #707070;
  margin-top: 20px;
}
.s-after-service-chart .s-chart__item .image::before {
  content: "";
  display: block;
  padding-top: 65.5172413793%;
}
.s-after-service-chart .s-chart__item .image img {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  inset: 30px;
}
@media screen and (max-width: 767px) {
  .s-after-service-chart .s-chart__item .image img {
    inset: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.s-after-service-chart .s-chart__item .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}
.s-after-service-chart .s-chart__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-after-service-chart .s-chart__link {
    margin-top: 40px;
    text-align: left;
  }
}
.s-after-service-detail .s-detail__list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-after-service-detail .s-detail__list {
    margin-top: 40px;
  }
}

/**
 * 旧シアーサイト流用の一覧UI（.s-gallery-list / .s-list__* / .s-case__*）
 *
 * もとは _gallery-list.scss（旧ギャラリーアーカイブ）に定義されていたが、
 * ギャラリーページ新デザイン化に伴い _gallery-list.scss は .s-gallery へ全面刷新された。
 * これらのクラスは以下のページが引き続き利用しているため、当ファイルへ退避して維持する。
 *   - page-confidential.php
 *   - page-confidential-download.php
 *   - page-download.php
 * （カテゴリ絞り込みタグ帯 / カード一覧 / 「さらに表示」ボタン）
 */
.s-gallery-list {
  background: #333333;
  padding-top: 0;
}
.s-gallery-list .s-list__tags {
  background: #505050;
  color: white;
  padding: 10px 0;
}
.s-gallery-list .s-list__tags .s-list__tagsInner {
  padding: 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .s-gallery-list .s-list__tags .s-list__tagsInner {
    overflow-x: scroll;
    padding: 0 16px;
  }
}
.s-gallery-list .s-list__tags ul {
  display: flex;
}
@media screen and (min-width: 768px) {
  .s-gallery-list .s-list__tags ul {
    flex-flow: wrap;
  }
}
.s-gallery-list .s-list__tags li {
  margin: 3px 6px;
}
.s-gallery-list .s-list__tags li.-active a {
  background: #fff;
  color: #333333;
}
.s-gallery-list .s-list__tags a {
  font-weight: normal;
  font-size: 0.875rem;
  color: #ccc;
  white-space: nowrap;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #a0a0a0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  padding: 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.s-gallery-list .s-list__contents {
  padding: 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-gallery-list .s-list__contents {
    padding: 0;
  }
}
.s-gallery-list .s-list__contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-gallery-list .s-list__contents ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-gallery-list .s-list__contents li {
  max-height: 560px;
  cursor: pointer;
  background-color: white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-gallery-list .s-list__contents li:nth-child(1n), .s-gallery-list .s-list__contents li:nth-child(2n) {
    width: calc(50% - 2.5px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(3n) {
    width: 100%;
    height: 560px;
  }
  .s-gallery-list .s-list__contents li:nth-child(4n) {
    width: calc(65% - 2.5px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(5n) {
    width: calc(35% - 2.5px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(6n) {
    width: calc(35% - 2.5px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(7n) {
    width: calc(65% - 2.5px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(8n) {
    width: 100%;
    height: 560px;
  }
  .s-gallery-list .s-list__contents li:nth-child(9n) {
    width: calc(33.3333333333% - 3.3333333333px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(10n) {
    width: calc(33.3333333333% - 3.3333333333px);
    height: 400px;
  }
  .s-gallery-list .s-list__contents li:nth-child(11n) {
    width: calc(33.3333333333% - 3.3333333333px);
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .s-gallery-list .s-list__contents li {
    width: 100%;
    position: relative;
  }
  .s-gallery-list .s-list__contents li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .s-gallery-list .s-list__contents li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.s-gallery-list .s-case__itemimage {
  height: 100%;
  width: 100%;
}
.s-gallery-list .s-case__itemimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.s-gallery-list .s-list__more {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  padding: 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-gallery-list .s-list__more {
    margin-top: 30px;
    padding: 0 16px;
  }
}
.s-gallery-list .s-list__more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #ccc;
  height: 50px;
  background: transparent;
  border: 1px solid #646464;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
.s-gallery-list .s-list__link {
  text-align: center;
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-gallery-list .s-list__link {
    margin-top: 40px;
  }
}
.s-gallery-list .s-list__linkDescription {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: center;
  color: #ccc;
  margin-top: 30px;
}
.s-consider-support .s-support__system {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__system {
    margin-top: 40px;
  }
}
.s-consider-support .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__system {
    margin-top: 40px;
  }
}
.s-consider-support .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
.s-consider-support .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
.s-consider-support .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__systemItem {
    display: block;
  }
}
.s-consider-support .s-support__systemItem .itemLeft {
  width: calc(100% - 570px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
.s-consider-support .s-support__systemItem .itemRight {
  width: 570px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
.s-consider-support .s-support__systemItem .itemRight a {
  color: #CCB034;
}
.s-consider-support .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
.s-consider-support .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
.s-consider-support .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.s-consider-support .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__systemItem .text {
    margin-top: 20px;
  }
}
.s-consider-support .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
.s-consider-support .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}
.s-consider-support .s-support__showroom {
  background: url("../img/consider/support/1.jpg") no-repeat center/cover;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__showroom {
    background: white;
    margin-top: 60px;
  }
  .s-consider-support .s-support__showroom::before {
    content: "";
    display: block;
    background: url("../img/consider/support/1.jpg") no-repeat center/cover;
    padding-top: 56.25%;
  }
}
.s-consider-support .s-support__showroomDetail {
  width: 44%;
  background: rgba(51, 51, 51, 0.6);
  color: white;
  padding: 200px 70px 200px max(calc((100vw - 1232px) / 2), 32px);
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__showroomDetail {
    padding: 32px 16px;
    width: 100%;
    background: white;
    color: #333;
  }
}
.s-consider-support .s-support__showroomDetail .title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: currentColor;
  margin: 0;
}
.s-consider-support .s-support__showroomDetail .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: currentColor;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__showroomDetail .text {
    margin-top: 20px;
  }
}
.s-consider-support .s-support__showroomDetail .button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__showroomDetail .button {
    margin-top: 25px;
  }
}
.s-consider-support .s-support__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__block {
    margin-top: 60px;
  }
}
.s-consider-support .s-support__gallery {
  background: #333;
  color: white;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__gallery {
    margin-top: 60px;
  }
}
.s-consider-support .s-support__galleryTitle {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.s-consider-support .s-support__galleryText {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__galleryText {
    margin-top: 20px;
  }
}
.s-consider-support .s-support__galleryButton {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-consider-support .s-support__galleryButton {
    margin-top: 30px;
  }
}
.s-fukusya-about .s-about__header {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__header {
    margin-top: 50px;
  }
}
.s-fukusya-about .s-about__headerTitle {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__headerTitle {
    text-align: center !important;
  }
}
.s-fukusya-about .s-about__headerText {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__headerText {
    margin-top: 20px;
  }
}
.s-fukusya-about .s-about__description {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 40px 60px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__description {
    padding: 20px;
    margin-top: 50px;
  }
}
.s-fukusya-about .s-about__description .title {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  text-align: center;
  color: #333;
}
.s-fukusya-about .s-about__description .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__description .text {
    margin-top: 20px;
  }
}
.s-fukusya-about .s-about__description .source {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #606060;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__description .source {
    margin-top: 30px;
  }
}
.s-fukusya-about .s-about__feature {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__feature {
    margin-top: 50px;
  }
}
.s-fukusya-about .s-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__list {
    display: block;
    margin-top: 40px;
  }
}
.s-fukusya-about .s-about__item {
  background: #f5f5f5;
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__item {
    padding: 30px 0 20px;
  }
  .s-fukusya-about .s-about__item + .s-about__item {
    margin-top: 5px;
  }
}
.s-fukusya-about .s-about__item .image {
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.s-fukusya-about .s-about__item .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.s-fukusya-about .s-about__item .title {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #606060;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .s-fukusya-about .s-about__item .title {
    margin-top: 25px;
  }
}
.s-fukusya-detail-about .s-about__header {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__header {
    margin-top: 50px;
  }
}
.s-fukusya-detail-about .s-about__headerTitle {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__headerTitle {
    text-align: center !important;
  }
}
.s-fukusya-detail-about .s-about__headerText {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__headerText {
    margin-top: 20px;
  }
}
.s-fukusya-detail-about .s-about__contents {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__contents {
    margin-top: 50px;
  }
}
.s-fukusya-detail-about .s-about__contentsTitle {
  margin: 0;
  margin-top: 60px;
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__contentsTitle {
    margin-top: 30px;
  }
}
.s-fukusya-detail-about .s-about__mechanism {
  display: grid;
  grid-template-columns: 466px calc(100% - 466px);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__mechanism {
    display: block;
  }
}
.s-fukusya-detail-about .s-about__mechanismList {
  margin: 0;
  padding: 0;
  counter-reset: mechanism 0;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__mechanismList {
    margin-top: 20px;
  }
}
.s-fukusya-detail-about .s-about__mechanismItem {
  display: flex;
  align-items: baseline;
}
.s-fukusya-detail-about .s-about__mechanismItem + .s-about__mechanismItem {
  margin-top: 30px;
}
.s-fukusya-detail-about .s-about__mechanismItemNum {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #fff;
  width: 31px;
  height: 31px;
  min-width: 31px;
  background: #ccb034;
  display: grid;
  place-items: center;
  margin-right: 10px;
  border-radius: 100%;
}
.s-fukusya-detail-about .s-about__mechanismItemNum::before {
  counter-increment: mechanism 1;
  content: counter(mechanism);
}
.s-fukusya-detail-about .s-about__mechanismItemDetail .title {
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: #ccb034;
  margin: 0;
}
.s-fukusya-detail-about .s-about__mechanismItemDetail .subTitle {
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #606060;
}
.s-fukusya-detail-about .s-about__mechanismItemDetail .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #333;
  margin-top: 10px;
}
.s-fukusya-detail-about .s-about__systemList {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__systemList {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__systemItem + .s-about__systemItem {
    margin-top: 30px;
  }
}
.s-fukusya-detail-about .s-about__systemItemText {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-about .s-about__systemItemText {
    margin-top: 20px;
  }
}
.s-fukusya-detail-difference {
  color: white;
  background: #333;
}
.s-fukusya-detail-difference .s-difference__subTitle {
  margin: 0;
  margin-top: 80px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__subTitle {
    margin-top: 40px;
  }
}
.s-fukusya-detail-difference .s-difference__subDescription {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__subDescription {
    margin-top: 40px;
  }
}
.s-fukusya-detail-difference .s-difference__graph {
  margin-top: 60px;
  display: flex;
  display: grid;
  grid-template-columns: 28.5714285714% 62.1428571429% max(calc((100vw - 1232px) / 2), 32px);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__graph {
    display: block;
    margin-top: 30px;
    padding: 0 16px;
  }
  .s-fukusya-detail-difference .s-difference__graph .image {
    display: none;
  }
}
.s-fukusya-detail-difference .s-difference__graphBelowText {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__graphBelowText {
    margin-top: 40px;
  }
}
.s-fukusya-detail-difference .s-difference__header {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__header {
    margin-top: 50px;
  }
}
.s-fukusya-detail-difference .s-difference__headerTitle {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__headerTitle {
    text-align: center !important;
  }
}
.s-fukusya-detail-difference .s-difference__headerText {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__headerText {
    margin-top: 30px;
  }
}
.s-fukusya-detail-difference .s-difference__detail {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__detail {
    margin-top: 40px;
  }
}
.s-fukusya-detail-difference .s-difference__detail * {
  margin: 0;
  padding: 0;
}
.s-fukusya-detail-difference .s-difference__detail dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-detail-difference .s-difference__detail dl + dl {
    margin-top: 25px;
  }
}
.s-fukusya-detail-difference .s-difference__detail dt {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.s-fukusya-detail-difference .s-difference__detail dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.s-fukusya-feature {
  color: white;
  background: #333;
}
.s-fukusya-feature .s-feature__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-fukusya-feature .s-feature__contents {
    margin-top: 40px;
  }
}

/**
 * ギャラリーアーカイブ（/gallery/）
 * Figma: UM56mrVHPBZ1DJPVXgfPoI（360:408-3906 / videos:408-3939 / gallery:408-3974）
 * 白背景・タブ切替（アクティブは下線）・タブごとに 360°ビュー / 動画2列 / 画像3列。
 */
.s-gallery {
  color: #333;
}
.s-gallery .-hidden {
  display: none !important;
}
.s-gallery__tabnav {
  margin-bottom: clamp(49.3714285714px, 0px + 6.4285714286vw, 90px);
}
@media screen and (max-width: 767px) {
  .s-gallery__tabnav {
    margin-bottom: 48px;
  }
}
.s-gallery__tabnav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-gallery__tabnav-inner {
    display: flex;
    justify-content: center;
    padding: 0 0.5rem;
  }
}
.s-gallery__tab {
  position: relative;
  padding: 0 0 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 1.4px;
  color: #333;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .s-gallery__tab {
    font-size: 0.6875rem;
    letter-spacing: 0.3px;
  }
}
.s-gallery__tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #333;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.s-gallery__tab.-active::after {
  width: 100%;
}
.s-gallery__tab:not(.-active):hover {
  opacity: 0.6;
}
.s-gallery__tab:first-child {
  justify-self: end;
}
.s-gallery__tab:last-child {
  justify-self: start;
}
.s-gallery__panel {
  display: none;
}
.s-gallery__panel.-active {
  display: block;
}
.s-gallery__head {
  text-align: center;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-gallery__head {
    margin-bottom: 36px;
  }
}
.s-gallery__heading {
  font-size: clamp(26px, 13.8481012658px + 1.582278481vw, 36px);
  font-weight: var(--font-weight-thin);
  line-height: 1.2;
  color: #333;
  margin: 0;
}
.s-gallery__lead {
  font-size: 0.875rem;
  line-height: 26px;
  color: #333;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .s-gallery__lead {
    margin-top: 16px;
  }
}
.s-gallery__empty {
  text-align: center;
  font-size: 0.875rem;
  color: #888;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0;
}
.s-gallery__psv-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-gallery__psv-list {
    gap: 32px;
  }
}
.s-gallery__psv-item {
  width: 100%;
  max-width: 1000px;
}
.s-gallery__psv {
  width: 100%;
  aspect-ratio: 1000/525;
  background: #000;
}
@media screen and (max-width: 767px) {
  .s-gallery__psv {
    aspect-ratio: 3/2;
  }
}
.s-gallery__psv .psv-container {
  width: 100%;
  height: 100%;
}
.s-gallery__videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-gallery__videos {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.s-gallery__video-thumb {
  position: relative;
  display: block;
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.s-gallery__video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.s-gallery__video-thumb:hover img {
  transform: scale(1.04);
}
.s-gallery__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: background 0.3s ease;
}
.s-gallery__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
}
.s-gallery__video-thumb:hover .s-gallery__play {
  background: #e0231c;
}
.s-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.s-gallery__grid-item {
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.s-gallery__grid-link {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.s-gallery__grid-link img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.s-gallery__grid-link:hover img {
  transform: scale(1.05);
}
.s-gallery__insta {
  text-align: center;
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-gallery__insta {
    margin-top: 48px;
  }
}
.s-gallery__insta-text {
  font-size: 0.875rem;
  line-height: 24px;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-gallery__insta-text {
    margin-top: 20px;
  }
}
.s-gallery__more {
  display: flex;
  justify-content: center;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-gallery__more {
    margin-top: 32px;
  }
}
.s-gallery__more-btn {
  width: 100%;
  max-width: 1000px;
  height: 50px;
  background: transparent;
  border: 1px solid #646464;
  color: #646464;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.s-gallery__more-btn:hover {
  background: #646464;
  color: #fff;
}

.s-lineup-product .s-product__contents {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-lineup-product .s-product__contents {
    display: block;
  }
}
.s-lineup-product .s-product__image {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-lineup-product .s-product__image {
    width: 100%;
    margin-top: 30px;
  }
}
.s-lineup-product .s-product__detail {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-lineup-product .s-product__detail {
    width: 100%;
  }
}
.s-lineup-product .s-product__detailTitle {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-lineup-product .s-product__detailTitle.-pc--none {
    display: block;
  }
}
.s-lineup-product .s-product__detailTitle .text {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  display: block;
  margin-top: 20px;
}
.s-lineup-product .s-product__detailDescription {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 60px;
}
.s-lineup-product .s-product__detailDescription span, .s-lineup-product .s-product__detailDescription strong {
  display: block;
}
@media screen and (max-width: 767px) {
  .s-lineup-product .s-product__detailDescription {
    margin-top: 30px;
  }
}
.s-lineup-product .s-product__detailDescription strong {
  font-weight: bold;
}
.s-lineup-product .s-product__detailButton {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-lineup-product .s-product__detailButton {
    margin-top: 40px;
  }
}
.s-news-archive .s-archive__list {
  border-top: solid 1px #ccc;
}
.s-news-archive .s-archive__item {
  border-bottom: solid 1px #ccc;
}
.s-news-detail {
  overflow: hidden;
}
.s-news-detail .s-detail__headerTitle {
  font-weight: normal;
  font-size: clamp(27px, 16.0632911392px + 1.4240506329vw, 36px);
  color: #333;
  margin: 0;
}
.s-news-detail .s-detail__headerMeta {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.s-news-detail .s-detail__headerMeta .category {
  display: flex;
  flex-flow: wrap;
}
.s-news-detail .s-detail__headerMeta .category a {
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 2;
  color: #606060;
  border-radius: 3px;
  background: #efefef;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.s-news-detail .s-detail__headerMeta .date {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 32px;
  color: #606060;
}
.s-news-detail .s-detail__headerImage {
  margin-top: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px);
}
.s-news-detail .s-detail__pagenation {
  margin-top: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-news-detail .s-detail__pagenation a {
  font-weight: normal;
  font-size: 0.875rem;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__pagenation a span {
    display: none;
  }
}
.s-news-detail .s-detail__pagenation .prev a {
  display: flex;
  align-items: baseline;
}
.s-news-detail .s-detail__pagenation .prev a::before {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  min-width: 34px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  transform: scale(-1, 1);
  margin-right: 10px;
}
.s-news-detail .s-detail__pagenation .next {
  display: flex;
  align-items: baseline;
}
.s-news-detail .s-detail__pagenation .next::after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  min-width: 34px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  margin-left: 10px;
}
.s-news-detail .s-detail__entry {
  margin-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__entry {
    margin-top: 60px;
  }
}
.s-news-detail .s-detail__video {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__video {
    margin-top: 40px;
  }
}
.s-news-detail .s-detail__video + .s-detail__entry {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__video + .s-detail__entry {
    margin-top: 40px;
  }
}
.s-news-detail .s-detail__videoThumb {
  position: relative;
  width: 720px;
  max-width: 100%;
  height: 405px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.s-news-detail .s-detail__videoThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-news-detail .s-detail__videoThumb:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__videoThumb {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.s-news-detail .s-detail__videoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s;
}
.s-news-detail .s-detail__videoPlay::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__videoPlay {
    width: 48px;
    height: 48px;
  }
  .s-news-detail .s-detail__videoPlay::after {
    border-width: 8px 0 8px 15px;
  }
}
.s-news-detail .s-detail__videoThumb:hover .s-detail__videoPlay {
  background: rgba(0, 0, 0, 0.75);
}
.s-news-detail .s-detail__videoLink {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__videoLink {
    margin-top: 32px;
  }
}
.s-news-detail .s-detail__author {
  margin-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
  padding: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .s-news-detail .s-detail__author {
    margin-top: 50px;
    padding: 30px 0;
  }
}
.s-news-detail .s-detail__author .author_block {
  border: 2px solid #999;
  display: flex;
  margin: 20px auto;
  padding: 24px;
  width: 80%;
}
.s-news-detail .s-detail__author .author_imgArea {
  width: 150px;
}
.s-news-detail .s-detail__author .author_textArea {
  padding-left: clamp(19.2px, 0px + 2.5vw, 35px);
  width: calc(100% - 240px);
}
.s-news-detail .s-detail__author .author_title {
  background-color: #000;
  color: #fff;
  margin-right: 16px;
  padding: 4px;
}
.s-news-detail .s-detail__author .author_block p {
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .s-news-detail .s-detail__author .author_block {
    border: 2px solid #999;
    flex-direction: column;
    margin: 0 auto;
    padding: 24px;
    width: 80%;
  }
  .s-news-detail .s-detail__author .author_imgArea {
    text-align: center;
    width: 100%;
  }
  .s-news-detail .s-detail__author .author_textArea {
    padding-left: 0;
    padding-top: 35px;
    width: 100%;
  }
  .s-news-detail .s-detail__author .author_title {
    background-color: #000;
    color: #fff;
    margin-right: 16px;
    padding: 4px;
  }
  .s-news-detail .s-detail__author .author_name {
    font-size: 1rem;
    font-weight: 700;
  }
  .s-news-detail .s-detail__author .author_link {
    color: #b88f40 !important;
  }
  .s-news-detail .s-detail__author .author_link:hover {
    opacity: 0.7;
  }
}

.s-phiten-about {
  color: white;
  position: relative;
  background: #333333;
}
.s-phiten-about .s-about__logo {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-phiten-about .s-about__logo {
    margin-top: 40px;
  }
}
.s-phiten-about .s-about__header {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-phiten-about .s-about__header {
    margin-top: 50px;
  }
}
.s-phiten-feature {
  color: white;
  background: #333333;
}
.s-phiten-feature .s-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__list {
    display: block;
    margin-top: 50px;
  }
}
.s-phiten-feature .s-feature__item {
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 100px 120px;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__item {
    padding: 50px 20px;
  }
  .s-phiten-feature .s-feature__item + .s-feature__item {
    margin-top: 50px;
  }
}
.s-phiten-feature .s-feature__itemImage {
  text-align: center;
}
.s-phiten-feature .s-feature__itemLine {
  width: 70px;
  height: 1px;
  background: #646464;
  margin: 60px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__itemLine {
    margin-top: 30px;
  }
}
.s-phiten-feature .s-feature__itemTitle {
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__itemTitle {
    margin-top: 25px;
  }
}
.s-phiten-feature .s-feature__itemText {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__itemText {
    margin-top: 50px;
  }
}
.s-phiten-feature .s-feature__itemText * {
  margin: 0;
  padding: 0;
  width: 100%;
}
.s-phiten-feature .s-feature__itemText dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #333;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
}
.s-phiten-feature .s-feature__itemText dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}
.s-phiten-feature .s-feature__itemText dd + dt {
  margin-top: 40px;
}
.s-phiten-feature .s-feature__image {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__image {
    margin-top: 60px;
  }
}
.s-phiten-feature .s-feature__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-phiten-feature .s-feature__link {
    margin-top: 40px;
  }
}

.s-phiten-lineup {
  color: white;
  background: #333333;
}
.s-phiten-lineup .s-lineup__image {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__image {
    margin-top: 40px;
  }
}
.s-phiten-lineup .s-lineup__detail {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__detail {
    margin-top: 40px;
  }
}
.s-phiten-lineup .s-lineup__detailTitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.s-phiten-lineup .s-lineup__detailList {
  margin-top: 20px;
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__detailList {
    padding: 30px 20px;
  }
}
.s-phiten-lineup .s-lineup__detailItem {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__detailItem {
    display: block;
  }
}
.s-phiten-lineup .s-lineup__detailItem:last-child dl {
  border: none;
}
.s-phiten-lineup .s-lineup__detailItem * {
  margin: 0;
  padding: 0;
  width: 100%;
}
.s-phiten-lineup .s-lineup__detailItem dl {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__detailItem dl {
    display: block;
    padding: 20px 0;
  }
}
.s-phiten-lineup .s-lineup__detailItem dt {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #ccc;
}
.s-phiten-lineup .s-lineup__detailItem dd {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__detailItem dd {
    margin-top: 20px;
  }
}
.s-phiten-lineup .s-lineup__detailLink {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-phiten-lineup .s-lineup__detailLink {
    margin-top: 40px;
  }
}

.s-reason-environment .s-environment__list {
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-reason-environment .s-environment__list {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-reason-environment .s-environment__item + .s-environment__item {
    margin-top: 30px;
  }
}
.s-reason-environment .s-environment__itemImage {
  position: relative;
  overflow: hidden;
}
.s-reason-environment .s-environment__itemImage::before {
  content: "";
  display: block;
  padding-top: 52.1739130435%;
}
.s-reason-environment .s-environment__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.s-reason-environment .s-environment__itemTitle {
  margin: 0;
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .s-reason-environment .s-environment__itemTitle {
    margin-top: 20px;
  }
}
.s-reason-environment .s-environment__itemText {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-reason-environment .s-environment__itemText {
    margin-top: 20px;
  }
}
.s-reason-for-attention-about .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
.s-reason-for-attention-about .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__header {
    margin-top: 40px;
  }
}
.s-reason-for-attention-about .s-about__living {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__living {
    margin-top: 60px;
  }
}
.s-reason-for-attention-about .s-about__livingImage {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingImage {
    margin-top: 30px;
  }
}
.s-reason-for-attention-about .s-about__livingDescription {
  margin-top: 60px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingDescription {
    margin-top: 30px;
    padding: 0;
  }
}
.s-reason-for-attention-about .s-about__livingList {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingList {
    margin-top: 60px;
  }
}
.s-reason-for-attention-about .s-about__livingItem {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem {
    display: block;
  }
}
.s-reason-for-attention-about .s-about__livingItem + .s-about__livingItem {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem + .s-about__livingItem {
    margin-top: 40px;
  }
}
.s-reason-for-attention-about .s-about__livingItem .image {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem .image {
    width: 100%;
    text-align: center;
  }
  .s-reason-for-attention-about .s-about__livingItem .image img {
    max-width: 200px;
  }
}
.s-reason-for-attention-about .s-about__livingItem .caption {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #2e2e2e;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem .caption {
    margin-top: 15px;
  }
}
.s-reason-for-attention-about .s-about__livingItem .detail {
  width: calc(100% - 360px);
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem .detail {
    margin-top: 20px;
    width: 100%;
  }
}
.s-reason-for-attention-about .s-about__livingItem .detail h4 {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #2e2e2e;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem .detail h4 {
    text-align: center;
  }
}
.s-reason-for-attention-about .s-about__livingItem .detail p {
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
}
.s-reason-for-attention-about .s-about__livingItem .detail ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__livingItem .detail ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.s-reason-for-attention-about .s-about__livingItem .detail ul li {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
  padding: 15px;
}
.s-reason-for-attention-about .s-about__earth {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__earth {
    margin-top: 60px;
  }
}
.s-reason-for-attention-about .s-about__earthImage {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__earthImage {
    margin-top: 30px;
  }
}
.s-reason-for-attention-about .s-about__earthDescription {
  margin-top: 60px;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__earthDescription {
    margin-top: 30px;
    padding: 0;
  }
}
.s-reason-for-attention-about .s-about__earthList {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-about .s-about__earthList {
    margin-top: 50px;
  }
}

.s-reason-for-attention-cost {
  color: white;
  background: #333;
}
.s-reason-for-attention-cost .s-cost__list {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-cost .s-cost__list {
    margin-top: 50px;
  }
}
.s-reason-for-attention-cost .s-cost__link {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-for-attention-cost .s-cost__link {
    margin-top: 50px;
  }
}

.s-reason-introduction {
  color: white;
  background: #333;
  padding-bottom: 0;
}
.s-reason-introduction .s-introduction__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-introduction .s-introduction__contents {
    margin-top: 40px;
    display: block;
  }
}
.s-reason-introduction .s-introduction__detail {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-reason-introduction .s-introduction__detail {
    width: 100%;
    padding: 0 16px;
  }
}
.s-reason-introduction .s-introduction__detail .title {
  margin: 0;
  text-align: center;
}
.s-reason-introduction .s-introduction__detail .title img {
  width: 390px;
}
@media screen and (max-width: 767px) {
  .s-reason-introduction .s-introduction__detail .title img {
    width: 80%;
  }
}
.s-reason-introduction .s-introduction__detail .line {
  margin: 0;
  display: inline-block;
  width: 132px;
  height: 1px;
  background: #606060;
  margin-top: 50px;
  border: none;
}
@media screen and (max-width: 767px) {
  .s-reason-introduction .s-introduction__detail .line {
    margin-top: 25px;
  }
}
.s-reason-introduction .s-introduction__detail .text {
  font-weight: var(--font-weight-thin);
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-reason-introduction .s-introduction__detail .text {
    font-size: 22px;
    margin-top: 25px;
  }
}
.s-reason-introduction .s-introduction__image {
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .s-reason-introduction .s-introduction__image {
    width: 100%;
    min-width: 100%;
    margin-top: 30px;
  }
}
.s-reason-performance .s-performance__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-performance .s-performance__list {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .s-reason-performance .s-performance__list::before {
    content: "";
    display: block;
  }
}
.s-reason-performance .s-performance__item {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 60px 40px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .s-reason-performance .s-performance__item {
    padding: 30px 20px;
    width: 100%;
  }
  .s-reason-performance .s-performance__item + .s-performance__item {
    margin-top: 30px;
  }
}
.s-reason-performance .s-performance__itemImage {
  height: 200px;
}
@media screen and (max-width: 767px) {
  .s-reason-performance .s-performance__itemImage {
    height: 150px;
  }
}
.s-reason-performance .s-performance__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.s-reason-performance .s-performance__itemTitle {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-reason-performance .s-performance__itemTitle {
    margin-top: 15px;
  }
}
.s-reason-performance .s-performance__itemText {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-reason-performance .s-performance__itemText {
    margin-top: 20px;
  }
}
.s-reason-products .s-products__block + .s-products__block {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .s-reason-products .s-products__block + .s-products__block {
    margin-top: 80px;
  }
}
.s-reason-products .s-products__blockImageWrap {
  position: relative;
}
.s-reason-products .s-products__blockImage {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-reason-products .s-products__blockImage {
    margin-top: 30px;
  }
}
.s-reason-products .s-products__blockImage.-width--narrow {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.s-reason-products .s-products__blockImageText {
  position: absolute;
  width: 320px;
  right: max(calc((100vw - 1032px) / 2), 32px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .s-reason-products .s-products__blockImageText {
    display: none;
  }
}
.s-reason-products .s-products__blockLink {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-products .s-products__blockLink {
    margin-top: 50px;
    padding: 0 16px;
  }
}
.s-reason-products .s-products__blockLink.-align--right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .s-reason-products .s-products__blockLink.-align--right {
    text-align: center;
  }
}
.s-reason-quality {
  color: white;
  background: #333;
}
.s-reason-quality .s-quality__contents {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-reason-quality .s-quality__contents {
    margin-top: 60px;
  }
}

.s-reason-safety {
  color: white;
  background: #333;
}
.s-reason-safety .s-safety__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-reason-safety .s-safety__list {
    display: block;
    margin-top: 50px;
  }
}
.s-reason-safety .s-safety__item {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .s-reason-safety .s-safety__item + .s-safety__item {
    margin-top: 30px;
  }
}
.s-reason-safety .s-safety__itemImage {
  position: relative;
  overflow: hidden;
}
.s-reason-safety .s-safety__itemImage::before {
  content: "";
  display: block;
  padding-top: 57.8947368421%;
}
.s-reason-safety .s-safety__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.s-reason-safety .s-safety__itemTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.8;
}
.s-reason-safety .s-safety__itemText {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-reason-safety .s-safety__itemText {
    margin-top: 20px;
  }
}
.s-reason-safety .s-safety__itemText .note {
  margin-top: 30px;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-reason-safety .s-safety__itemText .note {
    margin-top: 20px;
  }
}
.s-reason-safety .s-safety__itemDetail {
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .s-reason-safety .s-safety__itemDetail {
    padding: 20px;
  }
}

.s-reason-service .s-service__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-service .s-service__header {
    margin-top: 40px;
  }
}
.s-reason-service .s-service__headerTitle {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .s-reason-service .s-service__headerTitle {
    text-align: center !important;
  }
}
.s-reason-service .s-service__headerLink {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-service .s-service__headerLink {
    text-align: center;
    margin-top: 40px;
  }
}

.s-reason-simple {
  background: #333;
  color: white;
  position: relative;
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .s-reason-simple {
    padding-bottom: 0;
  }
}
.s-reason-simple .s-simple__contents {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .s-reason-simple .s-simple__contents {
    margin-top: 40px;
  }
}
.s-reason-simple .s-simple__detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .s-reason-simple .s-simple__detail {
    width: 100%;
  }
}
.s-reason-simple .s-simple__detailItem + .s-simple__detailItem {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-simple .s-simple__detailItem + .s-simple__detailItem {
    margin-top: 40px;
  }
}
.s-reason-simple .s-simple__detailItemHeader {
  margin: 0;
  display: flex;
  align-items: center;
}
.s-reason-simple .s-simple__detailItemHeader .image {
  height: 60px;
  width: 60px;
  min-width: 60px;
}
@media screen and (max-width: 767px) {
  .s-reason-simple .s-simple__detailItemHeader .image {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
}
.s-reason-simple .s-simple__detailItemHeader .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.s-reason-simple .s-simple__detailItemHeader .title {
  margin-left: 40px;
  font-weight: normal;
  font-size: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-reason-simple .s-simple__detailItemHeader .title {
    font-size: 22px;
    margin-left: 30px;
  }
}
.s-reason-simple .s-simple__detailItemHeader .title strong {
  color: #CCB034;
}
.s-reason-simple .s-simple__detailItemText {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
}
.s-reason-simple .s-simple__image {
  position: absolute;
  right: 0;
  top: 50px;
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .s-reason-simple .s-simple__image {
    position: static;
    width: 100%;
  }
}

.s-reason-world {
  background: #333;
  color: white;
}
.s-reason-world .s-world__map {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-reason-world .s-world__map {
    margin-top: 30px;
  }
}
.s-reason-world .s-world__links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-reason-world .s-world__links {
    display: block;
    margin-top: 30px;
  }
  .s-reason-world .s-world__links .c-button + .c-button {
    margin-top: 20px;
  }
}
.s-reason-world .s-world__promote {
  display: grid;
  place-items: center;
  height: 500px;
  background: url("../img/reason/world/bg.png") no-repeat center/cover;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-reason-world .s-world__promote {
    margin-top: 40px;
    height: 300px;
  }
}
.s-reason-world .s-world__promoteDetail {
  text-align: center;
}
.s-reason-world .s-world__promoteDetail .title {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 9px 30px;
  display: inline-block;
  background: #ccb034;
}
@media screen and (max-width: 767px) {
  .s-reason-world .s-world__promoteDetail .title {
    font-size: 16px;
  }
}
.s-reason-world .s-world__promoteDetail .text {
  display: flex;
  align-items: baseline;
}
.s-reason-world .s-world__promoteDetail .text span {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-reason-world .s-world__promoteDetail .text span {
    font-size: 26px;
  }
}
.s-reason-world .s-world__promoteDetail .text strong {
  font-weight: bold;
  font-size: 180px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-reason-world .s-world__promoteDetail .text strong {
    font-size: 90px;
  }
}
.s-showroom-about .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-showroom-about .s-about__header {
    margin-top: 40px;
  }
}
.s-showroom-about .s-about__headerTitle {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  color: #333;
  margin: 0;
}
.s-showroom-about .c-flex-alone__detailText {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-showroom-about .c-flex-alone__detailText {
    margin-top: 25px;
  }
}

.s-showroom-possible .s-possible__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__list {
    margin-top: 30px;
  }
}
.s-showroom-possible .c-section__description {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .c-section__description {
    margin-top: 30px;
  }
}
.s-showroom-possible .s-possible__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__item {
    display: block;
  }
}
.s-showroom-possible .s-possible__item + .s-possible__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__item + .s-possible__item {
    margin-top: 30px;
  }
}
.s-showroom-possible .s-possible__itemHeader {
  width: calc(100% - 767px);
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__itemHeader {
    width: 100%;
  }
}
.s-showroom-possible .s-possible__itemHeader .image {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.s-showroom-possible .s-possible__itemHeader .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.s-showroom-possible .s-possible__itemHeader .title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #2e2e2e;
  margin: 20px 0 0;
}
.s-showroom-possible .s-possible__itemContents {
  width: 767px;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__itemContents {
    margin-top: 20px;
    width: 100%;
  }
}
.s-showroom-possible .s-possible__itemContents ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px 20px;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__itemContents ul {
    display: block;
  }
}
.s-showroom-possible .s-possible__itemContents ul li {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
  height: 60px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__itemContents ul li + li {
    margin-top: 20px;
  }
}
.s-showroom-possible .s-possible__button {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-showroom-possible .s-possible__button {
    margin-top: 60px;
  }
}

.s-showroom-reserve .s-reserve__contents {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-reserve .s-reserve__contents {
    margin-top: 30px;
  }
}
.s-showroom-reserve .s-reserve__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.s-showroom-reserve .s-reserve__button {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-showroom-reserve .s-reserve__button {
    margin-top: 50px;
  }
}

.s-showroom-studio {
  background: #333;
}
.s-showroom-studio .s-studio__title {
  margin: 0;
}
.s-showroom-studio .s-studio__title .title {
  font-weight: var(--font-weight-thin);
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
.s-showroom-studio .s-studio__title .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  display: block;
}
.s-showroom-studio .s-studio__category {
  display: grid;
  gap: 5px;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 180px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__category {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-top: 30px;
  }
}
.s-showroom-studio .s-studio__categoryItem {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__categoryItem {
    width: 100%;
  }
}
.s-showroom-studio .s-studio__categoryItem a {
  height: 80px;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 5px;
  background: #646464;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.s-showroom-studio .s-studio__categoryItem a::after {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 5.5px);
  background: url("../img/showroom/studio/arrow-bottom.svg") no-repeat center/contain;
}
.s-showroom-studio .s-studio__contents {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__contents {
    margin-top: 50px;
  }
}
.s-showroom-studio .s-studio__areaTitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  margin: 0;
  position: relative;
}
.s-showroom-studio .s-studio__areaTitle span {
  display: inline-block;
  position: relative;
  background: #333;
  z-index: 12;
  padding: 0 25px;
}
.s-showroom-studio .s-studio__areaTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #646464;
  left: 0;
  z-index: 11;
}
.s-showroom-studio .s-studio__areaList {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__areaList {
    display: block;
  }
}
.s-showroom-studio .s-studio__areaList + .s-studio__areaTitle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__areaList + .s-studio__areaTitle {
    margin-top: 30px;
  }
}
.s-showroom-studio .s-studio__areaItem {
  width: 33.3333333333%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .s-showroom-studio .s-studio__areaItem:nth-child(n+4) {
    margin-top: 40px;
  }
  .s-showroom-studio .s-studio__areaItem:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__areaItem {
    padding: 0;
    width: 100%;
  }
  .s-showroom-studio .s-studio__areaItem + .s-studio__areaItem {
    margin-top: 30px;
  }
}
.s-showroom-studio .s-studio__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-showroom-studio .s-studio__link {
    margin-top: 40px;
  }
}

.s-showroom-type .s-type__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-showroom-type .s-type__contents {
    margin-top: 40px;
  }
}
.s-showroom-type .s-type__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-showroom-type .s-type__list {
    margin-top: 30px;
  }
}
.s-showroom-type .s-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .s-showroom-type .s-type__list {
    display: block;
  }
}
.s-showroom-type .s-type__item {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .s-showroom-type .s-type__item {
    width: 100%;
    padding: 20px;
  }
  .s-showroom-type .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
.s-showroom-type .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
}
.s-showroom-type .s-type__itemImage {
  width: 130px;
  height: 60px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .s-showroom-type .s-type__itemImage {
    margin-top: 15px;
  }
}
.s-showroom-type .s-type__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.s-showroom-type .s-type__itemText {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-showroom-type .s-type__itemText {
    margin-top: 20px;
  }
}

.s-sustainability-cn .s-cn__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-cn .s-cn__header {
    margin-top: 40px;
  }
}
.s-sustainability-cn .s-cn__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-cn .s-cn__contents {
    margin-top: 40px;
  }
}
.s-sustainability-cn .s-cn__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .s-sustainability-cn .s-cn__item {
    display: block;
  }
}
.s-sustainability-cn .s-cn__item + .s-cn__item {
  margin-top: 70px;
}
.s-sustainability-cn .s-cn__itemImage {
  width: 112px;
  min-width: 112px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-sustainability-cn .s-cn__itemImage {
    margin: 0 auto;
  }
}
.s-sustainability-cn .s-cn__itemImage::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s-sustainability-cn .s-cn__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.s-sustainability-cn .s-cn__itemDetail {
  margin-top: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-cn .s-cn__itemDetail {
    margin-left: 0;
  }
}
.s-sustainability-cn .s-cn__itemDetail .title {
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-sustainability-cn .s-cn__itemDetail .title {
    text-align: center;
  }
}
.s-sustainability-cn .s-cn__itemDetail .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin-top: 30px;
}
.s-sustainability-rrr .s-rrr__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-rrr .s-rrr__header {
    margin-top: 40px;
  }
}
.s-sustainability-rrr .s-rrr__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-rrr .s-rrr__contents {
    margin-top: 40px;
  }
}
.s-sustainability-rrr .s-cn__image {
  padding: 60px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-rrr .s-cn__image {
    margin-top: 40px;
    padding: 30px;
  }
}

.s-sustainability-sdgs .s-sdgs__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-sdgs .s-sdgs__header {
    margin-top: 40px;
  }
}
.s-sustainability-sdgs .s-sdgs__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-sdgs .s-sdgs__contents {
    margin-top: 40px;
  }
}
.s-sustainability-sdgs .s-sdgs__title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #2e2e2e;
  margin: 0;
}
.s-sustainability-sdgs .s-sdgs__logo {
  margin: 30px auto 0;
  width: 200px;
}
.s-sustainability-sdgs .s-sdgs__list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s-sustainability-sdgs .s-sdgs__list {
    display: block;
    margin-top: 40px;
  }
}
.s-sustainability-sdgs .s-sdgs__item {
  width: calc(33.3333333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .s-sustainability-sdgs .s-sdgs__item {
    width: 100%;
  }
  .s-sustainability-sdgs .s-sdgs__item + .s-sdgs__item {
    margin-top: 30px;
  }
}
.s-sustainability-sdgs .s-sdgs__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin: 0;
}
.s-sustainability-sdgs .s-sdgs__itemText {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-sustainability-sdgs .s-sdgs__itemText {
    margin-top: 15px;
  }
}
.s-sustainability-sdgs .s-sdgs__itemText ul li {
  display: flex;
  align-items: baseline;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.s-sustainability-sdgs .s-sdgs__itemText ul li::before {
  content: "・";
}
.s-sustainability-sdgs .s-sdgs__itemText ul li + li {
  margin-top: 20px;
}

.s-system-about {
  background: #333333;
  color: white;
}
.s-system-about .s-about__header {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__header {
    margin-top: 25px;
  }
}
.s-system-about .c-section__description {
  text-align: left;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-system-about .c-section__description {
    margin-top: 40px;
  }
}
.s-system-about .s-about__place {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__place {
    margin-top: 40px;
  }
}
.s-system-about .s-about__placeList {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__placeList {
    display: block;
  }
}
.s-system-about .s-about__placeItem {
  border-radius: 10px;
  background: transparent;
  border: 1px solid #ccc;
  padding: 40px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__placeItem {
    padding: 20px;
    width: 100%;
  }
  .s-system-about .s-about__placeItem + .s-about__placeItem {
    margin-top: 30px;
  }
}
.s-system-about .s-about__placeItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.s-system-about .s-about__placeItem .image {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__placeItem .image {
    margin-top: 20px;
  }
}
.s-system-about .s-about__detail {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__detail {
    margin-top: 60px;
  }
}
.s-system-about .s-about__detailList {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__detailList {
    display: block;
  }
}
.s-system-about .s-about__detailItem {
  background-color: white;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__detailItem {
    width: 100%;
  }
  .s-system-about .s-about__detailItem + .s-about__detailItem {
    margin-top: 30px;
  }
}
.s-system-about .s-about__detailItem .image {
  position: relative;
  overflow: hidden;
}
.s-system-about .s-about__detailItem .image::before {
  content: "";
  display: block;
  padding-top: 57.8947368421%;
}
.s-system-about .s-about__detailItem .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.s-system-about .s-about__detailItem .detail {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__detailItem .detail {
    padding: 20px;
  }
}
.s-system-about .s-about__detailItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #333;
  opacity: 0.8;
}
.s-system-about .s-about__detailItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #333;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-system-about .s-about__detailItem .text {
    margin-top: 20px;
  }
}
.s-system-service .s-service__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-system-service .s-service__contents {
    margin-top: 40px;
  }
}

.s-system-work .s-work__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__contents {
    margin-top: 40px;
  }
}
.s-system-work .s-work__block {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__block {
    padding: 20px;
  }
}
.s-system-work .s-work__block + .s-work__block {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__block + .s-work__block {
    margin-top: 30px;
  }
}
.s-system-work .s-work__blockContents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockContents {
    display: block;
    margin-top: 20px;
  }
}
.s-system-work .s-work__blockImage {
  overflow: hidden;
  position: relative;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockImage {
    width: 100%;
  }
}
.s-system-work .s-work__blockImage::before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
}
.s-system-work .s-work__blockImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.s-system-work .s-work__blockDetail {
  width: calc(100% - 440px);
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockDetail {
    width: 100%;
    margin-top: 20px;
  }
}
.s-system-work .s-work__blockDetail dl {
  margin: 0;
}
.s-system-work .s-work__blockDetail dt {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #333;
}
.s-system-work .s-work__blockDetail dt + dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockDetail dt + dd {
    margin-top: 10px;
  }
}
.s-system-work .s-work__blockDetail dd {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  color: #333;
}
.s-system-work .s-work__blockDetail dd + dt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockDetail dd + dt {
    margin-top: 20px;
  }
}
.s-system-work .s-work__blockList {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockList {
    margin-top: 20px;
  }
}
.s-system-work .s-work__blockItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockItem {
    display: block;
  }
}
.s-system-work .s-work__blockItem + .s-work__blockItem {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-system-work .s-work__blockItem + .s-work__blockItem {
    margin-top: 30px;
  }
}
.s-system-work .s-work__blockItem .s-work__blockImage::before {
  padding-top: 57.1428571429%;
}
.s-variation-flow .s-flow__list {
  counter-reset: flow 0;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__list {
    margin-top: 50px;
    padding: 0 16px;
  }
}
.s-variation-flow .s-flow__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__item {
    display: block;
  }
}
.s-variation-flow .s-flow__item + .s-flow__item {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__item + .s-flow__item {
    margin-top: 100px;
  }
}
.s-variation-flow .s-flow__itemLabel {
  width: 160px;
  height: 160px;
  background: #ccb034;
  border-radius: 100%;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__itemLabel {
    width: 120px;
    height: 120px;
  }
}
.s-variation-flow .s-flow__itemLabel .step {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__itemLabel .step {
    font-size: 14px;
  }
}
.s-variation-flow .s-flow__itemLabel .num {
  font-family: "Noto Sans JP";
  font-weight: var(--font-weight-thin);
  font-size: 59px;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__itemLabel .num {
    font-size: 40px;
  }
}
.s-variation-flow .s-flow__itemLabel .num::before {
  counter-increment: flow 1;
  content: "0" counter(flow);
}
.s-variation-flow .s-flow__itemTitle {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #2e2e2e;
  margin: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__itemTitle {
    margin-top: 25px;
  }
}
.s-variation-flow .s-flow__itemTitle span {
  display: block;
  font-weight: normal;
  font-size: 26px;
  text-align: center;
  color: #2e2e2e;
}
.s-variation-flow .s-flow__itemDetail {
  margin-left: max(calc((100vw - 1032px) / 2), 32px);
  width: 290px;
  min-width: 290px;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__itemDetail {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
  }
}
.s-variation-flow .s-flow__itemImage {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__itemImage {
    width: 100%;
    margin-top: 50px;
  }
}
.s-variation-flow .s-flow__cta {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .s-variation-flow .s-flow__cta {
    margin-top: 100px;
  }
}
.s-variation-flow .s-flow__ctaLink {
  text-align: center;
  margin-top: 30px;
}
.s-warranty-details {
  background: #333333;
  color: white;
}
.s-warranty-details .s-details__list {
  counter-reset: details 0;
  margin: 0;
  padding: 0;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-warranty-details .s-details__list {
    margin-top: 40px;
  }
}
.s-warranty-details .s-details__item {
  list-style: none;
}
.s-warranty-details .s-details__item + .s-details__item {
  margin-top: 80px;
}
.s-warranty-details .s-details__itemTitle {
  width: 150px;
  height: 150px;
  background: #4b4b4b;
  border-radius: 100%;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.s-warranty-details .s-details__itemTitle .num {
  display: block;
  text-align: center;
}
.s-warranty-details .s-details__itemTitle .num::after {
  counter-increment: details 1;
  content: "0" counter(details);
  font-weight: var(--font-weight-thin);
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
.s-warranty-details .s-details__itemTitle .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.s-warranty-details .s-details__itemDetail {
  color: white;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 60px;
  margin-top: 40px;
}
.s-warranty-details .s-details__itemDetail * + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-warranty-details .s-details__itemDetail {
    padding: 30px;
  }
}
.s-warranty-details .s-details__itemDetail .note {
  display: flex;
  align-items: baseline;
}
.s-warranty-details .s-details__itemDetail .note::before {
  content: "※";
  margin-right: 10px;
}

.s-warranty-header .s-header__title {
  margin: 0;
  text-align: center;
}
.s-warranty-header .s-header__title .image {
  display: inline-block;
  max-width: 130px;
}
.s-warranty-header .s-header__title .title {
  font-weight: var(--font-weight-thin);
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #2e2e2e;
  margin-top: 20px;
}
.s-warranty-header .s-header__title .text {
  font-weight: bold;
  font-size: 18px;
  color: #2e2e2e;
  padding: 5px 30px;
  border: 1px solid #ccc;
  margin-top: 10px;
  display: inline-block;
}
.s-warranty-header .s-header__line {
  width: 120px;
  height: 1px;
  background: #ccc;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .s-warranty-header .s-header__line {
    margin-top: 30px;
  }
}
.s-warranty-header .s-header__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-warranty-header .s-header__description {
    margin-top: 30px;
    text-align: left;
  }
}

.s-x-series-design {
  padding-bottom: 0;
}
.s-x-series-design .s-design__contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-x-series-design .s-design__contents {
    margin-top: 40px;
  }
}
.s-x-series-design .s-design__list {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .s-x-series-design .s-design__list {
    gap: 5px;
  }
}
.s-x-series-design .s-design__itemImage {
  position: relative;
}
.s-x-series-design .s-design__imageCaption {
  padding: 30px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 50px;
}
.s-x-series-design .s-design__imageCaption span {
  display: block;
}
.s-x-series-design .s-design__imageCaption .text {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.s-x-series-design .s-design__imageCaption .title {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 33px;
  color: #606060;
}

.s-x-series-design-description {
  background: #333;
  color: white;
}
.s-x-series-design-description .s-description__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-x-series-design-description .s-description__header {
    margin-top: 40px;
  }
}
.s-x-series-design-description .s-description__headerTitle {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-x-series-design-description .s-description__headerTitle {
    text-align: center;
  }
}
.s-x-series-design-description .s-description__headerText {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-x-series-design-description .s-description__headerText {
    margin-top: 20px;
  }
}

.s-x-series-product-fwfp .s-fwfp__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__header {
    display: block;
  }
}
.s-x-series-product-fwfp .s-fwfp__headerImage {
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__headerImage {
    width: 100%;
  }
}
.s-x-series-product-fwfp .s-fwfp__headerDetail {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__headerDetail {
    width: 100%;
  }
}
.s-x-series-product-fwfp .s-fwfp__headerTitle .name {
  font-family: var(--font-family-en);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333333;
  display: block;
}
.s-x-series-product-fwfp .s-fwfp__headerTitle .detail {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #606060;
  display: block;
}
.s-x-series-product-fwfp .s-fwfp__headerTitle .detail + .name {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__headerImage {
    margin-top: 20px;
  }
}
.s-x-series-product-fwfp .s-fwfp__headerSubtitle {
  margin-top: 120px;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #606060;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__headerSubtitle {
    margin-top: 30px;
  }
}
.s-x-series-product-fwfp .s-fwfp__headerDescription {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #606060;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__headerDescription {
    margin-top: 20px;
  }
}
.s-x-series-product-fwfp .s-fwfp__introduction {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__introduction {
    margin-top: 40px;
  }
}
.s-x-series-product-fwfp .s-fwfp__introductionSpec {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__introductionSpec {
    display: block;
    margin-top: 40px;
  }
}
.s-x-series-product-fwfp .s-fwfp__introductionHeader {
  margin-top: 120px;
  color: #333333;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__introductionHeader {
    margin-top: 60px;
  }
}
.s-x-series-product-fwfp .s-fwfp__introductionHeader .c-section__title {
  font-weight: 500;
  line-height: 1;
}
.s-x-series-product-fwfp .s-fwfp__introductionSpecTitle {
  margin: 0;
}
.s-x-series-product-fwfp .s-fwfp__introductionSpecTitle .title {
  font-weight: bold;
  font-size: 18px;
  color: #606060;
  display: block;
  margin: 0;
}
.s-x-series-product-fwfp .s-fwfp__introductionSpecTitle .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #606060;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__introductionSpecLink {
    margin-top: 20px;
  }
}
.s-x-series-product-fwfp .s-fwfp__detail {
  border-top: solid 1px #606060;
  margin-top: 20px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__detail {
    padding-top: 30px;
    display: block;
  }
}
.s-x-series-product-fwfp .s-fwfp__detailBlock {
  width: calc(100% - 380px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__detailBlock {
    display: block;
    width: 100%;
  }
}
.s-x-series-product-fwfp .s-fwfp__detailBlockTitle {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.s-x-series-product-fwfp .s-fwfp__detailBlockTitle strong, .s-x-series-product-fwfp .s-fwfp__detailBlockTitle small {
  font-family: var(--font-family-en);
}
.s-x-series-product-fwfp .s-fwfp__detailBlockTitle strong {
  font-size: 30px;
}
.s-x-series-product-fwfp .s-fwfp__detailBlockTitle small {
  font-size: 18px;
}
.s-x-series-product-fwfp .s-fwfp__detailBlockList {
  display: flex;
  gap: 10px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__detailBlockList {
    display: block;
    margin-top: 30px;
  }
  .s-x-series-product-fwfp .s-fwfp__detailBlockList li + li {
    margin-top: 20px;
  }
}
.s-x-series-product-fwfp .s-fwfp__detailBlockList figure {
  border: solid 1px #CCCCCC;
}
.s-x-series-product-fwfp .s-fwfp__detailBlockList p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #606060;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__detailBlockList p {
    font-size: 14px;
  }
}
.s-x-series-product-fwfp .s-fwfp__detailModal {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__detailModal {
    width: 100%;
    margin-top: 30px;
  }
}
.s-x-series-product-fwfp .s-fwfp__detailModal img {
  background-color: white;
}
.s-x-series-product-fwfp .s-fwfp__detailModal .caption {
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #606060;
  margin-top: 10px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-fwfp .s-fwfp__detailModal .caption {
    font-size: 14px;
  }
}

.s-x-series-product-nwnwc {
  background: #333;
  color: white;
}
.s-x-series-product-nwnwc .s-nwnwc__header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__header {
    display: block;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__headerImage {
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__headerImage {
    width: 100%;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__headerDetail {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__headerDetail {
    width: 100%;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__headerTitle .name {
  font-family: var(--font-family-en);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  display: block;
}
.s-x-series-product-nwnwc .s-nwnwc__headerTitle .detail {
  font-family: var(--font-family-en);
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__headerImage {
    margin-top: 20px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__headerSubtitle {
  margin-top: 120px;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__headerSubtitle {
    margin-top: 30px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__headerDescription {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__headerDescription {
    margin-top: 20px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__introduction {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__introduction {
    margin-top: 40px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__introductionSpec {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__introductionSpec {
    display: block;
    margin-top: 30px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__introductionSpecTitle {
  margin: 0;
}
.s-x-series-product-nwnwc .s-nwnwc__introductionSpecTitle .title {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 0;
}
.s-x-series-product-nwnwc .s-nwnwc__introductionSpecTitle .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__introductionSpecLink {
    margin-top: 20px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__detail {
  border-top: solid 1px #606060;
  margin-top: 20px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__detail {
    padding-top: 30px;
    display: block;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlock {
  width: calc(100% - 420px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__detailBlock {
    display: block;
    width: 100%;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockTitle {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockTitle strong, .s-x-series-product-nwnwc .s-nwnwc__detailBlockTitle small {
  font-family: var(--font-family-en);
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockTitle strong {
  font-size: 30px;
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockTitle small {
  font-size: 18px;
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockTitle {
  color: #fff;
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockList {
  display: flex;
  gap: 20px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__detailBlockList {
    display: block;
    margin-top: 30px;
  }
  .s-x-series-product-nwnwc .s-nwnwc__detailBlockList li + li {
    margin-top: 20px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__detailBlockList p {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__detailBlockList p {
    font-size: 14px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__detailModal {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__detailModal {
    width: 100%;
    margin-top: 30px;
  }
}
.s-x-series-product-nwnwc .s-nwnwc__detailModal img {
  background-color: white;
}
.s-x-series-product-nwnwc .s-nwnwc__detailModal .caption {
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #fff;
  margin-top: 10px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .s-x-series-product-nwnwc .s-nwnwc__detailModal .caption {
    font-size: 14px;
  }
}

.s-x-series-products .c-section__title img {
  width: 250px;
}
.s-x-series-products .s-products__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .s-x-series-products .s-products__list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.s-x-series-products .s-products__itemLink {
  display: block;
}
.s-x-series-products .s-products__itemTitle {
  margin: 0;
  min-height: 5em;
}
.s-x-series-products .s-products__itemTitle .name {
  font-weight: 500;
  font-size: 26px;
  font-family: var(--font-family-en);
  font-size: 26px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2e2e2e;
  display: block;
}
.s-x-series-products .s-products__itemTitle .nameDetail {
  font-family: var(--font-family-en);
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #2e2e2e;
  display: block;
}
.s-x-series-products .s-products__itemMore {
  margin-top: 15px;
}
.s-x-series-products .s-products__itemMore .text {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #606060;
  display: block;
}
.s-x-series-products .s-products__itemMore .arrow {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
/* ----- MV（メインビジュアル） ----- */
.s-top-mv {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0;
  margin-bottom: clamp(61.44px, 0px + 8vw, 112px);
}
.s-top-mv .s-mv__slider {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: visible;
}
.s-top-mv .swiper-wrapper {
  align-items: stretch;
}
.s-top-mv .s-mv__slide {
  position: relative;
  width: calc(50% - 24px) !important;
  height: calc(100vh - 80px) !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-top-mv .s-mv__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.s-top-mv .s-mv__slide.swiper-slide-active::after {
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .s-top-mv .s-mv__slide {
    width: calc(50% - 24px) !important;
  }
}
.s-top-mv .s-mv__nav {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  z-index: 10;
}
.s-top-mv .s-mv__prev,
.s-top-mv .s-mv__next {
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}
.s-top-mv .s-mv__prev {
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .s-top-mv {
    padding: 0;
    margin-bottom: 0;
  }
  .s-top-mv .s-mv__slider {
    height: calc(100vh - 60px);
  }
  .s-top-mv .s-mv__slide {
    height: calc(100vh - 60px) !important;
  }
  .s-top-mv .s-mv__nav {
    bottom: 24px;
    gap: 12px;
  }
}

.s-mv__slide-inner {
  flex: 0 0 auto;
  position: relative;
  transform: scale(0.5);
  filter: blur(4px);
  transition: transform 0.8s ease, filter 0.8s ease;
}
@media screen and (max-width: 767px) {
  .s-mv__slide-inner {
    max-width: 100%;
  }
}

.swiper-slide-active .s-mv__slide-inner {
  transform: scale(1);
  filter: none;
  transition: transform 0.8s ease, filter 0.2s ease;
}

.s-mv__main-img {
  margin: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-mv__main-img {
    max-width: 100%;
    transform: translateY(calc(-6vh - 4px));
  }
}
.s-mv__main-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65vh;
}

/* 製品ごとの見た目サイズ調整（$mv_slides の 'mod' から is-* を出力）
   -trim では半透明の影・反射も本体として残るため、アルファしきい値75%処理後の
   トリム寸法で「影を除いた製品本体」の占有率を計測し、
   max-height = 57vh ÷ 本体高占有率 で本体の見た目高さを約57vhに揃える。
   占有率がほぼ100%（影なし）の製品は57vhのまま。
   本体計測値（アルファthr75% / キャンバス）：
     THEAR(1.png)      本体高 2774 / 2774 = 100.0%  → 57vh
     THEAR CORE(5.png) 本体高 1397 / 1739 =  80.3%  → 57 ÷ 0.803 ≈ 71vh（下側に反射あり）
     MOVA(3.png)       本体高 1135 / 1137 =  99.8%  → 57vh
     ZONAIR(2.png)     本体高  932 /  936 =  99.6%  → 57vh
     KUAIR(4.png)      本体幅 1388 / 1392 =  99.7%  → 幅指定は現状維持 */
.s-mv__slide.is-thear .s-mv__main-img img {
  max-height: 57vh;
}
@media screen and (max-width: 767px) {
  .s-mv__slide.is-thear .s-mv__main-img img {
    max-height: min(47vh, 88vh - 276px);
  }
}

.s-mv__slide.is-thear-core .s-mv__main-img img {
  max-height: 71vh;
  /* 本体下側の反射分だけ本体中心がキャンバス中心より上（170/1739 ≈ 9.78%）へ寄るため、
     本体をスライド中心まで下げる。scale トランジションと競合しないよう img 側に適用。 */
  transform: translateY(9.78%);
}
@media screen and (max-width: 767px) {
  .s-mv__slide.is-thear-core .s-mv__main-img img {
    max-height: min(58.5vh, 109.6vh - 344px);
  }
}

.s-mv__slide.is-mova .s-mv__main-img img {
  max-height: 57vh;
}
@media screen and (max-width: 767px) {
  .s-mv__slide.is-mova .s-mv__main-img img {
    max-height: min(47vh, 88vh - 276px);
  }
}

.s-mv__slide.is-zonair .s-mv__main-img img {
  max-height: 57vh;
}
@media screen and (max-width: 767px) {
  .s-mv__slide.is-zonair .s-mv__main-img img {
    max-height: min(47vh, 88vh - 276px);
  }
}

.s-mv__slide.is-kuair .s-mv__main-img img {
  max-width: clamp(320px, 45vw, 640px);
  max-height: none;
}
@media screen and (max-width: 767px) {
  .s-mv__slide.is-kuair .s-mv__main-img img {
    max-width: calc(50vw + 8px);
    transform: scale(1);
    transition: transform 0.2s ease;
  }
}

@media screen and (max-width: 767px) {
  .s-mv__slide.is-kuair.swiper-slide-active .s-mv__main-img img {
    transform: scale(1.4);
    transition: transform 0.8s ease;
  }
}

@media screen and (max-width: 767px) {
  .s-top-mv .s-mv__slide.is-kuair {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .s-top-mv .s-mv__slide.is-kuair.swiper-slide-active {
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .s-mv__slide.is-kuair .s-mv__slide-inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .s-mv__slide.is-kuair .s-mv__main-img {
    max-width: none;
  }
}

.s-mv__slide-bottom {
  position: absolute;
  bottom: 24%;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr calc(50vw - 24px) 1fr;
  align-items: flex-end;
  pointer-events: none;
  z-index: 5;
  transition: opacity 0.8s ease;
}
.s-mv__slide-bottom.-fading {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .s-mv__slide-bottom {
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 88px;
  }
}

.s-mv__logo {
  grid-column: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0;
  pointer-events: auto;
}
.s-mv__logo img {
  height: 80px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-mv__logo {
    justify-content: center;
  }
  .s-mv__logo img {
    height: 72px;
  }
}

.s-mv__caption {
  grid-column: 3;
  text-align: left;
  pointer-events: auto;
}
.s-mv__caption p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .s-mv__caption {
    margin-top: calc(67.5vh - 106px);
    align-self: stretch;
    width: 100%;
    padding: 0 16px;
  }
  .s-mv__caption p {
    display: inline;
    font-size: 1rem;
  }
  .s-mv__caption p:not(:last-child)::after {
    content: "　";
  }
}

.s-mv__detail {
  grid-column: 3;
  text-align: left;
  pointer-events: auto;
  margin-top: 8px;
}
.s-mv__detail.-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .s-mv__detail {
    align-self: stretch;
    width: 100%;
    padding: 0 16px;
    text-align: right;
  }
}

.s-mv__detail-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.s-mv__detail-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .s-mv__detail-link {
    font-size: 1rem;
  }
}

.s-mv__detail-arrow {
  display: block;
  width: 24px;
  height: 6px;
  background: url("../img/common/arrow-black.svg") no-repeat center/contain;
}

.s-mv__pagination.swiper-pagination-bullets {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.s-mv__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px !important;
  height: 4px !important;
  background: #333 !important;
  opacity: 0.2 !important;
  margin: 0 !important;
  transition: opacity 0.3s !important;
}
@media screen and (max-width: 767px) {
  .s-mv__pagination .swiper-pagination-bullet {
    width: 24px !important;
  }
}
.s-mv__pagination .swiper-pagination-bullet-active {
  opacity: 0.7 !important;
}

/* ----- 輻射冷暖房とは ----- */
.s-top-fukusya-about {
  overflow: hidden;
}
.s-top-fukusya-about .s-fukusya-about__contents {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .s-top-fukusya-about .s-fukusya-about__contents {
    flex-direction: column;
  }
}
.s-top-fukusya-about .s-fukusya-about__detail {
  flex: 0 0 50%;
  padding: 68px 60px 60px calc(max(calc((100vw - 1232px) / 2), 0px) + 16px);
}
@media screen and (max-width: 767px) {
  .s-top-fukusya-about .s-fukusya-about__detail {
    flex: 1 1 auto;
    width: 100%;
    padding: 50px 5vw 60px;
    order: 2;
  }
}
.s-top-fukusya-about .s-fukusya-about__title {
  font-weight: 100;
  font-size: clamp(28px, 18.2784810127px + 1.2658227848vw, 36px);
  color: #333;
  margin: 0 0 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-top-fukusya-about .s-fukusya-about__title {
    margin-bottom: 20px;
  }
}
.s-top-fukusya-about .s-fukusya-about__text {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-top-fukusya-about .s-fukusya-about__text {
    margin-bottom: 32px;
  }
}
.s-top-fukusya-about .s-fukusya-about__image {
  flex: 0 0 50%;
  height: 420px;
  margin: 18px 0 0 0;
  overflow: hidden;
}
.s-top-fukusya-about .s-fukusya-about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-fukusya-about .s-fukusya-about__image {
    flex: 1 1 auto;
    width: 100%;
    height: 250px;
    margin: 0;
    order: 1;
  }
}

/* ----- 専門家の視点と確かな根拠 ----- */
.s-top-expert {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background-color: #f1f2f4;
}
@media screen and (max-width: 767px) {
  .s-top-expert {
    padding: 60px 0;
  }
}
.s-top-expert .s-expert__heading {
  font-weight: 100;
  font-size: clamp(28px, 18.2784810127px + 1.2658227848vw, 36px);
  color: #333;
  text-align: center;
  margin: 0 0 clamp(24.6857142857px, 0px + 3.2142857143vw, 45px);
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__heading {
    margin-bottom: 32px;
  }
}
.s-top-expert .s-expert__body {
  display: flex;
  gap: clamp(48.8228571429px, 0px + 6.3571428571vw, 89px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__body {
    flex-direction: column;
    gap: 40px;
  }
}
.s-top-expert .s-expert__visual {
  flex: 0 0 352px;
  height: 880px;
  overflow: hidden;
  margin: 0;
}
.s-top-expert .s-expert__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__visual {
    flex: none;
    width: 100%;
    height: 240px;
  }
}
.s-top-expert .s-expert__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(34.56px, 0px + 4.5vw, 63px);
}
.s-top-expert .s-expert__cards {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__cards {
    flex-direction: column;
    gap: 16px;
  }
}
.s-top-expert .s-expert__card {
  flex: 1;
  background: #fff;
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 16px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.s-top-expert .s-expert__card-photo {
  flex-shrink: 0;
  margin: 0;
}
.s-top-expert .s-expert__card-photo img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.s-top-expert .s-expert__card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  width: 100%;
}
.s-top-expert .s-expert__card-name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.5555555556;
}
.s-top-expert .s-expert__card-role {
  font-size: 0.875rem;
  color: #333;
  margin: 0;
  line-height: 1.4285714286;
}
.s-top-expert .s-expert__card-text {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #333;
  margin: 0;
  width: 100%;
}
.s-top-expert .s-expert__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.s-top-expert .s-expert__stat {
  display: flex;
  align-items: center;
  min-height: 160px;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__stat {
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0;
    min-height: auto;
  }
}
.s-top-expert .s-expert__stat-icon {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
}
.s-top-expert .s-expert__stat-icon img {
  width: 65px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__stat-icon {
    flex: 0 0 65px;
  }
}
.s-top-expert .s-expert__stat-data {
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__stat-data {
    flex: 1;
  }
}
.s-top-expert .s-expert__stat-label {
  display: block;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}
.s-top-expert .s-expert__stat-num {
  font-family: "Inter", sans-serif;
  font-size: clamp(36px, 21.417721519px + 1.8987341772vw, 48px);
  font-weight: 400;
  color: #6a7282;
  line-height: 1;
  margin: 0;
}
.s-top-expert .s-expert__stat-num .-sm {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
}
.s-top-expert .s-expert__stat-text {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-top-expert .s-expert__stat-text {
    flex: 1 1 100%;
  }
}

/* ----- 輻射式エアコンが注目されている理由 ----- */
.s-top-reason {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-top-reason {
    padding: 60px 0;
  }
}
.s-top-reason .s-reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(46.6285714286px, 0px + 6.0714285714vw, 85px);
}
@media screen and (max-width: 767px) {
  .s-top-reason .s-reason__inner {
    gap: 40px;
  }
}
.s-top-reason .s-reason__heading {
  font-weight: 100;
  font-size: clamp(26px, 13.8481012658px + 1.582278481vw, 36px);
  color: #333;
  margin: 0;
  text-align: center;
}
.s-top-reason .s-reason__layout {
  width: 100%;
  display: flex;
  gap: clamp(42.7885714286px, 0px + 5.5714285714vw, 78px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .s-top-reason .s-reason__layout {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.s-top-reason .s-reason__text {
  flex: 0 0 322px;
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: clamp(74.6057142857px, 0px + 9.7142857143vw, 136px) 0 0;
}
@media screen and (max-width: 767px) {
  .s-top-reason .s-reason__text {
    flex: none;
    width: 100%;
    margin-top: 0;
    line-height: 1.9;
  }
}
.s-top-reason .s-reason__image {
  flex: 1;
  height: 480px;
  overflow: hidden;
  margin: 0;
}
.s-top-reason .s-reason__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-reason .s-reason__image {
    flex: none;
    width: 100%;
    height: 240px;
  }
}

/* ----- 3つのメリット ----- */
.s-top-merit {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-top-merit {
    padding: 60px 0;
  }
}
.s-top-merit .s-merit__title {
  font-weight: 100;
  font-size: clamp(28px, 18.2784810127px + 1.2658227848vw, 36px);
  color: #333;
  text-align: center;
  margin: 0 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-top-merit .s-merit__title {
    margin-bottom: 50px;
  }
}
.s-top-merit .s-merit__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-top-merit .s-merit__list {
    gap: 60px;
  }
}
.s-top-merit .s-merit__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(42.7885714286px, 0px + 5.5714285714vw, 78px);
}
.s-top-merit .s-merit__item.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-top-merit .s-merit__item {
    flex-direction: column;
    gap: 24px;
  }
  .s-top-merit .s-merit__item.-reverse {
    flex-direction: column;
  }
}
.s-top-merit .s-merit__image {
  flex: 0 0 66.67%;
  height: 360px;
  overflow: hidden;
  margin: 0;
}
.s-top-merit .s-merit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-merit .s-merit__image {
    flex: none;
    width: 100%;
    height: 220px;
  }
}
.s-top-merit .s-merit__detail {
  flex: 1;
  padding-top: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px);
}
@media screen and (max-width: 767px) {
  .s-top-merit .s-merit__detail {
    padding-top: 0;
  }
}
.s-top-merit .s-merit__num {
  display: block;
  font-size: 0.75rem;
  color: #cccccc;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
.s-top-merit .s-merit__name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 24px;
}
.s-top-merit .s-merit__text {
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  margin: 0;
}

/* ----- 製品スライダー ----- */
.s-top-product {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-top-product {
    padding: 60px 0;
  }
}
.s-top-product .s-product__slider.swiper {
  overflow: visible;
}
.s-top-product .s-product__slide {
  width: 60vw !important;
  filter: blur(3px) brightness(0.7);
  transition: filter 0.6s ease;
}
.s-top-product .s-product__slide.swiper-slide-active {
  filter: blur(0) brightness(1);
}
@media screen and (max-width: 767px) {
  .s-top-product .s-product__slide {
    width: 82vw !important;
  }
}
.s-top-product .s-product__slide-inner {
  border-radius: 4px;
  overflow: hidden;
}
.s-top-product .s-product__image {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f1f2f4;
}
.s-top-product .s-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-top-product .s-product__body {
  padding: 20px 24px;
  background: #fff;
}
.s-top-product .s-product__name {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px;
}
.s-top-product .s-product__text {
  font-size: 0.875rem;
  color: #606060;
  line-height: 1.7;
  margin: 0;
}
.s-top-product .s-product__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .s-top-product .s-product__nav {
    gap: 40px;
    margin-top: 24px;
  }
}
.s-top-product .s-product__prev,
.s-top-product .s-product__next {
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}
.s-top-product .s-product__prev {
  transform: scaleX(-1);
}
.s-top-product .s-product__pagination.swiper-pagination-bullets {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.s-top-product .s-product__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px !important;
  height: 4px !important;
  background: #333 !important;
  opacity: 0.2 !important;
  margin: 0 !important;
  transition: opacity 0.3s !important;
}
@media screen and (max-width: 767px) {
  .s-top-product .s-product__pagination .swiper-pagination-bullet {
    width: 24px !important;
  }
}
.s-top-product .s-product__pagination .swiper-pagination-bullet-active {
  opacity: 0.7 !important;
}

/* ----- ターゲット別誘導 ----- */
.s-top-target {
  background: #f1f2f4;
  margin: clamp(61.44px, 0px + 8vw, 112px) 0;
}
@media screen and (max-width: 767px) {
  .s-top-target {
    margin: 60px 0;
  }
}
.s-top-target .s-target__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .s-top-target .s-target__list {
    flex-direction: column;
  }
}
.s-top-target .s-target__item {
  flex: 1 1 50%;
  min-width: 0;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.s-top-target .s-target__item.-item--wide {
  flex: 0 0 100%;
  height: 20rem;
}
.s-top-target .s-target__item.-item--wide .s-target__title {
  top: 50%;
  transform: translateY(-50%);
}
.s-top-target .s-target__item.-item--wide .s-target__text {
  top: auto;
  bottom: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-top-target .s-target__item {
    flex: 0 0 100%;
    height: 280px;
  }
  .s-top-target .s-target__item.-item--wide {
    height: 200px;
  }
}
.s-top-target .s-target__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.s-top-target .s-target__link::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .s-top-target .s-target__link::after {
    display: none;
  }
}
.s-top-target .s-target__image {
  position: absolute;
  inset: 0;
  margin: 0;
}
.s-top-target .s-target__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-top-target .s-target__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.6;
}
.s-top-target .s-target__title {
  position: absolute;
  top: 181px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: clamp(22px, 17.1392405063px + 0.6329113924vw, 26px);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-top-target .s-target__title {
    top: 50%;
    transform: translateY(-50%);
  }
}
.s-top-target .s-target__text {
  position: absolute;
  top: 305px;
  left: 24px;
  right: 24px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-top-target .s-target__text {
    display: none;
  }
}
.s-top-target .s-target__arrow {
  display: none;
}
.s-top-target .s-target__cta {
  display: none;
}

/* ----- 導入事例カルーセル カード ----- */
.s-top-case {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  background: #333;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-top-case {
    padding: 48px 0 70px;
  }
}
.s-top-case .s-case__title {
  font-weight: var(--font-weight-thin);
  font-size: clamp(30px, 22.7088607595px + 0.9493670886vw, 36px);
  text-align: center;
  color: #fff;
  margin: 0;
}
.s-top-case .s-case__text {
  font-weight: normal;
  font-size: clamp(15px, 8.9240506329px + 0.7911392405vw, 20px);
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.s-top-case .s-case__slider {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-top-case .s-case__slider {
    margin-top: 40px;
  }
}
.s-top-case .s-case__item {
  width: 420px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.s-top-case .s-case__item:hover {
  opacity: 0.8;
}
.s-top-case .s-case__itemLink {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.s-top-case .s-case__itemLink .image {
  height: 220px;
  position: relative;
}
.s-top-case .s-case__itemLink .image::after {
  display: none;
}
.s-top-case .s-case__itemLink .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.s-top-case .s-case__itemBody {
  padding: 28px 20px 24px;
  background: #fff;
}
.s-top-case .s-case__itemName {
  font-size: clamp(18px, 10.7088607595px + 0.9493670886vw, 24px);
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0;
  line-height: 1.0833333333;
}
.s-top-case .s-case__link {
  display: grid;
  place-items: center;
  margin-top: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px);
}
@media screen and (max-width: 767px) {
  .s-top-case .s-case__link {
    margin-top: 60px;
  }
}
.s-top-case .s-case__pagination {
  text-align: center;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.s-top-case .s-case__pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #fff;
  opacity: 0.2;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.s-top-case .s-case__pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.s-top-case .s-case__pagination .swiper-pagination-bullet-active {
  opacity: 0.7;
}
.s-top-case .s-case__button-prev, .s-top-case .s-case__button-next {
  cursor: pointer;
  display: block;
  width: 34px;
  height: 34px;
  min-width: 34px;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .s-top-case .s-case__button-prev, .s-top-case .s-case__button-next {
    display: none;
  }
}
.s-top-case .s-case__button-prev:hover, .s-top-case .s-case__button-next:hover {
  opacity: 0.5;
}
.s-top-case .s-case__button-prev {
  left: 0;
  transform: scale(-1, 1);
}
.s-top-case .s-case__button-next {
  right: 0;
}

/* ----- TOPICS フィルタータブ + レイアウト ----- */
.s-top-topics {
  margin-top: 32px;
  padding: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-top-topics {
    margin-top: 3rem;
    padding: 0;
  }
}
.s-top-topics .s-topics__contents {
  display: block;
}
.s-top-topics .s-topics__title {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__title {
    margin-bottom: 2.5rem;
  }
}
.s-top-topics .s-topics__title .en {
  font-size: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  letter-spacing: 0.2em;
  color: #2e2e2e;
  margin: 0;
  font-weight: var(--font-weight-thin);
  display: block;
}
.s-top-topics .s-topics__title .ja {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  margin-top: 15px;
  display: block;
}
.s-top-topics .s-topics__list {
  border-top: solid 1px #ccc;
}
.s-top-topics .s-topics__item {
  border-bottom: solid 1px #ccc;
}
.s-top-topics .s-topics__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 64rem;
  margin: 0 auto 3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__tabs {
    gap: 8px;
    margin-bottom: 2rem;
  }
}
.s-top-topics .s-topics__link {
  display: flex;
  justify-content: center;
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
.s-top-topics .s-topics__tab {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  opacity: 1;
}
.s-top-topics .s-topics__tab.-active, .s-top-topics .s-topics__tab:hover {
  background: #606060;
  color: #fff;
  border-color: #606060;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__tab {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
}
.s-top-topics .s-topics__itemLink {
  padding: 12px 40px 12px 0;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
.s-top-topics .s-topics__itemLink::after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  min-width: 34px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__itemLink::after {
    top: inherit;
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__itemLink {
    padding: 16px 0;
    flex-wrap: nowrap;
  }
}
.s-top-topics .s-topics__item-thumb {
  flex-shrink: 0;
  width: 127px;
  height: 104px;
  overflow: hidden;
  margin: 0 30px 0 0;
}
.s-top-topics .s-topics__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__item-thumb {
    width: 80px;
    height: 66px;
    margin-right: 16px;
  }
}
.s-top-topics .s-topics__item-body {
  flex: 1;
  min-width: 0;
}
.s-top-topics .s-topics__item-body .title {
  font-weight: normal;
  font-size: 1rem;
  line-height: 32px;
  color: #333;
}
.s-top-topics .s-topics__item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}
.s-top-topics .s-topics__item-meta .date {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #6a7282;
  min-width: 125px;
}
.s-top-topics .s-topics__item-cat {
  font-size: 0.75rem;
  color: #606060;
  background: #e5e7eb;
  border-radius: 3px;
  padding: 2px 8px;
  white-space: nowrap;
}
.s-top-topics .s-topics__date {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: #6a7282;
}
.s-top-topics .s-topics__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.s-top-topics .s-topics__chip {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #606060;
  background: #e5e7eb;
  border-radius: 3px;
  padding: 0.125rem 1rem;
  white-space: nowrap;
}
.s-top-topics .s-topics__pickup {
  max-width: 45rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__pickup {
    margin-bottom: 3rem;
  }
}
.s-top-topics .s-topics__pickup-link {
  display: block;
  opacity: 1;
}
.s-top-topics .s-topics__pickup-link:hover {
  opacity: 1;
}
.s-top-topics .s-topics__pickup-link:hover .s-topics__pickup-thumb img {
  transform: scale(1.03);
}
.s-top-topics .s-topics__pickup-thumb {
  margin: 0 0 1.5rem;
  width: 100%;
  aspect-ratio: 720/406;
  overflow: hidden;
}
.s-top-topics .s-topics__pickup-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.s-top-topics .s-topics__pickup-body .s-topics__date {
  margin-bottom: 0.5rem;
}
.s-top-topics .s-topics__pickup-titleRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
}
.s-top-topics .s-topics__pickup-title {
  font-weight: normal;
  font-size: 1rem;
  line-height: 2rem;
  color: #333;
}
.s-top-topics .s-topics__pickup-arrow {
  flex-shrink: 0;
  width: 2.6875rem;
  height: 0.5rem;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__pickup-arrow {
    width: 2.125rem;
  }
}
.s-top-topics .s-topics__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.s-top-topics .s-topics__card {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.s-top-topics .s-topics__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
}
.s-top-topics .s-topics__card-link:hover {
  opacity: 1;
}
.s-top-topics .s-topics__card-link:hover .s-topics__card-thumb img {
  transform: scale(1.05);
}
.s-top-topics .s-topics__card-thumb {
  margin: 0;
  width: 100%;
  aspect-ratio: 384/216;
  overflow: hidden;
}
.s-top-topics .s-topics__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.s-top-topics .s-topics__card-body {
  padding: 1.5rem;
}
.s-top-topics .s-topics__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-top-topics .s-topics__card-title {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-top-topics .s-topics__empty {
  font-size: 0.875rem;
  color: #6a7282;
  padding: 1.25rem 0;
}

/* ----- よくある質問 ----- */
.s-top-faq {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-top-faq {
    padding: 60px 0;
  }
}
.s-top-faq .s-faq__title {
  font-weight: 100;
  font-size: clamp(28px, 18.2784810127px + 1.2658227848vw, 36px);
  color: #333;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-top-faq .s-faq__title {
    margin-bottom: 40px;
  }
}
.s-top-faq .s-faq__cta {
  text-align: center;
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}

/* =====================================================
   フルブリードバナー（共通）
   ===================================================== */
.s-top-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: clamp(320px, 147.4430379747px + 22.4683544304vw, 462px);
  overflow: hidden;
  margin-bottom: 4px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .s-top-banner {
    min-height: 20rem;
  }
}
.s-top-banner__bg {
  display: none;
}
.s-top-banner__body {
  width: 100%;
  padding: clamp(20px, -4.3037974684px + 3.164556962vw, 40px) 2.5rem 1.25rem clamp(20px, -198.7341772152px + 28.4810126582vw, 200px);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.s-top-banner__body > * {
  max-width: clamp(400px, 132.6582278481px + 34.8101265823vw, 620px);
}
@media screen and (max-width: 767px) {
  .s-top-banner__body {
    padding: 1.25rem 1.5rem 1rem;
  }
}
.s-top-banner__title {
  font-size: clamp(28px, 15.8481012658px + 1.582278481vw, 38px);
  font-weight: 300;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .s-top-banner__title {
    font-size: clamp(1rem, 4.5vw, 1.75rem);
    margin-bottom: 0.5rem;
  }
}
.s-top-banner__title-en {
  display: block;
  font-size: clamp(22px, 7.417721519px + 1.8987341772vw, 34px);
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .s-top-banner__title-en {
    font-size: clamp(1rem, 5.46vw, 1.375rem);
    white-space: normal;
  }
}
.s-top-banner__subhead {
  font-size: clamp(14px, 10.3544303797px + 0.4746835443vw, 17px);
  font-weight: 300;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s-top-banner__subhead {
    font-size: clamp(0.75rem, 2.5vw, 0.875rem);
    margin-bottom: 0.5rem;
  }
}
.s-top-banner__text {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .s-top-banner__text {
    font-size: clamp(0.625rem, 2vw, 0.75rem);
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
}
.s-top-banner .c-button {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .s-top-banner .c-button__link {
    font-size: 0.875rem;
  }
  .s-top-banner .c-button__text {
    font-size: 0.875rem;
  }
}
.s-top-banner__credit {
  margin: 0 0 1.25rem;
}
.s-top-banner__credit img {
  max-height: 2.75rem;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-top-banner__credit img {
    max-height: 4rem;
  }
}

/* バナーA（PNG→WebP化で容量圧縮：4.3M→208K / SP 2.1M→136K） */
.s-top-banner.-banner--a {
  background-image: url("../img/top/banner/a.webp");
}
@media screen and (max-width: 767px) {
  .s-top-banner.-banner--a {
    background-image: url("../img/top/banner/a-sp.webp");
    margin-top: 3rem;
  }
}

/* バナーB（PNG→WebP化：3.4M→172K / SP 1.8M→100K） */
.s-top-banner.-banner--b {
  background-image: url("../img/top/banner/b.webp");
}
@media screen and (max-width: 767px) {
  .s-top-banner.-banner--b {
    background-image: url("../img/top/banner/b-sp.webp");
  }
}

/* バナーC（PNG→WebP化：3.5M→116K / SP 1.6M→60K） */
.s-top-banner.-banner--c {
  background-image: url("../img/top/banner/c.webp");
}
@media screen and (max-width: 767px) {
  .s-top-banner.-banner--c {
    background-image: url("../img/top/banner/c-sp.webp");
    margin-bottom: 0;
  }
}

/* =====================================================
   輻射空調のある生活
   ===================================================== */
.s-top-life {
  margin-top: clamp(61.44px, 0px + 8vw, 112px);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-top-life {
    margin-top: 3rem;
    padding: 0;
  }
}
.s-top-life__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  margin: 0;
  text-align: center;
}
.s-top-life__heading + span {
  text-align: center;
  display: block;
  margin: 0 0 3.75rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .s-top-life__heading + span {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .s-top-life__heading {
    font-size: 1.625rem;
  }
}
.s-top-life__camera {
  position: relative;
  overflow: hidden;
  max-width: 75rem;
  margin: 0 auto;
}
.s-top-life__camera #psv-viewer {
  display: block;
  width: 100%;
  height: 39.375rem;
}
@media screen and (max-width: 767px) {
  .s-top-life__camera #psv-viewer {
    height: 24.375rem;
  }
}
.s-top-life__link {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .s-top-life__link {
    margin-top: 2rem;
  }
}
.s-top-life__row {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  margin-bottom: 5rem;
}
.s-top-life__row.-row--gallery {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-top-life__row {
    flex-direction: column !important;
    gap: 2rem;
    margin-bottom: 3.125rem;
  }
}
.s-top-life__col {
  flex: 1;
  min-width: 0;
}
.s-top-life__col.-col--media {
  flex: 0 0 50%;
}
.s-top-life__sub-heading {
  font-size: 2rem;
  font-weight: 100;
  color: #333;
  margin: 0 0 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-top-life__sub-heading {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.s-top-life__video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  background: #000;
}
.s-top-life__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.s-top-life__video-placeholder {
  aspect-ratio: 16/9;
  width: 100%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-top-life__video-placeholder p {
  color: #999;
  font-size: 0.875rem;
}
.s-top-life__gallery-thumb {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.s-top-life__gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =====================================================
   TOPICSセクション：動画タブコンテンツ
   ===================================================== */
.s-top-topics .s-topics__video-main {
  margin-bottom: 3rem;
}
.s-top-topics .s-topics__video-embed {
  position: relative;
  aspect-ratio: 16/9;
  width: 70%;
  margin: 0 auto 1rem;
  background: #000;
}
.s-top-topics .s-topics__video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__video-embed {
    width: 100%;
  }
}
.s-top-topics .s-topics__video-main-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.s-top-topics .s-topics__video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-top-topics .s-topics__video-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.s-top-topics .s-topics__video-item {
  min-width: 0;
}
.s-top-topics .s-topics__video-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.s-top-topics .s-topics__video-link:hover .s-topics__video-thumb img {
  transform: scale(1.03);
}
.s-top-topics .s-topics__video-thumb {
  margin: 0 0 0.75rem;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #e5e7eb;
}
.s-top-topics .s-topics__video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.s-top-topics .s-topics__video-title {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* =====================================================
   ルームツアー動画
   ===================================================== */
.s-top-room-tour {
  margin-top: clamp(61.44px, 0px + 8vw, 112px);
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour {
    margin-top: 3rem;
    padding: 0;
  }
}
.s-top-room-tour__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour__heading {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
}
.s-top-room-tour__wrap {
  position: relative;
}
.s-top-room-tour__slider.swiper {
  overflow: visible;
}
.s-top-room-tour__slide {
  width: 40%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour__slide {
    width: 80%;
  }
}
.s-top-room-tour__slide-figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.s-top-room-tour__slide-figure[data-video-id] {
  cursor: pointer;
}
.s-top-room-tour__slide-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-top-room-tour__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour__nav {
    gap: 12px;
    margin-top: 1.25rem;
  }
}
.s-top-room-tour__prev, .s-top-room-tour__next {
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}
.s-top-room-tour__prev {
  transform: scaleX(-1);
}
.s-top-room-tour__pagination.swiper-pagination-bullets {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour__pagination.swiper-pagination-bullets {
    max-width: calc(100vw - 120px);
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
    column-gap: 6px;
  }
}
.s-top-room-tour__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px !important;
  height: 4px !important;
  background: #333 !important;
  opacity: 0.2 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour__pagination .swiper-pagination-bullet {
    width: 24px !important;
  }
}
.s-top-room-tour__pagination .swiper-pagination-bullet-active {
  opacity: 0.7 !important;
}
.s-top-room-tour__link {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .s-top-room-tour__link {
    margin-top: 2rem;
  }
}

/* =====================================================
   THEAR×KUAIRのある暮らし
   ===================================================== */
.s-top-gallery-life {
  margin-top: clamp(61.44px, 0px + 8vw, 112px);
  background: #333;
  padding: 5rem 0;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .s-top-gallery-life {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.s-top-gallery-life__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-top-gallery-life__heading {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
}
.s-top-gallery-life__wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.s-top-gallery-life__slider.swiper {
  overflow: visible;
}
.s-top-gallery-life__slide {
  width: 59%;
  aspect-ratio: 5/3;
  overflow: hidden;
  filter: brightness(0.5);
  transition: filter 0.6s ease;
}
.s-top-gallery-life__slide.swiper-slide-active {
  filter: brightness(1);
}
@media screen and (max-width: 767px) {
  .s-top-gallery-life__slide {
    width: 90%;
  }
}
.s-top-gallery-life__slide-figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.s-top-gallery-life__slide-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-top-gallery-life__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .s-top-gallery-life__nav {
    gap: 12px;
    margin-top: 1.25rem;
  }
}
.s-top-gallery-life__prev, .s-top-gallery-life__next {
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-white.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}
.s-top-gallery-life__prev {
  transform: scaleX(-1);
}
.s-top-gallery-life__pagination.swiper-pagination-bullets {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .s-top-gallery-life__pagination.swiper-pagination-bullets {
    max-width: calc(100vw - 120px);
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
    column-gap: 6px;
  }
}
.s-top-gallery-life__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px !important;
  height: 4px !important;
  background: #5c5c5c !important;
  opacity: 1 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .s-top-gallery-life__pagination .swiper-pagination-bullet {
    width: 24px !important;
  }
}
.s-top-gallery-life__pagination .swiper-pagination-bullet-active {
  background: #d9d9d9 !important;
}

/* =====================================================
   動画コンテンツ
   ===================================================== */
.s-top-video-content {
  margin-top: 52px;
  background: #fff;
  padding: 0 0 7rem;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 767px) {
  .s-top-video-content {
    margin-top: 3rem;
    padding: 0 0 3rem;
  }
}
.s-top-video-content__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-top-video-content__heading {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
}
.s-top-video-content__wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.s-top-video-content__slider.swiper {
  overflow: visible;
}
.s-top-video-content__slide {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .s-top-video-content__slide {
    width: 80%;
  }
}
.s-top-video-content__item {
  display: block;
}
.s-top-video-content__thumb {
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #e5e7eb;
  position: relative;
}
.s-top-video-content__thumb[data-video-id] {
  cursor: pointer;
}
.s-top-video-content__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-top-video-content__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.s-top-video-content__play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
.s-top-video-content__play:hover {
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  .s-top-video-content__play {
    width: 48px;
    height: 48px;
  }
  .s-top-video-content__play::after {
    border-width: 8px 0 8px 15px;
  }
}
.s-top-video-content__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 2;
}
.s-top-video-content__title {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin: 0.625rem 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3.2em;
}
.s-top-video-content__title a {
  color: inherit;
  text-decoration: none;
}
.s-top-video-content__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .s-top-video-content__nav {
    gap: 12px;
    margin-top: 1.25rem;
  }
}
.s-top-video-content__prev, .s-top-video-content__next {
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  outline: none;
}
.s-top-video-content__prev {
  transform: scaleX(-1);
}
.s-top-video-content__pagination.swiper-pagination-bullets {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .s-top-video-content__pagination.swiper-pagination-bullets {
    max-width: calc(100vw - 120px);
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
    column-gap: 6px;
  }
}
.s-top-video-content__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px !important;
  height: 4px !important;
  background: #333 !important;
  opacity: 0.2 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .s-top-video-content__pagination .swiper-pagination-bullet {
    width: 24px !important;
  }
}
.s-top-video-content__pagination .swiper-pagination-bullet-active {
  opacity: 0.7 !important;
}
.s-top-video-content__buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .s-top-video-content__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}

/* YouTubeボタン：青グラデーションと同角度・オレンジ色 */
.c-button.-color--youtube .c-button__link {
  background: linear-gradient(154deg, #ffaa55 3.17%, #ff6633 64.85%, #ff4422 97.31%);
}
.c-button.-color--youtube .c-button__link::after {
  background-image: url("../img/common/icon-external-link.svg");
  width: 20px;
  height: 20px;
  min-width: 20px;
  top: calc(50% - 10px);
}

.s-yt-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.s-yt-modal.-open {
  opacity: 1;
  pointer-events: auto;
}
.s-yt-modal__inner {
  position: relative;
  width: 90vw;
  max-width: 56.25rem;
}
.s-yt-modal__frame {
  position: relative;
  padding-top: 56.25%;
}
.s-yt-modal__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.s-yt-modal__close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.s-yt-modal__close::before, .s-yt-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
}
.s-yt-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.s-yt-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.-yt-open {
  overflow: hidden;
}

.s-contact {
  padding-top: clamp(61.44px, 0px + 8vw, 112px);
  padding-bottom: clamp(61.44px, 0px + 8vw, 112px);
}
@media screen and (max-width: 767px) {
  .s-contact {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.s-contact__form iframe {
  width: 100%;
  border: 0;
  display: block;
}

#form-area.c-wysiwyg form {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
#form-area .option-wrapper {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
#form-area .option-wrapper .option-1 {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  #form-area .option-wrapper .option-1 {
    height: 62px;
  }
}
#form-area .option-wrapper .option-1__choice {
  width: 50%;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  background-color: #E8E8E8;
  color: #ACACAC;
  padding: 6px;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}
#form-area .option-wrapper .option-1__choice.active {
  background-color: #333333;
  color: #FFFFFF;
  cursor: not-allowed;
}
#form-area .option-wrapper .option-2 {
  margin-top: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px);
}
#form-area .option-wrapper .option-2__group {
  display: none;
}
#form-area .option-wrapper .option-2__group.active {
  display: flex;
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #E8E8E8;
}
#form-area .option-wrapper .option-2__choice {
  width: 33.3333333333%;
  height: 100%;
  text-align: center;
  color: #CCCCCC;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  #form-area .option-wrapper .option-2__choice {
    font-size: 0.75rem;
  }
}
#form-area .option-wrapper .option-2__choice::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #E8E8E8;
  position: absolute;
  top: 100%;
}
#form-area .option-wrapper .option-2__choice.active {
  color: #606060;
  cursor: not-allowed;
}
#form-area .option-wrapper .option-2__choice.active::after {
  background-color: #CCB034;
}
#form-area .form-content {
  display: none;
}
#form-area .form-content.active {
  display: block;
}
#form-area .c-form__itemRight .c-form__itemInput.document-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#form-area .c-form__itemRight.--withUnit {
  display: flex;
}
#form-area .c-form__itemRight.--withUnit .c-form__itemInput {
  width: 30%;
}
#form-area .c-form__itemRight.--withUnit .unit {
  margin-top: 20px;
  margin-left: 10px;
}
#form-area .c-form__itemRight.--withUnit.--post .unit {
  margin-left: 0px;
  margin-right: 10px;
}
#form-area .c-form__itemRight.--withUnit.--post .c-form__itemInput {
  width: 100%;
}
#form-area .c-form__itemRight.--withUnit.--post .c-form__itemInput input[type=text] {
  width: 150px;
}
#form-area .c-form .c-form__itemLeft {
  padding-right: 15px;
}
#form-area .c-form .note {
  font-size: 0.875rem;
}

#consider .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #consider .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#consider .--reverse {
  flex-flow: row-reverse;
}
#consider .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #consider .s-about__header {
    margin-top: 40px;
  }
}
#consider .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #consider .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #guide .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #guide .c-flex-alone.--width_1200 .c-flex-alone__image {
    width: calc(100% - 600px);
  }
  #guide .c-flex-alone.--width_1200 .c-flex-alone__detail {
    width: 600px;
    margin-right: max((100vw - 1232px) / 2, 32px);
  }
}
#guide .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #guide .s-support__system {
    margin-top: 40px;
  }
}
#guide .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#guide .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#guide .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem {
    display: block;
  }
}
#guide .s-support__systemItem .itemLeft {
  width: calc(100% - 570px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
#guide .s-support__systemItem .itemRight {
  width: 570px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
#guide .s-support__systemItem .itemRight a {
  color: #ccb034;
}
#guide .s-support__systemItem .itemRight ol {
  margin: 20px 0;
  padding-inline-start: 30px;
}
#guide .s-support__systemItem .itemRight ol li {
  font-weight: bold;
}
#guide .s-support__systemItem .itemRight ol li + li {
  margin-top: 5px;
}
#guide .s-support__systemItem .itemRight ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemRight ul {
    width: 280px;
    margin: 20px auto 0;
    justify-content: space-around;
  }
}
#guide .s-support__systemItem .itemRight ul li {
  display: flex;
  flex-flow: column;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#guide .s-support__systemItem .itemRight ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemRight ul li {
    margin-right: 0;
  }
}
#guide .s-support__systemItem .itemRight ul li img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}
#guide .s-support__systemItem .itemRight ul li span {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
#guide .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
#guide .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
#guide .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#guide .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .text {
    margin-top: 20px;
  }
}
#guide .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
#guide .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}
#guide .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #guide .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#guide .--reverse {
  flex-flow: row-reverse;
}
#guide .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #guide .s-about__header {
    margin-top: 40px;
  }
}
#guide .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #guide .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

#self-simulation .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #self-simulation .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#self-simulation .--reverse {
  flex-flow: row-reverse;
}
#self-simulation .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #self-simulation .s-about__header {
    margin-top: 40px;
  }
}
#self-simulation .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #self-simulation .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

#case-study {
  padding-top: 80px;
  padding-bottom: 0px;
}
#case-study .s-detail__entry {
  margin-top: 60px;
}
#case-study .s-detail__entry p {
  line-height: 40px;
}
#case-study .s-case-study-archive {
  background-color: #333;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #case-study .s-case-study-archive {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#case-study .category-wrapper {
  width: 70%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #case-study .category-wrapper {
    width: 90%;
  }
}
#case-study .category {
  background-color: #505050;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  width: calc((100% - 40px) / 3);
  height: 60px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  transition: background-color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #case-study .category {
    flex-flow: column;
    padding: 0;
    justify-content: center;
    width: calc((100% - 16px) / 3);
    height: 90px;
    margin-bottom: 8px;
  }
}
#case-study .category .category-image {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-left: 10%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  #case-study .category .category-image {
    margin-left: 0;
  }
}
#case-study .category .category-name {
  width: calc(100% - 32px);
  color: #CCCCCC;
  text-align: center;
  user-select: none;
}
@media screen and (max-width: 767px) {
  #case-study .category .category-name {
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
  }
}
#case-study .category.active-category {
  background-color: #FFFFFF;
  border: 1px solid #CCB034;
}
#case-study .category.active-category .category-name {
  color: #CCB034;
  text-align: center;
}
#case-study .s-archive__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #case-study .s-archive__list {
    flex-flow: column;
  }
}
#case-study .c-card-case-study {
  width: calc((100% - 60px) / 3);
  height: 550px;
  color: #000000;
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #case-study .c-card-case-study {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#case-study .c-card-case-study a {
  width: 100%;
  height: 100%;
  display: block;
}
#case-study .c-case-study__image img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
#case-study .c-case-study__detail {
  padding: 0 20px;
  margin: 20px 0;
}
#case-study .c-case-study__title {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 32px;
}
#case-study .c-case-study__marks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
#case-study .c-case-study__mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin: 0 6px;
}
#case-study .c-case-study__description {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#case-study .c-case-study__moreover {
  height: 50px;
  width: calc(100% - 60px);
  margin: 80px auto 0;
  border: 1px solid #707070;
  font-size: 16px;
  color: #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#case-study .c-case-study__moreover span {
  user-select: none;
}
@media screen and (max-width: 767px) {
  #case-study .c-case-study__moreover {
    margin-top: 40px;
  }
}

#case-study-detail {
  overflow: hidden;
  padding-bottom: 0px;
}
#case-study-detail .s-detail__header {
  text-align: center;
}
#case-study-detail .s-detail__headerTitle {
  font-weight: 100;
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .s-detail__headerTitle {
    margin: 10px auto 30px;
  }
}
#case-study-detail .c-case-study__marks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
#case-study-detail .c-case-study__mark {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin: 0 6px;
}
#case-study-detail .case-study_lead {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_lead {
    flex-flow: column-reverse;
    margin-top: 30px;
  }
}
#case-study-detail .s-detail__headerImage {
  width: 40%;
  aspect-ratio: 560/300;
}
@media screen and (max-width: 767px) {
  #case-study-detail .s-detail__headerImage {
    width: 100%;
    margin-bottom: 40px;
  }
}
#case-study-detail .s-detail__headerImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#case-study-detail .lead-text {
  display: flex;
  align-items: center;
  width: 60%;
  padding-right: 50px;
  padding-left: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 767px) {
  #case-study-detail .lead-text {
    width: 100%;
    padding: 0 16px;
  }
}
#case-study-detail .lead-text p {
  line-height: 40px;
}
#case-study-detail .s-detail__entry {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .s-detail__entry {
    margin-top: 60px;
  }
}
#case-study-detail .c-case-study__link-wrapper {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  #case-study-detail .c-case-study__link-wrapper {
    margin-top: 60px;
  }
}
#case-study-detail .c-case-study__link {
  position: relative;
  font-size: 14px;
  color: #606060;
}
#case-study-detail .c-case-study__link span:first-child {
  display: inline-block;
  width: 12px;
  height: 1px;
  position: relative;
  top: -9px;
  left: 0px;
  transform: rotate(-30deg);
  background-color: #cccccc;
}
#case-study-detail .c-case-study__link span:nth-child(2) {
  display: inline-block;
  width: 32px;
  height: 1px;
  position: relative;
  top: -6px;
  left: -11px;
  background-color: #cccccc;
}
#case-study-detail .case-study_article-box {
  background-color: #333;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_article-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#case-study-detail .-left--1000px_line {
  margin-left: calc((100% - 1000px) / 2);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .-left--1000px_line {
    margin: auto;
  }
}
#case-study-detail .case-study_category {
  display: flex;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_category {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
#case-study-detail .case-study_category-name-wrapper {
  margin-top: 60px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_category-name-wrapper {
    margin: 0 auto 20px;
    width: auto;
  }
}
#case-study-detail .case-study_category-name {
  width: 100%;
  display: flex;
  align-items: center;
}
#case-study-detail .case-study_category-name span {
  color: #CCC;
}
#case-study-detail .case-study_category-mark {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 23px;
}
#case-study-detail .case-study_articles {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_articles {
    width: 100%;
  }
}
#case-study-detail .case-study_article {
  margin: 0 15px 45px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_article {
    width: 100%;
    margin-bottom: 20px;
  }
}
#case-study-detail .case-study_article a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#case-study-detail .case-study_article a span {
  color: #CCC;
}
#case-study-detail .case-study_article-image {
  width: 250px;
  height: 150px;
  margin-bottom: 15px;
}
#case-study-detail .case-study_article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#case-study-detail .case-study_no-other {
  margin-left: 15px;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_no-other {
    margin: auto;
  }
}

#voice .c-layout {
  flex-flow: column;
}
#voice .s-archive__list {
  border-top: none;
}
#voice .c-card-voice {
  border-bottom: solid 1px #ccc;
}
#voice .c-card-voice .c-voice__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__wrapper {
    display: block;
  }
}
#voice .c-card-voice .c-voice__image {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__image {
    width: 100%;
  }
}
#voice .c-card-voice .c-voice__image::before {
  content: "";
  display: block;
  padding-top: 81.8181818182%;
}
#voice .c-card-voice .c-voice__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
#voice .c-card-voice .c-voice__detail-wrapper {
  width: calc(100% - 450px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__detail-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
#voice .c-card-voice .c-voice__customer {
  color: #606060;
}
#voice .c-card-voice .c-voice__title {
  font-weight: 100;
  font-size: 36px;
  line-height: 40px;
  color: #333;
  margin-top: 10px;
}
#voice .c-card-voice .c-voice__info {
  display: flex;
  flex-wrap: wrap;
}
#voice .c-card-voice .c-voice__info-item {
  margin-right: 20px;
  font-size: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__info-item {
    min-width: 50%;
    margin-right: 0;
  }
}
#voice .c-card-voice .c-voice__info-label {
  margin-right: 5px;
  padding: 1px 15px 2px;
  color: #606060;
  background-color: #EFEFEF;
  border-radius: 3px;
}
#voice .c-card-voice .c-voice__description {
  font-weight: normal;
  line-height: 40px;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#voice .c-card-voice .c-voice__link-wrapper {
  width: 100%;
  margin-top: 20px;
  text-align: end;
  align-self: flex-end;
}
#voice .c-card-voice .c-voice__link {
  position: relative;
  font-size: 14px;
  color: #606060;
}
#voice .c-card-voice .c-voice__link span:first-child {
  display: inline-block;
  width: 32px;
  height: 1px;
  position: relative;
  top: -4px;
  left: 8px;
  background-color: #CCCCCC;
}
#voice .c-card-voice .c-voice__link span:nth-child(2) {
  display: inline-block;
  width: 10px;
  height: 1px;
  position: relative;
  top: -6px;
  left: 0px;
  transform: rotate(30deg);
  background-color: #CCCCCC;
}

#voice-detail {
  overflow: hidden;
  padding-bottom: 0px;
}
#voice-detail .s-detail__header {
  text-align: center;
}
#voice-detail .c-voice__customer {
  color: #606060;
}
#voice-detail .s-detail__headerTitle {
  font-weight: 100;
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #voice-detail .s-detail__headerTitle {
    margin: 10px auto 30px;
  }
}
#voice-detail .c-voice__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #voice-detail .c-voice__info {
    justify-content: left;
  }
}
#voice-detail .c-voice__info-item {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #voice-detail .c-voice__info-item {
    min-width: 50%;
    margin-right: 0;
    text-align: left;
  }
}
#voice-detail .c-voice__info-label {
  margin-right: 5px;
  padding: 1px 15px;
  font-size: 12px;
  color: #606060;
  background-color: #EFEFEF;
  border-radius: 3px;
}
#voice-detail .voice_lead {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_lead {
    flex-flow: column;
    margin-top: 30px;
  }
}
#voice-detail .s-detail__headerImage {
  width: 40%;
  aspect-ratio: 560/300;
}
@media screen and (max-width: 767px) {
  #voice-detail .s-detail__headerImage {
    width: 100%;
    margin-bottom: 40px;
  }
}
#voice-detail .s-detail__headerImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#voice-detail .lead-text {
  display: flex;
  align-items: center;
  width: 60%;
  padding-left: 50px;
  padding-right: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 767px) {
  #voice-detail .lead-text {
    width: 100%;
    padding: 0 16px;
  }
}
#voice-detail .lead-text p {
  line-height: 40px;
}
#voice-detail .s-detail__entry {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #voice-detail .s-detail__entry {
    margin-top: 60px;
  }
}
#voice-detail .voice_information {
  background-color: #333;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#voice-detail .voice_information-box {
  border: 1px solid #707070;
  border-radius: 10px;
}
#voice-detail .voice_information-lists {
  padding: 0px 60px;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information-lists {
    padding: 20px 30px;
  }
}
#voice-detail .voice_information-list {
  display: flex;
  padding: 30px 0;
  min-height: 120px;
  border-bottom: 1px solid #707070;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information-list {
    padding: 20px 0;
    flex-direction: column;
    align-items: normal;
    min-height: unset;
  }
}
#voice-detail .voice_information-list:last-child {
  border: none;
}
#voice-detail .voice_information-list .voice_information-list-title {
  width: 25%;
  font-size: 16px;
  font-weight: normal;
  color: #CCCCCC;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information-list .voice_information-list-title {
    width: 100%;
    margin-bottom: 5px;
  }
}
#voice-detail .c-voice__link-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #voice-detail .c-voice__link-wrapper {
    margin-top: 60px;
  }
}
#voice-detail .c-voice__link {
  position: relative;
  font-size: 14px;
  color: #CCCCCC;
}
#voice-detail .c-voice__link span:first-child {
  display: inline-block;
  width: 12px;
  height: 1px;
  position: relative;
  top: -9px;
  left: 0px;
  transform: rotate(-30deg);
  background-color: #CCCCCC;
}
#voice-detail .c-voice__link span:nth-child(2) {
  display: inline-block;
  width: 32px;
  height: 1px;
  position: relative;
  top: -6px;
  left: -11px;
  background-color: #CCCCCC;
}

#download .download_list_wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#download .download_list_wrapper .download_list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#download .download_list_wrapper .download_list:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list:first-child {
    padding-top: 16px;
  }
}
#download .download_list_wrapper .download_list:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list:last-child {
    padding-bottom: 16px;
  }
}
#download .download_list_wrapper .download_list .download_list-item {
  display: flex;
  width: 100%;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item {
    padding: 16px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left {
  display: flex;
  width: calc(100% - 45px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left {
    flex-flow: column;
    align-items: normal;
    gap: 10px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
  display: block;
  color: #FFFFFF;
  width: 140px;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  background-color: #939393;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
    width: 100px;
    font-size: 12px;
    padding: 2px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.catalog {
  background-color: #CCB034;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.price_sheet {
  background-color: #E85577;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.spec_sheet {
  background-color: #5593E8;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.manual {
  background-color: #7EB74D;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.other_materials {
  background-color: #333333;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 140px);
  padding: 0 55px 0 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
    width: 100%;
    padding: 0px;
    align-items: normal;
    flex-flow: column-reverse;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
  max-width: calc(100% - 395px);
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
    max-width: unset;
    margin-top: 5px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
    font-size: 16px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-left: 45px;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
    margin-left: 0;
    margin-top: 10px;
    gap: 5px;
    justify-content: left;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
  display: block;
  min-width: 80px;
  height: 24px;
  padding: 0px 12px;
  text-align: center;
  font-size: 14px;
  background-color: #CCCCCC;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
    font-size: 12px;
    min-width: 60px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 10px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_icon {
  width: 45px;
  text-align: center;
}

#how-to-buy {
  padding-bottom: 100px;
}
#how-to-buy .c-section {
  padding-bottom: 0;
}
#how-to-buy .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#how-to-buy .--reverse {
  flex-flow: row-reverse;
}
#how-to-buy .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-about__header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #how-to-buy .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#how-to-buy .s-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__list {
    display: block;
    margin-top: 30px;
  }
}
#how-to-buy .s-type__item {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 40px 40px 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__item {
    width: 100%;
    padding: 40px;
  }
  #how-to-buy .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
#how-to-buy .s-type__item .c-flex__itemButton {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__item .c-flex__itemButton {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
#how-to-buy .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
}
#how-to-buy .s-type__itemImage {
  width: 130px;
  height: 60px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__itemImage {
    margin-top: 15px;
  }
}
#how-to-buy .s-type__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#how-to-buy .s-type__itemText {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__itemText {
    margin-top: 20px;
  }
}
#how-to-buy .s-flow__list {
  margin-top: 60px;
}
#how-to-buy .s-flow__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item {
    flex-direction: column;
  }
}
#how-to-buy .s-flow__item .s-flow__textArea {
  width: calc(100% - 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item .s-flow__textArea {
    width: 100%;
    margin-top: 30px;
  }
}
#how-to-buy .s-flow__item .s-flow__textArea .c-flex__itemButton {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item .s-flow__textArea .c-flex__itemButton {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
}
#how-to-buy .s-flow__item .s-flow__itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
#how-to-buy .s-flow__item .s-flow__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item .s-flow__itemImage {
    width: 100%;
  }
}
#how-to-buy .s-flow__item .s-flow__itemImage img {
  object-fit: cover;
}
#how-to-buy .s-flow__item .s-flow__itemText {
  font-size: 14px;
  line-height: 32px;
}
#how-to-buy .c-flex .c-flex__itemImage img {
  width: 530px;
  height: 380px;
  object-fit: cover;
}
#how-to-buy .c-flex.-list--inner .c-flex__itemImage::before {
  padding-top: 60%;
}
#how-to-buy .c-flex .c-flex__list .c-flex__item .c-flex__itemRight {
  margin-right: 0;
}

#construction {
  padding-bottom: 100px;
}
#construction .c-section {
  padding-bottom: 0;
}
#construction .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #construction .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#construction .--reverse {
  flex-flow: row-reverse;
}
#construction .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #construction .s-about__header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #construction .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#construction .s-flow__list {
  margin-top: 60px;
}
#construction .s-flow__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item {
    flex-direction: column;
  }
}
#construction .s-flow__item .s-flow__textArea {
  width: calc(100% - 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item .s-flow__textArea {
    width: 100%;
    margin-top: 30px;
  }
}
#construction .s-flow__item .s-flow__textArea .c-flex__itemButton {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item .s-flow__textArea .c-flex__itemButton {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
#construction .s-flow__item .s-flow__itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
#construction .s-flow__item .s-flow__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item .s-flow__itemImage {
    width: 100%;
  }
}
#construction .s-flow__item .s-flow__itemImage img {
  object-fit: cover;
}
#construction .s-flow__item .s-flow__itemText {
  font-size: 14px;
  line-height: 32px;
}
#construction .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #construction .s-support__system {
    margin-top: 40px;
  }
}
#construction .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#construction .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#construction .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem {
    display: block;
  }
}
#construction .s-support__systemItem .itemLeft {
  width: calc(100% - 570px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
#construction .s-support__systemItem .itemRight {
  width: 570px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
#construction .s-support__systemItem .itemRight a {
  color: #CCB034;
}
#construction .s-support__systemItem .itemRight ol {
  margin: 20px 0;
  padding-inline-start: 30px;
}
#construction .s-support__systemItem .itemRight ol li {
  font-weight: bold;
}
#construction .s-support__systemItem .itemRight ol li + li {
  margin-top: 5px;
}
#construction .s-support__systemItem .itemRight ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemRight ul {
    width: 280px;
    margin: 20px auto 0;
    justify-content: space-around;
  }
}
#construction .s-support__systemItem .itemRight ul li {
  display: flex;
  flex-flow: column;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#construction .s-support__systemItem .itemRight ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemRight ul li {
    margin-right: 0;
  }
}
#construction .s-support__systemItem .itemRight ul li img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
  border: solid 1px #CCC;
}
#construction .s-support__systemItem .itemRight ul li span {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}
#construction .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
#construction .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
#construction .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#construction .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .text {
    margin-top: 20px;
  }
}
#construction .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
#construction .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}

#continuous .c-section {
  padding-bottom: 0;
}
#continuous .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #continuous .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#continuous .--reverse {
  flex-flow: row-reverse;
}
#continuous .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #continuous .s-about__header {
    margin-top: 20px;
  }
}
#continuous .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #continuous .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#continuous .s-border-box {
  background-color: #333;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 80px;
  color: #FFFFFF;
}
#continuous .s-type__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}
#continuous .s-type__item {
  border: 1px solid #707070;
  padding: 45px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__item {
    width: 100%;
    padding: 40px;
  }
  #continuous .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
#continuous .s-type__item .c-flex__itemButton {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #continuous .s-type__item .c-flex__itemButton {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
#continuous .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__itemTitle {
    margin-top: 30px;
  }
}
#continuous .s-type__itemImage {
  width: 130px;
  height: 60px;
  margin: 0 auto 0;
}
#continuous .s-type__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#continuous .s-type__itemText {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__itemText {
    margin-top: 20px;
  }
}
#continuous .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#continuous .s-feature__link:last-of-type {
  margin-bottom: 0;
}
#continuous .s-image-row__list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #continuous .s-image-row__list {
    flex-flow: column;
    margin-top: 30px;
  }
}
#continuous .s-image-row__item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  #continuous .s-image-row__item {
    width: 100%;
    margin-bottom: 60px;
  }
  #continuous .s-image-row__item:last-of-type {
    margin-bottom: 0;
  }
}
#continuous .s-image-row__itemImage {
  width: 100%;
  height: 220px;
}
#continuous .s-image-row__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#continuous .s-image-row__itemTitleWrapper {
  text-align: center;
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 30px;
}
#continuous .s-image-row__itemTitle {
  width: 100%;
}
#continuous .s-image-row__itemText {
  padding: 0 15px;
  font-size: 14px;
}

#network .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #network .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#network .--reverse {
  flex-flow: row-reverse;
}
#network .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #network .s-about__header {
    margin-top: 20px;
  }
}
#network .s-about__header.c-flex.-list--inner .c-flex__itemButton {
  margin-top: 30px;
}
#network .s-about__header.c-flex.-list--inner .c-flex__itemButton .c-button__link {
  padding: 10px 65px 10px 35px;
}
#network .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #network .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#network .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#network .s-studio__title {
  margin: 0;
}
#network .s-studio__title .title {
  font-weight: var(--font-weight-thin);
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
#network .s-studio__title .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  display: block;
}
#network .s-studio__category {
  display: grid;
  gap: 5px;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 160px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__category {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-top: 30px;
  }
}
#network .s-studio__categoryItem {
  width: 160px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__categoryItem {
    width: 100%;
  }
}
#network .s-studio__categoryItem a {
  height: 80px;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 5px;
  background: #646464;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#network .s-studio__categoryItem a::after {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 5.5px);
  background: url("../img/showroom/studio/arrow-bottom.svg") no-repeat center/contain;
}
#network .handle-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #network .handle-list {
    overflow-x: scroll;
    justify-content: left;
  }
}
#network .handle-list .handle-item {
  background-color: #505050;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 15px;
  min-width: 120px;
  margin-left: 6px;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.35s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #network .handle-list .handle-item {
    white-space: nowrap;
    min-width: unset;
  }
}
#network .handle-list .handle-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #network .handle-list .handle-item:hover {
    opacity: 1;
  }
}
#network .handle-list .handle-item:first-child {
  margin-left: 0;
}
#network .handle-list .handle-item.active {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #FFFFFF;
}
#network .s-studio__contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__contents {
    margin-top: 50px;
  }
}
#network .s-studio__areaTitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  margin: 0;
  position: relative;
}
#network .s-studio__areaTitle span {
  display: inline-block;
  position: relative;
  background: #333;
  z-index: 12;
  padding: 0 25px;
}
#network .s-studio__areaTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #646464;
  left: 0;
  z-index: 11;
}
#network .s-studio__areaList {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__areaList {
    display: block;
  }
}
#network .s-studio__areaList + .s-studio__areaTitle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__areaList + .s-studio__areaTitle {
    margin-top: 30px;
  }
}
#network .s-studio__areaItem {
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #network .s-studio__areaItem:nth-child(n+3) {
    margin-top: 40px;
  }
  #network .s-studio__areaItem:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #network .s-studio__areaItem {
    padding: 0;
    width: 100%;
  }
  #network .s-studio__areaItem + .s-studio__areaItem {
    margin-top: 30px;
  }
}
#network .s-studio__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #network .s-studio__link {
    margin-top: 40px;
  }
}
#network .c-studio__detail {
  background-color: #ffffff;
  color: #333333;
  height: 100%;
  padding: 20px;
  position: relative;
}
#network .c-studio__detailLabel {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  top: -10px;
  right: 10px;
  height: 20px;
}
#network .c-studio__detailLabel span {
  line-height: 20px;
}
#network .c-studio_upperArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea {
    flex-flow: column;
  }
}
#network .c-studio_upperArea .c-studio_upperLeft {
  display: flex;
  flex-flow: column;
  width: calc(100% - 110px);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperLeft {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
#network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
    margin-bottom: 30px;
  }
}
#network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess {
  font-size: 14px;
  color: #606060;
  display: flex;
}
#network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess img {
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
}
#network .c-studio_upperArea .c-studio_upperRight {
  width: 110px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperRight {
    width: 100%;
    flex-flow: row-reverse;
    margin-top: 5px;
    justify-content: space-between;
  }
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
    margin-bottom: 0;
  }
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite span {
  margin-right: 8px;
  font-size: 14px;
  color: #ccb034;
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel {
  display: flex;
  align-items: center;
  justify-content: right;
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel span {
  margin-left: 8px;
  color: #606060;
  font-size: 14px;
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
  display: block;
  font-size: 14px;
  color: #ccb034;
  text-align: right;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
    margin-top: 0;
  }
}
#network .c-studio_lowerArea {
  display: flex;
  justify-content: space-between;
}
#network .c-studio_lowerArea .c-studio_lowerLeft {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems {
  display: flex;
  flex-wrap: wrap;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}
#network .c-studio_lowerArea .c-studio_lowerRight {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems {
  display: flex;
  flex-wrap: wrap;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}

#dealers .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #dealers .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#dealers .--reverse {
  flex-flow: row-reverse;
}
#dealers .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #dealers .s-about__header {
    margin-top: 20px;
  }
}
#dealers .s-about__header.c-flex.-list--inner .c-flex__itemButton {
  margin-top: 30px;
}
#dealers .s-about__header.c-flex.-list--inner .c-flex__itemButton .c-button__link {
  padding: 10px 65px 10px 35px;
}
#dealers .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #dealers .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#dealers .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#dealers .s-studio__title {
  margin: 0;
}
#dealers .s-studio__title .title {
  font-weight: var(--font-weight-thin);
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
#dealers .s-studio__title .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  display: block;
}
#dealers .s-studio__category {
  display: grid;
  gap: 5px;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 160px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__category {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-top: 30px;
  }
}
#dealers .s-studio__categoryItem {
  width: 160px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__categoryItem {
    width: 100%;
  }
}
#dealers .s-studio__categoryItem a {
  height: 80px;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 5px;
  background: #646464;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#dealers .s-studio__categoryItem a::after {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 5.5px);
  background: url("../img/showroom/studio/arrow-bottom.svg") no-repeat center/contain;
}
#dealers .handle-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #dealers .handle-list {
    overflow-x: scroll;
    justify-content: left;
  }
}
#dealers .handle-list .handle-item {
  background-color: #505050;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 15px;
  min-width: 120px;
  margin-left: 6px;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.35s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #dealers .handle-list .handle-item {
    white-space: nowrap;
    min-width: unset;
  }
}
#dealers .handle-list .handle-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #dealers .handle-list .handle-item:hover {
    opacity: 1;
  }
}
#dealers .handle-list .handle-item:first-child {
  margin-left: 0;
}
#dealers .handle-list .handle-item.active {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #FFFFFF;
}
#dealers .s-studio__contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__contents {
    margin-top: 50px;
  }
}
#dealers .s-studio__areaTitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  margin: 0;
  position: relative;
}
#dealers .s-studio__areaTitle span {
  display: inline-block;
  position: relative;
  background: #333;
  z-index: 12;
  padding: 0 25px;
}
#dealers .s-studio__areaTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #646464;
  left: 0;
  z-index: 11;
}
#dealers .s-studio__areaList {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__areaList {
    display: block;
  }
}
#dealers .s-studio__areaList + .s-studio__areaTitle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__areaList + .s-studio__areaTitle {
    margin-top: 30px;
  }
}
#dealers .s-studio__areaItem {
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #dealers .s-studio__areaItem:nth-child(n+3) {
    margin-top: 40px;
  }
  #dealers .s-studio__areaItem:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__areaItem {
    padding: 0;
    width: 100%;
  }
  #dealers .s-studio__areaItem + .s-studio__areaItem {
    margin-top: 30px;
  }
}
#dealers .s-studio__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__link {
    margin-top: 40px;
  }
}
#dealers .c-studio__detail {
  background-color: #ffffff;
  color: #333333;
  height: 100%;
  padding: 20px;
  position: relative;
}
#dealers .c-studio__detailLabel {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  top: -10px;
  right: 10px;
  height: 20px;
}
#dealers .c-studio__detailLabel span {
  line-height: 20px;
}
#dealers .c-studio_upperArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea {
    flex-flow: column;
  }
}
#dealers .c-studio_upperArea .c-studio_upperLeft {
  display: flex;
  flex-flow: column;
  width: calc(100% - 110px);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperLeft {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
#dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
    margin-bottom: 30px;
  }
}
#dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess {
  font-size: 14px;
  color: #606060;
  display: flex;
}
#dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess img {
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
}
#dealers .c-studio_upperArea .c-studio_upperRight {
  width: 110px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperRight {
    width: 100%;
    flex-flow: row-reverse;
    margin-top: 5px;
    justify-content: space-between;
  }
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
    margin-bottom: 0;
  }
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite span {
  margin-right: 8px;
  font-size: 14px;
  color: #ccb034;
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel {
  display: flex;
  align-items: center;
  justify-content: right;
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel span {
  margin-left: 8px;
  color: #606060;
  font-size: 14px;
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
  display: block;
  font-size: 14px;
  color: #ccb034;
  text-align: right;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
    margin-top: 0;
  }
}
#dealers .c-studio_lowerArea {
  display: flex;
  justify-content: space-between;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems {
  display: flex;
  flex-wrap: wrap;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems {
  display: flex;
  flex-wrap: wrap;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}

#oem .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #oem .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#oem .--reverse {
  flex-flow: row-reverse;
}
#oem .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #oem .s-about__header {
    margin-top: 20px;
  }
}
#oem .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #oem .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#oem .--bg-black {
  background-color: #333333;
  color: #FFFFFF;
}
#oem .--bg-black.oem-block .oem-topBlock .oem-topBlock__text ul li::before {
  background-color: #FFFFFF;
}
#oem .oem-block {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #oem .oem-block {
    padding-top: 60px;
  }
}
#oem .oem-block .oem-topBlock {
  display: flex;
  justify-content: space-between;
}
#oem .oem-block .oem-topBlock .oem-topBlock__image {
  width: calc(50% - 70px);
  aspect-ratio: 630/380;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock .oem-topBlock__image {
    width: 100%;
    margin-bottom: 40px;
  }
}
#oem .oem-block .oem-topBlock .oem-topBlock__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text-wrapper {
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock .oem-topBlock__text-wrapper {
    width: 100%;
  }
}
#oem .oem-block .oem-topBlock .oem-topBlock__text-wrapper p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--left-image {
    flex-flow: column;
  }
}
#oem .oem-block .oem-topBlock.--left-image .oem-topBlock__text-wrapper {
  padding-right: calc((100% - 1000px) / 2);
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--left-image .oem-topBlock__text-wrapper {
    padding: 0 16px;
  }
}
#oem .oem-block .oem-topBlock.--right-image {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--right-image {
    flex-flow: column;
  }
}
#oem .oem-block .oem-topBlock.--right-image .oem-topBlock__text-wrapper {
  padding-left: calc((100% - 1000px) / 2);
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--right-image .oem-topBlock__text-wrapper {
    padding: 0 16px;
  }
}
#oem .oem-block .oem-topBlock .oem-topBlock__title {
  width: 100%;
  margin-top: 0;
  line-height: 37px;
}
#oem .oem-block .oem-topBlock .oem-topBlock__sub-title {
  width: 100%;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text {
  width: 100%;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text ul li {
  margin-top: 15px;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #333333;
  position: relative;
  top: -5px;
  margin-right: 8px;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__title {
  font-size: 26px;
  margin: 100px 0 30px;
  text-align: center;
  font-weight: normal;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__text {
  margin-bottom: 60px;
  font-size: 16px;
  text-align: center;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__list {
  display: flex;
  flex-flow: column;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__item {
  padding: 30px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  justify-content: space-between;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__item:first-child {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-bottomBlock .oem-bottomBlock__item {
    flex-flow: column;
    align-items: center;
  }
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__image {
  width: 130px;
  height: 130px;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTextWrapper {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTextWrapper {
    width: 100%;
  }
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTitle {
  margin: 0 0 24px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTitle {
    margin-top: 34px;
  }
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemText {
  font-size: 14px;
  line-height: 32px;
}
#oem .simple-list {
  display: flex;
  flex-flow: column;
  margin: 80px 0 20px;
}
#oem .simple-list .simple-list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #oem .simple-list .simple-list__item {
    flex-flow: column;
  }
}
#oem .simple-list .simple-list__item + .simple-list__item {
  margin-top: 80px;
}
#oem .simple-list .simple-list__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #oem .simple-list .simple-list__itemImage {
    width: 100%;
  }
}
#oem .simple-list .simple-list__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#oem .simple-list .simple-list__itemTextWrapper {
  width: calc(100% - 430px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #oem .simple-list .simple-list__itemTextWrapper {
    width: 100%;
  }
}
#oem .simple-list .simple-list__itemTitle {
  font-size: 16px;
}
#oem .simple-list .simple-list__itemText {
  font-size: 14px;
  line-height: 32px;
}
#oem .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#oem .s-feature__link:last-of-type {
  margin-bottom: 0;
}

#overseas .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #overseas .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#overseas .--reverse {
  flex-flow: row-reverse;
}
#overseas .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #overseas .s-about__header {
    margin-top: 40px;
  }
}
#overseas .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #overseas .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#overseas .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#overseas .s-feature__link:last-of-type {
  margin-bottom: 0;
}
#overseas .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#overseas .overseas-block + .overseas-block {
  margin-top: 120px;
}
#overseas .pictograms {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#overseas .pictograms .pictogram-wrapper {
  width: calc((100% - 10px) / 3);
  height: 230px;
  background-color: #646464;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram-wrapper {
    height: 110px;
    padding: 15px 10px;
  }
}
#overseas .pictograms .pictogram__image {
  height: calc(100% - 46px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram__image {
    height: calc(100% - 25px);
  }
  #overseas .pictograms .pictogram__image img {
    width: 50px;
    height: 80%;
    object-fit: contain;
  }
}
#overseas .pictograms .pictogram__text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram__text {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
#overseas .pictograms .pictogram__text .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram__text .sp-only {
    display: inline;
  }
}
#overseas .simple-list {
  display: flex;
  flex-flow: column;
  margin: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list {
    margin-top: 20px;
  }
}
#overseas .simple-list .simple-list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__item {
    flex-flow: column;
  }
}
#overseas .simple-list .simple-list__item + .simple-list__item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__item + .simple-list__item {
    margin-top: 40px;
  }
}
#overseas .simple-list .simple-list__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__itemImage {
    width: 100%;
  }
}
#overseas .simple-list .simple-list__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#overseas .simple-list .simple-list__itemTextWrapper {
  width: calc(100% - 430px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__itemTextWrapper {
    width: 100%;
  }
}
#overseas .simple-list .simple-list__itemTitle {
  font-size: 16px;
}
#overseas .simple-list .simple-list__itemText {
  font-size: 14px;
  line-height: 32px;
}
#overseas .card-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #overseas .card-list {
    flex-flow: column;
  }
}
#overseas .card-list .card-list__item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-flow: column;
  background-color: #F5F5F5;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #overseas .card-list .card-list__item {
    width: 100%;
  }
  #overseas .card-list .card-list__item + .card-list__item {
    margin-top: 20px;
  }
}
#overseas .card-list .card-list__itemImage {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 767px) {
  #overseas .card-list .card-list__itemImage {
    height: 200px;
  }
}
#overseas .card-list .card-list__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#overseas .card-list .card-list__itemTextWrapper {
  padding: 20px;
}
#overseas .card-list .card-list__itemTitle {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
#overseas .card-list .card-list__itemTitle span {
  font-size: 10px;
}
#overseas .card-list .card-list__itemText {
  margin-top: 20px;
  font-size: 14px;
}

#design-office .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #design-office .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#design-office .--reverse {
  flex-flow: row-reverse;
}
#design-office .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #design-office .s-about__header {
    margin-top: 40px;
  }
}
#design-office .DO-A-box .DO-A_title {
  display: block;
  width: 100%;
  height: 85px;
  background-color: #EFEFEF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  #design-office .DO-A-box .DO-A_title {
    padding: 25px;
    height: auto;
  }
}
#design-office .DO-A-box .DO-A_text {
  margin-top: 30px;
  text-align: center;
}
#design-office .DO-A-box .DO-A_text-bold_18px {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#design-office .DO-A-box .DO-A_text-bold {
  font-weight: bold;
}
#design-office .DO-A-box ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin-top: 40px;
}
#design-office .DO-A-box ol li {
  width: calc(50% - 10px);
  height: 110px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  list-style: none;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #design-office .DO-A-box ol li {
    width: 100%;
  }
}
#design-office .DO-A-box ol li.flex-center {
  justify-content: center;
}
#design-office .DO-A-box .link-button {
  margin-top: 80px;
  text-align: center;
}
#design-office .DO-B-box .DO-B_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
#design-office .DO-B-box ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #design-office .DO-B-box ol {
    padding: 0;
  }
}
#design-office .DO-B-box ol li {
  width: calc((100% - 100px) / 3);
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #design-office .DO-B-box ol li {
    width: 100%;
  }
}
#design-office .DO-B-box ol li .DO-B_image {
  width: 100%;
  height: 180px;
}
#design-office .DO-B-box ol li .DO-B_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#design-office .DO-B-box ol li h4 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #design-office .DO-B-box ol li h4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#design-office .c-flex-alone__image {
  position: relative;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  #design-office .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#design-office .c-flex-alone__image span {
  position: absolute;
  font-size: 14px;
  top: 100%;
  right: 0px;
}
#design-office .c-flex-alone__detail .link-button {
  margin-top: 60px;
}

#guidance .align-center {
  text-align: center;
}
#guidance .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #guidance .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#guidance .--reverse {
  flex-flow: row-reverse;
}
#guidance .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #guidance .s-about__header {
    margin-top: 40px;
  }
}
#guidance .s-border-box {
  background-color: #333;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFFFFF;
}
#guidance .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#guidance .s-feature__link:last-of-type {
  margin-bottom: 0;
}
#guidance .s-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #guidance .s-type__list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}
#guidance .s-type__item {
  border: 1px solid #707070;
  padding: 45px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guidance .s-type__item {
    width: 100%;
    padding: 40px;
  }
  #guidance .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
#guidance .s-type__item .c-flex__itemButton {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #guidance .s-type__item .c-flex__itemButton {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
#guidance .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 0;
}
#guidance .s-type__itemImage {
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guidance .s-type__itemText {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #guidance .s-type__itemText {
    margin-top: 20px;
  }
}
#guidance .s-flow__list {
  margin-top: 60px;
}
#guidance .s-flow__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#guidance .s-flow__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item {
    flex-direction: column;
  }
}
#guidance .s-flow__item .s-flow__textArea {
  width: calc(100% - 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item .s-flow__textArea {
    width: 100%;
    margin-top: 30px;
  }
}
#guidance .s-flow__item .s-flow__textArea .c-flex__itemButton {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item .s-flow__textArea .c-flex__itemButton {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
#guidance .s-flow__item .s-flow__itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
#guidance .s-flow__item .s-flow__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item .s-flow__itemImage {
    width: 100%;
  }
}
#guidance .s-flow__item .s-flow__itemImage img {
  object-fit: cover;
}
#guidance .s-flow__item .s-flow__itemText {
  font-size: 14px;
  line-height: 32px;
}
#guidance .s-support__price {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
#guidance .s-support__priceTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#guidance .s-support__priceList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#guidance .s-support__priceItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem {
    display: block;
  }
}
#guidance .s-support__priceItem .itemTitle .title {
  margin: 0;
  width: 180px;
}
#guidance .s-support__priceItem .itemContent {
  display: flex;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent {
    width: 100%;
    margin-top: 20px;
  }
}
#guidance .s-support__priceItem .itemContent ol {
  display: flex;
  flex-flow: column;
  gap: 35px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol {
    gap: 25px;
  }
}
#guidance .s-support__priceItem .itemContent ol li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol li p {
    max-width: 130px;
  }
}
#guidance .s-support__priceItem .itemContent ol li .itemPrice {
  display: flex;
  justify-content: end;
  text-align: right;
  align-items: center;
}
#guidance .s-support__priceItem .itemContent ol li .itemPrice .unit {
  width: 40px;
  margin-left: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol li .itemPrice .unit {
    margin-left: 0;
  }
}
#guidance .s-support__priceItem .itemContent ol li .itemPrice .price {
  width: 140px;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol li .itemPrice .price {
    width: 95px;
  }
}
#guidance .note {
  text-align: right;
  width: 100%;
  margin-top: 8px;
}

#confidential .c-section.title-section {
  padding-bottom: 60px;
}
#confidential .c-section.password-section {
  padding: 0 0 100px;
}
#confidential .c-section.password-section .s-detail__entry {
  margin-bottom: 60px;
}
#confidential .c-section.password-section .s-detail__entry p {
  line-height: 40px;
}
#confidential .c-section.password-section .password-box {
  width: 100%;
  height: 275px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box {
    flex-flow: column;
  }
}
#confidential .c-section.password-section .password-box span {
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box span {
    margin-right: 0;
  }
}
#confidential .c-section.password-section .password-box span .pc-only {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box span .pc-only {
    display: none;
  }
}
#confidential .c-section.password-section .password-box .login {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box .login {
    flex-flow: column;
    margin-top: 15px;
    gap: 15px;
  }
}
#confidential .c-section.password-section .password-box .login input[name=post_password] {
  width: 270px;
  height: 50px;
  border: 1px solid #969696;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 40px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box .login input[name=post_password] {
    margin-right: 0;
  }
}
#confidential .c-section.password-section .password-box .login input[name=Submit] {
  width: 150px;
  height: 40px;
  color: #ffffff;
  background-color: #333333;
  border-radius: 20px;
  transition: opacity 0.35s ease-out;
  cursor: pointer;
}
#confidential .c-section.password-section .password-box .login input[name=Submit]:hover {
  opacity: 0.5;
}
#confidential .c-section.password-section .link-box {
  margin-top: 50px;
  text-align: center;
}
#confidential .c-section.password-section .link-box p {
  margin-bottom: 15px;
}
#confidential .download_list_wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#confidential .download_list_wrapper .download_list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#confidential .download_list_wrapper .download_list:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list:first-child {
    padding-top: 16px;
  }
}
#confidential .download_list_wrapper .download_list:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list:last-child {
    padding-bottom: 16px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item {
  display: flex;
  width: 100%;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item {
    padding: 16px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left {
  display: flex;
  width: calc(100% - 45px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left {
    flex-flow: column;
    align-items: normal;
    gap: 10px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
  display: block;
  color: #FFFFFF;
  width: 140px;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  background-color: #939393;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
    width: 100px;
    font-size: 12px;
    padding: 2px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.catalog {
  background-color: #CCB034;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.price_sheet {
  background-color: #E85577;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.spec_sheet {
  background-color: #5593E8;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.manual {
  background-color: #7EB74D;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.other_materials {
  background-color: #333333;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 140px);
  padding: 0 55px 0 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
    width: 100%;
    padding: 0px;
    align-items: normal;
    flex-flow: column-reverse;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
  max-width: calc(100% - 395px);
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
    max-width: unset;
    margin-top: 5px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
    font-size: 16px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-left: 45px;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
    margin-left: 0;
    margin-top: 10px;
    gap: 5px;
    justify-content: left;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
  display: block;
  min-width: 80px;
  height: 24px;
  padding: 0px 12px;
  text-align: center;
  font-size: 14px;
  background-color: #CCCCCC;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
    font-size: 12px;
    min-width: 60px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 10px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_icon {
  width: 45px;
  text-align: center;
}

#price .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #price .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#price .--reverse {
  flex-flow: row-reverse;
}
#price .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #price .s-about__header {
    margin-top: 40px;
  }
}
#price .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #price .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

#initial-cost .c-section.--padding--0 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #initial-cost .c-section.--padding--0 {
    padding: 40px 0;
  }
}
#initial-cost .cost-type {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-type {
    flex-flow: column;
    gap: 30px;
  }
}
#initial-cost .cost-type::after {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  background-color: #CCB034;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
}
#initial-cost .cost-type__item {
  width: calc((100% - 60px) / 3);
  height: auto;
  padding: 60px 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-type__item {
    width: 100%;
  }
}
#initial-cost .cost-type__itemImage {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 310px;
}
#initial-cost .cost-type__itemImage img {
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}
#initial-cost .cost-type__itemImage h3 {
  margin: 0;
  font-size: 16px;
}
#initial-cost .cost-type__itemText {
  line-height: 2.25;
}
#initial-cost .cost-type__itemText ul {
  margin-top: 40px;
}
#initial-cost .cost-type__itemText ul li {
  list-style: inside;
  margin-left: 18px;
}
#initial-cost .cost-type__item + .cost-type__item::before {
  content: "+";
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background-color: #CCB034;
  position: absolute;
  top: calc(50% - 30px);
  left: -45px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-type__item + .cost-type__item::before {
    top: -45px;
    left: calc(50% - 30px);
  }
}
#initial-cost .cost-sum {
  text-align: center;
}
#initial-cost .cost-sum__box {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 25px;
  font-size: 14px;
  border: 2px solid #CCB034;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-sum__box {
    margin-bottom: 50px;
  }
}
#initial-cost .cost-sum__boxTitle {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
#initial-cost .cost-sum__box .price {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
#initial-cost .cost-sum__box .price::after {
  content: "万円〜";
  display: block;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: -65%;
  bottom: 15%;
}
#initial-cost .cost-sum__box .note {
  position: absolute;
  bottom: -28px;
  right: -6px;
}
#initial-cost .cost-sum .c-flex__itemButton {
  margin-top: 30px;
}
#initial-cost .price-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #initial-cost .price-list {
    flex-flow: column;
    gap: 20px;
  }
}
#initial-cost .price-list .c-flex__itemButton {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  #initial-cost .price-list .c-flex__itemButton {
    width: 100%;
  }
}
#initial-cost .price-list .c-flex__itemButton .c-button__link {
  width: 100%;
}
#initial-cost .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #initial-cost .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#initial-cost .--reverse {
  flex-flow: row-reverse;
}
#initial-cost .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #initial-cost .s-about__header {
    margin-top: 40px;
  }
}
#initial-cost .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #initial-cost .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#initial-cost .c-button-group {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 60px;
}
#initial-cost .c-button-group .c-button {
  margin: 0;
}
#initial-cost .c-button-group .c-button .c-button__link {
  width: 300px;
}

#price-simulator .simulator-section {
  background-color: #333333;
  color: #FFFFFF;
}
#price-simulator .simulator-section .select-area {
  margin-top: 90px;
  text-align: center;
  counter-reset: category;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area {
    margin-top: 30px;
  }
}
#price-simulator .simulator-section .select-area .select-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category {
    flex-flow: column;
  }
}
#price-simulator .simulator-section .select-area .select-category + .select-category {
  margin-top: 60px;
}
#price-simulator .simulator-section .select-area .select-category .selection_title {
  width: 130px;
  height: 130px;
  background: #4b4b4b;
  border-radius: 100%;
  display: grid;
  place-items: center;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection_title {
    margin-right: 0;
  }
}
#price-simulator .simulator-section .select-area .select-category .selection_title .num {
  display: block;
  text-align: center;
}
#price-simulator .simulator-section .select-area .select-category .selection_title .num::after {
  counter-increment: category 1;
  content: "0" counter(category);
  font-weight: var(--font-weight-thin);
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
#price-simulator .simulator-section .select-area .select-category .selection_title .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection-box_wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
  }
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .selection-box {
  position: relative;
  flex: 1;
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .selection-box h3 {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  font-size: 16px;
  color: #CCCCCC;
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper.column_2 .selection-box {
  width: calc((100% - 61px) / 2);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection-box_wrapper.column_2 .selection-box {
    width: 100%;
    margin-top: 30px;
  }
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .separator {
  width: 1px;
  height: 115px;
  background-color: #606060;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .separator {
    width: 200px;
    height: 1px;
  }
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 5px;
  flex: 1;
  height: 120px;
  cursor: pointer;
  transition: opacity 0.35s ease-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box {
    width: calc((100% - 10px) / 2);
    flex: unset;
  }
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box .from {
  font-size: 16px;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box .square-meter::after {
  content: "m²";
  position: absolute;
  font-size: 12px;
  top: 28px;
  right: 55px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box .square-meter::after {
    top: 27px;
    right: 20px;
  }
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box:hover {
  opacity: 0.5;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box.selected {
  border-color: #CCB034;
  color: #CCB034;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box.selected p {
  color: #CCB034;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box.selected:hover {
  opacity: 1;
  cursor: default;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box h4 {
  margin: 0;
  font-size: 24px;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box h4.size_20px {
  font-size: 20px;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box p {
  font-size: 14px;
  color: #CCCCCC;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper.column_2 .choice-box {
  width: calc((100% - 10px) / 2);
  height: 90px;
  flex: auto;
}
#price-simulator .simulator-section .simulation-start {
  background-color: #606060;
  color: #CCCCCC;
  font-size: 24px;
  width: 60%;
  height: 80px;
  margin: 60px auto;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  border: none;
  position: relative;
}
#price-simulator .simulator-section .simulation-start::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 62px;
  right: calc(50% - 6px);
  background: url(../img/cost-simulator/button-arrow_inactive.svg) no-repeat center/contain;
}
#price-simulator .simulator-section .simulation-start:hover {
  opacity: 1;
  cursor: default;
}
#price-simulator .simulator-section .simulation-start.-active {
  background-color: #CAAE33;
  color: #FFFFFF;
}
#price-simulator .simulator-section .simulation-start.-active::after {
  background: url(../img/cost-simulator/button-arrow_active.svg) no-repeat center/contain;
}
#price-simulator .simulator-section .simulation-start.-active:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .simulation-start {
    width: 100%;
    font-size: 20px;
  }
}
#price-simulator .simulator-section .result-area {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
#price-simulator .simulator-section .result-area .result-box {
  width: 100%;
  height: 155px;
  background-color: #4A4A4A;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #9D9D9D;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box {
    font-size: 14px;
    height: auto;
    min-height: 120px;
    flex-flow: column;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active {
  background-color: #3B3B3B;
  border: 1px solid #707070;
  color: #FFFFFF;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #CCB034;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-number {
    margin-left: 0;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-number span {
  color: #3B3B3B;
  font-size: 30px;
  font-weight: var(--font-weight-thin);
  line-height: 1;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper {
  display: flex;
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper {
    flex-flow: column-reverse;
    width: 100%;
    gap: 10px;
    margin: 10px 0;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box {
  width: calc(100% - 320px);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box {
    width: 100%;
    padding: 0;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.building {
  width: 27%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.building {
    width: 36%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.insulation {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.insulation {
    width: 28%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.region {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.region {
    width: 44%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_label {
  font-size: 16px;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_label {
    font-size: 14px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected {
    font-size: 16px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected .from {
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected .from.square-meter::after {
  content: "m²";
  position: absolute;
  font-size: 14px;
  top: 8px;
  right: -62px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected .from.square-meter::after {
    font-size: 12px;
    top: 3px;
    right: -39px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 320px;
  height: 68px;
  font-size: 60px;
  font-weight: bold;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result .value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 55px);
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result .value .from {
  font-size: 30px;
  font-weight: normal;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result .yen {
  width: 55px;
  font-weight: normal;
  font-size: 24px;
  align-self: end;
}
#price-simulator .simulator-section .result-area .result-box.-active .action {
  width: 145px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action {
    position: relative;
    width: 100%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .action .delete {
  width: 24px; /* 画像の幅 */
  height: 24px; /* 画像の高さ */
  background-image: url("../img/cost-simulator/delete.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action .delete {
    position: absolute;
    top: -225px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .action .quotation {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action .quotation {
    text-align: right;
    padding-right: 45px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .action .quotation span {
  color: #CCB034;
  position: relative;
  width: 100%;
  display: block;
}
#price-simulator .simulator-section .result-area .result-box.-active .action .quotation span::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  min-width: 32px;
  background: url(../img/common/arrow-yellow.svg) no-repeat center/contain;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action .quotation span::after {
    right: -40px;
    top: calc(50% - 5px);
  }
}

#line .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #line .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#line .--reverse {
  flex-flow: row-reverse;
}
#line .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #line .s-about__header {
    margin-top: 40px;
  }
}
#line .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #line .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#line .--width_500.c-flex-alone .c-flex-alone__detail {
  width: 570px;
  min-width: 570px;
}
@media screen and (max-width: 767px) {
  #line .--width_500.c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #line .--width_500.c-flex-alone {
    display: flex;
    flex-flow: column-reverse;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
  }
}
#line .--width_500 .c-flex__imageWrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 570px);
}
@media screen and (max-width: 767px) {
  #line .--width_500 .c-flex__imageWrapper {
    width: 100%;
    margin-top: 30px;
  }
}
#line .--width_500 .c-flex__imageWrapper .c-flex-alone__image {
  width: 100%;
  height: 200px;
}
#line .--width_500 .c-flex__imageWrapper .c-flex-alone__image img {
  object-fit: contain;
}
#line .--width_500 .c-flex__imageWrapper .QR-link_button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #line .--width_500 .c-flex__imageWrapper .QR-link_button {
    margin-top: 30px;
  }
}
#line .--width_500.c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}

#complete .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #complete .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#complete .--reverse {
  flex-flow: row-reverse;
}
#complete .--padding-top0 {
  padding-top: 0;
}
#complete .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #complete .s-about__header {
    margin-top: 40px;
  }
}
#complete .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #complete .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#complete .--width_500.c-flex-alone .c-flex-alone__detail {
  width: 650px;
  min-width: 650px;
}
@media screen and (max-width: 767px) {
  #complete .--width_500.c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #complete .--width_500.c-flex-alone {
    display: flex;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
  }
}
#complete .--width_500 .QR-link_button {
  margin-top: 30px;
}
#complete .--width_500 .c-flex__imageWrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 650px);
}
@media screen and (max-width: 767px) {
  #complete .--width_500 .c-flex__imageWrapper {
    width: 100%;
    margin-top: 30px;
  }
}
#complete .--width_500 .c-flex__imageWrapper .c-flex-alone__image {
  width: 100%;
  height: 200px;
}
#complete .--width_500 .c-flex__imageWrapper .c-flex-alone__image img {
  object-fit: contain;
}
#complete .--width_500.c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}

#request-complete .password-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  #request-complete .password-wrapper {
    flex-flow: column;
    gap: 20px;
  }
}
#request-complete .password-wrapper label {
  margin-right: 10px;
  font-weight: bold;
}
#request-complete #login-password {
  padding: 5px 10px;
  border: 2px solid #d6b343;
  border-radius: 5px;
  width: 40%;
  height: 50px;
  max-width: 400px;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #request-complete #login-password {
    width: 100%;
  }
}
#request-complete .copy-button {
  background-color: #333;
  color: #fff;
  border: none;
  height: 40px;
  width: 120px;
  border-radius: 20px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
}
#request-complete .copy-button:hover {
  background-color: #444;
}
#request-complete .c-button {
  text-align: center;
}

#faqDetail-list .s-faqDetail-list .s-list__categoryLink {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faqDetail-list .s-faqDetail-list .s-list__categoryLink .name {
  margin-top: 0;
}
#faqDetail-list .s-faqDetail-list .s-list__categoryList {
  grid-template-columns: repeat(auto-fit, 196px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #faqDetail-list .s-faqDetail-list .s-list__categoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}

#maintenance .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#maintenance .--reverse {
  flex-flow: row-reverse;
}
#maintenance .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-about__header {
    margin-top: 20px;
  }
}
#maintenance .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #maintenance .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#maintenance .c-flex-alone .c-flex-alone__detail {
  width: 570px;
  min-width: 570px;
}
@media screen and (max-width: 767px) {
  #maintenance .c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: 100%;
  }
}
#maintenance .c-flex-alone .c-flex-alone__image {
  width: calc(100% - 570px);
}
@media screen and (max-width: 767px) {
  #maintenance .c-flex-alone .c-flex-alone__image {
    width: 100%;
  }
}
#maintenance .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#maintenance .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__system {
    margin-top: 40px;
  }
}
#maintenance .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#maintenance .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#maintenance .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem {
    display: block;
  }
}
#maintenance .s-support__systemItem .itemLeft {
  width: 85px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
#maintenance .s-support__systemItem .itemRight {
  width: calc(100% - 150px);
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin-right: 65px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
#maintenance .s-support__systemItem .itemRight a {
  color: #ccb034;
}
#maintenance .s-support__systemItem .itemRight ol {
  margin: 20px 0;
  padding-inline-start: 30px;
}
#maintenance .s-support__systemItem .itemRight ol li {
  font-weight: bold;
}
#maintenance .s-support__systemItem .itemRight ol li + li {
  margin-top: 5px;
}
#maintenance .s-support__systemItem .itemRight ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemRight ul {
    width: 280px;
    margin: 20px auto 0;
    justify-content: space-around;
  }
}
#maintenance .s-support__systemItem .itemRight ul li {
  display: flex;
  flex-flow: column;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#maintenance .s-support__systemItem .itemRight ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemRight ul li {
    margin-right: 0;
  }
}
#maintenance .s-support__systemItem .itemRight ul li img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
}
#maintenance .s-support__systemItem .itemRight ul li span {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
#maintenance .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
#maintenance .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
#maintenance .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#maintenance .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .text {
    margin-top: 20px;
  }
}
#maintenance .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
#maintenance .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}
#maintenance .s-maintenance-list {
  margin-top: 80px;
  border-top: 1px solid #cccccc;
}
#maintenance .s-maintenance-list .s-maintenance-list__Item {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 45px 0;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-maintenance-list .s-maintenance-list__Item {
    flex-flow: column;
    padding: 30px 20px;
  }
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemLeft {
  width: 230px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #maintenance .s-maintenance-list .s-maintenance-list__Item .itemLeft {
    width: 100%;
    margin-bottom: 10px;
  }
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight {
  width: calc(100% - 230px);
  padding-right: 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight {
    width: 100%;
    padding-right: 0;
  }
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight ul li {
  list-style: disc;
  margin-left: 20px;
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight ol {
  padding-left: 20px;
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight ol li {
  list-style: auto;
  padding-left: 2px;
}
#maintenance .note-wrapper {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper {
    padding: 0 5px;
  }
}
#maintenance .note-wrapper .note {
  margin-top: 75px;
}
#maintenance .note-wrapper a {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 30px;
  margin-right: 40px;
  color: #606060;
  position: relative;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a {
    padding-right: 50px;
  }
}
#maintenance .note-wrapper a .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a .sp-only {
    display: inline;
  }
}
#maintenance .note-wrapper a span:nth-of-type(1) {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  right: -40px;
  bottom: 9px;
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a span:nth-of-type(1) {
    right: 10px;
  }
}
#maintenance .note-wrapper a span:nth-of-type(2) {
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  right: -40px;
  bottom: 12px;
  transform: rotate(30deg);
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a span:nth-of-type(2) {
    right: 10px;
  }
}

#model-simulator__lead {
  margin-bottom: 60px;
}
#model-simulator__lead .s-detail__entry {
  margin-top: 60px;
}
#model-simulator__lead .s-detail__entry p {
  text-align: center;
  line-height: 2em;
}

.s-x-series-design .subtitle-box {
  width: 300px;
  height: 125px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 50px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-x-series-design .subtitle-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.s-x-series-design .subtitle-box h3 {
  font-size: 33px;
  font-weight: var(--font-weight-thin);
  margin: 13px auto 0;
  line-height: 38px;
}
.s-x-series-design .subtitle-box h3 span {
  font-size: 18px;
}

#special .--bg-black {
  background-color: #333;
  color: #ffffff;
}
#special .--bg-black .c-flex .c-flex__itemTitle {
  color: #ffffff;
}
#special .--bg-black .c-flex .c-flex__itemText {
  color: #ffffff;
}
#special .--reverse {
  flex-flow: row-reverse;
}
#special .--bold {
  font-weight: bold;
}
#special .c-flex-alone .c-flex-alone__image {
  margin-top: 0;
  margin-bottom: 40px;
}
#special .p-series {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #special .p-series {
    margin-top: 10px;
  }
}
#special .p-series__image {
  height: 650px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #special .p-series__image {
    height: auto;
    display: flex;
    flex-flow: column-reverse;
  }
}
#special .p-series__image img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #special .p-series__image img {
    height: auto;
    margin-top: 40px;
  }
}
#special .p-series__text {
  color: #606060;
  position: absolute;
  bottom: 180px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  #special .p-series__text {
    position: static;
    font-size: 14px;
  }
}
#special .s-achievements__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__list {
    display: block;
    margin-top: 30px;
  }
}
#special .s-achievements__item {
  background-color: #F5F5F5;
  padding: 60px 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__item {
    width: 100%;
    padding: 40px;
  }
  #special .s-achievements__item + .s-achievements__item {
    margin-top: 30px;
  }
}
#special .s-achievements__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 50px 0 0;
}
#special .s-achievements__itemImage {
  width: 60px;
  height: 60px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__itemImage {
    margin-top: 15px;
  }
}
#special .s-achievements__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#special .s-achievements__itemText {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__itemText {
    margin-top: 20px;
  }
}
#special .s-solutions__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}
#special .s-solutions__item {
  border: 1px solid #707070;
  padding: 45px 30px;
  position: relative;
  width: calc((100% - 45px) / 4);
  margin-left: 15px;
  margin-top: 30px;
}
#special .s-solutions__item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #special .s-solutions__item {
    width: 100%;
    padding: 40px;
  }
  #special .s-solutions__item + .s-solutions__item {
    margin-top: 30px;
  }
}
#special .s-solutions__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__itemTitle {
    margin-top: 30px;
  }
}
#special .s-solutions__itemImage {
  width: 130px;
  height: 60px;
  margin: 0 auto 0;
}
#special .s-solutions__itemImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
#special .s-solutions__itemText {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__itemText {
    margin-top: 20px;
  }
}
#special .alone-image {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #special .alone-image {
    margin-top: 50px;
  }
}
#special .MP-block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #special .MP-block {
    margin-top: 50px;
  }
}
#special .MP-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #special .MP-list {
    flex-flow: column;
  }
}
#special .MP-list .MP-list__item {
  display: flex;
  flex-flow: column;
  justify-content: end;
}
#special .MP-list .MP-list__item .MP-list__itemImage {
  width: 280px;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #special .MP-list .MP-list__item .MP-list__itemImage {
    width: 100%;
  }
}
#special .MP-list .MP-list__item .MP-list__itemImage img {
  width: 100%;
  object-fit: contain;
}
#special .MP-list .MP-list__item .MP-list__itemImage .MP-list__itemImageCircle {
  width: 180px;
  height: 180px;
}
#special .MP-list .MP-list__item .MP-list__itemText {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #special .g-series .s-description__header {
    text-align: center;
  }
}
#special .g-series .s-solutions__itemText {
  text-align: center;
}
#special .c-section__textWrapper {
  margin-bottom: 100px;
}
#special .c-section__subTitle {
  margin: 50px auto 30px;
  text-align: center;
}

.s-company-about {
  padding: clamp(48.2742857143px, 0px + 6.2857142857vw, 88px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .s-company-about {
    padding: 60px 0;
  }
}
.s-company-about__row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ccc;
}
.s-company-about__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .s-company-about__row {
    flex-direction: column;
  }
}
.s-company-about__label {
  width: 160px;
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 17px;
  background: #fff;
  font-size: 0.875rem;
  color: #888;
  font-weight: normal;
  text-align: center;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .s-company-about__label {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    text-align: start;
    padding: 12px 16px;
    font-weight: bold;
    color: #666;
  }
}
.s-company-about__value {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-size: 0.875rem;
  color: #333;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .s-company-about__value {
    padding: 16px;
    margin-left: 1rem;
  }
}
.s-company-about__value small {
  font-size: 0.75rem;
  color: #888;
}
.s-company-about__officers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.s-company-about__officer {
  display: flex;
  gap: 24px;
  align-items: center;
  line-height: 1.71;
}
.s-company-about__officer .role {
  width: 128px;
  flex-shrink: 0;
}
.s-company-about__officer .name {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .s-company-about__officer {
    gap: 16px;
  }
  .s-company-about__officer .role {
    width: 100px;
  }
}
.s-company-about__addresses {
  display: flex;
  flex-direction: column;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-company-about__addresses {
    gap: 40px;
  }
}
.s-company-about__address {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .s-company-about__address {
    flex-direction: column;
    gap: 16px;
  }
}
.s-company-about__address-main {
  flex: 0 0 304px;
  width: 304px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .s-company-about__address-main {
    flex: 1 1 auto;
    width: 100%;
  }
}
.s-company-about__address-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #333;
}
.s-company-about__place {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.s-company-about__addr {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.s-company-about__tel-icon {
  width: 16px;
  vertical-align: 0;
  margin-right: 4px;
}
.s-company-about__map {
  width: 100%;
}
.s-company-about__map iframe {
  width: 100%;
  aspect-ratio: 304/171;
  height: auto;
  display: block;
  border: 0;
}
.s-company-about__building {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 464/376;
}
.s-company-about__building img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-company-about__building {
    flex: none;
    width: 100%;
  }
}

.s-company-links__item {
  background: #fff;
}
.s-company-links__item.-alt {
  background: rgba(241, 242, 244, 0.5);
}
.s-company-links__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.s-company-links__inner.-reverse {
  flex-direction: row-reverse;
}
.s-company-links__inner.-reverse .s-company-links__body {
  padding-left: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .s-company-links__inner {
    flex-direction: column !important;
    align-items: stretch;
    padding: 40px 16px;
    gap: 32px;
  }
}
.s-company-links__image {
  flex-shrink: 0;
  width: 500px;
  height: 300px;
  overflow: hidden;
  margin: 0;
}
.s-company-links__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .s-company-links__image {
    width: 100%;
    height: 220px;
    order: 2;
  }
}
.s-company-links__body {
  flex: 1;
  min-width: 0;
  padding-right: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .s-company-links__body {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .s-company-links__body .c-button {
    order: 3;
  }
}
.s-company-links__title {
  font-size: 1.5rem;
  font-weight: 100;
  color: #333;
  margin: 0;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .s-company-links__title {
    font-size: 1.25rem;
    order: 1;
  }
}

.s-company-intro {
  padding-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-company-intro {
    padding-top: 48px;
  }
}
.s-company-intro__heading {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-company-intro__heading {
    font-size: 1.375rem;
  }
}
.s-company-intro__lead {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: 400;
  line-height: 1.8888888889;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-company-intro__lead {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}
.s-company-intro__photo {
  width: 100%;
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
}
.s-company-intro__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/650;
  object-fit: cover;
}

.s-company-mission {
  padding: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 clamp(70.2171428571px, 0px + 9.1428571429vw, 128px);
}
@media screen and (max-width: 767px) {
  .s-company-mission {
    padding: 32px 0 60px;
  }
}
.s-company-mission__text {
  max-width: 30rem;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #646464;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-company-mission__text {
    max-width: 100%;
    font-size: 0.875rem;
  }
}

.s-company-news {
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-company-news {
    padding-bottom: 60px;
  }
}
.s-company-news__heading {
  margin: 0 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-company-news__heading {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }
}
.s-company-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}
.s-company-news__item {
  border-bottom: 1px solid #e5e5e5;
}
.s-company-news__link {
  display: flex;
  align-items: center;
  gap: clamp(18.1028571429px, 0px + 2.3571428571vw, 33px);
  padding: clamp(10.4228571429px, 0px + 1.3571428571vw, 19px) 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.s-company-news__link:hover {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  .s-company-news__link {
    gap: 14px;
    padding: 16px 0;
  }
}
.s-company-news__thumb {
  flex-shrink: 0;
  width: clamp(74.6057142857px, 0px + 9.7142857143vw, 136px);
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 136/104;
}
.s-company-news__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-company-news__thumb {
    width: 96px;
  }
}
.s-company-news__body {
  flex: 1 1 auto;
  min-width: 0;
}
.s-company-news__meta {
  display: flex;
  align-items: center;
  gap: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .s-company-news__meta {
    gap: 10px;
  }
}
.s-company-news__date {
  font-size: 0.875rem;
  line-height: 1;
  color: #969696;
}
@media screen and (max-width: 767px) {
  .s-company-news__date {
    font-size: 0.75rem;
  }
}
.s-company-news__badge {
  display: inline-block;
  padding: 2px 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #606060;
  background: #efefef;
  border-radius: 3px;
}
.s-company-news__title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 2;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .s-company-news__title {
    font-size: 0.875rem;
  }
}
.s-company-news__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 8px;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .s-company-news__arrow {
    width: 24px;
  }
}
.s-company-news__empty {
  color: #969696;
  text-align: center;
}

.s-company-nav__block {
  padding: clamp(49.3714285714px, 0px + 6.4285714286vw, 90px) 0;
  background: #fff;
}
.s-company-nav__block.-gray {
  background: #f1f2f4;
}
@media screen and (max-width: 767px) {
  .s-company-nav__block {
    padding: 48px 0;
  }
}
.s-company-nav__head {
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.s-company-nav__en {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #999;
}
.s-company-nav__title {
  margin: 0;
  font-size: clamp(15.36px, 0px + 2vw, 28px);
  font-weight: 100;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-company-nav__title {
    font-size: 1.375rem;
  }
}
.s-company-nav__rule {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  background: #ccc;
}
.s-company-nav__row {
  display: flex;
  align-items: stretch;
  gap: clamp(30.72px, 0px + 4vw, 56px);
}
.s-company-nav__row.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-company-nav__row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .s-company-nav__row.-reverse {
    flex-direction: column;
  }
}
.s-company-nav__photo {
  flex: 0 0 auto;
  width: clamp(274.2857142857px, 0px + 35.7142857143vw, 500px);
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 500/300;
}
.s-company-nav__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-company-nav__photo {
    width: 100%;
  }
}
.s-company-nav__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}
.s-company-nav__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
  color: #777;
}
.s-company-nav__actions {
  margin-top: auto;
  padding-top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  text-align: right;
}
.s-company-nav__actions .c-button {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-company-nav__actions {
    margin-top: 24px;
    padding-top: 0;
    text-align: left;
  }
  .s-company-nav__actions .c-button {
    display: block;
  }
}
.s-company-nav__row.-reverse .s-company-nav__actions {
  text-align: left;
}
.s-company-nav__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  padding: 0;
  list-style: none;
}
.s-company-nav__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 8px) / 3);
  min-height: 32px;
  padding: 6px 8px;
  font-size: 0.75rem;
  color: #333;
  text-align: center;
  background: #efefef;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .s-company-nav__tag {
    width: calc((100% - 4px) / 2);
  }
}
.s-company-nav__links {
  margin: clamp(7.68px, 0px + 1vw, 14px) 0 0;
  padding-left: 1.3em;
  list-style: disc;
}
.s-company-nav__links li {
  margin-bottom: 4px;
}
.s-company-nav__links li:last-child {
  margin-bottom: 0;
}
.s-company-nav__links a {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #777;
  text-decoration: none;
}
.s-company-nav__links a:hover {
  text-decoration: underline;
}
.s-company-nav__table {
  margin: 0;
  border-top: 1px solid #ccc;
}
.s-company-nav__table-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
}
.s-company-nav__table-label {
  flex: 0 0 auto;
  width: clamp(48.2742857143px, 0px + 6.2857142857vw, 88px);
  padding: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-company-nav__table-label {
    width: 88px;
    padding: 12px;
  }
}
.s-company-nav__table-value {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #777;
}
@media screen and (max-width: 767px) {
  .s-company-nav__table-value {
    padding: 12px;
  }
}

.s-ir-intro {
  padding-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-ir-intro {
    padding-top: 48px;
  }
}
.s-ir-intro__heading {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-ir-intro__heading {
    font-size: 1.5rem;
  }
}
.s-ir-intro__lead {
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-ir-intro__lead {
    margin-top: 24px;
    font-size: 0.875rem;
  }
}

.s-ir-news {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .s-ir-news {
    padding: 60px 0;
  }
}
.s-ir-news__heading {
  margin: 0 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-ir-news__heading {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }
}
.s-ir-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cccccc;
}
.s-ir-news__item {
  border-bottom: 1px solid #cccccc;
}
.s-ir-news__link {
  display: flex;
  align-items: center;
  gap: clamp(18.1028571429px, 0px + 2.3571428571vw, 33px);
  padding: clamp(10.4228571429px, 0px + 1.3571428571vw, 19px) 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.s-ir-news__link:hover {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  .s-ir-news__link {
    gap: 14px;
    padding: 16px 0;
  }
}
.s-ir-news__thumb {
  flex-shrink: 0;
  width: clamp(74.6057142857px, 0px + 9.7142857143vw, 136px);
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 136/104;
}
.s-ir-news__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-ir-news__thumb {
    width: 96px;
  }
}
.s-ir-news__body {
  flex: 1 1 auto;
  min-width: 0;
}
.s-ir-news__meta {
  display: flex;
  align-items: center;
  gap: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .s-ir-news__meta {
    gap: 10px;
  }
}
.s-ir-news__date {
  font-size: 0.875rem;
  line-height: 1;
  color: #969696;
}
@media screen and (max-width: 767px) {
  .s-ir-news__date {
    font-size: 0.75rem;
  }
}
.s-ir-news__badge {
  display: inline-block;
  padding: 2px 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #606060;
  background: #efefef;
  border-radius: 3px;
}
.s-ir-news__title {
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  line-height: 2;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .s-ir-news__title {
    font-size: 0.875rem;
  }
}
.s-ir-news__arrow {
  flex-shrink: 0;
  width: 36px;
  height: 8px;
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .s-ir-news__arrow {
    width: 24px;
  }
}

.s-ir-links__block {
  padding: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px) 0;
  background: #ffffff;
}
.s-ir-links__block.-gray {
  background: #f8f9fa;
}
@media screen and (max-width: 767px) {
  .s-ir-links__block {
    padding: 48px 0;
  }
}
.s-ir-links__row {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.s-ir-links__row.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-ir-links__row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .s-ir-links__row.-reverse {
    flex-direction: column;
  }
}
.s-ir-links__content {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  padding-right: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-ir-links__content {
    display: contents;
  }
}
.s-ir-links__row.-reverse .s-ir-links__content {
  padding-right: 0;
  padding-left: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-ir-links__text {
    order: 1;
  }
}
.s-ir-links__title {
  margin: 0;
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-ir-links__title {
    font-size: 1.25rem;
  }
}
.s-ir-links__desc {
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .s-ir-links__desc {
    margin-top: 16px;
  }
}
.s-ir-links__actions {
  margin-top: auto;
  padding-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  text-align: left;
}
.s-ir-links__actions .c-button {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-ir-links__actions {
    margin-top: 24px;
    padding-top: 0;
    order: 3;
  }
  .s-ir-links__actions .c-button {
    display: block;
  }
}
.s-ir-links__photo {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 500/300;
}
.s-ir-links__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-ir-links__photo {
    max-width: 100%;
    order: 2;
  }
}

.s-access {
  padding: clamp(60px, 11.3924050633px + 6.3291139241vw, 100px) 0;
}
.s-access__item {
  display: flex;
  gap: clamp(16px, 6.2784810127px + 1.2658227848vw, 24px);
  padding: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px) 0;
  border-top: 1px solid #ccc;
}
.s-access__item:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .s-access__item {
    flex-direction: column;
  }
}
.s-access__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #333;
}
.s-access__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.s-access__address {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71;
}
.s-access__freedial {
  width: 16px;
  vertical-align: 0;
  margin-right: 4px;
}
.s-access__map {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.s-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.s-access__photo {
  margin: 0;
  overflow: hidden;
}
.s-access__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-access__item.-large {
  align-items: stretch;
}
.s-access__item.-large .s-access__main {
  flex-shrink: 0;
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.s-access__item.-large .s-access__photo {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .s-access__item.-large .s-access__main {
    width: 100%;
  }
  .s-access__item.-large .s-access__photo {
    flex: none;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.s-access__item.-small {
  align-items: flex-start;
}
.s-access__item.-small .s-access__info {
  flex: 1;
  min-width: 0;
}
.s-access__item.-small .s-access__map,
.s-access__item.-small .s-access__photo {
  flex-shrink: 0;
  width: 272px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .s-access__item.-small .s-access__map,
  .s-access__item.-small .s-access__photo {
    width: 100%;
  }
}

.s-message-intro {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-message-intro {
    padding: 60px 0 40px;
  }
}
.s-message-intro__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  margin: 0 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-message-intro__heading {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
}
.s-message-intro__text {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.89;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-message-intro__text {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.8;
  }
}

.s-message-body {
  padding: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) 0 0;
}
@media screen and (max-width: 767px) {
  .s-message-body {
    padding: 40px 0 60px;
  }
}
.s-message-body__grid {
  display: flex;
  align-items: flex-start;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-message-body__grid {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.s-message-body__text {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.86;
}
.s-message-body__text p {
  margin: 0 0 26px;
}
.s-message-body__text p:last-child {
  margin-bottom: 0;
}
.s-message-body__photo {
  flex-shrink: 0;
  width: 440px;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.s-message-body__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-message-body__photo {
    width: 100%;
    height: 400px;
  }
}
.s-message-body__signature {
  text-align: right;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  color: #333;
}
.s-message-body__company {
  font-size: 0.8125rem;
  line-height: 2.15;
  margin: 0;
}
.s-message-body__name-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
}
.s-message-body__title {
  font-size: 0.8125rem;
  line-height: 2.15;
  margin: 0;
}
.s-message-body__name {
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.27;
  margin: 0;
}

.s-message-profile {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-message-profile {
    padding: 60px 0;
  }
}
.s-message-profile__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-message-profile__heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.s-message-profile__bio {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.86;
  margin: 0;
}

.s-message-video {
  padding: clamp(51.0171428571px, 0px + 6.6428571429vw, 93px) 0;
  background: rgba(241, 242, 244, 0.5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-message-video {
    padding: 60px 0;
  }
}
.s-message-video__heading {
  font-size: 1.5rem;
  font-weight: 100;
  color: #333;
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-message-video__heading {
    font-size: 1.125rem;
    margin-bottom: 32px;
  }
}
.s-message-video__media {
  position: relative;
  width: 720px;
  max-width: 100%;
  height: 405px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.s-message-video__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-message-video__media:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .s-message-video__media {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.s-message-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s;
}
.s-message-video__play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .s-message-video__play {
    width: 48px;
    height: 48px;
  }
  .s-message-video__play::after {
    border-width: 8px 0 8px 15px;
  }
}
.s-message-video__media:hover .s-message-video__play {
  background: rgba(0, 0, 0, 0.75);
}

.s-message-sponsors {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-message-sponsors {
    padding: 60px 0;
  }
}
.s-message-sponsors__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-message-sponsors__heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.s-message-sponsors__grid {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .s-message-sponsors__grid {
    flex-direction: column;
    gap: 40px;
  }
}
.s-message-sponsors__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s-message-sponsors__photo {
  position: relative;
  width: 100%;
  height: 213px;
  overflow: hidden;
  margin: 0;
}
.s-message-sponsors__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-message-sponsors__photo.js-yt-thumb {
  cursor: pointer;
}
.s-message-sponsors__photo:focus-visible {
  outline: 2px solid #333;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .s-message-sponsors__photo {
    height: 180px;
  }
}
.s-message-sponsors__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s;
}
.s-message-sponsors__play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .s-message-sponsors__play {
    width: 48px;
    height: 48px;
  }
  .s-message-sponsors__play::after {
    border-width: 8px 0 8px 15px;
  }
}
.s-message-sponsors__photo:hover .s-message-sponsors__play {
  background: rgba(0, 0, 0, 0.75);
}
.s-message-sponsors__caption {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.67;
  margin: 0;
}

.s-ir-message-catch {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 0;
}
@media screen and (max-width: 767px) {
  .s-ir-message-catch {
    padding: 60px 0 0;
  }
}
.s-ir-message-catch__band {
  display: flex;
  align-items: center;
  min-height: 240px;
  background: #d0d2d1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-ir-message-catch__band {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
}
.s-ir-message-catch__copy {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 32px clamp(32px, 12.5569620253px + 2.5316455696vw, 48px);
  font-size: clamp(24px, 9.417721519px + 1.8987341772vw, 36px);
  font-weight: 200;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .s-ir-message-catch__copy {
    padding: 32px 16px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.s-ir-message-catch__photo {
  flex-shrink: 0;
  align-self: stretch;
  width: 339px;
  margin: 0;
  overflow: hidden;
}
.s-ir-message-catch__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-ir-message-catch__photo {
    width: 100%;
    height: 240px;
  }
}

.s-ir-message-body {
  padding: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .s-ir-message-body {
    padding: 40px 0 60px;
  }
}
.s-ir-message-body__text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.86;
}
.s-ir-message-body__text p {
  margin: 0 0 16px;
}
.s-ir-message-body__text p:last-child {
  margin-bottom: 0;
}
.s-ir-message-body__signature {
  text-align: right;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-ir-message-body__signature {
    margin-top: 32px;
  }
}
.s-ir-message-body__company {
  font-size: 0.8125rem;
  line-height: 2.15;
  margin: 0;
}
.s-ir-message-body__name-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
}
.s-ir-message-body__title {
  font-size: 0.8125rem;
  line-height: 2.15;
  margin: 0;
}
.s-ir-message-body__name {
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.27;
  margin: 0;
}

.s-ir-stock-business__heading, .s-ir-stock-major__heading, .s-ir-stock-status__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-ir-stock-business__heading, .s-ir-stock-major__heading, .s-ir-stock-status__heading {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}

.s-ir-stock-status {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .s-ir-stock-status {
    padding: 60px 0 40px;
  }
}
.s-ir-stock-status__row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ccc;
}
.s-ir-stock-status__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .s-ir-stock-status__row {
    flex-direction: column;
  }
}
.s-ir-stock-status__label {
  width: 160px;
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background: #f7f8f9;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .s-ir-stock-status__label {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
  }
}
.s-ir-stock-status__value {
  flex: 1;
  min-width: 0;
  padding: 1.5rem 1rem;
  background: #fff;
  font-size: 0.875rem;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .s-ir-stock-status__value {
    padding: 1rem;
  }
}

.s-ir-stock-major {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0;
}
@media screen and (max-width: 767px) {
  .s-ir-stock-major {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .s-ir-stock-major__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.s-ir-stock-major__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .s-ir-stock-major__table {
    min-width: 37.5rem;
  }
}
.s-ir-stock-major__table th,
.s-ir-stock-major__table td {
  width: 33.3333%;
  padding: 1.5rem 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  color: #333;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}
.s-ir-stock-major__table th {
  background: #f7f8f9;
  font-weight: bold;
  line-height: 1.43;
}
.s-ir-stock-major__table td {
  background: #fff;
  font-weight: normal;
  line-height: 2;
}

.s-ir-stock-business {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .s-ir-stock-business {
    padding: 40px 0 60px;
  }
}
.s-ir-stock-business__text {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-stock-business__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.s-ir-governance-control__heading, .s-ir-governance-partner__heading, .s-ir-governance-system__heading, .s-ir-governance-lead__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-ir-governance-control__heading, .s-ir-governance-partner__heading, .s-ir-governance-system__heading, .s-ir-governance-lead__heading {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}

.s-ir-governance-lead {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .s-ir-governance-lead {
    padding: 60px 0 40px;
  }
}
.s-ir-governance-lead__text {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-lead__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.s-ir-governance-lead__action {
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-lead__action {
    margin-top: 32px;
  }
}

.s-ir-governance-system {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-system {
    padding: 40px 0;
  }
}
.s-ir-governance-system__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-system__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.s-ir-governance-system__text p {
  margin: 0 0 28px;
}
.s-ir-governance-system__text p:last-child {
  margin-bottom: 0;
}

.s-ir-governance-partner {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-partner {
    padding: 40px 0;
  }
}
.s-ir-governance-partner__lead {
  margin: 0 0 28px;
  font-size: 1rem;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-partner__lead {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.s-ir-governance-partner__block + .s-ir-governance-partner__block {
  margin-top: 28px;
}
.s-ir-governance-partner__subheading {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-partner__subheading {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.s-ir-governance-partner__desc {
  margin: 0 0 28px;
  font-size: 1rem;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-partner__desc {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.s-ir-governance-partner__list {
  margin: 0;
}
.s-ir-governance-partner__cat, .s-ir-governance-partner__detail {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-partner__cat, .s-ir-governance-partner__detail {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.s-ir-governance-control {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .s-ir-governance-control {
    padding: 40px 0 60px;
  }
}
.s-ir-governance-control__row {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ccc;
}
.s-ir-governance-control__row:last-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-control__row {
    flex-direction: column;
  }
}
.s-ir-governance-control__label {
  width: 160px;
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background: #f7f8f9;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-control__label {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
  }
}
.s-ir-governance-control__value {
  flex: 1;
  min-width: 0;
  padding: 1.5rem 1rem;
  background: #fff;
  font-size: 0.875rem;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .s-ir-governance-control__value {
    padding: 1rem;
  }
}

.s-strategy {
  color: #333;
}

.s-strategy-vision__heading, .s-strategy-rd__heading, .s-strategy-business__heading, .s-strategy-balance__heading, .s-strategy-issues__heading, .s-strategy-issuesIntro__heading, .s-strategy-why2__heading, .s-strategy-why__heading, .s-strategy-lead__heading {
  margin: 0;
  font-weight: 100;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}

.s-strategy-lead {
  padding-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-lead {
    padding-top: 56px;
  }
}
.s-strategy-lead__en {
  margin: 0;
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-lead__en {
    font-size: 1rem;
  }
}
.s-strategy-lead__heading {
  margin-top: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-lead__heading {
    margin-top: 14px;
    font-size: 1.375rem;
  }
}
.s-strategy-lead__text {
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 0;
  font-size: 1rem;
  line-height: 1.8125;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .s-strategy-lead__text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

.s-strategy-visual {
  padding-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-strategy-visual {
    padding-top: 40px;
  }
}
.s-strategy-visual__figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1200/454;
}
.s-strategy-visual__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-visual__figure {
    aspect-ratio: 3/2;
  }
}

.s-strategy-why {
  position: relative;
  margin-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  min-height: clamp(263.3142857143px, 0px + 34.2857142857vw, 480px);
  padding: clamp(92.16px, 0px + 12vw, 168px) 0;
  overflow: hidden;
  background: #f7f8fa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-why {
    margin-top: 60px;
    min-height: 0;
    padding: 56px 0;
  }
}
.s-strategy-why__photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: clamp(118.4914285714px, 0px + 15.4285714286vw, 216px);
  margin: 0;
  overflow: hidden;
}
.s-strategy-why__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-why__photo {
    display: none;
  }
}
.s-strategy-why__block {
  max-width: 672px;
  margin: 0 auto;
}
.s-strategy-why__block + .s-strategy-why__block {
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-strategy-why__block + .s-strategy-why__block {
    margin-top: 32px;
  }
}
.s-strategy-why__heading {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-why__heading {
    font-size: 1.375rem;
  }
}
.s-strategy-why__text {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-why__text {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.s-strategy-why2 {
  padding: clamp(59.2457142857px, 0px + 7.7142857143vw, 108px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-why2 {
    padding: 56px 0;
  }
}
.s-strategy-why2__block {
  max-width: 672px;
  margin: 0 auto;
}
.s-strategy-why2__heading {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-why2__heading {
    font-size: 1.375rem;
  }
}
.s-strategy-why2__text {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-why2__text {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.s-strategy-cards__marquee {
  width: 100%;
  overflow: hidden;
}
.s-strategy-cards__track {
  display: flex;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: s-strategy-marquee 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .s-strategy-cards__track {
    animation-duration: 28s;
  }
}
.s-strategy-cards__item {
  position: relative;
  flex: 0 0 auto;
  width: clamp(249.6px, 0px + 32.5vw, 455px);
  aspect-ratio: 455/303;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-strategy-cards__item {
    width: 260px;
  }
}
.s-strategy-cards__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-strategy-cards__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.s-strategy-cards__label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  text-align: center;
}
.s-strategy-cards__label-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.s-strategy-cards__label-desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@keyframes s-strategy-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s-strategy-cards__track {
    animation: none;
  }
  .s-strategy-cards__marquee {
    overflow-x: auto;
  }
}
.s-strategy-issuesIntro {
  padding: clamp(59.2457142857px, 0px + 7.7142857143vw, 108px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-issuesIntro {
    padding: 56px 0;
  }
}
.s-strategy-issuesIntro__heading {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-issuesIntro__heading {
    font-size: 1.375rem;
  }
}

.s-strategy-issues {
  position: relative;
  z-index: 0;
  background: #15355d;
  color: #fff;
}
.s-strategy-issues__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.s-strategy-issues__overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 53, 93, 0.7);
}
.s-strategy-issues__inner {
  position: relative;
  z-index: 1;
  max-width: 1232px;
  margin: -100vh auto 0;
  padding: 0 16px;
  text-align: center;
}
.s-strategy-issues__heading {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #fff;
}
.s-strategy-issues__heading.-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(219.4285714286px, 0px + 28.5714285714vw, 400px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__heading {
    font-size: 1.25rem;
  }
  .s-strategy-issues__heading.-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    margin: 0;
  }
}
.s-strategy-issues__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 0 calc(clamp(109.7142857143px, 0px + 14.2857142857vw, 200px) - 50vh);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stats {
    flex-wrap: wrap;
    align-content: center;
    min-height: 100vh;
    margin: 0 0 -25vh;
  }
}
.s-strategy-issues__stat {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  padding: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.s-strategy-issues__stat + .s-strategy-issues__stat {
  border-left: 1px solid rgba(204, 204, 204, 0.35);
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stat {
    flex: 0 0 50%;
    padding: 20px 12px;
  }
  .s-strategy-issues__stat + .s-strategy-issues__stat {
    border-left: none;
  }
  .s-strategy-issues__stat:nth-child(even) {
    border-left: 1px solid rgba(204, 204, 204, 0.35);
  }
  .s-strategy-issues__stat:nth-child(n+3) {
    border-top: 1px solid rgba(204, 204, 204, 0.35);
  }
}
.s-strategy-issues__stat-inner {
  text-align: left;
}
.s-strategy-issues__stat-label {
  margin: 0 0 clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  font-size: 1rem;
  font-weight: 700;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stat-label {
    font-size: 0.8125rem;
  }
}
.s-strategy-issues__stat-value {
  margin: 0;
  color: #fff;
  line-height: 1.1;
}
.s-strategy-issues__stat-value.-text .s-strategy-issues__stat-num {
  font-size: clamp(15.36px, 0px + 2vw, 28px);
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stat-value.-text .s-strategy-issues__stat-num {
    font-size: 1.125rem;
  }
}
.s-strategy-issues__stat-num {
  font-size: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stat-num {
    font-size: 2.5rem;
  }
}
.s-strategy-issues__stat-unit {
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stat-unit {
    font-size: 1.125rem;
  }
}
.s-strategy-issues__stat-sub {
  margin: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px) 0 0;
  font-size: 1rem;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__stat-sub {
    font-size: 0.75rem;
  }
}
.s-strategy-issues__icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  margin: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 0;
  padding: 0 0 clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__icons {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 56px;
    margin-top: 24px;
    padding-bottom: 25vh;
  }
}
.s-strategy-issues__icon {
  display: flex;
  flex: 0 0 30%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.s-strategy-issues__icon img {
  width: 88px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__icon img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__icon {
    flex: none;
    min-width: 92px;
    gap: 10px;
  }
}
.s-strategy-issues__icon-label {
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-strategy-issues__icon-label {
    font-size: 1rem;
  }
}

.s-strategy-balance {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-balance {
    padding: 56px 0;
  }
}
.s-strategy-balance__heading {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-balance__heading {
    font-size: 1.375rem;
  }
}
.s-strategy-balance__text {
  max-width: 672px;
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) auto 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-balance__text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

.s-strategy-merits {
  position: relative;
  z-index: 0;
  background: #1a1a1a;
  color: #fff;
}
.s-strategy-merits__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.s-strategy-merits__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}
.s-strategy-merits__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-strategy-merits__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.s-strategy-merits__inner {
  position: relative;
  z-index: 1;
  max-width: 1232px;
  margin: -100vh auto 0;
  padding: 0 16px;
  text-align: center;
}
.s-strategy-merits__list {
  display: flex;
  flex-direction: column;
  gap: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  padding-top: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__list {
    gap: 40px;
    padding-top: 25vh;
  }
}
.s-strategy-merits__item {
  display: flex;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__item {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.s-strategy-merits__body {
  flex: 1;
  min-width: 0;
}
.s-strategy-merits__icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__icon {
    width: 56px;
    height: 56px;
  }
}
.s-strategy-merits__title {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__title {
    margin: 0 0 8px;
    font-size: 1.25rem;
  }
}
.s-strategy-merits__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__desc {
    font-size: 0.8125rem;
  }
}
.s-strategy-merits__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(292.3885714286px, 0px + 38.0714285714vw, 533px);
  margin: 0;
  padding: 0;
  font-size: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  font-weight: 100;
  line-height: 1.3;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .s-strategy-merits__heading {
    min-height: 65vh;
    padding-bottom: 25vh;
    font-size: 1.375rem;
  }
}

.s-strategy-business {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .s-strategy-business {
    padding: 60px 0;
  }
}
.s-strategy-business__heading {
  margin-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-business__heading {
    margin-bottom: 40px;
    font-size: 1.375rem;
  }
}
.s-strategy-business__list {
  max-width: 1000px;
  margin: 0 auto;
}
.s-strategy-business__row {
  display: flex;
  align-items: center;
  gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.s-strategy-business__row.-reverse {
  flex-direction: row-reverse;
}
.s-strategy-business__row + .s-strategy-business__row {
  margin-top: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
}
@media screen and (max-width: 767px) {
  .s-strategy-business__row {
    flex-direction: column;
    gap: 20px;
  }
  .s-strategy-business__row.-reverse {
    flex-direction: column;
  }
  .s-strategy-business__row + .s-strategy-business__row {
    margin-top: 48px;
  }
}
.s-strategy-business__photo {
  flex: 0 0 50%;
  max-width: 500px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 500/300;
}
.s-strategy-business__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-business__photo {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.s-strategy-business__body {
  flex: 1 1 auto;
  min-width: 0;
}
.s-strategy-business__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8888888889;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-business__title {
    font-size: 1.0625rem;
  }
}
.s-strategy-business__sub {
  margin: 4px 0 0;
  font-size: 0.875rem;
  color: #333;
}
.s-strategy-business__badges {
  display: flex;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-business__badges {
    gap: 20px;
    margin: 24px 0;
  }
}
.s-strategy-business__badge {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #37a0a0 0%, #123f77 100%);
}
.s-strategy-business__badge span {
  max-width: 56px;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.s-strategy-business__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #333;
}

.s-strategy-market {
  position: relative;
  padding: clamp(74.6057142857px, 0px + 9.7142857143vw, 136px) 0;
  overflow: hidden;
  background: #f7f8fa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-market {
    padding: 56px 0;
  }
}
.s-strategy-market__photo {
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(115.2px, 0px + 15vw, 210px);
  margin: 0;
  overflow: hidden;
}
.s-strategy-market__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-market__photo {
    display: none;
  }
}
.s-strategy-market__heading {
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-market__heading {
    margin-bottom: 32px;
    font-size: 1.375rem;
  }
}
.s-strategy-market__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-market__stats {
    gap: 24px;
  }
}
.s-strategy-market__stat-label {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-market__stat-label {
    font-size: 0.8125rem;
  }
}
.s-strategy-market__stat-value {
  margin: 0;
  color: #606060;
  line-height: 1;
}
.s-strategy-market__stat-pre {
  font-size: 1.125rem;
}
.s-strategy-market__stat-num {
  font-size: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-strategy-market__stat-num {
    font-size: 2rem;
  }
}
.s-strategy-market__stat-num.-sm {
  font-size: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  letter-spacing: -0.96px;
}
@media screen and (max-width: 767px) {
  .s-strategy-market__stat-num.-sm {
    font-size: 1.625rem;
  }
}
.s-strategy-market__stat-unit {
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-strategy-market__stat-unit {
    font-size: 1rem;
  }
}

.s-strategy-growth {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-strategy-growth {
    padding: 56px 0;
  }
}
.s-strategy-growth__heading {
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 300;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-growth__heading {
    margin-bottom: 36px;
    font-size: 1.25rem;
  }
}
.s-strategy-growth__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-growth__list {
    flex-direction: column;
    align-items: center;
    gap: 110px;
  }
}
.s-strategy-growth__step {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  max-width: 180px;
  text-align: center;
}
.s-strategy-growth__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) / -2 - 11px);
  width: 22px;
  height: 77px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='77' viewBox='0 0 22 77' fill='none'%3E%3Cpath d='M2 2 20 38.5 2 75' stroke='%23cccccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .s-strategy-growth__step {
    flex: 0 0 auto;
    width: 212px;
    max-width: 100%;
    gap: 8px;
  }
  .s-strategy-growth__step:not(:last-child)::after {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, calc(-50% + 55px)) rotate(90deg);
  }
}
.s-strategy-growth__icon img {
  display: block;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .s-strategy-growth__icon img {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
}
.s-strategy-growth__step-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.s-strategy-growth__step-desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #646464;
}

.s-strategy-perf {
  position: relative;
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  overflow: hidden;
  background: #f7f8fa;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf {
    padding: 56px 0;
  }
}
.s-strategy-perf__photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: clamp(116.2971428571px, 0px + 15.1428571429vw, 212px);
  margin: 0;
  overflow: hidden;
}
.s-strategy-perf__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__photo {
    display: none;
  }
}
.s-strategy-perf__heading {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__heading {
    font-size: 1.375rem;
  }
}
.s-strategy-perf__text {
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
.s-strategy-perf__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  margin: clamp(30.72px, 0px + 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
.s-strategy-perf__stat {
  flex: 0 0 auto;
  width: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  padding: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__stat {
    flex: 0 0 46%;
    width: auto;
    padding: 20px 12px;
  }
}
.s-strategy-perf__stat-label {
  margin: 0 0 clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__stat-label {
    font-size: 0.875rem;
  }
}
.s-strategy-perf__stat-value {
  margin: 0;
  color: #606060;
  line-height: 1;
}
.s-strategy-perf__stat-num {
  font-size: clamp(28.5257142857px, 0px + 3.7142857143vw, 52px);
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__stat-num {
    font-size: 1.875rem;
  }
}
.s-strategy-perf__stat-unit {
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__stat-unit {
    font-size: 1rem;
  }
}
.s-strategy-perf__graphs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(14.2628571429px, 0px + 1.8571428571vw, 26px);
  max-width: clamp(466.2857142857px, 0px + 60.7142857143vw, 850px);
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) auto 0;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__graphs {
    flex-direction: column;
    max-width: none;
    gap: 24px;
  }
}
.s-strategy-perf__graph {
  flex: 364 1 0;
  min-width: 0;
  margin: 0;
  padding: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.s-strategy-perf__graph:nth-child(2) {
  flex-grow: 460;
}
.s-strategy-perf__graph img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-strategy-perf__graph {
    flex: none;
    padding: 16px;
  }
}

.s-strategy-rd {
  position: relative;
  overflow: hidden;
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-strategy-rd {
    padding: 56px 0 64px;
  }
}
.s-strategy-rd__photo {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  margin: 0;
  overflow: hidden;
}
.s-strategy-rd__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__photo {
    display: none;
  }
}
.s-strategy-rd > .c-inner {
  position: relative;
  z-index: 1;
}
.s-strategy-rd__head {
  max-width: 672px;
  margin: 0 auto clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__head {
    margin-bottom: 36px;
  }
}
.s-strategy-rd__heading {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__heading {
    font-size: 1.375rem;
  }
}
.s-strategy-rd__text {
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}
.s-strategy-rd__cards {
  display: flex;
  justify-content: center;
  gap: clamp(15.36px, 0px + 2vw, 28px);
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__cards {
    flex-direction: column;
    gap: 20px;
  }
}
.s-strategy-rd__card {
  flex: 0 1 460px;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__card {
    flex: none;
    padding: 32px 20px;
  }
}
.s-strategy-rd__card-title {
  margin: 0 0 clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__card-title {
    font-size: 1.25rem;
  }
}
.s-strategy-rd__card-lead {
  margin: 0 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #333;
}
.s-strategy-rd__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(15.36px, 0px + 2vw, 28px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-strategy-rd__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 80px;
}
.s-strategy-rd__feature img {
  width: 40px;
  height: 40px;
}
.s-strategy-rd__feature-label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.s-strategy-rd__collab {
  display: flex;
  justify-content: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__collab {
    gap: 20px;
  }
}
.s-strategy-rd__collab-item {
  flex: 0 1 200px;
}
.s-strategy-rd__collab-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/3;
}
.s-strategy-rd__collab-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-strategy-rd__collab-cap {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__collab-cap {
    font-size: 0.8125rem;
  }
}
.s-strategy-rd__arrow {
  width: 77px;
  height: 22px;
  margin: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px) auto 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='22' viewBox='0 0 77 22' fill='none'%3E%3Cpath d='M2 2 38.5 20 75 2' stroke='%23CCB034' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__arrow {
    margin-top: 28px;
  }
}
.s-strategy-rd__practical {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__practical {
    margin-top: 24px;
  }
}
.s-strategy-rd__practical-title {
  margin: 0;
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-weight: 100;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__practical-title {
    font-size: 1.375rem;
  }
}
.s-strategy-rd__practical-text {
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__practical-text {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}
.s-strategy-rd__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  margin: clamp(30.72px, 0px + 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__tags {
    gap: 12px;
    margin-top: 32px;
  }
}
.s-strategy-rd__tag {
  flex: 0 0 auto;
  width: clamp(166.7657142857px, 0px + 21.7142857143vw, 304px);
  padding: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-size: 1rem;
  color: #2e2e2e;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .s-strategy-rd__tag {
    flex: 0 0 100%;
    width: auto;
    padding: 14px 20px;
    font-size: 0.875rem;
    white-space: normal;
  }
}

.s-strategy-vision {
  position: relative;
  padding: clamp(71.3142857143px, 0px + 9.2857142857vw, 130px) 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-strategy-vision {
    padding: 72px 0;
  }
}
.s-strategy-vision__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.s-strategy-vision__overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 52, 80, 0.3);
  z-index: 1;
}
.s-strategy-vision__inner {
  position: relative;
  z-index: 2;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}
.s-strategy-vision__en {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.s-strategy-vision__heading {
  margin-top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-strategy-vision__heading {
    font-size: 1.375rem;
  }
}
.s-strategy-vision__text {
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 0;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .s-strategy-vision__text {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

.s-history {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-history {
    padding: 60px 0;
  }
}
.s-history__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-history__item {
  display: flex;
  align-items: stretch;
}
.s-history__date {
  width: 112px;
  flex-shrink: 0;
  padding: 8px 16px 24px;
  font-size: 1rem;
  font-weight: 700;
  color: #888;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .s-history__date {
    width: 72px;
    font-size: 0.75rem;
    padding: 6px 8px 20px;
  }
}
.s-history__marker {
  width: 32px;
  flex-shrink: 0;
  position: relative;
}
.s-history__marker::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .s-history__marker {
    width: 24px;
  }
  .s-history__marker::after {
    left: 11px;
  }
}
.s-history__dot {
  position: absolute;
  left: 8px;
  top: 12px;
  width: 16px;
  height: 16px;
  background: #128b81;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-history__dot {
    left: 4px;
    top: 10px;
    width: 12px;
    height: 12px;
  }
}
.s-history__body {
  flex: 1;
  min-width: 0;
  padding: 8px 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .s-history__body {
    padding: 6px 0 20px 16px;
  }
}
.s-history__milestone {
  font-size: 1.5rem;
  font-weight: 100;
  color: #128b81;
  line-height: 1.17;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .s-history__milestone {
    font-size: 1.125rem;
  }
}
.s-history__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.87;
}
.s-history__content p {
  margin: 0;
}
.s-history__content ul {
  list-style: disc;
  padding-left: 1.40625rem;
  margin: 0;
}
.s-history__content ul li {
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  .s-history__content {
    font-size: 0.8125rem;
    gap: 12px;
  }
}
.s-history__cols {
  display: flex;
  align-items: flex-start;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.s-history__cols.is-img-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-history__cols {
    flex-direction: column;
    gap: 12px;
  }
  .s-history__cols.is-img-left {
    flex-direction: column;
  }
}
.s-history__text {
  flex: 1;
  min-width: 0;
}
.s-history__figures {
  display: flex;
  justify-content: space-between;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-history__figures {
    flex-direction: column;
    gap: 12px;
  }
}
.s-history__figure {
  flex-shrink: 0;
  width: 380px;
  height: 228px;
  overflow: hidden;
  margin: 0;
}
.s-history__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-history__figure {
    width: 100%;
    height: auto;
    aspect-ratio: 380/228;
  }
}
@media screen and (max-width: 767px) {
  .s-history__figure--hide-sp {
    display: none;
  }
}
.s-history__figureSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .s-history__figureSp {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 380/228;
    overflow: hidden;
    margin: 12px 0 8px;
  }
  .s-history__figureSp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.s-thear-hero {
  padding: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) 0 0;
  background: #fff;
  text-align: center;
}
.s-thear-hero__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .s-thear-hero__inner {
    padding: 0 20px;
  }
}
.s-thear-hero__title {
  font-family: "Marcellus", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .s-thear-hero__title {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
}
.s-thear-hero__product img,
.s-thear-hero__product video {
  max-height: 580px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-thear-hero__product {
    width: 240px;
    margin: 0 auto;
  }
}

.s-thear-subnav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.s-thear-subnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .s-thear-subnav__list {
    gap: 0;
    justify-content: space-around;
  }
}
.s-thear-subnav__item {
  flex-shrink: 0;
}
.s-thear-subnav__link {
  display: block;
  padding: 20px 0;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.04em;
  position: relative;
}
.s-thear-subnav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #CCCCCC;
  transition: left 0.3s ease, right 0.3s ease;
}
.s-thear-subnav__link:hover::after {
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-subnav__link {
    font-size: 0.6875rem;
    padding: 14px 8px;
  }
}

.s-thear-design__bg {
  position: relative;
  width: 100%;
  height: 476px;
  overflow: hidden;
}
.s-thear-design__bg + .s-thear-design__bg {
  margin-top: 10px;
}
.s-thear-design__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-design__bg {
    height: 240px;
  }
}
.s-thear-design__card {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background: #fff;
  padding: 24px clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .s-thear-design__card {
    left: 16px;
    padding: 16px 20px;
    min-width: 160px;
  }
}
.s-thear-design__card-sub {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-design__card-sub {
    font-size: 0.6875rem;
  }
}
.s-thear-design__card-main {
  font-size: 1.625rem;
  font-weight: 300;
  color: #606060;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-design__card-main {
    font-size: 1.125rem;
  }
}
.s-thear-design__lead {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-thear-design__lead {
    padding: 48px 20px;
  }
}
.s-thear-design__lead-en {
  font-size: 2.25rem;
  font-weight: 300;
  color: #2e2e2e;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-design__lead-en {
    font-size: 1.5rem;
  }
}

.s-thear-harmony {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-thear-harmony {
    padding: 60px 0;
  }
}
.s-thear-harmony__head {
  text-align: center;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
.s-thear-harmony__heading {
  font-size: 1.75rem;
  font-weight: 300;
  color: #333;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .s-thear-harmony__heading {
    font-size: 1.25rem;
  }
}
.s-thear-harmony__text {
  font-size: 0.875rem;
  color: #333;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-harmony__text {
    font-size: 0.8125rem;
    text-align: left;
  }
}
.s-thear-harmony__grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.s-thear-harmony__grid-top {
  display: flex;
  gap: 6px;
  aspect-ratio: 3/1;
}
.s-thear-harmony__grid-top > .s-thear-harmony__item {
  flex: 53;
}
@media screen and (max-width: 767px) {
  .s-thear-harmony__grid-top {
    flex-direction: column;
    aspect-ratio: auto;
  }
}
.s-thear-harmony__grid-right {
  flex: 47;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.s-thear-harmony__grid-right .s-thear-harmony__item {
  flex: 1;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-harmony__grid-right {
    flex-direction: row;
    height: 200px;
  }
}
.s-thear-harmony__grid-bottom {
  display: flex;
  gap: 6px;
  aspect-ratio: 5/1;
}
.s-thear-harmony__grid-bottom .s-thear-harmony__item {
  min-height: 0;
}
.s-thear-harmony__grid-bottom .s-thear-harmony__item:nth-child(1) {
  flex: 37;
}
.s-thear-harmony__grid-bottom .s-thear-harmony__item:nth-child(2) {
  flex: 63;
}
@media screen and (max-width: 767px) {
  .s-thear-harmony__grid-bottom {
    height: 180px;
    aspect-ratio: auto;
  }
}
.s-thear-harmony__item {
  overflow: hidden;
  min-width: 0;
}
.s-thear-harmony__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-thear-features {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-features {
    padding: 60px 0;
  }
}
.s-thear-features__heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-thear-features__heading {
    font-size: 1.5rem;
    margin-bottom: 48px;
  }
}
.s-thear-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-thear-features__list {
    gap: 48px;
  }
}
.s-thear-features__item {
  display: flex;
  align-items: center;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
.s-thear-features__item.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-thear-features__item {
    flex-direction: column !important;
    gap: 24px;
  }
}
.s-thear-features__image {
  flex-shrink: 0;
  width: 66.67%;
  max-height: 360px;
  aspect-ratio: 63/38;
  overflow: hidden;
}
.s-thear-features__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-features__image {
    width: 100%;
    max-height: none;
  }
}
.s-thear-features__body {
  flex: 1;
  min-width: 0;
}
.s-thear-features__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .s-thear-features__title {
    font-size: 0.9375rem;
  }
}
.s-thear-features__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.875;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-features__text {
    font-size: 0.8125rem;
  }
}

.s-thear-lineup {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-lineup {
    padding: 60px 0;
  }
}
.s-thear-lineup__heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.s-thear-lineup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px);
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.s-thear-lineup__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.s-thear-lineup__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__link {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}
.s-thear-lineup__image {
  width: 11.8125rem;
  max-width: 100%;
  aspect-ratio: 189/356;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__image {
    width: 100%;
  }
}
.s-thear-lineup__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-thear-lineup__image.-nw {
  width: 8.8125rem;
  aspect-ratio: 141/356;
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__image.-nw {
    width: 75%;
  }
}
.s-thear-lineup__model {
  font-family: "Jost", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: 0.03em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__model {
    font-size: 0.8125rem;
  }
}
.s-thear-lineup__en {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.03em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-thear-lineup__en {
    font-size: 0.625rem;
    text-wrap: nowrap;
  }
}
.s-thear-lineup__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #606060;
  letter-spacing: 0.03em;
}
.s-thear-lineup__arrow {
  position: relative;
  display: block;
  width: 11px;
  height: 15px;
}
.s-thear-lineup__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #aaaaaa;
  transform: translateX(-50%);
}
.s-thear-lineup__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: translate(-50%, 0) rotate(45deg);
}

.s-thear-detail {
  background: #fff;
  padding: 12.5rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail {
    padding: 3.75rem 0 2.5rem;
  }
}
.s-thear-detail__models {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__models {
    gap: 1.25rem;
    margin-bottom: 2rem;
  }
}
.s-thear-detail__model {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-margin-top: 5rem;
}
.s-thear-detail__model-image {
  width: 100%;
  max-width: 27.8125rem;
  aspect-ratio: 445/642;
  margin: 0 auto;
}
.s-thear-detail__model-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: translateX(26.3%);
}
@media screen and (max-width: 767px) {
  .s-thear-detail__model-image {
    overflow-x: clip;
  }
}
.s-thear-detail__model-name {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 1.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__model-name {
    font-size: 1.75rem;
    margin-top: 1rem;
  }
}
.s-thear-detail__model-en {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 2.5;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__model-en {
    font-size: 0.8125rem;
  }
}
.s-thear-detail__lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__lead {
    margin-top: 0;
  }
}
.s-thear-detail__catch {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__catch {
    font-size: 0.9375rem;
  }
}
.s-thear-detail__desc {
  font-size: 1rem;
  color: #333;
  line-height: 2.5;
  max-width: 43rem;
  margin: 0.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__desc {
    font-size: 0.8125rem;
    line-height: 2;
    text-align: left;
  }
}
.s-thear-detail__photo-main {
  max-width: 1000px;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__photo-main {
    margin-top: 2.5rem;
  }
}
.s-thear-detail__photo-main img {
  width: 100%;
  aspect-ratio: 1000/320;
  object-fit: cover;
  display: block;
}
.s-thear-detail__photo-row {
  display: flex;
  gap: 4px;
  margin: 4px auto 0;
  max-width: 1000px;
  aspect-ratio: 1000/262;
}
.s-thear-detail__photo-col {
  overflow: hidden;
  min-width: 0;
}
.s-thear-detail__photo-col:nth-child(1) {
  flex: 380;
}
.s-thear-detail__photo-col:nth-child(2) {
  flex: 380;
}
.s-thear-detail__photo-col:nth-child(3) {
  flex: 232;
}
.s-thear-detail__photo-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-thear-detail__parts {
  margin-top: 3.75rem;
}
.s-thear-detail__parts + .s-thear-detail__parts {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__parts {
    margin-top: 2.5rem;
  }
}
.s-thear-detail__parts-head {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__parts-head {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.s-thear-detail__parts-model {
  font-family: "Jost", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__parts-model {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }
}
.s-thear-detail__parts-row {
  display: flex;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__parts-row {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.s-thear-detail__parts-cell {
  flex: 1;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__parts-cell {
    max-width: 13.75rem;
    margin: 0 auto;
  }
}
.s-thear-detail__parts-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 324/320;
  overflow: hidden;
}
.s-thear-detail__parts-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-thear-detail__parts-image--zoom {
  cursor: zoom-in;
}
.s-thear-detail__parts-image--zoom:hover .s-thear-detail__parts-zoom {
  opacity: 1;
}
.s-thear-detail__parts-zoom {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.875rem;
  height: 1.875rem;
  color: #333;
  opacity: 0.6;
  transition: opacity 0.2s;
  pointer-events: none;
}
.s-thear-detail__parts-zoom svg {
  width: 100%;
  height: 100%;
}
.s-thear-detail__parts-caption {
  font-size: 1rem;
  color: #606060;
  line-height: 1.6;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__parts-caption {
    font-size: 0.75rem;
  }
}
.s-thear-detail__spec {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-thear-detail__spec {
    margin-top: 2.5rem;
  }
}

.s-thear-spec {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-spec {
    padding: 48px 0;
  }
}
.s-thear-spec__item {
  border-bottom: 1px solid #333;
}
.s-thear-spec__item:first-child {
  border-top: 1px solid #333;
}
.s-thear-spec__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0 20px;
  height: 94px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__header {
    height: 64px;
    padding: 0 4px;
  }
}
.s-thear-spec__header-text {
  font-size: 1.625rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__header-text {
    font-size: 1rem;
  }
}
.s-thear-spec__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  transition: transform 0.3s ease;
}
.s-thear-spec__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 15px solid #333;
  transform: translate(-50%, -50%);
}
.is-open .s-thear-spec__arrow {
  transform: rotate(180deg);
}
.s-thear-spec__body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__body {
    padding: 24px 0 40px;
  }
}
.s-thear-spec__model-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.s-thear-spec__model-name {
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.03em;
  margin: 0;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__model-name {
    font-size: 1.75rem;
  }
}
.s-thear-spec__model-sub {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #606060;
  margin: 0;
}
.s-thear-spec__model-desc {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #606060;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__model-desc {
    font-size: 0.875rem;
  }
}
.s-thear-spec__content {
  display: flex;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-thear-spec__content {
    flex-direction: column;
    gap: 24px;
  }
}
.s-thear-spec__left {
  flex-shrink: 0;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__left {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.s-thear-spec__image-hero img {
  width: 100%;
  display: block;
}
.s-thear-spec__right {
  flex: 1;
  min-width: 0;
}
.s-thear-spec__section {
  margin-bottom: 24px;
}
.s-thear-spec__section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__section-title {
    font-size: 0.9375rem;
  }
}
.s-thear-spec__section-desc {
  font-size: 1rem;
  color: #606060;
  line-height: 2.5;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__section-desc {
    font-size: 0.8125rem;
  }
}
.s-thear-spec__pdf-link {
  display: inline-block;
  padding: 8px 20px;
  background: #f0f0f0;
  color: #333;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: 2px;
}
.s-thear-spec__pdf-link:hover {
  background: #e0e0e0;
}
.s-thear-spec__table {
  width: 100%;
  border-collapse: collapse;
}
.s-thear-spec__table tr {
  border-bottom: 1px solid #707070;
}
.s-thear-spec__table tr:first-child {
  border-top: 1px solid #707070;
}
.s-thear-spec__table tr:last-child {
  border-bottom: none;
}
.s-thear-spec__table th {
  width: 180px;
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 24px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__table th {
    width: 100px;
    font-size: 0.75rem;
    padding: 10px 0;
  }
}
.s-thear-spec__table td {
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 20px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__table td {
    font-size: 0.75rem;
    padding: 10px 0 10px 12px;
  }
}
.s-thear-spec__model-body {
  font-size: 1rem;
  color: #606060;
  line-height: 2.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__model-body {
    font-size: 0.8125rem;
  }
}
.s-thear-spec__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.s-thear-spec__photos img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__photos {
    gap: 2px;
  }
}
.s-thear-spec__detail {
  display: flex;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__detail {
    flex-direction: column;
    gap: 24px;
  }
}
.s-thear-spec__detail-type {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__detail-type {
    width: 100%;
  }
}
.s-thear-spec__detail-label {
  font-size: 1rem;
  color: #333;
  line-height: 2;
  margin: 0;
}
.s-thear-spec__detail-label strong {
  font-family: "Jost", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.s-thear-spec__detail-label small {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__detail-label {
    font-size: 0.8125rem;
  }
  .s-thear-spec__detail-label strong {
    font-size: 1.25rem;
  }
  .s-thear-spec__detail-label small {
    font-size: 0.8125rem;
  }
}
.s-thear-spec__detail-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}
.s-thear-spec__detail-list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
  color: #606060;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__detail-list {
    gap: 12px;
  }
  .s-thear-spec__detail-list li {
    font-size: 0.75rem;
  }
}
.s-thear-spec__detail-figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #ccc;
}
.s-thear-spec__detail-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-thear-spec__modal-wrap {
  flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__modal-wrap {
    width: 100%;
    max-width: 200px;
  }
}
.s-thear-spec__modal-link {
  display: block;
  position: relative;
  border: 1px solid #ccc;
  text-decoration: none;
}
.s-thear-spec__modal-link:hover .s-thear-spec__zoom-icon {
  opacity: 1;
}
.s-thear-spec__modal-figure {
  margin: 0;
  position: relative;
}
.s-thear-spec__modal-figure img {
  width: 100%;
  display: block;
}
.s-thear-spec__modal-figure figcaption {
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #606060;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-spec__modal-figure figcaption {
    font-size: 0.6875rem;
  }
}
.s-thear-spec__zoom-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  color: #333;
  opacity: 0.6;
  transition: opacity 0.2s;
  pointer-events: none;
}
.s-thear-spec__zoom-icon svg {
  width: 100%;
  height: 100%;
}

.s-thear-variation {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-variation {
    padding: 60px 0 0;
  }
}
.s-thear-variation__heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #2e2e2e;
  text-align: center;
  margin: 0 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .s-thear-variation__heading {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.s-thear-variation__text {
  font-size: 1rem;
  color: #333;
  line-height: 2.5;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-thear-variation__text {
    font-size: 0.8125rem;
    margin-bottom: 40px;
  }
}
.s-thear-variation__slider {
  overflow: hidden;
}
.s-thear-variation__slider .swiper {
  overflow: visible;
}
.s-thear-variation__slider .swiper-wrapper {
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.s-thear-variation__slider .swiper-slide {
  width: auto;
}
.s-thear-variation__slider .swiper-slide img {
  height: 480px;
  width: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-thear-variation__slider .swiper-slide img {
    height: 240px;
  }
}

.s-thear-usage {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-usage {
    padding: 60px 0;
  }
}
.s-thear-usage__heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-thear-usage__heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.s-thear-usage__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20.8457142857px, 0px + 2.7142857143vw, 38px);
}
@media screen and (max-width: 767px) {
  .s-thear-usage__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.s-thear-usage__item {
  display: flex;
  flex-direction: column;
}
.s-thear-usage__image {
  aspect-ratio: 375/358;
  overflow: hidden;
}
.s-thear-usage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-thear-usage__title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .s-thear-usage__title {
    font-size: 1.125rem;
  }
}
.s-thear-usage__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.875;
  text-align: left;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .s-thear-usage__text {
    font-size: 0.8125rem;
    margin-top: 1rem;
  }
}

.s-thear-cases {
  padding: 5rem 0 4rem;
  background: #333;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-thear-cases {
    padding: 3rem 0 2.5rem;
  }
}
.s-thear-cases__title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.s-thear-cases__slider {
  position: relative;
}
.s-thear-cases__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-thear-cases__item {
  width: 420px;
  max-width: 82vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__item {
    width: 300px;
  }
}
.s-thear-cases__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 29.8125rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #333;
}
.s-thear-cases__card::after {
  content: "";
  position: absolute;
  right: 1.3125rem;
  bottom: 1.9375rem;
  width: 3.75rem;
  height: 1px;
  background: #1bbcaf;
}
.s-thear-cases__image {
  flex-shrink: 0;
  margin: 0;
  height: 13.75rem;
  overflow: hidden;
}
.s-thear-cases__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-thear-cases__body {
  flex: 1;
  min-height: 0;
  padding: 1.75rem 2.5rem 3rem;
}
.s-thear-cases__name {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__name {
    font-size: 1.125rem;
  }
}
.s-thear-cases__detail {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-top: 1.75rem;
}
.s-thear-cases__product {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.s-thear-cases__product-icon {
  width: 2.625rem;
  height: auto;
  display: block;
}
.s-thear-cases__product-name {
  font-family: "Marcellus", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
}
.s-thear-cases__desc {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.s-thear-cases__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__nav {
    gap: 0.75rem;
    margin-top: 1.75rem;
  }
}
.s-thear-cases__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__pagination {
    max-width: calc(100vw - 150px);
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 6px;
  }
}
.s-thear-cases__pagination .swiper-pagination-bullet {
  background: #5c5c5c;
  opacity: 1;
  width: 40px;
  height: 4px;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__pagination .swiper-pagination-bullet {
    width: 24px;
  }
}
.s-thear-cases__pagination .swiper-pagination-bullet-active {
  background: #d9d9d9;
}
.s-thear-cases__arrow {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.s-thear-cases__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.s-thear-cases__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.s-thear-cases__prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.s-thear-cases__next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.s-thear-cases__link {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .s-thear-cases__link {
    margin-top: 2rem;
  }
}
.s-thear-cases__link .c-button.-disabled {
  opacity: 0.5;
}
.s-thear-cases__link .c-button.-disabled .c-button__link {
  cursor: default;
  pointer-events: none;
}

.s-thear-simulator {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-simulator {
    padding: 60px 0;
  }
}
.s-thear-simulator__heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-thear-simulator__heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.s-thear-simulator__body {
  display: flex;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-thear-simulator__body {
    flex-direction: column;
    gap: 32px;
  }
}
.s-thear-simulator__text {
  flex: 0 0 50%;
  padding: 68px 60px 60px calc(max((100vw - 1232px) / 2, 0px) + 16px);
}
.s-thear-simulator__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1.67;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .s-thear-simulator__title {
    font-size: 0.9375rem;
  }
}
.s-thear-simulator__desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.875;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .s-thear-simulator__desc {
    font-size: 0.8125rem;
  }
}
.s-thear-simulator__link {
  display: inline-block;
}
.s-thear-simulator__image {
  flex-shrink: 0;
  width: 420px;
  overflow: hidden;
}
.s-thear-simulator__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-simulator__image {
    width: 100%;
  }
}

.s-thear-cost {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .s-thear-cost {
    padding: 60px 0;
  }
}
.s-thear-cost__heading {
  font-size: 2.25rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin: 0 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-thear-cost__heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.s-thear-cost__body {
  display: flex;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-thear-cost__body {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.s-thear-cost__image {
  flex-shrink: 0;
  width: 420px;
  overflow: hidden;
}
.s-thear-cost__image img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-cost__image {
    width: 100%;
  }
}
.s-thear-cost__text {
  flex: 0 0 50%;
  padding: 68px calc(max((100vw - 1232px) / 2, 0px) + 16px) 60px 60px;
}
.s-thear-cost__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  line-height: 1.67;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .s-thear-cost__title {
    font-size: 0.9375rem;
  }
}
.s-thear-cost__desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.875;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .s-thear-cost__desc {
    font-size: 0.8125rem;
  }
}
.s-thear-cost__link {
  display: inline-block;
}

.s-thear-estimate {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .s-thear-estimate {
    padding: 60px 0;
  }
}
.s-thear-estimate__body {
  display: flex;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-thear-estimate__body {
    flex-direction: column;
    gap: 32px;
  }
}
.s-thear-estimate__image {
  flex-shrink: 0;
  width: 500px;
  aspect-ratio: 630/380;
  overflow: hidden;
}
.s-thear-estimate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-estimate__image {
    width: 100%;
  }
}
.s-thear-estimate__text {
  flex: 1;
  min-width: 0;
}
.s-thear-estimate__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .s-thear-estimate__heading {
    font-size: 0.9375rem;
  }
}
.s-thear-estimate__desc {
  font-size: 1rem;
  color: #333;
  line-height: 2.5;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .s-thear-estimate__desc {
    font-size: 0.8125rem;
  }
}
.s-thear-estimate__link {
  display: inline-block;
}

.s-thear-download {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .s-thear-download {
    padding: 60px 0;
  }
}
.s-thear-download__body {
  display: flex;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-thear-download__body {
    flex-direction: column;
    gap: 32px;
  }
}
.s-thear-download__image {
  flex-shrink: 0;
  width: 500px;
  aspect-ratio: 630/380;
  overflow: hidden;
}
.s-thear-download__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-download__image {
    width: 100%;
  }
}
.s-thear-download__text {
  flex: 1;
  min-width: 0;
}
.s-thear-download__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2e2e2e;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .s-thear-download__heading {
    font-size: 0.9375rem;
  }
}
.s-thear-download__desc {
  font-size: 1rem;
  color: #333;
  line-height: 2.5;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .s-thear-download__desc {
    font-size: 0.8125rem;
  }
}
.s-thear-download__link {
  display: inline-block;
}

/* 動きを完全に直線（等速）にする */
.js-thear-variation-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  /* 継ぎ目の「ガタつき」を物理的に消す */
  margin: 0 auto;
}

/* スライドの幅を中身に合わせる（slidesPerView: 'auto' の場合） */
.js-thear-variation-swiper .swiper-slide {
  width: auto;
}

.s-thear-simulator__image {
  flex: 0 0 50%;
  height: 420px;
  margin: 18px 0 0 0;
  overflow: hidden;
}
.s-thear-simulator__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-simulator__image {
    flex: 1 1 auto;
    width: 100%;
    height: 250px;
    margin: 0;
    order: 1;
  }
}

.s-thear-cost__image {
  flex: 0 0 50%;
  height: 420px;
  margin: 18px 0 0 0;
  overflow: hidden;
}
.s-thear-cost__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .s-thear-cost__image {
    flex: 1 1 auto;
    width: 100%;
    height: 250px;
    margin: 0;
    order: 1;
  }
}

.s-thear-spec__catalog {
  display: block;
  width: 100%;
  height: auto;
}

.mfp-thear .mfp-content {
  max-width: 96vw;
  margin: 0 auto;
}
.mfp-thear img.mfp-img {
  padding: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px) 0;
  max-width: 96vw;
}
.mfp-thear .mfp-figure::after {
  top: 50px;
  bottom: 50px;
}

/* ===== 共通見出し ===== */
.s-technology__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 3.75rem;
}
.s-technology__heading.-sm {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .s-technology__heading {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
  .s-technology__heading.-sm {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

/* ===== FV ===== */
.s-technology-fv__inner {
  display: flex;
  height: 22.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-fv__inner {
    flex-direction: column;
    height: auto;
  }
}
.s-technology-fv__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 12.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-fv__text {
    width: 100%;
    padding: 2.5rem 1rem;
  }
}
.s-technology-fv__title {
  font-size: 3rem;
  font-weight: 100;
  color: #5d5d5d;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .s-technology-fv__title {
    font-size: 2rem;
  }
}
.s-technology-fv__sub {
  font-size: 1.5rem;
  font-weight: 100;
  color: #5d5d5d;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-technology-fv__sub {
    font-size: 1rem;
  }
}
.s-technology-fv__figure {
  width: 50%;
  flex-shrink: 0;
  margin: 0;
}
.s-technology-fv__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-technology-fv__figure {
    width: 100%;
    height: 13.75rem;
  }
}

/* ===== 輻射式エアコンの冷暖房方式 ===== */
.s-technology-about {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .s-technology-about {
    padding: 3.75rem 0;
  }
}
.s-technology-about__body {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-technology-about__body {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
}
.s-technology-about__text {
  flex: 0 0 43%;
  padding-left: max(1rem, 50vw - 37.5rem);
}
@media screen and (max-width: 767px) {
  .s-technology-about__text {
    flex: none;
    width: 100%;
    padding: 0 1rem;
  }
}
.s-technology-about__sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2e2e2e;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-about__sub {
    font-size: 1.125rem;
  }
}
.s-technology-about p {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0;
}
.s-technology-about__figure {
  flex: 1;
  margin: 0;
}
.s-technology-about__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 800/476;
  object-fit: cover;
}

/* ===== 原理とメカニズム ===== */
.s-technology-mechanism {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .s-technology-mechanism {
    padding: 3.75rem 0;
  }
}
.s-technology-mechanism__body {
  display: flex;
  gap: 2.125rem;
  align-items: flex-start;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-technology-mechanism__body {
    flex-direction: column;
    gap: 2.5rem;
    max-width: none;
  }
}
.s-technology-mechanism__left {
  width: 29.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .s-technology-mechanism__left {
    width: 100%;
  }
}
.s-technology-mechanism__diagram-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 1rem;
}
.s-technology-mechanism__figure {
  margin: 0;
}
.s-technology-mechanism__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 466/320;
  object-fit: cover;
}
.s-technology-mechanism__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.s-technology-mechanism__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.s-technology-mechanism__item-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.s-technology-mechanism__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #ccb034;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  flex-shrink: 0;
}
.s-technology-mechanism__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ccb034;
  margin: 0;
}
.s-technology-mechanism__item-body {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-technology-mechanism__item-body p {
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  margin: 0;
}
.s-technology-mechanism__item-sub {
  font-size: 1.125rem;
  font-weight: bold;
  color: #606060;
  line-height: 1.875;
}

/* ===== 冷暖房方式 ===== */
.s-technology-system {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-system {
    padding-top: 3.125rem;
  }
}
.s-technology-system__col-heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-system__col-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.s-technology-system__body {
  display: flex;
  gap: 5rem;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-technology-system__body {
    flex-direction: column;
    gap: 2.5rem;
    max-width: none;
  }
}
.s-technology-system__col {
  flex: 1;
}
.s-technology-system__col p {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0 0 0.5rem;
}
.s-technology-system__figure {
  margin: 0 0 1.5rem;
}
.s-technology-system__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 460/237;
  object-fit: cover;
}
.s-technology-system__note {
  font-size: 0.875rem !important;
  color: #333;
  line-height: 1.6 !important;
}

/* ===== 製品比較 ===== */
.s-technology-compare {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .s-technology-compare {
    padding: 3.75rem 0;
  }
}
.s-technology-compare__catch {
  font-size: 0.9375rem;
  color: #333;
  text-align: center;
  margin: -2.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__catch {
    font-size: 0.8125rem;
    margin-top: -1.5rem;
  }
}
.s-technology-compare__charts {
  display: flex;
  gap: 15rem;
  max-width: 50rem;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__charts {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}
.s-technology-compare__chart-item {
  flex: 0 0 17.5rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__chart-item {
    flex: 0 0 36%;
    min-width: 0;
  }
}
.s-technology-compare__chart-item img {
  display: block;
  max-height: 23.75rem;
  width: auto;
  max-width: 100%;
}
.s-technology-compare__table {
  width: 50rem;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__table {
    width: 100%;
    table-layout: fixed;
  }
}
.s-technology-compare__th {
  font-size: 1.5rem;
  font-weight: 100;
  padding: 1rem 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__th {
    font-size: 0.6875rem;
    padding: 0.375rem 0;
  }
}
.s-technology-compare__th.-left {
  color: #333;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__th.-left {
    width: 36%;
  }
}
.s-technology-compare__th.-center {
  color: #888;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__th.-center {
    width: 28%;
  }
}
.s-technology-compare__th.-right {
  color: #128b81;
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__th.-right {
    width: 36%;
  }
}
.s-technology-compare__td {
  height: 4.5rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__td {
    height: auto;
    padding: 0.5rem 0.125rem;
  }
}
.s-technology-compare__td.-left {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__td.-left {
    font-size: 0.6875rem;
  }
}
.s-technology-compare__td.-center {
  font-size: 1rem;
  font-weight: 400;
  color: #888;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__td.-center {
    font-size: 0.625rem;
  }
}
.s-technology-compare__td.-right {
  font-size: 1.25rem;
  font-weight: 500;
  color: #128b81;
  border-bottom: 2px solid #1bbcaf;
}
@media screen and (max-width: 767px) {
  .s-technology-compare__td.-right {
    font-size: 0.6875rem;
  }
}

/* ===== 人と地球にやさしいエアコン ===== */
.s-technology-eco {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .s-technology-eco {
    padding-top: 3.75rem;
  }
}
.s-technology-eco__intro {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__intro {
    flex-direction: column;
  }
}
.s-technology-eco__intro-figure {
  flex: 0 0 50rem;
  margin: 0;
}
.s-technology-eco__intro-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 800/476;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__intro-figure {
    flex: none;
    width: 100%;
  }
}
.s-technology-eco__intro-text {
  flex: 1;
  padding: 2.5rem 0 2.5rem 2.5rem;
}
.s-technology-eco__intro-text p {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__intro-text {
    padding: 2rem 1rem;
  }
}
.s-technology-eco__sub-section {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__sub-section {
    padding-top: 3.125rem;
  }
}
.s-technology-eco__sub-heading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2e2e2e;
  text-align: center;
  margin: 0 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__sub-heading {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.s-technology-eco__full-photo {
  margin: 0 0 3.125rem;
}
.s-technology-eco__full-photo img {
  display: block;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  aspect-ratio: 1200/459;
  object-fit: cover;
}
.s-technology-eco__desc {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0 0 3.75rem;
}
.s-technology-eco__group {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  padding: 3.75rem 0;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__group {
    flex-direction: column;
    gap: 2rem;
  }
}
.s-technology-eco__group-fig {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}
.s-technology-eco__circle {
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  overflow: hidden;
}
.s-technology-eco__circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__circle {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.s-technology-eco__group-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: #2e2e2e;
  margin: 0;
  text-align: center;
}
.s-technology-eco__chips {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 20rem);
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__chips {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.s-technology-eco__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  color: #2e2e2e;
  text-align: center;
}
.s-technology-eco__earth-items {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.s-technology-eco__earth-item {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  max-width: 68.75rem;
  margin-right: auto;
}
.s-technology-eco__earth-item.-reverse {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__earth-item {
    flex-direction: column !important;
    gap: 1.5rem;
  }
}
.s-technology-eco__earth-figure {
  width: 25rem;
  flex-shrink: 0;
  margin: 0;
}
.s-technology-eco__earth-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 400/300;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-technology-eco__earth-figure {
    width: 100%;
  }
}
.s-technology-eco__earth-text {
  flex: 1;
}
.s-technology-eco__earth-text p {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0;
}
.s-technology-eco__earth-title {
  font-size: 1rem;
  font-weight: bold;
  color: #2e2e2e;
  margin: 0 0 1rem;
}

/* ===== コスト削減 ===== */
.s-technology-cost {
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .s-technology-cost {
    padding-top: 3.75rem;
  }
}
.s-technology-cost__item {
  display: flex;
  align-items: center;
  margin-bottom: 3.75rem;
}
.s-technology-cost__item.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .s-technology-cost__item {
    flex-direction: column !important;
    margin-bottom: 2.5rem;
  }
}
.s-technology-cost__figure {
  width: 57%;
  flex-shrink: 0;
  margin: 0;
}
.s-technology-cost__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 800/476;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-technology-cost__figure {
    width: 100%;
  }
}
.s-technology-cost__text {
  flex: 1;
  padding: 3.75rem max(1rem, 50vw - 37.5rem + 6.25rem) 3.75rem 4.875rem;
}
.s-technology-cost__item.-reverse .s-technology-cost__text {
  padding: 3.75rem 4.875rem 3.75rem max(1rem, 50vw - 37.5rem + 6.25rem);
}
.s-technology-cost__text p {
  font-size: 1rem;
  line-height: 2.5;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-technology-cost__text {
    padding: 1.5rem 1rem;
  }
  .s-technology-cost__item.-reverse .s-technology-cost__text {
    padding: 1.5rem 1rem;
  }
}
.s-technology-cost__title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .s-technology-cost__title {
    font-size: 1.125rem;
  }
}
.s-technology-cost__btn {
  padding: 3.75rem 0 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-technology-cost__btn {
    padding: 2.5rem 0 3.75rem;
  }
}

/* ===== よくある質問 ===== */
.s-technology-faq {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .s-technology-faq {
    padding: 3.75rem 0;
  }
}
.s-technology-faq__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  margin: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .s-technology-faq__heading {
    font-size: 1.625rem;
    margin-bottom: 2.5rem;
  }
}
.s-technology-faq__cta {
  text-align: center;
  margin-top: 3.75rem;
}

/* =========================================================
   製品情報ページ（page-products.php）
   ========================================================= */
/* ---------- 製品ラインナップ ---------- */
.s-products {
  color: #333;
}
.s-products .c-section__title {
  color: #5d5d5d;
}
.s-products__group {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-products__group {
    margin-top: 50px;
  }
}
.s-products {
  /* タブ（業務用 / 一般用） */
}
.s-products__tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-products__tab a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px 16px;
  font-size: 1rem;
  color: #128b81;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.s-products__tab a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #128b81;
  border-bottom: 1px solid #128b81;
  transform: rotate(45deg);
  margin-top: -4px;
}
.s-products__tab a:hover {
  opacity: 0.7;
}
.s-products__tab.-current a {
  font-weight: 700;
}
.s-products {
  /* グループ見出し */
}
.s-products__groupTitle {
  position: relative;
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0 0;
  padding-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #128b81;
  text-align: center;
}
.s-products__groupTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 1px;
  background-color: #128b81;
  transform: translateX(-50%);
}
.s-products {
  /* 製品ブロック */
}
.s-products__list {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-products__list {
    margin-top: 40px;
  }
}
.s-products__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-products__item.-img--right {
  flex-direction: row-reverse;
}
.s-products__item + .s-products__item {
  margin-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-products__item + .s-products__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .s-products__item {
    display: block;
  }
}
.s-products__image {
  width: 42%;
  max-width: 500px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin: 0;
}
.s-products__image img,
.s-products__image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-products__image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.s-products__body {
  width: 480px;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .s-products__body {
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
}
.s-products__badges {
  display: flex;
  gap: 2px;
}
.s-products__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
.s-products__badge.-heat {
  background-color: #f04d4d;
}
.s-products__badge.-cool {
  background-color: #4d8cf0;
}
.s-products__cat {
  margin: 20px 0 0;
  font-size: 0.8125rem;
  color: #888;
}
.s-products__name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 0;
}
.s-products__name .en {
  font-family: "Marcellus", serif;
  font-size: clamp(30px, 22.7088607595px + 0.9493670886vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}
.s-products__name .kana {
  font-size: 1rem;
  color: #888;
}
.s-products__desc {
  margin: 20px 0 0;
  font-size: 0.9375rem;
  line-height: 1.86;
  color: #333;
}
.s-products__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
.s-products__tag {
  padding: 2px 10px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #888;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.s-products__tag.-etc {
  padding: 2px 0;
  background-color: transparent;
  border: none;
}
.s-products__button {
  margin-top: 28px;
  text-align: right;
}
.s-products__button .c-button {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .s-products__button .c-button {
    display: block;
  }
}

/* ---------- 用途別のおすすめ ---------- */
.s-usecase {
  color: #2e2e2e;
}
.s-usecase__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  margin: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-usecase__list {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 40px auto 0;
  }
}
.s-usecase__item {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.s-usecase__image {
  margin: 0;
}
.s-usecase__image img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-usecase__image img {
    height: auto;
    aspect-ratio: 384/230;
  }
}
.s-usecase__body {
  padding: 24px;
}
.s-usecase__title {
  margin: 0;
  font-size: clamp(20px, 15.1392405063px + 0.6329113924vw, 24px);
  font-weight: var(--font-weight-thin, 100);
  line-height: 1.4;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
}
.s-usecase__detail {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 16px;
}
.s-usecase__brand {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 74px;
  margin: 0;
}
.s-usecase__icon {
  display: block;
  width: 42px;
  height: 60px;
}
.s-usecase__brand-name {
  margin-top: 12px;
  font-family: "Marcellus", serif;
  font-size: 1rem;
  line-height: 1;
  color: #333;
  letter-spacing: 0.08em;
}
.s-usecase__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(51, 51, 51, 0.8);
}

/* ---------- よくある質問（c-list-faq を流用） ---------- */
.s-products-faq {
  color: #2e2e2e;
}
.s-products-faq .c-list-faq {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-products-faq .c-list-faq {
    margin-top: 40px;
  }
}
.s-products-faq .c-list-faq {
  /* --- SP 調整（technology FAQ と同方針・products スコープ内に閉じる） --- */
}
@media screen and (max-width: 767px) {
  .s-products-faq .c-list-faq .c-faq__item {
    padding: 16px 0;
  }
  .s-products-faq .c-list-faq .c-faq__itemText {
    padding-top: 20px;
  }
  .s-products-faq .c-list-faq .c-faq__itemTitle .title {
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .s-products-faq .c-list-faq .c-faq__itemTitle .title::before {
    font-size: 1.75rem;
  }
  .s-products-faq .c-list-faq .c-faq__itemText .text {
    font-size: 0.875rem;
    line-height: 1.75;
  }
  .s-products-faq .c-list-faq .c-faq__itemText .text::before {
    font-size: 1.75rem;
  }
}

.s-vision-heading {
  text-align: center;
}
.s-vision-heading__title {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-vision-heading__title {
    font-size: 1.375rem;
  }
}
.s-vision-heading__lead {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .s-vision-heading__lead {
    margin-top: 14px;
    font-size: 0.875rem;
  }
}

.s-vision-catch {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-vision-catch {
    padding: 48px 0 60px;
  }
}
.s-vision-catch__panel {
  width: clamp(267.7028571429px, 0px + 34.8571428571vw, 488px);
  max-width: 100%;
  margin: 0 auto;
  transform: translateX(17%);
}
.s-vision-catch__panel img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 488/551;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-vision-catch__panel {
    width: 220px;
  }
}
.s-vision-catch__heading {
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-vision-catch__heading {
    margin-top: 28px;
    font-size: 1.375rem;
  }
}
.s-vision-catch__lead {
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: 400;
  line-height: 1.8888888889;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-vision-catch__lead {
    margin-top: 12px;
    font-size: 0.875rem;
  }
}

.s-vision-wellbeing {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  background: rgba(229, 231, 235, 0.5);
}
@media screen and (max-width: 767px) {
  .s-vision-wellbeing {
    padding: 56px 0;
  }
}
.s-vision-wellbeing__cards {
  display: flex;
  gap: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-wellbeing__cards {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.s-vision-wellbeing__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  padding: clamp(15.36px, 0px + 2vw, 28px) clamp(16.4571428571px, 0px + 2.1428571429vw, 30px) clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
.s-vision-wellbeing__icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  margin: 0;
}
.s-vision-wellbeing__icon img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-vision-wellbeing__icon {
    height: 160px;
  }
}
.s-vision-wellbeing__title {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-vision-wellbeing__title {
    font-size: 1.125rem;
  }
}
.s-vision-wellbeing__label {
  margin: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #707070;
}
.s-vision-wellbeing__list {
  width: 100%;
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  padding-left: 1.4em;
  list-style: disc;
  text-align: left;
}
.s-vision-wellbeing__list li {
  font-size: 0.875rem;
  line-height: 2;
  color: #333;
}

.s-vision-values {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .s-vision-values {
    padding: 56px 0 0;
  }
}
.s-vision-values__list {
  display: flex;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  margin: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-values__list {
    flex-direction: column;
    gap: 48px;
    margin-top: 48px;
  }
}
.s-vision-values__item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.s-vision-values__title {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-vision-values__title {
    font-size: 1.625rem;
  }
}
.s-vision-values__text {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .s-vision-values__text {
    font-size: 0.875rem;
  }
}
.s-vision-values__icon {
  width: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0 0;
}
.s-vision-values__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-vision-values__icon {
    width: 120px;
    margin-top: 24px;
  }
}

.s-vision-rd {
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-vision-rd {
    padding: 48px 0 56px;
  }
}
.s-vision-rd__body {
  display: flex;
  align-items: flex-start;
  margin-top: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
  padding-right: max((100% - 1000px) / 2, 16px);
}
@media screen and (max-width: 767px) {
  .s-vision-rd__body {
    flex-direction: column;
    margin-top: 40px;
    padding-right: 0;
  }
}
.s-vision-rd__figure {
  flex: 0 1 auto;
  width: 41.4286vw;
  max-width: 36.25rem;
  margin: 0;
}
.s-vision-rd__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 580/880;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-vision-rd__figure {
    width: 100%;
    max-width: none;
  }
}
.s-vision-rd__caption {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .s-vision-rd__caption {
    font-size: 0.6875rem;
    padding: 0 16px;
  }
}
.s-vision-rd__content {
  flex: 0 1 32.875rem;
  min-width: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .s-vision-rd__content {
    flex-basis: auto;
    width: 100%;
    margin: 32px 0 0;
    padding: 0 16px;
  }
}
.s-vision-rd__text p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #333;
}
.s-vision-rd__text p + p {
  margin-top: 1.8em;
}
.s-vision-rd__points {
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-rd__points {
    margin-top: 32px;
  }
}
.s-vision-rd__point {
  display: flex;
  align-items: flex-start;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
.s-vision-rd__point + .s-vision-rd__point {
  margin-top: clamp(15.36px, 0px + 2vw, 28px);
}
@media screen and (max-width: 767px) {
  .s-vision-rd__point + .s-vision-rd__point {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .s-vision-rd__point {
    gap: 16px;
  }
}
.s-vision-rd__point-icon {
  flex: 0 0 auto;
  width: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  margin: 0;
}
.s-vision-rd__point-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-vision-rd__point-icon {
    width: 48px;
    margin-top: 7px;
  }
}
.s-vision-rd__point-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 4px;
}
.s-vision-rd__point-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.s-vision-rd__point-text {
  margin: 6px 0 0;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #777;
}

.s-vision-patent-area {
  background: rgba(229, 231, 235, 0.5);
}

.s-vision-patent {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-vision-patent {
    padding: 56px 0 40px;
  }
}
.s-vision-patent__figure {
  width: clamp(177.7371428571px, 0px + 23.1428571429vw, 324px);
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) auto 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.s-vision-patent__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 324/460;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-vision-patent__figure {
    width: 240px;
  }
}
.s-vision-patent__caption {
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-vision-patent__caption {
    font-size: 0.8125rem;
  }
}
.s-vision-patent__note {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  color: #777;
  text-align: center;
}

.s-vision-patents {
  padding: 0 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-vision-patents {
    padding-bottom: 56px;
  }
}
.s-vision-patents__cards {
  display: flex;
  gap: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-patents__cards {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.s-vision-patents__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  padding: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px) clamp(16.4571428571px, 0px + 2.1428571429vw, 30px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.s-vision-patents__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(131.6571428571px, 0px + 17.1428571429vw, 240px);
  margin: 0;
}
.s-vision-patents__image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-vision-patents__image {
    height: 200px;
  }
}
.s-vision-patents__title {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.4166666667;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-vision-patents__title {
    font-size: 1.125rem;
  }
}
.s-vision-patents__list {
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  padding-left: 1.4em;
  list-style: disc;
}
.s-vision-patents__list li {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333;
}
.s-vision-patents__list li + li {
  margin-top: 0.6em;
}

.s-vision-eco {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .s-vision-eco {
    padding: 56px 0;
  }
}
.s-vision-eco__cols {
  display: flex;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  margin: clamp(30.72px, 0px + 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-eco__cols {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}
.s-vision-eco__col {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.s-vision-eco__col-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.s-vision-eco__col-list {
  display: inline-block;
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.s-vision-eco__col-list li {
  font-size: 0.75rem;
  line-height: 2;
  color: #777;
}

.s-vision-cn {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0;
  background: rgba(229, 231, 235, 0.5);
}
@media screen and (max-width: 767px) {
  .s-vision-cn {
    padding: 48px 0;
  }
}
.s-vision-cn__boxes {
  display: flex;
  gap: 5px;
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-cn__boxes {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }
}
.s-vision-cn__box {
  flex: 1 1 0;
  min-width: 0;
  padding: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(15.36px, 0px + 2vw, 28px);
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
.s-vision-cn__box-num {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
.s-vision-cn__box-label {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
.s-vision-cn__box-desc {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  font-size: 0.75rem;
  line-height: 1.75;
  color: #777;
}

.s-vision-3r {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
}
@media screen and (max-width: 767px) {
  .s-vision-3r {
    padding: 56px 0;
  }
}
.s-vision-3r__row {
  display: flex;
  align-items: center;
  gap: clamp(19.2px, 0px + 2.5vw, 35px);
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) 0 0;
}
@media screen and (max-width: 767px) {
  .s-vision-3r__row {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.s-vision-3r__text {
  flex: 1 1 auto;
  min-width: 0;
}
.s-vision-3r__text p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #333;
}
.s-vision-3r__text p + p {
  margin-top: 1.8em;
}
.s-vision-3r__figure {
  flex: 0 0 auto;
  width: clamp(230.4px, 0px + 30vw, 420px);
  margin: 0;
}
.s-vision-3r__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 420/386;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-vision-3r__figure {
    width: 100%;
    max-width: 420px;
  }
}

.s-vision-community {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  background: rgba(229, 231, 235, 0.5);
}
@media screen and (max-width: 767px) {
  .s-vision-community {
    padding: 56px 0;
  }
}
.s-vision-community__list {
  margin: clamp(30.72px, 0px + 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-vision-community__list {
    margin-top: 32px;
  }
}
.s-vision-community__item {
  display: flex;
  align-items: center;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
.s-vision-community__item.-reverse {
  flex-direction: row-reverse;
}
.s-vision-community__item + .s-vision-community__item {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-vision-community__item + .s-vision-community__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-vision-community__item {
    flex-direction: column;
    gap: 20px;
  }
  .s-vision-community__item.-reverse {
    flex-direction: column;
  }
}
.s-vision-community__figure {
  flex: 0 0 auto;
  width: 66.6667%;
  margin: 0;
}
.s-vision-community__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/360;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-vision-community__figure {
    width: 100%;
  }
}
.s-vision-community__body {
  flex: 1 1 auto;
  min-width: 0;
}
.s-vision-community__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #333;
}
.s-vision-community__text {
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-vision-community__text {
    font-size: 0.875rem;
  }
}

.s-privacy-disclaimer__heading, .s-privacy-policy__heading {
  font-size: 2.25rem;
  font-weight: 100;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-privacy-disclaimer__heading, .s-privacy-policy__heading {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}

.s-privacy-disclaimer__list li, .s-privacy-clause__list li, .s-privacy-clause__body p, .s-privacy-policy__lead p {
  font-size: 0.9375rem;
  line-height: 1.87;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-privacy-disclaimer__list li, .s-privacy-clause__list li, .s-privacy-clause__body p, .s-privacy-policy__lead p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.s-privacy-policy {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 0;
}
@media screen and (max-width: 767px) {
  .s-privacy-policy {
    padding: 60px 0 0;
  }
}
.s-privacy-policy__lead {
  margin: 0 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.s-privacy-policy__lead p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-privacy-policy__lead {
    margin-bottom: 40px;
  }
}

.s-privacy-clauses {
  display: flex;
  flex-direction: column;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-privacy-clauses {
    gap: 24px;
  }
}

.s-privacy-clause__head {
  border-bottom: 1px solid #ccc;
}
.s-privacy-clause__title {
  display: flex;
  align-items: center;
  width: 500px;
  max-width: 100%;
  min-height: 50px;
  margin: 0 0 -1px;
  padding: 0.5rem 0;
  border-bottom: 1px solid #1bbcaf;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-privacy-clause__title {
    width: 100%;
    min-height: 0;
    padding: 0.625rem 0;
    font-size: 1rem;
  }
}
.s-privacy-clause__body {
  padding: 1rem 0;
}
.s-privacy-clause__body p {
  margin: 0;
}
.s-privacy-clause__list {
  margin: 0;
  padding-left: 1.375rem;
  list-style: disc;
}
.s-privacy-disclaimer {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .s-privacy-disclaimer {
    padding: 60px 0;
  }
}
.s-privacy-disclaimer__box {
  border: 1px solid #ccc;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .s-privacy-disclaimer__box {
    padding: 1.25rem;
  }
}
.s-privacy-disclaimer__list {
  margin: 0;
  padding-left: 1.375rem;
  list-style: disc;
}
.entry-form__control input.wpcf7-text,
.entry-form__control input.wpcf7-email,
.entry-form__control input.wpcf7-tel,
.entry-form__control input.wpcf7-date,
.entry-form__control select.wpcf7-select,
.entry-form__control textarea.wpcf7-textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #cbcdd2;
  border-radius: 4px;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
}
.entry-form__control input.wpcf7-text::placeholder,
.entry-form__control input.wpcf7-email::placeholder,
.entry-form__control input.wpcf7-tel::placeholder,
.entry-form__control input.wpcf7-date::placeholder,
.entry-form__control select.wpcf7-select::placeholder,
.entry-form__control textarea.wpcf7-textarea::placeholder {
  color: #aaa;
}
.entry-form__control input.wpcf7-text:focus,
.entry-form__control input.wpcf7-email:focus,
.entry-form__control input.wpcf7-tel:focus,
.entry-form__control input.wpcf7-date:focus,
.entry-form__control select.wpcf7-select:focus,
.entry-form__control textarea.wpcf7-textarea:focus {
  outline: none;
  border-color: #9a9ca1;
  background-color: #fff;
}

.s-entry {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-entry {
    padding: 48px 0 72px;
  }
}

.entry-form {
  max-width: 800px;
  margin: 0 auto;
}
.entry-form__item {
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .entry-form__item {
    margin-bottom: 20px;
  }
}
.entry-form__label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.entry-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 18px;
  margin-left: 16px;
  padding: 0 4px;
  background-color: #ee5f3b;
  border-radius: 2px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.entry-form__control .wpcf7-form-control-wrap {
  display: block;
}
.entry-form__control textarea.wpcf7-textarea {
  height: 200px;
  border-radius: 5px;
  resize: vertical;
}
.entry-form__select {
  position: relative;
  display: block;
  width: 280px;
  max-width: 100%;
}
.entry-form__select select.wpcf7-select {
  width: 100%;
  height: 46px;
  padding: 0 clamp(19.7485714286px, 0px + 2.5714285714vw, 36px) 0 16px;
  border-radius: 3px;
  cursor: pointer;
}
.entry-form__select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 0.6875rem;
  color: #666;
  pointer-events: none;
}
.entry-form__date {
  display: block;
  width: 280px;
  max-width: 100%;
}
.entry-form__date input.wpcf7-date {
  width: 100%;
  height: 46px;
  padding: 0 16px;
}
.entry-form__tel {
  display: flex;
  align-items: center;
  gap: 8px;
}
.entry-form__tel .wpcf7-form-control-wrap {
  display: block;
  width: 112px;
  max-width: 100%;
}
.entry-form__tel input.wpcf7-tel {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry-form__tel {
    gap: 6px;
  }
  .entry-form__tel .wpcf7-form-control-wrap {
    flex: 1 1 0;
    width: auto;
  }
}
.entry-form__tel-sep {
  color: #aaa;
  font-size: 1rem;
}
.entry-form__file {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 62px;
  background-color: #f5f5f5;
  border: 1px solid #cbcdd2;
  border-radius: 4px;
}
.entry-form__file .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  display: block;
}
.entry-form__file input.wpcf7-file {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.entry-form__file-ui {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  pointer-events: none;
}
.entry-form__file-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background-color: #ccc;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #333;
}
.entry-form__file-text {
  overflow: hidden;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #aaa;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entry-form__file-text.is-selected {
  color: #333;
}
.entry-form__consent {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .entry-form__consent {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 32px 0 24px;
  }
}
.entry-form__consent-link {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #133d9a;
  text-decoration: underline;
  text-underline-position: from-font;
}
.entry-form__consent-check .wpcf7-form-control-wrap,
.entry-form__consent-check .wpcf7-acceptance,
.entry-form__consent-check .wpcf7-list-item {
  margin: 0;
}
.entry-form__consent-check label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #0a0a0a;
  cursor: pointer;
}
.entry-form__consent-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: -0.35em;
  background-color: #fff;
  border: 1px solid #6d6e70;
  border-radius: 4px;
  accent-color: #133d9a;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: auto;
  appearance: auto;
}
.entry-form__submit {
  text-align: center;
}
.entry-form__submit input.wpcf7-submit {
  display: inline-block;
  padding: 10px clamp(46.08px, 0px + 6vw, 84px) 10px clamp(23.04px, 0px + 3vw, 42px);
  border: none;
  border-radius: 100px;
  background-color: transparent;
  background-image: url("../img/common/arrow-white.svg"), linear-gradient(154deg, #60CEAF 3.17%, #133D9A 64.85%, #045067 97.31%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px center, center;
  background-size: 34px 8px, cover;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.35s ease-out;
}
@media screen and (max-width: 767px) {
  .entry-form__submit input.wpcf7-submit {
    width: 100%;
    padding-right: 60px;
    padding-left: 24px;
  }
}
.entry-form__submit input.wpcf7-submit:hover {
  opacity: 0.8;
}

.s-entry .wpcf7-spinner {
  margin: 16px auto 0;
}
.s-entry .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: #dc3232;
}
.s-entry .wpcf7-response-output {
  margin: 24px auto 0;
  font-size: 0.875rem;
  text-align: center;
}

.s-entry-complete {
  padding: clamp(70.2171428571px, 0px + 9.1428571429vw, 128px) 0 clamp(60.3428571429px, 0px + 7.8571428571vw, 110px);
}
@media screen and (max-width: 767px) {
  .s-entry-complete {
    padding: 64px 0 72px;
  }
}
.s-entry-complete__inner {
  text-align: center;
}
.s-entry-complete__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.s-entry-complete__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .s-entry-complete__icon {
    width: 56px;
    height: 56px;
  }
}
.s-entry-complete__title {
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  font-size: 2.25rem;
  font-weight: 100;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-entry-complete__title {
    margin-top: 32px;
    font-size: 1.5rem;
  }
}
.s-entry-complete__text {
  max-width: 1000px;
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) auto 0;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #333;
}
.s-entry-complete__text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .s-entry-complete__text {
    margin-top: 24px;
    line-height: 1.9;
  }
  .s-entry-complete__text br {
    display: none;
  }
}
.s-entry-complete__action {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .s-entry-complete__action {
    margin-top: 48px;
  }
}
.s-entry-complete__top {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  color: #333;
  transition: opacity 0.35s ease-out;
}
.s-entry-complete__top:hover {
  opacity: 0.7;
}
.s-entry-complete__top::after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("../img/common/arrow-black.svg") no-repeat center/contain;
}

.s-recruit-voice__heading, .s-recruit-jobs__heading, .s-recruit-about__heading, .s-recruit-message__heading {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__heading, .s-recruit-jobs__heading, .s-recruit-about__heading, .s-recruit-message__heading {
    font-size: 1.5rem;
  }
}

.s-recruit-about__text, .s-recruit-message__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  color: #333;
}
.s-recruit-about__text p, .s-recruit-message__text p {
  margin: 0 0 8px;
}
.s-recruit-about__text p:last-child, .s-recruit-message__text p:last-child {
  margin-bottom: 0;
}

.s-recruit-message {
  padding-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-recruit-message {
    padding-top: 48px;
  }
}
.s-recruit-message__heading {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-recruit-message__heading {
    margin-bottom: 28px;
  }
}
.s-recruit-message__row {
  display: flex;
  align-items: flex-start;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .s-recruit-message__row {
    flex-direction: column;
    gap: 24px;
  }
}
.s-recruit-message__photo {
  flex: 0 0 720px;
  max-width: 720px;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 720/420;
}
.s-recruit-message__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-recruit-message__photo {
    flex-basis: auto;
    max-width: 100%;
    width: 100%;
  }
}
.s-recruit-message__text {
  flex: 1 1 auto;
  min-width: 0;
}

.s-recruit-about {
  padding-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-recruit-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s-recruit-about__heading {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-recruit-about__heading {
    margin-bottom: 28px;
  }
}
.s-recruit-about__visual {
  width: 100%;
  margin: 0 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  overflow: hidden;
  aspect-ratio: 1400/585;
}
.s-recruit-about__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-recruit-about__visual {
    margin-bottom: 28px;
  }
}
.s-recruit-jobs {
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs {
    padding-bottom: 60px;
  }
}
.s-recruit-jobs__heading {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__heading {
    margin-bottom: 28px;
  }
}
.s-recruit-jobs__list {
  display: flex;
  flex-direction: column;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__list {
    gap: 16px;
  }
}
.s-recruit-jobs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 80px;
  padding: 16px 24px;
  background: #a6a9b1;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease;
}
.s-recruit-jobs__header:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__header {
    min-height: 64px;
    padding: 14px 16px;
  }
}
.s-recruit-jobs__title {
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__title {
    font-size: 1.125rem;
  }
}
.s-recruit-jobs__icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.s-recruit-jobs__icon::before, .s-recruit-jobs__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transition: opacity 0.3s ease;
}
.s-recruit-jobs__icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.s-recruit-jobs__icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.is-open .s-recruit-jobs__icon::after {
  opacity: 0;
}
.s-recruit-jobs__body {
  display: none;
}
.s-recruit-jobs__table {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 2px 0 0;
}
.s-recruit-jobs__tr {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__tr {
    flex-direction: column;
  }
}
.s-recruit-jobs__th {
  flex-shrink: 0;
  width: 192px;
  margin: 0;
  padding: 16px 24px;
  background: #f1f2f4;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__th {
    width: 100%;
    padding: 12px 16px;
  }
}
.s-recruit-jobs__td {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 16px 24px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__td {
    padding: 12px 16px;
  }
}
.s-recruit-jobs__entry {
  margin-top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .s-recruit-jobs__entry {
    margin-top: 16px;
  }
}
.s-recruit-jobs__entry-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  line-height: 1;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.s-recruit-jobs__entry-link:hover {
  opacity: 0.65;
}
.s-recruit-jobs__entry-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 8px;
  color: #333;
}
.s-recruit-jobs__empty {
  font-size: 1rem;
  text-align: center;
  color: #333;
}

.s-recruit-voice {
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 0;
  background: rgba(229, 231, 235, 0.5);
}
@media screen and (max-width: 767px) {
  .s-recruit-voice {
    padding: 60px 0 72px;
  }
}
.s-recruit-voice__heading {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__heading {
    margin-bottom: 28px;
  }
}
.s-recruit-voice__cards {
  display: flex;
  align-items: stretch;
  gap: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__cards {
    flex-direction: column;
    gap: 24px;
  }
}
.s-recruit-voice__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  padding: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__card {
    padding: 36px 24px 32px;
  }
}
.s-recruit-voice__illust {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 224px;
  margin: 0 0 clamp(30.1714285714px, 0px + 3.9285714286vw, 55px);
}
.s-recruit-voice__illust img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__illust {
    height: 180px;
    margin-bottom: 24px;
  }
}
.s-recruit-voice__job {
  margin: 0 0 clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__job {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.s-recruit-voice__text {
  align-self: stretch;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .s-recruit-voice__text {
    font-size: 0.875rem;
  }
}

.s-business-heading {
  text-align: center;
}
.s-business-heading__title {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-heading__title {
    font-size: 1.375rem;
  }
}
.s-business-heading__lead {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-heading__lead {
    margin-top: 14px;
    font-size: 0.75rem;
    line-height: 1.8571428571;
  }
}

.s-business-lead {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-business-lead {
    padding: 48px 0 40px;
  }
}
.s-business-lead__heading {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-lead__heading {
    font-size: 1.375rem;
  }
}
.s-business-lead__text {
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-lead__text {
    margin-top: 20px;
    font-size: 0.75rem;
    line-height: 2;
    text-align: left;
  }
}

.s-business-visual__figure {
  margin: 0;
}
.s-business-visual__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/500;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .s-business-visual__figure img {
    aspect-ratio: 16/10;
  }
}

.s-business-fields {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .s-business-fields {
    padding: 56px 0;
  }
}
.s-business-fields__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3.2914285714px, 0px + 0.4285714286vw, 6px);
  width: clamp(365.3485714286px, 0px + 47.5714285714vw, 666px);
  max-width: 100%;
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-business-fields__grid {
    width: 100%;
    gap: 6px;
    margin-top: 28px;
  }
}
.s-business-fields__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  min-height: clamp(144.8228571429px, 0px + 18.8571428571vw, 264px);
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .s-business-fields__item {
    min-height: 150px;
    gap: 12px;
    padding: 20px 10px;
  }
}
.s-business-fields__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  margin: 0;
}
.s-business-fields__icon img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .s-business-fields__icon {
    height: 40px;
  }
}
.s-business-fields__label {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #606060;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-business-fields__label {
    font-size: 0.875rem;
  }
}

.s-business-flow {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .s-business-flow {
    padding: 48px 0;
  }
}
.s-business-flow__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14.2628571429px, 0px + 1.8571428571vw, 26px);
  margin: clamp(30.72px, 0px + 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-business-flow__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 20px;
    margin-top: 32px;
  }
}
.s-business-flow__item {
  position: relative;
}
.s-business-flow__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  width: 11px;
  height: 11px;
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  transform: translateX(-50%) rotate(45deg);
}
.s-business-flow__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(126.1714285714px, 0px + 16.4285714286vw, 230px);
  height: clamp(126.1714285714px, 0px + 16.4285714286vw, 230px);
  overflow: hidden;
  text-align: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.s-business-flow__circle > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.s-business-flow__circle:hover > img {
  transform: scale(1.06);
}
.s-business-flow__circle:hover .s-business-flow__overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .s-business-flow__circle {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.s-business-flow__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}
.s-business-flow__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  padding: 0 8px;
  color: #fff;
}
.s-business-flow__title {
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 100;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .s-business-flow__title {
    font-size: 1.0625rem;
  }
}
.s-business-flow__sub {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s-business-flow__sub {
    font-size: 0.75rem;
  }
}

.s-business-case {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(60.3428571429px, 0px + 7.8571428571vw, 110px);
  scroll-margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-business-case {
    padding: 56px 0 60px;
    scroll-margin-top: 80px;
  }
}
.s-business-case__viewport {
  margin-top: clamp(30.72px, 0px + 4vw, 56px);
}
@media screen and (max-width: 767px) {
  .s-business-case__viewport {
    margin-top: 32px;
  }
}
.s-business-case__viewport.swiper {
  overflow: visible;
}
.s-business-case__track {
  display: flex;
  margin: 0;
  list-style: none;
}
.s-business-case__card {
  flex: 0 0 auto;
  width: clamp(246.8571428571px, 0px + 32.1428571429vw, 450px);
}
@media screen and (max-width: 767px) {
  .s-business-case__card {
    width: 78vw;
    max-width: 320px;
  }
}
.s-business-case__image {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.s-business-case__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 450/250;
  object-fit: cover;
}
.s-business-case__title {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-case__title {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
.s-business-case__text {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-case__text {
    margin-top: 10px;
  }
}
.s-business-case__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .s-business-case__nav {
    margin-top: 20px;
  }
}
.s-business-case__pagination.swiper-pagination-bullets {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .s-business-case__pagination.swiper-pagination-bullets {
    max-width: calc(100vw - 120px);
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
    column-gap: 6px;
  }
}
.s-business-case__pagination .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 40px !important;
  height: 4px !important;
  background: #333 !important;
  opacity: 0.2 !important;
  margin: 0 !important;
  transition: opacity 0.3s !important;
}
@media screen and (max-width: 767px) {
  .s-business-case__pagination .swiper-pagination-bullet {
    width: 24px !important;
  }
}
.s-business-case__pagination .swiper-pagination-bullet-active {
  opacity: 0.7 !important;
}

.s-business-techIntro {
  background: #fff;
  text-align: center;
  padding: clamp(59.2457142857px, 0px + 7.7142857143vw, 108px) 0;
}
@media screen and (max-width: 767px) {
  .s-business-techIntro {
    padding: 32px 0;
  }
}
.s-business-techIntro__title {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-techIntro__title {
    font-size: 1.5rem;
  }
}
.s-business-techIntro__text {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  color: #606060;
}
@media screen and (max-width: 767px) {
  .s-business-techIntro__text {
    margin-top: 16px;
  }
}

.s-business-tech {
  position: relative;
  z-index: 0;
  color: #fff;
  scroll-margin-top: 100px;
}
.s-business-tech__bg {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.s-business-tech__bgGrid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.s-business-tech__bgGrid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-business-tech__bgOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}
.s-business-tech__inner {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  padding-top: calc(50vh - clamp(153.6px, 0px + 20vw, 280px));
}
@media screen and (max-width: 767px) {
  .s-business-tech__inner {
    padding-top: 32vh;
  }
}
.s-business-tech__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(307.2px, 0px + 40vw, 560px);
  margin: 0;
  padding: 0 16px;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-business-tech__title {
    min-height: 36vh;
    font-size: 1.375rem;
  }
}
.s-business-tech__list {
  margin: 0;
  padding: 0 16px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-business-tech__list {
    margin-top: 0;
  }
}
.s-business-tech__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  min-height: clamp(307.2px, 0px + 40vw, 560px);
}
@media screen and (max-width: 767px) {
  .s-business-tech__item {
    flex-direction: column;
    gap: 20px;
    min-height: 45vh;
    text-align: center;
  }
}
.s-business-tech__icon {
  flex: 0 0 auto;
  width: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  margin: 0;
}
.s-business-tech__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-business-tech__icon {
    width: 60px;
  }
}
.s-business-tech__itemBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  text-align: center;
}
.s-business-tech__badge {
  padding: 4px 24px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .s-business-tech__badge {
    font-size: 0.875rem;
    padding: 3px 16px;
  }
}
.s-business-tech__itemTitle {
  margin: 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .s-business-tech__itemTitle {
    font-size: 1.375rem;
  }
}
.s-business-tech__itemDesc {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .s-business-tech__itemDesc {
    font-size: 0.875rem;
  }
}

.s-business-service {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-business-service {
    padding: 56px 0;
    scroll-margin-top: 80px;
  }
}
.s-business-service__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  margin: clamp(30.72px, 0px + 4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-business-service__list {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 32px;
  }
}
.s-business-service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.s-business-service__icon {
  width: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  margin: 0 0 clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
}
.s-business-service__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-business-service__icon {
    width: 72px;
    margin-bottom: 14px;
  }
}
.s-business-service__title {
  margin: 0;
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-weight: 100;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-service__title {
    font-size: 1.375rem;
  }
}
.s-business-service__desc {
  margin: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-service__desc {
    margin-top: 10px;
  }
}

.s-business-partner {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  background-color: #F1F2F4;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .s-business-partner {
    padding: 56px 0 64px;
    scroll-margin-top: 80px;
  }
}
.s-business-partner__diagram {
  position: relative;
  width: clamp(384px, 0px + 50vw, 700px);
  max-width: 100%;
  margin: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) auto 0;
  aspect-ratio: 700/580;
}
.s-business-partner__diagram::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  height: 70%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .s-business-partner__diagram {
    width: 100%;
    aspect-ratio: auto;
    margin-top: 32px;
  }
  .s-business-partner__diagram::before {
    display: none;
  }
}
.s-business-partner__center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-business-partner__center {
    position: static;
    width: 100%;
    transform: none;
    margin-bottom: 32px;
  }
}
.s-business-partner__logo {
  margin: 0 auto;
  width: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  max-width: 60%;
}
.s-business-partner__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-business-partner__logo {
    width: 160px;
    max-width: 50%;
  }
}
.s-business-partner__catch {
  margin: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px) 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-partner__catch {
    margin-top: 10px;
  }
}
.s-business-partner__nodes {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .s-business-partner__nodes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}
.s-business-partner__node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(3.2914285714px, 0px + 0.4285714286vw, 6px);
  width: 27%;
  aspect-ratio: 1/1;
  padding: 2%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.s-business-partner__node.-tl {
  left: 0%;
  top: 11.4%;
}
.s-business-partner__node.-tc {
  left: 36.6%;
  top: 0%;
}
.s-business-partner__node.-tr {
  left: 72.9%;
  top: 11.4%;
}
.s-business-partner__node.-bl {
  left: 0%;
  top: 57.9%;
}
.s-business-partner__node.-bc {
  left: 36.6%;
  top: 68.2%;
}
.s-business-partner__node.-br {
  left: 72.9%;
  top: 57.9%;
}
@media screen and (max-width: 767px) {
  .s-business-partner__node {
    position: static;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 10px;
  }
  .s-business-partner__node.-tl, .s-business-partner__node.-tc, .s-business-partner__node.-tr, .s-business-partner__node.-bl, .s-business-partner__node.-bc, .s-business-partner__node.-br {
    left: auto;
    top: auto;
  }
}
.s-business-partner__icon {
  width: clamp(30.72px, 0px + 4vw, 56px);
  margin: 0;
}
.s-business-partner__icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .s-business-partner__icon {
    width: 44px;
  }
}
.s-business-partner__name {
  margin: 0;
  font-size: clamp(7.68px, 0px + 1vw, 14px);
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media screen and (max-width: 767px) {
  .s-business-partner__name {
    font-size: 0.75rem;
  }
}
.s-business-partner__role {
  margin: 0;
  font-size: clamp(6.0342857143px, 0px + 0.7857142857vw, 11px);
  font-weight: 400;
  line-height: 1.4;
  color: #888;
}
@media screen and (max-width: 767px) {
  .s-business-partner__role {
    font-size: 0.625rem;
  }
}

.s-business-closing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(274.2857142857px, 0px + 35.7142857143vw, 500px);
  padding: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) 16px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-business-closing {
    min-height: 340px;
    padding: 72px 16px;
  }
}
.s-business-closing__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.s-business-closing__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-business-closing__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.s-business-closing__body {
  position: relative;
  z-index: 1;
}
.s-business-closing__en {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1.4;
  text-indent: 0.5em;
}
@media screen and (max-width: 767px) {
  .s-business-closing__en {
    font-size: 0.875rem;
  }
}
.s-business-closing__heading {
  margin: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) 0 0;
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 100;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .s-business-closing__heading {
    font-size: 1.375rem;
  }
}
.s-business-closing__text {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .s-business-closing__text {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.a2a_kit .a2a_label {
  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: 0 !important;
}/*# sourceMappingURL=style.css.map */