:root{
	--default: #231815;
	--cont-color: #B9B5B4;
	--default-bg: #ffffff;
	--lightgray: #F7F6F7;
	--lightgray-list: #E7E6E5;
	--light-gray-border: #CCCCCC;
	--contact-bg: #F0EFEF;
	--deep-gray: #7E7D7F;
	--gray: #666666;
	--blog: #008B43;
	--event: #F2C81F;
	--news: #084A95;
	--red: #B23D26;
	--light-red: #C63838;
	--beige: #F7EDE2;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
}

body{
	width: 100%;
	margin: auto;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	letter-spacing: 1px;
	color: var(--default);
	background: var(--default-bg);
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	/*font-family: adobe-caslon-pro, serif;*/
	font-weight: 600;
	font-style: normal;
	margin: 0;
}


a{
	text-decoration: none;
}

ul, ol{
	list-style: none;
	margin: 0;
}
body.home img,#header img, #footer img {
	display: inline;
	width: 100%;
}
.sub-image-area .r-box img {
	display: inline;
	width: 100%;
	height: auto;
}

#content, .hentry, #access .menu-header, div.menu,
#colophon, #branding, #main, #wrapper{
	max-width: none;
	width: 100%;
	padding: 0;
	margin: auto;
}

#header{
	position: relative;
	display: flex;
	padding: 0;
	min-height: 6.25rem;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
}

#header .logo-box{
	max-width: 360px;
}

#header .logo-box a{
	display: block;
	padding: 1rem 1.25rem;
}

ul.nav{
	display: flex;
	margin: auto;
}

ul.nav li a{
	color: var(--default);
	font-size: 0.875rem;
	padding: 1.25rem;
}

.hum{
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--news);
	cursor: pointer;
	right: 1rem;
	top: 1rem;
}

.hum span{
	position: absolute;
	display: block;
	width: 60px;
	height: 0;
	left: 20px;
	transition: .4s;
}

.hum span:nth-child(-n+3){
	height: 2px;
	background: var(--default-bg);
}

.hum span:nth-child(1){
	top: 1.5rem;
}

.hum span:nth-child(2){
	top: 2.5rem;
}

.hum span:nth-child(3){
	top: 3.5rem;
}

.hum span:nth-child(4){
	top: 4.25rem;
}

.hum span:nth-child(4)::before{
	content: "MENU";
	position: absolute;
	height: 0;
	color: var(--default-bg);
	text-align: center;
	align-content: center;
	left: 0;
	right: 0;
	margin: auto;
}

.hum.active span:nth-child(-n+3){
	top: 2.5rem;
}

.hum.active span:nth-child(1){
	transform: rotate(45deg);
}

.hum.active span:nth-child(2){
	transform: rotate(135deg);
}

.hum.active span:nth-child(3){
	transform: rotate(315deg);
	opacity: 0;
}

.hum.active span:nth-child(4)::before{
	content: "CLOSE";
}

body.home .entry-content, .entry-summary{
	padding: 0;
}
.entry-content {
	padding: 2rem;
}

.top-cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.top-cont .logo-box{
	position: absolute;
	left: 30px;
	top: 30px;
}

.top-cont .logo-box img{
	max-width: 320px;
}

.top-cont .logo-box h1{
	font-size: 3.75rem;
	line-height: 100%;
	margin: 5px 0 0 0;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5),0px 0px 5px rgba(255, 255, 255, 0.5),0px 0px 5px rgba(255, 255, 255, 0.5);
}
.top-cont .img-box {
	width: 100%;
	position: relative;
}

.more a{
	display: block;
	width: 70px;
	height: fit-content;
	aspect-ratio: 1 / 1;
	border: 1px solid var(--default);
	border-radius: 100%;
	background-image: url(https://taka-home.com/wphp/wp-content/images/arrow-icn.png);
	background-position: center;
	background-size: 36px auto;
	background-repeat: no-repeat;
}

#content h2{
	width: fit-content;
	min-height: 150px;
	align-content: end;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 100%;
	color: var(--default);
	padding: 1.5rem 3.125rem 0.5rem 2rem;
	border-left: 2px solid var(--deep-gray);
}

body.home #content h2:first-letter{
	font-size: 2.75rem;
}

#content h2 small{
	font-size: 1.125rem;
	line-height: 100%;
	font-family: adobe-caslon-pro, serif;
	color: var(--cont-color);
	margin-left: 1.25rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	letter-spacing: 0px;
	letter-spacing: 0.06em;
}

#content p {
	margin-bottom: 1.75rem;
}

.cont-box.news{
	margin: auto;
	margin-top: 8.75rem;
	width: calc(100% - 18.75rem);
}

.cont-box.news .col2-box{
	display: flex;
	align-items: end;
	margin-bottom: 3rem;
}

ul.news-list{
	width: 100%;
	display: flex;
	margin-bottom: 16.25rem;
}

ul.news-list li{
	position: relative;
	width: calc(100% / 3);
	margin-right: 3.125rem;
}

ul.news-list li:last-child{
	margin-right: 0;
}

ul.news-list li::before{
	content: "";
	position: absolute;
	width: 0px;
	height: 95%;
	border-right: 1px solid var(--deep-gray);
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

ul.news-list li:last-child::before{
	border-right: 0;
}

ul.news-list li a{
	color: var(--default);
}

ul.news-list li a span{
	display: block;
}

ul.news-list li a span.date-box{
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}

ul.news-list li a span.date-box .category{
	max-width: 140px;
	min-height: 2.25rem;
	width: 100%;
	align-content: center;
	text-align: center;
	margin-right: 1rem;
}

ul.news-list li a span.date-box .category:first-letter{
	text-transform: uppercase;
}

ul.news-list li a span.date-box .category.blog{
	color: var(--default-bg);
	background: var(--blog);
}

ul.news-list li a span.date-box .category.event{
	background: var(--event);
}

ul.news-list li a span.date-box .category.news{
	color: var(--default-bg);
	background: var(--news);
}

ul.news-list li a span.date-box .date{
	font-size: 1.375rem;
	font-weight: 600;
}

ul.news-list li a span.title-name .li-name{
	font-size: 1.5rem;
	margin-bottom: .75rem;
}

ul.news-list li a span.title-name .detail{
	font-size: 0.75rem;
	color: var(--deep-gray);
}

#content .cont-box.company h2 small{
	display: block;
	margin-left: 0;
}

.cont-box p {
	line-height: 220%;
	word-break: auto-phrase;
	color: var(--deep-gray);
}

.cont-box .img-box{
	display: grid;
}

.cont-box.company .col2-box{
	width: calc(100% - 9.5rem);
	display: flex;
	margin-left: 0;
	margin-right: auto;
}

.cont-box.company .col2-box.rev{
	flex-direction: row-reverse;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 18.75rem;
}

.cont-box.company .col2-box .l-box{
	display: grid;
}

.cont-box.company .col2-box.rev .l-box {
	margin-top: 4.25rem;
}

.cont-box.company .col2-box .l-box img{
	min-height: 480px;
	object-fit: cover;
}

.cont-box.company .col2-box.rev .l-box img{
	min-height: 440px;
}

.cont-box.company .col2-box .r-box{
	position: relative;
	max-width: 360px;
	width: 100%;
	margin-left: 50px;
}

.cont-box.company .col2-box.rev .r-box{
	margin-left: 0;
	margin-right: 50px;
}

.cont-box.company .col2-box .r-box p{
	margin-top: 3rem;
	line-height: 200%;
	word-break: auto-phrase;
}

.cont-box.company .col2-box .r-box .more{
	position: absolute;
	bottom: 0;
	right: 0;
}

.cont-box.concept{
	display: flex;
	width: calc(100% - 18.75rem);
	margin: auto;
	margin-bottom: 5rem;
}

.cont-box.concept .col2-box{
	display: flex;
}

#content .cont-box.concept .col2-box .l-box h2 {
	margin-bottom: 3.125rem;
}

#content .cont-box.concept .col2-box .l-box h2 small {
	display: block;
	margin-left: 0;
}

.cont-box.concept .col2-box .l-box .cl2{
	display: flex;
	justify-content: space-between;
}

.cont-box.concept .col2-box .l-box .cl2 .l-area {
	position: relative;
	max-width: 640px;
	width: 100%;
	margin-right: 2.5rem;
}

.cont-box.concept .col2-box .l-box .cl2 .l-area p{
	margin-bottom: 4rem;
}

.cont-box.concept .col2-box .l-box .cl2 .l-area .more {
	position: absolute;
	bottom: 0;
	right: 0;
}

.cont-box.concept .col2-box .l-box .cl2 .r-area{
	display: grid;
	max-width: 275px;
	margin-top: 2.5rem;
}

.cont-box.concept .col2-box .r-box {
	max-width: 380px;
	margin-top: 5.5rem;
	margin-left: 2.25rem;
}

ul.link-list li{
	margin-bottom: 1.5rem;
}

ul.link-list li a {
	position: relative;
	display: block;
	min-height: 3rem;
	align-content: center;
	color: var(--default);
	font-size: 1.5rem;
	letter-spacing: 2px;
	line-height: 120%;
	padding-left: 4rem;
	z-index: 1;
}

ul.link-list li a::before {
	content: "";
	position: absolute;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 100%;
	background-image: url(https://taka-home.com/wphp/wp-content/images/arrow-icn.png);
	background-size: 1.5rem auto;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

ul.link-list li a::after {
	content: "";
	position: absolute;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 100%;
	background: var(--lightgray-list);
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
.cont-box.model {
	width: calc(100% - 18.75rem);
	margin: auto;
	margin-bottom: 13.5rem;
}

.cont-box.model .col2-box.column .img-box{
	max-width: 1110px;
	margin: auto;
}

#content .cont-box.model .col2-box.column .col3-box {
	display: flex;
	align-items: end;
	margin-top: -2.25rem;
}

#content .cont-box.model .col2-box.column .col3-box h2 {
	max-width: 520px;
	width: 100%;
}

#content .cont-box.model .col2-box.column .col3-box h2 small {
	display: block;
	margin-left: 0;
}

