@charset "UTF-8";

/* ------------------------------------------- */
/* kv */
/* ------------------------------------------- */
.kv-area {
	position: relative;
	margin-bottom: 11.6rem;
	height: 71.4rem;
}
@media screen and (max-width: 767px){
	.kv-area {
    margin-bottom: 8.5rem;
		height: auto;
	}
}
.kv-area .kv-photo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.kv-area .kv-photo {
		position: relative;
		padding-left: 3rem;
	}
	.kv-area .kv-photo:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -0.1rem;
		z-index: 1;
		display: block;
		width: 3rem;
		height: 14.2rem;
		background: #004F93;
	}
}
.kv-area .kv-photo img {
	max-width: 85.7rem;
}
@media screen and (max-width: 767px) {
	.kv-area .kv-photo img {
		max-width: 100%;
	}
}
.kv-area .kv-text {
	position: absolute;
	left: 0;
	top: 6.1rem;
	z-index: 0;
	width: 119.3rem;
	height: 65.3rem;
	padding: 15.5rem 0 0 20.6rem;
	background: #004f93;
}
@media screen and (max-width: 767px) {
	.kv-area .kv-text {
		position: static;
		padding: 3.3rem 2rem 14rem;
		width: 100%;
		height: auto;
	}
}
.kv-area .kv-text .text-title {
	margin-bottom: 4.7rem;
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-title {
		margin-bottom: 2rem;
	}
}
.kv-area .kv-text .text-title img {
	max-width: 68.8rem;
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-title img {
		max-width: 100%;
	}
}
.kv-area .kv-text .text-detail {
	letter-spacing: 0.08em;
	line-height: 2.375;
	font-size: 1.8rem;
	color: #fff;
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-detail {
		line-height: 1.8;
		font-size: 1.4rem;
	}
}
.kv-area .kv-text .text-detail:before,
.kv-area .kv-text .text-detail:after {
	content: "";
	position: absolute;
	z-index: 0;
	display: block;
	background: no-repeat center center / 100% auto;
	pointer-events: none;
}
.kv-area .kv-text .text-detail:before {
	left: 0;
	bottom: -11.6rem;
	width: 50.9rem;
	height: 24.9rem;
	background-image: url(../img/index/kv_obj01.jpg?ver=230817);
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-detail:before {
		left: -4.5rem;
		bottom: -2rem;
		width: 26.6rem;
		height: 13rem;
		background-size: cover;
	}
	}
.kv-area .kv-text .text-detail:after {
	left: 67.8rem;
	bottom: -7.6rem;
	width: 23.9rem;
	height: 29.8rem;
	background-image: url(../img/index/kv_obj02.jpg);
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-detail:after {
		/* left: 24.6rem; */
		left: auto;
		right: 5rem;
		bottom: -8.5rem;
		width: 12.5rem;
		height: 15.6rem;
		background-size: cover;
	}
}

.kv-area .kv-text .text-detail .detail-catch {
	font-weight: 500;
	font-size: 4.2rem;
	letter-spacing: 0.08em;
	line-height: 1.714;
	color: #fff;
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-detail .detail-catch {
		font-size: 1.8rem;
		text-align: center;
	}
}
.kv-area .kv-text .text-detail .detail-catch .catch-sub{
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-detail .detail-catch .catch-sub{
		margin-bottom: 0.5rem;
}
}
.kv-area .kv-text .text-detail .detail-catch .catch-main span {
	font-weight: 500;
	font-size: 5.9rem;
	letter-spacing: 0.08em;
	line-height: 1.220;
}
@media screen and (max-width: 767px){
	.kv-area .kv-text .text-detail .detail-catch .catch-main span {
		font-size: 3rem;
	}
}

/* ------------------------------------------- */
/* message */
/* ------------------------------------------- */
.edit-area.message {
	position: relative;
	padding: 9.2rem 0 0;
}
@media screen and (max-width: 767px) {
	.edit-area.message {
		padding: 6rem 0 0;
	}
}
.edit-area.message:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 50%;
	background: #f6f6f6;
}

