@charset "UTF-8";
.mv-under {
  margin-top: 88px;
  background: url("../images/about_mv.jpg") center center/cover;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}
.mv-under .page_ttls {
  max-width: 600px;
  width: 60%;
  margin: 0 auto 0 0;
  position: relative;
}
.mv-under .page_ttls .ttls-in {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 50%;
  margin-left: -165px;
  width: 330px;
}
.mv-under .page_ttls .eg {
  font-size: clamp(14px, calc(0.3755868545vw + 12.5915492958px), 18px);
  color: #44BBDD;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv-under .page_ttls h1 {
  font-size: clamp(26px, calc(0.9389671362vw + 22.4788732394px), 36px);
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0.075em;
}
.mv-under .eng {
  position: absolute;
  right: 0;
  bottom: -19px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px white; /* 幅と色 */
  color: transparent;
  font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
}
.mv-under .eng i {
  color: white;
}
@media (max-width: 767px) {
  .mv-under {
    margin-top: 70px;
    background: url("../images/about_mv-sp.jpg") center center/cover;
  }
  .mv-under .page_ttls {
    width: 91%;
    margin: 0 auto;
    text-align: center;
  }
  .mv-under .eng {
    position: absolute;
    top: -11px;
    width: 100%;
    bottom: unset;
    font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
    text-align: center;
    left: 47%;
    transform: translate(-50%, 0);
  }
}

.prop-under {
  text-align: center;
  padding: 120px 0 130px 0;
  box-sizing: border-box;
}
.prop-under .inner {
  max-width: 960px;
}
@media all and (max-width: 767px) {
  .prop-under {
    padding: 60px 0 80px 0;
  }
  .prop-under .inner {
    width: calc(100% - 30px);
  }
}

