@charset "UTF-8";
@import url("https://use.typekit.net/onb8jkb.css");
body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #231815;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
  font-size: 1.2rem;
}

 /*NEWマーク*/
[data-ruby] {
    position: relative;
}

[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.6em;
    right: -5px;
    margin: auto;
    font-size: 1.1em;
    color: #FFFFFF; /* 文字色を白に */
    background: #FF0000; /* 背景色を赤に */
    padding: 1px 4px 0px; /* 文字周りの余白 */
    font-weight: 700;
    letter-spacing: 2px;
}

@media (max-width: 576px) {
 /*NEWマーク*/
 [data-ruby] {position: relative;}
[data-ruby]::before {content: attr(data-ruby);position: absolute;top: -1.2em;right: -5px;margin: auto;font-size: 0.7em;color:#FF0000;text-shadow:1px 0 0 #fff,1px 1px 0 #fff,0 1px 0 #fff,-1px 1px 0 #fff,-1px 0 0 #fff,-1px -1px 0 #fff,0 -1px 0 #fff,1px -1px 0 #fff;letter-spacing: 2px;
}}



@media (max-width: 576px) {
  p {
    font-size: 0.85rem;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.is-pc {
  display: block;
}
@media (max-width: 576px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 576px) {
  .is-sp {
    display: block;
  }
}

.c-red {
  color: #c8161d;
}

.xsmall {
  font-size: 10px;
}
@media (max-width: 576px) {
  .xsmall {
    font-size: 7px;
  }
}

.link-deactive {
  pointer-events: none;
  opacity: 0.3;
}

.l-header {
  background: #fff url(../img/common/page-line.webp) repeat-x left top;
  background-size: auto 8px;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}
@media (max-width: 576px) {
  .l-header {
    position: relative;
  }
}
.l-header .header-nav {
  padding: 6px 0 6px;
}
@media (max-width: 576px) {
  .l-header .header-nav {
    display: none;
  }
}
.l-header .header-nav .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-header .header-nav .list li {
  position: relative;
  margin-top: 10px;
}
.l-header .header-nav .list li:last-child a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 1px solid #595757;
  height: 35px;
  width: 1px;
  top: 0;
  right: -1px;
}
.l-header .header-nav .list li a {
  color: #595757;
  position: relative;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0 15px 10px;
  line-height: 1.5;
}
.l-header .header-nav .list li a::before {
  content: "";
  top: 0;
  position: absolute;
  display: inline-block;
  border-left: 1px solid #595757;
  height: 35px;
  width: 1px;
  left: -1px;
}
.l-header .header-nav .list li a .en {
  color: #cba612;
  display: block;
  font-size: 0.60rem;
}
.l-header .header-nav .list li a.deactive {
  pointer-events: none;
  opacity: 0.2;
}
.l-header .header-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 10px 0 0;
}
@media (max-width: 576px) {
  .l-header .header-wrapper {
    padding: 12px 0 9px;
  }
}
.l-header .header-wrapper .logo {
  line-height: 0;
  text-align: left;
  width: 400px;
  margin: auto auto auto 15px;
  padding: 10px 0 5px;
}
@media (max-width: 992px) {
  .l-header .header-wrapper .logo {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .l-header .header-wrapper .logo {
    width: 90%;
    margin: auto;
    padding: 6px 0;
  }
}
.l-header .header-wrapper .button {
  position: relative;
}
@media (max-width: 576px) {
  .l-header .header-wrapper .button {
    display: none;
  }
}
.l-header .header-wrapper .button .list {
  display: flex;
  align-items: center;
}
.l-header .header-wrapper .button .list .item {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .l-header .header-wrapper .button .list .item {
    margin-left: 5px;
  }
}
.l-header .header-wrapper .button .list .item a.primary-link {
  position: relative;
  font-size: 0.8rem;
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #231815;
  padding: 5px 10px 8px;
}
.l-header .header-wrapper .button .list .item a.primary-link.map-link::before {
  content: "";
  display: inline-block;
  background: url(../img/common/header-icon01.svg) no-repeat center left;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: -5px;
}
.l-header .header-wrapper .button .list .item a.primary-link.outline-link::before {
  content: "";
  display: inline-block;
  background: url(../img/common/header-icon02.svg) no-repeat center left;
  background-size: 100% auto;
  width: 18px;
  height: 23px;
  margin-right: 5px;
  vertical-align: -5px;
}
.l-header .header-wrapper .button .list .item a.secondary-link {
  text-align: center;
  display: block;
  background: rgb(202, 123, 125);
  background: linear-gradient(0deg, rgb(202, 123, 125) 0%, rgb(142, 45, 59) 100%);
  text-decoration: none;
  color: #fff;
  padding: 0 25px;
  height: 70px;
  line-height: 80px;
  width: 180px;
}
.l-header .header-wrapper .button .list .item a.request-link {
  text-align: center;
  display: block;
  background: #00a95f;
  text-decoration: none;
  color: #fff;
  padding: 5px 15px 8px;
  font-size: 0.8rem;
}
.l-header .header-wrapper .button .list .item a.request-link::before {
  content: "";
  display: inline-block;
  background: url(../img/common/header-icon03.svg) no-repeat center left;
  background-size: 100% auto;
  width: 18px;
  height: 23px;
  margin-right: 5px;
  vertical-align: -5px;
}
.l-header .header-wrapper .button .list .item a.reserve-link {
  text-align: center;
  display: block;
  background: #cba612;
  text-decoration: none;
  color: #fff;
  padding: 5px 15px 8px;
  font-size: 0.8rem;
}
.l-header .header-wrapper .button .list .item a.reserve-link::before {
  content: "";
  display: inline-block;
  background: url(../img/common/header-icon04.svg) no-repeat center left;
  background-size: 100% auto;
  width: 21px;
  height: 24px;
  margin-right: 5px;
  vertical-align: -5px;
}

.index .l-header .header-nav .list .item01::after,
.concept .l-header .header-nav .list .item02::after,
.plan .l-header .header-nav .list .item03::after,
.modelhouse .l-header .header-nav .list .item04::after,
.design .l-header .header-nav .list .item05::after,
.location .l-header .header-nav .list .item06::after,
.access .l-header .header-nav .list .item07::after,
.equipment .l-header .header-nav .list .item08::after,
.zeh .l-header .header-nav .list .item09::after,
.smartcity .l-header .header-nav .list .item10::after,
.brand .l-header .header-nav .list .item11::after,
.members .l-header .header-nav .list .item12::after{
  content: "";
  position: relative;
  display: block;
  margin: auto;
  border-bottom: 2px solid #00a95f;
  width: 46%;
  height: 2px;
  bottom: 8px;
}

main.main {
  padding-top: 153px;
}
@media (max-width: 1280px) {
  main.main {
    padding-top: 175px;
  }
}
@media (max-width: 1000px) {
.l-header .header-nav .list li a {
  color: #595757;
  position: relative;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 0.7rem;
  padding: 0 15px 10px;
  line-height: 1.5;
}}



@media (max-width: 576px) {
  main.main {
    padding-top: 0;
  }
}

.c-container1 {
  width: 90%;/*
  max-width: 1200px;*/
  margin: auto;
}


.c-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.c-container2 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


.c-cap {
  padding: 2px 4px 4px 40px;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.8) 100%);
  line-height: 1;
  position: absolute;
  color: #fff;
  font-size: 0.6rem;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.c-note {
  color: #4c4948;
  font-size: 0.7rem;
  padding: 45px 0 30px;
}
@media (max-width: 576px) {
  .c-note {
    font-size: 0.7rem;
  }
}
.c-note .item {
  display: flex;
}

