.c-heading-a__block--en .c-heading-a__upper .c-heading-a__text--font{
    bottom: -13px;
}
@media (max-width:789px) {
    .c-heading-a__block--en .c-heading-a__upper .c-heading-a__text--font{
        bottom: 0px;
    }
}

.p-land-inquiry {
	position: relative;
	z-index: 1;
	margin-top: -9rem;
	padding: 3rem;
	border: 1px solid #2c3a78;
	background: #fff;
	line-height: 1
}

/*
.p-land-inquiry {
	border-color: #3f609d
}
.p-land-inquiry.bg {
	background: #f8fbff;
	border: none
}
*/
.p-land-inquiry__ttl {
	color: #000;
	font-size: 2.2rem;
	text-align: center
}
/*
.p-land-inquiry__ttl {
	color: #3f609d;
	font-weight: 500
}
*/

.p-land-inquiry__inr {
	display: flex;
	justify-content: space-between;
	max-width: 840px;
	margin: 0 auto
}
.p-land-inquiry__inr .c-hr--vert {
	background: #000
}
.p-land-inquiry__btn {
	align-items: center;
	display: flex;
	max-width: 350px
}
.p-land-inquiry__btn a {
	border-color: #000;
	color: #000;
	height: auto
}
.p-land-inquiry__btn a .c-arrow-a {
	border-color: #2c3a78
}
.p-land-inquiry__btn a .mintxt {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: .5rem;
	margin-bottom: .5rem
}
/*
.p-land-inquiry__btn.bg a {
	background-color: #f8fbff
}
*/
.p-land-inquiry__btn.bg a:hover {
	background: #000
}

.p-land-inquiry__tel {
	line-height: 1.2
}
.p-land-inquiry__tel a {
	position: relative;
	color: #c3c3c3;
	font-size: 5rem;
	font-family: Cinzel, serif;
	white-space: nowrap
}
.p-land-inquiry__tel a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
/*
.p-land-inquiry__tel a {
	color: #a2b7e0;
	font-family: Roboto, sans-serif;
	pointer-events: none
}
*/

.p-land-inquiry__time {
	font-size: 1.4rem;
	color: #000
}
.p-land-inquiry__time {
	color: #000
}

