/*
Theme Name: ADLIV
Description: 1column
Author: ADLIV,Inc.
Version:8.2.2
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese');
.grecaptcha-badge { visibility: hidden; }
/* RESET */
img[src*='.svg'] {
    width: 100%;
    height: auto;
}

.vk-mobile-nav-menu-btn {
    z-index: 9999;
    top: 1.3rem;
    left: 1rem;
}

.vk-mobile-nav {
    padding: 70px 10px 45px;
}

section {
    font-family: 'Noto Sans JP', sans-serif;
}

ul {
    padding-left: 0;
    list-style: none;
}

.siteContent {
    padding: 0;
}

.entry-body {
    margin-top: 70px;
}

.inner_wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.inner_contents {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 979px) {
    .inner_wrap {}

    .inner_contents {
        max-width: 90%;
    }
}

.bg_style {
    background: repeat url("./assets/images/bg_content.jpg") center center;
}

.bg_blue {
    background: #d4fffd;
    padding: 24px 0;
}

.bg_brown {
    background: #e7dfd1;
    padding: 24px 0;
}

.nobg {
    background: none;
}

.contents_wrap {
    margin-top: 48px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    z-index: 999;
}

header .header_wrap {
    display: flex;
    margin: 0 auto;
    padding: 12px 0;
    justify-content: space-between;
}

.header_logo a {
    display: flex;
    text-decoration: none;
}

.header_logo img {
    width: 50px;
    margin-right: 6px;
}

.header_logo span {
    display: block;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 3.3;
    color: #000;
}

ul.header_nav {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 0;
    width: 560px;
    margin-left: 1rem;
}
.fv_under_nav{
	width: 640px!important;
}
@media (max-width: 782px){
	body.admin-bar header{
		margin-top: 46px;
	}
	header .container{
		max-width: 740px;
		padding-left: 5rem;
	}
}
@media (max-width: 991px) {
    ul.header_nav {
        display: none;
    }
}
@media screen and (max-width: 640px){
	header .container{
		padding-left: 0;
	}
}
.first_menu {
    position: relative;
    margin-right: 14px;
}

.first_menu:after {
    position: absolute;
    content: "|";
    font-size: 16px;
    font-weight: 500;
    color: #362e2b;
    right: -2.2rem;
}

.header_nav li.first_menu:last-child:after {
    content: none;
}

.header_nav li.first_menu a {
    font-size: 14px;
    font-weight: 500;
    color: #362e2b;
    text-decoration: none;
    transition: all .5s ease-in-out;
    border-bottom: 2px solid rgba(0, 204, 51, 0);
}

.header_nav li.first_menu > a:hover {
    border-bottom: 2px solid rgba(0, 204, 51, 1);
}

.second_menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: calc(164px + 1rem);
    z-index: 99;
    transition: 0.3s;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    padding: 2rem 0 1rem;
    border-radius: 0 0 8px 8px;
	margin-left: -1rem;
}

.second_menu li {
    margin-bottom: 0;
}

.second_menu li > a {
    display: block;
    padding: .5rem 1rem;
}

.second_menu li > a:hover {
    background: rgba(0, 204, 51, .8);
    color: #fff;
}

.first_menu:hover > .second_menu {
    visibility: visible;
    opacity: 1;
}

#top_nav ul.header_nav {
    margin: 10px auto 0;
}

#top_nav .first_menu:after {
    content: none;
}

footer {
    padding-top: 24px;
}

footer .footer_wrap {
    display: flex;
}

footer .footer_logo {
    width: 258px;
}

footer .footer_nav {
    width: calc(100% - 258px);
}

footer .contact_wrap {
    display: flex;
    justify-content: space-around;
	margin-top: 2rem;
}

footer .contact_wrap h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

footer .contact_wrap p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

footer .contact_wrap .tel_wrap a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #00cc33;
    background: #fff;
    padding: 2px 46px 4px;
}

footer .nav_wrap {
    display: flex;
    justify-content: space-around;
}

footer .nav_wrap ul {
    margin: 0 auto;
}

footer .nav_wrap ul li a {
    color: #362e2b;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s ease-in-out;
    border-bottom: 2px solid rgba(0, 204, 51, 0);
}

footer .nav_wrap ul li:first-child a {
    font-size: 16px;
    font-weight: 800;
}

footer .nav_wrap ul li a:hover {
    border-bottom: 2px solid rgba(0, 204, 51, 1);
}

footer .copyright {
    width: 100%;
    background: #362e2b;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
}

@media screen and (max-width: 989px) {
    footer {
        padding-top: 0;
    }

    footer .footer_wrap {
        flex-wrap: wrap;
    }

    footer .footer_logo {
        width: 100%;
        text-align: center;
    }

    footer .footer_nav {
        width: 100%;
        padding: 0 1rem;
    }

    footer .nav_wrap {
        display: none;
    }

    footer .contact_wrap_sp .sns_btn ul {
        display: flex;
        justify-content: center;
    }
	 footer .contact_wrap_sp .sns_btn li {
		display: inline-flex;
	}
}

.sns_nav {
    display: flex;
    margin: 4px 0 0;
    padding: 0;
}

.sns_nav li {
    margin-left: 4px;
}

.copyright {
    margin-bottom: 0;
}

.sp-float-nav {
    display: none;
}

@media screen and (max-width: 640px) {
    .header_logo {
        margin: 0 auto;
    }

    .sns_nav {
        display: none;
    }

    .copyright {
        margin-bottom: 80px;
    }

    .sp-float-nav {
        display: block;
        position: fixed;
        height: 80px;
        bottom: 0;
        width: 100%;
        background: #362e2b;
		z-index: 9999;
    }
	.sp-float-nav ul{
		display: flex;
		justify-content: space-between;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.sp-float-nav li{
		width: calc(100% / 3);
		height: 100%;
		text-align: center;
	}
	.sp-float-nav li:nth-of-type(1){
		background-image: -moz-linear-gradient( 90deg, rgb(0,112,51) 0%, rgb(38,170,59) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(0,112,51) 0%, rgb(38,170,59) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(0,112,51) 0%, rgb(38,170,59) 100%);
	}
	.sp-float-nav li:nth-of-type(2){
		background-image: -moz-linear-gradient( 90deg, rgb(57,49,47) 0%, rgb(126,107,90) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(57,49,47) 0%, rgb(126,107,90) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(57,49,47) 0%, rgb(126,107,90) 100%);
	}
	.sp-float-nav li:nth-of-type(3){
		background-image: -moz-linear-gradient( 90deg, rgb(182,53,156) 0%, rgb(239,10,106) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(182,53,156) 0%, rgb(239,10,106) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(182,53,156) 0%, rgb(239,10,106) 100%);
	}
	.sp-float-nav a{
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.sp-float-nav a > img {
		position: absolute;
		display: block;
		width: 81px;
    	height: 43px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

section .page_title {
    text-align: center;
}

.title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 80vw;
	max-height: 80vh;
    background: #eee;
}
#news .inner_wrap{
	padding: 0 1rem;
}
#event ul > li> a img,
#news ul > li > a img{
	width: 100%;
}
#top_hygge {
	padding: 40px 0;
    position: relative;
    background: no-repeat url("./assets/images/top_hygge_bg.jpg") center;
    background-size: cover;
}

