@charset "UTF-8";
body.home .ContMain {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 450px;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  body.home .ContMain {
    margin-top: -16px;
  }
}
@media only screen and (max-width: 480px) {
  body.home .ContMain {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
body.home .ContMain .slides {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
body.home .ContMain .slides__item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fade 9s infinite;
          animation: fade 9s infinite;
}
body.home .ContMain .slides__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .ContMain .slides__item.slide1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
body.home .ContMain .slides__item.slide2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
body.home .ContMain .slides__item.slide3 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
body.home .ContMain-text {
  position: absolute;
  top: 90px;
  left: 90px;
}
body.home .ContMain-text h1 {
  color: white;
  font-size: 36px;
  text-shadow: 1px 1px 5px #333;
  line-height: 1.4;
}
body.home .ContMain-text h1 br {
  display: none;
}
body.home .ContMain-text p {
  font-size: 1.6rem;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 5px #333;
}
@media only screen and (max-width: 768px) {
  body.home .ContMain-text {
    top: 60px;
    left: 30px;
  }
  body.home .ContMain-text h1 {
    font-size: 3rem;
  }
  body.home .ContMain-text h1 br {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  body.home .ContMain-text {
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
  }
  body.home .ContMain-text h1 {
    font-size: 2.4rem;
    text-align: center;
  }
  body.home .ContMain-text p {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body.home .ContMain-button {
    max-width: 200px;
    margin: 24px auto 0;
  }
}
body.home .first-text {
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  body.home .first-text {
    text-align: left;
    margin-bottom: 16px;
  }
  body.home .first-text br {
    display: none;
  }
}
body.home .Point .m-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
body.home .Point .m-ttl span {
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 3px #fff;
}
body.home .Point-img {
  width: 75%;
  margin: 0 auto;
  display: block;
  border-radius: 200px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 480px) {
  body.home .Point {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #eee;
  }
  body.home .Point:nth-child(even) {
    background-color: rgb(250.75, 250.75, 250.75);
  }
  body.home .Point .m-ttl {
    width: 100%;
    margin-bottom: 0;
  }
  body.home .Point-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100px;
  }
}
body.home .Safe {
  position: relative;
  background-color: #000;
  display: block;
}
body.home .Safe-img {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.home .Safe-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.home .Safe-inner .m-ttl {
  margin-bottom: 8px;
  color: #fff;
}
body.home .Safe-inner p {
  color: #fff;
  width: 80%;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 768px) {
  body.home .Safe {
    margin-bottom: 8px;
  }
}
.no-js body.home .Safe:hover .Safe-img, .js.no-touchevents body.home .Safe:hover .Safe-img, .js.touchevents body.home .Safe.touch .Safe-img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body.type #cont {
  overflow-x: hidden;
}
body.type .TypeLine {
  margin-bottom: -8px;
}
body.type .TypeItem {
  position: relative;
  margin: 0 auto 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  body.type .TypeItem {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body.type .TypeItem {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin: 0;
    margin-top: -1px;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.type .TypeItem.warehouse::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 129px;
  height: 0;
  padding-top: 100px;
  background-image: url("../img/type/img-warehouse.png");
  background-size: 129px 100px;
  max-width: 129px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 129px;
          flex: 0 0 129px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.warehouse::before {
    background-image: url("../img/type/img-warehouse@2x.png");
  }
}
body.type .TypeItem.useof::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 128px;
  height: 0;
  padding-top: 94px;
  background-image: url("../img/type/img-useof.png");
  background-size: 128px 94px;
  max-width: 128px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.useof::before {
    background-image: url("../img/type/img-useof@2x.png");
  }
}
body.type .TypeItem.architecture::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 133px;
  height: 0;
  padding-top: 107px;
  background-image: url("../img/type/img-architecture.png");
  background-size: 133px 107px;
  max-width: 133px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 133px;
          flex: 0 0 133px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.architecture::before {
    background-image: url("../img/type/img-architecture@2x.png");
  }
}
body.type .TypeItem.mansion::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 240px;
  height: 0;
  padding-top: 131px;
  background-image: url("../img/type/img-mansion.png");
  background-size: 240px 131px;
  max-width: 240px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.mansion::before {
    background-image: url("../img/type/img-mansion@2x.png");
  }
}
body.type .TypeItem.equivalent::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 110px;
  height: 0;
  padding-top: 71px;
  background-image: url("../img/type/img-equivalent.png");
  background-size: 110px 71px;
  max-width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.equivalent::before {
    background-image: url("../img/type/img-equivalent@2x.png");
  }
}
body.type .TypeItem.senior::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 177px;
  height: 0;
  padding-top: 101px;
  background-image: url("../img/type/img-senior.png");
  background-size: 177px 101px;
  max-width: 177px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 177px;
          flex: 0 0 177px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.senior::before {
    background-image: url("../img/type/img-senior@2x.png");
  }
}
body.type .TypeItem.commerce::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 141px;
  height: 0;
  padding-top: 113px;
  background-image: url("../img/type/img-commerce.png");
  background-size: 141px 113px;
  max-width: 141px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 141px;
          flex: 0 0 141px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.commerce::before {
    background-image: url("../img/type/img-commerce@2x.png");
  }
}
body.type .TypeItem.composite::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 270px;
  height: 0;
  padding-top: 115px;
  background-image: url("../img/type/img-composite.png");
  background-size: 270px 115px;
  max-width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.composite::before {
    background-image: url("../img/type/img-composite@2x.png");
  }
}
body.type .TypeItem.hotel::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 204px;
  height: 0;
  padding-top: 98px;
  background-image: url("../img/type/img-hotel.png");
  background-size: 204px 98px;
  max-width: 204px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.hotel::before {
    background-image: url("../img/type/img-hotel@2x.png");
  }
}
body.type .TypeItem.rent::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 117px;
  height: 0;
  padding-top: 117px;
  background-image: url("../img/type/img-rent.png");
  background-size: 117px 117px;
  max-width: 117px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 117px;
          flex: 0 0 117px;
  margin: 0 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.type .TypeItem.rent::before {
    background-image: url("../img/type/img-rent@2x.png");
  }
}
body.type .TypeItem-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px;
  background-color: rgb(0, 131.4738372093, 248.5);
  color: #fff;
  position: relative;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  body.type .TypeItem-text {
    background-color: #eee;
  }
}
@media only screen and (max-width: 480px) {
  body.type .TypeItem-text {
    background-color: #fff;
  }
}
body.type .TypeItem-text h5 {
  color: yellow;
}
@media only screen and (max-width: 768px) {
  body.type .TypeItem-text h5 {
    color: #005BAC;
  }
}
@media only screen and (max-width: 480px) {
  body.type .TypeItem-text h5 {
    text-align: center;
  }
}
body.type .TypeItem-text p {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.type .TypeItem-text p {
    color: #333;
  }
}
body.type .TypeItem-text::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent rgb(0, 131.4738372093, 248.5) transparent transparent;
  position: absolute;
  left: -8px;
}
@media only screen and (max-width: 768px) {
  body.type .TypeItem-text::before {
    border-color: transparent #eee transparent transparent;
  }
}
@media only screen and (max-width: 480px) {
  body.type .TypeItem-text::before {
    display: none;
  }
}
body.type .TypeItem.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.type .TypeItem.right .TypeItem-text::before {
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent rgb(0, 131.4738372093, 248.5);
  left: auto;
  right: -8px;
}
@media only screen and (min-width: 769px) {
  body.type .TypeLine {
    background-image: url("../img/type/line.png");
    background-size: 384px 3070px;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 769px) and (min-device-pixel-ratio: 2), only screen and (min-width: 769px) and (min-resolution: 192dpi), only screen and (min-width: 769px) and (min-resolution: 2dppx) {
  body.type .TypeLine {
    background-image: url("../img/type/line@2x.png");
  }
}
@media only screen and (min-width: 769px) {
  body.type .TypeLine .warehouse {
    left: 200px;
    max-width: 500px;
  }
  body.type .TypeLine .useof {
    right: 240px;
    max-width: 450px;
  }
  body.type .TypeLine .architecture {
    left: 290px;
  }
  body.type .TypeLine .mansion {
    right: 210px;
  }
  body.type .TypeLine .equivalent {
    left: 380px;
  }
  body.type .TypeLine .senior {
    right: 200px;
  }
  body.type .TypeLine .commerce {
    left: 300px;
  }
  body.type .TypeLine .composite {
    right: 200px;
    max-width: 600px;
  }
  body.type .TypeLine .hotel {
    left: 300px;
  }
  body.type .TypeLine .rent {
    right: 200px;
  }
}

body.trouble .TroubleList {
  margin-bottom: 96px;
}
body.trouble .TroubleList-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
body.trouble .TroubleList-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.trouble .TroubleList-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
  }
}
body.trouble .TroubleList-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #eee;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.trouble .TroubleList-inner.material::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 194px;
  height: 0;
  padding-top: 180px;
  background-image: url("../img/trouble/material.png");
  background-size: 194px 180px;
  width: 194px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 194px;
          flex: 0 0 194px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.material::after {
    background-image: url("../img/trouble/material@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.material::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.tenant::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 197px;
  height: 0;
  padding-top: 180px;
  background-image: url("../img/trouble/tenant.png");
  background-size: 197px 180px;
  width: 197px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 197px;
          flex: 0 0 197px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.tenant::after {
    background-image: url("../img/trouble/tenant@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.tenant::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.substitute::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 214px;
  height: 0;
  padding-top: 204px;
  background-image: url("../img/trouble/substitute.png");
  background-size: 214px 204px;
  width: 214px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 214px;
          flex: 0 0 214px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.substitute::after {
    background-image: url("../img/trouble/substitute@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.substitute::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.part::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 191px;
  height: 0;
  padding-top: 181px;
  background-image: url("../img/trouble/part.png");
  background-size: 191px 181px;
  width: 191px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 191px;
          flex: 0 0 191px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.part::after {
    background-image: url("../img/trouble/part@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.part::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.boundary::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 183px;
  height: 0;
  padding-top: 222px;
  background-image: url("../img/trouble/boundary.png");
  background-size: 183px 222px;
  width: 183px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 183px;
          flex: 0 0 183px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.boundary::after {
    background-image: url("../img/trouble/boundary@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.boundary::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.tax::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 195px;
  height: 0;
  padding-top: 191px;
  background-image: url("../img/trouble/tax.png");
  background-size: 195px 191px;
  width: 195px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.tax::after {
    background-image: url("../img/trouble/tax@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.tax::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.leasehold::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 188px;
  height: 0;
  padding-top: 193px;
  background-image: url("../img/trouble/leasehold.png");
  background-size: 188px 193px;
  width: 188px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 188px;
          flex: 0 0 188px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.leasehold::after {
    background-image: url("../img/trouble/leasehold@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.leasehold::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList-inner.equivalence::after {
  content: " ";
  display: block;
  overflow: hidden;
  width: 213px;
  height: 0;
  padding-top: 180px;
  background-image: url("../img/trouble/equivalence.png");
  background-size: 213px 180px;
  width: 213px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 213px;
          flex: 0 0 213px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.trouble .TroubleList-inner.equivalence::after {
    background-image: url("../img/trouble/equivalence@2x.png");
  }
}
@media only screen and (max-width: 480px) {
  body.trouble .TroubleList-inner.equivalence::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
body.trouble .TroubleList .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
}
body.trouble .TroubleList .inner p {
  margin-bottom: 0;
}

body.example .pageExAreas-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -8px;
}
@media only screen and (max-width: 480px) {
  body.example .pageExAreas-row {
    margin-top: 0;
  }
}
body.example .pageExAreas-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  padding: 8px;
}
@media only screen and (max-width: 818px) {
  body.example .pageExAreas-item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 530px) {
  body.example .pageExAreas-item {
    max-width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  body.example .pageExAreas-item:last-child {
    padding-bottom: 0;
  }
}
body.example .pageExAreas-inner {
  border: solid 1px #eee;
}
body.example .pageExMaps {
  max-width: 600px;
  margin: 0 auto;
}
body.example .pageExMaps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -8px;
  margin-left: -8px;
}
body.example .pageExMaps-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 8px;
}
body.example .pageExResu:not(:first-child) {
  margin-top: 64px;
}
@media only screen and (max-width: 480px) {
  body.example .pageExResu:not(:first-child) {
    margin-top: 32px;
  }
}
body.example .pageExResu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -8px;
}
@media only screen and (max-width: 480px) {
  body.example .pageExResu-row {
    margin-top: 0;
  }
}
body.example .pageExResu-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  body.example .pageExResu-heading {
    margin-bottom: 16px;
  }
}
body.example .pageExResu-heading-text {
  padding: 0 10% 8px;
  border-bottom: 1px solid #005BAC;
  color: #005BAC;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  body.example .pageExResu-heading-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  body.example .pageExResu-heading-text {
    font-size: 1.8rem;
  }
}
body.example .pageExResu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.example .pageExResu-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
  }
  body.example .pageExResu-item:last-child {
    padding-bottom: 0;
  }
}
body.example .pageExResu-inner {
  border: solid 1px #eee;
  padding: 8px;
}
body.example .pageExResu-inner .s-ttl {
  color: #005BAC;
  font-size: 1.6rem;
}
body.example .pageExResu-inner .s-ttl .icon {
  background-color: #005BAC;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 8px;
  margin-right: 4px;
}
body.example .pageExResu-inner .list {
  margin-top: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  body.example .pageExResu-inner .imgMain {
    margin: -8px;
    margin-bottom: 0;
  }
  body.example .pageExResu-inner .img {
    display: none;
  }
}
body.example .pageExResu-inq {
  margin-top: 96px;
}
@media only screen and (max-width: 480px) {
  body.example .pageExResu-inq {
    margin-top: 32px;
  }
}
body.example .pageExBtns {
  max-width: 600px;
  margin: 0 auto;
}
body.example .pageExBtns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -8px;
  margin-left: -8px;
}
body.example .pageExBtns-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  padding: 0 8px;
}

body.land-utilization {
  /**
   *ヘッダメニューの出しわけ
   * - デスクトップ版では表示しない。
   * - モバイル版では表示する
   */
  /** contents **/
}
body.land-utilization .HeaderGnav {
  display: none;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .HeaderGnav {
    display: block;
  }
}
body.land-utilization .ContMain {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-top: -30px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .ContMain {
    margin-top: -8px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
body.land-utilization .ContMain-text {
  position: absolute;
  top: 90px;
  left: 90px;
}
body.land-utilization .ContMain-text h1 {
  font-size: 42px;
  text-shadow: 1px 1px 5px #fff;
}
body.land-utilization .ContMain-text p {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .ContMain-text {
    top: 24px;
    left: 24px;
  }
  body.land-utilization .ContMain-text h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .ContMain-text {
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 8px;
  }
  body.land-utilization .ContMain-text h1 {
    font-size: 2.7rem;
    text-align: center;
  }
  body.land-utilization .ContMain-text p {
    font-size: 1.4rem;
    text-align: center;
  }
}
body.land-utilization .ContSec:not(:last-child) {
  margin-bottom: 96px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .ContSec:not(:last-child) {
    margin-bottom: 40px;
  }
}
body.land-utilization .ContSec:last-child {
  margin-bottom: -8px;
}
body.land-utilization .first-text {
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .first-text {
    text-align: left;
    margin-bottom: 16px;
  }
  body.land-utilization .first-text br {
    display: none;
  }
}
body.land-utilization .second-text {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .second-text {
    text-align: left;
    margin-bottom: 16px;
  }
  body.land-utilization .second-text br {
    display: none;
  }
}
body.land-utilization .Point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  gap: 20px;
  max-width: 180px;
  padding: 0;
}
body.land-utilization .Point .m-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
body.land-utilization .Point .m-ttl span {
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 3px #fff;
}
body.land-utilization .Point-img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .Point {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .Point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 8px;
    background-color: #eee;
    gap: 0;
    max-width: 100%;
  }
  body.land-utilization .Point:nth-child(1), body.land-utilization .Point:nth-child(4) {
    background-color: rgb(250.75, 250.75, 250.75);
  }
  body.land-utilization .Point .m-ttl {
    width: 100%;
    margin-bottom: 0;
  }
  body.land-utilization .Point-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100px;
    margin-bottom: 8px;
  }
}
body.land-utilization #main {
  overflow: hidden;
}
body.land-utilization .land-utilization__section {
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__section {
    margin-bottom: 32px;
  }
}
body.land-utilization .land-utilization__nav {
  margin-bottom: 160px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__nav {
    margin-bottom: 80px;
  }
}
body.land-utilization .land-utilization__4flex-row {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__4flex-row {
    padding: 0 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
body.land-utilization .land-utilization__point-btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.land-utilization .land-utilization__point-btn span {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__point-btn {
    width: 100%;
  }
}
body.land-utilization .land-utilization__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  color: #fff;
  background-color: #005BAC;
  width: 100%;
  max-width: 550px;
  height: 68px;
  margin: 0 auto;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.land-utilization .land-utilization__btn::after {
  position: relative;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  left: 8px;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__btn {
    font-size: 1.6rem;
    line-height: 135%;
  }
}
.no-js body.land-utilization .land-utilization__btn:hover, .js.no-touchevents body.land-utilization .land-utilization__btn:hover, .js.touchevents body.land-utilization .land-utilization__btn.touch {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.no-js body.land-utilization .land-utilization__btn:hover::after, .js.no-touchevents body.land-utilization .land-utilization__btn:hover::after, .js.touchevents body.land-utilization .land-utilization__btn.touch::after {
  left: 16px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.land-utilization .land-utilization__btn-item {
  margin-right: 4px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__btn-item {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
body.land-utilization .land-utilization__small-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  line-height: 135%;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__small-right {
    margin-top: 8px;
  }
}
body.land-utilization .land-utilization__small-left {
  text-align: left;
  line-height: 135%;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .land-utilization__small-left {
    margin-top: 8px;
  }
}
body.land-utilization .comprehensive-strength__image {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
}
body.land-utilization .technical-expertise {
  position: relative;
  padding: 80px;
}
body.land-utilization .technical-expertise__content {
  position: relative;
  z-index: 1;
}
body.land-utilization .technical-expertise__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .technical-expertise__background {
    left: initial;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.land-utilization .technical-expertise {
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .technical-expertise {
    padding: 16px 8px;
  }
}
body.land-utilization .total-support__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  border: 1px #a8a9aa solid;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .total-support__content {
    padding: 16px 8px;
  }
}
body.land-utilization .total-support__image {
  text-align: center;
}
body.land-utilization .total-support__image img {
  width: 100%;
  max-width: 811px;
  height: auto;
}
body.land-utilization .total-support__plan {
  margin-top: 80px;
}
body.land-utilization .total-support__plan-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .total-support__plan-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .total-support__plan-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
body.land-utilization .total-support__plan-item {
  position: relative;
}
body.land-utilization .total-support__plan-item:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  color: #999;
  right: -40px;
  bottom: 15%;
  width: 20px;
  height: 50px;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .total-support__plan-item:not(:last-child)::after {
    bottom: 15%;
    right: -26px;
    width: 20px;
    height: 50px;
    margin: 0 auto;
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .total-support__plan-item:not(:last-child)::after {
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
  }
}
body.land-utilization .total-support__plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #628a96;
  width: 100%;
  max-width: 80%;
  height: 40px;
  margin: 0 auto;
}
body.land-utilization .total-support__plan-text {
  font-size: 1.4rem;
  min-height: 72px;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .total-support__plan-text {
    min-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .total-support__plan-text {
    min-height: 0;
  }
}
body.land-utilization .total-support__small {
  display: block;
  margin-top: 20px;
  margin-bottom: 60px;
}
body.land-utilization .total-support__attention li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 11px;
}
body.land-utilization .total-support__attention li::before {
  content: "※";
  margin-right: 8px;
}
body.land-utilization .construction-results__content {
  max-width: 1000px;
  margin: 0 auto 80px;
}
body.land-utilization .construction-results__content:not(:first-child) {
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__content {
    margin: 0 auto 40px;
  }
  body.land-utilization .construction-results__content:not(:first-child) {
    margin-top: 40px;
  }
}
body.land-utilization .construction-results__title {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__title {
    font-size: 1.6rem;
  }
}
body.land-utilization .construction-results__figcaption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 16px;
  color: #595959;
  font-size: 1.3rem;
  font-weight: normal;
  text-shadow: initial;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__figcaption {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}
body.land-utilization .construction-results__figcaption-left {
  position: relative;
  left: 0;
  margin-top: 16px;
  color: #595959;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  text-shadow: initial;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__figcaption-left {
    margin-top: 16px;
    font-size: 1.1rem;
  }
}
body.land-utilization .construction-results__comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  background-color: #f0f8f9;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__comment {
    padding: 16px;
  }
}
body.land-utilization .construction-results__comment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .construction-results__comment-inner {
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__comment-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
body.land-utilization .construction-results__comment-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .construction-results__comment-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__comment-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
body.land-utilization .construction-results__comment-icon img {
  width: 100%;
  max-width: 115px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .construction-results__comment-icon img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__comment-icon img {
    max-width: 80px;
  }
}
body.land-utilization .construction-results__comment-text p {
  margin-top: 0;
}
body.land-utilization .construction-results__comment-text p:not(:last-child) {
  margin-bottom: 16px;
}
body.land-utilization .construction-results__image-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .construction-results__image-column {
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__image-column {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
body.land-utilization .construction-results__image-column-text {
  font-size: 1.3rem;
  color: #595959;
}
body.land-utilization .construction-results hr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #e0e0d2;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results hr {
    max-width: 60%;
  }
}
body.land-utilization .construction-results__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.land-utilization .construction-results__area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 545px;
  height: 97px;
  background-color: #e6e6e6;
  border: 3px solid #c9c9c9;
}
body.land-utilization .construction-results__area-text {
  color: #df5050;
  font-size: 1.7rem;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__area-text {
    font-size: 1.4rem;
  }
}
body.land-utilization .construction-results__area-attention {
  font-size: 1.3rem;
  color: #595959;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .construction-results__area-attention {
    font-size: 1.1rem;
  }
}
body.land-utilization .content-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 40px;
  background-color: #005bac;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  body.land-utilization .content-footer {
    padding: 24px 8px;
  }
}
@media only screen and (max-width: 480px) {
  body.land-utilization .content-footer {
    padding: 24px 8px;
  }
}
body.land-utilization .content-footer__title {
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .content-footer__title {
    font-size: 1.6rem;
  }
}
body.land-utilization .content-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.land-utilization .content-footer__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 4px solid #333;
  width: 100%;
  max-width: 800px;
  padding: 40px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .content-footer__box-inner {
    padding: 16px 8px;
    border: 2px solid #333;
  }
}
body.land-utilization .content-footer img {
  width: 100%;
  max-width: 115px;
  height: auto;
}
body.land-utilization .content-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 478px;
}
@media only screen and (max-width: 480px) {
  body.land-utilization .content-footer__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 24px;
  }
}
body.land-utilization .content-footer__list li {
  border: 1px solid #005bac;
  color: #005bac;
  text-align: center;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 228px;
  height: 45px;
}
body.land-utilization .content-footer__btn {
  max-width: 478px !important;
}

