@charset "UTF-8";
/***** main content *****/
/* 共通セクション */
#land_usage * {
    color: #444;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
}
#land_usage section {
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	#land_usage * {
		font-size: 18px;
	}
	#land_usage section {
		margin-bottom: 100px;
	}
}
/* 共通ボタン */
#land_usage .BtnBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
#land_usage .BtnBox * {
	line-height: 1;
}
#land_usage .BtnBox .Text01 {
	color: #0069C3;
	font-size: 30px;
	font-weight: bold;
}
#land_usage .BtnBox .Btn {
	background-color: #3C58A5;
	display: flex;
	align-items: center;
	padding: 12px;
	border-radius: 50px;
	text-decoration: none;
	width: 100%;
}
#land_usage .BtnBox .Btn.Tel {
	background-color: #DD441F;
}
#land_usage .BtnBox .Btn * {
	font-size: 18px;
}
#land_usage .BtnBox .Btn .BtnIcon {
	width: 24px;
	margin-left: 10px;
}
#land_usage .BtnBox .Btn .BtnArrow {
	width: 16px;
    margin-right: 10px;
}
#land_usage .BtnBox .Btn .Text03 {
	color: var(--white);
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}
#land_usage h2.h2 {
	background-color: var(--gray02);
	color: var(--black);
	font-size: 30px;
	line-height: 1.3;
	padding: 5px 15px;
	margin-left: 20px;
	border-left: 5px solid #0B8300;
	width: calc(100% - 20px);
}
#land_usage h2.h2 span {
	color: #0B8300;
	font-size: 30px;
	line-height: 1.3;
}
#land_usage .UL_yel {
	background: linear-gradient(transparent 70%, yellow 70%);
	padding-bottom: 3px;
}
#land_usage .COL_red {
	color: red;
}