.header-container.fixed {
  z-index: 999;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}
@media (max-width: 576px) {
  .header-container.fixed {
    position: relative;
  }
}

.header-container nav.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  position: fixed;
  bottom: 0;
}

.header-container nav.main-nav ul {
  padding-left: 0;
  width: 100%;
  border-top: 1px solid #b2b2b2;
  background: #fff;
  padding-top: 1px;
  display: none;
}
@media (max-width: 576px) {
  .header-container nav.main-nav ul {
    display: flex;
  }
}

.header-container nav.main-nav ul li {
  width: 24%;
}

.header-container nav.main-nav ul li a {
  font-size: 75% !important;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
}

.header-container nav.main-nav ul li:nth-child(1) a {
  width: 50%;
  position: relative;
}

.header-container nav.main-nav ul li a span:last-child {
  display: block;
  position: relative;
}

.header-container nav.main-nav ul li a span:last-child:before {
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  padding: 0 !important;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.5em);
  transform: translateX(-50%);
}

.header-container nav.main-nav ul li:nth-child(1) a:nth-child(1) span:last-child:before {
  width: 2em;
  height: 2em;
}

.header-container nav.main-nav ul li:nth-child(2) a span:last-child:before {
  width: 2em;
  height: 3.1em;
}

.header-container nav.main-nav ul li:nth-child(3) a span:last-child:before {
  width: 2.3em;
  height: 3.1em;
}