#content .cont-box.model .col2-box.column .col3-box p{
	margin-top: 0;
}

.cont-box.works {
	width: calc(100% - 9.5rem);
	margin: 0 0 20rem auto;
}

.cont-box.works .col2-box{
	display: flex;
	justify-content: space-between;
}

.cont-box.works .col2-box .l-box{
	position: relative;
	max-width: 420px;
	width: 100%;
	margin-right: 5rem;
}

#content .cont-box.works .col2-box .l-box h2 small {
	display: block;
	margin-left: 0;
}

.cont-box.works .col2-box .r-box {
	width: calc(100% - 500px);
}

.works-list {
	display: flex;
	gap: 2.25rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.works-list::-webkit-scrollbar {
	display: none;
}

.works-item {
	flex: 0 0 340px;
}

.works-img-container {
	width: 100%;
	aspect-ratio: 2 / 3; 
	overflow: hidden;
	background-color: #f0f0f0;
}

body.home img.works-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.slider-nav {
	position: absolute;
	max-width: 200px;
	width: 100%;
	justify-content: space-between;
	display: flex;
	gap: 10px;
	bottom: 0;
	right: 0;
}

.nav-btn {
	cursor: pointer;
	width: 70px;
	height: fit-content;
	aspect-ratio: 1 / 1;
	content-visibility: hidden;
	background: transparent;
	border: 1px solid var(--default);
	border-radius: 100%;
	background-image: url(https://taka-home.com/wphp/wp-content/images/arrow-icn.png);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: center;
}

#prevBtn.nav-btn {
	transform: rotate(180deg);
}

.cont-box.customer {
	margin-bottom: 12.5rem;
}

.cont-box.customer .col3-box{
	display: flex;
	justify-content: space-between;
}

.cont-box.customer .col3-box .c-box{
	max-width: 580px;
	width: 100%;
	margin: 0 2.5rem;
}

.cont-box.customer .col3-box .l-box,
.cont-box.customer .col3-box .r-box{
	width: 30%;
}

.cont-box.customer .col3-box .r-box{
	display: grid;
}

.cont-box.customer .col3-box .r-box .tx-box{
	width: 60%;
	margin-top: 0;
	margin-bottom: auto;
}

.cont-box.customer .col3-box .r-box .tx-box p{
	margin-top: 0;
}

.cont-box.customer .col3-box .l-box .img-box img,
.cont-box.customer .col3-box .r-box .img-box img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.cont-box.customer .col3-box .r-box .img-box {
	margin-bottom: 0;
	margin-top: auto;
}


.cont-box.customer .col2-box{
	display: flex;
	width: calc(100% - 18.75rem);
	margin: auto;
	align-items: end;
}

#content .cont-box.customer .col2-box h2 small {
	display: block;
	margin-left: 0;
}

.cont-box.subdivision{
	width: calc(100% - 9.5rem);
	margin: 0 0 14.5rem auto;
}

.cont-box.subdivision .col2-box{
	display: flex;
	align-items: center;
}

.cont-box.subdivision .col2-box .l-box{
	position: relative;
	margin-right: 5.625rem;
}

#content .cont-box.subdivision h2 {
	min-height: 230px;
	line-height: 130%;
	letter-spacing: 4px;
	padding-right: 2rem;
	min-width: 280px;
	align-content: center;
}

#content .cont-box.subdivision h2 small {
	display: block;
	margin-left: 0;
}

.cont-box.subdivision .col2-box .more{
	position: absolute;
	right: 0;
	bottom: -2.5rem;
}

.cont-box.subdivision .col2-box .r-box img{
	min-height: 300px;
	object-fit: cover;
	object-position: left;
}

.cont-box.contact{
	background: var(--contact-bg);
	padding: 2rem 0;
	margin-bottom: 3rem;
}

.cont-box.contact .col2-box{
	width: calc(100% - 18.75rem);
	display: flex;
	margin: auto;
}

.cont-box.contact .col2-box .l-box {
	max-width: 380px;
	width: 100%;
	align-content: center;
	padding-left: 2.5rem;
}

#content .cont-box.contact .col2-box .l-box h4 {
	font-family: 'hiragino-kaku-gothic-pron';
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 150%;
}

#content .cont-box.contact .col2-box .l-box .link a{
	text-decoration: underline;
	color: var(--default);
}

.cont-box.contact .col2-box .r-box{
	width: 100%;
}

ul.contact li a{
	display: block;
	min-height: 12.5rem;
	align-content: center;
	padding-left: 10rem;
	color: var(--default);
	font-size: 3rem;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: left 2.5rem center;
}

ul.contact li.tel a{
	border-bottom: 1px solid var(--deep-gray);
	background-image: url(https://taka-home.com/wphp/wp-content/images/tel-icn.png);
	background-size: 100px auto;
}

ul.contact li.mail a{
	background-image: url(https://taka-home.com/wphp/wp-content/images/mail-icn.png);
	background-size: 90px auto;
}

/* slider */

.metaslider .slides li,
.metaslider .slides img {
	object-fit: contain;
	height: 450px;
	width: auto !important;
}

.gallery-box {
	margin-bottom: 10rem;
}

.exit-top {
	width: fit-content;
	margin: auto;
	margin-bottom: 2.5rem;
}

.exit-top a{
	display: grid;
}

.exit-top a img{
	width: fit-content;
}

#content .gallery-box h2{
	width: calc(100% - 18.75rem);
	padding: 0;
	margin: auto;
	border: none;
	align-content: center;
	font-family: adobe-caslon-pro, serif;
}

#footer{
	background: var(--lightgray);
	margin: auto;
}

#footer .col2{
	display: flex;
	margin-bottom: 1.75rem;
}

#footer .col2 .l-box,
#footer .col2 .r-box{
	width: 50%;
	align-content: center;
}

#footer .col2 .l-box .foot-logo{
	max-width: 480px;
	margin: 0 auto 1.25rem;
}

#footer .col2 .l-box p.from-tx{
	max-width: 480px;
	margin: 0 auto 4rem;
	font-size: 0.875rem;
	color: var(--deep-gray);
}

#footer .col2 .l-box ul.foot-nav{
	max-width: 480px;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	margin: 0 auto;
}

#footer .col2 .l-box ul.foot-nav li{
	width: 100%;
	margin-bottom: 0.5rem;
}

#footer .col2 .l-box ul.foot-nav li:nth-child(1),
#footer .col2 .l-box ul.foot-nav li:nth-child(4),
#footer .col2 .l-box ul.foot-nav li:nth-child(7),
#footer .col2 .l-box ul.foot-nav li:nth-child(9){
	max-width: 190px;
}

#footer .col2 .l-box ul.foot-nav li:nth-child(2),
#footer .col2 .l-box ul.foot-nav li:nth-child(5),
#footer .col2 .l-box ul.foot-nav li:nth-child(8),
#footer .col2 .l-box ul.foot-nav li:nth-child(10){
	max-width: 150px;
}

#footer .col2 .l-box ul.foot-nav li:nth-child(3),
#footer .col2 .l-box ul.foot-nav li:nth-child(6){
	max-width: 140px;
}

#footer .col2 .l-box ul.foot-nav li:nth-child(9),
#footer .col2 .l-box ul.foot-nav li:nth-child(10){
	margin-bottom: 0;
}

#footer .col2 .l-box ul.foot-nav li a{
	color: var(--default);
}

#footer .col2 .r-box iframe{
	display: block;
	width: 100%;
}

#footer .copyright{
	background: var(--default-bg);
	min-height: 3rem;
	font-size: 0.75rem;
	text-align: center;
	align-content: center;
}

#footer .copyright a{
	color: var(--default);
}

h1.entry-title,h1.page-title {
	margin: 0 auto;
	line-height: 1.125;
	padding: 6.25rem 2rem 5rem 2rem;
	text-align: center;
	background-color: #EDEDED;
}

#bread-area{
	padding-bottom: 6.25rem;
	background: #EDEDED;
}

#bread-area .breadcrumbs {
	max-width: 1300px;
	width: calc(100% - 4rem);
	margin: auto;
}
#bread-area .breadcrumbs span{
	color: var(--gray);
	font-size: 0.75rem;
}

#bread-area .breadcrumbs span a{
	text-decoration: underline;
}
#bread-area .breadcrumbs span a {
	color: var(--gray);
}

.sub-image-area{
	position: relative;
	max-width: 1300px;
	width: calc(100% - 4rem);
	margin: auto;
	margin-top: -5.625rem;
}

.sub-image-area .l-box{
	position: absolute;
	width: 100%;
	bottom: 3rem;
}

#content .sub-image-area .l-box h2 {
	min-height: auto;
	align-content: unset;
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 100%;
	color: #000;
	padding: 0;
	border-left: none;
	text-shadow: 0px 0px 8px rgb(255, 255, 255),0px 0px 8px rgb(255, 255, 255),0px 0px 8px rgb(255, 255, 255);
}

#content .sub-image-area h2 small {
	display: block;
	font-size: 2.5rem;
	color: #666666;
	line-height: 2.5rem;
	margin-left: 0;
	margin-top: 23px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.sub-image-area .r-box{
	display: grid;
	max-width: 1000px;
	width: calc(100% - 300px);
	min-height: 8.125rem;
	margin-right: 0;
	margin-left: auto;
}

