* {
  box-sizing: border-box;
}

.buy_forsale_service .article {
  position: relative;
}

.jumbotron-v2 * {
  font-family: Helvetica, Arial, sans-serif;
}

.jumbotron-v2 {
  display: flex;
  width: 100%;
  height: 646px;
  background: linear-gradient(to bottom, #EFF1F5 61%, white 39%);
  margin-bottom: 80px;
}

.jumbotron-v2 .desc {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: end;
}

.jumbotron-v2 .desc .desc-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 150px 60px 100px 0;
  margin-left: 26%;
  gap: 10px;
  position: relative;
}

.jumbotron-v2 .blue-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23%;
  height: 100%;
  background-color: #EFF1F5;
  z-index: -1;
}

.jumbotron-v2 .desc .title {
  font-family: "adobe-garamond-pro", serif;
  font-size: 56px;
  font-weight: 600;
  color: #002368;
  line-height: 1.2;
}

.jumbotron-v2 .desc .sub-title {
  font-family: "jost", serif;
  font-size: 28px;
  font-weight: 500;
  color: #002368;
  line-height: 1.2;
}

.jumbotron-v2 .desc .paragraph {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  max-width: 578px;
}

.jumbotron-v2 .image {
  width: 50%;
  height: 100%;
}

.image.header-service {
  background-image: url('https://www.kencorp.com/common/images/header-service.jpg');
  background-size: cover;
}

.side {
  float: right;
  box-sizing: border-box;
  width: 348px;
}

.side .navLocal{
  margin-top: 0;
  width: 100%;
}

.side .navLocal a{
  width:98%;
}

.side .navLocal ul li  {
  display: flex;
}

.side .navLocal li:last-child {
  margin-bottom: 16px;
}

