@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-lower-mv｜下層MV共通部分
	-------------------------------------------------------------------------- */
.l-lower-mv {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lower-mv {
    padding: 0 50px;
  }
}
.l-lower-mv-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 110px;
}
@media screen and (min-width: 768px) {
  .l-lower-mv-inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-mv-inner {
    padding-top: 130px;
  }
}

.l-lower-ttl-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-ttl-wrap {
    width: 300px;
    height: 280px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-ttl-wrap {
    height: 380px;
  }
}
.l-lower-ttl {
  font-size: 2.6rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 1000px) {
  .l-lower-ttl {
    font-size: 3.5rem;
  }
}
.l-lower-ttl-us {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 1000px) {
  .l-lower-ttl-us {
    font-size: 1.5rem;
  }
}
.l-lower-mv-img-pc {
  display: none;
  width: 430px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-mv-img-pc {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-mv-img-pc {
    width: 670px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-mv-img-pc {
    width: 860px;
  }
}

.l-lower-mv-img-box-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-mv-img-box-sp {
    display: none;
  }
}
.l-lower-mv .l-fv-copyright {
  height: 420px;
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-mv .l-fv-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* -----------------------------------------------------------------------------
	l-lower-btn｜下層の共通部分ボタンエリア
	-------------------------------------------------------------------------- */
.l-lower-btn {
  background-color: #FAF8F0;
  padding: 40px 0 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-btn {
    padding: 50px 0 135px;
  }
}
.l-lower-btn-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  gap: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-btn-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 75px;
  }
}
.l-lower-btn-box {
  margin: 0 auto;
  width: 330px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-lower-btn-box {
    width: 390px;
    height: 390px;
  }
}
.l-lower-btn-box-inner {
  width: 330px;
  height: 220px;
  background-color: #fff;
  border-radius: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-btn-box-inner {
    width: 390px;
    height: 260px;
  }
}
.l-lower-btn-flow-box {
  position: relative;
}

.l-lower-btn-flow-box > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-lower-btn-flow-box img {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 57%;
  height: 57%;
  z-index: 2;
}

.l-lower-btn-flow-box .l-lower-btn-box-inner {
  position: relative;
  overflow: hidden;
}

.l-lower-btn-flow-box .l-lower-btn-box-inner::before,
.l-lower-btn-flow-box .l-lower-btn-box-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-lower-btn-flow-box .l-lower-btn-box-inner::before,
  .l-lower-btn-flow-box .l-lower-btn-box-inner::after {
    background-color: #00B255;
  }
}
.l-lower-btn-flow-box .l-lower-btn-box-inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.l-lower-btn-flow-box .l-lower-btn-box-inner::after {
  top: 0;
  right: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: height 0.1s 0.1s linear;
  transition: height 0.1s 0.1s linear;
}

.l-lower-btn-flow-box:hover .l-lower-btn-box-inner::before,
.l-lower-btn-flow-box:hover .l-lower-btn-box-inner::after {
  height: 100%;
}

.l-lower-btn-flow-box:hover .l-lower-btn-box-inner::before {
  -webkit-transition: height 0.1s 0.1s linear;
  transition: height 0.1s 0.1s linear;
}

.l-lower-btn-flow-box:hover .l-lower-btn-box-inner::after {
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.l-lower-btn-contact-box {
  position: relative;
}

.l-lower-btn-contact-box > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-lower-btn-contact-box img {
  position: absolute;
  top: 3%;
  left: 20%;
  width: 53%;
  height: 53%;
  z-index: 2;
}

.l-lower-btn-contact-box .l-lower-btn-box-inner {
  position: relative;
  overflow: hidden;
}

.l-lower-btn-contact-box .l-lower-btn-box-inner::before,
.l-lower-btn-contact-box .l-lower-btn-box-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-lower-btn-contact-box .l-lower-btn-box-inner::before,
  .l-lower-btn-contact-box .l-lower-btn-box-inner::after {
    background-color: #C89655;
  }
}
.l-lower-btn-contact-box .l-lower-btn-box-inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.l-lower-btn-contact-box .l-lower-btn-box-inner::after {
  top: 0;
  right: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: height 0.1s 0.1s linear;
  transition: height 0.1s 0.1s linear;
}

.l-lower-btn-contact-box:hover .l-lower-btn-box-inner::before,
.l-lower-btn-contact-box:hover .l-lower-btn-box-inner::after {
  height: 100%;
}

.l-lower-btn-contact-box:hover .l-lower-btn-box-inner::before {
  -webkit-transition: height 0.1s 0.1s linear;
  transition: height 0.1s 0.1s linear;
}

.l-lower-btn-contact-box:hover .l-lower-btn-box-inner::after {
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.l-lower-btn-box-detail {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
}

.l-lower-btn-box-detail p {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.l-lower-btn-box-detail > a {
  position: relative;
  display: inline-block;
  width: 145px;
  font-size: 1.1rem;
  line-height: 2.4;
  color: #323232;
  letter-spacing: 0.05em;
  border: 1px solid #BABBBB;
  border-radius: 14px;
}

/* -----------------------------------------------------------------------------
	l-lower-company｜スライダー
	-------------------------------------------------------------------------- */
.l-lower-company-profile-gallery-wrap {
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-gallery-wrap {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-profile-gallery-wrap {
    max-width: 900px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 80px 0;
  }
}
.l-lower-company-profile-gallery-box {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-profile-gallery-box {
    max-width: 420px;
  }
}
.l-lower-company-profile-gallery-box:first-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-company-profile-gallery-box:first-of-type {
    margin-bottom: 0;
  }
}
.l-lower-company-profile-gallery-box-ttl {
  font-size: 1.5rem;
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

.swiper-container-main,
.swiper-container-main02 {
  margin-bottom: 20px;
}

.thumbnail-item {
  position: relative;
  overflow: hidden;
}

.thumbnail-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 白のマスク（例） */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* マスクの変化をアニメーション化 */
}

.swiper-container-thumbnail .swiper-slide.thumbnail-item.swiper-slide-active::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* マスクの変化をアニメーション化 */
}

.swiper-container-thumbnail02 .swiper-slide.thumbnail-item.swiper-slide-active::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* マスクの変化をアニメーション化 */
}

/* クリック時のスタイル */
.thumbnail-item.clicked::before {
  background-color: transparent; /* マスクを透明にする */
}

.swiper-container-thumbnail .swiper-wrapper,
.swiper-container-thumbnail02 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px 4%;
}
@media screen and (min-width: 1000px) {
  .swiper-container-thumbnail .swiper-wrapper,
  .swiper-container-thumbnail02 .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
  }
}
.swiper-container-thumbnail .swiper-wrapper .swiper-slide.thumbnail-item,
.swiper-container-thumbnail02 .swiper-wrapper .swiper-slide.thumbnail-item {
  width: 48% !important;
}
@media screen and (min-width: 1000px) {
  .swiper-container-thumbnail .swiper-wrapper .swiper-slide.thumbnail-item,
  .swiper-container-thumbnail02 .swiper-wrapper .swiper-slide.thumbnail-item {
    max-width: 96px;
  }
}
/* -----------------------------------------------------------------------------
	l-lower-company
	-------------------------------------------------------------------------- */
