#top .allBox {
  overflow: hidden;
}
#top header {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media (min-width: 800px) {
  #top header {
    opacity: 0;
  }
}
@media (min-width: 800px) {
  #top header.is-scroll {
    opacity: 1;
  }
}

.topMv {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.topMv .logo-img {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.topMv .logo-img.is-loaded {
  opacity: 0;
}

.topInfo {
  padding-bottom: 234px;
  position: relative;
  z-index: 1;
}
.topInfo .inner {
  position: relative;
  z-index: 4;
  padding-top: 55px;
}

.topInfo-bgWrap {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 0;
  width: 1920px;
  height: 1645px;
}
.topInfo-bgWrap .mask {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.topInfo-bgWrap .mask-left {
  left: 0;
  z-index: 2;
}
.topInfo-bgWrap .mask-right {
  right: 0;
  z-index: 2;
}

.topInfo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-inline: auto;
  padding: 48px 75px;
  background: #fff;
  position: relative;
  border-top: 8px solid #57AF9B;
}
.topInfo-content:nth-child(n+2) {
  margin-top: 33px;
}
@media (max-width: 900px) {
  .topInfo-content {
    padding: 48px 16px;
  }
}
@media (min-width: 800px) {
  .topInfo-content .head {
    width: 180px;
    margin-right: 9.85%;
  }
}
@media (min-width: 800px) {
  .topInfo-content .body {
    width: calc(90.15% - 180px);
  }
}
.topInfo-content .topInfo-btn {
  max-width: 180px;
  width: 100%;
}
@media (min-width: 800px) {
  .topInfo-content .topInfo-btn {
    position: absolute;
    left: 9.75%;
    bottom: 16%;
  }
}
@media (max-width: 900px) {
  .topInfo-content .topInfo-btn {
    left: 2.5%;
  }
}
.topInfo-content .globalBtn.arrow {
  padding: 14.5px 9px;
}
.topInfo-content .globalBtn.arrow .text {
  font-size: 13px;
}
.topInfo-content .list li:nth-child(n+2) {
  margin-top: 33px;
}
.topInfo-content .list li a {
  display: block;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.topInfo-content .list li a .line {
  position: absolute;
  top: 42%;
  right: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
  opacity: 0;
}
.topInfo-content .list li a .line::before, .topInfo-content .list li a .line:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.topInfo-content .list li a .line::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.topInfo-content .list li a .line:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.topInfo-content .list li a time {
  font-size: 12px;
  padding-bottom: 6px;
  display: block;
}
.topInfo-content .list li a .text {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 7px;
  border-bottom: 1px solid #231815;
  position: relative;
}
.topInfo-content .list li a .text::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 100%;
  width: 0;
  height: 1px;
  background: #231815;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 800px) {
  .topInfo-content .list li a:hover .line {
    opacity: 1;
  }
}

@-webkit-keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}

@keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
.topInfo-imagine {
  padding-top: 150px;
}
.topInfo-imagine .section-heading .section-title {
  padding-bottom: 30px;
}
@media (max-width: 799px) {
  .topInfo-imagine .section-heading .section-title {
    padding-bottom: 20px;
  }
}

.topContents-item {
  background: #fff;
}
.topContents-item .title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-bottom: 32px;
}
.topContents-item .globalBtn {
  max-width: 168px;
  margin-inline: auto;
  padding: 14.5px 9px;
}
.topContents-item .globalBtn .text {
  font-size: 13px;
}
@media (min-width: 800px) {
  .topContents-item .body {
    padding: 55px 0;
  }
}

.topContents {
  background: transparent url(../img/top/topContents-bg.png) no-repeat bottom center/100% 300px;
  position: relative;
  z-index: 1;
}
.topContents .wrap {
  max-width: 1000px;
  margin-inline: auto;
}
.topContents .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 800px) {
  .topContents .list {
    gap: 5%;
  }
}
@media (max-width: 900px) {
  .topContents .list {
    gap: 2.5%;
  }
}
@media (min-width: 800px) {
  .topContents .list li {
    width: 47.5%;
  }
}
@media (min-width: 800px) {
  .topContents .list li .topContents-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: drop-shadow(0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.12));
            filter: drop-shadow(0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.12));
  }
}
.topContents .section-body {
  padding-bottom: 55px;
}

.top-swiper {
  line-height: 0;
}

