@charset "utf-8";

/*----------------------
common
-------------------------*/

#loading  {
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #f8f3ed;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 9999999999999;
}
.loading-logo{
  margin:0 auto 20px;
  text-align:center;
}
.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    justify-content: space-between;
    display: flex;
}
.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #00a4c4;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



.top-cmn__more a {
    display: block;
    color: var(--base-color4);
    padding: 40px;
    background: var(--base-color6);
}
.top-cmn__more a i {
    background: var(--base-color4);
}
.top-cmn__more a i:after{
	border-top: solid 2px var(--base-color4);
	border-right: solid 2px var(--base-color4);
}

/*----------------------
fv
-------------------------*/
#fv {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	justify-content: center;
	align-items: center;
    background-image: url("../img/home/fv.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#fv.active {
	opacity: 1;
}
.fv-text {
	display:none;
}


@media (max-width: 815px) {

	.fv-text {
		max-width: 80%;
	}

}


/*----------------------
top-concept
-------------------------*/
#top-concept {
}


@media (max-width: 815px) {


}


/*----------------------
top-policy
-------------------------*/
#top-policy {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 1415px;
    padding: 80px 0;
    background-image: url("../img/home/policy_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top-policy__in {
    width: 650px;
    height: 100%;
    padding-top: 60px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 60px;
    top: 0;
}
.top-policy__in .contents-catch {
	margin-bottom: 60px;
}
.t-p__text p {
    margin-bottom: 40px;
    line-height: 2.8;
    
}
.t-p__text p:last-child {
    margin-bottom: 0;
}
.t-policy__more {
	width: 410px;
	position: absolute;
	right:-410px;
	bottom:0;
}


@media (max-width: 815px) {

	#top-policy {
		height: auto;
	}
	.top-policy__in {
		width: 100%;
		padding: 60px 20px 20px;
		background: rgba(255,255,255,0.8);
		margin: auto;
		position: relative;
		left: auto;
		top: 0;
	}
	.t-p__text p {
		margin-bottom: 20px;
	}
	.t-policy__more {
		width: 100%;
		margin-top: 50px;
		position: relative;
		right: auto;
	}


}


/*----------------------
top-threehouse
-------------------------*/
#top-threehouse {
	background: url("../img/home/threehouse_bg.jpg");
}
.top-threehouse__in {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}
.top-threehouse-main {
    width: 70%;
}
.top-threehouse-main-box {
	display: none;
}
.t-t-main-box-header {
	display:flex;
    align-items: center;
	margin: 70px 0 100px;
	color: var(--base-color3);
}
.t-t-main-box-header .num {
	color: #cbc2ac;
	font-size: 32px;
	font-weight: 600;
	margin-right: 40px;
}
.t-t-main-box-header .title {
	font-size: 40px;
	font-weight: 500;
	margin-right: 40px;
}
.t-t-main-box-header .title-en {
	font-size: 12px;
}
.t-t-main-box-con .main-img {
	text-align:center;
	margin-bottom: 40px;
}
.t-t-main-box-con .main-info {
}
.t-t-main-box-con .main-info:before {
	content: '';
	display:block;
	width: 637px;
	height: 85px;
	background-image: url("../img/home/three_house_fuki.png");
	background-position :center;
	background-repeat: no-repeat;
	background-size: cover;
	margin:0 auto 40px;
}
.t-t-main-box-con .main-info p {
/*	font-size: var(--base-fontM22-size);*/
}
.t-t-main-box-con .to-detail {
	margin-top: 40px;
}

.top-threehouse-sub {
    width: 30%;
    padding-left: 5%;
}
.top-threehouse-sub__list > li {
    text-align: center;
    margin-bottom: 80px;
	cursor: pointer;
}
.top-threehouse-sub__list > li:last-child {
    margin-bottom: 0;
}
.top-threehouse-sub__list .thumb {
	text-align:center;
	margin-bottom: 40px;
}
.top-threehouse-sub__list .info .title {
    font-size: var(--base-fontM30-size);
    font-weight: normal;
	color: var(--base-color3);
}
.top-threehouse-sub__list .info .title-en {
    font-size: 12px;
    font-weight: normal;
	margin-top: 10px;
}
.top-threehouse-sub__list .info .desc {
	color: var(--base-color3);
	margin-top: 10px;
	line-height:2;
}


