@charset "UTF-8";
:root {
  --color-primary: #ff5041;
  --color-primary-dark: #cc4034;
  --color-secondary: #003194;
  --color-secondary-dark: #00193b;
  --color-accent: #e1b800;
  --color-button-overlay: #eecf45;
  --color-alert: #da251d;
  --color-required: #e63c30;
  --color-input-border: #cfcfcf;
  --color-input-placeholder: #a2a2a2;
  --color-contact-search-bg: #333333;
  --color-white: #ffffff;
  --color-white-soft: #fff;
  --color-black: #000000;
  --color-black-soft: #222222;
  --color-black-soft-rgb: 34, 34, 34;
  --color-gray: #f6f6f6;
  --color-gray-50: #f7f7f7;
  --color-gray-75: #f7f9fe;
  --color-gray-100: #f4f4f4;
  --color-gray-125: #f6f5f4;
  --color-gray-150: #f4f8fd;
  --color-gray-200: #e5e5e5;
  --color-gray-250: #ece7e1;
  --color-gray-300: #e4e4e4;
  --color-gray-350: #e6e6e6;
  --color-gray-400: #e0e0e0;
  --color-gray-425: #dfdfdf;
  --color-gray-440: #dedede;
  --color-gray-450: #dddddd;
  --color-gray-480: #d8d8d8;
  --color-gray-500: #d9d9d9;
  --color-gray-600: #d1d1d1;
  --color-gray-650: #d9d9d9;
  --color-gray-700: #bfbfbf;
  --color-gray-750: #c4c4c4;
  --color-gray-800: #bcbcbc;
  --color-gray-850: #ababab;
  --color-gray-900: #c6c6c6;
  --color-gray-950: #818181;
  --color-gray-960: #828282;
  --color-gray-975: #707070;
  --color-link-blue: #015ac8;
  --color-link-blue-alt: #005ac8;
  --color-accent-red: #ff5041;
  --color-accent-red-2: #ff4f3f;
  --color-accent-red-3: #ff5a45;
  --color-accent-red-4: #ff5245;
  --color-link-blue-2: #1f6fd8;
  --color-link-blue-3: #005fd0;
  --color-blue-strong: #1869d3;
  --color-blue-quiet: #1257cf;
  --color-blue-link: #015ac8;
  --color-blue-pale: #f6f8ff;
  --color-blue-pale-2: #fef0ed;
  --color-blue-border: #e8edf4;
  --color-blue-muted: #6b6b6b;
  --color-red-strong: #ff4d3f;
  --color-red-soft: #ff5a45;
  --color-red-mid: #ff5245;
  --color-red-pale: #fff5f2;
  --color-green-deep: #002a31;
  --color-green-deeper: #0b2331;
  --color-sand: #f7f1e3;
  --color-sand-light: #fbf8e9;
  --color-sand-pale: #fffef8;
  --color-sand-deep: #f6f2dc;
  --color-sand-border: #d0cbb8;
  --color-border-light: #dcdcdc;
  --color-text-default: #222222;
  --color-text-muted: #4a4a4a;
  --color-text-light: #bcbcbc;
  --color-text-subtle: #828282;
  --color-eyebrow: #868686;
  --color-text-strong: #555555;
  --color-shadow-soft-rgb: 34, 34, 34;
  --color-shadow-blue-rgb: 0, 49, 148;
  --color-shadow-blue-2-rgb: 46, 112, 215;
  /* この案件の Google Fonts */
  --font-noto: "Noto Sans JP", sans-serif;
  --font-shippori: "Shippori Mincho B1", serif;
  --font-inter: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
  color: var(--color-text-default);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-family: var(--font-noto);
  color: var(--color-text-default);
  background: var(--color-white);
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.71;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.wp-toolbar {
  padding-top: 0 !important;
}

body.admin-bar {
  padding-bottom: 2.2857142857vw;
}

body.admin-bar #wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed;
}

body.admin-bar #wpadminbar .ab-sub-wrapper {
  top: auto;
  bottom: 100%;
}

