@charset "UTF-8";
#organization .fullscreen-inner .main-ttl {
  text-transform: uppercase;
}

.org-wrapper {
  position: relative;
  max-width: 680px;
  margin-inline: auto;
}

/* ================================
    追加：トップレベル（株主総会〜取締役会）
================================ */
.org-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width:767px) {
  .org-top {
    padding-bottom: 30px;
  }
}
.org-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #919EAC;
}

.org-line.-vertical {
  width: 1px;
  height: 40px;
  background-color: #919EAC;
}
@media screen and (max-width:767px) {
  .org-line.-vertical {
    height: 25px;
  }
}

.org-hq__box {
  display: inline-block;
  border: 3px solid #0B4773;
  font-size: clamp(24px, 20px + 1vw, 36px);
  font-weight: bold;
  color: #0B4773;
  line-height: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 18px 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width:767px) {
  .org-hq__box {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .org-hq__box {
    min-width: 300px;
  }
}

/* ================================
    分岐レイアウト（左右）
================================ */
.org-branches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 60px;
}
@media screen and (max-width:767px) {
  .org-branches {
    gap: 20px;
  }
}
.org-branches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc((100% - 60px) / 2 + 60px);
  height: 1px;
  background-color: #919EAC;
}
@media screen and (max-width:767px) {
  .org-branches::before {
    width: calc((100% - 20px) / 2 + 20px);
  }
}

.org-branch {
  position: relative;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width:767px) {
  .org-branch {
    width: calc((100% - 20px) / 2);
  }
}
.org-branch::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #919EAC;
}
.org-branch.-manage::before {
  left: 50%;
}
.org-branch.-business::before {
  left: 50%;
}

/* ================================
   各部署ヘッダー
================================ */
.org-dept-wrap {
  position: relative;
  padding-top: 30px;
}

.org-dept {
  background-color: #0490B3;
  color: #fff;
  text-align: center;
  padding: 18px 32px;
  border-radius: 8px;
  font-weight: bold;
  font-size: clamp(16px, 13.742px + 0.645vw, 26px);
  line-height: 1;
  position: relative;
}
.org-dept.-blue {
  background-color: #0B4773;
}
@media screen and (max-width:767px) {
  .org-dept {
    padding: 20px 15px;
  }
}

/* ================================
   ツリー構造の線（左側専用）
================================ */
.org-tree {
  position: relative;
}
@media screen and (min-width:768px) {
  .org-tree {
    padding-bottom: 20px;
  }
}
.org-tree__line {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(50% - 20px);
  bottom: 40px;
}
@media screen and (max-width:767px) {
  .org-tree__line {
    left: 10px;
  }
}
.org-tree__line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #919EAC;
}
.org-tree__content {
  padding-top: 30px;
  padding-left: 50px;
}
@media screen and (max-width:767px) {
  .org-tree__content {
    padding-top: 15px;
    padding-left: 25px;
  }
}
.org-tree.-no-line .org-tree__content {
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .org-tree.-no-line .org-tree__content {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ================================
   部署直下のリスト
================================ */
.org-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .org-list li {
    margin-bottom: 5px;
  }
}
.org-list li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0490B3;
}

/* ================================
   エリア・地区のブロック
================================ */
.org-area {
  position: relative;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .org-area {
    margin-top: 60px;
  }
}
.org-area::before {
  content: "";
  position: absolute;
  top: 1lh;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #919EAC;
}
@media screen and (max-width:767px) {
  .org-area::before {
    left: -15px;
    width: 15px;
  }
}
.org-area:last-child {
  margin-bottom: 0;
}
.org-area:last-child:after {
  content: "";
  position: absolute;
  top: calc(1lh + 0.5px);
  left: -15px;
  width: 3px;
  height: 100%;
  background-color: #ECEFF4;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .org-area:last-child:after {
    left: -30px;
  }
}
.org-area-line {
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background-color: #919EAC;
}
@media screen and (max-width:767px) {
  .org-area-line {
    left: 10px;
  }
}
.org-area__title {
  display: inline-block;
  border: 3px solid #0490B3;
  background-color: #fff;
  color: #0490B3;
  font-size: clamp(18px, 16.645px + 0.387vw, 24px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 15px 32px;
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .org-area__title {
    white-space: nowrap;
    margin-bottom: 27px;
  }
}
@media screen and (min-width:768px) {
  .org-area__title {
    min-width: 290px;
  }
}

.org-region {
  margin-bottom: 30px;
  width: 190%;
  margin-left: 50px;
  position: relative;
}
@media screen and (max-width:767px) {
  .org-region {
    margin-left: 30px;
    width: calc(100vw - 115px);
  }
}
.org-region::before {
  content: "";
  position: absolute;
  top: 1lh;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #919EAC;
}
@media screen and (max-width:767px) {
  .org-region::before {
    left: -20px;
    width: 20px;
  }
}
.org-region:last-child {
  margin-bottom: 0;
}
.org-region:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -21px;
  width: 3px;
  height: calc(100% - (1lh + 0.5px));
  background-color: #ECEFF4;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .org-region:last-child::after {
    left: -30px;
  }
}
.org-region__head {
  background-color: #0490B3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  font-size: clamp(16px, 15.097px + 0.258vw, 20px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1.8;
}
.org-region__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 30px 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .org-region__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 15px 20px;
    gap: 5px;
  }
}
.org-region__list > li {
  position: relative;
  padding-left: 15px;
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  font-weight: bold;
  line-height: 1.8;
}
.org-region__list > li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0490B3;
}
.org-region__list > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
}
.org-region__list > li > ul > li {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  padding-left: 0.4lh;
}
.org-region__list > li > ul > li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0A2747;
}
.org-region__list > li > ul > li > ul > li {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  padding-left: 0.4lh;
}
.org-region__list > li > ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2lh;
  height: 2px;
  background: #0A2747;
}/*# sourceMappingURL=style-organization.css.map */