@charset "UTF-8";
/*==========================================
  Config
  ==========================================*/
/*==========================================
  Common
  ==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
}

a.tel {
  pointer-events: none;
  cursor: default;
}

/* main
==================================*/
#AllBox {
  position: relative;
}

#Content {
  width: calc(100% - 266px);
  margin: 0 0 0 auto;
}

@media (max-width: 1130px) {
  #Content {
    width: 100%;
    margin: 0;
  }
}

main {
  display: block;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 265px;
  height: 100%;
  border-right: 1px solid #fff;
}

header h1 {
  margin: 30px 0 0 30px;
}

header h1 img {
  width: 170px;
  height: 60px;
}

header nav {
  position: absolute;
  top: 38%;
  left: 20px;
}

header nav ul li {
  margin: 0 0 22px;
}

header nav ul li a {
  position: relative;
  padding: 0 0 0 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header nav ul li a:hover {
  color: #6a6b6b;
}

header nav ul li a::before, header nav ul li a.here::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/common/arrow_gr.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li a::before {
  background: none;
}

header nav ul li a:hover::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  background: url(../images/common/arrow_gr.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
}

header nav ul li.first p {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li.first p:hover {
  color: #6a6b6b;
}

header nav ul li.first p span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-image: linear-gradient(45deg, #e5e5e5 25%, transparent 25%, transparent 75%, #e5e5e5 75%, #e5e5e5), linear-gradient(45deg, #e5e5e5 25%, transparent 25%, transparent 75%, #e5e5e5 75%, #e5e5e5);
  background-position: 0 0, 1px 1px;
  background-size: 2px 2px;
  width: 15px;
  height: 15px;
}

header nav ul li.first p span::before, header nav ul li.first p span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  background: #000;
  width: 9px;
  height: 1px;
}

header nav ul li.first p span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li.first p span.show::after {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header nav ul.second {
  display: none;
  margin: 22px 0 0 1em;
}

header nav ul.second li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1130px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 90px;
    border-right: none;
  }
  header .sp {
    display: block !important;
  }
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  header h1 {
    position: relative;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding: 14px 30px 0;
  }
  header .menu_wrap {
    margin: 0 0 0 auto;
  }
  header .menu_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .menu_wrap a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    background: #abcd03;
    width: 90px;
    height: 90px;
    padding: 24px 0 0;
    border: 1px solid #abcd03;
    font-family: 'Cardo', serif;
    font-weight: 400;
    text-align: center;
  }
  header .menu_wrap a:hover {
    color: #abcd03;
    background: #fff;
  }
  header .menu_wrap a::before {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .menu_wrap a:hover::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 27px;
    background: url(../images/common/icon_mail_gr.svg) no-repeat;
    background-size: contain;
    width: 36px;
    height: 25px;
  }
  header .menu_wrap a img {
    width: 36px;
    height: 25px;
    padding: 0 0 10px;
  }
  header .menu_wrap .menu {
    position: relative;
    z-index: 999;
    width: 90px;
    height: 90px;
    font-family: 'Cardo', serif;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
  }
  header .menu_wrap .menu span {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    display: inline-block;
    background: #000;
    width: 32px;
    height: 3px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .menu_wrap .menu span.line-t.show {
    top: 35px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .menu_wrap .menu span.line-m {
    top: 35px;
  }
  header .menu_wrap .menu span.line-m.show {
    opacity: 0;
  }
  header .menu_wrap .menu span.line-b {
    top: 46px;
  }
  header .menu_wrap .menu span.line-b.show {
    top: 35px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .menu_wrap .menu:hover .line-t {
    top: 27px;
  }
  header .menu_wrap .menu:hover .line-b {
    top: 43px;
  }
  header .menu_wrap .menu p {
    margin: 59px 0 0;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background: #fff;
    overflow-y: auto;
  }
  header nav ul {
    width: 800px;
    margin: 180px auto 50px;
    border-top: 1px solid #e1e1e1;
  }
  header nav ul li {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  header nav ul li a {
    display: block;
    padding: 20px 30px;
    font-size: 20px;
  }
  header nav ul li a:hover::before, header nav ul li a::before, header nav ul li a.here::before {
    content: none;
  }
  header nav ul li a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 30px;
    background: url(../images/common/arrow_bk.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 16px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header nav ul li a:hover {
    color: #abcd03;
  }
  header nav ul li a:hover::after {
    right: 22px;
  }
  header nav ul li.first p {
    display: block;
    padding: 20px 30px;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header nav ul li.first p:hover {
    color: #abcd03;
  }
  header nav ul li.first p span {
    position: absolute;
    top: 20px;
    right: 26px;
    display: inline-block;
    background: none;
    width: 18px;
    height: 18px;
  }
  header nav ul li.first p span::before, header nav ul li.first p span::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: #000;
    width: 18px;
    height: 2px;
  }
  header nav ul.second {
    background: #f9f9f9;
    margin: 0;
  }
  header nav ul.second li:last-child {
    border-bottom: none;
  }
  header nav ul.second li a {
    padding-left: 50px;
  }
  header nav .contact {
    margin: 0 0 100px;
    text-align: center;
  }
  header nav .contact .inner {
    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;
  }
  header nav .contact p {
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-size: 22px;
  }
  header nav .contact p a {
    display: inline-block;
    font-size: 34px;
    padding: 0 0 3px;
  }
  header nav .contact p a img {
    width: 20px;
    height: 23px;
    padding-right: 5px;
    vertical-align: baseline;
  }
  header nav .contact a.btn {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    background: #abcd03;
    width: 280px;
    height: 42px;
    margin: 0 0 0 50px;
    padding: 13px 0 13px 28px;
    border: 1px solid #abcd03;
    font-size: 16px;
    text-align: center;
  }
  header nav .contact a.btn:hover {
    color: #abcd03;
    background: #fff;
  }
  header nav .contact a.btn::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 38px;
    background-image: url(../images/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 14px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header nav .contact a.btn:hover::before {
    background-image: url(../images/common/icon_mail_gr.svg);
  }
}

/* footer
==================================*/
footer {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 266px);
  background: #000;
  padding: 40px 50px 40px;
}

@media (max-width: 1130px) {
  footer {
    width: 100%;
  }
}

footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .info a img {
  width: 240px;
  height: 32px;
}

footer .info small {
  display: block;
  color: #919191;
  margin: 16px 0 0;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 11px;
}

footer .contact h3 {
  position: relative;
  color: #fff;
  margin: 0 0 14px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}

footer .contact h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #303030;
  width: calc(100% - 115px);
  height: 1px;
}

footer .contact .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contact .wrap p {
  color: #fff;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
}

footer .contact .wrap p a {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  padding: 0 0 3px;
}

footer .contact .wrap p a img {
  width: 16px;
  height: 19px;
  padding-right: 5px;
  vertical-align: baseline;
}

footer .contact .wrap a.btn {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #abcd03;
  width: 220px;
  height: 42px;
  margin: 0 0 0 30px;
  padding: 13px 0 0 29px;
  border: 1px solid #abcd03;
  font-size: 15px;
  text-align: center;
}

footer .contact .wrap a.btn:hover {
  color: #abcd03;
  background: #fff;
}

footer .contact .wrap a.btn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 16px;
  background-image: url(../images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .contact .wrap a.btn:hover::before {
  background-image: url(../images/common/icon_mail_gr.svg);
}

/* Under
==================================*/
#Under header {
  background: #fff;
}

#Under .under_title {
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}

#Under .under_title .span span {
  font-size: 20px;
}

#Under .under_title .floor_under {
  margin: 0;
}

