@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 768px) {
  body #wrapper {
    min-width: 1280px;
  }
}
main,
#cv,
.box_footer_contact {
  background: #d0f7ff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222;
}
main *,
#cv *,
.box_footer_contact * {
  text-align: unset;
}
@media screen and (min-width: 769px) {
  main,
  #cv,
  .box_footer_contact {
    min-width: 1250px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main,
  #cv,
  .box_footer_contact {
    font-size: 4.2666666667vw;
  }
}

.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .box_wrap {
    display: block;
  }
}

.inner {
  width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_white {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .box_white {
    padding: 10vw 7% 10vw;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  }
}

.bg_sky {
  background: url(../img/elease/apartment-lease/cp2407/bg_head_pc.png), url(../img/elease/apartment-lease/cp2407/bg_under_pc.png);
  background-repeat: no-repeat;
  background-position: top 65px center, bottom center;
  background-size: 1945px, 1909px;
}
@media screen and (max-width: 768px) {
  .bg_sky {
    background: url(../img/elease/apartment-lease/cp2407/bg_head_sp.png), url(../img/elease/apartment-lease/cp2407/bg_under_sp.png);
    background-repeat: no-repeat;
    background-position: top 5vw center, bottom center;
    background-size: 100%, 100%;
  }
}

.tit_content {
  position: relative;
}
.tit_content * {
  text-align: center;
  font-weight: 700;
}
.tit_content .title {
  font-size: 48px;
  color: #00549e;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.tit_content .en {
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #4da2da;
}
@media screen and (max-width: 768px) {
  .tit_content .title {
    font-size: 8vw;
  }
  .tit_content .en {
    margin-top: 1vw;
    font-size: 3.2vw;
  }
}

#wrapper {
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1280px;
  }
}

header.ereform-header {
  z-index: 10000;
}

.box_btn {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff4b13;
  border-radius: 50px;
}
.box_btn a:hover {
  background: #ff8813;
}
.box_btn a > span {
  font-weight: 700;
  position: relative;
}
.box_btn a > span::before {
  content: "";
  display: inline-block;
  background: url(../img/elease/apartment-lease/cp2407/cv_icon.svg) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.box_btn a::after {
  content: "";
  display: block;
  background: url(../img/elease/apartment-lease/cp2407/icon_right.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.area_first {
  padding-bottom: 94px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area_first {
    padding-bottom: 20vw;
  }
}

@media screen and (min-width: 769px) {
  #mainvisual {
    height: 906px;
    padding-top: 138px;
    background: url(../img/elease/apartment-lease/cp2407/mv_bg_pc.jpg) no-repeat center bottom, linear-gradient(to bottom, #d0f7ff 0%, #d0f7ff calc(100% - 45px), #d6ccb4 calc(100% - 45px), #d6ccb4 100%);
    background-size: 2000px;
    position: relative;
  }
  #mainvisual > .inner {
    width: 1209px;
  }
  #mainvisual .title {
    margin: 45px 0 0 5px;
  }
  #mainvisual .threepoint {
    margin: 30px 0 0 5px;
  }
}

#cv {
  width: 100%;
  height: 94px;
  margin: 0 auto;
  padding: 15px 0 0;
  background: #00549e;
  color: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 500;
  display: block;
}
#cv.firstview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #cv {
    min-width: 1200px;
    height: 94px;
  }
}
#cv.is-active {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cv.on-contact {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#cv .cv_tit {
  width: 274px;
  height: 64px;
  padding-top: 7px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
