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

body {
  color: #414141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a:hover {
  opacity: 0.7;
}

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

@media only screen and (min-width: 768px) {
  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 {
    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;
}

@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 (min-width: 2000px) {
  .inner--s {
    width: 1125px;
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner--m {
    width: 1330px;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner--l {
    width: 1680px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
  .header__inner {
    width: 1680px;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.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;
  color: #000;
}

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

.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;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .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: 5px;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv3 .sub .icon {
  width: 20px;
}
.heading--lv3 .sub .text {
  color: #5DB42E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.heading--lv3 .main {
  font-size: 3.2rem;
  font-weight: 500;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #414141;
}
.section-title__en {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  white-space: nowrap;
}
.section-title__ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}
.section-title--left {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 22px;
}
.section-title--left .section-title__ja {
  text-align: center;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv3 .sub {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv3 .sub .icon {
    width: 20px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .heading--lv3 .main {
    font-size: 2.4rem;
  }
  .section-title {
    gap: 14px;
  }
  .section-title__en {
    font-size: 5.2rem;
    line-height: 1;
  }
  .section-title__ja {
    width: auto;
    font-size: 1.7rem;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 53px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #444444;
  background: #ffffff;
  padding: 8px 10px 8px 40px;
  box-sizing: border-box;
  border-radius: 40px;
}
.button--pattern-1 .text {
  color: #444444;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.button--pattern-1 .icon {
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.button--pattern-1 .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #444444;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.button--pattern-2 .icon {
  color: #b0925e;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 8px 6px 26px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    width: 40px;
    height: 40px;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    margin-left: 0;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.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: #3f342d;
}
.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 #3f342d;
  background-color: #3f342d;
}
.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;
  overflow: hidden;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.page-fv__inner {
  position: relative;
  height: 42rem;
}
.page-fv__bg {
  position: absolute;
  inset: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-fv__title {
  position: absolute;
  left: 12.2rem;
  top: 15.7rem;
  display: inline-flex;
  align-items: center;
  min-height: 10.7rem;
  padding: 0 1.9rem;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  font-size: 5.9rem;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .page-fv {
    margin-top: 71px;
  }
  .page-fv__inner {
    height: 22rem;
  }
  .page-fv__title {
    left: 1.6rem;
    top: 8.2rem;
    min-height: 5.6rem;
    padding: 0 1rem;
    font-size: 3.2rem;
  }
}
.header {
  padding: 32px 0 28px;
  border-bottom: 1px solid #cccccc;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 1680px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.header__logo {
  color: #414141;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.header__logo a {
  color: inherit;
}
.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__tel {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__phone .icon {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}
.header__phone .number {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1;
  letter-spacing: 0.03em;
}
.header__note {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #444444;
  white-space: nowrap;
}
.header__button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #3f342d;
  border: 1px solid #444444;
  border-radius: 30px;
  padding: 16px 22px;
}
.header__button .icon,
.header__button .text {
  color: #ffffff;
}
.header__button .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.header__line {
  width: 40px;
}
.header__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 24px;
}
.header__item a {
  color: #414141;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100;
  }
  .header__inner {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .header__logo {
    font-size: 2rem;
    text-align: left;
  }
  .header__right {
    display: none;
  }
}
.footer-action {
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  background: #f9f1da;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 60px 0 30px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #a8a8a8;
  padding-top: 10px;
  margin-top: 50px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  color: #414141;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  color: #444444;
  margin-bottom: 28px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__nav {
  width: 44%;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 26px;
  width: 100%;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #444444;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  color: #444444;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-bar {
    padding: 45px 0 24px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 40px;
    align-items: center;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-bar__logo {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 28px;
    text-align: center;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__wrapper--bottom {
    align-items: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #444444;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.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: #414141;
}
.drawer-off__title {
  color: #414141;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  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: 100;
}
.drawer-on__header {
  display: flex;
  padding: 19px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  font-size: 2rem;
  font-weight: 700;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #3f342d;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #3f342d;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #3f342d;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #ffffff;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.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 #000000;
}
.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-fv {
  overflow: hidden;
}
.top-fv__ctas {
  display: none;
}
.top-fv__inner {
  position: relative;
  display: block;
  aspect-ratio: 1920/876;
  min-height: 560px;
  margin: 0 auto;
}
.top-fv__item {
  position: relative;
  width: 61.2%;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}
.top-fv__item > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top-fv__item > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.top-fv__item--container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.top-fv__item--concrete {
  position: absolute;
  right: 0;
  top: 0;
  width: 60.3%;
  z-index: 1;
}
.top-fv__label {
  position: absolute;
  top: clamp(22px, 2.5vw, 48px);
  z-index: 3;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  width: clamp(62px, 4.8vw, 91px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3.8rem, 3vw, 5.9rem);
  font-weight: 400;
  line-height: 1.14;
  writing-mode: vertical-rl;
  pointer-events: auto;
}
.top-fv__label span {
  display: block;
  letter-spacing: 0.02em;
}
.top-fv__label--container {
  left: clamp(16px, 5vw, 96px);
  height: clamp(238px, 20vw, 383px);
}
.top-fv__label--concrete {
  right: clamp(16px, 5vw, 96px);
  height: clamp(170px, 13vw, 249px);
}
.top-fv__cta {
  position: absolute;
  bottom: clamp(20px, 2.6vw, 50px);
  z-index: 3;
  width: clamp(340px, 33vw, 516px);
  max-width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 12px 20px;
  border: 1px solid #000000;
  border-radius: 10px;
  background: #ffffff;
  pointer-events: auto;
}
.top-fv__cta--container {
  left: clamp(22px, 9.5vw, 182px);
}
.top-fv__cta--concrete {
  right: clamp(22px, 5.5vw, 96px);
  left: auto;
}
.top-fv__copy {
  font-size: 1.6rem;
  color: #414141;
  line-height: 2;
  text-align: center;
}
.top-fv__button {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 70px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1vw, 16px);
  padding: 15px 18px 15px 17px;
  border-radius: 10px;
  background: #3f342d;
}
.top-fv__button .text {
  flex: 1 1 auto;
  min-width: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.2rem, 1.7vw, 3.2rem);
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.top-fv__button .icon {
  display: block;
  flex-shrink: 0;
  width: clamp(32px, 2.2vw, 40px);
  height: clamp(32px, 2.2vw, 40px);
}
.top-fv__button .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .top-fv__inner {
    min-height: 500px;
  }
  .top-fv__item--container {
    width: 60.6%;
  }
  .top-fv__item--concrete {
    width: 60.6%;
  }
  .top-fv__cta {
    width: clamp(300px, 38vw, 440px);
    max-width: calc(100% - 28px);
    padding: 10px 14px;
  }
  .top-fv__copy {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .top-fv__button {
    padding: 10px 12px;
    gap: 8px;
  }
  .top-fv__button .text {
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  }
  .top-fv__button .icon {
    width: 34px;
    height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv {
    margin-top: 71px;
  }
  .top-fv__inner {
    display: flex;
    flex-direction: column;
    aspect-ratio: unset;
    min-height: unset;
    padding-bottom: 0;
  }
  .top-fv__item {
    position: relative;
    width: 100%;
    min-height: 0;
    height: auto;
    overflow: hidden;
    aspect-ratio: 390/332;
  }
  .top-fv__item > picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-fv__item > picture > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-fv__item--container {
    position: relative;
    z-index: 2;
  }
  .top-fv__item--concrete {
    position: relative;
    right: auto;
    top: auto;
    z-index: auto;
    width: 100%;
    margin-left: auto;
    margin-top: -42%;
    aspect-ratio: 893/876;
  }
  .top-fv__label {
    line-height: 1.1;
    z-index: 5;
    width: 48px;
    font-size: 2.8rem;
  }
  .top-fv__label--container {
    left: 14px;
    top: 20px;
    height: 186px;
  }
  .top-fv__label--concrete {
    right: 14px;
    top: clamp(150px, 46vw, 220px);
    height: 138px;
    z-index: 6;
  }
  .top-fv__item > .top-fv__cta {
    display: none;
  }
  .top-fv__ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 8px;
    margin-top: 12px;
    box-sizing: border-box;
  }
  .top-fv__cta-card {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #000000;
    border-radius: 10px;
    background: #ffffff;
  }
  .top-fv__cta-card .top-fv__button {
    margin-top: 5px;
  }
  .top-fv__copy {
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .top-fv__button {
    position: relative;
    min-height: 0;
    margin-top: 5px;
    padding: 8px 9px 8px 11px;
    justify-content: center;
    gap: 0;
  }
  .top-fv__button .text {
    display: block;
    font-size: 1.45rem;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: normal;
  }
  .top-fv__button .icon {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .top-fv__item {
    aspect-ratio: 360/292;
  }
  .top-fv__item--concrete {
    margin-top: -45%;
  }
  .top-fv__label {
    width: 44px;
    font-size: 2.5rem;
  }
  .top-fv__label--container {
    left: 10px;
    top: 14px;
    height: 170px;
  }
  .top-fv__label--concrete {
    right: 10px;
    height: 126px;
  }
  .top-fv__ctas {
    gap: 8px;
    padding: 0 6px;
    margin-top: 10px;
  }
  .top-fv__cta-card {
    padding: 6px;
    border-radius: 8px;
  }
  .top-fv__copy {
    font-size: 0.85rem;
    line-height: 1.35;
  }
  .top-fv__button {
    margin-top: 4px;
    padding: 7px 8px 7px 10px;
    border-radius: 8px;
  }
  .top-fv__button .text {
    font-size: 1.3rem;
  }
  .top-fv__button .icon {
    right: 8px;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .top-fv__item {
    aspect-ratio: 320/258;
  }
  .top-fv__item--concrete {
    margin-top: -47%;
  }
  .top-fv__label {
    width: 40px;
    font-size: 2.3rem;
  }
  .top-fv__label--container {
    height: 154px;
  }
  .top-fv__label--concrete {
    height: 114px;
  }
  .top-fv__button .text {
    font-size: 1.2rem;
  }
}
.top-about {
  position: relative;
  padding: 70px 0 120px;
  overflow: hidden;
}
.top-about__bg {
  position: absolute;
  left: -277px;
  top: -74px;
  width: 1920px;
  height: 1244px;
  z-index: -1;
}
.top-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-about__inner {
  position: relative;
  z-index: 1;
}
.top-about__title {
  margin-bottom: 58px;
}
.top-about__message {
  margin-bottom: 72px;
}
.top-about__message p {
  color: #414141;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}
.top-about__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11rem;
}
.top-about__text {
  width: 53.8rem;
}
.top-about__text h4 {
  color: #414141;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 28px;
}
.top-about__text p {
  color: #414141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6;
  margin-bottom: 8px;
}
.top-about__text .button--pattern-1 {
  margin-top: 24px;
}
.top-about__image {
  position: relative;
  width: 63rem;
}
.top-about__image img {
  width: 100%;
  display: block;
}
.top-about__deco {
  position: absolute;
  z-index: 2;
}
.top-about__deco img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-about__deco--left-top {
  left: 32.2rem;
  top: 26.3rem;
  width: 15.7rem;
  height: 8.6rem;
}
.top-about__deco--right-top {
  right: 33.8rem;
  top: 5.1rem;
  width: 19.2rem;
  height: 8.8rem;
}
.top-about__deco--right-bottom {
  right: -6.2rem;
  bottom: 0.8rem;
  width: 19.3rem;
}
.top-about__deco--left-bottom {
  left: -0.6rem;
  bottom: -0.4rem;
  width: 7.4rem;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 56px 0 72px;
  }
  .top-about__bg {
    left: 0%;
    top: -135px;
    width: 1722px;
    opacity: 0.78;
  }
  .top-about__title {
    margin-bottom: 28px;
  }
  .top-about__message {
    margin-bottom: 34px;
  }
  .top-about__message p {
    font-size: 1.95rem;
    line-height: 1.7;
    text-align: left;
  }
  .top-about__body {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .top-about__text, .top-about__image {
    width: 100%;
  }
  .top-about__image {
    max-width: 400px;
    margin-inline: auto;
  }
  .top-about__image img {
    border-radius: 2rem;
  }
  .top-about__text {
    order: 1;
  }
  .top-about__text h4 {
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 14px;
  }
  .top-about__text p {
    font-size: 1.45rem;
    line-height: 1.9;
    margin-bottom: 6px;
  }
  .top-about__text .button--pattern-1 {
    margin-top: 16px;
    margin-left: auto;
  }
  .top-about__deco--left-top {
    left: 1.6rem;
    top: 19.3rem;
    width: 9.6rem;
    height: 5.3rem;
  }
  .top-about__deco--right-top {
    right: 1.8rem;
    top: 4.1rem;
    width: 9.2rem;
    height: 4.2rem;
  }
  .top-about__deco--right-bottom {
    right: -1.2rem;
    bottom: -0.2rem;
    width: 9rem;
  }
  .top-about__deco--left-bottom {
    left: 0;
    bottom: -0.2rem;
    width: 4.2rem;
  }
}
.top-feature {
  padding: 100px 0 120px;
}
.top-feature__title {
  margin-bottom: 60px;
}
.top-feature__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.top-feature__copy {
  width: 43%;
}
.top-feature__copy h4 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #414141;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}
.top-feature__copy p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #414141;
  line-height: 2.5;
  letter-spacing: 0.48px;
}
.top-feature__photo {
  position: relative;
  width: 55%;
}
.top-feature__photo > img {
  width: 100%;
  display: block;
}
.top-feature__deco {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  z-index: 2;
  width: 12.3rem;
  height: 8rem;
  pointer-events: none;
}
.top-feature__deco img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-feature__cards {
  margin-top: 70px;
  display: flex;
  gap: 30px;
}
.top-feature__card {
  width: calc((100% - 60px) / 3);
  border: 1px solid #000000;
  border-radius: 20px;
  background: #f9f1da;
  overflow: hidden;
}
.top-feature__card p {
  padding: 0 18px 28px;
  font-size: 1.8rem;
  color: #414141;
  line-height: 1.6;
}
.top-feature__thumb {
  aspect-ratio: 390/290;
}
.top-feature__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-feature__num {
  display: block;
  margin: -42px 0 10px 18px;
  font-family: "Inter", sans-serif;
  font-size: 6.3rem;
  font-weight: 400;
  line-height: 66px;
  color: #ffa200;
  white-space: nowrap;
  text-shadow: -1px -1px 0 #2a2a30, 1px -1px 0 #2a2a30, -1px 1px 0 #2a2a30, 1px 1px 0 #2a2a30;
}

@media only screen and (max-width: 767px) {
  .top-feature {
    padding: 70px 0 80px;
  }
  .top-feature__title {
    margin-bottom: 34px;
  }
  .top-feature__main {
    flex-direction: column;
    gap: 22px;
  }
  .top-feature__copy, .top-feature__photo {
    width: 100%;
  }
  .top-feature__photo {
    order: 1;
    max-width: 400px;
    margin-inline: auto;
    margin-bottom: 1.2rem;
  }
  .top-feature__deco {
    width: 9.2rem;
    height: 6rem;
    bottom: -1.2rem;
  }
  .top-feature__copy {
    order: 2;
  }
  .top-feature__copy h4 {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }
  .top-feature__copy p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .top-feature__cards {
    margin-top: 34px;
    flex-direction: column;
    gap: 18px;
  }
  .top-feature__card {
    width: 100%;
  }
  .top-feature__card p {
    font-size: 1.7rem;
    padding: 0 16px 20px;
  }
  .top-feature__num {
    margin: -32px 0 10px 35px;
    font-size: 5.2rem;
  }
}
.top-lifestyle {
  position: relative;
  padding: 110px 0 120px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
.top-lifestyle__bg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(-0.252deg);
  z-index: -1;
  pointer-events: none;
}
.top-lifestyle__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.top-lifestyle__inner {
  position: relative;
  z-index: 1;
}
.top-lifestyle__title {
  margin-bottom: 60px;
}
.top-lifestyle__row {
  display: flex;
  gap: 18px;
}
.top-lifestyle__grid {
  margin-top: 40px;
}
.top-lifestyle__single-wrap {
  position: relative;
  width: 1107px;
  height: 622px;
  margin: 0 auto;
}
.top-lifestyle__card {
  position: relative;
  width: calc((100% - 18px) / 2);
  min-width: 0;
  border: 1px solid #000000;
  border-radius: 30px;
  background: #f9f1da;
  padding: 40px clamp(16px, 1.6vw, 24px) 22px;
  box-sizing: border-box;
}
.top-lifestyle__card--single {
  position: absolute;
  left: 12.5px;
  top: 0;
  width: 1082px;
  margin: 0;
  height: 573px;
  padding: 0;
}
.top-lifestyle__head {
  display: flex;
  gap: clamp(12px, 1.4vw, 24px);
  align-items: flex-start;
  min-width: 0;
}
.top-lifestyle__copy {
  flex: 1 1 auto;
  min-width: 0;
}
.top-lifestyle__copy h4 {
  color: #414141;
  font-size: clamp(2.4rem, 1.8vw, 3.2rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.96px;
}
.top-lifestyle__copy .lead {
  color: #000000;
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  line-height: 1.6;
  margin-top: 12px;
}
.top-lifestyle__copy p {
  color: #414141;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 2;
  margin-top: 12px;
}
.top-lifestyle__copy--single {
  position: absolute;
  left: 89px;
  top: 78px;
  width: 398px;
}
.top-lifestyle__copy--single h4 {
  line-height: 1;
}
.top-lifestyle__copy--single .lead {
  margin-top: 20px;
}
.top-lifestyle__copy--single p {
  margin-top: 0;
  line-height: 2.5;
}
.top-lifestyle__image {
  flex-shrink: 0;
  overflow: hidden;
}
.top-lifestyle__image--container, .top-lifestyle__image--clip {
  width: 36.1rem;
  height: 37.2rem;
}
.top-lifestyle__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-lifestyle__image--single {
  position: absolute;
  left: 549px;
  top: 78px;
  width: 442px;
  height: 390px;
}
.top-lifestyle__tags {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 22px 24px;
  padding: 32px 46px 32px 32px;
}
.top-lifestyle__tags li {
  position: relative;
  padding-left: 20px;
  color: #414141;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.45px;
  white-space: nowrap;
}
.top-lifestyle__tags li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #3f342d;
  transform: translateY(-50%);
}
.top-lifestyle__tags li:nth-child(4) {
  flex-basis: 100%;
}
.top-lifestyle__button {
  margin-top: 26px;
  max-width: 100%;
  box-sizing: border-box;
}
.top-lifestyle__button--container {
  width: min(31.7rem, 100%);
  margin-left: auto;
  margin-right: auto;
}
.top-lifestyle__button--concrete {
  width: min(35rem, 100%);
  margin-left: auto;
  margin-right: auto;
}
.top-lifestyle__button--single {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.top-lifestyle__deco {
  position: absolute;
  z-index: 2;
}
.top-lifestyle__deco img {
  display: block;
  width: 100%;
}
.top-lifestyle__deco--container {
  right: 24px;
  bottom: 18px;
  width: 86px;
}
.top-lifestyle__deco--concrete {
  right: 28px;
  bottom: 24px;
  width: 123px;
}
.top-lifestyle__deco--single {
  left: 1021px;
  top: 497px;
  width: 86px;
}
.top-lifestyle__card--single .top-lifestyle__head {
  display: block;
}

@media only screen and (max-width: 1600px) and (min-width: 768px) {
  .top-lifestyle {
    overflow: visible;
  }
  .top-lifestyle__row {
    overflow: visible;
    padding-bottom: 2.8rem;
    margin-bottom: 0.4rem;
  }
  .top-lifestyle__row .top-lifestyle__card {
    overflow: visible;
    padding: 28px 20px 22px;
  }
  .top-lifestyle__row .top-lifestyle__head {
    flex-direction: column;
    gap: 16px;
  }
  .top-lifestyle__row .top-lifestyle__copy {
    width: 100%;
    order: 1;
  }
  .top-lifestyle__row .top-lifestyle__copy h4 {
    font-size: 2.6rem;
  }
  .top-lifestyle__row .top-lifestyle__copy .lead {
    font-size: 1.8rem;
  }
  .top-lifestyle__row .top-lifestyle__copy p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .top-lifestyle__row .top-lifestyle__image--container,
  .top-lifestyle__row .top-lifestyle__image--clip {
    order: 2;
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 361/372;
    margin: 0 auto;
  }
  .top-lifestyle__row .top-lifestyle__image--clip {
    aspect-ratio: 542/558;
  }
  .top-lifestyle__row .top-lifestyle__tags {
    padding: 20px 12px 16px;
    gap: 14px 16px;
  }
  .top-lifestyle__row .top-lifestyle__tags li {
    font-size: 1.4rem;
    white-space: normal;
  }
  .top-lifestyle__row .top-lifestyle__deco--container {
    right: 1.6rem;
    bottom: -2.2rem;
    width: 7.2rem;
    z-index: 3;
  }
  .top-lifestyle__row .top-lifestyle__deco--concrete {
    right: 1.2rem;
    bottom: -2.6rem;
    width: 10rem;
    z-index: 3;
  }
}
@media only screen and (max-width: 767px) {
  .top-lifestyle {
    padding: 64px 0 72px;
    overflow: hidden;
  }
  .top-lifestyle__bg {
    left: -55px;
    top: 25%;
    width: 1000px;
    transform: rotate(-0.252deg);
    max-width: none;
  }
  .top-lifestyle__title {
    margin-bottom: 30px;
  }
  .top-lifestyle__row {
    flex-direction: column;
    gap: 20px;
  }
  .top-lifestyle__grid {
    margin-top: 20px;
  }
  .top-lifestyle__single-wrap {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
  }
  .top-lifestyle__card, .top-lifestyle__card--single {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 16px;
    padding: 18px 14px 16px;
    min-height: auto;
  }
  .top-lifestyle__head {
    flex-direction: column;
    gap: 12px;
  }
  .top-lifestyle__copy, .top-lifestyle__image {
    width: 100%;
  }
  .top-lifestyle__copy {
    order: 1;
  }
  .top-lifestyle__image {
    order: 2;
  }
  .top-lifestyle__copy h4 {
    font-size: 2.3rem;
    line-height: 1.35;
  }
  .top-lifestyle__copy .lead {
    font-size: 1.6rem;
    margin-top: 8px;
    line-height: 1.5;
  }
  .top-lifestyle__copy p {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 8px;
  }
  .top-lifestyle__image {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }
  .top-lifestyle__image--clip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    border: none;
    width: 100%;
    height: auto;
  }
  .top-lifestyle__image--container {
    border: none;
    width: 100%;
    height: auto;
  }
  .top-lifestyle__image--single {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
  }
  .top-lifestyle__tags {
    margin-top: 14px;
    gap: 8px 14px;
    padding: 16px;
  }
  .top-lifestyle__tags li {
    font-size: 1.3rem;
    white-space: normal;
  }
  .top-lifestyle__tags li:nth-child(4) {
    flex-basis: auto;
  }
  .top-lifestyle__button {
    margin-top: 14px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
  }
  .top-lifestyle__button--container, .top-lifestyle__button--concrete {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
  .top-lifestyle__button--single {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
  .top-lifestyle__deco--container {
    display: none;
  }
  .top-lifestyle__deco--concrete {
    display: none;
  }
  .top-lifestyle__deco--single {
    display: none;
  }
  .top-lifestyle__copy--single {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    display: contents;
  }
  .top-lifestyle__copy--single p {
    margin-top: 8px;
    line-height: 1.9;
  }
  .top-lifestyle__card--single {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding: 18px 14px 16px;
  }
  .top-lifestyle__card--single .top-lifestyle__head {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .top-lifestyle__card--single .top-lifestyle__head h3,
  .top-lifestyle__card--single .top-lifestyle__head .lead,
  .top-lifestyle__card--single .top-lifestyle__head p {
    order: 1;
  }
  .top-lifestyle__card--single .top-lifestyle__head .top-lifestyle__image--single {
    order: 2;
  }
  .top-lifestyle__card--single .top-lifestyle__head .top-lifestyle__button--single {
    order: 3;
    margin-top: 4px;
  }
  .top-lifestyle__image--single {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    height: auto;
  }
}
.top-column {
  padding: 80px 0 40px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 0;
  align-items: flex-start;
}
.top-column__lead {
  margin: 18px 0 50px;
  color: #414141;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.03em;
}
.top-column__list {
  display: flex;
  gap: 40px;
  width: 100%;
}
.top-column__item {
  display: flex;
  width: calc((100% - 80px) / 3);
  min-width: 0;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 600/428;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .time {
  color: #2a2a30;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  white-space: nowrap;
}
.top-column__item .title {
  color: #2a2a30;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.48px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  display: none;
}
.top-column__button {
  position: absolute;
  top: 30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 40px;
  }
  .top-column__inner {
    display: flex;
    flex-direction: column;
  }
  .top-column__title {
    order: 1;
  }
  .top-column__lead {
    order: 2;
    margin: 14px 0 28px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  .top-column__list {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .top-column__item .img {
    height: auto;
    aspect-ratio: 400/285;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .top-column__button {
    order: 4;
    position: static;
    top: 0;
    right: 0;
    align-self: flex-end;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  align-items: flex-start;
  gap: 85px;
}
.top-news__head {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 235px;
  flex-shrink: 0;
}
.top-news__title {
  align-items: flex-start;
}
.top-news__title .section-title__ja {
  text-align: left;
}
.top-news__button .text {
  font-weight: 700;
  letter-spacing: 0.03em;
}
.top-news__button .icon {
  font-size: 2rem;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.top-news__item {
  border-bottom: 1px solid #000000;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 20px;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: calc(100% - 54px);
}
.top-news__item .meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.top-news__item .time {
  color: #414141;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-news__item .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #000000;
  border-radius: 40px;
  background: #fff;
  color: #2a2a30;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.top-news__item .title {
  color: #2a2a30;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.8px;
  word-break: break-all;
}
.top-news__item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3f342d;
  color: #ffffff;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 30px;
  }
  .top-news__head {
    display: contents;
    width: 100%;
  }
  .top-news__title {
    order: 1;
    width: 100%;
    align-items: center;
  }
  .top-news__title .section-title__ja {
    text-align: center;
  }
  .top-news__list {
    order: 2;
    width: 100%;
  }
  .top-news__item .link {
    gap: 14px;
    padding: 18px 0 16px;
  }
  .top-news__item .wrapper {
    gap: 12px;
    width: calc(100% - 40px);
  }
  .top-news__item .meta {
    gap: 14px;
  }
  .top-news__item .time {
    font-size: 1.4rem;
  }
  .top-news__item .tag {
    min-height: 24px;
    font-size: 1.3rem;
  }
  .top-news__item .title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-news__item .icon {
    width: 26px;
    height: 26px;
    font-size: 1.1rem;
  }
  .top-news__button {
    order: 3;
    position: static;
    align-self: flex-end;
  }
}
.footer-contact {
  padding: 92px 0 120px;
  overflow: visible;
}
.footer-contact__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 62px;
  overflow: visible;
}
.footer-contact__title {
  gap: 20px;
}
.footer-contact__box {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid #444444;
  border-radius: 30px;
  background: #f9f1da;
  padding: 62px 157px 61px;
}
.footer-contact__lead {
  color: #414141;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.footer-contact__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #3f342d;
  border: 1px solid #444444;
  border-radius: 8px;
  padding: 32px 20px;
  margin-top: 48px;
}
.footer-contact__mail .icon,
.footer-contact__mail .text {
  color: #ffffff;
}
.footer-contact__mail .icon {
  font-size: 2.2rem;
}
.footer-contact__mail .text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.footer-contact__links {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.footer-contact__tel, .footer-contact__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 30px) / 2);
  min-height: 95px;
  border: 1px solid #444444;
  border-radius: 8px;
  background: #ffffff;
}
.footer-contact__tel {
  gap: 5px;
}
.footer-contact__tel .number {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #414141;
  font-family: "Inter", sans-serif;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  line-height: 3.2rem;
  white-space: nowrap;
}
.footer-contact__tel .number img {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}
.footer-contact__tel .note {
  color: #414141;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.133;
}
.footer-contact__line {
  gap: 10px;
}
.footer-contact__line img {
  width: 24px;
  height: 23px;
}
.footer-contact__line span {
  color: #414141;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.footer-contact__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.footer-contact__deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-contact__deco--right {
  width: 127px;
  height: 104px;
  top: 97px;
  right: -27px;
}
.footer-contact__deco--left {
  width: 143px;
  height: 144px;
  left: -66px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer-contact {
    padding: 70px 0 80px;
  }
  .footer-contact__inner {
    gap: 36px;
  }
  .footer-contact__title {
    gap: 14px;
  }
  .footer-contact__box {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border-radius: 18px;
    padding: 32px 14px;
  }
  .footer-contact__lead {
    font-size: 2rem;
    line-height: 1.5;
  }
  .footer-contact__mail {
    margin-top: 26px;
    padding: 20px 12px;
  }
  .footer-contact__mail .icon {
    font-size: 1.8rem;
  }
  .footer-contact__mail .text {
    font-size: 1.6rem;
  }
  .footer-contact__links {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .footer-contact__tel, .footer-contact__line {
    width: 100%;
    min-height: 82px;
  }
  .footer-contact__tel .number {
    font-size: 2.4rem;
  }
  .footer-contact__tel .number img {
    width: 18px;
    height: 18px;
  }
  .footer-contact__line span {
    font-size: 1.6rem;
  }
  .footer-contact__deco {
    display: block;
  }
  .footer-contact__deco--right {
    width: 72px;
    height: 59px;
    top: 70px;
    right: -8px;
  }
  .footer-contact__deco--left {
    width: 84px;
    height: 85px;
    left: 0;
    bottom: -17px;
  }
}
.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 #3f342d;
  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 #cccccc;
  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 {
  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: #3f342d;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  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;
    width: 70%;
  }
  .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: #ffffff;
  font-size: 1.4rem;
  background: #3f342d;
  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 #3f342d;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

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

.container-about {
  padding: 90px 0 120px;
}
.container-about__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.container-about__title {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  color: #414141;
  margin-inline: auto;
  text-align: center;
}
.container-about__title .en {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 0;
}
.container-about__title .ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.container-about__lead {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 68px;
  width: 100%;
}
.container-about__text {
  width: 55rem;
}
.container-about__text h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #414141;
  letter-spacing: 0.03em;
}
.container-about__desc p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6;
  color: #414141;
  letter-spacing: 0.03em;
}
.container-about__main-image {
  width: 46.3rem;
  overflow: hidden;
}
.container-about__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.container-about__cards {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.container-about__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 8rem) / 3);
  min-width: 0;
  box-sizing: border-box;
}
.container-about__num {
  position: absolute;
  right: -2px;
  top: -30px;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 5.3rem;
  line-height: 1;
  color: #ffa200;
  text-shadow: -1px -1px 0 #2a2a30, 1px -1px 0 #2a2a30, -1px 1px 0 #2a2a30, 1px 1px 0 #2a2a30;
}
.container-about__thumb {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 18px;
  overflow: visible;
}
.container-about__thumb img {
  width: 100%;
  display: block;
}
.container-about__card-title {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #414141;
  margin-bottom: 12px;
}
.container-about__card-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.48px;
}

.container-feature {
  padding: 100px 0 120px;
}
.container-feature__inner {
  border: 1px solid #000000;
  border-radius: 60px;
  background: #f9f1da;
  padding: 90px 70px 80px;
}
.container-feature__title {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  color: #414141;
  max-width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.container-feature__title .en {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
}
.container-feature__title .ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.container-feature__points {
  display: flex;
  flex-direction: column;
  width: 844px;
  max-width: 100%;
  margin: 0 auto;
  gap: 30px;
}
.container-feature__point {
  display: flex;
  align-items: flex-start;
  gap: 41px;
}
.container-feature__point-image {
  width: 35.3rem;
  height: 23rem;
  flex-shrink: 0;
  overflow: hidden;
}
.container-feature__point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.container-feature__point-body {
  width: 45rem;
  flex-shrink: 0;
}
.container-feature__point-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border: 1px solid #000000;
  border-radius: 30px;
  background: #ffa200;
  padding: 0 7px;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #414141;
  margin-bottom: 10px;
}
.container-feature__point-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #414141;
  margin-bottom: 8px;
}
.container-feature__point-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #414141;
}
.container-feature__flow-title {
  margin: 65px 0 44px;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  color: #000000;
}
.container-feature__flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 36px;
}
.container-feature__step {
  width: 150px;
  text-align: center;
}
.container-feature__step-icon {
  width: 150px;
  height: 150px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #fff4e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.container-feature__step-icon img {
  width: 65px;
  height: 65px;
}
.container-feature__step-label {
  font-size: 1.9rem;
  line-height: 1.7;
  color: #414141;
  text-align: center;
}
.container-feature__step-text {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #414141;
  text-align: center;
  white-space: nowrap;
}
.container-feature__arrow {
  align-self: center;
  margin-top: -24px;
  color: #ffa200;
  font-size: 3rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .container-about {
    padding: 60px 0 72px;
  }
  .container-about__inner {
    gap: 34px;
  }
  .container-about__title {
    gap: 10px;
  }
  .container-about__title .en {
    font-size: 5.2rem;
  }
  .container-about__title .ja {
    font-size: 1.7rem;
    text-align: center;
  }
  .container-about__lead {
    flex-direction: column;
    gap: 18px;
  }
  .container-about__text, .container-about__main-image, .container-about__desc {
    width: 100%;
  }
  .container-about__text {
    display: contents;
  }
  .container-about__text h4 {
    order: 1;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .container-about__main-image {
    order: 2;
    max-width: 400px;
    margin-inline: auto;
  }
  .container-about__desc {
    order: 3;
  }
  .container-about__desc p {
    font-size: 1.45rem;
    line-height: 2;
  }
  .container-about__cards {
    flex-direction: column;
    gap: 18px;
  }
  .container-about__card {
    width: 100%;
    align-items: center;
  }
  .container-about__thumb {
    width: 100%;
    max-width: 400px;
  }
  .container-about__num {
    font-size: 4rem;
    top: -24px;
    right: 7px;
  }
  .container-about__card-title, .container-about__card-text {
    width: 100%;
  }
  .container-about__card-title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .container-about__card-text {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .container-feature {
    padding: 64px 16px 72px;
  }
  .container-feature__inner {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 40px 14px 36px;
  }
  .container-feature__title {
    margin-bottom: 30px;
  }
  .container-feature__title .en {
    font-size: 5.2rem;
  }
  .container-feature__title .ja {
    font-size: 1.7rem;
  }
  .container-feature__points {
    gap: 16px;
  }
  .container-feature__point {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .container-feature__point-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
  }
  .container-feature__point-image img {
    height: auto;
  }
  .container-feature__point-body {
    width: 100%;
    min-width: 0;
    flex-shrink: 1;
  }
  .container-feature__point-title {
    font-size: 2rem;
  }
  .container-feature__point-text {
    font-size: 1.4rem;
    line-height: 1.9;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .container-feature__flow-title {
    margin: 34px 0 20px;
    font-size: 3rem;
  }
  .container-feature__flow {
    flex-direction: column;
    gap: 8px;
  }
  .container-feature__step {
    width: 100%;
  }
  .container-feature__step-icon {
    width: 112px;
    height: 112px;
    margin: 0 auto 6px;
  }
  .container-feature__step-icon img {
    width: 48px;
    height: 48px;
  }
  .container-feature__step-label {
    font-size: 1.6rem;
  }
  .container-feature__step-text {
    font-size: 1.5rem;
    white-space: normal;
  }
  .container-feature__arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }
}
.concrete-about {
  padding: 90px 0 120px;
}
.concrete-about__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.concrete-about__title {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  color: #414141;
  margin-inline: auto;
  text-align: center;
}
.concrete-about__title .en {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 0;
}
.concrete-about__title .ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.concrete-about__lead {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 68px;
  width: 100%;
}
.concrete-about__text {
  width: 55rem;
}
.concrete-about__text h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #414141;
  letter-spacing: 0.03em;
}
.concrete-about__desc p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6;
  color: #414141;
  letter-spacing: 0.03em;
}
.concrete-about__main-image {
  width: 46.3rem;
  height: auto;
  overflow: hidden;
}
.concrete-about__main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.concrete-about__points {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.concrete-about__point {
  display: flex;
  align-items: flex-start;
  gap: 4.6rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.concrete-about__point--reverse .concrete-about__point-body {
  order: 1;
}
.concrete-about__point--reverse .concrete-about__point-image {
  order: 2;
}
.concrete-about__point-image {
  width: calc((100% - 4.6rem) * 402 / 950);
  max-width: 40.2rem;
  aspect-ratio: 402/235;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}
.concrete-about__point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.concrete-about__point-body {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  box-sizing: border-box;
}
.concrete-about__point-title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 14px;
}
.concrete-about__point-title .num {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffa200;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.concrete-about__point-title .text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #414141;
  letter-spacing: 0.03em;
}
.concrete-about__point-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.03em;
}

.concrete-feature {
  padding: 100px 0 120px;
}
.concrete-feature__inner {
  border: 1px solid #000000;
  border-radius: 60px;
  background: #f9f1da;
  padding: 99px 0 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concrete-feature__title {
  max-width: 100%;
  margin: 0 auto 60px;
}
.concrete-feature__title .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  color: #414141;
  margin-bottom: 28px;
}
.concrete-feature__title .ja {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #414141;
}
.concrete-feature__points {
  width: 84.4rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
.concrete-feature__point {
  display: flex;
  align-items: flex-start;
  gap: 41px;
}
.concrete-feature__point-image {
  width: 35.3rem;
  height: 23rem;
  overflow: hidden;
  flex-shrink: 0;
}
.concrete-feature__point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.concrete-feature__point-body {
  width: 45rem;
  flex-shrink: 0;
}
.concrete-feature__point-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 7px;
  border: 1px solid #000000;
  border-radius: 30px;
  background: #ffa200;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #414141;
  margin-bottom: 10px;
}
.concrete-feature__point-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #414141;
  margin-bottom: 8px;
}
.concrete-feature__point-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #414141;
}
.concrete-feature__lead {
  width: 83.6rem;
  max-width: 100%;
  margin: 0 auto;
}
.concrete-feature__lead h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #414141;
  margin-bottom: 28px;
}
.concrete-feature__lead-text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #414141;
}

@media only screen and (max-width: 767px) {
  .concrete-about {
    padding: 60px 0 72px;
  }
  .concrete-about__inner {
    gap: 34px;
  }
  .concrete-about__title {
    gap: 10px;
  }
  .concrete-about__title .en {
    font-size: 5.2rem;
  }
  .concrete-about__title .ja {
    font-size: 1.7rem;
    text-align: center;
  }
  .concrete-about__lead {
    flex-direction: column;
    gap: 18px;
  }
  .concrete-about__text, .concrete-about__main-image, .concrete-about__desc {
    width: 100%;
  }
  .concrete-about__text {
    display: contents;
  }
  .concrete-about__text h4 {
    order: 1;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .concrete-about__main-image {
    order: 2;
    max-width: 400px;
    margin-inline: auto;
  }
  .concrete-about__desc {
    order: 3;
  }
  .concrete-about__desc p {
    font-size: 1.45rem;
    line-height: 2;
  }
  .concrete-about__points {
    gap: 34px;
  }
  .concrete-about__point {
    flex-direction: column;
    gap: 12px;
  }
  .concrete-about__point-image {
    order: 2;
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 402/235;
    margin-inline: auto;
  }
  .concrete-about__point-body {
    order: 1;
    width: 100%;
  }
  .concrete-about__point-title {
    gap: 12px;
    margin-bottom: 8px;
  }
  .concrete-about__point-title .num {
    font-size: 3.4rem;
  }
  .concrete-about__point-title .text {
    font-size: 2rem;
    line-height: 1.4;
  }
  .concrete-about__point-text {
    font-size: 1.45rem;
    line-height: 2;
  }
  .concrete-feature {
    padding: 64px 0 72px;
    overflow-x: clip;
  }
  .concrete-feature__inner {
    box-sizing: border-box;
    max-width: 100%;
    border-radius: 24px;
    padding: 40px 14px 36px;
    display: block;
    overflow: hidden;
  }
  .concrete-feature__title {
    width: 100%;
    margin-bottom: 30px;
  }
  .concrete-feature__title .en {
    font-size: clamp(3.8rem, 10.8vw, 5.2rem);
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .concrete-feature__title .ja {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .concrete-feature__points {
    width: 100%;
    gap: 16px;
    margin-bottom: 34px;
  }
  .concrete-feature__point {
    flex-direction: column;
    gap: 10px;
  }
  .concrete-feature__point-body {
    display: contents;
    width: 100%;
  }
  .concrete-feature__point-tag {
    order: 1;
  }
  .concrete-feature__point-title {
    order: 2;
    font-size: 2rem;
  }
  .concrete-feature__point-text {
    order: 3;
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .concrete-feature__point-image {
    order: 4;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
  }
  .concrete-feature__lead {
    width: 100%;
  }
  .concrete-feature__lead h4 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .concrete-feature__lead-text p {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.furniture-service {
  padding: 100px 0 120px;
}
.furniture-service__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.furniture-service__title {
  width: 51.2rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #414141;
}
.furniture-service__title .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  margin-bottom: 28px;
}
.furniture-service__title .ja {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.furniture-service__lead {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 68px;
  width: 100%;
}
.furniture-service__text {
  width: 55rem;
}
.furniture-service__text h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #414141;
  margin-bottom: 25px;
}
.furniture-service__desc p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: 0.03em;
  color: #414141;
}
.furniture-service__image {
  width: 46.3rem;
  height: auto;
  overflow: hidden;
}
.furniture-service__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.furniture-feature {
  padding-bottom: 120px;
}
.furniture-feature__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}
.furniture-feature__points {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
}
.furniture-feature__point {
  display: flex;
  align-items: flex-start;
  gap: 4.6rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.furniture-feature__point--reverse .furniture-feature__point-body {
  order: 1;
}
.furniture-feature__point--reverse .furniture-feature__point-image {
  order: 2;
}
.furniture-feature__point--first {
  gap: 3.6rem;
}
.furniture-feature__point--first .furniture-feature__point-image {
  width: calc((100% - 3.6rem) * 402 / 950);
}
.furniture-feature__point-image {
  width: calc((100% - 4.6rem) * 402 / 950);
  max-width: 40.2rem;
  aspect-ratio: 402/235;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}
.furniture-feature__point-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.furniture-feature__point-body {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  box-sizing: border-box;
}
.furniture-feature__point-title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 14px;
}
.furniture-feature__point-title .num {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffa200;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.furniture-feature__point-title .text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #414141;
  letter-spacing: 0.03em;
}
.furniture-feature__point-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.03em;
}

.furniture-detail {
  padding-bottom: 120px;
}
.furniture-detail__inner {
  border: 1px solid #000000;
  border-radius: 60px;
  background: #f9f1da;
  padding: clamp(4.8rem, 5.5vw, 8.5rem) clamp(2rem, 6.1vw, 11.7rem) clamp(4.8rem, 5vw, 9.6rem);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.furniture-detail__title {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  color: #414141;
}
.furniture-detail__title .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  white-space: nowrap;
}
.furniture-detail__title .ja {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
}
.furniture-detail__lead {
  display: flex;
  align-items: flex-start;
  gap: 5.2rem;
  width: 100%;
  min-width: 0;
  margin-bottom: 7.7rem;
  box-sizing: border-box;
}
.furniture-detail__image {
  width: calc((100% - 5.2rem) * 402 / 844);
  max-width: 40.2rem;
  aspect-ratio: 402/250;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}
.furniture-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.furniture-detail__text {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
.furniture-detail__text h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.72px;
  color: #414141;
  margin-bottom: 14px;
}
.furniture-detail__desc p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.48px;
  color: #333333;
}

.furniture-merit__list {
  width: 100%;
  max-width: 84.2rem;
  min-width: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.furniture-merit__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  min-height: 15.6rem;
  border-bottom: 1px solid #c3c3c3;
  padding: 2.4rem 0;
  box-sizing: border-box;
}
.furniture-merit__icon {
  width: 13.6rem;
  height: 13.6rem;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #fff4e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
.furniture-merit__icon img {
  width: 7.6rem;
  height: 7.6rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.furniture-merit__body {
  flex: 0 1 44.9rem;
  width: auto;
  max-width: 44.9rem;
  min-width: 0;
}
.furniture-merit__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 6px;
}
.furniture-merit__title .num {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 66px;
  color: #ffa200;
  white-space: nowrap;
  text-shadow: -1px -1px 0 #2a2a30, 1px -1px 0 #2a2a30, -1px 1px 0 #2a2a30, 1px 1px 0 #2a2a30;
}
.furniture-merit__title .text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #414141;
  letter-spacing: 0.72px;
}
.furniture-merit__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .furniture-service {
    padding: 60px 0 72px;
  }
  .furniture-service__inner {
    gap: 34px;
  }
  .furniture-service__title {
    width: 100%;
  }
  .furniture-service__title .en {
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .furniture-service__title .ja {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .furniture-service__lead {
    flex-direction: column;
    gap: 18px;
  }
  .furniture-service__text, .furniture-service__image, .furniture-service__desc {
    width: 100%;
  }
  .furniture-service__text {
    display: contents;
  }
  .furniture-service__text h4 {
    order: 1;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .furniture-service__image {
    order: 2;
    max-width: 400px;
    margin-inline: auto;
    height: auto;
  }
  .furniture-service__image img {
    height: auto;
  }
  .furniture-service__desc {
    order: 3;
  }
  .furniture-service__desc p {
    font-size: 1.45rem;
    line-height: 2;
  }
  .furniture-feature {
    padding-bottom: 72px;
  }
  .furniture-feature__points {
    gap: 34px;
  }
  .furniture-feature__point {
    flex-direction: column;
    gap: 12px;
  }
  .furniture-feature__point--first {
    gap: 12px;
  }
  .furniture-feature__point--first .furniture-feature__point-image {
    width: 100%;
  }
  .furniture-feature__point-image {
    order: 2;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
  }
  .furniture-feature__point-image img {
    height: auto;
  }
  .furniture-feature__point-body {
    order: 1;
    width: 100%;
  }
  .furniture-feature__point-title {
    gap: 12px;
    margin-bottom: 8px;
  }
  .furniture-feature__point-title .num {
    font-size: 3.4rem;
  }
  .furniture-feature__point-title .text {
    font-size: 2rem;
    line-height: 1.4;
  }
  .furniture-feature__point-text {
    font-size: 1.45rem;
    line-height: 2;
  }
  .furniture-detail {
    padding-bottom: 72px;
  }
  .furniture-detail__inner {
    border-radius: 24px;
    padding: 40px 14px 36px;
    min-height: 0;
  }
  .furniture-detail__title {
    width: 100%;
    margin-bottom: 30px;
  }
  .furniture-detail__title .en {
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .furniture-detail__title .ja {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .furniture-detail__lead {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 34px;
  }
  .furniture-detail__image {
    order: 2;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
  }
  .furniture-detail__image img {
    height: auto;
  }
  .furniture-detail__text, .furniture-detail__desc {
    width: 100%;
  }
  .furniture-detail__text {
    display: contents;
  }
  .furniture-detail__text h4 {
    order: 1;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .furniture-detail__desc {
    order: 3;
  }
  .furniture-detail__desc p {
    font-size: 1.45rem;
    line-height: 2;
  }
  .furniture-merit__list {
    max-width: 100%;
  }
  .furniture-merit__item {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
    min-height: 0;
    padding: 14px 0;
  }
  .furniture-merit__icon {
    width: 84px;
    height: 84px;
  }
  .furniture-merit__icon img {
    width: 46px;
    height: 46px;
  }
  .furniture-merit__title {
    gap: 10px;
    margin-bottom: 4px;
  }
  .furniture-merit__title .num {
    font-size: 3.2rem;
  }
  .furniture-merit__title .text {
    font-size: 2rem;
    line-height: 1.4;
  }
  .furniture-merit__text {
    font-size: 1.45rem;
    line-height: 1.9;
  }
}
.company-message {
  padding: 100px 0 120px;
}
.company-message__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.company-message__title {
  width: 51.2rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #414141;
}
.company-message__title .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  margin-bottom: 28px;
}
.company-message__title .ja {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.company-message__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.company-message__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1620/552;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.company-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.company-message__text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6;
  letter-spacing: 0.03em;
  color: #414141;
}

.company-policy {
  padding-bottom: 120px;
  overflow: visible;
}
.company-policy__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  overflow: visible;
}
.company-policy__cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3.2rem;
  width: 100%;
  min-width: 0;
  padding-bottom: 3.9rem;
  box-sizing: border-box;
  overflow: visible;
}
.company-policy__card {
  position: relative;
  flex: 1 1 0;
  width: calc((100% - 3.2rem) / 2);
  max-width: 523px;
  min-width: 0;
  border-radius: 20px;
  padding: 0;
  box-sizing: border-box;
}
.company-policy__card--cream {
  background: #f9f1da;
  height: 23.9rem;
}
.company-policy__card--blue {
  background: #e2f8ff;
  height: 23.4rem;
}
.company-policy__card-title {
  position: absolute;
  top: 5.75rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4rem);
  max-width: calc(100% - 4rem);
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2rem, 1.7vw, 2.7rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.81px;
  color: #000000;
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.company-policy__card-text {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  width: 40.2rem;
  max-width: calc(100% - 4.8rem);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
  color: #414141;
  word-break: break-word;
}
.company-policy__card-text p {
  margin: 0;
}
.company-policy__deco {
  position: absolute;
  bottom: -25px;
  z-index: 1;
  pointer-events: none;
}
.company-policy__deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-policy__deco--left {
  right: 0.3rem;
  width: 11.2rem;
  height: 6.1rem;
}
.company-policy__deco--right {
  right: 0;
  width: 8rem;
  height: 6.6rem;
  transform: scaleX(-1);
}

.company-profile {
  padding-bottom: 120px;
}
.company-profile__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.company-profile__title {
  width: 51.2rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #414141;
}
.company-profile__title .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 66px;
  margin-bottom: 28px;
}
.company-profile__title .ja {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.company-profile__body {
  width: 100%;
}
.company-profile__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.81px;
  color: #000000;
  margin: 0 0 34px;
  word-break: break-word;
}
.company-profile__table {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 60px;
}
.company-profile__row {
  min-height: 62px;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 20px 0;
  box-sizing: border-box;
}
.company-profile__row .head {
  width: 152px;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #333333;
}
.company-profile__row .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #333333;
}
.company-profile__map {
  height: 40rem;
  border-radius: 1rem;
  overflow: hidden;
}
.company-profile__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.company-consult {
  padding-bottom: 120px;
}
.company-consult__inner {
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
}
.company-consult__box {
  position: relative;
  min-height: 24.4rem;
  border-radius: 10px;
  background: #f9f1da;
  padding: 4.2rem 12rem 3.6rem;
  box-sizing: border-box;
}
.company-consult__title {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #000000;
  text-align: center;
  margin: 0 0 3.4rem;
}
.company-consult__text {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.company-consult__text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
  color: #414141;
  text-align: center;
  word-break: normal;
  overflow-wrap: break-word;
}
.company-consult__deco {
  position: absolute;
  bottom: 6.2rem;
  z-index: 0;
  pointer-events: none;
}
.company-consult__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.company-consult__deco--left {
  left: 9rem;
  width: 8.9rem;
}
.company-consult__deco--right {
  right: 9rem;
  width: 7.2rem;
}

@media only screen and (max-width: 1800px) and (min-width: 768px) {
  .company-consult__box {
    padding: 4.2rem clamp(4rem, 10vw, 14rem) 3.6rem;
  }
  .company-consult__text {
    max-width: min(56rem, 100% - 4rem);
  }
  .company-consult__deco {
    bottom: 2.4rem;
  }
  .company-consult__deco--left {
    left: clamp(1.2rem, 2.5vw, 4rem);
    width: 7.2rem;
  }
  .company-consult__deco--right {
    right: clamp(1.2rem, 2.5vw, 4rem);
    width: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 60px 0 72px;
  }
  .company-message__inner {
    gap: 34px;
  }
  .company-message__title {
    width: 100%;
  }
  .company-message__title .en {
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .company-message__title .ja {
    font-size: 1.7rem;
  }
  .company-message__body {
    gap: 14px;
  }
  .company-message__image {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
  }
  .company-message__image img {
    height: auto;
  }
  .company-message__text p {
    font-size: 1.45rem;
    line-height: 2;
  }
  .company-policy {
    padding-bottom: 72px;
  }
  .company-policy__cards {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 2.4rem;
  }
  .company-policy__card {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 28px 18px 40px;
  }
  .company-policy__card--cream, .company-policy__card--blue {
    height: auto;
  }
  .company-policy__card-title {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 16px;
    font-size: 2.2rem;
    white-space: normal;
  }
  .company-policy__card-text {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    font-size: 1.45rem;
    line-height: 1.9;
  }
  .company-policy__deco--left {
    right: 1.2rem;
    bottom: -1.6rem;
    width: 8.4rem;
    height: 4.6rem;
  }
  .company-policy__deco--right {
    right: 1.2rem;
    bottom: -1.8rem;
    width: 6.2rem;
    height: 5.1rem;
  }
  .company-profile {
    padding-bottom: 72px;
  }
  .company-profile__inner {
    gap: 34px;
  }
  .company-profile__title {
    width: 100%;
  }
  .company-profile__title .en {
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .company-profile__title .ja {
    font-size: 1.7rem;
  }
  .company-profile__lead {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .company-profile__table {
    margin-bottom: 28px;
  }
  .company-profile__row {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0;
  }
  .company-profile__row .head,
  .company-profile__row .text {
    width: 100%;
  }
  .company-profile__row .head {
    font-size: 1.6rem;
  }
  .company-profile__row .text {
    font-size: 1.45rem;
    line-height: 1.8;
  }
  .company-profile__map {
    height: 26rem;
  }
  .company-consult {
    padding-bottom: 72px;
  }
  .company-consult__box {
    min-height: 0;
    padding: 3rem 1.8rem 4.2rem;
  }
  .company-consult__title {
    font-size: 3rem;
    margin-bottom: 16px;
  }
  .company-consult__text {
    max-width: 100%;
    padding: 0 1.2rem;
  }
  .company-consult__text p {
    font-size: 1.45rem;
    line-height: 1.9;
  }
  .company-consult__deco {
    bottom: -1.2rem;
  }
  .company-consult__deco--left {
    left: 0.8rem;
    width: 5.6rem;
  }
  .company-consult__deco--right {
    right: 0.8rem;
    width: 4.8rem;
  }
}
.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 #cccccc;
  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 #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@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;
  }
}/*# sourceMappingURL=style.css.map */