@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --lg-base: 1920 * 100vw;
  --color-default: #1F1F1F;
  --color-gray: #C9C9C9;
  --color-primary: #E60012;
  --color-secondary: #0048FF;
  --color-bg-primary: #EBEBEB;
  --color-border-primary: #D9D9D9;
  --color-border-secondary: #D5D5D5;
  --color-border-tertiary: #EDEDED;
  --color-link: #0048FF;
  --font-default: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  --font-Montserrat: "Montserrat", "Hiragino Mincho ProN", "Yu Mincho", Garamond, "Times New Roman", serif;
  --transition: .25s ease;
  --transition-duration: .25s;
  --hover-opacity: .6;
}

body {
  width: 100%;
  background: #fff;
  color: var(--color-default);
  font-family: var(--font-default);
  font-size: 3.9801vw;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
    line-height: 2;
  }
}

a {
  color: #0048FF;
  text-decoration: none;
  text-decoration-thickness: 0.24876vw;
  text-underline-offset: 0.1em;
}
a:where(:not([class])) {
  color: #0048FF;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:not([class])):hover {
    text-decoration: none;
  }
  a img {
    transition: opacity var(--transition);
  }
  a:hover img {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  a {
    text-decoration-thickness: 1px;
  }
}

input, textarea, button, select, option, optgroup {
  font-size: min(16px, 7.9602vw);
  font-family: var(--font-default);
}
@media screen and (min-width: 768px), print {
  input, textarea, button, select, option, optgroup {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px), print {
  input, textarea, button, select, option, optgroup {
    font-size: 1.17131vw;
  }
}

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

::selection {
  background-color: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

::placeholder {
  color: var(--color-gray);
  opacity: 1;
}

.u-tl {
  text-align: left;
}

.u-tc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

.u-vt {
  vertical-align: top;
}

.u-vm {
  vertical-align: middle;
}

.u-vb {
  vertical-align: bottom;
}

.u-fwn {
  font-weight: 400;
}

.u-fwb {
  font-weight: 700;
}

.u-visuallyHidden {
  position: absolute !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.smsizes\:hidden,
.xs\:hidden {
  display: none;
}

@media screen and (min-width: 360px), print {
  .xs\:hidden {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .smsizes\:hidden,
  .xs\:hidden,
  .sm\:hidden {
    display: inline;
  }
  .lgsizes\:hidden,
  .md\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden {
    display: inline;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1280px), print {
  .xs\:hidden,
  .sm\:hidden,
  .md\:hidden,
  .lg\:hidden {
    display: inline;
  }
  .xl\:hidden {
    display: none;
  }
}
.container-fluid {
  padding-inline: 4.47762vw;
}
@media screen and (min-width: 768px), print {
  .container-fluid {
    width: min(100%, 1248px);
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .container-fluid {
    width: auto;
    padding-inline: 5.85652vw;
  }
}

.page__kv .page__ttl {
  margin-top: 15px;
  display: block;
}
.page__kv .page__ttl .jp__ttl {
  position: relative;
  padding-left: 41px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media not screen and (min-width: 768px), print {
  .page__kv .page__ttl .jp__ttl {
    padding-left: 5.97015vw;
    font-size: 3.9801vw;
  }
}
.page__kv .page__ttl .jp__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 32px;
  height: 2px;
  background-color: var(--color-primary);
}
@media not screen and (min-width: 768px), print {
  .page__kv .page__ttl .jp__ttl::before {
    width: 4.47762vw;
    height: 0.49752vw;
  }
}
.page__kv .page__ttl .en__ttl {
  margin-top: 28px;
  display: block;
  font-size: 85px;
  font-weight: 600;
  font-family: var(--font-Montserrat);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
@media not screen and (min-width: 1024px), print {
  .page__kv .page__ttl .en__ttl {
    font-size: 62px;
  }
}
@media not screen and (min-width: 768px), print {
  .page__kv .page__ttl .en__ttl {
    margin-top: 4.97513vw;
    font-size: 13.43284vw;
    line-height: 1.2;
  }
}

.page__kv__img {
  margin-top: 32px;
  display: block;
  width: 100%;
  height: 420px;
}
@media not screen and (min-width: 1280px), print {
  .page__kv__img {
    height: 320px;
  }
}
@media not screen and (min-width: 600px), print {
  .page__kv__img {
    margin-top: 3.9801vw;
    height: 54.72637vw;
  }
}
.page__kv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.none {
  display: none;
}

.xl__block {
  display: none;
}
@media not screen and (min-width: 1280px), print {
  .xl__block {
    display: block;
  }
}

.lg__block {
  display: none;
}
@media not screen and (min-width: 1024px), print {
  .lg__block {
    display: block;
  }
}

.md__block {
  display: none;
}
@media not screen and (min-width: 768px), print {
  .md__block {
    display: block;
  }
}

@media not screen and (min-width: 600px), print {
  .sm__block {
    display: block;
  }
}

@media not screen and (min-width: 1280px), print {
  .xl__none {
    display: none;
  }
}

@media not screen and (min-width: 1024px), print {
  .lg__none {
    display: none;
  }
}

@media not screen and (min-width: 768px), print {
  .md__none {
    display: none;
  }
}

@media not screen and (min-width: 600px), print {
  .sm__none {
    display: none;
  }
}

.breadcrumb__container {
  margin-right: auto;
  margin-left: auto;
}
.breadcrumb__container .breadcrumb__lists {
  padding: 7px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #5d5d5d;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item::after {
  content: "";
  position: absolute;
  right: 7.5px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid var(--color-default);
  border-right: 1.5px solid var(--color-default);
  transform: rotate(45deg);
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item:last-child {
  pointer-events: none;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item:last-child::after {
  content: none;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item a {
  display: inline-block;
  margin-right: 20px;
  color: #5d5d5d;
}
.breadcrumb__container .breadcrumb__lists .breadcrumb__item:hover a {
  text-decoration: underline;
}

.back__to__list {
  text-align: center;
  margin-top: 48px;
}

.back__btn {
  display: inline-block;
  padding: 1.49254vw 7.46269vw;
  background: var(--color-primary);
  border: none;
  border-radius: 100vmax;
  box-shadow: 1.49254vw 1.49254vw 1.49254vw rgba(0, 0, 0, 0.08);
  transition: opacity var(--transition);
}
.back__btn:hover {
  opacity: var(--hover-opacity);
}
@media screen and (min-width: 768px), print {
  .back__btn {
    padding: 3px 38px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.08);
  }
}
.back__btn span {
  color: #fff;
  font-size: 3.23384vw;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .back__btn span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .back__btn span {
    font-size: 15px;
  }
}

/**************************\
    Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.78);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px;
  max-width: 960px;
  width: 100%;
  max-height: calc(100% - 40px);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media not screen and (min-width: 600px), print {
  .modal__container {
    padding: 12px;
  }
}

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 47px;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--color-default);
  box-sizing: border-box;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  .modal__title {
    font-size: 4.47762vw;
  }
}

.modal__close {
  background: transparent;
  border: none;
}
.modal__close:focus {
  border: none;
  outline: none;
}

.modal__header .modal__close:before {
  content: "×";
  font-weight: 700;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e2e2e2;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1), mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header-inner {
  padding: 4.47762vw;
}
@media screen and (min-width: 768px), print {
  .header-inner {
    position: relative;
    height: auto;
    margin-inline: auto;
    padding: 25px 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .header-inner {
    padding: 1.83017vw 3.66033vw;
  }
}
.header-logo {
  font-size: 0;
}
.header-logo a {
  display: inline-block;
  width: 27.61195vw;
}
@media screen and (min-width: 768px), print {
  .header-logo a {
    width: 162px;
  }
}
@media screen and (min-width: 1024px), print {
  .header-logo a {
    width: 11.85945vw;
  }
}

.nav {
  position: fixed;
  top: 18.40797vw;
  left: 0;
  width: 100%;
  height: calc(100svh - 18.40797vw);
  z-index: 100;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
}
.nav[data-open=true] {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) and (pointer: fine) {
  .nav a {
    transition: opacity var(--transition);
  }
  .nav a:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .nav {
    position: absolute;
    top: 32px;
    right: 30px;
    left: auto;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px), print {
  .nav {
    top: 2.34261vw;
    right: 3.66033vw;
  }
}
.nav-inner {
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .nav-inner {
    height: auto !important;
    overflow: visible;
  }
}
.nav-body {
  padding: 7.46269vw 4.47762vw;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2.48757vw 0 2.48757vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px), print {
  .nav-body {
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px), print {
  .nav-contents {
    display: flex;
  }
}
.nav-trigger {
  position: absolute;
  top: 3.9801vw;
  right: 4.47762vw;
  z-index: 2;
  width: 10.44777vw;
  height: 10.44777vw;
  background: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.nav-trigger span:nth-child(-n+3) {
  position: absolute;
  left: 1.49254vw;
  width: 7.46269vw;
  height: 0.49752vw;
  background: var(--color-primary);
  transition: transform var(--transition), opacity var(--transition);
}
.nav-trigger span:nth-child(1) {
  top: 2.48757vw;
}
.nav-trigger span:nth-child(2) {
  top: 4.97513vw;
}
.nav-trigger span:nth-child(3) {
  top: 7.46269vw;
}
.nav-trigger span:nth-child(4) {
  display: none;
}
.nav-trigger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(2.48757vw) rotate(45deg);
}
.nav-trigger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.nav-trigger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-2.48756vw) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .nav-trigger {
    transition: opacity var(--transition);
  }
  .nav-trigger:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .nav-trigger {
    display: none;
  }
}
.nav-list li {
  border-bottom: 0.24876vw solid var(--color-default);
}
.nav-list li:first-child {
  border-top: 0.24876vw solid var(--color-default);
}
.nav-list a {
  display: block;
  padding-block: 3.73135vw;
  color: var(--color-default);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .nav-list {
    display: flex;
    padding-top: 4px;
  }
  .nav-list li {
    border: none;
  }
  .nav-list li:first-child {
    border: none;
  }
  .nav-list li:not(:first-child) {
    margin-left: 42px;
  }
  .nav-list a {
    color: #fff;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px), print {
  .nav-list {
    padding-top: 0.29283vw;
  }
  .nav-list li:not(:first-child) {
    margin-left: 3.07468vw;
  }
  .nav-list a {
    font-size: 1.0981vw;
  }
}
.nav-contact {
  display: block;
  margin-top: 7.46269vw;
  padding: 1.99005vw 4.97513vw;
  background: var(--color-primary);
  border-radius: 100vmax;
  color: #fff;
  font-size: 4.47762vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  text-align: center;
}
.nav-contact span {
  position: relative;
  display: inline-block;
  padding-left: 6.46767vw;
}
.nav-contact span::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 4.22886vw;
  height: 3.48259vw;
  background: url(../../img/common/icn_mail_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .nav-contact {
    margin: 0 0 0 40px;
    padding: 5px 58px;
    font-size: 15px;
  }
  .nav-contact span {
    padding-left: 23px;
  }
  .nav-contact span::before {
    width: 15px;
    height: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .nav-contact {
    margin-left: 5.12446vw;
    padding: 0.36604vw 4.24598vw;
    font-size: 1.0981vw;
  }
  .nav-contact span {
    padding-left: calc(40 / var(--lg-base));
  }
  .nav-contact span::before {
    width: 1.0981vw;
    height: 0.87848vw;
  }
}

body:not([data-animation=true]) .nav-inner {
  overflow: auto;
}

.footer {
  padding: 7.46269vw 4.97513vw;
  background: var(--color-bg-primary);
}
@media screen and (min-width: 768px), print {
  .footer {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer {
    padding: 4.39239vw 2.92826vw;
  }
}
.footer-inner {
  padding: 4.97513vw;
  background: #fff;
  box-shadow: 2.98508vw 2.98508vw 2.98508vw rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 768px), print {
  .footer-inner {
    padding: 40px 40px 30px;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.03);
  }
}
@media screen and (min-width: 1024px), print {
  .footer-inner {
    padding: 2.92826vw 2.92826vw 2.1962vw;
    box-shadow: 0.87848vw 0.87848vw 0.87848vw rgba(0, 0, 0, 0.03);
  }
}
.footer-nav01-item:nth-of-type(1) {
  margin-bottom: 4.97513vw;
  padding-bottom: 4.97513vw;
  border-bottom: 0.24876vw solid var(--color-border-primary);
}
.footer-nav01-anchor {
  display: flex;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav01-anchor {
    transition: opacity var(--transition);
  }
  .footer-nav01-anchor:hover {
    opacity: var(--hover-opacity);
  }
  .footer-nav01-anchor:hover img {
    opacity: 1;
  }
}
.footer-nav01-image {
  width: 19.9005vw;
}
.footer-nav01-label {
  position: relative;
  margin-left: 4.97513vw;
  color: var(--color-default);
  font-weight: 700;
}
.footer-nav01-label::after {
  content: "";
  position: absolute;
  bottom: -3.98009vw;
  right: 0;
  width: 16.91543vw;
  height: 1.7413vw;
  background: url(../../img/common/icn_arrow_01.svg) 0 0/contain no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .footer-nav01-item:nth-of-type(1) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom-width: 1px;
  }
  .footer-nav01-image {
    width: 115px;
  }
  .footer-nav01-label {
    margin-left: 28px;
    padding-right: 96px;
  }
  .footer-nav01-label::after {
    bottom: 8px;
    width: 68px;
    height: 7px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-nav01 {
    display: flex;
  }
  .footer-nav01-item {
    width: 50%;
  }
  .footer-nav01-item:nth-of-type(1) {
    margin: 0;
    padding: 0;
    border-right: 0.07321vw solid var(--color-border-primary);
    border-bottom: none;
  }
  .footer-nav01-item:nth-of-type(2) .footer-nav01-anchor {
    padding-left: 6.22255vw;
  }
  .footer-nav01-image {
    width: 8.41875vw;
  }
  .footer-nav01-label {
    margin-left: 2.04979vw;
    padding-right: 7.02782vw;
    font-size: 1.17131vw;
  }
  .footer-nav01-label::after {
    bottom: 0.58566vw;
    width: 4.97804vw;
    height: 0.51245vw;
  }
}
.footer-nav02 {
  margin-block: 9.95025vw;
  padding-block: 9.95025vw;
  border-top: 0.24876vw solid var(--color-border-primary);
  border-bottom: 0.24876vw solid var(--color-border-primary);
}
.footer-nav02-col:not(:first-child) {
  margin-top: 9.95025vw;
}
.footer-nav02-label {
  font-size: 4.22886vw;
  font-weight: 700;
}
.footer-nav02-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: -6.2189vw;
}
.footer-nav02-list li {
  margin: 3.73135vw 6.21891vw 0 0;
  font-size: 3.48259vw;
}
.footer-nav02-list a {
  color: var(--color-default);
}
@media screen and (min-width: 768px), print {
  .footer-nav02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block: 45px 50px;
    padding-block: 35px 40px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .footer-nav02-col {
    width: calc(50% - 30px);
  }
  .footer-nav02-col:not(:first-child) {
    margin: 0;
  }
  .footer-nav02-col:nth-of-type(3), .footer-nav02-col:nth-of-type(4) {
    margin-top: 40px;
  }
  .footer-nav02-label {
    font-size: 17px;
  }
  .footer-nav02-list {
    margin-right: -25px;
  }
  .footer-nav02-list li {
    margin: 10px 25px 0 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-nav02 {
    margin-block: 3.29429vw 3.66033vw;
    padding-block: 2.56223vw 2.92826vw;
    border-top-width: 0.07321vw;
    border-bottom-width: 0.07321vw;
  }
  .footer-nav02-col {
    width: calc(25% - 22 / var(--lg-base));
  }
  .footer-nav02-col:nth-of-type(3), .footer-nav02-col:nth-of-type(4) {
    margin: 0;
  }
  .footer-nav02-label {
    font-size: 1.24451vw;
  }
  .footer-nav02-list {
    margin-right: -1.83016vw;
  }
  .footer-nav02-list li {
    margin: 0.73207vw 1.83017vw 0 0;
    font-size: 1.0249vw;
  }
}
@media screen and (min-width: 768px), print {
  .footer-row {
    display: flex;
    justify-content: space-between;
  }
}
.footer-info img {
  display: block;
  width: 34.07961vw;
  margin-bottom: 4.97513vw;
}
.footer-info p {
  margin-top: 3.73135vw;
  font-size: 3.48259vw;
}
.footer-info a {
  color: var(--color-default);
}
@media screen and (min-width: 768px), print {
  .footer-info img {
    width: 137px;
    margin-bottom: 20px;
  }
  .footer-info p {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-info img {
    width: 10.02929vw;
    margin-bottom: 1.46413vw;
  }
  .footer-info p {
    margin-top: 1.0981vw;
    font-size: 1.0249vw;
  }
}
.footer-nav03 {
  margin-top: 4.97513vw;
}
.footer-nav03-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav03-list li {
  margin-top: 3.73135vw;
}
.footer-nav03-list li:nth-of-type(1), .footer-nav03-list li:nth-of-type(3) {
  margin-right: 7.46269vw;
}
.footer-nav03-list a {
  color: var(--color-default);
  font-size: 3.73135vw;
}
@media screen and (min-width: 768px), print {
  .footer-nav03 {
    margin-top: 70px;
  }
  .footer-nav03-list {
    display: block;
    margin: -6px 0 0;
  }
  .footer-nav03-list li:nth-of-type(n) {
    margin: 6px 0 0;
  }
  .footer-nav03-list a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-nav03 {
    margin-top: calc(100 / var(--lg-base));
  }
  .footer-nav03-list {
    display: flex;
    justify-content: flex-end;
    margin-left: -3.29428vw;
  }
  .footer-nav03-list li:nth-of-type(n) {
    margin: 0 0 0 3.29429vw;
  }
  .footer-nav03-list a {
    font-size: 1.0981vw;
  }
}
.footer-copyright {
  margin-top: 9.95025vw;
  color: #999;
  text-align: center;
}
.footer-copyright span {
  display: block;
  margin-top: 1.24379vw;
  font-size: 3.48259vw;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .footer-copyright {
    margin-top: 30px;
  }
  .footer-copyright span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .footer-copyright span:nth-of-type(1) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .footer-copyright {
    margin-top: -3.29428vw;
    text-align: right;
  }
  .footer-copyright span {
    font-size: 1.0249vw;
  }
  .footer-copyright span:nth-of-type(1) {
    margin-right: 2.1962vw;
  }
}

.pagination {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media not screen and (min-width: 600px), print {
  .pagination {
    margin-top: 11.19403vw;
  }
}
.pagination .page__num {
  display: none;
}
.pagination > a {
  transition: all 0.3s;
  color: var(--color-default);
}
.pagination > a:hover {
  background-color: #ecf8ff;
}
.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px 4px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--color-default);
  pointer-events: none;
}
.pagination .inactive {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px 6px;
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition: 0.3s;
}
.pagination .top {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  border: 1px solid #eaeaea;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
}
.pagination .back {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 15px;
  border: 1px solid #eaeaea;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
}
.pagination .next {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  border: 1px solid #eaeaea;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
}
.pagination .last {
  margin: 0 6px 6px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  border: 1px solid #eaeaea;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
}

.home-header {
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  animation: home-header 1s ease 2s both;
}

@keyframes home-header {
  0% {
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.home-mv {
  position: relative;
  height: calc(100svh + 24.87563vw);
  min-height: 149.25374vw;
  background: url(../../img/home/img_mv_01.jpg) 50% 50%/cover no-repeat;
}
.home-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .home-mv {
    height: 100svh;
    min-height: 768px;
    background-image: url(../../img/home/img_mv_01_lg.jpg);
  }
}
@media screen and (min-width: 1024px), print {
  .home-mv {
    min-height: 56.22255vw;
  }
}
.home-mv-inner {
  position: relative;
  height: calc(100% - 24.87563vw);
}
@media screen and (min-width: 768px), print {
  .home-mv-inner {
    height: auto;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-mv-inner {
    padding-inline: 3.66033vw;
  }
}
.home-mv-heading {
  position: absolute;
  top: 44.77612vw;
  left: 4.47762vw;
  z-index: 2;
  color: #fff;
}
.home-mv-heading > span:nth-of-type(1) {
  display: block;
  margin: 0 0 4.47762vw -0.74626vw;
  font-family: var(--font-Montserrat);
  font-size: 7.9602vw;
  font-weight: 600;
  line-height: 1.5;
}
.home-mv-heading > span:nth-of-type(1) span {
  display: block;
  transform: translateX(-0.5em);
  opacity: 0;
  visibility: hidden;
  animation: home-kv-heading 1s ease 0.5s both;
}
.home-mv-heading > span:nth-of-type(1) span:nth-of-type(2) {
  animation-delay: 0.8s;
}
.home-mv-heading > span:nth-of-type(2) {
  display: block;
  font-size: 3.9801vw;
  font-weight: 700;
  transform: translateY(0.75em);
  opacity: 0;
  visibility: hidden;
  animation: home-kv-lead 1s ease 1.2s both;
}
.home-mv-heading img {
  display: block;
  width: auto;
  max-width: 95%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  animation: home-kv-lead 1s ease 0.5s both;
}
@media screen and (min-width: 768px), print {
  .home-mv-heading img {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 58%;
    height: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .home-mv-heading img {
    margin-top: 0;
    width: auto;
    max-width: 80%;
    max-height: 46vh;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .home-mv-heading {
    position: relative;
    left: 0;
    bottom: 0;
    top: auto;
    padding-top: 130px;
  }
  .home-mv-heading > span:nth-of-type(1) {
    margin: 0 0 15px -8px;
    font-size: min(8vw, 80px);
    letter-spacing: 0.025em;
  }
  .home-mv-heading > span:nth-of-type(2) {
    font-size: min(2.75vw, 24px);
    letter-spacing: 0.075em;
  }
  .home-mv-heading > span:nth-of-type(2) br {
    display: none;
  }
}
@media screen and (min-width: 1024px), print {
  .home-mv-heading {
    padding-top: 9.51684vw;
  }
  .home-mv-heading > span:nth-of-type(1) {
    font-size: 5.85652vw;
  }
  .home-mv-heading > span:nth-of-type(2) {
    font-size: 1.75696vw;
  }
}

@keyframes home-kv-heading {
  0% {
    transform: translateX(-0.75em);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes home-kv-lead {
  0% {
    transform: translateY(0.5em);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.home-search {
  position: relative;
  z-index: 3;
  margin-top: -17.41293vw;
  padding-inline: 4.47762vw;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
body.home .home-search {
  transform: translateY(1em);
  opacity: 0;
  visibility: hidden;
  animation: home-search 1s ease 2s both;
}
@media screen and (min-width: 768px), print {
  .home-search {
    margin-top: -260px;
    padding-inline: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-search {
    margin-top: -19.03367vw;
    padding-inline: 3.66033vw;
  }
}
.home-search-inner {
  padding: 4.97513vw 4.97513vw 6.21891vw;
  background: rgba(255, 255, 255, 0.95);
  border: 0.24876vw solid var(--color-primary);
  box-shadow: 1.99005vw 1.99005vw 1.99005vw rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px), print {
  .home-search-inner {
    width: min(100%, 870px);
    margin: 0 auto;
    padding: 32px 40px 40px;
    border-width: 1px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.09);
  }
}
@media screen and (min-width: 1024px), print {
  .home-search-inner {
    width: 68%;
    padding: 2.34261vw 2.92826vw 2.92826vw;
    border-width: 0.07321vw;
    box-shadow: 1.46413vw 1.46413vw 1.46413vw rgba(0, 0, 0, 0.09);
  }
}
.home-search-heading {
  font-size: 3.73135vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .home-search-heading {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-search-heading {
    font-size: 1.0981vw;
  }
}
.home-search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.97513vw 5.47264vw;
  margin-block: 2.98508vw 7.46269vw;
  list-style: none;
}
.home-search-list li {
  width: calc(50% - 2.73632vw);
}
.home-search-list li:nth-of-type(1) a::after {
  background-image: url(../../img/common/icn_type_01.png);
}
.home-search-list li:nth-of-type(2) a::after {
  background-image: url(../../img/common/icn_type_02.png);
}
.home-search-list li:nth-of-type(3) a::after {
  background-image: url(../../img/common/icn_type_03.png);
}
.home-search-list li:nth-of-type(4) a::after {
  background-image: url(../../img/common/icn_type_04.png);
}
.home-search-list li:nth-of-type(5) a::after {
  background-image: url(../../img/common/icn_type_05.png);
}
.home-search-list li:nth-of-type(6) a::after {
  background-image: url(../../img/common/icn_type_06.png);
}
.home-search-list li:nth-of-type(7) a::after {
  background-image: url(../../img/common/icn_type_07.png);
}
.home-search-list li:nth-of-type(8) a::after {
  background-image: url(../../img/common/icn_type_08.png);
}
.home-search-list li:nth-of-type(9) a::after {
  background-image: url(../../img/common/icn_type_09.png);
}
.home-search-list li:nth-of-type(10) a::after {
  background-image: url(../../img/common/icn_type_10.png);
}
.home-search-list a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 12.43782vw;
  padding: 0.99503vw 0 0.99503vw 13.43284vw;
  background: #fff;
  border: 0.24876vw solid var(--color-border-tertiary);
  box-shadow: 0.74627vw 0.74627vw 0.99503vw rgba(0, 0, 0, 0.07);
  color: var(--font-default);
  font-size: 3.48259vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
}
.home-search-list a::before, .home-search-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.home-search-list a::before {
  left: 10.94528vw;
  width: 0.24876vw;
  height: calc(100% - 3.48259vw);
  background: #dadada;
}
.home-search-list a::after {
  left: 2.23881vw;
  width: 6.96518vw;
  height: 5.22389vw;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .home-search-list a {
    transition: opacity var(--transition);
  }
  .home-search-list a:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-search-list {
    gap: 10px;
    margin-block: 8px 24px;
  }
  .home-search-list li {
    width: calc(25% - 8px);
  }
  .home-search-list a {
    min-height: 50px;
    padding: 4px 0 4px 54px;
    border-width: 1px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.07);
    font-size: 14px;
  }
  .home-search-list a::before {
    left: 44px;
    width: 1px;
    height: calc(100% - 14px);
  }
  .home-search-list a::after {
    left: 9px;
    width: 28px;
    height: 21px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-search-list {
    gap: 0.73207vw;
    margin-block: 0.58566vw 1.75696vw;
  }
  .home-search-list li {
    width: calc(20% - 0.58566vw);
  }
  .home-search-list a {
    min-height: 3.66033vw;
    padding: 0.29283vw 0 0.29283vw 3.95315vw;
    border-width: 0.07321vw;
    box-shadow: 0.21962vw 0.21962vw 0.29283vw rgba(0, 0, 0, 0.07);
    font-size: 1.0249vw;
  }
  .home-search-list a::before {
    left: 3.22109vw;
    width: 0.07321vw;
    height: calc(100% - 1.0249vw);
  }
  .home-search-list a::after {
    left: 0.65886vw;
    width: 2.04979vw;
    height: 1.53734vw;
  }
}
@media screen and (min-width: 768px), print {
  .home-search-row {
    display: flex;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-search-row {
    margin-top: 0.58566vw;
  }
}
.home-search-field {
  width: 100%;
  margin-top: 2.48757vw;
  padding: 3.48259vw 3.9801vw;
  border: 0.24876vw solid var(--color-border-primary);
  border-radius: none;
  box-shadow: 0.99503vw 0.99503vw 0 #f5f5f5;
  font-weight: 700;
}
.home-search-field::placeholder {
  color: #676767;
  font-size: 3.73135vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .home-search-field {
    flex: 1;
    width: auto;
    margin: 0;
    padding: 14px 16px;
    border-width: 1px;
    box-shadow: 4px 4px 0 #f5f5f5;
  }
  .home-search-field::placeholder {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-search-field {
    padding: 1.0249vw 1.17131vw;
    border-width: 0.07321vw;
    box-shadow: 0.29283vw 0.29283vw 0 #f5f5f5;
  }
  .home-search-field::placeholder {
    font-size: 1.0981vw;
  }
}
.home-search-button {
  position: relative;
  display: block;
  width: 52.23881vw;
  margin: 4.97513vw auto 0;
  padding-block: 3.23384vw;
  background: var(--color-primary);
  border: none;
  border-radius: 100vmax;
  color: #fff;
  font-size: 3.73135vw;
  font-weight: 700;
  text-align: center;
  box-shadow: 1.49254vw 1.49254vw 1.49254vw rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.home-search-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.48259vw;
  width: 4.47762vw;
  height: 4.47762vw;
  background: url(../../img/common/icn_search_01.svg) 0 0/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .home-search-button {
    transition: opacity var(--transition);
  }
  .home-search-button:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-search-button {
    width: 210px;
    margin: 0 0 0 20px;
    padding-block: 10px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    font-size: 15px;
  }
  .home-search-button::after {
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-search-button {
    width: 15.37336vw;
    margin: 0 0 0 1.46413vw;
    padding-block: 0.73207vw;
    box-shadow: 0.43924vw 0.43924vw 0.43924vw rgba(0, 0, 0, 0.1);
    font-size: 1.0981vw;
  }
  .home-search-button::after {
    right: 1.0249vw;
    width: 1.31772vw;
    height: 1.31772vw;
  }
}

@keyframes home-search {
  0% {
    transform: translateY(1em);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.home-stock {
  margin-top: 24.87563vw;
}
@media screen and (min-width: 768px), print {
  .home-stock {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock {
    margin-top: 10.24891vw;
  }
}
.home-stock-heading {
  font-size: 13.6816vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.home-stock-heading span {
  position: relative;
  display: block;
  width: fit-content;
  margin: 7.46269vw auto 0;
  padding-inline: 10.44777vw;
  font-family: var(--font-default);
  font-size: 3.9801vw;
  font-weight: 700;
}
.home-stock-heading span::before, .home-stock-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5.47264vw;
  height: 0.24876vw;
  background: var(--color-primary);
  transform: translateY(-50%);
}
.home-stock-heading span::before {
  left: 0;
}
.home-stock-heading span::after {
  right: 0;
}
@media screen and (min-width: 768px), print {
  .home-stock-heading {
    font-size: 85px;
  }
  .home-stock-heading span {
    margin-top: 45px;
    padding-inline: 54px;
    font-size: 20px;
  }
  .home-stock-heading span::before, .home-stock-heading span::after {
    width: 37px;
    height: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-heading {
    font-size: 6.22255vw;
  }
  .home-stock-heading span {
    margin-top: 3.29429vw;
    padding-inline: 3.95315vw;
    font-size: 1.46413vw;
  }
  .home-stock-heading span::before, .home-stock-heading span::after {
    width: 2.70864vw;
    height: 0.14642vw;
  }
}
.home-stock-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.95025vw;
}
@media screen and (min-width: 768px), print {
  .home-stock-list {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-list {
    margin-top: 4.75842vw;
  }
}
.home-stock-item {
  width: 50%;
  border-top: 0.24876vw solid var(--color-default);
}
.home-stock-item:nth-of-type(even) {
  border-left: 0.24876vw solid var(--color-default);
}
.home-stock-item:nth-of-type(1), .home-stock-item:nth-of-type(2) {
  border-top: none;
}
@media screen and (min-width: 768px), print {
  .home-stock-item {
    border-top-width: 1px;
  }
  .home-stock-item:nth-of-type(even) {
    border-left-width: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-item {
    width: 33.33334%;
    border-left: 1px solid var(--color-default);
  }
  .home-stock-item:nth-of-type(3n + 1) {
    border-left: none;
  }
  .home-stock-item:nth-of-type(-n + 3) {
    border-top: none;
  }
}
@media screen and (min-width: 1280px), print {
  .home-stock-item {
    width: 25%;
    border-left: 0.07321vw solid var(--color-default);
  }
  .home-stock-item:nth-of-type(3n + 1) {
    border-left: 0.07321vw solid var(--color-default);
  }
  .home-stock-item:nth-of-type(4n + 1) {
    border-left: none;
  }
  .home-stock-item:nth-of-type(-n + 4) {
    border-top: none;
  }
}
.home-stock-anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.98508vw 4.47762vw 3.9801vw;
  color: var(--font-default);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .home-stock-anchor:hover .home-stock-title {
    text-decoration: none;
  }
  .home-stock-anchor:hover .home-stock-more span {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-stock-anchor {
    padding: 24px 22px 14px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-anchor {
    padding: 1.75696vw 1.61055vw 1.0249vw;
  }
}
.home-stock-number {
  font-size: 2.98508vw;
  font-weight: 700;
}
.home-stock-number span {
  display: block;
  font-family: var(--font-Montserrat);
  font-size: 5.47264vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .home-stock-number {
    font-size: 14px;
  }
  .home-stock-number span {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 3px;
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-number {
    font-size: 1.0249vw;
  }
  .home-stock-number span {
    top: 0.07321vw;
    margin-left: 0.21962vw;
    font-size: 1.97658vw;
  }
}
.home-stock-new {
  position: absolute;
  top: 3.48259vw;
  right: 4.47762vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.95025vw;
  height: 9.95025vw;
  padding-top: 0.49752vw;
  border: 0.37314vw solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 2.48757vw;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-stock-new {
    top: 20px;
    right: 22px;
    width: 39px;
    height: 39px;
    padding-top: 1px;
    border-width: 1px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-new {
    top: 1.46413vw;
    right: 1.61055vw;
    width: 2.85506vw;
    height: 2.85506vw;
    padding-top: 0.07321vw;
    border-width: 0.07321vw;
    font-size: 0.73207vw;
  }
}
.home-stock-image {
  margin-top: 2.48757vw;
}
.home-stock-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 592/418;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .home-stock-image {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px), print {
  .home-stock-image {
    margin-top: 0.58566vw;
  }
}
.home-stock-title {
  margin-top: 2.48757vw;
  padding-bottom: 3.73135vw;
  border-bottom: 0.24876vw solid var(--color-border-primary);
  font-size: 3.48259vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .home-stock-title {
    margin-top: 15px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-title {
    margin-top: 1.0981vw;
    padding-bottom: 1.31772vw;
    border-bottom-width: 0.07321vw;
    font-size: 1.17131vw;
  }
}
.home-stock-meta {
  margin-top: 0.99503vw;
}
.home-stock-meta div {
  display: flex;
  align-items: flex-start;
  margin-top: 1.99005vw;
  font-size: 2.73632vw;
}
.home-stock-meta dt {
  width: 17.41294vw;
  padding: 0.74627vw 2.48757vw 0.99503vw;
  background: var(--color-default);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.home-stock-meta dd {
  flex: 1;
  margin: 0.49752vw 0 0 1.99005vw;
  line-height: 1.4;
  word-break: break-all;
}
@media screen and (min-width: 768px), print {
  .home-stock-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .home-stock-meta div {
    width: 47.3%;
    margin-top: 12px;
    font-size: 12px;
  }
  .home-stock-meta div:nth-of-type(2), .home-stock-meta div:nth-of-type(4) {
    width: 51.3%;
  }
  .home-stock-meta div:nth-of-type(2) dt, .home-stock-meta div:nth-of-type(4) dt {
    width: 74px;
  }
  .home-stock-meta div:nth-of-type(5) {
    width: 100%;
  }
  .home-stock-meta div:nth-of-type(5) dt {
    width: 106px;
  }
  .home-stock-meta dt {
    width: 50px;
    padding: 4px;
  }
  .home-stock-meta dd {
    margin: 2px 0 0 6px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-meta div {
    margin-top: 0.87848vw;
    font-size: 0.87848vw;
  }
  .home-stock-meta div:nth-of-type(2) dt, .home-stock-meta div:nth-of-type(4) dt {
    width: 5.41728vw;
  }
  .home-stock-meta div:nth-of-type(5) dt {
    width: 7.75989vw;
  }
  .home-stock-meta dt {
    width: 3.66033vw;
    padding: 0.29283vw;
  }
  .home-stock-meta dd {
    margin: 0.14642vw 0 0 0.43924vw;
  }
}
.home-stock-price {
  margin-top: 2.98508vw;
  padding-block: 2.48757vw;
  border-top: 0.24876vw solid var(--color-border-primary);
  border-bottom: 0.24876vw solid var(--color-border-primary);
}
.home-stock-price p:nth-of-type(1) {
  font-size: 2.98508vw;
}
.home-stock-price p:nth-of-type(2) {
  margin-top: 0.99503vw;
  font-size: 3.23384vw;
  text-align: right;
}
.home-stock-price p:nth-of-type(2) span:nth-of-type(1) {
  color: var(--color-primary);
  font-size: 5.97015vw;
  font-weight: 900;
}
.home-stock-price p:nth-of-type(2) span:nth-of-type(2) {
  display: block;
  font-size: 2.98508vw;
}
@media screen and (min-width: 768px), print {
  .home-stock-price {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-block: 8px 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .home-stock-price p:nth-of-type(1) {
    padding-top: 6px;
    font-size: 12px;
  }
  .home-stock-price p:nth-of-type(2) {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.2;
  }
  .home-stock-price p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 24px;
  }
  .home-stock-price p:nth-of-type(2) span:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-stock-price {
    margin-top: 0.87848vw;
    padding-block: 0.58566vw 0.73207vw;
    border-top-width: 0.07321vw;
    border-bottom-width: 0.07321vw;
  }
  .home-stock-price p:nth-of-type(1) {
    padding-top: 0.43924vw;
    font-size: 0.87848vw;
  }
  .home-stock-price p:nth-of-type(2) {
    font-size: 0.95169vw;
  }
  .home-stock-price p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 1.75696vw;
  }
  .home-stock-price p:nth-of-type(2) span:nth-of-type(2) {
    margin-top: 0.43924vw;
    font-size: 0.87848vw;
  }
}
.home-stock-more {
  margin-top: auto;
  padding-top: 2.98508vw;
  text-align: center;
}
.home-stock-more span {
  display: inline-block;
  padding: 1.49254vw 7.46269vw;
  background: var(--color-primary);
  border: none;
  border-radius: 100vmax;
  color: #fff;
  font-size: 3.23384vw;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  box-shadow: 1.49254vw 1.49254vw 1.49254vw rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .home-stock-more span {
    transition: opacity var(--transition);
  }
}
@media screen and (min-width: 768px), print {
  .home-stock-more {
    padding-top: 12px;
  }
  .home-stock-more span {
    padding: 3px 38px;
    font-size: 12px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 768px), print {
  .home-stock-more {
    padding-top: 0.87848vw;
  }
  .home-stock-more span {
    padding: 0.21962vw 2.78185vw;
    font-size: 0.87848vw;
    box-shadow: 0.43924vw 0.43924vw 0.43924vw rgba(0, 0, 0, 0.08);
  }
}

.home-about {
  margin-top: 24.87563vw;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .home-about {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about {
    margin-top: 15.37336vw;
  }
}
.home-about-inner {
  position: relative;
  padding-inline: 4.47762vw;
}
@media screen and (min-width: 768px), print {
  .home-about-inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-inner {
    padding-inline: 2.1962vw;
  }
}
.home-about-heading {
  font-size: 13.6816vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  line-height: 1.2;
}
.home-about-heading span {
  position: relative;
  display: block;
  margin-top: 7.46269vw;
  padding-left: 10.44777vw;
  font-family: var(--font-default);
  font-size: 3.9801vw;
  font-weight: 700;
}
.home-about-heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.47264vw;
  height: 0.24876vw;
  background: var(--color-primary);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .home-about-heading {
    margin-left: 50px;
    font-size: 85px;
  }
  .home-about-heading span {
    margin-top: 45px;
    padding-left: 54px;
    font-size: 20px;
  }
  .home-about-heading span::before {
    width: 37px;
    height: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-heading {
    margin-left: 3.66033vw;
    font-size: 6.22255vw;
  }
  .home-about-heading span {
    margin-top: 3.29429vw;
    padding-left: 3.95315vw;
    font-size: 1.46413vw;
  }
  .home-about-heading span::before {
    width: 2.70864vw;
    height: 0.14642vw;
  }
}
.home-about-image {
  position: absolute;
  top: 2.98508vw;
  right: 4.47762vw;
  width: 28.60697vw;
}
@media screen and (min-width: 768px), print {
  .home-about-image {
    top: 15px;
    right: 30px;
    width: min(40%, 422px);
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-image {
    top: 1.0981vw;
    right: 2.1962vw;
    width: 30.89312vw;
  }
}
.home-about-carousel {
  margin-top: 9.95025vw;
  overflow: visible;
}
@media screen and (min-width: 768px), print {
  .home-about-carousel {
    position: relative;
    margin-top: 90px;
    padding-block: 115px 30px;
  }
  .home-about-carousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: url(../../img/home/bg_about_01.jpg) 50% 50%/cover no-repeat;
    pointer-events: none;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-carousel {
    margin-top: 6.58858vw;
    padding-block: 8.41875vw 2.1962vw;
  }
}
.home-about-row {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .home-about-row {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.home-about-images {
  position: relative;
  padding-top: 16.16916vw;
}
.home-about-images img {
  display: block;
  box-shadow: 2.48757vw 2.48757vw 2.48757vw rgba(0, 0, 0, 0.06);
}
.home-about-images img:nth-of-type(1) {
  width: 58.95523vw;
}
.home-about-images img:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 27.36319vw;
}
@media screen and (min-width: 768px), print {
  .home-about-images {
    width: 52%;
    padding-block: 85px;
  }
  .home-about-images img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  }
  .home-about-images img:nth-of-type(1) {
    width: 64.7%;
  }
  .home-about-images img:nth-of-type(2) {
    width: 26.9%;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-images {
    padding-block: 6.22255vw;
  }
  .home-about-images img {
    box-shadow: 0.73207vw 0.73207vw 0.73207vw rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 768px), print {
  .home-about-detail {
    width: min(40%, 435px);
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-detail {
    width: 31.84481vw;
    margin-right: 4.02636vw;
  }
}
.home-about-label {
  margin-top: 6.21891vw;
  color: var(--color-primary);
  font-family: var(--font-Montserrat);
  font-size: 3.9801vw;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px), print {
  .home-about-label {
    margin-top: 0;
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-label {
    font-size: 1.53734vw;
  }
}
.home-about-subheading {
  margin-top: 2.48757vw;
  font-size: 4.47762vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .home-about-subheading {
    margin-top: 25px;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-subheading {
    margin-top: 1.83017vw;
    font-size: 1.61055vw;
  }
}
.home-about-description {
  margin-top: 3.73135vw;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .home-about-description {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-description {
    margin-top: 1.46413vw;
    font-size: 1.17131vw;
  }
}
.home-about-more {
  display: block;
  width: fit-content;
  margin: 4.97513vw auto 0;
  padding: 2.23881vw 11.19403vw;
  background: var(--color-default);
  border-radius: 100vmax;
  color: #fff;
  font-family: var(--font-Montserrat);
  font-size: 3.73135vw;
  font-weight: 600;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .home-about-more {
    transition: opacity var(--transition);
  }
  .home-about-more:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-about-more {
    margin: 65px 0 0;
    padding: 5px 44px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-about-more {
    margin: 4.75842vw 0 0;
    padding: 0.36604vw 3.22109vw;
    font-size: 1.0981vw;
  }
}

.home-review {
  position: relative;
  margin-top: 24.87563vw;
  overflow: hidden;
}
.home-review::before {
  content: "ACHIEVEMENT";
  position: absolute;
  top: 32.33831vw;
  left: 50%;
  color: #f6f6f6;
  font-size: 13.43284vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  transform: translateX(-50%);
  letter-spacing: 0.025em;
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .home-review {
    margin-top: 200px;
  }
  .home-review::before {
    top: 155px;
    font-size: 132px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review {
    margin-top: 14.64129vw;
  }
  .home-review::before {
    top: 11.347vw;
    font-size: 13.5432vw;
  }
}
@media screen and (min-width: 768px), print {
  .home-review-inner {
    width: min(100%, 1248px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-inner {
    width: 91.4%;
  }
}
.home-review-heading {
  position: relative;
  z-index: 2;
  font-size: 12.93533vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.home-review-heading span {
  position: relative;
  display: block;
  width: fit-content;
  margin: 7.46269vw auto 0;
  padding-inline: 10.44777vw;
  font-family: var(--font-default);
  font-size: 3.9801vw;
  font-weight: 700;
}
.home-review-heading span::before, .home-review-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5.47264vw;
  height: 0.24876vw;
  background: var(--color-primary);
  transform: translateY(-50%);
}
.home-review-heading span::before {
  left: 0;
}
.home-review-heading span::after {
  right: 0;
}
@media screen and (min-width: 768px), print {
  .home-review-heading {
    font-size: 85px;
  }
  .home-review-heading span {
    margin-top: 45px;
    padding-inline: 54px;
    font-size: 20px;
  }
  .home-review-heading span::before, .home-review-heading span::after {
    width: 37px;
    height: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-heading {
    font-size: 6.22255vw;
  }
  .home-review-heading span {
    margin-top: 3.29429vw;
    padding-inline: 3.95315vw;
    font-size: 1.46413vw;
  }
  .home-review-heading span::before, .home-review-heading span::after {
    width: 2.70864vw;
    height: 0.14642vw;
  }
}
.home-review-carousel {
  margin-top: 24.87563vw;
  padding-bottom: 4.97513vw;
  padding-inline: 4.47762vw;
}
.home-review-carousel:not(.swiper-initialized) {
  opacity: 0;
  visibility: hidden;
}
.home-review-carousel .swiper-slide {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 0 2.98508vw 2.98508vw;
  background: #fff;
  border: 0.49752vw solid #f6f6f6;
  border-top: none;
  box-shadow: 2.98508vw 2.98508vw 2.98508vw rgba(0, 0, 0, 0.03);
}
.home-review-carousel .swiper-button-prev,
.home-review-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 9.95025vw;
  height: 9.95025vw;
  border-radius: 50%;
  background: var(--color-primary);
  transform: translateY(-50%);
}
.home-review-carousel .swiper-button-prev::before,
.home-review-carousel .swiper-button-next::before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  width: 2.48757vw;
  height: 2.48757vw;
  border-top: 0.49752vw solid #fff;
  border-left: 0.49752vw solid #fff;
}
.home-review-carousel .swiper-button-prev {
  left: 1.7413vw;
}
.home-review-carousel .swiper-button-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.home-review-carousel .swiper-button-next {
  right: 1.7413vw;
}
.home-review-carousel .swiper-button-next::before {
  transform: translate(-70%, -50%) rotate(135deg);
}
.home-review-carousel .swiper-navigation-icon {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .home-review-carousel .swiper-button-prev,
  .home-review-carousel .swiper-button-next {
    transition: opacity var(--transition);
  }
  .home-review-carousel .swiper-button-prev:hover,
  .home-review-carousel .swiper-button-next:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-review-carousel {
    margin-top: 140px;
    padding: 0 24px 20px;
  }
  .home-review-carousel .swiper-slide {
    padding: 0 12px 8px;
    border-width: 2px;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.03);
  }
  .home-review-carousel .swiper-button-prev,
  .home-review-carousel .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .home-review-carousel .swiper-button-prev::before,
  .home-review-carousel .swiper-button-next::before {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-left-width: 2px;
  }
  .home-review-carousel .swiper-button-prev {
    left: 24px;
  }
  .home-review-carousel .swiper-button-next {
    right: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-carousel {
    margin-top: 14.64129vw;
    padding: 0 1.75696vw 1.46413vw;
  }
  .home-review-carousel .swiper-slide {
    padding: 0 0.87848vw 0.87848vw;
    border-width: 0.14642vw;
    box-shadow: 0.87848vw 0.87848vw 0.87848vw rgba(0, 0, 0, 0.03);
  }
  .home-review-carousel .swiper-button-prev,
  .home-review-carousel .swiper-button-next {
    width: 3.51391vw;
    height: 3.51391vw;
  }
  .home-review-carousel .swiper-button-prev::before,
  .home-review-carousel .swiper-button-next::before {
    width: 0.87848vw;
    height: 0.87848vw;
    border-top-width: 0.14642vw;
    border-left-width: 0.14642vw;
  }
  .home-review-carousel .swiper-button-prev {
    left: 0;
  }
  .home-review-carousel .swiper-button-next {
    right: 0;
  }
}
.home-review-image {
  width: calc(100% + 6.46767vw);
  margin-left: -3.23383vw;
  border-bottom: 0.49752vw solid #f6f6f6;
}
.home-review-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 704/484;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .home-review-image {
    width: calc(100% + 26px);
    margin-left: -14px;
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-image {
    width: calc(100% + 1.90337vw);
    margin-left: -1.02489vw;
    border-bottom-width: 0.14642vw;
  }
}
.home-review-title {
  padding-top: 3.48259vw;
  font-size: 3.9801vw;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .home-review-title {
    padding-top: 12px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-title {
    padding-top: 0.87848vw;
    font-size: 1.17131vw;
  }
}
.home-review-star {
  margin-top: 1.24379vw;
  color: #eab510;
  font-weight: 700;
}
.home-review-star .gray {
  color: #ccc;
}
.home-review-star .number {
  position: relative;
  top: 0.05em;
  right: -0.125em;
  font-size: 4.22886vw;
}
@media screen and (min-width: 768px), print {
  .home-review-star {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  .home-review-star .number {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-star .number {
    font-size: 1.17131vw;
  }
}
.home-review-comment {
  margin-top: 1.24379vw;
  font-size: 3.48259vw;
}
@media screen and (min-width: 768px), print {
  .home-review-comment {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-comment {
    margin-top: 0.21962vw;
    font-size: 1.0249vw;
  }
}
.home-review-name {
  margin-top: 2.48757vw;
  color: #6d6d6d;
  font-size: 2.98508vw;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .home-review-name {
    margin-top: 3px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-name {
    margin-top: 0.21962vw;
    font-size: 0.87848vw;
  }
}

@media screen and (min-width: 768px), print {
  .home-review-body {
    padding: 12px 0 0;
  }
}
.home-review-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.49254vw;
  margin-top: 1.7413vw;
}
@media screen and (min-width: 768px), print {
  .home-review-meta {
    gap: 8px;
    margin-top: 9px;
  }
}
.home-review-category {
  display: inline-block;
  padding: 0.49752vw 1.99005vw;
  background: var(--color-primary);
  color: #fff;
  font-size: 2.73632vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .home-review-category {
    padding: 2px 8px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-category {
    padding: 0.14642vw 0.58566vw;
    font-size: 0.80528vw;
  }
}
.home-review-date {
  font-size: 2.73632vw;
  color: #6d6d6d;
}
@media screen and (min-width: 768px), print {
  .home-review-date {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-date {
    font-size: 0.80528vw;
  }
}
.home-review-client {
  font-size: 2.73632vw;
  color: #6d6d6d;
}
@media screen and (min-width: 768px), print {
  .home-review-client {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-client {
    font-size: 0.80528vw;
  }
}
.home-review-works {
  margin-top: 1.99005vw;
  list-style: none;
}
.home-review-works li {
  position: relative;
  padding-left: 1em;
  font-size: 3.23384vw;
  line-height: 1.6;
}
.home-review-works li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .home-review-works {
    margin-top: 8px;
  }
  .home-review-works li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-works {
    margin-top: 0.58566vw;
  }
  .home-review-works li {
    font-size: 0.89678vw;
  }
}
.home-review-modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.98508vw;
  margin-right: auto;
  margin-left: auto;
  padding: 1.49254vw 3.9801vw;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 2.98508vw;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .home-review-modal-btn:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px), print {
  .home-review-modal-btn {
    margin-top: 10px;
    padding: 6px 16px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-review-modal-btn {
    margin-top: 0.73207vw;
    padding: 0.43924vw 1.39093vw;
    font-size: 0.87848vw;
  }
}

.review-modal-group + .review-modal-group {
  margin-top: 28px;
}

.review-modal-group-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.review-modal-group-label--before {
  background: var(--color-secondary);
}
.review-modal-group-label--after {
  background: var(--color-primary);
}

.review-modal-single img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.review-modal-images {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px), print {
  .review-modal-images {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.review-modal-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px), print {
  .review-modal-images img {
    width: calc((100% - 24px) / 3);
  }
}

.review-modal-works {
  margin-top: 20px;
  list-style: none;
}
.review-modal-works li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
}
.review-modal-works li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.home-company {
  margin-top: 19.9005vw;
}
@media screen and (min-width: 768px), print {
  .home-company {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-company {
    margin-top: 13.17716vw;
  }
}
.home-company-inner {
  position: relative;
  padding-inline: 4.47762vw;
}
@media screen and (min-width: 768px), print {
  .home-company-inner {
    display: flex;
    padding-inline: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-company-inner {
    padding-inline: 5.85652vw;
  }
}
@media screen and (min-width: 768px), print {
  .home-company-body {
    position: relative;
    width: min(100%, 1080px);
    margin-left: auto;
    padding-left: 285px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-company-body {
    width: 79.06296vw;
    padding-left: 20.86384vw;
  }
}
.home-company-heading {
  position: relative;
  z-index: 2;
  padding-top: 4.97513vw;
  font-size: 13.6816vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  line-height: 1.2;
}
.home-company-heading span {
  position: relative;
  display: block;
  margin-top: 7.46269vw;
  padding-left: 10.44777vw;
  font-family: var(--font-default);
  font-size: 3.9801vw;
  font-weight: 700;
}
.home-company-heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.47264vw;
  height: 0.24876vw;
  background: var(--color-primary);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .home-company-heading {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
    font-size: 85px;
  }
  .home-company-heading span {
    margin-top: 45px;
    padding-left: 54px;
    font-size: 20px;
  }
  .home-company-heading span::before {
    width: 37px;
    height: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-company-heading {
    top: 1.46413vw;
    font-size: 6.22255vw;
  }
  .home-company-heading span {
    margin-top: 3.29429vw;
    padding-left: 3.95315vw;
    font-size: 1.46413vw;
  }
  .home-company-heading span::before {
    width: 2.70864vw;
    height: 0.14642vw;
  }
}
.home-company-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  box-shadow: 2.48757vw 2.48757vw 2.48757vw rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px), print {
  .home-company-image {
    position: relative;
    width: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 1024px), print {
  .home-company-image {
    box-shadow: 0.73207vw 0.73207vw 0.73207vw rgba(0, 0, 0, 0.06);
  }
}
.home-company-list {
  margin-top: 14.92538vw;
}
.home-company-list div {
  display: flex;
  margin-top: 4.97513vw;
}
.home-company-list dt {
  width: 24.87563vw;
  color: #6d6d6d;
  font-weight: 700;
}
.home-company-list dd {
  flex: 1;
}
.home-company-list a {
  color: var(--color-default);
}
@media screen and (min-width: 768px), print {
  .home-company-list {
    margin-top: 55px;
    font-size: 15px;
  }
  .home-company-list div {
    margin-top: 18px;
  }
  .home-company-list dt {
    width: 105px;
  }
}
@media screen and (min-width: 768px), print {
  .home-company-list {
    margin-top: 4.02636vw;
    font-size: 1.0981vw;
  }
  .home-company-list div {
    margin-top: 1.31772vw;
  }
  .home-company-list dt {
    width: 7.68668vw;
  }
}
.home-company-map {
  margin-block: 14.92538vw 24.87563vw;
}
.home-company-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1366/600;
}
@media screen and (min-width: 768px), print {
  .home-company-map {
    margin-block: 60px 200px;
  }
  .home-company-map iframe {
    aspect-ratio: 1366/450;
  }
}
@media screen and (min-width: 768px), print {
  .home-company-map {
    margin-block: 4.39239vw 14.64129vw;
  }
}

.home-contact {
  padding: 9.95025vw 4.47762vw;
  background: url(../../img/home/bg_contact_01.jpg) 50% 50%/cover no-repeat;
}
@media screen and (min-width: 768px), print {
  .home-contact {
    padding: 80px 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact {
    padding: 5.85652vw 3.66033vw;
  }
}
.home-contact-inner {
  padding: 4.97513vw 4.47762vw 7.46269vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.62) 70%, rgba(255, 255, 255, 0.34));
  box-shadow: 3.73135vw 3.73135vw 3.73135vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px), print {
  .home-contact-inner {
    position: relative;
    width: min(100%, 1250px);
    padding: 40px 50px 50px;
    margin-inline: auto;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px), print {
  .home-contact-inner {
    width: auto;
    padding: 2.92826vw 3.66033vw 3.66033vw;
    box-shadow: 1.0981vw 1.0981vw 1.0981vw rgba(0, 0, 0, 0.1);
  }
}
.home-contact-heading {
  font-size: 11.44279vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  line-height: 1.2;
}
.home-contact-heading span {
  position: relative;
  display: block;
  margin-top: 2.48757vw;
  padding-left: 10.44777vw;
  font-family: var(--font-default);
  font-size: 3.9801vw;
  font-weight: 700;
}
.home-contact-heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.47264vw;
  height: 0.24876vw;
  background: var(--color-primary);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .home-contact-heading {
    font-size: 58px;
  }
  .home-contact-heading span {
    margin-top: 15px;
    padding-left: 54px;
    font-size: 16px;
  }
  .home-contact-heading span::before {
    width: 37px;
    height: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-heading {
    font-size: 4.24598vw;
  }
  .home-contact-heading span {
    margin-top: 1.0981vw;
    padding-left: 3.95315vw;
    font-size: 1.17131vw;
  }
  .home-contact-heading span::before {
    width: 2.70864vw;
    height: 0.14642vw;
  }
}
.home-contact-lead {
  margin-top: 7.46269vw;
}
@media screen and (min-width: 768px), print {
  .home-contact-lead {
    margin-top: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-lead {
    position: absolute;
    top: 2.92826vw;
    left: 35.87116vw;
    margin: 0;
    font-size: 1.0981vw;
  }
}
.home-contact-row {
  margin-top: 7.46269vw;
  border-top: 0.24876vw solid #fff;
}
@media screen and (min-width: 768px), print {
  .home-contact-row {
    margin-top: 40px;
    border-top-width: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-row {
    display: flex;
    justify-content: space-between;
    margin-top: 2.92826vw;
    padding-top: 2.92826vw;
    border-top-width: 0.07321vw;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-col {
    position: relative;
    padding-top: 3.66033vw;
  }
  .home-contact-col:nth-of-type(1) {
    width: 48.8%;
  }
  .home-contact-col:nth-of-type(2) {
    width: 44.2%;
  }
  .home-contact-col:nth-of-type(2) .home-contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home-contact-subheading {
  margin-top: 7.46269vw;
  color: var(--color-primary);
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .home-contact-subheading {
    margin-top: 40px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-subheading {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 1.0981vw;
  }
}
.home-contact-block {
  margin-top: 4.97513vw;
  padding: 4.47762vw;
  background: #fff;
  box-shadow: 1.49254vw 1.49254vw 1.24379vw rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px), print {
  .home-contact-block {
    margin-top: 20px;
    padding: 24px 24px 20px;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-block {
    height: 100%;
    margin-top: 0;
    padding: 2.04979vw 1.75696vw 1.46413vw;
    box-shadow: 0.43924vw 0.43924vw 0.36604vw rgba(0, 0, 0, 0.05);
  }
}
.home-contact-form {
  margin-top: -4.97512vw;
}
.home-contact-form label {
  display: inline-block;
  margin-block: 4.97513vw 1.7413vw;
  font-size: 3.23384vw;
  font-weight: 700;
  line-height: 1;
}
.home-contact-form label span {
  color: var(--color-primary);
}
.home-contact-form input[type=text] {
  display: block;
  width: 100%;
  padding: 1.24379vw 1.99005vw;
  border: 0.37314vw solid var(--color-border-secondary);
  border-radius: 0;
  font-weight: 500;
}
.home-contact-form textarea {
  display: block;
  width: 100%;
  height: 24.87563vw;
  padding: 1.24379vw 1.99005vw;
  border: 0.37314vw solid var(--color-border-secondary);
  border-radius: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .home-contact-form {
    margin-top: 0;
  }
  .home-contact-form-row {
    display: flex;
    justify-content: space-between;
    margin-block: -10px 10px;
  }
  .home-contact-form-col {
    width: calc(50% - 12px);
  }
  .home-contact-form label {
    margin-block: 0 10px;
    font-size: 12px;
  }
  .home-contact-form input[type=text] {
    padding: 5px 8px;
    border-width: 1px;
  }
  .home-contact-form textarea {
    height: 90px;
    padding: 5px 8px;
    border-width: 1px;
  }
}
@media screen and (min-width: 768px), print {
  .home-contact-form-row {
    margin-block: -0.73206vw 0.73207vw;
  }
  .home-contact-form-col {
    width: calc(50% - 0.87848vw);
  }
  .home-contact-form label {
    margin-block: 0 0.73207vw;
    font-size: 0.87848vw;
  }
  .home-contact-form input[type=text] {
    padding: 0.36604vw 0.58566vw;
    border-width: 0.07321vw;
  }
  .home-contact-form textarea {
    height: 6.58858vw;
    padding: 0.36604vw 0.58566vw;
    border-width: 0.07321vw;
  }
}
.home-contact-action {
  margin-top: 4.97513vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-contact-action {
    margin-top: 20px;
  }
}
.home-contact-button {
  display: inline-block;
  padding: 1.99005vw 14.92538vw;
  background: var(--color-default);
  border: none;
  border-radius: 100vmax;
  color: #fff;
  font-size: 3.23384vw;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  box-shadow: 1.49254vw 1.49254vw 1.49254vw rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .home-contact-button {
    transition: opacity var(--transition);
  }
  .home-contact-button:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .home-contact-button {
    padding: 8px 68px;
    font-size: 13px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-button {
    padding: 0.58566vw 4.97804vw;
    font-size: 0.95169vw;
    box-shadow: 0.43924vw 0.43924vw 0.43924vw rgba(0, 0, 0, 0.08);
  }
}
.home-contact-number {
  padding-top: 7.46269vw;
  font-family: var(--font-Montserrat);
  font-size: 6.96518vw;
  font-weight: 700;
  text-align: center;
}
.home-contact-number a {
  position: relative;
  display: inline-block;
  padding-left: 9.45274vw;
  color: var(--color-default);
}
.home-contact-number a::before {
  content: "";
  position: absolute;
  top: 1.24379vw;
  left: 0;
  width: 5.22389vw;
  height: 9.45274vw;
  background: url(../../img/common/icn_phone_01.svg) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px), print {
  .home-contact-number {
    padding-top: 30px;
    font-size: 28px;
  }
  .home-contact-number a {
    padding-left: 38px;
  }
  .home-contact-number a::before {
    top: 10px;
    width: 21px;
    height: 38px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-contact-number {
    padding-top: 2.1962vw;
    font-size: 2.04979vw;
  }
  .home-contact-number a {
    padding-left: 2.78185vw;
  }
  .home-contact-number a::before {
    top: 0.73207vw;
    width: 1.53734vw;
    height: 2.78185vw;
  }
}
.home-contact-hour {
  margin-top: 2.48757vw;
  padding-block: 2.48757vw 7.46269vw;
  border-top: 0.24876vw solid var(--color-border-primary);
  color: #585858;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .home-contact-hour {
    width: calc(100% - 15px);
    margin: 10px auto 0;
    padding-block: 10px 30px;
    border-top-width: 1px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px), print {
  .home-contact-hour {
    width: calc(100% - 1.0981vw);
    margin: 0.73207vw auto 0;
    padding-block: 0.73207vw 2.1962vw;
    border-top-width: 0.07321vw;
    font-size: 1.31772vw;
  }
}

.home-faq {
  padding-block: 24.87563vw;
}
@media screen and (min-width: 768px), print {
  .home-faq {
    padding-block: 200px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-faq {
    padding-block: 14.64129vw;
  }
}
.home-faq-inner {
  position: relative;
  padding-inline: 4.47762vw;
}
@media screen and (min-width: 768px), print {
  .home-faq-inner {
    display: flex;
    width: min(100%, 1248px);
    margin-inline: auto;
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-faq-inner {
    width: auto;
    padding-inline: 5.85652vw;
  }
}
.home-faq-heading {
  font-size: 13.6816vw;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  line-height: 1.2;
}
.home-faq-heading span {
  position: relative;
  display: block;
  margin-top: 7.46269vw;
  padding-left: 10.44777vw;
  font-family: var(--font-default);
  font-size: 3.9801vw;
  font-weight: 700;
}
.home-faq-heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.47264vw;
  height: 0.24876vw;
  background: var(--color-primary);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .home-faq-heading {
    font-size: 85px;
  }
  .home-faq-heading span {
    margin-top: 45px;
    padding-left: 54px;
    font-size: 20px;
  }
  .home-faq-heading span::before {
    width: 37px;
    height: 2px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-faq-heading {
    font-size: 6.22255vw;
  }
  .home-faq-heading span {
    margin-top: 3.29429vw;
    padding-left: 3.95315vw;
    font-size: 1.46413vw;
  }
  .home-faq-heading span::before {
    width: 2.70864vw;
    height: 0.14642vw;
  }
}
.home-faq-list {
  font-weight: 700;
}
.home-faq-list dt {
  margin-block: 14.92538vw 4.97513vw;
  padding-bottom: 4.97513vw;
  border-bottom: 0.24876vw solid var(--color-border-primary);
  font-size: 4.47762vw;
}
.home-faq-list dt br {
  display: none;
}
.home-faq-list dt span {
  display: block;
  margin: 0 0 2.48757vw -0.5em;
  color: var(--color-primary);
}
@media screen and (min-width: 768px), print {
  .home-faq-list {
    width: min(67%, 730px);
    margin: -100px 0 0 auto;
  }
  .home-faq-list dt {
    margin-block: 90px 25px;
    padding-bottom: 25px;
    border-bottom-width: 1px;
    font-size: 20px;
  }
  .home-faq-list dt br {
    display: inline;
  }
  .home-faq-list dt span {
    margin: 0 0 10px -0.5em;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px), print {
  .home-faq-list {
    width: auto;
    margin: -7.32064vw 0 0 21.22987vw;
    flex: 1;
  }
  .home-faq-list dt {
    margin-block: 6.58858vw 1.83017vw;
    padding-bottom: 1.83017vw;
    border-bottom-width: 0.07321vw;
    font-size: 1.46413vw;
  }
  .home-faq-list dt span {
    margin: 0 0 0.73207vw -0.5em;
    font-size: 1.0981vw;
  }
  .home-faq-list dd {
    font-size: 1.17131vw;
  }
}
.home-faq-image {
  position: absolute;
  top: 2.48757vw;
  right: 4.47762vw;
  display: block;
  width: 29.85075vw;
  box-shadow: 2.48757vw 2.48757vw 2.48757vw rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px), print {
  .home-faq-image {
    top: auto;
    right: auto;
    bottom: 0;
    left: 24px;
    width: min(27.5%, 305px);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (min-width: 768px), print {
  .home-faq-image {
    left: 6.14935vw;
    width: 22.32797vw;
    box-shadow: 0.73207vw 0.73207vw 0.73207vw rgba(0, 0, 0, 0.06);
  }
}

.page__articles.page__inventory {
  position: relative;
  padding-bottom: 90px;
}
.page__articles.page__inventory::before {
  content: "";
  display: block;
  position: absolute;
  top: 19.40299vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
@media screen and (min-width: 768px), print {
  .page__articles.page__inventory::before {
    top: 130px;
  }
}
@media screen and (min-width: 1024px), print {
  .page__articles.page__inventory::before {
    top: 9.51684vw;
  }
}
.page__articles.page__inventory .page__searchform {
  margin-top: 32px;
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #f6f6f6;
}
.page__articles.page__inventory .page__searchform .home-search {
  margin-top: 0;
}
.page__articles.page__inventory .back__to__list {
  margin-top: 60px;
}
@media not screen and (min-width: 600px), print {
  .page__articles.page__inventory .back__to__list {
    margin-top: 11.19403vw;
  }
}
.page__articles.page__inventory .back__to__list .back__btn {
  background-color: var(--color-default);
}
.page__articles.page__inventory .archive-stock-nothing {
  width: 100%;
  padding-inline: 4.47762vw;
}
@media screen and (min-width: 768px), print {
  .page__articles.page__inventory .archive-stock-nothing {
    padding-inline: 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .page__articles.page__inventory .archive-stock-nothing {
    padding-inline: 5.85652vw;
  }
}
.page__articles.page__inventory .nothing__info {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.7;
  text-align: center;
  z-index: 10;
}
@media not screen and (min-width: 768px), print, print, print {
  .page__articles.page__inventory .nothing__info {
    text-align: left;
  }
}
.page__articles.page__inventory .nothing__links {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 34px;
  width: 100%;
  z-index: 10;
}
.page__articles.page__inventory .nothing__links > a {
  text-decoration: underline;
  color: var(--color-link);
}

.archive-stock {
  margin-top: 24.87563vw;
}
@media screen and (min-width: 768px), print {
  .archive-stock {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock {
    margin-top: 10.24891vw;
  }
}
.archive-stock-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9.95025vw;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  .archive-stock-list {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-list {
    margin-top: 4.75842vw;
  }
}
.archive-stock-item {
  width: 50%;
  border-top: 0.24876vw solid var(--color-default);
}
.archive-stock-item:nth-of-type(even) {
  border-left: 0.24876vw solid var(--color-default);
}
.archive-stock-item:nth-of-type(1), .archive-stock-item:nth-of-type(2) {
  border-top: none;
}
@media screen and (min-width: 768px), print {
  .archive-stock-item {
    border-top-width: 1px;
  }
  .archive-stock-item:nth-of-type(even) {
    border-left-width: 1px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-item {
    width: 33.33334%;
    border-left: 1px solid var(--color-default);
  }
  .archive-stock-item:nth-of-type(3n + 1) {
    border-left: none;
  }
  .archive-stock-item:nth-of-type(-n + 3) {
    border-top: none;
  }
}
@media screen and (min-width: 1280px), print {
  .archive-stock-item {
    width: 25%;
    border-left: 0.07321vw solid var(--color-default);
  }
  .archive-stock-item:nth-of-type(3n + 1) {
    border-left: 0.07321vw solid var(--color-default);
  }
  .archive-stock-item:nth-of-type(4n + 1) {
    border-left: none;
  }
  .archive-stock-item:nth-of-type(-n + 4) {
    border-top: none;
  }
}
.archive-stock-anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.98508vw 4.47762vw 3.9801vw;
  color: var(--font-default);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .archive-stock-anchor:hover .home-stock-title {
    text-decoration: none;
  }
  .archive-stock-anchor:hover .home-stock-more span {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  .archive-stock-anchor {
    padding: 24px 22px 14px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-anchor {
    padding: 1.75696vw 1.61055vw 1.0249vw;
  }
}
.archive-stock-number {
  font-size: 2.98508vw;
  font-weight: 700;
}
.archive-stock-number span {
  display: block;
  font-family: var(--font-Montserrat);
  font-size: 5.47264vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .archive-stock-number {
    font-size: 14px;
  }
  .archive-stock-number span {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 3px;
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-number {
    font-size: 1.0249vw;
  }
  .archive-stock-number span {
    top: 0.07321vw;
    margin-left: 0.21962vw;
    font-size: 1.97658vw;
  }
}
.archive-stock-new {
  position: absolute;
  top: 3.48259vw;
  right: 4.47762vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.95025vw;
  height: 9.95025vw;
  padding-top: 0.49752vw;
  border: 0.37314vw solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 2.48757vw;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .archive-stock-new {
    top: 20px;
    right: 22px;
    width: 39px;
    height: 39px;
    padding-top: 1px;
    border-width: 1px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-new {
    top: 1.46413vw;
    right: 1.61055vw;
    width: 2.85506vw;
    height: 2.85506vw;
    padding-top: 0.07321vw;
    border-width: 0.07321vw;
    font-size: 0.73207vw;
  }
}
.archive-stock-image {
  margin-top: 2.48757vw;
}
.archive-stock-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 592/418;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .archive-stock-image {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px), print {
  .archive-stock-image {
    margin-top: 0.58566vw;
  }
}
.archive-stock-title {
  margin-top: 2.48757vw;
  padding-bottom: 3.73135vw;
  border-bottom: 0.24876vw solid var(--color-border-primary);
  font-size: 3.48259vw;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .archive-stock-title {
    margin-top: 15px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-title {
    margin-top: 1.0981vw;
    padding-bottom: 1.31772vw;
    border-bottom-width: 0.07321vw;
    font-size: 1.17131vw;
  }
}
.archive-stock-meta {
  margin-top: 0.99503vw;
}
.archive-stock-meta div {
  display: flex;
  align-items: flex-start;
  margin-top: 1.99005vw;
  font-size: 2.73632vw;
}
.archive-stock-meta dt {
  width: 17.41294vw;
  padding: 0.74627vw 2.48757vw 0.99503vw;
  background: var(--color-default);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.archive-stock-meta dd {
  flex: 1;
  margin: 0.49752vw 0 0 1.99005vw;
  line-height: 1.4;
  word-break: break-all;
}
@media screen and (min-width: 768px), print {
  .archive-stock-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  .archive-stock-meta div {
    width: 47.3%;
    margin-top: 12px;
    font-size: 12px;
  }
  .archive-stock-meta div:nth-of-type(2), .archive-stock-meta div:nth-of-type(4) {
    width: 51.3%;
  }
  .archive-stock-meta div:nth-of-type(2) dt, .archive-stock-meta div:nth-of-type(4) dt {
    width: 74px;
  }
  .archive-stock-meta div:nth-of-type(5) {
    width: 100%;
  }
  .archive-stock-meta div:nth-of-type(5) dt {
    width: 106px;
  }
  .archive-stock-meta dt {
    width: 50px;
    padding: 4px;
  }
  .archive-stock-meta dd {
    margin: 2px 0 0 6px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-meta div {
    margin-top: 0.87848vw;
    font-size: 0.87848vw;
  }
  .archive-stock-meta div:nth-of-type(2) dt, .archive-stock-meta div:nth-of-type(4) dt {
    width: 5.41728vw;
  }
  .archive-stock-meta div:nth-of-type(5) dt {
    width: 7.75989vw;
  }
  .archive-stock-meta dt {
    width: 3.66033vw;
    padding: 0.29283vw;
  }
  .archive-stock-meta dd {
    margin: 0.14642vw 0 0 0.43924vw;
  }
}
.archive-stock-price {
  margin-top: 2.98508vw;
  padding-block: 2.48757vw;
  border-top: 0.24876vw solid var(--color-border-primary);
  border-bottom: 0.24876vw solid var(--color-border-primary);
}
.archive-stock-price p:nth-of-type(1) {
  font-size: 2.98508vw;
}
.archive-stock-price p:nth-of-type(2) {
  margin-top: 0.99503vw;
  font-size: 3.23384vw;
  text-align: right;
}
.archive-stock-price p:nth-of-type(2) span:nth-of-type(1) {
  color: var(--color-primary);
  font-size: 5.97015vw;
  font-weight: 900;
}
.archive-stock-price p:nth-of-type(2) span:nth-of-type(2) {
  display: block;
  font-size: 2.98508vw;
}
@media screen and (min-width: 768px), print {
  .archive-stock-price {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-block: 8px 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .archive-stock-price p:nth-of-type(1) {
    padding-top: 6px;
    font-size: 12px;
  }
  .archive-stock-price p:nth-of-type(2) {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.2;
  }
  .archive-stock-price p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 24px;
  }
  .archive-stock-price p:nth-of-type(2) span:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px), print {
  .archive-stock-price {
    margin-top: 0.87848vw;
    padding-block: 0.58566vw 0.73207vw;
    border-top-width: 0.07321vw;
    border-bottom-width: 0.07321vw;
  }
  .archive-stock-price p:nth-of-type(1) {
    padding-top: 0.43924vw;
    font-size: 0.87848vw;
  }
  .archive-stock-price p:nth-of-type(2) {
    font-size: 0.95169vw;
  }
  .archive-stock-price p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 1.75696vw;
  }
  .archive-stock-price p:nth-of-type(2) span:nth-of-type(2) {
    margin-top: 0.43924vw;
    font-size: 0.87848vw;
  }
}
.archive-stock-more {
  margin-top: auto;
  padding-top: 2.98508vw;
  text-align: center;
}
.archive-stock-more span {
  display: inline-block;
  padding: 1.49254vw 7.46269vw;
  background: var(--color-primary);
  border: none;
  border-radius: 100vmax;
  color: #fff;
  font-size: 3.23384vw;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  box-shadow: 1.49254vw 1.49254vw 1.49254vw rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .archive-stock-more span {
    transition: opacity var(--transition);
  }
}
@media screen and (min-width: 768px), print {
  .archive-stock-more {
    padding-top: 12px;
  }
  .archive-stock-more span {
    padding: 3px 38px;
    font-size: 12px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 768px), print {
  .archive-stock-more {
    padding-top: 0.87848vw;
  }
  .archive-stock-more span {
    padding: 0.21962vw 2.78185vw;
    font-size: 0.87848vw;
    box-shadow: 0.43924vw 0.43924vw 0.43924vw rgba(0, 0, 0, 0.08);
  }
}

.search__result {
  position: relative;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  background-color: #353535;
  z-index: 10;
}
@media (max-width: 1150px) {
  .search__result {
    width: 100%;
  }
}
@media not screen and (min-width: 600px), print {
  .search__result {
    margin-top: 7.46269vw;
    display: block;
  }
}
.search__result .number__contents {
  position: relative;
  padding-right: 42px;
  display: flex;
  align-items: center;
}
@media not screen and (min-width: 600px), print {
  .search__result .number__contents {
    padding-right: 0;
  }
}
.search__result .number__contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin-top: auto;
  margin-bottom: auto;
  width: 1.5px;
  height: 98%;
  background-color: #818181;
}
@media not screen and (min-width: 600px), print {
  .search__result .number__contents::after {
    content: none;
  }
}
.search__result .number__contents .contens__txt {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.033rem;
  white-space: nowrap;
  line-height: 1.3;
}
@media not screen and (min-width: 600px), print {
  .search__result .number__contents .contens__txt {
    font-size: 13px;
  }
}
.search__result .number__contents .contens__number {
  position: relative;
  top: -1px;
  margin-left: 3px;
  display: flex;
  align-items: center;
  font-size: 18.5px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  .search__result .number__contents .contens__number {
    margin-left: 3px;
  }
}
.search__result .number__contents .contens__number .sub__txt {
  margin-left: 2px;
  padding-top: 1.85px;
  display: inline-block;
  font-size: 14px;
}
.search__result .search__detail {
  padding-top: 1.8px;
  display: flex;
  align-items: flex-start;
}
@media not screen and (min-width: 600px), print {
  .search__result .search__detail {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #656565;
  }
}
.search__result .search__detail .contens__txt {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.033rem;
  line-height: 1.3;
}
@media not screen and (min-width: 1024px), print {
  .search__result .search__detail .contens__txt {
    font-size: 13px;
    line-height: 1.5;
  }
}
.search__result .search__detail .contens__txt > span {
  display: inline-block;
}
@media not screen and (min-width: 1024px), print {
  .search__result .search__detail .contens__txt > span {
    font-weight: 400;
  }
}
.search__result .search__detail .contens__txt--first {
  white-space: nowrap;
}
@media not screen and (min-width: 1024px), print {
  .search__result .search__detail .contens__txt--first {
    font-weight: 500;
  }
}

main.single {
  position: relative;
  padding-top: 19.40299vw;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  main.single {
    padding-top: 105px;
  }
}
@media screen and (min-width: 1024px), print {
  main.single {
    padding-top: 8.05271vw;
  }
}
main.single .limited__width {
  max-width: 960px;
}
main.single .head__contents .ttl {
  display: block;
  padding-bottom: 12px;
  width: 100%;
  font-size: 30px;
  font-size: clamp(21px, (0.3rem + 4.1vw), 30px);
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #eee;
  font-family: var(--font-serif);
}
main.single .head__contents .lists01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media not screen and (min-width: 600px), print {
  main.single .head__contents .lists01 {
    margin-top: 15px;
  }
}
main.single .head__contents .date {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 0px 3.5px;
  font-size: 14px;
  font-weight: 500;
  color: #5d5d5d;
  letter-spacing: 0.07rem;
  font-family: "Roboto";
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.single .head__contents .date {
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 12px;
  }
}
main.single .head__contents .category {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 13px;
  padding: 5px 12px 5px;
  min-width: 80px;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  transition: 0.3s;
}
@media not screen and (min-width: 600px), print {
  main.single .head__contents .category {
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 12px;
  }
}
main.single .head__contents .category:hover {
  opacity: 0.7;
}
main.single .head__contents .img__container {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 470px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 5px var(--color-shadow015));
}
main.single .head__contents .img__container .img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main.single .toc__wrapper {
  margin-top: 30px;
  margin-bottom: 55px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
@media not screen and (min-width: 600px), print {
  main.single .toc__wrapper {
    padding: 17px;
    margin-bottom: 43px;
  }
}
main.single .toc__wrapper > h2 {
  display: block;
  padding-left: 8px;
  border-left: 4px solid #dbdbdb;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.single .toc__wrapper > h2 {
    font-size: 18px;
  }
}
main.single .toc__wrapper ol {
  margin-top: 30px;
  list-style: none;
  counter-reset: number 0;
}
@media not screen and (min-width: 600px), print {
  main.single .toc__wrapper ol {
    margin-top: 24px;
  }
}
main.single .toc__wrapper ol > li {
  position: relative;
  z-index: 10;
}
main.single .toc__wrapper ol > li:nth-child(n+2) {
  margin-top: 24px;
}
main.single .toc__wrapper ol > li > a {
  padding-left: 31px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.45;
  text-decoration: none;
}
@media not screen and (min-width: 600px), print {
  main.single .toc__wrapper ol > li > a {
    padding-left: 21px;
    font-size: 15px;
  }
}
main.single .toc__wrapper ol > li::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.02rem;
  z-index: -10;
}
@media not screen and (min-width: 600px), print {
  main.single .toc__wrapper ol > li::before {
    top: 1.8px;
    width: 17px;
    height: 17px;
  }
}

main.page__single {
  position: relative;
  padding-top: 19.40299vw;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  main.page__single {
    padding-top: 105px;
  }
}
@media screen and (min-width: 1024px), print {
  main.page__single {
    padding-top: 8.05271vw;
  }
}
main.page__single .container-fluid {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1480px), print {
  main.page__single .container-fluid {
    width: 100%;
    max-width: 1680px;
  }
}
main.page__single .more__btn__container .more__btn {
  padding: 12px 45px;
}

.page__main__bg {
  width: 100%;
}

.wysiwyg-editor {
  margin-top: 65px;
  margin-top: clamp(50px, (0.3rem + 5vw), 85px);
  margin-bottom: 65px;
  margin-bottom: clamp(45px, (0.3rem + 5vw), 65px);
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor {
    margin-top: 14.92538vw;
    max-width: 100%;
    overflow: hidden;
  }
}
.wysiwyg-editor * {
  max-width: 100%;
}
.wysiwyg-editor h1,
.wysiwyg-editor h2 {
  position: relative;
  margin-top: 45px;
  margin-top: clamp(35px, (0.3rem + 5vw), 45px);
  position: relative;
  padding-top: 14px;
  font-size: 24px;
  font-size: clamp(18px, 0.2rem + 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.55;
  font-family: var(--font-serif);
  /* background: #BA1830; */
}
.wysiwyg-editor h1::before,
.wysiwyg-editor h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: var(--color-primary);
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor h1,
  .wysiwyg-editor h2 {
    font-size: 5.7214vw;
  }
}
.wysiwyg-editor h3 {
  margin-top: 45px;
  margin-top: clamp(35px, (0.3rem + 5vw), 45px);
  padding-left: 9px;
  font-size: 21px;
  font-size: clamp(17px, 0.2rem + 2.2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--font-serif);
  border-left: 2.5px solid var(--color-primary);
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor h3 {
    font-size: 4.97513vw;
  }
}
.wysiwyg-editor h2 + h3 {
  margin-top: 35px;
  margin-top: clamp(32px, (0.3rem + 5vw), 35px);
}
.wysiwyg-editor h4 {
  position: relative;
  margin-top: 35px;
  margin-top: clamp(32px, (0.3rem + 5vw), 35px);
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: clamp(16.5px, 0.2rem + 2.2vw, 18px);
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-serif);
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor h4 {
    font-size: 4.97513vw;
  }
}
.wysiwyg-editor h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  height: 1px;
  background-color: var(--color-primary);
}
.wysiwyg-editor h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 23%;
  width: 77%;
  height: 1px;
  background-color: #ffbcc1;
}
.wysiwyg-editor h5 {
  margin-top: 32px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-serif);
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor h5 {
    font-size: 4.47762vw;
  }
}
.wysiwyg-editor h6 {
  margin-top: 32px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  font-family: var(--font-serif);
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor h6 {
    font-size: 4.47762vw;
  }
}
.wysiwyg-editor p {
  line-height: 1.7;
  margin-top: 25px;
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor p {
    margin-top: 21.5px;
  }
}
.wysiwyg-editor ul,
.wysiwyg-editor ol {
  margin-top: 30px;
  padding: 0 0 0 20px;
  line-height: 1.7;
}
.wysiwyg-editor ul li:not(:first-child),
.wysiwyg-editor ol li:not(:first-child) {
  margin-top: 15px;
}
.wysiwyg-editor ul {
  list-style: disc;
}
.wysiwyg-editor ul ::marker {
  color: var(--c);
}
.wysiwyg-editor ol {
  list-style: decimal;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor ol ::marker {
    font-size: 14px;
  }
}
.wysiwyg-editor li > ul,
.wysiwyg-editor li > ol {
  margin-top: 10px;
}
.wysiwyg-editor a {
  margin-top: 15px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #007bff;
  transition: 0.3s;
}
.wysiwyg-editor a:hover {
  opacity: 0.75;
}
.wysiwyg-editor * > a {
  margin-top: 0;
}
.wysiwyg-editor p > a {
  display: inline;
  text-decoration: none;
}
.wysiwyg-editor strong {
  font-weight: 700;
  line-height: 1.5;
}
.wysiwyg-editor .wp-block-columns {
  margin: 0;
  margin-top: 50px;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .wp-block-columns .wp-block-column:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .wp-block-columns .wp-block-column:nth-child(n+2) {
    margin-top: 0;
  }
}
.wysiwyg-editor .wp-block-columns *:first-child {
  margin-top: 0;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .wp-block-columns.sp-gap0 {
    gap: 0;
  }
}
.wysiwyg-editor > iframe {
  display: block;
  margin-top: 30px;
  max-width: 100%;
}
.wysiwyg-editor img {
  display: block;
  height: auto;
  max-width: 100%;
}
.wysiwyg-editor figure {
  margin: 0;
  margin-top: 25px;
}
.wysiwyg-editor figure img {
  display: block;
  object-fit: contain;
}
.wysiwyg-editor table {
  margin-top: 25px;
  margin-top: clamp(15px, (0.3rem + 3vw), 25px);
  border-bottom: 1px solid #e3e3e3;
}
.wysiwyg-editor table tr {
  border-top: 1px solid #e3e3e3;
}
.wysiwyg-editor table th {
  line-height: 1.5;
  border: none;
}
.wysiwyg-editor table td {
  padding: 1.85vw 0;
  line-height: 1.6;
  border: none;
  font-weight: 500;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor table td {
    padding-top: 2px;
  }
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor table td:nth-child(1) {
    padding-top: 20px;
  }
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor table td:last-child {
    padding-bottom: 20px;
  }
}
.wysiwyg-editor table td > a {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor table th,
  .wysiwyg-editor table td {
    display: block;
    width: 100%;
  }
}
.wysiwyg-editor table a[href*="tel:"] {
  text-decoration: none;
  color: var(--color-default);
}
.wysiwyg-editor dl {
  color: var(--color-default);
}
.wysiwyg-editor pre {
  padding: 10px;
  color: var(--color-default);
  overflow-x: auto;
}
.wysiwyg-editor mark {
  font-style: normal;
}
.wysiwyg-editor address {
  color: var(--color-default);
}
.wysiwyg-editor .wp-block-table.is-style-regular tbody tr:nth-child(n+2) {
  border-top: 1px solid #d0d0d0;
}
.wysiwyg-editor .wp-block-table.is-style-regular tbody td {
  border: 1px solid #ffe5cb;
}
.wysiwyg-editor .wp-block-separator {
  margin-top: 3.7em;
  margin-bottom: 3.7em;
  border-color: #ececec;
}
.wysiwyg-editor .wp-block-separator + * {
  margin-top: 0;
}
.wysiwyg-editor .wp-block-separator.is-style-wide {
  border-bottom: none;
  border-color: #eee;
}
.wysiwyg-editor .wp-block-table.is-style-stripes table {
  border-bottom: none;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody tr {
  border: none;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody td {
  padding-left: 10px;
}
.wysiwyg-editor .wp-block-table.is-style-stripes tbody td:first-child {
  font-weight: 600;
}
.wysiwyg-editor .xl__block {
  display: none;
}
@media not screen and (min-width: 1280px), print {
  .wysiwyg-editor .xl__block {
    display: block;
  }
}
.wysiwyg-editor .lg__block {
  display: none;
}
@media not screen and (min-width: 1024px), print {
  .wysiwyg-editor .lg__block {
    display: block;
  }
}
.wysiwyg-editor .md__block {
  display: none;
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor .md__block {
    display: block;
  }
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .sm__block {
    display: block;
  }
}
@media not screen and (min-width: 1280px), print {
  .wysiwyg-editor .xl__none {
    display: none;
  }
}
@media not screen and (min-width: 1024px), print {
  .wysiwyg-editor .lg__none {
    display: none;
  }
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor .md__none {
    display: none;
  }
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .sm__none {
    display: none;
  }
}
.wysiwyg-editor > :first-child {
  margin-top: 0;
}
.wysiwyg-editor .wp__table01 {
  margin-top: 12px;
  width: 100%;
}
.wysiwyg-editor .wp__table01 tr {
  background-color: #fff;
}
.wysiwyg-editor .wp__table01 tr:nth-child(2n) {
  background-color: #F4F6F8;
}
.wysiwyg-editor .wp__table01 th,
.wysiwyg-editor .wp__table01 td {
  padding: 13px 20px;
  border: 1px solid #e3e3e3;
  line-height: 1.2;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .wp__table01 th,
  .wysiwyg-editor .wp__table01 td {
    padding: 12px 15px;
    display: table-cell;
    width: auto;
    text-align: left;
  }
}
@media not screen and (min-width: 360px), print {
  .wysiwyg-editor .wp__table01 th,
  .wysiwyg-editor .wp__table01 td {
    font-size: 3.48259vw;
  }
}
.wysiwyg-editor .wp__table01 th {
  font-weight: 500;
}
.wysiwyg-editor .wp__table01 th.head01 {
  padding: 9px 15px;
  background: #222;
  color: #fff;
  text-align: center;
}
.wysiwyg-editor .more__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 18px 12px 35px;
  border-radius: 25px;
  background-color: var(--color-secondary);
  box-shadow: 7px 7px 7px var(--color-shadow01);
  transition: opacity 0.2s;
  cursor: pointer;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .more__btn {
    box-shadow: 5px 5px 5px var(--color-shadow007);
  }
}
.wysiwyg-editor .more__btn .btn__icon {
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 50%;
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .more__btn .btn__icon {
    padding: 1.24379vw;
    width: 4.97513vw;
    height: 4.97513vw;
  }
}
.wysiwyg-editor .more__btn .btn__txt {
  margin-right: 22px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1280px), print {
  .wysiwyg-editor .more__btn .btn__txt {
    font-size: 16px;
  }
}
@media not screen and (min-width: 768px), print {
  .wysiwyg-editor .more__btn .btn__txt {
    margin-right: 16px;
  }
}
@media not screen and (min-width: 600px), print {
  .wysiwyg-editor .more__btn .btn__txt {
    font-size: 3.48259vw;
  }
}
.wysiwyg-editor .more__btn:hover {
  opacity: 0.78;
}

.page.privacy-policy .wysiwyg-editor p {
  font-weight: 400;
}

.page__single--recruit {
  position: relative;
}
.page__single--recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}
.page__single--recruit .wysiwyg-editor {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  max-width: 890px;
  background-color: #fff;
  z-index: 10;
}
@media not screen and (min-width: 600px), print {
  .page__single--recruit .wysiwyg-editor {
    padding: 22px;
  }
}
.page__single--recruit .recruit__job {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary);
}
@media not screen and (min-width: 600px), print {
  .page__single--recruit .recruit__job {
    font-size: 19px;
    text-align: center;
  }
}
.page__single--recruit .recrui__ten__subttl01 strong {
  font-size: 18px;
  font-weight: 900;
}
@media not screen and (min-width: 600px), print {
  .page__single--recruit .recruit__link {
    font-size: 13px;
  }
}

.page__single .staff__lists {
  gap: 6.5em;
}
@media not screen and (min-width: 600px), print {
  .page__single .staff__lists {
    gap: 2.5em;
  }
}
.page__single .staff__lists:nth-child(n+6) {
  margin-top: 4em;
}
@media not screen and (min-width: 600px), print {
  .page__single .staff__lists:nth-child(n+6) {
    margin-top: 2.5em;
  }
}
.page__single .staff__item--none {
  visibility: hidden;
}
@media (max-width: 781px) {
  .page__single .staff__item--none {
    display: none;
  }
}
.page__single .staff__item img {
  margin-right: auto;
  margin-left: auto;
}
.page__single .staff__name {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #A0ACBA;
}
@media not screen and (min-width: 600px), print {
  .page__single .staff__name {
    font-size: 5.47264vw;
  }
}
.page__single .staff__name mark {
  position: relative;
  top: -1px;
  font-size: 15px;
}
.page__single .staff__comments {
  margin-top: 14px;
}

main.single__inventory {
  margin-top: 19.40299vw;
  padding-top: 6px;
  border-top: 1px solid #dedede;
  /* slick矢印ボタン（メインスライダー） */
  /* サムネイルスライダー */
  /* サムネイル矢印ボタン */
  /* サムネイルアイテム */
  /* ポップアップ時のスライダー */
  /* ポップアップ背景 */
  /* スクロール停止 */
  /* ========================================
  右カラム：価格・お問い合わせ
  ======================================== */
  /* MICSおすすめ納車プラン */
  /* プラン説明 */
  /* 御見積ボタン */
  /* お問い合わせボックス */
  /* フォームお問い合わせボタン */
  /* 左上：1行目のth */
  /* 右上：1行目の最後のtd */
  /* 左下：最終行のth */
  /* 右下：最終行の最後のtd */
}
@media screen and (min-width: 768px), print {
  main.single__inventory {
    margin-top: 105px;
  }
}
@media screen and (min-width: 1024px), print {
  main.single__inventory {
    margin-top: 8.05271vw;
  }
}
main.single__inventory .breadcrumb__container {
  margin-top: 0;
}
main.single__inventory .inventory__main__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .inventory__main__container {
    padding-bottom: 14.92538vw;
  }
}
@media screen and (min-width: 1480px), print {
  main.single__inventory .inventory__main__container {
    max-width: 72%;
  }
}
main.single__inventory .inventory__page__header {
  margin-bottom: 18px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .inventory__page__header {
    margin-bottom: 3.48259vw;
  }
}
main.single__inventory .inventory__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .inventory__title {
    font-size: 4.47762vw;
  }
}
main.single__inventory .inventory__feature {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.5;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .inventory__feature {
    font-size: 3.60697vw;
    font-weight: 600;
  }
}
main.single__inventory .single__inventory__container02 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
}
@media not screen and (min-width: 1024px), print {
  main.single__inventory .single__inventory__container02 {
    flex-direction: column;
  }
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .single__inventory__container02 {
    gap: 4.47762vw;
  }
}
main.single__inventory .inventory__img__wrapper {
  width: 49%;
  min-width: 49%;
  height: auto;
}
@media not screen and (min-width: 1280px), print {
  main.single__inventory .inventory__img__wrapper {
    width: 100%;
    min-width: 0;
  }
}
main.single__inventory .inventory__img__container {
  position: sticky;
  top: 150px;
  left: 0;
  width: 100%;
}
main.single__inventory .inventory__imgslider__container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main.single__inventory .inventory__imgslider {
  display: none;
}
main.single__inventory .inventory__imgslider.slick-initialized {
  display: block;
}
main.single__inventory .inventory__imgslider .slide__item {
  width: 100%;
  aspect-ratio: 4/3;
  vertical-align: middle;
}
main.single__inventory .inventory__imgslider .slide__item .img01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
main.single__inventory .inventory__imgslider__container .slick__prevbtn,
main.single__inventory .inventory__imgslider__container .slick__nextbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
main.single__inventory .inventory__imgslider__container .slick__prevbtn.slick-disabled,
main.single__inventory .inventory__imgslider__container .slick__nextbtn.slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
main.single__inventory .inventory__imgslider__container .slick__prevbtn::before,
main.single__inventory .inventory__imgslider__container .slick__nextbtn::before {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}
main.single__inventory .inventory__imgslider__container .slick__prevbtn:hover,
main.single__inventory .inventory__imgslider__container .slick__nextbtn:hover {
  opacity: 0.85;
}
main.single__inventory .inventory__imgslider__container .slick__prevbtn {
  left: -23px;
}
main.single__inventory .inventory__imgslider__container .slick__prevbtn::before {
  content: "";
  left: 14.5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
main.single__inventory .inventory__imgslider__container .slick__nextbtn {
  right: -23px;
}
main.single__inventory .inventory__imgslider__container .slick__nextbtn::before {
  content: "";
  right: 14.5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
main.single__inventory .inventory__thumbnails__container {
  margin-top: 12px;
  padding-bottom: 30px;
  width: 100%;
}
main.single__inventory .inventory__thumbnails {
  margin-bottom: 0;
  position: relative;
  left: -3px;
  width: calc(100% + 6px);
  display: none;
}
main.single__inventory .inventory__thumbnails.slick-initialized {
  display: block;
}
main.single__inventory .inventory__thumbnails .slick-dots {
  bottom: -27.5px;
}
main.single__inventory .inventory__thumbnails .slick-dots li button:before {
  color: var(--color-primary);
  font-size: 30px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .inventory__thumbnails .slick-dots li button:before {
    font-size: 5.47264vw;
  }
}
main.single__inventory .inventory__thumbnails .slick__prevbtn,
main.single__inventory .inventory__thumbnails .slick__nextbtn {
  position: absolute;
  top: 0;
  width: 18px;
  height: calc(100% - 6px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
main.single__inventory .inventory__thumbnails .slick__prevbtn.slick-disabled,
main.single__inventory .inventory__thumbnails .slick__nextbtn.slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
main.single__inventory .inventory__thumbnails .slick__prevbtn::before,
main.single__inventory .inventory__thumbnails .slick__nextbtn::before {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 6px;
  height: 6px;
}
main.single__inventory .inventory__thumbnails .slick__prevbtn:hover,
main.single__inventory .inventory__thumbnails .slick__nextbtn:hover {
  opacity: 0.85;
}
main.single__inventory .inventory__thumbnails .slick__prevbtn {
  left: 3px;
}
main.single__inventory .inventory__thumbnails .slick__prevbtn::before {
  content: "";
  left: 3.5px;
  border-top: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  transform: rotate(-45deg);
}
main.single__inventory .inventory__thumbnails .slick__nextbtn {
  right: 3px;
}
main.single__inventory .inventory__thumbnails .slick__nextbtn::before {
  content: "";
  right: 3.5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
}
main.single__inventory .inventory__thumbnails .thumbnail__item {
  position: relative;
  width: 100%;
  aspect-ratio: 8/5;
  cursor: pointer;
}
main.single__inventory .inventory__thumbnails .thumbnail__item::before {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: calc(100% - 6px);
  height: 100%;
  border: 2.5px solid var(--color-primary);
  z-index: 10;
}
main.single__inventory .inventory__thumbnails .thumbnail__item::after {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: calc(100% - 6px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 5;
}
main.single__inventory .inventory__thumbnails .thumbnail__item .img01 {
  padding: 0 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main.single__inventory .inventory__thumbnails .thumbnail__item.thumbnail__current::before,
main.single__inventory .inventory__thumbnails .thumbnail__item.thumbnail__current::after {
  content: "";
}
main.single__inventory .inventory__img__wrapper.is__popoup {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 250;
  width: 90%;
  height: 100%;
  overflow: hidden;
}
main.single__inventory .inventory__img__wrapper.is__popoup .inventory__img__container {
  position: relative;
  top: 0;
}
main.single__inventory .inventory__img__wrapper.is__popoup .inventory__imgslider__container .inventory__imgslider {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  max-height: 75.5vh;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
main.single__inventory .inventory__img__wrapper.is__popoup .inventory__imgslider__container .slide__item {
  margin-right: auto;
  margin-left: auto;
  max-width: 1450px;
  width: auto !important;
  max-height: 75.5vh;
  aspect-ratio: 4/3;
}
main.single__inventory .popupslider__bg {
  display: none;
}
main.single__inventory .popupslider__bg .popupslider__close {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 45px;
  height: 45px;
  font-size: 22px;
  font-weight: 900;
  background-color: #fff;
  border: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
main.single__inventory .popupslider__bg.is__popoup {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 200;
}
main.single__inventory .popupslider__bg.is__popoup .popupslider__close {
  display: flex;
}
main.single__inventory html.stop__scroll {
  overflow: hidden;
}
main.single__inventory .inventory__right__column {
  padding-bottom: 30px;
  width: 100%;
  background-color: #e6e6e6;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .inventory__right__column {
    padding-bottom: 6.21891vw;
  }
}
main.single__inventory .mics__plan__box {
  background: #ffffff;
  border: 5px solid #e6e6e6;
  border-radius: 4px;
  padding: 22px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .mics__plan__box {
    padding: 4.47762vw;
  }
}
@media screen and (min-width: 1480px), print {
  main.single__inventory .mics__plan__box {
    border: 12px solid #e6e6e6;
  }
}
main.single__inventory .plan__title {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-default);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .plan__title {
    font-size: 4.22886vw;
  }
}
main.single__inventory .plan__price__row {
  margin-top: 15px;
  display: flex;
  gap: 16px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .plan__price__row {
    margin-top: 3.48259vw;
    gap: 3.48259vw;
  }
}
main.single__inventory .price__item {
  flex: 1;
}
main.single__inventory .price__item.price__total {
  flex: 1.5;
}
main.single__inventory .price__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-default);
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__label {
    font-size: 2.98508vw;
    letter-spacing: 0;
  }
}
main.single__inventory .price__value {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.3;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__value {
    margin-top: 0.74627vw;
    font-size: 3.9801vw;
  }
}
main.single__inventory .price__value--sub {
  margin-top: 6px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__value--sub {
    margin-top: 2.98508vw;
  }
}
main.single__inventory .price__value .number {
  font-size: 32px;
  font-weight: 900;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
@media not screen and (min-width: 1280px), print {
  main.single__inventory .price__value .number {
    font-size: 29px;
  }
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__value .number {
    font-size: 5.47264vw;
  }
}
main.single__inventory .price__value--sub .number {
  color: var(--color-default);
}
main.single__inventory .price__total .price__value .number {
  font-size: 36px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__total .price__value .number {
    font-size: 7.46269vw;
  }
}
main.single__inventory .price__value .unit {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__value .unit {
    font-size: 2.98508vw;
  }
}
main.single__inventory .price__value--sub .unit {
  color: var(--color-default);
}
main.single__inventory .price__value .tax__included {
  margin-top: 1px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__value .tax__included {
    font-size: 3.48259vw;
  }
}
main.single__inventory .price__value .soldout {
  font-size: 24px;
  font-weight: 900;
  color: var(--color-primary);
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .price__value .soldout {
    font-size: 6.46767vw;
  }
}
main.single__inventory .plan__description {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .plan__description {
    margin-top: 3.73135vw;
    gap: 1.24379vw;
  }
}
main.single__inventory .desc__icon {
  width: auto;
  height: 17px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .desc__icon {
    height: 3.73135vw;
  }
}
main.single__inventory .desc__icon .icon01 {
  display: block;
  width: auto;
  height: 100%;
}
main.single__inventory .desc__content {
  flex: 1;
}
main.single__inventory .desc__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .desc__title {
    font-size: 3.48259vw;
  }
}
main.single__inventory .desc__detail {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .desc__detail {
    font-size: 3.48259vw;
  }
}
main.single__inventory .estimate__btn {
  margin-top: 3.23384vw;
  margin-right: auto;
  margin-left: auto;
  padding: 2.48757vw 14.92538vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  background-color: var(--color-secondary);
  box-shadow: 4px 4px 0 #00237c;
  color: #fff;
  font-size: 3.23384vw;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  main.single__inventory .estimate__btn {
    transition: opacity var(--transition);
  }
  main.single__inventory .estimate__btn:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px), print {
  main.single__inventory .estimate__btn {
    margin-top: 16px;
    padding: 12px 32px;
    font-size: 13px;
    max-width: 62%;
    width: 100%;
  }
}
@media screen and (min-width: 1480px), print {
  main.single__inventory .estimate__btn {
    font-size: 15px;
  }
}
main.single__inventory .estimate__btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #999;
  border-color: #999;
  box-shadow: none;
}
main.single__inventory .estimate__btn .btn__icon {
  width: auto;
  height: 3.48259vw;
}
@media screen and (min-width: 768px), print {
  main.single__inventory .estimate__btn .btn__icon {
    height: 18px;
  }
}
main.single__inventory .estimate__btn .icon01 {
  display: block;
  width: auto;
  height: 100%;
}
main.single__inventory .contact__box {
  padding: 14px 14px 0;
  display: flex;
}
@media screen and (min-width: 1480px), print {
  main.single__inventory .contact__box {
    padding: 24px 24px 0;
  }
}
main.single__inventory .contact__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: var(--color-default);
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .contact__left {
    padding: 2.48757vw;
  }
}
main.single__inventory .contact__guide {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .contact__guide {
    font-size: 2.73632vw;
  }
}
main.single__inventory .reference__number {
  margin-top: 12px;
  padding: 10px 6px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
main.single__inventory .ref__label {
  font-size: 14px;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .ref__label {
    font-size: 2.73632vw;
  }
}
main.single__inventory .ref__number {
  margin-top: 9px;
  font-size: 22px;
  font-weight: 900;
  font-family: var(font-Montserrat);
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .ref__number {
    margin-top: 1.99005vw;
    font-size: 4.47762vw;
  }
}
main.single__inventory .contact__right {
  flex: 2;
  padding-bottom: 16px;
  text-align: center;
  background-color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.04);
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .contact__right {
    flex: 2.25;
  }
}
main.single__inventory .contact__lead {
  padding: 9px;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .contact__lead {
    padding: 2.23881vw 0.99503vw;
    font-size: 3.23384vw;
    letter-spacing: 0.02em;
  }
}
main.single__inventory .tel__link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .tel__link {
    margin-top: 2.98508vw;
    gap: 1.99005vw;
  }
}
main.single__inventory .tel__icon {
  width: auto;
  height: 34px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .tel__icon {
    height: 6.21891vw;
  }
}
main.single__inventory .tel__icon .icon01 {
  display: block;
  width: auto;
  height: 100%;
}
main.single__inventory .tel__number {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-Montserrat);
  line-height: 1;
  color: var(--color-default);
  text-decoration: underline;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .tel__number {
    font-size: 5.7214vw;
  }
}
main.single__inventory .business__hours {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.08em;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .business__hours {
    margin-top: 2.98508vw;
    font-size: 2.98508vw;
  }
}
main.single__inventory .business__hours .sub {
  font-size: 11px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .business__hours .sub {
    font-size: 2.98508vw;
  }
}
main.single__inventory .form__contact__btn {
  margin-top: 5.97015vw;
  margin-right: 22px;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2.48757vw 14.92538vw;
  background: var(--color-primary);
  color: #fff;
  font-size: 3.23384vw;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 34px;
  box-shadow: 5px 5px 0 #a4000d;
  transition: background 0.2s ease;
}
@media screen and (min-width: 768px), print {
  main.single__inventory .form__contact__btn {
    margin-top: 23px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 32px;
    font-size: 13px;
    max-width: 62%;
    width: 100%;
  }
}
@media screen and (min-width: 1480px), print {
  main.single__inventory .form__contact__btn {
    font-size: 15px;
  }
}
main.single__inventory .form__contact__btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #999;
  border-color: #999;
  box-shadow: none;
}
main.single__inventory .form__contact__btn .btn__icon {
  width: auto;
  height: 3.48259vw;
}
@media screen and (min-width: 768px), print {
  main.single__inventory .form__contact__btn .btn__icon {
    height: 18px;
  }
}
main.single__inventory .form__contact__btn .btn__icon .icon01 {
  position: relative;
  top: 1px;
  display: block;
  width: auto;
  height: 100%;
}
main.single__inventory .form__contact__btn:hover {
  background: #b71c1c;
}
main.single__inventory .inventory__info__section {
  margin-top: 50px;
  margin-bottom: 40px;
}
main.single__inventory .section__title {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid var(--color-default);
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .section__title {
    font-size: 4.47762vw;
  }
}
main.single__inventory .section__title--sub {
  border-color: var(--color-default);
}
main.single__inventory .info__table {
  margin-top: 15px;
  width: 100%;
  border-collapse: separate;
  border-radius: 7px;
  overflow: hidden;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table {
    margin-top: 3.9801vw;
    display: block;
    border-radius: 0;
  }
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table tbody {
    display: block;
  }
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
main.single__inventory .info__table th,
main.single__inventory .info__table td {
  padding: 12px 16px;
  font-size: 14px;
  text-align: left;
  border: 2.5px solid #fff;
  line-height: 1.2;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table th,
  main.single__inventory .info__table td {
    padding: 2.98508vw;
    display: block;
    box-sizing: border-box;
    font-size: 3.48259vw;
  }
}
main.single__inventory .info__table th {
  width: 18%;
  background: #e5e5e5;
  font-weight: 700;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table th {
    width: 38%;
  }
}
main.single__inventory .info__table td {
  width: 32%;
  background: #f5f5f5;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table td {
    width: 62%;
  }
}
main.single__inventory .info__table tr:first-child th:first-child {
  border-top-left-radius: 7px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table tr:first-child th:first-child {
    border-radius: 0;
  }
}
main.single__inventory .info__table tr:first-child td:last-child {
  border-top-right-radius: 7px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table tr:first-child td:last-child {
    border-radius: 0;
  }
}
main.single__inventory .info__table tr:last-child th:first-child {
  border-bottom-left-radius: 7px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table tr:last-child th:first-child {
    border-radius: 0;
  }
}
main.single__inventory .info__table tr:last-child td:last-child {
  border-bottom-right-radius: 7px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table tr:last-child td:last-child {
    border-radius: 0;
  }
}
main.single__inventory .info__table td .caution {
  font-size: 12px;
  color: var(--color-gray);
  margin-left: 4px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .info__table td .caution {
    margin-left: 0.74627vw;
    font-size: 2.98508vw;
  }
}
main.single__inventory .table__note {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #535353;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .table__note {
    margin-top: 3.23384vw;
    font-size: 2.98508vw;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}