#cv .box_tel {
  width: calc(100% - 274px - 350px);
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  #cv .box_tel .tel {
    position: relative;
    top: 5px;
    pointer-events: none;
  }
}
#cv .box_tel p {
  margin-top: 9px;
  font-size: 13px;
}
#cv .box_btn {
  width: 350px;
  height: 64px;
}
#cv .box_btn a {
  border-radius: 50px;
}
#cv .box_btn a > span {
  margin-left: -10px;
}
#cv .box_btn a > span::before {
  width: 20px;
  height: 17px;
  left: -8px;
}
#cv .box_btn a::after {
  width: 11px;
  height: 15px;
  right: 20px;
}
#cv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #cv {
    width: 100%;
    height: 20vw;
    margin: 0 auto;
    padding: 2vw 0 2vw;
  }
  #cv .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #cv .cv_tit {
    width: 100%;
    height: auto;
    margin-bottom: 1.4vw;
    padding-top: 0;
    font-size: 2.4vw;
    border: none;
    letter-spacing: 0;
  }
  #cv .box_tel {
    width: 48%;
    padding-left: 0;
  }
  #cv .box_tel a {
    width: 93%;
    display: block;
    line-height: 1;
  }
  #cv .box_tel p {
    margin-top: 1.4vw;
    font-size: 2.1333333333vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
  #cv .box_btn {
    width: 46%;
    height: 11vw;
  }
  #cv .box_btn a > span {
    margin-left: 0;
    letter-spacing: 0.02em;
    font-size: 3.2vw;
    line-height: 1.35;
    text-align: center;
  }
  #cv .box_btn a > span::before {
    width: 3.2vw;
    height: 2.5333333333vw;
    position: absolute;
    top: 3vw;
    left: -5.5vw;
  }
  #cv .box_btn a::after {
    width: 1.6vw;
    height: 2.4vw;
    right: 4vw;
  }
}