.inner.sub{
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 10rem 0 12.5rem;
}

.inner.sub.contact{
	padding-top: 2.5rem;
}

.inner.sub .col2{
	display: flex;
	justify-content: center;
	margin: auto;
	margin-bottom: 10rem;
}

.inner.sub .col2:last-of-type{
	margin-bottom: 0;
}

#content .inner.sub .col2 .l-box {
	max-width: 400px;
	width: 100%;
	padding: 0 3.75rem;
}

#content p.mar6r25{
	margin-bottom: 6.25rem;
}

#content .inner.sub h2{
	width: 100%;
	font-size: 2.75rem;
	border-left: none;
	align-content: unset;
	font-weight: 500;
	padding: 0;
}

#content .inner.sub h2 small {
	display: block;
	font-weight: 500;
	margin: auto;
	margin-top: 1rem;
	letter-spacing: 0.08em;
	padding-left: .5rem;
	font-size: 1.25rem;
}

#content .inner.sub .col2 .r-box {
	max-width: 800px;
	width: 100%;
}

#content .inner.sub .col2 .r-box p{
	line-height: 2rem;
	margin-bottom: 1.75rem;
}

#content .inner.sub .col2 .r-box.philo-tx{
	counter-reset: num;
}

#content .inner.sub .col2 .r-box.philo-tx p{
	position: relative;
    padding-left: 4rem;
    font-size: 1.125rem;
    line-height: 2.5rem;
}

#content .inner.sub .col2 .r-box.philo-tx p::before{
	counter-increment: num 1;
	content: counter(num);
	position: absolute;
    width: 2.5rem;
    height: fit-content;
    aspect-ratio: 1 / 1;
    font-family: adobe-caslon-pro, serif;
    font-size: 1.75rem;
	text-align: center;
	line-height: 100%;
	color: var(--default-bg);
	align-content: end;
	background: var(--default);
	left: 0;
	top: 0;
}

#content .inner.sub .col2 .r-box p.ceo-tx{
	margin-bottom: 0;
	margin-top: 5rem;
	font-weight: 500;
	text-align: end;
}

#content .inner.sub .col2 .r-box h5{
	position: relative;
	min-height: 3.5rem;
	align-content: center;
	padding-left: 3.5rem;
	font-size: 1rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

#content .inner.sub .col2 .r-box h5::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 0;
	border-bottom: 1px solid var(--default);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
}

#content table.about{
	margin-bottom: 4.25rem;
}

#content table.about,
#content table.about tr th,
#content table.about tr td{
	border-collapse: collapse;
	border: none;
	background: transparent;
}


#content table.about tr th,
#content table.about tr td{
	line-height: 150%;
	padding: 1rem 0.5rem;
	border-bottom: 1px solid var(--light-gray-border);
}

#content table.about tr th{
	vertical-align: baseline;
}

#content .inner.sub .col2 .r-box .gmap{
	display: inline;
}

#content .inner.sub .col2 .r-box .gmap iframe{
	width: 100%;
	max-height: 400px;
}

#footer .col2.single {
	padding: 6rem 0;
	margin: 0;
}

#footer .col2.single .l-box{
	width: 100%;
	display: flex;
}

#footer .col2.single .l-box .tx-box{
	width: 50%;
}

#footer .col2.single .l-box p.from-tx {
	margin: 0 auto;
}

#footer .col2.single .l-box ul.foot-nav {
	align-content: center;
}
#footer .col2.single .r-box{
	display: none;
}

#content p.red-tx{
	text-align: center;
	line-height: 225%;
	margin-bottom: 2rem;
	color: var(--red);
	font-weight: 700;
}

#content .privacy-box{
	max-width: 1260px;
	width: 100%;
	margin: auto;
}

#content .privacy-box p,
#content .privacy-box ol{
	margin-bottom: 2.5rem;
	font-size: 0.875rem;
}

#content h3.policy{
	padding-left: 1rem;
	min-height: 2rem;
	align-content: center;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 1rem;
	border-left: 5px solid #757575;
	margin-bottom: 2.5rem;
}

#content .privacy-box p.mar1r{
	margin-bottom: 1rem;
}

#content p.mar2r5{
	margin-bottom: 2.5rem;
}

#content .privacy-box p:last-child{
	margin-bottom: 0;
}

#content .privacy-box h4{
	position: relative;
	padding-left: 2.5rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	align-content: center;
	margin-bottom: 1rem;
}

#content .privacy-box h4::before{
	content: "";
	position: absolute;
	width: 2rem;
	height: 0;
	border-bottom: 1px solid var(--default);
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#content .privacy-box ol {
	counter-reset: number;
}

#content .privacy-box ol li{
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.5rem;
}

#content .privacy-box ol li::before{
	counter-increment: number 1;
	content: counter(number) "．";
	position: absolute;
	left: 0;
	top: 0;	
}

#content table.contact,
#content table.question,
#wpcf7cpcnf table{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	margin-bottom: 3.5rem;
	border-collapse: collapse;
	border: none;
}

#content table.contact.mb0,#wpcf7cpcnf table {
	margin-bottom: 0;
}

#content table.contact tr th,
#content table.contact tr td,
#content table.question tr th,
#content table.question tr td,
#wpcf7cpcnf table th,
#wpcf7cpcnf table td{
	display: block;	
	border: none;
	padding: 1rem;
}

#content table.contact tr th,
#content table.question tr th,
#wpcf7cpcnf table tr th{
	background: var(--beige);
}

#content table.contact tr td,
#content table.question tr td,
#wpcf7cpcnf table tr td {
	padding: 1.5rem 1rem;
	margin-bottom: 1rem;
}

#content table.contact tr td input[type="text"],
#content table.contact tr td input[type="tel"],
#content table.contact tr td input[type="email"],
#content table.contact tr td textarea,
#content table.question tr td input[type="text"]{
	font-size: 1rem;
	width: 100%;
	border: 1px solid var(--cont-color);
	padding: 0.5rem;
	background: var(--lightgray);
}

#content table.contact tr td p,
#content table.question tr td p{
	margin-bottom: 0.5rem;
}
#content table.contact tr td p:last-child,#content table.contact tr th p,#wpcf7cpcnf table th p:last-child,#wpcf7cpcnf table td p:last-child,
#content table.question tr td p:last-child,#content table.question tr th p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

span.required{
	display: inline-block;
	max-width: 50px;
	width: 100%;
	min-height: 1.25rem;
	font-size: 0.875rem;
	line-height: 100%;
	align-content: center;
	text-align: center;
	color: var(--default-bg);
	background: var(--light-red);
	margin-left: 1rem;
}

.wpcf7-list-item {
	display: block!important;
	margin: auto!important;
	margin-bottom: 0.5rem !important;
}

.wpcf7-list-item:last-child {
	margin-bottom: 0!important;
}

input[type="submit"] {
	display: block;
	max-width: 280px;
	width: 100%;
	min-height: 60px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 2px;
	border: none;
	color: var(--default-bg);
	border-radius: 1.875rem;
	background: var(--light-red);
	margin: auto;
	cursor: pointer;
}

.contact-area {
	margin-bottom: 15rem;
}
.link-more {
	display: flex;
	justify-content: flex-end;
	padding-top: 2rem;
	padding-right: .5rem;
}
.link-more a {
	color: #000;
	display: block;
	border-radius: 50vh;
	border: 1px solid #000;
	padding: .5rem 3rem .5rem 2.5rem;
	position: relative;
	transition: all .6s;
}
.link-more a::before {
	position: absolute;
	right: 12px;
	top: 8px;
	content: '→';
}
.link-more a:hover {
	background-color: #000;
	color: #FFF;
}
.inner.sub p {
	line-height: 1.8;
}
#content .cont-inner h3 {
	font-size: 3rem;
	line-height: 1.25;
	padding: 0 0 2rem 0;
	margin: 0 auto 3rem auto;
	text-align: center;
	position: relative;
}

#content .cont-inner h3.big {
	font-size: 3.5rem;
	color: var(--light-red);
}

#content .cont-inner h3::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 320px;
	height: 1px;
	content: '';
	background: #000;
}
.smile-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.smile-box .image {
	width: 40%;
	margin: 0 7% 0 0;
}
.smile-box .tx {
	width: 48%;
	margin-right: 5%;
}
#content .smile-box p {
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
#content .smile-box h3 {
	font-size: 2rem;
	color: #333;
	padding: 1.5rem 0;
	margin: 0 0 1rem 0;
}
.kodawari-head {
	padding: 5rem 0 7rem 0;
	text-align: center;
}
.kodawari-head .title-tx {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.25;
}
.kodawari-head .title-tx .fs-s {
	font-size: 1.125rem;
}
.kodawari-head .title-tx .num {
	font-size: 2.5rem;
}
ul.btn-col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 3rem 0;
}
ul.btn-col2 li {
	width: 44%;
	margin: 0 3%;
}
ul.btn-col2 li a {
	display: block;
	padding: 3.5rem 1rem 5rem 1rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	position: relative;
}

ul.btn-col2 li:first-child a {
	color: var(--event);
	background-color: var(--news);
}

ul.btn-col2 li:last-child a {
	color: var(--news);
	background-color: var(--event);
}

ul.btn-col2 li a:hover {
	transition: all .6s;
	opacity: .6;
}
ul.btn-col2 li a strong {
	font-size: 3rem;
}
ul.btn-col2 li a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	content: '';
	margin: auto;
	transform: rotate(45deg);
	width: 24px;
	height: 24px;
	border-bottom: #000 4px solid;
	border-right: #000 4px solid;
}