/* メインビジュアル */
#MainVisual {
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	margin-bottom: 0 !important;
}
.landtop #MainVisual {
	background-image: url(../images/land_usage/mainvisual.webp);
}
.nouchi #MainVisual {
	background-image: url(../images/land_usage/nouchi/mainvisual.webp);
}
.nouchi_s #MainVisual {
	background-image: url(../images/land_usage/nouchi/mainvisual_s.webp);
}
.akichi #MainVisual {
	background-image: url(../images/land_usage/akichi/mainvisual.webp);
}
.sanrin #MainVisual {
	background-image: url(../images/land_usage/sanrin/mainvisual.webp);
}
.takuchi #MainVisual {
	background-image: url(../images/land_usage/takuchi/mainvisual.webp);
}
.zassyuchi #MainVisual {
	background-image: url(../images/land_usage/zassyuchi/mainvisual.webp);
}
#MainVisual .Top {}
#MainVisual .Top h1 {
	color: var(--black);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	text-shadow: 2px 2px 2px #fff,
			  -2px 2px 2px #fff,
			  2px -2px 2px #fff,
			  -2px -2px 2px #fff;
	text-shadow: 2px 2px 0px #fff, -1px 1px 2px #fff,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              1px 1px 2px #FFF,  0px -2px 2px #FFF,
              -1px -1px 2px #FFF, 1px 1px 2px #FFF;
}
#MainVisual .Top ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}
#MainVisual .Top ul li {
	background-color: rgba(0,0,0,0.6);
	color: var(--white);
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	padding: 10px 0;
	width: 30%;
	display: flex;
	justify-content: center;
}
#MainVisual .Bottom {
	width: 350px;
	margin: 40px auto 0;
}
#MainVisual .Bottom .Black {
	background-color: var(--dark02);
	color: var(--white);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#MainVisual .Bottom .BtnBox {
	background-color: var(--white);
	padding: 15px 0;
}
#land_usage #MainVisual .BtnBox .Btn {
	width: 310px;
}
#MainVisual .Bottom .BtnBox .Text04 {
	font-size: 22px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#MainVisual {
		padding: 150px 0;
	}
	#MainVisual .inner {
		display: flex;
		justify-content: center;
		gap: 50px;
		align-items: center;
	}
	#MainVisual .Top {
		max-width: 615px;
	}
	#MainVisual .Top h1 {
		font-size: 60px;
	}
	#MainVisual .Bottom {
		width: 500px;
		margin: 0;
	}
	#land_usage #MainVisual .BtnBox .Btn {
		width: 450px;
	}
}
/* コンタクトブロック */
#Contact .Top {
	background-color: #EFF0DB;
	padding: 30px 20px;
}
#Contact .Top h2 {
	color: var(--black);
	font-size: 27px;
	line-height: 1.2;
	margin: 0 auto 0 3%;
	margin-right: 27%;
	width: fit-content;
	text-shadow: 2px 2px 0px #fff, -1px 1px 2px #fff,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              1px 1px 2px #FFF,  0px -2px 2px #FFF,
              -1px -1px 2px #FFF, 1px 1px 2px #FFF;
}
#Contact .Top .BoxText01 {
	width: 90%;
	margin: 10px 15px 15px;
	position: relative;
	z-index: 1;
}
#Contact .Top .BoxText01 .Text01 {
    color: var(--black);
	font-size: 13px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	padding: 4px;
	background-color: var(--white);
}
#Contact .Top .BoxText01 .Text02 {
	position: relative;
	background: var(--white);
	padding: 5px 8px;
	margin-top: 10px;
	text-align: center;
	border: 1.5px solid var(--link01);
	line-height: 1.4;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 65%;
}
#Contact .Top .BoxText01 .Text02::before,
#Contact .Top .BoxText01 .Text02::after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	left:100%;
	top:50%;
}
#Contact .Top .BoxText01 .Text02::after {
    border-color: rgba(247, 221, 51, 0);
	border-top-width:11px;
	border-bottom-width:11px;
	border-left-width:14px;
	border-right-width:14px;
	margin-top: -11px;
    border-left-color: var(--white);
}
#Contact .Top .BoxText01 .Text02::before {
    border-color: rgba(30, 144, 255, 0);
	border-top-width:12px;
	border-bottom-width:12px;
	border-left-width:15px;
	border-right-width:15px;
	margin-top: -12px;
	margin-left: 1.5px;
    border-left-color: var(--link01);
}
#Contact .Top .BoxText01 .BoxText02 {
	background-color: var(--white);
	width: fit-content;
	padding: 5px 10px;
	margin-top: 15px;
}
#Contact .Top .BoxText01 .BoxText02 .Text03 {
	margin: 0 auto -5px;
	width: fit-content;
}
#Contact .Top .BoxText01 .BoxText02 .Text04 {}
#Contact .Top .BtnBox {
	position: relative;
}
#Contact .Top .BtnBox .woman {
	position: absolute;
	top: -190px;
	width: 120px;
	right: 0;
}
#Contact .Top .NoticeText {
	margin-top: 10px;
}
#Contact .Top .NoticeText span {
	color: red;
	background: linear-gradient(transparent 70%, yellow 70%);
	padding-bottom: 3px;
}
#Contact .Bottom {
	background-color: #2B739A;
	color: var(--white);
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
/* #Contact {
	background-color: unset !important;
}
#Contact .NtcLU {
	display: block;
	margin: 0 auto;
}
#Contact .NtcLU:nth-of-type(1) {
	margin-top: 30px;
} */
/* 買取可能な土地一覧 */
#Landtype ul {
	padding: 0 20px;
	margin-top: 30px;
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: center;
}
#Landtype ul li {
	border-radius: 5px;
	box-shadow: 1px 1px 6px #BBB;
}
#Landtype ul li a {
	padding: 10px 30px;
	display: flex;
	align-items: center;
}
#Landtype ul li a img {
	width: 25%;
}
#Landtype ul li a h3 {
	margin: 0 auto;
	font-size: 18px;
	color: var(--link01);
	text-decoration: underline;
}
/* パターン01 */
#Pattern01 .inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#Pattern01 img {
	width: 65%;
	margin: 0 auto;
}
#Pattern01 .Text {
	padding: 0 20px;
}
/* パターン02 */
#Pattern02 .inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#Pattern02 img {
	width: 65%;
	margin: 0 auto;
}
#Pattern02 .Text {
	padding: 0 20px;
}
#Pattern02 .BoxInn {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#Pattern02 .BoxInn .InnTitle {
	font-size: 20px;
	line-height: 1;
	padding-left: 20px;
}
#Pattern02 .BoxInn .InnTitle span {
	color: #0B8300;
	font-size: 25px;
	line-height: 1;
}
#Pattern02 .BoxInn > p {
	padding: 0 20px;
}
/* アコーディオンリスト */
#land_usage .AccList {
	padding: 0 20px 0 40px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