@media (max-width: 815px) {


	.top-threehouse__in {
		margin-top: 80px;
		display: block;
	}
	.top-threehouse-main {
		width: 100%;
		margin-bottom: 50px;
	}
	.t-t-main-box-header .num {
		margin-right: 20px;
	}
	.t-t-main-box-header .title {
		font-size: 24px;
		margin-right: 20px;
	}
	.t-t-main-box-con .main-info:before {
		display:none;
	}
	.t-t-main-box-con .main-info p {
		font-size: 12px;
	}
	.t-t-main-box-con .main-info {
		text-align: left;
	}

	.top-threehouse-sub {
		width: 100%;
		padding-left: 0;
	}
	.top-threehouse-sub__list {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.top-threehouse-sub__list > li {
		display: inline-block;
		width: 200px;
		margin-bottom: 0;
		margin-left: 5%;
	}
	.top-threehouse-sub__list > li:first-child {
		margin-left: 0;
	}
	.top-threehouse-sub__list .info .title-ja {
		white-space: normal;
	}
	.top-threehouse-sub__list .info .title-en {
		font-size: 10px;
		margin-top: 10px;
		white-space: normal;
	}
	.top-threehouse-sub__list .info .desc {
		text-align: left;
		font-size: 10px;
		white-space: normal;
	}

}


/*----------------------
top-staff
-------------------------*/
#top-staff {
	padding: 0;
	overflow: hidden;
}
.top-staff__in {
    display: flex;
    flex-wrap: wrap;
	max-height: 1630px;
}
.top-staff__in-info {
    display: flex;
    width: 60%;
    max-height: 1630px;
    padding: 0 20px;
    text-align: center;
    align-items: center;
    position: relative;
}
.top-staff__in-info .t-s__text p {
    margin-top: 40px;
    line-height: 2.8;
    
}
.top-staff__in-img {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.top-staff__list {
    width: 49.5%;
}
.top-staff__list .slick-slide {
	margin-bottom: 1%;
}
#top-staff__list02 {
	margin-top: -160px;
}
.t-s__more {
    text-align: right;
    width: 70vw;
    position: absolute;
    bottom: 0;
    right: 0;
}


@media (max-width: 815px) {

	.top-staff__in {
		max-height: 100%;
	}
	.top-staff__in-info {
		display: block;
		width: 100%;
		max-height: 100%;
		padding: 0;
	}
	.top-staff__in-info .contents-catch__title {
		text-align: left;
	}
	.top-staff__in-info .t-s__text p {
		margin-top: 20px;
		line-height: 2;
		text-align: left;
	}
	.t-s__more {
		text-align: center;
		width: 100%;
		position: relative;
		margin-top: 30px;
	}
	.top-staff__in-img {
		width: 100%;
		display: block;
	}
	.top-staff__list {
		width: 100%;
	}
	.top-staff__list .slick-list {
        overflow: visible;
	}
	#top-staff__list02 {
		display: none;
	}



}


/*----------------------
top-blog
-------------------------*/
#top-blog {
    max-width: 1630px;
    border: solid 20px var(--base-color2);
    padding: 120px 0 0;
	margin: auto;
}
.top-blog__in {
    max-width: 880px;
    margin: 0 auto;
}
.top-blog__list >li {
	margin-top: 70px;
}
.top-blog__list >li a {
    display: block;
    padding-right: 150px;
    position: relative;
}
.post-date {
    font-size: 14px;
    color: #9f957b;
	margin-bottom: 10px;
}
.post-title {
    font-size: var(--base-fontM22-size);
	font-weight: 500;
    color: #3d3737;
}
.post-desc {
    color: #9f957b;
	margin-bottom: 10px;
}
.post-desc {
    color: #9f957b;
	margin-bottom: 10px;
}
.post-tags span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: var(--base-color6);
	padding: 2px 5px;
	border-radius: 5px;
}
.top-blog__list >li a  i.arrow {
	background: var(--base-color6);
    position: absolute;
    right: 0;
    top: 48%;
}
.top-blog__list >li a  i.arrow:after {
    border-top: solid 2px var(--base-color6);
    border-right: solid 2px var(--base-color6);
}

.t-blog__more {
	margin-top: 160px;
    text-align: right;
}

@media (max-width: 815px) {

	#top-blog {
		border: solid 10px var(--base-color2);
		padding: 60px 0 0;
	}
	.top-blog__list >li {
		clear: both;
	}
	.top-blog__list >li a {
		padding-right: 0;
	}
	.top-blog__list >li a i.arrow {
		position: relative;
		right: 0;
		top: auto;
		margin-top: 20px;
		margin-left: 0;
		float: right;
	}
	.post-tags span {
		font-size: 10px;
		padding: 2px 5px 4px;
	}
	.t-blog__more {
		margin-top: 80px;
		margin-bottom: 20px;
	}
	.top-cmn__more a {
		padding: 20px;
	}

}