ul.btn-col2 li:first-child a::before {
	border-color: var(--event);
}

ul.btn-col2 li:last-child a::before {
	border-color: var(--news);
}

.beige-box {
	padding: 50px;
	background-color: #f7f3e4;
	margin: 2rem auto;
}
.sub-catch,#content .cont-inner .sub-catch {
	font-size: 1.5rem;
	color: #c9322f;
	text-align: center;
}
.white-box {
	padding: 3rem;
	background-color: #FFF;
}
#content .white-box p:last-child {
	margin-bottom: 0;
}
.beige-box .white-box {
	text-align: center;
}
.beige-box .white-box p {
	text-align: left;
	padding-top: 3rem;
}
.beige-box .white-box h4 {
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.25;
	padding-bottom: .25rem;
	display: inline;
	background: linear-gradient(transparent 60%, #ffd9d9 0%);
}

.beige-box .white-box h4 strong.tx-red{
    color: var(--light-red);
    font-size: 3.75rem;
}

p.w96per {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
}
.mbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 2.5rem 0;
}
.mbox .tx {
	width: 43%;
	margin: 0 5% 0 0;
}
.mbox .image {
	width: 46%;
	margin: 0 6% 0 0;
}
.hikaku-image {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
	padding: 1.5rem 0 3rem 0;
}
#content .cont-inner h5 {
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1rem 1.5rem;
	margin: 0 0 1rem 0;
	border-left: 5px solid #757575;
}
.cont-inner {
	padding: 0 0 15rem 0;
}

.staff-box{
	margin-bottom: 8.25rem;
}

.staff-box:last-of-type{
	margin-bottom: 0;
}

#content .staff-box h3{
    position: relative;
    font-size: 2rem;
    align-content: center;
    padding: 3.25rem 2.25rem;
    border-left: 5px solid #747575;
    min-height: 130px;
    max-height: 180px;
    margin-bottom: -1.875rem;
    z-index: 1;
}

#content .staff-box h3 small{
	display: block;
	max-width: 5rem;
	width: 100%;
	margin-bottom: 0.625rem;
	font-size: 1.125rem;
	text-align: center;
	font-weight: 400;
	color: var(--default-bg);
	background: #A8A7A7;
}

#content .staff-box h3 ruby rt{
	font-size: 0.75rem;
}

.staff-box .beige-box{
	display: flex;
	background: #FBF8F4;
	padding: 3.75rem 2.25rem;
	padding-right: 5.625rem;
	margin: auto;
}

.staff-box .beige-box .l-box{
	max-width: 220px;
	width: 100%;
	margin-right: 8rem;
}

.staff-box .beige-box .l-box img{
	display: block;
	width: 100%;
}

#content .staff-box .beige-box .r-box h4{
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 100%;
	color: #936B61;
	padding-left: 2.25rem;
	margin-bottom: 1.5rem;
}

#content .staff-box .beige-box .r-box h4::before{
	content: "";
	position: absolute;
	width: 1.75rem;
	height: 1px;
	background: #936B61;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#content .staff-box .beige-box .r-box dl{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.75rem;
	margin-bottom: 3.75rem;
}

#content .staff-box .beige-box .r-box dl.prof dt{
	position: relative;
	max-width: 120px;
	width: 100%;
	padding-left: 1.25rem;
	font-weight: 500;
}

#content .staff-box .beige-box .r-box dl.prof dt::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
    left: 0.25rem;
    top: 0.5625rem;
	background-image: url(https://taka-home.com/wphp/wp-content/images/staff-arrow.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

#content .staff-box .beige-box .r-box dl.prof dd{
	width: calc(100% - 120px);
}

#content .staff-box .beige-box .r-box dl.zayu dt{
	max-width: 5rem;
	width: 100%;
	font-weight: 700;
}

#content .staff-box .beige-box .r-box dl.zayu dd{
	width: calc(100% - 5rem);
}

.staff-box .beige-box .r-box p{
    word-break: auto-phrase;
    text-align: justify;
}

#content .staff-box .beige-box .r-box h5{
	font-size: 1rem;
}

