#pageTop .ttl {
  writing-mode: vertical-rl;
  color: #000;
  font-size: clamp(24px, 2.17vw, 26px);
  letter-spacing: 0.04em;
  display: block;
}
#pageTop .ttl span {
  display: block;
  color: #CCCCCC;
  font-size: clamp(15px, 1.33vw, 16px);
  text-transform: uppercase;
}
#pageTop .ttl.tate {
  display: flex;
  gap: 14px;
  align-items: center;
}
#pageTop .btnWrap .comBtn {
  border-radius: 4px;
  width: 236px;
  color: #fff;
  background: #323232;
  padding: 18px 35px 18px 20px;
}
#pageTop .btnWrap .comBtn::after {
  background: #fff;
}

#pageTop .secCta .comBtn {
  width: 150px;
  padding: 7px 35px 7px 25px;
  border-radius: 40px;
  background: #fff;
  color: #6D6D6D;
  border: 1px solid #CCCCCC;
}
#pageTop .secCta .comBtn::after {
  background: #6D6D6D;
}

@media screen and (max-width: 767px) {
  #pageTop .btnWrap .comBtn {
    padding: 12px 26px 12px 22px;
  }
  #pageTop .secCta .comBtn {
    padding: 7px 35px 7px 25px;
  }
}
#pageTop .float {
  position: fixed;
  bottom: 15px;
  right: 5px;
  z-index: 900;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  #pageTop .float {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 8px;
  }
}
.secMv {
  width: 100vw;
  margin: 0 auto 45px;
  position: relative;
  max-width: 1600px;
}
.secMv .imgTop {
  display: block;
  aspect-ratio: 16/9;
  max-width: 530px;
  width: 36%;
  position: absolute;
  top: 0;
  right: 0;
}
.secMv .imgTop img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.secMv .imgBottom {
  display: grid;
  grid-template-columns: 52% 7% 41%;
  grid-template-rows: 35% 47% 18%;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 530px;
  width: 36%;
}
.secMv .imgBottom img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.secMv .imgBottom img:first-of-type {
  aspect-ratio: 4/5;
  grid-column: 1/3;
  grid-row: 1/3;
  z-index: 1;
}
.secMv .imgBottom img:nth-child(2) {
  aspect-ratio: 2/3;
  grid-column: 2/4;
  grid-row: 2/4;
  z-index: 0;
}
.secMv .txt {
  position: absolute;
  top: -14%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.secMv .txt p {
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: #000;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.8em;
}
.secMv .txt img {
  max-width: 74px;
  height: auto;
}
.secMv .txtSub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 0;
}
.secMv .txtSub span {
  color: #CCCCCC;
  text-align: center;
  line-height: 2em;
}

@media only screen and (max-width: 767px) {
  .secMv {
    margin: 24px auto;
  }
  .secMv .imgTop {
    width: 60%;
  }
  .secMv .imgBottom {
    bottom: 100px;
    width: 52%;
  }
  .secMv .txt p {
    font-size: clamp(14px, 5.64vw, 22px);
  }
}
.secTop {
  padding-bottom: 75px;
}
.secTop .logo {
  text-align: center;
  margin: 0 auto;
}
.secTop .logo * {
  text-align: center;
  margin: 0 auto;
}
.secTop .logo .line {
  margin-top: 8px;
  width: 50px;
  height: 1px;
  background: #000;
}
.secTop .logo h1 {
  padding-top: 8px;
}
.secTop .txImgArea {
  padding: 40px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .secTop .txImgArea {
    padding: 24px 0 0;
  }
}
.wideImg {
  width: 100vw;
  height: auto;
}
.wideImg img {
  width: 100%;
  height: auto;
}

.secConcept .txtContent {
  display: flex;
  justify-content: right;
  align-items: center;
}
.secConcept .txtContent .txt {
  display: flex;
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
}
.secConcept .txtContent .txt p {
  writing-mode: vertical-rl;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.4em;
}
.secConcept .concept1 {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: clamp(3.125rem, -14.367rem + 36.49vw, 13rem) 1fr max-content clamp(3.125rem, -14.367rem + 36.49vw, 13rem);
  margin-bottom: 60px;
  align-items: flex-start;
}
.secConcept .concept1 .imgContent {
  grid-column: 1/3;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  aspect-ratio: 806/488;
  overflow: hidden;
}
.secConcept .concept1 .imgContent .img1 {
  width: 75%;
}
.secConcept .concept1 .imgContent .img2 {
  position: absolute;
  right: 0;
  width: 32%;
  bottom: 0px;
}
.secConcept .concept1 .txtContent {
  grid-column: 3/4;
  padding-left: clamp(5rem, -22.5rem + 44vw, 10.5rem);
}

@media only screen and (max-width: 700px) {
  .secConcept .concept1 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  .secConcept .concept1 .imgContent, .secConcept .concept1 .txtContent {
    grid-column: initial;
  }
  .secConcept .concept1 .imgContent {
    width: 95%;
    margin-bottom: 48px;
  }
  .secConcept .concept1 .txtContent {
    padding-left: initial;
    justify-content: center;
  }
}
.bottomRightImg.layout1 {
  max-width: 1300px;
  width: 75vw;
  height: auto;
  margin-left: auto;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 0.5fr 1fr;
  gap: 24px;
}
.bottomRightImg.layout1 img {
  width: 100%;
  height: auto;
}
.bottomRightImg.layout2 {
  width: 50%;
  height: auto;
  margin-left: auto;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: 40px;
}
.bottomRightImg.layout2 img {
  width: 100%;
  height: auto;
}
.bottomRightImg.layout2 img:first-of-type {
  position: relative;
  top: 40px;
}

