@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}

@media (max-width: 540px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 540px) {
  .sp {
    display: block;
  }
}

.drawer button {
  display: none;
}

@media (max-width: 540px) {
  .drawer button {
    display: block;
  }
}

.drawer-hamburger-icon {
  display: none;
}

@media (max-width: 540px) {
  .drawer-hamburger-icon {
    display: block;
  }
}

header {
  margin: auto;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header h1 {
  padding: 0;
  margin: 0 10px;
  width: 25%;
}

@media (max-width: 540px) {
  header h1 {
    width: 60%;
    margin: 10px auto 10px auto;
  }
}

header h1 img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 540px) {
  header h1 img {
    margin: auto auto auto -7%;
  }
}

header ul.nav {
  width: 50%;
  padding: 0;
  margin: auto 0 auto auto;
  list-style: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 540px) {
  header ul.nav {
    display: none;
  }
}

header ul.nav li {
  width: 25%;
  text-align: center;
  font-size: 15px;
  display: inline-block;
}

header ul.nav li a {
  width: auto;
  padding: 0 1%;
  line-height: 80px;
  height: 80px;
  display: block;
  color: #486e49;
  text-decoration: none;
  font-weight: bold;
}

header ul.nav li a:hover {
  background-color: #486e49;
  color: #fff;
}

header ul.nav li.form {
  background-color: #e9e8d6;
}

header ul.nav li.form a {
  color: #6a5c4a;
  display: block;
}

header ul.nav li.form a:hover {
  background-color: #6a5c4a;
  color: #fff;
}

.main {
  margin: 80px 0 0 0;
  position: relative;
}

@media (max-width: 540px) {
  .main {
    margin: 60px 0 0 0;
  }
}

.main img {
  width: 100%;
}

.main .logo {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 540px) {
  .main .logo {
    width: 90%;
  }
}

.event {
  width: 80%;
  margin: 100px auto;
  text-align: center;
}

@media (max-width: 540px) {
  .event {
    width: 90%;
    margin: 60px auto;
  }
}

.event h2 {
  font-size: 200%;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #486e49;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (max-width: 540px) {
  .event h2 {
    font-size: 150%;
    margin: 0 0 10px 0;
  }
}

.event p {
  font-size: 200%;
  padding: 0;
  margin: 0 0 20px 0;
}

@media (max-width: 540px) {
  .event p {
    font-size: 100%;
    margin: 0 0 10px 0;
  }
}

.event p span.sat {
  color: #3472e6;
}

.event p span.sun {
  color: #e63434;
}

.event h3 {
  font-size: 120%;
  margin: 0 0 40px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.concept {
  text-align: center;
  width: 90%;
  margin: auto;
}

@media (max-width: 540px) {
  .concept {
    width: 80%;
  }
}

.concept h2 {
  letter-spacing: 0.2em;
  font-size: 240%;
  font-weight: normal;
  margin: 0 0 80px 0;
  color: #486e49;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  position: relative;
}

@media (max-width: 540px) {
  .concept h2 {
    font-size: 150%;
    margin: 0 0 60px 0;
  }
}

.concept h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 70px;
  /*下線の幅*/
  height: 3px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #c7da8d;
  /*下線の色*/
}

@media (max-width: 540px) {
  .concept h2:before {
    bottom: -20px;
  }
}

.concept p {
  letter-spacing: 0.1em;
  font-size: 120%;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 50px;
}

@media (max-width: 540px) {
  .concept p {
    font-size: 90%;
    line-height: 30px;
  }
}

.company {
  margin: 80px auto 160px auto;
  width: 90%;
}

@media (max-width: 540px) {
  .company {
    margin: 40px auto 60px auto;
  }
}

