	@charset "utf-8";
.row-reverse {
	flex-direction: row-reverse;
}
.bold {
	font-weight: bold;
}
.aie {
	align-items: end;
}
.text_right {
	text-align: right;
}
figure {
	position: relative;
}
figcaption {
	margin-top: 3px;
	font-size: 12px;
}
figcaption.shadow {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 8px;
	color: #fff;
	text-shadow:
		0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:768px) {
	figcaption {
		margin-top: 2px;
		font-size: 10px;
	}
}
.mainArticle {
	max-width: 1280px;
	width: 96%;
}
.keyVisual__cap {
	position: static;
}
.mainArticle__headline {
	white-space: nowrap;
}
.profileBox {
	border: 1px solid #dcdcdc;
	margin-top: 40px;
}
.profileBox__inner {
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.profileBox.profileBox--2col {
	margin-bottom: 40px;
}
.profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
	width: calc(180/780*100%);
}
.profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
	width: calc(570/780*100%);
}
@media only screen and (max-width: 736px) {
	.keyVisual {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.profileBox {
		margin-top: calc(60/750*100vw);
	}
	.profileBox__inner {
		padding: calc(40/750*100vw);
		display: flex;
		flex-direction: column;
	}
	.profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
		width: 100%;
	}
	.profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
		width: 100%;
		margin-top: calc(40/750*100vw);
	}
	.profileBox.profileBox--2col .profileBox__item img {
		width: 100%;
	}
}
.profileBox__name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .13em;
	line-height: 1;
}
.profileBox__name small {
	font-size: 14px;
}
@media only screen and (max-width: 736px) {
	.profileBox__name {
		font-size: calc(32/750*100vw);
	}
	.profileBox__name small {
		font-size: calc(24/750*100vw);
	}
	.profileBox .photo__image {
		width: 100%;
	}
}
.mainArticle__headline {
	white-space: nowrap;
}
@media only screen and (max-width: 736px) {
	.mainArticle__headline {
		white-space: inherit;
		font-size: calc(33vw/750*100);
		font-size: 19px;
		line-height: 1.5;
	}
}
.profileBox__text {
	font-size: 14px;
	line-height: 1.714;
}
.profileBox__text::before, .profileBox__text::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
.profileBox__text::before {
	margin-top: calc((1 - 1.714) * 0.5em);
}
.profileBox__text::after {
	margin-bottom: calc((1 - 1.714) * 0.5em);
}
.text + .cap {
	margin-top: 40px;
}
.cap + .photo {
	margin-top: 15px;
}
.photo + .text {
	margin-top: 60px;
}
.photo__cap--left {
	left: 0;
	right: auto;
	text-align: left;
}
.cap--right {
	margin-top: 10px;
	text-align: right;
}
@media only screen and (max-width: 736px) {
	.profileBox__text {
		font-size: calc(24/750*100vw);
		letter-spacing: .15em;
	}
	.text + .cap {
		margin-top: calc(60/750*100vw);
	}
	.photo + .text {
		margin-top: calc(100/750*100vw);
	}
	.cap + .photo {
		margin-top: calc(20/750*100vw);
	}
}
/* views */
.spView {
	display: none !important;
}
@media only screen and (max-width:768px) {
	.spView {
		display: block !important;
	}
	.pcView {
		display: none !important;
	}
}
/* top_area
========================================== */
.top_area {
	margin-top: 70px;
}
.top_wrap {
	display: flex;
	justify-content: space-between;
}
.top_img {
	width: 58%;
}
.top_img figure {
	margin-right: -80px;
}
.top_text {
	width: 42%;
}
.top_text_img {
	width: 74%;
	margin-top: 30px;
	margin-left: auto;
}
.top_img_cap {
	margin-top: -30px;
	text-align: right;
	font-size: 12px;
}
@media only screen and (max-width:768px) {
	.top_area {
		margin-top: 30px;
	}
	.top_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.top_img {
		width: 100%;
		order: 1;
	}
	.top_img figure {
		margin-right: auto;
	}
	.top_text {
		display: contents;
	}
	.top_text_img {
		width: 100%;
		margin-top: 30px;
		order: 2;
	}
	.top_img_cap {
		margin-top: 4px;
		font-size: 10px;
		text-align: left;
	}
}
/* top_contents_box
========================================== */
.top_contents_box_area {
	position: relative;
	margin-top: 50px;
}
.bg_obi {
	position: relative;
}
.bg_obi::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(200, 185, 83, 0.1);
	width: 100vw;
	height: 60%;
}
.top_contents_box {
	margin: auto;
	border: 1px solid #dbdbdb;
	padding: 50px 40px 30px;
}
.top_contents_box_wrap {
	display: flex;
	column-gap: 5%;
}
.top_contents_box_img {
	width: 24%;
}
.top_contents_box_body {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_contents_box_body figure {
	margin-top: 4px;
}
.top_contents_box_body2 {
	width: 60%;
}
.top_contents_box_name {
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.top_contents_box_name .text_m {
	font-size: 16px;
}
.top_contents_box_name .text_l {
	font-size: 18px;
	margin-top: 4px;
}
.top_contents_box_name .text_s {
	font-size: 14px;
	margin-top: 4px;
}
.top_contents_box_career {
	margin-top: 16px;
}
.top_contents_box_career li {
	font-size: 14px;
	padding: 2px 0;
}
.top_contents_box_wrap2 {
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.top_contents_box_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.top_contents_box_img_wrap {
	width: 53%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8px;
}
.top_contents_box.top_contents_box2 {
	margin-top: 40px;
}
.top_contents_box2 .top_contents_box_name {
	text-align: right;
}
.top_contents_box_body2 .top_contents_box_text {
	margin-top: 40px;
}
.img_cap {
	margin-top: 3px;
	font-size: 12px;
	text-align: right;
}
@media only screen and (max-width:768px) {
	.top_contents_box_area {
		margin-top: 30px;
	}
	.top_contents_box {
		padding: 26px 20px 26px;
	}
	.top_contents_box_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.top_contents_box_img {
		width: 100%;
	}
	.top_contents_box_body {
		width: 78%;
		margin-inline: auto;
		row-gap: 20px;
	}
	.top_contents_box_name .text_m {
		font-size: 10px;
	}
	.text_m {
		font-size: 10px;
	}
	.top_contents_box_name .text_l {
		font-size: 14px;
	}
	.top_contents_box_name .text_s {
		font-size: 10px;
	}
	.top_contents_box_career {
		margin-top: 14px;
	}
	.top_contents_box_career li {
		font-size: 12px;
	}
	.top_contents_box_wrap2 {
		margin-top: 10px;
		flex-direction: column;
		row-gap: 20px;
	}
	.top_contents_box_body2 {
		width: 100%;
	}
	.top_contents_box_text {
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
	.top_contents_box_img_wrap {
		width: 100%;
		column-gap: 8px;
	}
	.top_contents_box_img_wrap figcaption {
		font-size: 10px;
	}
	.top_contents_box.top_contents_box2 {
		margin-top: 40px;
	}
	.top_contents_box2 .top_contents_box_name {
		text-align: left;
	}
	.top_contents_box_body2 .top_contents_box_text {
		margin-top: 20px;
	}
	.img_cap {
		font-size: 10px;
		text-align: right;
		padding-right: 10px;
	}
}
/* contents
========================================== */
.contents {
	margin-top: 120px;
}
.contents_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.contents_title {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.contents_title2 {
	font-size: 24px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.img_wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.contents_body {
	width: 45%;
}
.contents_img {
	width: 49.2%;
}
.contents_body2 {
	width: 60%;
}
.contents_img2 {
	width: 35%;
}
.contents_body3 {
	width: 42%;
}
.contents_img3 {
	width: 56%;
}
.contents_wrap.mt {
	margin-top: 60px;
}
.contents_wrap.mt_l {
	margin-top: 160px;
}
.wide_img {
	margin-top: 120px;
}
.contents_box {
	position: relative;
	margin-top: 100px;
	border: 1px solid #dbdbdb;
	padding: 50px 40px 50px;
}
.contents_box_lead {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.contents_box_text {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 70px;
}
.contents_box_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents_box_left {
	width: 41.5%;
	align-self: start;
}
.contents_box_right {
	width: 48%;
}
.contents_box_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 48px;
}
.contents_cap {
	text-align: right;
	margin-top: 6px;
	font-size: 14px;
}
.box_title01 {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 482px;
}
.box_graph {
	max-width: 1000px;
	width: 100%;
	margin: 40px auto 0;
}
.contents_box_item {
	border: 1px solid #b9ab60;
	text-align: center;
	padding: 18px 10px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.8;
}
.icon_img {
	margin-top: 50px;
}
.img_mt {
	margin-top: 44px;
}
.bottom_area {
	margin-top: 120px;
}
.bottom_title {
	font-size: 21px;
	letter-spacing: 0.01em;
	line-height: 1.8;
	text-align: center;
}
.bottom_lead {
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
	letter-spacing: 0.1em;
	line-height: 2.25;
}
.contents_bottom_cap {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 100px;
}
@media only screen and (max-width:768px) {
	.contents {
		margin-top: 60px;
	}
	.contents_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.contents_cap {
		font-size: 12px;
	}
	.contents_title {
		font-size: 20px;
		letter-spacing: 0.2em;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.contents_title2 {
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.img_wrap {
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
		column-gap: 40px;
	}
	.contents_body {
		width: 100%;
	}
	.contents_img {
		width: 100%;
	}
	.contents_body2 {
		width: 100%;
	}
	.contents_img2 {
		width: 84%;
		margin-inline: auto;
	}
	.contents_body3 {
		width: 100%;
	}
	.contents_img3 {
		width: 100%;
	}
	.contents_img.sp_wide {
		width: auto;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.contents_wrap.mt {
		margin-top: 40px;
	}
	.text {
		font-size: 12px;
		line-height: 1.5;
	}
	.contents_wrap.mt_l {
		margin-top: 80px;
	}
	.wide_img {
		margin-top: 40px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.wide_img .contents_title {
		padding-left: 20px;
	}
	.contents_box {
		margin-top: 40px;
		padding: 30px 20px 30px;
	}
	.contents_box_lead {
		font-size: 13px;
	}
	.contents_box_wrap {
		margin-top: 0px;
		flex-direction: column;
	}
	.contents_box_text {
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.6;
		margin-bottom: 18px;
	}
	.contents_box_left {
		width: 100%;
		align-self: start;
	}
	.contents_box_right {
		width: 100%;
		margin-top: 6px;
	}
	.sankaku {
		width: 24px;
		transform: rotate(90deg);
	}
	.contents_box_grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 10px;
	}
	.box_title01 {
		top: -12px;
		width: 300px;
	}
	.box_graph {
		margin: 20px auto 0;
	}
	.contents_box_item {
		padding: 18px 8px;
		font-size: 12px;
	}
	.icon_img {
		margin-top: 20px;
	}
	.img_mt {
		margin-top: 24px;
	}
	.bottom_area {
		margin-top: 60px;
	}
	.bottom_title {
		font-size: 15px;
	}
	.bottom_lead {
		font-size: 10px;
		margin-top: 40px;
	}
	.bottom_img {
		margin-top: 10px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.bottom_img img {
		display: block;
		width: 100vw;
	}
	.contents_bottom_cap {
		font-size: 10px;
		margin-top: 40px;
	}
}
/* contents_grid
=========================== */
.contents_grid_title {
	color: #b9ab60;
	font-size: 20px;
	margin-bottom: 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.contents_grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 80px;
}
@media only screen and (max-width:768px) {
	.contents_grid_title {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.contents_grid {
		margin-top: 50px;
		justify-content: center;
		grid-template-columns: repeat(1, 78%);
		row-gap: 24px;
	}
}
/* top_contents_box
========================================== */
.top_contents_box_img2 {
	width: 52%;
}
.top_contents_box_body3 {
	width: 42%;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.top_contents_box_name .text_m2 {
	font-size: 16px;
	margin-top: 14px;
}
.top_contents_box_name .text_l2 {
	font-size: 18px;
	letter-spacing: 0.1em;
}
.top_contents_box_name .text_s2 {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 14px;
	letter-spacing: 0.1em;
}
.top_contents_box_inwrap {
	display: flex;
	justify-content: space-between;
}
.top_contents_box_inwrap figure {
	width: 64%;
}
.box_inwrap_body {
	width: 34%;
}
.box_inwrap_body p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
@media only screen and (max-width:768px) {
	.top_contents_box_body3 {
		display: contents;
	}
	.top_contents_box_name .text_m2 {
		font-size: 14px;
		margin-top: 14px;
	}
	.top_contents_box_name .text_l2 {
		font-size: 16px;
	}
	.top_contents_box_name .text_s2 {
		font-size: 10px;
		margin-top: 10px;
	}
	.top_contents_box_img2 {
		width: 100%;
	}
	.top_contents_box_inwrap {
		flex-direction: column;
		row-gap: 12px;
		order: 1;
	}
	.top_contents_box_inwrap figure {
		width: 78%;
		margin-inline: auto;
	}
	.box_inwrap_body {
		width: 100%;
	}
	.box_inwrap_body p {
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
}
/* img_grid
========================================== */
.img_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px;
}
/* bottom_link_btn
=========================== */
.bottom_link_btn {
	position: relative;
	margin: 80px auto 0;
	background: #b9ab60;
	display: block;
	width: 100%;
	max-width: 550px;
	padding: 20px 10px;
	font-size: 21px;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}
.bottom_link_btn::after {
	content: '';
	position: absolute;
	background-image: url(../imgs/arow.png);
	background-image: url(../imgs/015/arow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 55px;
	height: 11px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}
.bottom_link_btn:hover {
	opacity: .7;
}
@media only screen and (max-width:768px) {
	.bottom_link_btn {
		display: block;
		margin: 24px auto 0;
		padding: 16px 0;
		font-size: 14px;
	}
	.bottom_link_btn::after {
		width: 42px;
		height: 6px;
		right: 10px;
		top: 58%;
	}
}