#Under .under_title img {
  width: 100%;
}

#Under .under_title .ut01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Under .under_title .ut01 .ut_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(112, 123, 130, 0.3)), color-stop(55%, rgba(112, 123, 130, 0.3)), to(rgba(112, 123, 130, 0)));
  background: linear-gradient(90deg, rgba(112, 123, 130, 0.3) 0%, rgba(112, 123, 130, 0.3) 55%, rgba(112, 123, 130, 0) 100%);
  width: 525px;
  padding: 95px 0 95px 50px;
}

#Under .under_title .ut01 .ut_wrap h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media (max-width: 1130px) {
  #Under .under_title {
    margin-top: 90px;
  }
}

#Under main {
  padding: 0 50px 161px;
}

#Under main #Pan {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  clear: both;
  overflow: hidden;
}

#Under main #Pan li {
  float: left;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 9px;
  margin-right: 6px;
  background: url(/se/images/common/arrow_bk.svg) no-repeat right center;
  background-size: 4px 6px;
}

#Under main #Pan li a:hover {
  text-decoration: underline;
}

#Under main #Pan li:last-child {
  padding-right: 9px;
  margin-right: 6px;
  background: none;
}

#Under main .section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pan_floor {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  clear: both;
  overflow: hidden;
}

.pan_floor li {
  float: left;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 9px;
  margin-right: 6px;
  background: url(/se/images/case/raised_floor/white_arrow.png) no-repeat right center;
  background-size: 4px 6px;
}