.company ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 540px) {
  .company ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.company ul li {
  margin: 0 20px;
}

@media (max-width: 540px) {
  .company ul li {
    margin: auto auto 20px auto;
    width: 45%;
  }
}

.section {
  text-align: center;
  background-color: #f4f4f4;
  position: relative;
  height: 280px;
  margin: auto auto auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 540px) {
  .section {
    height: 160px;
  }
}

.section .icon {
  position: absolute;
  width: 120px;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 540px) {
  .section .icon {
    width: 80px;
  }
}

.section .nissan {
  width: 300px;
}

@media (max-width: 540px) {
  .section .nissan {
    width: 200px;
  }
}

.section .logo {
  width: 400px;
  margin: 0 auto 20px auto;
}

@media (max-width: 540px) {
  .section .logo {
    width: 200px;
  }
}

.section h2 {
  letter-spacing: 0.2em;
  font-size: 240%;
  font-weight: normal;
  margin: 0 auto 0px auto;
  color: #486e49;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  position: relative;
}

@media (max-width: 540px) {
  .section h2 {
    letter-spacing: 0;
    font-size: 140%;
    margin: 0 auto 5px auto;
    line-height: 24px;
  }
}

.section h3 {
  letter-spacing: 0.1em;
  font-size: 120%;
  padding: 0;
  margin: 0;
  line-height: 50px;
}

@media (max-width: 540px) {
  .section h3 {
    font-size: 80%;
    line-height: 30px;
  }
}

.land-scape {
  margin: auto auto 150px auto;
}

@media (max-width: 540px) {
  .land-scape {
    margin: auto auto 80px auto;
  }
}

.land-scape .contents {
  margin: 60px auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 540px) {
  .land-scape .contents {
    margin: 20px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.land-scape .contents .photo {
  width: 50%;
}

@media (max-width: 540px) {
  .land-scape .contents .photo {
    width: 100%;
  }
}

.land-scape .contents .block {
  width: 50%;
  background-color: #fbfaf0;
  padding: 5%;
  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-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 540px) {
  .land-scape .contents .block {
    width: 100%;
    padding: 10%;
  }
}

.land-scape .contents .block .logo {
  margin: 0px auto 40px auto;
  width: 100%;
}

@media (max-width: 540px) {
  .land-scape .contents .block .logo {
    margin: 0px auto 20px auto;
  }
}

.land-scape .contents .block p {
  margin: 0px auto 20px auto;
  font-size: 90%;
  line-height: 30px;
}

@media (max-width: 540px) {
  .land-scape .contents .block p {
    font-size: 80%;
    line-height: 26px;
  }
}

.land-scape .contents .block .kukaku {
  margin: 0px auto 40px auto;
}

@media (max-width: 540px) {
  .land-scape .contents .block .kukaku {
    margin: 0px auto 20px auto;
  }
}

.land-scape .contents .block .credit {
  font-size: 90%;
}

@media (max-width: 540px) {
  .land-scape .contents .block .credit {
    font-size: 80%;
  }
}

.land-scape .image {
  margin: auto;
}

.design-code {
  text-align: center;
  width: 90%;
  margin: 80px auto 150px auto;
}

@media (max-width: 540px) {
  .design-code {
    margin: auto auto 80px auto;
  }
}

.design-code ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 540px) {
  .design-code ul.list {
    margin: 30px 0 0 0;
  }
}

.design-code ul.list li {
  margin: 0 0 60px 0;
  text-align: left;
}

@media (max-width: 540px) {
  .design-code ul.list li {
    margin: 0 0 30px 0;
  }
}

.design-code ul.list li h2 {
  font-size: 200%;
  color: #486e49;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 0 20px 0;
}

@media (max-width: 540px) {
  .design-code ul.list li h2 {
    font-size: 120%;
    margin: 0 0 10px 0;
  }
}

.design-code ul.list li p {
  margin: 0 0 30px 0;
}

@media (max-width: 540px) {
  .design-code ul.list li p {
    font-size: 85%;
    margin: 0 0 20px 0;
  }
}

.design-code ul.list li .image {
  margin: auto;
}

.design-code ul.list li .point {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 90%;
}

.design-code ul.list li .point .icon {
  background-color: #f3f3f3;
  text-align: center;
  line-height: 30px;
  width: 10%;
  border-radius: 2px;
  margin: 0 20px auto auto;
}

@media (max-width: 540px) {
  .design-code ul.list li .point .icon {
    width: 15%;
    font-size: 80%;
  }
}

.design-code ul.list li .point .text {
  line-height: 30px;
  width: 90%;
}

@media (max-width: 540px) {
  .design-code ul.list li .point .text {
    width: 85%;
    font-size: 80%;
    line-height: 18px;
  }
}

.design-code .subsidy {
  background-image: url(/common/img/design-code-subsidy-bg.png);
  background-repeat: repeat;
  margin: auto;
  border: solid 1px #f2edcf;
  border-radius: 4px;
  padding: 40px;
}

@media (max-width: 540px) {
  .design-code .subsidy {
    padding: 20px;
  }
}

.design-code .subsidy h2 {
  font-size: 200%;
  color: #a1964f;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 0 20px 0;
}

@media (max-width: 540px) {
  .design-code .subsidy h2 {
    font-size: 120%;
  }
}

.design-code .subsidy p {
  margin: auto;
}

@media (max-width: 540px) {
  .design-code .subsidy p {
    font-size: 85%;
    text-align: left;
  }
}

@media (max-width: 540px) {
  .disaster-mitigation {
    margin: 0 auto 100px auto;
  }
}

.disaster-mitigation .contents {
  background-color: #fbfaf0;
  overflow: hidden;
}

.disaster-mitigation ul {
  padding: 0;
  margin: 100px auto 50px auto;
  list-style: none;
  width: 90%;
}

@media (max-width: 540px) {
  .disaster-mitigation ul {
    margin: 60px auto 0px auto;
  }
}

.disaster-mitigation ul li {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  margin: auto auto 100px auto;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    margin: auto auto 50px auto;
  }
}

.disaster-mitigation ul li:last-child {
  margin: auto auto 0px auto;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li:last-child {
    margin: auto auto 20px auto;
  }
}

.disaster-mitigation ul li .block {
  width: 55%;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li .block {
    width: 100%;
  }
}

.disaster-mitigation ul li .block h2 {
  font-size: 160%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: auto auto 20px auto;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li .block h2 {
    font-size: 120%;
    margin: auto auto 10px auto;
  }
}

.disaster-mitigation ul li .block p {
  line-height: 30px;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li .block p {
    font-size: 85%;
    line-height: 20px;
    margin: auto auto 20px auto;
  }
}

.disaster-mitigation ul li .image {
  width: 40%;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li .image {
    width: 100%;
  }
}

.disaster-mitigation ul li .ttl {
  position: absolute;
  top: -40px;
  right: 0;
}

@media (max-width: 540px) {
  .disaster-mitigation ul li .ttl {
    width: 70%;
    top: -30px;
  }
}

.disaster-mitigation .lifeline {
  width: 90%;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 540px) {
  .disaster-mitigation .lifeline {
    width: 80%;
    margin: 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.disaster-mitigation .lifeline .block {
  width: 47%;
}

@media (max-width: 540px) {
  .disaster-mitigation .lifeline .block {
    width: 100%;
  }
}

.disaster-mitigation .lifeline .block h2 {
  font-size: 160%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: auto auto 30px auto;
}

@media (max-width: 540px) {
  .disaster-mitigation .lifeline .block h2 {
    font-size: 120%;
    margin: auto auto 20px auto;
  }
}

.disaster-mitigation .lifeline .block p {
  line-height: 36px;
}

@media (max-width: 540px) {
  .disaster-mitigation .lifeline .block p {
    font-size: 85%;
    line-height: 24px;
  }
}

.disaster-mitigation .lifeline .image {
  width: 47%;
}

@media (max-width: 540px) {
  .disaster-mitigation .lifeline .image {
    width: 100%;
  }
}

.comfort-system {
  width: 80%;
  margin: auto;
}

@media (max-width: 540px) {
  .comfort-system {
    width: 85%;
  }
}

.comfort-system ul.system {
  padding: 0;
  margin: 80px auto 20px auto;
  list-style: none;
  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;
}

@media (max-width: 540px) {
  .comfort-system ul.system {
    margin: 20px auto 0px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comfort-system ul.system li {
  width: 46%;
  margin: 0 0 40px 0;
}

@media (max-width: 540px) {
  .comfort-system ul.system li {
    width: 100%;
  }
}

.comfort-system ul.system li .image {
  text-align: center;
  margin: auto auto 30px auto;
}

@media (max-width: 540px) {
  .comfort-system ul.system li .image {
    margin: 0 auto 15px 0;
  }
}

.comfort-system ul.system li .image img {
  width: 100%;
}

.comfort-system ul.system li p {
  font-size: 90%;
  list-style: 30px;
}

@media (max-width: 540px) {
  .comfort-system ul.system li p {
    width: 100%;
    font-size: 80%;
    list-style: 20px;
  }
}

.comfort-system .townsecurity {
  background-color: #f6faf1;
  margin: 0 auto 120px 0;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity {
    margin: 0 auto 80px 0;
  }
}

.comfort-system .townsecurity h2 {
  background-color: #cde18f;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 120%;
  padding: 0 20px;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity h2 {
    height: 40px;
    line-height: 40px;
    font-size: 90%;
    padding: 0 10px;
  }
}

.comfort-system .townsecurity h2 span {
  color: #000;
  font-size: 80%;
  margin: 0 20px;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity h2 span {
    font-size: 70%;
    margin: 0 5px;
  }
}

.comfort-system .townsecurity ul.security {
  padding: 30px;
  margin: 0px auto;
  list-style: none;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security {
    padding: 15px;
  }
}

.comfort-system .townsecurity ul.security li {
  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;
  margin: 0 0 30px 0;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comfort-system .townsecurity ul.security li:last-child {
  margin: 0 0 0px 0;
}

.comfort-system .townsecurity ul.security li .image {
  margin: 0;
  width: 40%;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security li .image {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}

.comfort-system .townsecurity ul.security li .block {
  width: 55%;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security li .block {
    width: 100%;
  }
}

.comfort-system .townsecurity ul.security li .block h3 {
  font-size: 160%;
  font-weight: normal;
  margin: 0 auto 0px auto;
  color: #486e49;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security li .block h3 {
    font-size: 120%;
  }
}

.comfort-system .townsecurity ul.security li .block h4 {
  font-size: 100%;
  color: #cde18f;
  margin: 0 auto 20px auto;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security li .block h4 {
    margin: 0 auto 10px auto;
  }
}

.comfort-system .townsecurity ul.security li .block p {
  font-size: 90%;
  list-style: 36px;
}

@media (max-width: 540px) {
  .comfort-system .townsecurity ul.security li .block p {
    font-size: 80%;
    list-style: 26px;
  }
}

.technology .image {
  margin: 0;
}

.technology ul {
  width: 90%;
  padding: 0;
  margin: 60px auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 540px) {
  .technology ul {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 60px auto 0px auto;
  }
}

.technology ul li {
  width: 30%;
}

@media (max-width: 540px) {
  .technology ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

@media (max-width: 540px) {
  .technology ul li .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.technology ul li .block .number {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  color: #008cac;
  font-size: 400%;
  font-weight: bold;
  line-height: 20px;
}

@media (max-width: 540px) {
  .technology ul li .block .number {
    font-size: 300%;
  }
}

.technology ul li .block .number span {
  font-size: 20%;
  font-weight: normal;
}

@media (max-width: 540px) {
  .technology ul li .block .number span {
    font-size: 15%;
  }
}

.technology ul li .block h2 {
  text-align: center;
  font-size: 200%;
  margin: 0 0 20px 0;
}

@media (max-width: 540px) {
  .technology ul li .block h2 {
    font-size: 150%;
    margin: 0 0 20px 20px;
  }
}

.technology ul li p {
  font-size: 90%;
  line-height: 24px;
}

@media (max-width: 540px) {
  .technology ul li p {
    font-size: 85%;
    line-height: 20px;
  }
}

.leaf {
  text-align: center;
  margin: 60px auto 140px auto;
  width: 90%;
}

@media (max-width: 540px) {
  .leaf {
    margin: 40px auto 80px auto;
  }
}

.leaf h2 {
  font-size: 180%;
  font-weight: normal;
  margin: 0 auto 20px auto;
  color: #486e49;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (max-width: 540px) {
  .leaf h2 {
    font-size: 110%;
    text-align: left;
    margin: 0 auto 10px auto;
  }
}

.leaf p {
  line-height: 30px;
  margin: 0 auto 40px auto;
}

@media (max-width: 540px) {
  .leaf p {
    font-size: 85%;
    line-height: 20px;
    margin: 0 auto 30px auto;
    text-align: left;
  }
}

.sdgs {
  width: 60%;
  margin: 60px auto;
}

@media (max-width: 540px) {
  .sdgs {
    width: 80%;
    margin: 40px auto;
  }
}

.sdgs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  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;
}

.sdgs ul li {
  width: 47%;
  margin: 0 auto 20px auto;
}

@media (max-width: 540px) {
  .sdgs ul li {
    margin: 0 auto 10px auto;
  }
}

.sdgs p {
  text-align: center;
  font-size: 100%;
  padding: 0;
  margin: 20px 0 40px 0;
  line-height: 30px;
}

@media (max-width: 540px) {
  .sdgs p {
    font-size: 80%;
    line-height: 24px;
  }
}

.kukaku {
  width: 70%;
  margin: 40px auto;
}

@media (max-width: 540px) {
  .kukaku {
    width: 90%;
    margin: 40px auto 20px auto;
  }
}

.kukaku .image {
  position: relative;
}

.kukaku .image .icon {
  width: 120px;
  position: absolute;
  top: -20px;
  right: -80px;
}

@media (max-width: 540px) {
  .kukaku .image .icon {
    width: 70px;
    top: -80px;
    right: -10px;
  }
}

ul.kukakulist {
  width: 90%;
  padding: 0;
  margin: 60px auto;
  list-style: none;
  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;
}

@media (max-width: 540px) {
  ul.kukakulist {
    margin: 0px auto 30px auto;
  }
}

ul.kukakulist li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 95%;
  border-bottom: solid 1px #d4d4d4;
}

@media (max-width: 540px) {
  ul.kukakulist li {
    width: 100%;
    font-size: 85%;
  }
}

@media (max-width: 540px) {
  ul.kukakulist li.second {
    display: none;
  }
}

ul.kukakulist li .h-number {
  width: 10%;
  background-color: #3b3b3b;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

ul.kukakulist li .number {
  width: 10%;
  text-align: center;
  padding: 5px 0;
}

ul.kukakulist li .h-area,
ul.kukakulist li .h-tsubo,
ul.kukakulist li .h-tanka,
ul.kukakulist li .h-land {
  width: 22.5%;
  background-color: #3b3b3b;
  color: #fff;
  text-align: left;
  padding: 5px 0;
}

ul.kukakulist li .area,
ul.kukakulist li .tsubo,
ul.kukakulist li .tanka,
ul.kukakulist li .land {
  width: 22.5%;
  text-align: left;
  padding: 5px 0;
}

ul.kukakulist li .join {
  width: 45%;
  text-align: left;
  padding: 5px 0;
}

.model {
  width: 80%;
  margin: auto;
}

@media (max-width: 540px) {
  .model {
    width: 90%;
  }
}

.model ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.model ul li {
  margin: auto auto 60px auto;
}

@media (max-width: 540px) {
  .model ul li {
    margin: auto auto 40px auto;
  }
}

.model ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto auto 20px auto;
}

@media (max-width: 540px) {
  .model ul li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model ul li .flex .title {
  width: 35%;
}

@media (max-width: 540px) {
  .model ul li .flex .title {
    width: 100%;
  }
}

.model ul li .flex .plan {
  width: 62%;
}

@media (max-width: 540px) {
  .model ul li .flex .plan {
    width: 100%;
  }
}

.model ul li .exterior {
  width: 100%;
}

footer {
  text-align: center;
  font-size: 90%;
  height: 80px;
  line-height: 80px;
}

#form {
  width: 80%;
  margin: auto;
  padding: 0 0 40px 0;
  background-color: #ebebeb;
}

@media (max-width: 540px) {
  #form {
    width: 90%;
  }
}

#form h2 {
  background-color: #333;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: 0 0 40px 0;
}

@media (max-width: 540px) {
  #form h2 {
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
}

#form p {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
}

@media (max-width: 540px) {
  #form p {
    font-size: 90%;
    margin: 0 0 10px 0;
  }
}

#form table {
  width: 80%;
  margin: auto auto 30px auto;
}

@media (max-width: 540px) {
  #form table {
    width: 90%;
  }
}