@media only screen and (max-width: 767px) {
  .bottomRightImg.layout1 {
    width: 95%;
    gap: 10px;
    grid-template-columns: 0.3fr 1fr;
  }
  .bottomRightImg.layout2 {
    width: 95%;
    gap: 10px;
  }
}
.secAbout {
  display: grid;
  grid-template-columns: 1fr 1000px 1fr;
  margin: 52px 0 0px;
  position: relative;
}
.secAbout:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  background-color: #F0F0F0;
}
.secAbout .wrap {
  background-color: #F0F0F0;
  display: grid;
  grid-template-columns: 125px 1fr;
  padding: 64px 64px 64px 0;
  grid-column: 2/3;
}
.secAbout .wrap .content {
  padding-top: 40px;
  border-top: #CCCCCC 1px solid;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 56px;
}
.secAbout .wrap .content .tl {
  padding-bottom: 24px;
}
.secAbout .wrap .content ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 8px 0;
}
.secAbout .wrap .content ul li .tx {
  width: 130px;
}
.secAbout .wrap .content ul li div:last-child {
  text-align: right;
}

@media only screen and (max-width: 1100px) {
  .secAbout {
    grid-template-columns: 5% 90% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .secAbout {
    margin: 40px 0 0;
    grid-template-columns: 1fr;
  }
  .secAbout .wrap {
    grid-template-columns: 60px 1fr;
    padding: 48px 5% 48px 5%;
    gap: 16px;
  }
  .secAbout .wrap .content {
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
    padding-top: 28px;
    grid-template-columns: 1fr;
  }
  .secAbout .wrap .content .tl {
    padding-bottom: 20px;
  }
  .secAbout .wrap .content .dataArea {
    order: 2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .secAbout .wrap .content .imgArea {
    order: 1;
  }
}
@media only screen and (max-width: 390px) {
  .secAbout .wrap .content {
    width: 100%;
  }
  .secAbout .wrap .content .dataArea {
    width: 100%;
  }
  .secAbout .wrap .content .dataArea ul li .tx {
    width: initial;
  }
}
.secPoint {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 120px;
}
.secPoint .wrap {
  display: grid;
  grid-template-columns: 125px 1fr;
}
.secPoint .wrap .content {
  padding-top: 40px;
  border-top: #CCCCCC 1px solid;
}
.secPoint .wrap .content .box {
  display: grid;
  grid-template-columns: 34% 60%;
  gap: 6%;
  align-items: center;
  margin-bottom: 24px;
}
.secPoint .wrap .content .box:last-of-type {
  margin-bottom: 0px;
}
.secPoint .wrap .content .box .img img {
  width: 100%;
}
.secPoint .wrap .content .box .left .mds {
  margin-bottom: 16px;
}
.secPoint .wrap .content .box .left .mds span {
  color: #CCCCCC;
  font-family: "Afacad", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.secPoint .wrap .content .box .left .mds h3 {
  font-size: clamp(18px, 1.67vw, 20px);
}
.secPoint .wrap .content .box .left .mds + p {
  font-size: 14px;
}

.pointBottomImg {
  margin-top: 80px;
}
.pointBottomImg picture {
  display: grid;
  grid-template-columns: 1fr 1000px 1fr;
}
.pointBottomImg picture img {
  grid-column: 2/4;
}

@media only screen and (max-width: 1100px) {
  .secPoint {
    width: 90%;
    margin: 0 auto;
  }
  .pointBottomImg picture {
    grid-template-columns: 5% 1fr 5%;
  }
}
@media only screen and (max-width: 1000px) {
  .secPoint {
    padding-top: 70px;
  }
  .secPoint .wrap {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
  .secPoint .wrap .content {
    padding-top: 26px;
  }
  .secPoint .wrap .content .box {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .secPoint .wrap .content .box .left {
    grid-row: 2/3;
    width: 100%;
    margin: auto;
  }
  .secPoint .wrap .content .box .left .mds {
    margin-bottom: 8px;
  }
  .secPoint .wrap .content .box .left .mds span {
    color: #CCCCCC;
    font-family: "Afacad", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
  }
  .secPoint .wrap .content .box .left .mds h3 {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secPoint .wrap .content .box .left p {
    font-size: 14px;
  }
  .pointBottomImg {
    margin: 64px 0 0;
  }
}
.secCta {
  width: 100vw;
  height: 580px;
  position: relative;
  clip-path: inset(0);
}
.secCta .content {
  width: 100vw;
  height: 100%;
  position: absolute;
}
.secCta .content .btnWrap .comBtn {
  color: #6D6D6D;
  width: 150px;
}
.secCta .content::after {
  content: "";
  width: 100vw;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 0;
}
.secCta .innerWrap {
  position: absolute;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.secCta .innerWrap .ttl {
  margin: 0 auto 64px;
  color: #fff !important;
  letter-spacing: 0.3em;
}
.secCta .innerWrap .ttl span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .secCta {
    height: 390px;
  }
  .secCta .innerWrap {
    padding: 74px;
  }
}
.secMap {
  width: 90%;
  max-width: 1000px;
  margin: 32px auto;
}
.secMap .wrap {
  height: 380px;
}
.secMap .wrap iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secMap .wrap {
    aspect-ratio: 350/200;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=modelhouse.css.map */