<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700");
/* header
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, footer, header, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

em, b {
  font-style: normal;
}

img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input, select {
  vertical-align: middle;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: -.01em;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #595757;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body {
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: opacity .2s ease-in;
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a:hover {
  opacity: .6;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
  border: none;
}

input[type="submit"], button {
  cursor: pointer;
}

.container {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

.list-inline {
  padding-left: 0;
}
.list-inline li {
  display: inline-block;
  margin-left: 5px;
}
.list-inline li:first-child {
  margin-left: 0;
}

object {
  display: block;
}

a object {
  pointer-events: none;
}

main {
  padding-top: 45px;
}

h1, h2, h3, h4 {
  font-weight: 300;
}

.anker {
  width: 135px;
  margin: 4.5rem auto;
}
.anker a {
  text-align: center;
  display: block;
  background-size: 90% auto;
  background-repeat: no-repeat;
  color: #685D57;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .2em;
  text-indent: .2em;
  transition: .3s;
}
.anker-top {
  padding-top: 85px;
  background-image: url(../img/common/arrow_top.png);
  background-position: top 3px center;
}
.anker-top:hover {
  background-position: top center;
}
.anker-bottom {
  padding-bottom: 85px;
  background-image: url(../img/common/arrow_bottom.png);
  background-position: bottom 3px center;
}
.anker-bottom:hover {
  background-position: bottom center;
}

body:not(.home) .anker {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body:not(.home) .anker {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) .anker {
    margin-top: 6rem;
  }
}

.head-title h1 {
  padding: 13.3rem 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #141414;
}

section img {
  width: 100%;
  max-width: 100%;
}
section p {
  line-height: 2.3;
}
section p:not(:first-child) {
  margin-top: 3rem;
}

main section:not(:first-child) {
  margin-top: 6rem;
}

.container.border-bottom {
  padding-bottom: 7.5rem;
  position: relative;
}
.container.border-bottom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 84%;
  height: 1px;
  background-color: #c6cfc8;
  content: "";
  display: block;
}
@media screen and (max-width: 480px) {
  .container.border-bottom::after {
    width: 94%;
  }
}

figure figcaption {
  text-align: center;
}

/*
h2 {
	@include fontsize(36);
	font-weight: bold;
	text-align: center;
	position: relative;
	color: $h2-text-color;
	line-height: 1;
	padding-top: 2rem;
	span {
		display: block;
		@include fontsize(24);
	}
	background:url(../img/h2_bg.png) no-repeat top center;
	@include media(sp) {
	line-height: 1.5;
	@include fontsize(24);
	span {
		@include fontsize(12);
	}
	}
}
	h3 {
		@include fontsize(30);
		font-weight: bold;
		color: $h3-text-color;
		background-color: $h3-bg-color;
		line-height: 1.5;
		@include media(sp) {
		@include fontsize(20);
		}
	}
	h4 {
		margin: 2rem 0 1rem;
		@include fontsize(20);
		color: $h4-text-color;
		background-color: $h4-bg-color;
		@include media(sp) {
		@include fontsize(18);
		line-height: 1.3;
		}
	}
	h5 {
		margin: 0 0 2rem;
		@include fontsize(20);
		color: $h5-text-color;
		background-color: $h5-bg-color;
		@include media(sp) {
		@include fontsize(18);
		}

	}
	h6 {
		margin: 0 0 2rem;
		@include fontsize(18);
		color: $h6-text-color;
		background-color: $h6-bg-color;

	}

section p:not(:first-child) {
	margin-top: 2rem;
    @include media(sp) {
    margin-top: 1rem;
    }
}

.wrapper:not(.home) {
	article {
		padding-top: 5rem;
		padding-bottom: 9rem;
		p {
			margin: 0 0 2rem;
		}
		@include media(sp) {
			padding-top: 2.5rem ;
			padding-bottom: 4.5rem;
		}
	}
	h1,h2,h3,h4,h5,h6 {
		a {
			text-decoration: none;
		}
	}

	.pankuzu {
		background-color: $pankuzu-bg-color;
		background-image: url(../img/pankuzu_bg.gif);
		ul {
			line-height: 1.5;
			padding: .2rem 0;
			li {
				display: inline-block;
				color: $primary-color;
				list-style: none;
				a,span {
				@include fontsize(13);
				}
				a {
					color: #414141;
					text-decoration: underline;
				}
				&amp;:not(:first-child) {
					position: relative;
					padding-left: 1.5rem;
					&amp;:before {
						content: "";
						width: 4px;
						height: 4px;
						border-right: 2px solid $primary-color;
						border-top: 2px solid $primary-color;
						display: inline-block;
						transform:rotate(45deg) translate(0,-50%);
						position: absolute;
						top: 50%;
						left: 0;
						margin-top: -1px;
						border-radius: 0;
						background-color: transparent;
					}
				}
				&amp;:first-child {
					padding-left: 0;
				 &amp;:before {
					content: none;
					}
				}
			}
		}
	}

	table {
		margin:2rem 0 5rem;
		width: 100%;
		border-top:1px solid $primary-color;
		border-left:1px solid $primary-color;
		th,td {
			border-bottom:1px solid $primary-color;
			border-right:1px solid $primary-color;
			padding: 2.35rem;
			text-align: left;
			&amp;.text-center {
				text-align: center;
			}
			&amp;.text-right {
				text-align: right;
			}
		}
		th {
			border-bottom:1px solid #fff;
			background-color: $primary-color;
			color: #fff;
		}
		td {
			ul::first-child {
				margin-bottom: 0;
			}
		}
		@include media(sp) {
			margin: 2rem 0 3rem;
			th,td {
				padding: 1.3rem;
			}
		}
		&amp;.table-none {
			border:none;
			th,td {
				border:none;
				padding: 0 0 15px;
				background: transparent;
				color: $text-color;
			}
			th {
				width: 25%;
				padding-bottom: 0;
                font-weight: bold;
			}
		}

		&amp;.th-small {
			th {
				width: 15%;
			}
		}
		@include media(sp) {
		&amp;.sp-table-single {
			th,td {
				display: block;
				width: 100% !important;
			}
			td {
				padding-left: 5px;
			}
		}
		}
	}
	.box {
		border:$primary-color  2px solid ;
		padding: 1.5rem;
		margin-bottom: 3rem;
	}
}


ul {
		margin-bottom: 2rem;
		li {
		position: relative;
		padding-left: 1.7rem;
		&amp;:before {
			content: "";
			width: 8px;
			height: 8px;
			border-radius: 4px;
			display: block;
			background-color: $primary-color;
			position: absolute;
			left: 0;
			top: 0.9rem;
		}
		ul {
			margin-left: 1.5rem;
			li {
				&amp;:before {
					background-color: #63bee6;
				}
			}
		}
		}
		@include media(sp) {
			li {
				padding-left: 1.2rem;
				&amp;:before {
				width: 6px;
				height: 6px;
				top: 0.8rem;
				}
				ul {
					margin-left: 0;
				}
			}
		}
	}
	ol {
		margin-bottom: 2rem;
		list-style: none;
		counter-reset: yourDefinition;
		li {
			position: relative;
			padding-left: 1.7rem;
			&amp;:before {
				counter-increment: yourDefinition;
				content: counter(yourDefinition) ".";
				display: block;
				font-weight: bold;
				color: $primary-color;
				text-indent: 0;
				position: absolute;
				left: 0;
				top: 0;
				}
			ol {
				margin-left: 1.3rem;
				li {
				&amp;:before {
					color: #63bee6;
				}
				}
			}
		}
		@include media(sp) {
			li {
				padding-left: 1.4rem;
				ol {
					margin-left: 0;
				}
			}
		}
	}

hr {
	background-color: $primary-color;
	height: 2px;
	width: 100%;
	margin-bottom: 40px;
}*/
.m-header {
  background: #004c4c;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.m-header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
}

