@charset "UTF-8";

/*---変数---*/
/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #fbfbfb;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  color: #372407;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "BIZ UDPGothic", sans-serif;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  position: relative;
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  color: #372407;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 200%;
}

span {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #372407;
  line-height: 133.333%;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.page-features .pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .page-features .pc {
    display: none !important;
  }
}

.page-features .pc-tb {
  display: block;
}

@media screen and (max-width: 640px) {
  .page-features .pc-tb {
    display: none !important;
  }
}

.page-features .tb-sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .page-features .tb-sp {
    display: block !important;
  }
}

.page-features .tb {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .page-features .tb {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .page-features .tb {
    display: none !important;
  }
}

.page-features .sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .page-features .sp {
    display: block !important;
  }
}

/*============================
.layer共通
============================*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.abel-regular {
  font-family: "Abel", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.cmn-inr {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.cmn-inr.--full {
  padding: 0;
  max-width: none;
}

.cmn-inr02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.main.layer {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .main.layer {
    margin-top: 0;
  }
}

.layer {
  background: #f6f4f2;
}

.layer * {
  font-family: "Noto Sans JP", sans-serif;
}

.layer .ttl {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 16px;
  color: #463a3d;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px),
print {
  .layer .ttl {
    font-size: 40px;
  }
}

.layer .subttl {
  font-size: 12px;
  line-height: 1;
  color: #8a7b7f;
  position: relative;
  padding-left: 13px;
}

.layer .subttl::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.layer .cmn-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 8px;
  padding-inline: 12px 20px;
  max-width: 224px;
  border: solid 1px #937c82;
  border-radius: 5px;
  text-decoration: unset;
  transition: 0.4s;
}

@media screen and (max-width: 1024px),
print {
  .layer .cmn-btn {
    padding-inline: 16px;
  }
}

.layer .cmn-btn__txt {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  letter-spacing: 0;
}

.layer .cmn-btn__txt::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.layer .cmn-btn .arrow-box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.layer .cmn-btn .arrow-box.--bg {
  background: #eae5e0;
}

.layer .cmn-btn.--model {
  padding-inline: 20px;
  background: #fff;
}

.layer .cmn-btn.--model .arrow-box {
  right: 20px;
}

@media screen and (min-width: 1025px) {
  .layer .cmn-btn:hover {
    background: #463a3d;
    color: #fff;
    transition: 0.4s;
    text-decoration: unset;
  }

  .layer .cmn-btn:hover .arrow-box {
    background: #fff;
  }
}

.layer .--color {
  color: #e85471 !important;
}

.layer .layer-head {
  padding-block: 110px 120px;
  background: url(../images/concept/bg-layer-head.png) no-repeat bottom center/cover;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head {
    padding-block: 11% 12%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-head {
    padding-block: 55px 60px;
  }
}

.layer .layer-head__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__cnt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.layer .layer-head__txt {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-head__txt {
    margin-bottom: 6px;
  }
}

.layer .layer-head__txt-st {
  color: #463a3d;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.layer .layer-head__txt-st strong {
  font-size: 2.8rem;
  line-height: 142.857%;
  /* 142.857% */
  letter-spacing: 0.112rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st strong {
    font-size: 2rem;
  }
}

.layer .layer-head__txt-st:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-head__txt-st:not(:last-child) {
    margin-bottom: 8px;
  }
}

.layer .layer-head.--concept .layer-head__cnt {
  max-width: 1140px;
}