#land_usage .AccList li h3 {
	color: #00A0C6;
	font-size: 18px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	line-height: 1.4;
}
#land_usage .AccList li h3::after {
    content: "+";
	color: var(--black);
	font-size: 25px;
	line-height: 1;
	font-weight: normal;
	margin-left: 20px;
}
#land_usage .AccList li h3.active::after {
	content: "ー";
	font-size: 18px;
}
#land_usage .AccList li p {
	display: none;
	margin-top: 20px;
}
/* オープンリスト */
#land_usage .OpenList {
	padding: 0 20px 0 40px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
#land_usage .OpenList li h3 {
	color: #00A0C6;
}
/* 選ばれる理由 */
#Reason .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}
#Reason ul {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}
#Reason ul li {
	width: 310px;
	border: 1px solid var(--gray05);
	padding: 10px;
	position: relative;
}
#Reason ul li h3 {
	background-color: var(--white);
	color: #D15919;
	font-weight: normal;
	line-height: 1;
	padding: 5px 20px;
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translate(-50%,0);
}
#Reason ul li h3 span {
    color: #D15919;
	font-size: 42px;
    font-weight: normal;
    font-family: "Palatino";
    line-height: 1;
}
#Reason ul li .Box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
#Reason ul li .Box img {
	width: 40%;
}
#Reason ul li .Box p > span {
	color: var(--black);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	padding: 4px;
	background-color: yellow;
}
/* お客様の声 */
#Voice ul {
	padding: 0 20px;
	margin-top: 30px;
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: center;
}
#Voice ul li {
	box-shadow: 1px 1px 6px #BBB;
	border-radius: 10px;
	padding: 25px 17px;
}
#Voice ul li .Top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 20px;
}
#Voice ul li .Top img {
	max-width: 100px;
	background-color: #F8F6ED;
	border-radius: 50px;
}
#Voice ul li .Top .Name {
	color: #0092C7;
	font-size: 18px;
}
#Voice ul li .Top .Property {
	background-color: #FFB100;
	color: var(--white);
	padding: 0px 8px;
}
/* 状況 */
#Situation {
	background-color: #F8F6F2;
	padding: 40px 0;
}
#Situation h2.h2 {
	background-color: var(--white);
}
#Situation ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0 20px;
	margin-top: 30px;
}
#Situation ul li {
	background-color: var(--white);
	padding: 25px 17px;
	box-shadow: 1px 1px 6px #BBB;
}
#Situation ul li h3 {
	color: var(--black);
	font-size: 18px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 15px;
	border-radius: 10px;
	box-shadow: 1px 1px 6px #BBB;
	padding: 8px 15px;
	margin-bottom: 20px;
}
#Situation ul li h3 span {
	background-color: #1CC2D8;
	color: var(--white);
	min-width: 90px;
	text-align: center;
	line-height: 1;
	padding: 5px 0;
}
/* 売却の流れ */
#Flow ul {
	margin-top: 30px;
}
#Flow ul li {
	padding: 30px 20px;
	position: relative;
}
#Flow ul li:not(:last-child)::after {
    content: "↓";
	font-size: 25px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%,0%);
	z-index: 1;
}
#Flow ul li:nth-of-type(odd) {
	background-color: #F8F6F2;
}
#Flow ul li h3 {
    color: var(--black);
	font-size: 20px;
	text-align: center;
	line-height: 1;
	margin-bottom: 25px;
}
#Flow ul li .Box {
	display: flex;
	gap: 20px;
	align-items: center;
}
#Flow ul li .Box img {
	width: 100px;
	object-fit: contain;
}
#Flow ul li .Box p {
	line-height: 1.8;
}
/* よくある質問 */
#Faq ul {
	padding: 0 20px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#Faq ul li {
	padding: 15px;
	box-shadow: 1px 1px 6px #BBB;
	border-radius: 10px;
}
#Faq ul li h3 {
	display: flex;
	align-items: center;
}
#Faq ul li h3::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #444;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 3px solid #444;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin-left: 15px;
}
#Faq ul li h3.active::after {
	transform: rotate(315deg);
}
#Faq ul li h3 .Title {
	width: 100%;
	line-height: 1.6;
}
#Faq ul li h3 .Title span {
	color: #D15919;
	font-size: 25px;
	margin-right: 15px;
	line-height: 1;
}
#Faq ul li p {
	display: none;
	margin-top: 15px;
	padding: 15px 36px 0;
	border-top: 1px solid var(--gray06);
}
/* 地域ページリンク */
#AreaPageLink {
	background-color: #F8F6F2;
	padding: 40px 0;
}
#AreaPageLink h2 {
	color: #D15919;
	font-size: 25px;
	text-align: center;
	line-height: 1;
}
#AreaPageLink ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0 20px;
	margin-top: 30px;
}
#AreaPageLink ul li {
	background-color: var(--white);
	box-shadow: 1px 1px 6px #BBB;
}
#AreaPageLink ul li a {
	text-decoration: none;
	position: relative;
	display: block;
	padding-top: 25px;
}
#AreaPageLink ul li a .Cnr {
	display: inline-block;
    line-height: 1;
    width: 20px;
    height: 20px;
    border: 1px solid #D15919;
    border-left: 0;
    border-bottom: 0;
    margin: 5px;
	position: absolute;
}
#AreaPageLink ul li a .Cnr.TopLeft {
    transform: rotate(-90deg);
	top: 0;
	left: 0;
}
#AreaPageLink ul li a .Cnr.TopRight {
	top: 0;
	right: 0;
}
#AreaPageLink ul li a .Cnr.BtmRight {
	transform: rotate(90deg);
	bottom: 0;
	right: 0;
}
#AreaPageLink ul li a .Cnr.BtmLeft {
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
}
#AreaPageLink ul li a h3 {
	margin: 0 auto 5px;
	width: fit-content;
	font-size: 20px;
	line-height: 1;
}
#AreaPageLink ul li a h3 span {
	font-weight: normal;
}
#AreaPageLink ul li a p {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 0 20px 10px;
	line-height: 1;
}

