@charset "UTF-8";


.pepople-index .first-content .intro-txt {
	text-align: center;
}
.pepople-index .index-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 100px;
}
.pepople-index .index-menu li {
	position: relative;
	width: 48%;
	margin-bottom: 40px;
}
.pepople-index .index-menu li .bnr-main-ttl {
	position: absolute;
	width: 85%;
	background: #FFF;
	bottom: 0;
	left: 0;
	z-index: 2;;
	display: inline-block;
	padding: 20px 20px;
	line-height: 1em;
	min-width:  280px;
}
.pepople-index .index-menu li .bnr-main-ttl:before {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-black.svg");
	right: 10px;
	bottom: 15px;
	transition: all .4s;
}
.pepople-index .index-menu li .bnr-main-ttl:after {
	width: 100%;
	height: 1px;
	background-size: 200% auto;
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	left: 0;
	bottom: 0;
	transition: all .5s;
}

@keyframes moveRight {
  from {
		opacity: 0;
    right: 15px;
  }
  to {
		opacity: 1;
    right: 10px;
  }
}

@media (hover: hover) {
	.pepople-index .index-menu li:hover .bnr-main-ttl:before {
		background-image: url("../img/common_img/arrow-green.svg");
		animation: moveRight .4s ease-in-out;
	}
	.pepople-index .index-menu li:hover .bnr-main-ttl:after {
		background-position: center left;
	}
}

@media screen and (max-width: 834px) {
	.pepople-index .first-content .intro-txt {
		text-align: center;
	}
	.pepople-index .index-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px auto 60px;
		max-width: 500px;
	}
	.pepople-index .index-menu li {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
	.pepople-index .index-menu li .bnr-main-ttl {
		position: absolute;
		width: 85%;
		background: #FFF;
		bottom: 0;
		left: 0;
		z-index: 2;;
		display: inline-block;
		padding: 15px 15px;
		line-height: 1em;
		min-width:  220px;
	}
	.pepople-index .index-menu li .bnr-main-ttl:before {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 10px;
		bottom: 15px;
		transition: all .4s;
	}
	.pepople-index .index-menu li .bnr-main-ttl:after {
		width: 100%;
		height: 1px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		transition: all .5s;
	}
}


.people main {
	margin-bottom: 100px;
}
.people-main-wrap {
	position: relative;
}
.people-main {
	width: 96%;
	max-width: 1250px;
	margin: 20px auto 0;
	position: relative;
}
.people-main .page-ttl {
	position: absolute;
	z-index: 2;
	left: 5%;
	top: 30px;
}
.people-main .page-ttl p {
	color: #FFF;
	font-size: 12px;
}
.people-main .page-ttl h1 {
	color: #FFF;
	font-size: 32px;
}
.two-keywords {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
	bottom: -80px;
}
.two-keywords > div {
	width: 33%;
	min-height: 300px;
	background: #FFF;
	padding: 25px 22px;
	position: relative;
}
.two-keywords > div .word-ttl {
	position: relative;
	width: 100%;
	padding: 40px 0 30px;
	margin-bottom: 20px;
}
.two-keywords .first-word .word-ttl:after {
	width: calc(50% + 80px);
	height: 4px;
	background: #000;
	left: 50%;
	bottom: 0;
}
.two-keywords .second-word .word-ttl:after {
	width: calc(50% + 80px);
	height: 4px;
	background: #000;
	right: 50%;
	bottom: 0;
}
.two-keywords > div .word-ttl span {
	font-size: 48px;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
}
.two-keywords > div .word-ttl span:before {
	width: 24px;
	height: 24px;
	background-image: url("../img/common_img/word-bracket.svg");
	left: -30px;
	top: -15px;
}
.two-keywords > div .word-ttl span:after {
	width: 24px;
	height: 24px;
	background-image: url("../img/common_img/word-bracket.svg");
	transform: rotate(180deg);
	right: -30px;
 	bottom: -15px;
}
.people-intro-wrap {
	position: relative;
	padding: 120px 0;
}
.people-intro-wrap:before {
	width: 100%;
	height: calc(100% + 200px);
	background: linear-gradient(90deg,#84c261 0%, #39992d 37.93%, #003400 100%);
	z-index: -1;
	top: -20%;
}
.people-intro-wrap .grid-row {
  display: flex;
  align-items: center;
}
.people-intro-wrap .profile {
  width: 20%;
  display: flex;
  align-items: center;
	padding: 20px 0;
	border-right: solid 1px #FFF;
}
.people-intro-wrap .profile .txt {
  text-align: left;
}
.people-intro-wrap .profile .txt p {
	color: #FFF;
}
.people-intro-wrap .profile .txt .name {
	font-family: var(--en-font);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.4em;
}
.people-intro-wrap .profile .txt .desc {
	font-size: 90%;
	line-height: 1.6em;
}
.people-intro-wrap .intro-txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
	width: 70%;
	margin-left: 5%;
}
.people-intro-wrap .intro-txt p {
  margin: 0;
	color: #FFF;
}
.people-outline {
	width: 96%;
	top: -80px;
	max-width: 1250px;
	margin: 0 auto 0;
	position: relative;
	background: #FFF;
	border: solid 1px #000;
	padding: 40px 5%;
}
.people-outline .block-ttl {
	font-family: var(--en-font);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4em;
}
.people-outline .grid-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.people-outline .grid-row .txt {
	width: 70%;
}
.people-outline .grid-row .img {
	width: 26%;
}

