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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif;
}

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: 400;
  }
  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;
  }
}
a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.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;
  align-items: center;
  margin: 0;
}
.heading--lv3 .main {
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.heading--lv3 .sub {
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.heading--lv3--mini .main {
  font-size: 4rem;
  letter-spacing: 0.01em;
}
.heading--lv3--mini .sub {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.125em;
}
.heading--lv3--left {
  align-items: flex-start;
}
.heading--lv4 {
  display: flex;
  align-items: center;
  min-height: 5.2rem;
  margin: 0;
  padding: 0 2.4rem 0 2.8rem;
  border-left: 4px solid #2c3a52;
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.heading--lv4--gray {
  background: #f2f2f2;
}
.heading--lv4--white {
  background: #fffefe;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 .main {
    font-size: 3.2rem;
  }
  .heading--lv3 .sub {
    font-size: 1.6rem;
  }
  .heading--lv3--mini .main {
    font-size: 2.8rem;
  }
  .heading--lv3--mini .sub {
    font-size: 1.4rem;
  }
  .heading--lv4 {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #c5af69;
  text-decoration: none;
}
.button--pattern-1 .text {
  color: #1c1b1b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.button--pattern-1 .icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 0;
}
.button--pattern-1 .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.button--link-card {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  padding: 1.6rem 2rem;
  background: #fffefe;
  text-decoration: none;
  box-sizing: border-box;
}
.button--link-card .illust {
  flex-shrink: 0;
  width: 8.8rem;
  height: 8.8rem;
  overflow: hidden;
}
.button--link-card .illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.button--link-card .body {
  display: flex;
  flex: 1;
  gap: 1.2rem;
  align-items: center;
  min-width: 0;
  padding-bottom: 0.4rem;
  padding-right: 0.4rem;
  border-bottom: 1px solid #c5af69;
}
.button--link-card .text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.button--link-card .icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 0;
}
.button--link-card .icon img {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    gap: 1.2rem;
  }
  .button--pattern-1 .text {
    font-size: 1.6rem;
  }
}
.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.6rem;
  padding: 1.6rem 0;
  border-right: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  box-sizing: border-box;
}
.nav-item a {
  color: #fffefe;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .nav-item {
    width: auto;
    padding: 1.2rem 1.6rem;
  }
  .nav-item a {
    font-size: 1.6rem;
  }
}
.news-list__item .link {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #bebebe;
  text-decoration: none;
}
.news-list__item .wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 0;
}
.news-list__item .time {
  color: #595757;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}
.news-list__item .title {
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.news-list__item .icon {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}
.news-list__item .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-nav__col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 16rem;
}
.footer-nav__title {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.footer-nav__title a {
  color: inherit;
  text-decoration: none;
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-nav__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-nav__item::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1px;
  background: #1c1b1b;
}
.footer-nav__item a {
  color: #1c1b1b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
}

.list-check__item {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
}
.list-check__item .icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  line-height: 0;
}
.list-check__item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.list-check__item .text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.list-def {
  width: 100%;
}
.list-def__item {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  min-height: 6.1rem;
  border-bottom: 1px solid #bebebe;
}
.list-def__term {
  flex-shrink: 0;
  width: 12rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #c5af69;
  color: #2c3a52;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.list-def__desc {
  flex: 1;
  min-width: 0;
  padding: 1.6rem 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .news-list__item .link {
    gap: 1.6rem;
    padding: 2rem 0;
  }
  .news-list__item .time {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .news-list__item .title {
    font-size: 1.5rem;
  }
  .list-def__item {
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }
  .list-def__term {
    width: 100%;
    padding-bottom: 0.8rem;
  }
  .list-def__desc {
    padding-top: 0.8rem;
  }
  .list-check__item .text {
    letter-spacing: 0.01em;
  }
}
.card-service {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 37.4rem;
  min-height: 41.5rem;
}
.card-service__img {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
.card-service__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-service__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  padding: 4.8rem 2.4rem 1.6rem;
  background: #fffefe;
}
.card-service__text {
  min-height: 8.7rem;
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.card-service__button {
  align-self: flex-start;
}
.card-service__number {
  position: absolute;
  z-index: 1;
  top: -1.5rem;
  left: -2.5rem;
  color: #c5af69;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  letter-spacing: 0.042em;
  white-space: nowrap;
}
.card-service__ribbon {
  position: absolute;
  z-index: 2;
  top: 21rem;
  left: -0.8rem;
  display: flex;
  align-items: center;
  height: 4.6rem;
}
.card-service__ribbon-side {
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 4.6rem;
  line-height: 0;
}
.card-service__ribbon-side img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-service__ribbon-side--right {
  transform: rotate(180deg);
}
.card-service__ribbon-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  margin: 0;
  padding: 0.4rem 1rem;
  box-sizing: border-box;
  background: #2c3a52;
}
.card-service__ribbon-body .text {
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.card-service--inheritance .card-service__img {
  overflow: hidden;
}
.card-service--inheritance .card-service__img img {
  position: absolute;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 29.6rem;
  min-height: 16.8rem;
  height: auto;
  padding: 2.4rem 1.6rem;
  border-top: 4px solid #2c3a52;
  border-radius: 0.4rem 0.4rem 0 0;
  background: #fffefe;
  box-sizing: border-box;
}
.card-category__inner {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.card-category__icon {
  flex-shrink: 0;
  width: 2.6rem;
  height: 1.6rem;
  line-height: 0;
}
.card-category__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-category__content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.card-category__title {
  width: 100%;
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-category__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 0.8rem 0.1rem;
  border-radius: 1.6rem;
  background: #2c3a52;
  box-sizing: border-box;
}
.card-category__badge .text {
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
  white-space: nowrap;
}

.card-column {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.card-column .link {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: inherit;
  text-decoration: none;
}
.card-column__head {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.card-column__img {
  width: 100%;
  height: 28.5rem;
  background-color: #fffefe;
}
.card-column__img.no-img {
  background-image: url(../img/pages/top/column/no-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.card-column__time {
  color: #595757;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.card-column__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card-column__title {
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  text-align: justify;
}
.card-column__line {
  width: 100%;
  height: 1px;
  background: #bebebe;
}
.card-column__caption {
  color: #595757;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.card-promise {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  min-height: 28.125vw;
}
.card-promise__bg {
  position: absolute;
  top: -3.125vw;
  left: 0;
  width: 70.625%;
  height: auto;
  line-height: 0;
  pointer-events: none;
}
.card-promise__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.card-promise__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.25vw;
  width: 60rem;
  margin-right: -1.0417vw;
  padding: 0;
  box-sizing: border-box;
}
.card-promise__heading {
  display: flex;
  flex-direction: column;
  gap: 0.4167vw;
}
.card-promise__label {
  margin: 0;
  color: #c5af69;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.card-promise__title {
  margin: 0;
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0833vw;
  font-weight: 500;
  line-height: 1.4;
}
.card-promise__detail {
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
}
.card-promise__catch {
  display: flex;
  gap: 0.4167vw;
  align-items: center;
  margin: 0;
}
.card-promise__catch .dash {
  display: block;
  flex-shrink: 0;
  width: 1.25vw;
  height: 0.2rem;
  line-height: 0;
}
.card-promise__catch .dash img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-promise__catch .text {
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}
.card-promise__text {
  margin: 0;
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.8;
}
.card-promise__text p {
  margin: 0;
}
.card-promise__img {
  position: relative;
  flex-shrink: 0;
  width: 55.2083%;
  aspect-ratio: 1060/540;
  height: auto;
  margin-right: 0;
}
.card-promise__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-promise--reverse {
  justify-content: flex-start;
}
.card-promise--reverse .card-promise__bg {
  right: auto;
  left: 29.375%;
}
.card-promise--reverse .card-promise__img {
  order: 1;
  margin-right: -3.125vw;
  margin-left: 0;
}
.card-promise--reverse .card-promise__content {
  order: 2;
  margin-right: 0;
}
.card-promise:not(.card-promise--reverse):not(.card-promise--page) {
  padding-left: 6.4rem;
  box-sizing: border-box;
}
.card-promise:not(.card-promise--reverse):not(.card-promise--page) .card-promise__content {
  max-width: calc(44.7917% + 3.125vw);
}
.card-promise--page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 0;
  max-width: 96rem;
  margin-inline: auto;
  padding: 0 0 0 6.4rem;
  box-sizing: border-box;
  gap: 0;
}
.card-promise--page .card-promise__bg {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  width: 70.4rem;
  max-width: none;
  height: 33rem;
  margin: 0;
  line-height: 0;
  transform: translateY(-50%) rotate(180deg);
  pointer-events: none;
}
.card-promise--page .card-promise__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.card-promise--page .card-promise__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  flex-shrink: 1;
  gap: 1.6rem;
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0 -4.4rem 0 0;
  padding: 0;
  background: transparent;
  background-color: transparent;
  clip-path: none;
  box-sizing: border-box;
}
.card-promise--page .card-promise__heading {
  gap: 0.8rem;
}
.card-promise--page .card-promise__label {
  font-size: 1.6rem;
  letter-spacing: 0.125em;
}
.card-promise--page .card-promise__title {
  color: #fffefe;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.card-promise--page .card-promise__detail {
  gap: 1.2rem;
}
.card-promise--page .card-promise__catch {
  gap: 0.8rem;
}
.card-promise--page .card-promise__catch .dash {
  width: 2.4rem;
}
.card-promise--page .card-promise__catch .text {
  font-size: 1.8rem;
  white-space: normal;
}
.card-promise--page .card-promise__text {
  color: #fffefe;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.card-promise--page .card-promise__img {
  position: relative;
  z-index: 1;
  flex: 0 0 52rem;
  flex-shrink: 0;
  order: unset;
  width: 52rem;
  max-width: none;
  height: 26.6rem;
  aspect-ratio: auto;
  margin: 0;
}
.card-promise--page .card-promise__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-promise--page.card-promise--reverse {
  justify-content: flex-start;
  padding: 0 6.4rem 0 0;
  gap: 1.6rem;
}
.card-promise--page.card-promise--reverse .card-promise__bg {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.card-promise--page.card-promise--reverse .card-promise__img {
  order: 1;
  margin: 0;
}
.card-promise--page.card-promise--reverse .card-promise__content {
  order: 2;
  max-width: none;
  margin: 0;
}

.promise-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  width: 100%;
  max-width: 96rem;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .card-service {
    width: 100%;
  }
  .card-service__button {
    align-self: flex-end;
  }
  .card-service__number {
    left: 0;
    font-size: 3.6rem;
  }
  .card-service__ribbon-body .text {
    font-size: 1.8rem;
  }
  .card-category {
    width: 100%;
    max-width: none;
    min-height: 14rem;
    padding: 2rem 1.2rem;
  }
  .card-category__title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .card-category__badge .text {
    white-space: normal;
    text-align: center;
  }
  .card-column {
    width: 100%;
  }
  .card-promise {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .card-promise__bg {
    display: none;
  }
  .card-promise__img {
    position: relative;
    z-index: 1;
    order: 1;
    width: 100%;
    height: auto;
    margin: 0;
    aspect-ratio: auto;
    line-height: 0;
  }
  .card-promise__img img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: center;
       object-position: center;
  }
  .card-promise__content {
    position: relative;
    z-index: 2;
    order: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin: -2.4rem 0 0;
    padding: 3.2rem 1.6rem;
    gap: 1.6rem;
    box-sizing: border-box;
    background-color: #2c3a52;
    clip-path: none;
  }
  .card-promise__heading {
    gap: 0.8rem;
  }
  .card-promise__label {
    font-size: 1.4rem;
  }
  .card-promise__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .card-promise__detail {
    gap: 1.2rem;
  }
  .card-promise__catch {
    gap: 0.8rem;
    align-items: flex-start;
  }
  .card-promise__catch .dash {
    width: 2.4rem;
    margin-top: 1.1rem;
  }
  .card-promise__catch .text {
    font-size: 1.6rem;
    line-height: 1.6;
    white-space: normal;
  }
  .card-promise__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .card-promise--reverse {
    padding-left: 0;
    padding-right: 0;
  }
  .card-promise--reverse .card-promise__bg {
    display: none;
  }
  .card-promise--reverse .card-promise__img {
    order: 1;
    margin: 0;
  }
  .card-promise--reverse .card-promise__content {
    order: 2;
    margin: -2.4rem 0 0;
    padding: 3.2rem 1.6rem;
    background-color: #595757;
    clip-path: none;
  }
  .card-promise:not(.card-promise--reverse):not(.card-promise--page) {
    padding-left: 0;
  }
  .card-promise:not(.card-promise--reverse):not(.card-promise--page) .card-promise__content {
    max-width: none;
  }
  .card-promise--page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    max-width: none;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
  .card-promise--page .card-promise__bg {
    display: none;
    width: auto;
    height: auto;
    transform: none;
  }
  .card-promise--page .card-promise__img {
    position: relative;
    z-index: 1;
    flex: none;
    order: 1;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    aspect-ratio: auto;
    line-height: 0;
  }
  .card-promise--page .card-promise__img img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: center;
       object-position: center;
  }
  .card-promise--page .card-promise__img::after {
    content: none;
  }
  .card-promise--page .card-promise__content {
    position: relative;
    z-index: 2;
    flex: none;
    order: 2;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: -2.4rem 0 0;
    padding: 3.2rem 1.6rem;
    gap: 1.6rem;
    background: transparent;
    background-color: #2c3a52;
    clip-path: none;
    border-left: 0;
    box-sizing: border-box;
  }
  .card-promise--page .card-promise__heading {
    gap: 0.8rem;
  }
  .card-promise--page .card-promise__label {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .card-promise--page .card-promise__title {
    color: #fffefe;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .card-promise--page .card-promise__detail {
    gap: 1.2rem;
  }
  .card-promise--page .card-promise__catch {
    gap: 0.8rem;
    align-items: flex-start;
  }
  .card-promise--page .card-promise__catch .dash {
    width: 2.4rem;
    margin-top: 1.1rem;
  }
  .card-promise--page .card-promise__catch .text {
    font-size: 1.6rem;
    line-height: 1.6;
    white-space: normal;
  }
  .card-promise--page .card-promise__text {
    color: #fffefe;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: normal;
  }
  .card-promise--page.card-promise--reverse {
    padding: 0;
  }
  .card-promise--page.card-promise--reverse .card-promise__bg {
    display: none;
    transform: none;
  }
  .card-promise--page.card-promise--reverse .card-promise__img {
    order: 1;
    margin: 0;
  }
  .card-promise--page.card-promise--reverse .card-promise__img::after {
    content: none;
  }
  .card-promise--page.card-promise--reverse .card-promise__content {
    order: 2;
    max-width: none;
    margin: -2.4rem 0 0;
    padding: 3.2rem 1.6rem;
    background-color: #595757;
    clip-path: none;
    border-left: 0;
  }
  .promise-list {
    gap: 4.8rem;
    max-width: none;
    margin-inline: 0;
  }
}
.card-case {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  max-width: 27.6rem;
  min-height: 15.5rem;
  padding: 0 1.6rem;
  border-right: 1px solid #bebebe;
  box-sizing: border-box;
}
.card-case__head {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}
.card-case__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding-top: 0.4rem;
}
.card-case__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 0.2rem;
  background: #2c3a52;
}
.card-case__badge .text {
  color: #fffefe;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.143em;
}
.card-case__index {
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.0625em;
}
.card-case__title {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.card-case__text {
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.card-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 37.4rem;
}
.card-menu__number {
  position: absolute;
  top: -1.5rem;
  left: -2.5rem;
  z-index: 2;
  color: #c5af69;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  letter-spacing: 0.042em;
  white-space: nowrap;
}
.card-menu__img {
  position: relative;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
.card-menu__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-menu__ribbon {
  position: absolute;
  top: 21rem;
  left: -0.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 4.6rem;
}
.card-menu__ribbon-side {
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 4.6rem;
  line-height: 0;
}
.card-menu__ribbon-side img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-menu__ribbon-side--right {
  transform: rotate(180deg);
}
.card-menu__ribbon-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  margin: 0;
  padding: 0.4rem 1rem;
  box-sizing: border-box;
  background: #2c3a52;
}
.card-menu__ribbon-body .text {
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.card-menu__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 4.8rem 2.4rem 1.6rem;
  background: #fffefe;
}
.card-menu__text {
  min-height: 8.7rem;
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.card-support {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 51rem;
}
.card-support__content {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-shrink: 0;
  width: 27.1rem;
  margin-right: -6rem;
  padding-top: 2.4rem;
}
.card-support__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0.4rem 6.4rem 0.5rem 0.8rem;
  background: #2c3a52;
  box-sizing: border-box;
  text-align: left;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2.4rem) 100%, 0 100%);
}
.card-support__label .text {
  width: 100%;
  margin: 0;
  color: #fffefe;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.card-support__label--gray {
  background: #595757;
}
.card-support__text {
  margin: 0;
  padding: 0 2.4rem 0 0.8rem;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.card-support__img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 29.9rem;
  height: 15rem;
  overflow: hidden;
}
.card-support__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.card-proposal {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  width: 100%;
  max-width: 52.4rem;
  padding: 2.4rem;
  border: 2px solid #2c3a52;
  background: #fffefe;
  box-sizing: border-box;
}
.card-proposal__head {
  display: flex;
  gap: 1.2rem;
  align-items: flex-end;
  justify-content: center;
}
.card-proposal__number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-proposal__number .badge {
  width: 1.8rem;
  height: 1.1rem;
  margin-bottom: -0.4rem;
  line-height: 0;
}
.card-proposal__number .badge img {
  display: block;
  width: 100%;
  height: auto;
}
.card-proposal__number .index {
  color: #1c1b1b;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.8rem;
  letter-spacing: 0.0625em;
}
.card-proposal__title {
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.card-proposal__body {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  width: 100%;
}
.card-proposal__illust {
  flex-shrink: 0;
  width: 14rem;
  height: 14rem;
}
.card-proposal__illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-proposal__text {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.card-merit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  background: #fffefe;
}
.card-merit__label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
  margin-bottom: -2.4rem;
  padding-top: 0.8rem;
  border-top: 2px solid #1c1b1b;
  letter-spacing: 0.125em;
}
.card-merit__label .en {
  width: 100%;
  color: #c5af69;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.card-merit__label .index {
  width: 100%;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.card-merit__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  width: 100%;
}
.card-merit__icon {
  width: 15rem;
  height: 15rem;
}
.card-merit__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-merit__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.card-merit__title {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.card-merit__text {
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.card-merit--no-icon .card-merit__inner {
  align-items: flex-start;
}

.card-point {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  max-width: 34rem;
}
.card-point__img {
  position: relative;
  width: 100%;
  height: 18.9rem;
  overflow: hidden;
}
.card-point__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-point__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  background: #2c3a52;
  color: #fffefe;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.125em;
  white-space: nowrap;
}
.card-point__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.card-point__title-row {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.card-point__icon {
  flex-shrink: 0;
  width: 2rem;
  height: 1.2rem;
  line-height: 0;
}
.card-point__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.card-point__title {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.card-point__text {
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.card-box {
  position: relative;
  display: flex;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
  max-width: 96rem;
  padding: 3.2rem 6.4rem;
  border: 2px solid #2c3a52;
  background: #fffefe;
  box-sizing: border-box;
}
.card-box__ribbon {
  position: absolute;
  z-index: 2;
  top: -2.4rem;
  left: -4.2rem;
  display: flex;
  align-items: center;
  height: 4.6rem;
}
.card-box__ribbon-side {
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 4.6rem;
  line-height: 0;
}
.card-box__ribbon-side img {
  display: block;
  width: 100%;
  height: 100%;
}
.card-box__ribbon-side--right {
  transform: rotate(180deg);
}
.card-box__ribbon-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  margin: 0;
  padding: 0.4rem 1rem;
  box-sizing: border-box;
  background: #2c3a52;
}
.card-box__ribbon-body .text {
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.card-box__illust {
  position: relative;
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  overflow: hidden;
}
.card-box__illust img {
  position: absolute;
  top: 1.67%;
  left: -10.94%;
  display: block;
  width: 117.72%;
  height: 91.67%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-box__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 0;
}
.card-box__lead {
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.card-box__recommend {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  max-width: 48.9rem;
}
.card-box__recommend-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.6rem;
  border-radius: 999px;
  background: #2c3a52;
  color: #fffefe;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.card-box__recommend-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.card-box__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 4.8rem;
}

@media only screen and (max-width: 767px) {
  .card-case {
    max-width: none;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 2.4rem;
  }
  .card-menu {
    max-width: none;
  }
  .card-menu__number {
    left: 0;
    font-size: 3.6rem;
  }
  .card-menu__ribbon-body .text {
    font-size: 1.8rem;
  }
  .card-support {
    display: grid;
    grid-template-areas: "visual" "body";
    max-width: 40rem;
    margin-inline: auto;
  }
  .card-support__content {
    display: contents;
  }
  .card-support__label {
    grid-area: visual;
    z-index: 1;
    align-self: end;
    justify-self: start;
    max-width: calc(100% - 1.6rem);
    padding: 0.4rem 2.4rem 0.5rem 0.8rem;
  }
  .card-support__label .text {
    font-size: 2rem;
  }
  .card-support__label .text br {
    display: none;
  }
  .card-support__text {
    grid-area: body;
    padding: 1.2rem 0 0;
  }
  .card-support__img {
    grid-area: visual;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 598/300;
  }
  .card-proposal {
    max-width: none;
  }
  .card-proposal__body {
    flex-direction: column;
  }
  .card-merit {
    max-width: none;
  }
  .card-point {
    max-width: none;
  }
  .card-box {
    flex-direction: column;
    gap: 2.4rem;
    max-width: none;
    padding: 4.8rem 2.4rem 2.4rem;
  }
  .card-box__ribbon {
    left: -0.8rem;
  }
  .card-box__illust {
    width: 18rem;
    height: 18rem;
  }
  .card-box__links {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 96rem;
}
.flow-item__body {
  display: flex;
  gap: 5.6rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 2.4rem 4.8rem;
  background: #fffefe;
  box-sizing: border-box;
}
.flow-item__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 48rem;
}
.flow-item__badge {
  position: relative;
  flex-shrink: 0;
  width: 6.5rem;
  height: 6.5rem;
}
.flow-item__badge-shadow {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 5.7rem;
  height: 5.7rem;
  background: #f2f2f2;
  border-right: 1px solid #2c3a52;
  border-bottom: 1px solid #2c3a52;
  box-sizing: border-box;
}
.flow-item__badge-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  padding: 0.5rem 0.8rem 1.1rem;
  background: #2c3a52;
  border-right: 1px solid #2c3a52;
  border-bottom: 1px solid #2c3a52;
  color: #fffefe;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  box-sizing: border-box;
}
.flow-item__badge-main .en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.flow-item__badge-main .index {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
.flow-item__title {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.083em;
}
.flow-item__text {
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.flow-item__illust {
  flex-shrink: 0;
  width: 32.8rem;
  height: 21.3rem;
}
.flow-item__illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow-item__arrow {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 7.2rem;
  height: 4rem;
  margin-top: -1rem;
  margin-bottom: -1.6rem;
  line-height: 0;
}
.flow-item__arrow img {
  display: block;
  width: 7.2rem;
  height: 4rem;
}

.flow-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
  width: 100%;
}
.flow-nav__item {
  flex-shrink: 0;
  width: 32.8rem;
  height: 21.3rem;
}
.flow-nav__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .flow-item {
    max-width: none;
  }
  .flow-item__body {
    flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem 5%;
  }
  .flow-item__content {
    max-width: none;
  }
  .flow-item__illust {
    width: 100%;
    max-width: 32.8rem;
    margin: 0 auto;
  }
  .flow-nav {
    gap: 1.6rem;
  }
  .flow-nav__item {
    width: calc((100% - 1.6rem) / 2);
    height: auto;
    aspect-ratio: 328/213;
  }
}
.section-lead {
  position: relative;
  overflow: hidden;
  padding: 7.2rem 0 8rem;
  background: #fffefe;
}
.section-lead__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.section-lead__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0.5;
}
.section-lead__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  text-align: center;
}
.section-lead__title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.042em;
}
.section-lead__title .highlight {
  color: #c5a132;
}
.section-lead__text {
  color: #1c1b1b;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.section-lead__text p {
  margin: 0;
  text-align: center;
  letter-spacing: 0.01em;
}

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

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

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

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

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

.company-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company-info__row {
  display: flex;
  gap: 2.4rem;
  align-items: stretch;
  border-bottom: 1px solid #bebebe;
}
.company-info__row:first-child {
  border-top: 1px solid #bebebe;
}
.company-info__term {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  width: 12rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #c5af69;
  color: #2c3a52;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  box-sizing: border-box;
}
.company-info__row:first-child .company-info__term {
  border-top: 1px solid #c5af69;
}
.company-info__desc {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 1.6rem 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .company-info__row {
    gap: 1.6rem;
  }
  .company-info__term {
    width: 8rem;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .company-info__desc {
    padding: 1.2rem 0;
    font-size: 1.4rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fffefe;
}
.header__top {
  padding: 2.4rem 0;
}
.header__top-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.header__logo {
  display: block;
  flex-shrink: 0;
  width: 24rem;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__utility {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
.header__contact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
.header__hours {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.8rem;
  color: #fffefe;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  background: #c5af69;
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.header__tel-icon {
  display: flex;
  flex-shrink: 0;
  width: 4rem;
  line-height: 0;
}
.header__tel-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.header__tel-number {
  color: #1c1b1b;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.021em;
  white-space: nowrap;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header__action {
  display: block;
  flex-shrink: 0;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 0;
}
.header__action img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__action--mail {
  border-radius: 1.2rem;
}
.header__nav {
  background: #2c3a52;
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__nav-item {
  position: relative;
  flex: 1;
  max-width: 25.6rem;
  border-left: 1px solid #bebebe;
}
.header__nav-item:last-child {
  border-right: 1px solid #bebebe;
}
.header__nav-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  color: #fffefe;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav-item--has-child:hover .header__nav-dropdown, .header__nav-item--has-child:focus-within .header__nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 25.7rem;
  padding: 2.4rem 2.4rem 1.6rem;
  background: #fffefe;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header__nav-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.header__nav-dropdown-item a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: flex-start;
  padding: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav-dropdown-item .icon {
  display: flex;
  flex-shrink: 0;
  width: 0.6rem;
  line-height: 0;
}
.header__nav-dropdown-item .icon img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .header__top {
    padding: 1.2rem 0;
  }
  .header__top-layout {
    align-items: center;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    gap: 1.2rem;
  }
  .header__contact {
    display: none;
  }
  .header__actions {
    display: none;
  }
  .header__nav {
    display: none;
  }
}
.page-fv {
  position: relative;
  overflow: hidden;
  height: 31.4rem;
  background: #fffefe;
}
.page-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-fv__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-fv__bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 88.33%;
  max-width: 169.6rem;
  height: 28rem;
}
.page-fv__bg-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.page-fv__bg-navy {
  position: absolute;
  top: 3.4rem;
  right: 0;
  z-index: 1;
  height: 28rem;
}
.page-fv__bg-navy img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-fv__deco {
  position: absolute;
  top: 9.3rem;
  right: -11.4rem;
  z-index: 1;
  width: 39.8rem;
  height: 24.5rem;
}
.page-fv__deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-fv__visual {
  position: absolute;
  top: 9.8rem;
  right: 18%;
  z-index: 4;
  width: 30.8rem;
  height: 18.2rem;
  pointer-events: none;
}
.page-fv__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-fv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  transform: translate(-50%, calc(-50% - 0.6rem));
  text-align: center;
}
.page-fv__title {
  margin: 0;
  color: #fffefe;
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.page-fv__line {
  display: block;
  width: 38rem;
  max-width: 100%;
  line-height: 0;
}
.page-fv__line img {
  display: block;
  width: 100%;
  height: auto;
}
.page-fv--long .page-fv__title {
  white-space: normal;
}
.page-fv--has-visual .page-fv__visual {
  top: 11.7rem;
  right: auto;
  left: calc(50% + 25rem);
  width: 30rem;
  height: 17.6rem;
}

@media only screen and (max-width: 767px) {
  .page-fv {
    height: 20rem;
  }
  .page-fv__bg-photo {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    max-width: none;
    height: 17.6rem;
  }
  .page-fv__bg-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .page-fv__bg-navy {
    top: 2rem;
    right: 0;
    width: 80%;
    height: 15.6rem;
  }
  .page-fv__deco {
    top: 5.2rem;
    right: -6rem;
    width: 18rem;
    height: 11rem;
  }
  .page-fv__visual {
    top: auto;
    right: 1.6rem;
    bottom: 3.2rem;
    width: 12rem;
    height: 7.2rem;
  }
  .page-fv__head {
    top: 45%;
    bottom: auto;
    left: 50%;
    width: 90%;
    gap: 0.8rem;
    transform: translate(-50%, -50%);
  }
  .page-fv__title {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    white-space: normal;
  }
  .page-fv__line {
    width: 18rem;
  }
  .page-fv--long .page-fv__title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .page-fv--has-visual .page-fv__visual {
    top: 11rem;
    right: auto;
    bottom: auto;
    left: calc(50% + 8rem);
    width: 9rem;
    height: auto;
  }
  .page-fv--has-visual .page-fv__head {
    top: 52%;
  }
}
.footer-bar {
  padding: 8rem 0;
  background: #f2f2f2;
}
.footer-bar__body {
  display: flex;
  flex-direction: column;
  gap: 8.7rem;
}
.footer-bar__wrapper {
  display: flex;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
  gap: 9rem;
}
.footer-bar__wrapper--bottom {
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.8rem;
  border-top: 1px solid #1c1b1b;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex-shrink: 0;
  width: 31.6rem;
}
.footer-bar__info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer-bar__logo {
  display: block;
  width: 28.5rem;
}
.footer-bar__logo img {
  display: block;
  width: 100%;
  max-height: 8rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.footer-bar__address {
  color: #1c1b1b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.footer-bar__sns {
  display: block;
  width: 4.8rem;
}
.footer-bar__sns img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bar__nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6rem;
  max-width: 88rem;
}
.footer-bar__nav-row {
  display: flex;
  gap: 6rem;
}
.footer-bar__copyright {
  color: #1c1b1b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.footer-bar__copyright a {
  color: inherit;
  text-decoration: none;
}
.footer-bar__links {
  display: flex;
  gap: 2rem;
}
.footer-bar__link a {
  color: #1c1b1b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .footer-bar {
    padding: 5rem 0 3rem;
  }
  .footer-bar__body {
    gap: 6rem;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 0;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
  }
  .footer-bar__contents {
    align-items: center;
    width: 100%;
  }
  .footer-bar__info {
    align-items: center;
    text-align: center;
  }
  .footer-bar__logo {
    width: 23.5rem;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    text-align: center;
    white-space: normal;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #2c3a52;
  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: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  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: 12px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 160px;
}
.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;
  background: #2c3a52;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #2c3a52;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #2c3a52;
}
.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;
  margin-bottom: 100px;
}
.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;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
}
.contact-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.contact-section__bg img {
  position: absolute;
  top: -102.47%;
  left: 0;
  width: 100%;
  height: 223.89%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(133, 143, 162, 0.2);
  mix-blend-mode: multiply;
}
.contact-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.contact-section__box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  width: 100%;
  max-width: 108rem;
  padding: 5.6rem 4rem;
  background: #2c3a52;
  box-sizing: border-box;
}
.contact-section__head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  color: #fffefe;
  text-align: center;
}
.contact-section__label {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.125em;
}
.contact-section__title {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.contact-section__lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.contact-section__body {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.contact-section__phone {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.6rem;
  align-items: center;
  width: 36.1rem;
}
.contact-section__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.2rem;
  border-radius: 1.6rem;
  background: #fffefe;
  color: #2c3a52;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.contact-section__tel {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact-section__tel .icon {
  flex-shrink: 0;
  width: 4rem;
  line-height: 0;
}
.contact-section__tel .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-section__tel .number {
  color: #c5af69;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-decoration: none;
  white-space: nowrap;
}
.contact-section__hours {
  margin: 0;
  color: #fffefe;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  text-align: right;
}
.contact-section__divider {
  flex-shrink: 0;
  width: 1px;
  height: 11.2rem;
  margin-top: 4rem;
  background: rgba(255, 254, 254, 0.35);
}
.contact-section__actions {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}
.contact-section__action {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.2rem;
  justify-content: space-between;
  width: 19rem;
}
.contact-section__link {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 7.8rem;
  padding: 0.8rem;
  background: #fffefe;
  box-sizing: border-box;
  text-decoration: none;
}
.contact-section__link-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  min-width: 0;
  padding-top: 0.6rem;
}
.contact-section__link .icon {
  flex-shrink: 0;
  line-height: 0;
}
.contact-section__link .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-section__link .icon--mail {
  width: 2.6rem;
}
.contact-section__link .icon--line {
  width: 2.4rem;
}
.contact-section__link .text {
  color: #1c1b1b;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.contact-section__link .arrow {
  flex-shrink: 0;
  width: 0.6rem;
  line-height: 0;
}
.contact-section__link .arrow img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .contact-section {
    padding: 5rem 0;
  }
  .contact-section__box {
    gap: 3.2rem;
    padding: 4rem 2rem;
  }
  .contact-section__title {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .contact-section__body {
    flex-direction: column;
    gap: 3.2rem;
    align-items: center;
  }
  .contact-section__phone {
    width: 100%;
    max-width: 40rem;
  }
  .contact-section__tel .number {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .contact-section__hours {
    text-align: center;
  }
  .contact-section__divider {
    width: 100%;
    height: 1px;
    margin-top: 0;
  }
  .contact-section__actions {
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    max-width: 40rem;
  }
  .contact-section__action {
    width: 100%;
  }
}
.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 {
  position: relative;
  min-height: 88rem;
  overflow: hidden;
}
.top-fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.top-fv__bg picture {
  display: contents;
}
.top-fv__bg img {
  position: absolute;
  top: -17.1%;
  left: -8.3%;
  width: 123.28%;
  max-width: none;
  height: 179.32%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, rgba(255, 254, 254, 0) 58.75%, rgba(255, 254, 254, 0.86) 79.375%, rgba(255, 254, 254, 0.96) 89.688%, #fffefe 100%);
}
.top-fv__inner {
  position: relative;
  z-index: 1;
  padding: 12rem 0 12rem 12rem;
}
.top-fv__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.top-fv__copy {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.top-fv__head {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.top-fv__lead p {
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.2rem;
}
.top-fv__title {
  margin: 0;
}
.top-fv__title .line {
  display: block;
  background-clip: text;
  color: transparent;
  font-family: "Shippori Mincho", serif;
  font-size: 7.2rem;
  font-weight: 800;
  -webkit-background-clip: text;
}
.top-fv__title .line--1 {
  line-height: 12.2rem;
  background-image: linear-gradient(98.39deg, #1c1b1b 0.86%, #22488a 42.49%, #1c1b1b 84.12%);
  letter-spacing: -0.06rem;
}
.top-fv__title .line--2 {
  line-height: 10rem;
  background-image: linear-gradient(95.56deg, #22488a 4.32%, #1c1b1b 94.92%);
}
.top-fv__title .line--2 .dot {
  font-size: 6.4rem;
}
.top-fv__text {
  max-width: 56.8rem;
  color: #1c1b1b;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.top-fv__badges {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}
.top-fv__badge {
  flex-shrink: 0;
}
.top-fv__badge-inner {
  position: relative;
  width: 27.6rem;
  height: 17.4rem;
}
.top-fv__badge-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.top-fv__badge-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.top-fv__badge-sub {
  color: #1c1b1b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-fv__badge-main {
  text-align: center;
  color: #816a21;
  font-weight: 800;
  line-height: 1.1;
}
.top-fv__badge-main--lg {
  font-size: 3.6rem;
}
.top-fv__badge-main .num {
  font-size: 6.4rem;
  line-height: 1;
}
.top-fv__badge-main .unit {
  font-size: 1.6rem;
}
.top-fv__badge--stat .top-fv__badge-body {
  gap: 0.4rem;
}
.top-fv__badge--onestop .top-fv__badge-body, .top-fv__badge--consult .top-fv__badge-body {
  gap: 0;
}
.top-fv__badge--remote .top-fv__badge-body {
  gap: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .top-fv {
    min-height: auto;
  }
  .top-fv__inner {
    padding: 6rem 2rem;
  }
  .top-fv__badges {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-fv {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    background: #fffefe;
  }
  .top-fv__bg {
    position: relative;
    order: 1;
    z-index: 0;
    inset: auto;
    width: 100%;
    height: clamp(30rem, 133.3333333333vw, 48rem);
    margin: 0;
    overflow: hidden;
  }
  .top-fv__bg picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-fv__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    transform: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 72% 22%;
       object-position: 72% 22%;
  }
  .top-fv__gradient {
    display: block;
    background: linear-gradient(180deg, rgba(255, 254, 254, 0) 0%, rgba(255, 254, 254, 0) 62%, rgba(255, 254, 254, 0.18) 82%, rgba(255, 254, 254, 0.45) 100%);
  }
  .top-fv__inner {
    position: relative;
    order: 2;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 0;
    margin-top: clamp(-26rem, -40rem + 3.6vw, -16rem);
    padding: 2.4rem 2rem 1.6rem;
    background: transparent;
    box-sizing: border-box;
  }
  .top-fv__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }
  .top-fv__copy {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: calc(100% + 4rem);
    max-width: none;
    margin: 0 -2rem;
    padding: 0.8rem 2rem 1.2rem;
    background: linear-gradient(180deg, rgba(255, 254, 254, 0) 0%, rgba(255, 254, 254, 0.28) 12%, rgba(255, 254, 254, 0.58) 28%, rgba(255, 254, 254, 0.92) 48%, rgb(255, 254, 254) 62%, rgb(255, 254, 254) 100%);
    box-sizing: border-box;
  }
  .top-fv__head {
    gap: 1.2rem;
  }
  .top-fv__lead p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    white-space: normal;
  }
  .top-fv__title .line {
    font-size: 3.2rem;
    white-space: normal;
  }
  .top-fv__title .line--1 {
    line-height: 4.6rem;
    letter-spacing: -0.03rem;
  }
  .top-fv__title .line--2 {
    line-height: 4.2rem;
  }
  .top-fv__title .line--2 .dot {
    font-size: 2.8rem;
  }
  .top-fv__text {
    max-width: 100%;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
  }
  .top-fv__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 0.8rem;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    justify-items: stretch;
    box-sizing: border-box;
  }
  .top-fv__badge {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 0;
  }
  .top-fv__badge-inner {
    width: 100%;
    max-width: 18rem;
    aspect-ratio: 276/156;
    height: auto;
  }
  .top-fv__badge-body {
    width: 100%;
    padding: 0.4rem 0.6rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  .top-fv__badge-sub {
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.2rem, 3.4vw, 1.5rem);
    line-height: 1.3;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
  }
  .top-fv__badge-main {
    max-width: 100%;
    margin: 0;
  }
  .top-fv__badge-main--lg {
    font-size: clamp(2rem, 5.2vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
  .top-fv__badge-main .num {
    font-size: clamp(3.2rem, 9vw, 4rem);
  }
  .top-fv__badge-main .unit {
    font-size: clamp(1.2rem, 3.4vw, 1.5rem);
  }
  .top-fv__badge--onestop .top-fv__badge-main--lg {
    font-size: clamp(1.6rem, 4.4vw, 2rem);
    letter-spacing: -0.06em;
  }
  .top-fv__badge--consult .top-fv__badge-sub {
    font-size: clamp(1.1rem, 3vw, 1.35rem);
  }
  .top-fv__badge--remote .top-fv__badge-main--lg {
    font-size: clamp(1.9rem, 5vw, 2.4rem);
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .top-fv__badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.4rem 0.6rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .top-fv__badge-inner {
    max-width: none;
  }
  .top-fv__badge-sub {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
  }
  .top-fv__badge-main--lg {
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  }
  .top-fv__badge-main .num {
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  }
  .top-fv__badge-main .unit {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
  }
  .top-fv__badge--onestop .top-fv__badge-main--lg {
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  }
  .top-fv__badge--consult .top-fv__badge-sub {
    font-size: clamp(0.9rem, 1.6vw, 1.15rem);
  }
  .top-fv__badge--remote .top-fv__badge-main--lg {
    font-size: clamp(1.4rem, 2.6vw, 2rem);
  }
}
.top-results__block {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
}
.top-results__block--assessment {
  background: #fffefe;
}
.top-results__block--sale {
  background: #f2f2f2;
}
.top-results__deco {
  position: absolute;
  pointer-events: none;
}
.top-results__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.top-results__deco--assessment {
  top: -4.9rem;
  right: -0.5rem;
  width: 25rem;
}
.top-results__deco--sale {
  bottom: -0.9rem;
  left: -0.5rem;
  width: 25rem;
}
.top-results__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 7.6rem;
}
.top-results__side {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 6.4rem;
  width: 24.4rem;
}
.top-results__list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 76rem;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-results__block {
    padding: 5rem 0;
  }
  .top-results__deco {
    width: 16rem;
  }
  .top-results__deco--assessment {
    top: -2rem;
    right: -2rem;
  }
  .top-results__deco--sale {
    bottom: -2rem;
    left: -2rem;
  }
  .top-results__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
  .top-results__side {
    display: contents;
    width: 100%;
  }
  .top-results__title {
    order: 1;
  }
  .top-results__list {
    order: 2;
    width: 100%;
  }
  .top-results__button {
    order: 3;
    align-self: flex-end;
  }
}
.top-service {
  padding: 10rem 0;
  background: #fffefe;
}
.top-service__inner {
  display: flex;
  flex-direction: column;
  gap: 10.4rem;
}
.top-service__head {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  text-align: center;
}
.top-service__lead {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
.top-service__catch {
  color: #1c1b1b;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-service__catch .highlight {
  background: linear-gradient(transparent 70%, rgba(197, 175, 105, 0.8) 70%, rgba(197, 175, 105, 0.8) 84%, transparent 84%);
}
.top-service__text {
  color: #1c1b1b;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.top-service__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9.6rem min(7.9rem, 4vw);
  width: 100%;
  padding: 1.5rem 0 0 2.5rem;
  box-sizing: border-box;
}
.top-service__item {
  overflow: visible;
  min-width: 0;
}
.top-service__item.card-service {
  width: 100%;
  max-width: 37.4rem;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 5rem 0;
  }
  .top-service__inner {
    gap: 5.6rem;
  }
  .top-service__head {
    gap: 2.4rem;
  }
  .top-service__lead {
    gap: 1.6rem;
  }
  .top-service__catch {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .top-service__text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .top-service__list {
    grid-template-columns: 1fr;
    gap: 5.6rem;
    width: 100%;
    max-width: 37.4rem;
    margin: 0 auto;
    padding: 1.5rem 0 0 1.5rem;
  }
  .top-service__item.card-service {
    max-width: none;
  }
}
.top-onestop {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  background: #fffefe;
}
.top-onestop__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 192rem;
  height: 120.9rem;
  pointer-events: none;
  transform: translateX(-50%);
}
.top-onestop__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-onestop__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.top-onestop__head {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  text-align: center;
}
.top-onestop__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-onestop__catch .highlight {
  background: linear-gradient(transparent 70%, rgba(197, 175, 105, 0.8) 70%, rgba(197, 175, 105, 0.8) 84%, transparent 84%);
}
.top-onestop__content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.top-onestop__cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 11.2rem;
  align-items: center;
  width: 100%;
}
.top-onestop__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4rem 3.2rem;
  width: 100%;
}
.top-onestop__row {
  display: contents;
}
.top-onestop__item {
  width: 100%;
  min-width: 0;
}
.top-onestop__item.card-category {
  max-width: none;
}
.top-onestop__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 4.8rem;
  border: 3px solid #c5af69;
  background: #fffefe;
}
.top-onestop__logo img {
  display: block;
  width: 40.1rem;
  max-width: 100%;
  height: auto;
}
.top-onestop__bottom {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
  max-width: 108rem;
}
.top-onestop__text {
  width: 100%;
  margin: 0;
  color: #1c1b1b;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.top-onestop__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.4rem 0;
  background: #2c3a52;
  box-sizing: border-box;
}
.top-onestop__cta .text {
  margin: 0;
  color: #fffefe;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-onestop {
    padding: 5rem 0;
  }
  .top-onestop__bg {
    width: 100%;
    height: 100%;
  }
  .top-onestop__inner {
    gap: 3.2rem;
  }
  .top-onestop__head {
    gap: 2.4rem;
  }
  .top-onestop__catch {
    font-size: 2.4rem;
    text-align: center;
  }
  .top-onestop__content {
    gap: 5.6rem;
  }
  .top-onestop__cards-wrap {
    gap: 5.6rem;
  }
  .top-onestop__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .top-onestop__logo {
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
  }
  .top-onestop__logo img {
    width: 100%;
  }
  .top-onestop__bottom {
    gap: 3.2rem;
  }
  .top-onestop__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .top-onestop__cta {
    padding: 2rem 1.6rem;
  }
  .top-onestop__cta .text {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.top-reason {
  padding: 10rem 0 0;
  background: #fffefe;
}
.top-reason__inner {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
}
.top-reason__head {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
  text-align: center;
}
.top-reason__promise {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84rem;
  max-width: 100%;
}
.top-reason__promise-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  width: 100%;
}
.top-reason__catch-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.top-reason__catch {
  margin: 0;
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.0625em;
  text-align: center;
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}
.top-reason__catch-line {
  position: absolute;
  top: 5.2rem;
  left: 1.6rem;
  width: 78.2rem;
  max-width: calc(100% - 3.2rem);
  height: 1.6rem;
  line-height: 0;
  pointer-events: none;
}
.top-reason__catch-line img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-reason__title {
  margin: 0;
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
.top-reason__brand {
  position: relative;
  display: inline-block;
}
.top-reason__ruby {
  position: absolute;
  bottom: calc(100% - 1.2rem);
  left: 50%;
  z-index: 1;
  color: #1c1b1b;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.083em;
  white-space: nowrap;
  text-align: center;
  font-feature-settings: "palt" 1;
  pointer-events: none;
  transform: translateX(-50%);
}
.top-reason__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
  text-align: center;
  white-space: nowrap;
}
.top-reason__lead {
  width: 100%;
  max-width: 128rem;
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.top-reason__lead p {
  margin: 0;
  text-align: center;
}
.top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 8.3333vw;
  width: 100%;
  max-width: none;
  margin: 0;
}
.top-reason__item {
  width: 100%;
}
.top-reason__cta {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
  width: 100%;
  padding: 4.8rem 0 5.6rem;
  border: 2px solid #2c3a52;
  background: #2c3a52;
  box-sizing: border-box;
}
.top-reason__cta-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  width: 100%;
}
.top-reason__cta-title {
  margin: 0;
  color: #fffefe;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.top-reason__cta-text {
  color: #fffefe;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.top-reason__cta-text p {
  margin: 0;
  text-align: center;
}
.top-reason__cta-button.button--pattern-1--white .text {
  color: #fffefe;
}
.top-reason__cta-button.button--pattern-1--white .icon img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 5rem 0;
  }
  .top-reason__inner {
    gap: 5.6rem;
    padding: 0;
  }
  .top-reason__head {
    gap: 2.4rem;
    width: 100%;
    padding: 0 1.6rem;
    box-sizing: border-box;
  }
  .top-reason__promise {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top-reason__promise-main {
    display: contents;
  }
  .top-reason__catch-wrap {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
    box-sizing: border-box;
  }
  .top-reason__catch {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.6;
    white-space: normal;
    text-align: center;
  }
  .top-reason__catch-line {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 32rem;
    height: 1.2rem;
    transform: translateX(-50%);
  }
  .top-reason__ruby {
    margin: 0;
    bottom: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .top-reason__title {
    order: 3;
    width: 100%;
    margin: 0 0 0.8rem;
    padding-top: 1.8rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    white-space: normal;
    text-align: center;
  }
  .top-reason__sub {
    order: 4;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    white-space: normal;
    text-align: center;
  }
  .top-reason__lead {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }
  .top-reason__lead p {
    text-align: center;
  }
  .top-reason__list {
    gap: 5.6rem;
    width: 100%;
  }
  .top-reason__item {
    width: 100%;
  }
  .top-reason__cta {
    gap: 2.4rem;
    padding: 3.2rem 5% 4rem;
  }
  .top-reason__cta-title {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .top-reason__cta-text {
    font-size: 1.4rem;
  }
}
.top-company {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 12rem;
  background: #fffefe;
}
.top-company__deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 68.3rem;
  height: 71.4rem;
  pointer-events: none;
}
.top-company__deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company__inner {
  position: relative;
  z-index: 1;
}
.top-company__body {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  align-items: flex-start;
  max-width: 148rem;
}
.top-company__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4rem;
  width: 59rem;
}
.top-company__detail {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.top-company__intro {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.top-company__catch {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-company__texts {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.top-company__texts p {
  margin: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.top-company__visual {
  position: relative;
  flex-shrink: 0;
  width: 79rem;
  height: 50rem;
  overflow: hidden;
}
.top-company__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.top-company__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(255, 254, 254, 0) 61.955%, rgba(255, 254, 254, 0.72) 99.927%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .top-company {
    padding: 5rem 0 6rem;
  }
  .top-company__deco {
    display: none;
  }
  .top-company__body {
    flex-direction: column;
    gap: 3.2rem;
  }
  .top-company__content {
    width: 100%;
    gap: 2.4rem;
  }
  .top-company__detail {
    gap: 2.4rem;
  }
  .top-company__button {
    align-self: flex-end;
  }
  .top-company__intro {
    gap: 2rem;
  }
  .top-company__catch {
    font-size: 2.4rem;
  }
  .top-company__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 790/500;
  }
  .top-company__visual img {
    height: 100%;
  }
}
.top-column {
  padding: 10rem 0;
  background: #f2f2f2;
}
.top-column__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.top-column__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.top-column__list {
  display: flex;
  gap: 4rem;
  width: 100%;
}
.top-column__item {
  display: flex;
  width: calc((100% - 8rem) / 3);
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 5rem 0;
  }
  .top-column__inner {
    gap: 3.2rem;
  }
  .top-column__head {
    display: contents;
  }
  .top-column__title {
    order: 1;
  }
  .top-column__list {
    order: 2;
    flex-direction: column;
    gap: 2.4rem;
  }
  .top-column__button {
    order: 3;
    align-self: flex-end;
  }
  .top-column__item {
    width: 100%;
  }
}
.top-news {
  padding: 8rem 0;
}
.top-news__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 76rem;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 5rem 0;
  }
  .top-news__inner {
    flex-direction: column;
  }
  .top-news__list {
    width: 100%;
    margin-bottom: 3rem;
  }
  .top-news__button {
    position: static;
    align-self: flex-end;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #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: #2c3a52;
  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: #2c3a52;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

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

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

.contact-complete__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;
  }
}
.service-think {
  padding: 10rem 0;
  background: #fffefe;
}
.service-think__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.service-think__intro {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
}
.service-think__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.service-think__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service-think__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.service-think__row {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.service-think__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.service-think__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-think__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.service-think__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.service-think__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.service-think__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.service-think__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.service-think__points {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.service-think__points-list {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .service-think {
    padding: 5rem 0;
  }
  .service-think__inner {
    gap: 4.8rem;
  }
  .service-think__intro {
    gap: 3.2rem;
  }
  .service-think__title {
    font-size: 2.8rem;
  }
  .service-think__sub {
    font-size: 1.6rem;
  }
  .service-think__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .service-think__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .service-think__catch {
    font-size: 2.4rem;
  }
  .service-think__points-list {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
  }
}
.service-plan {
  padding: 10rem 0;
  background: #f2f2f2;
}
.service-plan__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.service-plan__head-block {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.service-plan__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.service-plan__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service-plan__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.service-plan__intro {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.service-plan__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.service-plan__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.service-plan__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.service-plan__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.service-plan__body {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
  width: 100%;
}
.service-plan__nav {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.service-plan__nav .button--link-card {
  flex: 1;
  max-width: 35rem;
}
.service-plan__cards {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  width: 100%;
}
.service-plan__cards .card-box[id] {
  scroll-margin-top: 20rem;
}

@media only screen and (max-width: 767px) {
  .service-plan {
    padding: 5rem 0;
  }
  .service-plan__inner {
    gap: 4.8rem;
  }
  .service-plan__head-block {
    gap: 3.2rem;
  }
  .service-plan__title {
    font-size: 2.8rem;
  }
  .service-plan__sub {
    font-size: 1.6rem;
  }
  .service-plan__intro {
    flex-direction: column;
    gap: 2.4rem;
  }
  .service-plan__catch {
    font-size: 2.4rem;
    white-space: normal;
  }
  .service-plan__body {
    gap: 4.8rem;
  }
  .service-plan__nav {
    flex-direction: column;
    gap: 1.6rem;
    align-items: stretch;
  }
  .service-plan__nav .button--link-card {
    max-width: none;
  }
  .service-plan__cards .card-box[id] {
    scroll-margin-top: 3.2rem;
  }
}
.brokerage-choice {
  padding: 10rem 0;
  background: #fffefe;
}
.brokerage-choice__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.brokerage-choice__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.brokerage-choice__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.brokerage-choice__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.brokerage-choice__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.brokerage-choice__row {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.brokerage-choice__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.brokerage-choice__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.brokerage-choice__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.brokerage-choice__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.brokerage-choice__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.brokerage-choice__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.brokerage-choice__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.brokerage-choice__merits {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.brokerage-choice__merits-list {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .brokerage-choice {
    padding: 5rem 0;
  }
  .brokerage-choice__inner {
    gap: 4.8rem;
  }
  .brokerage-choice__intro {
    gap: 3.2rem;
  }
  .brokerage-choice__title {
    font-size: 2.8rem;
  }
  .brokerage-choice__sub {
    font-size: 1.6rem;
  }
  .brokerage-choice__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .brokerage-choice__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .brokerage-choice__catch {
    font-size: 2.4rem;
  }
  .brokerage-choice__merits-list {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
    max-width: 400px;
    margin-inline: auto;
  }
}
.brokerage-support {
  padding: 10rem 0;
  background: #f2f2f2;
}
.brokerage-support__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.brokerage-support__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.brokerage-support__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.brokerage-support__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.brokerage-support__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.brokerage-support__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.brokerage-support__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.brokerage-support__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.brokerage-support__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.brokerage-support__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.brokerage-support__support {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.brokerage-support__support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 6rem;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .brokerage-support {
    padding: 5rem 0;
  }
  .brokerage-support__inner {
    gap: 4.8rem;
  }
  .brokerage-support__intro {
    gap: 3.2rem;
  }
  .brokerage-support__title {
    font-size: 2.8rem;
  }
  .brokerage-support__sub {
    font-size: 1.6rem;
  }
  .brokerage-support__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .brokerage-support__catch {
    font-size: 2.4rem;
  }
  .brokerage-support__support-list {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
  }
}
.purchase-choice {
  padding: 10rem 0;
  background: #fffefe;
}
.purchase-choice__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.purchase-choice__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.purchase-choice__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.purchase-choice__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.purchase-choice__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.purchase-choice__row {
  display: flex;
  gap: 8rem;
  align-items: center;
  width: 100%;
}
.purchase-choice__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.purchase-choice__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.purchase-choice__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.purchase-choice__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.purchase-choice__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.purchase-choice__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.purchase-choice__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.purchase-choice__merits {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.purchase-choice__merits-list {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .purchase-choice {
    padding: 5rem 0;
  }
  .purchase-choice__inner {
    gap: 4.8rem;
  }
  .purchase-choice__intro {
    gap: 3.2rem;
  }
  .purchase-choice__title {
    font-size: 2.8rem;
  }
  .purchase-choice__sub {
    font-size: 1.6rem;
  }
  .purchase-choice__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .purchase-choice__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .purchase-choice__catch {
    font-size: 2.4rem;
  }
  .purchase-choice__merits {
    max-width: 400px;
    margin-inline: auto;
  }
  .purchase-choice__merits-list {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
  }
}
.purchase-trouble {
  padding: 10rem 0;
  background: #f2f2f2;
}
.purchase-trouble__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.purchase-trouble__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.purchase-trouble__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.purchase-trouble__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.purchase-trouble__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.purchase-trouble__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.purchase-trouble__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.purchase-trouble__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.purchase-trouble__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.purchase-trouble__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.purchase-trouble__cases-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.purchase-trouble__cases-list .card-case {
  flex: 1;
  min-width: 0;
  max-width: none;
  height: auto;
}
.purchase-trouble__cases-list .card-case:first-child {
  padding-left: 0;
}
.purchase-trouble__cases-list .card-case:last-child {
  padding-right: 0;
  border-right: none;
}
.purchase-trouble__compare {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.purchase-trouble__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.purchase-trouble__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.purchase-trouble__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.purchase-trouble__compare-title {
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.purchase-trouble__compare-title .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.purchase-trouble__compare-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.purchase-trouble__compare-body p {
  margin: 0;
  letter-spacing: 0.01em;
}
.purchase-trouble__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.purchase-trouble__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  border-radius: 999px;
  background: #fffefe;
  color: #2c3a52;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .purchase-trouble {
    padding: 5rem 0;
  }
  .purchase-trouble__inner {
    gap: 4.8rem;
  }
  .purchase-trouble__intro {
    gap: 3.2rem;
  }
  .purchase-trouble__title {
    font-size: 2.8rem;
  }
  .purchase-trouble__sub {
    font-size: 1.6rem;
  }
  .purchase-trouble__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .purchase-trouble__catch {
    font-size: 2.4rem;
  }
  .purchase-trouble__cases-list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .purchase-trouble__cases-list .card-case {
    padding: 0 0 2.4rem;
    border-right: none;
    border-bottom: 1px solid #bebebe;
  }
  .purchase-trouble__cases-list .card-case:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .purchase-trouble__compare {
    flex-direction: column;
    gap: 2.4rem;
  }
  .purchase-trouble__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .purchase-trouble__compare-title {
    font-size: 2.4rem;
  }
}
.inheritance-concerns {
  padding: 10rem 0;
  background: #fffefe;
}
.inheritance-concerns__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.inheritance-concerns__intro {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
}
.inheritance-concerns__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.inheritance-concerns__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.inheritance-concerns__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.inheritance-concerns__row {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.inheritance-concerns__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.inheritance-concerns__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inheritance-concerns__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.inheritance-concerns__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.inheritance-concerns__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.inheritance-concerns__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.inheritance-concerns__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.inheritance-concerns__cases {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.inheritance-concerns__cases-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.inheritance-concerns__cases-list .card-case {
  flex: 1;
  min-width: 0;
  max-width: none;
  height: auto;
}
.inheritance-concerns__cases-list .card-case:first-child {
  padding-left: 0;
}
.inheritance-concerns__cases-list .card-case:last-child {
  padding-right: 0;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .inheritance-concerns {
    padding: 5rem 0;
  }
  .inheritance-concerns__inner {
    gap: 4.8rem;
  }
  .inheritance-concerns__intro {
    gap: 3.2rem;
  }
  .inheritance-concerns__title {
    font-size: 2.8rem;
  }
  .inheritance-concerns__sub {
    font-size: 1.6rem;
  }
  .inheritance-concerns__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .inheritance-concerns__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .inheritance-concerns__catch {
    font-size: 2.4rem;
  }
  .inheritance-concerns__cases-list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .inheritance-concerns__cases-list .card-case {
    padding: 0 0 2.4rem;
    border-right: none;
    border-bottom: 1px solid #bebebe;
  }
  .inheritance-concerns__cases-list .card-case:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.inheritance-solution {
  padding: 10rem 0;
  background: #f2f2f2;
}
.inheritance-solution__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.inheritance-solution__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.inheritance-solution__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.inheritance-solution__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.inheritance-solution__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.inheritance-solution__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.inheritance-solution__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.inheritance-solution__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.inheritance-solution__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.inheritance-solution__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.inheritance-solution__proposals {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.inheritance-solution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: 100%;
}
.inheritance-solution__list .card-proposal {
  width: calc((100% - 3.2rem) / 2);
  max-width: none;
}
.inheritance-solution__onestop {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.inheritance-solution__onestop-body {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.inheritance-solution__onestop-visual {
  flex-shrink: 0;
  width: 54.5rem;
  max-width: 50.5%;
  margin: 0;
}
.inheritance-solution__onestop-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.inheritance-solution__onestop-text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.inheritance-solution__onestop-text p {
  margin: 0;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 767px) {
  .inheritance-solution {
    padding: 5rem 0;
  }
  .inheritance-solution__inner {
    gap: 4.8rem;
  }
  .inheritance-solution__intro {
    gap: 3.2rem;
  }
  .inheritance-solution__title {
    font-size: 2.8rem;
  }
  .inheritance-solution__sub {
    font-size: 1.6rem;
  }
  .inheritance-solution__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .inheritance-solution__catch {
    font-size: 2.4rem;
  }
  .inheritance-solution__proposals {
    gap: 3.2rem;
  }
  .inheritance-solution__list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .inheritance-solution__list .card-proposal {
    width: 100%;
  }
  .inheritance-solution__onestop {
    gap: 3.2rem;
  }
  .inheritance-solution__onestop-body {
    flex-direction: column;
    gap: 2.4rem;
  }
  .inheritance-solution__onestop-visual {
    width: 100%;
    max-width: 400px;
  }
}
.vacant-concerns {
  padding: 10rem 0;
  background: #fffefe;
}
.vacant-concerns__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.vacant-concerns__intro {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
}
.vacant-concerns__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.vacant-concerns__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.vacant-concerns__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.vacant-concerns__row {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.vacant-concerns__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.vacant-concerns__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vacant-concerns__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.vacant-concerns__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.vacant-concerns__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.vacant-concerns__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.vacant-concerns__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.vacant-concerns__cases {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.vacant-concerns__cases-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.vacant-concerns__cases-list .card-case {
  flex: 1;
  min-width: 0;
  max-width: none;
  height: auto;
}
.vacant-concerns__cases-list .card-case:first-child {
  padding-left: 0;
}
.vacant-concerns__cases-list .card-case:last-child {
  padding-right: 0;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .vacant-concerns {
    padding: 5rem 0;
  }
  .vacant-concerns__inner {
    gap: 4.8rem;
  }
  .vacant-concerns__intro {
    gap: 3.2rem;
  }
  .vacant-concerns__title {
    font-size: 2.8rem;
  }
  .vacant-concerns__sub {
    font-size: 1.6rem;
  }
  .vacant-concerns__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .vacant-concerns__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .vacant-concerns__catch {
    font-size: 2.4rem;
  }
  .vacant-concerns__cases-list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .vacant-concerns__cases-list .card-case {
    padding: 0 0 2.4rem;
    border-right: none;
    border-bottom: 1px solid #bebebe;
  }
  .vacant-concerns__cases-list .card-case:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.vacant-solution {
  padding: 10rem 0;
  background: #f2f2f2;
}
.vacant-solution__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.vacant-solution__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.vacant-solution__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.vacant-solution__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.vacant-solution__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.vacant-solution__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.vacant-solution__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.vacant-solution__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.vacant-solution__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.vacant-solution__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.vacant-solution__proposals {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.vacant-solution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: 100%;
}
.vacant-solution__list .card-proposal {
  width: calc((100% - 3.2rem) / 2);
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .vacant-solution {
    padding: 5rem 0;
  }
  .vacant-solution__inner {
    gap: 4.8rem;
  }
  .vacant-solution__intro {
    gap: 3.2rem;
  }
  .vacant-solution__title {
    font-size: 2.8rem;
  }
  .vacant-solution__sub {
    font-size: 1.6rem;
  }
  .vacant-solution__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .vacant-solution__catch {
    font-size: 2.4rem;
  }
  .vacant-solution__proposals {
    gap: 3.2rem;
  }
  .vacant-solution__list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .vacant-solution__list .card-proposal {
    width: 100%;
  }
}
.voluntary-concerns {
  padding: 10rem 0;
  background: #fffefe;
}
.voluntary-concerns__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
}
.voluntary-concerns__intro {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
}
.voluntary-concerns__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.voluntary-concerns__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.voluntary-concerns__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.voluntary-concerns__row {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.voluntary-concerns__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.voluntary-concerns__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.voluntary-concerns__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.voluntary-concerns__catch {
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.voluntary-concerns__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.voluntary-concerns__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.voluntary-concerns__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.voluntary-concerns__cases-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.voluntary-concerns__cases-list .card-case {
  flex: 1;
  min-width: 0;
  max-width: none;
  height: auto;
}
.voluntary-concerns__cases-list .card-case:first-child {
  padding-left: 0;
}
.voluntary-concerns__cases-list .card-case:last-child {
  padding-right: 0;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .voluntary-concerns {
    padding: 5rem 0;
  }
  .voluntary-concerns__inner {
    gap: 4.8rem;
  }
  .voluntary-concerns__intro {
    gap: 3.2rem;
  }
  .voluntary-concerns__title {
    font-size: 2.8rem;
  }
  .voluntary-concerns__sub {
    font-size: 1.6rem;
  }
  .voluntary-concerns__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .voluntary-concerns__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .voluntary-concerns__catch {
    font-size: 2.4rem;
  }
  .voluntary-concerns__cases-list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .voluntary-concerns__cases-list .card-case {
    padding: 0 0 2.4rem;
    border-right: none;
    border-bottom: 1px solid #bebebe;
  }
  .voluntary-concerns__cases-list .card-case:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.voluntary-support {
  padding: 10rem 0;
  background: #f2f2f2;
}
.voluntary-support__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
}
.voluntary-support__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.voluntary-support__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.voluntary-support__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.voluntary-support__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.voluntary-support__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.voluntary-support__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.voluntary-support__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.voluntary-support__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.voluntary-support__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.voluntary-support__proposals {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  width: 100%;
}
.voluntary-support__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: 100%;
}
.voluntary-support__list .card-proposal {
  width: calc((100% - 3.2rem) / 2);
  max-width: none;
}
.voluntary-support__compare {
  display: flex;
  gap: 5rem;
  align-items: center;
  width: 100%;
}
.voluntary-support__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.voluntary-support__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.voluntary-support__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.voluntary-support__compare-title {
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.voluntary-support__compare-title .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.voluntary-support__compare-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.voluntary-support__compare-body p {
  margin: 0;
  letter-spacing: 0.01em;
}
.voluntary-support__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  align-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 35.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.voluntary-support__tag {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  border-radius: 999px;
  background: #fffefe;
  color: #2c3a52;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .voluntary-support {
    padding: 5rem 0;
  }
  .voluntary-support__inner {
    gap: 4.8rem;
  }
  .voluntary-support__intro {
    gap: 3.2rem;
  }
  .voluntary-support__title {
    font-size: 2.8rem;
  }
  .voluntary-support__sub {
    font-size: 1.6rem;
  }
  .voluntary-support__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .voluntary-support__catch {
    font-size: 2.4rem;
  }
  .voluntary-support__proposals {
    gap: 3.2rem;
  }
  .voluntary-support__list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .voluntary-support__list .card-proposal {
    width: 100%;
  }
  .voluntary-support__compare {
    flex-direction: column;
    gap: 2.4rem;
  }
  .voluntary-support__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 510/350;
  }
  .voluntary-support__compare-title {
    font-size: 2.4rem;
  }
  .voluntary-support__tags {
    max-width: 100%;
  }
}
.reason-promises {
  padding: 10rem 0 12rem;
  background: #fffefe;
}
.reason-promises__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
}
.reason-promises__intro {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  width: 100%;
}
.reason-promises__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.reason-promises__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.reason-promises__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.reason-promises__row {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.reason-promises__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.reason-promises__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reason-promises__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.reason-promises__catch {
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.reason-promises__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.reason-promises__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.reason-promises__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.reason-promises__promises {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .reason-promises {
    padding: 5rem 0 6rem;
  }
  .reason-promises__inner {
    gap: 4.8rem;
  }
  .reason-promises__intro {
    gap: 3.2rem;
  }
  .reason-promises__title {
    font-size: 2.8rem;
  }
  .reason-promises__sub {
    font-size: 1.6rem;
  }
  .reason-promises__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .reason-promises__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
    aspect-ratio: 510/350;
  }
  .reason-promises__catch {
    font-size: 2.4rem;
  }
  .reason-promises__promises {
    gap: 4rem;
    width: 100%;
  }
  .reason-promises__promises .heading--lv4 {
    width: 100%;
    box-sizing: border-box;
  }
}
.reason-flow {
  padding: 10rem 0;
  background: #f2f2f2;
}
.reason-flow__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
}
.reason-flow__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.reason-flow__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.reason-flow__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.reason-flow__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.reason-flow__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.reason-flow__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.reason-flow__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.reason-flow__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.reason-flow__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.reason-flow__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .reason-flow {
    padding: 5rem 0;
  }
  .reason-flow__inner {
    gap: 4.8rem;
  }
  .reason-flow__intro {
    gap: 3.2rem;
  }
  .reason-flow__title {
    font-size: 2.8rem;
  }
  .reason-flow__sub {
    font-size: 1.6rem;
  }
  .reason-flow__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .reason-flow__catch {
    font-size: 2.4rem;
  }
}
.company-about {
  padding: 10rem 0;
  background: #fffefe;
}
.company-about__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
}
.company-about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.company-about__title {
  margin: 0;
  color: #1c1b1b;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.company-about__sub {
  margin: 0;
  color: #2c3a52;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.company-about__list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  width: 100%;
}
.company-about__row {
  display: flex;
  gap: 6rem;
  align-items: center;
  width: 100%;
}
.company-about__row--reverse .company-about__visual {
  order: 2;
}
.company-about__row--reverse .company-about__content {
  order: 1;
}
.company-about__visual {
  flex-shrink: 0;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  margin: 0;
  overflow: hidden;
}
.company-about__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.company-about__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
}
.company-about__lead {
  margin: 0;
  color: #1c1b1b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.company-about__lead .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.company-about__text {
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.company-about__text p {
  margin: 0;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 767px) {
  .company-about {
    padding: 5rem 0;
  }
  .company-about__inner {
    gap: 4.8rem;
  }
  .company-about__title {
    font-size: 2.8rem;
  }
  .company-about__sub {
    font-size: 1.6rem;
  }
  .company-about__list {
    gap: 4.8rem;
  }
  .company-about__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .company-about__row--reverse .company-about__visual {
    order: 0;
  }
  .company-about__row--reverse .company-about__content {
    order: 0;
  }
  .company-about__visual {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-inline: auto;
    aspect-ratio: 510/350;
  }
  .company-about__lead {
    font-size: 2.4rem;
  }
}
.company-access {
  padding: 10rem 0;
  background: #f2f2f2;
}
.company-access__inner {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
}
.company-access__intro {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.company-access__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.company-access__title {
  margin: 0;
  color: #1c1b1b;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.company-access__sub {
  margin: 0;
  color: #2c3a52;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.083em;
}
.company-access__row {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
  width: 100%;
}
.company-access__catch {
  flex-shrink: 0;
  margin: 0;
  color: #1c1b1b;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.company-access__catch .highlight {
  background: linear-gradient(transparent 62%, rgba(197, 175, 105, 0.8) 62%, rgba(197, 175, 105, 0.8) 88%, transparent 88%);
}
.company-access__text {
  flex: 1;
  min-width: 0;
  color: #1c1b1b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.company-access__text p {
  margin: 0;
  letter-spacing: 0.01em;
}
.company-access__body {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  width: 100%;
}
.company-access__map {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 51rem;
  max-width: 47.2%;
  height: 35rem;
  background: #c4c4c4;
}
.company-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.company-access__info {
  flex: 1;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .company-access {
    padding: 5rem 0;
  }
  .company-access__inner {
    gap: 4.8rem;
  }
  .company-access__intro {
    gap: 3.2rem;
  }
  .company-access__title {
    font-size: 2.8rem;
  }
  .company-access__sub {
    font-size: 1.6rem;
  }
  .company-access__row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .company-access__catch {
    font-size: 2.4rem;
  }
  .company-access__body {
    flex-direction: column;
    gap: 3.2rem;
  }
  .company-access__map {
    width: 100%;
    max-width: none;
    height: 24rem;
  }
}/*# sourceMappingURL=style.css.map */