.anim-wrap {
  position: relative;
}
.anim-wrap .anim-img {
  position: absolute;
}
.anim-wrap .anim-img .img {
  -webkit-transition: 1.25s ease;
  transition: 1.25s ease;
  overflow: hidden;
}
.anim-wrap .anim-img .img img {
  -webkit-transition: 1.25s ease;
  transition: 1.25s ease;
}
.anim-wrap .top {
  top: 0;
  left: 26%;
  width: 40.47vw;
}
@media (min-width: 800px) {
  .anim-wrap .top {
    max-width: 777px;
  }
}
.anim-wrap .top .img {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
}
.anim-wrap .top img {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
  width: 40.47vw;
}
@media (min-width: 800px) {
  .anim-wrap .top img {
    max-width: 777px;
  }
}
.anim-wrap .left {
  top: 0;
  left: 0;
  width: 43.75vw;
}
@media (min-width: 800px) {
  .anim-wrap .left {
    max-width: 840px;
  }
}
.anim-wrap .left .img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.anim-wrap .left img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
  width: 43.75vw;
}
@media (min-width: 800px) {
  .anim-wrap .left img {
    max-width: 840px;
  }
}
.anim-wrap .bottom {
  left: 26%;
  bottom: 0;
  width: 40.47vw;
}
@media (min-width: 800px) {
  .anim-wrap .bottom {
    max-width: 777px;
  }
}
.anim-wrap .bottom .img {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  -webkit-transition-delay: 3500ms !important;
          transition-delay: 3500ms !important;
  -webkit-transition-duration: 1.5s !important;
          transition-duration: 1.5s !important;
}
.anim-wrap .bottom img {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  -webkit-transition-delay: 3500ms !important;
          transition-delay: 3500ms !important;
  width: 40.47vw;
  -webkit-transition-duration: 1.5s !important;
          transition-duration: 1.5s !important;
}
@media (min-width: 800px) {
  .anim-wrap .bottom img {
    max-width: 777px;
  }
}
.anim-wrap .title {
  width: 20.8%;
  max-width: 400px;
  right: 10.5%;
  overflow: hidden;
}
.anim-wrap .title .img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-delay: 5000ms !important;
          transition-delay: 5000ms !important;
}
.anim-wrap .title img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-delay: 5000ms !important;
          transition-delay: 5000ms !important;
}
.anim-wrap .title-main {
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  top: 41.2%;
}
.anim-wrap .title-sub {
  top: 53.4%;
}
.swiper-slide-active .anim-wrap .anim-img .img {
  -webkit-transform: translate(0%);
          transform: translate(0%);
}
.swiper-slide-active .anim-wrap .anim-img img {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.anim-wrap.test .top .img {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}
.anim-wrap.test .top img {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}
.anim-wrap.test .left .img {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.anim-wrap.test .left img {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.anim-wrap.test .bottom .img {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
}
.anim-wrap.test .bottom img {
  -webkit-transition-delay: 2100ms !important;
          transition-delay: 2100ms !important;
}
.anim-wrap.test .title .img {
  -webkit-transition-delay: 3300ms !important;
          transition-delay: 3300ms !important;
}
.anim-wrap.test .title img {
  -webkit-transition-delay: 3300ms !important;
          transition-delay: 3300ms !important;
}

#company main {
  overflow: hidden;
}
#company .section .inner .wrap {
  max-width: 1000px;
  margin-inline: auto;
}
#company .section-heading .line-title {
  margin-bottom: 32px;
}

#company-holding .border-title {
  margin-bottom: 32px;
}
#company-holding .section .inner .wrap {
  max-width: 1000px;
  margin-inline: auto;
}
#company-holding .company-mv {
  padding-bottom: 60px;
  margin-bottom: 120px;
}

.company-mv {
  padding-top: 155px;
  padding-bottom: 55px;
  background: transparent url(../img/common/pageMv.png) no-repeat left center/1440px;
  max-width: 1920px;
  margin-inline: auto;
}
.company-mv .pageMv-title {
  padding-bottom: 60px;
}
.company-mv .line-title {
  padding-bottom: 32px;
}
.company-mv .company-lead {
  font-size: 16px;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.14em;
}
.company-mv .company-lead .ceo {
  display: block;
  text-align: right;
  padding-top: 32px;
}

