@charset "utf-8";
/* CSS Document */
/* 共通 */

.index-splash {
  align-items: center;
  background: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    env(safe-area-inset-top, 0)
    env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0)
    env(safe-area-inset-left, 0);
  position: fixed;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  visibility: visible;
  z-index: 9999;
}

.index-splash.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.is-splash-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html.is-splash-active {
  overflow: hidden;
  height: 100%;
}

body.is-splash-active #main-visual-section .main-ttl-img,
body.is-splash-active #main-visual-section .logo-img {
  animation: none;
  opacity: 0;
}

body.is-splash-done #main-visual-section .main-ttl-img,
body.is-splash-done #main-visual-section .logo-img {
  animation: fade-in-blur-once 1s ease-out 1;
  -webkit-animation: fade-in-blur-once 1s ease-out 1;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

#main-visual-section .main-ttl-img,
#main-visual-section .logo-img {
  opacity: 0;
}

body.is-splash-done #main-visual-section .main-ttl-img {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

body.is-splash-done #main-visual-section .logo-img {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

@keyframes fade-in-blur-once {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  70% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes fade-in-blur-once {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  70% {
    opacity: 1;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.border-img p{
  position: absolute;
  right: 50%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.border-img p::before {
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  width: 1px;
}

body.is-splash-done .border-img p::before {
  animation: scroll 2s infinite;
  animation-delay: 2.3s;
  animation-fill-mode: backwards;
  -webkit-animation: scroll 2s infinite;
  -webkit-animation-delay: 2.3s;
  -webkit-animation-fill-mode: backwards;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.page-id-336 {
  margin-top: 0 !important;
}

.top .more-btn a {
  color: #000;
  font-size: 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: fit-content;
  background: #fff;
  border-radius: 0;
  padding: 1rem 2rem;
  margin: 0;
  margin-top: 3rem;
  margin-left: auto;
}
.top .more-btn a:hover{
  background: #b1b3a9 

}
.about-contents-section .main-ttl > img {
  width: 200px;
}
.main-ttl-section {
  margin: 0;
}
.main-ttl-section .inner {
  position: relative;
  align-items: center;
  margin: 0rem auto 4rem;
  width: 910px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.main-ttl-img {
  margin-left: auto;
  display: block;
  width: 500px;
}

.main-ttl-section .main-ttl > h2 {
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin: 1rem 0;
  letter-spacing: 2px;
  font-family: var(--font-mincho-w6);
  padding-bottom: 1rem;
  border-bottom: solid 2px #000;
}

.about-contents-section .main-ttl > p,
.main-ttl-section .main-ttl > p:nth-child(1) {
  font-size: 1.9rem;
  color: #fff;
  background: #403d3c;
  border-radius: 20px;
  padding: 5px 2rem;
  width: fit-content;
  text-align: center;
  position: relative;
}
.main-ttl-section .main-ttl > p:nth-child(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: 0.5em;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 0.51em solid transparent;
  border-right: 0.51em solid transparent;
  border-top: 0.5em solid #403d3c;
  bottom: -7px;
  left: 1.5rem;
}

.main-ttl-section > img {
  width: 1100px;
  margin: 0 auto;
  display: block;
}
.other article section:first-child {
  margin-top: 0;
}

/* トップページ */
.main-visual {
  padding: 0 2%;
}

#main-visual-section .main-ttl-img {
  width: 240px;
  display: block;
  margin: auto;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.border-img {
  height: 140px;
  margin: 0 auto;
  display: block;
  z-index: 1;

}
#main-visual-section .logo-img {
  width: 200px;
  display: block;
  margin:4rem auto;
  position: relative;
  z-index: 1;
}

.icon-img {
  position: absolute;
  width: 70px;
  transform: translate(-50%, -50%);
  left: 54%;
  top: 490px;
}

#main-visual-section .inner {
  overflow: visible;
  width: 1200px;
}

.main-visual-swiper .swiper-button-next,
.main-visual-swiper .swiper-button-prev,
#buy-section2 .openroom-swiper-next,
#buy-section2 .openroom-swiper-prev,
#recommend-section .recommend-swiper-next,
#recommend-section .recommend-swiper-prev {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.main-visual-swiper .swiper-button-next {
  right: -25px;
}
.main-visual-swiper .swiper-button-prev {
  left: -25px;
}

#buy-section2 .openroom-swiper-next,
#recommend-section .recommend-swiper-next {
  right: -70px;
}
#recommend-section .recommend-swiper-prev,
#buy-section2 .openroom-swiper-prev {
  left: -70px;
}
.main-visual-swiper .swiper-button-next::after,
.main-visual-swiper .swiper-button-prev::after,
#buy-section2 .openroom-swiper-next::after,
#buy-section2 .openroom-swiper-prev::after,
#recommend-section .recommend-swiper-next::after,
#recommend-section .recommend-swiper-prev::after {
  content: "" !important;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-visual-swiper .swiper-button-next::after,
#buy-section2 .openroom-swiper-next::after,
#recommend-section .recommend-swiper-next::after {
  background-image: url("../images/page/top/arrow-next.webp");
}
.main-visual-swiper .swiper-button-prev::after,
#buy-section2 .openroom-swiper-prev::after,
#recommend-section .recommend-swiper-prev::after {
  background-image: url("../images/page/top/arrow-prev.webp");
}

.index-fv {
  position: relative;
  width: 100%;
}

.index-fv__container {
  position: relative;
  width: 100%;
}

.index-fv__logo-wrap {
  position: relative;
}

.index-fv__logo-sticky {
  position: relative;
}

.index-fv__scroll-hint {
  display: none;
}

.index-fv__logo {
  will-change: transform, opacity;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .index-fv__container {
    display: flex;
    flex-direction: column;
  }

  #main-visual-section {
    order: 0;
  }

  .index-fv__visual.catch-section {
    order: 1;
  }

  .catch-section__visual__viewport {
    clip-path: none;
  }
}

.catch-section {
  margin-top: -4rem;
  background-image: url("../images/page/top/catch-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0rem;
}

.catch-section__visual {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catch-section__visual__viewport {
  position: relative;
  width: 100%;
  min-height: 420px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: clip-path;
  clip-path: inset(0 30% round 0px);
}

.catch-section__visual__container {
  position: relative;
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
  will-change: width;
}

.catch-section__visual__container__inner {
  will-change: transform;
}

.catch-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.catch-text > img:nth-child(1) {
  width: 607px;
  display: block;
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
}

.catch-section .inner {
  position: relative;
}
.catch-icon {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
}

.catch-icon01 {
  width: 175px;
}
.catch-icon02 {
  width: 225px;
}

@media screen and (max-width: 767px) {
  html,
  body.top {
    overflow: visible;
  }

  .index-fv {
    height: 200lvh;
    margin-top: -60px;

  }

  .index-fv__container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .index-fv__logo-wrap {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .index-fv__logo-sticky {
    height: 100lvh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
  }

  .index-fv #main-visual-section .inner {
    width: 100%;
  }

  .index-fv .index-fv__logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: flex-start;
    min-height: auto;
    padding-top: calc(4rem + 60px);
    position: relative;
    z-index: 2;
  }

  .index-fv .index-fv__logo .icon-img {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    width: 50px;
  }

  .index-fv .index-fv__logo .border-img {
    display: block;
    height: auto;
    max-height: 200px;
    width: auto;
    max-width: 180px;
  }

  .index-fv .index-fv__visual.catch-section {
    background-image: none;
    height: 100lvh;
    left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .index-fv .catch-section__visual {
    align-items: stretch;
    display: block;
    height: 100%;
    margin-top: 0;
    min-height: 100%;
    width: 100%;
  }

  .index-fv .catch-section__visual__viewport {
    clip-path: inset(
      calc(50% - 17rem) calc(50% - 12.8rem) calc(50% - 17rem)
        calc(50% - 12.8rem)
    );
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    will-change: clip-path;
    margin-top: 40rem;
  }

  .index-fv .catch-section__visual__container {
    aspect-ratio: 1440 / 1220;
    flex-shrink: 1;
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    width: auto;
    will-change: transform;
  }

  .index-fv .catch-section__visual__container__inner {
    height: 100%;
    position: relative;
    width: 100%;
  }

  .index-fv .catch-img {
    display: block;
    height: 100%;
    margin: 0;
    object-fit: cover;
    width: 100%;
  }

  .index-fv .catch-text {
    left: 50%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 150px);
    transform: translate(-50%, -50%);
    width: 90%;
    will-change: opacity;
    z-index: 2;
  }

  .index-fv .catch-text > img:nth-child(1) {
    display: block;
    height: auto;
    left: auto;
    position: static;
    top: auto;
    transform: none;
    width: 100%;
  }

  .index-fv .catch-icon {
    display: none;
  }

  .index-fv .index-fv__scroll-hint {
    bottom: 1.4rem;
    display: block;
    height: auto;
    left: 1.3rem;
    pointer-events: none;
    position: absolute;
    width: auto;
    z-index: 3;
  }

  .index-fv .index-fv__scroll-hint span {
    color: #fff;
    display: block;
    font-size: max(1.1rem, 10px);
    letter-spacing: 0;
    line-height: 1.4545454545;
    mix-blend-mode: difference;
    position: relative;
    transform: rotate(90deg) translate(-100%);
    transform-origin: left bottom;
    white-space: nowrap;
  }
}

.menu-section {
  margin-bottom: 0rem;
  margin-top: 5rem;
}
.menu-section .main-ttl > h2 > img {
  max-width: 400px;
  margin: auto;
  display: block;
}

.menu-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
  gap: 5% 3%;
}
.menu-list ul li {
  width: 31%;
}

.menu-list ul li a {
  position: relative;
}
.menu-list ul li:not(:last-child) a {
  padding: 4rem 2rem;
  display: block;
  background: #ffffff;
  border: solid 1px #dcdcdc;
  position: relative;
  z-index: 2;
  box-shadow: 10px 10px 0 0 #dcdcdc;
}
/*.menu-list ul li:not(:last-child) a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 1;
  background: #dcdcdc;
}*/
.menu-list > ul li:last-child {
  width: 100%;
  margin-top: 5rem;
}
.menu-list > ul li:last-child img {
  transform: translateX(6px) scale(1.01);
}