.nav {
  min-width: 1250px;
  width: 100%;
  height: 80px;
  background: #fe0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .nav {
    min-width: 100%;
    height: auto;
    padding-top: 2vw;
  }
}
.nav ul {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.nav ul li {
  width: 20%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nav ul li::before, .nav ul li:last-child::after {
    content: "";
    display: block;
    width: 4px;
    height: 34px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAD5JREFUKFNjPHv2rPH///9nMjAwMDAyMqYbGxufBbHRAeOZM2fOMDAwGEMlzpqYmJhQppBoq7FZg9Xq4aQQAKs3GgsksLg+AAAAAElFTkSuQmCC) repeat;
    position: absolute;
    top: 20px;
    left: -2px;
  }
  .nav ul li:last-child::after {
    left: auto;
    right: 0;
  }
}
.nav ul li a {
  width: 100%;
  padding: 20px 0;
  display: block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.nav ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../img/elease/apartment-lease/cp2407/icon_down.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .nav ul {
    width: 92%;
  }
  .nav ul li {
    width: 50%;
    position: relative;
    text-align: center;
  }
  .nav ul li::before {
    content: "";
    display: block;
    width: 98%;
    height: 4px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAD5JREFUKFNjPHv2rPH///9nMjAwMDAyMqYbGxufBbHRAeOZM2fOMDAwGEMlzpqYmJhQppBoq7FZg9Xq4aQQAKs3GgsksLg+AAAAAElFTkSuQmCC) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .nav ul li:last-child {
    width: 100%;
  }
  .nav ul li:last-child::before {
    content: none;
  }
  .nav ul li:nth-child(even):after {
    content: "";
    display: block;
    width: 4px;
    height: 92%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAD5JREFUKFNjPHv2rPH///9nMjAwMDAyMqYbGxufBbHRAeOZM2fOMDAwGEMlzpqYmJhQppBoq7FZg9Xq4aQQAKs3GgsksLg+AAAAAElFTkSuQmCC) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .nav ul li a {
    padding: 0.5vw 0 4.5vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
  .nav ul li a::after {
    width: 2.2666666667vw;
    height: 1.6vw;
    bottom: 9px;
  }
}

.dl_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.dl_table dt, .dl_table dd {
  border-top: 1px solid #ccc;
  line-height: 2;
}
.dl_table dt {
  width: 200px;
  background: #f5f5f5;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl_table dd {
  width: calc(100% - 200px);
  padding: 18px 30px;
}
@media screen and (max-width: 768px) {
  .dl_table {
    display: block;
    border-top: none;
  }
  .dl_table dt, .dl_table dd {
    width: 100%;
  }
  .dl_table dt {
    padding: 1vw 5%;
    border-top: 1px solid #ccc;
    display: block;
    text-align: left;
  }
  .dl_table dd {
    padding: 2vw 5%;
    border-top: none;
  }
}

.pagetop {
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 23vw;
    right: 4%;
  }
}

footer .box_footer_contact {
  padding: 70px 0 83px;
  background: url(../img/elease/apartment-lease/cp2407/footer_bg.gif);
  color: #fff;
}
footer .box_footer_contact .dl_footer {
  width: 1100px;
}
footer .box_footer_contact .dl_footer dt {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
footer .box_footer_contact .dl_footer dd {
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .box_footer_contact .dl_footer dd .box_tel {
  width: 550px;
  position: relative;
}
footer .box_footer_contact .dl_footer dd .box_tel .tel {
  width: 490px;
  display: block;
}
footer .box_footer_contact .dl_footer dd .box_tel .tel img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  footer .box_footer_contact .dl_footer dd .box_tel .tel {
    pointer-events: none;
  }
}
footer .box_footer_contact .dl_footer dd .box_tel::after {
  content: "";
  display: block;
  width: 4px;
  height: 140px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAKCAYAAACT+/8OAAAAAXNSR0IArs4c6QAAADRJREFUGFdjnLzrkdQ/hj+bGBgYGJgYWPwYJ+66d4aBgcEYJMDAwHAWUwBDC1QpnGKkhQAAEA0ShxIbaxAAAAAASUVORK5CYII=) repeat;
  position: absolute;
  top: 0;
  right: 0;
}
footer .box_footer_contact .dl_footer dd .box_tel .time {
  margin-top: 25px;
  padding-left: 4.1em;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
}
footer .box_footer_contact .dl_footer dd .box_tel .time span {
  position: absolute;
  top: 0;
  left: 0;
}
footer .box_footer_contact .dl_footer dd .box_btn {
  width: 490px;
  height: 122px;
  position: relative;
  top: 5px;
}
footer .box_footer_contact .dl_footer dd .box_btn a {
  border-radius: 60px;
}
footer .box_footer_contact .dl_footer dd .box_btn a span {
  margin-left: -35px;
  letter-spacing: 0;
  font-size: 24px;
}
footer .box_footer_contact .dl_footer dd .box_btn a span::before {
  width: 29px;
  height: 23px;
  left: -10px;
  top: 3px;
}
footer .box_footer_contact .dl_footer dd .box_btn a::after {
  width: 14px;
  height: 21px;
  right: 27px;
}
@media screen and (max-width: 768px) {
  footer .box_footer_contact {
    padding: 14vw 0 16vw;
  }
  footer .box_footer_contact .dl_footer {
    width: 100%;
  }
  footer .box_footer_contact .dl_footer dt {
    font-size: 5.8666666667vw;
  }
  footer .box_footer_contact .dl_footer dd {
    margin-top: 3vw;
  }
  footer .box_footer_contact .dl_footer dd .box_tel {
    width: 100%;
  }
  footer .box_footer_contact .dl_footer dd .box_tel .tel {
    width: 80%;
    margin: 0 auto 0;
  }
  footer .box_footer_contact .dl_footer dd .box_tel .tel img {
    width: 100%;
  }
  footer .box_footer_contact .dl_footer dd .box_tel::after {
    content: none;
  }
  footer .box_footer_contact .dl_footer dd .box_tel .time {
    margin-top: 4vw;
    padding-left: 0;
    font-size: 4vw;
    text-align: center;
  }
  footer .box_footer_contact .dl_footer dd .box_tel .time span {
    position: static;
  }
  footer .box_footer_contact .dl_footer dd .box_btn {
    width: 92%;
    height: 23vw;
    margin: 7vw auto 0;
    top: 0;
  }
  footer .box_footer_contact .dl_footer dd .box_btn a > span {
    margin-left: 0;
    letter-spacing: 0;
    font-size: 4.8vw;
  }
  footer .box_footer_contact .dl_footer dd .box_btn a > span::before {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    left: -10px;
    top: 3px;
  }
  footer .box_footer_contact .dl_footer dd .box_btn a::after {
    width: 2.5333333333vw;
    height: 3.8666666667vw;
    right: 5vw;
  }
}

#point {
  padding: 71px 0 80px;
}
@media screen and (max-width: 768px) {
  #point {
    padding: 10vw 0 16vw;
  }
}
#point .tit_content::before, #point .tit_content::after {
  content: "";
  display: block;
  width: 53px;
  height: 68px;
  background: url(../img/elease/apartment-lease/cp2407/point_tit_deco.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -4px;
  left: 91px;
}
#point .tit_content::after {
  left: auto;
  right: 94px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#point .tit_content .title {
  line-height: 1.2;
}
#point .tit_content .title img {
  width: 339px;
  margin: 0 15px;
}
#point .tit_content .en {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #point .tit_content::before, #point .tit_content::after {
    width: 15.6vw;
    height: 20.5333333333vw;
    top: 6vw;
    left: -3vw;
  }
  #point .tit_content::after {
    left: auto;
    right: -3vw;
  }
  #point .tit_content .title img {
    width: 50vw;
    margin: 0 auto;
    display: block;
  }
  #point .tit_content .en {
    margin-top: 2vw;
  }
}
#point .box_point {
  margin-top: 33px;
  padding-top: 66px;
  padding-bottom: 80px;
}
#point .box_point .ul_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px 40px;
}
#point .box_point .ul_point li {
  width: 340px;
  padding: 20px 0 22px;
  background: #ebfcff;
  position: relative;
  border-radius: 6px;
}
#point .box_point .ul_point li .num {
  height: 34px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#point .box_point .ul_point li .num img {
  width: 100%;
  height: 100%;
}
#point .box_point .ul_point li .img {
  width: 100px;
  margin: 13px auto 0;
}
#point .box_point .ul_point li dl {
  margin-top: 10px;
}
#point .box_point .ul_point li dl dt {
  color: #00549e;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
