/*---------------
mv
---------------*/
#ab-mv{
	position: relative;
	height: 669px;
	overflow: visible;
}
.ab-mv-bg{
	position: absolute;
	top: 55px;
	width: 50%;
	opacity: 0;
	will-change: transform;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.ab-mv-bg-a{
	left: 0;
	transform: translateX(-10%);
}
.ab-mv-bg-b{
	right: 0;
	transform: translateX(10%);
}
.ab-mv-bg img{
	width: 100%;
	object-fit: contain;
}
.ab-head-wrap{
	position: absolute;
	z-index: 5;
	top: 225px;
	left: 0;
	right: 0;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ab-head-l h2{
	margin-bottom: 13px;
}
.ab-head-r{
}
.ab-head-r img{
	width: 173px;
	transform: rotate(11deg);
	transform: translateX(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  opacity: 0;
}
.ab-head-r img.show {
  opacity: 1;
  transform: translateX(0);
}
.ab-anchor{
	position: absolute;
	top: 520px;
	left: 0;
	right: 0;
	width: 836px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.anchor-bl{
	text-align: center;
}
.ab-anchor span{
	margin-top: 40px;
	width: 80px;
	height: 2px;
	transform: rotate(90deg);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.anchor-bl img{
	width: 88px;
	margin: 0 auto;
}

@media all and (max-width: 786px){
	#ab-mv{
		height: 512px;
		margin-bottom: 40px;
		overflow-x: hidden;
	}
	.ab-mv-bg{
		position: absolute;
		top: 148px;
	}
	.ab-mv-bg img{
		height: 169px;
		width: 100%;
	}
	.ab-head-wrap{
		position: absolute;
		z-index: 5;
		top: 124px;
		left: 0;
		right: 0;
		height: 160px;
		width: calc(100% - 48px);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.ab-head-l h2{
		margin-bottom: 8px;
	}
	.ab-head-r img{
		width: 173px;
		transform: rotate(11deg);
	}
	.ab-anchor{
		position: absolute;
		top: 388px;
		left: 0;
		right: 0;
		width: calc(100% - 48px);
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.anchor-bl{
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	.ab-anchor h3{
		width: 120px;
		text-align: left;
	}
	.ab-anchor span{
		margin: 12px 0;
		width: 100%;
		height: 2px;
		transform: rotate(0deg);
	}
	.anchor-bl img{
		width: 33px;
		margin: 0;
	}
}

/*---------------
why
---------------*/
#ab-why{
	position: relative;
	width: 100%;
	margin: 0 auto 120px;	
}
.ab-why-wrap{
	position: relative;
	background: #fff;
	width: calc(100% - 80px);
	max-width: 1440px;
	margin: 0 auto;	
	padding: 120px 0;
}
.ab-des{
	display: flex;
	margin-bottom: 30.6vw;
}
.ab-des-l{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33.8vw;
	max-width: 448px;
}
.ab-des-l img{
	width: 44px;
	margin: 0 auto 28px;
}
.ab-des-r{
	width: calc(100% - 33.8vw);
	max-width: 680px;
}
.ab-des-r h3{
	margin-bottom: 36px;
	font-weight: 700;
}
.ab-detail{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.ab-view{
	position: absolute;
	top: 775px;
	left: 0;
	right: 0;
	width: 100%;
}
.ab-vision{
	width: 1000px;
	margin: 0 auto;
}
.vision-head{
	display: flex;
	margin-bottom: 34px;
}
.vision-head h2{
	margin-right: 40px;
}
.vision-head h3{
	font-weight: bold;
}
.vision-des{
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.vision-des span{
	font-weight: 700;
}
@media all and (max-width: 786px){
	#ab-why{
		max-width: initial;
		margin: 0 auto 70px;	
	}
	.ab-why-wrap{
		width: 100%;
		margin: 0;	
		padding: 35px 0 80px;
	}
	.ab-des{
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.ab-des-l{
		flex-direction: row;
		align-items: center;
		justify-content: initial;
		width: calc(100% - 24px);
		margin-left: 24px;
		margin-bottom: 23px;
	}
	.ab-des-l img{
		width: 32px;
		margin: 0 20px 0 0;
	}
	.ab-des-r{
		width: calc(100% - 48px);
		margin: 24px auto 170px;
		max-width: initial;
	}
	.ab-des-r h3{
		margin-bottom: 27px;
	}
	.ab-detail{
		display: flex;
		flex-direction: column;
		justify-content:space-between;
	}
	.ab-view{
		position: absolute;
		top: 1020px;
		left: 0;
		right: 0;
		width: 100%;
	}
	.ab-vision{
		width: calc(100% - 48px);
		margin: 0 auto;
	}
	.vision-head{
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
	}
	.vision-head h2{
		margin-right: 8px;
	}
	.vision-head h3{
		font-weight: bold;
	}
	.vision-des{
		display: flex;
		flex-direction: column;
		justify-content:space-between;
		letter-spacing: 0.04em;
	}
	.vision-des span{
		font-weight: 700;
	}
}

/*---------------
member
---------------*/
#ab-member{
	width: 1185px;
	margin: 0 auto 120px;
}
.member-head{
	margin-bottom: 40px;
}
.member-head h2{
	margin-bottom: 8px;
}
.board-mb-wrap{
	width: 100%;
}
.board-mb-wrap .board{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.member-li{
	opacity: 0;
}
.board-mb-wrap .member-li{
	position: relative;
	height: 124px;
	width: 294px;
	margin: 0 40px 40px 0;
}
.board-mb-wrap .member-li::after {
	content: "";
	position: absolute;
	right: -120px;
	top: 0;
	margin-top: 60px;
	width: 141px;
	height: 2px;
	transform: rotate(120deg);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.board-mb-wrap .member-li:nth-child(3n)::after {
	display: none;
}
.board-mb-wrap .member-li:last-child::after {
	display: none;
}
.board-mb-wrap .member-li .prof-l{
	position: absolute;
	top: 17px;
	left: 16px;
	z-index: 5;
	height: 80px;
	width: 80px;
	transform: rotate(45deg);
	overflow: hidden;
}
.board-mb-wrap .member-li .prof-l img{
	height: 113px;
	max-width: initial;
	object-fit: cover;
	transform: rotate(-45deg) translate(0px,-23px);
}
.board-mb-wrap .member-li .prof-r{
	position: absolute;
	top: 0;
	left: 66px;
}
.board-mb-wrap .member-li .prof-r .prof-name{
	margin: 10px 0 19px 61px;
}
.board-mb-wrap .member-li .prof-r .prof-pos{
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	text-align: left;
	padding-left: 61px;
	font-style: italic;
}
.mb-wrap .member-li{
	position: relative;
	height: 124px;
	width: 170px;
}
.mb-wrap .board{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.mb-wrap .member-li::after {
	content: "";
	position: absolute;
	right: -150px;
	top: 0;
	margin-top: 60px;
	width: 141px;
	height: 2px;
	transform: rotate(120deg);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.mb-wrap .member-li:nth-child(4n)::after {
	display: none;
}
.mb-wrap .member-li .prof-r{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.mb-wrap .member-li .prof-r .prof-name{
	margin: 10px 0 19px 0;
}
.mb-wrap .member-li .prof-r .prof-pos{
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	padding-left: 9px;
	font-style: italic;
}

@media all and (max-width: 786px){
	#ab-member{
		width: calc(100% - 48px);
		margin: 0 auto 89px;
	}
	.member-head{
	}
	.member-head h2{
		margin-bottom: 0;
	}
	.board-mb-wrap{
		width: 100%;
	}
	.board-mb-wrap .board{
		margin: 0 38px 40px;
	}
	.board-mb-wrap .member-li{
		position: static;
		height: auto;
		width: 120px;
		margin-right: 0;
	}
	.board-mb-wrap .member-li::after{
		display: none;
	}
	.board-mb-wrap .member-li .prof-l{
		position: static;
		top: 0;
		left: 0;
		right: 0;
		height: 46px;
		width: 46px;
		margin: 0 auto;
	}
	.board-mb-wrap .member-li .prof-l img{
		height: 75px;
		max-width: initial;
		object-fit: cover;
		transform: rotate(-45deg) translate(0px,-15px);
	}
	.board-mb-wrap .member-li .prof-r{
		position: static;
		text-align: center;
		margin-top: 16px;
	}
	.board-mb-wrap .member-li .prof-r .prof-name{
		margin: 0 auto 8px;
		width: 100%;
	}
	.board-mb-wrap .member-li .prof-r .prof-name h3{
		margin-bottom: 3px;
	}
	.board-mb-wrap .member-li .prof-r .prof-pos{
		padding-left: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 3px 0;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	}
	.mb-wrap .board{
		justify-content: start;
	}
	.mb-wrap .member-li{
		position: relative;
		height: 65px;
		width: calc((100% - 40px) / 2);
		margin-right: 20px;
	}
	.mb-wrap .member-li::after{
		display: none;
	}
	.mb-wrap .member-li:nth-child(2n){
		margin-right: 0;
	}
	.mb-wrap .member-li .prof-r{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.mb-wrap .member-li .prof-r .prof-name{
		margin: 0 0 4px 8px;
	}
	.mb-wrap .member-li .prof-r .prof-pos{
		padding-left: 8px;
	}
}

/*---------------
info
---------------*/
#ab-info{
	background: #fff;
	height: 603px;
	width: calc(100% - 80px);
	max-width: 1440px;
	margin: 0 auto;	
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.ab-info-wrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.ab-info{
	display: flex;
	padding: 24px 0 21px;
	border-bottom: 1px solid #212121;
}
.ab-info:first-child{
	margin-top: 0;
}
.ab-info:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.ab-info h3{
	font-weight: bold;
	width: 192px;
}
.ab-info p{
	width: calc(100% - 192px);
}


@media all and (max-width: 786px){
	#ab-info{
		width: calc(100% - 40px);
		max-width: initial;
		margin: 0 auto;	
		padding: 24px;
	}
	.ab-info-wrap{
	}
	.ab-info{
		display: flex;
		flex-direction: column;
		padding: 24px 0 16px;
		border-bottom: 1px solid #212121;
	}
	.ab-info:first-child{
	}
	.ab-info:last-child{
	}
	.ab-info h3{
		width: auto;
		letter-spacing: -0.011em;
		margin-bottom: 8px;
	}
	.ab-info p{
		width: auto;
		letter-spacing: -0.011em;
	}
}

/*---------------
return
---------------*/
#ab-return{
	height: 88px;
	width: calc(100% - 88px);
	margin: 100px auto;	
	max-width: 1440px;
}
#ab-return .return-inner {
  display: inline-block;
  position: relative;
}
#ab-return .return-inner img {
  transition: opacity 0.5s ease;
  height: 88px;
  width: 88px;
  filter: drop-shadow(0px 4px 16px rgba(0,0,0,0.12));
}
#ab-return .return-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://highlite.jp/wp-content/themes/jinr-child/images/common/return_b.png');
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#ab-return .return-inner:hover img {
  opacity: 0;
}
#ab-return .return-inner:hover::after {
  opacity: 1;
}

@media all and (max-width: 786px){
	#ab-return{
		height: 67px;
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 40px auto;	
	}
	#ab-return .return-inner {
	}

	#ab-return .return-inner img {
	  transition: unset;
	  height: 67px;
		width: 67px;
	}

	#ab-return .return-inner::after {
	  transition: unset;
	}

	#ab-return .return-inner:hover img {
	  pointer-events: none;
	}

	#ab-return .return-inner:hover::after {
	  pointer-events: none;
	}
}