#top_hygge .top_hygge_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 50vh;
	padding: 0 1rem;
}

#top_hygge h1 {
    font-size: 58px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 6px #000;
}

#top_hygge h1 span {
    display: block;
    font-size: 1.2rem;
    line-height: 3;
    color: #362e2b;
    text-shadow: 0 0 6px #fff;
}
@media screen and (max-width: 480px){
	#top_hygge {
		padding: 0;
    	position: relative;
    	background: no-repeat url("./assets/images/top_hygge_bg.jpg") 30% center;
    	background-size: cover;
	}
}
#concept .title_wrap {
    background: no-repeat url("./assets/images/concept_bg.jpg") center center;
    background-size: cover;
}

#zeh .title_wrap {
    background: no-repeat url("./assets/images/zeh_bg.jpg") center bottom;
    background-size: cover;
}

#shop .title_wrap {
    background: no-repeat url("./assets/images/shop_bg.jpg") center center;
    background-size: cover;
}

#company .title_wrap {
    background: no-repeat url("./assets/images/company_bg.jpg") center bottom;
    background-size: cover;
}

#contact .title_wrap {
    background: no-repeat url("./assets/images/contact_bg.jpg") center center;
    background-size: cover;
}

#sekou .title_wrap {
    background: no-repeat url("./assets/images/sekou_bg.jpg") center center;
    background-size: cover;
}

#voice .title_wrap {
    background: no-repeat url("./assets/images/voice_bg.jpg") center bottom;
    background-size: cover;
}

#flow .title_wrap {
    background: no-repeat url("./assets/images/flow_bg.jpg") center bottom;
    background-size: cover;
}

#staff .title_wrap {
    background: no-repeat url("./assets/images/staff_bg.jpg") center top;
    background-size: cover;
}
#news .title_wrap {
	background: no-repeat url("./assets/images/news_bg.jpg") center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    #staff .title_wrap {
        background: no-repeat url("./assets/images/staff_bg.jpg") center;
        background-size: cover;
    }
}

#hygge .title_wrap {
    background: no-repeat url("./assets/images/hygge_bg.jpg") 30% center;
    background-size: cover;
}

#standard .title_wrap {
    background: no-repeat url("./assets/images/standard_bg.jpg") center top;
    background-size: cover;
}
#estate .title_wrap {
    background: no-repeat url("./assets/images/estate_bg.jpg") center top;
    background-size: cover;
}
.title_wrap h1 {
    font-size: 58px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 6px #000;
}

.title_under {
    padding: 48px 0;
}

.title_under h2 {
    font-size: 22px;
    font-weight: 900;
}

@media screen and (max-width: 420px) {
    .title_wrap {
        height: 25vh;
    }

    .title_wrap h1 {
        font-size: 24px;
    }
}

#zeh .title_under h2 {
    color: #fff;
    background: #00cccc;
    padding: 8px 8px 12px;
    margin-bottom: 24px;
}

.title_under h3 {
    font-size: 20px;
    font-weight: 800;
}

.title_under p {
    font-size: 14px;
}

.img_wrap {
    margin: 24px auto;
}

#fv {
    position: relative;
    height: 100vh;
}

#fv .fv_slide div {
    height: 100vh
}

#fv .fvbg01 {
    background: url("./assets/images/topbg01.jpg") center center;
    background-size: cover;
}

#fv .fvbg02 {
    background: url("./assets/images/topbg02.jpg") center center;
    background-size: cover;
}

#fv .fvbg03 {
    background: url("./assets/images/topbg03.jpg") center center;
    background-size: cover;
}

#fv .fvbg04 {
    background: url("./assets/images/topbg04.jpg") center center;
    background-size: cover;
}

#fv .fvbg01sp {
    background: url("./assets/images/topbg01sp.webp") center center;
    background-size: cover;
}

#fv .fvbg02sp {
    background: url("./assets/images/topbg02sp.webp") center center;
    background-size: cover;
}

#fv .fvbg03sp {
    background: url("./assets/images/topbg03sp.webp") center center;
    background-size: cover;
}

#fv .fvbg04sp {
    background: url("./assets/images/topbg04sp.webp") center center;
    background-size: cover;
}

#fv .fv_wrap {
    position: absolute;
    /*background: rgba(0,0,0,.2);*/
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
}

#fv .logo {
    position: absolute;
    width: 100%;
    text-align: center;
}

#fv .logo img {
    padding-top: 50vh;
    margin-top: -148px;
}

#fv .sns_btn {
    position: relative;
}

#fv .sns_btn ul {
    
}

#fv .sns_btn li {
    display: inline-block;
}

#fv .sns_btn a {
    display: block;
}

#fv .sns_btn a:hover {
    opacity: .8;
}
#fv .slogan{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#fv .slogan span{
	display: grid;
    place-items: center;
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 6.5vw;
    font-style: normal;
    color: #fff;
	text-align: center;
    text-shadow: 0 0 1rem rgba(0, 0, 0, .8);
	position: absolute;
	top: 35%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#fv .fv_wrap .logo span{
	display: block;
    padding-top: 70vh;
    margin-top: -5vw;
    font-weight: 400;
    font-size: 5vw;
    font-style: normal;
	font-family: "Noto Serif JP", serif;
    color: #fff;
    text-shadow: 0 0 1rem rgba(0, 0, 0, .8);
}
@media screen and (max-width: 767px) {
    #fv {
        margin-top: 70px;
    }

    #fv,
    #fv .fv_slide div,
    #fv .fv_wrap {
        height: 25vh;
        min-height: 200px;
    }
	#fv .header_logo,
    #fv .sns_btn {
        display: none;
    }

    #fv .logo img {
        padding-top: 0;
        margin-top: 0;
    }
	#fv .fv_wrap .logo span{
		padding-top: 10vh;
	}
}
@media screen and (max-width: 460px){
	#fv, #fv .fv_slide div, #fv .fv_wrap{
		height: auto;
		min-height: inherit;
	}
}
@media screen and (max-width: 420px) {
    #fv .fv_wrap {
        background: none;
    }

    #fv .logo img {
        padding-top: calc(5vh + 10px);
        margin-top: 0;
        width: 50vw;
    }
}

#top_concept {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: repeat url("./assets/images/bg_content.jpg") center center;
    padding: 40px 0;
    color: #362e2b;
}
#top_concept h1 span{
	position: relative;
	z-index: 2;
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px){
	#top_concept h1 span{
		font-size: 2rem;
	}
}
.top_mssg {
    position: relative;
    width: 100%;
    padding: 24px;
    /*background: linear-gradient(to right, rgba(166,147,124,.7), rgba(209,192,165,.5));*/
}

