/*
Theme Name:force-child
Theme URI:
Description:WordPressテーマ「force」のWA+SENさん用自作子テーマです。
Template:force_tcd078
Version:1.3.1
*/

/*共通＆コンテンツ調整*/
body{
	
	background: #f3efea;
	font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
font-style: normal;
	line-height: 1.75;
	font-size: 20px;
}

.post_content, #next_prev_post ,.rich_font_type2{
	
	font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
font-style: normal;
}

.show-sp{
	
	display: none;
}

@media screen and (max-width: 770px){
	
	body{
		
		font-size: 16px;
	}
	
	.new-line{
	
	display: block;
}

}

img{
	
	width: 100%;
}



/*mv*/
@media screen and (min-width: 1500px){
	#index_slider ,#index_slider .item{
	height: 850px !important;
}

}

@media screen and (max-width: 1350px){
	#index_slider ,#index_slider .item{
	height: 790px !important;
}

}


@media screen and (max-width: 1250px){
	#index_slider ,#index_slider .item{
	height: 683px !important;
}

}

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

	#index_slider ,#index_slider .item{
	height: 605px !important;
}

}

@media screen and (max-width: 991px){
	
	#index_slider ,#index_slider .item{
	height: 566px !important;
}
}

@media screen and (max-width: 920px){
	
	#index_slider ,#index_slider .item{
	height: 520px !important;
}
}

@media screen and (max-width: 850px){
	
	#index_slider ,#index_slider .item{
	height: 480px !important;
}
}

@media screen and (max-width: 770px){
	
	#index_slider ,#index_slider .item{
	height: 690px !important;
}
}
/*@media screen and (max-width: 700px){
	
	#index_slider ,#index_slider .item{
	height: 390px !important;
}
}
@media screen and (max-width: 650px){
	
	#index_slider ,#index_slider .item{
	height: 350px !important;
}
}

@media screen and (max-width: 570px){
	
	#index_slider ,#index_slider .item{
	height: 320px !important;
}
}

@media screen and (max-width: 500px){
	
	#index_slider ,#index_slider .item{
	height: 283px !important;
}
}

@media screen and (max-width: 450px){
	
	#index_slider ,#index_slider .item{
	height: 245px !important;
}
}

@media screen and (max-width: 400px){
	
	#index_slider ,#index_slider .item{
	height: 215px !important;
}
}*/
/*コンテンツ幅*/
.section-inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

/*タイトル*/
.en-sec-title{
	text-transform: uppercase;
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	text-align: center;
	font-size: clamp(3.125rem, 2.125rem + 5vw, 8.125rem) !important;
}

.ja-sec-title{
	font-weight: bold !important;
	text-align: center;
	font-size: 60px !important;
	margin-bottom: 80px !important;
}

@media screen and (max-width: 1250px){
	
	.en-sec-title{
		font-size: 7.5vw;
	}
	
}


@media screen and (max-width: 770px){
	.ja-sec-title{
		
		font-size: 50px;
	}
	
}




/*ボタン*/
.link-btn{
	
	text-align: center;
	max-width: 350px; 
	position: relative;
	margin: 80px auto;
}

.link-btn:before{
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	width: 30px;
	height: 1px;
	background: #fff;
	top: 55px;
	transition: .3s;
}
.link-btn:after{
	content: '';
	display: block;
	position: absolute;
	right: 30px;
	width: 10px;
	height: 10px;
	top: 50px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}

.link-btn:hover:before ,.future-bg .link-btn:hover:before{
    right: 20px;
	width: 40px;
}
.link-btn:hover:after ,.future-bg .link-btn:hover:after{
    right: 20px;
}
@media screen and (max-width: 770px){
.link-btn{
max-width: 260px;
}
}
/*news-area*/

.section-inner{
	
	padding-top: 50px;
}

.date{
	
	font-family: dazzle-unicase, sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 20px;
	padding-right: 20px;
	display:block;
}

.news-list{
	
	/*margin-left: -60px;
	margin-top: 80px;*/
}

.news-list {

	align-items: stretch;
	margin-bottom: 40px;
	justify-content: center;
	
}
.news-list li {
	border:solid 1px #CCC;
	padding: 2%;
    margin: 1%;
	position: relative;
}

.news-list li a{

	
}

.news-list li a:hover{
	
	color: #000000;
}