.menu-list ul li a p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.menu-list ul li:not(:last-child) a > img {
  height: 250px;
  display: block;
  margin: auto;
}

.icon-box > img:nth-child(2) {
  width: 182px;
}

.icon-box > img:nth-child(1) {
  width: 118px;
}

.icon-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
}

.menu-list ul li a .more-btn,
.campaign-item .more-btn a {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  background: #fff;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 120px;
  margin: 3rem auto 0;
  border: solid 1px #b4b4b4;
  border-radius: 0;
}
.campaign-item .more-btn a {
  margin-top: 2rem !important;
}
.campaign-item .more-btn a:hover {
  background: #b1b3a9 !important;
}
.menu-list ul li a .more-btn img,
.campaign-item .more-btn a img {
  width: 10px;
}

.menu-list ul li:nth-child(1) a:hover,
.menu-list ul li:nth-child(2) a:hover,
.menu-list ul li:nth-child(3) a:hover {
  background: #eaeaea !important;
}

.top .customer-info-box-area {
  margin-top: 13rem;
}

.customer-info-box-section {
  margin-top: 18rem;
}

.news-info-box-inner-section {
  margin-top: 10rem;
}
.news-info-box-inner {
  display: grid;
  grid-template-columns: 1.3fr 3fr;
  gap: 3rem;
  align-items: flex-end;
}

.news-info-box {
  position: relative;
}

.news-info-box-ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.news-info-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: 200px;
}

.news-info-list > li {
  color: #fff;
  padding: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.3rem;
}

.news-info-list > li span.customer-info-date {
  font-size: 1.2rem;
}

.news-info-list > li + li {
  margin-top: 2rem;
}
.news-info-list > li span.prop-cat {
  width: 90px;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 2px;
  margin-bottom: 0;
  margin-top: 0;
}

/* トップ：電車画像（無限ループ・1画面幅につき電車１両・複製ブロックはループ用のみ） */

.top-train-marquee {
  margin-top: -35rem;
}

.train-marquee {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  overflow-x: clip;
  margin-top: -14rem;
}
.train-marquee__track {
  display: flex;
  width: max-content;
  animation: train-marquee-scroll 10s linear infinite;
  will-change: transform;
}
.train-marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100vw;
  min-width: 100vw;
}
.train-marquee__item {
  flex-shrink: 0;
  width: min(700px, 96vw);
  max-width: 700px;
}
.train-marquee__item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  max-width: none;
}
.train-marquee__spacer {
  flex: 1 1 auto;
  min-width: 0;
}
@keyframes train-marquee-scroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .train-marquee__track {
    animation: none;
  }
}

#campaign-section h2 {
  font-size: 2rem;
  font-family: var(--font-mincho-w6);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

#campaign-section .inner {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 5rem;
  align-items: flex-start;
  background: #fff;
  padding: 4rem;
  position: relative;
  width: 900px;
  margin: auto;
}

#campaign-section .campaign-icon {
  width: 150px;
  position: absolute;
  left: -50px;
  bottom: -50px;
}

.campaign-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  justify-content: space-between;

  position: relative;
  gap: 2rem;
}

.campaign-img-el {
  object-fit: contain;
  height: 310px;
  width: 100%;
  background: #999;
  object-position: center;
}


#news-section {
  background: #dce6f0;
  padding: 10rem 0 10rem;
  margin: 0 auto;
  color: #000;
}
#news-section .news-info-list > li {
  color: #000;
  border-bottom: solid 1px #000;
}
#news-section .news-info-box-ttl {
  color: #000;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 3rem;
}

#news-section h2:nth-child(1) {
  font-size: 3.2rem;
  color: #000000;
  letter-spacing: 3px;
  margin-bottom: 4rem;
  padding: 0 1rem;
  border-bottom: solid 1px #000000;
  width: fit-content;
}

#news-section h2:nth-child(1) > span:nth-child(1) {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  background: #403d3c;
  width: fit-content;
  padding: 2px 1.5rem;
  border-radius: 15px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
#news-section .news-info-box-inner {
  /* gap: 3rem; */
  gap: 5rem;
}

.real_estate-section {
  background: #50a59e;
  padding: 10rem 0;
  margin-bottom: 0;
}

.sel-buy-section .main-ttl {
  margin-bottom: 4rem;
}

.sel-buy-section .main-ttl > h2 > img {
  width: 420px;
}

.sel-buy-section .sel-buy-text .catch span {
  font-size: 4.5rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  display: block;
  width: fit-content;
  background: #fff;
  color: #000;
  padding: 0 10px;
  z-index: 100;
}

.sel-buy-section .sel-buy-text .text {
  margin-top: 2rem;
}
.sel-buy-section .sel-buy-text .text span {
  font-size: 1.4rem;
  line-height: 2;
  display: block;
  background: #fff;
  color: #000;
  padding: 0 10px;
  width: fit-content;
}

.sel-buy-section ul {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  */
}
#sel-section {
  position: relative;
  margin-top: 31rem;
}
#sel-section .inner {
  position: relative;
}
.sel-icon {
  width: 270px;
  margin-bottom: 15rem;
}
.sel-bg {
  width: 95%;
}
.sel-icon-wrapper {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 1100px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#sel-section ul {
  gap: 3rem;
  margin-top: 30rem;
}
#sel-section ul li {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  border: solid 5px #fff1dc;
}

.sel-buy-section ul li .point-ttl {
  color: #ff2c64;
  font-size: 1.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
  position: relative;
}
.sel-buy-section ul li .point-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #000000;
}

.sel-buy-section ul li .point-ttl span {
  font-size: 2.8rem;
}

.sel-buy-section ul li .point-text {
  font-size: 2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
  color: #403d3c;
  margin: 2.5rem 0 2rem;
}

#sel-section ul li img:nth-child(3) {
  display: block;
  margin: auto;
}

#sel-section ul li:nth-child(3) > img:nth-child(3) {
  height: 221px;
  display: block;
  margin: auto;
}
#sel-section ul li:nth-child(2) > img:nth-child(3) {
  height: 215px;
}

#sel-section ul li:nth-child(1) > img:nth-child(3) {
  height: 261px;

  margin-top: -15px;
}
#buy-section {
  background: #3b4352;
  position: relative;
  padding: 10rem 0 37%;
  margin-bottom: 0;
}

.buy-img {
  position: absolute;
  z-index: 1;
  width: 95%;
  top: 320px;
}
#buy-section .inner {
  position: relative;
  z-index: 2;
}
#buy-section .buy-icon {
  width: 500px;
  position: absolute;
  right: 0;
  top: -80px;
}

#buy-section2 h3,
#news-section h3,
#recommend-section h3 {
  font-size: 2.3rem;
  margin-bottom: 3rem;
  text-align: left;
  color: #251e1c;
}

#buy-section2 {
  background: #dce6f0;
  padding: 0rem 0 10rem;
  margin-top: 0;
  margin-bottom: 0;
}

/* TOP：今月のオープンルーム（Swiper・3枚表示／1枚ずつ送り） */
#buy-section2 .inner {
  overflow: visible;
}

#buy-section2 .openroom-property-swiper-inner {
  position: relative;
  overflow: visible;
}

#buy-section2 .openroom-property-swiper {
  margin-top: 0;
  padding-top: 0;
}

#buy-section2 .openroom-property-swiper .swiper-wrapper.buy-list {
  display: flex;
  gap: 0;
  margin: auto;
}

/*#buy-section2 .openroom-property-swiper .swiper-slide {
  margin-top: 2rem;
  box-sizing: border-box;
  height: auto;
}*/

#buy-section2 .openroom-swiper-prev.swiper-button-disabled,
#buy-section2 .openroom-swiper-next.swiper-button-disabled {
  opacity: 0.35;
}

.buy-list {
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.buy-list li .property-ttl {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #403d3c;
  height: 3.2em;
  line-height: 1.2;
}
.buy-list li .address {
  font-size: 1.1rem;
  margin-top: 1rem;
 /* height: 3em;*/
}
.buy-list li .station {
  font-size: 1.1rem;
  margin: 1rem 0;
  
}
.buy-list li a > img {
  width: 100%;
  height: 165px;
  display: block;
  vertical-align: top;
  max-width: none;
  object-fit: cover;
}

.buy-list li a {
  background: #fff;
  display: block;
  padding: 1rem;
  padding-bottom: 2rem;
  position: relative;
  border: solid 1px #403d3c;
}

.prop-cat {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 5px;
  margin: 1rem 0;
  width: 70px;
  text-align: center;
}

.prop-cat.n-mansion,
.prop-cat.tac-mansion,
.customer-mansion {
  background: #2e5b75;
}

.prop-cat.n-detached,
.prop-cat.tac-detached,
.customer-detached {
  background: #b82d00;
}

.prop-cat.n-land,
.prop-cat.tac-land,
.customer-land {
  background: #647a20;
}

.prop-cat.n-corporation,
.prop-cat.tac-corporation,
.customer-corporation {
  background: #3c2618;
}
.customer-revenue{
background: #c88420;
}

.buy-list li .price {
  font-size: 2.2rem;
  display: flex;
  gap: 0rem;
  align-items: flex-end;
  margin-top: 1rem;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
}
.buy-list li .price p {
  display: flex;
  align-items: baseline;
}
.buy-list li .price span.price-ttl {
  font-size: 1.2rem;
  color: #403d3c;
  background: #dce6f0;
  padding: 0.5rem 1rem;
  width: 70px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 1rem;
}

.buy-list li .price {
  justify-content: flex-start;
  margin-top: 5px;
  align-items: flex-end;
  line-height: 1;
}

.buy-list li .price span.price-unit {
  font-size: 1.2rem;
  margin-bottom: 2px;
  display: block;
  margin-left: 4px;
}

.buy-list li .more-btn {
  color: #000;
  font-size: 1.1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: fit-content;
  background: #fff;
  border-radius: 0;
  padding: 0.5rem 2rem;
  margin: auto;
  margin-top: 2rem;
  border: solid 1px #000;
}
.buy-list li .more-btn img {
  width: 10px;height: unset;
  
}
.buy-list li:hover .more-btn {
  background: #b1b3a9;
}

#recommend-section .more-btn a,
#buy-section2 .more-btn a {
  margin: 5rem auto 0;
  border: solid 1px;
}
#recommend-section .more-btn a:hover,
#buy-section2 .more-btn a:hover {
  background: #b1b3a9;
}
.real_estate-img-inner {
  display: grid;
  grid-template-columns: 1.5fr 2.5fr;
  gap: 4rem;
  align-items: center;
}