.top_mssg h2 {
    color: rgba(126, 107, 90, .5);
    font-size: 72px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.top_mssg i {
	color: #8fc31f;
}
.top_mssg p{
	font-weight: bold;
}
.top_mssg:after {
    content: url("./assets/images/mssg_after.png");
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .top_mssg h2 {
        font-size: 9vw;
		text-align: center;
    }

    .top_mssg {
        padding: 24px 0;
    }

    .top_mssg:after {
        bottom: -50px;
    }
}

.top_mssg h2 span {
    animation: move 2.4s 1 ease-in-out;
}

.top_mssg h2 span:nth-child(2) {
    animation-delay: .200s;
}

.top_mssg h2 span:nth-child(3) {
    animation-delay: .400s;
}

.top_mssg h2 span:nth-child(4) {
    animation-delay: .600s;
}

.top_mssg h2 span:nth-child(5) {
    animation-delay: .800s;
}

.top_mssg h2 span:nth-child(6) {
    animation-delay: 1s;
}

.top_mssg h2 span:nth-child(7) {
    animation-delay: 1.200s;
}

@keyframes move {

    0%,
    25% {
        opacity: 0;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transform: translate3d(0, -50px, 0);
    }

    50% {
        text-shadow: 0 20px 30px rgba(0, 0, 0, .1);
        transform: translate3d(0, -25px, 0);
    }

    75% {
        opacity: .5;
        text-shadow: 0 0 0 rgba(0, 0, 0, .1);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.top_mssg h3 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #eee, -1px 1px 1px #eee, 1px -1px 1px #eee, -1px -1px 1px #eee;
}

.top_mssg p {
    text-shadow: 1px 1px 1px #eee, -1px 1px 1px #eee, 1px -1px 1px #eee, -1px -1px 1px #eee;
}
.top_special_link{
	display: flex;
	gap: 1rem;
	max-width: 480px;
	width: 100%;
	margin: 2rem auto 0;
}
.top_special_link a{
	width: 50%;
	text-align: center;
	border-radius: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_special_link .hvr-bounce-to-right:before{
	border-radius: 100vh;
}
.reason_list h3{
	font-weight: 900;
}
.reason_list span{
	background: #f6f396;
}
.reason_list p{
	padding-left: 1.3rem;
}
@media screen and (max-width: 767px){
	.reason_list h3{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 380px){
	.reason_list h3{
		font-size: 1.1rem;
	}
	.reason_list p{
		padding-left: 1.1rem;
	}
}
#top_voice {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: repeat url("./assets/images/bg_content.jpg") center center;
    padding: 40px 0;
    color: #362e2b;
}

#top_voice .slick-list {
    padding: 2rem 0;
}

#top_voice .slick-dots li button:before {
    color: #59493f;
}

#top_voice .prev-arrow {
    left: calc(-40px - 1rem);
    top: calc(50% - 20px);
    position: absolute;
    z-index: 9;
}

#top_voice .next-arrow {
    right: calc(-40px - 1rem);
    top: calc(50% - 20px);
    position: absolute;
    z-index: 9;
}

#top_voice .voice_item {
    position: relative;
    width: calc((100% / 3) - 1rem);
	min-height: 290px;
    margin: 0 .5rem;
    text-align: center;
	text-decoration: none;
	background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
#top_voice .voice_item:hover{
	opacity: .8;
	transition: all .1s;
}

#top_voice .voice_item p {
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
    color: #3b312f;
	padding: 0.5rem;
    line-height: 1.5;
}

#top_voice .voice_item span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
    font-size: .9rem;
    font-weight: bold;
    color: #d1c0a5;
    background: #3b312f;
    padding: .3rem .5rem;
}

#top_voice .voice_item:hover {
    opacity: .8;
    cursor: pointer;
}

#top_voice .title_under {
    padding: 0;
}
#top_voice .voice_more{
	padding: 0 1rem;
}
#top_voice .voice_more a{
	text-decoration: none;
    color: #fff;
    background: #362e2b;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 36px 6px;
    cursor: pointer;
}
@media screen and (max-width: 420px) {
    #top_voice .inner_wrap {
        max-width: 100%;
    }

    #top_voice .voice_item {
        width: calc(100vw - 2rem) !important;
		margin: 0 1rem;
        min-height: 350px;
		font-size: 1.2rem;
    }

    #top_voice .prev-arrow {
        left: 4px;
        bottom: -36px;
    	top: inherit;
    }

    #top_voice .next-arrow {
        right: 4px;
        bottom: -36px;
    	top: inherit;
    }
}

#news {
    margin: 60px auto;
}

#news ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: 60px auto 0;
    width: 100%;
}
#news ul li {
	width: calc((100% / 3) - 1rem);
    position: relative;
    margin: 2rem auto;
	padding-bottom: 1rem;
}
@media screen and (max-width: 640px){
	#news ul li {
		width: 100%;
	}
}
#news .entry-header{
	margin-bottom: 0;
}
#news .entry-body{
	margin-top: 2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#news ul li a {
    color: #000;
    text-decoration: none;
}

#news ul li a:hover {
    opacity: .8;
}

@media (max-width: 420px) {
    #news ul li a {
        display: block;
    }

    #news ul li span.news-date {
        top: 0;
    }
}
#event {
    margin: 60px auto;
}
#event h2{
	color: rgba(126, 107, 90, .5);
    font-size: 72px;
    font-weight: 900;
    line-height: .7em;
}
#event ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: 20px auto 0;
    width: 100%;
}
#event ul li {
	width: calc((100% / 3) - 1rem);
    position: relative;
    margin: 2rem auto;
	padding-bottom: 1rem;
}
@media screen and (max-width: 640px){
	#event ul li {
		width: 100%;
	}
}
#event .entry-header{
	margin-bottom: 0;
}
#event .entry-body{
	margin-top: 2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#event ul li a {
    color: #000;
    text-decoration: none;
}

#event ul li a:hover {
    opacity: .8;
}

@media (max-width: 420px) {
    #event ul li a {
        display: block;
    }

    #event ul li span.news-date {
        top: 0;
    }
}
span.news-tag {
    color: rgba(0, 204, 51, 1);
    border: 1px solid rgba(0, 204, 51, 1);
    border-radius: 4px;
    padding: 0.2rem 1rem 0.2rem;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
    background: #fff;
    position: absolute;
    top: .5rem;
    left: .5rem;
}
.entry-title span.news-tag {
	position: relative;
	top: -0.4rem;
	margin-right: 1rem;
}
.news-date{
	display: block;
	font-size: 12px;
	color: #ccc;
}
p.post-back {
	text-align: right;
	font-size: 14px;
}
p.post-back a{
	text-decoration: none;
}


#news_page li {
    border: 1px solid #d1c0a5;
    padding: 1rem;
    margin: 2rem auto;
    position: relative;
}

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

#news_page li .news-date {
    position: absolute;
    right: 1rem;
}


.con_img {
    position: relative;
    z-index: 2;
}

.con_img img {
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
}

.con_txt h3 {
    font-size: 24px;
    font-weight: 900;
    text-shadow: 1px 1px 1px rgb(209, 192, 165), -1px 1px 1px rgb(209, 192, 165), 1px -1px 1px rgb(209, 192, 165), -1px -1px 1px rgb(209, 192, 165);
}

.con_txt p {
    position: relative;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgb(209, 192, 165), -1px 1px 1px rgb(209, 192, 165), 1px -1px 1px rgb(209, 192, 165), -1px -1px 1px rgb(209, 192, 165);
    z-index: 2;
}

.con_txt a {
    text-decoration: none;
    color: #fff;
    background: #362e2b;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 36px 6px;
    cursor: pointer;
}

.con_txt span {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgb(209, 192, 165), -1px 1px 1px rgb(209, 192, 165), 1px -1px 1px rgb(209, 192, 165), -1px -1px 1px rgb(209, 192, 165);
}

