@charset "UTF-8";
#contents_wrapper {
    background:none;
		overflow: hidden;
}
#contents_wrap {
	width:1000px;
	padding:0;
	margin: 0 auto;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
}
#contents_wrap .pc {
	display:block;
}
#contents_wrap .sp {
	display: none;
}
#contents_wrap img{
	max-width: 100%;
	height: auto;
}
#contents_wrap a{
	text-decoration: none;
	transition: opacity .3s ease;
	color: inherit;
}
/*---------
mv
----------*/
#contents_wrap .mv{
  width:min(100vw, 1920px);
  position:relative;
  left:50%;
  transform:translateX(-50%);
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: url(/img/chukai-tesuryo/bg_mv.jpg) center center no-repeat;
	height: 620px;
	margin-bottom:45px;
}
#contents_wrap .mv .inner{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
/*パンくず*/
#contents_wrap #pan{
	font-size: 12px;
	display: inline-block;
}
#contents_wrap #pan a{
	text-decoration: underline;
}
#contents_wrap .mv .inner #pan{
	position: absolute;
	top: 0px;
	left: 0;
	background: rgba(255,255,255,.6);
	padding: 2px 10px;
	border-radius: 10px;
}
#contents_wrap .mv h1{
	width: 370px;
	position: absolute;
	top: 95px;
	transform: translateX(-50%);
	left: 50%;
}
#contents_wrap .mv .catch{
	width: 401px;
	position: absolute;
	top: 60px;
	left: -65px;
}
#contents_wrap .mv .point{
	width: 516px;
	position: absolute;
	bottom: 42px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;	
}
#contents_wrap .mv .male{
	position: absolute;
	width: 338px;
	bottom:0;
	right:-25px;
}
#contents_wrap .mv .fukidashi{
	position: absolute;
	width: 132px;
	top: 165px;
	right: 241px;
}
#contents_wrap .mv .inu{
	position: absolute;
		width:150px;
	bottom:0;
	left:0
}
#contents_wrap .mv .neko{
	width: 98px;
	position: absolute;
	bottom:0;
	left:142px;
}
/*---------
お問い合わせエリア
----------*/
.contact-area{
	margin-bottom: 30px;
}
.contact-area h2{
	font-weight:bold;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.045em;
	background:#f5ed5b;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 67px;
	border-radius: 15px 15px 0 0;
}
.contact-area h2 b{
	font-size: 28px;
	font-weight: 900;
	margin-left: -8px;
	margin-right: 3px;
}
.contact-area .outer{
	display: flex;
	padding: 36px 44px;
	justify-content:flex-start;
	background: #fff;
	gap:0 25px;
	border-radius: 0 0 15px 15px;
	
}
.contact-area .outer .forms{
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.contact-area .outer .forms .mail,
.contact-area .outer .forms .line{
	width: 250px;
	height: 70px;
}
#contents_wrap .contact-area .outer .forms a{
	font-weight: bold;
	color: #fff;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 10px;
}
.contact-area .outer .forms a:hover{
	opacity: .7;
}
.contact-area .outer .forms .mail a{
	background:#359fd6;
}
.contact-area .outer .forms .mail a:before{
	content: '';
	width: 22px;
	height: 22px;
	background: url(/img/chukai-tesuryo/icon_mail.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.contact-area .outer .forms .line a{
	background:#06c755;
}
.contact-area .outer .forms .line a:before{
		content: '';
		width: 28px;
		height: 28px;
		background: url(/img/chukai-tesuryo/icon_line.png) no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 13px;
}
.contact-area .outer .tel p{
	font-size: 15px;
	font-weight: bold;
}
.contact-area .outer .tel .num{
	font-size: 42px;
	background: url(/img/chukai-tesuryo/icon_tel.svg) no-repeat left top 12px;
	background-size: 20px auto;
	padding-left: 23px;
	line-height: 1;
	font-weight: 900;
	margin-top: -5px
}
.contact-area .outer .tel span{
	font-size: 12px;
}
/*------------------
セクションタイトル
-------------------*/
#contents_wrap .sec-title{
	font-size: 26px;
	line-height: 1.52;
	text-align: center;
	margin-bottom: 32px;
	font-weight: bold;
}
#contents_wrap .sec-title::after{
	margin: 15px auto 0;
	display: block;;
	content: '';
	width: 88px;
	height: 6px;
	background: url(/img/chukai-tesuryo/head_deco.png) no-repeat center center;
	background-size: contain;
}
/*------------------
そのペット可物件、本当はもっとおトクに
-------------------*/
#about{
	background: #fff;
	border-radius: 15px;
	padding: 40px 30px 25px;
	position: relative;
	margin-bottom: 60px;
}