.company-outline {
  padding: 120px 0 270px;
  position: relative;
}
.company-outline .bg-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  height: 1793px;
  width: 1920px;
}
.company-outline .bg-wrap .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.company-outline .bg-wrap .bg.bg-left {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.company-outline .bg-wrap .bg.bg-right {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.company-outline .bg-wrap .bg img {
  height: 100%;
}

.table dl .table-item dd,
.table dl .table-item dt {
  background: #fff;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.14em;
}
.table dl .table-item:last-child dd,
.table dl .table-item:last-child dt {
  border-bottom: none;
}
.table .day {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 2.2;
}

.table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5%;
}
.table-item dd,
.table-item dt {
  background: #fff;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.14em;
  padding: 15px 30px;
  border-bottom: 1px solid #B9B9B9;
}
.table-item dt {
  width: 32.7%;
  font-weight: normal;
}
.table-item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-item .bis li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-item .bis li .num {
  width: 26px;
}
.table-item .bis li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-item .member li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-item .member li .board {
  width: 190px;
}
.table-item .member li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-map-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 800px) {
  .company-map-item {
    gap: 2%;
  }
}
@media (min-width: 800px) {
  .company-map-item .data {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 800px) {
  .company-map-item .img {
    width: 41%;
  }
}
.company-map-item .address,
.company-map-item .title {
  line-height: 2.2;
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.14em;
}
.company-map-item .title {
  background: #E9F1F6;
  margin-bottom: 13px;
}
.company-map-item .traffic {
  padding-bottom: 40px;
}
.company-map-item .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (min-width: 800px) {
  .company-map-item .btn-wrap .btn {
    width: 210px;
  }
}

.company-map.osaka {
  padding: 90px 0 50px;
}

.holding-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}
.holding-img .img.border img {
  border: 1px solid #3E3534;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.holding-img .line {
  max-width: 452px;
  margin-inline: auto;
}
.holding-img .top .img {
  margin-inline: auto;
}
@media (min-width: 800px) {
  .holding-img .top .img {
    max-width: 341px;
  }
}
.holding-img .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}
.holding-img .bottom .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 800px) {
  .holding-img .bottom .img {
    max-width: 226px;
  }
}

.company-group {
  padding-bottom: 75px;
}
.company-group .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 800px) {
  .company-group .list ul {
    gap: 3.2%;
  }
}
@media (min-width: 800px) {
  .company-group .list ul li {
    width: 48.4%;
  }
}
.company-group .list ul li:nth-child(n+3) {
  margin-top: 30px;
}
.company-group .list ul li .img img {
  width: 100%;
  border: 1px solid #3E3534;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 800px) {
  .company-group .list ul li .img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.holding-img-logo a img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 800px) {
  .holding-img-logo a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

#biz #footer.footerGroupNone {
  padding-top: 255px;
}

.bizAsset-item {
  position: relative;
  background: #fff;
  padding: 16px 8px 8px 8px;
}
@media (max-width: 799px) {
  .bizAsset-item {
    padding: 14px 4px 6px;
  }
}
.bizAsset-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
}
@media (max-width: 799px) {
  .bizAsset-item::after {
    height: 6px;
  }
}
.bizAsset-item .globalBtn {
  max-width: 170px;
  margin-inline: auto;
  font-size: 13px;
  padding: 10px 10px;
}
@media (max-width: 799px) {
  .bizAsset-item .globalBtn {
    font-size: 12px;
    padding: 9px 9px;
  }
}
.bizAsset-item .img {
  text-align: center;
}
.bizAsset-item .title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #231815;
  padding-bottom: 8px;
}
@media (max-width: 799px) {
  .bizAsset-item .title {
    font-size: 13px;
    white-space: nowrap;
  }
}
.bizAsset-item .head {
  padding-bottom: 8px;
}

.bizAsset {
  background: #E6EBEF;
  padding: 80px 0;
}
.bizAsset .section-head {
  max-width: 888px;
  margin-inline: auto;
}
.bizAsset .list {
  max-width: 888px;
  margin-inline: auto;
}
.bizAsset .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6.3%;
}
@media (max-width: 799px) {
  .bizAsset .list ul {
    gap: 3.8%;
  }
}
.bizAsset .list ul li {
  width: 46.85%;
}
@media (max-width: 799px) {
  .bizAsset .list ul li {
    width: 48.1%;
  }
}
.bizAsset .list ul li:nth-child(n+3) {
  margin-top: 56px;
}
@media (max-width: 799px) {
  .bizAsset .list ul li:nth-child(n+3) {
    margin-top: 24px;
  }
}