.news-list li a:before{
	content: '';
	display: inline-block;
	position: absolute;
	right: 30px;
	width: 30px;
	height: 1px;
	background: #000;
	top: 0;
    bottom: 0;
    margin: auto;
	transition: .3s;
}
.news-list li a:after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
	top: 0;
    bottom: 0;
    margin: auto;
}

.news-list li a:hover:before{
	right: 10px;
	width: 40px;
	
}

.news-list li a:hover:after{
	right: 10px;
	
}

.news-list li:last-child{
	
	/*margin-bottom: 0;*/
}

.link-btn .bg-blue{
	
	display: block;
	
	color: #fff;
	padding: 30px 0;
	text-transform: uppercase;
	font-size: 30px;
	font-family: dazzle-unicase, sans-serif;
font-weight: 300;
font-style: normal;
	background: #00449a;
	
}

.link-btn .bg-blue:hover{
	
	background: #3a8afa;
}

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

	.news-area .section-inner{
		
		padding-top: 
	}
	.news-list{
		
		/*margin-top: 30px;*/
	}
	
	.date{
		
		font-size: 16px;
	}

.title{
display: inline-block;
width: 100%;
}
	
	.news-list li a:before{
		
		top: 0;
    bottom: 0;
    margin: auto;
	}
	.news-list li a:after{
		
		top: 0;
    bottom: 0;
    margin: auto;
	}
	.link-btn .bg-blue{
		
		font-size: 20px;
		padding: 20px;
	}
	
	.news-area .link-btn{
		
		margin: 50px auto 40px;
	}
	
	.link-btn:before{
		
		top: 37px;
	}
	.link-btn:after{
		
		top: 32px;
	}
}

/*みんなが繋がれるモデルハウス*/
.appeal-area{
	margin-bottom: 60px;	
}

.appeal-area h2{
	position: relative;
	padding-top: 80px;	
}

.jp-sec-title{
	    text-transform: uppercase;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: clamp(1.125rem, 0.125rem + 5vw, 6.125rem) !important;
}


/*what's wasen*/
.about-area{
	
	margin-bottom: 60px;
}

.about-area h2{
	position: relative;
	padding-top: 80px;

}

.about-area ..section-inner{
	
	padding-top: 0;
}
.about-area h2:before{
	
	content: '';
	display: inline-block;
	background-image: url(/wp-content/uploads/2023/05/img-1.png);
	width: 28vw;
  height: 672px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 110px;
}

.about-area div{
	width: 95%;
	max-width: 830px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 0.09em;
}

.use-area{
		margin-bottom: 60px;
}

.use-area h2{
	position: relative;
	padding-top: 80px;
}

.use-table{
	max-width: 830px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 0.09em;
}

.use-table tr{
	border-bottom: solid .2px #999;
	vertical-align: center;
} 