main.single__inventory .equipment__list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .equipment__list {
    margin-top: 3.23384vw;
    gap: 1.99005vw;
  }
}
main.single__inventory .equipment__item {
  padding: 9px 18px;
  background: #ffeaec;
  border: 1px solid #ff8c95;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .equipment__item {
    padding: 1.49254vw 2.23881vw;
    font-size: 3.48259vw;
  }
}
main.single__inventory .document__links {
  margin-top: 20px;
  display: flex;
  gap: 28px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .document__links {
    margin-top: 4.47762vw;
    gap: 4.97513vw;
  }
}
main.single__inventory .document__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .document__btn {
    padding: 2.98508vw 3.9801vw;
    gap: 0.99503vw;
    font-size: 3.48259vw;
  }
}
main.single__inventory .document__btn .btn__icon {
  width: auto;
  height: 18px;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .document__btn .btn__icon {
    height: 3.73135vw;
  }
}
main.single__inventory .document__btn .btn__icon .icon01 {
  display: block;
  width: auto;
  height: 100%;
}
main.single__inventory .document__btn:hover {
  opacity: 0.8;
}
main.single__inventory .document__btn--inspection {
  background: var(--color-primary);
  color: #fff;
}
main.single__inventory .document__btn--condition {
  background: #1a1a1a;
  color: #fff;
}
main.single__inventory .shop__comment {
  margin-top: 15px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.8;
}
@media not screen and (min-width: 600px), print {
  main.single__inventory .shop__comment {
    margin-top: 3.9801vw;
    padding: 2.98508vw;
    font-size: 3.44528vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
main.single__inventory .shop__comment p {
  margin-bottom: 1em;
}
main.single__inventory .shop__comment p:last-child {
  margin-bottom: 0;
}

.page__articles {
  position: relative;
  padding-top: 19.40299vw;
}
@media screen and (min-width: 768px), print {
  .page__articles {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1024px), print {
  .page__articles {
    padding-top: 9.51684vw;
  }
}
.page__articles .category__ttl {
  padding-top: 30px;
  text-align: center;
}
.page__articles .category__ttl .ttl01 {
  font-size: 36px;
  font-size: clamp(23px, (0.3rem + 3.9vw), 29px);
}
.page__articles .nothing__info {
  line-height: 1.7;
}
.page__articles .article__lists {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media not screen and (min-width: 768px), print {
  .page__articles .article__lists {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.page__articles .article__lists .article__container {
  width: calc(33.3333333333% - 30px);
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists .article__container {
    width: calc(33.3333333333% - 24px);
  }
}
@media not screen and (min-width: 768px), print {
  .page__articles .article__lists .article__container {
    width: calc(50% - 18px);
  }
}
@media not screen and (min-width: 600px), print {
  .page__articles .article__lists .article__container {
    width: 100%;
  }
}
.page__articles .article__lists .article__container:not(:first-child) {
  margin-left: 45px;
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists .article__container:not(:first-child) {
    margin-left: 36px;
  }
}
.page__articles .article__lists .article__container:nth-child(3n+1) {
  margin-left: 0;
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists .article__container:nth-child(3n+1) {
    margin-left: 36px;
  }
}
.page__articles .article__lists .article__container:nth-child(n+4) {
  margin-top: 40px;
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists .article__container:nth-child(n+4) {
    margin-top: 36px;
  }
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists .article__container:nth-child(4) {
    margin-top: 36px;
  }
}
@media not screen and (min-width: 768px), print {
  .page__articles .article__lists .article__container:nth-child(3) {
    margin-top: 36px;
  }
}
@media not screen and (min-width: 1024px), print {
  .page__articles .article__lists .article__container:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media not screen and (min-width: 768px), print {
  .page__articles .article__lists .article__container:nth-child(3n+1) {
    margin-left: 36px;
  }
}
@media not screen and (min-width: 768px), print {
  .page__articles .article__lists .article__container:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media not screen and (min-width: 600px), print {
  .page__articles .article__lists .article__container:nth-child(n+2) {
    margin-top: 40px;
    margin-left: 0;
  }
}
.page__articles .article__lists .article__container .img__container {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 7px var(--color-shadow015);
}
@media not screen and (min-width: 600px), print {
  .page__articles .article__lists .article__container .img__container {
    box-shadow: 0 0 5px var(--color-shadow01);
  }
}
.page__articles .article__lists .article__container .img__container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.page__articles .article__lists .article__container .article__contents {
  margin-top: 12px;
}
.page__articles .article__lists .article__container .article__contents .contents__head .date {
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #ababab;
  line-height: 1.2;
  letter-spacing: 0.03rem;
}
.page__articles .article__lists .article__container .article__contents .contents__head .category__name {
  margin-right: 8px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 12px;
  padding: 5px 9px 5px;
  min-width: 80px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.025rem;
  line-height: 1.2;
  background-color: var(--color-primary);
  border-radius: 20px;
  text-align: center;
}
.page__articles .article__lists .article__container .article__contents .article__ttl {
  margin-top: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media not screen and (min-width: 600px), print {
  .page__articles .article__lists .article__container .article__contents .article__ttl {
    margin-top: 6px;
  }
}
.page__articles .article__lists .article__container:hover .img__container img {
  transform: scale(1.085);
}
.page__articles .article__lists .nothing__info {
  line-height: 1.7;
}

main.page__single {
  /*送信ボタンのデザイン変更*/
}
main.page__single .contact__wrapper {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.72);
}
main.page__single form {
  width: 100%;
}
main.page__single .form__container {
  width: 100%;
  margin-bottom: 50px;
  /*見出し欄*/
}
@media not screen and (min-width: 600px), print {
  main.page__single .form__container {
    margin-bottom: 35px;
  }
}
main.page__single .form__container tr {
  width: 100%;
  display: block;
  padding: 26px 0;
}
main.page__single .form__container tr:not(:first-child) {
  border-top: 1px solid #eaeaea;
}
@media not screen and (min-width: 768px), print {
  main.page__single .form__container tr {
    padding: 19px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
main.page__single .form__container th {
  font-weight: normal;
  color: var(--color-default);
  padding-right: 5px;
  vertical-align: middle;
  min-width: 270px;
  white-space: nowrap;
  text-align: left;
}
@media not screen and (min-width: 768px), print {
  main.page__single .form__container th {
    min-width: 0;
    margin-bottom: 15px;
  }
}
@media not screen and (min-width: 360px), print {
  main.page__single .form__container th {
    font-size: 14px;
  }
}
main.page__single .form__container th > p {
  margin-top: 0;
}
main.page__single .form__container th .mark01 {
  margin-right: 12px;
  padding: 3px 12px;
  background: #7d7d7d;
  border-radius: 0px;
  font-size: 13px;
  color: #fff;
  line-height: 1.15;
}
@media not screen and (min-width: 360px), print {
  main.page__single .form__container th .mark01 {
    padding: 3px;
    margin-right: 5px;
  }
}
main.page__single .form__container th .mark01.required {
  background-color: #f00;
}
main.page__single .form__container th .ttl01 {
  font-weight: 600;
}
main.page__single .form__container td {
  width: 100%;
  padding: 0;
}
@media not screen and (min-width: 768px), print {
  main.page__single .form__container td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
main.page__single .form__container td > p {
  margin-top: 0;
}
main.page__single .form__container td input,
main.page__single .form__container td textarea {
  display: block;
  width: 100%;
  border: none;
  padding: 7px;
  background-color: #efefef;
  border-radius: 0px;
  font-weight: 500;
  font-family: var(--font-sansSerif);
}
main.page__single .form__container td input[type=checkbox] {
  display: inline-block;
  width: auto;
  letter-spacing: 0.02rem;
}
main.page__single .form__container td select {
  display: block;
  width: auto;
  border: none;
  padding: 7px;
  background-color: #f1f0ec;
  border-radius: 3px;
}
main.page__single .form__container td textarea {
  min-height: 220px;
  line-height: 1.5;
}
@media not screen and (min-width: 600px), print {
  main.page__single .form__container td .radio01 {
    display: flex;
    flex-wrap: wrap;
  }
}
main.page__single .form__container td .radio01 > .wpcf7-list-item {
  margin-left: 0;
}
@media not screen and (min-width: 600px), print {
  main.page__single .form__container td .radio01 > .wpcf7-list-item {
    width: 100%;
  }
}
main.page__single .form__container td .radio01 label {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media not screen and (min-width: 600px), print {
  main.page__single .form__container td .radio01 label {
    margin-bottom: 7px;
  }
}
main.page__single .form__container td .radio01 .wpcf7-list-item-label {
  padding-left: 5px;
  white-space: nowrap;
}
main.page__single .form__container td .radio01 input {
  display: inline-block;
  width: auto;
}
main.page__single .form__container td input::placeholder {
  color: #999999;
}
main.page__single .form__container td textarea::placeholder {
  color: #999999;
}
main.page__single .form__container label {
  cursor: pointer;
}
main.page__single .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 23px;
  margin-left: 0;
}
@media not screen and (min-width: 768px), print {
  main.page__single .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 0.45rem;
  }
}
main.page__single .privacylink__contents {
  margin-top: 40px;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  main.page__single .privacylink__contents {
    margin-top: 30px;
  }
}
main.page__single .privacylink__contents .contents__txt01 {
  margin-top: 12px;
  font-weight: 500;
}
@media not screen and (min-width: 1024px), print {
  main.page__single .privacylink__contents .contents__txt01 {
    text-align: left;
  }
}
main.page__single .privacylink__contents p {
  margin-top: 12px;
}
main.page__single .privacylink__contents .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 15px;
}
@media not screen and (min-width: 600px), print {
  main.page__single .privacylink__contents .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
main.page__single .privacylink__contents .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
main.page__single .privacylink__contents .wpcf7-form-control-wrap .wpcf7-list-item input {
  width: 15px;
  height: 15px;
}
main.page__single .privacylink__contents .wpcf7-form-control-wrap label {
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
main.page__single .privacylink__contents .privacylink {
  margin-top: 20px;
  display: block;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  main.page__single .privacylink__contents .privacylink {
    margin-top: 12px;
  }
}
main.page__single .privacylink__contents .privacylink > .link01 {
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-link);
  text-decoration: underline;
}
main.page__single .submit__btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 20px 18px 20px;
  display: block;
  width: 340px;
  font-weight: 700;
  letter-spacing: 0.035rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: var(--color-primary);
  border-radius: 0px;
  box-shadow: 5px 5px 0px var(--color-shadow01);
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
@media not screen and (min-width: 1024px), print {
  main.page__single .submit__btn {
    width: 260px;
    font-size: 14px;
  }
}
@media not screen and (min-width: 600px), print {
  main.page__single .submit__btn {
    padding: 12px 45px;
  }
}
main.page__single .submit__btn:hover {
  opacity: 0.85;
}

main.page__contact .contact__intro {
  margin-top: 70px;
  text-align: center;
}
@media not screen and (min-width: 600px), print {
  main.page__contact .contact__intro {
    text-align: left;
  }
}
main.page__contact .contact__intro > .txt01 {
  line-height: 1.7;
}
main.page__contact .contact__intro > .txt01:nth-child(n+2) {
  margin-top: 25px;
}
main.page__contact .m-cta-list {
  margin-right: auto;
  margin-left: auto;
  max-width: 1090px;
}
main.page__contact .m-cta-tel-anchor {
  color: var(--color-default);
}
main.page__contact .m-cta-tel-number::before {
  background: var(--color-default);
  mask: url(../../img/common/icn_tel_01.svg?20240515) 0 0/contain no-repeat;
}

:root {
  --estimate-primary-red: #d32f2f;
  --estimate-primary-red-dark: #b71c1c;
  --estimate-primary-red-light: #ffcdd2;
  --estimate-dark-gray: #1a1a1a;
  --estimate-medium-gray: #4a4a4a;
  --estimate-light-gray: #f5f5f5;
  --estimate-border-gray: #e0e0e0;
  --estimate-white: #ffffff;
  --estimate-accent-gold: #d4af37;
  --estimate-success-green: #4caf50;
}

.action-bar {
  background: var(--estimate-dark-gray);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.action-bar-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.action-bar h1 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.action-buttons {
  display: flex;
  gap: 12px;
}

.estimate-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.estimate-page .btn svg {
  width: 18px;
  height: 18px;
}
.estimate-page .btn-primary {
  background: var(--estimate-primary-red);
  color: white;
}
.estimate-page .btn-primary:hover {
  background: var(--estimate-primary-red-dark);
}
.estimate-page .btn-secondary {
  background: white;
  color: var(--estimate-dark-gray);
  border: 1px solid var(--estimate-border-gray);
}
.estimate-page .btn-secondary:hover {
  background: var(--estimate-light-gray);
}

.estimate-container {
  max-width: 1000px;
  margin: 30px auto;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.estimate-header {
  background: linear-gradient(135deg, var(--estimate-primary-red) 0%, var(--estimate-primary-red-dark) 100%);
  color: white;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.estimate-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: rgba(255, 255, 255, 0.05);
  transform: rotate(15deg);
}

.estimate-header-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.estimate-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 8px;
  margin-bottom: 8px;
}

.estimate-subtitle {
  font-size: 14px;
  opacity: 0.9;
}

.estimate-meta {
  text-align: right;
}

.estimate-number {
  font-size: 14px;
  margin-bottom: 4px;
}

.estimate-date {
  font-size: 14px;
  opacity: 0.9;
}

.company-logo {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
}

.vehicle-section {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  padding: 30px;
  border-bottom: 1px solid var(--estimate-border-gray);
}

.vehicle-image-container {
  position: relative;
}

.vehicle-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--estimate-border-gray);
}

.vehicle-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--estimate-primary-red);
  color: white;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}

.vehicle-info h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--estimate-dark-gray);
}

.vehicle-model {
  font-size: 14px;
  color: var(--estimate-medium-gray);
  margin-bottom: 20px;
}

.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.spec-item {
  display: flex;
  border-bottom: 1px dotted var(--estimate-border-gray);
  padding-bottom: 8px;
}

.spec-label {
  font-size: 12px;
  color: var(--estimate-medium-gray);
  min-width: 80px;
}

.spec-value {
  font-size: 13px;
  font-weight: 500;
  color: var(--estimate-dark-gray);
}

.vehicle-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.vehicle-tag {
  background: var(--estimate-light-gray);
  border: 1px solid var(--estimate-border-gray);
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 4px;
  color: var(--estimate-medium-gray);
}

.plan-section {
  padding: 30px;
  background: var(--estimate-light-gray);
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-title::before {
  content: "";
  width: 4px;
  height: 24px;
  background: var(--estimate-primary-red);
  border-radius: 2px;
}

.plan-single {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--estimate-primary-red);
  box-shadow: 0 8px 25px rgba(211, 47, 47, 0.15);
}

.plan-single-header {
  background: linear-gradient(135deg, var(--estimate-primary-red) 0%, var(--estimate-primary-red-dark) 100%);
  color: white;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-single-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
}

.plan-single-subtitle {
  font-size: 12px;
  opacity: 0.9;
  margin-top: 4px;
}

.plan-single-price {
  text-align: right;
}

.plan-single-price-label {
  font-size: 11px;
  opacity: 0.9;
}

.plan-single-price-value {
  font-size: 32px;
  font-weight: 900;
}
.plan-single-price-value span {
  font-size: 14px;
  font-weight: 500;
}

.plan-single-body {
  padding: 24px 30px;
}

.plan-description {
  font-size: 13px;
  color: var(--estimate-medium-gray);
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--estimate-border-gray);
}

.plan-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.plan-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--estimate-light-gray);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.plan-check-item:hover {
  border-color: var(--estimate-primary-red-light);
}
.plan-check-item.checked {
  background: var(--estimate-primary-red-light);
  border-color: var(--estimate-primary-red);
}
.plan-check-item.checked .plan-check-box {
  background: var(--estimate-primary-red);
  border-color: var(--estimate-primary-red);
}
.plan-check-item.required {
  background: #e8f5e9;
  border-color: var(--estimate-success-green);
  cursor: default;
}
.plan-check-item.required .plan-check-box {
  background: var(--estimate-success-green);
  border-color: var(--estimate-success-green);
}
.plan-check-item.required .plan-check-price {
  color: var(--estimate-success-green);
}

.plan-check-box {
  width: 22px;
  height: 22px;
  border: 2px solid var(--estimate-border-gray);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
  font-size: 14px;
  color: white;
}

.plan-check-content {
  flex: 1;
}

.plan-check-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--estimate-dark-gray);
}

.plan-check-desc {
  font-size: 11px;
  color: var(--estimate-medium-gray);
  margin-top: 2px;
}

.plan-check-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--estimate-primary-red);
  white-space: nowrap;
}