#point .box_point .ul_point li dl dt sup {
  padding-left: 0;
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0.2em;
}
#point .box_point .ul_point li dl dd {
  margin-top: 2px;
  padding: 0 30px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #point .box_point {
    margin-top: 8.5vw;
    padding-top: 10vw;
    padding-bottom: 7vw;
  }
  #point .box_point .ul_point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10vw 0;
  }
  #point .box_point .ul_point li {
    width: 100%;
    padding: 8vw 0 10vw;
  }
  #point .box_point .ul_point li .num {
    height: 1.8em;
    top: -0.8em;
  }
  #point .box_point .ul_point li .img {
    width: 23vw;
    margin: 0 auto 0;
  }
  #point .box_point .ul_point li dl {
    margin-top: 3vw;
  }
  #point .box_point .ul_point li dl dt {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  #point .box_point .ul_point li dl dd {
    margin-top: 1vw;
    padding: 0 9%;
    line-height: 1.8;
  }
}
#point .txt_att,
#point .ul_att {
  font-size: 16px;
  color: #666;
}
#point .ul_att {
  margin: 42px 0 0 2.6em;
}
#point .ul_att li {
  text-indent: -2.6em;
}
#point .ul_att li + li {
  margin-top: 4px;
}
#point .ul_att li .num {
  margin-right: 1em;
}
#point .txt_att {
  padding-left: 2em;
  position: relative;
}
#point .txt_att::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#point .dl_table {
  margin-top: 42px;
}
#point .dl_table .ul_dotts li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
#point .dl_table .ul_dotts li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 0.6em;
  left: 0;
  border-radius: 50%;
}
#point .ul_period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#point .ul_period li {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #point .txt_att,
  #point .ul_att {
    font-size: 4vw;
    line-height: 1.8;
  }
  #point .ul_att {
    margin-top: 9vw;
  }
  #point .ul_att li + li {
    margin-top: 2vw;
  }
  #point .txt_att {
    padding-left: 1.2em;
  }
  #point .dl_table {
    margin-top: 14.5vw;
  }
  #point .ul_period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #point .ul_period li {
    margin-right: 30px;
  }
}