.header-container nav.main-nav ul li:nth-child(1) a:nth-child(1) span:last-child:before {
  background: url("../img/common/footer-icon04.svg") no-repeat 50%;
  background-size: contain;
}

.header-container nav.main-nav ul li:nth-child(1) a:nth-child(2) span:last-child:before {
  background: url("../img/common/header-icon01.svg") no-repeat 50%;
  background-size: contain;
}

.header-container nav.main-nav ul li:nth-child(2) a span:last-child:before {
  position: relative;
  background: url("../img/common/header-icon03.svg") no-repeat 50%;
  background-size: contain;
}

.header-container nav.main-nav ul li:nth-child(3) a span:last-child:before {
  position: relative;
  background: url("../img/common/header-icon04.svg") no-repeat 50%;
  background-size: contain;
}

.header-container nav.main-nav ul li:nth-last-child(2) a {
  margin-left: 0;
}

.header-container nav.main-nav ul li:nth-child(1) a:nth-child(1):after,
.header-container nav.main-nav ul li:nth-child(1) a:nth-child(1):before {
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.header-container nav.main-nav ul li:nth-child(1) a:nth-child(1):after {
  right: 0;
}

.header-container nav.main-nav ul li:nth-child(1) a:nth-child(1):before {
  left: 0;
}

.header-container #btnNavView {
  display: block;
  margin: auto;
  width: 17vw;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.header-container #btnNavView a {
  position: relative;
  display: block;
  color: #ccc;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.header-container #btnNavView .icon01 {
  display: none;
  position: absolute;
  top: 0.2em;
  right: 0.4em;
  z-index: 100;
  width: 1.35em;
  height: 1.35em;
  background: #ccc;
  border-radius: 50%;
}

.header-container #btnNavView .icon01 span {
  color: #fff;
  height: 1.35em;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-container #panel-btn-icon {
  pointer-events: all;
  position: absolute;
  display: block;
  top: 40%;
  left: 0;
  right: 0;
  width: 26px;
  height: 1px;
  margin: -1px auto;
  background: #fff;
  transition: 0.2s;
}

.header-container #panel-btn-icon:before,
.header-container #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 44%;
  width: 26px;
  height: 1px;
  background: #fff;
}

.header-container #panel-btn-icon:before {
  margin-top: -8px;
}

.header-container #panel-btn-icon:after {
  margin-top: 8px;
}

.header-container #panel-btn .close {
  background: transparent;
}

.header-container #panel-btn .close:before,
.header-container #panel-btn .close:after {
  margin-top: -1px;
}

.header-container #panel-btn .close:before {
  transform: rotate(-45deg);
}

.header-container #panel-btn .close:after {
  transform: rotate(-135deg);
}

.header-container #panel-btn .sp01 {
  display: block;
  color: #fff;
  font-size: 75%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.75em;
  z-index: 100;
}

.header-container #panel-btn .sp01.fix02 {
  opacity: 0;
}

.header-container .close #panel-btn .sp01.fix01 {
  opacity: 0;
}

.header-container .close #panel-btn .sp01.fix02 {
  opacity: 1;
}