#form table tr th {
  width: 30%;
  padding: 5px;
  text-align: right;
}

@media (max-width: 540px) {
  #form table tr th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 5px 0 5px;
  }
}

#form table tr th span {
  background-color: #ff335e;
  color: #fff;
  font-size: 60%;
  font-weight: normal;
  padding: 3px 4px;
  float: right;
  border-radius: 2px;
  margin: auto 10px;
}

@media (max-width: 896px) {
  #form table tr th span {
    float: none;
  }
}

#form table tr td {
  padding: 5px;
}

@media (max-width: 540px) {
  #form table tr td {
    width: auto;
    display: block;
    padding: 5px 5px 5px 5px;
  }
}

#form .name {
  width: 50%;
}

@media (max-width: 540px) {
  #form .name {
    width: 100%;
  }
}

#form .yubin {
  width: 30%;
}

@media (max-width: 540px) {
  #form .yubin {
    width: 50%;
  }
}

#form .day {
  width: 30%;
  float: left;
  margin: 0 20px 0 0;
}

@media (max-width: 540px) {
  #form .day {
    width: 100%;
  }
}

#form input[type="text"] {
  width: 100%;
  padding: 10px 5px;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  font-size: 14px;
}

#form input[type="text"]::-webkit-input-placeholder {
  color: #cbcbcb;
}