.m-header-logo {
  width: 97px;
  height: 11px;
}
.m-header-logo a {
  display: block;
}

.m-header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-nav {
  width: 100%;
  margin: 0 5% 0 6%;
  /* for IE 11 */
}
@media all and (-ms-high-contrast: none) {
  .m-nav {
    margin: 0 5% 0 7.5%;
  }
}
.m-nav-list {
  margin-bottom: 0;
  height: 45px;
}
@media screen and (min-width: 769px) {
  .m-nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.m-nav-list__item {
  padding-left: 0;
}
.m-nav-list__item::before {
  content: none;
}
.m-nav-list__item a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  display: block;
}

@media screen and (min-width: 1024px) {
  .sp-navBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-navBtn,
  .sp-navBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .sp-navBtn {
    margin-left: 15%;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .sp-navBtn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0  auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .sp-navBtn span:nth-of-type(1) {
    top: 12px;
  }
  .sp-navBtn span:nth-of-type(2) {
    top: 18px;
  }
  .sp-navBtn span:nth-of-type(3) {
    top: 24px;
  }
  .sp-navBtn-open span {
    width: 18px;
  }
  .sp-navBtn-open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .sp-navBtn-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navBtn-open span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  .ac-btn {
    color: #fff;
  }

  .m-nav {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    background-color: #004c4c;
    height: calc(100vh - 45px);
    margin: 0;
  }
  .m-nav-list {
    padding: 7% 18% 0;
  }
  .m-nav-list__item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    width: 100%;
  }
  .m-nav-list__item:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.3);
  }
  .m-nav-list__item a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 1rem;
    font-size: 17px;
    font-size: 1.5rem;
    font-weight: 100;
    background-image: url(../img/common/icon_gnavarrow.png);
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }
}
.m-footer {
  background: #004c4c;
  padding: 3.5rem 0 1rem 0;
}
.m-footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .m-footer .container {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .m-footer {
    padding: 4rem 0 1rem 0;
  }
}

.m-footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 450px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-footer-nav__item {
  width: 105px;
  min-height: 125px;
  border: 1px solid #fff;
  margin-bottom: 3%;
  display: flex;
}
.m-footer-nav__item::before {
  content: none;
}
.m-footer-nav__link {
  color: #fff;
  text-decoration: none;
  padding: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.m-footer-nav__link span {
  padding-top: .5rem;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.75;
  display: block;
}
@media (max-width: 768px) {
  .m-footer-nav {
    max-width: 470px;
    margin: 0 auto 2rem auto;
    justify-content: center;
  }
  .m-footer-nav__item {
    margin: 0 .5rem .5rem;
  }
}
@media screen and (max-width: 480px) {
  .m-footer-nav {
    max-width: 280px;
  }
  .m-footer-nav__item {
    min-height: 125px;
    width: 125px;
  }
}

.m-footer-icoLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 4rem;
}
.m-footer-icoLink__item {
  padding-left: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 0 .75rem;
}
.m-footer-icoLink__item::before {
  content: none;
}
.m-footer-icoLink__item a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .m-footer-icoLink {
    justify-content: center;
  }
  .m-footer-icoLink + div {
    text-align: center;
  }
}