.pan_floor li a:hover {
  text-decoration: underline;
}

.pan_floor li:last-child {
  padding-right: 9px;
  margin-right: 6px;
  background: none;
}

.section #base h3 {
  font-size: 34px;
  padding-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.section .project h3 {
  font-family: Montserrat;
  position: relative;
  font-size: 44px;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-bottom: 40px;
}

.section .project .project_text {
  position: relative;
}

.section .project span {
  padding-left: 22px;
  display: inline-block;
  line-height: 22px;
}

.section .project p.name {
  font-family: Montserrat;
  font-weight: 500;
}

.section .project p.design {
  font-family: Montserrat;
  float: left;
  padding: 0 22px 20px 0;
  margin-top: -2px;
}

.section .project .border {
  border-right: 1px solid;
  opacity: 0.4;
  height: 38px;
  position: absolute;
  left: 85px;
  top: 3px;
}

.section p {
  line-height: 26px;
}

.section p.design {
  font-family: Montserrat;
  float: left;
  padding: 0 22px 20px 0;
  font-weight: 500;
}

.section .border {
  border-right: 1px solid #fff;
  opacity: 0.4;
  height: 38px;
  position: absolute;
  left: 85px;
}

.top_img img {
  width: 100%;
}

.main_text {
  clear: both;
  padding: 78px 0 40px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

.text-left {
  margin-top: 80px;
  margin: 80px 52px 0 0;
}

.text_right {
  margin: 80px 0 0 52px;
}

.gallery h3 {
  font-family: Cardo;
  letter-spacing: 0.05em;
  font-size: 34px;
  font-weight: normal;
  padding-bottom: 40px;
  letter-spacing: 0.04em;
}

.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.gallery img {
  max-width: 100%;
}

.gallery li {
  background-color: #000;
  width: calc(100%/3 - 3px);
  background-image: url(../images/common/plus.svg);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: center;
}

.gallery a {
  display: block;
}

.gallery a:hover {
  opacity: .5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========================================
  Layout
  ==========================================*/
/* Top
==================================*/
#Current_nav {
  position: fixed;
  top: 50%;
  right: 34px;
  z-index: 888;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Current_nav span {
  display: block;
  background: #fff;
  margin-bottom: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
}

#Current_nav span:last-of-type {
  margin-bottom: 0;
}

#Current_nav span.current {
  position: relative;
  background: #abcd03;
}

#Current_nav span.current::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  width: 10px;
  height: 10px;
  border: 2px solid #abcd03;
  border-radius: 50%;
}

#top_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/top/main.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#top_main h2 {
  margin: 0 0 0 316px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1em;
}