ul.check {
	padding: 1rem 2.25rem;
}
ul.check li {
	min-width: 450px;
	background-color: #f7f3e4;
	margin: 0 0 1rem 0;
	padding: .5rem 1rem .5rem 3.5rem;
	border-radius: 50vh;
	position: relative;
	font-size: 1.125rem;
}
ul.check li::before {
	position: absolute;
	left: 24px;
	top: 12px;
	content: '';
	width: 18px;
	height: 15px;
	background-image: url(https://taka-home.com/wphp/wp-content/uploads/2026/02/check-orange.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.results-title {
	margin: 4rem auto 2rem auto;
	max-width: 800px;
	padding: 0 0 0 220px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.25;
	position: relative;
}
.red-frame {
	font-size: 2rem;
	background-color: #db0e0e;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	padding: .5rem 1.25rem;
	line-height: 1;
	vertical-align: bottom;
}
.results-title .fs-ll {
	font-size: 5.5rem;
}
.results-title .fs-l {
	font-size: 3.75rem;
}
.results-title::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 190px;
	height: 154px;
	background-image: url(https://taka-home.com/wphp/wp-content/uploads/2026/02/trophy.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
#content .inner.sub p.fc-orange {
	line-height: 1.25;
	text-align: center;
	font-size: 1.5rem;
	color: #f74a14;
	padding-top: 1rem;
}
.cont-inner .col2-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 3rem 0;
}
.cont-inner .col2-box .box {
	width: 50%;
	padding: 0 2.5rem;
	font-size: 1.125rem;
}
.cont-inner .col2-box .box ul.check {
	padding: 1rem 0;
}
.w780-box {
	width: 90%;
	max-width: 780px;
	margin: 0 auto;
	padding: 2.5rem 0;
}
ul.col3-c {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.col3-c li {
	width: calc(100% / 3);
	padding: 0 1rem;
	margin: 1.5rem 0 0 0;
}
ul.col3-c.spec li {
	background-color: #f4f4ed;
	font-size: 1.5rem;
	padding: 3rem 1.5rem;
	width: 29.333%;
	margin: 1.5rem 2% 0 2%;
	text-align: center;
	font-weight: 600;
}
#content .cont-inner p {
	font-size: 1.125rem;
}
.fc-red {
	color: #F00;
}
.cont-inner.hosyo .beige-box .white-box h4 {
	text-align: left;
	font-size: 2.75rem;
	color: var(--light-red);
	background: transparent;
	display: block;
}
.cont-inner.hosyo .beige-box .white-box p {
	padding-top: 1.5rem;
}
.cont-inner.last {
	padding-bottom: 0;
}
.flow-chart {
	width: 100%;
	max-width: 1100px;
	margin: 5rem auto 0 auto;
	position: relative;
	counter-reset: number 0;
}
.flow-chart::before {
	width: 15px;
	height: 100%;
	background-color: #c6b6af;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	content: '';
}
.flow-chart .flow-box {
	position: relative;
	z-index: 3;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff4f0;
	border-radius: 15px;
	margin: 0 auto 5rem auto;
	align-items: center;
}
.flow-chart .flow-box:last-of-type {
	margin-bottom: 0;
}
.flow-chart .flow-box .image {
	width: 27%;
	margin: 0 4%;
}
.flow-chart .flow-box .tx {
	width: 57%;
	margin: 0 4%;
	padding: 2rem 0;
}
.flow-chart .flow-box:nth-child(2n+1) {
	flex-flow: row-reverse;
}
.flow-chart .flow-box .tx h4 {
	position: relative;
	padding: 25px 0 25px 70px;
	font-size: 1.25rem;
}
.flow-chart .flow-box .tx h4::before {
	counter-increment: number 1;
	content: counter(number);
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #b28e7b;
	color: #FFF;
	border-radius: 50vh;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.flow-chart .flow-box .image img {
	margin-top: -35px;
	margin-bottom: 35px;
}
#content .cont-inner .flow-chart .flow-box .tx p {
	margin-bottom: 0;
}
.flow-chart .flow-box:nth-child(6) img,
.flow-chart .flow-box:nth-child(8) img,
.flow-chart .flow-box:nth-child(9) img,
.flow-chart .flow-box:nth-child(10) img,
.flow-chart .flow-box:nth-child(11) img,
.flow-chart .flow-box:nth-child(12) img {
	margin: 0;
}
.sub-image-area.one-title {
	margin-top: -2rem;
}
.sub-image-area .l-box.single {
	position: static;
}
#content .sub-image-area .l-box.single h2 small {
	font-size: 4rem;
	font-weight: 400;
}
body.single .entry-content {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.entry-content ul.top-slide {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.entry-content ul.top-slide,.entry-content ul.top-slide02 {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top-slide,.top-slide02 {
	width: 100%;
	margin: 0 auto;
}
.top-slide .slide-item,.top-slide02 .slide-item {
	margin: 0;
	box-sizing: border-box;
	padding: 0 18px;
}
.top-slide .slick-slide,.top-slide02 .slick-slide {
	padding: 0;
	line-height: 0;
}
.slick-slide img {
	width: 100% !important;
	height: 450px;
	object-fit: cover;
}
.main-slide .slick-slide img {
	height: 90vh;
	object-fit: cover;
}
#nav-below {
	clear: both;
	display: flex !important;
	width: 100% !important;
	padding: 20px 2rem;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

#nav-below a, #nav-below span {
	display: inline-block !important;
	float: none !important;
	padding: 7px 14px;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
}
.nav-numbers {
	flex-grow: 1;
}
.nav-links-right {
	white-space: nowrap;
}
.page-numbers.dots {
	border: none !important;
	padding: 7px !important;
}
.nav-numbers .current {
	font-weight: bold;
	background-color: #f7f3e4;
	border: none !important;
}
#nav-below .nav-links-right a {
	padding: 7px 9px;
	font-size: 20px;
}
.status-area {
	margin-top: -3rem;
	display: flex;
	justify-content: flex-end;
	padding: 0 1.5rem;
	margin-bottom: 5rem;
}
.status-box {
	background-color: #e24f1b;
	color: #FFF;
	font-size: 1.25rem;
	display: inline-block;
	line-height: 1;
	padding: .5rem 1rem;
	font-weight: bold;
}
#content table.lfs {
	max-width: 1000px;
	width: 94%;
	margin: 3rem auto;
	border-width: 0;
	border-collapse: collapse;
}
#content table.lfs th, #content table.lfs td {
	border: 1px solid #CCC;
	margin: 0;
	border-width: 0 0 1px 0;
	padding: 12px;
}
#content table.lfs th {
	background-color: transparent;
	color: #c45118;
}
.btn-post-list {
	margin: 0 auto;
	padding: 2rem 1rem 8rem 1rem;
	text-align: center;
}
.btn-post-list a {
	color: #000;
	border: 1px solid #000;
	display: block;
	max-width: 280px;
	margin: 0 auto;
	line-height: 1.1;
	padding: 1.25rem 2rem;
	border-radius: 50vh;
	position: relative;
	transition: all .6s;
}
.btn-post-list a::before {
	position: absolute;
	right: 15px;
	top: 18px;
	content: '→';
	font-size: 20px;
}
.btn-post-list a:hover {
	background-color: #000;
	color: #FFF;
}
body.archive #content,body.search #content {
	padding-bottom: 6rem;
}
.archive-fl-box {
	max-width: 1300px;
	margin: 0 auto;
	padding: 5rem 1rem 0 1rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.archive-fl-box .hentry {
	width: calc(100% / 3);
	margin: 0 0 5rem 0;
	padding: 0 2.5rem;
}
.archive-fl-box .hentry img {
	width: 100%;
	height: auto;
}
body.post-type-archive-landforsale .archive-fl-box .hentry a {
	display: block;
}
.thum-image {
	position: relative;
	display: block;
}
.thum-image .status-box {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1rem;
}
body.post-type-archive-landforsale #content .archive-fl-box h2,body.post-type-archive-works #content .archive-fl-box h2,body.post-type-archive-voice #content .archive-fl-box h2 {
	min-height: initial;
	padding: .5rem 0;
	font-size: 1.25rem;
	border-left: none;
	font-weight: 600;
	margin: 0 0 .5rem 0;
}
body.post-type-archive-works #content .archive-fl-box a,body.post-type-archive-voice #content .archive-fl-box a {
	color: #000;
}
body.post-type-archive-landforsale #content .archive-fl-box a {
	color: #000;
	font-size: .875rem;
}
body.post-type-archive-landforsale #content .archive-fl-box dl {
	display: grid;
	grid-template-columns: 74px 1fr;
	row-gap: 5px;
	align-items: start;
}
body.post-type-archive-landforsale #content .archive-fl-box dt {
	background-color: #f7e8ad;
	padding: .25rem;
	text-align: center;
	line-height: 1.1;
	grid-column: 1;
}
body.post-type-archive-landforsale #content .archive-fl-box dd {
	grid-column: 2;
	margin-left: 0;
	padding-left: .5rem;
	line-height: 1.5;
}
body.single-works .entry-content {
	margin-top: -5rem;
}
.works-comment {
	max-width: 1050px;
	margin: 0 auto;
	padding: 3rem 1rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.works-comment .w-title {
	font-family: adobe-caslon-pro, serif;
	font-size: 2rem;
	color: #686868;
	width: 25%;
	padding: .5rem;
	line-height: 1;
}
.works-comment .w-comment {
	width: 75%;
	border-left: 2px solid #7e7d7f;
	padding: .5rem .5rem .5rem 3rem;
	line-height: 1.75;
}
body.single-post #nav-below {
	padding-bottom: 7rem;
}
body.single-post #nav-below {
	padding-bottom: 7rem;
	flex-wrap: wrap;
	justify-content: center;
}
body.single-post #nav-below .nav-previous, body.single-post #nav-below .nav-next {
	margin: 0 1rem;
}
body.single-post #nav-below a {
	border: 1px solid #333;
	border-radius: 50vh;
	line-height: 1;
	padding: 1rem 2rem;
	transition: all .6s;
}
body.single-post #nav-below a span {
	border: none;
	padding: 0;
	transition: all .6s;
}
body.single-post #nav-below a:hover {
	background-color: #000;
	color: #FFF;
}
body.single-post #nav-below a:hover span {
	color: #FFF;
}
body.category .hentry,body.search .hentry {
	max-width: 1300px;
	margin: 0 auto;
	padding: 3rem .5rem;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted #666;
	width: calc(100% - 4rem);
}
body.category #content .hentry h2,body.search #content h2 {
	border-left: none;
	min-height: initial;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0;
}
body.category #content .hentry h2 a,body.search #content .hentry h2 a {
	text-decoration: underline;
	color: #000;
}
body.category .hentry .blog a,body.category .hentry .event a,body.category .hentry .news a  {
	display: block;
	background: var(--blog);
	color: #FFF;
	line-height: 1;
	padding: .25rem .5rem;
	min-width: 80px;
	text-align: center;
	margin-right: 2rem;
}
body.category .hentry .event a {
	background: var(--event);
}
body.category .hentry .news a {
	background: var(--news);
}
body.category .hentry .date,body.search .hentry .date {
	margin-right: 2rem;
}
.ms-slide .ms-slide-bgcont {
	text-align: center;
}
.ms-inner-controls-cont {
	max-height: 600px;	
}
.ms-slide .ms-slide-bgcont img {
	max-height: 100%;
	width: auto !important;
	margin: 0 auto !important;
}
.voice-main-image {
	margin: -75px auto 0 auto;
	text-align: center;
	padding-bottom: 2rem;
	width: 90%;
}
body.single-voice #content img {
	height: auto;
	max-width: 100%;
}
.voice-content {
	padding: 0 1rem;
	max-width: 1300px;
	margin: 0 auto;
}
#content .voice-content h2 {
	min-height: initial;
	padding: 2.5rem 1.5rem;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 2rem auto;
	width: 100%;
	border-left: 5px solid #757575;
}
.concept-box p {
	font-size: 1rem;
	width: 94%;
	margin: 0 auto;
}
.house-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 2.5rem 0;
}
.house-box .image {
	width: 40%;
}
.house-box .tx {
	width: 50%;
	margin: 0 5%;
	padding: .75rem 0;
}
#content .voice-content h3 {
	font-size: 18px;
	color: #333;
	margin: 0 0 .75rem 0;
	padding-left: 2.5rem;
	position: relative;
}
#content .voice-content h3::before {
	position: absolute;
	left: 0;
	top: 11px;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #333;
}
#content .house-box p {
	margin-bottom: 3.5rem;
	line-height: 2;
}
#content .house-box p:last-child,#content .message-box .message p:last-child {
	margin-bottom: 0;
}
ul.cols3-scan {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	justify-content: center;
	margin: 0 auto;
	padding: 2.5rem 0 5rem 0;
	max-width: 936px;
}
ul.cols3-scan li {
	width: calc(100% / 3);
	padding: 0 1rem;
}
ul.cols3-scan li a {
	display: block;
	border: 1px solid #CCC;
	position: relative;
}
ul.cols3-scan li a img.attachment-thumbnail {
	opacity: .8;
}
ul.cols3-scan li a::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(https://taka-home.com/wphp/wp-content/uploads/2026/02/icon-plus.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
	z-index: 2;
}
.message-box {
	background-color: #fcf9f5;
	margin: 0 auto;
	padding: 4rem 3rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.message-box .title {
	width: 20%;
	margin-right: 5%;
}
.message-box .message {
	width: 75%;
	border-left: 2px solid #7e7d7f;
	padding-left: 3.5rem;
	padding-right: 2rem;
}
#content .message-box h4 {
	font-size: 22px;
	position: relative;
	padding-left: 3rem;
}
#content .message-box h4::before {
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #606060;
}
.message-box .title p.en {
	color: #966c62;
	font-size: 17px;
	padding-left: 3rem;
	padding-top: .25rem;
	font-family: adobe-caslon-pro, serif;
}
#content .message-box h5 {
	font-size: 18px;
	color: #966c62;
	margin-bottom: .75rem;
}
#content .message-box .message p {
	margin-bottom: 3rem;
}
body.post-type-archive #content .archive-fl-box a:hover {
	opacity: .6;
}
.lfs-comment-area {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem .5rem 0 .5rem;
}
.cont-box.works .col2-box .l-box .link-more {
	padding-bottom: 7rem;
	padding-top: 0;
}
#content .cont-inner .h-emphasis {
	display: flex;
	justify-content: center;
	position: relative;
}
#content .cont-inner .h-emphasis h3 {
	color: #ea2e0f;
	font-size: 4.5rem;
	padding: 7rem .5rem 0 .5rem;
	background: linear-gradient(transparent 80%, #ffe66c 0%);
}
#content .cont-inner .h-emphasis h3::before {
	display: none;
}
#content .cont-inner .h-emphasis::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: '';
	width: 300px;
	height: 100px;
	background-image: url(https://taka-home.com/wphp/wp-content/uploads/2026/03/heading-emphasis.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: auto;
}
.cont-inner.hosyo .beige-box {
	background: #ffd119;
	background: linear-gradient( #fff7cc 0%, #fff6a6 23%, #F2C81F 100%);
}
.cont-inner.hosyo .beige-box .white-box {
	border: 1px solid #EFEFEF;
}
.mh-cs-tx {
	width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
	max-width: 780px;
}
.mh-cs-image {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 5rem;
}
body.staff .inner.sub {
	padding-top: 5rem;
}
.maps-wrap {
	margin: 0 auto;
	padding: 3rem 0;
	max-width: 1000px;
}
.google-maps {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 450px;
    position: relative;
}
.google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
#content .mh-head h3 {
	font-size: 1.5rem;
	line-height: 1.7;
	position: relative;
	padding-bottom: 1.5rem;
	text-align: center;
	margin-bottom: 2rem;
}
#content .mh-head h3::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background-color: #333;
	content: '';
	margin: auto;
}
body.modelhouse .inner.sub {
	padding: 5rem 0 0 0;
}
#content .mh-head p {
	font-size: 1.125rem;
}
.mh-intro {
	padding: 5rem 0;
}
.mh-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 5rem 0;
}
.mh-cont .photo, .mh-cont .tx {
	width: 50%;
}
.mh-cont img {
	transition: all .6s;
}
.mh-cont img:hover {
	transition: all .6s;
	transform: scale(1.1);
}
.mh-cont .tx {
	padding: 0 3.5rem 0 0;
}
#content .mh-cont h3 {
	padding: 1.5rem 0;
	font-size: 1.25rem;
	text-align: center;
	width: 100%;
}
#content .mh-cont .tx h3 {
	text-align: left;
}
.mh-intro .mh-cont:nth-child(2n+1) {
	background-color: #f7f3e4;
	margin: 5rem auto;
	padding: 2.5rem;
}
ul.photo2-over {
	margin-top: -130px;
	position: relative;
	z-index: 2;
}
ul.photo2-over li {
	text-align: right;
}
ul.photo2-over li:nth-child(2) {
	text-align: left;
}
ul.photo2-over li img {
	width: 65%;
}
ul.photo2-over li:nth-child(2) img {
	position: relative;
	margin-top: -50px;
}
.mh-cont ul.col3-img {
	display: grid;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.mh-cont ul.col2-img {
	display: grid;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	grid-template-columns: 1fr 1fr;
	gap: 20px;animation-duration
}
.mh-cont.rev {
	flex-direction: row-reverse;
}
.mh-cont.rev .tx {
	padding: 0 0 0 2.75rem;
}
.mh-map {
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 5rem 0;
}
.mh-slide .slick-slide img {
	height: auto;
	object-fit: initial;
}
.movie-area {
	padding: 5rem 1.5rem;
}
.movie-area .movie-wrap {
	max-width: 720px;
	margin: 0 auto;
}
div.wpcf7cp-btns {
	margin: 2rem auto;
	max-width: 1100px;
}
div.wpcf7cp-btns button {
	font-size: 1rem;
	padding: 5px 20px;
}
/* animation */
.fadeIn {
  opacity:0;
}

.anime {
  animation-name: fade_bottom;
  animation-duration: 1.5s;
  opacity:1;
}
@keyframes fade_bottom{
  from{
    opacity: 0;
    transform: translateY(80px);
  }
  
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade_in{
  from{
	opacity: 0;
	transform: translateY(-80px);
  }
  
  to{
	opacity: 1;
	transform: translateY(0);
  }
}

@media screen and ( min-width:1025px ) {
	body.single-voice #fancybox-wrap {
		left: 0 !important;
		right: 0 !important;
		margin: auto;
		width: 800px !important;
		overflow: auto !important;
	}
	body.single-voice #fancybox-outer {
		width: 800px !important;
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
	}
	body.single-voice #fancybox-content {
		max-width: none !important;
		max-height: none !important;
		overflow: auto !important;
		width: 800px;
		height: auto;
		margin: auto;
	}
	body.single-voice #fancybox-outer #fancybox-close {
		top: 15px;
		right: 15px;
		position: absolute;
	}
	.top-cont .img-box .smp {
		display: none;
	}
	.top-cont .logo-box {
		left: 50px;
		top: 50px;
	}
	.top-cont .logo-box h1 {
		line-height: 1.25;
	}
	.top-cont .logo-box h1 .txbr {
		display: inline-block;
		width: 100%;
	}
}
@media screen and ( min-width:1351px ) {
	body.single .entry-content {
		padding: 2rem 0;
	}
}
@media screen and ( min-width:1441px ) {
	ul.news-list li {
		padding-right: 2.25rem;
	}
	#header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		background: rgba(255,255,255,.65);
	}
}
@media screen and ( max-width:1600px ) {
	ul.nav li a {
		padding: 1.25rem .8rem;
	}
}
@media screen and ( max-width:1440px ) {
	#header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	ul.nav{
		opacity: 0;
		visibility: hidden;
		position: fixed;
		flex-wrap: wrap;
		max-width: 700px;
		width: 100%;
		height: fit-content;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition: .4s;
	}

	ul.nav::before{
		content: "";
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: #fffffff0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		margin: auto;
	}

	ul.nav.active{
		opacity: 1;
		visibility: visible;
	}

	ul.nav li{
		width: calc(50% - 1rem);
		margin: auto;
		min-height: 60px;
		text-align: center;
		align-content: center;
		z-index: 1;
	}

	ul.nav li a{
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.125rem;
	}


	ul.nav li a::before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-bottom: 1px solid var(--default);
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.4s;
	}

	ul.nav li a:hover::before{
		width: 120px;
	}

	.hum{
		display: block;
		z-index:100;
		text-align: center;
	}

	.cont-box.news {
		max-width: 1200px;
		margin: auto;
		margin-top: 7.5rem;
		width: calc(100% - 4rem);
	}

	ul.news-list {
		flex-wrap: wrap;
		margin-bottom: 12.5rem;
	}

	ul.news-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}

	ul.news-list li::before{
		width: 100%;
		height: 0;
		border-right: none;
		border-bottom: 1px solid;
		top: auto;
		left: 0;
	}

	ul.news-list li a span.title-name .li-name {
		min-height: auto;
	}

	ul.news-list li a span.title-name .detail p{
		margin: 0;
		margin-bottom: 0.5rem;
	}

	.cont-box.concept,
	.cont-box.model,
	.cont-box.customer .col2-box,
	.cont-box.contact .col2-box,
	#content .gallery-box h2{
		max-width: 1200px;
		width: calc(100% - 4rem);
		justify-content: space-between;
	}

	.cont-box.company .col2-box,
	.cont-box.works,
	.cont-box.subdivision{
		max-width: 1200px;
		width: calc(100% - 2rem);
	}

	.cont-box.news .col2-box {
		width: 100%;
		justify-content: space-between;
	}

	.cont-box.model{
		margin-bottom: 10rem;
	}

	.cont-box.works{
		margin-bottom: 12.5rem;
	}

	.cont-box.company .col2-box.rev {
		margin-bottom: 12.5rem;
	}

	.cont-box.concept {
		display: flex;
	}

	.cont-box.customer .col3-box .r-box .tx-box{
		width: 80%;
	}

	.cont-box.customer .col3-box .c-box{
		width: 35%;
	}
	#taishin::before,#dannetsu::before,#kodawari::before,#flow::before,#policy::before {
		content: ' ';
		display: block;
		height: 150px;
		margin-top: -150px;
		vertical-align: top;
	}
}

