@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
body {
	transition: all .8s;
}
body.bg01 {
	background: var(--common-color-background2);
}
body.bg02 {
	background: var(--common-color-main);
}
body.bg03 {
	background: var(--common-color-background1);
}
body.bg01 #fixed-header {
	background: var(--common-color-background2);
}
body.bg02 #fixed-header {
	background: var(--common-color-main);
}
body.bg03 #fixed-header {
	background: var(--common-color-background1);
}
#page-top #main-contents {
	padding-top: 0;
    padding-bottom: 0;
}

/*============================================================
 partsカスタム
*============================================================*/
/* requirements 募集要項
---------------------------------------- */
/* アコーディオン 1set */
.parts-accordions[data-name="requirements"] .accordion {
	border-bottom: 1px solid #FFF;
}
/* 開閉スイッチ */
.parts-accordions .accordion-sw .accordion-sw-inner {
	justify-content: space-between;
}
.parts-accordions[data-name="requirements"] .accordion-sw .accordion-sw-inner::before {
	content: unset;
}
.parts-accordions[data-name="requirements"] .accordion-sw .accordion-sw-inner::after {
	background-image: url(../images/top/icon-accordion-open.png);
}
/* コンテンツ */
.parts-accordions[data-name="requirements"] .accordion-content::before {
	content: unset;
}
.parts-accordions[data-name="requirements"] .accordion-content .accordion-content-inner::before {
	content: unset;
}
/* open時 */
.parts-accordions[data-name="requirements"] .accordion.open {
	border-bottom: unset;
}
.parts-accordions[data-name="requirements"] .accordion.open .accordion-sw .accordion-sw-inner::after {
	background-image: url(../images/top/icon-accordion-close.png);
}
.parts-accordions[data-name="requirements"] .accordion.open .accordion-content::before {
	content: unset;
}
/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    padding: 60px 0;
    margin-bottom: 0;
}
#page-top .parts-btn {
    margin: 0 auto;
}
#page-top .sec-title {
	margin-bottom: 40px;
}
#page-top .under-line {
	position: relative;
}
#page-top .under-line:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: calc(50% - 542px);
}
#page-top dl div {
	border-bottom: 1px solid #fff;
	padding-bottom: 32px;
	margin-bottom: 48px;
}
#page-top dl dt {
	float: left;
}
#page-top dl dd {
	margin-left: 160px;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	overflow: hidden;
}
#page-top #mainvisual .inner {
	position: relative;
	height: 720px;
	z-index: 2;
	/*max-width: 1280px;*/
	max-width: 100%;
}
#page-top #mainvisual .slider {
	position: absolute;
	width: 100%;
	z-index: 1;
}
#page-top #mainvisual .slider:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90.01deg, rgba(61, 59, 59, 0.5) 0.71%, rgba(61, 59, 59, 0) 34.61%);
	mix-blend-mode: multiply;
	z-index: 2;
}
#page-top #mainvisual .slider .slick-list {
	z-index: 1;
}
#page-top #mainvisual .slider .item {
	height: 720px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#page-top #mainvisual .slider .item.col01 {
	background-image: url(../images/top/mainvisual-img-01.jpg);
}
#page-top #mainvisual .slider .item.col02 {
	background-image: url(../images/top/mainvisual-img-02.jpg);
}
#page-top #mainvisual .slider .item.col03 {
	background-image: url(../images/top/mainvisual-img-03.jpg);
}
#page-top #mainvisual .logo {
	position: absolute;
	width: 147px;
	top: 24px;
	left: 24px;
}
#page-top #mainvisual .lead {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px 24px;
	color: var(--common-color-main);
	font-size: 36px;
	font-weight: 900;
	line-height: 1.6;
	color: #fff;
	/*background: linear-gradient(90.01deg, rgba(61, 59, 59, 0.5) 0.71%, rgba(61, 59, 59, 0) 34.61%);
	mix-blend-mode: multiply;*/
}