.bizFlow {
  padding-top: 64px;
}

.bizFlow-content {
  border: 1px solid #4793CA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 24px 24px 24px;
  position: relative;
  max-width: 888px;
  margin-inline: auto;
}
.bizFlow-content .title {
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #4793CA;
}
@media (min-width: 800px) {
  .bizFlow-content .title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 5px;
  }
}
.bizFlow-content .lead {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #231815;
  padding-bottom: 25px;
}
@media (min-width: 800px) {
  .bizFlow-content .lead {
    text-align: center;
  }
}
.bizFlow-content .flow {
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
  max-width: 884px;
  margin-inline: auto;
}
.bizFlow-content .flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bizFlow-content .flow ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
}
.bizFlow-content .flow ul li:not(:last-child) {
  position: relative;
}
.bizFlow-content .flow ul li:not(:last-child)::after {
  content: "";
  height: 100%;
  width: 23px;
  position: absolute;
  background: transparent url(../img/biz/bizFlow-arrow.svg) no-repeat center center/contain;
}
@media (min-width: 800px) {
  .bizFlow-content .flow ul li:not(:last-child)::after {
    right: -10%;
    top: 0;
  }
}

.bizFlow-item {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 74px;
  height: 68px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bizFlow-item .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.bizFlow-item .img {
  margin-bottom: 7px;
}

#mansion .section .inner .wrap {
  max-width: 1000px;
  margin-inline: auto;
}

.mansion-list {
  padding-bottom: 64px;
}
.mansion-list ul {
  padding-bottom: 64px;
  max-width: 800px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 800px) {
  .mansion-list ul {
    gap: 5%;
  }
}
@media (min-width: 800px) {
  .mansion-list ul li {
    width: 30%;
  }
}
.mansion-list ul li:nth-child(n+4) {
  margin-top: 40px;
}
.mansion-list ul li .img {
  text-align: center;
  margin-bottom: 8px;
}
.mansion-list ul li .text {
  font-size: 13px;
  color: #231815;
}

.mansion-liv {
  padding-bottom: 64px;
}
.mansion-liv .section-head {
  padding-bottom: 32px;
}
.mansion-liv .section-head .section-title {
  padding-bottom: 24px;
}
.mansion-liv .section-head .bandTitle {
  margin-bottom: 24px;
}
.mansion-liv .section-head .globalBtn {
  max-width: 480px;
  margin-inline: auto;
  margin-top: 21px;
  font-size: 15px;
  padding: 27px 24px;
}
.mansion-liv .section-body ul {
  max-width: 900px;
  margin-inline: auto;
}
.mansion-liv .section-body ul li:nth-child(n+2) {
  margin-top: 16px;
}

.mansion-livItem {
  color: #231815;
  background: #E6EBEF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 12px 12px 12px 44px;
  position: relative;
}
@media (min-width: 800px) {
  .mansion-livItem {
    gap: 2.1%;
  }
}
.mansion-livItem::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(top, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(180deg, #A5D3B6 0%, #7E9FD2 100%);
}
.mansion-livItem .subtitle {
  font-size: 20px;
  letter-spacing: 0.04em;
  padding-bottom: 17px;
  border-bottom: 1px solid #231815;
  margin-bottom: 15px;
}
.mansion-livItem .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.mansion-livItem .caption {
  font-size: 12px;
  letter-spacing: 0.04em;
  padding-top: 6px;
}
@media (min-width: 800px) {
  .mansion-livItem .head {
    width: 36.6%;
  }
}
@media (min-width: 800px) {
  .mansion-livItem .body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.mansion-achieve {
  padding-top: 80px;
}

@media (min-width: 800px) {
  .rentalAchieve .list {
    height: 550px;
  }
}

@media (min-width: 800px) {
  .conceptAchieve .list {
    height: 65px;
  }
}

@media (min-width: 800px) {
  #logistics .schedule-achieve .achieve-list .list {
    height: 100px;
  }
}
#logistics .schedule-achieve .achieve-list .list li {
  width: 50%;
}
@media (min-width: 800px) {
  #logistics .dev-achieve .achieve-list .list {
    height: 55px;
  }
}