/* message-set */
.edit-area.message .message-set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set {
		margin-top: 3rem;
	}
}
.edit-area.message .message-set .set-photo {
	position: relative;
	z-index: 1;
	width: 74rem;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .set-photo {
		margin-bottom: -2rem;
		width: 100%;
		text-align: center;
	}
}
.edit-area.message .message-set .set-photo img {
	max-width: 78rem;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .set-photo img {
		max-width: 100%;
	}
}

.edit-area.message .message-set .set-text {
	position: relative;
	z-index: 0;
	margin-top: 11.7rem;
	padding: 14.3rem 0 14.5rem;
	width: calc(100% - 74rem - 8.7rem);
	background: #004f93;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .set-text {
		margin-top: 0;
		padding: 4rem 0;
		width: 100%;
	}
}
.edit-area.message .message-set .set-text:before,
.edit-area.message .message-set .set-text:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 0;
	background: #004f93;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .set-text:before,
	.edit-area.message .message-set .set-text:after {
		/* display: none; */
	}
}
.edit-area.message .message-set .set-text:before {
	right: 100%;
	width: 24rem;
}
.edit-area.message .message-set .set-text:after {
	left: 100%;
	width: 43.3rem;
}
.edit-area.message .message-set .text-title {
	margin-bottom: 4.3rem;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1.5625;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .text-title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
}
.edit-area.message .message-set .text-detail {
	margin-bottom: 6rem;
	letter-spacing: 0.08em;
	line-height: 2.5;
	color: #fff;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .text-detail {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}
.edit-area.message .message-set .text-detail p {
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.edit-area.message .message-set .text-detail p {
		margin-bottom: 1rem;
	}
}
.edit-area.message .message-set .text-detail p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------- */
/* job */
/* ------------------------------------------- */
.edit-area.job {
	padding: 8.6rem 0 11rem;
	background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
	.edit-area.job {
		padding: 6rem 0;
	}
}
.edit-area.job .job-detail {
	margin: 7rem 0 6rem;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 1.833;
	text-align: center;
	color: #333;
}
@media screen and (max-width: 767px) {
	.edit-area.job .job-detail {
		margin: 4rem 0 3rem;
		font-size: 1.4rem;
		text-align: left;
	}
}
.edit-area.job .job-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8.3rem;
}
@media screen and (max-width: 767px) {
	.edit-area.job .job-list {
		margin-bottom: 6rem;
		display: block;
	}
}
.edit-area.job .job-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 7rem;
	width: 27.8rem;
	height: 27.8rem;
	background: #fff;
	filter: drop-shadow(0px 3px 25px rgba(0, 0, 0, 0.02));
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	.edit-area.job .job-list li {
		margin: 0 auto 2rem;
		justify-content: center;
		padding-bottom: 0;
		width: 24rem;
		height: 24rem;
	}
}
.edit-area.job .job-list .list-photo {
	margin-bottom: 1.8rem;
}
.edit-area.job .job-list li:nth-child(1) .list-photo img {
	width: 6.7rem;
}
.edit-area.job .job-list li:nth-child(2) .list-photo img {
	width: 6.9rem;
}
.edit-area.job .job-list li:nth-child(3) .list-photo img {
	width: 9.3rem;
}
.edit-area.job .job-list li:nth-child(4) .list-photo img {
	width: 7.4rem;
}
@media screen and (max-width: 767px) {
	.edit-area.job .job-list li:nth-child(1) .list-photo img {
		width: 4.7rem;
	}
	.edit-area.job .job-list li:nth-child(2) .list-photo img {
		width: 4.9rem;
	}
	.edit-area.job .job-list li:nth-child(3) .list-photo img {
		width: 7.3rem;
	}
	.edit-area.job .job-list li:nth-child(4) .list-photo img {
		width: 5.4rem;
	}
}
.edit-area.job .job-list .text-title {
	text-align: center;
	line-height: 1.444;
	letter-spacing: 0.08em;
}
.edit-area.job .job-list .text-title .title-main {
	font-weight: 500;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.edit-area.job .job-list .text-title .title-main {
		font-size: 1.6rem;
	}
}

/* ------------------------------------------- */
/* staff */
/* ------------------------------------------- */
.edit-area.staff {
	padding: 8.9rem 0 11.3rem;
	background-color: #004f93;
}
@media screen and (max-width: 767px) {
	.edit-area.staff {
		padding: 6rem 0;
	}
}