/*============================================================
 会社概要
*============================================================*/
#page-top #sec-about {
	padding: 120px 0 80px;
}
#page-top #sec-about .block {
	gap: 64px;
}
#page-top #sec-about .block .info {
	width: 57%;
}
#page-top #sec-about .block .img {
	width: 47%;
	max-width: 400px;
}
#page-top #sec-about .block .parts-btn {
	margin: 24px 0 0;
}
#page-top #sec-about .block .parts-btn img {
	padding: 5px 0 0 14px;
}
/*============================================================
 経営者紹介
*============================================================*/
#page-top #sec-management {
	padding: 100px 0 60px;
}
#page-top #sec-management .list {
	gap: 4%;
}
/* #page-top #sec-management .item {
	width: 340px;
} */
#page-top #sec-management .item-img {
	margin-bottom: 16px;
	max-width: 480px;
    width: calc((100% - 4% - 51%));
}
#page-top #sec-management .item-info {
	width: 51%;
}
#page-top #sec-management .item-info .name {
	font-weight: bold;
}
#page-top #sec-management .item-info .position {
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.6;
}

/*============================================================
 事業内容
*============================================================*/
#page-top #sec-duties {
	/*background: var(--common-color-background2);*/
	padding-bottom: 100px;
}
#page-top #sec-duties:before {
	background: var(--common-color-background1);
}
#page-top #sec-duties .list {
	gap: 40px;
}
#page-top #sec-duties .item {
	width: calc((100% - 40px) / 2);
}
#page-top #sec-duties .item-img {
	margin-bottom: 16px;
}
#page-top #sec-duties .item-info h3 {
	position: relative;
	padding-left: 32px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#page-top #sec-duties .item-info h3 .no {
	position: absolute;
	font-size: 14px;
	left: 0;
	top: 1px;
	font-family: var(--common-font-family-en);
}

/*============================================================
 採用情報
*============================================================*/
#page-top #sec-careers {
	/*background: var(--common-color-background2);*/
	padding: 100px 0;
}
#page-top #sec-careers:before {
	background: var(--common-color-background1);
}
#page-top #sec-careers .lead {
	margin-bottom: 40px;
}
#page-top #sec-careers .block h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
#page-top #sec-careers .tab {
	display: flex;
	margin-bottom: 0;
}
#page-top #sec-careers .tab-item {
	cursor: pointer;
	font-weight: bold;
	background: #fff;
	color: var(--common-color-main);
	line-height: 1.4;
	padding: 14px;
	text-align: center;
	/* width: 250px; */
	width: 100%;
	border-right: 3px solid #4b4848;
}
#page-top #sec-careers .tab-item.active {
	background: #4b4848;
	color: #fff;
}
#page-top #sec-careers .panel-item {
	display: none;
	background: var(--common-color-background1);
}
#page-top #sec-careers .panel-item.active {
	display: flex;
}
#page-top #sec-careers .panel-item .img {
	width: 250px;
}
#page-top #sec-careers .panel-item .info {
	width: calc(100% - 250px);
	padding: 24px 16px;
}

/*============================================================
 福利厚生
*============================================================*/
#page-top #sec-welfare {
	/*background: var(--common-color-background2);*/
	padding-top: 100px;
	padding-bottom: 100px;
}
#page-top #sec-welfare:before {
	background: var(--common-color-background1);
}
#page-top #sec-welfare .list {
	gap: 24px;
}
#page-top #sec-welfare .item {
	text-align: center;
	width: 160px;
}
#page-top #sec-welfare .item-img {
	margin-bottom: 16px;
}
#page-top #sec-welfare .item h3 {
	font-size: 16px;
	font-weight: bold;
}

/*============================================================
 時代を創る、日本一のファミリーオフィスへ
*============================================================*/
#page-top #sec-data {
	padding-top: 100px;
}
#page-top #sec-data .list {
	gap: 64px;
	max-width: 900px;
	margin: 0 auto;
}
#page-top #sec-data .item {
	text-align: center;
	width: 180px;
}
#page-top #sec-data .item h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