#equipments {
  padding: 57px 0 80px;
  background: url(../img/elease/apartment-lease/cp2407/equipments_bg.gif) #fffce4;
}
@media screen and (max-width: 768px) {
  #equipments {
    padding: 12.5vw 0 16vw;
    background-size: 12px;
  }
}
#equipments .tit_content .title {
  color: #ff8813;
}
#equipments .tit_content .en {
  color: #ffa913;
}
#equipments .box_equipments {
  margin-top: 35px;
  padding-bottom: 77px;
}
#equipments .tit_item {
  font-size: 28px;
  font-weight: 700;
  background: #ffd800;
  border-radius: 3px;
  color: #333;
  text-align: center;
}
#equipments ul + .tit_item {
  margin-top: 45px;
}
#equipments .ul_items {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #equipments .ul_items.seccond li {
    width: 50%;
  }
}
#equipments .ul_items li {
  width: 33.3333333333%;
  padding: 0 50px;
  position: relative;
  text-align: center;
}
#equipments .ul_items li:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAD5JREFUKFNjPHv2rPH///9nMjAwMDAyMqYbGxufBbHRAeOZM2fOMDAwGEMlzpqYmJhQppBoq7FZg9Xq4aQQAKs3GgsksLg+AAAAAElFTkSuQmCC) repeat;
  position: absolute;
  top: 20px;
  left: 0;
}
#equipments .ul_items li .img {
  width: 200px;
  margin: 0 auto;
}
#equipments .ul_items li p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
#equipments .ul_items li small {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #equipments .ul_items li:first-child .img {
    margin-top: 15px;
  }
}
#equipments .txt_marker {
  margin-top: 67px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#equipments .txt_marker span {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 13px), #fe0 13px, #fe0 100%);
}
@media screen and (max-width: 768px) {
  #equipments .box_equipments {
    margin-top: 7vw;
    padding-top: 7vw;
    padding-bottom: 14vw;
  }
  #equipments .tit_item {
    font-size: 6.1333333333vw;
  }
  #equipments ul + .tit_item {
    margin-top: 6vw;
  }
  #equipments .ul_items {
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10vw 0;
  }
  #equipments .ul_items li {
    width: 100%;
    padding: 2vw 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #equipments .ul_items li:nth-child(n+2)::before {
    width: 100%;
    height: 10px;
    top: -5vw;
    background-size: 10px;
  }
  #equipments .ul_items li .img {
    width: 40%;
    margin: 0 auto;
  }
  #equipments .ul_items li p {
    width: 60%;
    margin: 0;
    padding-left: 0.6em;
    font-size: 4.8vw;
  }
  #equipments .ul_items li small {
    font-size: 3.84vw;
  }
  #equipments .txt_marker {
    margin-top: 7vw;
  }
  #equipments .txt_marker span {
    font-size: 5.6vw;
    line-height: 1.7;
  }
}

#flow {
  padding: 60px 0 70px;
  background: url(../img/elease/apartment-lease/cp2407/flow_bg.gif) #fffce4;
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 12.5vw 0 15vw;
    background-size: 10px;
  }
}
#flow .ol_flow {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 150px;
}
#flow .ol_flow li {
  width: 268px;
  position: relative;
  text-align: center;
}
#flow .ol_flow li::before {
  content: "";
  display: block;
  width: 85px;
  height: 23px;
  background: url(../img/elease/apartment-lease/cp2407/flow_arrow_pc.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 117px;
  left: -117px;
}
@media screen and (min-width: 769px) {
  #flow .ol_flow li:first-child::before, #flow .ol_flow li:nth-child(4)::before {
    content: none;
  }
}
#flow .ol_flow li p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #flow .ol_flow {
    margin-top: 6.3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24vw 0;
  }
  #flow .ol_flow li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #flow .ol_flow li picture {
    width: 57.2%;
  }
  #flow .ol_flow li::before {
    width: 4.6666666667vw;
    height: 17.2vw;
    background: url(../img/elease/apartment-lease/cp2407/flow_arrow_sp.png) no-repeat center top;
    background-size: 100%;
    top: auto;
    left: 23.7vw;
    bottom: -20.5vw;
  }
  #flow .ol_flow li:last-child::before {
    content: none;
  }
  #flow .ol_flow li p {
    margin: 0 0 0 1em;
    font-size: 4.8vw;
    text-align: left;
    line-height: 1.4;
  }
}