@media screen and (max-width: 860px) {

  .jumbotron-v2 {
    flex-direction: column;
    height: fit-content;
    background: linear-gradient(to bottom, #EFF1F5 80%, white 80%);
    margin-bottom: 0;
  }

  .jumbotron-v2 .image {
    width: 100%;
    order: 1;
    height: 300px;
    object-fit: cover;
  }

  .jumbotron-v2 .desc {
    width: 100%;
    order: 2;
    position: sticky;
  }

  .jumbotron-v2 .desc .title {
    font-size: 38px;
  }
  .jumbotron-v2 .desc .sub-title {
    font-size: 24px;
    font-weight: 500;
  }

  .jumbotron-v2 .desc .desc-wrapper {
    padding: 40px 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

.contents--column-2 .column--2 .column__item {
  max-width: 47%;
  -webkit-flex: 0 0 47%;
  flex: 0 0 47%;
}

.flex-col-sm-40 {
  flex: 0 0 47%;
  width: 43%;
}

.media--service {
  padding-bottom: 0;
}

/* section num01 */
.record .section.num01 {
  padding-bottom: 20px;
}

.assitance .section.num01 .text01 img {
  float: left;
  margin-right: 40px;
}

.agent .section.num01 .text01 img {
  float: left;
  margin-right: 40px;
}

.contents{
  max-width: 74% !important;
  padding-bottom: 120px;
  float: left;
}

.section.num01 .column {
  justify-content: space-between;
}

/* section num02 */
.section.num02 {
  padding-bottom: 40px;
}

.section.num02 .subtitle {
  margin-top: 50px;
  margin-bottom: 24px;
  font-size: 50px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  color: #002368;
}

.section.num02 .headline--02 {
  margin-bottom: 30px;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: #D8D8D8 solid 2px;
}

.media {
  display: flex;
}

.media .media__figure {
  width: 50%;
}

.media .header{
  width: 50%;
}

@media screen and (max-width: 1405px) {

  .contents {
    width: 65vw !important;
  }
}

@media screen and (max-width: 1200px) {

  .jumbotron-v2 .blue-bg {
    width: 22%!important;
  }

  .contents {
    width: 62vw !important;
  }

  .side .navLocal {
    right: calc(100% - 105vw);!important;
    margin: 0;
  }

}

@media screen and (max-width: 860px) {
  .section.num01 {
    padding: 30px 0 ;
  }

  .section .column {
    gap: 0;
  }

  .section.num02 {
    padding-bottom: 10px;
  }

  .jumbotron-v2 .blue-bg {
    width: 0!important;
  }

  .contents{
    max-width:100% ;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
  }

  .section.num02 {
    padding: 30px 0 ;
  }

  .section.num02 .headline--02 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .section.num02 .table {
    margin-top: 0;
  }

  .section.num02 .subtitle {
    font-size: 32px;
  }

  .media {
    display: block;
  }

  .media .media__figure {
    width: 100%;
  }

  .media .header{
    width: 100%;
  }

  .flex-col-sm-40 {
    flex: unset;
    width: unset;
  }

}

.section.num02 .text01 img {
  float: right;
  margin-left: 40px;
}

.section.num02 .column {
  margin-top: 30px;
}

.section.num02 .caption01 {
  margin-top: 20px;
  color: #333333;
}

.section.num02 .btn {
  max-width: 360px;
  margin-top: 50px;
  color: #039;
  font-weight: bold;
}

.section.num02 .btn:hover {
  color: #ffffff;
}

.record .section.num02 .caption01 {
  text-align: right;
}

.record .section.num02 .image__figure {
  margin-top: 20px;
}

/* section num03 */
.section.num03 .subtitle {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  color: #222222;
}

.section.num03 .subtitle::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #002368;
  margin-bottom: 16px;
  transform: translateY(-20px);
}

@media screen and (max-width: 860px) {
  .section.num03 .table {
    margin-top: 0;
  }

  .section.num03 .subtitle {
    font-size: 26px;
  }

  .section.num03 .subtitle::before {
    width: 36px;
  }
}

.section.num03 .column__item {
  text-decoration: none;
}

.section.num03 .column__item .link {
  margin-bottom: 50px;
}

.section.num03 .column__figure {
  margin-bottom: 20px;
}

.agent .section.num03 .column,
.agent .section.num03 .column__item,
.agent .section.num03 .column__figure {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .agent .section.num03 .column__item {
    margin-top: 40px;
  }
  .agent .section.num03 .column__item:first-child {
    margin-top: 0;
  }
}

.section.num03 .text01 {
  color: #333333;
}

.section.num03 .btn {
  max-width: 360px;
  margin-top: 50px;
  color: #039;
  font-weight: bold;
}

.section.num03 .btn:hover {
  color: #ffffff;
}

.section.num03 .column--3 {
  margin-top: 0;
  margin-bottom: 50px;
}

.section.num03 .column--3 .text01 {
  margin-bottom: 30px;
}

.section.num03 .caption01 {
  margin-top: 20px;
  color: #333333;
  text-align: right;
}

.pc {
  display: block;
}

.text01 .pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 860px) {
  .mediaVertical__figure img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .text01 .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .side {
    display: block;
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .navLocal {
    width: initial;
  }
}

.rent_tokyo_service_index .section.num02 .headline--03 {
  margin-top: 50px;
}

.rent_tokyo_service_index .section.num02 .column {
  margin-top: 20px;
  margin-bottom: 0;
}

.rent_tokyo_service_index .section.num02 .column__item {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .rent_tokyo_service_index .section.num02 .column__item {
    margin-top: 20px;
  }
  .rent_tokyo_service_index .section.num02 .column__item:first-child {
    margin-top: 0;
  }
}

.rent_tokyo_service_index .section.num03 .column {
  margin-top: 0;
}

.rent_tokyo_service_index .section.num03 .column__item .link {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .rent_tokyo_service_index .section.num03 .column__item:last-child {
    margin-bottom: 0;
  }
}

.rent_tokyo_service_assistance .section.num03 .column__item {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .rent_tokyo_service_assistance .section.num03 .column__item {
    margin-bottom: 30px;
  }
  .rent_tokyo_service_assistance .section.num03 .column__item:last-child {
    margin-bottom: 0;
  }
}

.rent_tokyo_service_assistance .section.num03 .column__figure {
  margin-bottom: 0;
}

.rent_tokyo_service_network .section.num02 {
  padding-bottom: 0;
}

.rent_tokyo_service_network .section.num02 .table {
  margin-top: 0px;
}

.rent_tokyo_service_network .section.num02 .table:first-child {
  margin-top: 0;
}

.rent_tokyo_service_agent .section.num03 .headline--03 {
  margin-top: 40px;
}

span.link_underline_on {text-decoration: underline;}

.table__link a {
  text-decoration: none;
}

i.icon.icon-link01 {
  position: relative;
  top: 2px;
  left: 5px;
}

/*リンクテキストのスタイル*/
a.link.link--default.service--link {
  text-decoration: underline;
  color: #039;
}

a.link.link--default.service--link:hover {
  text-decoration: none;
  color: #13b0ea;
}

#corporate-service {
  padding-top: 30px;
  padding-bottom: 20px;
}

#corporate-service * {
  box-sizing: border-box;
}