/*----------------------
top-example
-------------------------*/
#top-example {
    overflow: hidden;
}
.top-example-header {
    background: var(--base-color2);
    padding: 0 5%;
}
.top-example-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-example-header .contents-catch {
    width: 700px;
    background: #fff;
    padding: 20px 0;
	margin-bottom:0;
}
.top-example-header .contents-catch__title {
	margin-top:20px;
}
.top-example-header__subtitle {
    text-align: center;
    color: var(--base-color4);
    padding: 0 120px;
}
.top-example-header__subtitle p {
    font-size: 12px;
}
.top-example-header__subtitle h3 {
    font-size: 24px;
    font-weight: normal;
    
}
.top-example__in {
	margin-top: 120px;
}
.top-example__in .swiper-container {
	overflow: visible;
}
.top-example__in .swiper-slide {
	padding: 0 10px;
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.top-example__in .swiper-button-next,
.top-example__in .swiper-button-prev {
    color: var(--base-color6);
    width: 108px;
    height: 108px;
    background: #fff;
    border: solid 2px var(--base-color6);
	top: 35%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-example__in .swiper-button-next:hover,
.top-example__in .swiper-button-prev:hover {
    background: var(--base-color6);
    color: var(--base-color1);
}
.top-example__in .swiper-button-next {
	right: -55px;
}
.top-example__in .swiper-button-prev {
	left: -55px;
}
.example-slide-main {
	position: relative;
}
.example-slide-main .t-example-info {
    position: absolute;
	top: 110px;
	left: 110px;
}
.t-example-info__catch span {
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    padding: 2px 10px 8px;
    margin-bottom: 15px;
    background: #fff;
}
.t-example-info__title {
	color: #fff;
    font-size: var(--base-fontM22-size);
	margin-top: 20px;
}
.example-slide-main .to-detail {
    background: url(../img/home/example_detail_bg.png);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 180px 0 0 0;
    overflow: hidden;
}
.example-slide-main .to-detail a {
    display: block;
    color: var(--base-color6);
    width: 246px;
    height: 192px;
    padding-top: 90px;
    padding-right: 25px;
}
.example-slide-main .to-detail a i {
	background: var(--base-color6);
}
.example-slide-main .to-detail a i:after {
    border-top: solid 2px var(--base-color6);
    border-right: solid 2px var(--base-color6);
}

.example-slide-sub__list {
	opacity: 0;
	visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.example-slide-sub__list > li {
    width: 33.33333333333333%;
}

.top-example__in .swiper-slide-active {
    filter: grayscale(0);
}
.top-example__in .swiper-slide-active .example-slide-sub__list {
	opacity: 1;
	visibility: visible;
}

.t-example__more {
	text-align: right;
	margin-top: 70px;
    background: var(--base-color2);
}

@media (max-width: 815px) {

	.top-example-header {
		padding: 20px 0;
	}
	.top-example-header .inner {
		display: block;
	}
	.top-example-header .contents-catch {
		padding: 20px 0;
		width: auto;
	}
	.top-example-header__subtitle {
		padding: 20px 0 0;
	}
	.top-example-header__subtitle h3 {
		font-size: 16px;
	}

	.top-example__in {
		margin-top: 60px;
	}
	.example-slide-main .t-example-info {
		top: 30px;
		left: 30px;
	}
	.t-example-info__catch span {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.t-example-info__title {
		margin-top: 10px;
	}
	.top-example__in .swiper-slide {
		padding: 0;
	}
	.top-example__in .swiper-button-next,
	.top-example__in .swiper-button-prev {
		width: 40px;
		height: 40px;
		top: 40%;
	}
	.top-example__in .swiper-button-prev {
		left: -15px;
	}
	.top-example__in .swiper-button-next {
		right: -15px;
	}
	.top-example__in .swiper-button-prev:after,
	.top-example__in .swiper-button-next:after {
		font-size: 20px;
	}
	.example-slide-main .to-detail {
		display:none;
	}
	.t-example__more {
		margin-top: 20px;
		padding: 15px 0;
	}

}


/*----------------------
top-modelhouse
-------------------------*/
.modelhouse-tag {
	margin-top: 0;
	margin-bottom: 30px;
}


@media (max-width: 815px) {


}


/*----------------------
top-event
-------------------------*/
.top-event__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-event__in-box {
    width: 48%;
}
.top-event__in-box h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.top-event__in-box h3 {
	color: var(--base-color2);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 90px;
}
.top-event__in-box .box {
    padding: 100px 50px 30px;
	border: solid 3px var(--base-color5);
	background: #fff;
}
.top-event__list > li:not(:last-child) {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 2px var(--base-color5);
}
.top-event__list >li a {
	color: var(--base-color2);
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.event-thumb {
	width: 48%;
}
.event-info {
	width: 48%;
}
.event-info-category {
}
.event-info-category span {
	display: inline-block;
	font-size: 14px;
	padding: 10px 30px;
	border:solid 3px;
}
.event-info-title {
	margin-top: 20px;
	line-height:2;
}
.top-event__in-box .to-detail {
    margin-top: 50px;
}
.top-event__in-box .to-detail a {
	color: var(--base-color5);
}
.top-event__in-box .to-detail a i {
	background:var(--base-color5);
}
.top-event__in-box .to-detail a i:after {
	border-top: solid 2px var(--base-color5);
    border-right: solid 2px var(--base-color5);
}


@media (max-width: 815px) {

	.top-event__in-box {
		width: 100%;
		margin-bottom: 70px;
	}
	.top-event__in-box h2 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.top-event__in-box h3 {
		color: var(--base-color2);
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 50px;
	}
	.top-event__in-box .box {
		padding: 50px 15px;
		background: #fff;
	}
	.top-event__list > li:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.event-thumb {
		width: 30%;
	}
	.event-info {
		width: 70%;
		padding-left: 20px;
	}
	.event-info-category span {
		font-size: 10px;
		padding: 2px 10px;
		border: solid 1px;
	}
	.event-info-title {
		margin-top: 5px;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}


}

