@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: "Arial", "メイリオ";
}

/* -----------------------------------------
 ヘッダー
 -------------------------------------------- */
/* サイトタイトル */
.l-header__logo {
	order: 1;
	flex-basis: 30%;
	padding-left: 50px !important;
}
.l-header__logo a {
	text-align: left;
}

@media screen and (max-width: 960px) {
	.l-header__logo {
		order: 0;
		padding-left: 0px !important;
		flex-basis: 50%;
	}
}
/* ヘッダー内ボタン */
.p-blogParts[data-partsid="62"] {
	flex-basis: 70%;
	max-width: 900px;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	order: 2;
	padding-right: 50px;
}
.wp-block-group.header-inner-btn-unit {
    display: flex;
    align-items: center;
}
.header-inner-btn-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
	align-items: flex-end;
}
/* 英語ボタン */
.lang-en-btn {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.lang-en-btn:before {
	content: "\\ 英語対応スタッフ常駐 /";
	font-size: 14px;
	font-weight: bold;
}
.lang-en-btn a {
	background-color: #FED43C;
	color: #333;
	font-weight: bold;
	border-radius: 0;
	padding: 10px 30px;
}
.lang-en-btn a:before {
	  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f57d";
	font-size: 21px;
	margin-right: 10px;
}
/* 査定ボタン */
.header-satei-btn {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.header-satei-btn:before {
	content: "\\ 値段だけ知りたい方でも大歓迎 /";
	font-size: 14px;
	font-weight: bold;
}
.header-satei-btn a {
	background-color: #31AAEA;
	border-radius: 0;
	padding: 10px 30px;
	font-weight: bold;
}
.header-satei-btn a:before {
	 font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f1ec";
	font-size: 21px;
	margin-right: 10px;
}
/* 電話ボタン */
.header-tel-btn {
	background-color: #BFAF86;
	padding: 8px 30px;
	color: #FFFFFF;
	position: relative;
}
.header-tel-btn p:first-child {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1;
}
.header-tel-btn p:nth-child(2) {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0;
}
.header-tel-btn > .wp-block-group__inner-container {
	
}
.header-tel-btn a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
@media screen and (max-width: 960px) {
	.p-blogParts[data-partsid="62"] {
		display: none;
	}
}
/* ヘッダーバー */
.l-header__bar {
	background-color: #FFFFFF;
	color: #333333;
}
.l-header__barInner {
	max-width: 100%;
	padding: 0 100px;
}
.l-header__bar .c-catchphrase {
	font-size: 10px;
}
/* メニュー */
.c-gnav {
	background-color: #333333;
}
.c-gnav>.menu-item>a {
	border-right: 1px solid #FFFFFF;
}
.c-gnav>.menu-item:first-child >a {
	border-left: 1px solid #FFFFFF;
}
.c-gnav>.menu-item>a .ttl {
	color: #FFFFFF;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.c-gnav>.menu-item>a:after {
}
.c-gnav>.menu-item>a:hover {
	background-color: #BFAF86;
	
}
/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */

@media screen and (max-width: 960px) {
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__body {
		padding-top: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background-color: rgba(255,255,255,.8);
	}
}
/*--------------------------------------------- 
追従ヘッダー
----------------------------------------------- */
#fix_header .l-fixHeader__inner.l-container {
	max-width: 100%;
}
#fix_header .c-gnav {
	background-color: transparent;
}
#fix_header .c-gnav>.menu-item>a {
	border: none;
}
#fix_header .c-gnav>.menu-item>a .ttl {
	color: #333;
	padding: 0;
}
#fix_header .c-gnav>.menu-item>a:hover {
	 background-color: #FFFFFF;
}
/* -----------------------------------------
 ファーストビュー
 -------------------------------------------- */
