@charset "UTF-8";

.l-main .c-textlink a,
.l-main .c-link__item--pdf a {
	color: #006DC5;
	text-decoration: underline;
}

/*グループ企業*/
.p-group ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.p-group li {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
	padding: 24px;
		width: 48%;
	border-radius: 16px;
	background: #f7f5f3;
}

.p-group li:last-child {
	margin-bottom: 2rem;
	padding: 0;
	background: initial;
}

.p-group ul li ul {
	display: flex;
	flex-direction: column;
}

.p-group ul li ul li {
	width: 100%;
	background: #f7f5f3;
}

.p-group ul li ul li:last-child {
	padding: 2rem;
	background: #f7f5f3;
}

.p-group ul li ul li:last-child {
	margin-bottom: 0;
}

.p-group li .p-group__corporate {
	display: block;
	margin: 0 auto;
}

.p-group__corporate-logo {
	margin-bottom: 2rem;
}

.p-group li .p-group__corporate-logo img {
	width: 100%;
	border-radius: 8px;
}

.p-group li .p-group__corporate-title {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}

.p-group li .c-btn-area {
	margin-top: auto;
	padding-bottom: 0;
}

.p-group li .c-btn-area .c-btn {
	margin-bottom: 0;
}

@container wrap-host (max-width: 360px) {
	.p-group li .c-btn-area {
		padding-left: 0;
		padding-right: 0;
	}
  .c-btn-area .c-btn {
    margin: 1rem 0 0 0;
  }
	.p-group li .c-btn-area .c-btn{
		font-size: 14px;
		max-width: 280px;
		width: 100%;
	}
}
/*テーブル*/
.p-table__container {
	container-type: inline-size;
}

.p-table__container table {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.8;
}

.p-table__container th,
.p-table__container td {
	display: block;
	padding: 0 2rem 2rem;
	width: 100%;
	vertical-align: middle;
}

.p-table__container th {
	padding-block: 1.5rem 0;
	font-weight: 500;
}

.p-table__container td {
	font-weight: 400;
}

.p-table__container tr:nth-child(odd) th,
.p-table__container tr:nth-child(odd) td {
	background: #f7f5f3;
}

.p-table__container.p-table__history th,
.p-table__container.p-table__history td {
	padding-block: 0;
}

.p-table__container.p-table__history th {
	padding-top: 1.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #707070;
}

.p-table__container.p-table__history td {
	padding-bottom: 1.5rem;
}


/*ステートメントページ*/
.c-anchor__container.p-anchor {
	justify-content: center;
}

.p-top__img img {
	border-radius: 24px;
}

.p-philosophy__top--message {
	margin: 3rem auto;
}

.p-philosophy__president--sign {
	margin-top: 3rem;
	text-align: right;
}

.p-philosophy__wrap {
	margin-bottom: 5rem;
	text-align: center;
}

.p-philosophy__wrap .c-text {
	line-height: 2;
}

.p-philosophy__wrap--head {
	margin-bottom: 4rem;
	line-height: 1.4;
	font-size: 3.6rem;
	font-weight: 700;
}

/*mvv*/
.p-philosophy__mvv {
	display: flex;
	flex-direction: column;
	padding-inline: 2rem;
}

.p-philosophy__mvv--head,
.p-philosophy__mvv--wrap {
	width: 100%;
}

.p-philosophy__mvv--head {
	color: #c00;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
}

.p-philosophy__mvv--head p {
	position: relative;
}

.p-philosophy__mvv--head p::after {
	position: absolute;
	content: "";
	top: 30%;
	right: 0;
	width: 60%;
	height: 1.5px;
	border-radius: 5px;
	background: #e0dedc;
	transform: translateY(-50%);
}

.p-philosophy__mvv--head span {
	display: block;
	font-size: 1.2rem;
}

.p-philosophy__mvv--wrap {
	margin-block: 2.5rem;
}

.p-philosophy__mvv--item {
	margin-bottom: 3rem;
	padding: 0;
}

