/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	margin-bottom: 6rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	margin-bottom: 10rem;
}
.kv .title {
	display: table;
	margin: 0 auto;
	text-align: left;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	margin: 0 1.6rem 6rem;
	padding: 2.5rem 0;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}
.profile .name {
	margin-bottom: 2.8rem;
	font-weight: 700;
}
.profile .name .jp {
	display: block;
	margin-bottom: 2rem;
	font-size: 2.4rem;
}
.profile .name .en {
	display: block;
	font-size: 1.6rem;
}
.profile .text {
	font-size: 1.6rem;
	line-height: 3rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	display: flex;
	max-width: 80rem;
	margin: 0 auto 13rem;
	padding: 4rem 0;
}
.profile .name {
	flex: 1;
}
.profile .name .jp {
	margin-bottom: 1rem;
}
.profile .text {
	width: 52.3rem;
	line-height: 2.8rem;
}
}/* @media */
/* -----------------------------------------------
= wrap
----------------------------------------------- */
.wrap {
	padding: 0 1.6rem;
}
.contents img {
	display: block;
	margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.wrap {
	display: flex;
	justify-content: space-between;
	max-width: 112rem;
	margin: 0 auto;
	padding-bottom: 14rem;
}
.contents {
	max-width: 80rem;
	order: 1;
}
.contents img {
	margin-bottom: 6rem;
}
.side {
	max-width: 17rem;
	order: 2;
}
.side dl {
	position: sticky;
	top: 11rem;
}
}/* @media */
@media print, screen and (min-width: 1500px) {/* widePC */
.wrap {
	max-width: 150rem;
	padding-left: 35rem;
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.side dl {
	padding: 0 2rem 4rem;
}
.side dt {
	font-family: var(--fontEn);
	font-size: 1.6rem;
	font-weight: 700;
}
.side dd li {
	margin: 2rem 0;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.side dd li a {
	display: inline-block;
	position: relative;
	padding-left: 1.6rem;
}
.side dd li a::before {
	content: '';
	position: absolute;
	top: .4rem;
	left: 0;
	width: 1rem;
	height: 1.2rem;
	background: #008A32;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (min-width: 768px) {/* PC */
.side dl {
	padding: 0;
}
.side dt {
	position: relative;
}
.side dt::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 3em);
	border-bottom: 1px solid #a7a7a7;
}
.side dd li {
	line-height: 1.8rem;
}
.side dd li a {
	color: #525252;
	transition: opacity .3s;
}
.side dd li a:hover {
	opacity: .8;
}
.side dd li.is-active a {
	color: #000;
}
.side dd li a::before {
	opacity: 0;
}
.side dd li.is-active a::before {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin-top: -10rem;
	padding-top: 10rem;
	padding-bottom: 6rem;
}
.block .title {
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #B1B1B1;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.2rem;
}
.block .text {
	font-size: 1.6rem;
	line-height: 3rem;
}
.block .text + .text {
	margin-top: 3rem;
}
.block .note {
	margin-top: 3rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.block .title {
	padding-bottom: .5rem;
	font-size: 2.8rem;
	line-height: 4rem;
}
.block .text {
	line-height: 2.8rem;
}
.block .text + .text {
	margin-top: 2.8rem;
}
}/* @media */
/* -----------------------------------------------
= other
----------------------------------------------- */
.other .list .name {
	margin: 1rem 0;
	font-size: 1.6rem;
	line-height: 3rem;
}
.other .list .name span {
	margin-left: 1em;
	font-weight: 700;
}
.other .list .text {
	font-size: 1.8rem;
}
.other .btn_more {
	margin-top: 6rem;
}
.other .btn_more a {
	display: block;
	padding: 2rem 0;
	border: .2rem solid #707070;
	border-radius: 3rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.other .list .text {
	font-size: 2.4rem;
}
.other .btn_more {
	max-width: 72rem;
	margin: 0 auto;
}
.other .btn_more a {
	padding: 1.1rem 0;
	border: 1px solid #000;
	transition: opacity .3s;
}
.other .btn_more a:hover {
	opacity: .8;
}
}/* @media */
