@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
body * {
  font-family: "Noto Sans JP", sans-serif;
}
/*---------------------------------
  ヘッダー
---------------------------------*/
.-series-right .l-header__inner {
	max-width: 100%;
	padding-right: 0;
}
.l-header__logo {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.c-gnav>.menu-item>a .ttl {
	font-weight: 500;
	font-size: 16px;
}
/* header-電話メニュー */
.header-tel-menu a {
	min-width: 200px;
}
.header-tel-menu a .ttl {
	line-height: .8;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #387D9D;
}
.header-tel-menu a .ttl span.number {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 32px;
	font-weight: 600;
}
.header-tel-menu a .ttl span.number i {
	font-size: 20px;
}
/* header-無料資料ダウンロードメニュー */
.header-download-menu a {
	background-color: #387D9D;
	color: #FFFFFF;
	min-width: 200px;
}
.header-download-menu a .ttl {
	color: #FFFFFF;
}
/* header-無料相談メニュー */
.header-contact-menu a {
	background-color: #EE7138;
	min-width: 200px;
}
.header-contact-menu a .ttl {
	color: #FFFFFF;
}
/* fix-header */
.l-fixHeader__inner.l-container {
	max-width: 100%;
	padding-right: 0;
}
/*---------------------------------
  ファーストビュー
---------------------------------*/
.p-mainVisual__textLayer {
	max-width: 100%;
}
.p-mainVisual__slideTitle {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
span.visualtxt-normal {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-shadow: 0 4px 20px rgba(0,0,0,.6);
}
span.visualtxt-backcol {
	background-color: #FFFFFF;
	color: #054652;
	padding: 0 10px;
	font-size: 64px;
	font-weight: 700;
	box-shadow: 0 4px 20px rgba(0,0,0,.6);
}
span.dod {
	position: relative;
}
span.dod:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #FFFFFF;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}
span.visualtxt-txtcol {
	color: #B4983E;
}
[data-partsid="76"] {
	margin-top: 30px !important;
}
[data-partsid="76"] figure {
	text-align: left;
}
@media screen and (min-width: 768px){
	.spwrap {
		display: none;
	}
}
@media screen and (max-width: 960px){
		span.visualtxt-normal {
			font-size: 20px;
			margin-bottom: 10px;
		}
		span.visualtxt-backcol {
			font-size: 34px;
		}
		[data-partsid="76"] {
			margin-top: 20px !important;
		}
		[data-partsid="76"] figure img {
			max-width: 80%;
		}
}
@media screen and (max-width: 768px){
		.p-mainVisual__slideTitle {
			gap: 10px;
		}
		span.visualtxt-normal {
			font-size: 20px;
		}
		span.visualtxt-backcol {
			font-size: 30px;
		}
		[data-partsid="76"] figure img {
			max-width: 90%;
		}
}
/*--------------------------------- 共通--------------------------------- 共通--------------------------------- 共通--------------------------------- 共通--------------------------------- 共通
  共通
---------------------------------*/
h2.is-style-section_ttl.section-normal-ttl {
	font-size: 40px;
	font-weight: 600;
	text-shadow: 0 4px 4px rgba(0,0,0,.25);
}
@media screen and (max-width: 960px){
	h2.is-style-section_ttl.section-normal-ttl {
		font-size: 35px;
	}
}
@media screen and (max-width: 768px){
	h2.is-style-section_ttl.section-normal-ttl {
		font-size: 30px;
	}
}
/*---------------------------------
  こんなお悩みありませんか
---------------------------------*/
.top #content {
	padding-top: 0;
}
#problem-area {
	background-image: url(https://steel-house.co.jp/lp/terraced/wp-content/uploads/2026/04/question-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#problem-area:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #0E778C;
	background: linear-gradient(180deg, rgba(14, 119, 140, 0.9) 0%, rgba(4, 32, 38, 0.9) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.problem-item-unit {
	max-width: 1000px;
	margin: 0 auto;
}
.problem-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.problem-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 40px) / 3);
	padding: 30px 20px;
	background: #F9F9F9;
background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(224, 224, 224, 1) 100%);
}
.problem-item p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-align: center;
}
.problem-item figure {
	margin-bottom: 15px;
}
.problem-item p span {
	font-size: 20px;
	font-weight: 700;
	color: #B8A259;
}
@media screen and (max-width: 960px){
	.problem-item {
		flex-basis: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 768px){
	.problem-item-unit > .wp-block-group__inner-container {
		gap: 15px;
	}
	.problem-item {
		flex-basis: 100%;
		padding: 20px 10px;
	}
}
/*---------------------------------
  そのお悩み賃貸型テラス経営で解決
---------------------------------*/
#top-value {
	padding: 0 !important;
}
.value-top-ttl-area {
	background: #D2C083;
	background: linear-gradient(180deg, rgba(210, 192, 131, 1) 0%, rgba(130, 116, 68, 1) 100%);
	padding-top: 50px;
	padding-bottom: 80px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}