.use-table th{
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

.use-table {
	border-bottom: solid .2px #999;
}

.use-table-option{
	background-color: #ddd;
}



@media screen and (max-width: 1500px){
.about-area h2:before{
		top: 108px;
	}
	
}

@media screen and (max-width: 1400px){
.about-area h2:before{
		background-size: 98%;
	}
	
}


@media screen and (max-width: 1300px){
	
	.about-area h2:before{
		
		background-size: 96%;
		
	}
	
	.en-sec-title{
		font-size: 7.6vw;
	}
	
}

@media screen and (max-width: 1150px){
	
	.about-area h2:before{
		
		top: 105px;
		
	}
	
	
	
}
@media screen and (max-width: 1100px){
	
	.about-area h2:before{
		
		top: 77px;
		transform: rotate(10deg);
		left: -45px;
	}
}

@media screen and (max-width: 770px){
	.about-area h2 {
    padding-top: 40px;
		display: flex;
		font-size: 50px;
    line-height: 1.5;
}
	
	.left-space{
		
		margin-left: -10px;
	}
	
	.about-area h2:before{
    top: 15px;
    position: relative;
    width: 140px;
    height: 164px;
		left: 0;
    background-size: 100%;
    transform: rotate(0deg);
	}
	
	.about-area div{
		
		font-size: 16px;
	}
	
	.en-sec-title{
		
		font-size: 50px;
	}
	
}





/*8つの“できる”*/

.can-list ul{
	
	margin-top: 60px;
}



.width-edit{
	width: 50%;
	max-width: 600px;
	margin: 0 auto;
}

.en-number{
	font-family: din-2014, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 100px;
}

.can-list dt{
	display: flex;
	align-items: center;
	vertical-align: top;
	
}

.can-jp-title{
	
	font-size: 80px;
	display: inline-block;
	margin-top: -12px;
}

.can-list li div{
	
	width: 40%;
	margin-left: 10%;
	position: relative;
}

.can-list li div:after
{
	content: '';
	display: inline-block;
	width: 461px;
	height: 535px;
	background-image: url(/wp-content/uploads/2023/05/8can-vector1.png);
	position: absolute;
	background-repeat: no-repeat;
	background-size: 40%;
	top: 50px;
right: -115%;
}

.can-list li ul{
	
	display: flex;
	margin: 30px 0 60px;;
	justify-content: space-between;
}

.can-list li ul li{
	
	width: 30%;
	text-align: center;
	display: block;
	
}

.can-list li ul li:first-child img{
	
	margin: 100px auto 0;
	width: 75%;

}


.can-list li ul li:nth-child(2) img{
	
	width: 95%;
}

.can-list li ul li:last-child img{
	
	width: 95%;
	margin-top: -100px
}

.can-list li{
	
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	position: relative;
}

.can-list li:first-child{
	
	display: block;
}

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

.w-60{
	
	width: 45%;
}
.w-40{
	
	width: 40%;
}
.mt-edit-f{
	
	margin-top: -60px
}

/*.h-450{
	
	height: 450px;
}*/

.w-60 dt{
	
	margin-top: -50px;
}

.eighth-img{
margin-top: 30px;
	text-align: center;
}

.eighth-img img{
	
	width: 75%;

}

.can-list li:nth-child(5) dt:after{
	
	content: '';
	display: inline-block; 
	background-image: url(/wp-content/uploads/2023/05/8can-vector2.png);
	background-repeat: no-repeat;
	width: 491px;
	height: 711px;
	background-size: 30%;
	position: absolute;
	right: 200px;
	top: 0;
}

.can-list li:nth-child(5) figure{
	
	width: 40%;
}

.can-list li:nth-child(6) figure{
	
	width: 30%;
}

.can-list li:nth-child(6){
	
	justify-content: left;
}

.can-list li:nth-child(6) dl{
	
	margin-left: 5%;
	position: relative;
}

.can-list li:nth-child(6):before{
	
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/wp-content/uploads/2023/05/8can-vector3.png);
	background-size: 100%;
	position: absolute;
	right: 9%;
	top: 50px;
	
}

.can-list li:nth-child(6) dl:after{
	
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(/wp-content/uploads/2023/05/8can-vector4.png);
	background-size: 100%;
	position: absolute;
	left: 30px;
	bottom: 15px;
	
}