.header-container nav#globalNavigation {
  border-top: #fff 1px solid;
  display: none;
  z-index: 999;
  position: fixed;background: #00a95f;
}

.header-container nav#globalNavigation ul {
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
}

.header-container nav#globalNavigation ul li {
  text-align: center;
  width: 50%;
}

.header-container nav#globalNavigation ul li a {
  background: #00a95f;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 100%;
  line-height: 2;
  border-bottom: 1px solid #fff;
}

.header-container nav#globalNavigation ul li a.deactive {
  pointer-events: none;
}

.header-container nav#globalNavigation ul li a.deactive .en {
  opacity: 0.3;
}

.header-container nav#globalNavigation ul li.blank a {
  background: #00a95f;
  display: block;
  height: 100%;
  pointer-events: none;
}

.header-container nav#globalNavigation ul li:nth-last-child(2) a,
.header-container nav#globalNavigation ul li:last-child a {
  border-bottom: 0;
}

.header-container nav#globalNavigation ul li:nth-child(odd) a {
  border-right: 1px solid #fff;
}

.header-container nav#globalNavigation ul li a:after {
  color: #222;
  opacity: 1;
  transition: 0.5s;
}

.header-container nav.main-nav ul li:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 35%;
}

.header-container nav.main-nav ul li:nth-last-child(2) a:first-child {
  display: none;
}
@media (max-width: 576px) {
  .header-container nav.main-nav ul li:nth-last-child(2) a:first-child {
    display: block;
  }
}

.header-container nav#globalNavigation ul li a {
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .header-container nav#globalNavigation ul li a {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

.header-container nav#globalNavigation ul li a:hover {
  opacity: 1;
}

.header-container nav#globalNavigation .en {
  color: #ffec13;
  display: block;
  font-size: 0.7rem;
}
@media (max-width: 576px) {
  .header-container nav#globalNavigation .en span {
    display: block;
  }
}

.header-container nav#globalNavigation .en span {
  color: #fff;
  font-size: 0.95rem;
  display: block;
  margin-top: 3px;
}

.header-container nav#globalNavigation {
  top: auto;
  bottom: 70px;
}
.header-container nav#globalNavigation a {
  padding: 10px 0;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .header-container nav#globalNavigation a {
    font-size: 0.7rem !important;
    padding: 12px 0 10px;
  }
}

.main-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.header-container .item1 {
  background: #fff;
}
.header-container .item1 a {
  text-decoration: none;
  color: #231815;
}

.header-container .item2 {
  background: #00a95f;
}

.header-container .item3 {
  background: #cba612;
}

.header-container .item1 span {
  top: 64px;
}
@media (max-width: 576px) {
  .header-container .item1 span {
    top: 46px;
  }
}

@media (max-width: 576px) {
  .header-container #panel-btn .sp01 {
    bottom: 1.5em;
  }
}

.header-container .item2 a {
  text-decoration: none;
  color: #fff;
  top: 15px;
  position: relative;
}

.header-container .item3 a {
  text-decoration: none;
  color: #fff;
  top: 15px;
  position: relative;
}

.header-container .item2 span,
.header-container .item3 span {
  top: 12px;
}
@media (max-width: 576px) {
  .header-container .item2 span,
  .header-container .item3 span {
    top: -5px;
  }
}

.header-container #btnNavView {
  display: none;
}
@media (max-width: 576px) {
  .header-container #btnNavView {
    display: block;
    background: #00a95f;
  }
}

.header-container .fnav {
  display: block;
  height: 100px;
}
@media (max-width: 576px) {
  .header-container .fnav {
    height: 70px;
  }
}