/*============================================================
 募集要項
*============================================================*/
#page-top #sec-requirements {
	/*background: var(--common-color-main);*/
}
#page-top #sec-requirements .sec-title {
	margin-bottom: 80px;
}
#page-top #sec-requirements .block.job-category {
	margin-bottom: 80px;
}
#page-top #sec-requirements .block h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 48px;
}
#page-top #sec-requirements h4.parts-title .ja {
	position: relative;
	font-weight: bold;
	font-size: 32px;
	display: block;
	line-height: 180%;
}
#page-top #sec-requirements h4.parts-title .ja:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--common-color-background1);
	top: 50%;
	transform: translatey(-50%);
	left: -18px;
}
#page-top #sec-requirements h4.parts-title .en {
	color: var(--common-color-background1);
	font-family: var(--common-font-family-en);
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 100%;
}
#page-top #sec-requirements h4.parts-title .en:before {
	content: unset;
}
#page-top #sec-requirements dl div {
	border-bottom: 1px solid var(--common-color-background1);
}
#page-top #sec-requirements dl div:last-child {
	margin-bottom: 0;
}
#page-top #sec-requirements dl dd p {
	margin-bottom: 16px;
}
#page-top #sec-requirements dl dd p:last-child {
    margin-bottom: 0;
}
#page-top #sec-requirements dl dd .memo {
	font-size: 12px;
	font-weight: 500;
	line-height: 180%;
}

/*============================================================
 募集要項
*============================================================*/
#page-top #sec-access .block {
	gap: 24px;
}
#page-top #sec-access .block p {
	width: 41%
}
#page-top #sec-access .block .map {
	width: 56%;
	height: 0;
	overflow: hidden;
	padding-bottom: 34.25%;
	position: relative;
}
#page-top #sec-access .block .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*============================================================
 追従リンク