.required-badge {
  display: inline-block;
  background: var(--estimate-success-green);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
}

.standard-badge {
  display: inline-block;
  background: var(--estimate-primary-red);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
}

.estimate-detail {
  padding: 30px;
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.detail-table th {
  background: var(--estimate-dark-gray);
  color: white;
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
}
.detail-table th:last-child {
  text-align: right;
  width: 150px;
}
.detail-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--estimate-border-gray);
  font-size: 13px;
}
.detail-table td:last-child {
  text-align: right;
  font-weight: 500;
}
.detail-table td:first-child {
  text-align: left;
}
.detail-table tr.category-header td {
  background: var(--estimate-light-gray);
  font-weight: 700;
  font-size: 14px;
  color: var(--estimate-dark-gray);
}
.detail-table tr.category-header td::before {
  content: "■";
  color: var(--estimate-primary-red);
  margin-right: 8px;
}
.detail-table tr.sub-item td:first-child {
  padding-left: 32px;
  color: var(--estimate-medium-gray);
}
.detail-table tr.total-row td {
  background: var(--estimate-primary-red);
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
}
.detail-table tr.subtotal-row td {
  background: #fafafa;
  font-weight: 600;
  margin-bottom: 12px;
}

.total-section {
  padding: 30px;
  background: linear-gradient(135deg, var(--estimate-dark-gray) 0%, #2a2a2a 100%);
  color: white;
}

.total-breakdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.total-item {
  text-align: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.total-item-label {
  font-size: 11px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.total-item-value {
  font-size: 20px;
  font-weight: 700;
}

.grand-total {
  background: var(--estimate-primary-red);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grand-total-label {
  font-size: 18px;
  font-weight: 700;
}

.grand-total-value {
  font-size: 36px;
  font-weight: 900;
}
.grand-total-value span {
  font-size: 18px;
  font-weight: 500;
}

.notes-section {
  padding: 30px;
  background: #fff9e6;
  border-top: 3px solid var(--estimate-accent-gold);
}

.notes-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #b8860b;
  display: flex;
  align-items: center;
  gap: 8px;
}
.notes-title svg {
  width: 20px;
  height: 20px;
}

.notes-list {
  list-style: none;
}
.notes-list li {
  font-size: 12px;
  color: var(--estimate-medium-gray);
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}
.notes-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: #b8860b;
}

.estimate-footer {
  padding: 30px;
  text-align: center;
  border-top: 1px solid var(--estimate-border-gray);
}

.company-info {
  margin-bottom: 16px;
}

.company-name {
  font-size: 20px;
  font-weight: 900;
  color: var(--estimate-dark-gray);
  margin-bottom: 8px;
}

.company-details {
  font-size: 12px;
  color: var(--estimate-medium-gray);
  line-height: 1.8;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-item svg {
  width: 20px;
  height: 20px;
  color: var(--estimate-primary-red);
}

.contact-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--estimate-dark-gray);
}

.validity-badge {
  display: inline-block;
  background: var(--estimate-primary-red-light);
  color: var(--estimate-primary-red);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 16px;
}

@media print {
  body {
    background: white;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .no-print,
  .footer,
  #wpadminbar {
    display: none !important;
  }
  .estimate-container {
    box-shadow: none !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
  .vehicle-section,
  .total-section,
  .estimate-footer,
  .notes-section {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  .detail-table tr {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
}

/*# sourceMappingURL=style.css.map */