@media screen and ( max-width:1280px ) {
	.top-cont .logo-box h1 {
		font-size: 3.25rem;
	}
	#taishin .beige-box .white-box h4 .txbr {
		display: inline-block;
	}
	.mbox .tx {
		width: 51%;
		margin: 0 3% 0 0;
	}
	.mbox .image {
		width: 46%;
		margin: 0;
	}
	ul.btn-col2 li a {
		font-size: 1.5rem;
	}
}

@media screen and ( max-width:1160px ) {
	#content h2,
	body.home #content h2:first-letter,
	#content .cont-box.subdivision h2{
		letter-spacing: 2px;
	}

	#content h2{
		min-height: 100px;
		padding: 2rem 3.125rem 0.5rem 2rem;
	}

	#content h2 small,
	#content .cont-box.model .col2-box.column .col3-box h2 small{
		margin-top: 0.25rem;
	}

	ul.news-list {
		margin-bottom: 10rem;
	}

	.cont-box.news .col2-box{
		margin-bottom: 2.5rem;
	}

	.cont-box.company .col2-box.rev {
		margin-bottom: 7.5rem;
	}

	.cont-box.company .col2-box .l-box img {
		min-height: 360px;
	}

	.cont-box.company .col2-box.rev .l-box img {
		min-height: 320px;
	}

	.cont-box.company .col2-box .r-box p {
		margin-top: 1.25rem;
	}

	#content .cont-box.concept .col2-box .l-box h2 {
		margin-bottom: 2rem;
	}

	.cont-box.concept .col2-box .l-box .cl2 .l-area{
		margin-right: 2.5rem;
	}

	.cont-box.concept .col2-box .l-box .cl2 .l-area p {
		margin: auto;
		margin-bottom: 2rem;
	}

	.cont-box.concept .col2-box .l-box .cl2 .r-area {
		max-width: 200px;
	}

	.cont-box.concept .col2-box .r-box {
		display: none;
	}

	ul.link-list li a {
		font-size: 1.25rem;
	}

	.cont-box.works .col2-box {
		flex-direction: column;
	}

	.cont-box.works .col2-box .l-box {
		max-width: none;
		width: calc(100% - 4rem);
		margin-bottom: 2.5rem;
	}

	.cont-box.works .col2-box .r-box {
		width: 100%;
	}

	.cont-box.works .col2-box .l-box p {
		width: calc(100% - 240px);
		margin-top: 1rem;
	}

	.works-item {
		flex: 0 0 260px;
	}

	#content .cont-box.model .col2-box.column .col3-box {
		flex-wrap: wrap;
	}

	#content .cont-box.model .col2-box.column .col3-box p {
		width: calc(100% - 90px);
	}

	.cont-box.customer {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 10rem;
	}

	.cont-box.customer .col3-box {
		flex-wrap: wrap;
		width: calc(100% - 4rem);
		margin: auto;
	}

	.cont-box.customer .col3-box .l-box,
	.cont-box.customer .col3-box .c-box,
	.cont-box.customer .col3-box .r-box .tx-box,
	.cont-box.customer .col3-box .r-box .img-box{
		width: calc(50% - 0.5rem);
		margin: 0;
	}

	.cont-box.customer .col3-box .r-box {
		width: 100%;
		margin: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 1rem;
	}

	.cont-box.customer .col3-box .c-box .img-box img {
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}

	.cont-box.customer .col2-box {
		margin-bottom: 1.25rem;
	}

	.cont-box.subdivision{
		width: calc(100% - 4rem);
		margin: 0 auto 10rem;
	}

	.cont-box.subdivision .col2-box {
		flex-direction: column;
	}

	#content .cont-box.subdivision h2 {
		min-height: auto;
	}

	.cont-box.subdivision .col2-box .l-box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}

	.cont-box.subdivision .col2-box .r-box{
		display: grid;
	}

	.cont-box.subdivision .col2-box .more{
		bottom: 0;
	}

	.cont-box.contact .col2-box{
		flex-direction: column;
	}

	.cont-box.contact .col2-box .l-box{
		margin-bottom: 1.5rem;
	}

	ul.contact li a{
		min-height: 7.5rem;
		font-size: 2.25rem;
	}

	ul.contact li.tel a{
		background-size: 80px auto;
	}

	ul.contact li.mail a{
		background-size: 75px auto;
	}

	.inner.sub {
		padding: 7.5rem 0 10rem;
	}

	.inner.sub .col2 {
		flex-direction: column;
		align-items: center;
		margin-bottom: 7.5rem;
	}

	.inner.sub .col2 .l-box{
		margin-bottom: 2.5rem;
	}

	#content .inner.sub .col2 .l-box h2 {
		text-align: center;
		min-height: initial;
	}

	#content .inner.sub .col2 .r-box{
		max-width: none;
	}
	.cont-box.works .link-more {
		justify-content: flex-start;
		width: calc(100% - 240px);
	}
	#content .inner.sub h2 small {
		padding-left: 0;
	}

	.staff-box .beige-box {
		padding-right: 2.25rem;
	}
	
	.staff-box .beige-box .l-box{
		margin-right: 2.5rem;
	}
	
	.staff-box {
		margin-bottom: 6.25rem;
	}
}