*============================================================*/
#page-top #interview {
	position: fixed;
	transition: all .3s;
	z-index: 100;
	width: 100%;
	right: 40px;
	bottom: 40px;
	max-width: 395px;
	width: 100%;
	background: #fff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#page-top #interview.is-hide {
	display: none;
}
#page-top #interview .close {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top: 8px;
	right: 8px;
	width: 24px;
}
#page-top #interview a {
	transition: all .3s;
	gap: 6px;
	position: relative;
	z-index: 1;
}
#page-top #interview a:hover {
	opacity: 0.8;
}
#page-top #interview img {
	width: 100px;
}
#page-top #interview p {
	width: calc(100% - 106px);
	font-weight: bold;
	color: var(--common-color-main);
}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1128px) {
	#page-top .under-line:before {
		left: 16px;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .lead {
		padding: 24px 16px;
		font-size: 28px;
	}
	/*#page-top #mainvisual .lead > span {
		font-size: 28px;
	}*/
	
	#page-top #sec-about {
		padding: 60px 0;
	}
	#page-top #sec-about .block {
		gap: 16px;
	}
	#page-top #sec-about .block .info {
		width: 60%;
	}
	#page-top #sec-about .block .img {
		width: 44%;
	}
	
	#page-top #sec-management {
		padding-top: 60px;
	}
	
	#page-top #sec-duties {
		padding-bottom: 60px;
	}
	
	#page-top #sec-careers {
		padding: 60px 0;
	}
	
	#page-top #sec-careers .panel-item {
	}
	#page-top #sec-careers .panel-item .img {
		width: 200px;
	}
	#page-top #sec-careers .panel-item .info {
		width: calc(100% - 200px);
	}
	
	#page-top #sec-welfare {
		padding-top: 60px;
	}
	#page-top #sec-welfare .list {
		justify-content: center;
	}
	
	#page-top #sec-company {
		padding-bottom:0;
	}
	
	#page-top #sec-access .block {
		gap: 20px;
	}

    /*============================================================
     セクション
    *============================================================*/
    #page-top #interview {
		right: 16px;
		bottom: 16px;
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	#page-top .sec-title {
		margin-bottom: 32px;
	}
	
	#page-top dl div {
		padding-bottom: 24px;
		margin-bottom: 32px;
	}
	#page-top dl dt {
		float: none;
		margin-bottom: 16px;
	}
	#page-top dl dd {
		margin-left: 0;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .logo {
		width: 160px;
		top: 8px;
		left: 8px;
	}
	#page-top #mainvisual .lead {
		font-size: 24px;
		top: 270px;
		bottom: auto;
		padding: 12px 8px;
	}
	/*#page-top #mainvisual .lead > span {
		font-size: 24px;
		padding: 12px 8px;
	}
	#page-top #mainvisual .lead > span:first-child {
		margin-bottom: 12px;
	}*/
	
	#page-top #sec-about .block {
		gap: 32px;
	}
	#page-top #sec-about .block .img {
		order: 1;
		width: 100%;
	}
	#page-top #sec-about .block .info {
		order: 2;
		width: 100%;
		margin-bottom: 0;
	}
	
	#page-top #sec-careers .tab-item {
		padding: 10px;
		font-size: 14px;
	}
	#page-top #sec-careers .panel-item .info {
		width: 100%;
		max-width: 100%;
		padding: 24px;
	}
	#page-top #sec-careers .panel-item .info img {
		max-width: 480px;
		width: 100%;
		margin: 0 auto;
	}
	#page-top #sec-careers .panel-item .img {
		display: none;
	}
	
	#page-top #sec-data .sec-title .en {
		font-size: 24px;
	}
	#page-top #sec-data .item h3 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	
	#page-top #sec-access .block p {
		width: 100%;
	}
	#page-top #sec-access .block .map {
		width: 100%;
		padding-top: 56.25%;
	}

	/*============================================================
	経営者紹介
	*============================================================*/
	#page-top #sec-management .list {
		flex-direction: column;
	    align-items: center;
	}
	#page-top #sec-management .item-img {
		max-width: 327px;
		width: 100%;
	}
	#page-top #sec-management .item-info {
		width: 100%;
	}

	/*============================================================
	事業内容
	*============================================================*/
	#page-top #sec-duties .list {
		flex-direction: column;
		align-items: center;
	}
	#page-top #sec-duties .item {
    	width: 100%;
    	max-width: 327px;
	}

	/*============================================================
	時代を創る、日本一のファミリーオフィスへ
	*============================================================*/
	#page-top #sec-data {
	}
	#page-top #sec-data .list {
		gap: 7px;
	}
	#page-top #sec-data .item {
		text-align: center;
		width: 160px;
	}
	/*============================================================
	募集要項
	*============================================================*/
	#page-top #sec-requirements {
	}
	#page-top #sec-requirements h4.parts-title .ja {
		font-size: 24px;
		line-height: 130%;
	}
	#page-top #sec-requirements {
	}
	#page-top #sec-requirements {
	}

    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-セクション名 {
    }

}

@media screen and (max-width: 480px) {
	#page-top .parts-title .en {
		font-size: 24px;
	}
	
	#page-top #mainvisual .logo {
		width: 120px;
	}
	#page-top #mainvisual .slider:before {
		background: linear-gradient(90.01deg, rgba(61, 59, 59, 0.5) 0.71%, rgba(61, 59, 59, 0) 50%);
	}
	/*#page-top #mainvisual .lead {
		top: 300px;
		bottom: auto;
	}
	#page-top #mainvisual .lead {
		left: 12px;
	}*/
	
	#page-top #sec-management .item {
		width: 100%;
		max-width: 400px;
	}
	
	#page-top #sec-duties .item {
		width: 100%;
		max-width: 400px;
	}
	
	#page-top #sec-welfare .item {
		width: 148px;
	}
	
	#page-top #sec-data .sec-title .en {
		font-size: 16px;
	}
	
	#page-top #interview {
		max-width: calc(100% - 32px);
	}
	#page-top #interview p {
		padding-right: 46px;
	}
	
}