#top_main h2 strong {
  display: inline-block;
  margin: 24px 0 0;
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 1130px) {
  #top_main h2 {
    margin: 0 0 0 50px;
  }
}

#top_main b {
  position: absolute;
  right: 5px;
  bottom: 64px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#top_main span {
  position: absolute;
  right: 37px;
  bottom: 0;
  display: inline-block;
  background: #abcd03;
  width: 1px;
  height: 30px;
}

#Top main .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top main .section .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
  width: 525px;
  padding: 30px 0 57px 50px;
}

#Top main .section h3 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 34px;
}

#Top main .section h3 span {
  display: inline-block;
  margin: 0 0 12px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 20px;
}

#Top main .section a {
  display: block;
  color: #fff;
  width: 180px;
  margin: 30px 0 0;
  padding: 6px 0;
  border: 1px solid #fff;
  font-family: 'Cardo', serif;
  font-weight: 400;
  text-align: center;
}

#Top main .section a:hover {
  color: #000;
  background: #fff;
}

#Top main #sec01 {
  background: url(../images/top/ph01.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#Top main #sec02 {
  background: url(../images/top/top_in_out.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

#Top main #sec02 .box {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
}

#Top main #sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100vh - 171px);
  padding: 0 0 150px;
}

#Top main #sec03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 150px;
  z-index: -1;
  background: url(../images/top/ph03.jpg) no-repeat center;
  background-size: cover;
}

#Top main #sec03 .box {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(156, 118, 96, 0.3)), color-stop(55%, rgba(156, 118, 96, 0.3)), to(rgba(156, 118, 96, 0)));
  background: linear-gradient(90deg, rgba(156, 118, 96, 0.3) 0%, rgba(156, 118, 96, 0.3) 55%, rgba(156, 118, 96, 0) 100%);
}

/* Plan
==================================*/
#Plan .section img {
  width: 100%;
}

#Plan .section .house {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

#Plan .section .house .h_discription {
  display: table-cell;
  vertical-align: top;
  padding-right: 45px;
}

#Plan .section .house .h_discription p {
  line-height: 26px;
}

#Plan .section .house .h_discription .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#Plan .section .house .h_discription .title .pl {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
}

#Plan .section .house .h_discription .title .pl span {
  display: block;
  font-size: 30px;
}

#Plan .section .house .h_discription .title h3 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.08em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: calc(100% - 90px);
}

#Plan .section .house .h_discription .title h3 span {
  font-size: 24px;
  display: block;
  letter-spacing: 0;
}

#Plan .section .house .h_discription .tsubo {
  margin-top: 23px;
}

#Plan .section .house .h_discription .tsubo dl {
  display: table;
  width: 100%;
  border-bottom: #FFFFFF 2px solid;
}

#Plan .section .house .h_discription .tsubo dl dt {
  background: #f3f3f3;
  width: 105px;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0 12px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Plan .section .house .h_discription .tsubo dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0 12px 20px;
}

#Plan .section .house .photo {
  display: table-cell;
  vertical-align: top;
  width: 55%;
  max-width: 550px;
}

#Plan .section .floor {
  display: table;
  margin: 0 -20px 100px;
  border-collapse: separate;
  border-spacing: 20px 0;
}

#Plan .section .floor p {
  display: table-cell;
  vertical-align: top;
}

/* Growth
==================================*/
#Under .under_title .tl_growth .ut_wrap {
  background: #0f74e3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 116, 227, 0.4)), color-stop(55%, rgba(15, 116, 227, 0.4)), to(rgba(15, 116, 227, 0)));
  background: linear-gradient(90deg, rgba(15, 116, 227, 0.4) 0%, rgba(15, 116, 227, 0.4) 55%, rgba(15, 116, 227, 0) 100%);
  width: 600px;
}

#Under main#Growth .section {
  margin: 0 auto 100px;
}

#Growth .section h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 40px;
}

#Growth .section p {
  line-height: 26px;
}