#land_usage .BGgreen {
	background-color: #EAF5EB;
	padding: 40px 0;
}
#land_usage .BGgreen h2.h2 {
	background-color: var(--white);
}

#about {
	padding: 0 20px;
}
#about h2 {
	text-align: center;
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) {
	#land_usage * {
		font-size: 18px;
	}
	#land_usage section {
		margin-bottom: 100px;
	}
	#Contact {
		background-color: #EFF0DB;
	}
	#Contact .Top {
		max-width: 1000px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#Contact .Top h2 {
		font-size: 40px;
		margin-right: 25%;
	}
	#Contact .Top .BoxText01 {
		width: 68%;
		margin: 30px 20px 30px;
	}
	#Contact .Top .BoxText01 .Text01 {
		font-size: 20px;
	}
	#Contact .Top .BoxText01 .Text02 {
		margin-left: auto;
		padding: 10px 5px;
	}
	#Contact .Top .BoxText01 .BoxText02 {
		width: 100%;
		padding: 5px 10px;
		margin: 15px auto;
		text-align: center;
	}
	#Contact .Top .BtnBox {
		flex-direction: row;
	}
	#Contact .Bottom {
		font-size: 30px;
	}
	#land_usage .BtnBox .Btn * {
		font-size: 25px;
	}
	#land_usage .BtnBox .Btn .BtnIcon {
		width: 40px;
		margin-left: 20px;
	}
	#land_usage .BtnBox .Btn .BtnArrow {
		width: 24px;
		margin-right: 20px;
	}
	#land_usage .BtnBox .Btn .Text03 {
		font-size: 24px;
	}
	#land_usage .BtnBox .Btn.Tel .Text03 {
		font-size: 30px;
	}
	#Contact .Top .BtnBox .woman {
		top: -285px;
		width: 180px;
		right: 80px;
	}
	#Landtype ul {
		width: 73%;
		margin: 50px auto 0;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px 20px;
		padding: 0;
	}
	#Landtype ul li {
		width: calc(33.3% - 14px);
	}
	#Landtype ul li:hover {
		opacity: 0.8;
	}
	#Landtype ul li a h3 {
		font-size: 20px;
	}
	#land_usage h2.h2 {
		font-size: 40px;
		padding: 15px 30px;
		margin-left: 100px;
		width: calc(100% - 100px);
	}
	#land_usage h2.h2 span {
		font-size: 40px;
	}
	#land_usage .BGgreen {
		padding: 100px 0;
	}
	#Pattern01 .inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px;
		justify-content: center;
		align-items: center;
	}
	#Pattern01 img {
		width:35%;
		margin: 0;
	}
	#Pattern01 .Text {
		padding: 0;
		width: 35%;
	}
	#Reason ul {
		padding: 0;
		gap: 50px 40px;
	}
	#Reason ul li {
		width: 35%;
		padding: 15px;
	}
	#Reason ul li .Box p span {
		font-size: 25px;
	}
	#Voice ul {
		margin-top: 50px;
		padding: 0;
		display: flex;
		gap: 40px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: normal;
	}
	#Voice ul li {
		padding: 35px;
		width: 35%;
	}
	#Situation {
		padding: 100px 0;
	}
	#Situation ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px;
		margin-top: 50px;
	}
	#Situation ul li {
		width: 28%;
		padding: 30px 25px;
	}
	#Situation ul li h3 span {
		min-width: 100px;
	}
	#Flow ul {
		margin: 0 auto;
		margin-top: 50px;
		width: 74%;
	}
	#Flow ul li {
		padding: 80px 200px;
	}
	#Flow ul li h3 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	#Flow ul li .Box {
		gap: 40px;
	}
	#Flow ul li .Box img {
		width: 200px;
	}
	#Flow ul li:not(:last-child)::after {
		font-size: 50px;
		bottom: -50px;
	}
	#land_usage .AccList {
		gap: 30px;
		width: 50%;
	}
	#land_usage .AccList li h3 {
		font-size: 25px;
	}
	#land_usage .AccList li h3::after {
		font-size: 30px;
	}
	#Pattern02 .inner {
		gap: 50px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#Pattern02 .inner .Text {
		padding: 0;
		width: 35%;
	}
	#Pattern02 .BoxInn {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px;
		justify-content: center;
		align-items: center;
	}
	#Pattern02 .BoxInn .InnTitle {
		font-size: 35px;
		padding-left: 0;
		width: 73%;
	}
	#Pattern02 .BoxInn .InnTitle span {
		font-size: 50px;
	}
	#Pattern02 img {
		width: 35%;
		margin: 0;
	}
	#Pattern02 .BoxInn > p {
		padding: 0;
		width: 35%;
	}
	#land_usage .OpenList {
		gap: 25px;
		width: 78%;
	}
	#land_usage .OpenList li h3 {
		font-size: 30px;
	}
	#Faq ul {
		margin-top: 0;
		gap: 20px;
		width: 60%;
		margin: 50px auto 0;
	}
	#Faq ul li {
		padding: 20px 50px;
	}
	#Faq ul li h3 .Title span {
		font-size: 30px;
	}
	#Faq ul li p {
		margin-top: 20px;
	}
	#AreaPageLink {
		padding: 100px 0;
	}
	#AreaPageLink h2 {
		font-size: 50px;
	}
	#AreaPageLink ul {
		flex-direction: row;
		gap: 30px;
		flex-wrap: wrap;
		padding: 0;
		margin-top: 50px;
		width: 70%;
		margin: 50px auto;
	}
	#AreaPageLink ul li {
		width: calc(33% - 18px);
	}
	#about h2 {
		font-size: 50px;
		margin-bottom: 40px;
	}
}