@media (max-width:1366px) {
	.p-land-inquiry {
		margin-top: -6.58858vw
	}
}
@media (max-width:1040px) {
	.p-land-inquiry {
		top: 40px
	}
}
@media (max-width:789px) {
	.p-land-inquiry {
		margin-top: -30px;
		padding: 3rem 2rem;
		top: auto
	}
	.p-land-inquiry__inr {
		display: block
	}
	.p-land-inquiry__inr>*+* {
		padding-top: 2.5rem;
		margin-top: 2.5rem;
		border-top: 1px solid #2c3a78
	}
	.p-land-inquiry__tel {
		text-align: center
	}
	.p-land-inquiry__tel a {
		font-size: 4.8rem
	}
	.p-land-inquiry__tel a::after {
		content: none
	}
	.p-land-inquiry__time {
		letter-spacing: -.04em;
		text-align: center
	}
}
.p-land-box__inr {
	display: flex
}
.p-land-box__inr .item01 {
	flex: 0 0 300px
}
.p-land-box__inr .item01 .box:not(:last-of-type) {
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid #e8e8e8
}
.p-land-box__inr .item02 {
	flex: 1;
	padding-left: 4rem;
	margin-left: 4rem;
	border-left: 1px solid #e8e8e8
}
.p-land-box__inr .ttl {
	width: 12rem;
	padding: 1.2rem 0;
	color: #233a62;
	border: 1px solid #233a62;
	text-align: center;
	margin-bottom: 1rem
}
@media (max-width:789px) {
	.p-land-box__inr {
		display: block;
		flex: 0 0 300px
	}
	.p-land-box__inr .item01 .box {
		padding-bottom: 4rem;
		margin-bottom: 4rem;
		border-bottom: 1px solid #e8e8e8
	}
	.p-land-box__inr .item02 {
		padding-left: 0;
		margin-left: 0;
		border-left: none
	}
	.p-land-box__inr .item02 img {
		width: 100%
	}
}
.p-land-note>li {
	position: relative;
	padding-left: 1.5rem
}
.p-land-note>li span {
	position: absolute;
	left: 0;
	top: 0
}
.p-grid-land__ttl {
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	position: relative
}
.p-grid-land__ttl.left::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: calc(100% - 50vw - 80px);
	height: 1px;
	width: calc((100%) + (((100% - 50vw - 80px) * (-1))));
	background: #3f609d
}
.p-grid-land__ttl.right::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: calc(100% - 50vw - 80px);
	height: 1px;
	width: calc((100%) + (((100% - 50vw - 80px) * (-1))));
	background: #3f609d
}
.p-grid-land__ttl02 {
	color: #3f609d;
	font-size: 2.2rem
}
.p-grid-land__ttl02 span {
	font-size: 1.4rem
}
.p-grid-land__list li {
	margin-bottom: .5rem
}
.p-grid-land__list dl {
	display: flex
}
.p-grid-land__list dl dt {
	flex: 0 0 50px;
	font-weight: 500
}
.p-grid-land__list dl dd {
	flex: 1
}
.p-grid-land__detail hr {
	position: relative;
	border-color: #a2b7e0;
	overflow: visible
}
.p-grid-land__detail hr::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	z-index: 2
}
.p-grid-land__detail hr::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #a2b7e0 transparent transparent transparent
}
.p-grid-land__detail hr.hr--02::before {
	border-color: #f2f8ff transparent transparent transparent
}
.p-grid-land__detail dl {
	display: flex;
	align-items: center
}
.p-grid-land__detail dl dt {
	position: relative;
	flex: 0 0 7rem;
	font-family: Roboto, sans-serif
}
.p-grid-land__detail dl dd {
	position: relative;
	flex: 1;
	padding-left: 1.5rem
}
.p-grid-land__detail dl.before dt {
	color: #a2b7e0
}
.p-grid-land__detail dl.before dd::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #a2b7e0
}
.p-grid-land__detail dl.after dt {
	color: #3f609d
}
.p-grid-land__detail dl.after dd::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #3f609d
}
.p-grid-land__item:last-of-type {
	margin-left: 6rem
}
.p-grid-land__item.item01 {
	max-width: 560px;
	flex: 1
}
.p-grid-land__item.item02 {
	max-width: 380px
}
@media screen and (max-width:1040px) {
	.p-grid-land__ttl.left::after {
		margin-left: -2rem;
		width: calc(100% + 2rem)
	}
	.p-grid-land__ttl.right::right {
		margin-right: -2rem;
		width: calc(100% + 2rem)
	}
}
@media (max-width:789px) {
	.p-grid-land .c-grid__wrap {
		flex-direction: column
	}
	.p-grid-land__item:last-of-type {
		margin-left: 0
	}
	.p-grid-land__item.item01 {
		max-width: 100%;
		order: 1
	}
	.p-grid-land__item.item02 {
		margin-top: 6rem;
		max-width: 100%;
		order: 2
	}
	.p-grid-land__ttl {
		padding-bottom: 1.5rem
	}
	.p-grid-land__ttl.left::after {
		margin-left: -5.33333vw;
		width: calc(100% + 5.33333vw)
	}
	.p-grid-land__ttl.right::after {
		margin-right: -5.33333vw;
		width: calc(100% + 5.33333vw)
	}
	.p-grid-land__list dt {
		font-size: 1.4rem
	}
	.p-grid-land__list dd {
		font-size: 1.4rem
	}
	.p-grid-land__detail {
		font-size: 1.4rem
	}
}
.p-land-work-card {
	margin-right: -1.5rem;
	margin-left: -1.5rem;
	margin-top: -2rem
}
.p-land-work-card__item {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	flex: 0 0 calc(100% / 3);
	margin-top: 2rem
}
.p-land-work-card__item .wrap {
	background: #fff;
	border-radius: 2rem;
	border: 1px solid #a2b7e0;
	padding: 3rem 1rem;
	text-align: center
}
@media screen and (max-width:840px) {
	.p-land-work-card__item {
		flex: 0 0 calc(100% / 2)
	}
}
@media (max-width:789px) {
	.p-land-work-card__item {
		flex: 0 0 100%
	}
}
.p-land-work-flow {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto
}
.p-land-work-flow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -4rem
}
.p-land-work-flow ul li {
	margin-top: 4rem;
	flex: 0 0 calc(100% / 4)
}
.p-land-work-flow ul dl dt {
	margin-bottom: 2rem;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 1.2rem;
	color: #3f609d;
	font-weight: 700
}
.p-land-work-flow ul dl dt span {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	z-index: 1
}
.p-land-work-flow ul dl dt span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #3f609d;
	z-index: -1
}
.p-land-work-flow ul dl dt span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2.4rem;
	height: 2.4rem;
	background: #3f609d;
	border-radius: 50%;
	z-index: -1
}
.p-land-work-flow ul dl dt span.first::before {
	left: 50%;
	width: 50%
}
.p-land-work-flow ul dl dt span.last::before {
	left: 0;
	width: 50%
}
.p-land-work-flow ul dl dd {
	text-align: center
}
@media (max-width:789px) {
	.p-land-work-flow ul {
		display: block;
		margin-top: 0
	}
	.p-land-work-flow ul li {
		position: relative;
		margin-top: 0;
		padding-bottom: 2rem
	}
	.p-land-work-flow ul li::after {
		content: "";
		position: absolute;
		width: 1px;
		height: calc(100% - 2rem);
		left: 1.3rem;
		top: 2rem;
		background: #3f609d
	}
	.p-land-work-flow ul li:last-of-type::after {
		content: none
	}
	.p-land-work-flow ul dl {
		display: flex
	}
	.p-land-work-flow ul dl dt {
		text-align: left;
		margin-bottom: 0
	}
	.p-land-work-flow ul dl dt span {
		margin-left: .2rem;
		padding-left: .8rem
	}
	.p-land-work-flow ul dl dt span::before {
		content: none
	}
	.p-land-work-flow ul dl dt span::after {
		content: "";
		position: absolute;
		left: 0;
		transform: translateY(-50%)
	}
	.p-land-work-flow ul dl dd {
		margin-top: 2rem;
		text-align: left;
		flex: 1;
		padding-left: 2rem
	}
}
.p-land-work-list {
	margin-right: -2rem;
	margin-left: -2rem
}
.p-land-work-list li {
	padding-right: 2rem;
	padding-left: 2rem;
	flex: 0 0 calc(100% / 3);
	position: relative
}
.p-land-work-list li:not(:last-of-type)::after {
	content: "";
	position: absolute;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #3f609d
}
@media (max-width:789px) {
	.p-land-work-list {
		margin-right: 0;
		margin-left: 0;
		margin-top: -4rem
	}
	.p-land-work-list li {
		padding-right: 0;
		padding-left: 0;
		padding-top: 4rem;
		flex: 0 0 100%;
		text-align: center
	}
	.p-land-work-list li:not(:last-of-type)::after {
		right: initial;
		left: 50%;
		top: 105%;
		transform: translateX(-50%);
		border-width: 17.3px 10px 0 10px;
		border-color: #3f609d transparent transparent transparent
	}
}
.p-land-work-box {
	padding: 4rem;
	background: #f5f5f5;
}
.p-land-work-box dl {
	display: flex
}
.p-land-work-box dl:not(:last-of-type) {
	margin-bottom: 2rem
}
.p-land-work-box dl dt {
	flex: 0 0 3rem;
	font-size: 2.2rem;
	color: #3f609d
}
.p-land-work-box dl dd {
	margin-top: .5rem;
	flex: 1
}
.p-land-work-box__minbox {
	border: 1px solid #3f609d;
	padding: 2rem;
	display: inline-block;
	color: #3f609d
}
.p-land-work-box .ico-en {
	display: inline-block;
	position: relative;
	margin-right: .3rem;
	margin-left: .3rem;
	width: 2.6rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	z-index: 1
}
.p-land-work-box .ico-en::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2.6rem;
	background: 000;
	color: #fff;
	top: 0;
	left: 0;
	background: #000;
	z-index: -1
}
.p-land-work-box .ico-en.color01::after {
	background: #3f609d
}
.p-land-work-box .ico-en.color02::after {
	background: #a2b7e0
}
.p-land-work-box .ico-en.color03::after {
	background: #9d843f
}
.p-land-work-box .ico-en.color04::after {
	background: #ddcb95
}
.p-land-work-box .ico-en.color05::after {
	background: #4d673e
}
.p-land-work-box .ico-en.color06::after {
	background: #a4bc95
}
@media (max-width:789px) {
	.p-land-work-box {
		padding: 2rem
	}
}
.p-land-work-card02 {
	margin-top: -4rem;
	margin-right: -2rem;
	margin-left: -2rem
}
.p-land-work-card02__item {
	margin-top: 4rem;
	padding-right: 2rem;
	padding-left: 2rem;
	flex: 0 0 calc(100% / 3)
}
.p-land-work-card02__item.w50 {
	flex: 0 0 calc(100% / 2);
	display: flex
}
.p-land-work-card02__item .wrap {
	display: flex;
	flex-direction: column;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: 2rem;
	background: #fff
}
.p-land-work-card02__item .wrap+.wrap {
	margin-top: 4rem
}
.p-land-work-card02__item .wrap dl {
	display: flex;
	min-height: 63px;
	align-items: center
}
.p-land-work-card02__item .wrap dl dt {
	position: relative;
	font-size: 1.2rem;
	font-weight: 700;
	flex: 0 0 4rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}