.copy {
  padding-top: 3rem;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.row.col-4block {
  display: table;
  table-layout: fixed;
}
.row.col-4block .col {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .row.col-4block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .row.col-4block .col {
    display: block;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .row.col-3block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .row.col-3block .col {
    display: block;
    width: 33.3333%;
  }
}

.mainview {
  height: 600px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 6%;
}
.mainview__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 256;
  height: 53px;
}
.mainview h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mainview h1 span {
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: .5rem;
}

body.home .mainview {
  background-image: url(../img/top/main.jpg);
}
body.concept .mainview {
  background-image: url(../img/concept/main.jpg);
}
@media screen and (max-width: 480px) {
  body.concept .mainview {
    background-image: url(../img/concept/main_sp.jpg);
  }
}
body.design .mainview {
  background-image: url(../img/design/main.jpg);
}
body.architect .mainview {
  background-image: url(../img/architect/main_pc.jpg);
}
@media screen and (max-width: 480px) {
  body.architect .mainview {
    background-image: url(../img/architect/main_sp.jpg);
  }
}
/* @media screen and (min-width: 480px) and (max-width: 1024px) {
  body.architect .mainview {
    background-image: url(../img/architect/main_tb.jpg);
  }
} */
body.location .mainview {
  background-image: url(../img/location/main.jpg);
}
body.equipment .mainview {
  background-image: url(../img/equipment/main.jpg);
}
@media screen and (max-width: 767px) {
  body.equipment .mainview span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  body.equipment .mainview span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body.plan .mainview {
  background-image: url(../img/plan/main.jpg);
}

.mainview-border::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  margin: auto;
}

.content-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 18px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-menu-box {
  width: calc(50% - 9px);
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .content-menu-box {
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-menu-box {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .content-menu-box {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .content-menu-box:nth-last-of-type(1), .content-menu-box:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.content-menu-box__link {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content-menu-box__link:hover {
  opacity: 1;
}
.content-menu-box__link:hover .content-menu-box__bg {
  transform: scale(1.05);
}
.content-menu-box__bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
  transform: scale(1);
}
.content-menu-box.bg001 .content-menu-box__bg {
  background-image: url(../img/top/top_img001.jpg);
}
.content-menu-box.bg002 .content-menu-box__bg {
  background-image: url(../img/top/top_img002.jpg);
}
.content-menu-box.bg003 .content-menu-box__bg {
  background-image: url(../img/top/top_img003.jpg);
}
.content-menu-box.bg004 .content-menu-box__bg {
  background-image: url(../img/top/top_img004.jpg);
}
.content-menu-box.bg005 .content-menu-box__bg {
  background-image: url(../img/top/top_img005.jpg);
}
.content-menu-box.bg006 .content-menu-box__bg {
  background-image: url(../img/top/top_img006.jpg);
}
.content-menu-box__title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 116px 0 0 0;
  display: inline-block;
  text-align: center;
  color: #958d89;
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1.4;
  background-image: url(../img/top/icon_linkarrow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 20px 20px;
}
.content-menu-box__title span {
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  opacity: .8;
}
@media screen and (min-width: 1024px) {
  .content-menu-box__title {
    height: 90px;
    font-size: 30px;
    font-size: 3rem;
    margin: 192px 0 0 0;
  }
  .content-menu-box__title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .content-menu-box__title {
    margin: 110px 0 0 0;
  }
  .content-menu {
    flex-direction: column;
  }
  .content-menu-box {
    width: 100%;
  }
  .content-menu-box:not(:last-child) {
    margin-bottom: 10px;
  }
}

.highlight {
  background-color: #add1f0;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}
.text-center img {
  display: inline-block;
}
.text-center &gt; * {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}
img.text-center {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}
.text-left img {
  display: inline-block;
}
.text-left &gt; * {
  margin-left: auto;
}

.text-right {
  text-align: right;
}
.text-right img {
  display: inline-block;
}
.text-right &gt; * {
  margin-right: auto;
}

.hf-indent {
  margin-left: -0.6em;
}

.bc-primary {
  border-color: #109edd;
}

.bc-red {
  border-color: #f00;
}

.bc-yellow {
  border-color: #FFE566;
}

.bc-blue {
  border-color: #0af;
}

.bc-green {
  border-color: #5a8;
}

.color-primary {
  color: #109edd;
}

.color-red {
  color: #f00;
}

.color-yellow {
  color: #FFE566;
}

.color-blue {
  color: #0af;
}

.color-green {
  color: #5a8;
}

.bg-primary {
  background-color: #109edd;
}

.bg-red {
  background-color: #f00;
}

.bg-yellow {
  background-color: #FFE566;
}

.bg-blue {
  background-color: #0af;
}

.bg-green {
  background-color: #5a8;
}

.bg-lgray {
  background-color: #f5f5f5;
}

.bg-lblue {
  background-color: #e7f5fc;
}

.bg-lpink {
  background-color: #ffebe6;
}

.font-s {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.font-l {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold;
}

.font-xl {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-weight: bold;
}

.link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
  text-decoration: none;
}
.link-arrow:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 6px;
  background: #109edd;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.link-arrow:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -1px;
}
.link-arrow:hover {
  color: #109edd;
  text-decoration: underline;
}

.link-blank {
  background-image: url(../img/btn_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.8rem;
}

.btn {
  text-decoration: none;
  background: #28a7e1;
  color: #fff;
  padding: .25rem 3.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  font-weight: bold;
  transition: opacity .2s ease-in;
  border-radius: 50px;
  min-width: 265px;
  font-weight: bold;
}
.btn[type="submit"], .btn[type="reset"] {
  padding: 0.85rem 3.5rem;
}
@media all and (-ms-high-contrast: none) {
  .btn {
    line-height: auto;
    height: auto;
    padding: 1.6rem 3.5rem 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 30px;
    font-size: 3rem;
  }
}
.btn.text-white {
  color: #fff;
  border-color: #fff;
}
.btn.text-white:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn:hover {
  opacity: .7;
  color: #fff;
}
.btn.btn-arrow {
  position: relative;
  background-image: url(../img/btn_arrow.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  background-size: 13px 15px;
  transition: .3s;
}
.btn.btn-arrow:hover {
  background-position: center right 1.5rem;
}
.btn.btn-arrow.btn-reverse {
  background: #fff;
  background-image: url(../img/btn_arrow_reverse.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  border: 2px solid #109edd;
  color: #109edd;
  transition: .3s;
}
.btn.btn-arrow.btn-reverse:hover {
  background-position: center right 1.5rem;
}
.btn.btn-bump {
  position: relative;
  top: 0;
  transition: .2s ease-in;
}
.btn.btn-bump:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0d7cad;
  z-index: -1;
  border-radius: 8px;
  transition: .2s ease-in;
}
.btn.btn-bump:hover {
  opacity: 1;
  background: #11a8eb;
}
.btn.btn-bump:active {
  top: 2px;
}
.btn.btn-bump:active:after {
  bottom: -1px;
}
.btn.btn-wide {
  width: 100%;
}
.btn.btn-small {
  padding: 8px 20px;
  min-width: 135px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .btn.btn-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.btn.btn-small.btn-arrow:before {
  width: 6px;
  height: 6px;
  right: 6px;
}
.btn.btn-large {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-large {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.btn.btn-xlarge {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .btn.btn-xlarge {
    font-size: 20px;
    font-size: 2rem;
  }
}
.btn.btn-blank, .btn.btn-pdf {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #000;
  background-repeat: no-repeat;
  background-position: right 2.5rem center;
}
.btn.btn-blank {
  background-image: url(../img/btn_blank.png);
}
.btn.btn-pdf {
  background-image: url(../img/btn_pdf.png);
}

.btn-minimal {
  border: 1px solid #109edd;
  color: #109edd;
  background: transparent;
}
.btn-minimal.btn-arrow:before {
  border-top-color: #109edd;
  border-right-color: #109edd;
}

.btn-image {
  display: inline-block;
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-only_inline {
    display: inline-block;
  }

  .sptb-hidden {
    display: none;
  }

  .tbpc-hidden {
    display: block;
  }

  .sp-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tb-none {
    display: none;
  }

  .tb-only {
    display: block;
  }

  .tb-only_inline {
    display: inline-block;
  }

  .sp-only {
    display: none;
  }

  .sp-only_inline {
    display: none;
  }

  .sptb-hidden {
    display: none;
  }

  .tbpc-hidden {
    display: none;
  }

  .sp-hidden {
    display: block;
  }
}
@media (min-width: 1024px) {
  .pc-none {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .pc-only_inline {
    display: inline-block;
  }

  .sp-only {
    display: none;
  }

  .sp-only_inline {
    display: none;
  }

  .sptb-hidden {
    display: block;
  }

  .tbpc-hidden {
    display: none;
  }

  .sp-hidden {
    display: block;
  }
}
/*
.sp-none {display: none;}
.tb-none {display: none;}
.pc-none {display: block;}

.sp-none_inline {display: none;}
.pc-none_inline {display: inline-block;}

@include media(pc) {
.sp-none {display: block;}
.pc-none {display: none;}
.sp-none_inline {display: inline-block;}
.pc-none_inline {display: none;}
}
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.border-none-top {
  border-top: none !important;
}

.border-none-left {
  border-left: none !important;
}

.border-none-right {
  border-right: none !important;
}

.border-none-bottom {
  border-bottom: none !important;
}

@media screen and (min-width: 1024px) {
  .pc-border-none-top {
    border-top: none !important;
  }

  .pc-border-none-left {
    border-left: none !important;
  }

  .pc-border-none-right {
    border-right: none !important;
  }

  .pc-border-none-bottom {
    border-bottom: none !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

span.asterisk {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  span.asterisk {
    font-size: 11px;
    font-size: 1.1rem;
    text-indent: -13px;
    margin-left: 13px;
  }
}

body:not(.home) section h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #595757;
  letter-spacing: .15em;
  text-indent: .15em;
  margin-bottom: 4rem;
  line-height: 1.3;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url(../img/common/icon_gnavarrow_blk.png) !important;
  background-size: 20px 20px !important;
}

.swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-pagination-bullet-active {
  background-color: #595757 !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.spec article .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.spec article .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
body.spec h2 {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  background-image: url(../img/spec/bg_line.png);
}

.spec-list {
  background-image: url(../img/spec/bg_line.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}
.spec-list li {
  background-image: url(../img/spec/bg_line.png);
  line-height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 320px) {
  .spec-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.spec-attention {
  margin-top: .5rem;
}
@media screen and (max-width: 767px) {
  .spec-attention {
    margin-top: 3rem;
    text-align: center;
  }
  .spec-attention p {
    display: inline-block;
    text-align: left;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .spec-attention p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

body.concept .concept_img001 {
  max-width: 320px;
  margin: 5rem auto 0;
}
@media screen and (max-width: 480px) {
  body.concept .concept_img001 {
    max-width: 260px;
    margin: 4rem auto 0;
  }
}
body.concept .concept-brand h3 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  body.concept .concept-brand h3 {
    padding-top: 4rem;
  }
}
body.concept .concept_img002 {
  max-width: 560px;
  margin: 2rem auto;
}
@media screen and (max-width: 480px) {
  body.concept .concept_img002 {
    max-width: 260px;
    margin: 2rem auto 0;
  }
}
body.concept .concept-escenario {
  padding-bottom: 2rem;
  *zoom: 1;
  max-width: 510px;
  margin: 0 auto;
  color: #000000;
  font-family: YuGothic, 游ゴシック, Meiryo, メイリオ, "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
body.concept .concept-escenario:before, body.concept .concept-escenario:after {
  content: " ";
  display: table;
}
body.concept .concept-escenario:after {
  clear: both;
}
body.concept .concept-escenario dt {
  float: left;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 50px;
  font-weight: bold;
  /* for IE 11 */
}
@media all and (-ms-high-contrast: none) {
  body.concept .concept-escenario dt {
    padding-top: 5px;
    line-height: 45px;
  }
}
body.concept .concept-escenario dd {
  border-bottom: 1px solid #141414;
  line-height: 50px;
  padding-left: 10rem;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  body.concept .concept-escenario dd {
    padding-top: 5px;
    line-height: 45px;
  }
}
body.concept .concept-escenario dd:nth-of-type(3) {
  border-bottom: 1px solid #fff;
}
body.concept .concept-escenario dd .concept-escenario__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 74px;
  line-height: 20px;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
  transform: translateY(-50%) translateX(0);
  font-size: 12px;
  font-size: 1.2rem;
  /* for IE 11 */
}
@media all and (-ms-high-contrast: none) {
  body.concept .concept-escenario dd .concept-escenario__icon {
    padding-top: 3px;
    line-height: 17px;
  }
}
body.concept .concept-escenario dd br {
  display: none;
}
@media (max-width: 599px) {
  body.concept .concept-escenario {
    width: 90%;
    padding-top: 3rem;
  }
  body.concept .concept-escenario dt {
    line-height: 25px;
    padding: 1rem 0 1rem 1.5rem;
  }
  body.concept .concept-escenario dd {
    line-height: 25px;
    padding: 1rem 0 1rem 10.5rem;
    letter-spacing: -.11em;
  }
  body.concept .concept-escenario dd .concept-escenario__icon {
    top: 53%;
    left: 1.5rem;
    transform: translateY(0) translateX(0);
  }
  body.concept .concept-escenario dd br {
    display: block;
  }
}

body .concept-innerplan-type {
  margin-bottom: 13rem;
}
body .concept-innerplan-type.bg001 {
  background-color: #006365;
}
body .concept-innerplan-type.bg002 {
  background-color: #006347;
}
body .concept-innerplan-type.bg003 {
  background-color: #006347;
}

body.design section &gt; .container {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.design section &gt; .container {
    padding-right: 3.0rem;
    padding-left: 3.0rem;
  }
}
@media screen and (max-width: 767px) {
  body.design section &gt; .container {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  body.design section &gt; .container {
    max-width: 750px;
    padding-bottom: 6rem;
  }
}

body .design-appearance {
  margin-top: 10rem !important;
}
@media screen and (max-width: 767px) {
  body .design-appearance {
    margin-top: 8rem !important;
  }
}

/* 1カラム 全画面 */

body .design-entrance {
  margin-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  .design-entrance {
    margin-top: 8rem !important;
  }
}

/* 2カラム コンテンツ幅 */

.design-entrance-2col {
  display: flex;
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.design-entrance-2col .container {
  flex: 1;
  padding-right: 100px;
}

.design-entrance-2col figure {
  flex-basis: 65%;
}


@media screen and (max-width: 1023px) and (min-width: 768px) {
  .design-entrance-2col .container {
    flex: 1;
    padding-right: 40px;
  }

  .design-entrance-2col figure {
    flex-basis: 60%;
  }
}


@media screen and (max-width: 767px) {
  .design-entrance-2col {
    display: block;
    padding: 0;
  }
  .design-entrance-2col .container {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
    padding-bottom: 4rem;
  }
}




body .design-innerplan {
  margin-top: 10rem !important;
}
@media screen and (max-width: 767px) {
  body .design-innerplan {
    margin-top: 8rem !important;
  }
}
body .design-innerplan-type {
  margin-bottom: 13rem;
}
body .design-innerplan-type.bg001 {
  background-color: #006365;
}
body .design-innerplan-type.bg002 {
  background-color: #006347;
}
body .design-innerplan-type.bg003 {
  background-color: #275137;
}
body .design-innerplan-type .container {
  padding: 6rem 14%;
  color: #fff;
}
body .design-innerplan-type-exp {
  padding: 0 1.5rem 5rem;
}
body .design-innerplan-type-exp__title {
  font-size: 21px;
  font-size: 2.1rem;
}
body .design-innerplan-type-exp__spec {
  margin-top: 1rem !important;
}
body .design-innerplan-type-exp__comments {
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  body .design-innerplan-type .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body .design-innerplan-type-exp {
    flex-basis: 30rem;
    padding-right: 5rem;
  }
  body .design-innerplan-type-img {
    flex: 1;
    padding-top: 2rem;
  }
  body .design-innerplan-type-img img {
    margin: 0 0 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .design-innerplan-type .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 6rem 7.5%;
  }
  body .design-innerplan-type-exp {
    flex-basis: 22rem;
    padding-right: 4rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  body .design-innerplan-type-exp__spec {
    line-height: 1.5;
  }
  body .design-innerplan-type-exp__comments {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  body .design-innerplan-type .container {
    padding: 7rem 0 8rem;
  }
  body .design-innerplan-type-exp__comments {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .design-innerplan-type-img .pc {
    display: block;
  }
  .design-innerplan-type-img .tb {
    display: none;
  }
  .design-innerplan-type-img .sp {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .design-innerplan-type-img .pc {
    display: none;
  }
  .design-innerplan-type-img .tb {
    display: block;
  }
  .design-innerplan-type-img .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .design-innerplan-type-img .pc {
    display: none;
  }
  .design-innerplan-type-img .tb {
    display: none;
  }
  .design-innerplan-type-img .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    padding-right: 2.9rem;
    padding-left: 2.9rem;
  }
}
@media screen and (min-width: 1024px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    max-width: 735px;
  }
}
body.architect .architect-unit {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  body.architect .architect-unit {
    margin-bottom: 7rem;
  }
}
body.architect .architect-unit h2 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  body.architect .architect-unit h2 {
    max-width: 90%;
  }
}
body.architect .architect-concept figure {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 4rem;
}
body.architect .architect-work figcaption {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work figcaption {
    transform: scale(0.8);
  }
}
@media (max-width: 320px) {
  body.architect .architect-work figcaption {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
body.architect .architect-work-list01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  /* margin-bottom: 5.5rem; nakanoarai: コメントアウト */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work-list01 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.architect .architect-work-list01 {
    margin-bottom: 3rem;
  }
}
body.architect .architect-work-list01__item:nth-child(1) {
  margin-right: 1rem;
  margin-bottom: 4rem;
  width: 35.5%;
  /* nakanoarai: 20%→25% */
}
body.architect .architect-work-list01__item:nth-child(2) {
  margin-bottom: 4rem;
  width: 64.6%;
  /* nakanoarai: 20%→25% */
}
@media screen and (min-width: 1024px) {
  body.architect .architect-work-list01__item {
    margin-bottom: 4rem;
  }
}
body.architect .architect-work-list01__item figcaption {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  body.architect .architect-work-list01 {
    flex-wrap: wrap;
  }
  body.architect .architect-work-list01__item:nth-child(1) {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  body.architect .architect-work-list01__item:nth-child(2) {
    display: block;
    width: 100%;
  }

  /* body.architect .architect-work-list01__item:last-child {
    width: 100%;
  } nakanoarai: コメントアウト */
}

body.architect .architect-work-list02__item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}
body.architect .architect-work-list02__item figcaption {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item figcaption {
    margin-top: 2rem;
    text-align: center;
  }
  body.architect .architect-work-list02__item span {
    display: inline-block;
    line-height: 3rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  body.architect .architect-work-list02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }

  body.architect .architect-work-list02__item {
    display: block;
  }

  body.architect .architect-work-list02__item:nth-child(2) figure:nth-of-type(1) {
    padding-bottom: 1rem;
  }

  body.architect .architect-work-list02__item:nth-child(1) {
    margin-right: 3.4rem;
    width: 52.4%;/* nakanoarai: 31.70%→24.3% */
  }

  body.architect .architect-work-list02__item:nth-child(2) {
      width: 47%;/* nakanoarai: 33.26%→25.5% */
  }

  body.architect .architect-work-list02__item figcaption {
    margin: 2.5rem auto 0;
    text-align: center;
  }

  body.architect .architect-work-list02__item span {
    line-height: 2.5rem;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item:nth-child(2) figure:nth-of-type(1) {
    padding-bottom: .6rem;
  }
  body.architect .architect-work-list02__item:nth-child(2) figure:nth-of-type(1) {
    padding-bottom: .6rem;
  }

  body.architect .architect-work-list02__item:nth-child(1) {
    width: 100%;/* nakanoarai: 31.70%→24.3% */
  }
}
body.architect .architect-work-list02__item-award {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.architect .architect-work-list02__item-award {
    margin-top: 2.5rem;
  }
}
body.architect .architect-work-list02__item-award p {
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work-list02__item-award-text {
    transform: scale(0.8);
  }
  body.architect .architect-work-list02__item-award-text p {
    font-size: 10px;
    font-size: 1rem;
    white-space: nowrap;
  }
}
body.architect .architect-gooddesign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 455px;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  body.architect .architect-gooddesign {
    width: 86%;
    max-width: 300px;
  }
}
body.architect .architect-gooddesign figure {
  width: 48px;
}
body.architect .architect-gooddesign figure + div {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  body.architect .architect-gooddesign figure + div {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .location-style .container {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  body.location .location-style .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  body.location .location-style .container {
    max-width: 750px;
  }
}
body.location .location-style .container p {
  padding-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  body.location .location-style .container p {
    padding-bottom: 0;
  }
}
body.location .location-style__image {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  body.location .location-image {
    margin-top: 2rem;
  }
}
body.location .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .swiper-pagination {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.location .swiper-pagination {
    margin-top: 2.5rem;
  }
}
body.location .location-map {
  margin-top: 20rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .location-map {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  body.location .location-map {
    margin-top: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  body.location .location-map .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  body.location .location-map .container .location-map__root {
    width: 37%; /* nakanoarai: 100%→37% */
    max-width: 480px;
  }
  body.location .location-map .container .location-map__root .location-map__root__logo {
    max-width: 166px;
    margin: 0;
  }
  body.location .location-map .container .location-map__root .location-map__root__txt {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    white-space: nowrap;
    line-height: 1.8;
  }
  body.location .location-map .container .location-map__img {
    padding-left: 3rem;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.location .location-map .container {
    padding: 0 3rem;
  }
  body.location .location-map .container .location-map__root {
    width: 37%; /* 47.9%→37% */
  }
  body.location .location-map .container .location-map__root .location-map__root__logo {
    max-width: 170px;
  }
  body.location .location-map .container .location-map__root .location-map__root__txt {
    transform: scale(0.7);
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-left: -5.5rem;
  }
  body.location .location-map .container .location-map__img {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  body.location .location-map .container {
    padding: 2rem 0  0;
  }
  body.location .location-map .container .location-map__root {
    margin-bottom: 5rem;
  }
  body.location .location-map .container .location-map__root .location-map__root__logo {
    max-width: 180px;
    margin: 0 auto;
  }
  body.location .location-map .container .location-map__root .location-map__root__txt {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  body.location .location-map .container .location-map__root .location-map__root__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.location .location-map .container .location-map__root__guide {
    padding: 0 1rem;
  }
}

body.equipment .equipment-material &gt; .container {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.equipment .equipment-material &gt; .container {
    padding-right: 7.3rem;
    padding-left: 7.3rem;
  }
}
@media screen and (max-width: 767px) {
  body.equipment .equipment-material &gt; .container {
    padding-right: 2.9rem;
    padding-left: 2.9rem;
  }
}
@media screen and (min-width: 1024px) {
  body.equipment .equipment-material &gt; .container {
    width: 750px;
  }
}
body.equipment .equipment-image01 {
  background-color: #89af80;
  margin-bottom: 12rem;
}
body.equipment .equipment-image02 {
  background-color: #c7e2a4;
  margin-bottom: 12rem;
}
body.equipment .equipment-image01 figure,
body.equipment .equipment-image02 figure {
  margin: 0 auto;
  width: 98%;
}
body.equipment .equipment-image03 {
  background-color: rgba(77, 52, 38, 0.8);
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  body.equipment .equipment-image01,
  body.equipment .equipment-image02,
  body.equipment .equipment-image03 {
    margin-bottom: 8rem;
  }
  body.equipment .equipment-image01 .container,
  body.equipment .equipment-image02 .container,
  body.equipment .equipment-image03 .container {
    padding: 1.8rem 0;
  }
  body.equipment .equipment-image01 figure,
  body.equipment .equipment-image02 figure {
    width: 100%;
  }
}

body.plan .plan-design figcaption {
  border-bottom-color: rgba(20, 20, 20, 0.6);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: rgba(20, 20, 20, 0.6);
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  width: 120px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
body.plan .plan-design p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  body.plan .plan-design p {
    margin-bottom: .5rem;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 320px) {
  body.plan .plan-design p {
    font-size: 10px;
    font-size: 1rem;
  }
}
body.plan .plan-design .swiper-container {
  padding-bottom: 4rem;
}
body.plan .plan-design .swiper-container::after {
  width: 100%;
  height: 1px;
  background-color: rgba(20, 20, 20, 0.4);
  display: block;
  content: "";
}
body.plan .plan-design .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  body.plan .plan-design .swiper-button-next,
  body.plan .plan-design .swiper-button-prev {
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.plan .plan-design .container {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}
body.plan .plan-design .container,
body.plan .plan-shop .container {
  max-width: 980px;
}
body.plan .plan-design .container h2,
body.plan .plan-shop .container h2 {
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: .5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  body.plan .plan-type .container {
    padding: 0;
  }
}
body.plan .plan-type .container h2 {
  margin-bottom: 2rem;
}
body.plan .plan-type-list {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 856px;
  justify-content: center;
  flex-wrap: wrap;
}
body.plan .plan-type-list__item {
  width: 23.354%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 20, 20, 0.4);
  margin: 0 .8% 1.4rem;
  height: 200px;
}
body.plan .plan-type-list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 4rem 0 0;
  background-color: rgba(43, 141, 127, 0);
  transition: .3s;
  color: #666666;
  position: relative;
}
body.plan .plan-type-list__item a:hover {
  background-color: rgba(116,141,145, 0.2);
  opacity: 1;
}
body.plan .plan-type-list__item a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_gnavarrow_blk.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.plan .plan-type-list__item a::before {
    bottom: 2rem;
  }
}

body.plan .plan-type-list__item img {
  display: none;
}
body.plan .plan-type-list__title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: .5rem;
}

body.plan .plan-type-list__title span {
  font-size: 80%;
  display: block;
}

body.plan .plan-type-list__storey {
  background-color: #89af80;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 18px;
  letter-spacing: .15em;
  padding-left: .15em;
}
body.plan .plan-type-list__date {
  text-align: center;
  line-height: 1.3;
  margin-top: .5rem;
  font-size: 12px;
  font-size: 1.2rem;
}
body.plan .plan-type-list__date span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body.plan .plan-type-list {
    max-width: 680px;
  }
  body.plan .plan-type-list__item {
    height: 160px;
  }
  body.plan .plan-type-list__item a {
    padding: 2.5rem 0 0;
  }
  body.plan .plan-type-list__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body.plan .plan-type-list__storey {
    transform: scale(0.8);
  }
  body.plan .plan-type-list__date {
    transform: scale(0.8);
    margin-top: 0rem;
  }
  body.plan .plan-type-list__date span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  body.plan .plan-type-list {
    max-width: 375px;
  }
  body.plan .plan-type-list__item {
    max-width: 42.6666%;
    width: 100%;
    margin: 0 1.8% 1.2rem;
  }
}
body.plan .plan-shop .container {
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
@media screen and (min-width: 1024px) {
  body.plan .plan-shop .container {
    padding-bottom: 5rem;
  }
}
body.plan .plan-shop .plan-shop-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 635px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  body.plan .plan-shop .plan-shop-list {
    margin: 0 auto 5rem;
  }
}
body.plan .plan-shop .plan-shop-list__item {
  border: 1px solid #141414;
  width: 31.666%;
  padding: 5.3rem 0;
}
body.plan .plan-shop .plan-shop-list__title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .15em;
}
body.plan .plan-shop .plan-shop-list__date {
  text-align: center;
  line-height: 1.4;
  margin-top: .5rem;
  font-size: 12px;
  font-size: 1.2rem;
}
body.plan .plan-shop .plan-shop-list__date span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body.plan .plan-shop .plan-shop-list {
    max-width: 500px;
  }
  body.plan .plan-shop .plan-shop-list__item {
    padding: 4.5rem 0;
  }
  body.plan .plan-shop .plan-shop-list__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body.plan .plan-shop .plan-shop-list__storey {
    transform: scale(0.8);
  }
  body.plan .plan-shop .plan-shop-list__date {
    transform: scale(0.8);
    margin-top: .5rem;
  }
  body.plan .plan-shop .plan-shop-list__date span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  body.plan .plan-shop .plan-shop-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
  }
  body.plan .plan-shop .plan-shop-list__item {
    width: 46%;
    margin: 0 2% 1.3rem;
    padding: 4.6rem 0;
  }
}

.plan-floor .container,
.plan-floor .container h2 {
  border-bottom-width: 1px;
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid;
}
.plan-floor .container {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .plan-floor .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.plan-floor .container h2 {
  padding-bottom: 1.5rem;
}



/* ----------------------------------------
nakanoarai 追加css
---------------------------------------- */
/* 共通
------------------------------ */
/* メインビジュアル背景画像位置 */
.mainview-center {
  background-position: center;
}

/* architect
------------------------------ */
/* works上段と下段との間に余白を挿入 */
body.architect .architect-work-list02 {
  margin-bottom: 5.5rem;
}

/* design
------------------------------ */
/* design-appearance　2カラム コンテンツ幅 */
.design-appearance-2col {
  /* display: flex;
  max-width: 1080px;
  justify-content: space-between; */
  margin: 0 auto;
}
@media (max-width: 767px) {
  .design-appearance-2col {
    display: block;
  }
}
/* design-appearance　2カラム 画像幅 */
/* .design-appearance-2col figure {
  flex-basis: 46%;
} */
@media (max-width: 767px) {
  .design-appearance-2col figure {
    flex-basis: 100%;
    margin-bottom: 5rem;
  }
}

@media (max-width: 480px) {
  .design-appearance-2col figure img:nth-of-type(2) {
    padding-top: 40px;
  }
}

/* design-entrance　2カラム 上下画像間余白 */
.design-entrance figure {
  margin: 0 auto 5rem;
  width: 78%;
  max-width: 1024px;
}

/* design-innerplan　2カラム コンテンツ幅 */
.design-innerplan-2col {
  /* display: flex;
  justify-content: space-between; */
  margin: 0 auto;
}
@media (max-width: 767px) {
  .design-innerplan-2col {
    display: block;
  }
}

/* design-innerplan　2カラム 画像幅 */
.design-innerplan-2col figure {
  flex-basis: 49.5%;
  margin-bottom: 5rem;
}
.innerplan_bottom {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .design-innerplan-2col figure {
    flex-basis: 100%;
  }
  .innerplan_bottom {
    width: 90%;
  }
}

/* Plan
------------------------------ */
/* 二棟目プランの色変更 */
body.plan .plan-type-list__item-second a:hover {
  background-color: rgba(167,117,112, 0.2);
  opacity: 1;
}
body.plan .plan-type-list__storey-second {
  background-color: #a77570;
}

/* PLAN枠内余白狭め */
@media (max-width: 768px) {
  body.plan .plan-type-list__item a.narrow {
    padding: 1.3rem 0 0;
  }
}

/* 210709add */
.garage {
  margin-top: 100px !important;
}

.garage_txt {
  max-width: 700px;
  margin: 0 auto;
}

.garage .container.border-bottom {
  padding-bottom: 4rem;
}

.garage .container.border-bottom::after {
  background: none;
}

.garage figure.border-bottom {
  padding-bottom: 7.5rem;
  position: relative;
}

.garage figure.border-bottom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 84%;
  height: 1px;
  background-color: #c6cfc8;
  content: "";
  display: block;
}

@media screen and (max-width: 768px) {
  .garage figure {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .garage {
    margin-top: 70px !important;
  }
  
  .garage_txt {
    max-width: 310px;
    margin-bottom: 40px;
  }
  
  .garage .container.border-bottom {
    padding-bottom: 0;
  }
  
  .garage figure.border-bottom {
    padding-bottom: 40px;
  }
}



.design-entrance-bottom {
  background-color: #f2efdf;
  padding: 30px 0;
}

.bottom-inner {
  display: flex;
  margin: 0 auto;
  width: 86%;
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .design-entrance-bottom {
    padding: 3rem 1.8rem;
  }
  .bottom-inner {
    display: block;
    width: 100%;
  }
  .design-entrance-bottom figure:nth-of-type(1),
  .design-entrance-bottom figure:nth-of-type(2) {
    padding-bottom: 0.8rem;
  }
}

.design-entrance-bottom figure {
  margin: auto;
  width: 100%;
}

.location-mapimg {
  margin: 0 auto 7.8rem;
  width: 1024px;
}

@media screen and (max-width: 768px) {
  .location-mapimg {
    margin: 0 auto 2.4rem;
    width: 100%;
  }

  .location-map__train {
    padding: 0 2rem;
  }
}

.pc_show {
  display: block;
}

.sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }

  .sp_show {
    display: block;
  }
}</pre></body></html>