div[class^="interview-block"] {
	margin-bottom: 80px;
	position: relative;
}
div[class^="interview-block"] .grid-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div[class^="interview-block"] .block-ttl {
	font-size: 32px;
	line-height: 1.4em;
	padding-bottom: 20px;
}
div[class^="interview-block"] .block-ttl::first-letter {
	color: var(--main-color);
}
div[class^="interview-block"] p:not([class]) {
	padding-bottom: 1em;
}
.interview-block01 .insert-img {
	padding-top: 20px;
}
.interview-block02 .txt {
	width: 47%;
	order: 2;
}
.interview-block02 .insert-img {
	width: 47%;
	order: 1;
}
.interview-block04 .txt {
	width: 47%;
}
.interview-block04 .insert-img {
	width: 47%;
}
@media screen and (max-width: 1024px) {
	.people main {
		margin-bottom: 100px;
	}
	.people-main-wrap {
		position: relative;
	}
	.people-main {
		width: 96%;
		max-width: 1250px;
		margin: 20px auto 0;
		position: relative;
	}
	.people-main .page-ttl {
		position: absolute;
		z-index: 2;
		left: 5%;
		top: 30px;
	}
	.people-main .page-ttl p {
		color: #FFF;
		font-size: 12px;
	}
	.people-main .page-ttl h1 {
		color: #FFF;
		font-size: 32px;
	}
	.two-keywords {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		left: 50%;
		transform: translateX(-50%);
		bottom: -120px;
	}
	.two-keywords > div {
		width: 44%;
		min-height: 150px;
		background: #FFF;
		padding: 20px 18px;
		position: relative;
	}
	.two-keywords > div .word-ttl {
		position: relative;
		width: 100%;
		padding: 15px 0 25px;
		margin-bottom: 20px;
	}
	.two-keywords .first-word .word-ttl:after {
		width: calc(50% + 30px);
		height: 2px;
		background: #000;
		left: 50%;
		bottom: 0;
	}
	.two-keywords .second-word .word-ttl:after {
		width: calc(50% + 30px);
		height: 2px;
		background: #000;
		right: 50%;
		bottom: 0;
	}
	.two-keywords > div .word-ttl span {
		font-size: 24px;
		position: relative;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 10px;
	}
	.two-keywords > div .word-ttl span:before {
		width: 16px;
		height: 16px;
		background-image: url("../img/common_img/word-bracket.svg");
		left: -20px;
		top: -10px;
	}
	.two-keywords > div .word-ttl span:after {
		width: 16px;
		height: 16px;
		background-image: url("../img/common_img/word-bracket.svg");
		transform: rotate(180deg);
		right: -20px;
		bottom: -10px;
	}
	.two-keywords > div .word-ttl ~ p {
		line-height: 1.6em;
		font-size: 14px;
	}
	.people-intro-wrap {
		position: relative;
		padding: 180px 0 120px;
	}
	.people-intro-wrap:before {
		width: 100%;
		height: calc(100% + 200px);
		background: linear-gradient(90deg,#84c261 0%, #39992d 37.93%, #003400 100%);
		z-index: -1;
		top: -20%;
	}
	.people-intro-wrap .grid-row {
		display: flex;
		align-items: center;
	}
	.people-intro-wrap .profile {
		width: 20%;
		display: flex;
		align-items: center;
		padding: 20px 0;
		border-right: solid 1px #FFF;
	}
	.people-intro-wrap .profile .txt {
		text-align: left;
	}
	.people-intro-wrap .profile .txt p {
		color: #FFF;
	}
	.people-intro-wrap .profile .txt .name {
		font-family: var(--en-font);
		font-size: 50px;
		font-weight: 600;
		line-height: 1.4em;
	}
	.people-intro-wrap .profile .txt .desc {
		font-size: 90%;
		line-height: 1.6em;
	}
	.people-intro-wrap .intro-txt {
		flex-grow: 1;
		display: flex;
		align-items: center;
		width: 70%;
		margin-left: 5%;
	}
	.people-intro-wrap .intro-txt p {
		margin: 0;
		color: #FFF;
	}
	.people-outline {
		width: 96%;
		top: -80px;
		max-width: 1250px;
		margin: 0 auto 0;
		position: relative;
		background: #FFF;
		border: solid 1px #000;
		padding: 40px 5%;
	}
	.people-outline .block-ttl {
		font-family: var(--en-font);
		font-size: 32px;
		font-weight: 600;
		line-height: 1.4em;
	}
	.people-outline .grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.people-outline .grid-row .txt {
		width: 70%;
	}
	.people-outline .grid-row .img {
		width: 26%;
	}

	div[class^="interview-block"] {
		margin-bottom: 80px;
		position: relative;
	}
	div[class^="interview-block"] .grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	div[class^="interview-block"] .block-ttl {
		font-size: 24px;
		line-height: 1.4em;
		padding-bottom: 20px;
	}
	div[class^="interview-block"] .block-ttl::first-letter {
		color: var(--main-color);
	}
	div[class^="interview-block"] p:not([class]) {
		padding-bottom: 1em;
	}
	.interview-block01 .insert-img {
		padding-top: 20px;
	}
	.interview-block02 .txt {
		width: 47%;
		order: 2;
	}
	.interview-block02 .insert-img {
		width: 47%;
		order: 1;
	}
	.interview-block04 .txt {
		width: 47%;
	}
	.interview-block04 .insert-img {
		width: 47%;
	}
}
@media screen and (max-width: 834px) {
	.people main {
		margin-bottom: 60px;
	}
	.people-main-wrap {
		position: relative;
		background: linear-gradient(90deg,#84c261 0%, #39992d 37.93%, #003400 100%);
	}
	.people-main {
		width: 100%;
		max-width: 1250px;
		margin: 0 auto 0;
		position: relative;
	}
	.people-main .main-visual img {
		object-fit: cover;
		min-height: 200px;
	}
	.people-main .page-ttl {
		position: absolute;
		z-index: 2;
		left: 5%;
		top: 20px;
	}
	.people-main .page-ttl p {
		color: #FFF;
		font-size: 10px;
		line-height: 1.4em;
	}
	.people-main .page-ttl h1 {
		color: #FFF;
		font-size: 22px;
		line-height: 1.4em;
	}
	.two-keywords {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		left: auto;
		transform: translateX(0);
		bottom: 20px;
		margin: 0 auto;
	}
	.two-keywords > div {
		width: 48%;
		min-height: auto;
		background: #FFF;
		padding: 10px;
		position: relative;
	}
	.two-keywords > div p:not([class]) {
		line-height: 1.6em;
		font-size: 12px;
	}
	.two-keywords > div .word-ttl {
		position: relative;
		width: 100%;
		padding: 20px 0 10px;
		margin-bottom:10px;
	}
	.two-keywords .first-word .word-ttl:after {
		display: none;
	}
	.two-keywords .second-word .word-ttl:after {
		display: none;
	}
	.two-keywords > div .word-ttl span {
		font-size: 28px;
		position: relative;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		padding: 0 10px;
	}
	.two-keywords > div .word-ttl span:before {
		width: 16px;
		height: 16px;
		background-image: url("../img/common_img/word-bracket.svg");
		left: -10px;
		top: -10px;
	}
	.two-keywords > div .word-ttl span:after {
		width: 16px;
		height: 16px;
		background-image: url("../img/common_img/word-bracket.svg");
		transform: rotate(180deg);
		right: -10px;
		bottom: -10px;
	}
	.people-intro-wrap {
		position: relative;
		padding: 0 0;
	}
	.people-intro-wrap:before {
		width: 100%;
		height: calc(100% + 100px);
		background: linear-gradient(90deg,#84c261 0%, #39992d 37.93%, #003400 100%);
		z-index: -1;
		top: -50px;
	}
	.people-intro-wrap .grid-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 90%;
		margin: 0 auto;
	}
	.people-intro-wrap .profile {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px 0;
		margin-bottom: 20px;
		border-right: none;
		border-bottom: solid 1px #FFF;
	}
	.people-intro-wrap .profile .txt {
		flex: 1;
		text-align: center;
	}
	.people-intro-wrap .profile .txt p {
		color: #FFF;
	}
	.people-intro-wrap .profile .txt .name {
		font-family: var(--en-font);
		font-size: 50px;
		font-weight: 600;
		line-height: 1.4em;
	}
	.people-intro-wrap .profile .txt .desc {
		font-size: 90%;
		line-height: 1.6em;
	}
	.people-intro-wrap .intro-txt {
		flex-grow: 1;
		display: flex;
		align-items: center;
		width: 100%;
		margin-left: 0;
		padding-bottom: 40px;
	}
	.people-intro-wrap .intro-txt p {
		margin: 0;
		color: #FFF;
	}
	.people-outline {
		width: 96%;
		top: -10px;
		max-width: 1250px;
		margin: 0 auto 40px;
		position: relative;
		background: #FFF;
		border: solid 1px #000;
		padding: 30px 5%;
	}
	.people-outline .block-ttl {
		font-family: var(--en-font);
		font-size: 32px;
		font-weight: 600;
		line-height: 1.4em;
	}
	.people-outline .grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.people-outline .grid-row .txt {
		width: 100%;
		padding-bottom: 10px;
	}
	.people-outline .grid-row .img {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}

	div[class^="interview-block"] {
		margin-bottom: 40px;
		position: relative;
	}
	div[class^="interview-block"] .grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	div[class^="interview-block"] .block-ttl {
		font-size: 18px;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	div[class^="interview-block"] .block-ttl::first-letter {
		color: var(--main-color);
	}
	div[class^="interview-block"] p:not([class]) {
		padding-bottom: 1em;
	}
	.interview-block01 .insert-img {
		padding-top: 10px;
	}
	.interview-block01 .insert-img img {
		object-fit: cover;
		min-height: 200px;
	}
	.interview-block01 .insert-img.full img {
		object-fit: cover;
		min-height: 100%;
	}
	.interview-block02 .txt {
		width: 100%;
		padding-bottom: 10px;
		order: 1;
	}
	.interview-block02 .insert-img {
		width: 100%;
		order: 2;
		max-width: 300px;
		margin: 0 auto;
	}
	.interview-block04 .txt {
		width: 100%;
		padding-bottom: 10px;
	}
	.interview-block04 .insert-img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
.spk-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3%;
	justify-items: start;
	position: relative;
}
.spk-list li {
	margin-bottom: 10px;
}
.spk-list li .grid-row .img {
	width: 40%;
}
.spk-list li .grid-row .txt {
	padding-left: 15px;
}
.spk-list li p {
	color: #FFF;
}
.spk-list li .grid-row .txt .name {
	font-family: var(--en-font);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4em;
}
.spk-list li .grid-row .txt p:not([class]) {
	font-size: 12px;
	line-height: 1.4em;
}
.spk-list li > p {
	font-size: 13px;
	line-height: 1.6em;
	padding: 10px 0 0;
}

@media screen and (max-width: 1100px) {
	.spk-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 3%;
		justify-items: start;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 834px) {
	.spk-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2%;
		justify-items: start;
		position: relative;
	}
	.spk-list li {
		margin-bottom: 10px;
	}
	.spk-list li .grid-row .img {
		width: 90%;
		margin: 0 auto;
	}
	.spk-list li .grid-row .txt {
		padding: 5px 0 0;
	}
	.spk-list li p {
		color: #FFF;
	}
	.spk-list li .grid-row .txt .name {
		font-family: var(--en-font);
		font-size: 30px;
		font-weight: 600;
		line-height: 1.4em;
	}
	.spk-list li .grid-row .txt p:not([class]) {
		font-size: 12px;
		line-height: 1.4em;
	}
	.spk-list li > p {
		font-size: 11px;
		line-height: 1.46em;
		padding: 10px 4% 0;
	}
}