@charset "UTF-8";
/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 1;
  color: #000102;
}

img {
  vertical-align: top;
}

/* -----------------------------------------------------------
	Wrapper
----------------------------------------------------------- */
#header_wrap {
  max-width: 1920px;
  height: 580px;
  margin: 0 auto;
  position: relative;
  background: url("../images/bg_fv.jpg") center center no-repeat;
}

#header_wrap h1 {
  position: absolute;
  top: 10px;
  left: 100px;
  width: 100px;
}

#header_wrap h1 img {
  width: 100%;
  height: auto;
}

#header_wrap .content_area {
  width: 1000px;
  margin: 0 auto;
}

#header_wrap .content_area .h_logo {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header_wrap .content_area .h_logo p {
  color: #fff;
  font-size: 20px;
}

#header_wrap .content_area .h_logo p span {
  font-size: 32px;
  color: #D9B13B;
}

#header_wrap .content_area .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 60px 0 20px;
}

#header_wrap .content_area .main p {
  width: 700px;
  font-size: 40px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#header_wrap .content_area .main p span {
  font-size: 44px;
  color: #D9B13B;
}

#header_wrap .content_area .site_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

#header_wrap .content_area .site_name p {
  width: 700px;
  font-size: 30px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#header_wrap .content_area .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header_wrap .content_area .desc p {
  width: 700px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* -----------------------------------------------------------
	Main
----------------------------------------------------------- */
#pr_text {
  font-size: 24px;
  text-align: center;
  padding: 2em 0;
}

#pr_text p {
  line-height: 1.75;
}

#pr_text p span {
  color: #D9B13B;
}

#introduction {
  max-width: 1200px;
  background: url("../images/bg_introduction.jpg") center top no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin: 0 auto;
  color: #fff;
}

#introduction h2 {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

#introduction h2 span {
  font-size: 56px;
  color: #D9B13B;
}

#introduction .summary p {
  font-size: 18px;
  line-height: 1.75;
  padding: 1.5em 0;
  text-align: center;
}

#introduction .summary p span {
  color: #D9B13B;
}

#introduction .bg {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5em;
  background-color: rgba(54, 77, 121, 0.58);
}

#introduction .bg p {
  font-size: 16px;
  line-height: 1.75;
  padding: 1.5em 0;
  text-align: center;
}

#introduction .bg p span {
  color: #D9B13B;
}

#reason {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#reason .tl {
  width: 800px;
  margin: 0 auto 50px;
}

#reason h2 {
  width: 800px;
  display: inline-block;
  position: relative;
  height: 60px;
  /*高さ*/
  line-height: 60px;
  /*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;
  /*文字の左右の余白*/
  font-size: 28px;
  /*文字サイズ*/
  background: #154689;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#reason h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 40px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#reason h3.title {
  width: 900px;
  font-size: 24px;
  position: relative;
  height: 74px;
  margin: 0 100px 10px 0;
  padding: 1em 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #154689;
}

#reason h3.title_reverse {
  width: 900px;
  font-size: 24px;
  position: relative;
  height: 74px;
  margin: 0 0 10px auto;
  padding: 1em 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #154689;
  text-align: center;
}

#reason h3.title:after {
  position: absolute;
  top: 0;
  right: -70px;
  width: 0;
  height: 0;
  content: '';
  border-width: 74px 70px 0 0;
  border-style: solid;
  border-color: #154689 transparent transparent transparent;
}

#reason h3.title_reverse:before {
  position: absolute;
  top: 0;
  left: -70px;
  width: 0;
  height: 0;
  content: '';
  border-width: 74px 0 0 70px;
  border-style: solid;
  border-color: #154689 transparent transparent transparent;
}

#reason .item {
  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;
  margin-bottom: 30px;
}

#reason .item .image {
  width: 40%;
}

#reason .item .image img {
  width: 100%;
  height: auto;
}

#reason .item .text {
  width: 55%;
}

#reason .item .text p {
  font-size: 18px;
  line-height: 1.75;
}

#reason .item_reverse {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}

#reason .item_reverse .image {
  width: 40%;
}

#reason .item_reverse .image img {
  width: 100%;
  height: auto;
}

