body {
    counter-reset: global_count;
}

.ul-encircled > li p{
	line-height: 2;
}

.ul-numbered > li {
    position: relative;
    padding-left: 1.5em;
    line-height: 2;
}

.ul-numbered > li:before {
    counter-increment: global_count;
    content: counter(global_count) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #014099;
}

.ul-numbered.__black > li:before {
    color: #252525;
}



.mod-toggleItem:not(.__color_code) .__contents {
    padding: 25px 80px 25px 80px;
    background-color: #f6f6f6
}

.mod-toggleItem:not(.__color_code) .__contents dl {
    display: flex
}

.mod-toggleItem:not(.__color_code) .__contents dl dt {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin-right: 15px;
    color: #014099
}

.mod-toggleItem:not(.__color_code) .__contents dl dd {
    flex: 1;
    flex-basis: auto;
    width: 100%;
    min-width: 0;
    word-wrap: break-word
}

.mod-toggleItem .__contents {
    padding: 20px 40px 40px 40px
}

.mod-toggleItem.__color_code {
    border-bottom: solid 2px #ddd
}

.mod-toggleItem.__color_code .__head {
    border-bottom: 0
}

.mod-toggleItem.__color_code .__head span {
    font-family: Roboto,sans-serif;
    margin-right: 5px;
    line-height: 1.6;
    color: #252525
}

.mod-toggleItem.__color_code+.mod-toggleItem.__color_code {
    margin-top: 0
}

.mod-toggleItem.__color_code:hover .__head h3 {
    color: #fff
}

.mod-toggleItem.__color_code:hover .__head h3 span {
    color: #fff
}

.mod-toggleItem.__color_code:hover .__head ._plus_icon {
    background-color: #fff
}

.mod-toggleItem.__color_code:hover .__head ._plus_icon:after,.mod-toggleItem.__color_code:hover .__head ._plus_icon:before {
    background-color: #014099
}

.mod-toggleItem.__color_code:nth-child(9n+1) .__head::before {
    background-color: #683b93
}

.mod-toggleItem.__color_code:nth-child(9n+1):hover .__head {
    background-color: #683b93
}

.mod-toggleItem.__color_code:nth-child(9n+2) .__head::before {
    background-color: #1b67b2
}

.mod-toggleItem.__color_code:nth-child(9n+2):hover .__head {
    background-color: #1b67b2
}

.mod-toggleItem.__color_code:nth-child(9n+3) .__head::before {
    background-color: #38a1db
}

.mod-toggleItem.__color_code:nth-child(9n+3):hover .__head {
    background-color: #38a1db
}

.mod-toggleItem.__color_code:nth-child(9n+4) .__head::before {
    background-color: #00aa71
}

.mod-toggleItem.__color_code:nth-child(9n+4):hover .__head {
    background-color: #00aa71
}

.mod-toggleItem.__color_code .__head {
    background-color: #fff
}

.mod-toggleItem.__color_code .__head::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 40px;
    content: "";
    transform: translateY(-50%)
}

.mod-toggleItem.__color_code .__head ._plus_icon {
    background-color: #014099
}

.mod-toggleItem.__color_code .__head ._plus_icon:before {
    background-color: #fff
}

.mod-toggleItem.__color_code .__head ._plus_icon:after {
    background-color: #fff
}

.mod-toggleItem.__color_code .js-toggle.is-active .__head h3 {
    color: #fff
}

.mod-toggleItem.__color_code .js-toggle.is-active .__head h3 span {
    color: #fff
}

.mod-toggleItem.__color_code .js-toggle.is-active .__head ._plus_icon {
    background-color: #fff
}

.mod-toggleItem.__color_code .js-toggle.is-active .__head ._plus_icon:after,.mod-toggleItem.__color_code .js-toggle.is-active .__head ._plus_icon:before {
    background-color: #014099
}

.mod-toggleItem.__color_code:nth-child(9n+1) .js-toggle.is-active .__head {
    background-color: #683b93
}

.mod-toggleItem.__color_code:nth-child(9n+2) .js-toggle.is-active .__head {
    background-color: #1b67b2
}

.mod-toggleItem.__color_code:nth-child(9n+3) .js-toggle.is-active .__head {
    background-color: #38a1db
}

.mod-toggleItem.__color_code:nth-child(9n+4) .js-toggle.is-active .__head {
    background-color: #00aa71
}

.footer-pagetop {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 100;
  /* transition: all 0.3s; */
}

/* フッター付近での位置調整用クラスを修正 */
.footer-pagetop.is-absolute {
  position: absolute;
  bottom: 830px;
}

/* パンくずリストを基準にカレントディレクトリを表示 */
.header-navi-bottom-link-item.is-active>a::after,.header-navi-bottom-link-item.is-active>span::after {
    width: 0;
}
.header-navi-bottom-link-item.is-current>a::after,.header-navi-bottom-link-item.is-current>span::after {
    width: 100%
}

/* ページ内リンク修正 */
.mod-linkPageLink.__h80 .mod-linkPageLink-item {
	height: auto;
    min-height: 80px;
}

.m-cell {
	background-color: #ff7f00!important;
	color: white;
	font-weight: bold;
}

.vh-cell {
	background-color: #8b1538!important;
	color: white;
	font-weight: bold;
}


@media screen and (max-width: 767px) {
    .mod-linkPageLink.__h80 .mod-linkPageLink-item {
		height: auto;
        min-height: 60px;
    }
}


.figure_chart01.whoweare .chart {
    width: 410px!important;
}
@media screen and (max-width: 767px) {
    .figure_chart01.whoweare .txt {
        margin-top: 40px;
        width: 351px;
    }
}


@media screen and (max-width: 767px) {
    .mt_sp {
        margin-top: 60px;
    }
}



.executives-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.executives-grid {
		grid-template-columns: 1fr;
	}
}

.executive-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.executive-photo {
	width: 200px;
	height: 200px;
	flex-shrink: 0;
	background-color: #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
}

.executive-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.executive-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.executive-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

.executive-name {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}

.executive-role {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.executive-link {
	color: #0066cc;
	text-decoration: underline;
	font-size: 14px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.executives-grid {
		gap: 30px;
	}

	.executive-item {
		gap: 15px;
	}

	.executive-photo {
		width: 100px;
		height: 125px;
	}
}