.l-lower-company-about {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-about {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
.l-lower-company-about-inner {
  position: relative;
}

.l-lower-company-about-contents {
  position: relative;
  max-width: 860px;
  padding: 0 30px 250px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-contents {
    padding: 0 30px;
  }
}
.l-lower-company-about-contents .m-cmn-lower-big-txt {
  margin-bottom: 40px;
}

.l-lower-company-about-contents p {
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  line-height: 1.86;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-contents p {
    font-size: 1.5rem;
  }
}
.l-lower-company-about-contents p:last-of-type {
  margin-bottom: 0;
}

.l-lower-company-right-img {
  display: none;
  width: 300px;
  height: 400px;
  position: absolute;
  right: -50px;
  top: 130px;
  border-radius: 36px 0 0 36px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-company-right-img {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-right-img {
    right: 0;
  }
}
.l-lower-company-about-deco01 {
  width: 160px;
  height: 200px;
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-deco01 {
    right: 90px;
    bottom: 150px;
  }
}
.l-lower-company-about-deco02 {
  width: 50px;
  height: 109px;
  position: absolute;
  left: 40px;
  right: auto;
  bottom: -10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-company-about-deco02 {
    left: auto;
    bottom: 50px;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-company-about-deco02 {
    right: -10px;
  }
}
.l-lower-company-bnr {
  padding: 60px 30px;
  background-color: #fff;
}

.l-lower-company-bnr-inner {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lower-company-bnr-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-company-bnr-img-box {
  width: 178px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-bnr-img-box {
    margin-bottom: 0;
  }
}
.l-lower-company-bnr-txt-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-company-bnr-txt-box {
    width: calc(100% - 178px);
    padding-left: 45px;
  }
}
.l-lower-company-bnr-txt-head {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: #C89655;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-bnr-txt-head {
    font-size: 2rem;
  }
}
.l-lower-company-bnr-txt-desc {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.l-lower-company-profile {
  padding: 80px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile {
    padding: 160px 20px;
  }
}
.l-lower-company-profile-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-company-profile-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-ttl-wrap {
    margin-bottom: 50px;
  }
}
.l-lower-company-profile-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
}
.l-lower-company-profile-item::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.l-lower-company-profile-item:last-of-type::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-company-profile-item dt {
  width: 180px;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.3em;
  padding: 0 10px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-item dt {
    margin-bottom: 0;
  }
}
.l-lower-company-profile-item dd {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "TsukuGoPr5-R";
  letter-spacing: 0.3em;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-item dd {
    width: calc(100% - 180px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-company-profile-item dd p:first-of-type {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-item dd p:first-of-type {
    margin-bottom: 20px;
  }
}
/* -----------------------------------------------------------------------------
	l-lower-company-access
	-------------------------------------------------------------------------- */
.l-lower-company-access {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access {
    margin-bottom: 160px;
  }
}
.l-lower-company-access-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-company-access-ttl-wrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-ttl-wrap {
    margin-bottom: 30px;
  }
}
.l-lower-company-access-desc {
  text-align: left;
  margin-bottom: 35px;
  padding: 0 30px;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 480px) {
  .l-lower-company-access-desc {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-desc {
    margin-bottom: 50px;
  }
}
.l-lower-company-access-map {
  position: relative;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-access-map {
    height: 380px;
  }
}
.l-lower-company-access-map iframe {
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------------------
	l-lower-company-history
	-------------------------------------------------------------------------- */
.l-lower-company-history {
  padding: 0 50px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history {
    margin-bottom: 160px;
  }
}
.l-lower-company-history-inner {
  max-width: 570px;
  margin: 0 auto;
}
.l-lower-company-history-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-ttl-wrap {
    margin-bottom: 50px;
  }
}
.l-lower-company-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-company-history-item:nth-of-type(7) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-item:nth-of-type(7) {
    margin-bottom: 70px;
  }
}
.l-lower-company-history-item:nth-of-type(7) dd {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-item:nth-of-type(7) dd {
    margin-bottom: -40px;
  }
}
.l-lower-company-history-item:last-of-type {
  margin-bottom: 0;
}

.l-lower-company-history-item dt {
  position: relative;
  width: 260px;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-item dt {
    text-align: left;
    margin-bottom: 0;
  }
}
.l-lower-company-history-item dt::before {
  display: none;
  background: radial-gradient(circle farthest-side, #00B255, #00B255 50%, transparent 50%, transparent);
  background-size: 5px;
  background-position: left;
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-item dt::before {
    display: inline-block;
  }
}
.l-lower-company-history-item dt span {
  width: 208px;
  padding: 10px 0;
  display: inline-block;
  background-color: #00B255;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.l-lower-company-history-item dd {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  padding-left: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-item dd {
    width: calc(100% - 260px);
    text-align: left;
  }
}
.l-lower-company-history-item dd span {
  display: inline-block;
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
	l-lower-company-area
	-------------------------------------------------------------------------- */
.l-lower-company-area {
  padding: 0 50px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-area {
    margin-bottom: 120px;
  }
}
.l-lower-company-area-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-company-history-ttl-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-history-ttl-wrap {
    margin-bottom: 40px;
  }
}
.l-lower-company-area-desc {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-company-area-desc {
    text-align: center;
  }
}
/* -----------------------------------------------------------------------------
	l-lower-flow
	-------------------------------------------------------------------------- */
.l-lower-flow-about {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-about {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-flow-about {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
.l-lower-flow-about-inner {
  position: relative;
}

.l-lower-flow-about-contents {
  position: relative;
  max-width: 860px;
  padding: 0 30px 250px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-about-contents {
    padding: 0 30px;
  }
}
.l-lower-flow-about-contents .m-cmn-lower-big-txt {
  margin-bottom: 40px;
}

.l-lower-flow-about-contents p {
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  line-height: 1.86;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-about-contents p {
    font-size: 1.5rem;
  }
}
.l-lower-flow-about-contents p:last-of-type {
  margin-bottom: 0;
}

.l-lower-flow-right-img {
  display: none;
  width: 300px;
  height: 400px;
  position: absolute;
  right: -50px;
  top: 180px;
  border-radius: 36px 0 0 36px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-right-img {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-flow-right-img {
    right: 0;
  }
}
.l-lower-flow-about-deco01 {
  width: 200px;
  height: 132px;
  position: absolute;
  right: 20px;
  bottom: 80px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-about-deco01 {
    right: 30px;
    bottom: -80px;
  }
}
.l-lower-flow-contents {
  padding: 0 30px;
}

.l-lower-flow-contents-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-company-profile-ttl-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-company-profile-ttl-wrap {
    margin-bottom: 90px;
  }
}
.l-lower-flow-contents .m-cmn-ttl-wrap {
  max-width: 409px;
}

.l-lower-flow-contents .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-flow-contents-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-items li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 100px;
  }
}
.l-lower-flow-contents-items li:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-items li:last-of-type {
    margin-bottom: 100px;
  }
}
.l-lower-flow-contents-items li::before {
  background: radial-gradient(ellipse at center, #00B255 0%, #00B255 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%) center 0 repeat-y;
  background-size: 8px 8px;
  width: 8px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-items li::before {
    height: 60%;
    left: 160px;
    bottom: -100px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-flow-contents-items li::before {
    height: 40%;
  }
}
.l-lower-flow-contents-items li:last-of-type::before {
  display: none;
}

.l-lower-flow-contents-item-img-box {
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0 auto 40px;
}
@media screen and (min-width: 480px) {
  .l-lower-flow-contents-item-img-box {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-item-img-box {
    width: 300px;
    text-align: right;
    margin: 0;
  }
}
.l-lower-flow-contents-item-img-box > img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/280;
  overflow: hidden;
  border-radius: 22px;
}
@media screen and (min-width: 480px) {
  .l-lower-flow-contents-item-img-box > img {
    width: 280px;
    height: 280px;
  }
}
.l-lower-flow-contents-item-img-box-num {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 120px;
  left: -20px;
  top: -40px;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-item-img-box-num {
    left: 0;
    top: -40px;
  }
}
.l-lower-flow-contents-item-img-box > p {
  font-size: 1.2rem;
  margin-top: 15px;
  padding-left: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-item-img-box > p {
    padding-left: 25px;
  }
}
.l-lower-flow-contents-item-img-box > p a {
  color: #B4B4B4;
  text-decoration: underline;
}

.l-lower-flow-contents-item-txt-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-item-txt-box {
    width: calc(100% - 300px);
    padding-left: 40px;
  }
}
.l-lower-flow-contents-item-txt-ttl {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

.l-lower-flow-contents-item-txt-desc {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
  text-align: justify;
}

.l-lower-flow-contents-item-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-flow-contents-item-btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.l-lower-flow-contents-item-btn-wrap.m-cmn-btn-wrap p {
  margin: 0;
}

/* -----------------------------------------------------------------------------
	l-lower-modelhouse
	-------------------------------------------------------------------------- */
.l-lower-modelhouse-top {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-top {
    margin-top: 200px;
  }
}
.l-lower-modelhouse-top-ttl-wrap.m-cmn-ttl-wrap {
  max-width: 309px;
}
@media screen and (min-width: 480px) {
  .l-lower-modelhouse-top-ttl-wrap.m-cmn-ttl-wrap {
    max-width: 309px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-ttl-wrap.m-cmn-ttl-wrap {
    max-width: 409px;
  }
}
.l-lower-modelhouse-top > .m-cmn-ttl-wrap {
  margin-bottom: 25px !important;
}

.l-lower-modelhouse-top-ttl-wrap .m-cmn-ttl::after {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-lower-modelhouse-top-ttl-wrap .m-cmn-ttl::after {
    width: 100%;
  }
}
.l-lower-modelhouse-top-head {
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-head {
    margin-bottom: 50px;
  }
}
.l-lower-modelhouse-top-img-box {
  padding: 0 10px;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-img-box {
    border-radius: 42px;
  }
}
.l-lower-modelhouse-top-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-img-pc {
    display: block;
  }
}
.l-lower-modelhouse-top-img-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-img-sp {
    display: none;
  }
}
.l-lower-modelhouse-top-txt-box {
  margin-top: -30px;
  padding: 70px 30px 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-txt-box {
    margin-top: -60px;
    padding: 120px 30px 80px;
  }
}
.l-lower-modelhouse-top-txt-box-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-modelhouse-top-txt-box p {
  text-align: left;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-txt-box p {
    text-align: center;
  }
}
.l-lower-modelhouse-top-deco01 {
  position: absolute;
  right: 0;
  bottom: -120px;
  width: 90px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-top-deco01 {
    width: 144px;
    height: 177px;
  }
}
.l-lower-modelhouse-feature-item {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item {
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
.l-lower-modelhouse-feature-item:last-of-type {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item:last-of-type {
    margin-bottom: 160px;
  }
}
.l-lower-modelhouse-feature-item-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-modelhouse-feature-item:nth-of-type(even) .l-lower-modelhouse-feature-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item:nth-of-type(even) .l-lower-modelhouse-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-lower-modelhouse-feature-item-txt-box {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item-txt-box {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-lower-modelhouse-feature-item-num {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #C89655;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item-num {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.l-lower-modelhouse-feature-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-modelhouse-feature-item-desc {
  text-align: justify;
  letter-spacing: 0.3em;
}

.l-lower-modelhouse-feature-item-img-box {
  position: relative;
  margin-left: auto;
  width: 90%;
  border-radius: 34px 0 0 34px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item-img-box {
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-modelhouse-feature-item:nth-of-type(even) .l-lower-modelhouse-feature-item-img-box {
  position: relative;
  margin-right: auto;
  width: 90%;
  border-radius: 0 34px 34px 0;
  overflow: hidden;
  height: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-feature-item:nth-of-type(even) .l-lower-modelhouse-feature-item-img-box {
    width: 46%;
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-modelhouse-feature-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-modelhouse-onepoint {
  padding: 60px 50px;
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-onepoint {
    padding: 60px 30px;
    margin-bottom: 160px;
  }
}
.l-lower-modelhouse-onepoint-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-modelhouse-onepoint-ttl {
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-bottom: 50px;
  color: #C89655;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-onepoint-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-modelhouse-onepoint-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-onepoint-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
  }
}
.l-lower-modelhouse-onepoint-items li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-onepoint-items li {
    width: 30%;
  }
}
.l-lower-modelhouse-onepoint-items li img {
  margin-bottom: 25px;
}
.l-lower-modelhouse-onepoint-item-ttl {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #C89655;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-onepoint-item-ttl {
    font-size: 2rem;
  }
}
.l-lower-modelhouse-onepoint-item-desc {
  letter-spacing: 0.3em;
  text-align: justify;
}

/* -----------------------------------------------------------------------------
	l-lower-modelhouse-access
	-------------------------------------------------------------------------- */
.l-lower-modelhouse-access {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-access {
    margin-bottom: 160px;
  }
}
.l-lower-modelhouse-access-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-modelhouse-access .m-cmn-ttl-wrap {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-access .m-cmn-ttl-wrap {
    margin-bottom: 40px;
  }
}
.l-lower-modelhouse-access-map {
  position: relative;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-access-map {
    height: 380px;
  }
}
.l-lower-modelhouse-access-map iframe {
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-access-map iframe {
    border-radius: 42px;
  }
}
.l-lower-modelhouse-form {
  padding: 0 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse-form {
    padding: 0 20px 120px;
  }
}
.l-lower-modelhouse-form-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
	l-lower-realestate
	-------------------------------------------------------------------------- */
.l-lower-realestate-top {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-realestate-top {
    margin-top: 200px;
  }
}
.l-lower-realestate-top-ttl-wrap.m-cmn-ttl-wrap {
  max-width: 309px;
}
@media screen and (min-width: 480px) {
  .l-lower-realestate-top-ttl-wrap.m-cmn-ttl-wrap {
    max-width: 309px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-ttl-wrap.m-cmn-ttl-wrap {
    max-width: 409px;
  }
}
.l-lower-realestate-top > .m-cmn-ttl-wrap {
  margin-bottom: 25px !important;
}

.l-lower-realestate-top-ttl-wrap .m-cmn-ttl::after {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-lower-realestate-top-ttl-wrap .m-cmn-ttl::after {
    width: 100%;
  }
}
.l-lower-realestate-top-head {
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-head {
    margin-bottom: 50px;
  }
}
.l-lower-realestate-top-img-box {
  padding: 0 10px;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-img-box {
    border-radius: 42px;
  }
}
.l-lower-realestate-top-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-img-pc {
    display: block;
  }
}
.l-lower-realestate-top-img-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-img-sp {
    display: none;
  }
}
.l-lower-realestate-top-txt-box {
  margin-top: -30px;
  padding: 70px 30px 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-txt-box {
    margin-top: -60px;
    padding: 120px 30px 80px;
  }
}
.l-lower-realestate-top-txt-box-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-realestate-top-txt-box-inner .m-cmn-lower-big-txt {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-txt-box-inner .m-cmn-lower-big-txt {
    text-align: center;
  }
}
.l-lower-realestate-top-txt-box p {
  text-align: left;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-txt-box p {
    text-align: center;
  }
}
.l-lower-realestate-top-deco01 {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 63px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-top-deco01 {
    width: 115px;
    height: 202px;
    bottom: -120px;
  }
}
.l-lower-realestate-feature-item {
  position: relative;
  padding: 0;
  margin-bottom: 130px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-item {
    padding: 0 30px;
    margin-bottom: 120px;
  }
}
.l-lower-realestate-feature-item-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-lower-realestate-feature-item-img-box {
  position: relative;
  margin-left: 0;
  width: 90%;
  border-radius: 0 34px 34px 0;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-item-img-box {
    width: 46%;
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-realestate-feature-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-realestate-feature-item-txt-box {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-item-txt-box {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-lower-realestate-feature-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-item-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-realestate-feature-item-desc {
  text-align: justify;
  letter-spacing: 0.3em;
}

.l-lower-realestate-feature-map {
  padding: 0 30px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-map {
    margin-bottom: 160px;
  }
}
.l-lower-realestate-feature-map-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-realestate-feature-map-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-map-pc {
    display: block;
  }
}
.l-lower-realestate-feature-map-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-map-sp {
    display: none;
  }
}
.l-lower-realestate-feature-map-deco01 {
  width: 74px;
  height: 98px;
  position: absolute;
  top: -98px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-feature-map-deco01 {
    width: 112px;
    height: 148px;
    top: -80px;
    left: 20px;
  }
}
.l-lower-realestate-plan-wrap .m-cmn-ttl-wrap {
  max-width: 610px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-wrap .m-cmn-ttl-wrap {
    margin-bottom: 50px;
  }
}
.l-lower-realestate-plan-wrap .m-cmn-ttl::after {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-wrap .m-cmn-ttl::after {
    width: 100%;
  }
}
.l-lower-realestate-plan-item-exterior {
  padding: 0;
  background-color: #fff;
  margin-bottom: 110px;
}
@media screen and (min-width: 480px) {
  .l-lower-realestate-plan-item-exterior {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-exterior {
    padding: 0 30px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-realestate-plan-item-exterior {
    margin-bottom: 80px;
  }
}
.l-lower-realestate-plan-item:last-of-type .l-lower-realestate-plan-item-exterior {
  margin-bottom: 150px;
}
@media screen and (min-width: 480px) {
  .l-lower-realestate-plan-item:last-of-type .l-lower-realestate-plan-item-exterior {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item:last-of-type .l-lower-realestate-plan-item-exterior {
    margin-bottom: 240px;
  }
}
.l-lower-realestate-plan-item-exterior-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-exterior-inner {
    padding: 60px 0;
  }
}
.l-lower-realestate-plan-item-exterior-txt-wrap {
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-exterior-txt-wrap {
    width: 300px;
    padding: 0;
  }
}
.l-lower-realestate-plan-item-exterior-ttl {
  position: relative;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.3em;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-exterior-ttl {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }
}
.l-lower-realestate-plan-item-exterior-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #323232;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-lower-realestate-plan-item-exterior-subttl {
  letter-spacing: 0.3em;
}

.l-lower-realestate-plan-item-exterior-subttl span {
  font-size: 2rem;
  margin-right: 5px;
}

.l-lower-realestate-plan-item-exterior-inner img {
  max-width: 640px;
  aspect-ratio: 640/360;
  position: absolute;
  right: 0;
  top: 55%;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-exterior-inner img {
    top: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-realestate-plan-item-exterior-inner img {
    top: 0;
  }
}
.is-contracted-img {
  opacity: 0.4;
}

.is-contracted {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 60% !important;
  right: 25px !important;
}
@media screen and (min-width: 768px) {
  .is-contracted {
    width: 130px;
    height: 130px;
    top: 40px !important;
    right: 40px !important;
  }
}
.l-lower-realestate-plan-item {
  position: relative;
}

.l-lower-realestate-plan-item-contents {
  padding: 0 30px;
}

.l-lower-realestate-plan-item-contents-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-realestate-plan-item-content-floorplan {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan {
    margin-bottom: 80px;
  }
}
.l-lower-realestate-plan-item-content-floorplan-img-box {
  position: relative;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-img-box {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.l-lower-realestate-plan-item-content-floorplan-img-box-cplan {
  position: relative;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-img-box-cplan {
    margin-top: 60px;
  }
}
.l-lower-realestate-plan-item-content-floorplan-img-box img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-img-box img {
    width: 567px;
  }
}
.l-lower-realestate-plan-item-content-floorplan-img-box-cplan img {
  width: 100%;
}

.l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap {
  position: relative;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap-cplan {
  position: relative;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap-cplan {
    position: absolute;
    top: 20px;
    right: 120px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap .txt-menseki,
.l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap-cplan .txt-menseki {
  font-size: 1.7rem;
  color: #C89655;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap .txt-menseki,
  .l-lower-realestate-plan-item-content-floorplan-img-box-txt-wrap-cplan .txt-menseki {
    font-size: 2rem;
  }
}
.l-lower-realestate-plan-item-content-floorplan-info-ttl::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/cmn_ico05.png);
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
}

.l-lower-realestate-plan-item-content-floorplan-info-ttl {
  margin-bottom: 15px;
  color: #00B255;
  letter-spacing: 0.3em;
}

.l-lower-realestate-plan-item-content-floorplan-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-info-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.l-lower-realestate-plan-item-content-floorplan-info-inner dl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-floorplan-info-inner dl {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-realestate-plan-item-content-floorplan-info-inner dl::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.l-lower-realestate-plan-item-content-floorplan-info-inner dl::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-realestate-plan-item-content-floorplan-info-inner dt {
  width: 180px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}

.l-lower-realestate-plan-item-content-floorplan-info-inner dd {
  width: 190px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.l-lower-realestate-plan-item-content-payment {
  margin-bottom: 80px;
}

.l-lower-realestate-plan-item-content-payment-img-pc {
  display: none;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-payment-img-pc {
    display: block;
  }
}
.l-lower-realestate-plan-item-content-payment-img-sp {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-content-payment-img-sp {
    display: none;
  }
}
.l-lower-realestate-plan-item-content-head {
  background-color: #C89655;
  border-radius: 23px;
  color: #fff;
  line-height: 1.6;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.3em;
}

.l-lower-realestate-plan-item-detail-firstplan {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-detail-firstplan {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}
.l-lower-realestate-plan-item-detail-firstplan-img-pc {
  display: none;
  max-width: 705px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-detail-firstplan-img-pc {
    display: block;
  }
}
.l-lower-realestate-plan-item-detail-firstplan-img-sp {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-detail-firstplan-img-sp {
    display: none;
  }
}
.l-lower-realestate-plan-item-detail-thirdplan {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 50px 0 50px;
}
@media screen and (min-width: 480px) {
  .l-lower-realestate-plan-item-detail-thirdplan {
    padding: 20px 50px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-detail-thirdplan {
    margin-bottom: 50px;
    padding: 20px 20px 0 20px;
  }
}
.l-lower-realestate-plan-item-detail-thirdplan-img-pc {
  display: none;
  max-width: 705px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-detail-thirdplan-img-pc {
    display: block;
  }
}
.l-lower-realestate-plan-item-detail-thirdplan-img-sp {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-plan-item-detail-thirdplan-img-sp {
    display: none;
  }
}
.l-lower-realestate-access {
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-access {
    margin-bottom: 160px;
  }
}
.l-lower-realestate-access-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-realestate-access-map {
  position: relative;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-access-map {
    height: 380px;
  }
}
.l-lower-realestate-access-map iframe {
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-lower-realestate-access-txt-box {
  max-width: 800px;
  margin: 40px auto 0;
}

.l-lower-realestate-access-green-txt {
  color: #00B255;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
  text-indent: -18px;
  padding-left: 18px;
}

.l-lower-realestate-access-green-txt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/cmn_ico06.png);
  background-size: cover;
  margin-right: 5px;
}

.l-lower-realestate-access-txt-box ul li {
  letter-spacing: 0.3em;
  margin-bottom: 5px;
  text-indent: -18px;
  padding-left: 18px;
}

.l-lower-realestate-access-txt-box ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #323232;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
}

.l-lower-realestate-information {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-information {
    margin-bottom: 160px;
  }
}
.l-lower-realestate-information-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-realestate-information-inner .m-cmn-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-information-inner .m-cmn-ttl-wrap {
    margin-bottom: 50px;
  }
}
.l-lower-realestate-information-inner dl {
  padding: 0 20px;
}

.l-lower-realestate-information-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-information-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
}
.l-lower-realestate-information-item::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.l-lower-realestate-information-item:last-of-type::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-realestate-information-item dt {
  width: 180px;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.3em;
  padding: 0 10px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-information-item dt {
    margin-bottom: 0;
  }
}
.l-lower-realestate-information-item dd {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "TsukuGoPr5-R";
  letter-spacing: 0.3em;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-information-item dd {
    width: calc(100% - 180px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-realestate-information-item dd p:first-of-type {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-information-item dd p:first-of-type {
    margin-bottom: 20px;
  }
}
.l-lower-realestate-form {
  padding: 0 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-form {
    padding: 0 20px 120px;
  }
}
.l-lower-realestate-form-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-realestate-form .m-cmn-ttl-wrap {
  max-width: 610px;
  margin-bottom: 40px;
}
.l-lower-realestate-form .m-cmn-ttl::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-realestate-form .m-cmn-ttl::after {
    width: 100%;
  }
}
/* -----------------------------------------------------------------------------
	l-lower-contact
	-------------------------------------------------------------------------- */
.l-lower-contact-info-wrap {
  padding: 0;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-wrap {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-info-wrap {
    margin-top: 200px;
  }
}
.l-lower-contact-info-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-contact-info-ttl-wrap {
  text-align: left;
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-ttl-wrap {
    text-align: center;
  }
}
.l-lower-contact-info-ttl {
  max-width: 610px;
  margin: 0 auto;
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #323232));
  background: linear-gradient(transparent 96%, #323232 0%);
  background-repeat: repeat-y;
  background-size: 100% 2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-ttl {
    font-size: 3.5rem;
  }
}
.l-lower-contact-info-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-contact-info-contents-img-box {
  max-width: 550px;
  padding-right: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-contents-img-box {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 0;
  }
}
.l-lower-contact-info-contents-img-box img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-contents-img-box img {
    border-radius: 22px;
  }
}
.l-lower-contact-info-contents-txt-box {
  max-width: 550px;
  letter-spacing: 0.3em;
  text-align: justify;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-info-contents-txt-box {
    width: 50%;
    padding: 0;
  }
}
.l-lower-contact-info-contents-txt-box a {
  color: #B4B4B4;
  text-decoration: underline;
}

.l-lower-contact-promise-bnr {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-promise-bnr {
    margin-bottom: 160px;
  }
}
.l-lower-contact-promise-bnr-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-contact-promise-bnr-ttl {
  color: #C89655;
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  text-align: center;
}

.l-lower-contact-promise-bnr-desc {
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-promise-bnr-desc {
    text-align: center;
  }
}
.l-lower-contact-promise-bnr-attention {
  color: #FF1E32;
  letter-spacing: 0.3em;
  text-align: left;
  text-indent: -18px;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-promise-bnr-attention {
    text-align: center;
  }
}
.l-lower-contact-promise-bnr-attention::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/cmn_ico07.png);
  background-size: cover;
  margin-right: 5px;
}

.l-lower-contact-form-wrap {
  padding: 0 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-wrap {
    padding: 0 20px 120px;
  }
}
.l-lower-contact-form-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-contact-form-wrap .m-cmn-ttl-wrap {
  max-width: 610px;
  margin-bottom: 40px;
}
.l-lower-contact-form-wrap .m-cmn-ttl::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-contact-form-wrap .m-cmn-ttl::after {
    width: 100%;
  }
}
.l-lower-contact-thanks-message {
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

.l-lower-contact-thanks-message-link a {
  letter-spacing: 0.3em;
  color: #323232;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
   l-contact-dl
  -------------------------------------------------------------------------- */
.l-contact-dl {
  margin-bottom: 60px;
}

.l-contact-dl div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 10px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-contact-dl div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.l-contact-dl div:last-of-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-contact-dl div::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-contact-dl div:last-of-type::after {
  display: none;
}

.l-contact-dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #323232;
  text-align: left;
  letter-spacing: 0.3em;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dt {
    width: 250px;
  }
}
.m-required {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 50px;
  background-color: #FF1E32;
  margin-right: 10px;
  letter-spacing: 0.1em;
  vertical-align: text-bottom;
}

.m-optional {
  margin-top: 3px;
  width: 52px;
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  padding: 2px 15px;
  border-radius: 50px;
  background-color: #B4B4B4;
  letter-spacing: 0.1em;
  vertical-align: text-bottom;
}
.l-contact-item-head {
  width: calc(100% - 52px);
  padding-left: 10px;
}

.l-contact-dl dd {
  width: 100%;
  font-size: 1.6rem;
  color: #323232;
  letter-spacing: 0.3em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd {
    width: calc(100% - 250px);
  }
}
.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  border-radius: 2px;
  background-color: #fff;
  letter-spacing: 0.3em;
}

.l-contact-dl dd input[type=text].zipcode {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd input[type=text].zipcode {
    width: 150px;
  }
}
.l-contact-dl dd input[type=text].zipcode::before {
  content: "〒";
  display: inline-block;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.3em;
}

.l-contact-dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-contact-dl dd p span {
  width: 100%;
}

.zipcode-ico {
  width: 15px !important;
}

.l-contact-dl dd .m-select {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}

.l-contact-dl dd select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 30px 5px 10px;
}

.l-contact-dl dd .m-select::before {
  position: absolute;
  top: 17px;
  right: 7px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}

.l-contact-dl dd .m-select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #eee;
}

.l-contact-dl dd.l-contact-min input {
  width: 120px;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 150px;
  resize: none;
  padding-top: 10px;
  padding-left: 12px;
  border-radius: 2px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-contact-dl dd textarea {
    height: 140px;
  }
}
.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  padding: 7px 75px;
  border-radius: 50px;
  background-color: #C89655;
  letter-spacing: 0.3em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-contact-button-box input[type=submit]:hover,
.l-contact-button-box button:hover {
  width: 100%;
  background-color: #fff;
  color: #C89655;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wpcf7-checkbox > .wpcf7-list-item {
  width: auto;
}

::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
}

::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
}

::-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
}

::placeholder {
  color: #B4B4B4;
  opacity: 1;
  letter-spacing: 0.3em;
  font-weight: 400;
}

/* チェックボックス */
.wpcf7 input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 2px;
  vertical-align: -2px;
}

.wpcf7 input[type=checkbox]:checked {
  background-color: #00B255;
}

.wpcf7 input[type=checkbox]:checked::before {
  position: absolute;
  top: 3.8px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.l-contact-item-small-txt {
  display: block;
  font-size: 1.2rem;
}

.wpcf7-spinner {
  display: none !important;
}

.l-contact-reservation-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item-wrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.l-contact-reservation-item {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item {
    width: auto !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.l-contact-reservation-item > span {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item > span {
    width: auto !important;
  }
}
.l-contact-reservation-item-inner {
  font-weight: 700 !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item-inner {
    width: auto;
  }
}
.l-contact-reservation-item-head {
  font-size: 1.5rem;
  font-weight: 700;
  width: 78px !important;
}
.l-contact-reservation-item span input[type=date].date-reservation {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item span input[type=date].date-reservation {
    width: auto;
  }
}
.l-contact-reservation-item span select.time-reservation {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item span select.time-reservation {
    width: 180px !important;
  }
}
.l-contact-reservation-item span select.time-reservation-day {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item span select.time-reservation-day {
    width: 260px !important;
  }
}
.l-contact-reservation-item-inner input[type=number].number-adult {
  width: 100% !important;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 5px 12px;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item-inner input[type=number].number-adult {
    width: 60px !important;
  }
}
.l-contact-reservation-item-inner input[type=number].number-child {
  width: 100% !important;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 5px 12px;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item-inner input[type=number].number-child {
    width: 60px !important;
  }
}
.l-contact-reservation-item span input[type=date] {
  font-size: 1.6rem;
  border-radius: 2px;
  background-color: #fff;
  padding: 5px 12px;
  letter-spacing: 0.3em;
}

.l-contact-reservation-item span select.time-reservation {
  width: 180px;
  font-size: 1.6rem;
  border-radius: 2px;
  background-color: #fff;
  letter-spacing: 0.3em;
}

.l-contact-reservation-item-time {
  position: relative;
}

.l-contact-reservation-item-time::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 9px 5px 9px;
  border-color: transparent transparent transparent #323232;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 75%;
  right: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-contact-reservation-item-time::after {
    top: 50%;
    right: 5px;
  }
}
.l-contact-attention-txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FF1E32;
  letter-spacing: 0.3em;
  margin-bottom: 70px;
}

.l-contact-attention-txt::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/cmn_ico07.png);
  background-size: cover;
  margin-right: 8px;
}

.l-contact-reply-txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #323232;
  letter-spacing: 0.3em;
  margin-top: 40px;
}

.l-contact-reply-txt a {
  color: #323232 !important;
  text-decoration: underline;
}

.wpcf7-form-control.wpcf7-select {
  position: relative;
  background-color: #fff;
  width: 330px;
  letter-spacing: 0.3em;
}

.wpcf7-form-control.wpcf7-select::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 9px 5px 9px;
  border-color: #323232 #323232 #323232 #323232;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}

/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  position: relative;
  z-index: 1;
  margin-top: 0;
  width: 100%;
  font-size: 1.2rem;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
    padding: 0;
    margin-top: -20px;
  }
}
.l-breadcrumbs-wrap a {
  color: #B4B4B4;
  text-decoration: none;
}

/* -----------------------------------------------------------------------------
		l-post
		-------------------------------------------------------------------------- */
.l-post {
  margin-left: auto;
  margin-right: auto;
}

.l-post p {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 1.86;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.l-post .wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-separator {
    margin: 0 0 30px;
  }
}
.l-post img {
  width: initial;
}

.l-post h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-post h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
.l-post h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-post h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
.l-post h4 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-post h4 {
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
.l-post ul {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul {
    margin-top: 30px;
  }
}
.l-post ul li {
  text-indent: -15px;
  padding-left: 15px;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.l-post ul li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #323232;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.l-post ol {
  margin-top: 20px;
  counter-reset: item;
}
@media screen and (min-width: 768px) {
  .l-post ol {
    margin-top: 30px;
  }
}
.l-post ol li {
  text-indent: -27px;
  padding-left: 27px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.l-post ol li:before {
  font-size: 1.5rem;
  counter-increment: item;
  content: counter(item) "";
  padding-right: 8px;
}

.l-post > a {
  color: #1A9BE0;
  text-decoration: none;
  border-bottom: 1px dotted #222;
}

.l-post a:hover,
.l-post figure a {
  border-bottom: none;
}

.l-post .wp-block-quote {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 500 !important;
  border-left: none;
  padding: 20px 10px;
  background-color: #FDFCF5;
  margin-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-quote {
    margin-top: 70px !important;
    padding: 30px 20px;
  }
}
.l-post .wp-block-quote cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: 0.3em;
  font-size: 1.2rem !important;
}

.l-post .wp-block-image {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-top: 70px;
  }
}
.wp-block-image figcaption {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.5rem !important;
  letter-spacing: 0.3em !important;
  text-align: left !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.l-post .wp-block-image img {
  border-radius: 42px !important;
}

.wp-block-columns {
  margin-bottom: 0 !important;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    margin-top: 70px;
  }
}
.wp-block-columns h2,
.wp-block-columns h3,
.wp-block-columns h4 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-columns h2,
  .wp-block-columns h3,
  .wp-block-columns h4 {
    margin-top: 40px;
  }
}
.wp-block-columns p {
  margin-bottom: 20px;
}

.wp-block-columns ul,
.wp-block-columns ol {
  margin-top: 0;
}

.wp-block-column .wp-block-image {
  margin-top: 0;
}

.wp-block-column .wp-block-image img {
  border-radius: 22px !important;
}

.l-post .wp-block-column {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 2000px) {
  body .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 5px) !important;
        flex-basis: calc(50% - 5px) !important;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}
.l-post ul.wp-block-gallery {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post ul.wp-block-gallery {
    margin-bottom: 30px;
  }
}
.l-post ul.wp-block-gallery li::before,
.l-post ul.blocks-gallery-grid li::before {
  display: none !important;
}

.blocks-gallery-grid {
  margin-right: -5px !important;
}

.blocks-gallery-item {
  padding-left: 0 !important;
  margin-right: 5px !important;
  margin-bottom: 5px !important;
}

.wp-block-buttons {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
.wp-block-button__link {
  font-size: 1.1rem !important;
  background-color: #fff !important;
  color: #323232 !important;
  letter-spacing: 0.3em !important;
  padding: 12px 55px !important;
}

.wp-block-table {
  margin-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .wp-block-table {
    margin-top: 70px !important;
  }
}
.wp-block-table thead {
  border-bottom: none !important;
}

.wp-block-table th {
  position: relative;
  font-size: 1.4rem !important;
  border: none !important;
  padding: 15px 10px !important;
  letter-spacing: 0.3em !important;
  text-align: left;
  border-right: 1px solid #fff !important;
}

.wp-block-table th:last-of-type {
  border-right: none !important;
}

.wp-block-table th::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-table th::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wp-block-table tbody td {
  position: relative;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  border: none !important;
  letter-spacing: 0.3em !important;
  border-right: 1px solid #fff !important;
  padding: 15px 10px !important;
}

.wp-block-table tbody td:last-of-type {
  border-right: none !important;
}

.wp-block-table tbody td::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
		-------------------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 4;
  color: #323232;
}
.wp-pagenavi .current {
  background-color: #F8F5EB;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  background-color: #fff;
  color: #323232;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404 {
  padding: 150px 20px;
}

.l-404-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
	l-lower-archive
	-------------------------------------------------------------------------- */
.l-lower-archive {
  padding: 0 20px;
  margin-top: 70px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-archive {
    margin-top: 200px;
    margin-bottom: 120px;
  }
}
.l-lower-archive-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
	l-lower-news-items｜ニュース一覧ページ
	-------------------------------------------------------------------------- */
.l-lower-news-items {
  margin-bottom: 60px;
}

.l-lower-news-items li {
  position: relative;
}

.l-lower-news-item-inner {
  position: relative;
}

.l-lower-news-item-inner > a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #FCFBF7;
  z-index: 0;
}

.l-lower-news-items li:hover .l-lower-news-item-inner > a::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media screen and (min-width: 768px) {
  .l-lower-news-items li:hover .l-lower-news-item-inner > a::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-lower-news-item-inner > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.l-lower-news-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 25px 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-inner {
    gap: 20px;
  }
}
.l-lower-news-items li .l-lower-news-item-inner::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-lower-news-items li:last-of-type .l-lower-news-item-inner::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.l-lower-news-item-img-box {
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-img-box {
    width: 63px;
    height: 63px;
  }
}
.l-lower-news-item-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-news-item-txt-box {
  position: relative;
  width: calc(100% - 95px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-txt-box {
    width: calc(100% - 63px);
  }
}
.l-lower-news-item-ttl-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-ttl-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}
.l-lower-news-item-ttl-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-news-item-date {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-date {
    width: 70px;
  }
}
.l-lower-news-item-ttl {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  height: 1.8em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-ttl {
    width: calc(100% - 70px);
  }
}
.l-lower-news-item-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
}

.l-lower-news-item-cate-wrap font {
  background-color: #FF1E32;
  border-radius: 50px;
  width: 68px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: auto;
}

.l-lower-news-item-cate-wrap font:hover {
  background-color: #FF1E32;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-cate-wrap font:hover {
    background-color: #ED1C2E;
  }
}
.l-lower-news-item-cate {
  position: relative;
  width: 68px;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #BABBBB;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-news-item-cate:hover {
  background: #BABBBB;
}
@media screen and (min-width: 768px) {
  .l-lower-news-item-cate:hover {
    background: #ACADAD;
  }
}
.is-new.l-lower-news-item-cate {
  background-color: #FF1E32;
}