@media screen and ( max-width:1024px ) {

	#content .sub-image-area .l-box h2{
		font-size: 3.75rem;
	}

	#content .sub-image-area h2 small {
		font-size: 1.5rem;
	}

	.sub-image-area .r-box {
		width: calc(100% - 200px);
	}

	#footer .col2 {
		flex-direction: column;
		align-items: center;
		margin: 0;
	}

	#footer .col2 .l-box,
	#footer .col2 .r-box {
		width: 100%;
	}

	#footer .col2 .l-box .foot-logo{
		max-width: 360px;
		margin-top: 4rem;
		margin-bottom: 2rem;
	}

	#footer .col2 .l-box ul.foot-nav {
		display: none;
	}

	#footer .col2 .l-box p.from-tx{
		margin-bottom: 2.5rem;
		text-align: center;
	}

	#footer .col2.single .l-box {
		justify-content: center;
	}

	#footer .col2.single .l-box .foot-logo{
		margin-top: 0;
	}
	.sub-image-area .l-box {
		bottom: 1rem;
	}
	.smile-box {
		flex-direction: column-reverse;
	}
	.smile-box .image,.mbox .image {
		width: 90%;
		margin: 1rem auto;
		max-width: 600px;
	}
	.smile-box .tx,.mbox .tx {
		width: 100%;
		margin: 0 auto;
	}
	#content .smile-box h3 {
		text-align: center;
	}
	ul.btn-col2 li {
		width: 48%;
		margin: 0 1%;
	}
	ul.btn-col2 li a {
		padding: 3rem 1rem;
		font-size: 1.25rem;
	}
	ul.btn-col2 li a strong {
		font-size: 2.5rem;
	}
	.hikaku-image {
		max-width: 720px;
		padding-bottom: 4rem;
	}
	.cont-inner {
		padding: 0 0 9rem 0;
	}
	.results-title {
		padding-left: 155px;
		font-size: 2rem;
		max-width: 600px;
	}
	.results-title::before {
		width: 140px;
		height: 114px;
	}
	.red-frame {
		font-size: 1.25rem;
	}
	.results-title .fs-ll {
		font-size: 4.5rem;
	}
	.results-title .fs-l {
		font-size: 3rem;
	}
	.cont-inner .col2-box .box {
		width: 100%;
	}
	.cont-inner .col2-box .box img {
		max-width: 560px;
		margin: 2rem auto 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
	.archive-fl-box .hentry {
		padding: 0 1.5rem;
	}
	body.post-type-archive-landforsale #content .archive-fl-box a {
		font-size: .75rem;
	}
	body.category #content .hentry h2, body.search #content h2 {
		display: inline-block;
		width: 100%;
		margin-top: 1rem;
	}
	.cont-box.works .col2-box .l-box .link-more {
		padding-bottom: 5rem;
	}
	.title-name {
		padding-bottom: 1rem;
	}
	.top-cont .img-box .pc {
		display: none;
	}
	.mh-intro {
		padding: 0;
	}
	.mh-cont .tx {
		padding-right: 2rem;
	}
	.mh-cont.rev .tx {
		padding-left: 2rem;
	}
	.mh-cont {
		padding: 0;
	}
}

@media screen and ( max-width:960px ) {

	.top-cont .logo-box h1 {
		font-size: 2.5rem;
	}
	.top-cont .logo-box img {
		max-width: 250px;
	}

	.cont-box.news{
		margin-top: 5rem;
	}

	ul.news-list {
		flex-wrap: wrap;
		margin-bottom: 7.5rem;
	}
}