.can-list li:nth-child(8):after{
	content: '';
	display: inline-block;
	width: 300px;
	height: 444px;
	background-image: url(/wp-content/uploads/2023/05/8can-vector5.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -100px;
	
	
}

@media screen and (max-width: 991px){
	
	.can-list li div{
		
		width: 60%;
		margin-left: 0;
	}
}

@media screen and (max-width: 770px){
	
	.can-list .section-inner{
	
	padding-top: 40px;
}

	
	.width-edit{
		
		width: 75%;
	}
	.can-list li div{
		
		width: auto;
		margin-left: 0;
	}
	.can-list ul{
		
		margin-top: 40px;
	}
	.can-list li{
		
		margin-bottom: 30px;
	}
	.en-number{
		
		font-size: 60px;
	}
	.can-jp-title{
		
		font-size: 45px;
		margin-top: -3px;
	}
	.can-list dt{
		
		justify-content: center;
	}
	.can-list li div:after{
		
		/*width: 250px;
    height: 290px;
		background-size: 40%;
		right: 0px;
		top: -5px;*/
		display: none;
	}
	.can-list li ul li:first-child img{
		
		margin: 120px auto 0;
		width: 95%;
	}
	
	.can-list li:first-child dd{
		
		width: 80%;
		margin: 0 auto 10px;
	}
	
	.can-list li ul li:nth-child(2) img{
		
		margin-top: 50px;
	}
	.can-list li ul li:last-child img{
		
		margin-top: 0;
	}
	
	.can-list li ul{
		
		margin: 30px 0;
	}
	.can-list li ul li{
		
		width: 32%;
	}
	
	.can-list li{
		
		display: grid;
		justify-content: center;
	}
	
	.w-40{
		width: 100%;
		margin: 30px auto 0;
		order: 2;
	}
	
	.w-60{
		
		width: 80%;
    margin: 0 auto;
	}
	
	.w-60 dt{
		
		margin-top: 10px;
	}
	.can-list li:nth-child(5) figure ,.can-list li:nth-child(6) figure{
		
		width: auto;
	}
	
	.can-list li:nth-child(5) dt:after{
		background-image: url(/wp-content/uploads/2023/06/can-list5-sort.png);
		right: 0;
		width: 350px;
    height: 195px;
		background-size: 100%;
    top: 60px;
		right: 10px;
		z-index: -10;
	}
	.can-list li:nth-child(6):before{
		
		width: 30px;
		height: 30px;
		top: 70px;
	}
	.can-list li:nth-child(6) dl:after{
		/*width: 30px;
		height: 30px;
		bottom: 120px;*/
		display: none;
	}
	
	.can-list li:nth-child(7) dl:after{
		content: '';
		display: block;
		width: 27px;
		height: 27px;
		background-image: url(/wp-content/uploads/2023/05/8can-vector3.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 40px;
		right: 10vw;
	}
	.eighth-img img{
		
		width: 45%;
	}
	.can-list li:nth-child(8):after{
		background-image: url(/wp-content/uploads/2023/06/can-list8-sort.png);
		width: 27px;
		height: 27px;
		background-repeat: no-repeat;
		top: 20px;
		right: 15vw;
		bottom: auto;
		left: auto;
	}
	
	.h-450{
		
		height: auto;
	}
	
	.h-450:after{
		
		content: '';
		display: block;
		width: 27px;
		height: 27px;
		background-image: url(/wp-content/uploads/2023/06/can-list4-sort.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 75px;
    right: 10vw;
	}
	.show-sp{
	
	display: block;
}
	
	.show-pc ,.can-list li ul.show-pc{
		
		display: none;
	}
}


/*“WA+SEN”が描く未来*/

.future-area figure{
	
	width: 50%;
	margin: 0 0 -9% auto;
}

.future-bg{
	
	background-image: url(/wp-content/uploads/2023/05/feature-img-bg.png);
	color: #fff;
}

.future-bg .text-area{
	font-size: 20px;
	width: 90%;
	margin: 0 auto 60px;
}

.bg-red {
max-width:500px;
max-height:300px;
border-radius:300px 300px 0 0;
background:#00449a;
	margin: 0 auto;
}

.future-bg .link-btn{
	
	margin: 40px auto 20px;
}

.bg-red p{
	text-align: center;
	margin-top: 100px
	
}

.bg-red p span{
	display: block;
}

.bg-white{
	display: block;
	background: #cec409;
	padding: 10px 0;

	font-family: dazzle-unicase, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-transform: uppercase;
	transition: all .3s ease 0s;
}

.bg-white:hover{
	
	color: #da4729;
	
}

.future-bg .link-btn:before{
	content: '';
	display: inline-block;
	position: absolute;
	right: 30px;
	width: 30px;
	height: 1px;
	background: #000;
	top: 30px;
	transition: .3s;
}
.future-bg .link-btn:after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 30px;
	width: 10px;
	height: 10px;
	top: 25px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .3s;
}

@media screen and (max-width: 770px){
	
	.future-bg .section-inner{
		
		width: auto;
		overflow: hidden;
	}
	
	.future-bg .link-btn:before{
		
		top:25px;
	}
	
	.future-bg .link-btn:after{
		
		top: 20px;
	}
	
	.future-bg .text-area{
		
		max-width: 300px;
	}
.bg-red{
    max-height: 250px;
}
.bg-red p{
margin-top: 50px;
}
	
	.future-area figure{
		
		width: 90%;
    margin: 0px 0 -17% auto;
	}
}

/*footer*/

#footer{
	
	padding: 0;
}

#styled_post_list1_widget-2{
display: none;
}

/*お知らせページ*/
.single-news .post_content td, .post_content th{
padding: 10px;
}

body.single-news ,body.post-type-archive-news {
background: #fff ;
}
.single .text-area{
margin-bottom: 30px;
}

.single .map{
	
	text-align: center;
}
body.single-news #article{
border:none;
}

.single-news .new-line{
display: block;
}

.single-news .link-btn{
max-width: 400px;
}
.single-news .link-btn:before{
top:0;
bottom: 0;
margin: auto;
}

.single-news .link-btn:after{
top:0;
bottom: 0;
margin: auto;
}