.is-new.l-lower-news-item-cate:hover {
  background-color: #FF1E32;
}
@media screen and (min-width: 768px) {
  .is-new.l-lower-news-item-cate:hover {
    background-color: #ED1C2E;
  }
}
.l-lower-news-item-cate a {
  display: block;
  color: #fff;
  border-radius: 50px;
}

/* -----------------------------------------------------------------------------
	ニュース詳細ページ（ブログの詳細ページも同じ）
	-------------------------------------------------------------------------- */
.l-lower-news-post-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-news-post-ttl {
    font-size: 2.5rem;
  }
}
/* -----------------------------------------------------------------------------
	ニュース詳細ページの下部ボタン（ブログの詳細ページも同じ）
	-------------------------------------------------------------------------- */
.l-lower-post-btn-wrap-section {
  position: relative;
  margin-top: 70px;
}

.l-lower-post-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-post-btn-wrap {
    margin-bottom: 160px;
  }
}
.l-lower-post-btn {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 50px;
}

.l-lower-post-btn a {
  display: block;
  padding: 15px 21px;
  color: #323232;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-post-btn a {
    padding: 15px 70px;
  }
}
.l-lower-post-ichiran-btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-lower-post-ichiran-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-lower-post-ichiran-btn a {
  display: block;
  padding: 15px 21px;
  color: #323232;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-post-ichiran-btn a {
    padding: 15px 70px;
  }
}
/* -----------------------------------------------------------------------------
	ブログ一覧ページ
	-------------------------------------------------------------------------- */
