/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#business_nav_sec {
  margin-top: 0;
}

.image_box {
  background: #fff;
  overflow: hidden;
}
.image_box.r {
  border-radius: 0.6rem;
}
.image_box.line {
  border: 1px solid #cfcfcf;
}

.step_list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .step_list {
    row-gap: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list {
    row-gap: 4.6rem;
  }
}
.step_list > li {
  display: grid;
  column-gap: 4rem;
  padding-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .step_list > li {
    grid-template-columns: 7rem 1fr 50rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li {
    grid-template-columns: 7rem 1fr;
    row-gap: 4rem;
    padding-bottom: 4rem;
  }
}
.step_list > li > h4 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .step_list > li > h4 {
    line-height: 1.5em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li > h4 {
    grid-row: 1/3;
    line-height: 1.5em;
    font-size: 3.2rem;
  }
}
.step_list > li > h4::before, .step_list > li > h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .step_list > li > h4::before {
    top: -6rem;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li > h4::before {
    top: -7rem;
    bottom: -4rem;
  }
}
.step_list > li > h4::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 2.4rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .step_list > li > h4::after {
    top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li > h4::after {
    top: calc(100% + 4rem);
  }
}
.step_list > li > h4 span {
  position: relative;
}
.step_list > li dl {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .step_list > li dl {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li dl {
    grid-column: 2/3;
    row-gap: 1rem;
  }
}
.step_list > li dl > dt {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068b2;
}
@media screen and (min-width: 769px) {
  .step_list > li dl > dt {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li dl > dt {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
.step_list > li dl > dd {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .step_list > li dl > dd {
    line-height: 1.7em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li dl > dd {
    line-height: 1.7em;
    font-size: 3.2rem;
  }
}
.step_list > li .image_box {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .step_list > li .image_box {
    height: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li .image_box {
    grid-column: 2/3;
    height: 34.6rem;
  }
}
@media screen and (min-width: 769px) {
  .step_list > li .image_box.wid3 {
    padding: 10.6rem 5.9rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li .image_box.wid3 {
    padding: 11.8rem 6.6rem;
  }
}
@media screen and (min-width: 769px) {
  .step_list > li .image_box.wid4 {
    padding: 5rem 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li .image_box.wid4 {
    padding: 5.5rem 4.2rem;
  }
}
.step_list > li .image_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .step_list > li:nth-of-type(1) {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .step_list > li:nth-of-type(1) > h4::before {
    top: -2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .step_list > li:nth-of-type(1) > h4::before {
    top: -4rem;
  }
}
.step_list > li:nth-of-type(1) > h4::before, .step_list > li:nth-of-type(1) > h4::after {
  background: #80b3d8;
}
.step_list > li:nth-of-type(2) > h4::before, .step_list > li:nth-of-type(2) > h4::after {
  background: #4c95c8;
}
.step_list > li:nth-of-type(3) > h4::after {
  display: none;
}
.step_list > li:nth-of-type(3) > h4::before, .step_list > li:nth-of-type(3) > h4::after {
  background: #0068b2;
}

.bnrlink_items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .bnrlink_items {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_items {
    row-gap: 4rem;
  }
}

.bnrlink_item {
  display: grid;
  background: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 0.6rem;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .bnrlink_item {
    align-items: center;
    grid-template-columns: 1fr 50rem;
    column-gap: 4rem;
    padding: 3rem 3rem 3rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item {
    padding: 5.8rem 3.8rem 3.8rem;
    row-gap: 4rem;
  }
}
.bnrlink_item dl {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl {
    row-gap: 3rem;
  }
}
.bnrlink_item dl > dt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl > dt {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl > dt {
    column-gap: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl > dt figure.wid1 {
    width: 38.2rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl > dt figure.wid1 {
    width: 45.6rem;
  }
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl > dt figure.wid2 {
    width: 35.2rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl > dt figure.wid2 {
    width: 42rem;
    margin-right: 3.6rem;
  }
}
.bnrlink_item dl > dt h3 {
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl > dt h3 {
    line-height: 1.3em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl > dt h3 {
    line-height: 1.3em;
    font-size: 5rem;
  }
}
.bnrlink_item dl > dt span.window {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  background: linear-gradient(to right, #0f3b6b, #0068ad, #0080cd);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl > dt span.window {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl > dt span.window {
    width: 6.8rem;
  }
}
.bnrlink_item dl > dt span.window::after {
  content: "";
  position: absolute;
  background-image: url(../../common/img/icon_window_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  margin: auto;
  transition: ease-out 0.2s all;
}
@media screen and (min-width: 769px) {
  .bnrlink_item dl > dt span.window::after {
    width: 1.12rem;
  }
}
@media screen and (max-width: 768px) {
  .bnrlink_item dl > dt span.window::after {
    width: 1.92rem;
  }
}
.bnrlink_item .image_box {
  border: 1px solid #e7e7e7;
}
@media screen and (min-width: 769px) {
  .bnrlink_item .image_box {
    grid-column: 2/3;
    height: 31rem;
  }
}
.bnrlink_item .image_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.6s all;
}
@media screen and (min-width: 769px) {
  .bnrlink_item[href]:hover .image_box img {
    scale: 1.1;
  }
}

.crdlink_items {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .crdlink_items {
    grid-template-columns: repeat(auto-fit, 27rem);
    column-gap: 4rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .crdlink_items {
    grid-template-columns: 59rem;
    row-gap: 4rem;
  }
}

.crdlink_item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.6rem;
  overflow: hidden;
}
.crdlink_item .image_box {
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .crdlink_item .image_box {
    height: 16.8rem;
  }
}
.crdlink_item .image_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.6s all;
}
.crdlink_item dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-top: 0;
  color: #333333;
}
@media screen and (min-width: 769px) {
  .crdlink_item dl {
    row-gap: 1rem;
    height: 100%;
    padding: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .crdlink_item dl {
    row-gap: 1rem;
    padding: 3.8rem;
  }
}
.crdlink_item dl > dt {
  flex-shrink: 0;
}
.crdlink_item dl > dt h3 {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .crdlink_item dl > dt h3 {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .crdlink_item dl > dt h3 {
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
.crdlink_item dl > dd p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .crdlink_item dl > dd p {
    line-height: 1.7em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .crdlink_item dl > dd p {
    line-height: 1.7em;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .crdlink_item dl > dd figure {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .crdlink_item dl > dd figure {
    height: 10rem;
    margin: 0 auto;
  }
}
.crdlink_item dl > dd figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .crdlink_item dl > dd + dd {
    margin-top: auto;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .crdlink_item dl > dd + dd {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .crdlink_item[href]:hover .image_box img {
    scale: 1.1;
  }
}

#business_lead_sec .inner {
  display: grid;
}
@media screen and (min-width: 769px) {
  #business_lead_sec .inner {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #business_lead_sec .inner {
    grid-template-columns: 1fr;
    row-gap: 8rem;
  }
}
@media screen and (min-width: 769px) {
  #business_lead_sec .lead_text {
    grid-column: 1/3;
  }
}
#business_lead_sec .box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#business_lead_sec .box > dt {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #business_lead_sec .box > dt {
    margin-top: 1rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #business_lead_sec .box > dt {
    margin-top: 2rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}
#business_lead_sec .box > dd .general_txt {
  text-align: left;
}

#rent_feature {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #rent_feature {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #rent_feature {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 769px) {
  #rent_feature .image_box.wid1 {
    padding: 5.9rem 20.4rem;
  }
}
@media screen and (max-width: 768px) {
  #rent_feature .image_box.wid1 {
    padding: 3.9rem 3.9rem;
  }
}
#rent_feature .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #rent_feature .box {
    grid-template-columns: 50rem 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 4rem;
    row-gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #rent_feature .box {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  #rent_feature .box .image_box {
    grid-row: 1/3;
  }
}
#rent_feature .box .btn_btm {
  margin-top: 0;
}
#rent_feature .box .btn_btm .btn_base_type {
  margin: 0;
}

#rent_rooms {
  background-color: #433e39;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #rent_rooms {
    background-image: url(../img/rent/rooms_bg_pc.jpg);
    margin-top: 2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #rent_rooms {
    background-image: url(../img/rent/rooms_bg_sp.jpg);
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#rent_rooms .h2_set p {
  color: rgba(255, 255, 255, 0.5);
}
#rent_rooms .h2_set h2 {
  color: #fff;
}
@media screen and (min-width: 769px) {
  #rent_rooms .general_txt {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #rent_rooms .crdlink_items {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #rent_rooms .crdlink_items {
    margin-top: 4rem;
  }
}

#rent_support {
  background-color: #6c93eb;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #rent_support {
    background-image: url(../img/rent/support_bg_pc.jpg);
    margin-top: 2rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #rent_support {
    background-image: url(../img/rent/support_bg_sp.jpg);
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
#rent_support .h2_set p {
  color: rgba(255, 255, 255, 0.5);
}
#rent_support .h2_set h2 {
  color: #fff;
}