.real_estate-img-text > h2:nth-child(1) {
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}

.real_estate-img-text > h2:nth-child(1) > span:nth-child(1) {
  font-size: 1.4rem;
  color: #403d3c;
  display: block;
  background: #fff;
  width: fit-content;
  padding: 2px 1.5rem;
  border-radius: 15px;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.real_estate-img-text > p:nth-child(2) {
  font-size: 1.8rem;
  margin: 2rem 00;
  color: #fff;
}

/* TOP：おすすめ物件（Swiper・オープンルームと同様 3枚表示／1枚ずつ） */

/*.top .openroom-property-swiper-inner .buy-list li , */
.top .buy-list li a {
  padding: 1rem 1rem;
  padding-bottom: 2rem;
  background: #fff;
  position: relative;
  border-radius: 0px;
  border: solid 1px;
}

#buy-section2 .buy-list li .property-ttl {
  /* border-bottom: solid 1px #403d3c; */
  border-bottom: none;
}

dl.property-data-item {
  font-size: 1.4rem;
  display: grid;
  gap: 0rem;
  align-items: center;
  margin-top: 1rem;
  justify-content: flex-start;
  line-height: 1.1;
  grid-template-columns: 80px 1fr;
  margin-bottom: 1rem;
}
dl.property-data-item dt {
  font-size: 1.2rem;
  color: #403d3c;
  background: #dce6f0;
  padding: 0.5rem 1rem;
  width: 70px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 1rem;
}
dl.property-data-item dd {
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: var(--font-mincho-w3);

}
#recommend-section {
  background: #dce6f0;
  padding: 0rem 0 10rem;
  margin: 0;
}

#recommend-section .inner {
  overflow: visible;
}

#recommend-section .recommend-property-swiper-inner {
  position: relative;
  overflow: visible;
}

#recommend-section .recommend-property-swiper {
  --swiper-navigation-color: #3b4352;
  --swiper-navigation-size: 36px;
  margin-top: 0;
  padding-top: 0;
}

#recommend-section .recommend-property-swiper .swiper-wrapper.buy-list {
  gap: 0;
}

/*#recommend-section .recommend-property-swiper .swiper-slide {
  margin-top: 2rem;
  box-sizing: border-box;
  padding-bottom: 1px;
}*/

#recommend-section .recommend-swiper-prev.swiper-button-disabled,
#recommend-section .recommend-swiper-next.swiper-button-disabled {
  opacity: 0.35;
}
.tab-contents .buy-list li a:hover,
#recommend-section ul li a:hover,
.openroom-property-swiper-inner ul li a:hover,
.recommend-property-swiper-inner .buy-list > li:hover,
.openroom-property-swiper-inner .buy-list > li:hover {
  background: #dce6f0;
}

/* プライバシーポリシー */

.ttl-area h2 {
  font-size: 3.4rem;
  text-align: center;
  padding: 8rem 0;
}

.privacy-contents .inner,
.company-contents .inner,
.contact-contents-item .inner {
  background: #fff;
  padding-bottom: 1px;
  padding: 8rem 7rem;
}

.privacy-contents-section,
.company-contents-section,
.contact-contents-item-item {
  margin: 0;
  font-size: 1.2rem;
}

.privacy-contents-section {
  line-height: 2.3;
  letter-spacing: 0.03em;
  margin: 5rem 0;
  padding: 1px 0rem;
}
.bg-color {
  background: #f5f5f5;
  padding: 2rem;
  margin-top: 3rem;
}
.bg-color a{
  color: #f00;
}
.mt-small {
  margin-top: 5rem;
  line-height: 2;
}
.heading-2 {
  font-size: 2.3rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  padding: 2rem;
  border: solid 1px #595858;
  margin-bottom: 2rem;
}
.heading-4 {
  font-size: 1.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-bottom: 1rem;
}

.heading-4--numbered {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  line-height: 1.45;
}

.heading-4__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.08em;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.heading-4__text {
  flex: 1;
  min-width: 0;
}

ol.list-decimal li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 2;
  padding-left: 2em;
  text-indent: -1.3em;
}

.content-simple-inner > dl {
  display: grid;
  grid-template-columns: 200px 1fr;
}

.content-simple-inner > dl > dt,
.content-simple-inner > dl > dd {
  padding-bottom: 3rem;
  border-bottom: solid 1px #9e9e9f;
  margin-bottom: 3rem;
  line-height: 2;
  font-size: 1.35rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}
.content-simple-inner > dl > dd {
  font-family: var(--font-mincho-w3);
}
.content-simple-inner > dl > dd > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-simple-inner > dl > dd > div figcaption {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
}
.dd-box-list dd {
  margin-bottom: 2rem;
}

footer {
  margin-top: 8rem;
}

.contact-sale2_area footer {
  margin-top: 10rem;
}

.footer-info-text {
  margin-top: 430px;
}

.footer-info {
  position: relative;
  background: url(../images/common/footer2-bg.webp) no-repeat top 0% left 0;
  background-size: 100%;
  width: 100%;
  padding: 0rem 0 5rem;
  margin-top: 14rem;
}

/*
不動産仲介に関するお問い合わせ 
*/
#page-ttl.satei-bg{
  position: relative;
    padding: 1%;

}


#page-ttl.satei-bg video{
  width: 100%;
  height: 680px;
  object-fit: cover;
  position: relative;
}
#page-ttl.satei-bg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 98%;
  height: 96%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#page-ttl.satei-bg .ttl-area{
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 3;
  width: 90%;

}
#page-ttl.satei-bg .inner{
  width: 1100px;
 }
 
#page-ttl.satei-bg .ttl-area h2{
  font-size: 9rem;
  padding: 0rem 0;
  line-height: 1.2;
  text-align: left;
}
#page-ttl.satei-bg .ttl-area span{
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0rem;
  text-align: center;
}
.buy-bg .main-ttl-img {
  width: 500px;
}

.main-ttl-section.buy-bg .main-ttl {
  margin-left: 0px;
}

.buy-bg h2 span {
  font-size: 6.4rem;
}

.buy-bg h2 {
  font-size: 4.5rem;
}

.buy-bg#page-ttl .inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10rem;
}

.buy-bg .ttl-area h2 {
  text-align: left;
  padding: 2rem 0.5rem;
}

.buy-bg .ttl-area > p:nth-child(3) {
  font-size: 2.2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  line-height: 2;
}

.buy-contents-section {
  margin-top: 5rem;
}

.buy-contents-section .inner > h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

.satei01-section {
  overflow-x: hidden;
  margin-bottom: 2rem;
  margin-top: 10rem !important;
}

.campaign-marquee {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.campaign-marquee__track {
  display: flex;
  width: max-content;
  animation: campaign-marquee-scroll 50s linear infinite;
  margin-top: 5rem;
}

.campaign-marquee__group {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  padding-right: 24px;
}

.campaign-marquee__item img {
  width: auto;
  height: 76px;
  max-width: none;
  display: block;
}

@keyframes campaign-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.satei01-section h2 {
  font-size: 2.7rem;
  margin-bottom: 3rem;
}
.satei01-section .inner img {
  width: 90%;
  margin: auto;
  display: block;
}
.satei02-section {
  background: #50a59e;
  padding: 10rem 0;
  margin-top: 2rem;
}

.satei02-section > div:nth-child(1) {
  background: #fff;
  padding: 10rem 5rem 5rem;
}

.logo-img {
  width: 130px;
  display: block;
  margin: auto;
  margin-bottom: 4rem;
}

.satei02-section h2 {
  font-size: 3rem;
  text-align: center;
  padding: 0 3rem 2rem;
  width: fit-content;
  margin: auto;
  margin-bottom: 2rem;
  border-bottom: solid 1px;
  font-family: var(--font-mincho-w6);
}

.satei02-section > div:nth-child(1) > p.catch {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}

.strengths-box {
  width: 65%;
  display: block;
  margin: auto;
  position: relative;
}

div.strengths-text {
  font-size: 4rem;
  position: absolute;
}

.strengths-text01 span,
.strengths-text02 span {
  font-size: 2.4rem;
  display: block;
}
.strengths-text01,
.strengths-text02 {
  background: #fff;
  width: fit-content;
  position: absolute;
  left: auto;
  margin: 0;
  font-size: 4rem;
  z-index: 2;
  padding: 9px 6px;
  text-align: center;
  line-height: 1.2;
}

.strengths-text01 {
  top: -42px;
  right: -3rem;
}

.strengths-text02 {
  top: 6rem;
  right: 3.5rem;
}
.strength01-img {
  width: 200px;
  position: absolute;
  left: -60px;
  bottom: -85px;
}
.strengths-list-box > p {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  margin-top: 10rem;
  font-family: var(--font-mincho-w6);
}

.strengths-list-box > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.strengths-icon01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  z-index: 1;
  width: 80%;
}
.strengths-list-box > ul > li h3{
  font-family: var(--font-mincho-w6);
  margin-bottom: 0.5rem;
}
.strengths-list-box > ul > li {
  width: 24%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.strengths-list-box > ul:nth-child(2) > li:nth-child(3) {
  margin-top: 5rem;
}
.strengths-list-box > ul > li img {
  width: 115px;
  display: block;
  margin: auto;
}

.strengths-list-box > ul > li .strength-ttl {
  font-size: 1.9rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: solid 1px #000;
  width: fit-content;
  margin: 2rem auto 2rem;
}
.strengths-list-box > ul > li > h3 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
}
.strengths-list-box > ul > li > p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 2;
}

/* 要素 | https://meitetsu-chukai.jp/wp/satei/ */

.strengths-text03 > p:nth-child(1) {
  font-size: 1.8rem;
  padding: 1rem 4rem 0;
  border-top: solid 1px;
}

/* 要素 | https://meitetsu-chukai.jp/wp/satei/ */

.strengths-text03 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 要素 | https://meitetsu-chukai.jp/wp/satei/ */