.p-mainVisual__textLayer {
	text-align: center;
	width: 700px;
	margin: 0 auto;
}
.p-mainVisual__textLayer-inner {
	width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.p-mainVisual__slideTitle {
	font-size: 35px;
	font-weight: bold;
	gap: 0;
	text-align: left;
}
.p-mainVisual__slideText {
	text-align: left;
	margin-bottom: 30px;
}
.p-mainVisual__slideTitle span {
	font-size: 1.3em;
}
@media screen and (max-width:960px) {
	.p-mainVisual__textLayer {
		width: 100%;
		padding-bottom: 120px;
		position: relative;
		z-index: 2;
	}
	.p-mainVisual__textLayer-inner {
		width: 100%;
	}
	.p-mainVisual__slideTitle {
		font-size: 30px;
		line-height: 1.9em;
	}
	.p-mainVisual__slideText {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:768px) {
	.p-mainVisual__slideTitle {
		font-size: 16px;
	}
	.p-mainVisual__slideTitle span {
		font-size: 25px;
		white-space: nowrap;
	}
}
/* simple-BTN */
.first-view-btn-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 15px;
}
.simple-btn {
	margin: 0;
}
.simple-btn a {
	border-radius: 0;
	background-color: #BFAF86;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	min-width: 200px;
	position: relative;
	padding: 15px 40px;
	transition: .3s ease-in;
	text-shadow: none;
}
.simple-btn a:hover {
	background-color: #FFFFFF;
	color: #BFAF86;
	text-shadow: none;
	transition: .3s ease-in;
}
.simple-btn a:before {
	content: "";
	display: inline-block;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px dotted #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .3s ease-in;
}
.simple-btn a:hover:before {
	border: 1px solid #BFAF86;
	transition: .3s ease-in;
}
.simple-btn a:after {
	font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f061";
	margin-left: 10px;
	transition: .3s ease-in;
}
.simple-btn a:hover:after {
	color: 	#BFAF86;
	transition: .3s ease-in;
}
@media screen and (max-width:1440px) {

}
@media screen and (max-width:960px) {
	.first-view-btn-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.simple-btn a {
		min-width: auto;
		padding: 10px 30px;
	}
}
@media screen and (max-width:768px) {
	
}
/* 右上隅21ロゴ */
.p-mainVisual__inner:after {
	content: "";
	display: inline-block;
	width: 250px;
	height: 250px;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/century-21-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width:1440px) {
	.p-mainVisual__inner:after {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width:960px) {
	.p-mainVisual__inner:after {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width:768px) {
	
}
/* 英語ページ右上隅21ロゴ */
#en-meinvisual:after {
	content: "";
	display: inline-block;
	width: 250px;
	height: 250px;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/century-21-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
@media screen and (max-width:1440px) {
	#en-meinvisual:after {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width:960px) {
	#en-meinvisual:after {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width:768px) {
	
}
/* No1バナー */
#main_visual:after {
	content: "";
	display: inline-block;
	width: 250px;
	height: 250px;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/banner3_9203.png);
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 30px;
	right: 50px;
	z-index: 1;
}
@media screen and (max-width:1440px) {
	#main_visual:after {
		width: 200px;
		height: 200px;
		bottom: 20px;
		right: 20px;
	}
}
@media screen and (max-width:960px) {
	#main_visual:after {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width:768px) {
	#main_visual:after {
		width: 100px;
		height:100px;
		bottom: 0;
		right: auto;
		left: 0
		border-radius: 10px 0 0 0;
	}	
}
/* English-Welcomeリンク */
.fv-en-link {
	position: absolute;
	bottom: 30px;
	left: 50px;
	z-index: 1;
}
.fv-en-link a {
	display: inline-block;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	padding: 18px 70px;
	border: 2px solid #FFFFFF;
	position: relative;
	transition: .3s;
}
.fv-en-link a:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/グループ-900.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.fv-en-link a:hover {
	background-color: #BFAF86;
	color: #333333;
	transition: .3s;
}
.fv-en-link a p:first-child,
.fv-en-link a p:last-child{
	font-family: serif;
	color: #FFFFFF;
	transition: .3s;
}
.fv-en-link a:hover p:first-child,
.fv-en-link a:hover p:last-child{
	color: #333333;
	transition: .3s;
}
.fv-en-link a p:first-child {
	font-size: 29px;
	font-weight: 200;
}
.fv-en-link a p:last-child {
	font-size: 54px;
}
@media screen and (max-width:1440px) {
	.fv-en-link {
		bottom: 20px;
		left: 20px;
	}
	.fv-en-link a {
		padding: 10px 30px;
	}
	.fv-en-link a p:first-child {
		font-size: 20px;
	}
	.fv-en-link a p:last-child {
		font-size: 40px;
	}
}
@media screen and (max-width:960px) {
	.fv-en-link a {
		padding: 10px 30px;
	}
	.fv-en-link a p:first-child {
		font-size: 18px;
	}
	.fv-en-link a p:last-child {
		font-size: 30px;
	}	
}
@media screen and (max-width:768px) {
	.fv-en-link {
		bottom: 10px;
		left: auto;
		right: 20px;
	}
	.fv-en-link a p:first-child {
		font-size: 16px;
	}
	.fv-en-link a p:last-child {
		font-size: 25px;
	}		
}
/* --------------------------------------
サービスリンクユニット
---------------------------------------- */
.service-link-unit {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.service-link-unit.active {
	display: block;
}
.service-link-unit ul {
	margin: 0;
	padding: 0;
}
.service-link-unit ul li {
	margin: 0;
	padding: 0;
}
.service-link-unit ul li a {
	writing-mode: vertical-rl;
	padding: 30px 5px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BFAF86;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}
.service-link-unit ul li a:hover {
	background-color: #333333;
	color: #BFAF86;
}
.service-link-unit.en ul li a {
	transform: rotate(-180deg);
clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
@media screen and (max-width: 960px) {
	.service-link-unit.active {
		width: 100%;
	}
	.service-link-unit ul {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #333;
	}
	.service-link-unit ul li {
		flex-basis: calc(100% / 2);
		border-top: 1px solid #333;
	}
	.service-link-unit ul li:nth-child(1),
	.service-link-unit ul li:nth-child(3) {
		border-right: 1px solid #333;
	}
	.service-link-unit ul li a {
		writing-mode: horizontal-tb;
		padding: 10px 5px;
		background-color: rgba(191,175,134,.9);
		clip-path: none;
		display: block;
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
	}
	.service-link-unit ul li a:hover {
		background-color: #FFFFFF;
		color: #BFAF86;
	}
	.service-link-unit.en ul li a {
		transform: rotate(0deg);
		clip-path: none;
	}
}
.wpcf7-submit{
　　font-family: "Font Awesome 6 Free";
}
/* -------------------------------------
トップページ
-------------------------------------- */
/* トップメッセ */
h2.is-style-section_ttl.toppage-mess-ttl {
	font-size: 35px;
	margin-bottom: 40px;
}
p.toppage-mess-txt {
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 1440px) {
	h2.is-style-section_ttl.toppage-mess-ttl {
		font-size: 30px;
	}
}
@media screen and (max-width: 960px) {
	h2.is-style-section_ttl.toppage-mess-ttl {
		font-size: 25px;
		margin-bottom: 30px;
	}
	p.toppage-mess-txt {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	h2.is-style-section_ttl.toppage-mess-ttl {
		font-size: 23px;
		margin-bottom: 25px;
	}
}
/* -------------------------------------
共通
-------------------------------------- */
/* セクションタイトル */
.section-ttl-group {
	
}
.section-ttl-group p {
	font-size: 20px;
	color: #BFAF86;
	margin-bottom: 0;
}
.section-ttl-group-ttl-outer {
	text-align: center;
	position: relative;
}
.section-ttl-group-ttl-outer:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section-ttl-group h2.is-style-section_ttl {
	font-size: 35px;
	display: inline-block;
	margin-top: 0;
	padding: 0 50px;
	background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.section-ttl-group p {
		font-size: 16px;
	}
	.section-ttl-group h2.is-style-section_ttl {
		font-size: 25px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.section-ttl-group h2.is-style-section_ttl {
		font-size: 23px;
		padding: 0 10px;
	}
}
/* セクションタイトルCENTER */
.section-ttl-group.center p {
	text-align: center;
}
.section-ttl-group.center .section-ttl-group-ttl-outer {
	text-align: center;
}
/* セクションタイトルLEFT */
.section-ttl-group.left p {
	text-align: left;
}
.section-ttl-group.left .section-ttl-group-ttl-outer {
	text-align: left;
}
.section-ttl-group.left h2.is-style-section_ttl {
	padding-left: 0;
}
/* セクションタイトルCIOLORグレイ */
.section-ttl-group.glay h2.is-style-section_ttl {
	background-color:#FAFAFA;
}

/* 事業内容 */
.top-business-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 20px;
}
.top-business-item {
	flex-basis: calc((100% - 40px) / 3);
	text-align: center;
}
p.top-business-item-label {
	display: inline-block;
	border-radius: 10px;
	background-color: #BFAF86;
	color: #FFFFFF;
	padding: 10px 30px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
p.top-business-item-label:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background-color: #BFAF86;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-business-item-ttl {
	text-align: center;
	position: relative;
}
.top-business-item-ttl:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.top-business-item-ttl h3.is-style-section_ttl {
	font-size: 25px;
	display: inline-block;
	margin-top: 0;
	padding: 0 30px;
	background-color: #FFFFFF;
}
p.top-business-item-txt {
	text-align: left;
}
.top-business-item-btn {
	width: 100%;
	margin-bottom: 10px;
}
.top-business-item-btn .wp-block-button {
	width: 100%;
	max-width: 300px;
}
.top-business-item-btn a {
	border-radius: 0;
	background-color: #BFAF86;
	padding: 10px 30px;
	display: block;
	width: 100%;
	flex-basis: 100%;
	font-size: 14px;
	font-weight: bold;
	transition: .3s ease-in;
}
.top-business-item-btn a:hover {
	background-color: #FFFFFF;
	color: #BFAF86;
	border: 1px solid #BFAF86;
	transition: .3s ease-in;
}
.top-business-item-btn a:after {
	font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f061";
	margin-left: 10px;
}
@media screen and (max-width: 960px) {
	.top-business-item-unit > .wp-block-group__inner-container {
		gap: 50px 20px;
	}
	.top-business-item {
		flex-basis: calc((100% - 30px) / 2);
	}
	p.top-business-item-label {
		font-size: 14px;
		padding: 10px 20px;
	}
	.top-business-item-ttl h3.is-style-section_ttl {
		font-size: 20px;
		padding: 0 20px;
	}
	.top-business-item-btn a {
		padding: 5px 20px;
	}
}
@media screen and (max-width: 768px) {
	.top-business-item-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.top-business-item {
		flex-basis: 100%;
	}
}


/* お知らせ */
.section-ttl-btn-txt-btn > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/* 
CTA
 */
#cta-area {
	position: relative;
}
#cta-area:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/cta-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.cta-inner {
	background-color: rgba(255,255,255,.8);
	padding: 45px 0;
}
.cta-inner
.cta-btn-unit {
	padding: 0 30px;
}
.cta-btn-unit .wp-block-button {
	width: 100%;
	max-width: 350px;
}
.cta-btn-unit .simple-btn a {
	border: 1px solid #000000;
	font-size: 20px;
}
.cta-btn-unit .simple-btn a:before {
	content: none;
}
.cta-btn-unit p {
	font-weight: bold;
}
.cta-inner .section-ttl-group-ttl-outer:before {
	content: "";
	display: inline-block;
	width: 35%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.cta-inner .section-ttl-group-ttl-outer:after {
	content: "";
	display: inline-block;
	width: 35%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.cta-inner .section-ttl-group h2.is-style-section_ttl {
	background-color: transparent;
}
@media screen and (max-width: 960px) {
	.cta-inner {
		padding: 40px 0;
	}
	.cta-inner .cta-btn-unit {
		padding: 0 10px;
	}
	.cta-btn-unit .simple-btn a {
		font-size: 16px;
	}
	.cta-btn-unit p {
		font-size: 14px;
	}
	.cta-inner .section-ttl-group-ttl-outer:before {
		width: 20%;
	}
	.cta-inner .section-ttl-group-ttl-outer:after {
		width: 20%;
	}
}
/* CTA下Company-Info*/
.btncominfo {
	max-width: 1440px;
	margin-left: auto;
	margin-bottom: 3em;
}
@media screen and (min-width: 1440px) {
	.btncominfo {
		max-width: 1440px;
		margin: 0 auto 3em;
	}
}
.btncominfo > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 30px;
}
.btncominfo-txt-items {
	padding: 30px 0 30px 30px;
	flex-basis: calc((100% - 30px) - 60%);
}
.btncominfo-image {
	flex-basis: calc((100% - 30px) - 30%);
}
.btncominfo-txt-items h2.is-style-section_ttl {
	font-size: 25px;
	margin-bottom: 20px;
}
.btncominfo-txt-items table {
	
}

@media screen and (max-width: 960px) {
	.btncominfo > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.btncominfo-txt-items {
		padding: 0 20px;
		flex-basis: 100%;
	}
	.btncominfo-image {
		flex-basis: 100%;
	}
	.btncominfo-txt-items h2.is-style-section_ttl {
		font-size: 20px;
	}
}
/* バナーエリア */
.pagebtm-banner-unit {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
/* Footer */
.l-footer__foot {
	padding-top: 50px;
}
/* footer-menu */
.l-footer__nav {
	margin-bottom: 40px;
}
.l-footer__nav li a,
.l-footer__nav li:first-child a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
@media screen and (max-width: 960px) {
	.l-footer__nav {
		flex-wrap: wrap;
	}
	.l-footer__nav li {
		flex-basis: 100%;
	}
	.l-footer__nav li:first-child a {
		border-top: 1px solid #FFFFFF !important;
	}
	.l-footer__nav li a{
		font-weight: bold;
		padding: 10px 0;
		border-bottom: 1px solid #FFFFFF;
	}
}
/* 店舗数No1 */
.footer-century21-strength {
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	padding: 20px 50px;
	gap: 20px;
}
.footer-century21-strength p:first-child {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
.footer-century21-strength p:first-child span {
	font-size: 2em;
	line-height: 1;
	color: #333333;
}
.footer-century21-strength p:first-child span:after {
	content: "※";
	font-size: 14px;
	color: #333333;
}
.footer-century21-strength p:last-child {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

@media screen and (max-width: 960px) {
	.footer-century21-strength {
		margin-bottom: 50px;
		flex-direction: column;
		padding: 20px;
		gap: 10px;
	}
	.footer-century21-strength p:first-child span {
		font-size: 25px;
	}
}
/* footer-logo */
.footer-logo {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
	.footer-logo {
		margin-bottom: 30px;
	}
	.footer-logo img {
		max-width: 50%;
	}
}
/* Copyright*/
.copyright {
	color: #FFFFFF;
	font-size: 16px !important;
}
/* --------------------------------------
 共通部分
---------------------------------------- */
/* H1タイトル */
#top_title_area {
	min-height: 350px;
}
.c-filterLayer.-texture-dot:after {
	content: none;
}
.category .c-pageTitle__subTitle,
.l-topTitleArea .p-termNavigation {
	display: none;
}
#top_title_area h1.c-pageTitle {
	text-align: center;
	font-size: 35px;
}
@media screen and (max-width:1440px) {
	#top_title_area h1.c-pageTitle {
		font-size: 30px;
	}
}
@media screen and (max-width:960px) {
	#top_title_area {
		min-height: 250px;
	}
	#top_title_area h1.c-pageTitle {
		font-size: 28px;
	}	
}
@media screen and (max-width:768px) {
	#top_title_area h1.c-pageTitle {
		text-align: left;
		font-size: 25px;
	}	
}
/* セクションタイトルパターン① */
.section-ttl-part1 p {
	font-size: 18px;
	color: #BFAF86;
	margin-bottom: 0;
}
.section-ttl-part1-ttl h2.is-style-section_ttl {
	font-size: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	padding-right: 30px;
}
.glay .section-ttl-part1-ttl h2.is-style-section_ttl {
	background-color: #FAFAFA;
}
.section-ttl-part1-ttl {
	position: relative;
}
.section-ttl-part1-ttl:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:1440px) {
	.section-ttl-part1 p {
		font-size: 16px;
	}
	.section-ttl-part1-ttl h2.is-style-section_ttl {
		font-size: 30px;
	}
	.section-ttl-part1-ttl:before {
		height: 1px;
	}
}
@media screen and (max-width:960px) {
	.section-ttl-part1-ttl h2.is-style-section_ttl {
		font-size: 28px;
		padding-right: 20px;
	}
}
@media screen and (max-width:768px) {	
	.section-ttl-part1-ttl h2.is-style-section_ttl {
		font-size: 23px;
	}
}
/* セクションタイトルパターン② */
.section-ttl-part2 p {
	font-size: 18px;
	color: #BFAF86;
	margin-bottom: 0;
	text-align: center;
}
.section-ttl-part2-ttl h2.is-style-section_ttl {
	font-size: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 50px;
}
.glay .section-ttl-part2-ttl h2.is-style-section_ttl {
	background-color: #FAFAFA;
}
.section-ttl-part2-ttl {
	position: relative;
}
.section-ttl-part2-ttl .wp-block-group__inner-container {
	text-align: center;
}
.section-ttl-part2-ttl:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width:1440px) {
	.section-ttl-part2 p {
		font-size: 16px;
	}
	.section-ttl-part2-ttl h2.is-style-section_ttl {
			font-size: 30px;
			padding: 0 30px;
		}
		.section-ttl-part2-ttl:before {
			height: 1px;
	}
}
@media screen and (max-width:960px) {
	.section-ttl-part2-ttl h2.is-style-section_ttl {
		font-size: 28px;
		padding: 0 20px;
	}
}
@media screen and (max-width:768px) {	
	.section-ttl-part2-ttl h2.is-style-section_ttl {
		font-size: 23px;
		padding: 0 10px;
	}
}
/* 強調テキスト */
p.sub-ttl-txt {
	font-size: 25px;
	font-weight: bold;
}
@media screen and (max-width:1440px) {
	p.sub-ttl-txt {
		font-size: 23px;
	}
}
@media screen and (max-width:960px) {
	p.sub-ttl-txt {
		font-size: 20px;
	}
}
@media screen and (max-width:768px) {	
	p.sub-ttl-txt {
		font-size: 18px;
	}
}
/* 説明テキスト */
p.disc-txt {
	font-size: 18px;
	line-height: 1.8;
}
@media screen and (max-width:960px) {	
	p.disc-txt {
		font-size: 16px;
	}
}
/* シンプルテーブル */
.simple-table table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #E0E0E0;
}
.simple-table table tr td:first-child {
	background-color: #BFAF86;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width:1440px) {
	.simple-table table tr td {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.simple-table table tr td:first-child {
		font-size: 16px;
		font-weight: bold
	}
}
@media screen and (max-width:960px) {
	.simple-table table tr td:first-child {
		text-align: left;
	}
}
@media screen and (max-width:768px) {
	.simple-table table tr td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/* カラムコンテンツ①(六つの理由) */
.column-content-1-item > .wp-block-group__inner-container {
	display: flex;
	gap: 30px;
}
.column-content-1-item figure {
	flex-basis: calc((100% - 30px) - 75%);
}
.column-content-1-item-txtarea {
	flex-basis: calc((100% - 30px) - 25%);
}
.column-content-1-item-txtarea h3.is-style-section_ttl {
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
	.column-content-1-item > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.column-content-1-item figure {
		flex-basis: 100%;
		text-align: left;
	}
	.column-content-1-item-txtarea {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 768px) {
	
}
/* 〇〇の流れ */
.step-item {
	margin-bottom: 0;
	border-bottom: 1px solid #BFAF86;
	padding-top: 15px;
	padding-bottom: 15px;
}
.step-item:first-child {
	padding-top: 0;
}
.step-item > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 0px 30px;
}
.step-item figure {
	flex-basis: 200px;
	margin-bottom: 0;
}
.step-item-txt-area {
	flex-basis: calc(100% - 30px - 200px);
}
.step-item-txt-area h3.is-style-section_ttl {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
}
p.flow-step-label {
	display: inline-block;
	border: 1px solid #BFAF86;
	color: #BFAF86;
	line-height: 1;
	padding: 5px 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	.step-item > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.step-item figure {
		flex-basis: 100%;
		text-align: left;
	}
	.step-item-txt-area {
		flex-basis: 100%;
	}
	p.flow-step-label {
		margin-bottom: 10px;
	}	
}
/* シンプルなカード3カラム（購入トリプル安心サポート） */
.simple-card-item h3.is-style-section_ttl {
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
	.simple-card-item h3.is-style-section_ttl {
		font-size: 18px;
		text-align: left;
		margin-bottom: 15px;
	}
}
/* 料金表 */
.plun-table td, 
.plun-table th {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*デメリット */
.demerit-item {
	margin-bottom: 0;
	border-bottom: 1px solid #BFAF86;
	padding-top: 15px;
	padding-bottom: 15px;
}
.demerit-item:first-child {
	padding-top: 0;
}
.demerit-txt-area h3.is-style-section_ttl {
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 0;
}
p.demerit-label {
	display: inline-block;
	border: 1px solid #BFAF86;
	color: #FFFFFF;
	background-color: #BFAF86;
	line-height: 1;
	padding: 5px 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	.demerit-item > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.demerit-item figure {
		flex-basis: 100%;
		text-align: left;
	}
	.demerit-txt-area {
		flex-basis: 100%;
	}
		.demerit-txt-area h3.is-style-section_ttl {
			font-size: 20px;
		}
	p.demerit-label {
		margin-bottom: 10px;
	}	
}
/* シンプルなリスト */
ul.normal-list li {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	ul.normal-list li {
		font-size: 16px;
	}
}
/* カラムコンテンツ②(五つのメリット) */
.column-content-2 > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.column-content-2-item {
	flex-basis: calc((100% - 40px) / 3);
}
.column-content-2-item-txtarea h3.is-style-section_ttl {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center !important;
}
@media screen and (max-width: 960px) {
	.column-content-2 > .wp-block-group__inner-container {
		justify-content: flex-start;
		gap: 20px;
	}
	.column-content-2-item {
		flex-basis: calc((100% - 20px) / 2);
		margin: 0;
	}
	.column-content-2-item-txtarea h3.is-style-section_ttl {
		font-size: 18px;
		margin-bottom: 5px;
		text-align: left !important;
	}
}
@media screen and (max-width: 768px) {
	.column-content-2 > .wp-block-group__inner-container {
		gap: 20px;
	}
	.column-content-2-item {
		flex-basis: 100%;
	}
}
/* --------------------------------------
 会社概要
---------------------------------------- */
/* 代表挨拶 */
.csomess-point-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 0;
}
.csomess-point-unit-left {
	flex-basis: 60%;
	padding: 30px;
	background-color: #BFAF86;
}
.csomess-point-item-unit figure {
	flex-basis: 40%;
}
.csomess-point {
	margin-bottom: 0;	
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0;
}
.csomess-point:first-child {
	padding-top: 0;
}
.csomess-point:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
p.csomess-point-label {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 5px 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	color: #BFAF86;;
}
.csomess-point h3.is-style-section_ttl {
	margin-top: 0;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 5px;
}
@media screen and (max-width:960px) {
	.csomess-point-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
	}
	.csomess-point-unit-left {
		order: 2;
		flex-basis: 100%;
		padding: 30px 10px;
	}
	.csomess-point-item-unit figure {
		order: 1;
		flex-basis: 100%;
	}
	.csomess-point {
		padding: 15px 0;
	}
	p.csomess-point-label {
		padding: 3px 15px;
	}
}
/* 沿革 */
.section-ttl-part2.history {
	max-width: 1200px;
	margin: 0 auto 60px;
}
.history-outer {
	padding: 50px;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/history-backimage.png);
	margin-bottom: 60px;
}
.history-inner {
	max-width: 1100px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.8);
	padding: 50px;
}
.history-inner h3.is-style-section_ttl {
	font-size: 30px;
	text-align: left;
	margin-bottom: 25px;
}
.history-inner p {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

@media screen and (max-width:1440px) {
	.section-ttl-part2.history {
		margin: 0 auto 50px;
		padding: 0 20px;
	}
	.history-outer {
		padding: 30px;
		margin-bottom: 50px;
	}
	.history-inner {
		width: 95%;
		padding: 30px;
	}
	.history-inner h3.is-style-section_ttl {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.history-inner p {
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.history-outer {
		padding: 30px 10px;
		margin-bottom: 50px;
	}
	.history-inner {
		width: 95%;
		padding: 30px 15px;
	}
	.history-inner h3.is-style-section_ttl {
		font-size: 25px;
	}
}
/* 年表 */
.history-calendar {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}
.history-calendar-item {
	margin-bottom: 0;
	position: relative;
}
.history-calendar-item .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}
p.history-calendar-item-year {
	flex-basis: 110px;
	font-weight: bold;
	font-size: 49px;
	position: relative;
	line-height: 1;
	margin-bottom: 0;
}
p.history-calendar-item-year.txt {
	font-size: 18px;
	line-height: 1.5;
}
p.history-calendar-item-disc {
	flex-basis: calc((100% - 110px) - 100px);
	line-height: 1;
	padding: 15px 0 80px;
	font-size: 18px;
	position: relative;
}
.first p.history-calendar-item-disc {
	padding-top: 0;
	line-height: 1.5;
}
.first p.history-calendar-item-disc:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #BFAF86;
	position: absolute;
	top: 0px;
	left: -60px;
}
p.history-calendar-item-disc:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #BFAF86;
	position: absolute;
	top: 15px;
	left: -60px;
}
p.history-calendar-item-disc:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: #BFAF86;
	position: absolute;
	top: 0;
	left: -50px;
}
.last p.history-calendar-item-disc:after {
	height: 20px;
}
@media screen and (max-width:1440px) {
	/* 年表 */
	p.history-calendar-item-year {
		font-size: 35px;
	}
}
@media screen and (max-width:960px) {
	/* 年表 */
	.history-calendar {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.history-calendar-item {
		margin-bottom: 0;
		position: relative;
		padding-left: 40px;
		padding-bottom: 20px;
	}
	.history-calendar-item:before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 100%;
		background-color: #BFAF86;
		position: absolute;
		top: 0;
		left: 0;
	}
	.history-calendar-item:last-child {
		padding-bottom: 0;
	}
	.history-calendar-item .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	p.history-calendar-item-year {
		flex-basis: 100%;
		font-size: 30px;
		margin-bottom: 10px;
		position: relative;
	}
	p.history-calendar-item-year:before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background-color: #BFAF86;
		position: absolute;
		top: 0;
		left: -45px;
	}
	p.history-calendar-item-year.txt {
		font-size: 20px;
	}
	p.history-calendar-item-disc {
		flex-basis: 100%;
		padding: 0px;
		font-size: 16px;
	}
	.first p.history-calendar-item-disc:before {
		content: none;
	}
	p.history-calendar-item-disc:before {
		content: none;
	}
	p.history-calendar-item-disc:after {
		content: none;
	}
}
@media screen and (max-width:768px) {
	/* 年表 */
	.history-calendar {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.history-calendar-item {
		margin-bottom: 0;
		position: relative;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.history-calendar-item:before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 100%;
		background-color: #BFAF86;
		position: absolute;
		top: 0;
		left: 0;
	}
	.history-calendar-item:last-child {
		padding-bottom: 0;
	}
	.history-calendar-item .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	p.history-calendar-item-year {
		flex-basis: 100%;
		font-size: 30px;
		margin-bottom: 10px;
		position: relative;
	}
	p.history-calendar-item-year:before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background-color: #BFAF86;
		position: absolute;
		top: 0;
		left: -25px;
	}
	p.history-calendar-item-year.txt {
		font-size: 20px;
	}
	p.history-calendar-item-disc {
		flex-basis: 100%;
		padding: 0px;
		font-size: 16px;
	}
	.first p.history-calendar-item-disc:before {
		content: none;
	}
	p.history-calendar-item-disc:before {
		content: none;
	}
	p.history-calendar-item-disc:after {
		content: none;
	}
}
/* --------------------------------------
売りたい方
---------------------------------------- */
/* こんなお悩みありませんか？ */
#concerns-area {
	padding: 100px 0 !important;
	position: relative;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/concerns-back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#concerns-area:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
}
#concerns-area:after {
	content: "";
	display: inline-block;
	width: 180px;
	height: 50px;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