.con_txt {
    position: absolute;
    width: 320px;
    height: 350px;
    background: linear-gradient(45deg, rgba(166, 147, 124, .7), rgba(209, 192, 165, .5));
}

.left_con,
.right_con {
    position: relative;
    margin-bottom: 120px;
}

.left_con .con_txt {
    top: 48px;
    right: 0;
}

.left_con .con_txt .inner {
    position: absolute;
    width: 200px;
    margin-top: 48px;
    z-index: 3;
    bottom: 48px;
    right: 24px;
}

.right_con .con_img {
    text-align: right;
}

.right_con .con_txt {
    top: 48px;
    left: 0;
}

.right_con .con_txt .inner {
    position: absolute;
    width: 200px;
    margin-top: 48px;
    z-index: 3;
    bottom: 48px;
    left: 24px;
}

.left_con ul,
.right_con ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0;
}

.top_sekou {
    max-width: 735px;
}

.top_sekou li {
    width: 32%;
    height: 350px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .top_sekou li {
        width: 33.3333%;
        height: 220px;
    }
}

@media (max-width: 420px) {
    .top_sekou li {
        width: 33.3333%;
        height: 165px;
    }
}

.under_con .con_txt {
    position: relative;
    width: 100%;
    height: inherit;
    margin-bottom: 80px;
    background: linear-gradient(45deg, rgba(166, 147, 124, .7), rgba(209, 192, 165, .5));
}

.under_con .con_txt {
    padding: 60px;
}

.under_con .con_txt .inner {
    position: relative;
}

#flow .con_txt span {
    font-size: 72px;
    font-weight: 800;
    color: rgba(255, 255, 255, .5);
    text-shadow: none;
    position: absolute;
    bottom: -3rem;
    right: 0;
    z-index: 1;
}

#flow .right_con .con_txt span {
    left: 0;
    right: inherit;
}

#flow .under_con .con_txt span {
    right: -3rem;
    bottom: -5rem;
}

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

    .left_con .con_txt,
    .right_con .con_txt {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        right: auto;
        padding: 24px;
    }

    .left_con .con_txt .inner,
    .right_con .con_txt .inner {
        position: relative;
        width: 100%;
        margin-top: 0;
        bottom: auto;
        left: auto;
        right: auto;
    }

    #flow .right_con .con_txt span {
        left: inherit;
        right: 0;
    }
}
@media screen and (max-width: 980px){
#concept .inner_wrap{
	padding: 0 1rem;
}
}
#concept .flow_h3_concept {
    text-align: center;
    margin-bottom: 3rem;
}

#concept .kodawari_wrap {
    display: flex;
}

#concept .kodawari_pic,
#concept .kodawari_txt {
    width: 50%;
}

#concept .kodawari_txt {
    padding: 20px;
}

#concept .kodawari_txt h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#concept .kodawari_txt h3 span {
    font-size: 14px;
    color: rgba(0, 204, 51, 1);
}

.kodawari_txt a {
    text-decoration: none;
    color: #fff;
    background: #362e2b;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 36px 6px;
    cursor: pointer;
}

.kodawari_txt dd {
    text-align: left;
}

@media screen and (max-width: 768px) {
    #concept .kodawari_wrap {
        flex-wrap: wrap;
    }

    #concept .kodawari_pic,
    #concept .kodawari_txt {
        width: 100%;
    }
}

#concept dt {
    border-left: 0;
    color: #1a1a1a;
    background: #d1c0a5;
    padding: 4px 16px 6px;
}

#concept dd {
    font-size: 14px;
    border-left: 0;
}

.point_wrap h3 {
    background: #7e6b5a;
    color: #fff;
    font-weight: bold;
    padding: .3rem 0;
}

.point_inner_wrap {
    display: flex;
}

.point_inner_wrap dl {
    width: 50%;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
}

.point_inner_wrap dd {
    position: relative;
    padding-left: 0;
}

.point_inner_wrap dd > p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: .3rem 0;
}

.concept_point_pic {
    width: 30%;
}

.concept_point_txt {
    width: 70%;
}

.concept_point_txt dl {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 1rem;
}

.concept_point_txt ul {
    margin: 0;
}

.concept_point_txt .point_caution {
    display: block;
    font-size: 12px;
    padding-left: 2rem;
}

.concept_under_wrap {
    padding: 2rem 0 4rem;
}

.concept_hygge,
.concept_customer {
    border: 1px solid #d1c0a5;
    padding: 1rem;
    margin: 2rem auto;
}

.concept_under_wrap .concept_under_pic {
    width: 40%;
}

.concept_under_wrap .concept_under_txt {
    width: 60%;
    padding: 0 1rem;
}

.concept_under_txt h3 {
    font-size: 1.3rem;
    text-align: center;
    background: #7e6b5a;
    color: #fff;
    font-weight: bold;
    padding: .3rem 0;
}

.concept_under_txt p {
    font-size: 14px;
}

.concept_end {
    margin-top: 2rem;
    text-align: center;
    font-weight: bold;
    color: #7e6b5a;
}

@media (max-width: 767px) {
    .anshin .point_inner_wrap {
        flex-wrap: wrap;
    }

    .anshin .point_inner_wrap dl {
        padding: 0;
    }

    .concept_point_pic {
        width: 100%;
    }

    .concept_point_txt {
        width: 100%;
    }

    .concept_point_txt dl {
        padding: 1rem 0 0;
    }

    .concept_under_wrap .concept_under_pic {
        width: 100%;
    }

    .concept_under_wrap .concept_under_txt {
        width: 100%;
        padding: 0;
    }

    .concept_end {
        font-size: 4vw;
    }
}

@media (max-width: 420px) {
    .point_inner_wrap dl {
        padding: 0.2rem;
    }

    .point_inner_wrap dd > p {
        font-size: 12px;
    }

}

#zeh .zeh_point {
    margin: 56px auto;
}

#zeh .zeh_point li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 24px 24px calc(120px + 32px);
    height: calc(120px + 32px);
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

#zeh .zeh_point01:before {
    content: url("./assets/images/zeh_point01.png");
    position: absolute;
    top: 16px;
    left: 16px;
}

#zeh .zeh_point02:before {
    content: url("./assets/images/zeh_point02.png");
    position: absolute;
    top: 16px;
    left: 16px;
}

#zeh .zeh_point03:before {
    content: url("./assets/images/zeh_point03.png");
    position: absolute;
    top: 16px;
    left: 16px;
}

#zeh .zeh_point04:before {
    content: url("./assets/images/zeh_point04.png");
    position: absolute;
    top: 16px;
    left: 16px;
}

#zeh dt {
    font-size: 20px;
    font-weight: 800;
    padding: 8px 24px 12px;
    color: #00cccc;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    border: none;
    border-radius: 16px;
}

#zeh dd {
    margin-top: 24px;
    margin-bottom: 64px;
    padding-left: 24px;
    border: none;
}

#zeh dd span {
    font-size: 18px;
    font-weight: 700;
}
#zeh table{
	
}
#zeh th{
	font-weight: 700;
	font-size: 1rem;
	color: #00cccc;
}
#zeh th span{
	font-weight: 400;
	font-size: .8rem;
}
#zeh .caution{
	font-size: .9rem;
	color: #00cccc;
}
.bg_blue h3 {
    font-size: 18px;
    color: #00cccc;
}