.footer-links {
  background: #00a95f;
  padding: 70px 0;
}
@media (max-width: 576px) {
  .footer-links {
    padding: 35px 0;
  }
}
.footer-links .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-links .list .item {
  text-align: center;
  position: relative;
  width: calc(33.3333% - 7px);
}
@media (max-width: 576px) {
  .footer-links .list .item {
    width: calc(50% - 7px);
  }
}
.footer-links .list .item .c-cap {
  right: 5px;
  bottom: 5px;
}
@media (max-width: 576px) {
  .footer-links .list .item .c-cap {
    right: 2px;
    bottom: 2px;
  }
}
.footer-links .list .item img {
  zoom: 0.5;
}
@media (max-width: 576px) {
  .footer-links .list .item img {
    zoom: 0.25;
  }
}
.footer-links .list .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 841/601;
  width: 100%;
}
.footer-links .list .item a img {
  position: relative;
  z-index: 2;
}
.footer-links .list .item a.deactive {
  pointer-events: none;
  opacity: 0.4;
}
.footer-links .list .item01 a::before {
  background: url(../img/common/c-link01.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item02 a::before {
  background: url(../img/common/c-link02.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item03 a::before {
  background: url(../img/common/c-link03.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item04 a::before {
  background: url(../img/common/c-link04.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item05 a::before {
  background: url(../img/common/c-link05.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item06 a::before {
  background: url(../img/common/c-link06.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item07 a::before {
  background: url(../img/common/c-link07.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item08 a::before {
  background: url(../img/common/c-link08.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-links .list .item09 a::before {
  background: url(../img/common/c-link09.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-links .list .item10 a::before {
  background: url(../img/common/c-link10.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-links .list .item11 a::before {
  background: url(../img/common/c-link11.webp) no-repeat center center;
  background-size: contain;
  content: "";
  aspect-ratio: 841/601;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.l-footer {
  background: #cba612;
  text-align: center;
  padding: 50px 0 0;
}
@media (max-width: 576px) {
  .l-footer {
    padding: 20px 0 70px;
  }
}
.l-footer .icon-list {
  display: flex;
  justify-content: center;
  max-width: 380px;
  margin: auto;
}
@media (max-width: 576px) {
  .l-footer .icon-list {
    margin: 0 0 20px;
  }
}
.l-footer .icon-list .item {
  text-align: center;
  margin: auto;
  border-left: 1px solid #fff;
  flex-shrink: 0;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .l-footer .icon-list .item {
    width: 25%;
    padding: 0;
  }
}
.l-footer .icon-list .item:last-child {
  border-right: 1px solid #fff;
}
.l-footer .icon-list .item a {
  text-decoration: none;
  color: #fff;
}
.l-footer .icon-list .item img {
  width: auto;
  height: 42px;
}
@media (max-width: 576px) {
  .l-footer .icon-list .item img {
    font-size: 42px;
  }
}
.l-footer .icon-list .item .text {
  text-align: center;
  display: block;
  letter-spacing: 0.3rem;
  font-size: 1.1rem;
  margin: 7px 0 0;
}
@media (max-width: 576px) {
  .l-footer .icon-list .item .text {
    font-size: 0.75rem;
    margin: 3px 0 0;
    letter-spacing: 0.15rem;
  }
}
.l-footer .footer-nav {
  background: #f8f5ee;
  padding: 16px 0;
  margin: 0 0 50px;
}
@media (max-width: 576px) {
  .l-footer .footer-nav {
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (max-width: 576px) {
  .l-footer .footer-nav .c-container {
    width: 100%;
  }
}
.l-footer .footer-nav .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .l-footer .footer-nav .list {
    border-top: 1px solid #cac9c5;
    border-bottom: 1px solid #cac9c5;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .l-footer .footer-nav .list li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .l-footer .footer-nav .list li:last-child a {
    border-bottom: 0;
  }
}
.l-footer .footer-nav .list li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.75rem;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .l-footer .footer-nav .list li a {
    padding: 10px 0;
    border-right: 1px solid #cac9c5;
    border-bottom: 1px solid #cac9c5;
    font-size: 0.7rem;
  }
}
.l-footer .footer-nav .list li a::before {
  content: "";
  position: relative;
  display: inline-block;
  border-left: 1px solid #000;
  height: 10px;
  width: 1px;
  left: -13px;
}
@media (max-width: 576px) {
  .l-footer .footer-nav .list li a::before {
    display: none;
  }
}
.l-footer .tel-group {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  padding: 30px 0 20px;
}
@media (max-width: 576px) {
  .l-footer .tel-group {
    padding: 0 0 20px;
  }
}
.l-footer .tel-group .text01 {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .l-footer .tel-group .text01 {
    font-size: 0.85rem;
  }
}
.l-footer .tel-group .tel-num {
  font-size: 2.9rem;
  line-height: 1;
  margin: 5px 0;
}
@media (max-width: 576px) {
  .l-footer .tel-group .tel-num {
    font-size: 3rem;
  }
}
.l-footer .tel-group .tel-num a {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .l-footer .tel-group .tel-num a {
    pointer-events: all;
  }
}
.l-footer .tel-group .text02 {
  font-size: 1rem;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .l-footer .tel-group .text02 {
    font-size: 0.75rem;
  }
}
.l-footer .tel-group .text03 {
  font-size: 1rem;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .l-footer .tel-group .text03 {
    font-size: 0.75rem;
  }
}
.l-footer .tel-group .text04 {
  font-size: 0.9rem;
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .l-footer .tel-group .text04 {
    font-size: 0.75rem;
  }
}
.l-footer .tel-group .text04 a {
  color: #fff;
}
.l-footer .tel-group .text05 {
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  .l-footer .tel-group .text05 {
    font-size: 0.75rem;
  }
}
.l-footer .logo {
  background: #fff url(../img/common/page-line.webp) repeat-x left bottom;
  background-size: auto 8px;
  padding: 25px 0;
}
@media (max-width: 576px) {
  .l-footer .logo {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.l-footer .logo a {
  display: block;
  width: 430px;
  margin: auto;
}
@media (max-width: 576px) {
  .l-footer .logo a {
    width: 80%;
  }
}
.l-footer .copyright {
  color: #fff;
  padding: 7px 0;
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .l-footer .copyright {
    font-size: 0.7rem;
  }
}

.c-mv {
  position: relative;
  overflow: hidden;
}
.c-mv .c-cap {
  right: 0px;
  bottom: 0;
}
.c-mv .heading {
  z-index: 2;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.4rem;
  font-size: 3.6rem;
  letter-spacing: 0.8rem;
}
@media (max-width: 576px) {
  .c-mv .heading {
    font-size: 1.6rem;
  }
}
.c-mv .mv-img {
  line-height: 0;
  position: relative;
}
@media (max-width: 576px) {
  .c-mv .mv-img {
    height: auto;
  }
}
.c-mv .mv-img img {
  width: 100%;
}
@media (max-width: 576px) {
  .c-mv .mv-img img {
    top: 0;
  }
}

/* 最下部各物件バナー */


@media (min-width: 768px) {
	
.banner {width: 100%; margin: 0px 0;background-color: #fff;padding: 20px 0 10px}

.banner-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;margin-bottom: 3%;
}

.banner-item {
  margin-bottom: 3%;
}

.banner-item img {
  width: auto;
  height: auto;
  display: block;
}
  .banner-item {
    width: calc(49.0%); 
  }

  .banner-item.center {
    margin-left: auto;
    margin-right: auto;
  }
	.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}}

@media (max-width: 767px) {
.banner {width: 100%; margin: 0px 0;background-color: #fff;padding: 10px 0 30px}
.banner-container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
}

.banner-item {
  margin-bottom: 2%;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}
  .banner-item {
    width: 100%;
  }

}

.line-text-container {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
    text-align: center;
  }

  .line-text-container::before,
  .line-text-container::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 28%; /* ←ここを短く変更 */
    height: 0.1px;
    background: #000;
  }

  .line-text-container::before {
    left: 0;
    transform: translateY(-50%);
  }

  .line-text-container::after {
    right: 0;
    transform: translateY(-50%);
  }

  .line-text {
    display: inline-block;
    background: #fff;
    padding: 0 1em;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    line-height: 1.4;
  }


@media (max-width: 767px) {
  .line-text {
    display: inline-block;
    background: #fff;
    padding: 0 1em;
    font-size: clamp(0.9rem, 0.9vw, 0.9rem);
    line-height: 1.4;
  } .line-text-container::before,
  .line-text-container::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16%; /* ←ここを短く変更 */
    height: 0.1px;
    background: #000;
  }}