.l-lower-blog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-blog-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px 6.5%;
  }
}
.l-lower-blog-items > li {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 8.5px;
  padding: 25px;
  margin: 0;
}
@media screen and (min-width: 480px) {
  .l-lower-blog-items > li {
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-lower-blog-items > li {
    width: 29%;
    margin: 0;
  }
}
.l-lower-blog-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-blog-eyecatch {
  margin-bottom: 20px;
}

.l-lower-blog-eyecatch img {
  aspect-ratio: 295/210;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 480px) {
  .l-lower-blog-eyecatch img {
    aspect-ratio: 210/210;
  }
}
.l-lower-blog-item-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  gap: 7px;
}
.l-lower-blog-item-cate {
  width: 68px;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #BABBBB;
  border-radius: 50px;
  text-align: center;
  margin-right: 5px;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-lower-blog-item-cate a {
  padding: 0 20px;
  display: block;
  color: #fff;
  border-radius: 50px;
}
.is-new.l-lower-blog-item-cate {
  background-color: #FF1E32;
}

.is-new.l-lower-blog-item-cate:hover {
  background-color: #FF1E32;
}
@media screen and (min-width: 768px) {
  .is-new.l-lower-blog-item-cate:hover {
    background-color: #ED1C2E;
  }
}
.l-lower-blog-item-cate-wrap .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-lower-blog-item-cate-wrap .post-categories li {
  position: relative;
  width: 63px;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #BABBBB;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-blog-item-cate-wrap .post-categories li a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.l-lower-blog-item-cate-wrap .post-categories li:hover {
  background: #BABBBB;
}
@media screen and (min-width: 768px) {
  .l-lower-blog-item-cate-wrap .post-categories li:hover {
    background: #ACADAD;
  }
}
.l-lower-blog-item-date-wrap {
  margin-bottom: 15px;
}

.l-lower-blog-item-date {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-lower-blog-item-ttl {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (min-width: 768px) {
  .l-lower-blog-item-ttl {
    -webkit-line-clamp: 4; /* 行数を制限 */
  }
}
/* -----------------------------------------------------------------------------
	l-lower-staff
	-------------------------------------------------------------------------- */
.l-lower-staff {
  padding: 70px 20px 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff {
    padding: 200px 20px 120px;
  }
}
.l-lower-staff-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-staff-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 4%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px 4%;
  }
}
.l-lower-staff-lists li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-lists li {
    width: 48%;
  }
}
.l-lower-staff-list-img {
  aspect-ratio: 430/300;
  border-radius: 18px;
  margin-bottom: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-list-img {
    border-radius: 22px;
  }
}
.l-lower-staff-list-name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-list-name {
    font-size: 2.5rem;
  }
}
.l-lower-staff-list-position {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  color: #C89655;
  margin-bottom: 35px;
}