.p-land-work-card02__item .wrap dl dt::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4rem;
	height: 4rem;
	background: #00f;
	z-index: -1;
	border-radius: 50%
}
.p-land-work-card02__item .wrap dl dd {
	flex: 1;
	padding-left: 2rem;
	font-size: 1.4rem
}
.p-land-work-card02__item .wrap dl:first-of-type {
	padding-bottom: 2rem;
	border-bottom: 2px dashed #000
}
.p-land-work-card02__item .wrap dl:first-of-type dd h3 {
	font-weight: 700
}
.p-land-work-card02__item .wrap dl:last-of-type {
	padding-top: 2rem
}
.p-land-work-card02__item.item01 .wrap {
	border-color: #9d843f
}
.p-land-work-card02__item.item01 .wrap dl:first-of-type {
	border-bottom-color: #9d843f
}
.p-land-work-card02__item.item01 .wrap dl:first-of-type dt {
	color: #9d843f
}
.p-land-work-card02__item.item01 .wrap dl:first-of-type dt::after {
	background: #fff;
	border: 1px solid #9d843f
}
.p-land-work-card02__item.item01 .wrap dl:first-of-type dd h3 {
	color: #9d843f
}
.p-land-work-card02__item.item01 .wrap dl:last-of-type dt {
	color: #fff
}
.p-land-work-card02__item.item01 .wrap dl:last-of-type dt::after {
	background: #9d843f;
	border: 1px solid #9d843f
}
.p-land-work-card02__item.item01 .p-land-work-card02__img p {
	color: #9d843f
}
.p-land-work-card02__item.item02 .wrap {
	border-color: #3f609d
}
.p-land-work-card02__item.item02 .wrap dl:first-of-type {
	border-bottom-color: #3f609d
}
.p-land-work-card02__item.item02 .wrap dl:first-of-type dt {
	color: #3f609d
}
.p-land-work-card02__item.item02 .wrap dl:first-of-type dt::after {
	background: #fff;
	border: 1px solid #3f609d
}
.p-land-work-card02__item.item02 .wrap dl:first-of-type dd h3 {
	color: #3f609d
}
.p-land-work-card02__item.item02 .wrap dl:last-of-type dt {
	color: #fff
}
.p-land-work-card02__item.item02 .wrap dl:last-of-type dt::after {
	background: #3f609d;
	border: 1px solid #3f609d
}
.p-land-work-card02__item.item02 .p-land-work-card02__img p {
	color: #3f609d
}
.p-land-work-card02__img {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
	margin-top: -2.5rem
}
.p-land-work-card02__img>div {
	display: flex
}
.p-land-work-card02__img p {
	margin-top: auto;
	font-size: 1.5rem;
	margin-left: 1rem
}
.p-land-work-card02__ttl {
	font-size: 4.1rem;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	line-height: 1.2
}
.p-land-work-card02__cnt {
	pointer-events: none
}
.p-land-work-card02__target {
	opacity: 0
}
@media (max-width:789px) {
	.p-land-work-card02 {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0
	}
	.p-land-work-card02__item {
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
		flex: 0 0 100%
	}
	.p-land-work-card02__item.img {
		text-align: center
	}
	.p-land-work-card02__item .wrap dl dd {
		padding-left: 1.5rem
	}
	.p-land-work-card02__img {
		margin-left: -1rem;
		margin-right: -1rem;
		margin-bottom: 1.5rem
	}
	.p-land-work-card02__img p {
		margin-left: .8rem;
		text-align: left
	}
	.p-land-work-card02__ttl {
		line-height: 1
	}
}