@charset "UTF-8";
/*!
Theme Name:   まち工場不動産｜公式サイト
Version:      1.0.0
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

a:hover {
  opacity: 0.7 !important; }

b,
strong {
  font-weight: bold; }

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/ }

img {
  border: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

textarea {
  overflow: auto; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: inherit; }

html {
  overflow: auto;
  font-size: 62.5%; }

body {
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  .font-size-small body {
    font-size: 8px;
    font-size: 0.8rem; }
  .font-size-large body {
    font-size: 12px;
    font-size: 1.2rem; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus, a:active {
    color: none;
    text-decoration: none;
    outline: 0; }

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  margin: 0 0 1.5rem; }

address {
  font-style: normal; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

ul, ol {
  /*  margin: 0 0 1.5em 3em; */
  margin: auto;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li {
  font-weight: bold; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

th, td {
  font-weight: bold; }

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none; }
  .button:hover, .button:active, .button:focus {
    border-color: transparent;
    background: #262626;
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #000;
  color: #666;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #000; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
  width: 80%; }

textarea {
  padding-left: 3px;
  vertical-align: middle; }

#wrapper {
  overflow: auto;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; }
  .font-size-small #wrapper {
    font-size: 12.8px;
    font-size: 1.28rem; }
  .font-size-large #wrapper {
    font-size: 19.2px;
    font-size: 1.92rem; }

.container {
  margin: 0 auto;
  width: 800px;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

img {
  height: auto;
  max-width: 100%; }

br.sp-only {
  display: none; }

br.pc-only {
  display: block; }

.container {
  padding: 3rem 0; }

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

#vi-section .container {
  padding: 0; }

#concept-section {
  margin-bottom: 6rem; }
  #concept-section .container h2 {
    text-align: center; }
  #concept-section .container h3 {
    text-align: center;
    font-size: 2.4rem; }
  #concept-section .container .txt {
    margin-bottom: 6rem; }
  #concept-section .container .youtube {
    margin-bottom: 6rem; }
    #concept-section .container .youtube iframe {
      width: 800px;
      height: 450px; }
  #concept-section .container .concept {
    text-align: center;
    width: 550px;
    margin: 0 auto; }

#magari-section {
  margin-bottom: 5rem; }
  #magari-section .container {
    border: 1px solid #000;
    padding: 5rem 6rem; }
    #magari-section .container h2, #magari-section .container h3 {
      text-align: center; }
    #magari-section .container h2 {
      margin-top: 0;
      margin-bottom: 3rem; }
    #magari-section .container h3 {
      margin-bottom: 3rem; }

#case-section .container h2 {
  text-align: center; }

#case-section .container .cards article {
  width: calc((100% / 3) - 2rem);
  margin-bottom: 1rem;
  margin-right: calc((6rem / 2)); }
  #case-section .container .cards article:nth-of-type(3n) {
    margin-right: 0; }
  #case-section .container .cards article a {
    display: block;
    line-height: 1; }
    #case-section .container .cards article a h3 {
      line-height: 1.3;
      font-size: 1.5rem;
      margin-top: 0.5rem; }

#support-section {
  margin-bottom: 5rem; }
  #support-section .container h2 {
    text-align: center;
    margin-bottom: 4rem; }
  #support-section .container .cards article {
    width: calc((100% / 3) - 1.5rem);
    margin-bottom: 1rem;
    margin-right: calc((4.5rem / 2)); }
    #support-section .container .cards article:nth-of-type(3n) {
      margin-right: 0; }
    #support-section .container .cards article a {
      display: block;
      line-height: 1; }
      #support-section .container .cards article a .pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid #9f9f9f;
        width: 240px;
        height: 150px; }
      #support-section .container .cards article a h3 {
        line-height: 1.3;
        font-size: 1.5rem;
        margin-top: 0.5rem; }

#map-section .container {
  width: 100%;
  padding: 0; }
  #map-section .container iframe {
    width: 100%;
    height: 600px; }

#credit-section .container {
  text-align: center; }
  #credit-section .container address, #credit-section .container .tel {
    font-size: 1.8rem;
    color: #000; }
  #credit-section .container .copy {
    font-size: 1.2rem; }

@media screen and (max-width: 732px) {
  #wrapper {
    position: relative;
    font-size: 1.3rem; }
  .container {
    width: 90%;
    overflow: hidden; }
  br.sp-only {
    display: block; }
  br.pc-only {
    display: none; }
  .container {
    padding: 1.5rem 0; }
  #vi-section .container {
    padding: 0;
    width: 100%; }
  #concept-section {
    margin-bottom: 3rem; }
    #concept-section .container h2 {
      width: 75%;
      margin: 1.5rem auto 0;
      line-height: 1; }
    #concept-section .container h3 {
      margin-top: 0.5rem;
      font-size: 2rem; }
    #concept-section .container .txt {
      margin-bottom: 4rem; }
    #concept-section .container .youtube {
      margin-bottom: 4rem; }
      #concept-section .container .youtube iframe {
        width: 100%;
        height: auto; }
    #concept-section .container .concept {
      width: 100%; }
  #magari-section {
    margin-bottom: 3rem; }
    #magari-section .container {
      padding: 2rem 3rem; }
      #magari-section .container h2 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem; }
      #magari-section .container h3 {
        width: 90%;
        margin: 0 auto 2rem; }
  #case-section .container h2 {
    text-align: center; }
  #case-section .container .cards article {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0; }
    #case-section .container .cards article a h3 {
      line-height: 1.3;
      font-size: 1.5rem;
      margin-top: 0.5rem; }
  #support-section {
    margin-bottom: 3rem; }
    #support-section .container h2 {
      margin-bottom: 2rem;
      line-height: 1.3; }
    #support-section .container .cards article {
      width: 100%;
      margin-bottom: 1rem;
      margin-right: 0; }
      #support-section .container .cards article a .pic {
        width: 100%; }
  #map-section .container iframe {
    height: 350px; }
  #credit-section .container h2 {
    width: 80%;
    margin: 1rem auto; }
  #credit-section .container address, #credit-section .container .tel {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem; }
  #credit-section .container .tel {
    margin-bottom: 2rem; }
    #credit-section .container .tel span {
      font-size: 1.8rem; }
  #credit-section .container .copy {
    font-size: 1.2rem;
    line-height: 1.3; } }
