@charset "utf-8";
/*------------------------------------------------------------
	people
------------------------------------------------------------*/
#main {
	padding-top: 59px;
}
#main::before {
	width: 380px;
	height: 746px;
	position: absolute;
	right: 0;
	top: -189px;
	background: url("../images/people/bg01.png") no-repeat right top / 100%;
	content: '';
}
#main .link-list {
	margin: 0 auto 95px;
	max-width: 310px;
}
#main .link-list li {
	margin-bottom: 19px;
}
#main .link-list li:nth-child(1) {
	margin-bottom: 23px;
}
#main .link-list li:last-child {
	margin-bottom: 0;
}
#main .link-list li a {
	min-height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.1em;
	background: #fff;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.09);
	border-radius: 32px;
	box-sizing: border-box;
}
#main p {
	margin-bottom: 29px;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1.933;
	z-index: 1;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .text01 {
	margin-bottom: 37px;
	line-height: 2.067;
}
#main .text02 {
	margin-bottom: 45px;
}
#main .text03 {
	margin-bottom: 35px;
}
#main .photo01 {
	margin: 0 -20px 23px;
}
#main .photo01 img {
	width: 100%;
}
#main .photo02 {
	margin: 0 -20px 47px auto;
	width: 92%;
	position: relative;
}
#main .photo02::before {
	content: '';
	width: 262px;
	height: 338px;
	position: absolute;
	right: 0;
	bottom: -252px;
	background: url("../images/people/bg02.png") no-repeat right top / 100%;
}
#main .photo02 img {
	width: 100%;
	position: relative;
	z-index: 1;
}
#main .sec-box {
	margin-bottom: 40px;
	padding-top: 70px;
}
#main .sec02 {
	margin-bottom: 42px;
}
#main .sec02 .photo02::before {
	bottom: -22px;
}
#main .sec02 .text03 {
	margin-bottom: 65px;
}
#main .sec03 {
	margin-bottom: -20px;
}
#main .sec03 .headline01 {
	margin-bottom: 40px;
}
#main .sec03 .headline02 {
	margin-bottom: 101px;
}
#main .sec03 .headline02::before {
	bottom: -15px;
}
#main .sec03 .headline02::after {
	bottom: -85px;
}
#main .sec03 .headline02 .en {
	margin-top: 34px;
}
#main .sec03 .photo02::before {
	bottom: 18px;
}
#main .sec04 .headline01 {
	margin-bottom: 39px;
}
#main .sec04 .photo02::before {
	bottom: 18px;
}
#main .sec05 .photo02::before {
	bottom: 250px;
}
#main .sec05 {
	margin-bottom: 54px;
}
@media all and (max-width: 359px) {
	#main .link-list li a {
		letter-spacing: 0.025em;
	}
}
@media all and (min-width: 1025px) {
	#main .link-list li a:hover {
		opacity: 0.7;
	}
}