/* ===================================================================
filename:about.css
=================================================================== */

.aboutPage .page-contents {}

/* .wide-btn */
.aboutPage .page-contents .btn-wrap {
	margin-top: 0;
}
.aboutPage .page-contents .wide-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	padding: 18px 33px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-size: 18px;
	color: #7E736C;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.aboutPage .page-contents .wide-btn .arrow {
	content: "";
	position: relative;
	width: 40px;
	height: 16px;
	margin-left: 10px;
	border-radius: 100px;
	background-color: #CBA373;
	overflow: hidden;
}
.aboutPage .page-contents .wide-btn .arrow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
	width: 200%;
	background-image: url(/_img/common/wide-btn-arrow.svg);
	background-position: 0 0;
	background-size: 50%;
}
@media (max-width: 767px) {
	.aboutPage .page-contents .btn-wrap {
		margin-top: 15px;
	}
	.aboutPage .page-contents .wide-btn {
		padding: 16px 23px;
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	.aboutPage .page-contents .wide-btn {
		transition: color 0.3s, border 0.3s;
	}
	.aboutPage .page-contents .wide-btn .arrow::before {
		transition: transform 0.3s;
	}
	.aboutPage .page-contents .wide-btn:hover {
		color: #856D47;
		border: solid 1px #CBA373;
	}
	.aboutPage .page-contents .wide-btn:hover .arrow::before {
		transform: translateX(0%);
	}
}


/* ------------------------------------------------------------ */
/* .page-title */
/* ------------------------------------------------------------ */
.aboutPage .page-contents .page-header {
	margin-bottom: 150px;
}
.aboutPage .page-contents .page-header .container {}
.aboutPage .page-contents .page-header .container-fluid {}

/* .page-title */
.aboutPage .page-contents .page-title {}
.aboutPage .page-contents .page-title .page-title-inner {
	padding: 60px 0 50px;
}
.aboutPage .page-contents .page-title .category {
	color: #856D47;
	line-height: 1.4;
	font-size: 15px;
	margin-bottom: 0.5em;
}
.aboutPage .page-contents .page-title .title {
	color: #241D14;
	line-height: 1.4;
	font-weight: 400;
	font-size: 55px;
	letter-spacing: 0.05em;
	margin: 0;
}
.aboutPage .page-contents .page-title .sub-title {
	color: #241D14;
	line-height: 1.4;
	font-size: 30px;
	letter-spacing: 0.05em;
	margin: 6px 0 0;
}
@media (min-width: 992px) {
	.aboutPage .page-contents .page-title .page-title-inner {
		min-height: 210px;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.aboutPage .page-contents .page-header {
		margin-bottom: 100px;
	}
	.aboutPage .page-contents .page-title {
		min-height: 221px;
		display: flex;
		align-items: center;
	}
	.aboutPage .page-contents .page-title .page-title-inner {
		padding: 30px 0 25px;
	}
	.aboutPage .page-contents .page-title .category {
	}
	.aboutPage .page-contents .page-title .title {
		font-size: 35px;
		letter-spacing: 0;
	}
	.aboutPage .page-contents .page-title .sub-title {
		font-size: 18px;
		margin: 6px 0;
	}
}

/* .page-img */
.aboutPage .page-contents .page-img {
	position: relative;
}
.aboutPage .page-contents .page-img .parallax-obj {
	position: relative;
	aspect-ratio: 3.62;
	min-height: 360px;
	width: 100%;
	opacity: 0;
	border-radius: 8px;
}
.aboutPage .page-contents .page-img .parallax-obj > img {}
.aboutPage .page-contents .page-img .parallax-obj::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../_img/about/page-img-filter.jpg);
	background-size: 100% 100%;
	mix-blend-mode: multiply;
}
.aboutPage .page-contents .page-img .filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-radius: 8px;
}
.aboutPage .page-contents .page-img .filter * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: 100% 100%;
}
.aboutPage .page-contents .page-img .filter .bottom {
	background-image: url(../_img/services/filter-bottom.png);
	mix-blend-mode: screen;
}
.aboutPage .page-contents .page-img .filter .gradation {
	background-image: url(../_img/services/filter-gradation.png);
}
.aboutPage .page-contents .page-img .filter .shadow {
	background-image: url(../_img/services/filter-shadow.png);
	mix-blend-mode: multiply;
}
.aboutPage .page-contents .page-img .filter .frame {
	background-image: url(../_img/services/filter-frame.png);
	opacity: 0;
}
.aboutPage .page-contents .page-img .base-name {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.aboutPage .page-contents .page-img .base-name p {
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.03em;
	font-size: 110px;
	text-transform: uppercase;
	line-height: 1;
	color: #ffffff;
	text-shadow: 0 0 12px rgba(197, 46, 27, 0.15);
	margin: 0;
	transform: translateY(0.2em);
}
@media (max-width: 991px) {
	.aboutPage .page-contents .page-img .base-name p {
		font-size: 10.67vw;
		letter-spacing: -0.06em;
	}
}
@media (max-width: 767px) {
	.aboutPage .page-contents .page-img {
		margin: 0 -12px;
	}
	.aboutPage .page-contents .page-img .parallax-obj {
		min-height: 192px;
		aspect-ratio: 1.83;
		border-radius: 4px;
	}
	.aboutPage .page-contents .page-img .parallax-obj::after {
		background-image: url(../_img/about/page-img-filter-sp.jpg);
	}
	.aboutPage .page-contents .page-img .filter {
		border-radius: 4px;
	}
	.aboutPage .page-contents .page-img .filter .bottom {
		background-image: url(../_img/services/filter-bottom-sp.png);
	}
	.aboutPage .page-contents .page-img .filter .gradation {
		background-image: url(../_img/services/filter-gradation-sp.png);
	}
	.aboutPage .page-contents .page-img .filter .shadow {
		background-image: url(../_img/services/filter-shadow-sp.png);
	}
	.aboutPage .page-contents .page-img .filter .frame {
		background-image: url(../_img/services/filter-frame-sp.png);
		opacity: 0;
	}
}

/* .page-body */
.aboutPage .page-contents .page-body {
	position: relative;
}
.aboutPage .page-contents .page-body > .container-fluid {
}
.aboutPage .page-contents .col-wrap {}
.aboutPage .page-contents .col-wrap > .content-col {}
.aboutPage .page-contents section {
	margin-bottom: 200px;
}
.aboutPage .page-contents section:last-child {
	margin-bottom: 0;
}

/* .sec-title */
.aboutPage .page-contents .sec-title {
	margin-bottom: 60px;
}
.aboutPage .page-contents .sec-title .en-title {
	display: flex;
	align-items: center;
	color: #856D47;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 25px;
}
.aboutPage .page-contents .sec-title .en-title::before {
	content: "";
	display: block;
	width: 0.4em;
	height: 0.4em;
	margin-right: 0.75em;
	border-radius: 0.2em;
	background: linear-gradient(to right bottom, #CA271B 0%, #CA271B 25%, #811900 100%);
}
.aboutPage .page-contents .sec-title .en-title span {}
.aboutPage .page-contents .sec-title .en-title span.en {
	text-transform: uppercase;
	line-height: 1.2;
}
.aboutPage .page-contents .sec-title .en-title span.num {
	font-size: 20px;
	margin-left: 0.25em;
}
.aboutPage .page-contents .sec-title h2 {
	font-weight: 400;
	font-size: 45px;
	letter-spacing: 0.03em;
}

/* .sec-body */
.aboutPage .page-contents .sec-body h3 {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 60px;
}
.aboutPage .page-contents .sec-body {}
.aboutPage .page-contents .sec-body p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 1em;
}
.aboutPage .page-contents .about-dl {
	margin-top: 100px;
	margin-bottom: 20px;
}
.aboutPage .page-contents .about-dl:not(:first-child) {
	margin-top: 90px;
}
.aboutPage .page-contents .about-dl dl {
	position: relative;
	display: flex;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	padding: 65px 0;
	margin: 0;
}
.aboutPage .page-contents .about-dl dl:last-child {
	padding-bottom: 0;
}
.aboutPage .page-contents .about-dl dl::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 114px;
	height: 1px;
	background: linear-gradient(to left, #811900 0%, #CA271B 75%);
}
.aboutPage .page-contents .about-dl dl > * {
	flex-grow: 0;
	flex-shrink: 0;
}
.aboutPage .page-contents .about-dl dl dt {
	flex-basis: 42.86%;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.5;
}
.aboutPage .page-contents .about-dl-2 dl dt {
	flex-basis: 28.57%;
}
.aboutPage .page-contents .about-dl dl dd {
	flex-basis: 0;
	flex-grow: 1;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}
.aboutPage .page-contents .about-dl dl dd .dd-inner {
	padding: 0 0;
}
.aboutPage .page-contents .about-dl dl dd p {
	margin-bottom: 0.5em;
}
.aboutPage .page-contents .col-wrap > .side-col {}
.aboutPage .page-contents .side-col .menu-wrap {}
.aboutPage .page-contents .side-col .menu-wrap > ul {
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.aboutPage .page-contents .side-col .menu-wrap > ul > li {
	margin-bottom: 0.8em;
}
.aboutPage .page-contents .side-col .menu-wrap > ul > li:last-child {
	margin-bottom: 0;
}
.aboutPage .page-contents .side-col .menu-wrap > ul > li > a {
	letter-spacing: -0.03em;
	text-decoration: none;
	color: #241D14;
	transition: color 0.3s;
}
.aboutPage .page-contents .side-col .menu-wrap > ul > li > a.current {
	color: #B1ABA4;
}
@media (max-width: 767px) {
	.aboutPage .page-contents .sec-body h3 {
		cursor: none;
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 0;
		margin-bottom: 25px;
	}
	.aboutPage .page-contents .sec-body h3 br {
		display: none;
	}
	.aboutPage .page-contents .pl-1-box {
	}
	.aboutPage .page-contents .pl-2-box {
		padding: 0 12px;
	}
	.aboutPage .page-contents .pl-2-box p {
		line-height: 1.8;
	}
}
@media (min-width: 768px) {
	.aboutPage .page-contents .page-body {}
	.aboutPage .page-contents .col-wrap {
		display: flex;
	}
	.aboutPage .page-contents .col-wrap > .content-col {
		flex-shrink: 0;
		flex-grow: 1;
		flex-basis: 0%;
		padding-bottom: 170px;
	}
	.aboutPage .page-contents .sec-body p {}
	.aboutPage .page-contents .pl-1-box {
		width: 85.7%;
		max-width: 768px;
		margin: 95px 0 0 auto;
	}
	.aboutPage .page-contents .pl-2-box {
		width: 71.4%;
		max-width: 640px;
		margin: 95px 0 0 auto;
	}
	.aboutPage .page-contents p.stick-r-text {
		width: 90%;
		max-width: 640px;
		margin-left: auto;
	}
	.aboutPage .page-contents .about-dl dl dt {
		padding-right: 20px;
	}
	.aboutPage .page-contents .col-wrap > .side-col {
		position: relative;
		order: -1;
		flex-shrink: 0;
		flex-grow: 0;
		flex-basis: 200px;
		padding-right: 30px;
		padding-bottom: 30px;
		max-width: 268px;
	}
	.aboutPage .page-contents .side-col .side-col-title {
		display: none;
	}
	.aboutPage .page-contents .side-col .menu-wrap {
		position: sticky;
		top: 150px;
		padding-bottom: 30px;
		display: flex;
		align-items: flex-end;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul {
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li {
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li:last-child {
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a {
		position: relative;
		color: #B1ABA4;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a::before {
		position: absolute;
		top: 0.75em;
		left: -5px;
		transform: translate(-100%, -50%);
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 2px;
		background-color: #FFFFFF;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a::after {
		position: absolute;
		top: 0.75em;
		left: -5px;
		transform: translate(-100%, -50%);
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 2px;
		background: linear-gradient(to left bottom, #CA271B 0%, #CA271B 25%, #811900 100%);
		opacity: 0;
		transition: opacity 0.3s;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a.current,
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a:hover {
		color: #856D47;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a.current::after,
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a:hover::after {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.aboutPage .page-contents .col-wrap::after {
		content: "";
		flex-shrink: 1;
		flex-grow: 1;
		flex-basis: 128px;
		max-width: 268px;
	}
	.aboutPage .page-contents .col-wrap > .content-col {
		flex-basis: 79%;
		max-width: 896px;
		margin: 0 auto;
	}
	.aboutPage .page-contents .col-wrap > .side-col {
		flex-basis: 21%;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul {
	}
}
@media (max-width: 767px) {
	.aboutPage .page-contents .page-body > .container-fluid {}
	.aboutPage .page-contents section {
		margin-bottom: 90px;
	}
	.aboutPage .page-contents .sec-title {
		margin-bottom: 30px;
	}
	.aboutPage .page-contents .sec-title h2 {
		font-size: 30px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.aboutPage .page-contents .sec-title .en-title {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.aboutPage .page-contents .sec-title .en-title::before {
		width: 6px;
		height: 6px;
	}
	.aboutPage .page-contents .sec-title .en-title span.num {
		font-size: 15px;
	}
	.aboutPage .page-contents .sec-body {
		padding-left: 12px;
		padding-right: 12px;
	}
	.aboutPage .page-contents .sec-body p {
		font-size: 14px;
	}
	.aboutPage .page-contents .about-dl {
		margin-top: 50px;
	}
	.aboutPage .page-contents .about-dl dl {
		display: block;
		padding: 30px 0 35px;
	}
	.aboutPage .page-contents .about-dl dl::before {
		width: 68px;
	}
	.aboutPage .page-contents .about-dl dl dt {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.aboutPage .page-contents .about-dl dl dd {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.02em;
	}
	.aboutPage .page-contents .about-dl dl dd p {
		font-size: 14px;
	}
	.aboutPage .page-contents .col-wrap > .side-col {
		position: relative;
		margin: 90px -24px 0;
		padding: 10px 12px 100px;
		border-top: solid 1px rgba(0, 0, 0, 0.1);
	}
	.aboutPage .page-contents .col-wrap > .side-col::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		border-top: solid 1px #FFFFFF;
	}
	.aboutPage .page-contents .side-col-title {
		font-size: 40px;
		line-height: 1;
		letter-spacing: -0.06em;
		color: #856D47;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul {
		padding-left: 30px;
		margin: 0 auto;
		font-size: 15px;
		max-width: 400px;
		width: 83%;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li {
		position: relative;
		margin: 0;
		padding: 0;
		border-bottom: solid 1px #FFFFFF;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a {
		position: relative;
		padding: 16px 0 16px 20px;
		display: flex;
		align-items: center;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a::before {
		content: "";
		width: 10px;
		height: 10px;
		margin-right: 15px;
		background-image: url(/_img/common/side-nav-arrow-sp.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.aboutPage .page-contents .side-col .menu-wrap > ul > li > a.current::before {
		visibility: hidden;
	}
}


/* ------------------------------------------------------------ */
/* .companyProfilePage */
/* 会社概要 */
/* ------------------------------------------------------------ */

/* .profile-mv */
.companyProfilePage .page-contents .profile-mv {
	margin: 15px 0 180px;
}
.companyProfilePage .page-contents .profile-mv .sec-title {}
.companyProfilePage .page-contents .profile-mv .sec-title .en-title {
	margin-right: 2em;
}
.companyProfilePage .page-contents .profile-mv .sec-title h2 {
	font-size: 35px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
@media (max-width: 767px) {
	.companyProfilePage .page-contents .profile-mv {
		margin-bottom: 00px
	}
	.companyProfilePage .page-contents .profile-mv .sec-title .en-title {
		margin-right: 0;
	}
	.companyProfilePage .page-contents .profile-mv .sec-title h2 {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.companyProfilePage .page-contents .profile-mv .sec-title {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}
/* .sec01 */
.companyProfilePage .page-contents .sec01 .mot {
	margin-top: 40px;
}
.companyProfilePage .page-contents .sec01 .mot p {
	margin-bottom: 0.5em;
}
.companyProfilePage .page-contents .sec01 .mot > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.companyProfilePage .page-contents .sec01 .mot > ul > li {
	padding: 0 0 0 1.5em;
	margin: 0;
	text-indent: -1.5em;
}
.companyProfilePage .page-contents .sec01 .mot > ul > li::before {
	content: "\226B";
	margin-right: 0.5em;
	color: #CBA373;
}
.companyProfilePage .page-contents .sec01 .map-wrap {
	margin: 45px 0 30px;
}
.companyProfilePage .page-contents .sec01 .map-wrap img {
	width: 100%;
}
.companyProfilePage .page-contents .sec01 .map-btn-wrap {}
.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	min-height: 64px;
	height: 100%;
	padding: 15px 70px 15px 30px;
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 15px;
	color: #7E736C;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
}
.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn span {}
.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 72px;
	background-position: center;
	background-repeat: no-repeat;
}
.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn i.pdf {
	background-image: url(/about/img/ico-pdf.svg);
	background-size: 26px;
}
.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn i.map-pin {
	background-image: url(/about/img/ico-mappin.svg);
	background-size: 32px;
}
@media (max-width: 991px) {
	.companyProfilePage .page-contents .sec01 .map-btn-wrap > .row {
		margin: 0 -3px;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap > .row > * {
		padding: 0 3px;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn {
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	.companyProfilePage .page-contents .sec01 .mot {
		margin-top: 15px;
	}
	.companyProfilePage .page-contents .sec01 .map-wrap {
		margin: 20px 0 25px;
	}
}
@media (max-width: 575px) {
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn {
		min-height: 80px;
		padding: 12px 15px;
		align-items: flex-start;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn i {
		top: auto;
		height: 55px;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn i.pdf {
		background-size: 23px;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn i.map-pin {
		background-size: 27px;
	}

}
@media (min-width: 768px) {
	.companyProfilePage .page-contents .sec01 .about-dl dl dt {
		font-size: 20px;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn {
		transition: color 0.3s, border 0.3s;
	}
	.companyProfilePage .page-contents .sec01 .map-btn-wrap .information-btn:hover {
		color: #856D47;
		border: solid 1px #CBA373;
	}
}


/* ------------------------------------------------------------ */
/* .greetingPage */
/* 代表者ごあいさつ */
/* ------------------------------------------------------------ */

.greetingPage .page-contents .profile {
	display: flex;
	align-items: center;
	margin-top: 90px;
}
.greetingPage .page-contents .profile .img-wrap {
	margin-right: 55px;
}
.greetingPage .page-contents .profile .img-wrap img {
	border-radius: 8px;
}
.greetingPage .page-contents .profile .text-wrap {}
.greetingPage .page-contents .profile .text-wrap .position {
	line-height: 1.8;
}
.greetingPage .page-contents .profile .text-wrap .name {
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
@media (max-width: 575px) {
	.greetingPage .page-contents .profile {
		display: block;
		margin-top: 40px;
	}
	.greetingPage .page-contents .profile .img-wrap {
		margin: 0 0 20px;
	}
	.greetingPage .page-contents .profile .text-wrap .name {
		font-size: 24px;
	}
}
/* .ごあいさつ */
@media (max-width: 767px) {
	.greetingPage .page-contents .sec-title {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.greetingPage .page-contents .sec01 {
		margin-bottom: 200px;
	}
}

/* .主な著書 */
.greetingPage .page-contents .sec03 .publish-list {}
.greetingPage .page-contents .sec03 .publish-list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.greetingPage .page-contents .sec03 .publish-list ul li {
	padding: 5px 0 22px;
	margin: 0;
}
.greetingPage .page-contents .sec03 .publish-list dl {
	display: flex;
	padding: 0;
	margin: 0 -28px;
	align-items: center;
}
.greetingPage .page-contents .sec03 .publish-list dl dt,
.greetingPage .page-contents .sec03 .publish-list dl dd {
	padding: 0 28px;
	margin: 0;
}
.greetingPage .page-contents .sec03 .publish-list dl dt {
	flex-basis: 35%;
	max-width: 35%;
	flex-shrink: 0;
}
.greetingPage .page-contents .sec03 .publish-list dl dd {
	flex-grow: 1;
}
.greetingPage .page-contents .sec03 .publish-list .img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 0;
	aspect-ratio: 1;
	background-color: #EDEBE9;
	border-radius: 8px;
	box-shadow: 0 0 2px #FFFFFF, inset 0 0 2px rgba(0, 0, 0, 0.08);
}
.greetingPage .page-contents .sec03 .publish-list .img-wrap img {
	height: auto;
	width: 100%;
	max-width: 150px;
	aspect-ratio: 1;
	object-fit: contain;
}
.greetingPage .page-contents .sec03 .publish-list .type {
	color: #856D47;
	font-size: 15px;
	margin-bottom: 5px;
}
.greetingPage .page-contents .sec03 .publish-list .type .box {
	display: inline-block;
	line-height: 1.2;
	padding: 2px 8px;
	margin-right: 0.75em;
	border: solid 1px #856D47;
	border-radius: 4px;
}
.greetingPage .page-contents .sec03 .publish-list .type .supple {
	display: inline-block;
	font-size: 13px;
}
.greetingPage .page-contents .sec03 .publish-list h3 {
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 0;
}
.greetingPage .page-contents .sec03 .publish-list .publisher {
	color: #7E736C;
	margin: 0;
}
.greetingPage .page-contents .sec03 .publish-list .other {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #856D47;
}
.greetingPage .page-contents .sec03 .publish-list .other::before {
	content: "";
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin-right: 30px;
	flex-basis: 0;
	flex-grow: 1;
}
.greetingPage .page-contents .sec03 .publish-list .other span {}
@media (max-width: 767px) {
	.greetingPage .page-contents .sec03 .publish-list dl {
		margin-left: -10px;
		margin-right: -10px;
	}
	.greetingPage .page-contents .sec03 .publish-list dl dt,
	.greetingPage .page-contents .sec03 .publish-list dl dd {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 575px) {
	.greetingPage .page-contents .sec03 .sec-body {
		padding: 0 12px;
	}
	.greetingPage .page-contents .sec03 .publish-list ul {
		margin-bottom: 30px;
	}
	.greetingPage .page-contents .sec03 .publish-list ul li {
		padding: 0 0 20px;
	}
	.greetingPage .page-contents .sec03 .publish-list dl dt {
		flex-basis: 42.65%;
		max-width: 42.65%;
	}
	.greetingPage .page-contents .sec03 .publish-list .type {
		font-size: 12px;
	}
	.greetingPage .page-contents .sec03 .publish-list .type .box {
		padding: 2px 4px;
	}
	.greetingPage .page-contents .sec03 .publish-list .type .supple {
		font-size: 12px;
	}
	.greetingPage .page-contents .sec03 .publish-list h3 {
		font-size: 16px;
	}
	.greetingPage .page-contents .sec03 .publish-list .publisher {
		font-size: 13px;
	}
	.greetingPage .page-contents .sec03 .publish-list .other {
		font-size: 15px;
	}
	.greetingPage .page-contents .sec03 .publish-list .other::before {
		margin-right: 10px;
	}
}


/* ------------------------------------------------------------ */
/* .groupPage */
/* 髙野総合グループ */
/* ------------------------------------------------------------ */

.groupPage {}
.groupPage .page-contents {}

/* .group-mv */
.groupPage .page-contents .group-mv {}
.groupPage .page-contents .group-mv h2 {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 60px;
}
.groupPage .page-contents .group-mv .needs-pict {
	position: relative;
	max-width: 777px;
}
.groupPage .page-contents .group-mv .needs-pict img {
	height: auto;
}
.groupPage .page-contents .group-mv .needs-pict .on-text {
	position: absolute;
	width: 33%;
	transform: translateY(-50%);
}
.groupPage .page-contents .group-mv .needs-pict .on-text h3 {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.75em;
}
.groupPage .page-contents .group-mv .needs-pict .on-text p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

.groupPage .page-contents .group-mv .needs-pict .consulting-text {
	top: 34%;
	left: 1%;
}
.groupPage .page-contents .group-mv .needs-pict .auditor-text {
	top: 34%;
	right: 1%;
}
.groupPage .page-contents .group-mv .needs-pict .accountant-text {
	top: 86%;
	left: 33.5%;
}
@media (min-width: 768px) {
	.groupPage .page-contents .group-mv {
		margin-bottom: 200px;
	}
}
@media (max-width: 991px) {
	.groupPage .page-contents .group-mv .needs-pict .on-text h3 {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 0.5em;
	}
	.groupPage .page-contents .group-mv .needs-pict .on-text p {
		font-size: 12px;
		line-height: 1.5;
	}
	.groupPage .page-contents .group-mv .needs-pict .consulting-text {
		left: 0%;
	}
	.groupPage .page-contents .group-mv .needs-pict .auditor-text {
		right: 0%;
	}
	.groupPage .page-contents .group-mv .needs-pict .accountant-text {
	}
}
@media (max-width: 767px) {
	.groupPage .page-contents .group-mv h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.groupPage .page-contents .group-mv .zoom-btn-wrap {
		margin-top: 25px;
	}
	.groupPage .page-contents .group-mv .zoom-btn-wrap .btn-zoom {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		padding: 10px;
		margin: 0 auto;
		border: solid 1px #CBA372;
		border-radius: 8px;
		min-height: 56px;
		max-width: 224px;
		color: #CBA372;
		background-color: transparent;
		text-decoration: none;
	}
	.groupPage .page-contents .group-mv .zoom-btn-wrap .btn-zoom > * {
		padding: 0 5px;
	}
	.groupPage .page-contents .group-mv .zoom-btn-wrap .btn-zoom i {
		width: 40px;
		height: 35px;
		background-image: url(/about/img/ico-zoom.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.groupPage .page-contents .group-mv .zoom-btn-wrap .btn-zoom span {}
}

/* .sec-title */
.groupPage .page-contents section .sec-title .en-title {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.groupPage .page-contents section .sec-title {
		position: sticky;
		top: 100px;
		padding-bottom: 30px;
		margin-bottom: 0;
		max-height: calc(100vh - 75px);
		max-height: calc(100svh - 75px);
	}
	.groupPage .page-contents section .sec-title h2 {
		font-size: 40px;
		line-height: 1.4;
	}
}
@media (min-width: 992px) {
	.groupPage .page-contents section .sec-title {
		top: 150px;
		max-height: calc(100vh - 150px);
		max-height: calc(100svh - 150px);
	}
}

/* .has-border */
.groupPage .page-contents section .has-border {
	position: relative;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
}
.groupPage .page-contents section .has-border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}
.groupPage .page-contents section .has-border::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 114px;
	height: 1px;
	background: linear-gradient(to left bottom, #811900 0%, #CA271B 75%, #CA271B 100%);
}
@media (max-width: 768px) {
	.groupPage .page-contents section .has-border {
		padding: 0;
		max-width: calc(100% - 24px);
		margin: 20px auto auto;
	}
	.groupPage .page-contents section .has-border::after {
		width: 68px;
	}
}

/* .sec-title */
.groupPage .page-contents section .has-border-box {
	border-top: solid 1px #FFFFFF;
	padding: 60px 0 45px;
}
.groupPage .page-contents section .has-border-box:not(:last-child) {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.groupPage .page-contents section .has-border-box h3 {
	line-height: 1.6;
	letter-spacing: 0;
	margin-bottom: 1em;
}
.groupPage .page-contents section .has-border-box p {
	line-height: 1.8;
}
@media (max-width: 768px) {
	.groupPage .page-contents section .has-border-box {
		padding: 30px 0 15px;
	}
}

/* .group-page-sec */
.groupPage .page-contents .group-page-sec {
	margin-bottom: 130px;
}
.groupPage .page-contents .group-page-sec > .row {
	margin: 0;
	padding: 0;
}
.groupPage .page-contents .group-page-sec > .row > * {
	margin: 0;
	padding: 0;
}
.groupPage .page-contents .group-page-sec > .row > .title-col {}
.groupPage .page-contents .group-page-sec > .row > .body-col {}
.groupPage .page-contents .group-page-sec .btn-wrap {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.groupPage .page-contents .group-page-sec > .row > .title-col {
		max-width: 42.86%;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.groupPage .page-contents .group-page-sec {
		margin-bottom: 65px;
	}
}

/* ------------------------------------------------------------ */
/* .adviserPage */
/* 顧問団・専門家連携 */
/* ------------------------------------------------------------ */

.adviserPage .page-contents .adviser-mv {}
.adviserPage .page-contents .adviser-mv h2 {
	letter-spacing: 0.03em;
	line-height: 1.8;
	font-size: 35px;
}
@media (max-width: 767px) {
	.adviserPage .page-contents .adviser-mv h2 {
		font-size: 20px;
	}
	.adviserPage .page-contents .sec-title {
		margin-bottom: 25px;
	}
}
@media (min-width: 768px) {
	.adviserPage .page-contents .adviser-mv {
		margin-bottom: 200px;
	}
	.adviserPage .page-contents .adviser-mv .sec-title {
		margin-bottom: 55px;
	}
	.adviserPage .page-contents .adviser-mv .pl-2-box {
		margin-top: 0;
	}
	.adviserPage .page-contents .adviser-mv .sec-body p {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ */
/* .think-tank */
/* ------------------------------------------------------------ */

.adviserPage .page-contents .think-tank {}
.adviserPage .page-contents .think-tank .sec-title {
	margin-bottom: 95px;
}
.adviserPage .page-contents .think-tank .sec-title .sub-label {
	font-size: 20px;
	color: #7E736C;
	letter-spacing: 0.03em;
	margin-left: 1em;
}
@media (max-width: 767px) {
	.adviserPage .page-contents .think-tank .sec-title {
		margin-bottom: 30px;
	}
	.adviserPage .page-contents .think-tank .sec-title .sub-label {
		font-size: 13px;
	}
}

/* .list-title */
.adviserPage .page-contents .think-tank .list-title {
	position: relative;
	color: #856D47;
	font-size: 14px;
	line-height: 1;
	padding-bottom: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: solid 1px #FFFFFF;
}
.adviserPage .page-contents .think-tank .list-title::before,
.adviserPage .page-contents .think-tank .list-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}
.adviserPage .page-contents .think-tank .list-title::before {
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.adviserPage .page-contents .think-tank .list-title::after {
	background: linear-gradient(to left bottom, #811900 0%, #CA271B 75%, #CA271B 100%);
}


/* .think-tank */
.adviserPage .page-contents .think-tank {}
.adviserPage .page-contents .think-tank .member-row {}
.adviserPage .page-contents .think-tank .member-row > * {}
.adviserPage .page-contents .think-tank .member-row > .right-col {}
@media (max-width: 767px) {
	.adviserPage .page-contents .sec-body {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media (min-width: 768px) {
	.adviserPage .page-contents .think-tank .member-row > .left-col {
		max-width: 256px;
	}
}

/* .menu-wrap */
.adviserPage .page-contents .think-tank .menu-wrap {
}
.adviserPage .page-contents .think-tank .menu-wrap .side-col-title {
	max-width: 192px;
	margin-bottom: 30px;
}
.adviserPage .page-contents .think-tank .menu-wrap .side-col-title::after {
	width: 48px;
}
.adviserPage .page-contents .think-tank .menu-wrap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.adviserPage .page-contents .think-tank .menu-wrap ul li {}
.adviserPage .page-contents .think-tank .menu-wrap ul li a {}
@media (max-width: 767px) {
	.adviserPage .page-contents .think-tank .member-row > .left-col {
		position: sticky;
		right: 0;
		top: 64px;
		left: 0;
		z-index: 98;
	}
	.adviserPage .page-contents .think-tank .menu-wrap {
		margin: 0 -36px 40px;
	}
	.adviserPage .page-contents .think-tank .menu-wrap .side-col-title {
		display: none;
	}
	.adviserPage .page-contents .think-tank .menu-wrap .container-fluid {
		padding: 0;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul {
		display: flex;
		list-style: none;
		font-size: 13px;
		margin: 0;
		padding: 0;
		background-color: #F5F1EC;
		overflow: hidden;
	}
	.adviserPage .page-contents .think-tank .menu-wrap li {
		position: relative;
		margin: 0;
		padding: 0;
		max-width: 50%;
		flex-basis: 50%;
	}
	.adviserPage .page-contents .think-tank .menu-wrap li::before {
		position: absolute;
		content: "";
		top: -1px;
		right: 0;
		left: 0;
		transition: opacity 0.3s;
		border-top: solid 1px #E8E2DB;
	}
	.adviserPage .page-contents .think-tank .menu-wrap li::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: -1px;
		transition: opacity 0.3s;
		border-left: solid 1px #E8E2DB;
	}
	.adviserPage .page-contents .think-tank .menu-wrap a {
		position: relative;
		display: flex;
		align-items: center;
		text-decoration: none;
		padding: 15px 48px 15px 20px;
		line-height: 1.4;
		width: 100%;
		color: #7E736C;
		transition: background-color 0.3s;
	}
	.adviserPage .page-contents .think-tank .menu-wrap a .num {
		font-family: "Cormorant Infant", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		margin-right: 1.5em;
	}
	.adviserPage .page-contents .think-tank .menu-wrap a .sec-name {
		font-size: 13px;
	}
	.adviserPage .page-contents .think-tank .menu-wrap a::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 48px;
		margin-left: auto;
		background-image: url(../_img/information/ankerArrow.svg);
		background-position: center;
		background-size: 10px;
		background-repeat: no-repeat;
		transition: opacity 0.3s;
	}
	.adviserPage .page-contents .think-tank .menu-wrap a.current {
		background-color: #E8E2DB;
	}
	.adviserPage .page-contents .think-tank .menu-wrap a.current::after {
		opacity: 0;
	}

}





@media (min-width: 768px) {
	.adviserPage .page-contents .think-tank .menu-wrap {
		position: sticky;
		top: 100px;
		padding-bottom: 30px;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul {
		font-size: 20px;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li {
		margin-bottom: 0.8em;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a {
		position: relative;
		color: #B1ABA4;
		text-decoration: none;
		padding-left: 1em;
		transition: color 0.3s;
	}
	
	.adviserPage .page-contents .think-tank .menu-wrap ul li a::before,
	.adviserPage .page-contents .think-tank .menu-wrap ul li a::after {
		content: "";
		position: absolute;
		top: 0.75em;
		left: 4px;
		transform: translate(-50%, -50%);
		display: block;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a::before {
		width: 4px;
		height: 4px;
		border-radius: 4px;
		background-color: #FFFFFF;
		box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
		transition: background-color 0.3s, box-shadow 0.3s;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a::after {
		width: 8px;
		height: 8px;
		border-radius: 8px;
		border: solid 1px #CBA373;
		opacity: 0;
		transition: opacity 0.3s;
	}

	.adviserPage .page-contents .think-tank .menu-wrap ul li a.current {
		color: #856D47;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a.current::before {
		background-color: #CBA373;
		box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a.current::after {
		opacity: 1;
	}

	.adviserPage .page-contents .think-tank .menu-wrap ul li a:hover {
		color: #856D47;
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a:hover::before {
		background-color: #CBA373;
		box-shadow: 0 0 2px rgba(133, 109, 71, 0.15);
	}
	.adviserPage .page-contents .think-tank .menu-wrap ul li a:hover::after {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.adviserPage .page-contents .think-tank .menu-wrap {
		top: 150px;
	}
}

/* .member-wrap */
.adviserPage .page-contents .think-tank .right-col .list-title::after {
	width: 114px;
}
.adviserPage .page-contents .think-tank .member-wrap {
	padding-top: 60px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.adviserPage .page-contents .think-tank .list-title + .member-wrap {
	border-top: 0;
}
.adviserPage .page-contents .think-tank .member-wrap:last-child {
	border-bottom: 0;
}
.adviserPage .page-contents .think-tank .member-wrap dl {
	padding-bottom: 60px;
	margin: 0;
}
.adviserPage .page-contents .think-tank .member-wrap dl dt {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0.4em;
}
.adviserPage .page-contents .think-tank .member-wrap dl dd {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.adviserPage .page-contents .think-tank .member-wrap {
		padding-top: 40px;
	}
	.adviserPage .page-contents .think-tank .member-wrap dl {
		padding-bottom: 40px;
	}
	.adviserPage .page-contents .think-tank .member-wrap dl dt {
		font-size: 20px;
	}
	.adviserPage .page-contents .think-tank .member-wrap dl dd {
		font-size: 14px;
		line-height: 1.76;
	}
	.adviserPage .page-contents .think-tank .right-col .list-title::after {
		width: 68px;
	}
}
