@charset "UTF-8";
/*------------------------
page-ttl
------------------------*/
.page-ttl {
	background: url(/pc/img/pagettl/ttl_advisory.jpg) no-repeat 90%/cover fixed;
}
/*------------------------
トップ
------------------------*/
.top-info {
	background: var(--bgcolor);
	padding: 100px 0 132px;
	border-radius: 32px 32px 0 0;
	margin-top: -32px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.top-info::before {
	content: '';
	position: absolute;
	right: -1.302vw;
	bottom: 2vw;
	width: max(800px,52.5vw);
	height: max(300px,20.938vw);
	background: url(/pc/img/service/img_advisory.png) no-repeat 100% / contain;
	opacity: .08;
}
.top-info h2 {
	font-size: 4.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.top-info .txt {
	width: 70%;
	font-size: 2.1rem;
	line-height: 1.71;
	position: relative;
}
.top-info .txt p {
	margin-bottom: 20px;
}
/*------------------------
一覧
------------------------*/
.results {
	padding: 100px 0;
	background: #fff;
	border-radius: 32px 32px 0 0;
	margin-top: -32px;
	position: relative;
	z-index: 1;
}
.results .item-list {
	width: 1200px;
	flex-wrap: wrap;
	gap: 30px;
	align-items: stretch;
	margin: 0 auto 50px;
}
.results .item-list .item {
	width: calc(50% - 15px);
	height: auto;
}
.results .item-list .item a {
	display: block;
	height: 100%;
	padding: 30px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, .05);
	position: relative;
}
.results .item-list .item .img {
	height: 350px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
}
.results .item-list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease 0s;
}
.results .item-list .item a:hover .img img {
	transform: scale(1.05, 1.05);
}
.results .item-list .item h2 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
.results .item-list .item .wrap-area {
	margin-bottom: 10px;
}
.results .item-list .item .cat-area {
	margin-left: 10px;
}
.results .item-list .item .cat-area .cat {
	background: var(--mygray);
	padding: 7px 10px;
	border-radius: 6px;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1;
	margin: 0 2px 2px 0;
}
.results .item-list .item .wrap {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 5px;
}
.results .item-list .item p {
	font-size: 1.8rem;
	text-align: justify;
}
.results .a-btn {
	width: 1200px;
	margin: auto;
}
@media screen and (max-width:1300px) {
	.results .item-list {
		width: 1160px;
	}
}
/*------------------------
ボタンエリア
------------------------*/
.btn-area {
	background: #f4f9f7;
	padding: 50px 0;
	margin-bottom: 60px;
}
.btn-area .inner {
	width: 1200px;
	margin: auto;
	gap: 30px;
	position: relative;
	z-index: 1;
}
.btn-area .inner .s-btn {
	width: 100%;
	text-align: center;
}
.btn-area .inner .s-btn a {
	display: block;
	padding: 10px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	overflow: hidden;
	position: relative;
}
.btn-area .inner .s-btn a::before {
	content: '';
	position: absolute;
	inset: 0;
	transition: filter .4s ease, transform .4s ease;
	z-index: 0;
}
.btn-area .inner .advisory a::before {
	background: url(/pc/img/index/btn_advisory.jpg) no-repeat 100%/cover;
}
.btn-area .inner .management a::before {
	background: url(/pc/img/index/btn_management.jpg) no-repeat 100%/cover;
}
.btn-area .inner .intermediary a::before {
	background: url(/pc/img/index/btn_intermediary.jpg) no-repeat 100%/cover;
}
.btn-area .inner .s-btn a:hover::before {
	filter: blur(3px);
	transform: scale(1.05);
}
.btn-area .inner .s-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 21px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2018%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%206H17M11%201L17%206L11%2011%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2018%2012%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M1%206H17M11%201L17%206L11%2011%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%271%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E") center / contain no-repeat;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	z-index: 1;
}
.btn-area .inner .s-btn a span {
	display: block;
	padding: 80px 0;
	background: rgba(0,121,64,.8);
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.btn-area .inner .img {
	position: absolute;
	top: 80px;
	right: clamp(-80px,-6.25vw,-120px);
	width: clamp(690px,52.083vw,1030px);
}
.btn-area .inner .img img {
	filter: drop-shadow(1px 1px 30px rgba(0,0,0,.1));
}
@media screen and (max-width: 1300px) {
	.btn-area .inner {
		width: 1160px;
	}
}
/*------------------------
お問い合わせ
------------------------*/
.contact-area {
	background: url(/pc/img/common/bg_pat2.jpg);
	padding: 80px 0;
	border-radius: 26px;
	margin: 0 30px 50px;
}
.contact-area .inner {
	width: 1200px;
	margin: auto;
	align-items: center;
	position: relative;
}
.contact-area .inner h2 {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1;
	margin-right: 50px;
}
.contact-area .inner .mail {
	width: 300px;
	position: relative;
}
.contact-area .inner .mail a {
	display: block;
	background: #fff;
	padding: 20px 20px 20px 56px;
	border-radius: 50vw;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
.contact-area .inner .mail a:hover {
	color: var(--mygreen);
}
.contact-area .inner .mail a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 38px;
	height: 38px;
	background: var(--mygreen);
	border-radius: 50vw;
	transform: translateY(-50%);
	transition: all .3s ease 0s;
}
.contact-area .inner .mail a:hover::before {
	background: var(--btncolor);
}
.contact-area .inner .mail a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 19px;
	width: 20px;
	height: 16px;
	background: url(/pc/img/common/icn_mail-w.svg) no-repeat 100%/contain;
	transform: translateY(-50%);
}
.contact-area .inner .img {
	position: absolute;
	bottom: -80px;
	right: 0;
	width: 184px;
}
@media screen and (max-width:1300px) {
	.contact-area {
		padding: 80px 20px;
	}
	.contact-area .inner {
		width: 100%;
	}
	.contact-area .inner .img {
		right: -28px;
		width: 136px;
	}
}