.strengths-text03 > img:nth-child(2) {
  width: 210px;
}
.satei02-section{
  margin-bottom: 0;
}

.satei02-section .more-btn > a {
  font-size: 2.2rem;
  background: #fff;
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: fit-content;
  padding: 2rem 4rem;
  border: solid 1px;
  margin: 8rem auto 0;
}
.satei02-section .more-btn > a:hover {
  background: #b1b3a9;
}



.achievements-section {
  background: #dce6f0;
  padding: 10rem 0;
  margin: 0;
}

.achievements-section > div:nth-child(1) > h2:nth-child(1) {
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  width: fit-content;
  padding: 0 1rem 1rem;
  margin-bottom: 3rem;
}

.achievements-section > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) {
  font-size: 1.4rem;
}


.achievements-box-inner {
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  gap: 4rem;
}

.achievements-box {
  display: grid;
}

.achievements-box > ul:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 1rem;
}



.achievements-box > ul:nth-child(2) > li {
  background: #fff;
  padding: 1rem;
  padding-bottom: 1rem;
  border: solid 1px #9e9e9f;
}

.achievements-box > ul:nth-child(2) > li > p:nth-child(2) {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.achievements-box > p:nth-child(1) ,
.achievements-box02 > p:nth-child(1) {
  background: #403d3c;
  color: #fff;
  width: fit-content;
  padding: 5px 1.5rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  width: 135px;
}
.achievements-box02 > p:nth-child(1){
  text-align: left;
}


.achievements-box > ul >img {
  transform: scale(1.3) translateX(34px);
  width: 180px;
}

div.achievements-box02 > ul > li {
  font-size: 1.4rem;
  background: #fff;
  border: solid 1px #9e9e9f;
  padding: 2px 1rem;
}

div.achievements-box02 > ul > li + li{
  margin-top: 1rem;
}


div.achievements-box02:nth-child(1) {
  margin-bottom: 15rem;
}


.subject-section > div:nth-child(1) {
  background: #fff;
  padding: 5rem 3rem;
}

.subject-section h2 {
  font-size: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  width: fit-content;
  padding: 0 3rem 1rem;
  margin-bottom: 3rem;
}.subject-section > div:nth-child(1) > dl{
  padding: 0 2rem;

}
.subject-section > div:nth-child(1) > dl:nth-child(2) {
  padding-bottom: 3rem;
  border-bottom: solid 1px;
  margin-bottom: 3rem;
}

.subject-section > div:nth-child(1) > dl > dt {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

/* 売却の流れ */

.sale-flow-section > .inner {
  padding: 10rem 4rem 10rem;
  background: #fff;
}
.sale-flow-list {
  margin-top: 10rem;
}
.sale-flow-list-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.sale-flow-list-period {
  font-size: 1.4rem;
  background: #af0000;
  width: fit-content;
  color: #fff;
  padding: 1rem 1.5rem;
  position: relative;
}
.sale-flow-list-period:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -770px;
  width: 760px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}
.sale-flow-list-period::after {
  content: "";
  position: absolute;
  top: 32%;
  right: -772px;
  width: 20px;
  height: 2px;
  transform: translateY(-50%) rotate(45deg);
  background: #000;
}
.sale-flow-list > ul {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sale-flow-list > ul > li {
  width: 30%;
  border: solid 1px #403d3c;
}

.sale-flow-list > ul > li .step-num {
  border-bottom: solid #403d3c 1px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sale-flow-list > ul > li .step-num span {
  font-size: 1.1rem;
  padding: 11px 1rem;
  background: #000000;
  color: #fff;
}
.sale-flow-list > ul > li .step-num p {
  font-size: 1.8rem;
  padding: 5px 0;
}
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.2em solid #403d3c;
  margin: 0 1em;
  vertical-align: middle;
}
.sale-flow-list > ul > li .step-image {
  padding: 1rem;
  padding-bottom: 0;
}
.sale-flow-list > ul > li .step-text .step-text-inner p {
  padding: 1.5rem;
  background: #eff0e6;
  margin: 1.5rem;
  height: 7em;
}
.sale-flow-list.buy-flow-list-02 > ul > li .step-text .step-text-inner p {
  height: 10em;
}
.sale-flow-list > ul > li .step-image > img {
  object-fit: contain;
  display: block;
  height: 160px;
  margin: auto;
  padding: 0 1rem;
}
.buy-flow-list-02 ul > li .step-text > p {
  height: 10em;
}
.checkbox-content > span {
  display: block;
  font-size: 1.6rem;
}

.content-oth {
  height: 36px;
}

/*
 スタッフ紹介
 */



/* 要素 | https://meitetsu-chukai.jp/staff/ */

.image-map-resizer-container > ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 2rem;
}

/* 要素 | https://meitetsu-chukai.jp/staff/ */

.image-map-resizer-container > ul:nth-child(1) > li dl{
  border: solid 1px #c8c8c9;
  padding: 3rem;
  width: 84%;
  margin: auto;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 10px 0 10px 0;
  height: 24em;
}


.image-map-resizer-container > ul li> dl dt{
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  margin-bottom: 2rem;
  justify-content: center;
}


.image-map-resizer-container > ul li> dl dt span{
  font-size: 1.4rem;
}


.image-map-resizer-container > ul li> dl dd{
  font-size: 1.3rem;
  line-height: 2;
}

.staff-character-section {
  margin-top: 10rem;
}
.staff-character-section .main-title {
 margin-bottom: 5rem;
}

.staff-contents-section .inner {
  padding: 7rem 4rem 7rem;
  background: #fff;
}
 
.staff-bg .main-ttl-img {
  max-width: 50%;
  margin-right: 50px;
}

.main-ttl-section.staff-bg .main-ttl {
  margin-left: 40px;
}
.staff-contents .main-title {
  font-size: 2rem;
  color: #fff;
  background: #403d3c;
  width: 240px;
  margin: 0 0 3rem;
  padding: 1rem;
  border-radius: 13px;
}
.staff-contents .main-title h3 {
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}


.staff-bg#page-ttl .inner {
  grid-template-columns: 1fr 1.5fr;
  gap: 1rem;
  display: grid;
}

.staff-bg .ttl-area > p:nth-child(3) {
  font-size: 2rem;
}

.staff-bg h2 {
  font-size: 5rem;
  padding: 2rem 1px;
  text-align: left;
}

.staff-bg .ttl-area > img {
  width: 300px;
}

.staff-catch {
  font-size: 1.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
  line-height: 2.5;
  padding: 5rem 3% 21rem;
  margin: 0 3%;
  background: url(../images/page/staff/catch-bg.webp) no-repeat top center;
  background-size: 1200px;
}