h2.is-style-section_ttl.concerns-ttl {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 50px;
}
p.concerns-txt {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	#concerns-area {
		padding: 80px 0 !important;
	}
	#concerns-area:after {
		width: 100px;
		height: 30px;
		bottom: -30px;
	}
	h2.is-style-section_ttl.concerns-ttl {
		font-size: 35px;
		margin-bottom: 40px;
	}
	p.concerns-txt {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	h2.is-style-section_ttl.concerns-ttl {
		font-size: 25px;
	}
	p.concerns-txt {
		font-size: 16px;
	}
}

/* --------------------------------------
無料査定
---------------------------------------- */
/* 選べる査定コース */
.satei-topmess .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 30px;
}
.satei-topmess p {
	padding: 30px 20px;
	background-color: #F8F8F8;
	border-radius: 10px;
	position: relative;
}
.satei-topmess p:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 27px;
	background-color: #F8F8F8;
	position: absolute;
	top: 50%;
	left: -14px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 768px) {
	.satei-topmess .wp-block-group__inner-container {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.satei-topmess figure {
		flex-basis: 100%;
		order: 2;
	}
	.satei-topmess p {
		flex-basis: 100%;
		order: 1;
		padding: 30px 10px;
	}
	.satei-topmess p:before {
		width: 27px;
		height: 15px;
		background-color: #F8F8F8;
		position: absolute;
		top: auto;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
}
@media screen and (max-width: 768px) {
	
}
.satei-course > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.satei-course-item {
	flex-basis: calc((100% - 30px) / 2);
	background-color: #BFAF86;
	padding: 50px 20px 20px 30px;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
p.satei-course-item-label {
	display: inline-block;
	font-size: 14px;
	background-color: #333333;
	color: #BFAF86;
	padding: 12px 30px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
}
.satei-course-item h3.is-style-section_ttl {
	color: #FFFFFF;
	font-size: 25px;
}
@media screen and (max-width: 1440px) {
	.satei-course-item {
		padding: 50px 10px 20px 10px;
	}
	p.satei-course-item-label {
		padding: 10px 30px;
	}
	.satei-course-item h3.is-style-section_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 960px) {
	.satei-course > .wp-block-group__inner-container {
		gap: 10px;
	}
	.satei-course-item {
		flex-basis: 100%;
		padding: 50px 10px 20px 10px;
	}
	p.satei-course-item-label {
		padding: 10px 30px;
	}
	.satei-course-item h3.is-style-section_ttl {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.satei-course-item {
		padding: 40px 10px 10px 10px;
	}
	p.satei-course-item-label {
		padding: 5px 20px;
	}
	.satei-course-item h3.is-style-section_ttl {
		font-size: 18px;
	}
}
/* 査定フォーム */
/* お問い合わせフォーム */
.contact-form-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.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;
}
/* subject */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-course span,
span#your-property span,
span#your-method span,
span#your-subject span,
span#your-contact span {
	color: #333;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* file */
.form-item-resume {
	flex-basis: 75%;
}
#your-resume-1,
#your-resume-2,
#your-resume-3{
	display: block;
	width: auto;
	height: auto;
	background: none;
	border: none;
	padding-left: 0;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.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: #BFAF86;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #333333;
	font-weight: bold;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
/* お問合せ 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;
	}
}
/* --------------------------------------
買いたい方
---------------------------------------- */
/* 物件を探すブロック */
#property-hunting {
	position: relative;
	padding: 150px 0 !important;
}
#property-hunting:before {
	content: "";
	display: inline-block;
	width: 50%;
	height: 100%;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/property-hunting.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
#property-hunting h2.is-style-section_ttl {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#property-hunting h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: calc(100% + 200px);
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 960px) {
	#property-hunting {
		padding: 50px 0 !important;
	}
	#property-hunting:before {
		content: none;
	}
	#property-hunting h2.is-style-section_ttl {
		padding-bottom: 15px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	#property-hunting h2.is-style-section_ttl:after {
		width: 100%;
	}	
}
/* --------------------------------------
リースバック
---------------------------------------- */
/* TOPMESS */
.leaseback-topmess-inner {
	position: relative;
	padding: 120px 0;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/leaseback-top-mess.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.leaseback-topmess-inner:before {
	content: "";
	display: inline-block;
	width: 371px;
	height: 435px;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/leaseback-kein.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	left: -20px;
	z-index: 2;
}
.leaseback-topmess-txt {
	max-width: 60%;
	margin-left: auto;
	background-color: rgba(255,255,255,.87);
	padding: 40px 30px;
}
.leaseback-topmess-txt h2.is-style-section_ttl {
	font-size: 35px;
	margin-bottom: 20px;
}
.leaseback-topmess-txt p {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.leaseback-topmess-inner {
		padding: 20px 10px 300px;
	}
	.leaseback-topmess-inner:before {
		width: 250px;
		height: 293px;
		bottom: 0px;
		left: 0px;
	}
	.leaseback-topmess-txt {
		max-width: 100%;
		padding: 40px 10px;
	}
	.leaseback-topmess-txt h2.is-style-section_ttl {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.leaseback-topmess-txt p {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.leaseback-topmess-inner {
		padding: 10px 10px 300px;
	}
	.leaseback-topmess-txt {
		padding: 20px 10px;
	}
	.leaseback-topmess-txt h2.is-style-section_ttl {
		font-size: 20px;
	}
}
/* こんなお悩みありませんかPART2 */
.concerns-section > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.concerns-section-image {
	flex-basis: calc((100% - 40px) / 2); 
}
.concerns-section-image > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.concerns-section-image figure {
	flex-basis: calc((100% - 15px) / 2);
	margin: 0;
}
.concerns-section-txt {
	flex-basis: calc((100% - 40px) / 2);
}
.concerns-section-txt ul {
	padding: 0;
}
.concerns-section-txt ul li {
	margin: 0;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #D5D5D5;
	list-style: none;
	position: relative;
}
.concerns-section-txt ul li:first-child {
	border-top: 1px solid #D5D5D5;
}
.concerns-section-txt ul li:before {
	font-family: "Font Awesome 6 Free";
  font-weight: 500; 
  content: "\f14a";
	color:#BFAF86;
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 18px;
}
.concerns-section-txt ul li strong {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.concerns-section > .wp-block-group__inner-container {
		gap: 40px;
	}
	.concerns-section-image {
		flex-basis: 100%; 
		order: 2;
	}
	.concerns-section-image > .wp-block-group__inner-container {
		gap: 15px;
	}
	.concerns-section-image figure {
		flex-basis: calc((100% - 15px) / 2);
		margin: 0;
	}
	.concerns-section-txt {
		order: 1;
		flex-basis: 100%; 
	}
	.concerns-section-txt ul li {
		padding: 10px 10px 10px 25px;
	}
	.concerns-section-txt ul li:before {
		top: 10px;
		font-size: 16px;
	}
}
/* --------------------------------------
お問い合わせページ
---------------------------------------- */
.contact-top-mess {
	max-width: 900px;
	margin: 0 auto 100px;
	background-color: #BFAF86;
	padding: 50px;
}
.contact-top-mess p {
	display: inline-block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.contact-top-mess {
		margin: 0 auto 50px;
		padding: 30px 10px;
	}
	.contact-top-mess p {
		font-size: 16px;
	}	
}
/* お問い合わせページCTA非表示 */
.page-id-26 #cta-area,
.page-id-1172 #en-cta-area {
	display: none;
}


/* --------------------------------------
スタッフ
---------------------------------------- */
.staff-item-unit {
	margin-bottom: 40px;
}
.staff-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.staff-item-unit figure {
	flex-basis: 300px;
}
.staff-item-txt {
	flex-basis: calc(100% - 30px - 300px);
}
p.post-label {
	color: #BFAF86;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
}
p.post-label:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
p.post-label span {
	background-color: #FFFFFF;
	padding-right: 20px;
}
.staff-item-txt h3.is-style-section_ttl {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 10px;
}
.staff-item-txt h3.is-style-section_ttl span {
	font-weight: 400;
	font-size: 16px;
	color: #BFAF86;
	margin-left: 20px;
}
p.license-label,
p.message-label{
	display: inline-block;
	background-color: #333;
	color: #BFAF86;
	line-height: 1;
	padding: 5px 20px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.staff-item-unit {
		margin-bottom: 20px;
		padding: 25px;
		border-bottom: 2px solid #BFAF86;
		border-top: 2px solid #BFAF86;
		box-shadow: 0 2px 5px rgba(0,0,0,.3);
	}
	.staff-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.staff-item-unit figure {
		flex-basis: 100%;
	}
	.staff-item-txt {
		flex-basis: 100%;
	}
	p.post-label {
		font-size: 16px;
	}
	.staff-item-txt h3.is-style-section_ttl {
		font-size: 25px;
	}
	.staff-item-txt h3.is-style-section_ttl span {
		font-size: 14px;
		margin-left: 15px;
	}
	p.license-label,
	p.message-label{
		padding: 3px 20px;
		margin-bottom: 10px;
	}
}
/* --------------------------------------
 任意売却
---------------------------------------- */
p.voluntary-sale-top-mess {
	text-align: center;
}
@media screen and (max-width: 768px) {
	p.voluntary-sale-top-mess {
		text-align: left;
	}
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 英語ページ共通部分
---------------------------------------- */
/* en-section-ttl */
.en-section-ttl {
	position: relative;
}
.en-section-ttl:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.en-section-ttl h2.is-style-section_ttl {
	display: inline-block;
	font-size: 35px;
	background-color: #FFFFFF;
	padding-right: 30px;
}
.en-section-ttl h2.is-style-section_ttl span {
	font-size: 18px;
	font-weight: 300;
	margin-left: 10px;
	font-style: italic;
}
@media screen and (max-width: 960px) {
	.en-section-ttl:before {
		height: 1px;
	}
	.en-section-ttl h2.is-style-section_ttl {
		display: inline-block;
		font-size: 28px;
		padding-right: 20px;
	}
	.en-section-ttl h2.is-style-section_ttl span {
		display: block;
		font-size: 16px;
		margin-left: 0px;
	}	
}
@media screen and (max-width: 768px) {
	.en-section-ttl h2.is-style-section_ttl {
		font-size: 25px;
		padding-right: 10px;
	}
}
/* en-normal-txt */
p.en-normal-txt {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	p.en-normal-txt {
		font-size: 16px;
	}
}
/* en-medium-txt */
p.en-medium-txt {
	font-size: 25px;
}
@media screen and (max-width: 960px) {
	p.en-medium-txt {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	p.en-medium-txt {
		font-size: 18px;
	}
}

/* --------------------------------------
英語トップ
---------------------------------------- */
/* メインビジュアル */
.page-id-1042 #cta-area,
.parent-pageid-1042 #cta-area {
	display: none;
}
.page-id-1042 div#btncominfo,
.parent-pageid-1042 div#btncominfo {
	display: none !important;
}
.page-id-1042 h1.c-pageTitle {
	display: none;
}
.page-id-1042 .l-content {
	padding-top: 0;
}
.page-id-1042 .l-mainContent__inner>.post_content {
	margin-top: 0;
}
.page-id-1042 #breadcrumb {
	display: none;
}
#en-meinvisual {
	height: calc(var(--swl-mv-height, 100vh) - var(--swl-headerH, 0px) - var(--swl-adminbarH, 0px));
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/en-ttl-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0 !important;
}
#en-meinvisual:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: linear-gradient(102deg,rgba(19, 16, 16, 1) 0%, rgba(19, 16, 16, 1) 5%, rgba(19, 16, 16, 0) 60%);
	position: absolute;
	top: 0;
	left: 0;
}
#en-meinvisual .swell-block-fullWide__inner.l-container {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
.en-mainvisual-group {
	max-width: 750px;
}
.en-mainvisual-group h1.is-style-section_ttl {
	font-size: 35px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.en-mainvisual-group p {
	color: #FFFFFF;
	font-size: 18px;
}
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 960px) {
	/* メインビジュアル */
	.en-mainvisual-group {
		max-width: 100%;
	}
	.en-mainvisual-group h1.is-style-section_ttl {
		font-size: 30px;
	}
	.en-mainvisual-group p {
		font-size: 16px;
	}
}
/* end-to-end */
ul.end-to-end-list {
	padding: 0;
	list-style: none;
}
.end-to-end-list li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #BFAF86;
	margin-right: 10px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.end-to-end-list li {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.end-to-end-list li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 960px) {
	.end-to-end-list li {
		font-size: 16px;
		margin-bottom: 10px;
	}
}
/* StepByStep */
.top-step-item {
	border-bottom: 1px solid #BFAF86;
	padding: 15px 0;
	margin-bottom: 0;
}
.top-step-item .wp-block-group__inner-container {
	display: flex;
	gap: 15px;
}
.top-step-item p:first-child {
	display: inline-block;
	padding: 6px 15px;
	padding-bottom: 2px !important;
	border: 1px solid #BFAF86;
	margin-bottom: 0;
	line-height: 16px;
	font-weight: bold;
}
.top-step-item p:last-child {
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
	/* StepByStep */
	.top-step-item {
		padding: 10px 0;
	}
	.top-step-item .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 5px;
	}
	.top-step-item p:first-child {
		line-height: 14px;
	}
	.top-step-item p:last-child {
		flex-basis: 100%;
	}	
}
/* --------------------------------------
BuyingProcess
---------------------------------------- */
.buyingprocess-step .step-item > .wp-block-group__inner-container {
	align-items: flex-start;
}
.buyingprocess-step .step-item h3.is-style-section_ttl {
	font-size: 25px;
}
.concerns-section-txt.buyingprocess-btm ul li {
	padding: 20px;
	font-size: 20px;
}
.concerns-section-txt.buyingprocess-btm ul li:before {
	top: 50%;
	transform: translateY(-50%);
}
/* .buyingprocess-step .step-item {
	border-bottom: none;
} */
@media screen and (max-width: 768px) {
	.buyingprocess-step .step-item h3.is-style-section_ttl {
		font-size: 20px;
	}
	.concerns-section-txt.buyingprocess-btm ul li {
		padding: 10px 10px 10px 20px;
		font-size: 16px;
	}
}
/* --------------------------------------
EN-Services
---------------------------------------- */
.en-service .column-content-1-item {
	margin-bottom: 50px;
}
.en-service .column-content-1-item-txtarea h3.is-style-section_ttl {
	font-size: 25px;
}
@media screen and (max-width: 768px) {
.en-service .column-content-1-item {
	margin-bottom: 30px;
}
.en-service .column-content-1-item-txtarea h3.is-style-section_ttl {
	font-size: 20px;
}
}
/* --------------------------------------
EN-CONTACT
---------------------------------------- */
/* 英語お問い合わせフォーム */
.en-form-item {
	padding: 10px 0;
}
/* ラベル */
.en-form-item label {
	display: block;
}
/* ※ */
.en-form-item label span {
	color: red;
	padding-left: 10px;
}
/* form */
.en-form-item input{
	height: 40px;
	width: 100%;
	max-width: 450px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* お問い合わせ内容 */
.en-form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* 個人情報取扱同意 */
.en-last-check {
	display: flex;
}
.en-last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.en-last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.en-send-btn {
	max-width: 265px;
	height: 40px;
	margin-top: 30px;
}
.en-send-btn input{
	width: 100%;
	padding: 10px 10px;
	background-color: #BFAF86;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #333333;
	font-weight: bold;
}
/* 送信ボタンホバー */
.en-send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
/* 英語お問合せ SP*/
@media screen and (max-width: 960px) {
	.en-form-item {
		padding: 5px 0;
	}
}
/* EN-各ページへのリンクユニット */
.en-cta-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0 0px;
}
.en-cta-item {
	flex-basis: calc((100% - 20px) / 2);
	background-color : #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	border: 2px solid #BFAF86;
	padding: 30px 0;
	margin-bottom: 0;
}
.en-cta-item-ttl {
	position: relative;
	text-align: center;
}
.en-cta-item-ttl:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.en-cta-item-ttl h2.is-style-section_ttl {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 20px;
	font-size: 23px;
}
.en-cta-item p {
	padding: 0 15px;
}
@media screen and (max-width: 960px) {
	.en-cta-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.en-cta-item {
		flex-basis: 100%;
		padding: 20px 0;
	}
	.en-cta-item-ttl h2.is-style-section_ttl {
		font-size: 20px;
	}
	.en-cta-item p {
		padding: 0 10px;
	}	
}