.l-lower-staff-list-desc {
  letter-spacing: 0.3em;
  text-align: justify;
}

.l-lower-staff-section-ttl-wrap {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-section-ttl-wrap {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
.l-lower-staff-recruit-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  max-width: 100%;
  height: 300px;
  background-image: url(../img/lower/staff_img16.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-lower-staff-recruit-btn-wrap {
    margin-top: 120px;
    border-radius: 42px;
    background-image: url(../img/lower/staff_img15.jpg);
  }
}
.l-lower-staff-recruit-btn-wrap .m-cmn-ttl::after {
  background-color: #fff;
}

/* -----------------------------------------------------------------------------
	l-lower-recruit
	-------------------------------------------------------------------------- */
.l-lower-recruit-ttl-wrap {
  max-width: 410px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-ttl-wrap {
    margin-bottom: 60px;
  }
}
.l-lower-recruit-ttl-wrap .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-recruit-nav-wrap {
  background-color: #F5F0E1;
  border-radius: 42px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.l-lower-recruit-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.l-lower-recruit-nav-items li {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-nav-items li {
    font-size: 1.5rem;
  }
}
.l-lower-recruit-nav-items li a {
  color: #323232;
}

.l-lower-recruit-nav-items li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/cmn_ico08.png);
  background-size: cover;
  background-position: center;
  margin-right: 8px;
  vertical-align: -3px;
}

.l-lower-recruit-contents-item {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-contents-item {
    margin-bottom: 80px;
  }
}
.l-lower-recruit-contents-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-contents-item-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-recruit-contents-item-eyecatch {
  border-radius: 18px;
  margin-bottom: 30px;
  aspect-ratio: 900/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-contents-item-eyecatch {
    border-radius: 42px;
  }
}
.l-lower-recruit-contents-item-detail-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17px 0;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-contents-item-detail-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 0;
  }
}
.l-lower-recruit-contents-item-detail-list:first-of-type::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.l-lower-recruit-contents-item-detail-list::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-recruit-contents-item-detail-list dt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-contents-item-detail-list dt {
    width: 180px;
  }
}
.l-lower-recruit-contents-item-detail-list dd {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-recruit-contents-item-detail-list dd {
    width: calc(100% - 180px);
  }
}
/* -----------------------------------------------------------------------------
	l-lower-work｜一覧ページ
	-------------------------------------------------------------------------- */
.l-lower-works-tab-wrap {
  background-color: #F5F0E1;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  padding: 25px 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-tab-wrap {
    gap: 20px;
    margin-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 40px;
  }
}
.l-lower-works-tab {
  position: relative;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
}

.l-lower-works-tab a {
  color: #323232;
  display: inline-block;
}

.l-lower-works-tab a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: -4px;
}

.l-lower-works-tab a.is-active::before {
  background-image: url(../img/common/cmn_ico08.png);
  background-size: cover;
}

.l-lower-works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-items {
    gap: 80px 0%;
  }
}
.l-lower-works-item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item {
    width: 33%;
  }
}
.l-lower-works-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.l-lower-works-item-img-box {
  overflow: hidden;
  border-radius: 135px;
  width: 270px;
  height: 390px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-img-box {
    width: 260px;
  }
}
.l-lower-works-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

.l-lower-works-item:hover .l-lower-works-item-img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .l-lower-works-item:hover .l-lower-works-item-img-box img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.l-lower-works-item-txt-box {
  position: relative;
  width: 270px;
  height: 120px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: -60px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-txt-box {
    width: 260px;
    height: 130px;
  }
}
.l-lower-works-item-txt-box-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 7.5px;
  z-index: 2;
  cursor: pointer;
}

.l-lower-works-item-txt-box-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 5em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-txt-box-ttl {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 20px;
    height: 5.6em;
  }
}
.l-lower-works-item-txt-box-location {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00B255;
  padding-left: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-txt-box-location {
    padding-left: 25px;
  }
}
.l-lower-works-item-txt-box-location::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 19px;
  background-image: url(../img/common/cmn_ico02.png);
  background-size: cover;
  margin-right: 7px;
}

.l-lower-works-item-txt-box::before,
.l-lower-works-item-txt-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-lower-works-item-txt-box::before,
  .l-lower-works-item-txt-box::after {
    background-color: #00B255;
  }
}
.l-lower-works-item-txt-box::before {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

.l-lower-works-item-txt-box::after {
  top: 0;
  right: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: height 0.1s 0.1s linear;
  transition: height 0.1s 0.1s linear;
}

.l-lower-works-item:hover .l-lower-works-item-txt-box::before,
.l-lower-works-item:hover .l-lower-works-item-txt-box::after {
  height: 100%;
}

.l-lower-works-item:hover .l-lower-works-item-txt-box::before {
  -webkit-transition: height 0.1s 0.1s linear;
  transition: height 0.1s 0.1s linear;
}

.l-lower-works-item:hover .l-lower-works-item-txt-box::after {
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

/* -----------------------------------------------------------------------------
	l-lower-work｜詳細ページ
	-------------------------------------------------------------------------- */
.l-lower-works {
  padding: 70px 0 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-works {
    padding: 200px 0 120px;
  }
}
.l-lower-works-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.l-lower-works-ttl-wrap {
  max-width: 840px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-ttl-wrap {
    margin: 0 auto 80px;
  }
}
.l-lower-works-ttl-cate {
  background-color: #C89655;
  border-radius: 23px;
  letter-spacing: 0.3em;
  line-height: 1.6;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-ttl-cate {
    margin-bottom: 50px;
  }
}
.l-lower-works-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-works-ttl-desc {
  letter-spacing: 0.3em;
  text-align: justify;
}

.l-lower-works-main-img-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-main-img-wrap {
    margin-bottom: 80px;
  }
}
.l-lower-works-main-contents-wrap {
  padding: 0 20px;
}

.l-lower-works-main-contents-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-works-main-contents-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-main-contents-detail-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 80px;
  }
}
.l-lower-works-main-contents-detail-box dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-works-main-contents-detail-box dl {
    width: 49%;
  }
}
.l-lower-works-main-contents-detail-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.l-lower-works-main-contents-detail-item::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.l-lower-works-main-contents-detail-item::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-works-main-contents-detail-box dl dt {
  width: 110px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 0 10px;
}

.l-lower-works-main-contents-detail-box dl dd {
  width: calc(100% - 110px);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  padding: 0 10px;
}

.l-lower-works-main-contents-interior-view-box {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-main-contents-interior-view-box {
    margin-bottom: 80px;
  }
}
.l-lower-works-main-contents-interior-view-box img {
  max-height: 675px;
  max-width: 100%;
  width: auto;
  border-radius: 18px;
}
@media screen and (min-width: 768px) {
  .l-lower-works-main-contents-interior-view-box img {
    border-radius: 42px;
  }
}
.l-lower-works-main-contents-interior-view-caption {
  margin-top: 40px;
  letter-spacing: 0.3em;
  text-align: left;
}

.l-lower-works .l-lower-post-btn-wrap-section {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
	l-lower-event｜一覧ページ
	-------------------------------------------------------------------------- */
.l-lower-event-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 4%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-items {
    gap: 80px 4%;
    margin-bottom: 80px;
  }
}
.l-lower-event-item {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item {
    width: 48%;
  }
}
.l-lower-event-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-event-item-bg {
  position: relative;
  padding: 25px;
  border-radius: 8px;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-event-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #FCFBF7;
  border-radius: 8px;
  z-index: 1;
}

.l-lower-event-item:hover .l-lower-event-item-bg::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item:hover .l-lower-event-item-bg::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-lower-event-item-img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 2;
}

.l-lower-event-item-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-event-item:hover .l-lower-event-item-img-box img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .l-lower-event-item:hover .l-lower-event-item-img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-lower-event-item-ttl {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "TsukuGoPr5-R";
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 15px;
  overflow: hidden;
  height: 5.2em;
  z-index: 2;
  text-align: justify;
}

.l-lower-event-item-info-box {
  position: relative;
  padding-top: 20px;
  z-index: 2;
}

.l-lower-event-item-info-box::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-lower-event-item-info-box p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #00B255;
  vertical-align: middle;
}

.l-lower-event-item-info-date {
  margin-bottom: 10px;
}

.l-lower-event-item-info-date::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/cmn_ico01.png);
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.l-lower-event-item-info-location::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/cmn_ico02.png);
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 19px;
  margin-right: 8px;
}

.l-lower-event-item-session {
  cursor: pointer;
}

.l-lower-event-item.l-lower-event-item-session::before {
  content: "";
  display: block;
  background-image: url(../img/index/index_event_session_txt.png);
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}

.l-lower-event-item.l-lower-event-item-session::after {
  content: "";
  display: block;
  background-color: #00B255;
  width: 70px;
  height: 105px;
  position: absolute;
  left: -10px;
  top: -30px;
  border-radius: 35px;
}

.l-lower-event-item-end {
  cursor: pointer;
}

.l-lower-event-item.l-lower-event-item-end::before {
  content: "";
  display: block;
  background-image: url(../img/index/index_event_end_txt.png);
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}

.l-lower-event-item.l-lower-event-item-end::after {
  content: "";
  display: block;
  background-color: #B4B4B4;
  width: 70px;
  height: 105px;
  position: absolute;
  left: -10px;
  top: -30px;
  border-radius: 35px;
}

/* -----------------------------------------------------------------------------
	l-lower-event｜詳細ページ
	-------------------------------------------------------------------------- */
.l-lower-event-post-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-ttl {
    margin-bottom: 80px;
  }
}
.l-lower-event-post-info-wrap {
  background-color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 26px 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    border-radius: 40px;
    margin-bottom: 80px;
  }
}
.l-lower-event-post-info-date {
  color: #00B255;
  letter-spacing: 0.05em;
  text-indent: -27px;
  padding-left: 27px;
}

.l-lower-event-post-info-date::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/cmn_ico01.png);
  background-size: cover;
  vertical-align: -5px;
  margin-right: 10px;
}

.l-lower-event-post-info-location {
  color: #00B255;
  letter-spacing: 0.05em;
  text-indent: -27px;
  padding-left: 27px;
}

.l-lower-event-post-info-location::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 24px;
  background-image: url(../img/common/cmn_ico02.png);
  background-size: cover;
  vertical-align: -7px;
  margin-right: 10px;
}