.FaqList {
  max-width: 720px;
  margin: 0 auto;
}
.FaqList dt h3 {
  font-size: 1.7rem;
  color: #005BAC;
}
.FaqList dt h3::before {
  content: "Q.";
}
.FaqList dd {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: dotted 2px #eee;
}
.FaqList dd .answer {
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}

form {
  max-width: 720px;
  margin: 0 auto;
}
form .assist {
  counter-increment: sample;
}
form .s-ttl {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
form .s-ttl::before {
  content: "Q." counter(sample);
  background-color: #005BAC;
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border-radius: 2px;
  width: 20px;
  height: 10px;
  margin-right: 4px;
}
form label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eee;
  padding: 4px;
  margin: 0 0 2px;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #333;
}
form label textarea,
form label select,
form label input {
  margin: 0;
}
.no-js form label:hover, .js.no-touchevents form label:hover, .js.touchevents form label.touch {
  background-color: rgb(199.75, 199.75, 199.75);
  cursor: pointer;
}
form label.s-select {
  max-width: 200px;
  background-color: #333;
  padding: 1px;
  border-radius: 2px;
}
form label.s-select select {
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
form label.s-label {
  max-width: 300px;
}
form label.m-label {
  max-width: 500px;
}
form label.l-label {
  max-width: 100%;
}
form label.labelBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding-left: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
form label.labelBtn input {
  margin-right: 4px;
}
form label.labelBtn small {
  margin-left: 8px;
}
@media only screen and (max-width: 480px) {
  form label.labelBtn small {
    margin-top: 8px;
    margin-left: 0;
  }
}
form .u-add-ex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .u-add-ex__inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  form .u-add-ex__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
form .u-add-ex__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
form .u-add-ex__s-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  max-width: 300px;
}
form .u-add-ex__m-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  form .u-add-ex__m-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
form .u-add-ex__text {
  color: #727578;
  font-size: 1.4rem;
  padding-left: 8px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  form .u-add-ex__text {
    padding-top: 4px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
form .u-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px;
}
form .u-name__second, form .u-name__first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 240px;
          flex: 0 1 240px;
  max-width: 240px;
  padding: 8px;
}
form .u-address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .u-address__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form .u-tel-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  form .u-tel-number {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
form .u-tel-number__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .u-tel-number__first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80px;
          flex: 0 1 80px;
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form .u-tel-number__second, form .u-tel-number__third {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form .u-tel-number__hyphen {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30px;
          flex: 0 1 30px;
  max-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  form .u-tel-number__hyphen {
    margin: 0 4px;
  }
}
form .u-tel-number__text {
  color: #727578;
  font-size: 1.4rem;
  padding-left: 8px;
}
@media only screen and (max-width: 480px) {
  form .u-tel-number__text {
    text-align: left;
    padding-top: 4px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
form .u-btn {
  margin: 0 auto;
}
form .formSSL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form .formSSL::before {
  content: " ";
  display: block;
  overflow: hidden;
  width: 83px;
  height: 0;
  padding-top: 46px;
  background-image: url("../img/form/ssl.png");
  background-size: 83px 46px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83px;
          flex: 0 0 83px;
  max-width: 83px;
  margin-right: 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  form .formSSL::before {
    background-image: url("../img/form/ssl@2x.png");
  }
}

.s-ttl {
  font-size: 1.4rem;
}

.u-required {
  display: inline-block;
}
.u-required::after {
  content: "必須";
  display: inline-block;
  font-size: 1.1rem;
  background-color: #df5050;
  color: #fff;
  width: 35px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  font-weight: normal;
  margin: 0 4px;
}
.u-required__text {
  font-size: 1.4rem;
  font-weight: normal;
  color: red;
  padding: 4px 0 0 8px;
}