@charset "UTF-8";
/* CSS Document */
/*リセットはbootstrapのreboot使用*/
/*ここにはユニーク設定を記述*/
/*旧リセットスタイル*/
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
ul {
  list-style: none;
  padding-left: 0px;
}

/*フローティングバナー非表示*/
.floating-campaign{
	display: none;
}

/*  リンクカラー
------------------------------------------------------------------------*/
a:link, a:visited, a img {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*transition:all の場合　印刷時にバグることがある*/
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* class module
-----------------------------------------------------------------------*/
.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

.floatLeftIMG {
  float: left;
  padding: 0 10px 10px 0px;
}

.floatRightIMG {
  float: right;
  padding: 0 0 10px 10px;
}

/*  clearfix
------------------------------------------------------------------------*/
/* For modern browsers */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
}

.pc-view, .pc-tab-view, .tab-view {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .sp-view, .pc-view {
    display: none !important;
  }
  .pc-tab-view, .tab-view {
    display: block !important;
  }
}
@media print, screen and (min-width: 992px) {
  .tab-sp-view, .tab-view {
    display: none !important;
  }
  .pc-view {
    display: block !important;
  }
}
/**/
/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
memo
*/
.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

/*============================
base
============================*/
:root {
  --primary_green: #23B4A7;
}

img {
  height: auto;
}

main img,
main picture {
  display: block;
  width: 100%;
}
main button {
  padding: 0;
  border: none;
  outline: none !important;
  background: transparent;
}
main article {
  background: #F6F6F5;
}
main article * {
  font-family: "Noto sans JP", sans-serif;
}

section hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  section hgroup {
    margin-bottom: 25px;
  }
}
section hgroup .h_en {
  color: var(--primary_green);
  font-family: "Noto sans", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin-inline: auto;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section hgroup .h_en {
    font-size: 22px;
    padding-left: 16px;
    margin-bottom: 12px;
  }
}
section hgroup .h_en::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #EF7195;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  section hgroup .h_en::before {
    width: 8px;
    height: 8px;
  }
}
section hgroup .sec_ttl {
  font-family: "Noto sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section hgroup .sec_ttl {
    font-size: 30px;
  }
}