#about h2 b{
	font-size: 31px;
	color: #e55757;
	letter-spacing: -0.06em;
	vertical-align: -1px;
}
#about .text-area{
	width: 495px;
}
#about .text-area p{
	line-height: 1.72;
	text-align: justify;
	letter-spacing: 0.020em;
	margin-bottom: 20px;
}
#about .img{
	position: absolute;
	bottom: 0;
	right: 25px;
	width: 470px;
}
#about .check{
	border-radius: 10px;
	font-weight: bold;
	padding: 20px 20px 18px;
	background: #ffebeb;
}
#about .check h3{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 11px;
}
#about .check li{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 6px;
  padding-left: 32px; /* 画像幅＋余白ぶん */
	position: relative;
}

#about .check li::before{
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/img/chukai-tesuryo/icon_check.png) no-repeat center / contain;
}
/*------------------
当社に相談するメリットがございます
-------------------*/
#merit{
	background: #c6e9f5;
	padding: 61px 0 70px;
	width: 100dvw;
	margin-left: calc(50% - 50dvw);
	margin-right: calc(50% - 50dvw);
}
#merit .inner{
	width: 1000px;
	margin: 0 auto;
}
#merit .list-wrap{
	display: flex;
	gap: 26px;
}
#merit .list-wrap .block{
	border-radius: 15px;
	background: #fff;
	font-weight: bold;
	border: 2px solid #000;
	padding: 30px 20px 35px;
	box-shadow: 0 2px 0 rgba(0,0,0,1);
}
#merit .list-wrap .block h3{
	font-size: 18px;
	margin-bottom: 9px;
	font-weight: bold;
	text-align: center;
}
#merit .list-wrap .block img{
	width: 116px;
	display: block;
	margin: 0 auto 20px;
}
#merit .list-wrap .block p{
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
}

/*------------------
なぜ仲介手数料が無料・割引になるの？
-------------------*/
#reason {
    background: #fff;
    padding: 61px 0 70px;
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
}
#reason .inner{
	width: 1000px;
	margin: 0 auto;
}
#reason .cases{
	display: flex;
	justify-content: space-between;
}
#reason .lead{
	text-align: center;
	line-height: 1.75;
	margin-bottom: 40px;
}
#reason .cases img.r{
	border-radius: 15px;
}
#reason .cases .load{
	width: 460px;
	margin-top: 10px;
}
#reason .cases .discount{
	width: 460px;
	background: #359fd6;
	padding: 10px;
	position: relative;
	border-radius: 20px;
	color: #fff;
}
#reason .cases .discount h3{
	width: 358px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
}
#reason .cases div p{
	padding: 22px 25px 20px;
}

/*------------------
ご相談から契約までの流れ
-------------------*/

#flow {
    padding: 61px 0 70px;
}
#flow .steps{
  --gap: 44px;
  display: flex;
  gap: var(--gap);
}
#flow .steps li{
	position: relative;
}
#flow .steps li .step-head{
	color: #fff;
	background: #47A5ED;
	background: linear-gradient(45deg, rgba(71, 165, 237, 1) 0%, rgba(74, 219, 232, 1) 100%);
	text-align: center;
	padding: 6px 0 8px;
	border-radius: 10px 10px 0 0;
}
#flow .steps li .step-head h3{
	font-size: 18px;
	font-weight: bold;
}
#flow .steps li .step-head span{
	font-size: 14px;
	display: block;
	margin-bottom: 2px;
}
#flow .steps li .step-head b{
	font-size: 29px;
	vertical-align: -4px;
	line-height: 1;
	display: inline-block;
	margin-left: 5px;
}
#flow .steps li .content{
	background: #fff;
	padding: 20px;
}
#flow .steps li .content .img{
	width: 92px;
	margin: 0 auto 20px;
}
#flow .steps li .content p{
	font-size: 15px;
	text-align: justify;
}
/* 最後以外のボックスに矢印 */
#flow .steps li:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--gap) / -2);
  transform: translate(50%,-50%);
  width: 18px;         /* 矢印画像のサイズに合わせて調整 */
  height: 18px;
  background: url(/img/chukai-tesuryo/arrow_step.svg) no-repeat center / contain;
  pointer-events: none;
}
/*------------------
よくあるご質問
-------------------*/
#faq{
    background: #fff;
    padding: 61px 0 70px;
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
}
#faq .inner{
	width: 1000px;
	box-sizing: border-box;
	padding:0 130px;
	margin: 0 auto;
}
#faq .block{
	margin-bottom: 35px;
}
#faq .block:last-of-type{
	margin-bottom: 0;
}

#faq .q,
#faq .a{
	line-height: 1.75;
	padding: 10px 0 0 60px;
	position: relative;
	font-size: 18px;
}
#faq .q{
	margin-bottom: 16px;
}