#Growth .section img {
  width: 100%;
}

#Growth .section .growth_tbl1 {
  width: 100%;
  display: table;
  margin-bottom: 61px;
}

#Growth .section .growth_tbl1 p {
  display: table-cell;
  vertical-align: middle;
}

#Growth .section .growth_tbl1 p.ph {
  width: 236px;
  padding-left: 7.2%;
}

#Growth .section .growth_tbls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Growth .section .growth_tbls .tbl {
  width: 49%;
  border: #f3f3f3 8px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  display: table;
  min-height: 197px;
}

#Growth .section .growth_tbls .tbl dl {
  display: table-cell;
  vertical-align: middle;
}

#Growth .section .growth_tbls .tbl dl dt {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 14px;
}

#Growth .section .growth_tbls .tbl dl dd {
  line-height: 26px;
}

#Growth .section .growth_tbls .tbl p {
  display: table-cell;
  vertical-align: middle;
  width: 157px;
  padding-left: 5.3%;
}

#Growth .section .growth_tbls .tbl:last-child {
  margin-left: 2%;
}

#Growth .section .growth_tbls .tbl:last-child p {
  width: 187px;
}

#Growth .section .house {
  display: table;
  width: 100%;
  padding: 40px 0;
  border-bottom: #e2e2e2 1px solid;
}

#Growth .section .house .h_discription {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

#Growth .section .house .h_discription .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#Growth .section .house .h_discription .title .pl {
  color: #FFFFFF;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  font-size: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

#Growth .section .house .h_discription .title .pl span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}

#Growth .section .house .h_discription .title h4 {
  font-size: 30px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: calc(100% - 90px);
}

#Growth .section .house .h_discription .title h4 span {
  font-size: 24px;
  display: block;
  letter-spacing: 0;
}

#Growth .section .house .photo {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 9.5%;
}

#Growth .section #Now {
  padding-top: 0;
}

#Growth .section #Now .h_discription .title .pl {
  background: #73d2f5;
  padding-top: 19px;
  letter-spacing: 0;
}

#Growth .section #After15 .h_discription .title .pl {
  background: #7ad37a;
}

#Growth .section #After30 .h_discription .title .pl {
  background: #ff6699;
}

/* About
==================================*/
main#About section.what_is {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

main#About section.what_is img {
  padding: 40px 0 80px;
  width: 100%;
}

main#About h3.heading {
  font-size: 34px;
  padding-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 39px;
}

main#About p {
  line-height: 26px;
}

main#About .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

main#About .box03 {
  padding-bottom: 100px;
}

main#About section.material {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

main#About .text_right {
  margin: 0 0 0 52px;
}

main#About .img img {
  width: 350px;
  height: 250px;
}

main#About .text_left01 {
  margin: 0 52px 0 0;
}

/*raised_floor
==================================*/
.ut02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ut02 .floor_wrap {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 525px;
  padding: 95px 0 95px 50px;
}

.ut02 .floor_wrap h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.ut02 .floor_wrap span {
  font-size: 20px;
}

.pan_floor {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  clear: both;
  overflow: hidden;
}

.pan_floor a {
  color: #fff;
}

.pan_floor li {
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 9px;
  margin-right: 6px;
  background: url(/se/images/case/raised_floor/white_arrow.png) no-repeat right center;
  background-size: 4px 6px;
}

.pan_floor li a:hover {
  text-decoration: underline;
}

.pan_floor li:last-child {
  padding-right: 9px;
  margin-right: 6px;
  background: none;
}

main#raised_floor {
  margin-top: -18px;
  padding-top: 18px;
  background: #474747;
}

main#raised_floor h3, main#raised_floor p, main#raised_floor span, main#raised_floor li, main#raised_floor a {
  color: #fff;
}

main#raised_floor #Pan li {
  background: url(/se/images/case/raised_floor/white_arrow.png) no-repeat right center;
  background-size: 4px 6px;
}