#form input[type="text"]:-ms-input-placeholder {
  color: #cbcbcb;
}

#form input[type="text"]::-ms-input-placeholder {
  color: #cbcbcb;
}

#form input[type="text"]::placeholder {
  color: #cbcbcb;
}

@media (max-width: 540px) {
  #form input[type="text"] {
    width: 95%;
    font-size: 16px;
    -webkit-appearance: none;
    margin: auto auto auto auto;
  }
}

#form input[type="email"] {
  width: 100%;
  padding: 10px 5px;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  font-size: 14px;
}

#form input[type="email"]::-webkit-input-placeholder {
  color: #cbcbcb;
}

#form input[type="email"]:-ms-input-placeholder {
  color: #cbcbcb;
}

#form input[type="email"]::-ms-input-placeholder {
  color: #cbcbcb;
}

#form input[type="email"]::placeholder {
  color: #cbcbcb;
}

@media (max-width: 540px) {
  #form input[type="email"] {
    width: 95%;
    font-size: 16px;
    -webkit-appearance: none;
  }
}

#form input[type="tel"] {
  width: 50%;
  padding: 10px 5px;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  font-size: 14px;
}

#form input[type="tel"]::-webkit-input-placeholder {
  color: #cbcbcb;
}

#form input[type="tel"]:-ms-input-placeholder {
  color: #cbcbcb;
}