#faq .q::before{
  content: "";
  position: absolute;
  left: 0;
	top:1px;
  width: 48px;
  height: 48px;
  background:url(/img/chukai-tesuryo/icon_q.png) no-repeat left top / contain
}
#faq .a::before{
  content: "";
  position: absolute;
  left: 0;
	top:1px;
  width: 48px;
  height: 48px;
  background: url(/img/chukai-tesuryo/icon_a.png) no-repeat left top / contain;
}
/*------------------
そのペット可物件～
-------------------*/
#to-guide{
	background: #359fd6;

	width: 100dvw;
	margin-left: calc(50% - 50dvw);
	margin-right: calc(50% - 50dvw);

}
#to-guide .inner{
	padding: 76px 0 60px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}
#to-guide .left{
	width: 240px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#to-guide .right{
	width: 230px;
	position: absolute;
	right: -10px;
	bottom: 0;
}

#to-guide h2{
	font-weight: bold;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 1;
	margin-bottom: 16px;
}
#to-guide h2 span{
  display: inline-block;
  padding: 0.04em .08em .12em;
  background: #ccb567;
}
#to-guide .lead{
	font-size: 18px;
	line-height: 1.61;
	font-weight: bold;
	text-align: center;
}

/*------------------
お問い合わせフォーム
-------------------*/
#form {
    padding: 61px 0 70px;
}
#form .form-wrap {
	border-radius: 15px;
	padding: 35px 80px;
	background: #fff;
}
.form-wrap .message{
	margin-bottom: 30px;
}
.form-wrap .annai{
	font-size: 18px;
	background: #fcf390;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	width: fit-content;
	padding: 2px 15px 4px;
}
.form-wrap .annai2{
	font-size: 14px;
	margin-bottom: 10px;
}
.form-wrap .annai2 .require,
.form-wrap form .require em,
.form-wrap form .red{
color: #e50000;
}
.form-wrap form .require{
	font-size: 13px;
	display: block;
	margin-top: 3px;
	font-weight: normal;
}
#form .form-wrap table{
	font-size: 18px;
	width: 100%;
} 
#form .form-wrap th {
	width: 180px;
	vertical-align: middle;
	font-weight: bold;
	padding:0 10px 20px 0;
}
#form .form-wrap td {
	padding:0 0px 20px;
	overflow-wrap: anywhere; /* まずこれ */
	word-break: break-word;  /* 互換用 */
}
#form .form-wrap td .ex {
	font-size: 14px;
	margin-top: 6px;
}
#form .form-wrap h3 {
	margin: 30px 0 17px;
	font-size: 20px;
	font-weight: bold;
  display: flex;
  align-items: flex-start; /* 1行目の上端に合わせる */
  gap: 0.2em;              /* ● と文字の間 */
}
#form .form-wrap h3::before{
  content: "●";
	color: #46c0ea;
  flex: 0 0 1em;           /* マーカー分の幅を固定 */
  line-height: 1.5;
}

#form .form-wrap .input_desc td {
	padding: 0;
}
.form-wrap #error{
	font-size: 15px;
	color: #e50000;
	display: block;
	text-align: center;
	margin: -10px auto 20px;
}


