@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #ffffff;
  background-color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a {
  color: #b8ae84;
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #ffffff;
  }
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #ffffff;
  }
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
}

.sb_style p {
  font-size: 16px;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
  }
  .sb_style p {
    font-size: 14px;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv3 .sub .icon {
  width: 20px;
  flex-shrink: 0;
}
.heading--lv3 .sub .text {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  color: #b8ae84;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.heading--lv3 .main {
  display: inline-block;
  color: #ffffff;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.heading--lv3.heading--lv3--scaled .main {
  white-space: nowrap;
  transform: scaleX(0.65);
  transform-origin: left;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 8px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.6rem;
  }
  .heading--lv3 .main {
    font-size: 2.8rem;
  }
  .heading--lv3.heading--lv3--scaled .main {
    display: block;
    max-width: 100%;
    white-space: normal;
    transform: scaleX(0.65);
    line-height: 1.5;
  }
}
.br-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
.br-pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 130px;
  min-height: 50px;
  padding: 0 18px;
  box-sizing: border-box;
  background: url(../img/components/button/btn-pattern-1-bg.svg) no-repeat center/100% 100%;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.button--pattern-1 .text {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.016em;
  color: #ffffff;
}
.button--pattern-1 .icon {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 0;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  display: inline-block;
}
.button--pattern-2 .icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--pattern-2 .icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/components/button/btn-pattern-2-circle.svg) no-repeat center/contain;
}
.button--pattern-2 .icon-wrap .icon {
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    min-height: 50px;
    padding: 0 16px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 {
    gap: 10px;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.page-fv {
  position: relative;
  min-height: 451px;
  overflow: hidden;
  background-color: #000000;
}
.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.page-fv__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.page-fv__header {
  position: absolute;
  z-index: 3;
  top: 19px;
  left: 30px;
  right: 29px;
  display: grid;
  grid-template-columns: 210px 1fr 132px;
  align-items: center;
  gap: 16px;
}
.page-fv__logo {
  width: 210px;
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-fv__nav {
  justify-self: end;
  margin-right: 28px;
}
.page-fv__list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-fv__item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  white-space: nowrap;
}
.page-fv__contact {
  justify-self: end;
  width: 132px;
  min-height: 53px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.page-fv__line {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  z-index: 2;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.page-fv__inner {
  position: relative;
  z-index: 2;
  min-height: 451px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 38px;
}
.page-fv__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.page-fv__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0;
  transform: scaleX(0.65);
  transform-origin: right;
}
.page-fv__subtitle {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 19px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.page-fv__subtitle-line {
  width: 73px;
  height: 1px;
  background: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}
.page-fv--reason {
  min-height: 450px;
}
.page-fv--reason .page-fv__scrim {
  background: rgba(0, 0, 0, 0.18);
}
.page-fv--reason .page-fv__inner {
  min-height: 450px;
}
.page-fv--reason .page-fv__title {
  font-size: clamp(7.2rem, 5.73vw, 11rem);
}
.page-fv--reason .page-fv__title--commercial-wall {
  font-size: clamp(3.2rem, 5.2vw, 11rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transform: scaleX(0.62);
  transform-origin: right bottom;
}
.page-fv--reason .page-fv__subtitle {
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .page-fv {
    min-height: 300px;
  }
  .page-fv__header {
    top: 14px;
    left: 16px;
    right: 16px;
    grid-template-columns: 140px 1fr;
    gap: 10px;
  }
  .page-fv__logo {
    width: 140px;
  }
  .page-fv__nav {
    display: none;
  }
  .page-fv__contact {
    display: none;
  }
  .page-fv__line {
    top: 76px;
  }
  .page-fv__inner {
    min-height: 300px;
    padding: 110px 16px 24px;
  }
  .page-fv--reason .page-fv__inner {
    min-height: 300px;
  }
  .page-fv__title {
    text-align: end;
  }
  .page-fv__subtitle {
    gap: 12px;
    font-size: 1.6rem;
    white-space: normal;
  }
  .page-fv__subtitle-line {
    width: 50px;
  }
  .page-fv--reason .page-fv__title {
    font-size: clamp(4rem, 13vw, 6rem);
    white-space: normal;
  }
}
.works-single {
  padding: 100px 0;
}
.works-single__inner {
  width: 900px;
  min-width: auto;
  margin: 0 auto;
}
.works-single__title--lv2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.works-single__title--lv3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  padding: 20px 0;
  margin-bottom: 20px;
}
.works-single__title--lv4 {
  font-size: 4.4rem;
  font-weight: 400;
  transform: scaleX(0.65);
  transform-origin: left;
  line-height: 1;
}
.works-single__head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 30px;
}
.works-single__head--outline {
  width: 150px;
}
.works-single__label {
  color: #b8ae84;
}
.works-single__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}
.works-single__tag {
  color: #898989;
  font-size: 1.6rem;
  font-weight: 500;
}
.works-single__thumbnail {
  width: 100%;
  aspect-ratio: 900/555;
  background: url(../img/components/works/no-img.jpg) no-repeat center/cover;
  margin-bottom: 30px;
}
.works-single__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 50px;
}
.works-single__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.works-single__img {
  width: 280px;
  aspect-ratio: 280/172;
  background: url(../img/components/works/no-img.jpg) no-repeat center/cover;
}
.works-single__contents {
  display: flex;
  border: 1px solid #ffffff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.works-single__definition {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.works-single__row {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.works-single__row .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.works-single__row .description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .works-single {
    padding: 50px 0;
  }
  .works-single__inner {
    width: 95%;
    min-width: auto;
    margin: 0 auto;
  }
  .works-single__title--lv2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .works-single__title--lv3 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .works-single__title--lv4 {
    font-size: 3.2rem;
  }
  .works-single__head {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 20px;
  }
  .works-single__head--outline {
    width: 150px;
  }
  .works-single__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
  }
  .works-single__tag {
    font-size: 1.4rem;
  }
  .works-single__thumbnail {
    width: 100%;
    margin-bottom: 30px;
  }
  .works-single__text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 50px;
  }
  .works-single__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
  .works-single__img {
    width: 48.5%;
  }
  .works-single__contents {
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .works-single__definition {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .works-single__row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .works-single__row .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .works-single__row .description {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.header {
  position: relative;
  z-index: 10000;
}
.header__bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  min-height: 80px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .header__bar {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 180px;
  line-height: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__cluster {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  margin-left: auto;
  gap: 30px;
}
.header__nav {
  display: flex;
  align-items: center;
  min-width: 0;
}
.header__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__item a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.header__item a:hover {
  opacity: 0.85;
}
.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  width: 120px;
  box-sizing: border-box;
  padding: 0 12px;
  background-color: #ffffff;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
}
.header__contact:hover {
  opacity: 0.92;
}
.header__line {
  height: 1px;
  background: #808080;
}

@media (max-width: 1280px) {
  .header__bar {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .header__list {
    gap: 16px;
  }
  .header__item a {
    font-size: 1.3rem;
  }
  .header__contact {
    width: 100px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__bar {
    flex-wrap: wrap;
    align-items: center;
    min-height: auto;
    gap: 12px;
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
  }
  .header__logo {
    width: 140px;
  }
  .header__cluster {
    margin-left: auto;
    gap: 12px;
  }
  .header__nav {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__line {
    width: 100%;
  }
}
.footer-action {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  min-height: calc(min(100vw, 1920px) * 420 / 1920);
}
.footer-action__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.footer-action__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-action__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.footer-action__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 80px 20px 64px;
  box-sizing: border-box;
}
.footer-action__panel {
  width: 100%;
  max-width: 1080px;
  min-height: 260px;
  padding: 28px clamp(20px, 4vw, 48px) 10px;
  box-sizing: border-box;
  background: none;
  border: 1px solid #808080;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.footer-action__heading {
  margin: 0;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.footer-action__heading .sub {
  justify-content: center;
}
.footer-action__heading.heading--lv3--scaled .main {
  transform-origin: center center;
  font-weight: 400;
}
.footer-action__row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 118px;
}
.footer-action__tel {
  position: absolute;
  left: 14.0675925926%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.footer-action__divider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 118px;
  background-color: rgba(255, 255, 255, 0.4);
}
.footer-action__mail {
  position: absolute;
  left: 54.3518518519%;
  top: 0;
  width: 27.7777777778%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.footer-action__label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.008em;
  color: #b8ae84;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
.footer-action__tel-num {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.001em;
  color: #ffffff;
}
.footer-action__tel-num a {
  color: inherit;
  text-decoration: none;
}
.footer-action__tel-num a:hover {
  opacity: 0.85;
}
.footer-action__hours {
  margin: 0 0 0 auto;
  max-width: 300.2px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: right;
}
.footer-action__mail-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 300px;
  min-height: 65px;
  padding: 8px 16px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.2s ease;
}
.footer-action__mail-btn:hover {
  opacity: 0.88;
}
.footer-action__mail-line1 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.14rem;
}
.footer-action__mail-line2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16rem;
}

.footer-bar {
  color: #ffffff;
  padding: 80px 0 50px;
}
.footer-bar a {
  color: inherit;
}
.footer-bar a:hover {
  opacity: 0.85;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #898989;
  padding-top: 20px;
  margin-top: 30px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 285px;
  margin-bottom: 20px;
}
.footer-bar__address {
  color: #898989;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer-bar__copyright {
  color: #898989;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #898989;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    min-height: 0;
  }
  .footer-action__inner {
    padding: 40px 16px 48px;
  }
  .footer-action__panel {
    gap: 28px;
    padding: 32px 20px 36px;
    max-width: 500px;
  }
  .footer-action__row {
    min-height: 0;
  }
  .footer-action__divider {
    display: none;
  }
  .footer-action__tel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    align-items: center;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 1px solid #808080;
  }
  .footer-action__mail {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    align-items: center;
    text-align: center;
    padding-top: 28px;
  }
  .footer-action__hours {
    text-align: center;
  }
  .footer-action__tel-num {
    font-size: 3.2rem;
  }
  .footer-action__mail-btn {
    max-width: none;
    width: 100%;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 60px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: 235px;
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000;
}
.drawer-on__inner {
  padding: 12px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 140px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #808080;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 400;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background: #000000;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  background: #000000;
}
.top-mv > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.top-mv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top-mv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-mv__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.top-mv__inner {
  position: relative;
  z-index: 2;
  min-height: 900px;
  box-sizing: border-box;
  pointer-events: none;
}
.top-mv__inner > * {
  pointer-events: auto;
}
.top-mv__copy {
  position: absolute;
  right: 67px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-mv__copy-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.top-mv__title-block {
  display: flex;
  justify-content: flex-end;
}
.top-mv__title-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.top-mv__title-scaled {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  transform: scaleX(0.65);
  transform-origin: right center;
}
.top-mv__spaces-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.top-mv__spaces-anchor {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.top-mv__title-line {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(4rem, 5.73vw, 11rem);
  font-weight: 500;
  line-height: 0.9545454545;
  letter-spacing: 0.0034em;
  color: #ffffff;
  white-space: nowrap;
}
.top-mv__title-line--spaces {
  display: inline-block;
  transform: scaleX(0.65);
  transform-origin: right center;
  line-height: 0.9545454545;
}
.top-mv__tagline {
  position: absolute;
  right: 60%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-right: 28px;
  white-space: nowrap;
}
.top-mv__tagline-line {
  flex-shrink: 0;
  width: 70px;
  height: 1px;
  background: #808080;
}
.top-mv__tagline-text {
  margin: 0;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    min-height: min(100svh, 720px);
  }
  .top-mv__inner {
    width: 95%;
    margin: 0 auto;
    min-height: min(100svh, 720px);
    padding-top: 88px;
    padding-bottom: 100px;
  }
  .top-mv__copy {
    right: 20px;
    bottom: 24px;
    left: 20px;
    align-items: flex-end;
  }
  .top-mv__title-block {
    width: 100%;
  }
  .top-mv__title-stack {
    align-items: flex-end;
    width: 100%;
  }
  .top-mv__title-scaled {
    width: 100%;
  }
  .top-mv__spaces-row {
    width: 100%;
  }
  .top-mv__spaces-anchor {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
    max-width: 100%;
  }
  .top-mv__title-line {
    font-size: clamp(2.4rem, 7.5vw, 3.6rem);
    line-height: 1.05;
    white-space: nowrap;
  }
  .top-mv__title-line--spaces {
    display: inline-block;
    text-align: right;
  }
  .top-mv__tagline {
    position: static;
    transform: none;
    margin: 0;
    pointer-events: auto;
    flex-shrink: 1;
    min-width: 0;
    gap: 12px;
  }
  .top-mv__tagline-line {
    width: 48px;
    flex-shrink: 0;
  }
  .top-mv__tagline-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    white-space: normal;
    text-align: right;
  }
}
.top-about {
  position: relative;
  background-color: #000000;
  min-height: calc(min(100vw, 1920px) * 887 / 1920);
  overflow: hidden;
  color: #ffffff;
}
.top-about__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.top-about__label {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #b8ae84;
}
.top-about__title {
  margin: 0 0 65px;
  padding: 0;
  border: 0;
  font-weight: 400;
}
.top-about__body {
  max-width: 380px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-about__body p {
  margin: 0 0 1.8em;
  font-weight: 400;
}
.top-about__body p:last-child {
  margin-bottom: 0;
}
.top-about__visual {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1920/887;
  pointer-events: none;
}
.top-about__photo {
  margin: 0;
  position: absolute;
  overflow: hidden;
}
.top-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__photo--main {
  left: 62.5%;
  top: 16.911%;
  width: 20.833%;
  height: 72.943%;
}
.top-about__photo--sub-a {
  left: 87.292%;
  top: 16.911%;
  width: 12.604%;
  height: 16.911%;
}
.top-about__photo--sub-b {
  left: 38.906%;
  top: 71.252%;
  width: 21.458%;
  height: 28.748%;
}
.top-about__photo--sub-c {
  left: 1.563%;
  top: 70.687%;
  width: 9.375%;
  height: 20.293%;
}

@media only screen and (min-width: 768px) {
  .top-about__inner {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-about {
    min-height: 0;
    padding-bottom: 60px;
  }
  .top-about__body {
    max-width: none;
  }
  .top-about__visual {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 95%;
    max-width: 720px;
    margin: 40px auto 0;
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-areas: "main subA" "main subB" "main subC";
    gap: 10px;
    pointer-events: auto;
  }
  .top-about__photo {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
  }
  .top-about__photo--main {
    grid-area: main;
    min-height: 100%;
  }
  .top-about__photo--sub-a {
    grid-area: subA;
    aspect-ratio: 242/150;
  }
  .top-about__photo--sub-b {
    grid-area: subB;
    aspect-ratio: 412/255;
  }
  .top-about__photo--sub-c {
    grid-area: subC;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 767px) {
  .top-about {
    min-height: 0;
    overflow: visible;
  }
  .top-about__inner {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .top-about__title {
    margin: 0 0 30px;
  }
  .top-about__body {
    max-width: none;
  }
  .top-about__visual {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 95%;
    max-width: none;
    aspect-ratio: auto;
    margin: 40px auto 60px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-areas: "main subA" "main subB" "main subC";
    gap: 10px;
    pointer-events: auto;
  }
  .top-about__photo {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
  }
  .top-about__photo--main {
    grid-area: main;
    min-height: 100%;
  }
  .top-about__photo--sub-a {
    grid-area: subA;
    aspect-ratio: 242/150;
  }
  .top-about__photo--sub-b {
    grid-area: subB;
    aspect-ratio: 412/255;
  }
  .top-about__photo--sub-c {
    grid-area: subC;
    aspect-ratio: 1/1;
  }
}
.our-strength {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  color: #ffffff;
}
.our-strength__inner {
  position: relative;
  padding-top: 117px;
  padding-bottom: 113px;
  box-sizing: border-box;
}
.our-strength__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
.our-strength__heading {
  margin: 0;
  min-width: 0;
}
.our-strength__heading.heading--lv3--scaled .main {
  white-space: nowrap;
}
.our-strength__lead {
  margin: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.our-strength__lead p {
  margin: 0;
}
.our-strength__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
.our-strength__row {
  display: flex;
  -moz-column-gap: 1.7857%;
       column-gap: 1.7857%;
  width: 100%;
}
.our-strength__row--shift-1 {
  transform: translateX(8.9286%);
}
.our-strength__row--shift-2 {
  transform: translateX(58.3333%);
}
.our-strength__row--footer {
  position: relative;
  transform: none !important;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.our-strength__item {
  position: relative;
  flex: 0 0 41.667%;
  min-width: 0;
  box-sizing: border-box;
  padding: 88px 0 0 0;
}
.our-strength__label {
  position: absolute;
  top: 56px;
  left: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.001em;
  color: #808080;
}
.our-strength__divider {
  position: absolute;
  top: 20px;
  left: 0;
  right: 20px;
  height: 2px;
  background: #808080;
}
.our-strength__number {
  position: absolute;
  top: 34px;
  right: 8px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.016em;
  color: #b8ae84;
}
.our-strength__item-title {
  margin: 0;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
}
.our-strength__item-body {
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.our-strength__row--footer .our-strength__item {
  flex: 0 0 41.667%;
  min-width: 0;
}
.our-strength__action {
  position: absolute;
  left: 19.9479166667vw;
  bottom: 10px;
  z-index: 2;
  margin: 0;
}
.our-strength__button {
  gap: 30px;
}

@media only screen and (min-width: 768px) {
  .our-strength__intro {
    flex-direction: row;
    align-items: flex-start;
    gap: 15rem;
    min-height: 6.4rem;
  }
  .our-strength__heading {
    flex: 0 0 auto;
    max-width: 37.5%;
  }
  .our-strength__heading.heading--lv3--scaled .main {
    transform: none;
    font-size: 2.86rem;
    line-height: 1;
  }
  .our-strength__lead {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 1.6rem;
    text-align: left;
    text-justify: auto;
  }
}
@media only screen and (max-width: 767px) {
  .our-strength__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .our-strength__intro {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
    min-height: 0;
  }
  .our-strength__heading {
    flex: none;
    max-width: 100%;
  }
  .our-strength__heading.heading--lv3--scaled .main {
    transform: scaleX(0.65);
    font-size: 2.8rem;
    line-height: 1.5;
    white-space: normal;
  }
  .our-strength__lead {
    flex: none;
    width: 100%;
    padding-top: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .our-strength__list {
    row-gap: 32px;
  }
  .our-strength__row {
    flex-direction: column;
    row-gap: 32px;
    -moz-column-gap: 0;
         column-gap: 0;
    transform: none !important;
  }
  .our-strength__row--shift-1, .our-strength__row--shift-2 {
    transform: none;
  }
  .our-strength__item {
    flex: 0 0 auto;
    width: 100%;
    padding: 60px 0 0;
  }
  .our-strength__label {
    top: 40px;
  }
  .our-strength__divider {
    right: 0;
  }
  .our-strength__number {
    top: 25px;
    font-size: 4.4rem;
  }
  .our-strength__item-title {
    font-size: 1.8rem;
  }
  .our-strength__item-body {
    margin-top: 18px;
  }
  .our-strength__row--footer {
    flex-direction: column-reverse;
    align-items: stretch;
    min-height: 0;
    align-items: end;
  }
  .our-strength__row--footer .our-strength__item {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }
  .our-strength__action {
    position: relative;
    left: auto !important;
    top: auto !important;
    margin: 40px 0 0;
    z-index: auto;
  }
}
.top-gallery {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.top-gallery__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/pages/top/gallery/sec-bg.png) no-repeat center/cover;
  pointer-events: none;
  z-index: 0;
}
.top-gallery__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-gallery__item {
  display: block;
  margin: 0;
  padding: 0;
  min-width: 0;
  aspect-ratio: 320/198;
  overflow: hidden;
  background-color: #151515;
}
.top-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .top-gallery {
    padding: 0 max(16px, 4vw);
  }
  .top-gallery__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .top-gallery__item:nth-child(n+7) {
    display: none;
  }
  .top-gallery__item:nth-child(1) {
    grid-column: 1/-1;
    aspect-ratio: 16/9;
  }
  .top-gallery__item:nth-child(4) {
    grid-column: 1/-1;
    aspect-ratio: 2/1;
  }
}
.top-service {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  min-height: calc(min(100vw, 1920px) * 673 / 1920);
}
.top-service__bg {
  position: absolute;
  inset: 0;
  background: #000000 url(../img/pages/top/service/sec-bg.png) no-repeat center/cover;
  pointer-events: none;
  z-index: 0;
}
.top-service__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  padding-top: 80px;
  padding-bottom: 130px;
  box-sizing: border-box;
  min-height: calc(min(100vw, 1920px) * 513 / 1920);
}
.top-service__content {
  flex: 1 1 50%;
  max-width: 680px;
  min-width: 0;
}
.top-service__heading {
  margin: 0 0 50px;
}
.top-service__lead {
  margin: 0 0 50px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-service__lead p {
  margin: 0 0 0;
  font-weight: 400;
}
.top-service__actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.top-service__action {
  margin: 0;
  padding: 0;
}
.top-service__link {
  text-decoration: none;
}
.top-service__visual {
  position: relative;
  flex: 0 0 42%;
  max-width: 520px;
  min-width: 0;
  align-self: center;
}
.top-service__photo {
  margin: 0;
  overflow: hidden;
  background-color: #151515;
}
.top-service__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__photo--main {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  aspect-ratio: 450/513;
}
.top-service__photo--sub {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: -50px;
  width: 58%;
  max-width: 298px;
  aspect-ratio: 298/185;
  transform: translate(-6%, 10%);
}

@media only screen and (max-width: 767px) {
  .top-service {
    min-height: 0;
  }
  .top-service__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 0;
  }
  .top-service__content {
    flex: none;
    max-width: none;
  }
  .top-service__heading {
    margin-bottom: 24px;
    max-width: 100%;
  }
  .top-service__lead {
    margin-bottom: 32px;
  }
  .top-service__actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .top-service__visual {
    flex: none;
    max-width: none;
    width: 100%;
    align-self: stretch;
  }
  .top-service__photo--main {
    margin-left: auto;
    margin-right: auto;
    max-width: min(450px, 100%);
  }
  .top-service__photo--sub {
    left: 0;
    transform: translate(0, 16%);
    width: 52%;
    max-width: 260px;
  }
}
.top-guide {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.top-guide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000000 url(../img/pages/top/guide/guide-bg.jpg) no-repeat center/cover;
  pointer-events: none;
}
.top-guide__visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.top-guide__visual-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.88;
}
.top-guide__dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.top-guide__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  min-height: calc(min(100vw, 1920px) * 503 / 1920);
  padding-top: 60px;
  padding-bottom: 80px;
}
.top-guide__content {
  width: 100%;
  max-width: 500px;
  text-align: right;
}
.top-guide__heading {
  display: block;
  margin: 0 0 28px;
  text-align: left;
}
.top-guide__heading .sub {
  display: block;
  margin: 0 0 11px;
  line-height: 1;
}
.top-guide__heading .sub .text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
}
.top-guide__heading .main {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.top-guide__heading.heading--lv3--scaled .main {
  transform-origin: left center;
}
.top-guide__lead {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  word-break: break-all;
}
.top-guide__lead-group p {
  margin: 0;
  font-weight: 400;
  text-align: right;
}
.top-guide__cta-wrap {
  display: flex;
  justify-content: flex-end;
}
.top-guide__cta {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .top-guide {
    min-height: 0;
  }
  .top-guide__inner {
    justify-content: stretch;
    align-items: stretch;
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-guide__content {
    max-width: none;
    text-align: left;
  }
  .top-guide__heading {
    text-align: left;
  }
  .top-guide__heading .sub {
    margin-bottom: 8px;
  }
  .top-guide__heading .main {
    font-size: 2.8rem;
  }
  .top-guide__lead {
    gap: 24px;
    font-size: 1.4rem;
  }
  .top-guide__lead-group p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .top-guide__cta-wrap {
    justify-content: flex-end;
  }
}
.top-column {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  padding: 150px 0 80px;
}
.top-column__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000000 url(../img/pages/top/column/sec-bg.png) no-repeat center/cover;
  pointer-events: none;
}
.top-column__inner {
  position: relative;
  z-index: 1;
}
.top-column__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
}
.top-column__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.top-column__button {
  flex-shrink: 0;
  align-self: center;
  text-decoration: none;
}
.top-column__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.top-column__item {
  min-width: 0;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  margin-top: 0;
  width: 100%;
  aspect-ratio: 400/248;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .title {
  margin: 30px 0 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .top-column__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0 0;
  background-color: #808080;
  flex-shrink: 0;
}
.top-column__item .caption {
  margin: 6px 0 0;
  color: #898989;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.09em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .time {
  margin: 20px 0 0;
  align-self: flex-end;
  font-family: "Montserrat", sans-serif;
  color: #b8ae84;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 50px;
  }
  .top-column__header {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 32px;
  }
  .top-column__button {
    align-self: flex-end;
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-column__list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .top-column__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
}
.top-news {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  padding: 90px 0 74px;
}
.top-news__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000000 url(../img/pages/top/news/sec-bg.png) no-repeat center/cover;
  pointer-events: none;
}
.top-news__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: max-content minmax(0, 825px);
  grid-template-rows: 1fr;
  align-items: stretch;
  -moz-column-gap: clamp(48px, 8vw, 70px);
       column-gap: clamp(48px, 8vw, 70px);
}
.top-news__lead {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.top-news__title {
  margin: 0;
}
.top-news__button-wrap {
  margin-top: auto;
}
.top-news__button {
  text-decoration: none;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 825px;
  margin-left: auto;
  min-width: 0;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 0 30px;
  border-bottom: 1px solid #808080;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}
.top-news__item .link:hover {
  opacity: 0.85;
}
.top-news__item:first-child .link {
  padding: 0 0 30px;
}
.top-news__item .top-news__text {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
.top-news__item .time {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #b8ae84;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.top-news__item .title {
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-news__item .icon-wrap {
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news__item .icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/components/button/btn-pattern-2-circle.svg) no-repeat center/contain;
}
.top-news__item .icon-wrap .icon {
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    flex-direction: column;
  }
  .top-news__lead {
    display: contents;
  }
  .top-news__title {
    order: 1;
    margin-bottom: 24px;
  }
  .top-news__list {
    order: 2;
    max-width: none;
    margin-left: 0;
    margin-bottom: 28px;
  }
  .top-news__button-wrap {
    order: 3;
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .top-news__item .link {
    padding: 20px 0;
  }
  .top-news__item .title {
    font-size: 1.5rem;
  }
  .top-news__item .time {
    font-size: 1.4rem;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #808080;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #000000;
  font-size: 1.4rem;
  background: #ffffff;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

.news-single__inner {
  padding: clamp(48px, 6vw, 96px) 0 clamp(64px, 10vw, 160px);
}
.news-single__breadcrumb {
  margin-bottom: 32px;
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-single__date {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.news-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.news-single__tag {
  font-size: 1.3rem;
  padding: 2px 12px;
  color: #000000;
  background: #ffffff;
}
.news-single__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #808080;
}
.news-single__body {
  margin-bottom: 64px;
}
.news-single__footer {
  padding-top: 24px;
  border-top: 1px solid #808080;
}
.news-single__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.news-single__back:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .news-single__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .news-single__title {
    margin-bottom: 24px;
  }
  .news-single__body {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete {
  padding-top: clamp(64px, 10vw, 160px);
  padding-bottom: clamp(64px, 10vw, 160px);
}
.contact-complete__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.contact-complete__icon {
  font-size: 5.6rem;
  line-height: 1;
  color: #ffffff;
}
.contact-complete__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact-complete__body {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2;
  color: #898989;
}
.contact-complete__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 14px 40px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: 1px solid #808080;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.contact-complete__back:hover {
  background-color: #ffffff;
  color: #000000;
}

.privacy {
  padding-top: clamp(48px, 6vw, 96px);
  padding-bottom: clamp(64px, 10vw, 160px);
}
.privacy__section {
  margin-bottom: clamp(32px, 4vw, 56px);
}
.privacy__section p + p {
  margin-top: 1em;
}
.privacy__section ul {
  margin-top: 0.75em;
}
.privacy__section li {
  list-style: none;
  line-height: 1.8;
}
.privacy__heading {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #808080;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #808080;
}
.site-map__item a i, .site-map__item a span {
  color: #ffffff;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 400;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}
.reason-cards {
  background: #000 url(../../img/pages/reason/reason-bg.png) no-repeat center top/100% auto;
  padding: 148px 0 188px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.reason-cards__header {
  margin-bottom: 80px;
}
.reason-cards__list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.reason-cards__label {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.reason-cards__heading {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.reason-card {
  width: 100%;
  display: grid;
  grid-template-columns: 40.5% 1fr;
  align-items: stretch;
}
.reason-card--reverse {
  grid-template-columns: 1fr 40.5%;
}
.reason-card--reverse .reason-card__media {
  order: 2;
}
.reason-card--reverse .reason-card__body {
  order: 1;
}
.reason-card__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 802/499;
  background: #323439;
  overflow: hidden;
}
.reason-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(40px, 4vw, 64px) clamp(32px, 6.5%, 120px);
}
@media (min-width: 1764px) {
  .reason-card__body {
    min-width: 820px;
  }
}
.reason-card--reverse .reason-card__body {
  padding-right: clamp(40px, 4vw, 64px);
  padding-left: clamp(32px, 6.5%, 120px);
}
.reason-card__title-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #808080;
}
.reason-card__title {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.reason-card__num {
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
  flex-shrink: 0;
}
.reason-card__lead {
  margin: 0 0 14px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.55;
  color: #ffffff;
}
.reason-card__text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9;
}
.reason-card__meta {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #808080;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.reason-card__meta-col h4 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.reason-card__meta-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.reason-card__proposal-list li {
  display: grid;
  grid-template-columns: 5em 1em 1fr;
  align-items: start;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
}
.reason-card__proposal-list li::before {
  content: none;
}
.reason-card__proposal-list .term {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.reason-card__proposal-list .sep {
  text-align: center;
  font-weight: 700;
}
.reason-card__proposal-list .desc {
  line-height: 1.55;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 767px) {
  .reason-cards {
    padding: 64px 0 80px;
    background-size: cover;
  }
  .reason-cards__header {
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 40px;
  }
  .reason-cards__list {
    gap: 40px;
  }
  .reason-cards__heading {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .reason-card {
    grid-template-columns: 1fr;
  }
  .reason-card--reverse {
    grid-template-columns: 1fr;
  }
  .reason-card--reverse .reason-card__media {
    order: 1;
  }
  .reason-card--reverse .reason-card__body {
    order: 2;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .reason-card__media {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .reason-card__body {
    min-width: 0;
    padding: 20px 2.5% 0;
    justify-content: flex-start;
  }
  .reason-card__title-row {
    margin-bottom: 12px;
  }
  .reason-card__title {
    font-size: 1.8rem;
  }
  .reason-card__num {
    font-size: 3.6rem;
  }
  .reason-card__lead {
    font-size: 1.4rem;
  }
  .reason-card__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .reason-card__meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .reason-card__meta-col h4 {
    font-size: 1.4rem;
    text-align: left;
  }
  .reason-card__meta-col ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .reason-card__proposal-list li {
    grid-template-columns: 4.4em 1em 1fr;
  }
}
.hdw-feature {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hdw-feature__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hdw-feature__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hdw-feature__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 120px;
  box-sizing: border-box;
}
.hdw-feature__head {
  margin-bottom: 64px;
}
.hdw-feature__label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.hdw-feature__title {
  margin: 0;
  max-width: 720px;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hdw-feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.hdw-feature__item {
  margin: 0;
}
.hdw-feature__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hdw-feature__figure {
  position: relative;
  flex: 0 0 auto;
  width: 403px;
  max-width: 100%;
  aspect-ratio: 403/251;
  margin: 0;
  overflow: hidden;
}
.hdw-feature__figure-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hdw-feature__copy {
  flex: 1;
  min-width: 0;
  max-width: 640px;
}
.hdw-feature__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.hdw-feature__item-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}
.hdw-feature__num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.hdw-feature__rule {
  height: 1px;
  margin: 16px 0 20px;
  max-width: 643px;
  background: transparent;
  border-top: 1px solid #808080;
}
.hdw-feature__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  color: #ffffff;
}

.hdw-works {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hdw-works__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hdw-works__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hdw-works__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 120px;
  box-sizing: border-box;
}
.hdw-works__head {
  margin-bottom: 48px;
}
.hdw-works__label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.hdw-works__title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hdw-works__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid #808080;
}
.hdw-works__item {
  margin: 0;
  border-right: 1px solid #808080;
}
.hdw-works__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}
.hdw-works__link:hover {
  opacity: 0.9;
}
.hdw-works__figure {
  position: relative;
  margin: 0;
  aspect-ratio: 360/222;
  background: url(../img/pages/home-design-wall/works-noimg.jpg) no-repeat center/cover;
}
.hdw-works__figure-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hdw-works__body {
  flex: 1;
  padding: 20px 16px 0;
  box-sizing: border-box;
  background-color: #000000;
}
.hdw-works__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  padding: 10px;
}
.hdw-works__tag {
  font-size: 1.4rem;
  font-weight: 500;
}
.hdw-works__item-title {
  margin: 0 0 12px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hdw-works__tags {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #898989;
}

.hdw-faq {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hdw-faq__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hdw-faq__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hdw-faq__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 120px;
  box-sizing: border-box;
}
.hdw-faq__head {
  margin-bottom: 48px;
}
.hdw-faq__label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.hdw-faq__title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hdw-faq__list {
  margin: 0;
  padding: 0;
}
.hdw-faq__item {
  padding: 0 0 8px;
}
.hdw-faq__qrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.hdw-faq__qmark {
  flex-shrink: 0;
  width: 32px;
  height: 33px;
  background: transparent url(../img/pages/home-design-wall/q_icon.jpg) no-repeat center/contain;
}
.hdw-faq__question {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}
.hdw-faq__answer {
  margin: 14px 0 0;
  padding-left: 44px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  color: #ffffff;
}
.hdw-faq__divider {
  height: 1px;
  margin-top: 24px;
  background: transparent;
  border-top: 1px solid #808080;
}

.hdw-problem {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hdw-problem__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.hdw-problem__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hdw-problem__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 120px;
  box-sizing: border-box;
}
.hdw-problem__head {
  margin-bottom: 56px;
}
.hdw-problem__label {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.hdw-problem__title {
  margin: 0;
  max-width: 1000px;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hdw-problem__grid {
  margin: 0 0 56px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
}
.hdw-problem__item {
  max-width: 503px;
  padding-top: 20px;
  border-top: 1px solid #808080;
}
.hdw-problem__num {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #808080;
}
.hdw-problem__body p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
}
.hdw-problem__solve {
  display: flex;
  justify-content: center;
}
.hdw-problem__solve-box {
  position: relative;
  width: 100%;
  max-width: 902px;
  min-height: 102px;
  box-sizing: border-box;
  padding: 22px 24px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #808080;
}
.hdw-problem__solve-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
.hdw-problem__solve-arrow img {
  display: block;
  width: 62px;
  height: auto;
}
.hdw-problem__solve-text {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .hdw-problem__inner {
    padding: 56px 0 72px;
  }
  .hdw-problem__head {
    margin-bottom: 36px;
  }
  .hdw-problem__label {
    font-size: 1.6rem;
  }
  .hdw-problem__title {
    font-size: 2.6rem;
  }
  .hdw-problem__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
    margin-bottom: 40px;
  }
  .hdw-problem__item {
    max-width: none;
  }
  .hdw-problem__num {
    font-size: 1.4rem;
  }
  .hdw-problem__body p {
    font-size: 1.6rem;
  }
  .hdw-problem__solve-box {
    min-height: 0;
    padding: 20px 16px 16px;
  }
  .hdw-problem__solve-text {
    font-size: 1.6rem;
  }
  .hdw-feature__inner {
    padding: 56px 0 72px;
  }
  .hdw-feature__head {
    margin-bottom: 40px;
  }
  .hdw-feature__label {
    font-size: 1.6rem;
  }
  .hdw-feature__title {
    font-size: 2.8rem;
  }
  .hdw-feature__list {
    gap: 40px;
  }
  .hdw-feature__row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .hdw-feature__figure {
    width: 100%;
    max-width: 403px;
    margin: 0 auto;
  }
  .hdw-feature__copy {
    max-width: none;
  }
  .hdw-feature__meta {
    align-items: flex-end;
  }
  .hdw-feature__item-title {
    font-size: 1.8rem;
  }
  .hdw-feature__num {
    font-size: 4rem;
  }
  .hdw-feature__rule {
    max-width: none;
  }
  .hdw-feature__text {
    font-size: 1.5rem;
  }
  .hdw-works__inner {
    padding: 56px 0 72px;
  }
  .hdw-works__head {
    margin-bottom: 32px;
  }
  .hdw-works__label {
    font-size: 1.6rem;
  }
  .hdw-works__title {
    font-size: 2.8rem;
  }
  .hdw-works__list {
    grid-template-columns: 1fr;
  }
  .hdw-works__body {
    padding: 16px 12px 20px;
  }
  .hdw-works__item-title {
    font-size: 1.5rem;
  }
  .hdw-works__tags {
    font-size: 1.3rem;
  }
  .hdw-faq__inner {
    padding: 56px 0 72px;
  }
  .hdw-faq__head {
    margin-bottom: 32px;
  }
  .hdw-faq__label {
    font-size: 1.6rem;
  }
  .hdw-faq__title {
    font-size: 2.8rem;
  }
  .hdw-faq__question {
    font-size: 1.6rem;
  }
  .hdw-faq__answer {
    margin-top: 12px;
    padding-left: 0;
    font-size: 1.5rem;
  }
  .hdw-faq__divider {
    margin-top: 20px;
  }
}
.cdw-problem {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cdw-problem__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cdw-problem__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.cdw-problem__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 120px;
  box-sizing: border-box;
}
.cdw-problem__head {
  margin-bottom: 56px;
}
.cdw-problem__label {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.cdw-problem__title {
  margin: 0;
  max-width: 1080px;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.cdw-problem__grid {
  margin: 0 0 56px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 40px;
}
.cdw-problem__item {
  max-width: 503px;
  padding-top: 20px;
  border-top: 1px solid #808080;
}
.cdw-problem__num {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #808080;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0;
}
.cdw-problem__num-prefix {
  font-size: 1.6rem;
}
.cdw-problem__num-index {
  font-size: 2.8rem;
}
.cdw-problem__body p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
}
.cdw-problem__solve {
  display: flex;
  justify-content: center;
}
.cdw-problem__solve-box {
  position: relative;
  width: 100%;
  max-width: 902px;
  min-height: 172px;
  box-sizing: border-box;
  padding: 24px 28px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #808080;
}
.cdw-problem__solve-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
}
.cdw-problem__solve-arrow img {
  display: block;
  width: 64px;
  height: auto;
}
.cdw-problem__solve-text {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
}

.cdw-feature {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cdw-feature__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cdw-feature__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.cdw-feature__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 120px;
  box-sizing: border-box;
}
.cdw-feature__head {
  margin-bottom: 64px;
}
.cdw-feature__label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.cdw-feature__title {
  margin: 0;
  max-width: 720px;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.cdw-feature__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.cdw-feature__item {
  margin: 0;
}
.cdw-feature__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cdw-feature__figure {
  position: relative;
  flex: 0 0 auto;
  width: 400px;
  max-width: 100%;
  aspect-ratio: 400/248;
  margin: 0;
  overflow: hidden;
}
.cdw-feature__figure-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cdw-feature__copy {
  flex: 1;
  min-width: 0;
  max-width: 640px;
}
.cdw-feature__meta {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.cdw-feature__item-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  color: #ffffff;
}
.cdw-feature__num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  color: #b8ae84;
}
.cdw-feature__rule {
  height: 1px;
  margin: 16px 0 20px;
  max-width: 643px;
  background: transparent;
  border-top: 1px solid #808080;
}
.cdw-feature__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cdw-problem__inner {
    padding: 56px 0 72px;
  }
  .cdw-problem__head {
    margin-bottom: 36px;
  }
  .cdw-problem__label {
    font-size: 1.6rem;
  }
  .cdw-problem__title {
    font-size: 2.6rem;
  }
  .cdw-problem__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
    margin-bottom: 40px;
  }
  .cdw-problem__item {
    max-width: none;
  }
  .cdw-problem__num {
    margin-bottom: 8px;
  }
  .cdw-problem__num-prefix {
    font-size: 1.4rem;
  }
  .cdw-problem__num-index {
    font-size: 2.2rem;
  }
  .cdw-problem__body p {
    font-size: 1.6rem;
  }
  .cdw-problem__solve-box {
    min-height: 0;
    padding: 22px 16px 18px;
  }
  .cdw-problem__solve-text {
    font-size: 1.6rem;
    text-align: start;
  }
  .cdw-problem__solve-arrow img {
    width: 56px;
  }
  .cdw-feature__inner {
    padding: 56px 0 72px;
  }
  .cdw-feature__head {
    margin-bottom: 40px;
  }
  .cdw-feature__label {
    font-size: 1.6rem;
  }
  .cdw-feature__title {
    font-size: 2.8rem;
  }
  .cdw-feature__list {
    gap: 40px;
  }
  .cdw-feature__row {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .cdw-feature__figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .cdw-feature__copy {
    max-width: none;
  }
  .cdw-feature__meta {
    align-items: flex-end;
  }
  .cdw-feature__item-title {
    font-size: 1.8rem;
  }
  .cdw-feature__num {
    font-size: 4rem;
  }
  .cdw-feature__rule {
    max-width: none;
  }
  .cdw-feature__text {
    font-size: 1.5rem;
  }
}
.guide-nav {
  background: #000000;
}
.guide-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px 56px;
  margin: 0;
  padding: 64px 24px;
  list-style: none;
}
.guide-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.guide-nav__link:hover {
  opacity: 1;
}
.guide-nav__link:hover .guide-nav__label {
  opacity: 0.88;
}
.guide-nav__link:focus-visible {
  outline: 2px solid #b8ae84;
  outline-offset: 4px;
}
.guide-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.guide-nav__icon .bi {
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  margin-top: 0.2rem;
}

.guide-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.guide-section {
  scroll-margin-top: 2rem;
  min-height: 8rem;
}

.guide-message {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
}
.guide-message.guide-section {
  min-height: 0;
}
.guide-message__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.guide-message__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.guide-message__inner {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}
.guide-message__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 40px;
}
.guide-message__label {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
}
.guide-message__title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-message__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.guide-message__lead {
  margin: 0;
  max-width: 70rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}
.guide-message__text {
  max-width: 70rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-message__text p {
  margin: 0 0 1.5em;
}
.guide-message__text p:last-child {
  margin-bottom: 0;
}

.guide-point {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
}
.guide-point.guide-section {
  min-height: 0;
}
.guide-point__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.guide-point__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.guide-point__inner {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}
.guide-point__header {
  max-width: 70rem;
  margin: 0 0 48px;
}
.guide-point__label {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
}
.guide-point__title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-point__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide-point__item {
  margin: 0;
  min-width: 0;
}
.guide-point__card {
  height: 100%;
}
.guide-point__thumb {
  position: relative;
  width: 100%;
  max-width: 34.3rem;
  aspect-ratio: 343/213;
  margin: 0 0 20px;
  overflow: hidden;
}
.guide-point__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-point__num {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #898989;
}
.guide-point__subtitle {
  margin: 0 0 16px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-point__rule {
  display: block;
  width: 100%;
  max-width: 34.3rem;
  height: 1px;
  margin: 0 0 20px;
  border: 0;
  background: #808080;
}
.guide-point__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.guide-creator {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
}
.guide-creator.guide-section {
  min-height: 0;
}
.guide-creator__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.guide-creator__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.guide-creator__inner {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}
.guide-creator__layout {
  display: grid;
  grid-template-columns: minmax(0, 40.3rem) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  row-gap: 0;
  align-items: start;
}
.guide-creator__intro {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 32px;
}
.guide-creator__label {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
}
.guide-creator__title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-creator__media {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: 40.3rem;
}
.guide-creator__photo {
  display: block;
  width: 100%;
  height: auto;
}
.guide-creator__body {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}
.guide-creator__profile {
  margin: 0 0 20px;
}
.guide-creator__role {
  margin: 0 0 8px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-creator__name {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-creator__rule {
  display: block;
  width: 100%;
  max-width: 64.3rem;
  height: 1px;
  margin: 0 0 24px;
  border: 0;
  background: #808080;
}
.guide-creator__text {
  max-width: 64.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-creator__text p {
  margin: 0 0 1.5em;
}
.guide-creator__text p:last-child {
  margin-bottom: 0;
}

.guide-flow {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
}
.guide-flow.guide-section {
  min-height: 0;
}
.guide-flow__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.guide-flow__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.guide-flow__inner {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}
.guide-flow__header {
  margin: 0 0 48px;
  max-width: 71.5rem;
}
.guide-flow__label {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
}
.guide-flow__title {
  margin: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-flow__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide-flow__step {
  display: grid;
  grid-template-columns: 11.1rem minmax(0, 97.3rem);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: start;
  padding: 0 0 36px;
  margin: 0 0 36px;
}
.guide-flow__step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.guide-flow__index {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
}
.guide-flow__step-body {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.guide-flow__step-title {
  margin: 0 0 16px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-flow__step-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 20px;
  border: 0;
  background: #808080;
}
.guide-flow__step-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.guide-flow__step-text p {
  margin: 0 0 0.5em;
}
.guide-flow__step-text p:last-child {
  margin-bottom: 0;
}
.guide-flow__panel {
  margin-top: 24px;
  width: 100%;
  max-width: 97.2rem;
  padding: 20px 40px 24px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #808080;
}
.guide-flow__panel-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.guide-flow__panel-label {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #b8ae84;
  text-transform: uppercase;
  text-align: left;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}
.guide-flow__panel-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 20px;
}
.guide-flow__panel-tel-num {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.guide-flow__panel-tel-num a {
  color: inherit;
  text-decoration: none;
}
.guide-flow__panel-tel-num a:hover {
  opacity: 0.85;
}
.guide-flow__panel-hours {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.guide-flow__panel-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 20px;
}
.guide-flow__panel-mail-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 280px;
  max-width: 30.2rem;
  width: 100%;
  min-height: 6.7rem;
  padding: 8px 16px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #ffffff;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: opacity 0.2s ease;
}
.guide-flow__panel-mail-btn:hover {
  opacity: 0.88;
}
.guide-flow__panel-mail-line1 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.14rem;
}
.guide-flow__panel-mail-line2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16rem;
}

@media only screen and (max-width: 767px) {
  .guide-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 32px 24px 40px;
  }
  .guide-nav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .guide-nav__item:last-child {
    border-bottom: none;
  }
  .guide-nav__link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px 20px;
    width: 100%;
    min-height: 5.6rem;
    padding: 14px 0;
    box-sizing: border-box;
    white-space: normal;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
  }
  .guide-nav__label {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }
  .guide-nav__icon {
    flex-shrink: 0;
  }
  .guide-message__inner {
    padding: 48px 0 64px;
  }
  .guide-message__title {
    font-size: 2.8rem;
  }
  .guide-message__lead {
    font-size: 2rem;
    text-align: start;
  }
  .guide-point__inner {
    padding: 48px 0 64px;
  }
  .guide-point__title {
    font-size: 2.8rem;
  }
  .guide-point__list {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .guide-point__thumb {
    max-width: none;
  }
  .guide-point__rule {
    max-width: none;
  }
  .guide-creator__inner {
    padding: 48px 0 64px;
  }
  .guide-creator__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 32px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .guide-creator__intro {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .guide-creator__media {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
  }
  .guide-creator__body {
    grid-column: 1;
    grid-row: 3;
  }
  .guide-creator__title {
    font-size: 2.8rem;
  }
  .guide-creator__role, .guide-creator__name {
    font-size: 1.8rem;
  }
  .guide-creator__rule {
    max-width: none;
  }
  .guide-creator__text {
    max-width: none;
  }
  .guide-flow__inner {
    padding: 48px 0 64px;
  }
  .guide-flow__title {
    font-size: 2.8rem;
  }
  .guide-flow__step {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
  .guide-flow__index {
    grid-column: 1;
    grid-row: 1;
    font-size: 4.8rem;
  }
  .guide-flow__step-body {
    grid-column: 1;
    grid-row: 2;
  }
  .guide-flow__panel {
    padding: 24px 20px 28px;
    max-width: 500px;
    margin-inline: auto;
  }
  .guide-flow__panel-row {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .guide-flow__panel-tel {
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    box-sizing: border-box;
  }
  .guide-flow__panel-tel-num {
    font-size: clamp(2.8rem, 7.5vw, 3.6rem);
    max-width: 100%;
  }
  .guide-flow__panel-mail {
    padding: 20px 0 0;
    margin: 0;
    box-sizing: border-box;
  }
  .guide-flow__panel-mail-btn {
    max-width: none;
    min-width: 0;
    align-self: stretch;
  }
}/*# sourceMappingURL=style.css.map */