@charset "utf-8";
.tree-wrap {padding: 55px 60px;background-color: #f9fafb;border-radius: 5px;}
.tree { position: relative; }
.tree .top {position: relative;display: flex;justify-content: center;align-items: center;width: 274px;margin: 0 auto 50px auto;}
.tree .top:after {content: '';position: absolute;top: 100%;left: 50%;width: 0;height: 170px;border-right: 1px dashed #aaa;}
.tree .top a { flex: 1; padding: 20px 0; background-color: #011a7a; border-radius: 5px; font-weight: 700; font-size: 22px; text-align: center; line-height: 26px; letter-spacing: -.02em; color: #fff; }
.tree .top-2 a { background-color: #07b0c3; }
.tree .line {position: relative;width: 80.5%;height: 90px;margin: 79px auto 33px auto;border-bottom: 1px dashed #aaa;}
.tree .bot .left { display: flex; gap: 9px; }
.tree .bot .right {position: absolute;top: 120px;left: calc(50% + 231px);}
.tree .bot .txt {display: flex; flex-direction: column; position: relative; width: 213px;}
.tree .bot .txt:not(.txt-2):before {content:"";content: '';position: absolute;top: -33px;left: 50%;width: 0;height: 33px;border-right: 1px dashed #aaa;}
.tree .bot .txt-2:before {content: '';position: absolute;top: 21px;left: -100px;width: 100px;height: 1px;border-top: 1px dashed #aaa;}
.tree .bot .txt > p { display: flex; justify-content: center; align-items: center; margin: 0 0 4px; }
.tree .bot .txt > p a,
.tree .bot .txt > p span{ flex: 1; padding: 12px 0; background-color: #07b0c3; border-radius: 5px; font-weight: 700; font-size: 16px; text-align: center; line-height: 19px; letter-spacing: -.02em; color: #fff; }
/*.tree .bot .txt-2 > p span {background:#011A7A;}*/
.tree .bot .txt > ul {flex: 1; box-sizing: border-box; border: 1px solid #07b0c3; padding: 15px; background: #fff; border-radius: 5px;}
.tree .bot .txt .ul-type-dot > li {font-size: 15px;}

.tree .bot .txt:not(.txt-2) > ul {height: auto;box-sizing: border-box;}
.tree .bot .txt > ul.ul-type-dot li { padding-bottom: 12px; }
.tree .bot .txt > ul.ul-type-dot li:last-child{padding-bottom: 0;}
.tree .bot .txt > ul.ul-type-dot li:before { background: #07b0c3; }
.tree .bot .txt-2 > p a { background-color: #011a7a; }
.tree .bot .txt-2 > ul { border-color: #011a7a; }
.tree .bot .txt-2 > ul.ul-type-dot li:before { background-color: #011a7a; }
.tree .bot .circle { display: flex; justify-content: center; align-items: center; position: relative; width: 180px; margin: 0 auto 50px; }
.tree .bot .circle a { flex: 1; padding: 76px 0; background-color: #fff; border: 1px solid #011a7a; border-radius: 50%; font-weight: 700; font-size: 22px; text-align: center; line-height: 26px; letter-spacing: -.02em; color: #011a7a; }

.node { display: inline-flex; justify-content: center; align-items: center; border-radius: 4px; box-sizing: border-box; font-weight: 700; line-height: 100%; letter-spacing: -1%; text-align: center; vertical-align: middle; }
.node.root { background-color: #24355b; color: #fff; font-size: 22px; width: 250px; height: 70px; border-radius: 6px; }
.node.center-type1 { background-color: #44c1c4; color: #fff; font-size: 20px; width: 220px; height: 55px; }
.node.center-type2 { background-color: #00a3e9; color: #fff; font-size: 20px; width: 220px; height: 55px; }
.node.team { background-color: #fff; font-size: 16px; width: 220px; height: 45px; }
.node.team-type1 { color: #44c1c4; border: 1px solid #44c1c4; }
.node.team-type2 { color: #00a3e9; border: 1px solid #00a3e9; }
.team-fax { color: #666; font-weight: 600; font-size: 18px; margin-left: 10px; line-height: normal; letter-spacing: -2%; display: inline-block; vertical-align: baseline; }
.card-list { display: grid; column-gap: 16px; row-gap: 20px; margin-bottom: 20px; }
.card-list.top-card { grid-template-columns: calc((100% - (16px * 2)) / 3); }
.card-list.three-cols { grid-template-columns: repeat(3, 1fr); }
.card { background-color: #f7f9fa; border-radius: 5px; padding: 30px; min-height: 281px; }
.card-name { color: #111; display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; font-weight: 700; font-size: 26px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.card-role { color: #00a3e9; font-weight: 600; font-size: 14px; line-height: 100%; letter-spacing: 1%; vertical-align: middle; }
.card-contact { display: flex; align-items: center; gap: 15px; padding-bottom: 14px; margin-bottom: 34px; border-bottom: 1px solid #d7e1f2; flex-wrap: wrap; }
.contact-item { display: flex; align-items: center; gap: 6px; color: #666; font-weight: 600; font-size: 13px; line-height: 140%; letter-spacing: -2%; }
.contact-item::before { content: ""; display: inline-block; background-repeat: no-repeat; background-position: center; background-size: contain; }
.contact-email::before { width: 20px; height: 20px; background-image: url("../img/content/ico-mail.png"); }
.contact-phone::before { width: 20px; height: 20px; background-image: url("../img/content/ico-phone.png"); }
.card-tasks { list-style: none; }
.card-tasks li { position: relative; padding-left: 12px; color: #333; margin-bottom: 12px; word-break: keep-all; font-weight: 500; font-size: 15px; line-height: 100%; letter-spacing: -2%; vertical-align: middle; }
.card-tasks li:last-child { margin-bottom: 0; }
.card-tasks > li::before { content: "·"; position: absolute; left: 0; top: -5px; color: #44c1c4; font-weight: 800; font-size: 18px; }
.m-line { display: none; }
.card-tasks ul.ul-type02 { list-style-type: "- "; padding-left: 12px; margin-top: 12px; }
.card-tasks ul.ul-type02 li { padding-left: 0; margin-bottom: 8px; }
.card-tasks ul.ul-type02 li:last-child { margin-bottom: 0; }

@media ( max-width: 1412px ) {
	.tree .bot .txt { width: 200px; }
	.tree .bot .txt > ul { padding: 15px; }
	.tree-wrap {padding: 55px 30px;}
}

@media ( max-width: 1200px ) {
	.tree .line:before { width: 615px; }
	.tree .bot .left {justify-content: space-between;}
}

@media ( max-width: 1024px ) {
	.tree-wrap { padding: 0; background-color: transparent; border-radius: 0; }
	.tree .top { width: 100%; margin: 0 0 15px; }
	.tree .top:after { height: 15px; }
	.tree .line:before, .tree .line:after { display: none; }
	.tree .bot {display: flex;gap: 15px;flex-direction: column-reverse;}
	.tree .bot .left {flex-direction: column;gap: 15px;width: 100%;}
	.tree .bot .right {position: initial;width: 100%;}
	.tree .bot .txt { width: 100%; }
	.tree .line,
	.tree .bot .txt-2:before,
	.tree .bot .txt:not(.txt-2):before {content: none;display: none;}
	.tree .bot .txt:not(.txt-2) > ul {min-height: auto;}
	.tree .bot .txt > ul li { align-items: flex-start; }
	.tree .bot .circle { width: 140px; margin: 0 auto 15px; }
	.tree .bot .circle:before { content: ''; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 15px; border-left: 1px dashed #aaa; }
	.tree .bot .circle a { padding: 56px 0; }
}
@media (max-width: 768px) {
	.card-list.top-card, .card-list.three-cols { grid-template-columns: 1fr; }
	.h4-tit01 { font-size: 24px; }
}


.direct-group { padding-top: 60px; }
.direct-group::before { height: 60px !important; }
.direct-group > ul { margin: 0 !important; padding-top: 0 !important; }
.direct-group > ul::before { content: ""; position: absolute; top: -30px; left: 50%; width: 0; height: 30px; border-left: 1px solid #ccc; transform: translateX(-50%); }
@media (max-width: 1200px) {
  .direct-group { padding-top: 0; }
  .tree > li > ul { position: relative; }
  .tree > li > ul:after { content: ''; width: 1px; position: absolute; left: -1px; top: 0; bottom: 95px; background: #ccc; }
  .tree > li > ul br { display: none; }
  .direct-group > ul { margin-left: var(--m-indent); padding-left: var(--m-indent); padding-top: var(--m-gap); }
  .direct-group > ul::before { display: none; }
}