.staff-list-ul > li {
  padding: 4rem 5rem;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
.staff-list-ul > li + li {
  margin-top: 3rem;
}

.staff-list-ul > li .staff-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* 要素 | https://meitetsu-chukai.jp/wp/staff/ */

.staff-list-ul > li .staff-item .staff-text {
  font-size: 1.4rem;
  line-height: 2;
}

.staff-list-ul > li .staff-item .staff-name {
  font-size: 3rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  justify-content: center;
  margin-bottom: 2rem;
}

.staff-list-ul > li .staff-item .staff-name span:nth-child(1) {
  font-size: 1.6rem;
}

.staff-character-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.staff-character-section ul li {
  background: #fff;
  border: solid 1px #251e1c;
  padding:4rem  2rem 3rem; 
  border-radius: 10px 0 10px 0px;
}

.staff-character-section ul li > img {
  width: 185px;
  height: 225px;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.staff-character-section ul li > p.character-name {
  text-align: center;
  margin-bottom: 1rem;
}

.staff-character-section ul li > p.character-name img:nth-child(1) {
  height: 25px;
}

.staff-character-section ul li > p.character-name span:nth-child(2) {
  display: block;
  font-size: 1.3rem;
}

p.character-text {
  font-size: 1.4rem;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
}

/*
不動産仲介に関するお問い合わせ 
*/
.contact-contents-item {
  margin-top: 0;
  font-size: 1rem;
}
.contact-intermediary-privacy-iframe-wrap {
  margin-top: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #dcdbdb;
  background: #fff;
  overflow: hidden;
}
.contact-intermediary-privacy-iframe {
  display: block;
  width: 100%;
  height: min(70vh, 640px);
  min-height: 320px;
  border: 0;
}
.other-text{
  margin-top: 1rem;
}
.page-id-332 .property-type-field span.wpcf7-validates-as-required > span:nth-child(1) > label:nth-child(1) ,
.page-id-433 .property-type-field span.wpcf7-validates-as-required > span:nth-child(1) > label:nth-child(1) {
  display: none;
}

/*
フォーム
*/

 .from-area {
  margin-bottom: 0rem;
}
.formTable dl {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
}
.formTable dl + dl {
  margin-top: 5rem;
}

.formTable dl > dt > p {
  font-size: 1.6rem;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: normal;
}

.formTable dl > dt > p > span.Required {
  background: #c30018;
}
.formTable dl > dt > p > span {
  background: #9e9e9f;
  padding: 0.7rem 1.5rem;
  font-size: 1.4rem;
  color: #fff;
}

.formTable dl > dd input[type="text"],
.formTable dl > dd input[type="email"],
.formTable dl > dd input[type="tel"],
.formTable dl > dd textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
  border: solid 1px;
}

.formTable dl > dd .wpcf7-checkbox span,
.formTable dl > dd .wpcf7-radio span,
.formTable dl > dd input[type="checkbox"] {
  font-size: 1.6rem;

  font-weight: normal;
  line-height: 2.2;
}
.formTable dl > dd input[type="checkbox"],
.formTable dl > dd input[type="radio"] {
  margin-right: 0.5rem;
}

.consultation > span {
  display: block;
}

input[type="text"].your-name.your-name {
  width: 100%;
}

.formTable dl > dd .checkbox-property .wpcf7-list-item:not(:first-child) {
  margin: 0 0 0 2em;
}

.address-box > dd:nth-child(1) .personal_address_name-box {
  display: grid;
  grid-template-columns: 1fr 12fr;
}
.privacy-check .wpcf7-list-item-label {
  display: none;
}

/*
売りたい方　無料査定
*/

.contact-sale_area .main-ttl-section .inner {
  margin: 3rem auto 3rem auto;
}
.contact-sale2_area .contact-buy-ttl .inner > img {
  width: 500px;
  position: unset;
  transform: none;
}

.contact-sale2_area .main-ttl > h2 {
  font-size: 6.5rem;
}

.contact-sale2_area
  .property-cards
  span.wpcf7-list-item:nth-child(1)
  > label:nth-child(1) {
  display: none;
}
.contact-buy-ttl {
  margin: 0 auto;
}

.contact-buy-ttl .inner > img {
  width: 500px;
  position: unset;
  transform: none;
}

.contact-buy-contents .contact-contents-text {
  width: 80%;
  margin: auto;
}

.contact-buy-contents .from-area {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.contact-buy-contents .inner {
  background: #eff0e6;
  padding: 0;
  border: solid 30px #fff;
}

/* .contact-buy-contents-border2 {
  background: #fff4d6;
  padding: 0;
  border: solid 15px #fff;
  border-radius: 10px;
} */

.contact-buy-contents-border {
  position: relative;
  padding: 5rem 5rem;
  border-radius: 20px;
}

.contact-contents-ttl > h3:nth-child(1) {
  font-size: 3rem;
  text-align: center;
  background: #fff;
  padding-bottom: 2rem;
}

.contact-buy-contents .formTable dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.contact-buy-contents .address-box {
  display: block;
  margin-top: 2rem;
}
.contact-buy-contents .address-box dt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.contact-buy-contents .address-box dt {
  font-size: 2rem;
  display: flex;
  gap: 2rem;
}

.contact-buy-contents .formTable dl > dt > p > span {
  background: #e7b53e;
}
.contact-buy-contents .formTable dl > dt > p > span.Required {
  background: #c30018;
}

.contact-buy-contents .address-box dd p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}.contact-buy-contents .address-box dd.type dl{
display: grid;
grid-template-columns: 1fr 5.3fr;
align-items: flex-start;
}
.contact-buy-contents .address-box dd.type p{
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.6rem;
}

.address-ttl{
  font-size: 1.6rem;
  
}

.contact-buy-contents .address-box dd.mansion-box p span:nth-child(1){
  width: 140px;
}


.contact-buy-contents dl dd.profile {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-left: 3rem;
  justify-content: center;
}
.contact-buy-contents dl dd.profile .profile-box {
  display: grid;
  gap: 1rem;
  grid-template-columns: 120px 1fr;
  align-items: center;
  width: 48.6%;
}
.contact-buy-contents dl dd.profile .profile-box:last-child {
  width: 100%;
}
.contact-buy-contents dl dd.profile .profile-box p {
  font-size: 1.6rem;

}
.contact-buy-contents dl dd.profile .profile-box p.profile-box-title {
  text-align: right;
}
.unit{
  margin-left: -1rem;
}
.tel-title {
  text-align: right;
}

.contact-buy-contents .formTable dl > dd input[type="text"],
.contact-buy-contents .formTable dl > dd input[type="email"],
.contact-buy-contents .formTable dl > dd input[type="tel"],
.contact-buy-contents .formTable dl > dd textarea {
  padding: 0.7rem 1rem;
  /* padding: 1rem; */
  border-radius: 0px;
  border: solid 1px #9e9e9f;
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #231815;
  vertical-align: middle;
  margin: 3rem auto;
  text-align: center;
}
.contact-buy-contents div.address-box {
  margin-top: 2rem;
}

.contact-buy-contents .formTable dl > dt > p {
  /* font-size: 1.6rem; */
  font-size: 1.8rem;
}

.contact-buy-contents .formTable dl > dt > p > span {
  /* font-size: 1.4rem; */
  padding: 1px 0.8rem;
  font-size: 1.6rem;
}

.contact-tel-box p {
  font-size: 1.4rem;
  text-align: center;
}

.contact-tel-box {
  background: #fff;
  padding: 4rem 4rem 4rem 6rem;
  border: solid 2px #a71527;
  width: 85%;
  margin: auto;
}

.contact-tel-box > dl > dt {
  font-size: 1.4rem;
  background: #eff0e6;
  padding: 1rem 1rem;
  text-align: center;
}

.contact-tel-box > dl {
  display: grid;
  grid-template-columns: 200px 2fr;
  align-items: center;
  gap: 2rem;
}

.contact-tel-box > dl > dd > a:nth-child(1) {
  display: flex;
  align-items: baseline;
  font-size: 4.5rem;
  gap: 1rem;
  letter-spacing: 0;
}
.contact-tel-box > dl > dd > a:nth-child(1) span {
  font-size: 2.6rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.contact-tel-box > dl dd a {
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}


.area-dd {
  display: flex;
  gap: 2rem;
}


.contact-buy-contents .address-box dd.area-dd  div > p {
  gap: 0rem;
}

.address-box.is-hidden {
  display: none;
}


.company-name,
.charge-name {
  height: 36px;
}
.buy-flow-link-section {
  margin-top: 12rem;
}

.buy-flow-link-box {
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.3fr 1.9fr;
  gap: 6rem;
  align-items: center;
}

.buy-flow-link-text .catch > span:nth-child(1) {
  font-size: 2.5rem;
}
.buy-flow-link-text .catch {
  margin-bottom: 2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.buy-flow-link-text .catch > p {
  font-size: 4rem;
  padding-left: 1rem;
  text-indent: -1rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 221, 89, 0) 0%,
    rgba(255, 221, 89, 0) 50%,
    #ffdd59 50%,
    #ffdd59 100%
  );
  width: fit-content;
}

.buy-flow-link-text > p {
  font-size: 2.2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  line-height: 2;
}

.buy-flow-link-btn {
  margin-top: 2rem;
  width: fit-content;
}

.buy-flow-link-btn > a:nth-child(1) {
  background: linear-gradient(
    180deg,
    rgba(203, 4, 0, 1) 0%,
    rgba(172, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CB0400',endColorstr='#AC0000' , GradientType=0);
  font-size: 2.4rem;
  width: 430px;
  position: relative;
  text-align: center;
  text-indent: 0em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 20px;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  border: 1px solid transparent;
}

.buy-flow-link-btn > a:nth-child(1):hover {
  background: #fff;
  color: #ac0000;
  border: 1px solid #ac0000;
}
.buy-flow-link-btn > a:nth-child(1) > img:nth-child(1) {
  width: 32px;
}

/**
 * 査定フォーム：物件種別カードチェックボックス（CF7／.property-cards）
 * カード・アイコン画像は売りたい方ページ（contact-buy）と共用（assets/images/page/contact-buy／）
 */

.property-type-field {
  max-width: 100%;
  position: relative;
}

.property-type-intro-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.8rem 2.4rem;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8e6e6;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.property-type-intro-card__text {
  margin: 0;
  flex: 1;
  font-size: 1.6rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  line-height: 1.75;
  color: #231815;
}

.property-type-intro-card__figure {
  flex-shrink: 0;
  width: clamp(140px, 28vw, 220px);
  aspect-ratio: 200 / 120;
  background: url("../images/page/contact-buy/property-intro-figure.webp")
    no-repeat center center / contain;
}

@media (max-width: 560px) {
  .property-type-intro-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .property-type-intro-card__figure {
    width: min(100%, 200px);
    margin: 0 auto;
  }
}

.formTable dd .wpcf7-checkbox.property-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.property-cards .wpcf7-list-item label {
  width: 195px;
}
.property-cards .wpcf7-list-item:nth-child(1) {
  width: 100%;
}
.property-cards .wpcf7-list-item:nth-child(1) label {
  width: 625px;
}

.formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item {
  margin: 0;
}

.form_other-link {
  position: absolute;
  right: 0px;
  top: 100px;
  z-index: 3;
}


.form_other-link a,
.main-ttl .buy-link a {
  width: 195px;
  background: #fff;
  font-size: 1.2rem;
  border: 1px solid #9e9e9f;
  padding: 10px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
}
.form_other-link a:hover,
.main-ttl .buy-link a:hover {
  background: #b1b3a9;
}

.form_other-link > a:nth-child(1) > img:nth-child(1),
.main-ttl .buy-link img:nth-child(1) {
  width: 13px;
}

.form_other-link a span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin: 29px 0;
  border-radius: 9999px;
  background-color: #000000;
}

.form_other-link a span::before,
.form_other-link a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: -px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0px) 50%;
}

.form_other-link a span::before {
  transform: rotate(45deg);
}

.form_other-link a span::after {
  transform: rotate(-45deg);
}

.formTable dd .wpcf7-checkbox.property-cards label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  height: 130px;
  padding: 1rem 0.5rem;
  margin: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #9e9e9f;
}

.formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item.first label {
  height: auto;
  min-height: 130px;
}

.formTable dd .wpcf7-checkbox.property-cards label:has(input:focus-visible) {
  outline: 2px solid #231815;
  outline-offset: 3px;
}

.formTable dd .wpcf7-checkbox.property-cards label:has(input:checked) {
  border-color: #c30018;
  background: linear-gradient(180deg, #fffaf9 0%, #fff 52%);
}

.formTable dd .wpcf7-checkbox.property-cards input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item-label {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #231815;
  text-align: center;
  line-height: 1.35;
}
.formTable
  dd
  .wpcf7-checkbox.property-cards
  .wpcf7-list-item:nth-child(1)
  .wpcf7-list-item-label {
  flex: 1;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 4vw, 2.25rem);
  min-width: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.55;
}

.formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item-label::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 102px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.formTable
  dd
  .wpcf7-checkbox.property-cards
  .wpcf7-list-item:nth-child(1)
  .wpcf7-list-item-label::before {
  background-image: url("../images/page/contact-buy/select01.webp");
  background-size: 200px;
  width: 190px;
  height: 97px;
  background-size: contain;
}
.formTable
  dd
  .wpcf7-checkbox.property-cards
  .wpcf7-list-item:nth-child(2)
  .wpcf7-list-item-label::before {
  background-image: url("../images/page/contact-buy/select02.webp");
}

.formTable
  dd
  .wpcf7-checkbox.property-cards
  .wpcf7-list-item:nth-child(3)
  .wpcf7-list-item-label::before {
  background-image: url("../images/page/contact-buy/select03.webp");
}