main#raised_floor .section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

main#raised_floor .section .project .border {
  border-right: 1px solid #fff;
}

main#raised_floor .section p {
  color: #fff;
  line-height: 26px;
}

main#raised_floor .top_img img {
  width: 100%;
}

main#raised_floor .main_text {
  clear: both;
  padding: 78px 0 40px;
}

main#raised_floor .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

main#raised_floor .text-left {
  margin-top: 80px;
  margin: 80px 52px 0 0;
}

main#raised_floor .text_right {
  margin: 80px 0 0 52px;
}

main#raised_floor .gallery h3 {
  font-family: Cardo;
  letter-spacing: 0.05em;
}

main#raised_floor .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

main#raised_floor .gallery img {
  width: 100%;
}

/* in_out
==================================*/
.wrap span {
  font-size: 20px;
}

main#in_out {
  margin-top: -18px;
  padding-top: 18px;
  background: #f3f0e7;
}

main#in_out #base .new_house img {
  width: 100%;
}

main#in_out #base h3 {
  font-size: 30px;
  color: #000;
}

main#in_out #base .text_p {
  padding: 78px 0 40px;
}

main#in_out #base p {
  color: #000;
  line-height: 26px;
}

main#in_out #base .left {
  padding-right: 50px;
}

main#in_out #base .right {
  padding-left: 50px;
}

main#in_out #base #text_left {
  width: 50%;
}

main#in_out #base #text_left p {
  padding: 0 40px 57% 0;
  letter-spacing: -0.01em;
}

main#in_out #base #text_left img {
  width: 100%;
}

main#in_out #base #text_right {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

main#in_out #base #text_right img {
  width: 100%;
  height: 100%;
}

main#in_out #base .left_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}

main#in_out #base .flex_box01 {
  position: relative;
}

main#in_out #base .flex_box02 {
  padding: 80px 0;
}

main#in_out .gallery h3 {
  padding-top: 20px;
}

main#in_out .box01 .text-left {
  margin: 0;
  max-width: 53%;
}

main#in_out .box01 .text-left p {
  padding: 0 52px 54px 0px;
  letter-spacing: -0.01em;
}

main#in_out .box01 .text-left img {
  width: 100%;
}

/*garage
==================================*/
.ut_garage {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(112, 123, 130, 0.3)), color-stop(55%, rgba(112, 123, 130, 0.3)), to(rgba(112, 123, 130, 0)));
  background: linear-gradient(90deg, rgba(112, 123, 130, 0.3) 0%, rgba(112, 123, 130, 0.3) 55%, rgba(112, 123, 130, 0) 100%);
  width: 525px;
  padding: 95px 0 95px 50px;
}

.ut_garage h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

main#Garage {
  margin-top: -18px;
  padding-top: 18px;
  background: #f4f4f4;
}

main#Garage #Pan {
  white-space: nowrap;
}

main#Garage h3 {
  font-size: 34px;
  padding-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
}

main#Garage p {
  line-height: 26px;
}

main#Garage .box_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 100px;
}

main#Garage .box_01 img {
  width: 100%;
}

main#Garage .box_01 .left_img, main#Garage .box_01 .right_img {
  width: 50%;
}

main#Garage .left_img {
  margin-right: 20px;
}

main#Garage .box_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main#Garage .box_02 p {
  padding-top: 20px;
}

main#Garage .box_02 img {
  width: 100%;
}

main#Garage .box_02 .left_img, main#Garage .box_02 .right_img {
  width: 50%;
}

main#Garage section#message {
  background: #fff;
  margin: 100px 0 100px 0;
  padding: 50px;
}

main#Garage section#message .message_p {
  padding: 40px 0;
}

main#Garage section#message span {
  padding-left: 22px;
  color: #777777;
  font-size: 20px;
  font-family: Cardo;
  letter-spacing: 0.03em;
}
main#Garage section#message a:hover {
  opacity: 0.6;
  transition: .3s;
}