#form input[type="tel"]::-ms-input-placeholder {
  color: #cbcbcb;
}

#form input[type="tel"]::placeholder {
  color: #cbcbcb;
}

@media (max-width: 540px) {
  #form input[type="tel"] {
    width: 95%;
    font-size: 16px;
    -webkit-appearance: none;
  }
}

#form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: auto;
  padding: 10px 2em 10px 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 540px) {
  #form select {
    padding: 8px 20px 8px 8px;
  }
}

#form .selectbox {
  margin: 5px 5px 5px auto;
  position: relative;
  display: inline-block;
}

@media (max-width: 540px) {
  #form .selectbox {
    margin: 5px auto 5px auto;
  }
}

#form .selectbox::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 40%;
  border-bottom: #c3c3c3 2px solid;
  border-right: #c3c3c3 2px solid;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

#form iframe {
  width: 100%;
  border: none;
  margin: 40px 0;
  padding: 20px 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}

@media (max-width: 540px) {
  #form iframe {
    margin: 20px 0;
  }
}

#form ul.btn-contents {
  padding: 0;
  margin: 0;
  list-style: none;
}

#form ul.btn-contents li.confirm {
  margin: auto;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #212121;
  text-align: center;
}

@media (max-width: 540px) {
  #form ul.btn-contents li.confirm {
    width: 100%;
  }
}

#form ul.btn-contents li.confirm a {
  text-decoration: none;
  color: #fff;
  display: block;
}

#form ul.btn-contents li.confirm a:hover {
  background-color: #4d4d4d;
}

#form .btn-contents-center {
  text-align: center;
}

#form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#form .btn {
  width: 240px;
  border: none;
  background-color: #212121;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  height: 60px;
  margin: auto auto auto auto;
  line-height: 60px;
  -webkit-box-shadow: 3px 3px 15px -10px #000000;
          box-shadow: 3px 3px 15px -10px #000000;
}

#form .contact-btn-back {
  border: none;
  background: none;
  font-size: 100%;
  color: #868686;
  text-decoration: underline;
  cursor: pointer;
  margin: 20px auto auto auto;
}

#form .thanks {
  text-align: center;
  margin: 40px 0 40px 0;
  padding: 0;
}

@media (max-width: 540px) {
  #form .thanks {
    font-size: 100%;
    margin: 40px 0;
  }
}
/*# sourceMappingURL=style.css.map */