#reason .item_reverse .text {
  width: 55%;
}

#reason .item_reverse .text p {
  font-size: 18px;
  line-height: 1.75;
}

#feature {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#feature .tl {
  width: 800px;
  margin: 0 auto 50px;
}

#feature h2 {
  width: 800px;
  display: inline-block;
  position: relative;
  height: 60px;
  /*高さ*/
  line-height: 60px;
  /*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;
  /*文字の左右の余白*/
  font-size: 28px;
  /*文字サイズ*/
  background: #F7AB1B;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#feature h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 40px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#feature h3.title {
  width: 900px;
  font-size: 24px;
  position: relative;
  height: 74px;
  margin: 0 100px 20px 0;
  padding: 1em 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #F7AB1B;
}

#feature h3.title_reverse {
  width: 900px;
  font-size: 24px;
  position: relative;
  height: 74px;
  margin: 0 0 10px auto;
  padding: 1em 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #F7AB1B;
  text-align: center;
}

#feature h3.title:after {
  position: absolute;
  top: 0;
  right: -70px;
  width: 0;
  height: 0;
  content: '';
  border-width: 74px 70px 0 0;
  border-style: solid;
  border-color: #F7AB1B transparent transparent transparent;
}

#feature h3.title_reverse:before {
  position: absolute;
  top: 0;
  left: -70px;
  width: 0;
  height: 0;
  content: '';
  border-width: 74px 0 0 70px;
  border-style: solid;
  border-color: #F7AB1B transparent transparent transparent;
}

#feature .item {
  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;
  margin-bottom: 30px;
}

#feature .item .image {
  width: 40%;
}

#feature .item .image img {
  width: 100%;
  height: auto;
}

#feature .item .text {
  width: 55%;
}

#feature .item .text p {
  font-size: 18px;
  line-height: 1.75;
}

#feature .item_reverse {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}

#feature .item_reverse .image {
  width: 40%;
}

#feature .item_reverse .image img {
  width: 100%;
  height: auto;
}

#feature .item_reverse .text {
  width: 55%;
}

#feature .item_reverse .text p {
  font-size: 18px;
  line-height: 1.75;
}

#marketing_service {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#marketing_service .tl {
  width: 900px;
  margin: 0 auto 20px;
}

#marketing_service h2 {
  width: 900px;
  display: inline-block;
  position: relative;
  height: 60px;
  /*高さ*/
  line-height: 60px;
  /*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;
  /*文字の左右の余白*/
  font-size: 28px;
  /*文字サイズ*/
  background: #154689;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#marketing_service h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 40px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#marketing_service .item {
  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;
  margin-bottom: 30px;
}

#marketing_service .item .image {
  width: 50%;
}

#marketing_service .item .image img {
  width: 100%;
  height: auto;
}

#marketing_service .item .text {
  width: 45%;
}

#marketing_service .item .text p {
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}

#marketing_service .item .text p span {
  font-size: 32px;
  color: #D9B13B;
}

#marketing_service .item_reverse {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}

#marketing_service .item_reverse .image {
  width: 50%;
}

#marketing_service .item_reverse .image img {
  width: 100%;
  height: auto;
}

#marketing_service .item_reverse .text {
  width: 45%;
}

#marketing_service .item_reverse .text p {
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}

#marketing_service .item_reverse .text p span {
  font-size: 32px;
  color: #D9B13B;
}

#marketing_service .img_masterpiecestokyo_summary {
  margin: 60px 0;
}

#marketing_service .item_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}

#marketing_service .item_thumbnail .image {
  width: 50%;
}

#marketing_service .item_thumbnail .image img {
  border: 1px solid #333;
}

#marketing_service .item_thumbnail .text {
  width: 46%;
}

#marketing_service .item_thumbnail .text p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 1em;
}

#matterport {
  max-width: 1920px;
  margin: 0 auto 80px;
  background: url("../images/bg_matterport.jpg") center top no-repeat;
  padding: 50px 0;
  background-size: cover;
}

#matterport .content_area {
  max-width: 1200px;
  margin: 0 auto;
}

#matterport .item_first {
  max-width: 1000px;
  margin: 0 auto 60px;
  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;
  color: #fff;
}