#flow .chapter_list {
    display: flex;
    justify-content: space-around;
}

#flow .chapter_list li {
    width: 30%;
}

#standard .standard_wrap {}

#standard h3 {
    text-align: center;
    background: #7e6b5a;
    color: #fff;
    padding: .5rem 0;
}

#standard .standard_list {
    width: calc(50% - 1rem);
    border: 1px solid #d1c0a5;
    padding: 1rem;
    margin: .5rem;
    background: #fff;
}

#standard .standard_list h4 {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    padding: .3rem 0;
    background: #d1c0a5
}

#standard .standard_list p {
    margin-bottom: 0;
}

#standard .standard_list img {
    width: 100%;
    margin-top: .3rem;
}

@media screen and (max-width: 648px) {
    #standard .standard_list {
        width: 100%;
        margin: .5rem auto;
    }
}

/* 会社概要 */
#company .greeting_wrap {
    position: relative;
}

#company .greeting_pic {
    background: linear-gradient(to right, rgba(166, 147, 124, .7), rgba(209, 192, 165, .5));
    padding: 24px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

#company .greeting_inner {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

#company .greeting_pic img {
    text-align: right;
    border-radius: 8px;
}

#company .greeting_pic h2 {
    color: rgba(126, 107, 90, .3);
    font-size: 120px;
    font-weight: 900;
    line-height: .7em;
    margin-bottom: .3em;
}

#company .greeting_text {
    position: relative;
    top: -160px;
    width: calc(100% - 260px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    padding: 24px;
    font-family: serif;
}

#company .greeting_sign {
    position: absolute;
    right: 0;
    bottom: 40px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

#company .greeting_sign span {
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    color: #666;
}

#company #info {
    background: no-repeat url("./assets/images/company_info_bg.jpg") bottom right;
}

#company table {
    margin: 24px auto 0;
    border-top: none;
}

#company table tr:last-child th,
#company table tr:last-child td {
    border-bottom: none;
}

#company table th {
    font-size: 18px;
    font-weight: 700;
    vertical-align: top;
}

#company table th:before {
    content: "■";
    color: #d1c0a5;
    margin-right: 8px;
}

#company table td {
    font-size: 16px;
}
#access .inner_wrap{
	padding: 0 1rem;
}
#company .access_wrap {
    background: #f6f2ed;
    padding: 40px;
    margin-top: 40px;
    border-radius: 16px;
}

#company .first_box {
    border-bottom: 2px solid #7e6b5a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#company .access_box {
    display: flex;
}

#company .access_info {
    width: 35%;
	margin-right: 1rem;
}
/* グーグルマップiframeレスポンシブ */
.google-map {
    position: relative;
    width: 65%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
}

.google-map iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    #company .access_wrap {
        padding: 1rem;
    }

    #company .access_box {
        flex-wrap: wrap;
    }

    #company .access_info {
        width: 100%;
		margin: 0 auto;
    }

    .google-map {
        width: 100%;
		padding-bottom: 66.6%;
    }

}

@media screen and (max-width: 639px) {
    #company .greeting_text {
        width: 100%;
    }

    #company .greeting_inner {
        display: block;
        text-align: center;
    }

    #company .greeting_pic h2 {
        font-size: 18vw;
    }

    #company .greeting_text {
        top: -10px;
        padding: 18px;
    }

    #company .greeting_sign {
        position: relative;
        right: 1rem;
        bottom: 0;
        padding-bottom: 2rem;
    }

    #company table th,
    #company table td {
        display: block;
    }

    #company table th {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* お問い合わせ */
@media screen and (max-width: 460px){
	#contact .thanks h2{
		font-size: 20px;
	}
	#contact .thanks p{
		text-align: left;
	}
}

#contact table {
    border-top: 0;
}

#contact table tr {
    display: flex;
    flex-wrap: nowrap;
}

#contact table tr:nth-child(odd) {
    background: #f6f2ed;
}
#contact table tr:nth-child(even) th{
    border-left: 1px solid #f6f2ed;
}
#contact table tr:nth-child(even) td{
    border-right: 1px solid #f6f2ed;
}
#contact table tr:first-child {
    border-radius: 24px 24px 0 0;
}

#contact table tr:last-child {
    border-radius: 0 0 24px 24px;
}

#contact table th,
#contact table td {
    border-bottom: 0;
}

#contact table th {
    position: relative;
    min-width: 320px;
    font-weight: 700;
    font-size: 18px;
}

#contact table td {
    width: 100%;
}

#contact table th span {
    position: absolute;
    right: 0;
    color: #fff;
    background: #eb6100;
    font-size: 14px;
    padding: 4px 8px 6px;
    border-radius: 8px;
}
#contact input[type="submit"]{
	display: block;
    background: #eb6100;
	width: 100%;
	max-width: 620px;
	margin: 2rem auto;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 1rem;
	border: none;
    border-bottom: 6px solid #e60012;
}
#contact input[type="checkbox"]{
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}
#contact span.wpcf7-list-item {
	position: relative;
	margin-bottom: 1rem!important;
	margin-right: 1rem!important;
}
.wpcf7-list-item-label {
	cursor: pointer;
	font-size: 16px;
}
#contact .caution{
	font-size: 14px;
    font-weight: 400;
    color: #eb6100;
}
#contact table p{
	margin-bottom: 0;
}
.double_txtline span{
	top: 1rem;
}
@media screen and (max-width: 639px) {
    #contact table tr {
        display: flex;
        flex-wrap: wrap;
    }

    #contact table th,
    #contact table td {
        width: 100%;
    }

    #contact table th span {
        right: 1rem;
        margin-left: 1rem;
    }

    #contact table .form-control {
        max-width: 100%;
    }
	
}
@media screen and (max-width: 430px){
	span.wpcf7-list-item {
    	display: block;
	}
}
#sekou {
    padding-top: 70px;
}

#sekou .grid_wrap {
    display: grid;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
}

#sekou .grid_item {
    border: 1px solid #fff;
	height: calc(100vw / 4);
}

#sekou .grid_item:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

#sekou .grid_item:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

#sekou .grid_item:nth-child(3) {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
}

#sekou .grid_item:nth-child(4) {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
}

#sekou .grid_item:nth-child(5) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

#sekou .grid_item:nth-child(6) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

#sekou .grid_item:nth-child(7) {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

#sekou .grid_item:nth-child(8) {
    grid-row: 2 / 3;
    grid-column: 4 / 5;
}

#sekou .grid_item:nth-child(9) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}

#sekou .grid_item:nth-child(10) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}
#sekou .grid_item:nth-child(11) {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
}
#sekou .grid_item:nth-child(12) {
    grid-row: 3 / 4;
    grid-column: 4 / 5;
}
#sekou .reform .grid_wrap{
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 1fr);
}
#sekou .grid_item {
    border: 1px solid #fff;
	height: calc(100vw / 4);
}
#sekou .reform .grid_item{
	max-height:calc(980px / 2);
	height: calc(100vw / 2);
}
#sekou .reform .grid_item:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

#sekou .reform .grid_item:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

#sekou .reform .grid_item:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

#sekou .reform .grid_item:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

#sekou .reform .grid_item:nth-child(5) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}