.formTable
  dd
  .wpcf7-checkbox.property-cards
  .wpcf7-list-item:nth-child(4)
  .wpcf7-list-item-label::before {
  background-image: url("../images/page/contact-buy/select04.webp");
}

.formTable
  dd
  .wpcf7-checkbox.property-cards
  .wpcf7-list-item:nth-child(5)
  .wpcf7-list-item-label::before {
  background-image: url("../images/page/contact-buy/select05.webp");
}

@media (max-width: 560px) {
  .formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item.first label {
    flex-direction: column;
    align-items: stretch;
  }

  .formTable
    dd
    .wpcf7-checkbox.property-cards
    .wpcf7-list-item.first
    .wpcf7-list-item-label {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .formTable
    dd
    .wpcf7-checkbox.property-cards
    .wpcf7-list-item:first-child
    .wpcf7-list-item-label::before {
    width: min(260px, 88vw);
    height: clamp(100px, 36vw, 160px);
  }
}

@media (max-width: 900px) {
  .formTable dd .wpcf7-checkbox.property-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 400px) {
  .formTable dd .wpcf7-checkbox.property-cards {
    grid-template-columns: 1fr;
  }
}

/* 査定フォーム：物件種別に応じた ❷ ブロックの表示切替（JS: contact-form-property-type.js） */
.formTable dl.property-info02:not(.is-active),
.formTable dl.property-info03:not(.is-active),
.formTable dl.property-info04:not(.is-active),
.formTable dl.property-info05:not(.is-active) {
  display: none;
}

.formTable dl > dd input.unit ,.formTable dl > dd input.w-small{
  width: 130px;
}
#zip,input.zip {
  width: 300px !important;
}

.contact-buy-contents dl.address-box dd p span:has(.p-street-address) {
  display: block;
  width: 100%;

}


.address .p-street-address{
  margin-top: 1rem;

}
.contact-buy-contents dl.address-box dd p span:has(#personal_address_mansion) {
  width: 81%;
}
#text-area1 {
  height: 205px;
}
#text-area2 {
  height: 150px;
}



.contact-contents-item-text p {
  font-size: 1.2rem;
  line-height: 2;
}
.contact-contents-item-tel {
  margin: 1.5rem auto 4rem;
}
.contact-contents-item-tel a {
  font-size: 5rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.contact-contents-item-tel a img {
  width: 2.8rem;
}
.contact-contents-item-tel p {
  font-size: 1.4rem;
  text-align: center;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}
.contact-contents-item-text .attention {
  background: #f5f5f5;
  padding: 4.2rem 2rem;
  margin-top: 2rem;
  line-height: 2;
}

p.contact-contents-item {
  font-size: 1.8rem;
  font-weight: normal;
  background: #595858;
  color: #fff;
  text-align: center;
  margin: auto;
  width: fit-content;
  padding: 0.5rem 3rem;
  border-radius: 10px;
}

.day-list > dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.formTable .day-list > dl + dl {
  margin-top: 2rem;
}
.day-list > dl > dt {
  display: flex;
  align-items: center;
}


.day-list > div {
  margin-top: 2rem;
}

.day-list > dl > dt p br {
  display: none;
}

.day-list > dl > dd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
}

.day-list > dl > dd > div p {
  display: flex;
  align-items: center;
}
.day-list > dl > dd > div p span {
  display: flex;
  align-items: center;
}
.day-list > dl > dd > div input,
.day-list > dl > dd > div select {
  margin-right: 5px;
  padding: 1rem;
  border: solid 1.5px #a39a80;
  font-size: 1.2rem !important;
  width: 150px;
  background: #fff;
  margin: 0 6px;
  -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
}

.formTable dl.privacy {
display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 5rem;
  margin-left: 2rem;
}

.privacy label:nth-child(1) > input:nth-child(1) {
  width: 24px;
  height: 28px;
}

.privacy label {
  display: flex;
  align-items: center;
}

.formTable iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.bg-title {
  background: #dcdcdc;
  padding: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  letter-spacing: 0;
}

.title-body-box-1 {
  background: #f7f7f7;
}

.wpcf7-submit {
  background: #231815;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-weight: normal;
  padding: 2rem 3rem;
  width: 350px;
  text-align: left;
  letter-spacing: 1px;
}


#submit > p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
}

#submit .wpcf7-spinner {
  position: absolute;
  margin: 0 !important;
  flex-shrink: 0;
}

.wpcf7-form:not(.submitting) #submit .wpcf7-spinner {
  display: none;
}

.wpcf7-form.submitting #submit .wpcf7-spinner {
  display: inline-block;
  visibility: visible;
  left: calc(100% + 1.2rem);
  top: 50%;
  transform: translateY(-50%);
}




.wpcf7-submit:hover {
  background: #b1b3a9;
  color: #fff;
}

 .wpcf7-submit {
  background: #585858;
  color: #fff;
  font-size: 2rem;
  width: 400px;
  position: relative;
  text-align: center;
  text-indent: 2em;
  border: 4px solid #fff;
}
#submit {
  width: fit-content;
  margin: 3rem auto 0rem;
  position: relative;
}

 #submit p {
  border: solid 1px #9e9e9f;
}
 #submit::after {
  content: "";
  background: url(../images/page/contact-buy/icon-arrow.webp) no-repeat center
    center;
  background-size: auto;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}



/* 

 買いたい方
ご希望の物件をお探しの方

*/
.page-id-332 .main-ttl-section .main-ttl > p:nth-child(1) {
  font-size: 1.5rem;
}

/* 

 買いたい方
ご希望の物件をお探しの方

*/

.contact-buy-looking .contact-contents-ttl > h3:nth-child(1) {
  padding: 1rem 0 !important;

  width: fit-content;
  border-bottom: solid 1px;
  border-top: solid 1px;
  font-size: 2.4rem;
  margin: auto;
}

.contact-buy-looking .contact-contents-ttl {
  background: #dce6f0;
  padding: 3rem 0;
}

.contact-buy-looking .inner {
  /* background: #eff0e6; */
  /* border: solid 30px #fff; */
  background: #f5f5f5;
  border: solid 40px #dce6f0;
  border-top: solid 30px #dce6f0;
  width: 1100px;
}

.contact-buy-looking .contact-contents-ttl > h3:nth-child(1) {
  /* background: #fff; */
  /* padding-bottom: 2rem; */
  background: #dce6f0;
  padding-bottom: 3rem;
}

.contact-buy-looking .property-cards > span:nth-child(1) {
  display: none;
}

.contact-buy-looking #submit::after {
  left: 80px;
}

.about-contents {
  color: #403d3c;
}
.about-contents-ttl .main-ttl > h2 {
  font-size: 3rem;
}

.message-contents-section {
  margin-top: 15rem;
}