@media screen and ( max-width:768px ) {
	.top-cont .logo-box h1 {
		font-size: 2rem;
	}

	.cont-box.company .col2-box,
	.cont-box.company .col2-box.rev{
		flex-direction: column-reverse;
		width: calc(100% - 4rem);
		margin: auto;
	}

	.cont-box.company .col2-box{
		margin-bottom: 5rem;
	}
	.cont-box.company .col2-box.rev{
		margin-bottom: 7.5rem;
	}

	.cont-box.company .col2-box.rev .l-box{
		margin-top: 0;
	}

	.cont-box.company .col2-box .r-box {
		max-width: none;
		margin-left: 0;
		margin-bottom: 2.5rem;
	}

	.cont-box.company .col2-box .r-box p {
		margin-right: 5rem;
	}

	.cont-box.concept .col2-box .l-box .cl2 .l-area{
		max-width: none;
		margin-right: 0;
	}

	.cont-box.concept .col2-box .l-box .cl2 .r-area {
		display: none;
	}

	.cont-box.works{
		width: calc(100% - 4rem);
		margin: auto;
		margin-bottom: 10rem;
	}

	.cont-box.works .col2-box .l-box{
		width: 100%;
		margin-right: 0;
	}

	.cont-box.works .col2-box .l-box p {
		width: 100%;
		margin-bottom: 1.25rem;
	}

	.slider-nav {
		position: relative;
		margin-right: 0;
		margin-left: auto;
	}

	.works-list{
		gap: 1.25rem;
	}

	.works-item {
		flex: 0 0 180px;
	}

	.cont-box.concept .col2-box .l-box .cl2 .l-area .more {
		position: relative;
		float: right;
	}

	ul.contact li a{
		padding-left: 5.5rem;
		min-height: 6.25rem;
		background-position: left 0.5rem center;
		font-size: 1.75rem;
	}

	ul.contact li.tel a {
		background-size: 60px auto;
	}

	ul.contact li.mail a {
		background-size: 60px auto;
	}

	.flexslider .slides li{
		height: 270px!important;
	}

	#content .sub-image-area .l-box h2 {
		font-size: 2.75rem;
	}

	#content .sub-image-area h2 small {
		font-size: 1.25rem;
		margin-top: 0;
	}

	.sub-image-area .r-box {
		width: calc(100% - 120px);
		min-height: 6.25rem;
	}

	#content .inner.sub .col2 .l-box h2{
		font-size: 2rem;
		min-height: initial;
		margin-bottom: 1.5rem;
	}

	#content table.about tr th,
	#content table.about tr td {
		display: block;
		border-bottom: none;
	}

	#content table.about tr th{
		background: var(--lightgray-list);
	}

	#content table.about tr td {
		margin-bottom: 1.25rem;
	}

	#content table.about {
		margin-bottom: 2.5rem;
	}

	#content .inner.sub h2 {
		font-size: 2.25rem;
		margin-bottom: 1rem;
	}

	#content table.contact,
	#content table.question,
	#wpcf7cpcnf table{
		margin-bottom: 3.75rem;
	}

	.submit {
		margin-bottom:7.5rem;
	}
	.sub-image-area .l-box {
		bottom: 0;
	}
	ul.btn-col2 li a {
		font-size: 1rem;
	}
	ul.btn-col2 li a strong {
		font-size: 1.75rem;
	}
	ul.btn-col2 li a::before {
		width: 12px;
		height: 12px;
		border-width: 3px;
	}
	#content .cont-inner h3 {
		font-size: 2.5rem;
	}
	.sub-catch, #content .cont-inner .sub-catch {
		text-align: left;
		line-height: 1.5;
		font-size: 1.375rem;
	}
	.beige-box .white-box h4 {
		font-size: 2rem;
	}
	ul.check {
		padding: 1rem;
	}
	ul.col3-c.spec li {
		font-size: 1.375rem;
		width: 31.333%;
		margin: 1.5rem 1% 0 1%;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	#content .cont-inner h3,ul.btn-col2 li a,.sub-catch, #content .cont-inner .sub-catch,.beige-box .white-box h4,#content .cont-inner h5,
	#content .inner.sub #taishin p.fc-orange, #content .inner.sub p.fc-orange,.flow-chart .flow-box .tx h4,ul.nav li a {
		word-break: auto-phrase;
	}
	.beige-box {
		padding: 2rem;
	}
	.beige-box .white-box {
		padding: 1.75rem;
	}
	ul.check li {
		min-width: initial;
	}
	#content .inner.sub #taishin p.fc-orange {
		margin-bottom: 0;
	}
	.results-title::before {
		width: 100px;
		height: 81px;
	}
	.results-title {
		padding-left: 115px;
		font-size: 1.5rem;
		max-width: 460px;
	}
	.red-frame {
		font-size: 1.125rem;
		padding: .25rem .5rem;
	}
	.results-title .fs-ll {
		font-size: 3.5rem;
	}
	.results-title .fs-l {
		font-size: 2.25rem;
	}
	.flow-chart .flow-box .image img {
		margin: 0 auto 1rem auto;
	}
	.works-comment {
		padding-top: 0;
	}
	.works-comment .w-title {
		width: 100%;
		padding: 1rem 0;
	}
	.works-comment .w-comment {
		width: 100%;
		border-left: none;
		border-top: 2px solid #7e7d7f;
		padding: 1rem 0;
	}
	.archive-fl-box .hentry {
		margin-bottom: 2rem;
	}
	.house-box .image {
		width: 50%;
	}
	.house-box .tx {
		width: 45%;
		margin: 0 0 0 5%;
	}
	#content .voice-content h3 {
		margin-bottom: .5rem;
	}
	#content .house-box p {
		margin-bottom: 2rem;
		line-height: 1.5;
	}
	.message-box {
		padding: 2.5rem 2rem;
	}
	.message-box .title {
		width: 100%;
		margin: 0 auto 1rem auto;
	}
	.message-box .message {
		width: 100%;
		padding: 0;
		border-left: none;
	}
	#content .message-box h5 {
		font-size: 17px;
	}
	ul.cols3-scan li a::before {
		width: 25px;
		height: 25px;
		top: 45%;
	}
	
    .staff-box .beige-box {
        flex-direction: column;
		align-items: center;
	}
	
	.staff-box .beige-box .l-box{
		margin: 0 auto 2.5rem;
	}
	
	#content .staff-box .beige-box .r-box dl.prof dt {
		max-width: 100px;
	}
	.mh-cont .tx, .mh-cont .photo, .mh-cont.rev .tx {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	ul.photo2-over {
		margin-top: 0;
	}
	.mh-cont ul.col2-img {
		margin-bottom: 10px;
	}
	.movie-area {
		padding: 0 2rem 5rem 2rem;
	}
}

@media screen and ( max-width:640px ) {
	.top-cont .logo-box {
		text-align: center;
		left: initial;
		top: initial;
	}
	.top-cont .logo-box img {
		max-width: 240px;
	}

	.top-cont .logo-box h1 {
		font-size: 2rem;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		line-height: 1.5;
		letter-spacing: .2em;
		text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5),0px 0px 5px rgba(255, 255, 255, 0.5),0px 0px 5px rgba(255, 255, 255, 0.5),0px 0px 5px rgba(255, 255, 255, 0.5),0px 0px 5px rgba(255, 255, 255, 0.5);
	}

	ul.contact li a{
		font-size: 1.25rem;
	}
	ul.nav li a {
		padding: 1.25rem 1rem;
		font-size: 1.25rem;
		color: #000;
	}
	#content .sub-image-area .l-box h2 {
		font-size: 2.25rem;
	}
	#content .sub-image-area h2 small {
		font-size: 1rem;
	}
	.inner.sub {
		padding: 5rem 0 10rem 0;
	}
	#content .smile-box h3 {
		font-size: 1.75rem;
		padding-top: 0;
	}
	ul.btn-col2 li a {
		font-size: .9rem;
		letter-spacing: normal;
	}
	.beige-box .white-box h4 {
		font-size: 1.75rem;
	}
	#content .cont-inner h5 {
		font-size: 1.375rem;
	}
	#content .inner.sub #taishin p.fc-orange,#content .inner.sub p.fc-orange {
		text-align: left;
		font-size: 1.375rem;
	}
	.cont-inner .col2-box .box {
		padding: 0;
	}
	#content .cont-inner h3 {
		font-size: 2.25rem;
	}
	ul.col3-c.spec li {
		width: 48%;
	}
	.flow-chart .flow-box {
		padding: 0 1.5rem;
	}
	.flow-chart .flow-box:nth-child(2n+1) {
		flex-flow: column;
	}
	.flow-chart .flow-box .tx, .flow-chart .flow-box .image {
		margin: 0 auto;
		width: 100%;
	}
	.flow-chart .flow-box .image {
		max-width: 300px;
	}
	ul.btn-col2 li a {
		min-height: 170px;
	}
	#content .cont-inner h5 {
		padding-right: .5rem;
	}
	h1.entry-title, h1.page-title {
		padding-top: 9rem;
	}
	.results-title {
		padding-top: 55px;
		padding-left: 0;
		max-width: initial;
		margin: 2rem auto 1rem auto;
	}
	.results-title::before {
		width: 58px;
		height: 47px;
		margin: auto;
		left: 0;
		top: 0;
		right: 0;
	}
	#content .cont-inner .method h5 br {
		display: none;
	}
	#content .inner.sub .col2 .l-box {
		margin-bottom: 1rem;
	}
	#content .inner.sub .col2 .l-box .img-box img {
		width: 88%;
		max-width: 240px;
		margin: 0 auto 2rem auto;
		display: block;
		height: auto;
	}
	#footer .col2.single {
		padding: 4rem 0;
	}
	#footer .col2.single .l-box .tx-box {
		width: 90%;
	}
	.slick-slide img {
		height: 270px;
	}
	#nav-below {
		font-size: 14px;
		gap: 5px;
	}
	.nav-numbers {
		gap: 5px !important;
	}
	.nav-numbers .dots {
		padding: 0 2px;
		border: none !important;
	}
	#content table.lfs {
		margin-top: 1rem;
	}
	#content table.lfs th, #content table.lfs td {
		width: 100%;
		display: block;
	}
	#content table.lfs th {
		padding-bottom: 0;
		border-width: 0;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px)/2) !important;
	}
	.archive-fl-box .hentry {
		width: calc(100% / 2);
		padding: 0 1rem;
	}
	body.post-type-archive-landforsale #content .archive-fl-box h2 {
		margin: 0;
	}
	#content .sub-image-area .l-box.single h2 small {
		font-size: 3rem;
	}
	.link-more a {
		font-size: .875rem;
	}
	body.category .hentry .date, body.search .hentry .date {
		margin-right: 1rem;
	}
	body.category .hentry .blog a, body.category .hentry .event a, body.category .hentry .news a {
		margin-right: 0;
	}
	#content .inner.sub .col2 .r-box p.ceo-tx {
		margin-top: 3rem;
	}
	body.home #content h2 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.link-more a {
		padding: .25rem 1.25rem;
	}
	.link-more a::before {
		right: 5px;
		top: 4px;
		font-size: 12px;
	}
	body.home #content h2 small {
		width: 100%;
		margin-left: .5rem;
		display: inline-flex;
		margin-top: 1rem;
	}
	.house-box .image, .house-box .tx {
		width: 100%;
		margin: 0 auto;
	}
	ul.cols3-scan {
		padding: 0 0 3.5rem 0;
	}
	ul.cols3-scan li a::before {
		top: 40%;
	}
	.google-maps {
		padding-bottom: 360px;
	}
	.top-cont .logo-box div {
		left: 10px;
		top: 15px;
		position: fixed;
		z-index: 10;
		transition: all 0.5s;
		opacity: 1;
		visibility: visible;
	}
	.top-cont .logo-box div.scroll {
		transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.cont-box.news {
		margin-top: 2.5rem;
	}
	.main-slide .slick-slide img {
		height: 82vh;
	}
	#content .mh-head h3 {
		font-size: 1.25rem;
		letter-spacing: normal;
	}
	#content .mh-head p {
		font-size: 1rem;
	}
	.mh-intro .mh-cont:nth-child(2n+1) {
		margin: 3.5rem auto;
		padding: 1.5rem;
	}
	#content .mh-cont .tx h3 {
		padding-top: 1rem;
	}
}
@media screen and ( max-width:480px ) {
	ul.col3-c.spec {
		padding-top: 0;
	}
	ul.col3-c.spec li {
		width: 100%;
		margin: 0 auto 1rem auto;
	}
	ul.col3-c.spec li:last-child {
		margin-bottom: 0;
	}
	.thum-image .status-box {
		padding: .25rem;
		font-size: .75rem;
		font-weight: normal;
	}
	#content .cont-inner .h-emphasis::after {
		max-width: 300px;
		width: 50%;
		background-position: center bottom;
	}
}