#sekou .reform .grid_item:nth-child(6) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}

#sekou .reform .grid_item:nth-child(7) {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}

#sekou .reform .grid_item:nth-child(8) {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
}

#sekou .reform .grid_item:nth-child(9) {
    grid-row: 5 / 6;
    grid-column: 1 / 2;
}

#sekou .reform .grid_item:nth-child(10) {
    grid-row: 5 / 6;
    grid-column: 2 / 3;
}

@media screen and (max-width: 420px) {
    #sekou .grid_wrap, #sekou .reform .grid_wrap {
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 1fr);
    }
	#sekou .grid_item, #sekou .reform .grid_item {
		height: calc(66.6666vw - 2rem);
	}
    #sekou .grid_item:nth-child(1), #sekou .reform .grid_item:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(2), #sekou .reform .grid_item:nth-child(2) {
        grid-row: 3 / 5;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(3), #sekou .reform .grid_item:nth-child(3) {
        grid-row: 5 / 7;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(4), #sekou .reform .grid_item:nth-child(4) {
        grid-row: 7 / 9;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(5), #sekou .reform .grid_item:nth-child(5) {
        grid-row: 9 / 11;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(6), #sekou .reform .grid_item:nth-child(6) {
        grid-row: 11 / 13;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(7), #sekou .reform .grid_item:nth-child(7) {
        grid-row: 13 / 15;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(8), #sekou .reform .grid_item:nth-child(8) {
        grid-row: 15 / 17;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(9), #sekou .reform .grid_item:nth-child(9) {
        grid-row: 17 / 19;
        grid-column: 1 / 4;
    }

    #sekou .grid_item:nth-child(10), #sekou .reform .grid_item:nth-child(10) {
        grid-row: 19 / 21;
        grid-column: 1 / 4;
    }
	#sekou .grid_item:nth-child(11) {
        grid-row: 21 / 24;
        grid-column: 1 / 4;
    }
	#sekou .grid_item:nth-child(12) {
        grid-row: 24 / 27;
        grid-column: 1 / 4;
    }
}

.hover_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.hover_wrap a {
    display: none;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.hover_wrap:hover a {
    display: block;
    color: #fff;
    position: relative;
    background: rgba(0, 0, 0, .5);
}

.hover_wrap:hover a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#sekou_post .post_pic_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(14, 1fr);
}
#sekou_post .reform_wrap {
	display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
}
#sekou_post .post_pic {
    border: 1px solid #fff;
}
#sekou_post .reform_pic {
    border: 1px solid #fff;
}
#sekou_post .post_pic:nth-child(1) {
    height: 66.6666vw;
    grid-row: 1 / 5;
    grid-column: 1 / 4;
}

#sekou_post .post_pic:nth-child(2) {
    grid-row: 5 / 9;
    grid-column: 1 / 4;
}

#sekou_post .post_pic:nth-child(3) {
    grid-row: 9 / 12;
    grid-column: 1 / 2;
}

#sekou_post .post_pic:nth-child(4) {
    grid-row: 9 / 12;
    grid-column: 2 / 4;
}

#sekou_post .post_pic:nth-child(5) {
    grid-row: 12 / 15;
    grid-column: 1 / 3;
}

#sekou_post .post_pic:nth-child(6) {
    grid-row: 12 / 15;
    grid-column: 3 / 4;
}
#sekou_post .reform_pic:nth-child(1) {
    height: 44.4444vw;
    grid-row: 1 / 4;
    grid-column: 1 / 3;
}

#sekou_post .reform_pic:nth-child(2) {
    grid-row: 1 / 4;
    grid-column: 3 / 4;
}

#sekou_post .reform_pic:nth-child(3) {
    grid-row: 4 / 7;
    grid-column: 1 / 2;
}

#sekou_post .reform_pic:nth-child(4) {
    grid-row: 4 / 7;
    grid-column: 2 / 4;
}


@media screen and (max-width: 639px) {
	#sekou_post .post_pic_wrap {
    	display: grid;
    	width: 100%;
    	grid-template-columns: 1fr;
    	grid-template-rows: repeat(18, 1fr);
	}
	#sekou_post .reform_wrap {
    	display: grid;
    	width: 100%;
    	grid-template-columns: 1fr;
    	grid-template-rows: repeat(14, 1fr);
	}
    #sekou_post .post_pic:nth-child(1) {
        height: 66.6666vw;
		grid-row: 1 / 3;
        grid-column: 1;
    }

    #sekou_post .post_pic:nth-child(2) {
        grid-row: 3 / 5;
        grid-column: 1;
    }

    #sekou_post .post_pic:nth-child(3) {
        grid-row: 5 / 10;
        grid-column: 1;
    }

    #sekou_post .post_pic:nth-child(4) {
        grid-row: 10 / 12;
        grid-column: 1;
    }

    #sekou_post .post_pic:nth-child(5) {
        grid-row: 12 / 14;
        grid-column: 1;
    }
	
	#sekou_post .post_pic:nth-child(6) {
        grid-row: 14 / 19;
        grid-column: 1;
    }
	
	#sekou_post .reform_pic:nth-child(1) {
        height: 66.6666vw;
		grid-row: 1 / 3;
        grid-column: 1;
    }

    #sekou_post .reform_pic:nth-child(2) {
        grid-row: 3 / 8;
        grid-column: 1;
    }

    #sekou_post .reform_pic:nth-child(3) {
        grid-row: 8 / 13;
        grid-column: 1;
    }

    #sekou_post .reform_pic:nth-child(4) {
        grid-row: 13 / 15;
        grid-column: 1;
    }

}
#sekou_post .jirei_detail_pic img{
	width: 100%;
	border: 1px solid #fff;
}
#sekou_post .jirei_detail_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#sekou_post .jirei_detail_wrap div {
    width: 100%;
}

#sekou_post .jirei_detail ul{
	margin-top: 0;
}

#sekou_post .jirei_detail h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #362e2b;
    margin-bottom: 1rem;
}

#sekou_post .jirei_detail h3 span {
    display: block;
    color: #fff;
    background: #362e2b;
    position: absolute;
    top: -1.5rem;
    font-weight: 400;
    font-size: 14px;
    padding: 2px 4px;
}

#sekou_post .jirei_detail li {
    margin-bottom: 0;
}

#sekou_post dl {
    margin: 0;
    padding: 0;
}

#sekou_post dt {
    width: 130px;
    margin-bottom: 0;
	color: #7e6b5a;
}
}

#sekou_post dd {
    width: calc(100% - 150px);
	font-size: .9rem;
}

#sekou_post dt,
#sekou_post dd {
    display: inline-flex;
    border-left: none;
    padding-left: 0;
}
#sekou_post .title_under{
	margin-top: 70px;
}
.contact_cta {
    text-align: center;
    width: 100%;
    max-width: 640px;
    margin: 60px auto;
    padding: 0 1%;
}

.contact_cta a {
    display: block;
    background: #eb6100;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 1rem;
    border-bottom: 6px solid #e60012;
}

.contact_cta a:hover {
    opacity: .8;
}

@media screen and (max-width: 430px) {
    .contact_cta a {
        font-size: 1.2rem;
    }

    #sekou_post .jirei_detail h3 {
        margin-top: 3rem;
    }
}