.message-contents-section .message-contents-img > p {
  font-size: 1.6rem;
  line-height: 2.1;
  color: #403d3c;
  letter-spacing: 2px;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.message-contents-section .main-ttl h2 {
  font-size: 5rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  letter-spacing: 2px;
  color: #403d3c;
  margin: 2rem 0;
}

.message-contents-section .main-ttl > p {
  font-size: 2.2rem;
  color: #403d3c;

  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.message-contents-section .message-contents-img {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: flex-end;
  position: relative;
}
.message-contents-section .message-contents-img img {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 540px;
}

.footer-info .footer-info-img {
  position: absolute;
  top: -11rem;
  max-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}

.footer-info-text .inner h1 {
  width: 350px;
  text-align: center;
  margin: 4rem auto 1rem;
}

.footer-info-text .inner {
  text-align: center;
}
p.address:nth-child(2) {
  font-size: 1.5rem;
}

.footer-info-tel > a:nth-child(1) {
  font-size: 7rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  justify-content: center;
  line-height: 1;
  margin-top: 3rem;
}

.footer-info-tel > a:nth-child(1) > span:nth-child(1) {
  font-size: 3.2rem;
}

.mail {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.footer-info-time {
  font-size: 1.4rem;
}
.footer-info-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 76%;
  margin: auto;
  margin-top: 3rem;
}
.footer-info-btn > p a {
  font-size: 2.5rem;
  background: linear-gradient(
    180deg,
    rgba(203, 4, 0, 1) 0%,
    rgba(172, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CB0400',endColorstr='#AC0000' , GradientType=0);

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #ac0000;
}

.footer-info-btn > p a:hover {
  background: #fff;
  color: #ac0000;
  border: 1px solid #ac0000;
}

/* 

物件詳細

*/

.infoarea {
  color: #000;
  border-radius: 0px;
  border-bottom: solid #000 1px;
  border-top: solid #000 1px;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.intro-ttl {
  font-size: 2.5rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.open_room-area {
  color: #fff;
  background: #a71527;
  font-size: 2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  text-align: center;
  padding: 0.5rem 2rem;
}

.property-intro-swiper {
  width: 100%;
  max-width: 100%;
}

.property-intro-main-wrap {
  position: relative;
  min-width: 0;
  width: 80%;
  margin: auto;
  overflow: visible;
}

.property-single-intro .inner.di-fl {
  overflow: visible;
}

.property-intro-main-slider {
  position: relative;
  margin-bottom: 5rem;
  padding: 0 52px;
  box-sizing: border-box;
  overflow: visible;
}

.property-intro-main {
  margin-bottom: 0;
  overflow: hidden;
}
.property-intro-main .property-intro-main-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70vh, 640px);
  object-fit: cover;
}

.property-intro-single .property-intro-main-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70vh, 640px);
  object-fit: cover;
}

.property-intro-main-slider .property-intro-prev,
.property-intro-main-slider .property-intro-next {
  color: unset;
  width: 44px;
  height: 44px;
  margin: 0;
  background: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}

.property-intro-main-slider .property-intro-prev {
  left: 0;
  background: url("../images/page/property/property-intro-prev.webp") no-repeat
    center center / contain;
}
.property-intro-main-slider .property-intro-next {
  right: 0;
  background: url("../images/page/property/property-intro-next.webp") no-repeat
    center center / contain;
}

/* Remove default Swiper arrow content */
.property-intro-main-slider .property-intro-prev::after,
.property-intro-main-slider .property-intro-next::after {
  content: none !important;
}
/* サムネイルスライダー */
.property-intro-thumbs {
  margin: auto;
  margin-top: 0.75rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.property-intro-thumbs .property-intro-thumb-slide {
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.5;
}

.property-intro-thumbs .property-intro-thumb-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.property-intro-thumb-in {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  background: #eee;
}

.property-intro-thumbs .swiper-wrapper {
  flex-wrap: wrap;
  gap: 1.6rem;
}
.property-intro-thumbs .swiper-slide {
  width: 100px !important;
  height: 100px;
}

.property-intro-thumb-img {
  display: block;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}

.property-intro-main .swiper-slide img {
  height: 500px;
  width: 800px;
  object-fit: contain;
  display: block;
  margin: auto;
}
.property-single-ttl {
  margin-bottom: 3rem;
}
h2.subtitle-005 {
  font-size: 4rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin: auto;
  text-align: center;
}

.sub-ttl {
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

.property-single-intro {
  margin-bottom: 5rem;
}
.property-single-intro-img {
  margin-top: 5rem;
}
.property-single-intro-img img {
  display: block;
  width: 100%;
  width: 900px;
  margin: auto;
  object-fit: contain;
}
/* 住所等 */

.property-single-info {
  background: #fff;
  padding: 8rem 0;
}
.property-single-info .property-single-info-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
  width: 95%;
  margin: auto;
}

.property-single-info .outline-item.price-item,
.property-single-info .property-spec-group-list,
.property-single-info .outline-item.address-item {
  width: 45%;
}
.property-single-info .property-spec-group-list {
  width: 45%;
}
.outline-item.address-item .outline-txt {
  font-size: 1.5rem;
  height: 4.5em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.property-single-info .outline-item dt {
  font-size: 1.6rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  border: solid 1px #000;
  width: 120px;
  padding: 1.2rem 0;
  text-align: center;
}
.property-single-info .outline-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.property-single-info .outline-item.price-item {
  padding: 1rem 0;
}
.property-single-info .outline-item.price-item dd {
  font-size: 5.7rem;
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.property-single-info .outline-item.price-item dd span:nth-child(1) {
  font-size: 2.8rem;
}

.floor-plan-text {
  font-size: 1.8rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.outline-item2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.outline-item2 dt,
.outline-item2 dd {
  font-size: 1.5rem;
}
.property-single-info .outline-item.address-item dt {
  padding: 0.8rem 0;
}
.property-spec-group-link {
  border: solid 1px #000;
  width: fit-content;
  margin: auto;
  margin-top: 4rem;
}
.property-spec-group-link > a {
  background: #403d3c;
  color: #fff;
  font-size: 2rem;
  width: 400px;
  position: relative;
  text-align: center;
  text-indent: 1em;
  border: 4px solid #fff;
  padding: 2rem 3rem;
  display: flex;
}

.property-spec-group-link > a:hover {
  background: #fff;
  color: #403d3c;
  border: 4px solid #fff;
}
.more-btn-arrow {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
}

.more-btn-arrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.8rem solid #403d3c; /* or suitable main accent color */
  z-index: 1;
}

a:hover .more-btn-arrow {
  background: #403d3c;
  color: #fff;
}
a:hover .more-btn-arrow::before {
  border-left: 0.8rem solid #fff;
}

.property-spec-group-link > a > img {
  width: 30px;
}

/* 間取り図 */

.property-single-floorplan .floorplan-imgarea img {
  display: block;
  margin: auto;
  height: 520px;
  object-fit: contain;
}

.floorplan-imgarea {
  background: #fff;
  padding: 3rem;
  width: 700px;
  margin: auto;
}

/* 360°バーチャル */

.property-single-virtual360 .desc {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 2rem;
}

.property-single-outline {
  padding: 8rem 0;
  background: #fff;
}

.single-outline-list {
  margin-top: 4rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 1.4rem;
}

.single-outline-list .outline-item {
  display: flex;
  width: 50%;
  background-color: #fff;
  border: 1px solid #000;
  /* border-right: none; */
  border-top: none;
  border-left: none;
}
.single-outline-list .outline-item:last-child {
  border-bottom: 1px solid #000;
}

.single-outline-list .outline-ttl {
  padding: 1.35rem 2rem;
  background-color: #f7f7f7;
  width: 100%;
  max-width: 156px;
  flex-shrink: 0;
}

.single-outline-list .outline-txt {
  padding: 1.35rem 1.5rem;
  width: 100%;
  border-left: 1px solid #000;
}
.single-outline-block {
  width: 100%;
  margin-top: 4rem;
  justify-content: space-between;
}

.single-outline-block .outline-wideitem {
  width: 48%;
  font-size: 1.4rem;
}

.single-outline-block .outline-txt {
  padding: 2rem;
  border: 1px solid #000;
  background-color: #fff;
}

/*ACCESS */

.ggmap > iframe:nth-child(1) {
  width: 100%;
  height: 400px;
}

/* 物件一覧ページ */

/*.property-list-ttl .inner > img {
  width: 500px;
  margin-left: auto;
  display: block;
  margin-bottom: -10rem;
}*/




.property-list-section {
  margin-top: 0rem;
  background: #dce6f0;

}
.property-list-section .news-info-box-inner {
  padding: 6rem 6rem 6rem;
  grid-template-columns: 1.1fr 3fr;
  gap: 5rem;
}

.property-list-section .news-info-list > li {
  color: #403d3c;
  border-bottom: solid 1px #403d3c;
}
.property-list-section .news-info-box-ttl {
  color: #403d3c;
}

.property-list-section .inner {
  width: 1100px;
  padding: 10rem 0 10rem;
}
.property-list-section .catch-ttl > img {
  margin: auto;
  display: block;
  width: 300px;
}

.property-list-section .catch-ttl > p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  margin-top: 1rem;
}

.link-btn {
  width: 70%;
  margin: auto;
}

.buy-btn {
  width: 50%;
  margin: auto;
}

.property-tabs {
  margin-top: 3rem;
  padding: 10rem 4rem 10rem;
}

.property-tabs.is-loading .tab-contents {
  opacity: 0.55;
  pointer-events: none;
}
.tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0 0 2rem 0;
  width: fit-content;
  margin: auto;
  margin-bottom: 3rem;
}

.tab-list > p:nth-child(1) {
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 3rem;
  background: #403d3c;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.tab-list > span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #403d3c; /* 色やサイズはお好みで調整 */
  margin: 0px;
  vertical-align: middle;
}
.tab-item {
  margin: 0;
  padding: 0;
}
.tab-item-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5rem 0rem;
  border: #403d3c solid 1px;
  border-radius: 0px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #fff;
  transition:
    border-color 0.2s,
    color 0.2s;
  width: 180px;
}

.tab-item-btn img {
  display: block;
  width: 70%;
  margin: auto;

  margin-bottom: 1rem;
  height: 60px;
  object-fit: contain;
  margin-top: 0;
}
.tab-item00 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tab-item00 p {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffff00;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  text-align: center;
}

.tab-item00-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.tab-item00-link.active p {
  outline: 3px solid #dcdcdc;
  outline-offset: 2px;
}

.tab-item00 > img {
  height: 140px;
  margin-right: -3rem;
  position: relative;
  z-index: 2;
}

.tab-item-btn.active {
  color: #000;
  background: #dcdcdc;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}
.tab-content {
  display: none;
  color: #fff;
  animation: fadein 0.35s;
}
.tab-content.active {
  display: block;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.property-tips span {
  background: #ff2c64;
  color: #fff;
  font-size: 1.7rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  padding: 2px 1rem;
}

.property-tips {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  left: 20px;
  top: -14px;
}


.property-tabs h3 {
  font-size: 2.3rem;
  margin-bottom: 3rem;
  text-align: left;
  color: #251e1c;
}

/* 

オープンループ


*/

.property-archive-simple {
  background: #dce6f0;
  padding: 5rem 4rem;
}

.open-list-ttl .inner {
  gap: 2rem;
  align-items: center;
  padding-left: 0;
  width: 990px;
}

.open-list-ttl .main-ttl-img {
  margin-left: 0;
  display: block;
  width: 500px;
}
.open-list-ttl h2.line-seed-jp {
  font-size: 4.4rem;
  color: #fc4700;
  font-style: italic;
  margin-bottom: 0rem;
}
.open-list-ttl h2.line-seed-jp > span:nth-child(1) {
  color: #ff9b00;
  font-size: 4.4rem;
}

.open-list-ttl .main-ttl > p:nth-child(2) {
  font-size: 2rem;
  text-align: center;
}

.open-list-ttl .main-ttl {
  margin-bottom: 3rem;
}

.open-list-section {
  margin-top: 0;
}

.open-list-section .buy-list li a:hover {
  background: #afcde6;
}
.open-list-section .catch-ttl {
  margin-bottom: 5rem;
}
div.main-title,
.open-list-section .catch-ttl-title {
  font-size: 2.4rem;
  color: #000;
  text-align: center;
  width: fit-content;
  padding: 1rem 3rem;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  margin: auto;
}
.open-list-section .catch-ttl > p:nth-child(2) {
  font-size: 1.8rem;
  text-align: center;
}

.recommend-list {
  display: block;
}

.buy-list.recommend-list li + li {
  margin-top: 4rem;
}

.recommend-list li a {
  background: #fff;
  border-radius: 0px;
  padding: 3rem 3rem;
  border: solid 1px #403d3c;
}

.recommend-list .property-ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  gap: 1rem;
}

.recommend-list .prop-cat {
  width: 90px;
  margin: 0;
}

.openloop-text-title {
  background: #ff8500;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}
.openloop-text {
  background: #403d3c;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 200px auto;
  gap: 2rem;
  align-items: center;
}

.buy-list.recommend-list li .property-ttl {
  font-size: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
  display: flex;
  align-items: center;
  width: 100%;
}

.recommend-list-content {
  display: grid;
  grid-template-columns: 1.5fr 1.3fr;
  gap: 2rem;
}
.buy-list.recommend-list li .recommend-list-content img {
  width: 100%;
  height: 295px;
  display: block;
  vertical-align: top;
  max-width: none;
  object-fit: cover;
  border: solid 20px #eeefef;
}

.recommend-list-content-text {
  padding:  2rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.buy-list li .recommend-list-content .price {
  justify-content: flex-start;
  margin-bottom: 0rem;
  font-size: 1.2rem;
  width: 100%;
  align-items: center;
}

.buy-list li .recommend-list-content .price .price-ttl{
  width: 90px;
  text-align: center;
}

.recommend-list-content .outline-item + .outline-item {
  margin-top: 0.5rem;
}
.recommend-list-content .outline-item {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 1rem;
  align-items: center;
}

.recommend-list-content dl.property-data-item {
  /* gap: 0rem; */
  /* grid-template-columns: 80px 1fr; */
  gap: 1rem;
  grid-template-columns: 90px 1fr;
  width: 100%;
}

.recommend-list-content dl.property-data-item dt {
  width: 92px;
}
.recommend-list-content dl.property-data-item dd {
 font-size: 1.2rem;
 font-family: var(--font-mincho-w3);
}

.recommend-list-content .outline-item.station-item {
  align-items: flex-start;
  width: 100%;
}

.recommend-list-content .outline-item > dt:nth-child(1) {
  font-size: 1.2rem;
  color: #403d3c;
  background: #dce6f0;
  padding: 0.5rem 1rem;
  width: 90px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 1rem;
  font-family: var(--font-mincho-w6);
}
.recommend-list-content .outline-item > dd {
  font-size: 1.2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.recommend-list-content .address-item.outline-item > dd.outline-txt {
  font-size: 1.2rem;
  height: 3em !important;
}

.recommend-list-content .outline-item.floor-plan-item,
.recommend-list-content .outline-item.building-date-item {
  width: 49%;
}

/* 

法人のページ


*/

#page-ttl.corporation-bg,
#page-ttl.satei-bg {
  position: relative;
}

#page-ttl.corporation-bg > img {
  padding: 1%;
  object-fit: cover;
}

#page-ttl.corporation-bg .ttl-area h2 {
  font-size: 3rem;
  padding: 0rem 0;
  color: #fff;
  position: absolute;
  width: 1000px;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  text-align: left;
  padding-left: 3rem;
}
section.service-section{
  margin-top: 10rem !important;
}
section.service-section .inner {
  padding: 5rem;
  background: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: -40rem;
  position: relative;
}

section.service-section .inner > h2 {
  font-size: 3.1rem;
  text-align: center;
  margin-bottom: 1rem;
}

section.service-section .inner > p.catch {
  font-size: 1.4rem;
  padding: 1rem 4rem;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  width: fit-content;
  margin: 2rem auto 3rem;
}
section.service-section .inner > img {
  width: 85%;
  display: block;
  margin: auto;
}
.corporation-link-box {
  position: relative;
}
.corporation-link-box > p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

.corporation-link-box > .corporation-link-inner {
  width: 78%;
  border: solid 2px #403d3c;
  padding: 5rem 7rem;
  margin: auto;
  background: #fff;

  position: relative;
}
.corporation-link-inner 
/* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

.contact-icon {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
}

.corporation-link-box > .corporation-link-inner > p.corporation-link-box-ttl {
  font-size: 2rem;
  text-align: center;
  border-bottom: solid 1px #251e1c;
  color: #251e1c;
  width: fit-content;
  margin: auto;
  padding: 0 2rem 5px;
  margin-bottom: 2rem;
}
.corporation-link-box > .corporation-link-inner > p {
  font-size: 1.4rem;
  text-align: center;
}

.corporation-link-box > .corporation-link-inner > .corporation-link-box-item {
  margin: 2rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.corporation-link-box-item > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #1f2160;
  border: solid 1px #1f2160;
  color: #fff;
  font-size: 2rem;
  padding: 1.5rem 0;
  justify-content: center;
  text-align: center;
}
.corporation-link-box-item > a:hover {
  background: #fff;
  color: #1f2160;
  text-decoration: none;
}
.corporation-link-box-item > a img {
  width: 20px;
}
.corporation-link-box-item > a .tel-icon {
  font-size: 1.6rem;
}
@media screen and (min-width: 736px) {

.corporation-link-box-item > a.tel-box{
  pointer-events: none;
}
}
.corporation-link-box > img {
  width: 900px;
  margin: auto;
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
}

.worries-section h2 {
  font-size: 2.6rem;
  text-align: center;
  width: fit-content;
  margin: auto;
}
.worries-section h2 img {
  width: 400px;
  display: block;
  margin: auto;
  margin-top: 1rem;
}

.worries-section .worries-img {
  width: 90%;
  margin: 4rem auto;
  display: block;
}

.worries-section .train-marquee__item {
  /* max-width: 700px; */
  max-width: 600px;
}

.worries-section .train-marquee {
  max-width: unset;
  margin: auto;
  width: auto;
}

.worries-section .train-marquee {
  margin-top: 5rem;
}

.reason-section {
  background: #403d3c;
  padding: 10rem 0;
}

.reason-box {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2rem;
}
.reason-box-item-text {
  position: relative;
}

.reason-box-item-text-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reason-box-item-text-ttl {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}

.reason-box-item-text-ttl img {
  width: 240px;
  margin: 2rem auto 0;
  display: block;
}

.reason-box-item-text-inner > div {
  font-size: 7rem;
  color: #fff000;
  text-align: center;
}

.reason-box-item-text-inner > div span {
  display: block;
  text-align: center;
  margin: 2rem auto;
  width: 8rem;
  height: 8rem;
  position: relative;
  vertical-align: middle;
}
.reason-box-item-text-inner > div span::before,
.reason-box-item-text-inner > div span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.reason-box-item-text-inner > div span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.reason-box-item-text-inner > div span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reason-box-item-list > ul {
  position: relative;
}
.reason-box-item-list > ul > li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.reason-box-item-list > ul > li + li {
  margin-top: 5rem;
}

.reason-box-item-list > ul > li > img {
  width: 100px;
}

.reason-box-item-list > ul > li > dl > dt {
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  margin-bottom: 1rem;
}

.reason-box-item-list > ul > li > dl > dd {
  color: #fff;
}

.reason-box-item-list > ul > li:nth-child(1),
.reason-box-item-list > ul > li:nth-child(3) {
  margin-left: 3rem;
}

.reason-icon {
  height: 300px;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 1;
}

.service-list {
  margin-top: 10rem;
}

.service-list > ul:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
  justify-content: center;
}

