@charset "UTF-8";
/* ==========================================================================
  * 土地活用
  * /owner/
========================================================================== */
.owner-container h2 {
  margin: 0 0 78px;
  text-align: center;
}

.owner-container h2 span {
  display: inline-block;
  padding: 0 75px;
  color: #626262;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
  border-bottom: 1px solid #36c;
}

.promise {
  max-width: 800px;
  margin: 112px auto 53px;
}

.promise .promise-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.promise .promise-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc(50% - 40px);
  min-height: 340px;
  margin-bottom: 77px;
  padding: 42px 16px 25px;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 10px;
}

.promise .promise-items .item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  width: 120px;
  height: 3px;
  margin: 0 auto;
  background: #fff;
}

.promise .promise-items .item h3 {
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 80px;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  border-radius: 5px;
}

.promise .promise-items .item h3::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 1px solid transparent;
  border-width: 9px 5px;
}

.promise .promise-items .item .image {
  margin-bottom: 20px;
  text-align: center;
}

.promise .promise-items .item .image + p {
  margin-top: 0;
}

.promise .promise-items .item p {
  line-height: 1.5625;
}

.promise .promise-items .item.-easy {
  border-color: #fa7800;
}

.promise .promise-items .item.-easy h3 {
  background: #fa7800;
}

.promise .promise-items .item.-easy h3::after {
  border-top-color: #fa7800;
}

.promise .promise-items .item.-short {
  border-color: #3c6;
}

.promise .promise-items .item.-short h3 {
  background: #3c6;
}

.promise .promise-items .item.-short h3::after {
  border-top-color: #3c6;
}

.promise .promise-items .item.-stable {
  border-color: #6cf;
}

.promise .promise-items .item.-stable h3 {
  background: #6cf;
}

.promise .promise-items .item.-stable h3::after {
  border-top-color: #6cf;
}

.promise .promise-items .item.-safety {
  border-color: #ea7f8b;
}

.promise .promise-items .item.-safety h3 {
  background: #ea7f8b;
}

.promise .promise-items .item.-safety h3::after {
  border-top-color: #ea7f8b;
}

.flow {
  max-width: 960px;
  margin: 0 auto 128px;
}

.flow-nav {
  margin: -16px 0 64px;
}

.flow-nav ol {
  counter-reset: item;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  background: #36c;
}

.flow-nav ol li {
  display: block;
  position: relative;
  width: 192px;
  height: 80px;
  padding: 10px 22px 10px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
  overflow: hidden;
}

.flow-nav ol li::before, .flow-nav ol li::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 50px;
  height: 2px;
  background: #fff;
}

.flow-nav ol li::before {
  top: 17.5px;
  -webkit-transform: rotate(-116deg);
          transform: rotate(-116deg);
}

.flow-nav ol li::after {
  bottom: 17.5px;
  -webkit-transform: rotate(116deg);
          transform: rotate(116deg);
}

.flow-nav ol li span {
  display: block;
  width: 100%;
  text-align: center;
}

.flow-nav ol li span::before {
  counter-increment: item;
  content: counter(item);
  display: block;
}

.flow-nav ol li:first-child {
  width: 204px;
}

.flow-nav ol li:last-child {
  width: 180px;
  padding-right: 0;
}

.flow-nav ol li:last-child::before, .flow-nav ol li:last-child::after {
  content: none;
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.flow-item:not(:last-of-type) {
  margin-bottom: 146px;
}

.flow-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -98px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 1px solid transparent;
  border-width: 18px 20px;
  border-top-color: #36c;
}

.flow-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flow-item .text {
  width: 325px;
  padding-top: 22px;
}

.flow-item .text h3 {
  color: #36c;
  font-size: 1.5rem;
  line-height: 1;
}

.flow-item .text p {
  padding-left: 42px;
}

.flow-item .image {
  width: 400px;
}

/* =====
 * /土地活用 レイアウト レスポンシブ
============================================================================= */
/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .owner-container h2 {
    margin-bottom: 43px;
  }
  .owner-container h2 span {
    padding: 0 45px;
    font-size: 0.9375rem;
    padding-bottom: 5px;
  }
  .promise {
    margin: 66px 20px 75px;
  }
  .promise .promise-items {
    display: block;
  }
  .promise .promise-items .item {
    width: 100%;
    min-height: auto;
    margin-bottom: 43px;
    padding: 28px 20px 30px;
  }
  .promise .promise-items .item::before {
    width: 70px;
  }
  .promise .promise-items .item h3 {
    top: -12px;
    width: 60px;
    padding: 4px 0 3px;
    font-size: 0.875rem;
  }
  .promise .promise-items .item h3::after {
    content: "";
    position: absolute;
    bottom: -14px;
    border-width: 7px 4px;
  }
  .promise .promise-items .item .image {
    margin-bottom: 15px;
  }
  .promise .promise-items .item .image img {
    width: 26.32%;
  }
  .promise .promise-items .item .image + p {
    margin: 0;
  }
  .promise .promise-items .item p {
    line-height: 1.5;
  }
  .flow {
    margin: 0 auto 80px;
    padding: 0 20px;
  }
  .flow h2 {
    margin-bottom: 32px;
  }
  .flow h2 span {
    padding: 0 15px 5px;
  }
  .flow-item {
    display: block;
    margin: 0 24px;
  }
  .flow-item:not(:last-of-type) {
    margin-bottom: 49px;
  }
  .flow-item:not(:last-of-type)::after {
    bottom: -39px;
    border-width: 9px 10px;
  }
  .flow-item .text {
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .flow-item .text h3 {
    font-size: 0.875rem;
  }
  .flow-item .text p {
    padding-left: 0;
  }
  .flow-item .image {
    width: 84.56%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=layout-owner.css.map */