.form-wrap{
	/* input/button のデフォルトをできるだけ無効化（共通リセット） */
	button,
	input,
	select,
	textarea {
		font: inherit;              /* フォント統一 */
		color: inherit;
		letter-spacing: inherit;
		line-height: inherit;

		margin: 0;
		border: 0;
		padding: 0;
		background: transparent;

		border-radius: 0;           /* iOS 等の丸みを抑制 */
		box-sizing: border-box;
	}

	/* クリック系（ボタン類） */
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		-webkit-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	/* テキスト系 */
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="search"],
	input[type="password"],
	textarea {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 10px;
		font-size: 16px;
		padding: 12px 10px;
		border: 1px solid #c8c8c8;
	}
	#form_property input[type="text"],
	#form_property2 input[type="text"]{
		font-size: 14px;
		padding: 13px 10px;
	}
	select,
	textarea {
		border-radius: 10px;
		font-size: 16px;
		padding: 10px 10px;
		border: 1px solid #c8c8c8;
	}

	/* focus の見た目：完全に消すより、自前の focus を付けるのが安全 */
	button:focus-visible,
	input:focus-visible,
	select:focus-visible,
	textarea:focus-visible {
		outline: 2px solid #bae9ff;
		outline-offset: 2px;
	}

	/* iOS の内側シャドウ等を抑える（必要な場合） */
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
}
input::placeholder,
textarea::placeholder{
  color: #ddd;
}
#form_property input,
#form_property2 input,
#form_your_name input,
#form_mail input,
#form_phone input,
textarea{
	width: 100%;
}
#form_pet_large_text input[type="text"],
#form_pet_middle_text input[type="text"],
#form_pet_small_text input[type="text"],
#form_pet_cat_text input[type="text"]{
	width: 53%;
}
#form .form-wrap .btn{
	display: flex;
	align-items: center;
}
#form .form-wrap button{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display:flex;
	border-radius: 30px;
	width: 400px;
	height: 70px;
	justify-content: center;
	align-items: center;
	background: #47A5ED;
	background: linear-gradient(90deg, rgba(71, 165, 237, 1) 0%, rgba(74, 219, 232, 1) 50%,rgba(71, 165, 237, 1)  100%);
	background-size: 200% 100%;
	transition: all 0.3s ease;
	margin: 10px auto ;
}
#form .form-wrap button:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
#form .form-wrap .correct input{
	background: #f0f0f0;
	padding:13px 25px;
	text-align: center;
	border-radius: 20px;
}
/*------------------
確認画面
--------------------*/
.next_Send #first-display{
	display:none;
}
.next_Send #form .form-wrap td,
.next_Send #form .form-wrap th{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px dotted #d1c6c6
}
.next_Send #form .form-wrap h3{
	margin: 25px 0 -3px;
	font-size: 18px;
}
.next_Send #form .form-wrap .btn{
	position: relative;
	margin-top: 30px;
}
.next_Send #form .form-wrap .correct{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.next_Send .input-wrap{
    display: none;
}
/*------------------
フッター問い合わせ
--------------------*/
/* 固定CTA本体 */
#footer-contact{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
	background: #fff;
	isolation: isolate; /* これ重要：合成範囲の事故防止 */

  /* 初期は隠す */
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
	padding:28px 0;
}
#footer-contact::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events:none;
	box-shadow: 0px -6px 5px 0px rgba(80,80,80,0.1);
  mix-blend-mode: multiply;
  opacity: .9;
  z-index: -1;
}

/* 表示状態 */
#footer-contact.is-show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;

  transition: opacity .25s ease, transform .25s ease, visibility 0s;
}
/* #form 付近は隠す（強制） */
#footer-contact.is-hide{
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
}
#footer-contact .inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer-contact .text-area{
	width: 450px;
}
#footer-contact .text-area h3{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
#footer-contact .text-area h3 b{
	color: #ac9218;
}
#footer-contact .text-area span{
  position: relative;
  display: inline-block;
  z-index: 0;	
}
#footer-contact .text-area span::after{
  content: "";
  position: absolute;
  left: -0.05em;
  right: -0.05em;
  bottom: 0.05em;     /* 帯の上下位置 */
  height: 0.45em;     /* 帯の太さ */
  background: rgba(255, 150, 150, .55);
  z-index: -1;
}
#footer-contact .text-area p{
	font-size: 13px;
}
#footer-contact .button-area{
	width: 510px;
	display: flex;
	gap: 10px;
}
#footer-contact .button-area .btn{
	flex: 1;
	min-width: 0;
	height: 64px;
}
#footer-contact .button-area .btn a{
	font-weight: bold;
	color: #fff;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 10px;
}
/*#footer-contact .button-area .btn a:hover{
	opacity: .7;
}*/
#footer-contact .button-area .mail a{
	background: #47A5ED;
	background: linear-gradient(90deg, rgba(71, 165, 237, 1) 0%, rgba(74, 219, 232, 1) 50%,rgba(71, 165, 237, 1)  100%);
	background-size: 200% 100%;
	transition: all 0.3s ease;
}
#footer-contact .button-area .mail a:hover,
#footer-contact .button-area .line a:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
#footer-contact .button-area .mail a:before{
	content: '';
	width: 22px;
	height: 22px;
	background: url(/img/chukai-tesuryo/icon_mail.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
#footer-contact .button-area .line a{
	background:#06c755;
	background: linear-gradient(90deg, rgba(6, 199, 85, 1) 0%, rgba(26, 214, 136, 1) 50%,rgba(6, 199, 85, 1)  100%);
	background-size: 200% 100%;
	transition: all 0.3s ease;

}
#footer-contact .button-area .line a:before{
		content: '';
		width: 28px;
		height: 28px;
		background: url(/img/chukai-tesuryo/icon_line.svg) no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 13px;
}
/*------------------
サンクスページ
-------------------*/
#contents_wrapper.thanks .contents{
	background: rgba(255, 255, 255, .8);
	padding: 20px 30px 30px;
}
#contents_wrapper.thanks .contents h1{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px;
	border-bottom: 1px dashed #46A4E2;
	padding-bottom: 5px;
}
#contents_wrapper.thanks .contents #text{
	margin-bottom: 30px;
}