#faq {
  padding: 60px 0 80px;
}
#faq .tit_content {
  padding-bottom: 34px;
}
#faq .tit_content::before, #faq .tit_content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
#faq .tit_content::before {
  width: 182px;
  height: 130px;
  background: url(../img/elease/apartment-lease/cp2407/faq_deco01.png) no-repeat center top;
  background-size: 100%;
  left: 100px;
}
#faq .tit_content::after {
  width: 160px;
  height: 132px;
  background: url(../img/elease/apartment-lease/cp2407/faq_deco02.png) no-repeat center top;
  background-size: 100%;
  right: 100px;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 13vw 0 16vw;
  }
  #faq .tit_content {
    padding-bottom: 6.4vw;
  }
  #faq .tit_content::before {
    width: 24.2666666667vw;
    height: 17.3333333333vw;
    left: 0;
  }
  #faq .tit_content::after {
    width: 21.3333333333vw;
    height: 17.6vw;
    right: 0;
  }
  #faq .box_faq {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}
#faq .ul_faq li:nth-child(n+2) {
  margin-top: 20px;
}
#faq .ul_faq li .mark {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 2em;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  border-radius: 50%;
}
#faq .ul_faq li .mark.Q {
  background: #2f549a;
}
#faq .ul_faq li .mark.A {
  background: #ad0f2a;
}
#faq .ul_faq li dl dt, #faq .ul_faq li dl dd {
  position: relative;
  padding: 22px 20px 22px 85px;
  letter-spacing: 0;
}
#faq .ul_faq li dl dt {
  background: #ebfcff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
#faq .ul_faq li dl dd {
  background: #f6feff;
}
#faq .ul_faq li dl dd .txt_att {
  margin-left: 1em;
  font-size: 16px;
  color: #666;
  text-indent: -1em;
}
#faq .ul_faq li dl dd .txt_att::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  #faq .ul_faq li:nth-child(n+2) {
    margin-top: 0;
  }
  #faq .ul_faq li .mark {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    font-size: 4vw;
    line-height: 2.2em;
    top: 3.2vw;
    left: 3.5vw;
  }
  #faq .ul_faq li dl dt, #faq .ul_faq li dl dd {
    padding: 3.5vw 5% 4vw 16vw;
  }
  #faq .ul_faq li dl dt {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  #faq .ul_faq li dl dd .txt_att {
    font-size: 4vw;
  }
}

#aboutus {
  padding: 57px 0 80px;
  background: #00549e;
}
#aboutus .tit_content .title {
  color: #fff;
}
#aboutus .tit_content .en {
  color: #91bade;
}
@media screen and (max-width: 768px) {
  #aboutus {
    padding: 14vw 0 16vw;
  }
  #aboutus .tit_content .title {
    line-height: 1.2;
  }
  #aboutus .tit_content .en {
    margin-top: 3vw;
  }
}
#aboutus .box_white {
  margin-top: 33px;
  padding-bottom: 55px;
}
#aboutus .box_white .box_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #aboutus .dl_table {
    width: 700px;
  }
  #aboutus .dl_table dd {
    padding: 15px 20px 1px 30px;
  }
}
#aboutus .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
#aboutus .box_img .img {
  width: 340px;
  height: 343px;
  background: #ebfcff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aboutus .box_img .img img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #aboutus .box_white {
    margin-top: 7vw;
    padding-top: 7vw;
    padding-bottom: 6.5vw;
  }
  #aboutus .dl_table dd {
    padding-right: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.8;
  }
  #aboutus .box_img {
    margin: 7vw auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 0;
  }
  #aboutus .box_img .img {
    width: 50%;
    height: auto;
    padding: 8vw 0 9vw;
  }
  #aboutus .box_img .img img {
    width: 29vw;
  }
  #aboutus .box_img .img:nth-of-type(1) {
    padding-left: 4%;
  }
  #aboutus .box_img .img:nth-of-type(2) {
    padding-right: 4%;
  }
}