#matterport .item_first .image {
  width: 50%;
}

#matterport .item_first .text {
  width: 45%;
  text-align: center;
}

#matterport .item_first .text p {
  line-height: 1.75;
}

#matterport ul {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#matterport ul li {
  width: 30%;
  border: 4px solid #fff;
}

#matterport .summary p {
  line-height: 1.75;
  color: #fff;
}

#point {
  max-width: 1200px;
  margin: 0 auto 80px;
  border: 4px solid #154689;
  border-radius: 10px;
  position: relative;
  padding: 60px 0;
}

#point .main {
  width: 900px;
  margin: 0 auto 30px;
}

#point .main p {
  font-size: 24px;
  line-height: 1.75;
}

#point .main span {
  font-size: 32px;
  font-weight: bold;
}

#point .main .blue {
  color: #154689;
}

#point .main .orange {
  color: #F7AB1B;
}

#point .notice {
  width: 800px;
  margin: 0 auto;
}

#point .notice p {
  line-height: 1.75;
}

#point .notice span {
  font-size: 24px;
  font-weight: bold;
}

#point .notice .orange {
  color: #F7AB1B;
}

#point .arrow_box {
  position: absolute;
  top: -50px;
  left: 100px;
  width: 250px;
  background: #F7AB1B;
  padding: 0.75em 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

#point .arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(247, 171, 27, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #F7AB1B;
  top: 100%;
  left: 50%;
}

#before_after {
  width: 1200px;
  margin: 0 auto 80px;
}

#before_after .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#before_after .row .item {
  width: 48%;
}

#before_after .row h3 {
  font-size: 32px;
  margin: 0 0 0.5em 0;
}

#before_after p {
  font-size: 18px;
  line-height: 1.75;
}

#promotion {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#promotion ul {
  max-width: 1200px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#promotion ul li {
  width: 330px;
  height: 330px;
  border: 3px solid #154689;
  border-radius: 50%;
  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;
  text-align: center;
  position: relative;
}

#promotion ul li .ribbon {
  position: absolute;
  top: -45px;
  left: 115px;
  width: 90px;
  height: 94px;
  background: #D9B13B;
  color: #fff;
  text-align: center;
  padding-top: 16px;
}

#promotion ul li .ribbon:before {
  content: "";
  border-top: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 45px solid #fff;
  border-left: 45px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}

#promotion ul li h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-bottom: 0.5em;
}

#promotion ul li p {
  padding: 0 1em;
  line-height: 1.75;
}

#service_flow {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#service_flow .arrow {
  display: inline-block;
  height: 20px;
  width: 1160px;
  background-color: #F7AB1B;
  position: relative;
  top: 40px;
  margin-bottom: 100px;
}

#service_flow .arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-left: 40px solid #F7AB1B;
  left: 1160px;
  top: -30px;
}

#service_flow ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  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;
}

#service_flow ul li {
  width: 15%;
  height: 150px;
  text-align: center;
  line-height: 1.75;
  background: #154689;
  color: #fff;
  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;
}

#service_flow .notice {
  background: #F7AB1B;
  margin-bottom: 30px;
}

#service_flow .notice p {
  color: #fff;
  font-size: 24px;
  line-height: 1.75;
  padding: 1em;
}

#service_flow .row {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_flow .row .box {
  border: 3px solid #154689;
  padding: 2em 1.5em;
  margin-bottom: 30px;
  border-radius: 10px;
}

#service_flow .row .box h3 {
  margin: 0 0 0.5em;
  padding: 0;
}

#service_flow .row .box p {
  line-height: 1.75;
}

#service_flow .row .left {
  width: 48%;
}

#service_flow .row .right {
  width: 48%;
  padding-top: 60px;
}

#home_staging {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#home_staging .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#home_staging .row .item {
  width: 45%;
}

#home_staging p {
  font-size: 18px;
  line-height: 1.75;
}

#building_thumbnails {
  max-width: 1200px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#building_thumbnails .item {
  width: 30%;
}

#user_voice {
  max-width: 1200px;
  margin: 0 auto 80px;
}

#user_voice .tl {
  width: 800px;
  margin: 0 auto 50px;
}