.common-list.staff {
	margin: 6.7rem 0 9rem;
}
@media screen and (max-width: 767px) {
	.common-list.staff {
		margin: 4rem 0 5rem;
	}
}


/* ------------------------------------------- */
/* talk */
/* ------------------------------------------- */
.edit-area.talk {
	padding: 9rem 0 12.1rem;
}
@media screen and (max-width: 767px) {
	.edit-area.talk {
		padding: 6rem 0;
	}
}
.edit-area.talk .talk-detail {
	margin: 4.5rem 0 6.7rem;
}
@media screen and (max-width: 767px) {
	.edit-area.talk .talk-detail {
		margin: 3rem 0 4rem;
	}
}
.edit-area.talk .talk-detail p {
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 1.833;
	text-align: center;
	color: #333;
}
@media screen and (max-width: 767px) {
	.edit-area.talk .talk-detail p {
		font-size: 1.4rem;
		text-align: left;
	}
}
.edit-area.talk .talk-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.edit-area.talk .talk-list li {
	margin-left: 3rem;
	width: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
	.edit-area.talk .talk-list li {
		margin: 0 0 1rem;
		width: 100%;
	}
	.edit-area.talk .talk-list li:last-child {
		margin-bottom: 0;
	}
}
.edit-area.talk .talk-list li:nth-child(2n + 1) {
	margin-left: 0;
}
.edit-area.talk .talk-list li a {
	transition: ease 0.25s opacity;
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.edit-area.talk .talk-list li a:hover {
		opacity: 0.9;
	}
}

/* ------------------------------------------- */
/* other */
/* ------------------------------------------- */
.edit-area.other {
	padding: 9rem 0;
	background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
	.edit-area.other {
		padding: 6rem 0;
	}
}

.edit-area.other .other-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.edit-area.other .other-list li {
	position: relative;
	margin-left: 3rem;
	width: calc(50% - 1.5rem);
}
@media screen and (max-width: 767px) {
	.edit-area.other .other-list li {
		margin: 0 0 1rem;
		width: 100%;
	}
	.edit-area.other .other-list li:last-child {
		margin-bottom: 0;
	}
}
.edit-area.other .other-list li:nth-child(2n + 1) {
	margin-left: 0;
}

.edit-area.other .other-list li a {
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	.edit-area.other .other-list li a:hover {
		opacity: 0.9;
	}
}

.edit-area.other .other-list .list-title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 3.5rem 4rem;
	font-weight: 500;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #fff;
	width: 100%;
	height: 100%;
	background: url(../common/img/parts/icon_arrow01_02.svg) no-repeat right 3rem bottom 4rem / 2.5rem auto;
}

@media screen and (max-width: 767px) {
	.edit-area.other .other-list .list-title {
		padding: 2rem;
		font-size: 1.6rem;
		background-position: right 2rem bottom 2.4rem;
	}
	.edit-area.other .other-list .list-photo img {
		object-fit: cover;
		object-position: center center;
		height: 20rem;
	}
}

/* ------------------------------------------- */
/* news */
/* ------------------------------------------- */
.edit-area.news {
	padding: 11.3rem 0 8.8rem;
}
@media screen and (max-width: 767px) {
	.edit-area.news {
		padding: 6rem 0;
	}
}

/* news-set */
.edit-area.news .news-set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.edit-area.news .news-set {
		margin-bottom: 2rem;
	}
}
.edit-area.news .news-set .set-text {
	width: 93rem;
}
@media screen and (max-width: 767px) {
	.edit-area.news .news-set .set-text {
		margin-bottom: 2rem;
		width: 100%;
		text-align: center;
	}
}
.edit-area.news .news-set .set-title {
	width: calc(100% - 93rem - 7rem);
}
@media screen and (max-width: 767px) {
	.edit-area.news .news-set .set-title {
		margin-bottom: 3rem;
		width: 100%;
	}
}
.edit-area.news .news-set .text-title {
}
@media screen and (max-width: 767px) {
	.edit-area.news .news-set .text-title {
		margin-bottom: 2rem;
	}
}