@media (min-width: 800px) {
  .logistics-facility ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
@media (min-width: 800px) {
  .logistics-facility ul li {
    width: 32%;
  }
}
.logistics-facility .img-content .text {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.05;
  padding-top: 5px;
}

.logistics-achieve {
  padding-top: 80px;
}

@media (min-width: 800px) {
  #hotel .achieve-list .list {
    height: 55px;
  }
}
#hotel .achieve-list .list li {
  width: 50%;
}
#hotel #footer.footerGroupNone {
  padding-top: 245px;
}

.hotel-img {
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .hotel-img-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
@media (min-width: 800px) {
  .hotel-img-content .hotel-img {
    width: 98%/2;
    margin-bottom: 0px;
  }
}

.office-img-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 800px) {
  .office-img-content {
    gap: 0.6%;
  }
}
.office-img-content.col-3 {
  gap: 2%;
}
.office-img-content.col-3 .office-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.office-img-content.top {
  margin-bottom: 40px;
}
.office-img-content .right .office-img:nth-child(n+2) {
  margin-top: 4px;
}

@media (min-width: 800px) {
  .office-achieve .senior-achieve .list {
    height: 13px;
  }
}
@media (min-width: 800px) {
  .office-achieve .building-achieve .list {
    height: 80px;
  }
}
@media (min-width: 800px) {
  .office-achieve .building-achieve .list li {
    width: 25%;
  }
}

#others #footer.footerGroupNone {
  padding-top: 260px;
}

.others-achieve .achieve-list .title {
  margin-bottom: 32px;
}
@media (min-width: 800px) {
  .others-achieve .buying-achieve .syutoken .list {
    height: 105px;
  }
}
@media (min-width: 800px) {
  .others-achieve .buying-achieve .kinki .list {
    height: 105px;
  }
}
@media (min-width: 800px) {
  .others-achieve .buying-achieve .etc .list {
    height: 80px;
  }
}
@media (min-width: 800px) {
  .others-achieve .consulting-achieve .list {
    height: 55px;
  }
}

@media (min-width: 800px) {
  #resale .section .resale-title {
    padding-bottom: 16px;
  }
}

.resale-section .container.section-line {
  padding-top: 24px;
}
.resale-section .container:not(:last-child) {
  padding-bottom: 64px;
}

.resale-title {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: center;
}

.resale-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 800px) {
  .resale-img-wrap {
    gap: 5%;
  }
}
@media (min-width: 800px) {
  .resale-img-wrap.renovation {
    gap: 5.4%;
  }
}
@media (min-width: 800px) {
  .resale-img-wrap > .resale-img-content {
    width: 30%;
  }
}
.resale-img-wrap .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .resale-img-wrap .left {
    gap: 2.6%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 800px) {
  .resale-img-wrap .right {
    width: 31%;
  }
}