/*============================
mv
============================*/
.mv {
  width: 100%;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 60px;
  }
}
.mv .mv_btn {
  width: 19.3125vw;
  position: absolute;
  right: 10%;
  bottom: 2%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .mv .mv_btn {
    width: 40.2666666667vw;
    right: 1.8666666667%;
    bottom: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mv .mv_btn:hover {
    opacity: 0.85;
  }
}

/*============================
desc_sec
============================*/
.desc_sec .desc_ttl {
  color: var(--primary_green);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  margin-bottom: 25px;
  translate: 0.15em 0;
}
@media screen and (max-width: 900px) {
  .desc_sec .desc_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_ttl {
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.desc_sec .desc_ttl span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.desc_sec .desc_ttl span:last-of-type {
  margin-left: -0.3em;
}
.desc_sec .desc_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
  width: 85%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.desc_sec .desc_dot_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-inline: auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_dot_wrapper {
    margin-bottom: 12px;
  }
}
.desc_sec .desc_dot_wrapper .dot {
  width: 7px;
  height: 7px;
  background: var(--primary_green);
  border-radius: 100vw;
}
.desc_sec .desc_middle {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle {
    margin-bottom: 60px;
  }
}
.desc_sec .desc_middle .middle_txt {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle .middle_txt {
    font-size: 19px;
    line-height: 1.5;
  }
}
.desc_sec .desc_middle .middle_txt:first-of-type {
  font-size: 23px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle .middle_txt:first-of-type {
    font-weight: 500;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle .middle_txt:nth-of-type(2) {
    letter-spacing: 0.05em;
  }
}
.desc_sec .desc_middle .middle_txt:last-of-type {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle .middle_txt:last-of-type {
    margin-top: 0;
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.desc_sec .desc_middle .middle_txt span {
  font-size: 34px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle .middle_txt span {
    font-size: 26px;
  }
}
.desc_sec .desc_middle .middle_ribbon {
  width: 75%;
  max-width: 838px;
  margin-inline: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_middle .middle_ribbon {
    width: 95%;
  }
}
.desc_sec .desc_content {
  width: 90%;
  max-width: 1120px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-inline: auto;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_content {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: -80px;
  }
}
.desc_sec .desc_content .content_free-rent {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_content .content_free-rent {
    margin-bottom: 30px;
  }
}
.desc_sec .desc_content .content_plus {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_content .content_plus {
    width: 46px;
    height: 46px;
    margin-bottom: 30px;
  }
}
.desc_sec .desc_content .content_plus::before, .desc_sec .desc_content .content_plus::after {
  content: "";
  display: block;
  background: var(--primary_green);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.desc_sec .desc_content .content_plus::before {
  width: 80px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_content .content_plus::before {
    width: 46px;
    height: 8px;
  }
}
.desc_sec .desc_content .content_plus::after {
  width: 10px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .desc_sec .desc_content .content_plus::after {
    width: 8px;
    height: 46px;
  }
}

/*============================
flow_sec
============================*/
.flow_sec {
  background: #fff;
  padding-top: 108px;
  padding-bottom: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .flow_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.flow_sec .flow_list {
  width: 90%;
  max-width: 1120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-inline: auto;
}
.flow_sec .flow_list .flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.9642857143%;
  border-radius: 10px;
  border: 2px solid var(--primary_green);
  padding-inline: 3.5714285714%;
  padding-block: 36px;
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-top: 20px;
    padding-inline: 6%;
    padding-bottom: 28px;
  }
}
.flow_sec .flow_list .flow_item:has(.item_last-right) {
  padding-block: 19px;
}
.flow_sec .flow_list .flow_item:not(:last-of-type)::before, .flow_sec .flow_list .flow_item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: var(--primary_green);
  border-radius: 100vw;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.flow_sec .flow_list .flow_item:not(:last-of-type)::before {
  bottom: -15px;
}
.flow_sec .flow_list .flow_item:not(:last-of-type)::after {
  bottom: -33px;
}
.flow_sec .flow_list .flow_item .item_number {
  position: relative;
}
.flow_sec .flow_list .flow_item .item_number::after {
  content: "";
  display: block;
  width: 1px;
  height: 99px;
  background: var(--primary_green);
  position: absolute;
  top: -15.5px;
  right: -3.4821428572cqi;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_number::after {
    width: calc(100cqi - 7.1428571428%);
    height: 1px;
    right: 50%;
    top: auto;
    bottom: -15px;
    translate: 50% 0;
  }
}
.flow_sec .flow_list .flow_item .item_number img {
  width: 58px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_number img {
    width: 34px;
    height: 41px;
  }
}
.flow_sec .flow_list .flow_item .item_right {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_right {
    width: 100%;
  }
}
.flow_sec .flow_list .flow_item .item_right .item_ttl {
  color: var(--primary_green);
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_right .item_ttl {
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.flow_sec .flow_list .flow_item .item_right .item_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_right .item_txt {
    font-size: 14px;
    line-height: 1.7;
  }
}
.flow_sec .flow_list .flow_item .item_right .item_txt .txt_frame {
  display: inline-block;
  font-size: 14px;
  padding: 2px 7px;
  border: 1px solid var(--primary_green);
  margin-top: 6px;
  margin-right: 11px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_right .item_txt .txt_frame {
    font-size: 12px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4px;
  }
}
.flow_sec .flow_list .flow_item .item_last-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_last-right {
    width: 100%;
  }
}
.flow_sec .flow_list .flow_item .item_last-right .item_move-in {
  width: 106px;
  height: 106px;
  aspect-ratio: 1/1;
}
.flow_sec .flow_list .flow_item .item_last-right .item_txt {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.8823529412;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow_list .flow_item .item_last-right .item_txt {
    line-height: 1.4;
  }
}
.flow_sec .flow_list .flow_item .item_last-right .item_txt .little {
  font-size: 15px;
}
.flow_sec .flow_list .flow_item .item_last-right .item_txt .turquoise {
  color: var(--primary_green);
  font-size: 19px;
}
.flow_sec .flow_list .flow_item .item_last-right .item_txt .turquoise .little {
  font-size: 17px;
}

/*============================
qa_sec
============================*/
.qa_sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .qa_sec {
    margin-bottom: 60px;
  }
}
.qa_sec .qa_list {
  width: 90%;
  max-width: 1120px;
  background: #fff;
  padding-block: 30px;
  padding-inline: 3.125%;
  margin-inline: auto;
}
.qa_sec .qa_list .qa_item:not(:last-of-type) {
  border-bottom: 1px solid var(--primary_green);
}
.qa_sec .qa_list .qa_item .item_question {
  color: inherit;
  font-size: 26px;
  line-height: 1.3846153846;
  display: block flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-block: 28px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa_sec .qa_list .qa_item .item_question {
    padding-block: 26px;
  }
}
.qa_sec .qa_list .qa_item .item_question .q_ttl {
  font-family: "Noto sans", sans-serif;
  color: var(--primary_green);
  font-size: 26px;
  font-weight: 700;
}
.qa_sec .qa_list .qa_item .item_question .q_txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.35;
}
@media screen and (max-width: 768px) {
  .qa_sec .qa_list .qa_item .item_question .q_txt {
    font-size: 18px;
    padding-right: 40px;
    text-align: left;
    line-height: 1.5;
  }
}
.qa_sec .qa_list .qa_item .item_question .q_icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background: center/cover url(../img/campaign2026/qa_plus.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .qa_sec .qa_list .qa_item .item_question .q_icon {
    width: 30px;
    height: 30px;
  }
}
.qa_sec .qa_list .qa_item .item_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.qa_sec .qa_list .qa_item .item_answer .answer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  padding-block: 32px;
}
@media screen and (max-width: 768px) {
  .qa_sec .qa_list .qa_item .item_answer .answer_inner {
    padding-top: 0;
    padding-bottom: 13px;
  }
}
.qa_sec .qa_list .qa_item .item_answer .a_ttl {
  font-family: "Noto sans", sans-serif;
  color: var(--primary_green);
  font-size: 26px;
  font-weight: 700;
}
.qa_sec .qa_list .qa_item .item_answer .a_txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  padding-right: 1em;
  translate: 0 -0.25em;
}
@media screen and (max-width: 768px) {
  .qa_sec .qa_list .qa_item .item_answer .a_txt {
    font-size: 16px;
    translate: 0 0;
  }
}
.qa_sec .qa_list .qa_item.open .item_question .q_icon {
  background: center/cover url(../img/campaign2026/qa_minus.png) no-repeat;
}
.qa_sec .qa_list .qa_item.open .item_answer {
  opacity: 1;
}

/*============================
banner_sec
============================*/
.banner_sec {
  padding-block: 58px;
  background: center/cover url(../img/campaign2026/cp_bg.jpg) no-repeat;
}
.banner_sec .cp_ttl {
  width: 60%;
  max-width: 485.47px;
  margin-inline: auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .banner_sec .cp_ttl {
    width: 95%;
  }
}
.banner_sec .banner_txt {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .banner_sec .banner_txt {
    font-size: 18px;
    width: 95%;
    margin-inline: auto;
    line-height: 2;
  }
}
.banner_sec .banner_txt span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .banner_sec .banner_txt span {
    font-size: 18px;
  }
}
.banner_sec .banner_link_wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .banner_sec .banner_link_wrapper {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.banner_sec .banner_link_wrapper .banner_link a {
  display: block;
  width: 369px;
  height: 94px;
  display: grid;
  place-content: center;
  border-radius: 45px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .banner_sec .banner_link_wrapper .banner_link a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  .banner_sec .banner_link_wrapper .banner_link a {
    width: 295px;
    height: 70px;
    font-size: 20px;
  }
}
.banner_sec .banner_link_wrapper .banner_link a::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 38px;
  translate: 0 -50%;
}
.banner_sec .banner_link_wrapper .banner_link.link_visit a {
  color: #222;
  background: #FFEF0D;
}
.banner_sec .banner_link_wrapper .banner_link.link_visit a::after {
  background: center/cover url(../img/campaign2026/arrow_black.svg) no-repeat;
}
.banner_sec .banner_link_wrapper .banner_link.link_data a {
  color: #fff;
  background: #EF7195;
}
.banner_sec .banner_link_wrapper .banner_link.link_data a::after {
  background: center/cover url(../img/campaign2026/arrow_white.svg) no-repeat;
}

#top {
  padding-top: 0;
}/*# sourceMappingURL=campaign2026.css.map */