/*---------------
modal
---------------*/
.c-modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
.c-modal_bg {
	background: rgba(0, 0, 0, 1);
	height: 100vh;
	width: 100%;
}
.c-modal_content {
	background: #DBD9DA;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 840px;
	height: 523px;
}
.c-modal_content_inner {
	position: relative;
	display: flex;
	padding: 35px;
}
.c-modal01{
	position: absolute;
	top: 35px;
	left: 32px;
	height: 280px;
	width: 200px;
}
.c-modal01 img{
	height: 280px;
	width: 200px;
	object-fit: cover;
}
.c-modal02{
	position: absolute;
	top: 51px;
	left: 272px;
}
.c-modal02 h2, .c-modal02 h3{
	margin-bottom: 12px;
}
.c-modal02 .prof-sns{
	display: flex;
}
.c-modal02 .prof-sns img{
	height: 40px;
	width: 40px;
	transition: filter 0.3s ease; 
}
.c-modal02 .prof-sns img:hover {
    filter: brightness(1.2); /* 明るさを20%増加 */
}
.c-modal02 .prof-sns img:first-child{
	margin-right: 8px;
}
.c-modal03{
	position: absolute;
	top: 204px;
	left: 272px;
	height: 280px;
	width: 568px;
	padding-right: 40px;
	overflow-y: scroll;
}

@media all and (max-width: 786px){
	.c-modal {
	}
	.c-modal_bg {
	}
	.c-modal_content {
		width: calc(100% - 32px);
		height: auto;
	}
	.c-modal_content_inner {
		position: relative;
		display: flex;
		height: 419px;
		padding: 11px 24px 40px 16px;
	}
	.c-modal01{
		position: absolute;
		top: 11px;
		left: 16px;
		height: 216px;
		width: 154px;
	}
	.c-modal01 img{
		height: 216px;
		width: 154px;
		object-fit: cover;
	}
	.c-modal02{
		position: absolute;
		top: 62px;
		left: 186px;
	}
	.c-modal02 h2{
		margin-bottom: 8px;
	}
	.c-modal02 h3{
		margin-bottom: 24px;
	}
	.c-modal02 .prof-sns{
	}
	.c-modal02 .prof-sns img{
	}
	.c-modal02 .prof-sns img:first-child{
	}
	.c-modal03{
		position: absolute;
		top: auto;
		left: 16px;
		bottom: 40px;
		padding: 0;
		height: 128px;
		width: calc(100% - 40px);
	}
}