.layer .layer-fv__ph {
  margin-left: calc((100% - 100vw) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  aspect-ratio: 1320/460;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .layer .layer-fv__ph {
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-fv__ph {
    border-radius: 0 10px 10px 0;
  }
}

.layer .layer-fv .fv-slide__item {
  padding-inline: 5px;
  height: auto;
}

.layer .layer-fv .fv-slide__ph {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/460;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .layer .layer-fv .fv-slide__ph {
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-fv .fv-slide__ph {
    border-radius: 10px;
  }
}

.layer .layer-fv .fv-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer .layer-intro {
  position: relative;
  padding-block: 120px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro {
    padding-block: 12%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro {
    padding-block: 60px;
  }
}

.layer .layer-intro__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layer .layer-intro__line-item {
  width: 30px;
  height: 30px;
}

.layer .layer-intro__line-item svg {
  width: 100%;
  height: 100%;
}

.layer .layer-intro__cnt {
  position: relative;
  margin-inline: auto;
  padding: 24px;
  width: 100%;
  max-width: 960px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__cnt {
    padding: 16px;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__cnt {
    border-radius: 5px;
  }
}

@media screen and (max-width: 340px) {
  .layer .layer-intro__cnt {
    padding: 8px;
  }
}

.layer .layer-intro__num {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #d3c8be;
  text-align: center;
  font-size: 1.6rem;
  line-height: 100%;
  /* 100% */
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__num {
    top: 24px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__num {
    top: 16px;
  }
}

.layer .layer-intro__block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-inline: auto;
  padding-block: 18px;
  width: 100%;
  max-width: 816px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__block {
    flex-direction: column;
    padding-block: 2%;
    padding-inline: 32px;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__block {
    margin-block: -8px;
    padding-block: 9px;
    padding-inline: 3.7333333333vw;
  }
}

.layer .layer-intro__info {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__info {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__info {
    text-align: center;
  }
}

.layer .layer-intro__ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__ttl {
    margin-bottom: 16px;
  }
}

.layer .layer-intro__ttl-st {
  color: #463a3d;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.112rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__ttl-st {
    font-size: 2rem;
  }
}

@media screen and (max-width: 340px) {
  .layer .layer-intro__ttl-st {
    font-size: 1.7rem;
  }
}

.layer .layer-intro__catch {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__catch {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__catch {
    margin-bottom: 8px;
  }
}

.layer .layer-intro__catch-st {
  color: #463a3d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__catch-st {
    font-size: 1.6rem;
  }
}

.layer .layer-intro__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__txt-st {
    font-size: 1.4rem;
  }
}

.layer .layer-intro__ph {
  width: 363px;
  aspect-ratio: 363/236;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__ph {
    width: 100%;
  }
}

.layer .layer-intro .intro-slide__item {
  padding-inline: 1px;
  height: auto;
}

.layer .layer-intro .intro-slide__ph {
  width: 100%;
  height: 100%;
  aspect-ratio: 380/460;
  overflow: hidden;
}

.layer .layer-intro .intro-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer .layer-intro.--concept .layer-intro__ph {
  width: calc(50% - 24px);
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--concept .layer-intro__ph {
    width: 100%;
  }
}

.layer .layer-intro.--features01 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features01 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features01 .layer-intro__block {
    padding-block: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features01 .layer-intro__ph {
    margin-inline: auto 0;
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features01 .layer-intro__ph {
    width: 95%;
    max-width: 350px;
  }
}

.layer .layer-intro.--features02 {
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features02 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features02 {
    padding-bottom: 40px;
  }
}

.layer .layer-intro.--features02 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features02 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features02 .layer-intro__block {
    padding-block: 13px;
  }
}

.layer .layer-intro.--features02 .layer-intro__info {
  text-align: center;
}

.layer .layer-intro.--features03 {
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features03 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features03 {
    padding-bottom: 40px;
  }
}

.layer .layer-intro.--features03 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features03 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features03 .layer-intro__block {
    padding-block: 13px;
  }
}

.layer .layer-intro.--features03 .layer-intro__info {
  text-align: center;
}

.layer .layer-intro.--features04 {
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features04 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features04 {
    padding-bottom: 40px;
  }
}

.layer .layer-intro.--features04 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features04 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features04 .layer-intro__block {
    padding-block: 13px;
  }
}

.layer .layer-intro.--features04 .layer-intro__info {
  text-align: center;
}

/*============================
.ft-menu
============================*/
.ft-menu {
  width: 100%;
  padding-block: 80px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .ft-menu {
    padding-block: 8%;
  }
}

@media screen and (max-width: 768px),
print {
  .ft-menu {
    padding-block: 40px;
  }
}

.ft-menu_list {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .ft-menu_list {
    flex-wrap: wrap;
  }
}

.ft-menu_list-item {
  width: calc((100% - 16px) / 3);
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .ft-menu_list-item {
    width: calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 450px),
print {
  .ft-menu_list-item {
    width: 100%;
  }
}

.ft-menu_list-item-link {
  position: relative;
  padding: 18px 32px 24px;
  border-radius: 10px;
  background-color: #e85471;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.3s;
  text-decoration: unset;
}

@media screen and (max-width: 768px),
print {
  .ft-menu_list-item-link {
    padding: 16px;
  }
}

.ft-menu_list-item-link_ttl {
  font-size: 40px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px),
print {
  .ft-menu_list-item-link_ttl {
    font-size: 28px;
  }
}

.ft-menu_list-item-link_subttl {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: relative;
  padding-left: 13px;
}

.ft-menu_list-item-link_subttl::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ft-menu_list-item-link_arrow {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media screen and (max-width: 768px),
print {
  .ft-menu_list-item-link_arrow {
    right: 16px;
  }
}

.ft-menu_list-item-link_arrow>div {
  width: 100%;
  height: 100%;
  background-image: url(../images/index/ft-menu_list-item-link_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -10px;
  transition: all 0.3s;
}

.ft-menu_list-item-link:hover {
  opacity: 0.8;
  transition: all 0.3s;
  text-decoration: unset;
}

.ft-menu_list-item-link:hover .ft-menu_list-item-link_arrow>div {
  background-position: 12px;
  transition: all 0.3s;
}

.ft-menu.--concept {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .ft-menu.--concept {
    padding-top: 6%;
  }
}

@media screen and (max-width: 640px) {
  .ft-menu.--concept {
    padding-top: 30px;
  }
}

/*============================
.page-concept
============================*/
.page-concept .page-concept-cnt {
  position: relative;
  padding-block: 40px 120px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt {
    padding-block: 4% 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt {
    padding-block: 20px 60px;
  }
}

.page-concept .page-concept-cnt::before {
  content: "";
  position: absolute;
  top: -426px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/878;
  background: url(../images/concept/bg-concept-cnt.png) no-repeat top center/cover;
}

.page-concept .page-concept-cnt__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__head {
    flex-direction: column;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__head {
    margin-bottom: 25px;
  }
}

.page-concept .page-concept-cnt__ttl {
  width: calc(52% - 24px);
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__ttl {
    width: 100%;
  }
}

.page-concept .page-concept-cnt__ttl-st {
  color: #000;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
  /* 150% */
  letter-spacing: 0.128rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__ttl-st {
    font-size: 2.4rem;
  }
}

.page-concept .page-concept-cnt__ttl-st span {
  color: #463a3d;
}

.page-concept .page-concept-cnt__txt {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__txt {
    width: 100%;
  }
}

.page-concept .page-concept-cnt__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__txt-st {
    font-size: 1.4rem;
  }
}

.page-concept .page-concept-cnt__list {
  position: relative;
  margin-bottom: 120px;
  margin-inline: auto;
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list {
    margin-bottom: 60px;
  }
}

.page-concept .page-concept-cnt__list::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 60%;
  width: 531px;
  aspect-ratio: 531/542.232;
  background: url(../images/concept/bg-pink.png) no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list::before {
    left: 50%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list::before {
    left: 30%;
  }
}

.page-concept .page-concept-cnt__list-item {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 460px;
  height: 89px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f9f7f4;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  color: #463a3d;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  /* 100% */
  letter-spacing: 0.072rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item {
    padding: 2%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item {
    padding: 8px 10px;
    border-radius: 5px;
  }
}

.page-concept .page-concept-cnt__list-item:nth-child(1) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item:nth-child(1) {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item:nth-child(1) {
    margin-bottom: 5px;
  }
}

.page-concept .page-concept-cnt__list-item:nth-child(2) {
  margin-bottom: 10px;
  margin-left: 200px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item:nth-child(2) {
    margin-bottom: 1%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item:nth-child(2) {
    margin-bottom: 5px;
    margin-left: 5%;
  }
}

.page-concept .page-concept-cnt__list-item:nth-child(3) {
  margin-left: 400px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item:nth-child(3) {
    margin-left: 20%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item:nth-child(3) {
    margin-left: 10%;
  }
}

.page-concept .page-concept-cnt__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 81px;
  aspect-ratio: 27/25;
  background: url(../images/concept/icon-home.png) no-repeat center center/cover;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item::before {
    width: 50px;
  }
}

.page-concept .page-concept-cnt__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__block {
    flex-direction: column;
  }
}

.page-concept .page-concept-cnt__info {
  width: 438px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info {
    width: 100%;
  }
}

.page-concept .page-concept-cnt__info-ttl {
  margin-bottom: 48px;
  width: 100%;
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  /* 166.667% */
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info-ttl {
    margin-bottom: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__info-ttl {
    margin-bottom: 24px;
  }
}

.page-concept .page-concept-cnt__info-txt {
  width: 100%;
}

.page-concept .page-concept-cnt__info-txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info-txt-st {
    font-size: 1.4rem;
  }
}

.page-concept .page-concept-cnt__info-txt-st:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info-txt-st:not(:last-child) {
    margin-bottom: 4px;
  }
}

.page-concept .page-concept-cnt__ph {
  position: relative;
  margin-right: calc((100% - 100vw) / 2);
  width: calc(100% - 492px + (100vw - 100%) / 2);
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__ph {
    width: calc(100% + (100vw - 100%) / 2);
  }
}

.page-concept .page-concept-cnt__ph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 150px;
  height: 100%;
  background: linear-gradient(270deg, rgba(246, 244, 242, 0) 0%, #f6f4f2 100%);
  z-index: 1;
}

.page-concept .page-concept-cnt .concept-slide__item {
  padding-inline: 8px;
}

.page-concept .page-concept-cnt .concept-slide__ph {
  height: 380px;
  aspect-ratio: 3/2;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt .concept-slide__ph {
    border-radius: 5px;
  }
}

.page-concept .page-concept-cnt .slick-list {
  padding: 0 17.5% 0 0 !important;
}

.page-concept .page-concept-features {
  padding-block: 120px 32px;
  background: url(../images/concept/bg-features.png) no-repeat top center/cover;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features {
    padding-block: 12% 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features {
    padding-block: 60px 16px;
  }
}

.page-concept .page-concept-features__ttl-main {
  margin-bottom: 16px;
  color: #463a3d;
  text-align: center;
  font-size: 4rem;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features__ttl-main {
    margin-bottom: 2%;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features__ttl-main {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
}

.page-concept .page-concept-features__ttl-sub {
  color: #463a3d;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features__ttl-sub {
    font-size: 1.6rem;
  }
}

.page-concept .page-concept-features .feature-anchor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-block: 85px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor {
    flex-direction: column;
    padding-block: 9%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor {
    padding-block: 40px;
  }
}

.page-concept .page-concept-features .feature-anchor__info {
  width: 468px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor__info {
    width: 100%;
  }
}

.page-concept .page-concept-features .feature-anchor__item:not(:last-child) {
  margin-bottom: 4px;
}

.page-concept .page-concept-features .feature-anchor__item-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  padding: 24px 45px 32px 24px;
  border-radius: 10px;
  transition: 0.4s;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor__item-link {
    padding-block: 16px;
    padding-left: 24px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-link {
    padding: 12px 40px 12px 12px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .page-concept .page-concept-features .feature-anchor__item-link:hover {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  }

  .page-concept .page-concept-features .feature-anchor__item-link:hover .feature-anchor__item-arw {
    background: #d3c8be;
  }

  .page-concept .page-concept-features .feature-anchor__item-link:hover .feature-anchor__item-arw svg path {
    fill: #fff;
    transition: 0.4s;
  }
}

.page-concept .page-concept-features .feature-anchor__item-ph {
  width: 100px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-ph {
    width: 60px;
  }
}

.page-concept .page-concept-features .feature-anchor__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-concept .page-concept-features .feature-anchor__item-info {
  flex: 1;
}

.page-concept .page-concept-features .feature-anchor__item-num {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 12px;
  color: #727171;
  font-size: 1.2rem;
  line-height: 133.333%;
  /* 133.333% */
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-num {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

.page-concept .page-concept-features .feature-anchor__item-num::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-concept .page-concept-features .feature-anchor__item-ttl {
  display: block;
  margin-bottom: 8px;
  color: #463a3d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-ttl {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}

.page-concept .page-concept-features .feature-anchor__item-txt {
  display: block;
  color: #463a3d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor__item-txt {
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-txt {
    font-size: 1.2rem;
  }
}

.page-concept .page-concept-features .feature-anchor__item-arw {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #eae5e0;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-arw {
    right: 12px;
  }
}

.page-concept .page-concept-features .feature-anchor__item-arw svg path {
  transition: 0.4s;
}

.page-concept .page-concept-features .feature-anchor__ph {
  width: calc(100% - 468px - 24px);
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__ph {
    border-radius: 5px;
  }
}

.page-concept .bg-brown {
  background: url(../images/concept/bg-brown.png) no-repeat top center/cover;
}

.page-concept .page-concept-message {
  padding-block: 160px 100px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message {
    padding-block: 16% 10%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message {
    padding-block: 80px 50px;
  }
}

.page-concept .page-concept-message__ph {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__ph {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message__ph {
    margin-bottom: 40px;
  }
}

.page-concept .page-concept-message .message-slide__item {
  padding-inline: 8px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message .message-slide__item {
    padding-inline: 4px;
  }
}

.page-concept .page-concept-message .message-slide__ph {
  width: 100%;
  height: 100%;
  aspect-ratio: 300/200;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message .message-slide__ph {
    border-radius: 5px;
  }
}

.page-concept .page-concept-message .message-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-concept .page-concept-message__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__cnt {
    flex-direction: column;
  }
}

.page-concept .page-concept-message__ttl-st {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__ttl-st {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message__ttl-st {
    font-size: 2.2rem;
  }
}

.page-concept .page-concept-message__txt-st {
  color: #fff;
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__txt-st {
    font-size: 1.4rem;
  }
}

.page-concept .page-concept-message__txt-st strong {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__txt-st strong {
    font-size: 1.6rem;
  }
}

.page-concept .page-concept-message__txt-st:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__txt-st:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message__txt-st:not(:last-child) {
    margin-bottom: 6px;
  }
}

/*============================
.page-features
============================*/
.page-features .sec-ttl {
  margin-bottom: 4px;
  color: #463a3d;
  font-size: 4rem;
  line-height: 100%;
  /* 100% */
  text-transform: uppercase;
}

@media screen and (max-width: 1024px),
print {
  .page-features .sec-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features .sec-ttl {
    margin-bottom: 2px;
    font-size: 2rem;
  }
}

.page-features .sec-subttl {
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  line-height: 1;
  color: #8a7b7f;
}

.page-features .sec-subttl::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .page-features-model {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-model {
    padding-bottom: 40px;
  }
}

.page-features .page-features-model::before {
  content: "";
  position: absolute;
  right: 0;
  top: -80px;
  display: block;
  width: 960px;
  height: 618px;
  background: #e4dcd4;
  border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model::before {
    content: none;
  }
}

.page-features .page-features-model__cnt {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 56px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__cnt {
    flex-direction: column-reverse;
  }
}

.page-features .page-features-model__gallery {
  width: calc(100% - 304px - 56px);
  max-width: 720px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__gallery {
    width: 100%;
    max-width: none;
  }
}

.page-features .page-features-model__gallery .model-slide__main {
  margin-bottom: 8px;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  aspect-ratio: 3/2;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__gallery .model-slide__main {
    border-radius: 10px;
  }
}

.page-features .page-features-model__gallery .model-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-features .page-features-model__gallery .model-slide__thumb-ph {
  padding-inline: 4px;
  border-radius: 10px;
  aspect-ratio: 3/2;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__gallery .model-slide__thumb-ph {
    border-radius: 5px;
  }
}

.page-features .page-features-model__gallery .model-slide__thumb-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-features .page-features-model__gallery .slick-prev:before,
.page-features .page-features-model__gallery .slick-next:before {
  display: none;
}

.page-features .page-features-model__info {
  position: relative;
  width: 304px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__info {
    padding: 30px 20px;
    width: 100%;
    background: #e4dcd4;
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-model__info {
    border-radius: 10px;
  }
}

.page-features .page-features-model__ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-model__ttl {
    margin-bottom: 20px;
  }
}

.page-features .page-features-model__catch {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__catch {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-model__catch {
    margin-bottom: 15px;
  }
}

.page-features .page-features-model__catch-st {
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 133.333%;
  /* 133.333% */
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__catch-st {
    font-size: 2rem;
  }
}

.page-features .page-features-model__txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__txt {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-model__txt {
    margin-bottom: 15px;
  }
}

.page-features .page-features-model__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-model__txt-st {
    font-size: 1.4rem;
  }
}

.page-features .page-features-anchor {
  position: relative;
  padding-block: 80px;
  background: #edeae7;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-anchor {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-anchor {
    padding-bottom: 40px;
  }
}

.page-features .page-features-anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16.5%;
  aspect-ratio: 1/1;
  background: url(../images/features01/bg-anchor-img01.png) no-repeat center center/cover;
}

@media screen and (max-width: 640px) {
  .page-features .page-features-anchor::before {
    width: 30%;
  }
}

.page-features .page-features-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24.5%;
  aspect-ratio: 352/305;
  background: url(../images/features01/bg-anchor-img02.png) no-repeat center center/cover;
}

@media screen and (max-width: 640px) {
  .page-features .page-features-anchor::after {
    width: 45%;
  }
}

.page-features .page-features-anchor .anchor-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .page-features .page-features-anchor .anchor-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.page-features .page-features-anchor .anchor-list__item {
  position: relative;
  width: calc((100% - 48px) / 4);
  max-width: 228px;
  height: auto;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .page-features .page-features-anchor .anchor-list__item {
    width: calc((100% - 8px) / 2);
  }
}

.page-features .page-features-anchor .anchor-list .item-box {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-anchor .anchor-list .item-box {
    border-radius: 10px;
  }
}

.page-features .page-features-anchor .anchor-list .item-box__link {
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .page-features .page-features-anchor .anchor-list .item-box__link:hover {
    opacity: 0.7;
  }
}

.page-features .page-features-anchor .anchor-list .item-box__num {
  position: absolute;
  z-index: 2;
  top: 100px;
  right: 20px;
  color: #463a3d;
  text-align: right;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-anchor .anchor-list .item-box__num {
    font-size: 4rem;
  }
}

.page-features .page-features-anchor .anchor-list .item-box__ph {
  width: 100%;
  height: 128px;
}

.page-features .page-features-anchor .anchor-list .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-features .page-features-anchor .anchor-list .item-box__ph img:hover {
  opacity: 1;
}

.page-features .page-features-anchor .anchor-list .item-box__cnt {
  padding: 24px 28px 18px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-anchor .anchor-list .item-box__cnt {
    padding: 16px 6%;
  }
}

.page-features .page-features-anchor .anchor-list .item-box__label {
  position: relative;
  margin-bottom: 8px;
  padding-left: 13px;
  color: #727171;
  font-size: 1.2rem;
  line-height: 133.333%;
  /* 133.333% */
  text-transform: uppercase;
}

.page-features .page-features-anchor .anchor-list .item-box__label::before {
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features .page-features-anchor .anchor-list .item-box__txt {
  margin-bottom: 16px;
  color: #463a3d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-anchor .anchor-list .item-box__txt {
    font-size: 1.6rem;
  }
}

.page-features .page-features-banner {
  position: relative;
  z-index: 1;
}

.page-features .page-features-banner__link {
  position: relative;
  display: block;
}

.page-features .page-features-banner__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 359px;
  aspect-ratio: 359/358.2;
  background: url(../images/features01/bg-banner-img01.png) no-repeat center center/cover;
  z-index: -1;
}

.page-features .page-features-banner__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner__link::after {
    opacity: 0.4;
  }
}

@media screen and (min-width: 1025px) {
  .page-features .page-features-banner__link:hover .cmn-btn {
    background: #463a3d;
    color: #fff;
    transition: 0.4s;
    text-decoration: unset;
  }

  .page-features .page-features-banner__link:hover .arrow-box {
    background: #fff;
  }
}

.page-features .page-features-banner__ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-banner__ttl {
    margin-bottom: 12px;
  }
}

.page-features .page-features-banner__ttl-st {
  color: #463a3d;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 142.857%;
  /* 142.857% */
  letter-spacing: 0.112rem;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner__ttl-st {
    font-size: 2rem;
  }
}

.page-features .page-features-banner__txt {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner__txt {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-banner__txt {
    margin-bottom: 12px;
  }
}

.page-features .page-features-banner__txt-st {
  color: #463a3d;
  font-size: 1.4rem;
  line-height: 2.4rem;
  /* 171.429% */
}

.page-features .page-features-banner.--features01 .page-features-banner__link {
  padding-block: 63px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner.--features01 .page-features-banner__link {
    padding-block: 7%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-banner.--features01 .page-features-banner__link {
    padding-block: 32px;
  }
}

.page-features .page-features-banner.--features01 .page-features-banner__link::after {
  background: url(../images/features01/bg-banner.jpg) no-repeat center right/cover;
}

.page-features .page-features-banner.--features02 .page-features-banner__link {
  padding-block: 50px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner.--features02 .page-features-banner__link {
    padding-block: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-banner.--features02 .page-features-banner__link {
    padding-block: 25px;
  }
}

.page-features .page-features-banner.--features02 .page-features-banner__link::after {
  background: url(../images/features02/bg-banner.jpg) no-repeat center right/cover;
}

.page-features .page-features-banner.--features03 .page-features-banner__link {
  padding-block: 64px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner.--features03 .page-features-banner__link {
    padding-block: 7%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-banner.--features03 .page-features-banner__link {
    padding-block: 32px;
  }
}

.page-features .page-features-banner.--features03 .page-features-banner__link::after {
  background: url(../images/features03/bg-banner.jpg) no-repeat center right/cover;
}

.page-features .page-features-banner.--features04 .page-features-banner__link {
  padding-block: 64px;
}

@media screen and (max-width: 1024px) {
  .page-features .page-features-banner.--features04 .page-features-banner__link {
    padding-block: 7%;
  }
}

@media screen and (max-width: 640px) {
  .page-features .page-features-banner.--features04 .page-features-banner__link {
    padding-block: 32px;
  }
}

.page-features .page-features-banner.--features04 .page-features-banner__link::after {
  background: url(../images/features04/bg-banner.jpg) no-repeat center right/cover;
}

.page-features01 .page-features01-block010 {
  position: relative;
}

.page-features01 .page-features01-block010::before {
  content: "";
  position: absolute;
  top: -375px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/878;
  background: url(../images/concept/bg-concept-cnt.png) no-repeat top center/cover;
}

.page-features01 .page-features01-block010__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__head {
    margin-bottom: 25px;
  }
}

.page-features01 .page-features01-block010__ttl {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.page-features01 .page-features01-block010__ttl-st {
  position: relative;
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features01 .page-features01-block010__ttl-st::before,
.page-features01 .page-features01-block010__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features01 .page-features01-block010__ttl-st::before {
  left: 100%;
}

.page-features01 .page-features01-block010__ttl-st::after {
  right: 100%;
}

.page-features01 .page-features01-block010__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 55px;
  margin-inline: auto;
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__list {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__list {
    gap: 8px;
    margin-bottom: 25px;
  }
}

.page-features01 .page-features01-block010__list-item {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__list-item {
    width: calc((100% - 16px) / 3);
  }
}

.page-features01 .page-features01-block010__list-ph {
  margin-bottom: 16px;
  width: 100%;
  aspect-ratio: 300/200;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__list-ph {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__list-ph {
    margin-bottom: 8px;
    border-radius: 5px;
  }
}

.page-features01 .page-features01-block010__list-txt {
  color: #463a3d;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__list-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__list-txt {
    font-size: 1.4rem;
  }
}

.page-features01 .page-features01-block010__box {
  display: flex;
  margin-bottom: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 960px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__box {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__box {
    margin-bottom: 20px;
    border-radius: 5px;
  }
}

.page-features01 .page-features01-block010__box-txt {
  color: #463a3d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__box-txt {
    font-size: 1.4rem;
  }
}

.page-features01 .page-features01-block010__layout {
  padding-bottom: 80px;
  border-bottom: 1px solid #d3c8be;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block010__layout {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010__layout {
    padding-bottom: 40px;
  }
}

.page-features01 .page-features01-block010 .layout-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
  margin-inline: auto;
  max-width: 960px;
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010 .layout-list {
    flex-direction: column;
  }
}

.page-features01 .page-features01-block010 .layout-list__item {
  width: calc((100% - 32px - 48px) / 2);
  max-width: 440px;
  aspect-ratio: 440/293;
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010 .layout-list__item {
    width: 100%;
  }
}

.page-features01 .page-features01-block010 .layout-list__arw {
  width: 32px;
  aspect-ratio: 5/3;
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block010 .layout-list__arw {
    transform: rotate(90deg);
  }
}

.page-features01 .page-features01-block020 {
  padding-block: 120px 80px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block020 {
    padding-block: 12% 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block020 {
    padding-block: 60px 40px;
  }
}

.page-features01 .page-features01-block020__cnt {
  margin-inline: auto;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
}

.page-features01 .page-features01-block020__ph {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block020__ph {
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block020__ph {
    border-radius: 10px;
  }
}

.page-features01 .page-features01-block030__cnt {
  display: flex;
  margin-inline: auto;
  width: 100%;
  max-width: 960px;
  padding: 80px 16px;
  align-items: center;
  border-radius: 30px;
  background: url(../images/features01/bg-architect.jpg) no-repeat center center/cover;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030__cnt {
    padding-block: 8%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block030__cnt {
    padding-block: 40px;
    border-radius: 10px;
  }
}

.page-features01 .page-features01-block030 .architect-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px 100px;
  margin-inline: auto;
  max-width: 800px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box {
    flex-direction: column;
  }
}

.page-features01 .page-features01-block030 .architect-box__info {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__info {
    width: 100%;
  }
}

.page-features01 .page-features01-block030 .architect-box__ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block030 .architect-box__ttl {
    margin-bottom: 12px;
  }
}

.page-features01 .page-features01-block030 .architect-box__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__txt-st {
    font-size: 1.4rem;
  }
}

.page-features01 .page-features01-block030 .architect-box__txt-st:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__txt-st:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block030 .architect-box__txt-st:not(:last-child) {
    margin-bottom: 8px;
  }
}

.page-features01 .page-features01-block030 .architect-box__ph {
  width: calc(53% - 100px);
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__ph {
    margin-inline: auto 0;
    width: 100%;
    max-width: 300px;
  }
}

.page-features01 .page-features01-block030 .architect-box__ph img {
  border-radius: 7.5px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block030 .architect-box__ph img {
    border-radius: 5px;
  }
}

.page-features01 .page-features01-block030 .architect-box__name {
  margin-top: 16px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__name {
    margin-top: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block030 .architect-box__name {
    margin-top: 8px;
  }
}

.page-features01 .page-features01-block030 .architect-box__name-st {
  color: var(--463A3D, #463a3d);
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__name-st {
    font-size: 1.6rem;
  }
}

.page-features01 .page-features01-block030 .architect-box__name-post span {
  position: relative;
  padding-left: 13px;
  color: #8a7b7f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  /* 100% */
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block030 .architect-box__name-post span {
    font-size: 1.4rem;
  }
}

.page-features01 .page-features01-block030 .architect-box__name-post span::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-features01 .page-features01-block030 .architect-box__bgtxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 960/90;
}

.page-features01 .page-features01-block040 {
  padding-block: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 {
    padding-block: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040 {
    padding-block: 60px;
  }
}

.page-features01 .page-features01-block040__head {
  margin-bottom: 54px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040__head {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040__head {
    margin-bottom: 25px;
  }
}

.page-features01 .page-features01-block040 .interview-list__item {
  padding: 56px 80px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__item {
    padding: 6% 8%;
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040 .interview-list__item {
    padding: 24px 16px;
    border-radius: 10px;
  }
}

.page-features01 .page-features01-block040 .interview-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__item:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040 .interview-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.page-features01 .page-features01-block040 .interview-list__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  transition: 0.4s;
}

.page-features01 .page-features01-block040 .interview-list__head.selected .interview-list__arw::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.page-features01 .page-features01-block040 .interview-list__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  flex: 1;
}

.page-features01 .page-features01-block040 .interview-list__ttl-num {
  color: #a19182;
  font-size: 1.6rem;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__ttl-num {
    font-size: 1.4rem;
  }
}

.page-features01 .page-features01-block040 .interview-list__ttl-st {
  flex: 1;
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__ttl-st {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040 .interview-list__ttl-st {
    font-size: 1.6rem;
  }
}

.page-features01 .page-features01-block040 .interview-list__arw {
  position: relative;
  width: 20px;
  height: 20px;
}

.page-features01 .page-features01-block040 .interview-list__arw::before,
.page-features01 .page-features01-block040 .interview-list__arw::after {
  background: #a19182;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 1em;
}

.page-features01 .page-features01-block040 .interview-list__arw::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}

.page-features01 .page-features01-block040 .interview-list__cnt {
  display: none;
  position: relative;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__cnt {
    padding-top: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040 .interview-list__cnt {
    padding-top: 20px;
  }
}

.page-features01 .page-features01-block040 .interview-list__quest {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #a19182;
  color: #463a3d;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__quest {
    margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block040 .interview-list__quest {
    margin-bottom: 12px;
    padding-bottom: 12px;
    line-height: 133.333%;
  }
}

.page-features01 .page-features01-block040 .interview-list__ans {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block040 .interview-list__ans {
    font-size: 1.4rem;
  }
}

.page-features01 .page-features01-block050 {
  padding-bottom: 200px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block050 {
    padding-bottom: 60px;
  }
}

.page-features01 .page-features01-block050__head {
  margin-bottom: 54px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__head {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block050__head {
    margin-bottom: 27px;
  }
}

.page-features01 .page-features01-block050__ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block050__ttl {
    margin-bottom: 12px;
  }
}

.page-features01 .page-features01-block050__ttl-st {
  color: #463a3d;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.112rem;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__ttl-st {
    font-size: 2rem;
  }
}

.page-features01 .page-features01-block050__txt-st {
  color: #463a3d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block050__txt-st {
    text-align: left;
  }
}

.page-features01 .page-features01-block050__cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px 16px;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__cnt {
    flex-direction: column;
  }
}

.page-features01 .page-features01-block050__icon {
  width: 32%;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__icon {
    margin-inline: auto;
    width: 100%;
    max-width: 300px;
  }
}

.page-features01 .page-features01-block050__icon .icon-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4px;
}

.page-features01 .page-features01-block050__icon .icon-list__item {
  width: calc((100% - 4px) / 2);
  aspect-ratio: 38/37;
}

.page-features01 .page-features01-block050__box {
  flex: 1;
  width: 100%;
  max-width: 960px;
  height: 100%;
}

.page-features01 .page-features01-block050__box .block05-box {
  position: relative;
  margin-inline: auto;
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block050__box .block05-box {
    border-radius: 5px;
  }
}

.page-features01 .page-features01-block050__box .block05-box__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-features01 .page-features01-block050__box .block05-box__info {
  margin-inline: auto;
  max-width: 507px;
  width: calc(100% - 32px);
}

.page-features01 .page-features01-block050__box .block05-box__ttl {
  margin-bottom: 24px;
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 133.333%;
  /* 133.333% */
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__box .block05-box__ttl {
    margin-bottom: 3%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features01 .page-features01-block050__box .block05-box__ttl {
    margin-bottom: 12px;
  }
}

.page-features01 .page-features01-block050__box .block05-box__txt {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features01 .page-features01-block050__box .block05-box__txt {
    font-size: 1.4rem;
  }
}

.page-features02 .page-features02-block010 {
  position: relative;
  padding-block: 40px 120px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010 {
    padding-block: 4% 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010 {
    padding-block: 20px 60px;
  }
}

.page-features02 .page-features02-block010::before {
  content: "";
  position: absolute;
  top: -340px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/878;
  background: url(../images/concept/bg-concept-cnt.png) no-repeat top center/cover;
}

.page-features02 .page-features02-block010__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010__block {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010__block {
    gap: 24px;
  }
}

.page-features02 .page-features02-block010__info {
  width: 438px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010__info {
    width: 100%;
  }
}

.page-features02 .page-features02-block010__info-ttl {
  margin-bottom: 48px;
  width: 100%;
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  /* 166.667% */
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010__info-ttl {
    margin-bottom: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010__info-ttl {
    margin-bottom: 24px;
  }
}

.page-features02 .page-features02-block010__info-txt {
  width: 100%;
}

.page-features02 .page-features02-block010__info-txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010__info-txt-st {
    font-size: 1.4rem;
  }
}

.page-features02 .page-features02-block010__info-txt-st:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010__info-txt-st:not(:last-child) {
    margin-bottom: 4px;
  }
}

.page-features02 .page-features02-block010__ph {
  position: relative;
  margin-right: calc((100% - 100vw) / 2);
  width: calc(100% - 492px + (100vw - 100%) / 2);
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010__ph {
    width: calc(100% + (100vw - 100%) / 2);
  }
}

.page-features02 .page-features02-block010 .features-slide {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block010 .features-slide {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010 .features-slide {
    margin-bottom: 20px;
  }
}

.page-features02 .page-features02-block010 .features-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 150px;
  height: 100%;
  background: linear-gradient(270deg, rgba(246, 244, 242, 0) 0%, #f6f4f2 100%);
  z-index: 1;
}

.page-features02 .page-features02-block010 .features-slide__item {
  padding-inline: 8px;
}

.page-features02 .page-features02-block010 .features-slide__ph {
  height: 380px;
  aspect-ratio: 3/2;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010 .features-slide__ph {
    border-radius: 5px;
  }
}

.page-features02 .page-features02-block010 .slick-list {
  padding: 0 17.5% 0 0 !important;
}

.page-features02 .page-features02-block010 .anchor-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px 24px;
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010 .anchor-list {
    flex-direction: column;
  }
}

.page-features02 .page-features02-block010 .anchor-list__item {
  width: calc((100% - 24px) / 2);
  max-width: 223px;
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block010 .anchor-list__item {
    width: 100%;
  }
}

.page-features02 .page-features02-block020 {
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020 {
    padding-bottom: 60px;
  }
}

.page-features02 .page-features02-block020__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__head {
    margin-bottom: 25px;
  }
}

.page-features02 .page-features02-block020__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__ttl {
    margin-bottom: 20px;
  }
}

.page-features02 .page-features02-block020__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features02 .page-features02-block020__ttl-st::before,
.page-features02 .page-features02-block020__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features02 .page-features02-block020__ttl-st::before {
  left: 100%;
}

.page-features02 .page-features02-block020__ttl-st::after {
  right: 100%;
}

.page-features02 .page-features02-block020__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__txt-st {
    text-align: left;
  }
}

.page-features02 .page-features02-block020 .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-inline: auto;
  max-width: 90%;
}

.page-features02 .page-features02-block020 .icon-list__item {
  width: calc((100% - 8px) / 3);
  max-width: 152px;
  aspect-ratio: 38/37;
}

.page-features02 .page-features02-block020__box {
  margin-top: -80px;
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__box {
    margin-top: -40px;
    margin-top: -10.6666666667vw;
  }
}

.page-features02 .page-features02-block020__box .cost-box {
  margin-inline: auto;
  max-width: 960px;
  padding-block: 134px 50px;
  padding-inline: 40px;
  border-radius: 10px;
  border: 1px solid #eee6df;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__box .cost-box {
    padding-inline: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__box .cost-box {
    padding-block: 17.3333333333vw 25px;
    padding-inline: 20px;
    border-radius: 5px;
  }
}

.page-features02 .page-features02-block020__box .cost-box__ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__box .cost-box__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__box .cost-box__ttl {
    margin-bottom: 12px;
  }
}

.page-features02 .page-features02-block020__box .cost-box__ttl-st {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #463a3d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__box .cost-box__ttl-st {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block020__box .cost-box__ttl-st small {
  font-size: 1.6rem;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__box .cost-box__ttl-st small {
    font-size: 1.4rem;
  }
}

.page-features02 .page-features02-block020__box .cost-box__ph {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block020__box .cost-box__ph {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__box .cost-box__ph {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.page-features02 .page-features02-block020__box .cost-box__ph-item {
  width: calc((100% - 10px) / 2);
  max-width: 320px;
  aspect-ratio: 320/213;
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__box .cost-box__ph-item {
    width: 100%;
    max-width: none;
  }
}

.page-features02 .page-features02-block020__box .cost-box__txt-st {
  color: #777;
  text-align: center;
  font-size: 1.4rem;
  line-height: 171.429%;
  /* 171.429% */
}

.page-features02 .page-features02-block020__box .cost-box__txt-st strong {
  color: #e85471;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block020__box .cost-box__txt-st strong {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block020__box .cost-box__txt-st:not(:last-child) {
  margin-bottom: 4px;
}

.page-features02 .page-features02-block030 {
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030 {
    padding-bottom: 60px;
  }
}

.page-features02 .page-features02-block030__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__head {
    margin-bottom: 25px;
  }
}

.page-features02 .page-features02-block030__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__ttl {
    margin-bottom: 20px;
  }
}

.page-features02 .page-features02-block030__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features02 .page-features02-block030__ttl-st::before,
.page-features02 .page-features02-block030__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features02 .page-features02-block030__ttl-st::before {
  left: 100%;
}

.page-features02 .page-features02-block030__ttl-st::after {
  right: 100%;
}

.page-features02 .page-features02-block030__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__txt-st {
    font-size: 1.4rem;
  }
}

.page-features02 .page-features02-block030__icon {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__icon {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__icon {
    margin-bottom: 24px;
  }
}

.page-features02 .page-features02-block030 .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030 .icon-list {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030 .icon-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.page-features02 .page-features02-block030 .icon-list__item {
  width: calc((100% - 60px) / 3);
  max-width: 300px;
  aspect-ratio: 300/270;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030 .icon-list__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030 .icon-list__item {
    width: calc((100% - 10px) / 2);
  }
}

.page-features02 .page-features02-block030__box .cost-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 36px;
  margin-bottom: 48px;
  margin-inline: auto;
  max-width: 960px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #eee6df;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box {
    flex-direction: column;
    margin-bottom: 5%;
    padding: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .cost-box {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 5px;
  }
}

.page-features02 .page-features02-block030__box .cost-box__info {
  width: 408px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box__info {
    width: 100%;
  }
}

.page-features02 .page-features02-block030__box .cost-box__ttl {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3c8be;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box__ttl {
    margin-bottom: 12px;
  }
}

.page-features02 .page-features02-block030__box .cost-box__ttl-st {
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box__ttl-st {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block030__box .cost-box__txt-st {
  color: #777;
  text-align: center;
  font-size: 1.4rem;
  line-height: 171.429%;
  /* 171.429% */
}

.page-features02 .page-features02-block030__box .cost-box__txt-st strong {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .cost-box__txt-st strong {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block030__box .cost-box__txt-st:not(:last-child) {
  margin-bottom: 4px;
}

.page-features02 .page-features02-block030__box .cost-box__txt-st.--bg {
  display: flex;
  margin-block: 16px 12px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-inline: auto;
  max-width: 408px;
  border-radius: 10px;
  background: #f1f1f1;
  color: #463a3d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .cost-box__txt-st.--bg {
    gap: 8px;
    padding-inline: 8px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .cost-box__txt-st.--bg span:not(.--equal) {
    writing-mode: vertical-rl;
  }
}

.page-features02 .page-features02-block030__box .cost-box__txt-st.--large {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box__txt-st.--large {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block030__box .cost-box__ph {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex: 1;
  max-width: 404px;
  aspect-ratio: 404/408;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .cost-box__ph {
    width: 100%;
    max-width: none;
  }
}

.page-features02 .page-features02-block030__box .note-box {
  margin-inline: auto;
  padding-block: 8px 22px;
  padding-inline: 16px;
  max-width: 960px;
  border-radius: 10px;
  border: 1px solid #eee6df;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .note-box {
    border-radius: 5px;
  }
}

.page-features02 .page-features02-block030__box .note-box__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-features02 .page-features02-block030__box .note-box__line-item {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.page-features02 .page-features02-block030__box .note-box__line-item svg {
  width: 100%;
  height: 100%;
}

.page-features02 .page-features02-block030__box .note-box__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 18px 4px;
  padding-inline: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__inr {
    flex-direction: column;
    padding-inline: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .note-box__inr {
    padding-inline: 16;
  }
}

.page-features02 .page-features02-block030__box .note-box__info {
  width: 478px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__info {
    width: 100%;
  }
}

.page-features02 .page-features02-block030__box .note-box__ttl {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__ttl {
    margin-bottom: 12px;
  }
}

.page-features02 .page-features02-block030__box .note-box__ttl-st {
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 133.333%;
  /* 133.333% */
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__ttl-st {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block030__box .note-box__ttl-st {
    font-size: 1.8rem;
  }
}

.page-features02 .page-features02-block030__box .note-box__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__txt-st {
    font-size: 1.4rem;
  }
}

.page-features02 .page-features02-block030__box .note-box__ph {
  flex: 1;
  max-width: 330px;
  aspect-ratio: 3/2;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block030__box .note-box__ph {
    width: 100%;
    max-width: none;
  }
}

.page-features02 .page-features02-block040 {
  padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040 {
    padding-bottom: 15%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040 {
    padding-bottom: 75px;
  }
}

.page-features02 .page-features02-block040__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__head {
    margin-bottom: 24px;
  }
}

.page-features02 .page-features02-block040__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__ttl {
    margin-bottom: 20px;
  }
}

.page-features02 .page-features02-block040__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features02 .page-features02-block040__ttl-st::before,
.page-features02 .page-features02-block040__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features02 .page-features02-block040__ttl-st::before {
  left: 100%;
}

.page-features02 .page-features02-block040__ttl-st::after {
  right: 100%;
}

.page-features02 .page-features02-block040__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__txt-st {
    font-size: 1.4rem;
  }
}

.page-features02 .page-features02-block040__icon {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__icon {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__icon {
    margin-bottom: 24px;
  }
}

.page-features02 .page-features02-block040 .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040 .icon-list {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040 .icon-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.page-features02 .page-features02-block040 .icon-list__item {
  width: calc((100% - 60px) / 3);
  max-width: 300px;
  aspect-ratio: 300/298;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040 .icon-list__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040 .icon-list__item {
    width: calc((100% - 10px) / 2);
  }
}

.page-features02 .page-features02-block040__box .cost-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 36px;
  margin-bottom: 48px;
  margin-inline: auto;
  max-width: 960px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #eee6df;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__box .cost-box {
    flex-direction: column;
    margin-bottom: 5%;
    padding: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__box .cost-box {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 5px;
  }
}

.page-features02 .page-features02-block040__box .cost-box__info {
  width: 312px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__box .cost-box__info {
    width: 100%;
  }
}

.page-features02 .page-features02-block040__box .cost-box__ttl {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d3c8be;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__box .cost-box__ttl {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__box .cost-box__ttl {
    margin-bottom: 15px;
  }
}

.page-features02 .page-features02-block040__box .cost-box__ttl-st {
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__box .cost-box__ttl-st {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block040__box .cost-box__txt-st {
  color: #777;
  text-align: center;
  font-size: 1.4rem;
  line-height: 171.429%;
  /* 171.429% */
}

.page-features02 .page-features02-block040__box .cost-box__txt-st strong {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 640px) {
  .page-features02 .page-features02-block040__box .cost-box__txt-st strong {
    font-size: 1.6rem;
  }
}

.page-features02 .page-features02-block040__box .cost-box__ph {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex: 1;
  max-width: 532px;
}

@media screen and (max-width: 1024px) {
  .page-features02 .page-features02-block040__box .cost-box__ph {
    width: 100%;
    max-width: none;
  }
}

.page-features03 .page-features03-block010 {
  position: relative;
  padding-block: 40px 120px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010 {
    padding-block: 4% 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010 {
    padding-block: 20px 60px;
  }
}

.page-features03 .page-features03-block010::before {
  content: "";
  position: absolute;
  top: -340px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/878;
  background: url(../images/concept/bg-concept-cnt.png) no-repeat top center/cover;
}

.page-features03 .page-features03-block010__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__head {
    margin-bottom: 24px;
  }
}

.page-features03 .page-features03-block010__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__ttl {
    margin-bottom: 20px;
  }
}

.page-features03 .page-features03-block010__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features03 .page-features03-block010__ttl-st::before,
.page-features03 .page-features03-block010__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features03 .page-features03-block010__ttl-st::before {
  left: 100%;
}

.page-features03 .page-features03-block010__ttl-st::after {
  right: 100%;
}

.page-features03 .page-features03-block010__box {
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__box {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__box {
    margin-bottom: 27px;
  }
}

.page-features03 .page-features03-block010__box .note-box {
  margin-inline: auto;
  padding-block: 8px 22px;
  padding-inline: 16px;
  max-width: 960px;
  border-radius: 10px;
  border: 1px solid #eee6df;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__box .note-box {
    border-radius: 5px;
  }
}

.page-features03 .page-features03-block010__box .note-box__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-features03 .page-features03-block010__box .note-box__line-item {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.page-features03 .page-features03-block010__box .note-box__line-item svg {
  width: 100%;
  height: 100%;
}

.page-features03 .page-features03-block010__box .note-box__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 16px 4px;
  padding-inline: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__box .note-box__inr {
    flex-direction: column;
    padding-inline: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__box .note-box__inr {
    padding-inline: 16;
  }
}

.page-features03 .page-features03-block010__box .note-box__info {
  width: 361px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__box .note-box__info {
    width: 100%;
  }
}

.page-features03 .page-features03-block010__box .note-box__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__box .note-box__txt-st {
    font-size: 1.4rem;
  }
}

.page-features03 .page-features03-block010__box .note-box__txt-st:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__box .note-box__txt-st:not(:last-child) {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block010__box .note-box__txt-st:not(:last-child) {
    margin-bottom: 16px;
  }
}

.page-features03 .page-features03-block010__box .note-box__ph {
  flex: 1;
  max-width: 448px;
  aspect-ratio: 448/273;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block010__box .note-box__ph {
    width: 100%;
    max-width: none;
  }
}

.page-features03 .page-features03-block010__anchor a {
  margin-inline: auto;
}

.page-features03 .page-features03-block020 {
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020 {
    padding-bottom: 60px;
  }
}

.page-features03 .page-features03-block020__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020__head {
    margin-bottom: 24px;
  }
}

.page-features03 .page-features03-block020__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020__ttl {
    margin-bottom: 20px;
  }
}

.page-features03 .page-features03-block020__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features03 .page-features03-block020__ttl-st::before,
.page-features03 .page-features03-block020__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features03 .page-features03-block020__ttl-st::before {
  left: 100%;
}

.page-features03 .page-features03-block020__ttl-st::after {
  right: 100%;
}

.page-features03 .page-features03-block020__txt-st {
  color: #463a3d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020__txt-st {
    text-align: left;
  }
}

.page-features03 .page-features03-block020__icon {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020__icon {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020__icon {
    margin-bottom: 24px;
  }
}

.page-features03 .page-features03-block020 .icon-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 30px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020 .icon-list {
    gap: 16px 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020 .icon-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.page-features03 .page-features03-block020 .icon-list__item {
  width: calc((100% - 60px) / 3);
  max-width: 300px;
  aspect-ratio: 300/192;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020 .icon-list__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020 .icon-list__item {
    width: calc((100% - 10px) / 2);
  }
}

.page-features03 .page-features03-block020__box .note-box {
  margin-inline: auto;
  padding-left: 25px;
  max-width: 1010px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block020__box .note-box {
    padding-left: 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block020__box .note-box {
    padding-left: 12px;
  }
}

.page-features03 .page-features03-block030 {
  padding-bottom: 72px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030 {
    padding-bottom: 36px;
  }
}

.page-features03 .page-features03-block030__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030__head {
    margin-bottom: 24px;
  }
}

.page-features03 .page-features03-block030__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030__ttl {
    margin-bottom: 20px;
  }
}

.page-features03 .page-features03-block030__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features03 .page-features03-block030__ttl-st::before,
.page-features03 .page-features03-block030__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features03 .page-features03-block030__ttl-st::before {
  left: 100%;
}

.page-features03 .page-features03-block030__ttl-st::after {
  right: 100%;
}

.page-features03 .page-features03-block030__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030__txt-st {
    text-align: left;
  }
}

.page-features03 .page-features03-block030__icon {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030__icon {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030__icon {
    margin-bottom: 24px;
  }
}

.page-features03 .page-features03-block030 .icon-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030 .icon-list {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030 .icon-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.page-features03 .page-features03-block030 .icon-list__item {
  width: calc((100% - 60px) / 3);
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030 .icon-list__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030 .icon-list__item {
    width: calc((100% - 10px) / 2);
  }
}

.page-features03 .page-features03-block030 .icon-list__item-ph {
  margin-bottom: 15px;
  aspect-ratio: 300/220;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030 .icon-list__item-ph {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030 .icon-list__item-ph {
    margin-bottom: 8px;
  }
}

.page-features03 .page-features03-block030 .icon-list__item-txt {
  color: #463a3d;
  text-align: center;
  font-size: 1.6rem;
  line-height: 150%;
  /* 150% */
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block030 .icon-list__item-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block030 .icon-list__item-txt {
    font-size: 1.2rem;
  }
}

.page-features03 .page-features03-block040 {
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block040 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block040 {
    padding-bottom: 60px;
  }
}

.page-features03 .page-features03-block040__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block040__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block040__head {
    margin-bottom: 24px;
  }
}

.page-features03 .page-features03-block040__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block040__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block040__ttl {
    margin-bottom: 20px;
  }
}

.page-features03 .page-features03-block040__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block040__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block040__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features03 .page-features03-block040__ttl-st::before,
.page-features03 .page-features03-block040__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features03 .page-features03-block040__ttl-st::before {
  left: 100%;
}

.page-features03 .page-features03-block040__ttl-st::after {
  right: 100%;
}

.page-features03 .page-features03-block040__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features03 .page-features03-block040__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features03 .page-features03-block040__txt-st {
    text-align: left;
  }
}

.page-features03 .page-features03-block040__box .map-box {
  margin-inline: auto;
  max-width: 960px;
}

.page-features03 .page-features03-block040__box .map-box__ph {
  aspect-ratio: 16/9;
}

.page-features04 .page-features04-block010 {
  position: relative;
  padding-block: 40px 72px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010 {
    padding-block: 4% 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010 {
    padding-block: 20px 36px;
  }
}

.page-features04 .page-features04-block010::before {
  content: "";
  position: absolute;
  top: -315px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/878;
  background: url(../images/concept/bg-concept-cnt.png) no-repeat top center/cover;
}

.page-features04 .page-features04-block010__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010__head {
    margin-bottom: 24px;
  }
}

.page-features04 .page-features04-block010__ttl {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010__ttl {
    margin-bottom: 20px;
  }
}

.page-features04 .page-features04-block010__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features04 .page-features04-block010__ttl-st::before,
.page-features04 .page-features04-block010__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features04 .page-features04-block010__ttl-st::before {
  left: 100%;
}

.page-features04 .page-features04-block010__ttl-st::after {
  right: 100%;
}

.page-features04 .page-features04-block010__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010__txt-st {
    text-align: left;
  }
}

.page-features04 .page-features04-block010__gallery {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010__gallery {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010__gallery {
    margin-bottom: 24px;
  }
}

.page-features04 .page-features04-block010 .gallery-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 30px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010 .gallery-list {
    gap: 16px 20px;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010 .gallery-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.page-features04 .page-features04-block010 .gallery-list__item {
  width: calc((100% - 60px) / 3);
  max-width: 300px;
  aspect-ratio: 300/200;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block010 .gallery-list__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block010 .gallery-list__item {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
}

.page-features04 .page-features04-block020 {
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020 {
    padding-bottom: 60px;
  }
}

.page-features04 .page-features04-block020__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__head {
    margin-bottom: 24px;
  }
}

.page-features04 .page-features04-block020__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__ttl {
    margin-bottom: 20px;
  }
}

.page-features04 .page-features04-block020__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features04 .page-features04-block020__ttl-st::before,
.page-features04 .page-features04-block020__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features04 .page-features04-block020__ttl-st::before {
  left: 100%;
}

.page-features04 .page-features04-block020__ttl-st::after {
  right: 100%;
}

.page-features04 .page-features04-block020__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__txt-st {
    text-align: left;
  }
}

.page-features04 .page-features04-block020__anchor-list {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__anchor-list {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__anchor-list {
    margin-bottom: 16px;
  }
}

.page-features04 .page-features04-block020__anchor .anchor-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__anchor .anchor-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.page-features04 .page-features04-block020__anchor .anchor-list__item {
  position: relative;
  width: calc((100% - 48px) / 4);
  max-width: 228px;
  height: auto;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__anchor .anchor-list__item {
    width: calc((100% - 8px) / 2);
  }
}

.page-features04 .page-features04-block020__anchor .anchor-list .item-box {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box {
    border-radius: 10px;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box {
    border-radius: 5px;
  }
}

.page-features04 .page-features04-block020__anchor .anchor-list .item-box__link {
  transition: 0.4s;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box__link:hover {
    opacity: 0.7;
  }
}

.page-features04 .page-features04-block020__anchor .anchor-list .item-box__ph {
  width: 100%;
  height: 128px;
}

.page-features04 .page-features04-block020__anchor .anchor-list .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-features04 .page-features04-block020__anchor .anchor-list .item-box__cnt {
  padding: 24px 28px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box__cnt {
    padding: 16px 6%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box__cnt {
    padding-inline: 8px;
  }
}

.page-features04 .page-features04-block020__anchor .anchor-list .item-box__txt {
  color: #463a3d;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block020__anchor .anchor-list .item-box__txt {
    font-size: 1.4rem;
  }
}

.page-features04 .page-features04-block020__anchor-btn a {
  margin-inline: auto;
}

.page-features04 .page-features04-block030 {
  padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block030 {
    padding-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block030 {
    padding-bottom: 60px;
  }
}

.page-features04 .page-features04-block030__head {
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block030__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block030__head {
    margin-bottom: 24px;
  }
}

.page-features04 .page-features04-block030__ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block030__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block030__ttl {
    margin-bottom: 20px;
  }
}

.page-features04 .page-features04-block030__ttl-st {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  color: #463a3d;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.096rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block030__ttl-st {
    padding-inline: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block030__ttl-st {
    padding-inline: 8px;
    font-size: 1.8rem;
  }
}

.page-features04 .page-features04-block030__ttl-st::before,
.page-features04 .page-features04-block030__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #d3c8be;
}

.page-features04 .page-features04-block030__ttl-st::before {
  left: 100%;
}

.page-features04 .page-features04-block030__ttl-st::after {
  right: 100%;
}

.page-features04 .page-features04-block030__txt-st {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block030__txt-st {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block030__txt-st {
    text-align: left;
  }
}

.page-features04 .page-features04-block030__txt-st:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .page-features04 .page-features04-block030__txt-st:not(:last-child) {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-features04 .page-features04-block030__txt-st:not(:last-child) {
    margin-bottom: 16px;
  }
}

.page-features04 .page-features04-block030 .block03-box {
  margin-inline: auto;
  max-width: 960px;
}

.page-features04 .page-features04-block030 .block03-box__ph {
  width: 100%;
  aspect-ratio: 960/300;
}