.l-lower-event-post-main-img-box {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-main-img-box {
    margin-bottom: 80px;
  }
}
.l-lower-event-post-detail-box {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-detail-box {
    margin-bottom: 160px;
  }
}
.l-lower-event-post-detail-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-detail-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 0;
  }
}
.l-lower-event-post-detail-item::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.l-lower-event-post-detail-item::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-event-post-detail-item dt {
  width: 100px;
  padding: 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-detail-item dt {
    margin-bottom: 0;
  }
}
.l-lower-event-post-detail-item dd {
  width: 100%;
  padding: 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-detail-item dd {
    width: calc(100% - 100px);
  }
}
.l-lower-event-post-access-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-access-wrap {
    margin-bottom: 160px;
  }
}
.l-lower-event-post-access-wrap .m-cmn-ttl-wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-access-wrap .m-cmn-ttl-wrap {
    margin-bottom: 50px;
  }
}
.l-lower-event-post-access-map .acf-map {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-access-map .acf-map {
    height: 380px;
    border-radius: 42px;
  }
}
.l-lower-event-post-access-map .acf-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-access-map .acf-map iframe {
    border-radius: 42px;
  }
}
.l-lower-event-post-reservation-wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-reservation-wrap {
    margin-bottom: 160px;
  }
}
.l-lower-event-post-reservation-wrap .m-cmn-ttl-wrap {
  max-width: 480px;
}

.l-lower-event-post-reservation-wrap .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-event-post-reservation-desc {
  text-align: center;
  letter-spacing: 0.3em;
}

.l-lower-event-post-reservation-items {
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-reservation-items {
    gap: 15%;
  }
}
.l-lower-event-post-reservation-items li {
  position: relative;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-reservation-items li {
    width: 25%;
  }
}
.l-lower-event-post-reservation-items img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-lower-event-post-reservation-items li:hover img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-reservation-items li:hover img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.l-lower-event-post-reservation-items li p {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-lower-event-post-reservation-items li p {
    font-size: 1.3rem;
  }
}
.l-lower-event-post-reservation-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-event-post-form-wrap .m-cmn-ttl-wrap {
  max-width: 480px;
  margin: 0 auto 40px;
}

.l-lower-event-post-form-wrap .m-cmn-ttl::after {
  width: 100%;
}

/* -----------------------------------------------------------------------------
	l-lower-voice｜一覧ページ
	-------------------------------------------------------------------------- */
.l-lower-voice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-items {
    gap: 80px;
    margin-bottom: 80px;
  }
}
.l-lower-voice-item-ttl {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2;
  padding-bottom: 30px;
}

.l-lower-voice-item-ttl::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-voice-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-voice-item-evaluation-box {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-evaluation-box {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 0;
  }
}
.l-lower-voice-item-evaluation-ttl {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.l-lower-voice-item-evaluation-box table {
  max-width: 335px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.l-lower-voice-item-evaluation-box table tr th {
  font-size: 1rem;
  letter-spacing: 0;
  color: #C89655;
  width: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.l-lower-voice-item-evaluation-box table tr th:first-of-type {
  width: 90px;
}

.l-lower-voice-item-evaluation-box table tr td:first-of-type {
  width: 90px;
  color: #C89655;
  font-size: 1.2rem;
}

.l-lower-voice-item-evaluation-box table tr td:last-of-type {
  width: 245px;
  height: 20px;
  background-size: contain;
}

.evaluation-one {
  background-image: url(../img/lower/evaluation_img01.jpg);
}

.evaluation-two {
  background-image: url(../img/lower/evaluation_img02.jpg);
}

.evaluation-three {
  background-image: url(../img/lower/evaluation_img03.jpg);
}

.evaluation-four {
  background-image: url(../img/lower/evaluation_img04.jpg);
}

.evaluation-five {
  background-image: url(../img/lower/evaluation_img05.jpg);
}

.l-lower-voice-item-evaluation-survey-img-box img {
  border-radius: 22px;
}

.l-lower-voice-item-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-txt-box {
    width: 50%;
  }
}
.l-lower-voice-item-txt-box dl div {
  position: relative;
  padding: 15px 10px;
}

.l-lower-voice-item-txt-box dl div:first-of-type::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-txt-box dl div:first-of-type::before {
    display: none;
  }
}
.l-lower-voice-item-txt-box dl div::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-voice-item-txt-box dl dt {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.l-lower-voice-item-txt-box dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 500;
}

.l-lower-voice-item-ttl-old-style {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2;
  padding-bottom: 30px;
}

.l-lower-voice-item-ttl-old-style::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-voice-item-inner-old-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-inner-old-style {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-voice-item-evaluation-box-old-style {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-evaluation-box-old-style {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 0;
  }
}
.l-lower-voice-item-evaluation-survey-img-box-old-style {
  margin-top: 20px;
}

.l-lower-voice-item-evaluation-survey-img-box-old-style img {
  border-radius: 22px;
}

.l-lower-voice-item-txt-box-old-style {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-txt-box-old-style {
    width: 50%;
  }
}
.l-lower-voice-item-txt-box-old-style dl div {
  position: relative;
  padding: 15px 10px;
}

.l-lower-voice-item-txt-box-old-style dl div:first-of-type::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}
@media screen and (min-width: 768px) {
  .l-lower-voice-item-txt-box-old-style dl div:first-of-type::before {
    display: none;
  }
}
.l-lower-voice-item-txt-box-old-style dl div::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 10px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-voice-item-txt-box-old-style dl dt {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.l-lower-voice-item-txt-box-old-style dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 500;
}

/* -----------------------------------------------------------------------------
	m-lower-about-topic｜4ページ共通
	-------------------------------------------------------------------------- */
.m-lower-about-topic-movie-wrap {
  margin-top: 70px;
  margin-bottom: 80px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-movie-wrap {
    margin-top: 200px;
  }
}
.m-lower-about-topic-movie-inner {
  max-width: 800px;
  margin: 0 auto;
}

.m-lower-about-topic-movie-inner .m-cmn-ttl-wrap {
  max-width: 410px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-movie-inner .m-cmn-ttl-wrap {
    margin-bottom: 50px;
  }
}
.m-lower-about-topic-movie-inner .m-cmn-ttl::after {
  width: 100%;
}
.m-lower-about-topic-movie {
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-movie {
    border-radius: 42px;
  }
}
.m-lower-about-topic-movie iframe {
  width: 100%;
  height: 100%;
}

.m-lower-about-topic-txt-wrap {
  margin-bottom: 40px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-txt-wrap {
    margin-bottom: 80px;
  }
}
.m-lower-about-topic-txt-inner {
  max-width: 520px;
  margin: 0 auto;
}

.m-lower-about-topic-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-ttl {
    font-size: 2.5rem;
    text-align: center;
  }
}
.m-lower-about-topic-desc {
  letter-spacing: 0.3em;
  text-align: justify;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-desc {
    font-size: 1.5rem;
  }
}
.m-lower-about-topic-right-img-wrap {
  overflow: hidden;
  padding: 0 0 0 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-right-img-wrap {
    margin-bottom: 80px;
  }
}
.m-lower-about-topic-right-img-inner {
  max-width: 800px;
  margin: 0 auto;
}

