@charset "UTF-8";

/* main-visual
======================================================================*/

.main-visual.mv-design {
  background-image: url(../../images/design/main_visual@2x.png);
  background-position: center center;
  background-size: cover;
  background-color: #000308;
}
@media screen and (max-width: 480px) {
  .main-visual.mv-design {
    background-image: url(../../images/design/main_visual_sp@2x.png);
  }
}

/* introduction
======================================================================*/
.introduction {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 30px 0;
  }
}

.material {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  /*padding: 0 20px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}

.material h3 {
  text-align: center;
}

.material ul.point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.material ul.point li {
  width: 40%;
}
/*
.material ul.point li img{
	max-width: 100%;
	height: auto;
}
*/
.material ul.point li:last-child {
  width: 60%;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .material ul.point li {
    width: 100%;
  }
  .material ul.point li:last-child {
    width: 100%;
    padding: 20px;
  }
}

.material ul.point h5 {
  text-align: left;
  font-size: 2.4rem;
  /*letter-spacing: -0.05em;*/
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .material ul.point h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.material ul.point h5 span {
  display: block;
  font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック Medium",
    YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  font-weight: 500;
  color: #4f6077;
  margin-bottom: 20px;
}

.material ul.point p {
  font-size: 1.4rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .material ul.point p {
    font-size: 1.2rem;
  }
}

/* design
======================================================================*/
.design {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  display: flow-root;
}

@media screen and (max-width: 768px) {
  .design {
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .design {
    overflow: hidden;
  }
}

/* box-img */
.design .box-img {
  width: 75%;
  max-width: 952px;
  position: relative;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.design .box-img.heading-text {
  width: 100%;
  max-width: 1280px;
  position: relative;
  float: left;
  display: block;
}

@media screen and (max-width: 768px) {
  .design .box-img.heading-text {
    width: 75%;
    max-width: 952px;
    position: relative;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.design .box-img.rev {
  float: left;
}

.design .box-img.land-plan {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  /*.design .box-img{
    width: 75%;
}
.design .box-img.rev{
    float: right;
}*/
  .design .box-img.land-plan {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  /*.design .box-img{
	width: 100%;
	float: none;
}*/
  .design .box-img.rev {
    width: 100%;
    float: none;
  }
}

.design p.data {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
}

.design .rev p.data {
  text-align: right;
}

.design p.data span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .design p.data {
    font-size: 1.2rem;
  }
  .design .rev p.data {
    text-align: left;
  }
  .design p.data span {
    font-size: 1.6rem;
  }
}

.design p.cap {
  font-size: 1.1rem;
  color: #ffffff;
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.design-image p.cap_r {
  font-size: 1.1rem;
  color: #ffffff;
  position: absolute;
  right: 5px;
  bottom: 25px;
}

.design p.cap.blk {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .design-image p.cap_r {
    font-size: 1rem;
    right: 25px;
  }
}

/* box-txt */
.design .box-txt {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  z-index: 3;
}

.design .box-txt img {
  margin-left: auto;
}

.design .box-txt.rev {
  text-align: right;
}
.design .box-txt.rev img {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .design .box-txt {
    padding-left: 10px;
  }
  .design .box-txt img {
    max-width: 68px;
  }
  .design .box-txt.rev {
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .design .box-txt.rev {
    top: 270px;
  }
}

/* heading-text*/
.heading-text {
  display: block;
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 3;
}

.design.land-plan.land-wrap {
  width: 100%;
  max-width: 1280px;
  position: relative;
  float: left;
  display: flex;
  float: none;
  justify-content: space-between;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .design.land-plan.land-wrap {
    width: 90%;
    position: relative;
    max-width: 660px;
    z-index: 3;
    margin: 0px auto;
    display: flow-root;
  }
}

/* .design.heading-text p {

} */

/* architect
======================================================================*/
.architect {
  width: 100%;
  /*max-width: 1280px;
	display: flow-root;*/
  padding-bottom: 120px;
  margin: 160px auto 80px;
  position: relative;
  z-index: 1;
  background-color: #4f6077;
}

@media screen and (max-width: 768px) {
  .architect {
    margin: 0 auto 40px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.architect .inside .pc {
  margin: 0 auto;
  position: relative;
}

.architect .inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .architect .inner {
    padding-top: 40px;
  }
}

/* box-facade */
.architect .box-facade {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}

.box-facade_image {
  position: relative;
}

.box-facade_image img {
  margin-top: 40px;
}

.architect p.cap {
  font-size: 1.1rem;
  color: #ffffff;
  position: absolute;
  left: 5px;
  bottom: 2px;
}

.architect p.cap.blk {
  color: #000000;
}

/* box-img */
.architect .box-img {
  position: relative;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}

.architect .prof-wrap {
  display: flex;
  gap: 15px;
}

.architect .prof-wrap .prof-box {
  width: 55%;
}

.architect .prof-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.architect .prof-image {
  max-width: 150px;
  height: auto;
}

@media screen and (max-width: 940px) {
  .architect .prof-image {
    max-width: 175px;
  }
}

.architect p.eng {
  font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック Medium",
    YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 100px;
}

.architect .box-img h5 {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 5px;
  margin-bottom: 18px;
  color: #ffffff;
  position: relative;
}

.architect .box-img h5::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.architect p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ffffff;
}

.architect p.name {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.architect p.name span {
  display: block;
  font-size: 2.2rem;
}

/* architect sp表示
======================================================================*/

@media screen and (max-width: 768px) {
  .box-facade_image img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .architect .box-img {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    float: none;
  }
}

.architect .prof-box .sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .architect .prof-box div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .architect p {
    font-size: 1.2rem;
  }

  .architect p.name {
    font-size: 1.2rem;
  }
  .architect p.name span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .architect p.eng {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .architect .box-img h5 {
    padding-bottom: 10px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

/* plant-set
======================================================================*/
.plant-set {
  width: 100%;
  max-width: 1000px;
  padding-top: 160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .plant-set {
    padding-top: 30px;
  }
}

.plant-ttl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plant-ttl {
    margin-bottom: 0px;
  }
}

.plant-ttl p.eng {
  font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック Medium",
    YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .plant-ttl p.eng {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.plant-ttl h5 {
  text-align: right;
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plant-ttl h5 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/* photo-set */

.photo-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-set ul {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .photo-set ul {
    width: 100%;
    margin-bottom: 10px;
  }
  .photo-set ul:last-child {
    margin-bottom: 0px;
  }
}

.photo-set ul li {
  position: relative;
}

.photo-set ul li div {
  position: relative;
  margin-bottom: 5px;
}

.photo-set ul li p.cap {
  font-size: 1.1rem;
  color: #ffffff;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.photo-set ul li p.cap.blk {
  color: #000000;
}

/* set-two */
.photo-set ul.set-two li {
  width: 49%;
}

/* set-three */
.photo-set ul.set-three li {
  width: 32%;
  margin-bottom: 10px;
}

/* @media screen and (max-width: 480px) {
  .photo-set ul.set-three {
  }
} */

.design-image {
  position: relative;
}

/* detail-set
======================================================================*/
.detail-set {
  width: 100%;
  max-width: 1000px;
  padding-top: 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.detail-set.floor {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .detail-set {
    padding: 40px 20px 0;
  }
  .detail-set.floor {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .detail-set {
    width: 75%;
    position: relative;
    float: left;
    padding: 40px 20px 60px;
  }
  .detail-set.floor {
    width: 100%;
    float: none;
    padding: 20px 20px 0;
  }
}

.design h5 {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .design h5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.design p.eng {
  font-family: "Roboto Condensed", "Helvetica Neue", "游ゴシック Medium",
    YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4f6077;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .design p.eng {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .design p.eng.left {
    text-align: left;
  }
}

.detail-set p {
  font-size: 1.4rem;
  /*letter-spacing: -0.05em;*/
}
@media screen and (max-width: 768px) {
  .detail-set p {
    font-size: 1.2rem;
  }
}

.detail-set .photo {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detail-set .photo {
    margin-top: 20px;
  }
}

.explain {
  padding: 40px 20px 0;
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .explain {
    padding: 20px 20px 0;
  }
}

.explain p {
  padding-top: 20px;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

.explain-image p.cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.1rem;
  color: #ffffff;
  text-align: right;
  padding: 0;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .explain p {
    font-size: 1.2rem;
  }
}

/* land_plan
======================================================================*/

.land-txt {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  z-index: 3;
}

.land-txt p {
  font-size: 1.4rem;
}

.land-img {
  position: relative;
  width: 70%;
  /* margin-top: -60px; */
}
@media screen and (max-width: 768px) {
  .land-img {
    margin-top: -30px;
    width: 100%;
  }
}

.land-plan_inner {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .land-plan_inner {
    width: 100%;
  }
}

/* floor-set
======================================================================*/
.floor-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.floor-set .floor-txt {
  width: 48%;
  margin-right: 4%;
}

.floor-set .floor-img {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .floor-set .floor-txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .floor-set .floor-img {
    width: 100%;
  }
}

.land-btm {
  width: 100%;
  height: 248px;
  background-image: url(../../images/design/land_img@2x.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .land-btm {
    height: 198px;
    margin-top: 20px;
  }
}

.design p.cap-btm {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .design p.cap-btm {
    font-size: 1rem;
  }
}

/* facility
======================================================================*/
.facility {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4f6077;
}

@media screen and (max-width: 768px) {
  .facility {
    padding: 40px 0;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 768px) {
  .facility .plant-ttl p.eng {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .facility .plant-ttl h5 {
    text-align: left;
  }
}

/* parking
======================================================================*/

.parking {
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .parking {
    margin: 15px auto;
  }
}

.parking .park-txt {
  /* width: 62%; */
  width: 60%;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .parking .park-txt {
    width: 100%;
    padding: 10px;
  }
}

.parking .park-img {
  /* width: 38%; */
  width: 40%;
  overflow: hidden;
  position: relative;
}

.parking .park-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .parking .park-img {
    width: 100%;
  }
}

.parking h5 {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  text-align: left;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.05em;
  position: relative;
}

.parking h5 span {
  font-size: 3.8rem;
}

@media screen and (max-width: 768px) {
  .parking h5 {
    font-size: 2rem;
    text-align: left;
  }
  .parking h5 span {
    font-size: 2.4rem;
  }
}

.parking p {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  padding-right: 30px;
  font-size: 1.4rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .parking p {
    font-size: 1.2rem;
    padding-right: 0;
  }
}

.parking .point dl {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 5px;
}

.parking .point dt {
  float: left;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #4f6077;
  font-family: "Roboto Condensed", "Roboto", "游ゴシック Medium", YuGothic,
    YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .parking .point dt {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .parking .point dt {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
}

.parking .point dd {
  height: 40px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .parking .point dd {
    height: 30px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .parking .point dd {
    height: 20px;
    padding: 0 5px;
    font-size: 1.1rem;
  }
}

.parking .point dd ruby {
  font-size: 1.2rem;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .parking .point dd ruby {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .parking .point dd ruby {
    font-size: 0.8rem;
    margin-left: 0px;
  }
}

.parking .park-txt p.cap {
  font-size: 1.2rem;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .parking .park-txt p.cap {
    font-size: 1rem;
  }
}

.parking .park-txt p.lead {
  text-align: left !important;
  font-size: 1.6rem !important;
  font-weight: 700;
}

.parking .park-img p.cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: right;
  padding: 0;
}

/* park-detail
======================================================================*/

.park-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.park-detail .column {
  width: 49%;
  max-width: 490px;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .park-detail .column {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    margin: 0 auto 10px;
  }
}

.park-detail h6 {
  text-align: left;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .park-detail h6 {
    font-size: 1.4rem;
    height: auto;
    margin-bottom: 10px;
  }
}

.park-detail .col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.park-detail .col-2 .txtbox {
  width: calc(100% - 140px);
  padding-right: 20px;
}

.park-detail .col-2 .txtbox p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .park-detail .col-2 .txtbox p {
    font-size: 1.2rem;
  }
}

.park-detail .col-2 .txtbox p span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}

.park-detail .col-2 .imgbox {
  position: relative;
  max-width: 140px;
}

.park-detail .col-2 .imgbox p.cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ffffff;
  font-size: 1rem;
  text-align: right;
  padding: 0;
}

.park-detail .col-2 .imgbox p.cap.blk {
  color: #000000;
}

.design-wrap {
  position: relative;
}