#sekou_post .review_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
}

#sekou_post .review_wrap div {
    width: 50%;
    padding: 1%;
}

#sekou_post .customer_letter {
    margin-top: 1rem;
}
#voice .inner_wrap{
	padding: 0 1rem;
}
#voice .voice_item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    padding: 1rem;
    margin-bottom: 3rem;
}

#voice .voice_item:last-child {
    margin-bottom: 0;
}

#voice .voice_item a {
    text-decoration: none;
    color: #212529;
	transition: all .5s;
}
#voice .voice_item:hover{
	transform: scale(1.01);
	transition: all .1s;
}
#voice .voice_wrap {
    display: flex;
    justify-content: space-around;
}

#voice .voice_pic {
    max-width: 300px;
    margin-right: 1rem;
}

#voice .voice_txt {
    width: calc(100% - 300px);
}

#voice .voice_txt h3 {
    color: #362e2b;
    font-size: 1.2rem;
    font-weight: 700;
}

#voice .voice_txt span {
    font-size: 1.1rem;
    border-bottom: 3px solid #d1c0a5;
}

#voice .voice_txt_wrap {
    margin-top: .7rem;
	margin-bottom: 2.5rem;
    height: 5rem;
    overflow-y: hidden;
}

#voice .voice_txt_wrap:after {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    content: '続きを読む';
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    background: #d1c0a5;
    padding: 2px 8px 4px;
}

@media screen and (max-width: 639px) {
	#sekou_post .review_wrap div {
        width: 100%;
        padding: 1rem;
    }
	#sekou_post .jirei_detail_wrap div {
    	width: 100%;
    	padding: 1rem;
	}
    #voice .voice_wrap {
        flex-wrap: wrap;
    }

    #voice .voice_pic {
        width: 100%;
		max-width: inherit;
		margin-right: 0;
    }
    #voice .voice_txt {
        width: 100%;
    }
	#voice .voice_txt h3{
		margin-top: 1rem;
	}
}
#staff .staff_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}

#staff .staff_box {
    width: 30%;
    padding: 1rem;
    border: 1px solid #7e6b5a;
    margin: 1rem calc(10% / 6);
}

#staff .staff_box h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #7e6b5a;
}

#staff .staff_box h3 > span {
    font-size: 1rem;
    font-weight: 500;
    color: #e8dfd2;
    display: block;
    margin-top: 0.2rem;
}

#staff .staff_box p {
    font-size: .9rem;
    margin-bottom: 0;
}

#staff .staff_box p.position {
    text-align: center;
    font-size: .8rem;
    margin-top: 1rem;
}

@media screen and (max-width: 934px) {
    #staff .staff_box {
        width: 45%;
        margin: 1rem calc(10% / 4);
    }
}

@media screen and (max-width: 420px) {
    #staff .staff_box {
        width: 100%;
        margin: 1rem auto;
    }
}
#sekou_post .review_wrap div.customer_letter{
	width: 100%;
	height: 250px;
}
#sekou_post .review_wrap div.customer_letter > label {
    display: block;
    width: 100%;
    height: 100%;
}

#sekou_post .review_wrap div.customer_letter > label .popup_btn {
    display: block;
    width: 100%;
    height: 250px;
}

#sekou_post .review_wrap div.customer_letter > label .popup_btn:hover {
    background: rgba(0, 0, 0, .2);
}

#sekou_post .review_wrap div.customer_letter > label input[type="checkbox"] {
    display: none;
}

#sekou_post .review_wrap div.customer_letter > label input[type="checkbox"]:checked + .popup_wrap {
    display: block;
    transition: .2s;
}

#sekou_post .review_wrap div.customer_letter > label .popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#sekou_post .review_wrap div.customer_letter > label .popup_contents{
	position: relative;
	/*width: 80%;*/
	height: 80%;
    padding: 1rem;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#sekou_post .review_wrap div.customer_letter > label .popup_contents img{
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#koe .inner_wrap{
	padding: 0 1rem;
}
#hygge .title_wrap {
    position: relative;
}

#hygge .h1_sub {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, .8);
}

#hygge h3 {
    text-align: center;
    font-weight: bold;
}

#hygge .problem h3 {
    margin-bottom: 3rem;
    color: #59493f;
    font-size: 1.2rem;
    font-weight: bold;
}

#hygge .problem h3 span {
    border: 1px solid #59493f;
    border-radius: 3rem;
    padding: .5rem 1rem;
}

#hygge .problem .flex_wrap {
    flex-direction: row-reverse;
}

#hygge .problem_pic {
    width: 320px;
}

#hygge .problem_pic img {
    width: 100%;
    border-radius: 50%;
}

#hygge .problem_txt {
    width: calc(100% - 320px);
    padding: 0 2rem;
    text-align: left;
}

#hygge .problem_txt li {
    text-align: center;
    color: #59493f;
    font-weight: bold;
    font-size: 1.2rem;
}

#hygge .problem_txt li span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#hygge .problem_txt li i {
    color: #8fc31f;
}

#hygge .problem_txt > p {
    text-align: center;
    font-weight: bold;
    color: #8fc31f;
    margin: 3rem auto;
    font-size: 1.2rem;
}

#hygge .solution {
    padding-top: 3rem;
}

#hygge .solution_item {
    position: relative;
    display: flex;
    margin: 2rem auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 1rem;
}

#hygge .solution_pic {
    width: 50%;
    overflow: hidden;
    border-radius: 1rem 0 0 1rem;
}

#hygge .solution_pic img {
    width: 100%;
}

#hygge .solution_txt {
    width: 50%;
    padding: 2rem;
    background: #fff;
    border-radius: 0 1rem 1rem 0;
}

#hygge .solution_txt h4 {
    color: #8fc31f;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid #8fc31f;
}

#hygge .solution_txt p {
    margin-top: 1rem;
}

#hygge .solution01:before {
    content: url(./assets/images/before_profit01.png);
    width: 30px;
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: 9;
}

#hygge .solution02:before {
    content: url(./assets/images/before_profit02.png);
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: 9;
}

#hygge .solution03:before {
    content: url(./assets/images/before_profit03.png);
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: 9;
}

#hygge .solution04:before {
    content: url(./assets/images/before_profit04.png);
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: 9;
}

#hygge .hygge_customer {
    padding: 5rem 0 0;
}

#hygge .hygge_customer_item {
    margin: 2rem auto;
    padding: 1rem;
    background: #eee;
    border-radius: 8px;
}

#hygge .hygge_customer_item .flex_wrap {
    justify-content: space-between;
}

#hygge .hygge_customer_txt {
    border: 1px solid #8fc31f;
    padding: 1rem;
    background: #fff;
    margin-top: 1rem;
}

#hygge .hygge_customer_txt p {
    font-size: .9rem;
    margin: 0 auto;
}

#hygge .solution_intro h4 {
    background: #8fc31f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: .5rem 0;
}

#hygge .chance h3 {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    background: #8fc31f;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 0;
    border-radius: 1rem 1rem 0 0;
}

#hygge .chance_wrap {
    position: relative;
}

#hygge .chance_wrap img {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

#hygge .chance_txt {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
}

#hygge .chance_txt p {
    margin: 0 auto;
    padding: 1rem 2rem;
    text-shadow: 0 0 4px #fff;
}