.m-lower-about-topic-right-img-box-pc {
  overflow: hidden;
  border-radius: 36px 0 0 36px;
  margin-right: calc(50% - 50vw);
  display: none;
}
@media screen and (min-width: 480px) {
  .m-lower-about-topic-right-img-box-pc {
    display: block;
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-right-img-box-pc {
    height: 440px;
  }
}
.m-lower-about-topic-right-img-box-sp {
  height: 200px;
  overflow: hidden;
  border-radius: 36px 0 0 36px;
  margin-right: calc(50% - 50vw);
  display: block;
}
@media screen and (min-width: 480px) {
  .m-lower-about-topic-right-img-box-sp {
    display: none;
  }
}
.m-lower-about-topic-left-img-wrap {
  overflow: hidden;
  padding: 0 40px 0 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-left-img-wrap {
    margin-bottom: 80px;
  }
}
.m-lower-about-topic-left-img-inner {
  max-width: 800px;
  margin: 0 auto;
}

.m-lower-about-topic-left-img-box-pc {
  overflow: hidden;
  border-radius: 0 36px 36px 0;
  margin-left: calc(50% - 50vw);
  display: none;
}
@media screen and (min-width: 480px) {
  .m-lower-about-topic-left-img-box-pc {
    height: 300px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .m-lower-about-topic-left-img-box-pc {
    height: 440px;
  }
}
.m-lower-about-topic-left-img-box-sp {
  height: 200px;
  overflow: hidden;
  border-radius: 0 36px 36px 0;
  margin-left: calc(50% - 50vw);
  display: block;
}
@media screen and (min-width: 480px) {
  .m-lower-about-topic-left-img-box-sp {
    display: none;
  }
}
/* ----------------------------------------------------------------------------
	l-lower-support-warranty-system
	-------------------------------------------------------------------------- */
.l-lower-support-warranty-system {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-warranty-system {
    margin-top: 160px;
  }
}
.l-lower-support-warranty-system-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-support-warranty-system-desc {
  text-align: justify;
  padding: 0 50px;
  margin-top: 30px;
  letter-spacing: 0.3em;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-warranty-system-desc {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
  }
}
.l-lower-support-warranty-system-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-support-warranty-system-img-pc {
    display: block;
    padding: 0 10px;
  }
}
.l-lower-support-warranty-system-img-sp {
  display: block;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-warranty-system-img-sp {
    display: none;
  }
}
.l-lower-support-building-warranty {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-building-warranty {
    margin-top: 160px;
  }
}
.l-lower-support-building-warranty .m-cmn-lower-support-ttl-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-building-warranty .m-cmn-lower-support-ttl-wrap {
    margin-bottom: 40px;
  }
}
.l-lower-support-feature-item {
  height: auto;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-support-feature-item {
    padding: 0 30px;
    height: 340px;
  }
}
.l-lower-support-feature-item-inner {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .l-lower-support-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-support-feature-item-img-box {
  position: relative;
  margin-left: 0;
  width: 90%;
  border-radius: 0 34px 34px 0;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-support-feature-item-img-box {
    width: 46%;
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-support-feature-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-support-feature-item-txt-box {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-feature-item-txt-box {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-lower-support-feature-item-desc {
  text-align: justify;
  letter-spacing: 0.3em;
}

.l-lower-support-detail-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-support-detail-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  background-color: #C89655;
  border-radius: 23px;
  padding: 10px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin: 40px 30px 20px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-detail-ttl {
    margin: 80px 10px 30px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-support-detail-ttl {
    margin: 80px 0 30px 0;
  }
}
.l-lower-support-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-support-detail-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-support-detail-inner ul {
  width: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-detail-inner ul {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-support-detail-inner ul {
    padding: 0;
  }
}
.l-lower-support-detail-inner ul li {
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}

.l-lower-support-detail-inner ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #323232;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
}

.l-lower-support-detail-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-support-detail-img-pc {
    display: block;
  }
}
.l-lower-support-detail-img-sp {
  display: block;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-detail-img-sp {
    display: none;
  }
}
.l-lower-support-equipment-warranty {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty {
    margin-top: 160px;
  }
}
.l-lower-support-equipment-warranty .m-cmn-lower-support-ttl-wrap {
  margin-bottom: 40px;
}

.l-lower-support-equipment-feature-item {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item {
    padding: 0 30px;
    margin-bottom: 80px;
  }
}
.l-lower-support-equipment-feature-item-inner {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 340px;
  }
}
.l-lower-support-equipment-feature-item-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item-txt-box {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-lower-support-equipment-feature-item-num {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #C89655;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item-num {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.l-lower-support-equipment-feature-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-support-equipment-feature-item-desc {
  text-align: justify;
  letter-spacing: 0.3em;
}

.l-lower-support-equipment-feature-item-img-box {
  position: relative;
  margin-left: auto;
  width: 90%;
  border-radius: 34px 0 0 34px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item-img-box {
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-support-equipment-feature-item:nth-of-type(even) .l-lower-support-equipment-feature-item-img-box {
  position: relative;
  margin-right: auto;
  width: 90%;
  border-radius: 0 34px 34px 0;
  overflow: hidden;
  height: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-feature-item:nth-of-type(even) .l-lower-support-equipment-feature-item-img-box {
    width: 46%;
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-support-equipment-feature-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-support-equipment-warranty-point {
  background-color: #fff;
  padding: 60px 50px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-point {
    padding: 60px 20px;
    margin-bottom: 80px;
  }
}
.l-lower-support-equipment-warranty-point-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-support-equipment-warranty-point-ttl {
  font-size: 2rem;
  letter-spacing: 0.3em;
  color: #C89655;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-point-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-support-equipment-warranty-point-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-point-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-support-equipment-warranty-point-items {
    gap: 20px;
  }
}
.l-lower-support-equipment-warranty-point-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-lower-support-equipment-warranty-point-items li img {
  width: 60px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-point-items li img {
    width: 70px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-support-equipment-warranty-point-items li img {
    width: 80px;
    margin-right: 20px;
  }
}
.l-lower-support-equipment-warranty-point-item-desc {
  letter-spacing: 0.3em;
}

.l-lower-support-equipment-warranty-point-item-desc span {
  color: #C89655;
}

.l-lower-support-equipment-warranty-subject {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-subject {
    margin-bottom: 160px;
  }
}
.l-lower-support-equipment-warranty-subject-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-support-equipment-warranty-subject-inner .l-lower-support-detail-ttl {
  margin: 0 10px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-subject-inner .l-lower-support-detail-ttl {
    margin: 0 0 30px 0;
  }
}
.l-lower-support-equipment-warranty-subject-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-subject-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-support-equipment-warranty-subject-items > li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-equipment-warranty-subject-items > li {
    width: 49%;
    margin-bottom: 30px;
  }
}
.l-lower-support-equipment-warranty-subject-items > li:last-of-type {
  margin-bottom: 0;
}

.l-lower-support-equipment-warranty-subject-item-ttl {
  position: relative;
  color: #C89655;
  letter-spacing: 0.3em;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.l-lower-support-equipment-warranty-subject-item-ttl::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 7px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-support-equipment-warranty-subject-item-details > li {
  text-indent: -16px;
  padding-left: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}

.l-lower-support-equipment-warranty-subject-item-details > li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #323232;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 5px;
}

.l-lower-support-equipment-warranty-subject-attention-box li {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-indent: -6px;
  padding-left: 12px;
}

.l-lower-support-equipment-warranty-subject-attention-box li::before {
  content: "※";
  display: inline-block;
}

.l-lower-support-faq {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq {
    margin-bottom: 80px;
  }
}
.l-lower-support-faq-inner {
  max-width: 900px;
  margin: 0 auto;
}

.l-lower-support-faq-inner .m-cmn-ttl-wrap {
  max-width: 310px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq-inner .m-cmn-ttl-wrap {
    max-width: 410px;
  }
}
.l-lower-support-faq-inner .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-support-faq-item {
  background-color: #fff;
  border-radius: 22px;
  margin-bottom: 30px;
  padding: 30px;
}

.l-lower-support-faq-item-question {
  position: relative;
  padding-bottom: 15px;
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq-item-question {
    font-size: 2rem;
    padding-left: 55px;
  }
}
.l-lower-support-faq-item-question::before {
  content: "";
  display: block;
  width: 34px;
  height: 25px;
  background-image: url(../img/lower/support_faq02.png);
  background-size: cover;
  margin-right: 20px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq-item-question::before {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
  }
}
.l-lower-support-faq-item-question::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 20%, transparent 20%, transparent);
  background-size: 7px;
  background-position: left;
  content: "";
  display: inline-block;
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.l-lower-support-faq-item-answer {
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq-item-answer {
    padding-left: 55px;
  }
}
.l-lower-support-faq-item-answer::before {
  content: "";
  display: block;
  width: 34px;
  height: 25px;
  background-image: url(../img/lower/support_faq01.png);
  background-size: cover;
  margin-right: 20px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq-item-answer::before {
    display: inline-block;
    position: absolute;
    margin-bottom: 0;
  }
}
.l-lower-support-faq-item-answer-small {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}

.l-lower-support-faq-item-answer > ul > li {
  text-indent: -15px;
  padding-left: 15px;
}

.l-lower-support-faq-item-answer > ul > li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #323232;
  margin-left: 5px;
  margin-right: 7px;
  vertical-align: middle;
}

.l-lower-support-faq-sub-ttl {
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-support-faq-sub-ttl {
    font-size: 2.5rem;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
/* ----------------------------------------------------------------------------
	l-lower-handle-life「手の家」ページ、「のこす家」ページの共通スタイル
	-------------------------------------------------------------------------- */
.l-lower-handle-life-mv {
  margin-top: 70px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-mv {
    margin-top: 165px;
    height: 660px;
  }
}
.l-lower-handle-life-mv-catch-box {
  background-color: #BCA485;
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-mv-catch-box {
    padding: 80px 30px;
  }
}
.l-lower-handle-life-mv-catch-box-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-handle-life-mv-catch {
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-mv-catch {
    text-align: center;
  }
}
.l-lower-handle-life-mv-sub-catch {
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}

.l-lower-handle-life-mv-catch-txt {
  font-size: 2rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-mv-catch-txt {
    font-size: 2.5rem;
  }
}
.l-lower-handle-life-mv-catch-desc {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  color: #fff;
  padding-bottom: 240px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-mv-catch-desc {
    font-size: 1.5rem;
    padding-bottom: 0;
  }
}
.l-lower-handle-life-deco01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 138px;
  height: 194px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-deco01 {
    bottom: 0;
    right: 0;
    width: 143px;
    height: 202px;
  }
}
.page-renovation .l-lower-handle-life-mv-catch-desc {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .page-renovation .l-lower-handle-life-mv-catch-desc {
    padding-bottom: 0;
  }
}
.l-lower-handle-life-deco02 {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 138px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-deco02 {
    bottom: 0;
    right: 0;
    width: 183px;
  }
}
.l-lower-handle-life-insert-img-box {
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-insert-img-box {
    height: 440px;
  }
}
.l-lower-handle-life-insert-txt-box {
  padding: 40px 30px;
  background-color: #BCA485;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-insert-txt-box {
    padding: 80px 30px;
  }
}
.l-lower-handle-life-insert-txt-box p {
  max-width: 520px;
  margin: 0 auto;
  letter-spacing: 0.3em;
  color: #fff;
  text-align: justify;
}

.l-lower-handle-life-btn-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-btn-wrap {
    margin-bottom: 60px;
  }
}
.l-lower-handle-life-feature-item {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item {
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
.l-lower-handle-life-feature-item:last-of-type {
  margin-bottom: 0;
}

.l-lower-handle-life-feature-item-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-handle-life-feature-item:nth-of-type(even) .l-lower-handle-life-feature-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item:nth-of-type(even) .l-lower-handle-life-feature-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-lower-handle-life-feature-item-txt-box {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item-txt-box {
    width: 50%;
    padding: 0;
    margin-bottom: 0;
  }
}
.l-lower-handle-life-feature-item-ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
  padding-left: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item-ttl {
    font-size: 2.5rem;
    padding-left: 150px;
    margin-bottom: 50px;
  }
}
.l-lower-handle-life-feature-item-ttl::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item-ttl::before {
    width: 120px;
    height: 120px;
  }
}
.tenoie-point-01::before {
  background-image: url(../img/lower/tenoie_img21.png);
}

.tenoie-point-02::before {
  background-image: url(../img/lower/tenoie_img22.png);
}

.tenoie-point-03::before {
  background-image: url(../img/lower/tenoie_img23.png);
}

.nokosu-point-01::before {
  background-image: url(../img/lower/nokosu_img06.png);
}

.nokosu-point-02::before {
  background-image: url(../img/lower/nokosu_img08.png);
}

.nokosu-point-03::before {
  background-image: url(../img/lower/nokosu_img10.png);
}

.l-lower-handle-life-feature-item-desc {
  text-align: justify;
  letter-spacing: 0.3em;
}

.l-lower-handle-life-feature-item-img-box {
  position: relative;
  margin-left: auto;
  width: 90%;
  border-radius: 34px 0 0 34px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item-img-box {
    width: 46%;
    position: absolute;
    right: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-handle-life-feature-item:nth-of-type(even) .l-lower-handle-life-feature-item-img-box {
  position: relative;
  margin-right: auto;
  width: 90%;
  border-radius: 0 34px 34px 0;
  overflow: hidden;
  height: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-feature-item:nth-of-type(even) .l-lower-handle-life-feature-item-img-box {
    width: 46%;
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
  }
}
.l-lower-handle-life-feature-item-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-handle-life-point {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-point {
    padding: 160px 0;
  }
}
.l-lower-handle-life-tenoie-point-ttl-wrap {
  max-width: 450px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.l-lower-handle-life-tenoie-point-ttl-wrap .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-handle-life-tenoie-gallery {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-tenoie-gallery {
    margin-bottom: 60px;
  }
}
.l-lower-handle-life-tenoie-gallery-inner {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.l-lower-handle-life-tenoie-gallery-inner .m-cmn-ttl-wrap {
  max-width: 450px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.l-lower-handle-life-tenoie-gallery-inner .m-cmn-ttl::after {
  width: 100%;
}

.swiper-container-gallery .swiper-slide:nth-child(1) {
  width: 48%;
}

.swiper-container-gallery .swiper-slide:nth-child(2) {
  width: 48%;
}

.swiper-container-gallery .swiper-slide:nth-child(3) {
  width: 30%;
}

.swiper-container-gallery .swiper-slide:nth-child(4) {
  width: 66%;
}

.swiper-container-gallery .swiper-slide:nth-child(5) {
  width: 30%;
}

.swiper-container-gallery .swiper-slide:nth-child(6) {
  width: 32%;
}

.swiper-container-gallery .swiper-slide:nth-child(7) {
  width: 32%;
}

.swiper-container-gallery .swiper-slide:nth-child(8) {
  width: 48%;
}

.swiper-container-gallery .swiper-slide:nth-child(9) {
  width: 48%;
}

.l-lower-handle-life-nokosu-point-ttl-wrap {
  max-width: 650px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.l-lower-handle-life-nokosu-point-ttl-wrap .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-handle-life-nokosu-gallery {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-nokosu-gallery {
    margin-bottom: 60px;
  }
}
.l-lower-handle-life-nokosu-gallery-inner {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.l-lower-handle-life-nokosu-gallery-inner .m-cmn-ttl-wrap {
  max-width: 650px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.l-lower-handle-life-nokosu-gallery-inner .m-cmn-ttl::after {
  width: 100%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(1) {
  width: 48%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(2) {
  width: 48%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(3) {
  width: 66%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(4) {
  width: 30%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(5) {
  width: 30%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(6) {
  width: 66%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(7) {
  width: 30%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(8) {
  width: 32%;
}

.l-lower-handle-life-nokosu-gallery-inner .swiper-container-gallery .swiper-slide:nth-child(9) {
  width: 32%;
}

/* PC時のスタイル */
@media screen and (min-width: 767px) {
  .swiper-container-gallery .swiper-button-prev,
  .swiper-container-gallery .swiper-button-next {
    display: none;
  }
  .swiper-container-gallery .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 3%;
  }
}
/* 画像のサイズ調整 */
.swiper-container-gallery {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .swiper-container-gallery {
    max-height: inherit;
    padding-bottom: 0;
  }
}
.swiper-container-gallery .swiper-slide {
  border-radius: 18px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .swiper-container-gallery .swiper-slide {
    max-height: 322px;
    border-radius: 22px;
  }
}
.swiper-container-gallery .swiper-slide img {
  overflow: hidden;
  border-radius: 18px;
  width: auto;
  margin: 0 30px;
}
@media screen and (min-width: 768px) {
  .swiper-container-gallery .swiper-slide img {
    border-radius: 22px;
    width: 100%;
    margin: 0;
  }
}
.swiper-container-gallery .swiper-button-prev,
.swiper-container-gallery .swiper-button-next {
  display: block;
}
@media screen and (min-width: 768px) {
  .swiper-container-gallery .swiper-button-prev,
  .swiper-container-gallery .swiper-button-next {
    display: none;
  }
}
.swiper-container-gallery .swiper-button-prev {
  position: absolute;
  top: 85px;
  left: 0;
  background-image: none;
  width: 30px;
  height: 65px;
  cursor: pointer;
}

.swiper-container-gallery .swiper-button-next {
  position: absolute;
  top: 85px;
  right: 0;
  background-image: none;
  width: 30px;
  height: 65px;
  cursor: pointer;
}

.swiper-container-gallery .swiper-button-prev .l-swiper-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #B4B4B4;
}

.swiper-container-gallery .swiper-button-prev .l-swiper-event-scroll-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 65px;
  background-color: #323232;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  z-index: 5;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.swiper-container-gallery .swiper-button-next .l-swiper-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 30px;
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #323232;
}

.swiper-container-gallery .swiper-button-next .l-swiper-event-scroll-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 65px;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  background-color: #B4B4B4;
  z-index: 5;
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.swiper-container-gallery .swiper-button-prev.swiper-button-disabled .l-swiper-event-scroll-line::after {
  display: none;
}

.swiper-container-gallery .swiper-button-next.swiper-button-disabled .l-swiper-event-scroll-line::after {
  display: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: -5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
  }
}
/* ----------------------------------------------------------------------------
	l-lower-handle-life
	-------------------------------------------------------------------------- */
.page-handle-life .l-lower-ttl {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .page-handle-life .l-lower-ttl {
    font-size: 2.9rem;
  }
}
.l-lower-handle-life-archive {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive {
    margin-top: 200px;
    margin-bottom: 120px;
  }
}
.l-lower-handle-life-archive-item {
  overflow-x: hidden;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item {
    padding-top: 160px;
  }
}
.l-lower-handle-life-archive-item-img-box-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-handle-life-archive-item-img-box {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-img-box {
    padding: 0 0 0 100px;
  }
}
.l-lower-handle-life-archive-item-img-box-inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-img-box-inner {
    max-width: 700px;
  }
}
.l-lower-handle-life-archive-item-img {
  width: 100%;
  margin-right: calc(50% - 50vw);
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-img {
    width: auto;
  }
}
.l-lower-handle-life-archive-item-img img {
  width: 100%;
}

.l-lower-handle-life-archive-item-txt-box {
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-txt-box {
    width: 252px;
    position: absolute;
    left: -100px;
    top: -60px;
    padding: 70px 30px;
    border-radius: 126px;
  }
}
.l-lower-handle-life-archive-item-img-box-left {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-img-box-left {
    padding: 0 100px 0 0;
  }
}
.l-lower-handle-life-archive-item-img-left {
  width: 100%;
  margin-left: calc(50% - 50vw);
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-img-left {
    width: auto;
  }
}
.l-lower-handle-life-archive-item-img-box-left .l-lower-handle-life-archive-item-img-box-inner {
  position: relative;
}

.l-lower-handle-life-archive-item-img-box-left .l-lower-handle-life-archive-item-txt-box {
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-archive-item-img-box-left .l-lower-handle-life-archive-item-txt-box {
    width: 252px;
    position: absolute;
    left: auto;
    right: -100px;
    top: -60px;
    padding: 70px 30px;
    border-radius: 126px;
  }
}
/* ----------------------------------------------------------------------------
	l-lower-about
	-------------------------------------------------------------------------- */
.l-lower-about {
  margin-top: 70px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-about {
    margin-top: 200px;
    margin-bottom: 120px;
  }
}
.l-lower-about-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-about-ttl {
  max-width: 315px;
  margin: 0 auto;
  display: block;
  letter-spacing: 0.3em;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #323232));
  background: linear-gradient(transparent 96%, #323232 0%);
  background-repeat: repeat-y;
  background-size: 100% 2em;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-ttl {
    max-width: 410px;
    font-size: 3.5rem;
    margin-bottom: 80px;
  }
}
.l-lower-about-items {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-items {
    gap: 80px;
  }
}
.l-lower-about-items li {
  position: relative;
  width: 300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 158px;
  color: #fff;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-items li {
    width: 100%;
    padding: 60px 20px 80px;
    border-radius: 205px;
  }
}
.l-lower-about-items > li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 205px;
}

#about-establishment {
  background-image: url(../img/lower/about_img05.jpg);
}
@media screen and (min-width: 768px) {
  #about-establishment {
    background-image: url(../img/lower/about_img01.jpg);
  }
}
#about-passive {
  background-image: url(../img/lower/about_img06.jpg);
}
@media screen and (min-width: 768px) {
  #about-passive {
    background-image: url(../img/lower/about_img02.jpg);
  }
}
#about-carpenter {
  background-image: url(../img/lower/about_img07.jpg);
}
@media screen and (min-width: 768px) {
  #about-carpenter {
    background-image: url(../img/lower/about_img03.jpg);
  }
}
#about-support {
  background-image: url(../img/lower/about_img08.jpg);
}
@media screen and (min-width: 768px) {
  #about-support {
    background-image: url(../img/lower/about_img04.jpg);
  }
}
.l-lower-about-item-num {
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-about-item-num {
    font-size: 4.5rem;
  }
}
.l-lower-about-item-ttl-wrap {
  position: relative;
  max-width: 215px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-item-ttl-wrap {
    max-width: 400px;
  }
}
.l-lower-about-item-ttl-wrap::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/lower/about_img09.png);
  background-size: cover;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-about-item-ttl-wrap::before {
    width: 23px;
    height: 18px;
    left: -20px;
    top: -10px;
  }
}
.l-lower-about-item-ttl-wrap::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url(../img/lower/about_img10.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-about-item-ttl-wrap::after {
    width: 23px;
    height: 18px;
    right: -20px;
  }
}
.l-lower-about-item-ttl-wrap h3 {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-about-item-ttl-wrap h3 {
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.l-lower-about-item-ttl-wrap p {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-lower-about-item-ttl-wrap p {
    font-size: 1.7rem;
  }
}
.l-lower-about-items li > .m-cmn-btn-wrap p {
  position: relative;
  width: 120px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower-about-items li > .m-cmn-btn-wrap p {
    width: 200px;
  }
}
.l-lower-standard-house-nav-wrap {
  margin-top: 70px;
  padding: 35px 30px;
  background-color: #BCA485;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-nav-wrap {
    margin-top: 165px;
    padding: 80px 30px;
  }
}
.l-lower-standard-house-nav-inner {
  max-width: 840px;
  margin: 0 auto;
  color: #fff;
}

.l-lower-standard-house-nav-desc {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-nav-desc {
    text-align: center;
  }
}
.l-lower-standard-house-nav-catch {
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 50px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-nav-catch {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 70px;
    line-height: 2.3;
  }
}
.l-lower-standard-house-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 7%;
}
@media screen and (min-width: 1000px) {
  .l-lower-standard-house-nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 7%;
  }
}
.l-lower-standard-house-nav-items li {
  max-width: 390px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-standard-house-nav-items li {
    width: 390px;
  }
}
.l-lower-standard-house-nav-items li a {
  color: #fff;
}

.l-lower-standard-house-nav-items li img {
  margin-bottom: 15px;
}

.l-lower-standard-house-nav-items li:nth-child(1) img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-lower-standard-house-nav-items li:nth-child(1) img {
    width: 300px;
  }
}
.l-lower-standard-house-nav-items li:nth-child(3) img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-lower-standard-house-nav-items li:nth-child(3) img {
    width: 330px;
  }
}
.l-lower-standard-house-nav-item-form {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

.l-lower-standard-house-nav-item-ttl {
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-nav-item-ttl {
    font-size: 2.5rem;
  }
}
.l-lower-standard-house-nav-item-desc {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

.l-lower-handle-life-sub-mv {
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower-handle-life-sub-mv {
    height: 660px;
  }
}
.l-lower-standard-house-img-box {
  padding: 30px 30px 0 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-img-box {
    padding: 80px 30px 0 30px;
  }
}
.l-lower-standard-house-img-box-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-standard-house-ttl-wrap {
  max-width: 610px;
  margin: 0 auto;
}

.l-lower-standard-house-ttl {
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #323232;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-ttl {
    font-size: 3.5rem;
  }
}
.l-lower-standard-house-desc {
  font-size: 2rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-desc {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.l-lower-standard-house-txt-box {
  padding: 70px 30px 50px 30px;
  background-color: #fff;
  text-align: left;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-txt-box {
    padding: 100px 30px 50px 30px;
    margin-top: -60px;
    text-align: center;
  }
}
.l-lower-standard-house-txt-box-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-standard-house-txt-box-desc {
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-txt-box-desc {
    font-size: 2.5rem;
  }
}
.l-lower-standard-house-txt-box-detail {
  letter-spacing: 0.3em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-txt-box-detail {
    text-align: center !important;
  }
}
.l-lower-standard-house-info-wrap {
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-wrap {
    padding: 80px 30px;
  }
}
.l-lower-standard-house-info-inner {
  max-width: 800px;
  margin: 0 auto;
}

.l-lower-standard-house-info-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-item {
    margin-bottom: 80px;
  }
}
.l-lower-standard-house-info-item:last-of-type {
  margin-bottom: 0;
}

.l-lower-standard-house-info-cate {
  letter-spacing: 0.3em;
  line-height: 1.7;
  border-radius: 50px;
  background-color: #C89655;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-cate {
    margin-bottom: 35px;
  }
}
.l-lower-standard-house-info-plan-desc {
  letter-spacing: 0.3em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-plan-desc {
    text-align: center;
  }
}
.l-lower-standard-house-info-img-box-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-img-box-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-lower-standard-house-info-img-box-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-img-box-sp {
    display: none;
  }
}
.l-lower-standard-house-info-img-box-pc img,
.l-lower-standard-house-info-img-box-sp img {
  width: 100%;
}
#elma .l-lower-standard-house-info-img-box-pc img,
#elma .l-lower-standard-house-info-img-box-sp img {
  width: 100%;
}