.p-philosophy__mvv--item h3 {
	margin-bottom: 2rem;
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-philosophy__note {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #707070;
	margin-top: 34px;
}

@container wrap-host (max-width: 767px) {
	.c-area:has(.c-anchor__container) {
		margin-bottom: 80px;
	}

	.p-table__container th {
		padding: 32px 16px 0;
	}

	.p-table__container td {
		padding: 0 16px 32px;
	}

	.p-table__container.p-table__history th {
		padding: 16px 16px 0;
	}

	.p-table__container.p-table__history td {
		padding: 0 16px 16px;
	}

	.p-top__img img {
		border-radius: 16px;
	}
	.p-group li {
		
		padding: 16px;
	width: 100%;
	}
}


@container (min-width: 500px) {

	.p-group ul li ul li {
		width: 100%;
	}

	.p-table__container th,
	.p-table__container td {
		display: table-cell;
		padding: 3rem 2rem;
	}

	.p-table__container th {
		width: 20%;
	}

	.p-table__container td {
		width: 80%;
	}

	.p-table__container.p-table__history th,
	.p-table__container.p-table__history td {
		padding-block: 1.5rem;
	}

	.p-table__container.p-table__history th {
		width: 22.5%;
	}

	.p-table__container.p-table__history td {}

	.c-anchor__container.p-anchor {
		justify-content: center;
	}

	.p-philosophy__wrap--head {
		font-size: 4.8rem;
	}

	.p-philosophy__mvv--head p::after {
		content: none;
	}

	.p-philosophy__mvv {
		flex-direction: row;
	}

	.p-philosophy__mvv--head {
		width: 20%;
	}

	.p-philosophy__mvv--wrap {
		padding: 2rem 0;
		width: 80%;
		border-top: 1.5px solid #e0dedc;
	}

	.p-philosophy__mvv--item {
		margin-block: 3rem;
	}

	.p-philosophy__mvv--item h3 {
		width: 38rem;
	}
}

.c-anchor__wrap--item {
	margin: 24px 24px 0 0;
}

.c-anchor__wrap--item:nth-of-type(1),
.c-anchor__wrap--item:nth-of-type(2),
.c-anchor__wrap--item:nth-of-type(3) {
	margin-top: 0;
}

.c-anchor__wrap--item:nth-of-type(3n) {
	margin-right: 0;
}

.c-anchor__wrap--item a {
	left: 50%;
	padding: 16px 16px 20px;
	line-height: 1;
}

.c-anchor__wrap--item.link-item a {
	padding: 20px 2px;
}

.c-anchor__wrap--item a::after {
	bottom: -7px;
	left: calc(50% - 0.5rem);
}

.c-link__item--arrow li,
.c-link__item--pdf li {
	margin-bottom: 0;
}

#finance .c-link__item--arrow li:first-of-type,
#finance .c-link__item--pdf li:first-of-type a {
	display: flex;
	align-items: flex-start;
	min-height: 46px;
}

@container wrap-host (max-width: 767px) {
	.c-anchor__wrap--item {
		width: calc(50% - 8px);
		height: 45px;
		margin: 16px 16px 0 0;
	}

	.c-anchor__wrap--item:nth-of-type(1),
	.c-anchor__wrap--item:nth-of-type(2) {
		margin-top: 0;
	}
	.c-anchor__wrap--item:nth-of-type(3) {
		margin-top: 16px;
	}

	.c-anchor__wrap--item:nth-of-type(3n) {
		margin-right: 16px;
	}
	.c-anchor__wrap--item:nth-of-type(2n) {
		margin-right: 0;
	}

	.c-anchor__wrap--item a {
		top: 3px;
		left: 49.5%;
		font-size: 1.4rem;
		padding: 8px 8px 18px;
	}

	.c-anchor__wrap--item.link-item a {
		padding: 13px 2px;
	}

	.c-anchor__wrap--item a::after {
		bottom: -7px;
	}

}

.p-table__container tr td .p-table__executive {
	margin-bottom: 10px;
}
.p-table__container tr td .p-table__executive tr th {
	background-color: #F7F5F3;
	border: 1px solid #E0DEDC;
	padding: 16px;
}
.p-table__container tr td .p-table__executive tr:first-of-type th {
	background-color: #EBEAE6;
	text-align: center;
}
.p-table__container tr td .p-table__executive tr td {
	background-color: #FFFFFF;
	border: 1px solid #E0DEDC;
	width: 35%;
	padding: 16px;
}

.p-table__container tr td .p-table__executive tr th:first-of-type {
	width: 30%;
}

@container wrap-host (max-width: 767px) {
	.p-table__container tr td .p-table__executive {
		border-bottom: 1px solid #E0DEDC;
		border-right: 1px solid #E0DEDC;
	}
	.p-table__container tr td .p-table__executive tr th,
	.p-table__container tr td .p-table__executive tr td {
		font-size: 14px;
		padding: 8px;
		border-bottom: none;
		border-right: none;
		display: flex;
		align-items: center;
	}
	.p-table__container tr td .p-table__executive tr {
		display: flex;
	}
	.p-table__container tr td .p-table__executive tr:first-of-type th:nth-child(1) {
		width: 30%;
	}
	.p-table__container tr td .p-table__executive tr:first-of-type th:nth-child(2),
	.p-table__container tr td .p-table__executive tr:first-of-type th:nth-child(3) {
		width: 35%;
	}
}