@media (min-width: 800px) {
  .resale-img-content .caption {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

.resale-section {
  padding-bottom: 72px;
}

@media (min-width: 800px) {
  .resale-achieve .mansionResale-achieve .list {
    height: 210px;
  }
}
@media (min-width: 800px) {
  .resale-achieve .othersResale-achieve .list {
    height: 210px;
  }
}

.external-page .pageMv .bg-wrap {
  height: 152px;
}

.recruit-item {
  padding: 10px 10px 40px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
  position: relative;
}
.recruit-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(225, 225, 225, 0.7);
}
.recruit-item .recruit-item-main {
  position: relative;
  z-index: 2;
}
.recruit-item .head {
  position: relative;
  margin-bottom: 30px;
}
.recruit-item .head .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit-item .title {
  font-size: 24px;
  letter-spacing: 0.11em;
  color: #fff;
}
.recruit-item .external-btn {
  max-width: 330px;
  margin-inline: auto;
}
.recruit-link-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}
@media (min-width: 800px) {
  .recruit-link-wrap ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.recruit-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-links-wrap .title {
  font-size: 24px;
  color: #231815;
  letter-spacing: 0.11em;
  padding-top: 16px;
  border-top: 1px solid #231815;
  margin-bottom: 30px;
}
@media (max-width: 799px) {
  .contact-links-wrap .title.lineHeight-sp {
    line-height: 1.25;
  }
}
.contact-links-wrap .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (min-width: 800px) {
  .contact-links-wrap .btns ul li {
    max-width: 330px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-form-section {
  padding-bottom: 40px;
}
.contact-form-section .container {
  margin-top: 64px;
}

#privacy-page .pageMv-title {
  line-height: 1.3;
}
#privacy-page .pageMv .inner .wrap::before {
  display: none;
}
#privacy-page .section {
  padding-bottom: 105px;
}
#privacy-page .section:last-child {
  padding-bottom: 15px;
}
#privacy-page .section .inner .wrap {
  position: relative;
}
#privacy-page .section .inner .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#A5D3B6), to(#7E9FD2));
  background: -webkit-linear-gradient(left, #A5D3B6 0%, #7E9FD2 100%);
  background: linear-gradient(90deg, #A5D3B6 0%, #7E9FD2 100%);
}
#privacy-page .section .section-head {
  padding: 25px 0 40px;
}
#privacy-page .section .section-head .title {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: center;
  padding-bottom: 15px;
}
#privacy-page .section .section-head .lead {
  letter-spacing: 0.14em;
  line-height: 2.2;
  font-size: 14px;
}
#privacy-page .section .section-head .lead.textAlignCenter {
  text-align: center;
}
#privacy-page .section .section-head .lead ul li {
  line-height: 2.2;
  color: #231815;
  text-indent: -1em;
  padding-left: 1em;
}
#privacy-page .section .section-body .content {
  padding-bottom: 40px;
}
#privacy-page .section .section-body .content:last-child {
  padding-bottom: 0;
}
#privacy-page .section .section-body .line-title {
  margin-bottom: 16px;
}
#privacy-page .section .section-body .text {
  font-size: 14px;
  line-height: 2.2;
  color: #231815;
}
#privacy-page .section .section-body .text ul li {
  font-size: 14px;
  line-height: 2.2;
  color: #231815;
  text-indent: -1em;
  padding-left: 1em;
}
#privacy-page .section .section-footer .day {
  font-size: 14px;
  line-height: 2.2;
  color: #231815;
}
#privacy-page .section .section-footer .address {
  font-size: 14px;
  line-height: 2.2;
  color: #231815;
}
#privacy-page .section .section-footer .sign {
  font-size: 14px;
  line-height: 2.2;
  color: #231815;
}
#privacy-page .contact-table .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #4793CA;
}
#privacy-page .contact-table .item:last-child {
  border-bottom: 1px solid #4793CA;
}
#privacy-page .contact-table .item dt {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #231815;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 100;
}
@media (min-width: 800px) {
  #privacy-page .contact-table .item dt {
    width: 155px;
  }
}
#privacy-page .contact-table .item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2;
  padding: 0 12px;
  margin: 19px 0;
}
@media (min-width: 800px) {
  #privacy-page .contact-table .item dd {
    border-left: 1px solid #4793CA;
  }
}
#privacy-page .contact-table .blue {
  color: #4793CA;
}

#article-page .pageMv {
  padding: 0;
  height: 360px;
}
#article-page .section-head {
  margin-bottom: 40px;
}
#article-page .section-heading {
  padding-bottom: 40px;
}
#article-page .section-heading .title {
  font-size: 24px;
  letter-spacing: 0.11em;
  line-height: 1.4;
  color: #231815;
  padding-bottom: 15px;
  border-bottom: 1px solid #231815;
  margin-bottom: 15px;
}
#article-page .section-heading .date {
  font-size: 12px;
  color: #839DAE;
  letter-spacing: 0.11em;
}
#article-page .thumbnail {
  position: relative;
}
#article-page .thumbnail::before {
  content: "";
  display: block;
  padding-top: 54%;
}
#article-page .thumbnail .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}
#article-page .thumbnail .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#article-page .section-body {
  padding-bottom: 90px;
}
#article-page .section-body .text {
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 2.2;
  color: #231815;
}
#article-page .section-footer .back-btn {
  max-width: 240px;
  margin-inline: auto;
}

#topic .pageMv {
  height: 360px;
}

.topic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topic-item::after {
  margin-left: 14px;
  margin-right: 30px;
  content: "";
  width: 9px;
  height: 14px;
  background: transparent url(../img/topic/topic-item-arrow.svg) no-repeat center center/contain;
}
.topic-item .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topic-item .data {
  font-size: 12px;
  color: #839DAE;
  letter-spacing: 0.11em;
  padding-bottom: 8px;
  display: inline-block;
}
.topic-item .title {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #231815;
  padding-bottom: 9px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 100;
}

.topic-list {
  height: 812px;
  overflow-y: scroll;
}
.topic-list ul li:nth-child(n+2) {
  margin-top: 13px;
}