@media screen and (max-width: 950px) {
  body.admin-bar {
    padding-bottom: 13.1428571429vw;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity var(--transition-base);
}

a:hover {
  opacity: 0.8;
}

main {
  flex-grow: 1;
}

body:not(.front-page) main {
  letter-spacing: 0.05em;
}

img,
svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.main {
  position: relative;
  display: block;
  flex: 1 0 auto;
}

.inner--header {
  width: 130.3vw;
}

body:not(.front-page) .inner--md {
  position: relative;
  width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  body:not(.front-page) .inner--md {
    width: 98.5714285714vw;
  }
}

body:not(.front-page).page-contact .inner--md,
body:not(.front-page).page-privacy-policy .inner--md {
  position: relative;
  width: 70.6857142857vw;
  margin: 0 auto;
}

.inner--lg {
  width: 120vw;
}

.pc-only-inline {
  display: inline !important;
}
@media screen and (max-width: 950px) {
  .pc-only-inline {
    display: none !important;
  }
}

.sp-only-inline {
  display: none !important;
}
@media screen and (max-width: 950px) {
  .sp-only-inline {
    display: inline !important;
  }
}

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

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

.pc-only-block {
  display: block !important;
}
@media screen and (max-width: 950px) {
  .pc-only-block {
    display: none !important;
  }
}

.sp-only-block {
  display: none !important;
}
@media screen and (max-width: 950px) {
  .sp-only-block {
    display: block !important;
  }
}

.pc-only-flex {
  display: flex !important;
}
@media screen and (max-width: 950px) {
  .pc-only-flex {
    display: none !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media screen and (max-width: 950px) {
  .sp-only-flex {
    display: flex !important;
  }
}

.hide-sp { /* check-ignore */ }
@media screen and (max-width: 950px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .br-tab {
    display: inline;
  }
}

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

.hide {
  opacity: 0;
  pointer-events: none;
}

.transition-500 {
  transition: 0.5s;
}

.js-fadeUp,
.each-fadeUp li {
  opacity: 0;
  transform: translateY(2.1428571429vw);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.is-inview,
.each-fadeUp li.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.js-fadeUp-mv {
  opacity: 0;
  transform: translateY(2.1428571429vw);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp-mv.is-inview {
  opacity: 1;
  transition-delay: 0.5s;
}

.font-noto {
  font-family: var(--font-noto);
  font-feature-settings: normal;
}

.font-shippori {
  font-family: var(--font-shippori);
  font-feature-settings: normal;
}

.font-inter {
  font-family: var(--font-inter);
  font-feature-settings: normal;
}

.lang-ja {
  font-feature-settings: normal;
}

.icon-list-item::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.common-ttl {
  font-weight: 700;
  font-size: 5.7142857143vw;
}
@media screen and (max-width: 950px) {
  .common-ttl {
    font-size: 9.4285714286vw;
  }
}
.common-ttl--small {
  font-size: 3.7857142857vw;
}
@media screen and (max-width: 950px) {
  .common-ttl--small {
    font-size: 9.4285714286vw;
  }
}

.section-title-common {
  text-align: center;
}

.section-title-common__eyebrow {
  color: var(--color-red-soft);
  font-size: 1.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.section-title-common__title {
  color: var(--color-black-soft);
  font-size: 2.5714285714vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  margin-top: 0.7142857143vw;
}

.section-title-common__lead {
  margin-top: 1.7857142857vw;
  color: var(--color-text-muted);
  font-size: 1.1428571429vw;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.case-card {
  width: 31.4285714286vw;
  min-height: 30vw;
  padding: 1.4285714286vw;
  background: var(--color-white-soft);
  box-shadow: 0 0.0714285714vw 1.4285714286vw rgba(0, 0, 0, 0.1019608);
}

.case-card__link {
  display: block;
  height: 100%;
  color: var(--color-black-soft);
  text-decoration: none;
}

.case-card__image {
  width: 28.5714285714vw;
  height: 20vw;
}
.case-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card__body {
  padding: 2.1428571429vw 0 0 0.7142857143vw;
}

.case-card__title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0;
  color: #000;
  font-size: 1.2857142857vw;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-card__tags {
  display: flex;
  align-items: center;
}

.case-card__tag {
  display: inline-block;
  margin-top: 1.9285714286vw;
  color: var(--color-blue-link);
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
.case-card__tag::after {
  content: "";
  position: absolute;
  inset: 0;
}
.case-card__tag:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .case-card {
    width: 63.1428571429vw;
    height: 60.2857142857vw;
    padding: 2.8571428571vw;
  }
  .case-card__image {
    width: 57.4285714286vw;
    height: 40.2857142857vw;
  }
  .case-card__body {
    padding: 3.1428571429vw 0 0 1.4285714286vw;
  }
  .case-card__title {
    font-size: 2.5714285714vw;
    line-height: 4.2857142857vw;
    letter-spacing: 0.1em;
  }
  .case-card__tag {
    margin-top: 2.8571428571vw;
    font-size: 2vw;
    letter-spacing: 0.1em;
    cursor: pointer;
  }
}
.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0.9285714286vw 1.9285714286vw;
  border-radius: 71.3571428571vw;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1.2857142857vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .step-badge {
    padding: 1.33vw 4.27vw;
    font-size: 3.2vw;
  }
}

.step-badge + * {
  margin-top: -1.7857142857vw;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94.2857142857vw;
  height: 5.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .header__inner {
    position: relative;
    width: 100%;
    height: 12.8571428571vw;
    padding: 0 42.8571428571vw 0 4.2857142857vw;
  }
}
.header__logo {
  width: 12.2142857143vw;
  height: 2.9285714286vw;
}

@media screen and (max-width: 950px) {
  .header__logo {
    width: auto;
    height: 8.5714285714vw;
  }
}
@media screen and (max-width: 950px) {
  .header__logo-img {
    width: auto;
    height: 100%;
  }
}
.header__logo-img {
  width: 100%;
  height: 100%;
}

.header__right {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3571428571vw;
}

.header__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2vw;
  height: 2vw;
  border: 1px solid #a88b47;
  border-radius: 50%;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.5714285714vw;
  font-weight: 700;
}

.header__logo-text {
  font-size: 1.2857142857vw;
  font-weight: 700;
  line-height: 1.2;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 1.4285714286vw;
}

.header__nav-links {
  display: flex;
  align-items: center;
  gap: 3.2142857143vw;
}

.header__nav-item {
  position: relative;
}

.header__nav-item--has-dropdown:hover .header__dropdown,
.header__nav-item--has-dropdown:focus-within .header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 110;
  display: flex;
  flex-direction: column;
  min-width: 12.8571428571vw;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 0.2857142857vw 1.1428571429vw rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header__dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0.8571428571vw;
}

.header__dropdown-link {
  display: block;
  padding: 1vw 1.4285714286vw;
  color: inherit;
  font-size: 1vw;
  line-height: 1.7142857143vw;
  letter-spacing: 0.05vw;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.header__dropdown-link:hover {
  background: rgba(0, 0, 0, 0.04);
}

.header__nav-contact {
  display: flex;
  align-items: center;
}

.header__nav-link {
  font-size: 1vw;
  line-height: 1.7142857143vw;
  letter-spacing: 0.05vw;
}

.header__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.1428571429vw;
  height: 2.2857142857vw;
  background: #fbdb01;
  font-size: 0.9285714286vw;
  letter-spacing: 0.0464285714vw;
}

.header__tel {
  display: flex;
  align-items: flex-end;
  gap: 0.7142857143vw;
}

.header__tel-number {
  font-size: 1.2142857143vw;
  line-height: 1;
  font-family: var(--font-inter);
  font-feature-settings: normal;
}

.header__tel-hours {
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.8571428571vw;
  line-height: 1;
}

@media screen and (max-width: 950px) {
  .header__sp-actions {
    position: absolute;
    top: 0;
    right: 14.2857142857vw;
    z-index: 520;
  }
}

@media screen and (max-width: 950px) {
  .header__sp-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.2857142857vw;
    height: 12.8571428571vw;
  }
}

@media screen and (max-width: 950px) {
  .header__sp-action--tel {
    background: #222;
    color: #fff;
  }
}

@media screen and (max-width: 950px) {
  .header__sp-action--mail {
    background: #fbdb01;
    color: #111;
  }
}

@media screen and (max-width: 950px) {
  .header__sp-action-icon {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 950px) {
  .header__sp-action--tel .header__sp-action-icon {
    width: 5.4285714286vw;
    height: 5.4285714286vw;
    background: url("../../img/common/icon_header_phone.svg") center/contain no-repeat;
  }
}

@media screen and (max-width: 950px) {
  .header__sp-action--mail .header__sp-action-icon {
    width: 6.5714285714vw;
    height: 5.7142857143vw;
    background: url("../../img/common/icon_header_mail.svg") center/contain no-repeat;
  }
}

@media screen and (max-width: 950px) {
  .header__menu-button--sp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 520;
    align-items: center;
    justify-content: center;
    width: 14.2857142857vw;
    height: 12.8571428571vw;
    color: #111;
    background: #fff;
  }
}

.header__menu-button-bars {
  display: block;
  position: relative;
}

@media screen and (max-width: 950px) {
  .header__menu-button-bars {
    width: 6.2857142857vw;
    height: 5.1428571429vw;
    background: url("../../img/common/icon_header_menu.svg") center/contain no-repeat;
  }
}
.header__menu-button-bars::before {
  content: "";
  position: absolute;
  right: 0;
  background: currentColor;
  opacity: 0;
}

@media screen and (max-width: 950px) {
  .header__menu-button-bars::before {
    top: 2.2857142857vw;
    width: 6.2857142857vw;
    height: 0.8571428571vw;
  }
}
.header__menu-button-bars::after {
  content: "";
  position: absolute;
  right: 0;
  background: currentColor;
  opacity: 0;
}

@media screen and (max-width: 950px) {
  .header__menu-button-bars::after {
    top: 2.2857142857vw;
    width: 6.2857142857vw;
    height: 0.8571428571vw;
  }
}
@media screen and (max-width: 950px) {
  .header__menu-button--sp[aria-expanded=true] .header__menu-button-bars::before {
    opacity: 1;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 950px) {
  .header__menu-button--sp[aria-expanded=true] .header__menu-button-bars::after {
    opacity: 1;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 950px) {
  .header__menu-button--sp[aria-expanded=true] .header__menu-button-bars {
    background-image: none;
  }
}

.header-drawer {
  position: fixed;
  top: 3.2142857143vw;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  padding: 2.9285714286vw 1.7857142857vw 2.8571428571vw;
  background: #111e43;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 950px) {
  .header-drawer {
    position: fixed;
    top: 12.8571428571vw;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: flex;
    justify-content: center;
    padding: 8.5714285714vw 7.1428571429vw 11.4285714286vw;
    background: #111e43;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
.header-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.header-drawer__inner {
  width: 21.4285714286vw;
}

@media screen and (max-width: 950px) {
  .header-drawer__inner {
    width: 85.7142857143vw;
  }
}
.header-drawer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.7857142857vw 1.4285714286vw;
  border-bottom: 1px solid #fff;
  color: inherit;
  font-size: 0.8571428571vw;
  line-height: 1.5714285714vw;
  letter-spacing: 0.0428571429vw;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 950px) {
  .header-drawer__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3.1428571429vw 5.7142857143vw;
    border-bottom: 1px solid #fff;
    color: inherit;
    font-size: 3.4285714286vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
    background: transparent;
    cursor: pointer;
  }
}
.header-drawer__link::after {
  content: "";
  flex-shrink: 0;
  width: 0.5714285714vw;
  height: 0.5714285714vw;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

@media screen and (max-width: 950px) {
  .header-drawer__link::after {
    width: 2.2857142857vw;
    height: 2.2857142857vw;
  }
}
.header-drawer__accordion-trigger {
  position: relative;
  padding-right: 2.8571428571vw;
}

@media screen and (max-width: 950px) {
  .header-drawer__accordion-trigger {
    padding-right: 11.4285714286vw;
  }
}
.header-drawer__accordion-trigger::before,
.header-drawer__accordion-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4285714286vw;
  width: 0.8571428571vw;
  height: 1px;
  border: 0;
  background: currentColor;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (max-width: 950px) {
  .header-drawer__accordion-trigger::before,
  .header-drawer__accordion-trigger::after {
    right: 5.7142857143vw;
    width: 3.4285714286vw;
  }
}
.header-drawer__accordion-trigger::after {
  transform: translateY(-50%) rotate(90deg);
}

.header-drawer__accordion-trigger[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.header-drawer__sublinks {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0;
  list-style: none;
  transition: height 0.3s ease;
}

.header-drawer__link--child {
  padding-left: 3.2142857143vw;
}

@media screen and (max-width: 950px) {
  .header-drawer__link--child {
    padding-left: 11.4285714286vw;
  }
}
.header-drawer-overlay {
  display: none;
}

.footer {
  background: var(--color-black-soft);
  color: var(--color-white);
  text-align: center;
}

.footer__inner {
  margin: 0 auto;
  padding: 5vw 0 2.2857142857vw;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 950px) {
  .footer__inner {
    width: 100%;
    padding: 12.8571428571vw 4.2857142857vw 9.4285714286vw;
  }
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 4.7142857143vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 950px) {
  .footer__links {
    gap: 10.2857142857vw;
  }
}

.footer__link {
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 950px) {
  .footer__link {
    font-size: 3.7142857143vw;
    line-height: 1;
    letter-spacing: 0.1857142857vw;
  }
}

.footer__company {
  margin-top: 1.7857142857vw;
}
@media screen and (max-width: 950px) {
  .footer__company {
    margin-top: 13.1428571429vw;
  }
}

.footer__lead {
  font-size: 0.9285714286vw;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-top: 3.8571428571vw;
}
@media screen and (max-width: 950px) {
  .footer__lead {
    margin-top: 12.8571428571vw;
    font-size: 3.4285714286vw;
    line-height: 1.67;
    letter-spacing: 0.1714285714vw;
  }
}

.footer__name {
  margin-top: 0;
  font-size: 1.1428571429vw;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 950px) {
  .footer__name {
    margin-top: 0;
    font-size: 4.5714285714vw;
    line-height: 1;
    letter-spacing: 0.14em;
  }
}

.footer__address {
  margin-top: 1.5714285714vw;
  font-size: 1vw;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
  .footer__address {
    margin-top: 5.7142857143vw;
    font-size: 3.4285714286vw;
    line-height: 1.67;
    letter-spacing: 0.1714285714vw;
  }
}

.footer__tel {
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.7142857143vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
  .footer__tel {
    margin-top: 0;
    font-size: 3.4285714286vw;
    line-height: 1.67;
    letter-spacing: 0.1714285714vw;
  }
}

.footer__copyright {
  margin-top: 2.8571428571vw;
  font-size: 0.8571428571vw;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 950px) {
  .footer__copyright {
    margin-top: 15.7142857143vw;
    font-size: 2.8571428571vw;
    line-height: 1;
    letter-spacing: 0.1428571429vw;
  }
}

.footer-contact {
  padding: 7.1428571429vw 0 7.1428571429vw;
  background: var(--color-black-soft);
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 950px) {
  .footer-contact {
    padding: 20vw 0 14.2857142857vw;
  }
}

.footer-contact__inner {
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .footer-contact__inner {
    width: 100%;
    padding: 0 4.2857142857vw;
  }
}

.footer-contact .section-heading__ja {
  line-height: 1.5;
}

@media screen and (max-width: 950px) {
  .footer-contact .section-heading__ja {
    font-size: 7.4285714286vw;
    line-height: 1;
  }
}
.footer-contact .section-heading__en {
  letter-spacing: 0.0928571429vw;
}

@media screen and (max-width: 950px) {
  .footer-contact .section-heading__en {
    margin-top: 5.7142857143vw;
    font-size: 4.2857142857vw;
    line-height: 1;
    letter-spacing: 0.4285714286vw;
  }
}
.footer-contact__lead {
  margin-top: 3.3571428571vw;
  font-size: 1vw;
  line-height: 1.7142857143vw;
  letter-spacing: 0.05vw;
}
@media screen and (max-width: 950px) {
  .footer-contact__lead {
    margin-top: 8.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
}

.footer-contact__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.0714285714vw;
  width: 43.4285714286vw;
  padding: 1.7857142857vw 0;
  margin: 3.5714285714vw auto 0;
  border: 1px solid #8b8b8b;
}
@media screen and (max-width: 950px) {
  .footer-contact__box {
    flex-direction: column;
    gap: 4vw;
    width: 100%;
    height: 47.7142857143vw;
    padding: 0;
    margin-top: 8.5714285714vw;
  }
}

.footer-contact__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-contact__tel-number {
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 2.4285714286vw;
  line-height: 1.7142857143vw;
}
@media screen and (max-width: 950px) {
  .footer-contact__tel-number {
    font-size: 8vw;
    line-height: 1;
  }
}

.footer-contact__tel-hours {
  margin-top: 0.5714285714vw;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.8571428571vw;
  line-height: 1.7142857143vw;
}
@media screen and (max-width: 950px) {
  .footer-contact__tel-hours {
    font-size: 3.1428571429vw;
    line-height: 1;
  }
}

.footer-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.3571428571vw;
  height: 3vw;
  background: #fbdb01;
  color: var(--color-black-soft);
  font-size: 0.9285714286vw;
  letter-spacing: 0.0464285714vw;
}
@media screen and (max-width: 950px) {
  .footer-contact__button {
    width: 53.4285714286vw;
    height: 12vw;
    font-size: 3.7142857143vw;
    letter-spacing: 0.1857142857vw;
  }
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 21.4285714286vw;
  height: 5.7142857143vw;
  padding: 0 2.1428571429vw;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1.2857142857vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
}
@media screen and (max-width: 950px) {
  .button-primary {
    font-size: 5.1428571429vw;
  }
}
.button-primary__text {
  white-space: nowrap;
}
.button-primary__icon {
  display: block;
  width: 2.0714285714vw;
  height: 2.0714285714vw;
  flex-shrink: 0;
  background: url("../../img/common/more.svg") no-repeat center/contain;
}

.page-header-simple {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 27.1428571429vw;
}

.page-header-simple__bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  font-size: 25.7142857143vw;
  font-weight: 700;
  line-height: 1;
  color: rgba(34, 34, 34, 0.05);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  translate: -51.2% -61%;
  letter-spacing: -0.034em;
}

.page-header-simple__title {
  margin-top: 4%;
}

.page-header-simple__title--ja {
  font-size: 4.2857142857vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--color-black-soft);
}
@media screen and (max-width: 950px) {
  .page-header-simple__title--ja {
    font-size: 17.1428571429vw;
  }
}

.page-header-simple__title--en {
  color: var(--color-red-soft);
  font-size: 1.4285714286vw;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 1.0714285714vw;
}
@media screen and (max-width: 950px) {
  .page-header-simple__title--en {
    font-size: 5.7142857143vw;
  }
}

@media (max-width: 959px) {
  .page-header-simple {
    padding: 11.4285714286vw 0 8.5714285714vw;
  }
  .page-header-simple__bg-word {
    font-size: 37.1428571429vw;
  }
  .page-header-simple__title {
    font-size: 10.2857142857vw;
  }
  .page-header-simple__eyebrow {
    font-size: 4vw;
  }
}
.news-row {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d8d8d8;
}

.news-row__date {
  flex-shrink: 0;
  color: #9c9c9c;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 1vw;
  line-height: 1.4;
}

.news-row__title {
  color: #202020;
  font-size: 1.1428571429vw;
  line-height: 1.7;
}

@media screen and (max-width: 950px) {
  .news-row {
    flex-wrap: wrap;
  }
  .news-row__date {
    width: 100%;
    font-size: 3.4285714286vw;
  }
  .news-row__title {
    font-size: 4vw;
  }
}
.section-heading__ja {
  margin: 0;
  font-size: 1.5714285714vw;
  line-height: 1.3;
  letter-spacing: 0.0785714286vw;
}

@media screen and (max-width: 950px) {
  .section-heading__ja {
    font-size: 7.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.3714285714vw;
  }
}
.section-heading__line {
  display: block;
  width: 1.5714285714vw;
  height: 0.0714285714vw;
  margin-top: 2.1428571429vw;
  background: #777;
}

@media screen and (max-width: 950px) {
  .section-heading__line {
    width: 6.5714285714vw;
    height: 0.2857142857vw;
    margin-top: 5.7142857143vw;
    background: #868686;
  }
}
.section-heading__en {
  margin-top: 2.1428571429vw;
  color: #b5b5b5;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.9285714286vw;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 950px) {
  .section-heading__en {
    margin-top: 5.7142857143vw;
    color: #b5b5b5;
    font-size: 4.2857142857vw;
    line-height: 1;
    letter-spacing: 0.4285714286vw;
  }
}
.section-heading.is-on-dark .section-heading__ja {
  color: #ffffff;
}

@media screen and (max-width: 950px) {
  .section-heading.is-on-dark .section-heading__ja {
    color: #ffffff;
    font-size: 7.4285714286vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.section-heading.is-on-dark .section-heading__line {
  width: 1.6428571429vw;
  height: 1px;
  margin-top: 2.1428571429vw;
  background: #ffffff;
}

@media screen and (max-width: 950px) {
  .section-heading.is-on-dark .section-heading__line {
    margin-top: 5.7142857143vw;
    width: 6.5714285714vw;
    height: 1px;
  }
}
.section-heading.is-center {
  text-align: center;
}

.section-heading.is-center .section-heading__line {
  margin-left: auto;
  margin-right: auto;
}

.section-heading.is-on-dark .section-heading__en {
  margin-top: 2.1428571429vw;
  color: #ffffff;
  font-size: 0.9285714286vw;
  line-height: 1;
  letter-spacing: 0.0642857143vw;
}

@media screen and (max-width: 950px) {
  .section-heading.is-on-dark .section-heading__en {
    margin-top: 5.7142857143vw;
    color: #ffffff;
    font-size: 4.2857142857vw;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}
.page-hero {
  padding-top: 5vw;
  padding-bottom: 10.7142857143vw;
}

.page-hero__inner {
  position: relative;
  width: 85.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .page-hero {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-hero__inner {
    width: 100%;
  }
}
.page-hero__image {
  width: 85.7142857143vw;
  height: 32.5714285714vw;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .page-hero__image {
    width: 100%;
    height: 114.2857142857vw;
  }
}
.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__text {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .page-hero__text {
    bottom: 14vw;
    left: 4.2857142857vw;
  }
}
.page-hero__title {
  margin: 0;
  font-family: var(--font-shippori);
  font-size: 2vw;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {
  .page-hero__title {
    font-size: 8vw;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.05em;
  }
}
.page-hero__en {
  margin-top: 1.5vw;
  font-size: 0.8571428571vw;
  line-height: 1.4;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 950px) {
  .page-hero__en {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 2.2857142857vw;
  }
}
.page-hero--company {
  margin: 0;
  padding-bottom: 0;
}

.page-hero.page-hero--news {
  padding-bottom: 4.2857142857vw;
}

@media screen and (max-width: 950px) {
  .page-hero.page-hero--news {
    padding-bottom: 15.4285714286vw;
  }
}
.page-heading__en {
  margin: 0;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.9285714286vw;
  line-height: 1;
  letter-spacing: 0.0928571429vw;
  color: var(--color-eyebrow);
}

@media screen and (max-width: 950px) {
  .page-heading__en {
    font-size: 4.2857142857vw;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
}
.page-heading__title {
  margin: 0;
  margin-top: 1.7142857143vw;
  font-family: var(--font-shippori);
  font-size: 1.5714285714vw;
  line-height: 1.3;
  letter-spacing: 0.0785714286vw;
}

@media screen and (max-width: 950px) {
  .page-heading__title {
    font-size: 4.5714285714vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-top: 4.2857142857vw;
  }
}
.breadcrumb {
  height: auto;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 950px) {
  .breadcrumb {
    height: auto;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  width: 94.2857142857vw;
  height: 2.1428571429vw;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 950px) {
  .breadcrumb__list {
    width: 100%;
    height: auto;
    padding: 2.8571428571vw 4.2857142857vw;
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.7857142857vw;
  line-height: 1;
  letter-spacing: 0.0392857143vw;
}

@media screen and (max-width: 950px) {
  .breadcrumb__item {
    font-size: 2.8571428571vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .breadcrumb__item:last-child {
    flex: 1;
    min-width: 0;
  }
  .breadcrumb__current {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 0.3571428571vw;
}

.split-section {
  margin-top: 0;
}

.split-section--dark {
  background: #161616;
  color: #fff;
}

.split-section--dark .page-heading__en {
  color: var(--color-white);
}

@media screen and (max-width: 950px) {
  .split-section--dark {
    margin-top: 20vw;
  }
}
.split-section--light {
  background: #fff;
}

.split-section__inner {
  display: flex;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .split-section__inner {
    flex-direction: column;
    width: 100%;
    padding-bottom: 20vw;
  }
}
.split-section__content {
  width: 53.1428571429vw;
  padding: 0 6.1428571429vw 0 7.1428571429vw;
}

@media screen and (max-width: 950px) {
  .split-section__content {
    width: 100%;
    padding: 20.5714285714vw 4.2857142857vw 8.5714285714vw;
  }
}
.split-section__text {
  margin: 0;
  margin-top: 2.8571428571vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 950px) {
  .split-section__text {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.13em;
    margin-top: 8.5714285714vw;
  }
}
.split-section__text + .split-section__text {
  margin-top: 2vw;
}

@media screen and (max-width: 950px) {
  .split-section__text + .split-section__text {
    margin-top: 5.4285714286vw;
  }
}
.split-section__image {
  width: 46.8571428571vw;
  height: 34.3571428571vw;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .split-section__image {
    width: 91.4285714286vw;
    height: auto;
  }
}
.split-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merit-cards__inner {
  width: 85.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .merit-cards__inner {
    width: 100%;
  }
}
.merit-cards__list {
  display: flex;
  flex-wrap: wrap;
}

.merit-cards__item {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.merit-cards__item-title {
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.0714285714vw;
}

@media screen and (max-width: 950px) {
  .merit-cards__item-title {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 950px) {
  .merit-cards__item-text {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.page-closing {
  padding: 7.1428571429vw 0 10.7142857143vw;
}

.page-closing__text {
  font-family: var(--font-shippori);
  font-size: 1.0714285714vw;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.0535714286vw;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .page-closing__inner {
    padding-right: 5.7142857143vw;
    padding-left: 5.7142857143vw;
  }
  .page-closing__text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.2vw;
  }
  .page-closing {
    padding: 14.2857142857vw 0 28.5714285714vw;
  }
}
.front-page {
  background: #fff;
  color: #202020;
  font-family: var(--font-noto);
}

.top-hero {
  width: 100vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .top-hero {
    width: 100%;
  }
}
.top-hero__frame {
  position: relative;
  width: 100vw;
  height: 44.1428571429vw;
}

@media screen and (max-width: 950px) {
  .top-hero__frame {
    width: 100%;
    height: 157.1428571429vw;
  }
}
.top-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-hero__text {
  position: absolute;
  bottom: 3vw;
  left: 2.8571428571vw;
}

@media screen and (max-width: 950px) {
  .top-hero__text {
    bottom: 14.2857142857vw;
    left: 4.2857142857vw;
  }
}
.top-hero__title {
  color: #ffffff;
  font-size: 3.5714285714vw;
  line-height: 1.28;
  letter-spacing: 0.1785714286vw;
}

@media screen and (max-width: 950px) {
  .top-hero__title {
    color: #ffffff;
    font-size: 9.1428571429vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
.top-hero__en {
  margin-top: 1vw;
  color: #ffffff;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 1.4285714286vw;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.016em;
}

@media screen and (max-width: 950px) {
  .top-hero__en {
    margin-top: 2.8571428571vw;
    color: #ffffff;
    font-size: 3.4285714286vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
.top-about {
  background: #fff;
  padding: 12.4285714286vw 0 10.7142857143vw;
}

@media screen and (max-width: 950px) {
  .top-about {
    padding: 20vw 4.2857142857vw 20vw;
  }
}
.top-about__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 74.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .top-about__inner {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.top-about__text {
  width: 24.8571428571vw;
  padding-top: 3.5714285714vw;
}

@media screen and (max-width: 950px) {
  .top-about__text {
    width: 100%;
    padding: 0;
  }
}
.top-about__title {
  margin-top: 3vw;
  font-size: 1.1428571429vw;
  line-height: 1.8;
}

@media screen and (max-width: 950px) {
  .top-about__title {
    margin-top: 10vw;
    font-size: 4.5714285714vw;
    letter-spacing: 0.2285714286vw;
  }
}
.top-about__body {
  margin-top: 2.2142857143vw;
  font-size: 1vw;
  line-height: 1.7142857143vw;
  letter-spacing: 0.106em;
}

@media screen and (max-width: 950px) {
  .top-about__body {
    width: 91.1428571429vw;
    margin-top: 7.7142857143vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.top-about__body + .top-about__body {
  margin-top: 1.7142857143vw;
}

@media screen and (max-width: 950px) {
  .top-about__body + .top-about__body {
    margin-top: 5.4857142857vw;
  }
}
.top-about__link {
  display: flex;
  align-items: center;
  gap: 1.2857142857vw;
  width: 7.4285714286vw;
  margin-top: 2.7142857143vw;
}

@media screen and (max-width: 950px) {
  .top-about__link {
    gap: 5.7142857143vw;
    width: 29.1428571429vw;
    margin-top: 6.2857142857vw;
  }
}
.top-about__link-text {
  font-size: 0.9285714286vw;
  letter-spacing: 0.0464285714vw;
}

@media screen and (max-width: 950px) {
  .top-about__link-text {
    font-size: 3.4285714286vw;
    letter-spacing: 0.1714285714vw;
  }
}
.top-about__link-icon {
  display: block;
  width: 2.0714285714vw;
  height: 2.0714285714vw;
  background: url("../../img/common/more.svg") no-repeat center/contain;
}

@media screen and (max-width: 950px) {
  .top-about__link-icon {
    width: 8.2857142857vw;
    height: 8.2857142857vw;
  }
}
.top-about__diagram {
  position: relative;
  width: 49.1428571429vw;
  height: 47.5714285714vw;
  margin-top: -1.7142857143vw;
  margin-right: -5.5vw;
}

@media screen and (max-width: 950px) {
  .top-about__diagram {
    width: 100%;
    height: auto;
    margin-top: 4.8571428571vw;
    margin-right: 0;
    margin-left: auto;
  }
}
.top-about__diagram-image {
  display: block;
  width: 100%;
  height: auto;
}

.top-business {
  position: relative;
  z-index: 1;
  color: #242424;
  transition: color 0.6s ease;
}

.top-business__pin {
  position: relative;
  height: 100vh;
  pointer-events: none;
}

.top-business__pin::before,
.top-business__pin::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  transition: opacity 0.6s ease;
}

.top-business__pin::before {
  z-index: 0;
  background-color: #fff;
  background-image: url("../../img/front-page/bg_business_01_white.webp");
}

.top-business__pin::after {
  z-index: 1;
  background-color: var(--color-black-soft);
  background-image: url("../../img/front-page/bg_business_01_black.webp");
  background-repeat: repeat-y;
  opacity: 0;
}

@media screen and (max-width: 950px) {
  .top-business__pin::before {
    background-image: url("../../img/front-page/bg_business_01_white_sp.webp");
    background-repeat: repeat-y;
  }
  .top-business__pin::after {
    background-image: url("../../img/front-page/bg_business_01_black_sp.webp");
  }
}
.top-business.is-pinned {
  color: #ffffff;
}

.top-business.is-pinned .top-business__pin::before,
.top-business.is-pinned .top-business__pin::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.top-business.is-pinned .top-business__pin::after {
  opacity: 1;
}

.top-business.is-pin-end::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: var(--color-black-soft);
  background-image: url("../../img/front-page/bg_business_01_black.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (max-width: 950px) {
  .top-business.is-pin-end::after {
    background-image: url("../../img/front-page/bg_business_01_black_sp.webp");
    background-repeat: repeat-y;
  }
}
.top-business.is-pin-end .top-business__pin::before,
.top-business.is-pin-end .top-business__pin::after {
  opacity: 0;
}

.top-business .section-heading__ja,
.top-business .section-heading__en {
  transition: color 0.6s ease;
}

.top-business .section-heading__line {
  transition: background-color 0.6s ease;
}

.top-business.is-pinned .section-heading__ja,
.top-business.is-pinned .section-heading__en {
  color: #ffffff;
}

.top-business.is-pinned .section-heading__line {
  background: #ffffff;
}

.top-business__body {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  padding: 10.7142857143vw 0 10.7142857143vw;
}

@media screen and (max-width: 950px) {
  .top-business__body {
    padding: 20vw 4.2857142857vw 20vw;
  }
}
.top-business__heading {
  width: 69.5714285714vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .top-business__heading {
    width: 100%;
  }
}
.top-business__list {
  margin-top: 5.0714285714vw;
}

@media screen and (max-width: 950px) {
  .top-business__list {
    margin-top: 8.5714285714vw;
  }
}
.top-business__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .top-business__item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.top-business__item + .top-business__item {
  margin-top: 7.1428571429vw;
}

@media screen and (max-width: 950px) {
  .top-business__item + .top-business__item {
    margin-top: 14.2857142857vw;
  }
}
.top-business__image-wrap {
  width: 45vw;
  height: 35.5714285714vw;
}

@media screen and (max-width: 950px) {
  .top-business__image-wrap {
    width: 100%;
    height: auto;
  }
}
.top-business__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 950px) {
  .top-business__image {
    height: auto;
  }
}
.top-business__content {
  width: 34.0714285714vw;
  margin-left: 5.7142857143vw;
  padding-top: 9.3571428571vw;
}

@media screen and (max-width: 950px) {
  .top-business__content {
    width: 100%;
    margin-left: 0;
    margin-top: 12.2857142857vw;
    padding: 0;
  }
}
.top-business__item-en {
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.9285714286vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 950px) {
  .top-business__item-en {
    font-size: 3.7142857143vw;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
.top-business__item-title {
  margin-top: 1.1428571429vw;
  font-size: 1.2857142857vw;
  line-height: 1.4;
  letter-spacing: 0.0642857143vw;
}

@media screen and (max-width: 950px) {
  .top-business__item-title {
    margin-top: 5.7142857143vw;
    font-size: 5.1428571429vw;
    line-height: 1;
    letter-spacing: 0.2571428571vw;
  }
}
.top-business__item-text {
  margin-top: 2.1428571429vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.17em;
}

@media screen and (max-width: 950px) {
  .top-business__item-text {
    margin-top: 6.8571428571vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.17em;
  }
}
.top-business__link {
  display: flex;
  align-items: center;
  gap: 1.2857142857vw;
  margin-top: 3.5714285714vw;
}

@media screen and (max-width: 950px) {
  .top-business__link {
    justify-content: flex-start;
    gap: 5.7142857143vw;
    margin-top: 7.1428571429vw;
  }
}
.top-business__link-text {
  font-size: 0.9285714286vw;
  letter-spacing: 0.17em;
  line-height: 1;
}

@media screen and (max-width: 950px) {
  .top-business__link-text {
    font-size: 3.4285714286vw;
    letter-spacing: 0.14em;
  }
}
.top-business__link-icon {
  display: block;
  width: 2.0714285714vw;
  height: 2.0714285714vw;
  background: url("../../img/common/more.svg") no-repeat center/contain;
}

@media screen and (max-width: 950px) {
  .top-business__link-icon {
    flex-shrink: 0;
    width: 8.2857142857vw;
    height: 8.2857142857vw;
  }
}
.top-business__count {
  position: absolute;
  right: 15vw;
  bottom: 0.3571428571vw;
  width: 6.1428571429vw;
  height: 7vw;
}

@media screen and (max-width: 950px) {
  .top-business__count {
    display: none;
  }
}
.top-business__count span {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.15vw;
}

.top-business__count small {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #b5b5b5;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0.15vw;
}

.top-business__count::before {
  content: "";
  position: absolute;
  top: 5.9285714286vw;
  left: 0.7857142857vw;
  width: 6.1428571429vw;
  height: 0.0714285714vw;
  background: #b5b5b5;
  transform: rotate(-45deg);
  transform-origin: left center;
}

.top-news {
  background: #fff;
  padding: 10.7142857143vw 0;
}

@media screen and (max-width: 950px) {
  .top-news {
    padding: 20vw 4.2857142857vw 20vw;
  }
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  width: 70.1428571429vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .top-news__inner {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
.top-news__heading {
  width: 17.8571428571vw;
  padding-top: 0.5vw;
}

@media screen and (max-width: 950px) {
  .top-news__heading {
    width: 100%;
    padding-top: 0;
  }
}
.top-news .section-heading__en {
  line-height: 1.77;
}

@media screen and (max-width: 950px) {
  .top-news .section-heading__en {
    line-height: 1.53;
    margin-top: 3.7142857143vw;
    letter-spacing: 0.07em;
  }
}
.top-news__list {
  width: 50.7142857143vw;
  margin-top: -2.1428571429vw;
}

@media screen and (max-width: 950px) {
  .top-news__list {
    width: 100%;
    margin-top: 2.8571428571vw;
  }
}
.top-news__item {
  width: 50.7142857143vw;
  height: 6vw;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 950px) {
  .top-news__item {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 27.1428571429vw;
    padding-top: 5.1428571429vw;
    padding-bottom: 5.7142857143vw;
  }
}
.top-news__item:nth-of-type(5) {
  border-bottom: 1px solid #aaa;
}

.top-news__date {
  width: 9vw;
  color: #a2a2a2;
  font-family: var(--font-inter);
  font-feature-settings: normal;
  font-size: 0.9285714286vw;
  letter-spacing: 0.0464285714vw;
}

@media screen and (max-width: 950px) {
  .top-news__date {
    width: 100%;
    color: #a2a2a2;
    font-size: 3.1428571429vw;
    line-height: 1;
    letter-spacing: 0.1571428571vw;
  }
}
.top-news__title {
  width: 36.4285714286vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05vw;
}

@media screen and (max-width: 950px) {
  .top-news__title {
    width: 79.1428571429vw;
    margin-top: 2.8571428571vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1714285714vw;
  }
}
.top-news__icon {
  display: block;
  width: 2.0714285714vw;
  height: 2.0714285714vw;
  margin-left: auto;
  margin-right: 0.7142857143vw;
  background: url("../../img/common/more.svg") no-repeat center/contain;
}

@media screen and (max-width: 950px) {
  .top-news__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    transform: translateY(-13%);
  }
}
.top-news__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2857142857vw;
  margin: 3.5714285714vw auto 0;
}

@media screen and (max-width: 950px) {
  .top-news__more {
    justify-content: flex-start;
    gap: 5.7142857143vw;
    margin: 7.1428571429vw 0 0;
  }
}
.top-news__more-text {
  font-size: 0.9285714286vw;
  letter-spacing: 0.17em;
  line-height: 1;
}

@media screen and (max-width: 950px) {
  .top-news__more-text {
    font-size: 3.4285714286vw;
    letter-spacing: 0.14em;
  }
}
.top-news__more-icon {
  display: block;
  width: 2.0714285714vw;
  height: 2.0714285714vw;
  background: url("../../img/common/more.svg") no-repeat center/contain;
}

@media screen and (max-width: 950px) {
  .top-news__more-icon {
    flex-shrink: 0;
    width: 8.2857142857vw;
    height: 8.2857142857vw;
  }
}
/* SP styles for the temporary top build live beside each selector in _front-page.scss. */
.contact-form {
  padding: 7.1428571429vw 0 10.7142857143vw;
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
}

.contact-form .wpcf7-response-output {
  font-size: 1vw;
}

@media screen and (max-width: 950px) {
  .contact-form .wpcf7-response-output {
    font-size: 4vw;
  }
}
body.page-contact .contact-form .inner--md,
body.page-contact-confirm .contact-form .inner--md {
  width: 73.3571428571vw;
}

.contact-form__title {
  font-size: 1.8571428571vw;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.05em;
}

.contact-form__intro {
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.11em;
  padding: 2.1428571429vw 0;
}

.contact-form__intro p + p {
  margin-top: 1.7142857143vw;
}

.contact-form__inner {
  width: 64.2857142857vw;
  border-top: 1px solid var(--color-gray-480);
}

.contact-form__note {
  margin-top: 1.4285714286vw;
  color: var(--color-required);
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.contact-form__row {
  display: flex;
  align-items: center;
  padding: 2.5vw 0;
  border-bottom: 1px solid var(--color-gray-480);
  color: var(--color-black-soft);
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
}

@media screen and (max-width: 950px) {
  .contact-form__row {
    font-size: 4vw;
  }
}
.contact-form__row--message {
  align-items: flex-start;
  border: none;
}

.contact-form__label,
.contact-form__row > label {
  width: 12.6428571429vw;
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact-form__required {
  margin-left: 0.4285714286vw;
  color: var(--color-required);
}

.contact-form__input,
.contact-form__textarea,
.contact-form__row input[type=text],
.contact-form__row input[type=email],
.contact-form__row input[type=tel],
.contact-form__row textarea {
  border: 1px solid var(--color-input-border);
  border-radius: 0.2857142857vw;
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-size: 0.8571428571vw;
  letter-spacing: 0;
  box-sizing: border-box;
  outline: none;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder,
.contact-form__row input[type=text]::placeholder,
.contact-form__row input[type=email]::placeholder,
.contact-form__row input[type=tel]::placeholder,
.contact-form__row textarea::placeholder {
  color: var(--color-input-placeholder);
}

.contact-form__input,
.contact-form__row input[type=text],
.contact-form__row input[type=email],
.contact-form__row input[type=tel] {
  width: 24.0714285714vw;
  height: 3.4285714286vw;
  padding: 0 1.3571428571vw;
}

.contact-form__row .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__address {
  width: 48vw;
}

.contact-form__zip-row {
  display: flex;
  align-items: center;
}

.contact-form__address-row {
  display: flex;
  align-items: center;
  margin-top: 0.8571428571vw;
}

.contact-form__input--zip,
.contact-form__row input.contact-form__input--zip,
.contact-form__row input[type=text].contact-form__input--zip {
  width: 16.4285714286vw;
}

.contact-form__zip-row .wpcf7-form-control-wrap {
  width: 16.4285714286vw;
  flex: 0 0 auto;
}

.contact-form__input--pref,
.contact-form__row input.contact-form__input--pref,
.contact-form__row input[type=text].contact-form__input--pref {
  width: 10.5vw;
}

.contact-form__address-row .wpcf7-form-control-wrap:nth-of-type(1),
.contact-form__address-row .wpcf7-form-control-wrap[data-name=prefecture] {
  width: 10.5vw;
  flex: 0 0 auto;
}

.contact-form__input--street {
  width: 36.7857142857vw;
  margin-left: 0.7142857143vw;
}

.contact-form__row input.contact-form__input--street,
.contact-form__row input[type=text].contact-form__input--street {
  width: 36.7857142857vw;
  margin-left: 0;
}

.contact-form__address-row .wpcf7-form-control-wrap:nth-of-type(2),
.contact-form__address-row .wpcf7-form-control-wrap[data-name=address] {
  width: 36.7857142857vw;
  margin-left: 0.7142857143vw;
  flex: 0 0 auto;
}

.contact-form__search {
  width: 7.4285714286vw;
  height: 2.2142857143vw;
  margin-left: 1.4285714286vw;
  border: 0;
  border-radius: 1.1428571429vw;
  background: var(--color-contact-search-bg);
  color: var(--color-white-soft);
  font-size: 0.9285714286vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}

.contact-form__textarea,
.contact-form__row textarea {
  width: 42.7857142857vw;
  height: 15.5714285714vw;
  padding: 1.4285714286vw;
  resize: vertical;
}

.contact-form__row:has(> .contact-form__privacy) {
  display: block;
  padding: 0;
  border-bottom: none;
}

.contact-form__privacy {
  margin-top: 1.0714285714vw;
  text-align: center;
}

.contact-form__privacy-text {
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 2;
  letter-spacing: 0.11em;
}

.contact-form__privacy-text a {
  color: inherit;
  text-decoration: underline;
}

.contact-form__privacy-check,
.contact-form__privacy .wpcf7-form-control-wrap[data-name=privacy-policy],
.contact-form__privacy .wpcf7-acceptance label,
.contact-form__row .wpcf7-form-control-wrap[data-name=privacy-policy],
.contact-form__row .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0714285714vw;
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.12em;
}

.contact-form__row .wpcf7-list-item {
  margin: 0;
}

.contact-form__checkbox,
.contact-form__row input[type=checkbox] {
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  margin: 0 1.3571428571vw 0 0;
  border: 1px solid var(--color-gray-600);
  border-radius: 0;
  appearance: none;
  background: var(--color-white-soft);
}

.contact-form__privacy-policy {
  font-weight: 700;
}

.contact-form__checkbox:checked,
.contact-form__row input[type=checkbox]:checked {
  background: linear-gradient(135deg, transparent 0 46%, var(--color-black-soft) 46% 54%, transparent 54%), linear-gradient(45deg, transparent 0 47%, var(--color-black-soft) 47% 55%, transparent 55%);
}

.contact-form__submit,
.contact-form__actions input[type=submit],
.contact-form__actions .wpcf7-submit {
  display: block;
  width: 21.2142857143vw;
  height: 3.2857142857vw;
  margin: 3.5714285714vw auto 0;
  padding: 0 2.4285714286vw;
  border: 0;
  background-color: var(--color-black-soft);
  background-image: url("../../img/common/icon_contact_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 2.4285714286vw center;
  background-size: 0.5714285714vw 0.6428571429vw;
  color: var(--color-white-soft);
  font: inherit;
  font-size: 0.9285714286vw;
  font-weight: 700;
  line-height: 3.2857142857vw;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16);
}

body.page-contact .contact-form:not(:has(.contact-form__checkbox:checked)) .contact-form__actions input[type=submit],
body.page-contact .contact-form:not(:has(.contact-form__checkbox:checked)) .contact-form__actions .wpcf7-submit {
  background-color: var(--color-gray-950);
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.contact-form__actions {
  position: relative;
}

.contact-form__actions input[type=submit],
.contact-form__actions .wpcf7-submit {
  margin: 3.5714285714vw auto 0;
}

.contact-confirm__value,
.contact-form--confirm .contact-form__row > label + * {
  width: 42.7857142857vw;
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 950px) {
  .contact-confirm__value,
  .contact-form--confirm .contact-form__row > label + * {
    font-size: 4vw;
  }
}
.contact-confirm__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7142857143vw;
  margin-top: 3.5714285714vw;
}

.contact-confirm__back {
  display: block;
  width: 12.8571428571vw;
  height: 3.2857142857vw;
  border: 1px solid var(--color-black-soft);
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-size: 0.9285714286vw;
  font-weight: 700;
  line-height: 3.1428571429vw;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 950px) {
  .contact-confirm__back {
    font-size: 3.7142857143vw;
  }
}
.contact-confirm__submit {
  margin: 0;
}

@media screen and (max-width: 950px) {
  .contact-confirm__submit {
    font-size: 3.7142857143vw;
  }
}
.contact-complete {
  padding: 7.1428571429vw 0 10.7142857143vw;
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
}

body.page-contact .contact-complete .inner--md,
body.page-contact-thanks .contact-complete .inner--md {
  width: 73.3571428571vw;
}

@media screen and (max-width: 950px) {
  .contact-complete {
    padding: 14.2857142857vw 0 28.5714285714vw;
  }
  body.page-contact .contact-complete .inner--md,
  body.page-contact-thanks .contact-complete .inner--md {
    width: 91.4285714286vw;
  }
  .contact-form__note + .contact-form__row {
    padding-top: 4.2857142857vw;
  }
  .contact-form__row--message .contact-form__label {
    padding-top: 0;
  }
}
.contact-complete__title {
  font-size: 1.8571428571vw;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 950px) {
  .contact-complete__title {
    font-size: 4.5714285714vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
.contact-complete__lead {
  margin-top: 2.1428571429vw;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 950px) {
  .contact-complete__lead {
    margin-top: 4.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }
}
.contact-complete__text {
  margin-top: 1.7142857143vw;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 950px) {
  .contact-complete__text {
    margin-top: 6.8571428571vw;
    font-size: 3.4285714286vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }
}
.contact-complete__submit {
  display: block;
  width: 21.2142857143vw;
  height: 3.2857142857vw;
  margin: 3.5714285714vw auto 0;
  padding: 0 2.4285714286vw;
  border: 0;
  background: var(--color-black-soft);
  color: var(--color-white-soft);
  font: inherit;
  font-size: 0.9285714286vw;
  font-weight: 700;
  line-height: 3.2857142857vw;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16);
}

.contact-complete__submit::after {
  content: "";
  width: 0.5714285714vw;
  height: 0.6428571429vw;
  position: absolute;
  top: 50%;
  right: 2.4285714286vw;
  transform: translateY(-50%);
  background: url("../../img/common/icon_contact_arrow.svg") center/contain no-repeat;
}

@media screen and (max-width: 950px) {
  .contact-complete__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72.3777142857vw;
    height: 11.21vw;
    margin-top: 15.4285714286vw;
    font-size: 3.4285714286vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 950px) {
  .contact-form {
    padding: 14.2857142857vw 0 28.5714285714vw;
  }
  body.page-contact .contact-form .inner--md,
  body.page-contact-confirm .contact-form .inner--md {
    width: 91.4285714286vw;
  }
  .contact-form__title {
    font-size: 4.5714285714vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .contact-form__intro {
    margin-top: 0;
    color: var(--color-contact-search-bg);
    font-size: 3.4285714286vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
    padding: 4.2857142857vw 0 7.1428571429vw;
  }
  .contact-form__intro p + p {
    margin-top: 6.8571428571vw;
  }
  .contact-form__inner {
    width: 91.4285714286vw;
  }
  .contact-form__row {
    display: block;
    padding: 3.1428571429vw 0;
    border: none;
    font-size: 4vw;
  }
  .contact-form__note {
    margin-top: 4.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .contact-form__label,
  .contact-form__row > label {
    width: 100%;
    font-size: 3.4285714286vw;
    line-height: 2.33;
    letter-spacing: 0.05em;
  }
  .contact-form__input,
  .contact-form__row input[type=text],
  .contact-form__row input[type=email],
  .contact-form__row input[type=tel] {
    width: 91.4285714286vw;
    height: 10.5714285714vw;
    margin-top: 1.4285714286vw;
    font-size: 2.8571428571vw;
    line-height: 2.8;
  }
  .contact-form__address {
    width: 91.4285714286vw;
  }
  .contact-form__zip-row {
    flex-wrap: wrap;
  }
  .contact-form__input--zip,
  .contact-form__row input.contact-form__input--zip,
  .contact-form__row input[type=text].contact-form__input--zip {
    width: 40.2857142857vw;
    margin-top: 0;
  }
  .contact-form__zip-row .wpcf7-form-control-wrap {
    width: 40.2857142857vw;
  }
  .contact-form__search {
    width: 22vw;
    height: 6.5714285714vw;
    margin-left: 4.2857142857vw;
    font-size: 3.1428571429vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .contact-form__address-row {
    display: block;
    margin-top: 2.8571428571vw;
  }
  .contact-form__input--pref,
  .contact-form__row input.contact-form__input--pref,
  .contact-form__row input[type=text].contact-form__input--pref {
    width: 40.2857142857vw;
    margin-left: 0;
  }
  .contact-form__address-row .wpcf7-form-control-wrap:nth-of-type(1),
  .contact-form__address-row .wpcf7-form-control-wrap[data-name=prefecture] {
    width: 40.2857142857vw;
  }
  .contact-form__input--street,
  .contact-form__row input.contact-form__input--street,
  .contact-form__row input[type=text].contact-form__input--street {
    width: 91.4285714286vw;
    margin-left: 0;
    margin-top: 2.8571428571vw;
  }
  .contact-form__address-row .wpcf7-form-control-wrap:nth-of-type(2),
  .contact-form__address-row .wpcf7-form-control-wrap[data-name=address] {
    width: 91.4285714286vw;
    margin-left: 0;
    margin-top: 2.8571428571vw;
  }
  .contact-form__textarea,
  .contact-form__row textarea {
    width: 91.4285714286vw;
    height: 44.2857142857vw;
    margin-top: 0.2857142857vw;
    font-size: 2.8571428571vw;
    line-height: 2;
    padding: 2.8571428571vw;
  }
  .contact-form__privacy {
    margin-top: 4.2857142857vw;
  }
  .contact-form__privacy-text {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .contact-form__privacy-check,
  .contact-form__privacy .wpcf7-form-control-wrap[data-name=privacy-policy],
  .contact-form__privacy .wpcf7-acceptance label,
  .contact-form__row .wpcf7-form-control-wrap[data-name=privacy-policy],
  .contact-form__row .wpcf7-acceptance label {
    margin-top: 5.7142857143vw;
    font-size: 3.4285714286vw;
    line-height: 2.33;
    letter-spacing: 0.05em;
  }
  .contact-form__submit,
  .contact-form__actions input[type=submit],
  .contact-form__actions .wpcf7-submit {
    width: 72.2857142857vw;
    height: 11.4285714286vw;
    margin-top: 6vw;
    font-size: 3.4285714286vw;
    line-height: 1;
    letter-spacing: 0.05em;
    background-position: right 4.8571428571vw center;
    background-size: 2.2857142857vw 2.5714285714vw;
    margin-top: 6vw;
  }
  .contact-form--confirm .contact-form__row > label {
    display: block;
  }
  .contact-confirm__value,
  .contact-form--confirm .contact-form__row > label + * {
    display: block;
    width: 91.4285714286vw;
    margin-top: 1.4285714286vw;
    font-size: 4vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  .contact-confirm__buttons {
    display: block;
    margin-top: 15.4285714286vw;
  }
  .contact-confirm__back {
    width: 72.3777142857vw;
    height: 11.21vw;
    margin: 0 auto;
    font-size: 3.7142857143vw;
    line-height: 10.5714285714vw;
    letter-spacing: 0.05em;
  }
  .contact-confirm__submit {
    margin: 4.2857142857vw auto 0;
    font-size: 3.7142857143vw;
  }
}
.news-list {
  padding: 0 0 10.7142857143vw;
  background: var(--color-white);
}

@media screen and (max-width: 950px) {
  .news-list {
    padding: 0 0 28.5714285714vw;
  }
}
.news-list__inner {
  width: 85.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .news-list__inner {
    width: 100%;
    padding: 0 4.2857142857vw;
  }
}
@media screen and (max-width: 950px) {
  .news-list__items {
    width: 100%;
    margin: 0 auto;
  }
}
.news-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7.2142857143vw;
  padding: 0 5vw;
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 950px) {
  .news-list__item {
    flex-wrap: wrap;
    height: 28.8571428571vw;
    padding: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
}
.news-list__items .news-list__item:nth-of-type(20) {
  border-bottom: 1px solid #aaa;
}

.news-list__item-title {
  width: 51vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.19em;
}

@media screen and (max-width: 950px) {
  .news-list__item-title {
    width: 100%;
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.71;
    letter-spacing: 0.19em;
  }
}
.news-list__date {
  flex-shrink: 0;
  width: 6.8571428571vw;
  color: #868686;
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05vw;
  text-align: right;
}

@media screen and (max-width: 950px) {
  .news-list__date {
    width: 100%;
    font-size: 4vw;
    line-height: 1.71;
    letter-spacing: 0.2vw;
    text-align: left;
  }
}
.news-list__pager {
  display: flex;
  justify-content: center;
  column-gap: 0.3571428571vw;
  margin-top: 5vw;
}

@media screen and (max-width: 950px) {
  .news-list__pager {
    margin-top: 8.5714285714vw;
    gap: 1.1428571429vw;
  }
}
.news-list__pager-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #dedede;
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1;
  border-radius: 0.2857142857vw;
}

@media screen and (max-width: 950px) {
  .news-list__pager-link {
    width: 7.7142857143vw;
    height: 7.7142857143vw;
    font-size: 3.1428571429vw;
    line-height: 1;
  }
}
.news-list__pager-link.is-current {
  border-color: var(--color-black-soft);
  background: #222222;
  color: var(--color-white);
}

.news-list__pager-icon {
  display: block;
  width: 0.5714285714vw;
  height: 0.8571428571vw;
}

@media screen and (max-width: 950px) {
  .news-list__pager-icon {
    width: 2.2857142857vw;
    height: 3.4285714286vw;
  }
}
.news-single {
  padding: 0 0 10.7142857143vw;
  background: var(--color-white);
}

@media screen and (max-width: 950px) {
  .news-single {
    padding-bottom: 28.5714285714vw;
  }
}
.news-single__inner {
  display: flex;
  justify-content: space-between;
  width: 85.7142857143vw;
  margin: 7.1428571429vw auto 0;
}

@media screen and (max-width: 950px) {
  .news-single__inner {
    flex-direction: column;
    width: 91.4285714286vw;
    margin-top: 14.2857142857vw;
  }
}
.news-single__main {
  width: 54.2857142857vw;
}

@media screen and (max-width: 950px) {
  .news-single__main {
    width: 100%;
  }
}
.news-single__head {
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 950px) {
  .news-single__head {
    padding-bottom: 7.1428571429vw;
  }
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 3.5714285714vw;
}

@media screen and (max-width: 950px) {
  .news-single__meta {
    gap: 5.7142857143vw;
  }
}
.news-single__date {
  color: #868686;
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.05vw;
}

@media screen and (max-width: 950px) {
  .news-single__date {
    font-size: 4vw;
    line-height: 1.71;
    letter-spacing: 0.2vw;
  }
}
.news-single__category {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242424;
  color: var(--color-white);
  font-size: 0.8571428571vw;
  line-height: 1;
  letter-spacing: 0.0428571429vw;
  padding: 0.5714285714vw 1vw;
}

@media screen and (max-width: 950px) {
  .news-single__category {
    font-size: 2.8571428571vw;
    line-height: 1;
    letter-spacing: 0.1428571429vw;
    padding: 2vw 3.4285714286vw;
  }
}
.news-single__title {
  margin-top: 1vw;
  font-size: 1.8571428571vw;
  font-weight: 700;
  line-height: 1.62;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 950px) {
  .news-single__title {
    margin-top: 3.7142857143vw;
    font-size: 4.5714285714vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.news-single__content {
  padding-top: 3.9285714286vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.12em;
}

.news-single__content p {
  margin-top: 1.7142857143vw;
}

.news-single__content p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 950px) {
  .news-single__content {
    padding-top: 6.5714285714vw;
    padding-bottom: 14.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
  .news-single__content p {
    margin-top: 5.1428571429vw;
  }
  .news-single__content p:first-child {
    margin-top: 0;
  }
}
.news-single__image {
  width: 45.7142857143vw;
  height: 30.5714285714vw;
  margin: 2.8571428571vw 0 0;
  background: #d9d9d9;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .news-single__image {
    width: 91.4285714286vw;
    height: 61.1428571429vw;
    margin-top: 8.5714285714vw;
  }
}
.news-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-single__content h2 {
  margin-top: 2.8571428571vw;
  font-size: 1.2857142857vw;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 950px) {
  .news-single__content h2 {
    margin-top: 9.1428571429vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.2vw;
  }
}
.news-single__pager {
  display: flex;
  justify-content: space-between;
  margin-top: 3.3571428571vw;
  padding: 0 1.0714285714vw;
}

@media screen and (max-width: 950px) {
  .news-single__pager {
    margin-top: 9.7142857143vw;
    padding: 0 5.7142857143vw;
  }
}
.news-single__pager-link {
  font-family: var(--font-shippori);
  font-size: 1vw;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 950px) {
  .news-single__pager-link {
    font-size: 4vw;
  }
}
.news-single__side {
  width: 24.8571428571vw;
}

@media screen and (max-width: 950px) {
  .news-single__side {
    width: 100%;
    margin-top: 14.8571428571vw;
  }
}
.news-single__side-title {
  font-family: var(--font-shippori);
  font-size: 1.7142857143vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 950px) {
  .news-single__side-title {
    font-size: 4.5714285714vw;
    line-height: 1.3;
    letter-spacing: 0.2285714286vw;
  }
}
.news-single__side-list {
  margin-top: 1.2857142857vw;
}

@media screen and (max-width: 950px) {
  .news-single__side-list {
    margin-top: 2.8571428571vw;
  }
}
.news-single__side-text {
  width: 100%;
  margin-top: 0.7142857143vw;
  overflow: visible;
  font-size: 0.9285714286vw;
  line-height: 1.7;
  letter-spacing: 0.17em;
  white-space: normal;
  text-overflow: clip;
}

@media screen and (max-width: 950px) {
  .news-single__side-text {
    margin-top: 2vw;
    overflow: visible;
    font-size: 4vw;
  }
}
.news-single__side-item {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.0714285714vw 0;
}

@media screen and (max-width: 950px) {
  .news-single__side-item {
    padding: 4.2857142857vw 0;
  }
}
@media screen and (max-width: 950px) {
  .news-single__side-item:first-child {
    border-top: none;
  }
}
.news-single__side-list .news-single__side-item:nth-of-type(5) {
  border-bottom: 1px solid #d8d8d8;
}

.news-single__side-date {
  width: 100%;
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.0428571429vw;
}

@media screen and (max-width: 950px) {
  .news-single__side-date {
    font-size: 4vw;
  }
}
.home-guarantee {
  background: #fff;
  color: #3b3b3b;
}

.home-guarantee-intro {
  padding-bottom: 10.7142857143vw;
}

@media screen and (max-width: 950px) {
  .home-guarantee-intro {
    padding-bottom: 0;
  }
}
.home-guarantee-strength {
  color: #fff;
}

.home-guarantee-strength .page-heading__en {
  color: var(--color-white);
}

.home-guarantee-strength__bg {
  padding: 7.1428571429vw 0;
  background-image: url("../../img/home-guarantee/bg_home_guarantee_strength_01.webp");
  background-size: cover;
  background-position: center;
}

.home-guarantee-strength__inner {
  width: 92.7857142857vw;
  margin: 0 auto;
  text-align: center;
}

.home-guarantee-strength__lead {
  margin: 3vw auto 0;
  letter-spacing: 0.13em;
}

.home-guarantee-strength__note {
  margin-top: 0.2857142857vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05vw;
}

.home-guarantee-strength__subtitle {
  margin-top: 5.2142857143vw;
  font-family: var(--font-shippori);
  font-size: 1.5714285714vw;
  line-height: 1.3;
  letter-spacing: 0.0785714286vw;
}

.home-guarantee-strength__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.6428571429vw;
  row-gap: 2.6428571429vw;
  margin-top: 3.2142857143vw;
}

.home-guarantee-strength__card {
  width: 26.8571428571vw;
  height: 21.4285714286vw;
  padding: 2.9285714286vw 2.2857142857vw 0;
  background: #fff;
  color: #333;
  text-align: left;
}

.home-guarantee-strength__card-title {
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.0714285714vw;
}

.home-guarantee-strength__card-text {
  margin-top: 1.5714285714vw;
  letter-spacing: 0.1em;
}

.home-guarantee-merit {
  padding: 10.7142857143vw 0 0;
}

.home-guarantee-merit__list {
  column-gap: 1.8571428571vw;
  row-gap: 2.1428571429vw;
  margin-top: 3.5714285714vw;
}

.home-guarantee-merit__item {
  width: 40.5vw;
  height: 14.2142857143vw;
  padding: 3vw 2.5vw 0;
  border-top: 1px solid #a8a48f;
  background-image: url("../../img/home-guarantee/bg_home_guarantee_merit.webp");
}

.home-guarantee-merit__item-text {
  margin-top: 1.3571428571vw;
  letter-spacing: 0.08em;
}

.home-guarantee-merit__more {
  margin-top: 7.1428571429vw;
  text-align: center;
}

.home-guarantee-merit__more-title {
  font-family: var(--font-shippori);
  font-size: 1.5714285714vw;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.home-guarantee-merit__banner {
  display: block;
  width: 19.2857142857vw;
  height: 7.7142857143vw;
  margin: 1.8571428571vw auto 0;
}

.home-guarantee-merit__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 950px) {
  .home-guarantee-strength__bg {
    padding: 20.5714285714vw 4.2857142857vw;
    background-image: url("../../img/home-guarantee/bg_home_guarantee_strength_01_sp.webp");
  }
  .home-guarantee-strength__inner {
    width: 100%;
  }
  .home-guarantee-strength__lead {
    width: 100%;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.11em;
    margin-top: 8.5714285714vw;
  }
  .home-guarantee-strength__note {
    margin-top: 1.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1714285714vw;
  }
  .home-guarantee-strength__subtitle {
    margin-top: 10.2857142857vw;
    font-size: 4.5714285714vw;
    letter-spacing: 0.2285714286vw;
  }
  .home-guarantee-strength__cards {
    flex-direction: column;
    align-items: center;
    margin-top: 9.1428571429vw;
    gap: 4.2857142857vw;
  }
  .home-guarantee-strength__card {
    width: 100%;
    padding: 9.4285714286vw 10.8571428571vw;
    height: auto;
  }
  .home-guarantee-strength__card-title {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.2vw;
  }
  .home-guarantee-strength__card-text {
    margin-top: 4.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
  .home-guarantee-merit {
    padding: 20vw 0 0;
  }
  .home-guarantee-merit__inner {
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
  .home-guarantee-merit__list {
    flex-direction: column;
    row-gap: 4.2857142857vw;
    margin-top: 10.5714285714vw;
  }
  .home-guarantee-merit__item {
    width: 100%;
    padding: 6.2857142857vw 7.4285714286vw 8vw;
    background-image: url("../../img/home-guarantee/bg_home_guarantee_merit_sp.webp");
    height: auto;
  }
  .home-guarantee-merit__more-title {
    font-size: 4.5714285714vw;
    letter-spacing: 0.2285714286vw;
  }
  .home-guarantee-merit__item-text {
    margin-top: 3.7142857143vw;
  }
  .home-guarantee-merit__more {
    margin-top: 14.2857142857vw;
  }
  .home-guarantee-merit__banner {
    width: 45.7142857143vw;
    height: auto;
    margin: 7.4285714286vw auto 0;
    margin-top: 5.4285714286vw;
  }
}
.home-loan {
  background: #fff;
  color: #3b3b3b;
}

.home-loan-can-do {
  padding: 10.7142857143vw 0 3.2142857143vw;
  text-align: center;
}

.home-loan-can-do__inner {
  width: 60.7142857143vw;
  margin: 0 auto;
}

.home-loan-can-do__lead {
  margin-top: 2.6428571429vw;
  letter-spacing: 0.16em;
}

.home-loan-can-do__text {
  margin-top: 1.7857142857vw;
  letter-spacing: 0.12em;
}

.home-loan-can-do__cards {
  display: flex;
  margin-top: 3.4285714286vw;
  gap: 1.4285714286vw;
  justify-content: center;
}

.home-loan-can-do__card {
  padding: 2.2857142857vw 1.8571428571vw 1.5vw;
  border: 1px solid #bdbdbd;
  text-align: left;
  width: calc((100% - 1.4285714286vw) / 2);
}

.home-loan-can-do__logo {
  margin: 0 auto;
}

.home-loan-can-do__logo--house-depot {
  width: 25.0714285714vw;
  height: 3.3571428571vw;
}

.home-loan-can-do__logo--tosto {
  width: 17.5vw;
  height: 4.6428571429vw;
  margin-top: -0.6428571429vw;
}

.home-loan-can-do__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-loan-can-do__card-title {
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.0714285714vw;
  text-align: center;
}

.home-loan-can-do__card-text {
  margin-top: 1.4285714286vw;
  letter-spacing: 0.08em;
  width: 105%;
  margin-left: -2.5%;
}

.home-loan-can-do__logo--tosto + .home-loan-can-do__card-text {
  margin-top: 0.8571428571vw;
}

.home-loan-difference {
  padding: 7.1428571429vw 0 0;
}

.home-loan-difference__list {
  column-gap: 2.1428571429vw;
  row-gap: 2.1428571429vw;
  margin-top: 3.8571428571vw;
}

.home-loan-difference__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40.5vw;
  height: 14.2142857143vw;
  border-top: 1px solid #d0cbb8;
  background-image: linear-gradient(116deg, #fbf8e9 0%, #fffef8 56%, #f6f2dc 100%);
}

.home-loan-difference__item-text {
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0714285714vw;
  text-align: center;
}

.home-loan-difference__closing {
  margin-top: 1.9285714286vw;
}

@media screen and (max-width: 950px) {
  .home-loan-can-do {
    padding: 20vw 0 0;
  }
  .home-loan-can-do__inner {
    width: 100%;
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
  .home-loan-can-do__lead {
    margin-top: 9.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  .home-loan-can-do__text {
    margin-top: 5.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  .home-loan-can-do__cards {
    flex-direction: column;
    row-gap: 4.2857142857vw;
    margin-top: 8.5714285714vw;
    width: 100%;
  }
  .home-loan-can-do__card {
    width: 100%;
    padding: 7.7142857143vw 5.4285714286vw;
  }
  .home-loan-can-do__logo--house-depot {
    width: 78.2857142857vw;
    height: 10.2857142857vw;
  }
  .home-loan-can-do__logo--tosto {
    width: 54vw;
    height: 14.2857142857vw;
    margin-top: -2.5714285714vw;
  }
  .home-loan-can-do__card-title {
    font-size: 4.5714285714vw;
    letter-spacing: 0.2285714286vw;
  }
  .home-loan-can-do__card-text {
    margin-top: 4.5714285714vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
    width: 100%;
    margin-left: 0;
  }
  .home-loan-can-do__logo--tosto + .home-loan-can-do__card-text {
    margin-top: 3.4285714286vw;
  }
  .home-loan-difference {
    padding: 20vw 0 0;
  }
  .home-loan-difference__inner {
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
  .home-loan-difference__list {
    flex-direction: column;
    row-gap: 4.2857142857vw;
    margin-top: 8.5714285714vw;
  }
  .home-loan-difference__item {
    width: 100%;
    height: 27.4285714286vw;
  }
  .home-loan-difference__item-text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.2vw;
  }
  .home-loan-difference__closing {
    margin-top: 7.1428571429vw;
  }
}
.building-materials {
  background: #fff;
  color: #3b3b3b;
}

.building-materials-problems {
  padding: 0 0 10.7142857143vw;
}

@media screen and (max-width: 950px) {
  .building-materials-problems {
    padding: 20vw 4.2857142857vw 0;
  }
}
.building-materials-problems__inner {
  width: 85.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .building-materials-problems__inner {
    width: 100%;
  }
}
.building-materials-problems__en {
  letter-spacing: 0.07em;
}

.building-materials-problems__lead {
  margin-top: 2.7142857143vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 950px) {
  .building-materials-problems__lead {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1714285714vw;
    margin-top: 8.5714285714vw;
  }
}
.building-materials-problems__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.4285714286vw;
  row-gap: 1.5714285714vw;
  margin-top: 2.8571428571vw;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 950px) {
  .building-materials-problems__list {
    flex-direction: column;
    margin-top: 8.5714285714vw;
    gap: 4.2857142857vw;
  }
}
.building-materials-problems__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.5714285714vw;
  height: 7.1428571429vw;
  padding: 0 3vw;
  background: #171717;
  color: #ebe7c7;
  font-size: 1vw;
  line-height: 2;
  letter-spacing: 0.05vw;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .building-materials-problems__item {
    width: 100%;
    height: auto;
    padding: 7.7142857143vw 5.7142857143vw;
    color: #ebe7c7;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1714285714vw;
  }
}
.building-materials-can-do {
  padding-bottom: 10.7142857143vw;
}

@media screen and (max-width: 950px) {
  .building-materials-can-do {
    padding-bottom: 0;
  }
}
.building-materials-can-do .split-section__content {
  padding-top: 0;
  padding-right: 2.8571428571vw;
}

.building-materials-can-do__en {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 950px) {
  .building-materials-can-do__text {
    margin-top: 9.1428571429vw;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 950px) {
  .building-materials-can-do__image {
    width: 91.1428571429vw;
    height: 67.1428571429vw;
  }
}
.building-materials-reason {
  padding: 6vw 0 5.5714285714vw;
  background: #171717;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .building-materials-reason {
    padding: 20vw 4.2857142857vw;
  }
}
.building-materials-reason__inner {
  width: 85.7142857143vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__inner {
    width: 100%;
  }
}
.building-materials-reason__en {
  color: #fff;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__en {
    color: #ffffff;
  }
}
.building-materials-reason__title {
  color: #fff;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__title {
    color: #ffffff;
  }
}
.building-materials-reason__list {
  display: flex;
  column-gap: 2.1428571429vw;
  margin-top: 2.9285714286vw;
  justify-content: center;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__list {
    flex-direction: column;
    row-gap: 4.8571428571vw;
    margin-top: 9.1428571429vw;
  }
}
.building-materials-reason__item {
  width: 19.9285714286vw;
  height: 24.7142857143vw;
  padding: 2.5vw 1.8571428571vw 0px;
  background: #fff;
  color: var(--color-text-default);
}

@media screen and (max-width: 950px) {
  .building-materials-reason__item {
    width: 100%;
    height: auto;
    padding: 8.8571428571vw 10.8571428571vw 9.4285714286vw;
  }
}
.building-materials-reason__icon {
  width: 2.4285714286vw;
  height: 2.4285714286vw;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__icon {
    width: 9.7142857143vw;
    height: 9.7142857143vw;
  }
}
.building-materials-reason__icon--people {
  background-image: url("../../img/building-materials/icon_building_materials_reason_network.svg");
}

.building-materials-reason__icon--chart {
  background-image: url("../../img/building-materials/icon_building_materials_reason_lineup.svg");
}

.building-materials-reason__icon--truck {
  background-image: url("../../img/building-materials/icon_building_materials_reason_logistics.svg");
}

.building-materials-reason__icon--building {
  background-image: url("../../img/building-materials/icon_building_materials_reason_needs.svg");
}

.building-materials-reason__item-title {
  margin-top: 1.3571428571vw;
  font-family: var(--font-shippori);
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  width: 105%;
  margin-left: -2.5%;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__item-title {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.2vw;
    margin-top: 4vw;
  }
}
.building-materials-reason__item-text {
  margin-top: 1.2857142857vw;
}

@media screen and (max-width: 950px) {
  .building-materials-reason__item-text {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.114em;
    margin-top: 4vw;
  }
}
.building-materials-merit {
  padding: 10.5vw 0 7.7142857143vw;
}

@media screen and (max-width: 950px) {
  .building-materials-merit {
    padding: 20vw 4.2857142857vw 10vw;
  }
}
.building-materials-merit__lead {
  width: 62.1428571429vw;
  margin-top: 2.8571428571vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 950px) {
  .building-materials-merit__lead {
    width: 100%;
    margin-top: 8.5714285714vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1714285714vw;
  }
}
.building-materials-merit__list {
  column-gap: 2.5714285714vw;
  margin-top: 3.7142857143vw;
}

@media screen and (max-width: 950px) {
  .building-materials-merit__list {
    flex-direction: column;
    row-gap: 7.1428571429vw;
    margin-top: 9.1428571429vw;
  }
}
.building-materials-merit__item {
  width: 26.8571428571vw;
  height: 14.2142857143vw;
  padding: 2.7857142857vw 3vw 0px 1.7142857143vw;
  border-top: 1px solid var(--color-sand-border);
  background-image: url("../../img/common/bg_merit.webp");
}

@media screen and (max-width: 950px) {
  .building-materials-merit__item {
    width: 91.7142857143vw;
    height: auto;
    padding: 6.2857142857vw 7.1428571429vw 4.8571428571vw;
    background-image: url("../../img/common/bg_merit_sp.webp");
  }
}
.building-materials-merit__item-text {
  margin-top: 1.5vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05vw;
}

@media screen and (max-width: 950px) {
  .building-materials-merit__item-text {
    margin-top: 3.7142857143vw;
    font-size: 3.4285714286vw;
    line-height: 1.51;
  }
}
.building-materials-case {
  padding: 2.8571428571vw 0 6.7857142857vw;
}

@media screen and (max-width: 950px) {
  .building-materials-case {
    padding: 12.2857142857vw 4.2857142857vw 10vw;
  }
}
.building-materials-case__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 85.7142857143vw;
  margin: 0 auto;
  padding: 4.0714285714vw 5.2857142857vw;
  border: 1px solid var(--color-border-light);
}

@media screen and (max-width: 950px) {
  .building-materials-case__inner {
    flex-direction: column;
    width: 100%;
    padding: 13.7142857143vw 5.7142857143vw 14.2857142857vw;
  }
}
.building-materials-case__content {
  width: 31.4285714286vw;
}

@media screen and (max-width: 950px) {
  .building-materials-case__content {
    display: contents;
    width: 100%;
  }
}
.building-materials-case__text {
  margin-top: 2.8571428571vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.15em;
  padding-right: 3.5714285714vw;
}

@media screen and (max-width: 950px) {
  .building-materials-case__text {
    order: 2;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-top: 8.8571428571vw;
    padding-right: 0;
  }
}
.building-materials-case__image {
  width: 42.2142857143vw;
  height: 27.8571428571vw;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .building-materials-case__image {
    order: 1;
    width: 100%;
    height: 52.5714285714vw;
    margin-top: 8.5714285714vw;
  }
}
.building-materials-case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.building-materials-area {
  padding: 4vw 0 0;
}

@media screen and (max-width: 950px) {
  .building-materials-area {
    padding: 9.1428571429vw 0 0;
  }
}
.building-materials-area__inner {
  display: flex;
  align-items: center;
  width: 71.5vw;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .building-materials-area__inner {
    flex-direction: column;
    width: 100%;
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
}
.building-materials-area__map {
  width: 33.9285714286vw;
  height: 41vw;
}

@media screen and (max-width: 950px) {
  .building-materials-area__map {
    order: 2;
    width: 91.4285714286vw;
    height: auto;
    margin-top: 8.5714285714vw;
  }
}
.building-materials-area__map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.building-materials-area__content {
  width: 32.5714285714vw;
  margin-left: 5vw;
}

@media screen and (max-width: 950px) {
  .building-materials-area__content {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.building-materials-area__text {
  margin-top: 2.7142857143vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 950px) {
  .building-materials-area__text {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 9.7142857143vw;
  }
}
.pet-friendly {
  background: #fff;
  color: #242424;
}

.pet-friendly-can-do {
  padding-top: 10.7142857143vw;
  padding-bottom: 5.3571428571vw;
}

.pet-friendly-can-do__bg {
  position: relative;
  width: 100vw;
  height: 48vw;
  margin: 0 auto;
  overflow: hidden;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
}

.pet-friendly-can-do__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.pet-friendly-can-do__image-track {
  display: flex;
  width: max-content;
  height: 100%;
}

.pet-friendly-can-do__image picture {
  display: block;
  flex-shrink: 0;
  width: 189.2857142857vw;
  height: 48vw;
}

.pet-friendly-can-do__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.pet-friendly-can-do__card {
  position: relative;
  z-index: 1;
  width: 36.1428571429vw;
  padding: 6.5714285714vw 3.7142857143vw;
  margin-left: 12.8571428571vw;
  background: #fff;
  height: 34.7142857143vw;
}

.pet-friendly-can-do__text {
  margin-top: 2.8571428571vw;
  letter-spacing: 0.12em;
}

.pet-friendly-difference {
  padding-top: 5.3571428571vw;
  padding-bottom: 10.7142857143vw;
}

.pet-friendly-difference__inner {
  display: flex;
  justify-content: space-between;
  width: 69.2857142857vw;
  margin: 0 auto;
}

.pet-friendly-difference__lead {
  position: sticky;
  top: 5.7142857143vw;
  z-index: 1;
  align-self: flex-start;
  width: 29.6428571429vw;
  background: #fff;
}

.pet-friendly-difference__text {
  margin-top: 2.5714285714vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.14em;
}

.pet-friendly-difference__note {
  margin-top: 2vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.14em;
}

.pet-friendly-difference__list {
  width: 32.5vw;
}

.pet-friendly-difference__item + .pet-friendly-difference__item {
  margin-top: 5vw;
}

.pet-friendly-difference__image {
  width: 32.5vw;
  height: 23.8571428571vw;
  overflow: hidden;
}

.pet-friendly-difference__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-friendly-difference__item-title {
  margin-top: 1.7142857143vw;
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.0714285714vw;
}

.pet-friendly-difference__item-text {
  margin-top: 1.1428571429vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.1em;
}

.pet-friendly-service {
  padding-top: 10.7142857143vw;
}

.pet-friendly-service__inner {
  width: 85.7142857143vw;
  margin: 0 auto;
}

.pet-friendly-service__lead {
  margin-top: 3vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.14em;
}

.pet-friendly-service__cards {
  display: flex;
  justify-content: space-between;
  margin: 1.4285714286vw auto 0;
  width: 82.8571428571vw;
  align-items: flex-end;
}

.pet-friendly-service__card {
  width: 22.4285714286vw;
  text-align: center;
}

.pet-friendly-service__rule {
  width: 0.0714285714vw;
  height: 26.8571428571vw;
  background: var(--color-gray-440);
}

.pet-friendly-service__image {
  width: 22.4285714286vw;
  height: 14.0714285714vw;
  overflow: hidden;
}

.pet-friendly-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-friendly-service__card-title {
  margin-top: 1.5714285714vw;
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.0714285714vw;
}

.pet-friendly-service__card-text {
  margin-top: 1.5714285714vw;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.1em;
  text-align: left;
}

.pet-friendly-service__banner {
  display: block;
  width: 55vw;
  height: 10.7142857143vw;
  margin-top: 8.4285714286vw;
  margin-left: auto;
  margin-right: auto;
}

.pet-friendly-service__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 950px) {
  .pet-friendly-can-do {
    padding-top: 20vw;
    padding-bottom: 0;
  }
  .pet-friendly-can-do__bg {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .pet-friendly-can-do__image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 56vw;
  }
  .pet-friendly-can-do__image picture {
    width: 220.5714285714vw;
    height: 56vw;
  }
  .pet-friendly-can-do__card {
    width: 100%;
    padding: 8.5714285714vw 4.2857142857vw 0;
    margin-left: 0;
    height: auto;
  }
  .pet-friendly-can-do__text {
    margin-top: 8.5714285714vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .pet-friendly-difference {
    padding-top: 17.1428571429vw;
    padding-bottom: 0;
  }
  .pet-friendly-difference__inner {
    display: block;
    width: 100%;
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
  .pet-friendly-difference__lead {
    position: relative;
    top: 0;
    width: 100%;
  }
  .pet-friendly-difference__text {
    margin-top: 8.5714285714vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.11em;
  }
  .pet-friendly-difference__note {
    margin-top: 5.4285714286vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .pet-friendly-difference__list {
    width: 100%;
    margin-top: 8.5714285714vw;
  }
  .pet-friendly-difference__item + .pet-friendly-difference__item {
    margin-top: 8.5714285714vw;
  }
  .pet-friendly-difference__image {
    width: 100%;
    height: 67.1428571429vw;
  }
  .pet-friendly-difference__item-title {
    margin-top: 6vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 0.2vw;
  }
  .pet-friendly-difference__item-text {
    margin-top: 4.5714285714vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .pet-friendly-service {
    padding-top: 20vw;
  }
  .pet-friendly-service__inner {
    width: 100%;
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
  .pet-friendly-service__lead {
    width: 100%;
    margin-top: 8.5714285714vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
  .pet-friendly-service__cards {
    display: block;
    width: 100%;
    margin-top: 8.5714285714vw;
  }
  .pet-friendly-service__card {
    width: 100%;
  }
  .pet-friendly-service__card + .pet-friendly-service__card {
    margin-top: 15.4285714286vw;
  }
  .pet-friendly-service__rule {
    width: 100%;
    height: 0.2857142857vw;
    margin-top: 8.5714285714vw;
  }
  .pet-friendly-service__rule + .pet-friendly-service__card {
    margin-top: 8.5714285714vw;
  }
  .pet-friendly-service__image {
    width: 100%;
    height: 57.4285714286vw;
  }
  .pet-friendly-service__card-title {
    margin-top: 3.4285714286vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.2vw;
  }
  .pet-friendly-service__card-text {
    margin-top: 4vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .pet-friendly-service__banner {
    width: 100%;
    height: auto;
    margin-top: 14.2857142857vw;
  }
  .pet-friendly-service__banner img {
    height: auto;
  }
}
.company {
  background: #fff;
  color: #151515;
}

.company-profile {
  padding: 7.1428571429vw 0 10.7142857143vw;
}

.company-profile__inner {
  display: flex;
  align-items: flex-start;
  width: 85.7142857143vw;
  margin: 0 auto;
}

.company-index {
  width: 15.7142857143vw;
  padding: 2.1428571429vw 2.1428571429vw 1.5714285714vw;
  border: 1px solid var(--color-gray-480);
}

.company-index__title {
  position: relative;
  font-family: var(--font-shippori);
  font-size: 1.5714285714vw;
  line-height: 1.3;
  letter-spacing: 0.0785714286vw;
}

.company-index__title::after {
  content: "";
  position: absolute;
  top: 2.5714285714vw;
  left: 0;
  width: 4.6428571429vw;
  height: 0.0714285714vw;
  background: var(--color-gray-440);
}

.company-index__list {
  margin: 2.3571428571vw 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 950px) {
  .company-index__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    height: 34.2857142857vw;
    margin-top: 9.4285714286vw;
    margin-left: 6vw;
    column-gap: 0;
    row-gap: 0;
  }
  .company-index__item {
    width: 33.7142857143vw;
    height: 11.4285714286vw;
  }
  .company-profile__inner.is-history .company-index {
    margin-top: 7.1428571429vw;
  }
}
.company-index__link {
  display: block;
  width: 100%;
  padding-left: 2.4285714286vw;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 1vw;
  line-height: 2.8571;
  letter-spacing: 0.05vw;
  cursor: pointer;
  text-align: left;
}

@media screen and (max-width: 950px) {
  .company-index__link {
    width: 33.7142857143vw;
    padding-left: 0;
    font-size: 4vw;
    line-height: 2.86;
    letter-spacing: 0.2vw;
  }
}
.company-index__link.is-current,
.company-index__link.is-active {
  color: #e43b3b;
}

.company-profile__content {
  width: 62.8571428571vw;
  margin-left: 7.1428571429vw;
}

.company-profile__title {
  font-family: var(--font-shippori);
  font-size: 1.5714285714vw;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.0785714286vw;
}

.company-panel[hidden] {
  display: none;
}

.company-table {
  margin-top: 1vw;
}

.company-table__row {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}

.company-table__term, .company-table__desc {
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.05vw;
}

.company-table__term {
  width: 8.7142857143vw;
  padding: 2.3571428571vw 0;
  font-weight: 400;
}

.company-table__desc {
  width: 39.5714285714vw;
  margin: 0;
  padding: 2.3571428571vw 0;
}

.company-message__image {
  width: 42.3571428571vw;
  height: 22.3571428571vw;
  margin-top: 3.7142857143vw;
  overflow: hidden;
}

.company-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-message__text {
  margin-top: 2vw;
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.14em;
  padding-right: 6.0714285714vw;
}

.company-message__text + .company-message__text {
  margin-top: 1.7857142857vw;
}

.company-message__name {
  margin-top: 3.3571428571vw;
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.05vw;
}

.company-history {
  margin-top: 3.7142857143vw;
}

.company-history__row {
  display: flex;
  width: 49.7142857143vw;
  border: 1px solid #d9d9d9;
}

.company-history__row + .company-history__row {
  margin-top: 1.2857142857vw;
}

.company-history__date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.0714285714vw;
  height: 7vw;
  margin: 0;
  background: #202020;
  color: #fff;
  font-family: var(--font-shippori);
  font-size: 0.9285714286vw;
  line-height: 1.8462;
  letter-spacing: 0.0464285714vw;
}

.company-history__body {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 40.6428571429vw;
  height: 7vw;
  margin: 0;
  padding: 0 3.0714285714vw;
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.05vw;
}

.company-history__dots {
  width: 49.7142857143vw;
  margin-top: 1.4285714286vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4285714286vw;
}

.company-history__dots span {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background: var(--color-eyebrow);
}

.company-office {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.5vw;
  row-gap: 3.4285714286vw;
  margin-top: 3.5714285714vw;
}

.company-office__item {
  width: 29.6428571429vw;
}

.company-office__image {
  width: 29.6428571429vw;
  height: 19.6428571429vw;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .company-office__image {
    width: 100%;
    height: 60.5714285714vw;
  }
}
.company-office__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-office__name {
  margin-top: 1.2857142857vw;
  font-family: var(--font-shippori);
  font-size: 1.4285714286vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.0714285714vw;
}

.company-office__address-title,
.company-office__address,
.company-office__tel,
.company-office__fax,
.company-office__access-title,
.company-office__access {
  margin-top: 0.0714285714vw;
  font-size: 1vw;
  line-height: 1.6143;
  letter-spacing: 0.05vw;
}

.company-office__address-title {
  margin-top: 0.7142857143vw;
}

.company-office__address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-office__map {
  display: flex;
  align-items: center;
  font-size: 0.8571428571vw;
  line-height: 2;
  letter-spacing: 0.0428571429vw;
  gap: 0.5714285714vw;
}

.company-office__map img {
  width: 1.2857142857vw;
  height: 1.5714285714vw;
}

.company-office__access-title {
  margin-top: 2vw;
}

.company-group {
  margin-top: 3.9285714286vw;
}

@media screen and (max-width: 950px) {
  .company-group {
    margin-top: 9.1428571429vw;
  }
}
.company-group__row {
  display: flex;
  align-items: center;
  width: 49.7142857143vw;
  height: 7vw;
  border: 1px solid #d9d9d9;
}

@media screen and (max-width: 950px) {
  .company-group__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 25.7142857143vw;
    padding: 5.1428571429vw 0 0;
  }
}
.company-group__row + .company-group__row {
  margin-top: 1.4285714286vw;
}

@media screen and (max-width: 950px) {
  .company-group__row + .company-group__row {
    margin-top: 5.7142857143vw;
  }
}
.company-group__logo {
  width: auto;
  margin: 0 0 0 2.7857142857vw;
  height: 2.1428571429vw;
}

.company-group__logo.company-group__logo--house-depot {
  height: 2.3571428571vw;
}

@media screen and (max-width: 950px) {
  .company-group__logo.company-group__logo--house-depot {
    height: 6.8571428571vw;
  }
}
.company-group__logo img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .company-group__logo {
    width: auto;
    height: 6.2857142857vw;
    margin-left: 0;
  }
  .company-group__logo img {
    width: auto;
    height: 100%;
  }
}
.company-group__name {
  margin: 0.5vw 0 0 1.4285714286vw;
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 950px) {
  .company-group__name {
    width: 100%;
    margin-left: 0;
    margin-top: 2.8571428571vw;
    font-size: 3.4285714286vw;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.company-maker__tabs {
  display: flex;
  column-gap: 0.3571428571vw;
  margin-top: 3.9285714286vw;
}

.company-maker__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8571428571vw;
  height: 3.1428571429vw;
  padding: 0 1.1428571429vw;
  border: 1px solid #d9d9d9;
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}

.company-maker__tab.is-active {
  color: #e43b3b;
}

.company-maker__tab-arrow {
  width: 0.5714285714vw;
  height: 0.6428571429vw;
  position: absolute;
  top: 50%;
  right: 1.1428571429vw;
  transform: translateY(-50%);
}

.company-maker {
  margin-top: 0.5vw;
}

.company-maker__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

.company-maker__row[hidden] {
  display: none;
}

.company-maker__term {
  width: 8.7857142857vw;
  padding: 2.7142857143vw 0;
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.company-maker__desc {
  width: 53.5714285714vw;
  margin: 0;
  padding: 2.1428571429vw 0;
  font-size: 1vw;
  line-height: 1.7143;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 950px) {
  .company-profile {
    padding: 20vw 0 28.5714285714vw;
  }
  .company-profile__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 4.2857142857vw;
    padding-left: 4.2857142857vw;
  }
  .company-index {
    width: 100%;
    order: 2;
    margin-top: 14.2857142857vw;
    padding: 9.1428571429vw 8.5714285714vw 11.7142857143vw;
  }
  .company-profile__content {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    order: 1;
  }
  .company-index__title {
    font-size: 6.2857142857vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .company-profile__title {
    font-size: 4.5714285714vw;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .company-table {
    margin-top: 0.8571428571vw;
  }
  .company-table__row {
    display: block;
  }
  .company-table__term {
    width: 100%;
    padding: 7.1428571429vw 0 0;
    font-size: 3.4285714286vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .company-table__desc {
    width: 100%;
    padding: 0 0 7.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 4.2857142857vw;
  }
  .company-table__desc.company-table__desc--officers {
    line-height: 1.5;
  }
  .company-message__image {
    width: 100%;
    height: 48.5714285714vw;
    margin-top: 8.5714285714vw;
  }
  .company-message__text,
  .company-message__name {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .company-message__text {
    margin-top: 5.7142857143vw;
    padding-right: 0;
  }
  .company-message__text + .company-message__text {
    margin-top: 5.7142857143vw;
  }
  .company-message__name {
    margin-top: 10.2857142857vw;
  }
  .company-panel--office {
    width: 100%;
  }
  .company-history__row,
  .company-maker__row {
    display: block;
    width: 100%;
  }
  .company-history {
    margin-top: 8.5714285714vw;
  }
  .company-history__row + .company-history__row {
    margin-top: 6.5714285714vw;
  }
  .company-history__date,
  .company-maker__term,
  .company-maker__desc {
    width: 100%;
  }
  .company-history__body {
    width: 100%;
    height: 24.5714285714vw;
    padding: 0 5.7142857143vw;
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .company-history__date {
    width: 100%;
    height: 11.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .company-history__dots {
    width: 100%;
    margin-top: 5.7142857143vw;
  }
  .company-office {
    display: block;
    margin-top: 8.5714285714vw;
  }
  .company-office__item {
    width: 100%;
  }
  .company-office__item + .company-office__item {
    margin-top: 8.5714285714vw;
  }
  .company-office__name {
    margin-top: 4.8571428571vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .company-office__access {
    margin-top: 0.2857142857vw;
  }
  .company-office__address-title {
    margin-top: 2.8571428571vw;
    line-height: 1.5;
  }
  .company-office__address,
  .company-office__tel,
  .company-office__fax,
  .company-office__access-title,
  .company-office__access {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 0.8571428571vw;
  }
  .company-office__access-title {
    margin-top: 4.2857142857vw;
  }
  .company-office__address {
    flex-direction: column;
    margin-top: 0px;
  }
  .company-office__tel {
    margin-top: 2vw;
  }
  .company-office__map {
    font-size: 3.1428571429vw;
    line-height: 1.64;
    letter-spacing: 0.05em;
    margin-top: 0.8571428571vw;
  }
  .company-maker__tabs {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8.5714285714vw;
    column-gap: 1.1428571429vw;
    row-gap: 1.1428571429vw;
  }
  .company-maker__tab {
    width: 45.1428571429vw;
    height: 11.1428571429vw;
    font-size: 3.4285714286vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .company-maker__tab-arrow {
    width: 2.2857142857vw;
    height: 2.5714285714vw;
  }
  .company-maker__term,
  .company-maker__desc {
    width: 100%;
    font-size: 3.4285714286vw;
    letter-spacing: 0.05em;
  }
  .company-maker__term {
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
  }
  .company-maker__desc {
    margin-top: 3.4285714286vw;
    padding: 0;
    line-height: 1.5;
  }
  .company-maker__row {
    padding-bottom: 5.7142857143vw;
    border-bottom-color: var(--color-gray-440);
  }
  .company-maker__row:first-child {
    padding-bottom: 5.1428571429vw;
  }
  .company-maker__row:first-child .company-maker__term {
    line-height: 2;
  }
  .company-maker__row:first-child .company-maker__desc {
    margin-top: 1.7142857143vw;
  }
  .company-maker__row + .company-maker__row {
    margin-top: 5.7142857143vw;
  }
  .company-maker {
    margin-top: 8.5714285714vw;
  }
}
.privacy {
  padding: 7.1428571429vw 0 10.7142857143vw;
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
}

body.page-privacy-policy .privacy .inner--md,
body.page-privacy-policy .privacy .inner--md {
  width: 73.3571428571vw;
}

.privacy__title {
  font-size: 1.8571428571vw;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.05em;
}

.privacy__intro {
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.11em;
  padding: 2.1428571429vw 0;
}

.privacy__intro p + p {
  margin-top: 1.7142857143vw;
}

.privacy__inner {
  width: 64.2857142857vw;
  border-top: 1px solid var(--color-gray-480);
}

.privacy__note {
  margin-top: 1.4285714286vw;
  color: var(--color-required);
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.privacy__row {
  display: flex;
  align-items: center;
  padding: 2.5vw 0;
  border-bottom: 1px solid var(--color-gray-480);
  color: var(--color-black-soft);
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
}

.privacy__row--message {
  align-items: flex-start;
  border: none;
}

.privacy__label,
.privacy__row > label {
  width: 12.6428571429vw;
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 2;
  letter-spacing: 0.05em;
}

.privacy__required {
  margin-left: 0.4285714286vw;
  color: var(--color-required);
}

.privacy__input,
.privacy__textarea,
.privacy__row input[type=text],
.privacy__row input[type=email],
.privacy__row input[type=tel],
.privacy__row textarea {
  border: 1px solid var(--color-input-border);
  border-radius: 0.2857142857vw;
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-size: 0.8571428571vw;
  letter-spacing: 0;
  box-sizing: border-box;
  outline: none;
}

.privacy__input::placeholder,
.privacy__textarea::placeholder,
.privacy__row input[type=text]::placeholder,
.privacy__row input[type=email]::placeholder,
.privacy__row input[type=tel]::placeholder,
.privacy__row textarea::placeholder {
  color: var(--color-input-placeholder);
}

.privacy__input,
.privacy__row input[type=text],
.privacy__row input[type=email],
.privacy__row input[type=tel] {
  width: 24.0714285714vw;
  height: 3.4285714286vw;
  padding: 0 1.3571428571vw;
}

.privacy__row .wpcf7-form-control-wrap {
  display: block;
}

.privacy__address {
  width: 48vw;
}

.privacy__zip-row {
  display: flex;
  align-items: center;
}

.privacy__address-row {
  display: flex;
  align-items: center;
  margin-top: 0.8571428571vw;
}

.privacy__input--zip,
.privacy__row input.privacy__input--zip,
.privacy__row input[type=text].privacy__input--zip {
  width: 16.4285714286vw;
}

.privacy__zip-row .wpcf7-form-control-wrap {
  width: 16.4285714286vw;
  flex: 0 0 auto;
}

.privacy__input--pref,
.privacy__row input.privacy__input--pref,
.privacy__row input[type=text].privacy__input--pref {
  width: 10.5vw;
}

.privacy__address-row .wpcf7-form-control-wrap:nth-of-type(1),
.privacy__address-row .wpcf7-form-control-wrap[data-name=prefecture] {
  width: 10.5vw;
  flex: 0 0 auto;
}

.privacy__input--street {
  width: 36.7857142857vw;
  margin-left: 0.7142857143vw;
}

.privacy__row input.privacy__input--street,
.privacy__row input[type=text].privacy__input--street {
  width: 36.7857142857vw;
  margin-left: 0;
}

.privacy__address-row .wpcf7-form-control-wrap:nth-of-type(2),
.privacy__address-row .wpcf7-form-control-wrap[data-name=address] {
  width: 36.7857142857vw;
  margin-left: 0.7142857143vw;
  flex: 0 0 auto;
}

.privacy__search {
  width: 7.4285714286vw;
  height: 2.2142857143vw;
  margin-left: 1.4285714286vw;
  border: 0;
  border-radius: 1.1428571429vw;
  background: var(--color-contact-search-bg);
  color: var(--color-white-soft);
  font-size: 0.9285714286vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}

.privacy__textarea,
.privacy__row textarea {
  width: 42.7857142857vw;
  height: 15.5714285714vw;
  padding: 1.4285714286vw;
  resize: vertical;
}

.privacy__privacy {
  margin-top: 1.0714285714vw;
  text-align: center;
}

.privacy__privacy-text {
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 2;
  letter-spacing: 0.11em;
}

.privacy__privacy-text a {
  color: inherit;
  text-decoration: underline;
}

.privacy__privacy-check,
.privacy__row .wpcf7-form-control-wrap[data-name=privacy-policy],
.privacy__row .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0714285714vw;
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.12em;
}

.privacy__checkbox,
.privacy__row input[type=checkbox] {
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  margin: 0 1.3571428571vw 0 0;
  border: 1px solid var(--color-gray-600);
  border-radius: 0;
  appearance: none;
  background: var(--color-white-soft);
}

.privacy__privacy-policy {
  font-weight: 700;
}

.privacy__checkbox:checked,
.privacy__row input[type=checkbox]:checked {
  background: linear-gradient(135deg, transparent 0 46%, var(--color-black-soft) 46% 54%, transparent 54%), linear-gradient(45deg, transparent 0 47%, var(--color-black-soft) 47% 55%, transparent 55%);
}

.privacy__submit,
.privacy__actions input[type=submit],
.privacy__actions .wpcf7-submit {
  display: block;
  width: 21.2142857143vw;
  height: 3.2857142857vw;
  margin: 3.5714285714vw auto 0;
  padding: 0 2.4285714286vw;
  border: 0;
  background-color: var(--color-black-soft);
  background-image: url("../../img/common/icon_contact_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 2.4285714286vw center;
  background-size: 0.5714285714vw 0.6428571429vw;
  color: var(--color-white-soft);
  font: inherit;
  font-size: 0.9285714286vw;
  font-weight: 700;
  line-height: 3.2857142857vw;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16);
}

.privacy__actions {
  position: relative;
}

.privacy__actions input[type=submit],
.privacy__actions .wpcf7-submit {
  margin: 0;
}

.privacy-confirm__value,
.privacy--confirm .privacy__row > label + * {
  width: 42.7857142857vw;
  color: var(--color-black-soft);
  font-size: 1vw;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.privacy-confirm__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7142857143vw;
  margin-top: 3.5714285714vw;
}

.privacy-confirm__back {
  display: block;
  width: 12.8571428571vw;
  height: 3.2857142857vw;
  border: 1px solid var(--color-black-soft);
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-size: 0.9285714286vw;
  font-weight: 700;
  line-height: 3.1428571429vw;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
}

.privacy-confirm__submit {
  margin: 0;
}

.privacy-complete {
  padding: 7.1428571429vw 0 10.7142857143vw;
  background: var(--color-white-soft);
  color: var(--color-black-soft);
  font-family: var(--font-noto);
  font-size: 1vw;
  line-height: 1.71;
}

body.page-privacy-policy .privacy-complete .inner--md {
  width: 73.3571428571vw;
}

@media screen and (max-width: 950px) {
  .privacy-complete {
    padding: 14.2857142857vw 0 28.5714285714vw;
  }
  body.page-privacy-policy .privacy-complete .inner--md {
    width: 91.4285714286vw;
  }
  .privacy__note + .privacy__row {
    padding-top: 4.2857142857vw;
  }
  .privacy__row--message .privacy__label {
    padding-top: 0;
  }
}
.privacy-complete__title {
  font-size: 1.8571428571vw;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 950px) {
  .privacy-complete__title {
    font-size: 4.5714285714vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
.privacy-complete__lead {
  margin-top: 2.1428571429vw;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 950px) {
  .privacy-complete__lead {
    margin-top: 4.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }
}
.privacy-complete__text {
  margin-top: 1.7142857143vw;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 950px) {
  .privacy-complete__text {
    margin-top: 6.8571428571vw;
    font-size: 3.4285714286vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }
}
.privacy-complete__submit {
  display: block;
  width: 21.2142857143vw;
  height: 3.2857142857vw;
  margin: 3.5714285714vw auto 0;
  padding: 0 2.4285714286vw;
  border: 0;
  background: var(--color-black-soft);
  color: var(--color-white-soft);
  font: inherit;
  font-size: 0.9285714286vw;
  font-weight: 700;
  line-height: 3.2857142857vw;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0.2142857143vw 0.4285714286vw rgba(0, 0, 0, 0.16);
}

.privacy-complete__submit::after {
  content: "";
  width: 0.5714285714vw;
  height: 0.6428571429vw;
  position: absolute;
  top: 50%;
  right: 2.4285714286vw;
  transform: translateY(-50%);
  background: url("../../img/common/icon_contact_arrow.svg") center/contain no-repeat;
}

@media screen and (max-width: 950px) {
  .privacy-complete__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72.3777142857vw;
    height: 11.21vw;
    margin-top: 15.4285714286vw;
    font-size: 3.4285714286vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 950px) {
  .privacy {
    padding: 14.2857142857vw 0 28.5714285714vw;
  }
  body.page-privacy-policy .privacy .inner--md,
  body.page-privacy-policy .privacy .inner--md {
    width: 91.4285714286vw;
  }
  .privacy__title {
    font-size: 4.5714285714vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .privacy__intro {
    margin-top: 0;
    color: var(--color-contact-search-bg);
    font-size: 3.4285714286vw;
    line-height: 1.45;
    letter-spacing: 0.12em;
    padding: 4.2857142857vw 0 7.1428571429vw;
  }
  .privacy__intro p + p {
    margin-top: 6.8571428571vw;
  }
  .privacy__inner {
    width: 91.4285714286vw;
  }
  .privacy__row {
    display: block;
    padding: 3.1428571429vw 0;
    border: none;
  }
  .privacy__note {
    margin-top: 4.2857142857vw;
    font-size: 3.4285714286vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .privacy__label,
  .privacy__row > label {
    width: 100%;
    font-size: 3.4285714286vw;
    line-height: 2.33;
    letter-spacing: 0.05em;
  }
  .privacy__input,
  .privacy__row input[type=text],
  .privacy__row input[type=email],
  .privacy__row input[type=tel] {
    width: 91.4285714286vw;
    height: 10.5714285714vw;
    margin-top: 1.4285714286vw;
    font-size: 2.8571428571vw;
    line-height: 2.8;
  }
  .privacy__address {
    width: 91.4285714286vw;
  }
  .privacy__zip-row {
    flex-wrap: wrap;
  }
  .privacy__input--zip,
  .privacy__row input.privacy__input--zip,
  .privacy__row input[type=text].privacy__input--zip {
    width: 40.2857142857vw;
    margin-top: 0;
  }
  .privacy__zip-row .wpcf7-form-control-wrap {
    width: 40.2857142857vw;
  }
  .privacy__search {
    width: 22vw;
    height: 6.5714285714vw;
    margin-left: 4.2857142857vw;
    font-size: 3.1428571429vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .privacy__address-row {
    display: block;
    margin-top: 2.8571428571vw;
  }
  .privacy__input--pref,
  .privacy__row input.privacy__input--pref,
  .privacy__row input[type=text].privacy__input--pref {
    width: 40.2857142857vw;
    margin-left: 0;
  }
  .privacy__address-row .wpcf7-form-control-wrap:nth-of-type(1),
  .privacy__address-row .wpcf7-form-control-wrap[data-name=prefecture] {
    width: 40.2857142857vw;
  }
  .privacy__input--street,
  .privacy__row input.privacy__input--street,
  .privacy__row input[type=text].privacy__input--street {
    width: 91.4285714286vw;
    margin-left: 0;
    margin-top: 2.8571428571vw;
  }
  .privacy__address-row .wpcf7-form-control-wrap:nth-of-type(2),
  .privacy__address-row .wpcf7-form-control-wrap[data-name=address] {
    width: 91.4285714286vw;
    margin-left: 0;
    margin-top: 2.8571428571vw;
  }
  .privacy__textarea,
  .privacy__row textarea {
    width: 91.4285714286vw;
    height: 44.2857142857vw;
    margin-top: 0.2857142857vw;
    font-size: 2.8571428571vw;
    line-height: 2;
    padding: 2.8571428571vw;
  }
  .privacy__privacy {
    margin-top: 4.2857142857vw;
  }
  .privacy__privacy-text {
    font-size: 3.4285714286vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .privacy__privacy-check,
  .privacy__row .wpcf7-form-control-wrap[data-name=privacy-policy],
  .privacy__row .wpcf7-acceptance label {
    margin-top: 5.7142857143vw;
    font-size: 3.4285714286vw;
    line-height: 2.33;
    letter-spacing: 0.05em;
  }
  .privacy__submit,
  .privacy__actions input[type=submit],
  .privacy__actions .wpcf7-submit {
    width: 72.2857142857vw;
    height: 11.4285714286vw;
    margin-top: 6vw;
    font-size: 3.4285714286vw;
    line-height: 1;
    letter-spacing: 0.05em;
    background-position: right 4.8571428571vw center;
    background-size: 2.2857142857vw 2.5714285714vw;
  }
  .privacy-confirm__value,
  .privacy--confirm .privacy__row > label + * {
    width: 91.4285714286vw;
    margin-top: 1.4285714286vw;
    font-size: 3.4285714286vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  .privacy-confirm__buttons {
    display: block;
    margin-top: 15.4285714286vw;
  }
  .privacy-confirm__back {
    width: 72.3777142857vw;
    height: 11.21vw;
    margin: 0 auto;
    font-size: 3.4285714286vw;
    line-height: 10.5714285714vw;
    letter-spacing: 0.05em;
  }
  .privacy-confirm__submit {
    margin: 4.2857142857vw auto 0;
  }
}