.l-lower-standard-house-info-performance-ttl {
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.l-lower-standard-house-info-performance-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.l-lower-standard-house-info-performance-items li {
  position: relative;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items li {
    width: 33%;
  }
}
.l-lower-standard-house-info-performance-items li:first-of-type {
  padding-left: auto;
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items li:first-of-type {
    padding-left: 0 !important;
    padding-top: 20px !important;
  }
}
.l-lower-standard-house-info-performance-items li:last-of-type {
  padding-right: auto;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items li:last-of-type {
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
}
.l-lower-standard-house-info-performance-items li::after {
  content: "";
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 24%, transparent);
  background-size: 7px 2px; /* 丸の直径と間隔を縦方向に設定 */
  display: inline-block; /* 縦方向に伸ばす */
  height: 2px; /* 縦線の長さ */
  width: 100%; /* 線の幅 */
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items li::after {
    content: "";
    background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 24%, transparent);
    background-size: 2px 7px; /* 丸の直径と間隔を縦方向に設定 */
    display: inline-block; /* 縦方向に伸ばす */
    height: 100%; /* 縦線の長さ */
    width: 2px; /* 線の幅 */
    position: absolute;
    right: 0;
    top: 0;
  }
}
.l-lower-standard-house-info-performance-items li:last-of-type::after {
  display: none;
}

.l-lower-standard-house-info-performance-items li .performance-name {
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  color: #C89655;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items li .performance-name {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.l-lower-standard-house-info-performance-items li .performance-name span {
  font-size: 1.5rem;
  vertical-align: 0;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-performance-items li .performance-name span {
    vertical-align: 2px;
  }
}
.l-lower-standard-house-info-performance-items li .performance-desc {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  text-align: center;
}

.l-lower-standard-house-info-performance-items li:first-of-type .performance-desc {
  font-size: 1.2rem;
  text-align: justify;
}
.l-lower-standard-house-info-price {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 20px;
}

.l-lower-standard-house-info-price .txt-medium {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-price .txt-medium {
    letter-spacing: 0.3em;
  }
}
.l-lower-standard-house-info-price .txt-small {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-price .txt-small {
    letter-spacing: 0.3em;
  }
}
.l-lower-standard-house-info-price-attention-items {
  max-width: 610px;
  margin: 0 auto;
}

.l-lower-standard-house-info-price-attention-items li {
  font-size: 1.2rem;
  text-align: justify;
  text-indent: -12px;
  padding-left: 12px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-info-price-attention-items li {
    text-indent: 0;
    padding-left: 0;
  }
}
.l-lower-standard-house-btn-wrap {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-lower-standard-house-btn-wrap {
    margin-bottom: 120px;
  }
}