.ct-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.ct-area a {
  display: block;
  width: 140px;
  height: 40px;
  place-content: center;
  font-weight: 600;
  color: #44BBDD;
  background: #E5F6FB;
  border-radius: 4px;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ct-area a:hover {
  background: #77CCE8;
  color: white;
}
.ct-area .act {
  background: #77CCE8;
  color: white;
}
@media all and (max-width: 767px) {
  .ct-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .ct-area a {
    width: 100%;
  }
}

.prop-bx2 {
  max-width: 960px;
  margin: 50px auto 0 auto;
  background: #FFFFEE;
  border-radius: 6px;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(102, 68, 51, 0.1);
  position: relative;
}
.prop-bx2 .tp {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
  gap: 0 50px;
}
.prop-bx2 .badge {
  position: absolute;
  color: white;
  place-content: center;
  text-align: center;
  background: #FF6644;
  width: 80px;
  height: 80px;
  top: -10px;
  right: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.prop-bx2 .name {
  color: #44BBDD;
  font-weight: 500;
  font-size: clamp(20px, calc(0.7511737089vw + 17.1830985915px), 28px);
  margin-bottom: 30px;
  text-align: left;
}
.prop-bx2 .img {
  border-radius: 6px;
  overflow: hidden;
}
.prop-bx2 .info-c2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
}
.prop-bx2 .info-c2 .bx {
  border-top: 1px solid #664433;
  box-sizing: border-box;
}
.prop-bx2 .info-c2 .subs {
  font-size: 13px;
  text-align: left;
}
.prop-bx2 .info-c2 .num {
  text-align: right;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.prop-bx2 .info-c2 .num i {
  font-size: 16px;
}
.prop-bx2 .info-c1 .bx {
  border-top: 1px solid #664433;
  border-bottom: 1px solid #664433;
  box-sizing: border-box;
}
.prop-bx2 .info-c1 .subs {
  font-size: 13px;
  text-align: left;
}
.prop-bx2 .info-c1 .num {
  text-align: right;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.prop-bx2 .info-c1 .num i {
  font-size: 16px;
}
.prop-bx2 .info-c1 .num .e1 {
  font-weight: bold;
  font-size: 22px;
}
.prop-bx2 .info-c1 .num .i1 {
  font-weight: 400;
  font-size: 42px;
}
.prop-bx2 .info-c1 .num .e2 {
  font-weight: 500;
  font-size: 16px;
}
.prop-bx2 .info-c1 .num .i2 {
  font-weight: 400;
  font-size: 24px;
}
.prop-bx2 .more {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -15px;
  width: 160px;
  height: 30px;
  font-size: 14px;
  padding-left: 20px;
  background: url("../images/arw-und.png") center right 10px no-repeat, #44BBDD;
  background-size: 16px auto;
}
.prop-bx2 .more.is-open {
  background: url("../images/cll.png") center right 10px no-repeat, #44BBDD;
  background-size: 16px auto;
}
.prop-bx2 .pro-info-c2 {
  padding: 110px 0 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: flex-start;
  gap: 0 110px;
}
.prop-bx2 .pro-info-c2 .imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 0;
}
.prop-bx2 .pro-info-c2 .imgs img {
  width: 100%;
}
.prop-bx2 .pro-info-c2 .line {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 12px 0;
  box-sizing: border-box;
  border-top: 1px solid #664433;
  text-align: left;
  line-height: 1.6;
}
.prop-bx2 .pro-info-c2 .line .tl {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #997766;
}
.prop-bx2 .comments {
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
}
.prop-bx2 .comments .tll {
  font-family: "Figtree", sans-serif;
  color: #44BBDD;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 24px;
}
.prop-bx2 .btn-area {
  margin-bottom: 30px;
}
.prop-bx2 .btn-area a {
  margin: 0 auto;
  width: 320px;
  height: 60px;
  font-size: 16px;
}
.prop-bx2 .und {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease-in-out; /* ここが重要 */
}
@media all and (max-width: 1080px) {
  .prop-bx2 .pro-info-c2 {
    grid-template-columns: 1fr;
  }
  .prop-bx2 .infos {
    margin-top: 40px;
  }
}
@media all and (max-width: 1000px) {
  .prop-bx2 .tp {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .prop-bx2 .pro-info-c2 {
    gap: 0 60px;
  }
  .prop-bx2 .comments {
    padding: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .prop-bx2 .tp {
    gap: 30px 0;
  }
  .prop-bx2 {
    margin: 50px auto 0 auto;
    padding: 24px 24px 50px 24px;
  }
  .prop-bx2:first-of-type {
    margin: 0 auto;
  }
  .prop-bx2 .badge {
    width: 60px;
    height: 60px;
    top: -10px;
    right: 10px;
    font-size: 14px;
  }
  .prop-bx2 .name {
    font-size: clamp(22px, calc(0.5633802817vw + 19.8873239437px), 28px);
    margin-bottom: 30px;
  }
  .prop-bx2 .info-c2 .subs {
    font-size: 12px;
  }
  .prop-bx2 .info-c2 .num {
    font-size: clamp(20px, calc(0.3755868545vw + 18.5915492958px), 24px);
  }
  .prop-bx2 .info-c2 .num i {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx2 .info-c1 .subs {
    font-size: 12px;
  }
  .prop-bx2 .info-c1 .num {
    font-size: clamp(18px, calc(0.5633802817vw + 15.8873239437px), 24px);
  }
  .prop-bx2 .info-c1 .num i {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx2 .info-c1 .num .e1 {
    font-size: clamp(20px, calc(0.1877934272vw + 19.2957746479px), 22px);
  }
  .prop-bx2 .info-c1 .num .i1 {
    font-size: clamp(34px, calc(0.7511737089vw + 31.1830985915px), 42px);
  }
  .prop-bx2 .info-c1 .num .e2 {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx2 .info-c1 .num .i2 {
    font-size: clamp(18px, calc(0.5633802817vw + 15.8873239437px), 24px);
  }
  .prop-bx2 .more {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: -15px;
    width: 160px;
    height: 30px;
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/arw-und.png") center right 10px no-repeat, #44BBDD;
    background-size: 16px auto;
  }
  .prop-bx2 .pro-info-c2 {
    padding: 60px 0 0 0;
    gap: 30px 0;
  }
  .prop-bx2 .pro-info-c2 .imgs {
    gap: 30px 0;
    width: 80%;
    margin: 0 auto;
  }
  .prop-bx2 .pro-info-c2 .line {
    padding: 9px 0;
  }
  .prop-bx2 .pro-info-c2 .line .tl {
    font-size: 12px;
  }
  .prop-bx2 .pro-info-c2 .line .tx {
    font-size: 14px;
  }
  .prop-bx2 .infos {
    margin-top: 30px;
  }
  .prop-bx2 .comments {
    padding: 50px 0 30px 0;
  }
  .prop-bx2 .comments .tll {
    margin-bottom: 24px;
  }
  .prop-bx2 .btn-area {
    margin-bottom: 30px;
  }
  .prop-bx2 .btn-area a {
    width: 100%;
  }
}

.pagenation {
  max-width: 960px;
}

/*# sourceMappingURL=property.css.map */