.service-list > ul:nth-child(2) > li {
  background: #fff;
  padding: 3rem 2rem;
  width: 25%;
}

.service-list > ul:nth-child(2) > li > p:nth-child(1) {
  width: fit-content;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  border-bottom: solid 1px #000;
  margin: auto;
  margin-bottom: 1rem;
}

.service-list > ul:nth-child(2) > li > p:nth-child(3) {
  font-size: 1.25rem;
  text-align: center;
}

.service-list > p {
  font-size: 2rem;
  color: #fff;
}

/* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

.support-section > div:nth-child(1) {
  background: #fff;
  padding: 7rem 5rem;
}

.support-section h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.support-section p {
  font-size: 1.6rem;
}
.support-section ul {
  margin-top: 3rem;
  background: #eff0e6;
  padding: 5rem 4rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.support-section ul > li .support-list-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}

.support-section ul .arrow-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: none;
  position: relative;
}
.support-section ul .arrow-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: translateY(-50%);
}
.support-section ul .arrow-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  background: transparent;
}
.support-section ul > li {
  width: 20%;
}
.support-section ul > li > p:nth-child(3) {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  height: 3em;
  justify-content: center;
  align-items: center;
}

.f-corporation-section {
  margin-bottom: 15rem;
}
/* 

キャンペーン　詳細


*/

.campaign-contents-img {
  margin-bottom: 5rem;
}

div.campaign-box {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -0.5px;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: solid 1px;


}

.company-contents-section .more-btn  a img{
  width: 20px;
}
.company-contents-section .more-btn  a{
  background: #585858;
  color: #fff;
  font-size: 2rem;
  width: 300px;
  position: relative;
  text-align: center;
  border: 4px solid #fff;
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.company-contents-section .more-btn {
  width: fit-content;
  margin: 3rem auto 0rem;
  position: relative;
  border: solid 1px #9e9e9f;
}
.company-contents-section .more-btn  a:hover{
  background: #b1b3a9;
  color: #fff;
}

/* 

404（section > .inner を外枠）


*/
.error404-page .error404-section {
  margin: 6rem 0 10rem;
}
.error404-section .inner {
  box-sizing: border-box;
  max-width: 100%;
}
.error404-section__body {
  text-align: center;
  padding: 4.5rem 3rem 5rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.06);
}
.error404-section__code {
  margin: 0 0 1.2rem;
  font-size: clamp(4.8rem, 14vw, 8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #506ee7;
}
.error404-section__title {
  margin: 0 0 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}
.error404-section__lead {
  margin: 0 auto 2.8rem;
  max-width: 52rem;
  font-size: 1.6rem;
  line-height: 1.85;
  color: #444;
  text-align: left;
}
.error404-section__action {
  margin: 0;
}
.error404-section__link {
  display: inline-block;
  min-width: 22rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #506ee7;
  border-radius: 999px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.error404-section__link:hover {
  background: #3d56c4;
  transform: translateY(-1px);
}
.error404-section__link:focus-visible {
  outline: 2px solid #506ee7;
  outline-offset: 3px;
}

@media screen and (max-width: 768px) {
  .error404-page .error404-section {
    margin: 4rem 0 6rem;
  }
  .error404-section__body {
    padding: 3rem 1.6rem 3.6rem;
  }
  .error404-section__title {
    font-size: 1.8rem;
  }
  .error404-section__lead {
    font-size: 1.5rem;
  }
  .error404-section__link {
    min-width: 0;
    width: 100%;
    max-width: 32rem;
    box-sizing: border-box;
  }
}

.Corporation-section {
  margin: 20rem auto;
}
.Corporation-ttl {
  text-align: center;
  font-size: 4rem;
  font-family: var(--font-mincho-w6);
  font-weight: normal;
}

.wp-pagenavi {
  margin: auto;
  margin-top: 5rem;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  /* border: 1px solid #BFBFBF; */
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 1.32rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  /* border-color: #000; */
  border-color: #fff;
}

.wp-pagenavi span.current {
  background: #000;
  color: #fff;
}

.thank-area .inner {
  padding: 10rem 5rem;
  background: #fff;
}
.sended {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
.comptxt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
.tac > a:nth-child(1) {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
  display: block;
}


