/*
Theme Name: life_tpl_2025
Theme URI: 
Template: lightning
Description:Lifecommunication Theme
Author:Lifecommunication Co., Ltd
Tags: 
Version: 0.5.1
*/
body{
    position : relative;
    width : 100%;
    overflow-x : hidden;
}
body, html {
	background-color: transparent;
}
/*--------------------------コモン---------------------------*/
/* ブラウザの標準に設定されている、htmlタグの設定をクリア */
BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, OL, UL, LI, DL, DT, DD, FORM, PRE {
/* Netscape6 は * が未対応なので、全てのタグを記述して指定 */
margin: 0;
padding: 0;
font-family: 'Noto Sans JP', sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:var(--main-text);
}
:root {
	--main-green:#1D8E40;
	/*--light-green:#e1f1e9;*/
	--light-green:#EDF6F0;
	--dark-green:#2c6841;
	--yellow:#F7EA76;
	--orange:#F06C4E;
	--main-text: #434343;
}
:root {
    color-scheme: light;
}

/*見出し*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
}
h2 {
}
.page img{
	display:block;
	width:100%;
	transition: all 0.5s 0s ease;
}
/*本文*/
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
	font-size: 16px;
	font-weight: normal;
}
p,
td,
th,
li,
dt,
dd{
	font-size: 16px;
}
li{
	list-style:none;
}
a{
	text-decoration:none!important;
	transition: all 0.5s 0s ease;
}
a:hover{
	transition: all 0.5s 0s ease;
}
a[href^="tel:"] {
    pointer-events: none;
}
.flex{
	display:flex;
}
.sp-br{
	display:none;
}
.br-360,
.br-500,
.br-600{
	display:none;
}
.text-link{
	text-decoration:underline !important;
	text-underline-offset: 3px;
	color:var(--main-green);
}
.text-link:hover{
	color:var(--main-green);
	opacity:0.7;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.fade-in {
	opacity: 0;
   transform: translateY(30px); 
   transition: 0.8s ease;
	-webkit-transition:0.8s ease;
   will-change: opacity, transform;
}
.fade-in.show {
   opacity: 1;
   transform: translateY(0);
}
li.fade-in.show:nth-child( 2 ) {transition-delay:.2s;}
li.fade-in.show:nth-child( 3 ) {transition-delay:.4s;}
li.fade-in.show:nth-child( 4 ) {transition-delay:.6s;}
li.fade-in.show:nth-child( 5 ) {transition-delay:.8s;}
li.fade-in.show:nth-child( 6 ) {transition-delay:1.0s;}
li.fade-in.show:nth-child( 7 ) {transition-delay:1.2s;}
li.fade-in.show:nth-child( 8 ) {transition-delay:1.4s;}
li.fade-in.show:nth-child( 9 ) {transition-delay:1.6s;}
li.fade-in.show:nth-child( 10 ) {transition-delay:1.8s;}

.full-width{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.basic-width{
	max-width:1100px;
	margin: auto;
}
.basic-padding{
	padding:100px 0;
}
.basic-padding-half{
	padding:50px 0;
}
.mt30{
	margin-top:20px !important;
}
.mt10{
	margin-top:10px !important;
}
.pb{
	padding-bottom:0 !important;
}
.black{
	color:var(--main-text) !important;
}
@media screen and (max-width: 1200px){
	.basic-width {
    	width: 88%;
	}
}
@media screen and (max-width: 767px){
	.fade-in {
		opacity: 1;
		transform: translateY(0px);
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
}
/*見出し*/
.Head01 {
	width: 100%;
}
.Head01 h2{
    font-size: 3.5rem;
    font-weight: bold;
	position:relative;
	margin-bottom:40px !important;
	color:var(--main-green);
	text-align: center;
	line-height: 1;
}

.Head01 h2 > span{
    font-size: 2rem;
	color:var(--main-green);
	margin-bottom: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
}


h3{
	font-size: 1.25rem;
    line-height: 1.4;
	margin-bottom: 15px;
}
h4{
	font-size: 1.15rem;
    line-height: 1.6;
	margin-bottom: 15px;
}
.lead{
	font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

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

}
@media screen and (max-width: 767px){
	.Head01 h2 {
    	font-size: 3rem;
	}
	.Head01 h2 > span {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
	}
}
@media screen and (max-width: 600px){
	.Head01 h2 {
        font-size: 2.5rem;
	}
	h4{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 500px){

	.lead {
        font-size: 1.5rem;
	}
}
@media screen and (max-width: 415px){

	.Head01 h2 {
        font-size: 2.2rem;
		margin-bottom: 30px !important;
	}

	
}
@media screen and (max-width: 390px){
	.lead {
        font-size: 1.3rem;
        margin-bottom: 20px;
		font-weight: bold;
	}
}
@media screen and (max-width: 375px){
	.Head02 h2,
	.Head03 p{
        font-size: 1.35rem;
	}
}
@media screen and (max-width: 360px){

}
@media screen and (max-width: 319px) {
    .lead {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 300px){
}

.wp-block-table td, 
.wp-block-table th {
    border: 0px solid;
    padding: 30px 20px;
	border-bottom: 1px solid #E1E1E1;
}
/*--------------------------ヘッダー---------------------------*/
/*ヘッダー*/
.site-header--layout--nav-float .site-header-logo img {
	max-width: 220px;
	width: 100%;
	object-fit: contain;
}

.site-header-logo a {
    color: #fff;
	font-size: 2rem;
	letter-spacing: 0.02em;
}
.site-header-logo a span{
	display:block;
    color: #fff;
	font-size: 1rem;
	margin-top: -10px;
}
.site-header-logo {
	padding-top: 1.6rem;
}
.site-header--layout--nav-float .site-header-logo a:hover{
	opacity:0.8;
	transform:scale(0.95);
}
.site-header-container.container{
	max-width:initial;
	padding: 0 30px;
	width: 100%;
}

.site-header {
	position: absolute;
    top: 0px;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
	height: 72px;
    align-items: center;
	box-shadow: none;
	background: rgba(255, 255, 255,0.9); 
}
.site-header--layout--nav-float .site-header-container {
    height: 100%;
}
.site-header--layout--nav-float .site-header-logo {
    display: flex;
    align-items: center;
	line-height: 1;
}
.global-nav--layout--float-right .global-nav-list {
    align-items: center;
}
.global-nav-list li a{
	line-height:48px;
	height: 48px;
}
.device-pc .global-nav-list>li>a,
.device-mobile .global-nav-list>li>a{
	padding:0 20px;
	letter-spacing: 0.05em;
	border: 2px solid var(--main-green);
	border-radius: 30px;
    margin: 0 5px;
}
.device-pc .global-nav-list>li>a:hover,
.device-mobile .global-nav-list>li>a:hover{
	transform:scale(0.95);
	background-color: #ffc73e;
	border: 2px solid #ffc73e;
}

.device-pc .global-nav-list>li,
.device-mobile .global-nav-list>li {
    padding: 0;
}

.device-pc .global-nav-list>li.menu-tel a,
.device-mobile .global-nav-list>li.menu-tel a{
	border: 2px solid var(--dark-green);
}
.device-pc .global-nav-list>li.menu-tel a .global-nav-name,
.device-mobile .global-nav-list>li.menu-tel .global-nav-name{
	color:var(--dark-green);
}
.device-pc .global-nav-list>li.menu-tel a .global-nav-name:before,
.device-mobile .global-nav-list>li.menu-tel .global-nav-name:before{
	content:"";
	display:inline-block;
	background:url(images/tel.svg);
	width:16px;
	height:16px;
	background-size:contain;
	margin-right: 8px;
    vertical-align: middle;
	margin-top: -5px;
}
.menu-contact a{
	background:var(--main-green);
	
}
.device-pc .global-nav-list>li.menu-contact>a .global-nav-name:before,
.device-mobile .global-nav-list>li.menu-contact .global-nav-name:before{
    content:"";
	display:inline-block;
	background:url(images/mail.svg);
	width:20px;
	height:16px;
	background-size:contain;
	margin-right: 8px;
    vertical-align: middle;
	margin-top: -2px;
	background-repeat: no-repeat;
}
.device-pc .global-nav-list>li.menu-line a,
.device-mobile .global-nav-list>li.menu-line a{
	background:#06c755;
	border: 2px solid #06c755;
}
.device-pc .global-nav-list>li.menu-line a:hover,
.device-mobile .global-nav-list>li.menu-line a:hover{
	transform:scale(0.95);
	background-color: #ffc73e;
	border: 2px solid #ffc73e;
	opacity:1;
}
.menu-example{
	display:none;
}
.device-pc .global-nav-list>li.menu-line>a .global-nav-name:before,
.device-mobile .global-nav-list>li.menu-line .global-nav-name:before,
.vk-mobile-nav .menu-line a:before,
.vk-mobile-nav .menu-tel a:before,
.vk-mobile-nav .menu-contact a:before{
    content:"";
	display:inline-block;
	background:url(images/line.svg);
	width:40px;
	height:40px;
	background-size:contain;
	margin-right: 8px;
    vertical-align: middle;
	margin-top: -3px;
}
.vk-mobile-nav .menu-line a:before{
	margin-top: 0;
	margin-right: 15px;
}
.vk-mobile-nav .menu-tel a:before{
	background:url(images/tel-lightgreen.svg);
	background-size:contain;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	font-size: 1.4rem;
    font-weight: bold;
	margin: -3px 25px 0 7px;
}
.vk-mobile-nav .menu-contact a:before{
	background:url(images/mail.svg);
	background-size:contain;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	font-size: 1.4rem;
    font-weight: bold;
	margin: 5px 25px 0 10px;
}
.vk-mobile-nav {
    padding: 70px 10px;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    border-bottom: 0px solid #ccc;
}
.vk-mobile-nav nav>ul {
    border-top: 0px dotted var(--main-green);
}
.vk-mobile-nav .menu-line a{
	background:#00ca62;
	border-radius:6px;
	margin-bottom:10px;
	color: #fff;
	height: 62px;
}
.vk-mobile-nav .menu-tel a{
	border: 2px solid var(--main-green);
    border-radius: 6px;
    height: 62px;
	margin-bottom:10px;
	font-size:1.4rem;
	font-weight:bold;
	line-height: 1.4;
	
}
.vk-mobile-nav .menu-contact a{
	border-radius: 6px;
    height: 62px;
	margin-bottom:10px;
	color:#fff;
	font-size: 15px;
	line-height: 60px;
    padding: 0 .5em;
}
.vk-mobile-nav .menu-line a:hover,
.vk-mobile-nav .menu-tel a:hover,
.vk-mobile-nav .menu-contact a:hover{
	transform:scale(0.95);
	background-color: #ffc73e;
}
.vk-mobile-nav .menu-tel a:hover{
	border: 2px solid #ffc73e;
}

.device-pc .global-nav-list>li>a .global-nav-name,
.device-mobile .global-nav-list>li a .global-nav-name {
    color: #fff;
	font-size: 15px;
    line-height: 44px;
}
.device-pc .global-nav-list>li.menu-tel a .global-nav-name:before,
.device-mobile .global-nav-list>li.menu-tel .global-nav-name:before{
	content:"";
	display:inline-block;
	background:url(images/tel.svg);
	width:16px;
	height:16px;
	background-size:contain;
	margin-right: 8px;
    vertical-align: middle;
	margin-top: -5px;
}
.global-nav-list>li.menu-tel .global-nav-name{
	font-size:1.15rem !important;
}


.device-mobile .global-nav-list .acc-btn {
    width: 100%;
    height: 48px;
    right: 0;
    top: 0px;
    border-width: 0px;
	background: none;
	border:none;
	border-width: 0px !important;
}
.device-mobile .global-nav-list>li.menu-item-has-children>a{
	padding: 0 20px;
}

/*.global-nav-list li.menu-contact a:hover .global-nav-name,
.device-pc .global-nav-list>li>a:hover .global-nav-name{
    color: #fff;
	opacity:0.7;
}*/
/*スクロール時*/
/*.header_scrolled .global-nav-list>li>a .global-nav-name{
    color: var(--main-blue);
}
.header_scrolled .site-header-logo a {
	color: var(--main-blue);
    font-size: 1.6rem;
}
.header_scrolled .site-header-logo a span{
	color: var(--main-blue);
    font-size: 0.9rem;
    margin-top: 5px;
}

.header_scrolled .global-nav-list>li>a:hover .global-nav-name{
	color: var(--main-blue);
    opacity:0.7;
}
.header_scrolled .site-header--layout--nav-float .site-header-logo {
	width: 100%;
	padding-top: 10px;
}*/


/*スマホメニューボタン*/
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in{
	background: #fff;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    color: var(--main-green);
    /*border-bottom: 1px dotted var(--gray);*/
}
.vk-mobile-nav nav>ul{
	/*border-top: 1px dotted var(--main-green);*/
}
.vk-mobile-nav .acc-btn {
    border: 0px solid #333;
    background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat var(--main-blue);
	border-radius: 4px;
}
.vk-mobile-nav .acc-btn {
	border-width: 0px;
}
.vk-mobile-nav .acc-btn{
    top: 12px;
}
.vk-mobile-nav .acc-btn-close {
    background: var(--vk-menu-acc-icon-close-white-bg-src) center 50% no-repeat var(--main-blue);
}
.vk-menu-acc ul.acc-child-open a {
    background: var(--main-blue);
    color: #fff;
}

@media screen and (max-width: 991px){
	.site-header--layout--nav-float .site-header-logo {
		justify-content: center;
		margin-left: 0px;
	}
	.menu-example{
		display:block;
	}
	.menu-example a{
		background: var(--light-green);
		height: 62px;
		line-height: 62px;
		padding: 0 .5em !important;
		border-radius: 6px;
	}
	.menu-example a:hover{
		transform: scale(0.95);
    	background-color: #ffc73e;
	}
	.site-header--layout--nav-float .site-header-logo {
    	margin-left: 26px;
	}
	.site-header-logo a span {
    	margin-top: 4px;
	}
	.site-header {
		box-shadow: none;
	}
	.site-header-logo {
		text-align: left;
		padding-top: 8px;
		padding-left: 0;
	}
	.site-header-container.container {
    	padding: 0 0px;
	}
	.vk-mobile-nav-menu-btn {
    	border-color: transparent;
		top: 10px !important;
        right: 15px !important;
		background: url(images/vk-menu-btn.svg) center 50% no-repeat #fff;
		width: 50px;
		height: 50px;
		border-radius: 6px;
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
		display: none;
	}
	.vk-mobile-nav-menu-btn.menu-open{
		border:none;
		background: url(images/vk-menu-close.svg) center 50% no-repeat #fff;
	}
	.vk-menu-acc ul.acc-child-close {
		max-height: initial;
		opacity: 1;
	}
	.vk-mobile-nav .acc-btn{
		display:none;
	}
}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 320px){
	.site-header--layout--nav-float .site-header-logo {
        margin-left: 16px;
	}
}
@media screen and (max-width: 450px){
	
}
/*--------------------------フッター---------------------------*/]
.site-footer-content {
    padding-top: 100px;
}
.footer-company{
	background: url(images/footer-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	padding:100px 0;
}
.footer-company:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:var(--main-green);
	opacity:0.92;
	position:absolute;
	top:0;
	left:0;
}
.footer-company > div{
	position:relative;
	z-index: 1;
	gap:50px;
}
.footer-logo{
	gap:50px;
}
.footer-logo > .flex{
	align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	margin-bottom: 70px;
}
.footer-logo a.flex {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
	align-items: center;
}
.footer-logo a.flex:hover {
    transform:scale(0.95);
	opacity:0.8;
}
.footer-logo img{
	width:60px;
}
.footer-outline{
	gap:10%;
}
.footer-outline table{
	border-top: 1px solid #fff;
}
.footer-outline table td{
	border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 25px 0;
    font-size: 16px;
    line-height: 1.8;
    vertical-align: top;
}
.footer-outline > div{
	width:45%;
}
.footer-outline > div p,
.footer-outline > div a,
.footer-outline > div a span{
	color:#fff;
}
.footer-outline > div a{
	font-size:1.5rem;
}
.footer-outline > div a span{
	font-size:0.9rem;
}
.footer-detail{
	line-height:1.4;
	margin-top:20px;
}
.footer-map iframe{
	width: 100%;
	border-radius:20px;
	height: 300px;
    margin-top: 30px;
}
.site-footer-content {
    padding-top: 0;
}
@media screen and (max-width: 1100px){
	.footer-outline {
		gap: 5%;
	}
	.footer-outline > div:last-child {
    	width: 50%;
	}
	.footer-outline table td {
		padding: 20px 0;
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px){
	.footer-company {
		background-attachment: scroll;
		background: none;
	}
	.footer-company:after {
    	opacity: 1;
	}
}
@media screen and (max-width: 991px){
    .footer-outline {
        flex-direction: column;
		gap:80px;
	}
	.footer-outline > div,
	.footer-outline > div:last-child {
        width: 100%;
	}
	.footer-map iframe{
		height: 300px !important;
	}
}
@media screen and (max-width: 767px){
	.site-footer-copyright {
		padding: 40px 40px 100px;
	}
	.footer-company {
    	padding: 80px 0;
	}

}
@media screen and (max-width: 600px){
	.footer-logo {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 50px;
	}
	.footer-logo > .flex {
    	margin-bottom: 0px;
	}
	.footer-outline {
        gap: 50px;
	}
	.footer-map iframe{
		height:250px !important;
	}
	.footer-company {
        padding: 60px 0;
	}
}
@media screen and (max-width: 500px){
	.footer-outline table td {
        width: 100%;
        display: block;
	}
	.footer-outline table td {
        padding: 15px;
	}
	.footer-outline table td:first-child {
    	border-bottom: 1px dotted #fff;
		background: rgba(255, 255, 255, 0.15);
	}
	.footer-outline table tr:last-child td br{
        display:none;
	}
}
@media screen and (max-width:415px){
	.footer-logo {
        margin-bottom: 30px;
	}
}
@media screen and (max-width:319px){
	.footer-logo > .flex {
		font-size: 1.05rem;
	}
}
	
/*パートナー*/
.footer-bnr h3 {
    color: var(--main-text);
    font-size: 1.2rem;
	margin-bottom: 40px;
}
.footer-bnr{
	background:#F0F0F0;
	padding: 70px 0 80px;
}
.footer-bnr .flex{
	gap: 50px;
    justify-content: center;
}
.footer-bnr .flex > div{
	text-align: center;
}
.footer-bnr .flex > div img{
    height: 100px;
    object-fit: contain;
	margin-bottom:10px;
}
/*copyright*/
.site-footer-copyright{
	background:#fff;
	padding: 40px;
}
.site-footer-copyright p {
    font-size: 13px;
}
@media screen and (max-width: 1200px){
	.footer-bnr p .sp-br{
		display:block;
	}
	.footer-bnr p{
		line-height: 1.4;
    	font-size: 15px;
	}
	.footer-bnr .flex > div {
    	width: 23%;
	}
	.footer-bnr .flex > div:nth-child(n+2) img {
    	background: #fff;
	}
}
@media screen and (max-width: 991px){
	.footer-bnr h3 {
		margin-bottom: 20px;
	}
	.footer-bnr .flex {
		gap: 30px;
	}
}
@media screen and (max-width: 767px){
	.footer-bnr .flex {
        flex-wrap: wrap;
		gap: 40px 6%;
		max-width: 500px;
		margin: auto;
	}
	.footer-bnr .flex > div {
        width: 47%;
    }
	.site-footer-copyright {
    	padding: 40px 40px 80px;
	}
}
@media screen and (max-width: 600px){
	.footer-bnr {
		padding: 50px 0;
	}
}
@media screen and (max-width: 500px){
	.footer-bnr .flex > div img {
		height: 70px;
	}
}
@media screen and (max-width: 359px){
    .footer-bnr p {
        font-size: 14px;
	}
}
@media screen and (max-width: 319px){
	.footer-bnr .flex > div {
        width: 100%;
	}
	.footer-bnr .flex > div:first-child br,
	.footer-bnr .flex > div:nth-child(2) br,
	.footer-bnr .flex > div:nth-child(4) br{
        display:none;
	}
}
/*フローティングボタン*/
.floating-btn{
	display:none;
}


@media screen and (max-width: 767px){
	.floating-btn li {
    	margin-top: 0;
		width: calc(100% / 3);
	}
	.floating-btn{
		position:fixed;
		left:0;
		bottom:0;
		z-index:1000;
		display: flex;
		width: 100%;

	}

	.floating-btn li a{
		width: 100%;
        height: 40px;
		font-weight: bold;
		text-align: center;
		font-size: 0.9rem;
		padding: 0 5px;
		margin: 0;
		background:#edf6f0f2;
		line-height: 40px;
		display:block;
		color: var(--main-green);
	}
	
	.floating-btn li.floating-line a{
		background: #06c755;background:#06c755f0;
		margin: 0;
	}
	.floating-btn li.floating-line a.icon-line:before {
    	margin-right: 0px;
	}
}

/*トップへ戻るボタン*/
.page_top_btn {
    height: 46px;
    display: block;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: none;
    z-index: 1000;
    width: 46px;
    background: rgba(40, 148, 73, 0.9);
    border-radius: 50%;
	position: fixed;
	text-align: center;
}
.page_top_btn img{
	margin: auto;
    width: 18px;
    padding-top: 14px;
}
.page_top_btn:hover {
	background-color: #ffc73e;
}

@media screen and (max-width: 767px){
	.page_top_btn {
		bottom: 50px;
	}
}

/*--------------------------トップページ---------------------------*/
body.home{background: var(--light-green);}
.site-body {
    padding:0;
}
.section-padding{
	padding: 120px 0;
}
.white{
	color:#fff;
}
.yellow{
	color:var(--yellow);
}
.bg-white{
	background:#fff;
}
.bg-green{
	background:var(--main-green);
}
.container{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.section-padding{
	padding: 120px 0;
}
@media screen and (max-width: 1100px){
	.section-padding{
		padding: 100px 0;
	}
}
@media screen and (max-width: 768px){
	.section-padding{
		padding: 80px 0;
	}
}
@media screen and (max-width: 767px){
	.section-padding{
		padding: 60px 0;
	}
}

@media screen and (max-width:575px){
    .container{
		width: 88%;
	}
}
@media screen and (max-width: 415px){
	.section-padding{
		padding: 40px 0;
	}
}
/* ファーストビュー */
.top-image{
	position:relative;
	height: 100vh;
	min-height: 800px;
}
.top-image:before{
	content:"";
	display: block;
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 18%;
    height: 500px;
    background: url(images/green02.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.top-image:after{
	content:"";
	display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 18%;
    height: 500px;
    background: url(images/green01.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.top-image-main{
	position:relative;
}
.top-image-main:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:-30px;
	width:100%;
	height:200px;
	background: url(images/top-image-on.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.top-image-on{
	position:absolute;
	top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    width: 620px;
    height: 450px;
    margin: auto;
    text-align: center;
}
.top-image-main{
	object-fit: cover;
    width: 100%;
    height: 100vh;
	overflow: hidden;
	height: 100%;
}
.top-image-main img{
	object-fit: cover;
    height: 100vh;
	min-height: 800px;
}
.sub-catch-en{
	margin-top: 50px;
    color: var(--main-green);
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0.3em;
    font-weight: 500;
}
.sub-catch{
	margin-top: 15px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.omakase{
	position: absolute;
    top: -35px;
    left: -80px;
	max-width:280px;
}
.catchphrase01 img,
.catchphrase02 img{
	max-height: 80px;max-height: 72px;
	/*max-height: 96px;
	transform: rotate(-5deg);*/
}
.catchphrase03 img{
	width: 50px;
	margin: -10px auto -15px;
	/*transform: rotate(-5deg);*/
}
.top-results{
	position: absolute;
    right: -170px;
    bottom: -80px;
}
.top-results img{
	width: 240px;
}
.top-image-title-sp{
	display:none;
}

@media screen and (max-width: 1200px){
	.top-image-main:after {
		background:none;
	}
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 930px){
	.top-results {
		right: -100px;
		width: 30%;
	}
}
@media screen and (max-width: 800px){
	.sub-catch-small{
		font-size:15px;
	}
	.top-results {
        right: -50px;
        width: 26%;
	}
}
@media screen and (max-width: 767px){
	.sub-catch-small .sp-br{
		display:block;
	}
	.omakase{
        margin: 0 auto -40px;
        position: static;
	}
	.top-image-on {
		background: transparent;
		top: 60px;
		width: 88%;
		max-width: 450px;
		height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}

	.top-image-main:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: auto;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
        top: 0;
	}
	.sub-catch-small {
        text-align: left;
        color: #fff;
	}
	.sub-catch{
		margin-bottom: 30px;
		color: #fff;
	}
	.sub-catch-en{
        color: #fff;
	}
	.top-results {
        width: 30%;
        position: static;
        margin-left: 70%;
        margin-top: -25%;
	}
	.top-image-title-sp{
		display:block;
	}
	.top-image-title-pc{
		display:none;
	}
}
@media screen and (max-width: 600px){
	.top-image:after {
		top: 60px;
	}
	.top-image:before {
		bottom: -50px;
	}
}
@media screen and (max-width: 500px){
    .top-results {
        bottom: -20px;
	}
}
@media screen and (max-width: 450px){
    .top-results {
         margin-top: -100px;
	}
}
@media screen and (max-width: 415px){
	.omakase {
		top: -50px;
		width: 60%;
	}
	.sub-catch-small {
        font-size: 14px;
	}
	.sub-catch-en {
    	letter-spacing: 0.2em;
	}
}
@media screen and (max-width: 375px){
    .top-results {
        margin: 20px auto 0;
	}
	.sub-catch-small {
        text-align: center;
	}
	.sub-catch {
        margin-bottom: 20px;
        font-size: 1.3rem;
	}
	.top-results {
        margin: 10px auto 0;
        width: 130px;
	}
	.sub-catch-small .sp-br:first-child {
        display: none;
	}
}
@media screen and (max-width: 375px){
	.sub-catch {
        margin-bottom: 10px;
        font-size: 1.2rem;
	}
}
@media screen and (max-width: 300px){
	.sub-catch {
        font-size: 1.1rem;
	}
	.sub-catch-small .sp-br:first-child {
        display: block;
	}
}

/* スライドショー */
.my-custom-slider .slick-slide{
    margin-right: 30px;
    margin-left: 30px;
	width:60%;
}
.my-custom-slider .slick-slide img {
    border-radius: 20px;
    margin-bottom: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 35vw;
}

.my-custom-slider .slide-arrow,
.worksListSlider .slide-arrow{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background-color:var(--main-green);
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-size: 15px;
    background-position: center;
	z-index: 10;
	border-radius:50%;
	top: 0;
    bottom: 0;
    margin: auto;
}
.my-custom-slider .prev-arrow,
.worksListSlider .prev-arrow{
	left: 20%;
	transform: rotate(180deg);
    top: -25px;
}

.worksListSlider .prev-arrow {
    left: 30px;
}
.my-custom-slider .next-arrow,
.worksListSlider .next-arrow {
	right: 20%;
	top: 25px;
}
.worksListSlider .next-arrow {
	right: 30px;
	top: 25px;
}
.my-custom-slider .prev-arrow:hover,
.worksListSlider .prev-arrow:hover,
.my-custom-slider .next-arrow:hover,
.worksListSlider .next-arrow:hover{
	background-color: #ffc73e;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}



.my-custom-slider .slick-dots,
.worksListSlider .slick-dots,
.single-slider .slick-dots{
    bottom: -40px;
}
.my-custom-slider .slick-dots li button:before,
.worksListSlider .slick-dots li button:before,
.single-slider .slick-dots li button:before{
    opacity: 0.5;
    color: var(--main-green);
}
.my-custom-slider .slick-dots li.slick-active button:before,
.worksListSlider .slick-dots li.slick-active button:before,
.single-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--main-green);
}
@media screen and (max-width:1024px){
	.my-custom-slider .slick-slide img {
    	height: 45vw;
	}
	.my-custom-slider .prev-arrow, .worksListSlider .prev-arrow {
		left: 10%;
	}
	.my-custom-slider .next-arrow, .worksListSlider .next-arrow {
    	right: 10%;
	}
	.my-custom-slider .slick-slide {
		margin-right: 20px;
		margin-left: 20px;
	}
}
@media screen and (max-width:767px){
	.my-custom-slider .prev-arrow, .worksListSlider .prev-arrow {
		left: 5%;
	}
	.my-custom-slider .next-arrow, .worksListSlider .next-arrow {
    	right: 5%;
	}
	.my-custom-slider .prev-arrow, .worksListSlider .prev-arrow {
		top: -50px;
	}
	.my-custom-slider .slick-slide img {
        height: 55vw;
    }
}
@media screen and (max-width:500px){
	.my-custom-slider .slide-arrow, .worksListSlider .slide-arrow {
		width: 40px;
		height: 40px;
		background-size: 12px;
	}
	.my-custom-slider .prev-arrow, .worksListSlider .prev-arrow {
		left: 7%;
	}
	.my-custom-slider .next-arrow, .worksListSlider .next-arrow {
    	right: 7%;
	}
}
@media screen and (max-width:450px){
    .my-custom-slider .prev-arrow, .worksListSlider .prev-arrow {
        top: -70px;	
	}
	.my-custom-slider .next-arrow, .worksListSlider .next-arrow {
        top: -28px;	
	}
	.my-custom-slider .slick-slide img {
        height: 65vw;
    }
}
@media screen and (max-width:320px){
	.my-custom-slider .prev-arrow, .worksListSlider .prev-arrow {
		left: 3%;
	}
	.my-custom-slider .next-arrow, .worksListSlider .next-arrow {
    	right: 3%;
	}
}

/*悩み*/
.top-nayami{
	max-width: 1000px;
    margin: auto;
}
.top-nayami-list{
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top: 80px;
}
.top-nayami-list li{
	width:47%;
	margin-bottom: 80px;
}
.top-nayami-list li:nth-child(2n){
	padding-top: 70px;
}
.top-nayami-list li > div{
	background:var(--main-green);
	border-radius:20px;
	position:relative;
	padding: 30px 50px;
	height: 200px;
    display: flex;
    align-items: center;
}
.top-nayami-list li p{
	color:#fff;
	font-weight:bold;
	font-size:1.5rem;
	line-height:1.5;
}
.top-nayami-list li p span{
	color:#fff;
	font-weight:bold;
	font-size:2.5rem;
	font-weight: 600;
}
.top-nayami-list li > div:after{
	content:"";
	width: 46px;
    height: 70px;
    background: url(images/fukidashi.svg);
    position: absolute;
    bottom: -60px;
    left: 100px;
    background-repeat: no-repeat;
}
.top-nayami-list li img{
	width: 150px;
	position: absolute;
    z-index: 1;
    right: 20px;
    bottom: -80px;
}
.top-nayami-message{
	text-align:center;
	font-weight:bold;
}

/*セクションタイトル*/
.nayami-fukidashi{
	background:var(--main-green);
	position:relative;
	border-radius:20px;
	width: 450px;
    padding: 20px 30px 25px;
    margin-left: calc(100% - 450px);
	z-index: 1;
	margin-bottom: -40px;
}
.nayami-fukidashi:after{
	content:"";
	width:50px;
	height:70px;
	background:url(images/fukidashi.svg);
	position:absolute;
	bottom: -60px;
    left: 100px;
	background-repeat:no-repeat;
}
.nayami-fukidashi p,
.nayami-fukidashi p span{
	color:#fff;
	font-size:1.5rem;
	font-weight:bold;
	line-height:1.5;
}
.nayami-fukidashi p span{
	font-size:1.1rem;
}
.nayami-fukidashi img{
	width:150px;
	position:absolute;
	bottom:-100px;
	right:0px;
}
.Head-fukidashi{
	background:var(--yellow);
	padding:30px;
	border-radius:20px;
	position:relative;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
	margin-bottom: 90px;
	text-align: center;
}
.Head-fukidashi:after{
	content:"";
	width: 90px;
    height: 70px;
    background: url(images/fukidashi-title.svg);
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.Head-fukidashi > div{
	position:relative;
	padding-left: 240px;
	display: inline-block;
	margin-left: -20px;
}
.Head-fukidashi h2{
	color:var(--main-green);
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.4;
	margin: 0;
	display: inline-block;
	text-align: left;
	margin-bottom: 15px;
}
.Head-fukidashi h2 span{
	color:var(--main-green);
	font-size:2rem;
}
.Head-fukidashi-top{
	color: var(--main-green);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    margin-bottom: 30px;
    padding: 0 70px;
	display: inline-block;
}
.Head-fukidashi-top:before,
.Head-fukidashi-top:after{
	content:"";
	background:url(images/line.png);
	background-repeat:no-repeat;
	width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
	vertical-align: middle;
}
.Head-fukidashi-top:after{
	transform: scale(-1, 1);
}
.Head-fukidashi .house{
	background:url(images/home.svg);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    padding: 20px 15px;
    position: absolute;
    top: -50px;
    left: 0;
    width: 180px;
    height: 220px;
    background-size: 100%;
    letter-spacing: 0.05em;
}
.flow-number{
	font-size:3rem;
	line-height:1;
	color:#fff;
	display:block;
	margin:20px auto 20px;;
}
.Head-fukidashi .house span:last-child{
	font-size:11px;
	color:#fff;
	display:block;
	margin-top:20px;
}
@media screen and (max-width:1200px){
	.Head-fukidashi h2{
		font-size:2.7rem;
	}
}
@media screen and (max-width:1100px){
	.Head-fukidashi-top {
		font-size: 1.7rem;
	}
	.Head-fukidashi h2{
		font-size:2.5rem;
	}
}
@media screen and (max-width:991px){
	.top-nayami-list {
		margin-top: 60px;
	}
	.top-nayami-list li > div {
    	padding: 30px 30px;
		height: 150px;
	}
	.top-nayami-list li p span {
    	font-size: 2rem;
	}
	.top-nayami-list li img {
		right: 0px;
		bottom: -85px;
		width: 130px;
	}
	.top-nayami-list li {
    	margin-bottom: 60px;
	}

}
@media screen and (max-width:767px){
	.top-nayami-list {
        margin-top: 40px;
	}
	.top-nayami-list li p span {
        font-size: 1.7rem;
	}
	.top-nayami-list li p {
    	font-size: 1.2rem;
	}
	.top-nayami-list li {
        margin-bottom: 40px;
	}
	.top-nayami-list {
        margin-bottom: 70px;
	}
	.top-nayami-message {
    	text-align: left;
	}
	.top-nayami-message br:last-child{
    	display:none;
	}
}
@media screen and (max-width:600px){
    .top-nayami-list {
        margin-bottom: 40px;
	}
	.top-nayami-list li > div {
        padding: 30px 20px;
		display: flex;
		justify-content: center;
	}
	.top-nayami .Head01 h2 br.sp-br{
		display:block;
	}
	.top-nayami-list li p span {
        font-size: 1.5rem;
	}
	.top-nayami-list li > div:after {
		left: 30px;
	}
}
@media screen and (max-width:500px){
	.top-nayami-list li p span {
        font-size: 1.4rem;
	}
	.top-nayami-list {
        margin-bottom: 60px;
	}
	.fuan{
		display:block;
	}
}
@media screen and (max-width:450px){
	.top-nayami-list li p {
        font-size: 1.05rem;
	}
	.top-nayami-list li p span {
        font-size: 1.3rem;
	}
	.top-nayami-list li > div {
        padding: 30px 6%;
	}
	.nayami-fukidashi p{
		/*text-align: left;*/
		font-size: 1.4rem;
	}
}
@media screen and (max-width:415px){
    .top-nayami-list li img {
        bottom: -65px;
        width: 110px;
	}
	.top-nayami-list li {
        margin-bottom: 20px;
	}
	.top-nayami-list li > div:after {
        left: 20px;
        width: 36px;
	}
}
@media screen and (max-width:360px){
	.top-nayami-list li p {
        font-size: 0.9rem;
	}
	.top-nayami-list li {
    	width: 48%;
	}
}
@media screen and (max-width:340px){
	.top-nayami-list li p span {
        font-size: 1.2rem;
	}
	.top-nayami-list li > div {
        height: 130px;
	}
}
@media screen and (max-width:319px){
    .top-nayami-list li {
        width: 100%;
	}
	.top-nayami-list li > div {
        padding: 30px 20px;
        justify-content: flex-start;
	}
	.top-nayami-list li > div:after{
		display:none;
	}
	.top-nayami-list li img {
        bottom: 15px;
        width: 100px;
        right: 10px;
	}
	.top-nayami-list li:nth-child(2n) {
    	padding-top: 0;
	}
	.top-nayami-list {
        margin-bottom: 0px;
	}
}

/*01物件探し*/
.top-flow01{
	padding-bottom:120px;
}
.image-photo{
	max-width:800px;
	margin:auto;
	position: relative;
	width: 88%;
}
.image-photo img{
	margin-bottom: 20px;
	border-radius: 6px;
}
.image-photo .caption{
	text-align:center;
	font-weight: bold;
}
.one-stop{
	width: 88%;
	margin:80px auto 0;
}
.one-stop-inner{
	position:relative;
	max-width: 1000px;
    margin: auto;
}
.one-stop h3{
	text-align:center;
}
.one-stop ul{
	max-width: 600px;
	margin: 50px auto;
}
.one-stop ul li{
	background:var(--main-green);
	color:#fff;
	font-weight: bold;
    line-height: 1.4;
    font-size: 1.5rem;
    margin-bottom: 20px;
    gap: 40px;
    align-items: center;
    padding: 20px 30px;
}
.one-stop ul li img{
	width:30px;
}
.one-stop-image{
    border: 8px solid #fff;
    filter: drop-shadow(0 0 10px rgba(136, 133, 133, 0.2));
	position:absolute;
}
.one-stop-image01{
	transform: rotate(10deg);
    bottom: 170px;
    right: -80px;
    width: 230px;
    z-index: 1;
}
.one-stop-image02{
	transform: rotate(-7deg);
	bottom: -30px;
    right: 0px;
    width: 280px;
}
.one-stop .caption{
	max-width: 700px;
    margin: 80px auto 0;
    text-align: justify;
}
.good{
	width:150px;
}
.summary{
	background:var(--light-green);
	padding: 20px 50px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 60px;
    align-items: center;
	gap:50px;
}
.top-flow01 .summary{
	background:var(--light-green);
	justify-content: center;
}
.summary p{
	font-size:2.2rem;
	color:var(--main-green);
	line-height:1.4;
	font-weight:bold;
	padding-bottom: 20px;
}
.summary p span{
	font-size:1.5rem;
	color:var(--main-text);
}
@media screen and (max-width:1100px){
	.one-stop-image01 {
		bottom: 150px;
		right: 0px;
		width: 210px;
	}
	.one-stop-image02 {
		bottom: -30px;
		right: 50px;
		width: 250px;
	}
	.summary p {
    	font-size: 2.1rem;
	}
}
@media screen and (max-width:991px){
	.Head-fukidashi-top {
		font-size: 1.8rem;
		padding: 0;
		margin: 30px 0;
        width: 100%;
        text-align: center;
	}
	.nayami-fukidashi {
        width:100%;
		max-width: 400px;
        margin: auto;
		text-align: center;
	}
	.nayami-fukidashi img {
    	bottom: -80px;
        right: -90px;
		width: 120px;
	}
	.Head-fukidashi .house {
    	top: -60px;
		width: 160px;
	}
	.Head-fukidashi {
		margin-bottom: 70px;
	}
	.good {
    	width: 120px;
	}
	.summary {
		gap: 30px;
		padding: 20px 30px;
		margin-top: 40px;
	}
	.summary p {
    	font-size: 2rem;
	}
	
	.Head-fukidashi > div {
		padding-left: 200px;
	}
	.flow-number {
		font-size: 2rem;
    	margin: 20px auto 10px;
	}
	.Head-fukidashi .house span:last-child {
		margin-top: 18px;
		line-height: 1.2;
	}
}
@media screen and (max-width:900px){
	.Head-fukidashi {
		padding: 15px 6% 30px;
	}
	.Head-fukidashi .house {
        position: static;
		margin: auto;
		font-size: 1.6rem;
		background: url(images/home-sp.svg);
		background-repeat: no-repeat;
        width: 220px;
		height: auto;
		padding: 10px 15px;
		margin-bottom: 10px;
		background-size: 100%;
	}
    .Head-fukidashi h2 {
        text-align: center;
	}
	.Head-fukidashi > div {
        padding-left: 0;
		margin-left: 0px;
	}
	.flow-number {
        margin: 0px auto 5px;
		font-size: 1.2rem;
	}
	.Head-fukidashi .house span:last-child {
        margin-top: 7px;
	}

}
@media screen and (max-width:850px){
	.one-stop {
		margin:50px auto 0;
	}
	.one-stop-image01 {
        bottom: 130px;
        right: -20px;
        width: 180px;
	}
	.one-stop-image02 {
        bottom: -30px;
        right: 50px;
        width: 220px;
	}
}
@media screen and (max-width:767px){
	.one-stop ul {
    	margin: 30px auto;
	}
	.summary {
		flex-direction: column;
		gap: 10px;
	}
	.good {
        width: 100px;
	}
	.top-flow01 .summary{
		padding: 20px 30px 10px;
        margin-top: 40px;
        text-align: center;
	}
	.one-stop ul li {
		font-size: 1.3rem;
		gap: 30px;
		padding: 15px 30px;
	}
}
@media screen and (max-width:650px){
	.one-stop-image01 {
        width: 210px;
        border: 4px solid #fff;
        position: static;
		margin: auto;
	}
	.one-stop-image02 {
        width: 250px;
        position: static;
		border: 4px solid #fff;
		margin: auto;
	}
	.one-stop .caption {
		margin: 30px auto 0;
	}
	.Head-fukidashi {
        margin-bottom: 50px;
	}
	.Head-fukidashi h2 {
        font-size: 2rem;
	}
	.Head-fukidashi h2 span {
    	font-size: 1.5rem;
	}
	.Head-fukidashi:after {
		width: 80px;
	}
	.summary p {
        font-size: 1.7rem;
	}
	.summary p span {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.good {
        width: 80px;
	}
	.Head-fukidashi-top {
        font-size: 1.5rem;
		padding: 0;
        margin: 30px 0 10px;
	}
	.Head-fukidashi-top:before, .Head-fukidashi-top:after {
    	width: 30px;
	}
	.nayami-fukidashi img {
        bottom: -70px;
        right: -30px;
        width: 110px;
    }
}
@media screen and (max-width:550px){
	.Head-fukidashi h2 {
        font-size: 1.7rem;
	}
}
@media screen and (max-width:500px){
	.top-flow01 .summary {
        padding: 20px 6% 10px;
        margin-top: 30px;
	}
	.Head-fukidashi-top {
        margin: 30px 0 20px;
	}
	.one-stop {
        margin:30px auto 0;
	}
	.summary p {
        font-size: 1.5rem;
		text-align: left;
	}

	.Head-fukidashi h2 span {
        font-size: 1.3rem;
	}
	.image-photo .caption {
    	text-align: left;
		font-size: 15px;
	}
	.nayami-fukidashi {
    	padding: 20px 6% 20px;
	}
	.one-stop ul li {
        font-size: 1.15rem;
        gap: 20px;
		padding: 15px 20px
	}
	.one-stop ul li img {
    	width: 20px;
	}
}
@media screen and (max-width:550px){
	.Head-fukidashi h2 {
        font-size: 1.5rem;
	}
}
@media screen and (max-width:415px){
    .good {
        width: 70px;
	}
	.summary p {
        font-size: 1.3rem;
	}
	.summary p span {
        font-size: 1.15rem;
	}
	.nayami-fukidashi p span {
    	font-size: 1rem;
		display:block;
	}
	.nayami-fukidashi p br{
		display:none;
	}
	.Head-fukidashi h2 {
        font-size: 1.4rem;
	}
	.Head-fukidashi .house {
        font-size: 1.4rem;
	}
	.Head-fukidashi {
        padding: 15px 6% 20px;
	}
	.Head-fukidashi:after {
        width: 60px;
	}
	.Head-fukidashi {
        margin-bottom: 30px;
	}
	.summary{
		padding: 20px 6%;
	}
}
@media screen and (max-width:390px){
    .one-stop-image01 {
        width: 180px;
	}
	.summary p {
        font-size: 1.2rem;
	}
	.Head-fukidashi-top {
        margin: 30px 0 10px;
        font-size: 1.4rem;
	}
	.nayami-fukidashi img {
        width: 100px;
	}
	
}
@media screen and (max-width:360px){
	.Head-fukidashi h2 {
        font-size: 1.3rem;
	}
}
@media screen and (max-width:359px){
	.nayami-fukidashi p{
    	font-size: 1.35rem;
	}
	.Head-fukidashi h2 span {
        font-size: 1.1rem;
	}
	.one-stop ul {
        margin: 20px auto;
	}
	.one-stop ul li {
        font-size: 1.05rem;
		padding: 10px 20px;
    	margin-bottom: 10px;
	}
	.Head-fukidashi-top {
        margin: 30px 0 10px;
	}
	.Head-fukidashi-top:before, 
	.Head-fukidashi-top:after {
        width: 20px;
        height: 25px;
	}
	.nayami-fukidashi img {
        width: 100px;
	}
}
@media screen and (max-width:320px){
	.one-stop h3 {
    	text-align: left;
	}
	.Head-fukidashi-top {
        text-align: left;
	}
	.summary {
        margin-top: 20px;
	}
}
/*中古住宅×リノベーションがおすすめ*/
.renovation{
	border-radius: 20px;
    padding:60px 40px;
    width: 88%;
    margin: 80px auto 0;
}
.renovation h3 {
    text-align: center;
    font-size: 3rem;
}
.renovation-catch{
	font-weight:bold;
	font-size:1.3rem;
	line-height:1.4;
	text-align:center;
}
.renovation h3 span{
	font-size:1.2rem;
}
.renovation .image-photo{
	margin:50px auto;
}
.top-flow01 .renovation .summary{
	padding:0;
	background:transparent;
	justify-content: center;
}
.top-flow01 .renovation .summary ul li{
	font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    padding-left: 40px;
	position: relative;
	margin-top: 7px;
}
.top-flow01 .renovation .summary ul li:first-child{
	margin-top: 0;
}
.top-flow01 .renovation .summary ul li br{
	display:none;
}　
.top-flow01 .renovation .summary ul li:first-child{
	margin-bottom: 20px;
}
.top-flow01 .renovation .summary ul li br{
	display:none;
}
.top-flow01 .renovation .summary ul li:before{
	content:"";
	background:url(images/check.png);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top: 10px;
    left: 0;
    width: 28px;
    height: 28px;
    background-size: contain;
}
.top-flow01 .renovation .summary ul li span{
	font-size:1.1rem;
	display:block;
	color:#fff;
	margin-top: 5px;
}
.comparison .accordion-content{
    margin-top: 30px;
}
.comparison .accordion-content table{
	/*border-collapse: separate;
    border-spacing: 10px;*/
	width: 90%;
    margin: auto;
}
.comparison .accordion-content > div{
	background:#fff;
	border-radius: 20px;
}
.comparison .accordion-content table th,
.comparison .accordion-content table td{
	border: none;
	padding:15px;
	border-bottom: 1px solid #ddd;
}
.comparison .accordion-content table th{
	font-weight:bold;
	text-align: left;
}
.comparison .accordion-content table tr:first-child th{
	border-bottom: 0px solid #ddd;
	padding: 0 10px;
	text-align:center;
}
.comparison .accordion-content table tr th:nth-child(2),
.comparison .accordion-content table tr th:nth-child(3){
	width: 28%;
}
.comparison .accordion-content table tr th:nth-child(4){
	width: 32%;
}
.New-construction span,
.different span,
.set span{
	display: block;
    padding: 10px;
	height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.New-construction span,
.different span{
	background:var(--light-green);	
}
.set span{
	background:var(--main-green); background: #f9e565;
	/*color:#fff;*/
	font-size: 1rem;
    line-height: 1.3;
}
.comparison .accordion-content table tr td:last-child{
	color:var(--main-green);
	font-weight:bold;
	font-size:1.1rem;
	padding-left: 60px;
    background: url(images/crown.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px center;
    padding-right: 0;
}
.comparison-btn{
	background: #fff;
    color: var(--main-green);
    border-radius: 30px;
    font-weight: bold;
    max-width: 350px;
    margin: 70px auto 0;
    font-size: 1.3rem;
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    cursor: pointer;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	position:relative;
}
.comparison-btn:after {
    content: "";
    background-image: url(images/link-arrow-green.png);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
	transform: rotate(90deg);
    background-position: center;
}
.comparison-btn:hover{
	transform:scale(0.95);
	background: #f7ea76;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
.accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    will-change: height;
    position: relative;
}
.sp-scroll-comment{
	display:none;
}
@media screen and (max-width:1150px){
	.top-flow01 .renovation .summary ul li br{
		display:block;
	}
}
@media screen and (max-width:1100px){
	.top-flow01 .renovation .summary ul li {
		font-size: 1.7rem;
	}
	.top-flow01 {
    	padding-bottom: 100px;
	}
	.comparison .accordion-content table tr th:nth-child(4){
		width: calc(100% - 500px);
	}
	.comparison .accordion-content table tr th:first-child{
		width:100px;
		padding: 0;
	}
	.comparison .accordion-content table tr th:nth-child(2).New-construction{
		width: 170px;
	}
	.comparison .accordion-content table tr th:nth-child(3).different{
		width: 230px;
	}
}
@media screen and (max-width:1024px){
	.is-active .sp-scroll-comment{
		display:block;
		color:#fff;
		margin-top: 15px;
	}
	.comparison .accordion-content {
    	margin-top: 10px;
	}
	.comparison .accordion-content table tr td:last-child {
		font-size: 1rem;
		padding-left: 50px;
		background-size: 26px;
	}
	.comparison .accordion-content table th,
	.comparison .accordion-content table td {
		white-space: nowrap;
	}
	.comparison .accordion-content table td .sp-br{
		display:block;
	}
	.comparison .accordion-content > div {
    	border-radius: 20px;
		padding: 0 30px;
	}
	.comparison .accordion-content {
		overflow-x: scroll;
		background:#fff;
		border-radius: 10px;
	}
	.renovation h3 {
		font-size: 2.3rem;
	}
	.renovation-catch {
    	font-size: 1.1rem;
	}
	.renovation .image-photo {
    	margin: 30px auto;
	}
	.comparison-btn {
    	margin: 40px auto 0;
	}
}
@media screen and (max-width:850px){
	.renovation {
		margin: 60px auto 0;
		padding:40px 6% 40px;
	}
	.top-flow01 .renovation .summary ul li span {
    	font-size: 1rem;
	}
	.top-flow01 .renovation .summary ul li:before {
		width: 20px;
		height: 20px;
	}

}
@media screen and (max-width:768px){
	.top-flow01 {
    	padding-bottom: 80px;
	}
	.renovation h3 {
        font-size: 2rem;
	}
	.renovation h3 span {
    	font-size: 1rem;
	}
}
@media screen and (max-width:767px){
	.top-flow01 {
    	padding-bottom: 60px;
	}
	.top-flow01 .renovation .summary ul li {
        text-align: left;
        font-size: 1.5rem;
	}
	.renovation .caption .sp-br {
    	display: block;
	}
	.renovation h3 span:first-child{
		display:block;
	}
}
@media screen and (max-width:600px){
	.renovation-catch {
        font-size: 1rem;
        text-align: left;
	}
	.renovation {
        padding: 40px 6% 40px;
	}
	.renovation .image-photo {
        margin: 30px auto;
        width: 100%;
	}
	.top-flow01 .renovation .summary ul li:before {
		top: 5px;
	}
	.top-flow01 .renovation .summary ul li {
        font-size: 1.3rem;
		padding-left: 30px;
	}
}
@media screen and (max-width:500px){
	.renovation .image-photo .caption {
		text-align: center;
	}
	.renovation h3 .sp-br{
		display:block;
	}
	.renovation h3 {
        font-size: 1.7rem;
	}
	.renovation .image-photo {
        margin: 20px auto;
	}
	.comparison-btn {
		max-width: initial;
		font-size: 1.2rem;
		padding: 15px 30px;
	}
}
@media screen and (max-width:415px){
	.top-flow01 {
    	padding-bottom: 40px;
	}
	.renovation h3 {
        font-size: 1.5rem;
	}
	.renovation {
        margin: 40px auto 0;
	}
	.top-flow01 .renovation .summary ul li {
        font-size: 1.15rem;
	}
	.top-flow01 .renovation .summary ul li span {
        font-size: 0.9rem;
	}
}
@media screen and (max-width:360px){
	.renovation {
		border-radius: 0px;
		width: 100%;
	}
	.top-flow01 {
        padding-bottom: 0px;
	}
}
@media screen and (max-width:359px){
    .renovation .caption .sp-br {
        display: none;
	}
	.renovation .image-photo .caption {
        text-align: left;
	}
}
@media screen and (max-width:319px){
	.renovation h3 {
        font-size: 1.3rem;
    }
}

/*CTA*/
.top-cta{
	background:url(images/contact-bg.jpg);
	position:relative;
}
.top-cta:before,
.top-cta:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 12%;
    height: 500px;
    background: url(images/green01.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.top-cta:before {
    background: url(images/green02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
	left: 0;
    bottom: 0;
    top: auto;
}
.top-contact,
.top-present{
	background: rgba(255, 255, 255, 0.95);
	padding:50px 10%;
	border-radius:20px;
	position:relative;
}

.top-present{
	padding: 50px 6%;
}

.top-cta .top-contact > .flex{
	justify-content:space-between;
	gap:6%;
	width: 84%;
}
.top-present .Head03 h3.heading{
	text-align:center;
	font-size: 3.8rem;
    margin-bottom: 10px;
	color: #FFDD54;
}
.top-present > p:first-of-type{
	font-weight:bold;
	text-align: center;
}
.top-cta .flex > div{
	width:47%;
	text-align:center;
}
.top-cta .flex > div > p:first-child{
	margin-bottom:10px;
}
.link-btn.top-cta-line a{
    background: #06c755;
}
.link-btn.top-cta-line a:hover{
	transform:scale(0.95);
	background-color: #ffc73e;
}
.link-btn.link-btn-contact a{
	font-size: 2rem;
    background: var(--orange);
    border: 6px solid #fff;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    padding: 25px 15px;
    margin: 20px auto 40px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.link-btn.link-btn-contact a:hover{
	transform:scale(0.95);
	background-color: #ffc73e;
}
.link-btn.link-btn-contact a:before{
	content: "";
    display: inline-block;
    background: url(images/mail.svg);
    width: 36px;
    height: 36px;
    background-size: contain;
    margin-right: 26px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.icon-line{
}
a.icon-line:before{
    content: "";
    display: inline-block;
    background: url(images/line.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-right: 20px;
    vertical-align: middle;
}
.icon-tel,
.icon-tel-light{
	color: var(--main-green);
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
a.icon-tel:before,
a.icon-tel-light:before{
	content: "";
    display: inline-block;
    background: url(images/tel-lightgreen.svg);
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}
a.icon-tel-light:before{
    background: url(images/tel-lightgreen.svg);
	background-repeat: no-repeat;
    background-size: contain;
}
.icon-mail-green{
	position:relative;
}
.icon-mail-green:before{
	content: "";
    display: inline-block;
    background: url(images/icon-mail-green.svg);
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.top-cta-tel-text{
	line-height:1.5;
	font-size:1rem;
}
.staff{
	width: 280px;
    position: absolute;
    bottom: -80px;
    right: 0;
}
.top-contact:not(.home .top-contact) .staff{
	bottom: -160px;
}
.staff:after{
	content:"";
	background: url(images/message.svg);
    width: 180px;
    height: 180px;
    position: absolute;
    top: -80px;
    right: -90px;
    background-repeat: no-repeat;
    z-index: 10;
}
.top-present{
	background:#FFFDEE;
	margin-top: 60px;
}
.top-present > .flex{
	gap:6%;
	margin-top: 30px;
}
.top-present-text{
    z-index: 10;
}
.top-present-text p{
	text-align: left;
	font-size: 14px;
    line-height: 1.4;
}

.top-present > .flex > div{
	width:47%;
	position:relative;
}
.top-present > .flex > div:last-child img{
	border-radius:4px;
}
.present{
	position:relative;
}
.present01 .present-photo{
	width: 100px;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.present01{
	margin-bottom:20px;
}
.present02 .present-photo{
	width: 230px;
    position: absolute;
    bottom: -20px;
    right: -150px;
}
.present-illust{
	position:absolute;
	top: 20px;
    left: 230px;
    width: 180px;
}
.top-present h4{
	background;#fff;
	color:#E14E2D;
	padding: 12px 30px;
    border-radius: 6px;
    background: #fff;
    text-align: left;
	font-size: 1.5rem;
	margin-top: -25px;
	margin-bottom: 10px;
}
.present-number{
	font-weight:bold;
	color:#fff;
	background:var(--orange);
	font-size:1.2rem;
	text-align:center;
	border-radius:50%;
	width: 60px;
    height: 60px;
    padding: 5px;
    display: block;
    margin-left: 20px;
}
.big-screen{
	background:var(--yellow);
	width:180px;
	height:180px;
	border-radius:50%;
	font-weight:bold;
	text-align:center;
	font-size:1.8rem;
	position:absolute;
	right: -120px;
    bottom: -20px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
	color: var(--main-green);
}
.big-screen span{
	display:block;
	font-size:0.85rem;
    line-height: 1;
	margin-top: 10px;
	color: var(--main-green);
}
.big-screen:before{
	content:"";
	background: url(images/appeal.svg);
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: -30px;
    background-repeat: no-repeat;
}

@media screen and (max-width:1200px){
	.staff {
		width: 240px;
		right: 70px;
	}
	.staff:after {
		width: 150px;
		top: -50px;
		right: -80px;
	}
	.present-illust {
    	left: 18%;
	}
	.big-screen {
    	right: -50px;
	}
	.present02 .present-photo {
    	width: 200px;
    	right: -150px;
	}
}
@media screen and (max-width:1100px){
	.top-contact:not(.home .top-contact) .staff {
		bottom: -108px;
		height: 274px;
	}
	.top-contact, 
	.top-present {
    	padding: 50px 50px;
	}
	.staff {
        right: 0px;
	}
	.staff:after{
		display:none;
	}
	.top-cta .top-contact > .flex {
		width: 80%;
	}
	.icon-tel {
    	font-size: 2.2rem;
	}
	.link-btn.link-btn-contact a {
    	margin: 20px auto 30px;
	}
	.present-illust {
    	left: 15%;
	}
	.present01 .present-photo {
    	width: 80px;
    	right: -20px;
	}
}
@media screen and (max-width:991px){	
	.present01 .present-photo {
		bottom: 50px;
	}
	.present-illust {
        left: 10%;
	}
}
@media screen and (max-width:900px){
	.top-contact:not(.home .top-contact) .staff {
		height:auto;
		bottom: 0px;
	}
	.top-contact:not(.home .top-contact) .staff img {
		display: block;
	}
    .top-cta .top-contact > .flex {
        flex-direction: column;
        gap: 30px;
		margin: auto;
		width: 100%;
	}
	.staff {
		width: 35%;
		bottom: 0px;
		right: 12%;
	}
	.staff:after{
		display:block;
        top: 0px;
        right: -100px;
	}
	.top-cta .top-contact .flex > div {
    	width: 55%;
	}
	.top-present > .flex {
		gap: 40px;
		flex-direction: column;
		max-width: 500px;
    	margin: 30px auto 0;
	}
	.top-present .flex > div {
        width: 100%;
	}
	.present02 .present-photo {
        right: 0px;
	}
	.present01 .present-photo {
        width: 100px;
        right: 0;
        border: 0;
    }
	.present-illust {
        left: 50px;
	}
}
@media screen and (max-width:768px){
	.present-illust {
        left: 0px;
        top: -50px;
	}
	.lead {
    	font-size: 1.3rem;
	}
}	
@media screen and (max-width:767px){
    .top-contact:not(.home .top-contact) .staff:after {
        display: none;
	}
	.top-contact:not(.home .top-contact) .staff {
        right: 30px;
		width: 40%;
	}
	.top-cta .flex > div > p:first-child {
		font-size: 0.9rem;
	}
}
@media screen and (max-width:650px){	
    .staff,
	.top-contact:not(.home .top-contact) .staff{
        bottom: -80px;
        right: 5%;
		width: 38%;
	}
	.top-contact:not(.home .top-contact) .staff img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

	.top-cta .top-contact .flex > div{
		width: 65%;
	}
	.top-cta .flex > div.top-cta-line{
		width:100%;
	}
	.staff:after{
		display:none;
	}
	.top-contact, .top-present {
        padding: 50px 6%;
	}
	.link-btn.link-btn-contact a {
		font-size: 1.7rem;
		border: 4px solid #fff;
		padding: 20px 15px;
	}
	.lead {
    	font-size: 1.3rem;
	}
}
@media screen and (max-width: 600px) {
	.top-present-text p br{
		display:none;
	}
	.top-contact:not(.home .top-contact) .staff {
        bottom: -100px;
        right: 0;
        width: 180px;
    }
	.lead {
        font-size: 1.2rem;
	}
    .top-contact2 .lead {
        text-align: left;
	}
	.top-contact2 .lead br{
        display:none;
	}
	.top-cta .top-contact .flex > div{
        width: 100%;
	}
	.icon-tel:not(.floating-btn .icon-tel) {
        background: #fff;
        padding: 15px;
        border: 4px solid var(--main-green);
        border-radius: 50px;
		height: 70px;
	}
	.icon-tel:not(.floating-btn .icon-tel):hover {
		transform: scale(0.95);
        border: 4px solid #ffc73e;
        color: var(--main-green);
        background: #ffc73e;
	}
	.top-cta-tel-text {
    	text-align: left;
	}
	.staff {
        bottom: -120px;
        right: 5%;
        width:200px;
	}
	.top-cta:after {
    	width: 20%;
		top: -80px;
	}
	.top-cta:before{
    	width: 20%;
		top: auto;bottom: 0;
	}
	.top-cta .top-contact > .flex {
        width: 80%;
	}
	.present02 .present-photo {
        position: static;
        margin: 20px auto 0;
        width: 60%;
		min-width:200px;
	}
	.big-screen {
        right: -20px;
        bottom: -90px;
	}
	.top-present > .flex {
        gap: 20px;
	}
	.present-illust {
        left: -50px;
        top: -50px;
        z-index: 10;
	}
}
@media screen and (max-width:500px){
	.top-contact, .top-present {
        padding: 40px 6%;
	}
	.link-btn.link-btn-contact a {
        font-size: 1.6rem;
        padding: 15px 15px;
	}
	.staff {
        bottom: -90px;
		width:170px;
	}
}
@media screen and (max-width:450px){
	.top-cta .top-contact > .flex {
        width: 100%;
	}
	.present-illust {
        left: -70px;
        top: -70px;
	}
	.big-screen {
		width: 160px;
		height: 160px;
	}
}
@media screen and (max-width:415px){
	.top-contact:not(.home .top-contact) .staff {
        bottom: -80px;
		width: 150px;
	}
    .icon-tel {
        font-size: 1.7rem;
	}
	.top-cta .flex > div > p:first-child {
		margin-bottom: 6px;
	}
	.link-btn.link-btn-contact a:before {
		width: 26px;
		height: 26px;
    	margin-right: 15px;
    	margin-top: 0;
	}
	.top-cta-tel-text {
		line-height: 1.5;
		font-size: 0.9rem;
	}
	.lead {
        font-size: 1.1rem;
		text-align:left;
	}
	.staff {
        bottom: -100px;
	}
	.top-cta .top-contact > .flex {
        gap: 20px;
	}
	.present-number {
		color: var(--orange);
		background: #F9E565;
		width: 40px;
		height: 40px;
		padding: 0px;
		z-index: 10;
		position: absolute;
		line-height: 40px;
		top: -20px;
		left: -36px;
	}
	.top-present h4 {
		font-size: 1.3rem;
		margin-top: 0;
	}
	.present01 {
    	margin-bottom: 40px;
	}
	.present01 .present-photo {
        width: 80px;
		bottom: auto;
        top: -30px;
	}
}
@media screen and (max-width:390px){
	.icon-tel:not(.floating-btn .icon-tel) {
        height: 60px;
		padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.top-contact:not(.home .top-contact) .staff {
        bottom: -90px;
	}
	.top-contact, .top-present {
        padding: 30px 6%;
	}
	.link-btn.link-btn-contact a {
        margin: 10px auto 20px;
		font-size: 1.4rem;
	}
	.link-btn.top-cta-line a,
	.top-cta-tel a{
    	padding: 10px 20px;
	}
	.staff {
        bottom: -110px;
	}
	.top-present-text p br{
		display:none;
	}
	.present01 .present-photo {
        right: -20px;
	}
	.big-screen {
        width: 140px;
        height: 140px;
        font-size: 1.5rem;
	}
}
@media screen and (max-width:375px){
    .top-cta:before {
        top: auto;
        bottom: 0;
	}
	.present-illust {
        left: -50px;
        top: -80px;
        width: 150px;
	}
	.top-present > p:first-of-type {
		font-size: 15px;
		margin-top: 15px;
		text-align: left !important;
	}
}
@media screen and (max-width:360px){
    .staff {
        right: 0;
	}
	.icon-tel {
        font-size: 1.4rem;
		line-height: 35px;
    }
	.top-present h4 {
        font-size: 1.2rem;
		padding: 12px 10px 12px 30px;
	}
}
@media screen and (max-width:320px){
	.staff {
        width: 150px;
	}
	.link-btn.link-btn-contact a {
        font-size: 1.2rem;
	}
	.lead {
        font-size: 1rem;
	}
	.present01 .present-photo {
        width: 70px;
        top: -20px;
        right: -30px;
	}
	.top-present > p:first-of-type br{
		display:none;
	}
	.present-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -20px;
        left: -26px;
	}
	.top-present h4 {
        padding: 12px 10px 12px 15px;
	}
}
	
/*02現地見学*/
.top-flow-text{
	text-align:center;
	margin-bottom: 40px;
	font-size:1.1rem;
}
.top-flow02-text{
}
.top-flow02-text span{
	font-weight:bold;
	font-size:1.4rem;
	margin-bottom: 40px;
}
.top-flow02 .summary{
	background:#fff;
	justify-content: center;
}
.top-flow02 .summary span{
	display:block;
	margin-bottom: 5px;
}
.top-flow02 .summary p {
    padding-bottom: 0;
}
.point{
	position: absolute;
    top: 30px;
    left: 40px;
    height: 100px;
    width: 100px;
    background:url(images/circle.svg);
    background-size: contain;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.point span{
	font-weight:bold;
	font-size:1rem;
	display:block;
	line-height:1;
	margin-bottom: 5px;
    color: #fff;
}

@media screen and (max-width:650px){
	.top-flow02-text span {
		margin-bottom: 0px;
		display: block;
	}
}
@media screen and (max-width:600px){
	.point {
		top: 15px;
		left: 20px;
		height: 80px;
		width: 80px;
	}
	.top-flow02 .image-photo .caption {
    	text-align: left;
	}
}
@media screen and (max-width:415px){
	.top-flow02-text span {
        margin-bottom: 0px;
        display: inline;
		font-size: 1.25rem;
	}
	.top-flow-text {
		text-align: left;
		font-size: 1rem;
		line-height: 1.6;
	}
}

/*03ご相談・プランニング*/
.top-flow03 .Head-fukidashi .house,
.top-flow05 .Head-fukidashi .house{
    font-size: 1.4rem;
    line-height: 1.3;
	padding: 20px 5px
}
.top-flow03 .flow-number,
.top-flow05 .flow-number{
    margin: 15px auto 10px;
}
.top-flow03 .Head-fukidashi .house span:last-child,
.top-flow05 .Head-fukidashi .house span:last-child {
    margin-top: 5px;
}
.top-flow03-text{
	font-weight:bold;
}
.strengths{
	width: 88%;
    margin: 80px auto;
    max-width: 1000px;
}
.strengths li{
	gap:6%;
	margin-bottom:50px;
}
.strengths li:last-child{
	margin-bottom:0;
}
.strengths li .caption{
	text-align:center;
	margin-top: 10px;
    font-weight: bold;
}
.strengths li > div{
	width:40%;
	position:relative;
}
.strengths li > div:last-child{
	width:54%;
}
.strengths li > div h3{
    background: var(--light-green);
    padding: 10px 10px 15px 90px;
	position:relative;
	line-height: 1.3;
}
.strengths li > div h3:after{
    content: "";
    width: 1px;
    height: 40px;
    background: var(--main-text);
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.strengths li > div h3 span:first-child{
    top: 50%;
    transform: translateY(-50%);
	position: absolute;
	left: 20px;
}
.strengths li:nth-child(3) > div h3 {
    padding: 0px 10px 15px 90px;padding:10px 10px 15px 90px;
}
.set-loan{
	color:var(--orange);
	font-weight:bold;
	font-size:1.3rem;
	margin-bottom: 10px;
}
.set-loan span{
	margin-right:10px;
	color:var(--orange);
}
.strengths .point {
    top: -30px;
    left: -40px;
}
.top-flow03 .summary{
	background:transparent;
	padding: 0;
    justify-content: center;
}
.top-flow03 .summary p span{
	display:block;
	margin-top: 10px;
}
.top-flow03 .summary p span.design{
	color:var(--main-green);
	display:inline-block;
	font-size: 2.2rem;
	margin-top:0;
}
@media screen and (max-width:1200px){
	.top-flow03 .summary p span.design{
		display:block;
	}
}
@media screen and (max-width:1100px){
	.top-flow03 .Head-fukidashi h2 span {
		font-size: 1.7rem;
	}
	.top-flow03 .Head-fukidashi h2 {
		font-size: 2.8rem;
	}
	.strengths {
    	margin: 60px auto;
	}
	.top-flow03 .nayami-fukidashi img {
		bottom: -80px;
	}
}
@media screen and (max-width:991px){
	.top-flow03 .Head-fukidashi .house span:last-child {
        padding: 0 10px;
	}
}
@media screen and (max-width:900px){
	.top-flow03 .Head-fukidashi .house br, 
	.top-flow05 .Head-fukidashi .house br{
		display:none;
	}
	.top-flow03 .Head-fukidashi .house, .top-flow05 .Head-fukidashi .house {
		font-size: 1.2rem;
		line-height: 1.3;
		padding: 5px 5px 10px;
	}
	.top-flow03 .flow-number, 
	.top-flow05 .flow-number {
    	margin: 10px auto 5px;
	}
	.strengths li {
		gap: 40px;
        margin-bottom: 70px;
        flex-direction: column-reverse;
	}
	.strengths li > div,
	.strengths li > div:last-child{
    	width: 100%;
	}
	.strengths li > div:first-child{
		max-width: 450px;
    	margin: auto;
	}
}
@media screen and (max-width:767px){
	.top-flow03 .summary p{
		text-align:center;
	}
}
@media screen and (max-width:600px){
    .top-flow03 .Head-fukidashi h2 {
        font-size: 2.3rem;
	}
	.top-flow03 .Head-fukidashi h2 span {
        font-size: 1.5rem;
	}
	.set-loan span{
		margin-right:0;
		display:block;
	}
}
@media screen and (max-width:500px){
	.top-flow03 .summary p .sp-br{
		display:block;
	}
	.set-loan{
		text-align:center;
	}
	.set-loan span{
		font-size: 1.1rem;
        line-height: 1;
	}
	.strengths li > div h3 span{
		display: block;
	}
	.strengths li > div h3 br{
		display:none;
	}
	.strengths li > div h3 span:first-child {
    	position: static;
		font-size: 2rem;
		line-height: 1;
		transform: translateY(0);
		margin-bottom: 5px;
	}
	.strengths li > div h3:after{
		display:none;
	}
	.strengths li > div h3,
	.strengths li:nth-child(3) > div h3{
    	padding: 15px 10px 20px;
		text-align: center;
	}
    .top-flow03 .Head-fukidashi h2 {
        font-size: 2rem;
        margin-bottom: 0;
	}
	.top-flow03 .Head-fukidashi h2 span {
        font-size: 1.3rem;
	}
	.strengths .point {
		top: 15px;
		left: 20px;
	}
	.top-flow03-text {
    	text-align: left;
	}
	.top-flow03-text br{
    	display:none;
	}
}
@media screen and (max-width:450px){
    .strengths li {
        gap: 20px;
        margin-bottom: 50px;
	}
	.top-flow03 .Head-fukidashi h2 {
        /*text-align: left;*/
	}
	.top-flow03 .Head-fukidashi h2 span {
        font-size: 1.3rem;
        display: block;
        line-height: 1.4;
		margin-bottom: 10px;
	}
	.top-flow03 .Head-fukidashi h2 br {
        display: none;
	}
	.top-flow03 .Head-fukidashi h2 .sp-br{
		display:block;
	}
	.strengths {
        margin: 40px auto;
	}
	.strengths .summary > p{
		text-align:center;
	}
	.strengths .summary > p span{
		display:block;
		font-size:2rem;
	}
}
@media screen and (max-width:415px){
    .summary p {
        padding-bottom: 0;
	}
	.strengths li .caption {
    	font-size: 15px;
		text-align: left;
	}
}
@media screen and (max-width:375px){
	.top-flow03 .Head-fukidashi h2 {
        font-size: 1.7rem;
	}
}
@media screen and (max-width:360px){
	.set-loan {
    	font-size: 1.15rem;
	}
	
}
@media screen and (max-width:359px){
	.top-flow03 .summary p span.design{
		font-size:1.8rem;
		margin-top:0;
	}
}
@media screen and (max-width:280px){
	.top-flow03 .Head-fukidashi h2 > .sp-br{
		display:none;
	}
	.top-flow03 .summary p span.design{
		font-size:1.7rem;
	}
}

/*04施工*/
.Head-fukidashi h2 span.work-number{
	font-size:3rem;
}
.image-photo-flow04{
	position:relative;
}
.flow04-image{
	width:80%;
	margin-left:20%;
}
.flow04-text{
	position:absolute;
	left:0;
	top: 50%;
    transform: translateY(-50%);
}
.flow04-text img{
	width: 40px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}
.flow04-text li{
	position:relative;
	background:#fff;
	padding:20px 20px 20px 110px;
	border-radius:6px;
	margin-bottom:20px;
}
.flow04-text li:after{
    content: "";
    width: 1px;
    height: 70%;
    background: var(--main-text);
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.flow04-point{
	color:var(--main-green);
	font-size:2rem;
	line-height:1;
	font-weight:bold;
	margin-bottom: 10px;
}
.top-flow04 .caption{
	margin-top:20px;
	text-align:center;
	font-weight: bold;
}
.before-after{
	margin-top:120px;
}
.house-h3{
	text-align:center;
	color:var(--main-green);
	font-weight:bold;
}
.house-h3:before{
	content:"";
	background: url(images/home-icon.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
	margin-bottom: -4px;
}
.before-after .link-btn a{
	max-width:450px;
	margin:100px auto 0;
	width: 88%;
}
.link-btn.top-cta-line a {
    margin: 0px auto 0 !important;
}
.before-after .link-btn a:hover{
	transform:scale(0.95);
	background-color: #ffc73e;
}
.before-after .link-btn a:after{
	content:"";
	background-image: url(images/link-arrow.png);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.works{
	margin-top: 50px;
}
.worksItemTitle{
	background: #fff;
	height: 70px;
    padding: 10px 20px;
    line-height: 1.6;
    font-size: 0.92rem;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
.home .worksItemTitle:hover{
	color: #fff;
	background: var(--main-green);
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
.slick-slide a div{
	display:block;
	overflow:hidden;
}
.slick-slide a img{
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
.slick-slide a:hover img{
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	transform:scale(1.1);
}
.worksItemThumbnail img{
	width:100%;
    height: 20vw;
    object-fit: cover;
}
.worksListSlider .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
/*お客様の声*/
.voice{
	background:#fff;
	padding:80px 10%;
	border-radius:20px;
	position: relative;
	margin: 100px auto 0;
	width: 88%;
}
.voice h3.house-h3{
	text-align:left;
}
.voice-main{
	margin-top: 80px;
	position:relative;
}
.voice-cg{
	position: absolute;
	top: 50px;
    right: 5%;
	text-align: right;
	z-index: 1;
}
.voice-cg img{
	transform: rotate(3deg);
    width: 430px;
    border: 6px solid #fff;
    filter: drop-shadow(0 0 10px rgba(136, 133, 133, 0.2));
    
}
.voice-cap{
	display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    color: var(--main-green);
    font-weight: bold;
    font-size: 1.1rem;
	position: relative;
	margin-top: -20px;
    filter: drop-shadow(0 0 10px rgba(136, 133, 133, 0.2));
    margin-right: -10px;
}

.voice-main .voice-cap{
	position:absolute;
	top: 50px;
    left: 40px;
}
.voice-main-text{
	margin-top: -50px;
    margin-left: -50px;
}
.voice-main-text span{
	background:var(--main-green);
	color:#fff;
	font-weight:bold;
	font-size: 1.7rem;
    margin-bottom: 15px;
    display: inline-block;
    padding: 20px 30px;
}
.voice-detail{
	color:var(--main-green);
	font-size:1.2rem;
	margin:50px 0 30px;
}

@media screen and (max-width:1100px){
	.top-flow04 .Head-fukidashi h2 span {
		font-size: 1.7rem;
	}
	.top-flow04 .Head-fukidashi h2 {
		font-size: 2.8rem;
	}
	.before-after {
    	margin-top: 100px;
	}
}
@media screen and (max-width:991px){
	.flow04-text {
		position: static;
		transform: translateY(0);
		margin-top: 40px;
	}
	.flow04-text li p br{
		display:none;
	}
	.flow04-image {
		width: 100%;
		max-width: 500px;max-width: initial;
        margin: auto;
		width: 100vw;
    	margin: 0 calc(50% - 50vw);
	}
	.before-after {
    	margin-top: 80px;
	}

	.worksItemThumbnail img {
    	height: 30vw;
	}
	.voice {
		margin: 80px auto 0;
	}
	.voice-main-text span {
		font-size: 1.5rem;
		padding: 10px 30px;
	}
	.voice-main-text {
    	margin-top: -30px;
	}
	.voice-main .voice-cap {
		top: 40px;
		left: 20px;
	}
	.voice-cg img{
    	width: 330px;
	}
}
@media screen and (max-width:850px){
	.voice-detail {
		margin: 30px 0 30px;
	}
}
@media screen and (max-width:767px){
	.voice-cg {
		position: static;
		margin-top:30px;
	}
	.voice-cg img {
        width: 70%;
        margin: auto;
	}
	.voice-main {
    	margin-top: 30px;
	}
	.voice {
    	padding: 50px 6%;
	}
	.voice-main-text {
    	margin-left: -3%;
	}
	.voice-main-text span {
    	margin-bottom: 10px;
		font-size: 1.3rem;
	}

}
@media screen and (max-width:700px){
	.top-flow04 .caption {
		text-align: left;
	}
}
@media screen and (max-width:600px){
    .top-flow04 .Head-fukidashi h2 {
        font-size: 2.3rem;
	}
	.top-flow04 .Head-fukidashi h2 span {
        font-size: 1.5rem;
	}
	.flow04-point {
    	font-size: 1.7rem;
	}
	.worksItemThumbnail img {
        height: 50vw;
    }
	.works {
    	margin-top: 40px;
	}
	.before-after {
        margin-top: 50px;
	}
	.voice {
        margin: 60px auto 0;
	}
	.voice {
        padding: 40px 6%;
	}
	.voice-detail {
        margin: 20px 0 10px;
	}
	.voice-main {
        margin-top: 20px;
	}
}
@media screen and (max-width:500px){
    .top-flow04 .Head-fukidashi h2 {
        font-size: 2rem;
        margin-bottom: 0;
	}
	.top-flow04 .Head-fukidashi h2 span {
        font-size: 1.3rem;
	}
	.before-after .link-btn a {
		margin: 70px auto 0;
	}
	.voice {
        margin: 40px auto 0;
	}
	.voice-main-text span {
        margin-bottom: 0px;
        font-size: 1.2rem;
        background: transparent;
		padding: 0;
	}
	.voice-main-text {
        background: var(--main-green);
        z-index: 1;
        position: relative;
		padding: 7px 15px;
        margin-top: 20px;
		margin-left: 0;
	}
	.voice-detail {
        margin: 10px 0 10px;
        font-size: 1.1rem;
	}
}
@media screen and (max-width:450px){

    .top-flow04 .Head-fukidashi h2 {
        font-size: 1.7rem;
	}
	.flow04-text img {
    	width: 30px;
	}
	.flow04-text li:after {
		left: 70px;
	}
	.flow04-text li {
    	padding: 20px 20px 20px 95px;
	}
	.flow04-point {
        font-size: 1.5rem;
	}
	.flow04-text li p:last-child{
    	font-size: 15px;
	}    
	.voice {
        padding: 30px 6%;
	}
	.voice-cg {
        margin-top: 20px;
	}
	.voice-cg img {
        width: 85%;
	}
	.voice-main-text span {
        font-size: 1.1rem;
		line-height: 1.4;
	}
	.voice-cap {
    	padding: 5px 20px;
	}
	.voice-main .voice-cap{
        top: 30px;
        left: 15px;
        font-size: 1rem;
    }
	.voice-cap{
        font-size: 1rem;
    }
}
@media screen and (max-width:375px){
	.top-flow04 .Head-fukidashi h2 {
        font-size: 1.5rem;
	}
}
@media screen and (max-width:320px){
	.top-flow04 .Head-fukidashi h2 {
        font-size: 1.4rem;
	}
	.flow04-text li {
        padding: 20px;
    }
	.flow04-text li:after{
		display:none;
	}
	.flow04-text img {
    	position: static;
	}
	.flow04-point {
        margin-top: 15px;
        text-align: center;
	}
}
@media screen and (max-width:280px){
}


/*05保証・アフターサポート*/
.top-flow05 .nayami-fukidashi:after {
    background: url(images/fukidash-white.svg);
    background-repeat: no-repeat;
}
.top-flow05 .Head-fukidashi-top:before,
.top-flow05 .Head-fukidashi-top:after {
    background: url(images/line-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-green{
	background:var(--main-green);
}
.top-flow05 .nayami-fukidashi {
    background: #ffffff;
}
.top-flow05 .nayami-fukidashi p {
    color: var(--main-green);
}
.top-flow05 .Head-fukidashi-top {
    color: #ffffff;
}

.guarantee{
	background:#fff;
	padding:80px 10% 100px;
	border-radius:20px;
	position: relative;
	width: 88%;
	margin:auto;
}
.guarantee-list{
	margin-top: 60px;
}
.guarantee-list li{
	background:var(--light-green);
	padding:20px 30px 20px 100px;
	position:relative;
	margin-bottom:20px;
}
.guarantee-list li:before{
	content:"";
	background: url(images/home-icon-green.svg);
    display: block;
    position: absolute;
    top: 20px;
    left: 40px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.guarantee-list li h4{
	color:var(--main-green);
	font-weight: bold;
    font-size: 1.8rem;
	margin-bottom: 5px;
}
.guarantee-list li h4 span{
	color:var(--main-green);
	display:block;
	font-weight: normal;
    font-size: 1.1rem;
	margin-bottom: -5px;
}
.support01{
	width:130px;
	position:absolute;
	top:-10px;
	right:-50px;
}
.support01 img{
	transform: rotate(7deg);
}
.guarantee-list02{
	flex-wrap:wrap;
	margin:50px 0 20px;
}
.guarantee-list02 li{
	width: 48%;
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 1em;
    position: relative;
}
.guarantee-list02 li:before{
	content: "■";
    display: block;
    font-size: 10px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 0px;
}
.guarantee-list02 li span{
	font-size: 1rem;
    font-weight: normal;
}
.guarantee-image{
	gap: 10%;
    max-width: 600px;
    margin: 70px auto 20px;
}
.guarantee-image img{
	width:45%;
}
.guarantee .caption{
	text-align:center;
}
.top-flow05 .summary{
	background:transparent;
	justify-content: center;
	padding: 0;
}
.top-flow05 .summary p{
	color:#fff;
}
.top-flow05 .summary p span{
	color:#fff;
	display:block;
	margin-bottom: 10px;
}
@media screen and (max-width:1100px){
	.top-flow05 .Head-fukidashi h2 span {
		font-size: 1.7rem;
	}
	.top-flow05 .Head-fukidashi h2 {
		font-size: 2.8rem;
	}
}
@media screen and (max-width:991px){
	.guarantee-list02 li:before {
		top: 7px;
	}
}
@media screen and (max-width:900px){
	.Head-fukidashi h2 {
        margin-bottom: 0;
	}
	.guarantee-image {
    	margin: 40px auto 20px;
	}
	.support01 {
    	width: 130px;
		top: -50px;
    	right: -50px;
	}
	.guarantee {
    	padding: 80px 6% 80px;
	}
	.guarantee-list {
		margin-top: 40px;
	}
}
@media screen and (max-width:767px){
	.top-flow05 .summary p {
        text-align: center;
        padding: 0;
	}
	.guarantee {
        padding: 50px 6%;
	}
	.guarantee-list02 li {
    	width: 100%;
	}
	.support01 {
        top: 0px;
	}
	.guarantee .caption {
    	text-align: left;
	}
	.top-flow05 .Head-fukidashi h2 br{
        display:none;
	}
	.top-flow05 .Head-fukidashi h2 span{
        display:block;
	}
}
@media screen and (max-width:500px){
    .top-flow05 .Head-fukidashi h2 {
        font-size: 2rem;
        margin-bottom: 0;
	}
	.top-flow05 .Head-fukidashi h2 span {
        font-size: 1.3rem;
	}
	.guarantee-list {
        margin-top: 30px;
	}
	.guarantee-list li {
    	padding: 20px 30px;
	}
	.guarantee-list li:before {
		position: static;
		width: 30px;
		height: 30px;
		margin: 0 auto 10px;
	}
	.guarantee-list li h4 {
    	text-align: center;
	}
}
@media screen and (max-width:450px){
    .guarantee {
        padding: 30px 6%;
	}
	.support01 {
        position: static;
        margin: 20px auto 10px;
	}
	.guarantee-list02 {
		margin: 30px 0 20px;
	}
	.guarantee-list li h4 span {
    	font-size: 1rem;
	}
}
@media screen and (max-width:415px){
	.guarantee-list02 li {
		font-size: 1.1rem;
	}
	.guarantee-list li {
    	padding: 20px 6%;
	}
	.top-flow05 .summary p span {
        font-size: 1rem;
	}
	.top-flow05 h3 .sp-br,
	.top-flow05 h4 .sp-br,
	.top-flow05 .summary p span .sp-br{
		display:block;
	}
	.guarantee-list02 li:before {
        top: 5px;
    }
	.top-flow05 .summary p {
        font-size: 1.8rem;
	}
	
}
@media screen and (max-width:390px){
	.top-flow05 .Head-fukidashi h2 span {
        font-size: 1.1rem;
	}
	.top-flow05 .summary p {
        font-size: 1.6rem;
	}
}

@media screen and (max-width:319px){
    .top-flow05 .Head-fukidashi h2 span {
        font-size: 1rem;
	}
	.top-flow05 .summary p {
        font-size: 1.4rem;
	}
}
@media screen and (max-width:280px){
    .top-flow05 .Head-fukidashi h2 span {
        font-size: 0.95rem;
	}
	.guarantee-list li h4 span {
        font-size: 0.85rem;
    }
}

/*FAQ*/
.top-faq{
	padding:80px 0;
}
.Head03 .heading{
	text-align:center;
	line-height:1;
	font-size:3.5rem;
	margin-bottom: 30px;
}
.Head03 .heading span{
	text-align:center;
	line-height:1;
	display:block;
	font-size: 15px;
	margin-top: 10px;
}
.top-faq .Head03 .heading,
.top-faq .Head03 .heading span{
	color:var(--main-green);
}
.top-faq .js-accordion{
	margin-bottom: 20px;
	width: 800px;
}
.top-faq .js-accordion:last-child{
	margin-bottom: 0;
}
.top-faq .js-accordion:nth-child(2n){
	margin-left:100px;
}
.top-faq-contents{
	max-width: 900px;
    margin: 50px auto 0;
	width: 88%;
}
.top-faq .is-active.js-accordion{
	background: #fff;
    border-radius: 20px;
}
.top-faq .accordion-content > div{
    padding: 25px 80px;
	position:relative;
}
.top-faq .accordion-content > div p span{
    font-weight:bold;
}
.faq-btn{
	background: #fff;
    padding: 25px 80px;
    border-radius: 20px;
	position:relative;
}
.faq-btn p{
	font-weight:bold;
	line-height:1.4;
	font-size:1.1rem;
}
.faq-q,
.faq-a{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	margin:auto;
	left:40px;
	color:var(--main-green);
	font-weight:bold;
	font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 7px;
}
.faq-a {
    top: 26px;
	transform: translateY(0);
}
.top-faq .faq-btn:hover {
	background: #fbfdff;
}
.accordion-icon {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}
.accordion-icon::before,
.accordion-icon::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 2px;
	top: 10px;
	height: 2px;
	background: var(--main-green);
	transition: transform 0.25s ease, opacity 0.2s ease, background 0.2s ease;
}
.accordion-icon::after {
	transform: rotate(90deg);
}
.js-accordion.is-active .accordion-icon::before {
	transform: rotate(45deg);
	background: var(--main-green);
}
.js-accordion.is-active .accordion-icon::after {
	transform: rotate(-45deg);
	background: var(--main-green);
}
.top-faq .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    will-change: height;
    position: relative;
}
.top-faq .is-active .accordion-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 90%;
    height: 1px;
    background: #A8A8A8;
}
@media screen and (max-width: 1024px){
	.top-faq .js-accordion:nth-child(2n){
		margin-left:0;
	}
	.top-faq .js-accordion {
    	width: 100%;
	}
}
@media screen and (max-width: 767px){
	.faq-btn,
	.top-faq .accordion-content > div{
    	padding: 25px 80px 25px 60px;
	}
	.top-faq {
		padding: 60px 0;
	}
}
@media screen and (max-width: 500px){
	.faq-btn {
        padding: 15px 60px 15px 50px;
    }
	.top-faq .accordion-content > div {
        padding: 15px 15px 15px 50px;
    }
	.faq-q, .faq-a {
		left: 20px;
	}
	.accordion-icon {
    	right: 20px;
	}
	.top-faq {
		padding: 40px 0;
	}
}
@media screen and (max-width: 280px){
	.faq-btn p {
    	font-size: 1rem;
	}
	.top-faq .accordion-content > div p{
		font-size: 14px;
	}
}
@media screen and (max-width: 319px){
}

/*プレゼント*/
.bottom-cta .top-present {
    background: var(--orange);
    margin-top: 0px;
}
.bottom-cta .top-present h3{
	color:#ddd;
}
.bottom-cta .top-present h3 span{
	color:#fff;
	margin-bottom: 30px;
}
.bottom-cta .present-number {
    background: #fee269;
    color: #E14E2D;
}
@media screen and (max-width: 600px){
	.bottom-cta.top-cta:before{
		display:none;
	}
}
/*お問い合わせフォーム*/
.contact-form h2{
	font-size:2.5rem;
	color:var(--main-green);
}
.contact-form h2 span{
	display:block;
	font-size:1.4rem;
	margin-bottom: 10px;
	line-height: 1;
}
.contact-form.top-cta{
	background:none;
}
.contact-form-contens{
	max-width: 900px;
    width: 88%;
    margin: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
.contact-other{
	background: #fff;
    padding: 30px 8%;
    border-radius: 20px;
    gap: 6%;
    margin-bottom: 60px;
}
.contact-form .staff03 {
    max-width: 320px;
	position: relative;
}
.contact-form .staff03:after {
    content: "";
    background: url(images/message02.svg);
    width: 180px;
    height: 180px;
    position: absolute;
    top: 30px;
    right: -90px;
    background-repeat: no-repeat;
    z-index: 10;
}
.contact-form-title{
	font-weight: bold;
    justify-content: space-between;
    align-items: center;
}
/*--------------------------フォーム切り替えタブ---------------------------*/
.tabs {
	background: #fff;
	margin: 0 auto;
	border-radius:20px;
}

.tab_item {
  width: calc(100%/2);
  border-bottom: 3px solid var(--main-green);
  background-color: #f3fffa;
  text-align: center;
  float: left;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 60px 100px;
  clear: both;
  overflow: hidden;
}
.tab_content h3{
	text-align: center;
    font-size: 1.8rem;
}    
.tab_item p{
	font-weight:bold;
	font-size: 1.3rem;
    padding: 20px;
	cursor:pointer
}
.tab_item p:hover{
	color:var(--main-green);
}
/*選択されているタブのコンテンツのみを表示*/
#Inquiry:checked ~ #Inquiry_content,
#Materials:checked ~ #Materials_content{
  display: block;
}

.tabs input:checked + .tab_item {
	background-color: var(--main-green);
}
.tabs input:checked + .tab_item p{
	color:#fff !important;
}
.Inquiry_item{
	border-radius: 20px 0 0 0;
}
.Materials_item{
	border-radius: 0 20px 0 0;
}
@media screen and (max-width: 1100px){
	.contact-form .staff03 {
		max-width: 300px;
		margin-right: 100px;
	}
}
@media screen and (max-width: 900px){
	.contact-form h2 {
		font-size: 1.8rem;
	}
	.contact-form .staff03:after {
		width: 150px;
		top: 50px;
    	right: -60px;
	}
	.contact-form .staff03 {
        margin-right: 40px;
    }
	.tab_content {
    	padding: 60px 6% 40px;
	}
}
@media screen and (max-width: 767px){
	.contact-other {
		flex-direction: column;
		padding: 30px 6%;
		gap: 30px;
	}
	.contact-other.flex > div {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
}
@media screen and (max-width: 700px){
	.contact-form .staff03 {
		max-width: 250px;
		margin-right: 60px;
	}
	.contact-form .staff03:after {
        right: -80px;
    }
	.contact-form h2 {
        font-size: 1.7rem;
	}
}
@media screen and (max-width:650px){
	.contact-form-title {
		flex-direction: column;
	}
	.contact-form h2 {
        text-align: center;
	}
	.contact-form-contens {
    	padding-top: 50px;
	}
}
@media screen and (max-width: 600px){
	.contact-form .top-cta-tel-text {
        text-align: center;
    }
}
@media screen and (max-width:415px){
	.contact-form .staff03:after {
        right: -60px;
        width: 130px;
	}
}	
@media screen and (max-width:320px){
	.contact-form .staff03 {
        margin-right: 70px;
	}
	.contact-form .staff03:after {
        right: -70px;
	}
	.contact-form h2 {
        font-size: 1.5rem;
	}
	.contact-form h2 span {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
}

	.link-btn a{
	background:var(--main-green);
	border-radius: 40px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding:15px 40px;
    font-size: 1.3rem;
	position: relative;
}
.link-btn.link-btn-white a{
	background:#fff;
	color:var(--main-green);
}

h3{
	color:var(--main-green);
	font-weight:bold;
	line-height:1.4;
	font-size:2rem;
}
h3 span{
	color:var(--main-green);
	font-weight:bold;
	line-height:1.4;
	font-size:1.4rem;
}
.sub-section,
.main-section-no-posts{
	display:none;
}
@media screen and (max-width: 600px){
	h3 {
		font-size: 1.6rem;
	}
	h3 span {
    	font-size: 1.2rem;
	}
}
@media screen and (max-width: 415px){
	h3 {
		font-size: 1.4rem;
	}
	h3 span {
    	font-size: 1.1rem;
	}
	.link-btn a {
		padding: 15px 25px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 359px){
	h3 {
		font-size: 1.3rem;
	}
	h3 span {
    	font-size: 1rem;
	}
}


/*--------------------------お問い合わせ---------------------------*/


input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
}
input[type="text"].wpcf7-form-control:hover,
input[type="email"].wpcf7-form-control:hover,
input[type="tel"].wpcf7-form-control:hover,
textarea.wpcf7-form-control:hover {
  border-color: #007BFF !important;
  transition: border-color 0.3s ease;
}

input[type="text"].wpcf7-form-control:focus,
input[type="email"].wpcf7-form-control:focus,
input[type="tel"].wpcf7-form-control:focus,
textarea.wpcf7-form-control:focus {
  border-color: #007BFF !important;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
  outline: none;
}
#contact-form .required {
    background: #FF8531;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    padding: 1px 10px 2px;
    border-radius: 4px;
}
#contact-form > p {
    margin-top: 0px;
}
input[type="checkbox"] + span.wpcf7-list-item-label:before {
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    height: 25px;
    width: 25px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}
.contact-form-header h2 br{
	display:none;
}
@media screen and (max-width: 1024px){
	.contact-quality .sp-br{
		display:block;
	}
	.contact-top {
    	padding: 0px 20px 40px;
	}
	#wpcf7-f26-p8-o1{
    	padding: 30px 6%;
	}
}
@media screen and (max-width: 991px){
	.phone-icon {
		font-size: 22px;
	}
	.contact-quality {
    	margin-bottom: 40px;
	}
	.contact-form-header {
		margin-top: 60px;
	}
	.contact-form-description {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 0 6%;
	}
}
@media screen and (max-width: 600px){
    .contact-form-description {
        text-align: left;
	}
	.contact-info{
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 0 6%;
	}
	.contact-quality {
        text-align: left;
	}
	.contact-quality .sp-br{
		display:none;
	}
	.contact-phone {
    	font-size: 3em;
	}
}
@media screen and (max-width: 500px){
	.br-500{
		display:block;
	}
    #wpcf7-f26-p8-o1 {
        padding: 10px 6%;
	}
	
}
@media screen and (max-width: 415px){
	.contact-phone {
        font-size: 2.3em;
		margin-bottom: 15px;
    }
	.phone-icon {
        font-size: 18px;
	}
	.privacy-description br{
		display:none;
	}
}
@media screen and (max-width: 390px){
	.privacy-label {
		flex-direction: column;
		align-items: flex-start;
	}
	.privacy-label .wpcf7-list-item {
		margin: 0;
	}
}
@media screen and (max-width: 360px){
	.contact-form-bg {
		padding: 40px 0;
	}
	.contact-form-header {
        margin-top: 40px;
	}
}
@media screen and (max-width: 359px){
	.contact-urgent-subtext {
		font-size: 1rem;
		text-align: left;
	}
	.contact-urgent-subtext .br-500{
		display:none;
	}
	.contact-phone {
        font-size: 2em;
	}
	.phone-icon {
        font-size: 16px;
	}

}
@media screen and (max-width: 319px){
	.contact-phone {
        font-size: 1.8em;
	}
	.contact-form-header h2 br{
		display:block;
	}
}
.FormContents p:not(.acceptance):not(.text-submit){
	font-weight:bold;
	margin-bottom: 10px;
    font-size: 1.05rem;
	color: var(--main-green);
}
.FormContents input[type=email], 
.FormContents input[type=tel], 
.FormContents input[type=text], 
.FormContents textarea {
    margin: 0 0 0px;
	border: 1px solid #ddd;
	line-height: 1.5;
}
.FormContents > p{
	margin-top:30px !important;
}


/* プレースホルダー色 */
input[type=email]::placeholder, 
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder{
	color:#ccc;
	font-size:14px;
	line-height:1.5;
}
/* プレースホルダー色　Microsoft Edge */
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #ccc;
	font-size:14px;
	line-height:1.5;
}
/* ラジオボタン */
input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
span.wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
span.wpcf7-list-item-label::before {
	display: block;
	content: "";
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #cdd6dd;
}
span.wpcf7-list-item-label::after {
	display: block;
	position: absolute;
	content: "";
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: var(--sub-green);
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::after {
	display: block;
}

/*チェックボックス*/
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + span {
	padding-left: 36px;
	display: inline-block;
	position: relative;
}
input[type="checkbox"] + span:after,
input[type="checkbox"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
input[type="checkbox"] + span:before {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	height: 25px;
    width: 25px;
    left: -5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
}
input[type="checkbox"] + span::after {
	border: none;
	background:url(images/check.png);
	background-repeat: no-repeat;
	background-size:contain;
	height: 1.3rem;
    width: 1.3rem;
    left: 1px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
input[type="checkbox"]:checked + span::after {
	display: block;
}

.required{
	color:var(--orange);
	font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
}
.wpcf7-radio{
    display: block;
}
.wpcf7-list-item:not(.acceptance-pp .wpcf7-list-item) {
    display: block;
	font-weight: normal;
}
.acceptance{
	margin: 20px 0 0px;
}
.acceptance p a{
	font-weight:bold;
	text-decoration:underline !important;
	text-underline-offset: 5px;
}
.acceptance p a:hover{
	color:var(--sub-green);
}
.acceptance-pp{
	margin-left: 50px;
}
.text-submit{
	margin-top:80px;
	text-align:center;
}
input[type=submit] {
    border: none;
	background: var(--orange);
	width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
    border-radius: 36px;
    padding: 20px 10px;
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
	background-image: url(images/link-arrow.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: right 26px center;
	background-size: 20px;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
input[type=submit]:not(:disabled):hover {
    color: #fff;
    cursor: pointer;
    background-color: #ffc73e;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	transform:scale(0.95);
}

.thanks-text{
	padding:50px 6%;
}
.thanks-text p{
	margin-bottom:20px;
}

@media screen and (max-width: 767px){
	.Contactform > div > p:first-child {
		text-align: left;
	}
}
@media screen and (max-width: 600px){
	.Contactform {
		margin: 0px auto;
	}
	.tab_item p {
    	font-size: 1.2rem;
	}
	.tab_content {
        padding: 40px 6% 20px;
	}
}
@media screen and (max-width: 500px){
	.FormContents input[type=email], 
	.FormContents input[type=tel], 
	.FormContents input[type=text], 
	.FormContents textarea {
    	margin: 0 0 0px;
	}
	.FormContents {
    	margin-top: 30px;
	}
	.phone-number a {
    	font-size: 2.5rem;
	}
	.phone-number a:before {
		width: 26px;
    	height: 26px;
    	margin-right: 10px;
	}
	.text-submit {
		margin-top: 60px;
		text-align: left;
	}
	.contact-tel-contents p:first-child br,
	.contact-tel-contents p:last-child br{
		display:block;
	}
	.tab_content {
        padding: 40px 6% 10px;
	}
}
@media screen and (max-width: 415px){
	.acceptance {
		flex-direction: column;
	}
	.acceptance-pp {
		margin-left: -10px;
		margin-top: 10px;
	}
	.page-id-19 .site-body {
    	padding: 2rem 0 0rem;
	}
	.top-cta:before {
        bottom: -100px;
	}
	.tab_content h3 {
    	font-size: 1.5rem;
	}
}
@media screen and (max-width: 375px){
	.tab_item p {
		padding: 15px 6%;
	}
	.contact-other {
    	margin-bottom: 40px;
	}
	.tab_item p {
        font-size: 1.1rem;
	}
}
@media screen and (max-width: 350px){
	.phone-number a {
        font-size: 2.2rem;
	}
	.phone-number a:before {
        width: 20px;
        height: 20px;
        margin-right: 7px;
	}
}
@media screen and (max-width: 319px){
    .phone-number a {
        font-size: 2rem;
	}
}
/*--------------------------お問い合わせ---------------------------*/


/*--------------------------下層ページ共通---------------------------*/
.page-header {
    background: var(--light-green);
    position: relative;
    border-radius: 10px;
    margin: 72px 20px 0;
	height:300px;
}
.page-header-title, 
h1.page-header-title {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--main-green);
	margin-top: -30px;
	line-height: 1.4;
}
.page-header-title:before, 
h1.page-header-title:before {
    font-size: 4rem;
    line-height: 1;
    margin: 0;
	content:"";
	display:block;
	width:100%;
	height:auto;
	margin-bottom: 20px;
	opacity: 0.16;
}
.single-works .page-header-title:before, 
.single-works h1.page-header-title:before,
.archive .page-header-title:before, 
.archive h1.page-header-title:before{
	content:"Construction example";
}

.breadcrumb-list {
    padding: 15px 0;
	text-align: right;
	height: 52px;
}
.breadcrumb-list li {
    font-size: 13px;
	color:#7c878d;
}
.breadcrumb-list li a,
.breadcrumb-list li span,
.breadcrumb-list li a .fa-home{
	color:#7c878d;
}
.breadcrumb-list li a .fa-home {
    margin-right: 5px;
}

@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 991px) {
	.page-header {
    	min-height: 250px;
		align-items: center;
	}
	.page-header-inner.container{
        max-width: initial;
		width: 88%;
	}

}
@media screen and (max-width: 768px) {
	.page-header-title:before, h1.page-header-title:before {
		font-size: 3rem;
	}
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width:500px) {
	.page-header-title, h1.page-header-title {
        font-size: 1.3rem;
	}
}
@media screen and (max-width: 415px) {
	.page-header-title:before, h1.page-header-title:before {
        font-size: 2.5rem;
	}
}

@media screen and (max-width:320px) {
	.page-header-title:before, h1.page-header-title:before {
        font-size: 2rem;
	}
	.page-header{
		height: 250px;
	}
	
}


/*施工事例　一覧*/
.single .main-section,
.archive .main-section{
	padding-bottom:100px;
}
.single .staff,
.archive .staff{
    bottom: -130px;
}
.single .site-footer-content,
.archive .site-footer-content{
    padding-top: 0;
}
.single .top-cta,
.archive .top-cta{
    background: var(--light-green);
}
.archive{
	background:var(--light-green);
}
.archive .house-h3,
.archive-header-title{
	font-size:1.4rem;
	margin-bottom:50px;
	text-align:left;
	line-height:1.4;
	position:relative;
	color: var(--main-green);
}
.archive-header-title:before{
	content: "";
    background: url(images/home-icon.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    margin-bottom: -4px;
}
.archive-header-title:after{
	content: "施工事例";
    display: inline-block;
    margin-left: 12px;
}
.entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child, .main-section>.vk_posts>.media.vk_post-col-sm-12:first-child {
	border-top: 0px solid var(--vk-color-border-hr);
}

.worksArchiveList{
	gap:3.5%;
	flex-wrap:wrap;
}
.worksArchiveList > li{
	width:31%;
	background: #fff;
	padding: 20px 30px;
    margin-bottom: 40px;
}
.worksArchiveThumbnail{
	position:relative;
}
.worksArchiveThumbnail img{
	object-fit:cover;
	height:228px;
	width:100%;
	display: block;
	transition: 0.3s ease-out;
	-webkit-transition:0.3s ease-out;
}
.worksArchiveList > li a{
	display:block;
	/*overflow:hidden;*/
}
.archive .worksArchiveList > li a{
	overflow:hidden;
	z-index: 10;
}
.archive .WorksArchive-tags li a{
	overflow:visible;
}
.worksArchiveList > li a:hover img{
	transition: 0.3s ease-out;
	-webkit-transition:0.3s ease-out;
	transform:scale(1.1);
}    
.worksArchive-categories a{
	position:absolute;
	top:0;
	left:0;
	background: var(--main-green);
    color: #fff;
    padding: 2px 12px;
    display: block;
    color: #fff;
    font-size: 13px;
}
.worksArchive-categories a:hover{
	background-color: #ffc73e;
}
.worksArchiveTitle{
	font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
	margin-bottom: 8px;
}
.worksArchiveTitle a:hover{
	color: var(--main-green);
}
.WorksArchive-tags li{
	display:inline-block;
}
.WorksArchive-tags li a{
	background:var(--light-green);
	display:block;
	color: var(--main-green);
    font-size: 12px;
    padding: 0px 10px 0 0px;
    margin: 0 15px 2px 0;
	display: flex;
    align-items: center;
	height: 20px;
    line-height: 20px;
	position:relative;
	font-size: 0.7rem;
	position: relative;
}
.WorksArchive-tags li a:hover{
	background:var(--main-green);
	color: #fff;
}
.WorksArchive-tags li a:before{
	content:"";
	width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff;
    display: block;
	position: relative;
}
.WorksArchive-tags li a:after{
	content:"";
	display: block;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background: var(--light-green);
    height: calc(tan(60deg) * 22px / 2);
    width: 10px;
    position: absolute;
    top: 0;
    left: -10px;
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
.WorksArchive-tags li a:hover:after{
    background: var(--main-green);
	transition: 0.5s ease-out;
	-webkit-transition:0.5s ease-out;
}
@media screen and (max-width:1100px) {
	.worksArchiveList > li {
		width: 48%;
	}
	.worksArchiveList {
    	gap: 4%;
	}
	.worksArchiveThumbnail img {
		height: 25vw;
	}
	.single .main-section, .archive .main-section {
    	padding-bottom: 50px;
	}
	.archive .house-h3, 
	.archive-header-title {
    	margin-bottom: 30px;
	}
}
@media screen and (max-width:991px) {
	.worksArchiveThumbnail img {
			height: 22vw;
	}
	.archive .main-section {
        padding-bottom: 0px;
	}
	.single .main-section{
	    padding-bottom: 50px;
	}
}
@media screen and (max-width:767px) {
	.worksArchiveThumbnail img {
		height: 150px;
	}
	.worksArchiveList > li {
		padding: 20px 20px 10px;
		margin-bottom: 30px;
	}
	.worksArchive-categories a {
    	font-size: 12px;
		margin: 0 10px 2px 0;
		padding: 3px 10px;
		z-index: 10;
	}
	.WorksArchive-tags li a:before,
	.WorksArchive-tags li a:after{
		display:none;
	}
	.WorksArchive-tags li a {
		padding: 0px 5px;
		margin: 0 5px 0px 0;
	}
	
}
@media screen and (max-width:600px) {
    .single .main-section, .archive .main-section {
        margin-bottom: 0;
	}
}
@media screen and (max-width:500px) {
	.worksArchiveList > li {
		width: 100%;
	}
	.worksArchiveThumbnail img {
        height: 50vw;
	}
	.archive .house-h3, .archive-header-title {
        font-size: 1.3rem;
        margin-bottom: 20px;
	}
}

/*施工事例　詳細*/
.single-works .main-section .single-slider img{
	height: 45vw;
}
.single-works .main-section img{
	display:block;
	width:100%;
}
.works-categories a{
	color:var(--main-green);
	font-weight:bold;
	font-size: 1.2rem;
    letter-spacing: 0.03em;
	margin-bottom: 30px;
    display: block;
}
h1.WorksItemTitle{
	font-weight:600;
	margin-bottom:20px;
}
.Works-tags{
	margin-bottom: 30px;
}
.Works-tags li{
	display:inline-block;
	margin-bottom: 15px;
}
.Works-tags li a{
	display: block;
    color: var(--main-green);
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid var(--main-green);
    margin-right: 15px;
}
.single-slider li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-slider li img{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
.explanation{
	margin:100px 0 100px;
	gap:10%;
}
.explanation > div{
	width:45%;
}
.works-data{
	gap:4%;
}
.works-data > div{
	width:48%;
}
.works-data > div:first-child p{
	font-weight:bold;
}
.works-data > div:first-child img{
	height:184px;
	object-fit:cover;
	margin-bottom: 5px;
}
.works-data dl{
    background: #edebeb;
	height:184px;
	padding: 20px 26px;
	flex-wrap: wrap;
	align-content: flex-start;
}
.works-data dl dt{
	width: 70px;
}
.works-data dl dd{
	width: calc(100% - 74px);
}
.works-details{
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom: 100px;
}
.works-details > p:nth-child(2){
	width:60%;
}
.works-details > p:nth-child(3){
	width:35%;
	text-align: justify;
    line-height: 2;
}
.works-details h2.works-catch{
	color:var(--main-green);
	font-weight:bold;
	font-size:1.4rem;
	line-height:1.4;
	margin-bottom:30px;
	width:100%;
}
.works-details img{
	object-fit: cover;
    max-height: 600px;
}
.works-details-bottom{
	gap:14%;
}
.works-details-bottom > div{
	width:43%;
}
.works-details-bottom .works-details > p:nth-child(2){
	width:100%;
}
.works-details-bottom .works-details > p:nth-child(3){
	width:100%;
}
.works-details-bottom .works-details img{
	height: 600px;
    object-fit: cover;
	margin-bottom: 30px;
	max-height: 400px;
}
.single .site-body .link-btn a:after{
	content:"";
	background-image: url(images/link-arrow.png);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    margin: auto;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.single .site-body .link-btn a{
    max-width: 450px;
    margin: 50px auto 0;
	z-index: 10;
}
.nav-links > div{
	width:50%;
}
.nav-next a:after,
.nav-previous a:before{
	content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-color: var(--main-green);
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;
    background-position: center;
    margin-bottom: 4px;
	background-size: 8px;
}
.nav-previous a:before{
	margin-left: 0;
	margin-right: 10px;
	transform: scale(-1, 1);
}
.nav-next a:hover,
.nav-previous a:hover{
	color:var(--main-green);
}
.nav-next{
	text-align:right;
}

@media screen and (max-width:1200px) {
	.works-data dl dt,
	.works-data dl dd {
    	font-size: 13px;
	}
	.works-data dl dt {
    	width: 60px;
	}
	.works-data dl {
		padding: 20px;
		width: 100%;
	}
	.works-data > div:first-child img,
	.works-data dl{
    	height: 150px;
	}
}
@media screen and (max-width:1100px) {
	.works-details-bottom .works-details img {
		height: 400px;
	}
}
@media screen and (max-width:991px) {
	.Works-tags li {
    	margin-bottom: 10px;
	}
	.Works-tags li a {
		padding: 6px 12px;
		margin-right: 10px;
		font-size: 15px;
	}
	.explanation > div {
    	width: 100%;
	}
	.explanation {
		margin: 80px 0 60px;
		gap: 30px;
		flex-direction: column;
	}
	.works-data{
		max-width: 450px;
	}
	.works-details > p:nth-child(2),
	.works-details > p:nth-child(3) {
    	width: 48%;
	}
	.works-details {
    	margin-bottom: 60px;
	}
	.works-details-bottom {
		gap: 0;
		flex-direction: column;
	}
	.works-details-bottom > div {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.works-details-bottom > div > p:first-child{
		width: 48%;
		order: 2;
	}
	.works-details-bottom .works-details > p:nth-child(3) {
		width: 48%;
		order: 3;
	}
	.works-details-bottom > div h2.works-catch{
		order: 1;
		width: 100%;
		margin-top: 0;
	}
	.works-details-bottom > div h2.works-catch br{
		display:none;
	}
	.works-details-bottom .works-details img {
        height: auto;
        max-height: 400px;
	}

}
@media screen and (max-width:991px) {
	.single-works .main-section img{
        max-height: 400px;
	}
}
@media screen and (max-width:768px) {
	.single-works .main-section .single-slider img {
		height: 55vw;
	}
}
@media screen and (max-width:767px) {
	.works-details > p:nth-child(2), 
	.works-details > p:nth-child(3) {
        width: 100%;
	}
	.works-details > p:nth-child(2){
		margin-bottom:20px;
	}
	.works-details h2.works-catch {
    	margin-bottom: 20px;
	}
	.works-details-bottom > div > p:first-child,
	.works-details-bottom .works-details > p:nth-child(3) {
        width: 100%;
	}
	.works-details-bottom .works-details img {
    	margin-bottom: 20px;
	}
	.Works-tags li a {
        padding: 4px 8px;
        margin-right: 5px;
        font-size: 14px;
        border-radius: 6px;
	}
	.works-categories a {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.single-works .main-section .single-slider img {
        height: 45vw;
	}
	
}
@media screen and (max-width:600px) {
	.single-works .main-section .single-slider img {
        height: 55vw;
	}
	h1.WorksItemTitle {
    	font-size: 1.5rem;
	}
	.works-categories a {
    	font-size: 1.1rem;
	}
}
@media screen and (max-width:500px) {
    .works-details-bottom .works-details img {
        max-height: 300px;
	}
	.works-details h2.works-catch {
    	font-size: 1.25rem;
	}
}
@media screen and (max-width:450px) {
	.explanation > div {
        flex-direction: column;
		gap: 20px;
	}
	.works-data > div{
	    width: 100%;
    	max-width: 200px;
    	margin: auto;
	}
	.works-data > div:first-child img, .works-data dl {
        height: auto;
	}
}
@media screen and (max-width:390px) {
	.works-details-bottom .works-details img {
        max-height: 250px;
	}
	.single .site-body .link-btn a:after {
    	right: 12px;
	}
}

/*--------------------------個人情報保護方針---------------------------*/
.privacy-policy .page-header-title:before, .privacy-policy h1.page-header-title:before {
    content: "Privacy Policy";
}
.privacy-policy .top-cta {
    background: var(--light-green);
}
.privacy-policy .main-section>div:last-child{
    margin-bottom:100px;
}
.privacy-policy h3{
	font-size: 1.25rem;
}
.privacy-policy-warp {
	max-width: 56.25rem; 
	width:100%;
	margin: 0 auto;
	box-sizing:border-box;
}
.privacy-policy-title.individual-policy {
    font-size: 1.5rem;
	margin-top:4rem;
	line-height:2.625rem;
}
.privacy-policy-title.declaration {
	font-size: 1.5rem;
	margin-bottom:1.6rem;
}
.privacy-policy-title {
	font-size: 1.25rem; 
	font-weight: bold;
	text-align: left;
	margin-top: 2.68rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}
.privacy-policy-title:first-child {
	margin-top: 0;
}
.privacy-policy-text {
	font-size: 1.1rem; 
	font-weight: normal;
	text-align: left;
	line-height: 1.8125rem; 
}
.privacy-policy-block {
	margin-top: 3rem;
}
.privacy-policy-highlight {
	color: red;
	font-size: 0.875rem;
	margin-left: 0.5rem;
}
.privacy-policy h2{
	margin-bottom:20px;
}
.privacy-policy p+h3{
	font-size: 1.2rem;
	margin-top: 30px;
	margin-bottom:10px;
}
.privacy-policy .site-body-bottom{
	display:none;
}

@media screen and (max-width: 850px){
	.privacy-policy-warp {
		padding-right: 6%;
	}
	.privacy-policy .main-section>div:last-child{
		margin-bottom:50px;
	}
}
@media screen and (max-width: 767px){
	.privacy-policy-warp {
		padding-right: 0;
	}
}
@media screen and (max-width: 415px){
	.privacy-policy-title.declaration {
    	font-size: 1.3rem;
	}
	.privacy-policy-title.individual-policy {
    	font-size: 1.3rem;
		margin-top: 40px !important;
	}
	.privacy-policy-title {
    	font-size: 1.15rem;
	}
	.privacy-policy .main-section{
		margin-bottom:0;
	}
}
/*--------------------------個人情報保護方針---------------------------*/



/*ページネーション*/
.pagination {
    display: flex;
}
ul.page-numbers li span.page-numbers.current {
    color: #fff;
    background-color: var(--main-green);
	border:1px solid var(--main-green);
}
ul.page-numbers li:first-child>.page-numbers {
    border-radius: 4px;
    border:1px solid var(--main-green);
}
ul.page-numbers li a:hover,
ul.page-numbers li:last-child>.page-numbers:hover{
	background:var(--main-green);
	color:#fff;
}
ul.page-numbers li:last-child>.page-numbers {
    width: 32px;
	color: var(--main-green);
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
    border: none;
    background: #fff;
    margin: 0 3px;
    border-radius: 4px;
    color: var(--main-green);
	border:1px solid var(--main-green);
}
.tax-productcat .productItemTitle { padding-right: 60px;}
@media screen and (max-width: 1300px){
	.post-type-archive-product .site-body {
    	padding: 3.5rem 0 70px;
	}
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1199px) { 
  }
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 850px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width: 650px){
}
@media screen and (max-width: 600px){
}
@media screen and (max-width: 500px){
}
@media screen and (max-width: 450px){
}
@media screen and (max-width: 415px){
	
}
@media screen and (max-width: 390px){
}
@media screen and (max-width: 360px){
}

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

/*slick*/
.slider6-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.slider-6 .slick-slide {
    height: auto;
    overflow: hidden;
}
.slider-6 .slick-slide img {
    width: 100%;
    height: 43vh;height: auto !important;
    display: block;
    object-fit: contain;
	object-position: center;
}
.thumbs_dots {
	max-width: 400px;
    margin: 0 auto;
}
.thumbs_list li {
    display: inline-block;
    width: 31%;
    height: 120px;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s;
	object-fit: cover;
    object-position: center;
	margin-right: 3.5%;
	background-position:center !important;
}
.thumbs_list li:last-child {
	margin-right: 0%;
}
.thumbs_list li.slick-active {
    opacity: 1;
}
.grecaptcha-badge {bottom:80px !important;z-index:10;
}