#hygge .intro_item {
    margin: 2rem auto;
}

#hygge .intro_pic {
    width: 40%;
}

#hygge .intro_pic img {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

#hygge .intro_txt {
    width: 60%;
    padding: 0 1rem;
}

#hygge .intro_txt h5 {
    color: #8fc31f;
}

#hygge .intro_txt p {
    margin: 0 auto;
    font-size: .9rem;
}

#hygge .hygge_about {
    padding: 3rem 0;
}

#hygge .hygge_about h3 {
    color: rgba(126, 107, 90, .5);
    font-size: 80px;
    font-weight: 900;
    line-height: .7em;
    margin-bottom: 3rem;
    text-align: left;
}

#hygge .about_sign {
    text-align: right;
    font-size: .8rem;
    color: #333;
    margin-top: 3rem;
}

#hygge .about_sign span {
    font-weight: bold;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    section#hygge .inner_wrap {
        padding: 0 1rem;
    }

    #hygge .solution_item {
        flex-wrap: wrap;
    }

    #hygge .solution_pic {
        width: 100%;
        border-radius: 1rem 1rem 0 0;
    }

    #hygge .solution_txt {
        width: 100%;
        border-radius: 0 0 1rem 1rem;
    }

    #hygge .chance h3 {
        position: relative;
        margin: 0;
        padding: 1rem;
        font-size: 1.3rem;
    }

    #hygge .chance_wrap img {
        border-radius: 0 0 1rem 1rem;
    }

    #hygge .chance_txt {
        position: relative;
    }

    #hygge .chance_txt p {
        padding: 0;
        margin-top: 1rem;
    }

    #hygge .hygge_about h3 {
        font-size: 8vw;
    }
}

@media screen and (max-width: 648px) {
    #hygge .problem .flex_wrap {
        flex-wrap: wrap;
    }

    #hygge .problem_pic {
        width: 100%;
    }

    #hygge .problem_txt {
        width: 100%;
        padding: 0
    }

    #hygge .intro_item .flex_wrap {
        flex-wrap: wrap;
    }

    #hygge .solution_intro h4 {
        margin: 0;
        padding: 1rem .5rem;
        border-radius: 1rem 1rem 0 0;
        font-size: 1.2rem;
    }

    #hygge .intro_txt {
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }

    #hygge .intro_pic {
        width: 100%;
    }

    #hygge .intro_pic img {
        border-radius: 0 0 1rem 1rem;
    }

    #hygge .solution01:before {
        content: url(./assets/images/before_profit01_sp.png);
    }

    #hygge .solution02:before {
        content: url(./assets/images/before_profit02_sp.png);
    }

    #hygge .solution03:before {
        content: url(./assets/images/before_profit03_sp.png);
    }

    #hygge .solution04:before {
        content: url(./assets/images/before_profit04_sp.png);
    }
}
#estate{
	padding-top: 70px;
}

#estate .estate_item{
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
#estate .estate_item h3{
	background: #362e2b;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
}
#estate .estate_inner{
	display: flex;
	padding: 1rem;
}
#estate .estate_inner div{
	width: 50%;
}
#estate .estate_inner img{
	width: 100%;
}
#estate .estate_inner div:nth-of-type(2){
	padding:  1rem;
}
#estate .estate_inner dl{
	margin: 0;
}
@media screen and (max-width: 980px){
	#estate .inner_wrap{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 480px){
	#estate .estate_inner{
		flex-wrap: wrap;
	}
	#estate .estate_inner div{
		width: 100%;
	}
}
.flex_wrap {
    display: flex;
}

.reverse_wrap {
    flex-direction: row-reverse;
}

.reverse-col_wrap {
    flex-direction: column-reverse;
}

.vh_quarter {
    height: 35vh
}

.vh_quarter h1 {
    font-size: 34px;
    margin: 0;
}

.mt0 {
    margin-top: 0px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.center {
    text-align: center;
}

.sp_lg {
    display: none;
}

.sp_md {
    display: none;
}

.sp_sm {
    display: none;
}

@media screen and (max-width: 989px) {
    .sp_lg {
        display: block !important;
    }

    .pc_lg {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .sp_md {
        display: block !important;
    }

    .pc_md {
        display: none !important;
    }

    .flex_wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 460px) {
    .sp_sm {
        display: block !important;
    }

    .pc_sm {
        display: none !important;
    }

    .vh_quarter h1 {
        font-size: 24px;
    }
}

/* アニメーション設定 */
.animate-left_in.delighter {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.animate-left_in.delighter.started {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.animate-right_in.delighter {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.animate-right_in.delighter.started {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.animate-bottom_in.delighter {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.animate-bottom_in.delighter.started {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.wp-pagenavi {
    text-align: center;
    margin: 60px auto;
}

.wp-pagenavi a {
    text-decoration: none;
}

.wp-pagenavi .current {
    background: #362e2b;
    color: #fff;
    border: 1px solid #362e2b;
    padding: .5rem 1rem .6rem;
    margin: 0 2px;
}

.wp-pagenavi .page {
    background: #fff;
    color: #362e2b;
    border: 1px solid #362e2b;
    padding: .5rem 1rem .6rem;
    margin: 0 2px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    background: #362e2b;
    color: #fff;
    border: 1px solid #362e2b;
    padding: .5rem .8rem .6rem;
    margin: 0 2px;
}

.link_btn a {
    text-decoration: none;
    color: #fff;
    background: #362e2b;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 36px 6px;
    cursor: pointer;
}
.wpcf7-response-output {
    border-color: #46b450;
    max-width: 980px;
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto 60px!important;
    text-align: center;
	font-size: 1.5rem;
}
#PNF{
	position: relative;
	margin: calc(5rem + 70px) auto 5rem;
}
#PNF .notfound{
	width: 100%;
	max-width: 980px;
	padding: 4rem 2rem 2rem;
	background: #f9f9f9;
	border-radius: 2rem;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}
#PNF .notfound h3, #PNF .notfound p{
	text-align: center;
}
@media screen and (max-width: 980px){
	#PNF .notfound{
		width: calc(100% - 2rem);
		margin: 0 auto;
	}
}
#event_form table{
	margin-bottom: 2rem;
}
#event_form table tr th{
	position: relative;
	font-weight: bold;
	min-width: 320px;

}

#event_form p.caution{
	font-weight: 400;
	font-size: 14px;
	margin-top: .2rem;
}
@media screen and (max-width: 992px){
	#event_form table tr th{
		display: block;
		border-bottom: none;
	}
	#event_form table tr td{
		display: block;
	}
	
	#event_form table tr th{
		min-width: unset;
	}
	#event_form p.caution{
		margin-top: .5rem;
		font-size: 12px;
	}
}
#event_form table tr th.required:after{
	content: "必須";
	position: absolute;
	top: calc(50% - 1rem);
	right: 1rem;
	color: #fff;
    background: #eb6100;
    font-size: 12px;
    padding: 4px 8px 6px;
    border-radius: 8px;
}
#event_form table tr p{
	margin: 0;
	line-height: 1;
}
#event_form span.wpcf7-list-item{
	margin-bottom: 0!importnat;
}

#event_form span.wpcf7-list-item {
	position: relative;
	margin-bottom: 1rem!important;
	margin-right: 1rem!important;
}