#corporate-service .content-wrapper {
  gap: 15px;
}

#corporate-service .section-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #002368;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 0;
  padding: 5% 0 0;
}

#corporate-service .section-header .section-title {
  text-wrap: nowrap;
}

#corporate-service .section-header {
  margin: 0 -1rem;
  margin-bottom: 2rem;
  position: relative;
}

#corporate-service .section-header .line {
  width: 8%;
  height: 2px;
  background-color: #002368;
  position: absolute;
  top: 0;
  left: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: none;
}

#corporate-service .outline-link {
  display: flex;
  justify-content: end;
}

#corporate-service .outline-link .link {
  text-decoration: none;
  padding: 10px 0px;
  border-bottom: 1px solid #D8D8D8;
  font-family: "jost*" , sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}

#corporate-service .outline-link-mobile {
  display: none;
}

#corporate-service .section-header>* {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
}

#corporate-service .section-header .section-title {
  font-size: 3rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  position: relative;
  line-height: 1.2em;
  color: #222222;
  padding: 2rem 1rem;
  margin: 0px;
}

#corporate-service .list-card {
  margin: 0 -15px;
  justify-content: space-between;
}

#corporate-service .list-card>div {
  padding: 0 0 15px 0;
  margin: 0 0 0 15px;
  border-bottom: #D8D8D8 solid 1px;
}

#corporate-service .flex-col-sm-40:nth-child(-n + 2) .card-with-side-image {
  min-height: 300px;
}


#corporate-service .list-card .card-with-side-image {
  min-height: 350px;
}

#corporate-service .list-card .bottom-line {
  margin: 0;
}

#corporate-service .button-v2 {
  text-align: initial;
  border: 1px solid rgba(216, 216, 216, 1);
  padding: 18px 55px;
  color: #003399;
  margin-bottom: 10px;
}

#corporate-service .button-container{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#corporate-service .button-v2 .text{
  font-size: 16px;
  line-height: 23px;
  font-family: "Jost*" , sans-serif;
  font-weight: 500;
  padding: 0;
}

.card-area {
  margin-top: 20px;
  min-height: 510px;
}

.card-with-side-image * {
  box-sizing: border-box;
}

.card-with-side-image .content-wrapper .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hr-ken-primary {
  width: 100%;
  height: 1px;
  background: rgba(216, 216, 216, 1);
}

.hr-ken-primary:after {
  content: "";
  width: 40%;
  height: 5px;
  background: #002368;
  left: 0px;
  display: block;
  top: 0;
  position: relative;
}

.hr-ken {
  width: 100%;
  height: 1px;
  background: rgba(216, 216, 216, 1);
}

.card-with-side-image .content-wrapper .paragraph {
  font-size: 16px ;
}

@media screen and (max-width: 860px) {

  #corporate-service .list-card {
    margin: 0;
  }

  #corporate-service .list-card>div {
    padding: 0 0 20px 0;
    margin: 0;
  }

  #corporate-service .section-title {
    font-size: 24px;
  }
  .card-with-side-image .content-wrapper .paragraph {
    font-size: 14px ;
  }

  #corporate-service {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 860px) {
  .contents {
    width: 100% !important;
    max-width: 100% !important;
  }

  .section.num01 .column {
    gap: 0;
  }

}