.single-news .link-btn a:hover{
color: #fff;
}

.post-type-archive-news .date ,.single-news .date{
	
	border-right: none;
}

/*contact-page*/
body.page-id-66{
background: #fff;
}

.necessary {
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 2px;
    display: inline-block;
    background-color: #F42F2F;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: white;
}
.google-captcha-notice{
	
	font-size: 12px;
	text-align: center;
}

.google-captcha-notice a{
	
	text-decoration: underline;
}

@media screen and (max-width: 770px){
.text_individual{
display: grid;
}
}

/*お知らせ一覧*/

#news_archive{
	
	width: auto;
	max-width: 950px;
}

.post_list1 .item{
	
	margin: 0 10px 30px;
	width: -webkit-calc(91% / 3);
    width: calc(91% / 3);
}

.post_list1 .title_area{
	
	border-right: 1px solid #ddd;
}

@media screen and (max-width: 750px){
	
	#news_archive{
		
		padding: 40px 20px ;
	}
	
	.post_list1 .item{
		
		width: 47%;
		margin: 0 5px 10px;
	}
	
	.post_list1 .item:nth-child(3n) .title_area{
		
		border-right: 1px solid #ddd;
	}
}

@media screen and (max-width: 400px){
	
	.bg-red{
width: 200%;
    height: 250px;
    border-radius: 300px 300px 0 0;

    margin: 0 auto 0 -15%;
		position: relative;
    left: 0;
    right: 0;
}
}

@media screen and (max-width: 385px){
	
	.bg-red{
		
		left: -2%;
	}
}

@media screen and (max-width: 370px){
	
	.bg-red{
		
		left: -4%;
	}
}

@media screen and (max-width: 360px){
	.bg-red{
		left: -6%;
	}
	
}


@media screen and (max-width: 350px){
	.bg-red{
		left: -8%;
	}
	
}



/*20230711追記-------------------------------------------------*/
.text_center {
	text-align:center;
}
#footer {
	background:#000;
	font-size:12px;
	text-align:center;
}
.company {
	padding-top:2%;
}
#header {
    border-bottom: none;
}
#main_contents {
	width:100%;
	margin:0 auto !important;
	padding:0  !important;
}
.post_list1 .title {
	height: auto;align-content
}
body.single #page_header {
    height: 250px;
}
.single #article{
	width:95%;
	margin:10% auto;
	max-width:1920px;
}
.bg-white:hover {
	color:#FFF;
}
.en-sec-title {
	margin-bottom:5%;
}

/*バナー*/
.bn {
	width:80%;
	padding:5% 5% 0;
	margin: 0 auto;
}
.bn:hover {
	opacity: 0.5 ;
	transition: 1.0s ;
}

/*各記事詳細*/
#post_title_area {
	height:auto;
}
#post_title_area:before {
	background:none;
}
.single #main_contents {
	background:#FFF;
}
#news_archive {
    max-width: 1400px;
}
.archive #container {
	background: #FFF;
}
.archive .post_list1 .title {
	font-size:16px;
}
.archive .post_list1 .excerpt {
    font-size: 14px;
}
@media (min-width:769px){
.single #article .post_content {
    padding: 0 60px;
}
}
@media (max-width:768px){
#side_col {
	width: 95%;
    margin: 0 auto;
}
}

/*NEWS*/
.news-list .title {
    display: block;
}
@media (min-width:769px){
	.news-list .title {
		padding-right: 50px;
	}
	.news-list {
	display: flex;
}
	.news-list li {
	width:30%;
}
}

/*EVENT*/
.event {
	display:flex;
	gap: 2%;
	    width: 95%;
    margin: 0 auto;
    max-width: 1920px;
	flex-wrap: wrap;
    justify-content: center;
}
.event li {
	width:23%;
}
.event_img img {
	/*height:auto;*/
	object-fit: cover;
}
@media (min-width:769px){
	.event_img img {
	height: 250px;
}
}
@media (max-width:768px){
	.event_img img {
	height: 180px;
}
}
.card-category {
	font-size:12px;
}
.home .category1 {
	color:#00449a;
}
.archive  .category1 {
	color:#cec409;
}

.category2 {
	color:red;
}
@media (max-width:768px){
	.event li {
		width: calc(95% / 2);
		padding-bottom: 5%;
	}
}

/*CONTACT*/
.page-id-66 #article table {
	width:95%;
	margin:10% auto;
	max-width:1920px;
}