/* 
CTA
 */
#en-cta-area {
	position: relative;
}
#en-cta-area:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://hashimotoproperty.com/wp-content/uploads/2025/08/cta-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.en-cta-inner {
	background-color: rgba(255,255,255,.8);
	padding: 45px 0;
}
.en-cta-inner
.en-cta-btn-unit {
	padding: 0 30px;
}
.en-cta-btn-unit {
	max-width: 800px;
	margin: 0 auto;
}
.en-cta-btn-unit .wp-block-button {
	width: 100%;
	max-width: 350px;
}
.en-cta-btn-unit .simple-btn a {
	border: 1px solid #000000;
	font-size: 20px;
}
.en-cta-btn-unit .simple-btn a:before {
	content: none;
}
.en-cta-btn-unit p {
	font-weight: bold;
}
.en-cta-inner .section-ttl-group-ttl-outer:before {
	content: "";
	display: inline-block;
	width: 35%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.en-cta-inner .section-ttl-group-ttl-outer:after {
	content: "";
	display: inline-block;
	width: 35%;
	height: 1px;
	background-color: #BFAF86;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.en-cta-inner .section-ttl-group h2.is-style-section_ttl {
	background-color: transparent;
}
@media screen and (max-width: 960px) {
	.en-cta-inner {
		padding: 40px 0;
	}
	.en-cta-inner .cta-btn-unit {
		padding: 0 10px;
	}
	.en-cta-btn-unit .simple-btn a {
		font-size: 16px;
	}
	.en-cta-btn-unit p {
		font-size: 14px;
	}
	.en-cta-inner .section-ttl-group-ttl-outer:before {
		width: 20%;
	}
	.en-cta-inner .section-ttl-group-ttl-outer:after {
		width: 20%;
	}
}


/* --------------------------------------
フッターメニュー
---------------------------------------- */
.l-footer__nav {
	display: none;
}
.l-footer__foot {
	padding-top: 0;
}
.footer-menu-item-unit  > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.footer-menu-item {
	list-style: none;
	flex-basis: calc((100% - 100px) / 6);
	padding-left: 0 !important;
	margin-bottom: 0;
}
.footer-menu-item li {
	margin: 0;
}
ul.footermenu-childmenu {
  list-style: none !important;
	margin-top: 10px !important;
}
.footer-menu-item > li > a {
	display: block;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: 1px solid #DEDEDE;
	transition: .3s;
}
.footer-menu-item > li > a:hover {
	background-color: #FFFFFF;
	color: #BFAF86;
	transition: .3s;
}
ul.footermenu-childmenu a {
	display: block;
	padding: 3px 0;
	position: relative;
	transition: .3s;
}
ul.footermenu-childmenu a:hover {
	color: #000000;
	transition: .3s;
}
ul.footermenu-childmenu a:hover:before {
	background-color: #000000;
	transition: .3s;
}
ul.footermenu-childmenu a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	margin-right: 5px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.footer-menu-item {
		flex-basis: calc((100% - 60px) / 3);
	}
	.footer-menu-item > li > a {
		padding: 8px 5px;
	}
}
@media screen and (max-width: 768px) {
	.footer-menu-item-unit  > .wp-block-group__inner-container {
		gap: 0;
	}
	.footer-menu-item {
		flex-basis: 100%;
	}
	.footer-menu-item > li > a {
		padding: 8px 5px;
	}
}
/* --------------------------------------
余白調整
---------------------------------------- */
/* CTA下余白削除 英語ページ*/
.page-id-1042 .l-content,
.parent-pageid-1042 .l-content{
	margin-bottom: 0;
}
.page-id-1042 .w-beforeFooter,
.parent-pageid-1042 .w-beforeFooter
 {
	margin-top: 0;
	margin-bottom: 0;
}
/* CTA上余白削除 */
.page #content,
.top #content {
	margin-bottom: 0;
}
.page .w-beforeFooter {
	margin-top: 0;
}