#user_voice h2 {
  width: 800px;
  display: inline-block;
  position: relative;
  height: 60px;
  /*高さ*/
  line-height: 60px;
  /*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;
  /*文字の左右の余白*/
  font-size: 28px;
  /*文字サイズ*/
  background: #154689;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#user_voice h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 40px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#user_voice .box {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 30px;
}

#user_voice h3 {
  border: 1px solid #ccc;
  background: #154689;
  border-radius: 10px;
  margin: -1px 0 0 0;
  padding: 1em;
  color: #fff;
  text-align: center;
}

#user_voice .row {
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#user_voice .row .image {
  width: 50%;
}

#user_voice .row .text {
  width: 48%;
}

#user_voice .row .text p {
  line-height: 1.75;
  margin-bottom: 1em;
}

#faq {
  max-width: 1920px;
  margin: 0 auto 60px;
  padding: 50px 0 20px;
  background: #154689;
}

#faq .tl {
  width: 800px;
  margin: 0 auto 30px;
}

#faq h2 {
  width: 800px;
  display: inline-block;
  position: relative;
  height: 60px;
  /*高さ*/
  line-height: 60px;
  /*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;
  /*文字の左右の余白*/
  font-size: 28px;
  /*文字サイズ*/
  background: #F7AB1B;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#faq h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 30px 40px 30px 0px;
  border-color: transparent #154689 transparent transparent;
  border-style: solid;
}

#faq ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#faq ul li {
  margin-bottom: 20px;
}

#faq ul li .question {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

#faq ul li .question:after {
  content: "＋";
  font-size: 24px;
  font-weight: bold;
  color: #F7AB1B;
  text-align: right;
  margin-right: 1em;
}

#faq ul li .question.active:after {
  content: "―";
  font-size: 24px;
  font-weight: bold;
  color: #F7AB1B;
  text-align: right;
  margin-right: 1em;
}

#faq ul li .question .number {
  width: 5%;
  background: #F7AB1B;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}

#faq ul li .question .title {
  width: 91%;
  padding: 0 2%;
}

#faq ul li .answer {
  background: #fff;
  padding: 1.5em;
  display: none;
}

#faq ul li .answer p {
  line-height: 1.75;
}

#copyright {
  font-size: 13px;
  text-align: center;
  padding: 2em;
}

/* -----------------------------------------------------------
	Contents
----------------------------------------------------------- */
.contact_form {
  max-width: 1920px;
  background: #154689;
  margin: 0 auto 60px;
  padding: 30px 0;
}

.contact_form .form_area {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}

.contact_form .arrow {
  background: #7E8489;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em 0 1em;
  position: relative;
}

.contact_form .arrow::before {
  border: 15px solid transparent;
  border-left-color: #7E8489;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
}

.contact_form .arrow.active {
  background: #0F94D0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em 0 1em;
  position: relative;
}

.contact_form .arrow.active::before {
  border: 15px solid transparent;
  border-left-color: #0F94D0;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -15px;
  top: 0;
  width: 0;
}

.contact_form .row_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.contact_form .row_01 .item {
  width: 24.5%;
  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;
}

.contact_form .row_01 select {
  width: 190px;
  padding: 5px;
}

.contact_form .row_01 input {
  width: 180px;
  padding: 5px;
}

.contact_form .row_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.contact_form .row_02 .item {
  width: 24.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_form .row_02 .item_02 {
  width: 49.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.contact_form .row_02 .item_02 textarea {
  width: 480px;
  padding: 5px;
}

.contact_form .row_02 select {
  width: 190px;
  padding: 5px;
}

.contact_form .row_02 input {
  width: 180px;
  padding: 5px;
}

.contact_form .arrow_contact {
  text-align: center;
  padding: 20px 0;
}

.contact_form .btn {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.contact_form .btn_submit {
  width: 300px;
  display: inline-block;
  border-radius: 15px;
  /* 角丸       */
  font-size: 16pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 12px 12px;
  /* 余白       */
  background: #F7AB1B;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  -webkit-transition: .3s;
  transition: .3s;
  /* なめらか変化 */
}

/* -----------------------------------------------------------
	Footer
----------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */