@charset "UTF-8";

.design-sec {
  width: 100%;
  position: relative; }

img {
  max-width: 100%;
  vertical-align: bottom;
}

  /* contents
  ==================================== */
.inner {
  width: calc(100% - 60px);
  max-width: 1090px;
  margin: auto;
}
.main_title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.main_title .title_en {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width:767px) {
  .contents {
    margin-top: 80px;
  }
  .main_title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .main_title .title_en {
    font-size: 16px;
    display: block;
  }
}

  /* mv_area
  ==================================== */
  .mv_area {
    position: relative;
  }
  .mv_box {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv_text {
    color: #fff;
    margin-top: 60px;
    font-size: 16px;
    line-height: 2.68;
    letter-spacing: 0.07em;
    text-align: center;
  }

  @media only screen and (max-width:1440px) {
    .mv_box {
      top: 56%;
    }
    .mv_text {
      margin-top: 14px;
      font-size: 14px;
      line-height: 2;
    }
  }
  @media only screen and (max-width:768px) {
    .mv_box {
      position: absolute;
      width: 90%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .mv_text {
      color: #fff;
      margin-top: 20px;
      padding-bottom: 40px;
      font-size: 15px;
      letter-spacing: 0;
      text-align: justify;
    }
  }


    /* custom_area
  ==================================== */
  .custom_area {
    position: relative;
    background-color: #F0F0F0;
    padding-top: 120px;
    padding-bottom: 240px;
  }
  .custom_wrap_inner {
    width: 97%;
    max-width: 1800px;
    margin: auto;
  }
  .custom_wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    column-gap: 8%;
  }
  .custom_img {
    width: 42%;
  }
  .custom_body {
    margin-top: 100px;
    width: 33%;
  }
  .item_title {
    font-size: 35px;
    letter-spacing: 0.2em;
  }
  .item_text {
    margin-top: 30px;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2.125;
  }
  .item_link {
    position: relative;
    display: inline-block;
    margin-top: 36px;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 60px;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #4492a8;
  }
  .item_link::after {
    content: '';
    position: absolute;
    background: url(../img/icon_link.svg) no-repeat center center / contain;
    right: 4px;
    top: 2px;
    width: 30px;
    height: 20px;
  }
  .custom_wrap2 {
    width: 97%;
    max-width: 1364px;
    margin:-200px auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 50px;
  }
  .custom_item_body {
    margin-top: 40px;
  }
  .item_title_img {
    width: auto;
    display: block;
  }
  .custom_wrap2_item .item_title {
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
  .custom_wrap2_item .item_text {
    width: 88%;
    margin-top:20px;
  }
  .custom_wrap2_item .item_link {
    margin-top: 20px;
  }

  @media only screen and (max-width:1600px) {
    .custom_area {
      padding-bottom: 120px;
    }
    .custom_body {
      margin-top: 60px;
      width: 44%;
    }
    .custom_wrap2 {
      margin-top: -100px;
      display: grid;
    }
  }

  @media only screen and (max-width:1440px) {
    .custom_area {
      padding-bottom: 120px;
    }
    .custom_wrap {
      /* justify-content: space-between; */
      column-gap: 3%;
    }
    .custom_img {
      width: 48%;
    }
    .custom_body {
      margin-top: 0px;
      width: 40%;
    }
    .item_title {
      font-size: 24px;
    }
    .item_text {
      margin-top: 10px;
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 2;
  }
    .custom_wrap2 {
      width: 90%;
      margin-top: 20px;
      column-gap: 30px;
    }
    .item_link {
      margin-top: 16px;
      font-size: 14px;
    }
  }

  @media only screen and (max-width:768px) {
    .custom_area {
      padding-top: 60px;
      padding-bottom: 80px;
    }
    .custom_wrap_inner {
      width: 100%;
      padding: 0 20px;
    }
    .custom_wrap {
      flex-direction: column-reverse;
    }
    .custom_img {
      width: 100%;
    }
    .custom_body {
      margin-top: 20px;
      width: 100%;
    }
    .item_title {
      font-size: 28px;
    }
    .item_text {
      margin-top: 14px;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 2;
    }
    .item_link {
      margin-top: 20px;
      font-size: 14px;
      padding-bottom: 10px;
      padding-right: 60px;
    }
    .item_link::after {
      right: 6px;
      top: 2px;
      width: 20px;
      height: 18px;
    }
    .custom_wrap2 {
      width: 100%;
      padding: 0 20px;
      margin: 40px auto 0;
      grid-template-columns: repeat(1,1fr);
      row-gap: 30px;
    }
    .custom_item_body {
      margin-top: 20px;
    }
    .item_title_img {
      width: 50%;
    }
    .custom_wrap2_item .item_title {
      margin-top: 20px;
      font-size: 18px;
    }
    .custom_wrap2_item .item_text {
      width: 100%;
      margin-top:10px;
    }
    .custom_wrap2_item .item_link {
      margin-top: 20px;
    }
  }


      /* condo_area
  ==================================== */
  .condo_area {
    padding: 200px 0;
    background: url(../../common/img/business/condo_bg.png) no-repeat center center / cover;
  }
  .condo_area_inner {
    width: 97%;
    max-width: 1364px;
    margin: auto;
  }
  .condo_area_body {
    width: 40%;
    padding-left: 30px;
    margin-bottom: 60px;
  }
  .condo_area_wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: end;
    column-gap: 50px;
  }
  .condo_area_item .item_title {
    margin-top: 40px;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
  .condo_area_item .item_text {
    width: 88%;
    margin-top:20px;
    letter-spacing: 0;
  }
  .condo_area_item .item_title_img {
    margin-top: 60px;
    max-width: 320px;
  }
  .condo_area_item .item_link {
    margin-top: 30px;
  }

  @media only screen and (max-width:1440px) {
    .condo_area_body {
      width: 60%;
  }
    .condo_area_wrap {
      margin-top: 30px;
  }
  }
  @media only screen and (max-width:768px) {
    .condo_area {
      padding: 40px 0;
      background: url(../../common/img/business/condo_bg_sp.png) no-repeat center center / cover;
    }
    .condo_area_inner {
      width: 100%;
      padding: 0 20px;
    }
    .condo_area_body {
      width: 100%;
      padding-left: 0px;
    }
    .condo_area_wrap {
      margin-top: 20px;
      display: flex;
      flex-direction: column-reverse;
      row-gap: 40px;
    }
    .condo_area_item .item_title {
      margin-top: 20px;
      font-size: 18px;
      letter-spacing: 0.2em;
    }
    .condo_area_item .item_text {
      width: 100%;
      margin-top:10px;
    }
    .condo_area_item .item_title_img {
      margin-top: 30px;
    }
    .condo_area_item .item_title_img {
      width: 100%;
      max-width: 220px;
    }
    .condo_area_item .item_link {
      margin-top: 20px;
    }
  }