.value-top-ttl-area h2.is-style-section_ttl {
	color: #FFFFFF;
	font-size: 40px;
	text-shadow: none;
}
.valuei-main-group {
	position: relative;
	margin-top: -40px;
}
.valuei-main-group:before {
	content: "";
	width: 100%;
	height: calc(100% - 40px);
	background-image: url(https://steel-house.co.jp/lp/terraced/wp-content/uploads/2026/04/value-back.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.valuei-main-group > .wp-block-group__inner-container {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	padding: 170px 10px 80px;
	box-shadow: 0 2px 20px rgba(0,0,0,.35);
}
.valuei-main-group h3.is-style-section_ttl {
	font-size: 40px;
	margin-bottom: 50px;
}
.valuei-main-group p {
	text-align: center;
	font-size: 16px;
	color: #054652;
	line-height: 2;
	margin-bottom: 90px;
}
.valuei-main-group figure {
	margin-bottom: 60px;
}
.valuei-main-group h4.is-style-section_ttl {
	font-size: 40px;
	background-color: #175980;
	color: #FFFFFF;
	margin-top: 0;
	display: inline-block;
	padding: 5px 20px;
}
@media screen and (max-width: 960px){
	.value-top-ttl-area {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
	}
	.value-top-ttl-area h2.is-style-section_ttl {
		font-size: 30px;
	}
	.valuei-main-group {
		margin-top: -30px;
	}
	.valuei-main-group:before {
		content: none;
	}
	.valuei-main-group > .wp-block-group__inner-container {
		padding: 80px 10px 80px;
	}
	.valuei-main-group h3.is-style-section_ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.valuei-main-group p {
		margin-bottom: 30px;
	}
	.valuei-main-group figure {
		margin-bottom: 30px;
	}
	.valuei-main-group h4.is-style-section_ttl {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px){
	.value-top-ttl-area h2.is-style-section_ttl {
		font-size: 23px;
	}
	.valuei-main-group h3.is-style-section_ttl {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.valuei-main-group p {
		margin-bottom: 20px;
		text-align: left;
	}
	.valuei-main-group figure {
		margin-bottom: 20px;
	}
	.valuei-main-group h4.is-style-section_ttl {
		font-size: 20px;
	}
}

/*---------------------------------
  オーナーにとってのメリット
---------------------------------*/
#benefit-arae {
	background-image: url(https://steel-house.co.jp/lp/terraced/wp-content/uploads/2026/04/benefit-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	text-align: center;
}
h2.is-style-section_ttl.benefit-sec-ttl {
	padding: 10px 20px;
	display: inline-block;
	background-color: #B4983E;
	color: #FFFFFF;
	font-size: 32px;
	margin-bottom: 30px;
}
p.benefit-sub-ttl {
	font-size: 50px;
	font-weight: 700;
	color: #054652;
	margin-bottom: 100px;
}
p.benefit-sub-ttl span {
	color: #B8A259;
	position: relative;
	border-bottom: 6px solid #B8A259;
}
.benefit-item-unit {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.benefit-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.benefit-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 40px) / 3);
	border: 2px solid #C0B079;
	box-shadow: 0 4px 15px rgba(0,0,0,.25);
	padding-bottom: 40px;
	position: relative;
	background-color: #F9F9F9;
}
.benefit-item figure {
	margin-bottom: 20px;
}
.benefit-item h3.is-style-section_ttl {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
	color: #054652;
	padding: 0 10px;
}
p.benefit-item-disc {
	font-size: 16px;
	font-weight: 500;
	color: #054652;
	text-align: left;
	padding: 0 20px;
	margin-bottom: 0;
}
p.benefit-item-disc strong {
	color: #B8A259;
}
span.benefit-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #B8A259;
	color: #FFFFFF;
	font-family: serif , "Noto Sans JP", sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
span.benefit-label span {
	font-size: 26px !important;
	line-height: 1;
	font-family: serif , "Noto Sans JP", sans-serif;
}
p.benefit-btm-txt {
	font-size: 40px;
	color: #054652;
	font-weight: 700;
}
p.benefit-btm-txt span {
	background-color: #D2C083;
	padding-right: 10px;
	padding-left: 10px;
}
@media screen and (max-width: 960px){
	#benefit-arae {
	}
	h2.is-style-section_ttl.benefit-sec-ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}
	p.benefit-sub-ttl {
		font-size: 30px;
		margin-bottom: 80px;
	}
	p.benefit-sub-ttl span {
		border-bottom: 3px solid #B8A259;
	}
	.benefit-item-unit {
		margin: 0 auto 30px;
	}
	.benefit-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px 20px;
	}
	.benefit-item {
		flex-basis: 100%;
		max-width: 320px;
		padding-bottom: 20px;
	}
	.benefit-item h3.is-style-section_ttl {
		font-size: 18px;
	}
	p.benefit-item-disc {
		padding: 0 10px;
	}
	p.benefit-btm-txt {
		font-size: 25px;
	}
}
@media screen and (max-width: 768px){
	p.benefit-sub-ttl {
		font-size: 28px;
	}
	p.benefit-btm-txt {
		font-size: 23px;
	}
}
/*---------------------------------
  建設実績
---------------------------------*/
.flowing-slider {
	margin-bottom: 100px;
	z-index: 2;
}
.flowing-slider-2 .swiper-wrapper .swiper-slide img,
.flowing-slider .swiper-wrapper .swiper-slide img {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.flowing-slider .swiper-wrapper,
.flowing-slider-2 .swiper-wrapper{
  transition-timing-function: linear;
}
#achievements-area {
	background-image: url(https://steel-house.co.jp/lp/terraced/wp-content/uploads/2026/04/section-back-1-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#achievements-area:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(5,70,82,.8);
	position: absolute;
	top: 0;
	left: 0;
}
#achievements-area:before {
	content: "";
	width: 100%;
	height: 800px;
	background-image: url(https://steel-house.co.jp/lp/terraced/wp-content/uploads/2026/04/work-back-2-scaled.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top:100px;
	left: 0;
	z-index: 1;
}
.achievements-inner {
	max-width: 1000px;
	margin: 0 auto 100px;
}
h2.is-style-section_ttl.achievements-top-ttl {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	text-shadow: 0 4px 10px rgba(0,0,0,.8);
	margin-bottom: 60px;
}
p.achievements-txt {
	
}
.achievements-five {
	margin-bottom: 60px;
}
p.achievements-txt-btm {
	color: rgba(238, 238, 238, 0.93);
	font-weight: 500;
	text-shadow: 0 4px 10px rgba(0,0,0,.8);
	margin-bottom: 130px;
}
h2.is-style-section_ttl.reason-top-ttl {
	font-size: 30px;
	color: #FFFFFF;
	text-shadow: 0 4px 10px rgba(0,0,0,.8);
	margin-top: 0;
	margin-bottom: 60px;
}
h2.is-style-section_ttl.reason-top-ttl span {
	font-size: 60px;
	color: rgba(230, 211, 146, 1) !important;
}
.reason-item {
	margin-bottom: 50px;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #B8A259;
	border-left: 5px solid #B8A259;
	box-shadow: 0px 4px 20px rgba(0,0,0,.6);
}
.reason-item > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}
.reason-item-txt {
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom:0;
	flex-basis: calc((100% - 330px - 50px));
	max-width: 570px;
}
.reason-item-txt h3.is-style-section_ttl {
	font-size: 30px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #054652;
}
.reason-item-txt p {
	font-weight: 400;
	line-height: 2;
}
.reason-item figure {
	margin-bottom: 0;
	flex-basis: 330px;
}
span.reason-label {
	font-family: serif, "Noto Sans JP", sans-serif;
	background-color: #175980;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 30px;
	position: absolute;
	top: -30px;
	left: 45px;
}
@media screen and (max-width: 960px){
	.flowing-slider {
		margin-bottom: 50px;
	}
	.achievements-inner {
		margin: 0 auto 50px;
		padding: 0 20px;
	}
	h2.is-style-section_ttl.achievements-top-ttl {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.achievements-five {
		margin-bottom: 40px;
	}
	.achievements-five img {
		max-width: 300px;
	}
	p.achievements-txt-btm {
		margin-bottom: 70px;
	}
	h2.is-style-section_ttl.reason-top-ttl {
		font-size: 25px;
		margin-bottom: 70px;
	}
	h2.is-style-section_ttl.reason-top-ttl span {
		font-size: 30px;
	}
	.reason-item {
		margin-bottom: 40px;
		padding: 40px 20px 20px;
	}
	.reason-item > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.reason-item-txt {
		padding: 0;
		margin-bottom: 30px;
		flex-basis: 100%;
		max-width: 570px;
	}
	.reason-item-txt h3.is-style-section_ttl {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.reason-item figure {
		flex-basis: 100%;
		text-align: left;
	}
	span.reason-label {
		font-size: 18px;
		padding: 5px 20px;
		top: -25px;
		left: 25px;
	}
}
/*---------------------------------
  なぜ分譲できるのか？
---------------------------------*/
#why-bunjo-area {
	background-color: #FFFFFF;
	background-image: url(https://steel-house.co.jp/lp/terraced/wp-content/uploads/2026/04/why-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
h2.is-style-section_ttl.why-bunjo-ttl {
	font-size: 40px;
	margin-bottom: 60px;
	color: #054652;
}
.whu-bunjo-disc {
	text-align: center;
	color: #054652;
	line-height: 2;
	margin-bottom: 60px;
}
.why-bunjo-item-unit h3.is-style-section_ttl {
	color: #054652;
	font-size: 20px;
}
@media screen and (max-width: 960px){
	h2.is-style-section_ttl.why-bunjo-ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.whu-bunjo-disc {
		margin-bottom: 30px;
	}
	.why-bunjo-item-unit h3.is-style-section_ttl {
		font-size: 18px;
	}
}
/* 比較エリア */
.hikaku-area-ttl-group {
	text-align: center;
	margin-bottom: 60px;
}
h2.is-style-section_ttl.hikaku-area-ttl {
	font-size: 30px;
	font-weight: 500;
	color: #387D9D;
	border: 2px solid #387D9D;
	display: inline-block;
	padding: 10px 35px;
}
.hikaku-table tr td {
	font-size: 18px;
	padding-top: 29px;
	padding-bottom: 29px;
	font-weight: 500;
	border-color: #FFFFFF;
}
.hikaku-table tr td:first-child {
	background-color: #F1F1F1;
}
.hikaku-table tr td:nth-child(2) {
	background-color: #B4983E;
	color: #FFFFFF;
}
.hikaku-table tr td:nth-child(3) {
	color: #999999;
}
.hikaku-table tr td:last-child {
	background-color: #F1F1F1;
}
.hikaku-table tr:first-child td:nth-child(2) {
	background-color: #A48E45;
}
.hikaku-table tr:first-child td:first-child {
	background-color: #FFFFFF;
}
.hikaku-table tr:first-child td:nth-child(3) {
	background-color: #D9D9D9;
}
@media screen and (max-width: 960px){
	.hikaku-area-ttl-group {
		margin-bottom:30px;
	}
	h2.is-style-section_ttl.hikaku-area-ttl {
		font-size: 20px;
		padding: 8px 20px;
	}
	.hikaku-table tr td {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/*---------------------------------
  料金シュミレーション
---------------------------------*/
h2.is-style-section_ttl.simulation-ttl {
	font-size: 40px;
	font-weight: 700;
	color: #054652;
	margin-bottom: 50px;
}
.before-after-unit {
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
}
.before-after-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 10px;
}
.before-after-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 10px) / 2);
	position: relative;
}
.before-after-item figure {
	margin-bottom: 0;
}
.before-after-item p {
	margin-bottom: 0;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 12px;
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFFFFF;
  font-family: serif, "Noto Sans JP", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.before-after-item p.after-txt {
	background-color: rgba(184, 162, 89, 0.9);
}
p.be-af-caption {
	position: absolute;
	bottom: -20px;
	right: 0;
	color: #999999;
	font-size: 10px;
	font-weight: 400;
}
@media screen and (max-width: 768px){
	h2.is-style-section_ttl.simulation-ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.before-after-unit {
		margin: 0 auto 50px;
	}
	.before-after-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.before-after-item {
		flex-basis: 100%;
	}
}
/* シュミレーションテーブル */
.simulation-table-group {
	position: relative;
	background-color: #FFFFFF;
	padding: 50px 10px 50px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
h3.is-style-section_ttl.simulation-table-ttl {
	background-color: #054652;
	color: #FFFFFF;
	display: inline-block;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
}
.simulation-table {
	max-width: 500px;
	margin: 0 auto;
}
.simulation-table tr td {
	color: #054652;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
}
.simulation-table tr td:first-child {
	text-align: left;
}
.simulation-table tr td:last-child {
	font-size: 30px;
	text-align: right;
}
@media screen and (max-width: 768px){
	.simulation-table-group {
		padding: 40px 10px 30px;
	}
	h3.is-style-section_ttl.simulation-table-ttl {
		padding: 10px 20px;
		font-size: 14px;
		width: 100%;
		white-space: wrap;
	}
	.simulation-table tr td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.simulation-table tr td:last-child {
		font-size: 20px;
	}
}

/*---------------------------------
  CTA&Footer
---------------------------------*/
/* CTA */
#cta-area {
	background: #D2C083;
background: linear-gradient(180deg, rgba(210, 192, 131, 1) 0%, rgba(130, 116, 68, 1) 100%);
}
.cta-ttl-area {
	text-align: center;
}
.cta-ttl-area p {
	display: inline-block;
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}
.cta-ttl-area p:before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: -20px;
	transform: rotate(-30deg);
}
.cta-ttl-area p:after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: -20px;
	transform: rotate(30deg);
}
.cta-ttl-area h2.is-style-section_ttl {
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 60px !important;
}
.cta-btn {
	justify-content: center;
}
.cta-btn .wp-block-button a {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	background-color: #175980;
	font-size: 30px;
	min-width: 520px;
	border-radius: 8px;
	padding: 22px 0;
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
}
.cta-btn .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #FFFFFF;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 960px){
	.cta-ttl-area p {
		font-size: 16px;
	}
	.cta-ttl-area p:before {
		left: -10px;
	}
	.cta-ttl-area p:after {
		right: -10px;
	}
	.cta-ttl-area h2.is-style-section_ttl {
		font-size: 30px;
		margin-bottom: 50px !important;
	}
	.cta-btn .wp-block-button a {
		font-size: 18px;
		min-width: auto;
		padding: 10px 50px;
	}
	.cta-btn .wp-block-button a:after {
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 768px){
	.cta-ttl-area h2.is-style-section_ttl {
		font-size: 25px;
		margin-bottom: 30px !important;
	}
}
/* Footerロゴエリア */
#footer-before-area {
	border-bottom: 1px solid #E0E0E0;
	padding-top: 40px !important;
	padding-bottom: 60px !important;
}
#footer-before-area figure {
	margin-bottom: 20px;
}
#footer-before-area p {
	color: #054652;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 960px){
	#footer-before-area {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	#footer-before-area figure {
		margin-bottom: 0px;
	}
	#footer-before-area p {
		text-align: left;
	}
}
/* Footer-nav-area */
#footer-menu-area {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.footer-nav-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	gap: 10px 50px;
}
.footer-nav-area ul li {
}
.footer-nav-area ul li a {
	font-size: 14px;
	color: #387D9D;
	border-bottom: 1px solid #387D9D;
}
.top #content {
	margin-bottom: 0;
}
.l-footer__foot {
	padding-bottom: 60px;
	background-color: #FFFFFF;
}
p.copyright {
	color: #999999;
	font-size: 10px;
	font-weight: 500;
}
@media screen and (max-width: 768px){
	.footer-nav-area ul {
		gap: 10px 30px;
	}
	.l-footer__foot {
		padding-bottom: 30px;
	}
}
/*-----------------------------------
 無料相談はこちら
-------------------------------*/
.page-id-461 div#content,
.page-id-463 div#content{
	padding-top: 0;
	margin-bottom: 0;
}
/*-----------------------------------
 FORM
-------------------------------*/
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 20px;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #387D9D;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #387D9D;
	font-weight: bold;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
	color: #387D9D;
	transition: .3s;
}
/* subject */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject input {
/* 	width: 20px; */
}
span#your-subject span {
	color: #333;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
	p.contact-tel-number {
		font-size: 30px;
	}
}