@charset "UTF-8";
.introduce .page_top-wrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.introduce .page_top-wrap.top01 {
  background-image: url("../img/introduce_page_top_banner1.jpg");
}
.introduce .page_top-wrap.top02 {
  background-image: url("../img/introduce_page_top_banner2.jpg");
}
.introduce .page_top-wrap.top03 {
  background-image: url("../img/introduce_page_top_banner3.jpg");
}
.introduce .page_top-wrap.top04 {
  background-image: url("../img/introduce_page_top_banner4.jpg");
}
.introduce .comm_tab-select.t4 li {
  width: 25%;
}
.introduce .comm_tab-select.t3 li {
  width: 33%;
}
.introduce .comm_tab-select.t3 li:first-child {
  width: 34%;
}

.introduce-box {
  padding-top: 60px;
}
.introduce-box .i-contents {
  padding-top: 100px;
}
.introduce-box .i-contents.greeting_bg {
  padding-top: 0;
  background: url("../img/ledger_tit_bg.png") no-repeat center 26px;
}

.ledger-greeting {
  width: 1144px;
  margin: 0 auto;
}
.ledger-greeting .tit {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 370px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 100;
  color: #f5821f;
}
.ledger-greeting .tit strong {
  display: block;
  line-height: 50px;
}
.ledger-greeting .tit strong .txt_fly {
  display: inline-block;
  vertical-align: top;
  width: 98px;
  height: 50px;
  margin-right: 12px;
}
.ledger-greeting .tit strong .txt_fly em {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/KDI_logo-big.png") no-repeat center;
  background-size: 100% auto;
}
.ledger-greeting .tit p {
  margin-top: 8px;
  line-height: 1em;
}
.ledger-greeting .back-txt {
  position: relative;
}
.ledger-greeting .back-txt::after {
  content: "think tank";
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 0;
  right: auto;
  z-index: -1;
  line-height: 1em;
  color: #f9f3ef;
  font-size: 13.125rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.ledger-greeting .story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.ledger-greeting .story.al_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ledger-greeting .story:last-child {
  margin-bottom: 0;
}
.ledger-greeting .story dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.ledger-greeting .story dl.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ledger-greeting .story dl.col dt {
  margin-bottom: 44px;
}
.ledger-greeting .story dl.col p {
  margin-bottom: 50px;
}
.ledger-greeting .story dl.col p:last-child {
  margin-bottom: 0;
}
.ledger-greeting .story dl.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ledger-greeting .story dl.row dt {
  width: calc(100% - 680px);
}
.ledger-greeting .story dl.row dd {
  width: 680px;
}
.ledger-greeting .story dl dt {
  line-height: 1.4em;
  color: #333;
  font-size: 2.25rem;
  font-weight: 300;
}
.ledger-greeting .story dl dt strong {
  font-weight: 500;
}
.ledger-greeting .story dl dd {
  color: #333;
  font-size: 1.125rem;
}
.ledger-greeting .story dl dd p {
  line-height: 2em;
}
.ledger-greeting .story .img {
  width: 614px;
}
.ledger-greeting .story .img + dl {
  width: 350px;
}
.ledger-greeting .story .sign {
  margin-top: 100px;
  font-weight: 500;
  font-size: 1.875rem;
}
.ledger-greeting .story .sign span {
  color: #f5821f;
  font-size: 1.125rem;
  padding-right: 30px;
}

.ledger-history {
  width: 1144px;
  margin: 0 auto;
}
.ledger-history .ledger-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
}
.ledger-history .ledger-info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 688px;
  height: 180px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.ledger-history .ledger-info .name .img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 35px solid #fff;
  overflow: hidden;
}
.ledger-history .ledger-info .name .img img {
  display: block;
  width: 100%;
}
.ledger-history .ledger-info .name strong {
  display: block;
  margin-left: 38px;
  line-height: 1.2em;
  font-size: 1.875rem;
  font-weight: 400;
}
.ledger-history .ledger-info .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 454px;
  background-color: #f9f3ef;
}
.ledger-history .ledger-info .rank span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5821f;
  line-height: 1.2em;
  color: #f5821f;
  font-size: 1.875rem;
}

.history-list {
  width: 912px;
  margin: 0 auto;
}
.history-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px dashed #a0a0a0;
  color: #7c7b75;
}
.history-list > ul > li > *:first-child {
  width: 248px;
  color: #000;
}
.history-list > ul > li > *:last-child {
  width: calc(100% - 248px);
}
.history-list > ul > li * {
  display: block;
  margin-bottom: 5px;
  line-height: 1.5em;
  font-size: 1.0625rem;
}
.history-list > ul > li *:last-child {
  margin-bottom: 0;
}
.history-list > ul > li strong {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
}
.history-list > ul > li span {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  letter-spacing: 0;
}

.ledger-target {
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  background: url("../img/ledger_taget-bg.png") no-repeat center top;
  color: #333;
}
.ledger-target .target-box {
  padding-bottom: 50px;
  border-bottom: 1px dashed #d6d6d6;
}
.ledger-target .target-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ledger-target .target-box dt {
  width: 115px;
  margin-bottom: 50px;
  line-height: 1.2em;
  font-size: 1.875rem;
  font-weight: 500;
}
.ledger-target .target-box dt.under {
  padding-bottom: 30px;
}
.ledger-target .target-box dt.under + dd {
  text-align: center;
}
.ledger-target .target-box dd {
  width: calc(100% - 160px);
  margin-bottom: 50px;
  line-height: 1.2em;
  font-size: 1.5rem;
}
.ledger-target .target-box dd .under {
  display: inline-block;
  padding: 0 40px 30px;
  border-bottom: 2px solid #f5821f;
  line-height: 1.2em;
  color: #f5821f;
  font-size: 1.625rem;
}
.ledger-target .target-box dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ledger-target .target-box dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 128px;
  margin-left: -28px;
  background-color: rgba(243, 232, 224, 0.5);
  border-radius: 70px;
  text-align: center;
  font-size: 1.25rem;
}
.ledger-target .target-box dd ul li:first-child {
  margin-left: 0;
}
.ledger-target .target-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ledger-target .target-box .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  padding-left: 42px;
  background-color: #f5821f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
}
.ledger-target .target-box .link a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 100%;
  background: url("../img/ico_arrw_w2.png") right center no-repeat;
}
.ledger-target .taget-list {
  padding-top: 90px;
  padding-bottom: 50px;
}
.ledger-target .taget-list > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 70px;
  background-color: #f9f3ef;
}
.ledger-target .taget-list > ol > li:last-child {
  margin-bottom: 0;
}
.ledger-target .taget-list > ol > li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 185px;
  height: 86px;
  background-color: #fff;
  border-radius: 70px;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.875rem;
  font-weight: 400;
}
.ledger-target .taget-list > ol > li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 232px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.5rem;
}
.ledger-target .taget-list ul {
  width: calc(100% - 477px);
}
.ledger-target .taget-list ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  line-height: 1.2em;
  font-size: 1.125rem;
}
.ledger-target .taget-list ul li:last-child {
  margin-bottom: 0;
}
.ledger-target .taget-list ul li::before {
  content: "·";
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
}

.ledger-sympathy .timeline_item-wrapper + .timeline_item-date {
  margin-top: 35px;
}
.ledger-sympathy .timeline_item-wrapper .rpt_link * {
  width: 60px;
  height: 40px;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}
.ledger-sympathy .timeline_item-wrapper .item {
  margin-top: 0;
}
.ledger-sympathy .timeline_item-wrapper .item .info_conts {
  border-color: #999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ledger-sympathy .timeline_item-wrapper .item .info_conts::before {
  background-color: #999;
}
.ledger-sympathy .timeline_item-wrapper .item .detail.fix_pd {
  padding: 24px 28px 32px;
}
.ledger-sympathy .timeline_item-wrapper .item .detail .kinds {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.ledger-sympathy .timeline_item-wrapper .item .detail .tit-box {
  position: relative;
  padding-right: 70px;
  font-size: 1.125rem;
}
.ledger-sympathy .timeline_item-wrapper .item .detail .tit-box strong {
  display: block;
  min-height: 40px;
  line-height: 1.2em;
  font-weight: 400;
}
.ledger-sympathy .timeline_item-wrapper .item .detail .tit-box .rpt_link {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.ledger-sympathy .timeline_item-wrapper .item .detail a:hover .tit-box {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.ledger-sympathy .timeline_item-wrapper .item.align-left .info_conts {
  border-color: #336699;
}
.ledger-sympathy .timeline_item-wrapper .item.align-left .info_conts::before {
  background-color: #336699;
}
.ledger-sympathy .timeline_more button {
  width: 200px;
  height: 40px;
  padding: 0 0 0 16px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 38px;
  color: #333;
  font-size: 1rem;
}
.ledger-sympathy .timeline_more button:hover {
  color: #f5821f;
}
.ledger-sympathy .timeline_more button:after {
  width: 12px;
  height: 6px;
  background-image: url("../img/ico_arw-bottom.png");
  background-size: 100% auto;
  vertical-align: middle;
}

.history-box {
  padding-top: 60px;
}
.history-box.pd0 .h-contents {
  padding-top: 0;
}
.history-box .h-contents {
  padding-top: 120px;
}
.history-box .comm_pagination {
  margin-top: 50px;
}

.h-list {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 322px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-list .back_txt {
  position: absolute;
  top: 438px;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
  line-height: 1em;
  color: #f9f3ef;
  font-size: 13.125rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.h-list.fix .back_txt {
  position: fixed;
  left: 50%;
  top: 599px;
  margin-left: -572px;
}
.h-list.btm .back_txt {
  top: auto;
  bottom: 0;
}
.h-list .h-select {
  width: 322px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.h-list .h-select li {
  width: 265px;
  height: 50px;
  margin-bottom: 3px;
}
.h-list .h-select li * {
  font-family: "Spoqa Han Sans";
  font-size: 1.875rem;
}
.h-list .h-select li.on {
  height: 100px;
}
.h-list .h-select li.on * {
  font-size: 3rem;
  font-weight: 400;
}
.h-list .h-select li.on::after {
  right: -30px;
  width: 75px;
  height: 75px;
}
.h-list .h-select.fix {
  position: fixed;
  top: 189px;
  left: 50%;
  margin-left: -572px;
}
.h-list .h-select.btm {
  top: auto;
  bottom: 250px;
}
.h-list .h-list_box {
  position: relative;
  z-index: 1;
  width: 100%;
}
.h-list .h-list_box .item {
  margin-bottom: 100px;
}
.h-list .h-list_box .item:last-child {
  margin-bottom: 0;
}
.h-list .h-list_box .itm-main {
  padding-left: 80px;
}
.h-list .h-list_box .itm-main .img {
  display: block;
  width: 744px;
  height: 290px;
  overflow: hidden;
}
.h-list .h-list_box .itm-main .img img {
  width: 100%;
}
.h-list .h-list_box .itm-main dl {
  margin-top: 45px;
}
.h-list .h-list_box .itm-main dt .y {
  display: block;
  line-height: 1.2em;
  color: #f5821f;
  font-family: "Spoqa Han Sans";
  font-size: 2.25rem;
  font-weight: 400;
}
.h-list .h-list_box .itm-main dt p {
  margin-top: 20px;
  line-height: 1.2em;
  font-size: 1.5rem;
  font-weight: 500;
}
.h-list .h-list_box .itm-main dd {
  margin-top: 24px;
  line-height: 1.6em;
  color: #333;
  font-size: 1.125rem;
}
.h-list .h-list_box .timeline-box {
  position: relative;
  margin-top: 65px;
}
.h-list .h-list_box .timeline-box .remark {
  position: relative;
  overflow: hidden;
}
.h-list .h-list_box .timeline-box .remark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 5px;
  height: 100%;
  margin-left: -50px;
  background-color: #d6d6d6;
}
.h-list .h-list_box .timeline-box .remark * {
  display: block;
  line-height: 1.2em;
  color: #333;
  font-size: 1.125rem;
}
.h-list .h-list_box .timeline-box .remark .ar {
  float: left;
  width: 330px;
  text-align: right;
}
.h-list .h-list_box .timeline-box .remark .al {
  float: right;
  width: 430px;
  text-align: left;
}
.h-list .h-list_box .timeline-box .tl-item::after {
  content: "";
  display: block;
  clear: both;
}
.h-list .h-list_box .timeline-box .tl-item .year {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 100px);
  padding: 20px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
  color: #f5821f;
  font-family: "Spoqa Han Sans";
  font-size: 2.25rem;
  font-weight: 400;
}
.h-list .h-list_box .timeline-box .tl-item .year::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #f5821f;
  border-radius: 100%;
}
.h-list .h-list_box .timeline-box .tl-item li {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.h-list .h-list_box .timeline-box .tl-item li:last-child {
  margin-bottom: 0;
}
.h-list .h-list_box .timeline-box .tl-item li * {
  line-height: 1.2em;
  color: #333;
  font-size: 1.125rem;
}
.h-list .h-list_box .timeline-box .tl-item li strong {
  display: block;
  position: relative;
  padding-left: 10px;
  font-weight: 400;
}
.h-list .h-list_box .timeline-box .tl-item li strong::before {
  content: "·";
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  right: auto;
}
.h-list .h-list_box .timeline-box .tl-item li p {
  width: 100%;
  margin-top: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
}
.h-list .h-list_box .timeline-box .tl-item li .img {
  display: block;
  width: 300px;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.h-list .h-list_box .timeline-box .tl-item li .img img {
  width: 100%;
}
.h-list .h-list_box .timeline-box .tl-con {
  position: relative;
  clear: both;
  overflow: hidden;
}
.h-list .h-list_box .timeline-box .tl-con::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 5px;
  height: 100%;
  margin-left: -50px;
  background-color: #d6d6d6;
}
.h-list .h-list_box .timeline-box .tl-con_it.hst {
  float: left;
  width: 330px;
  padding: 20px;
  background-color: #f7f7f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-list .h-list_box .timeline-box .tl-con_it.hst li strong {
  margin-top: 5px;
  padding-left: 0;
}
.h-list .h-list_box .timeline-box .tl-con_it.hst li strong::before {
  content: none;
}
.h-list .h-list_box .timeline-box .tl-con_it.hst li p {
  padding-left: 0;
}
.h-list .h-list_box .timeline-box .tl-con_it.rslt {
  float: right;
  width: 430px;
}

.h-ledger {
  width: 1000px;
  margin: 0 auto;
}
.h-ledger ol {
  position: relative;
}
.h-ledger ol::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 144px;
  right: auto;
  z-index: -1;
  width: 5px;
  height: 100%;
  background-color: #d6d6d6;
}
.h-ledger ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.h-ledger .th {
  width: 130px;
  font-family: "Spoqa Han Sans";
  font-size: 1.875rem;
}
.h-ledger .term {
  position: relative;
  width: 350px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.05em;
  color: #999;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Spoqa Han Sans";
}
.h-ledger .term::before, .h-ledger .term::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}
.h-ledger .term::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}
.h-ledger .term::after {
  width: 18px;
  height: 18px;
  margin-left: 7px;
  background-color: #f5821f;
}
.h-ledger .term .b {
  font-size: 2.25rem;
  font-weight: 400;
}
.h-ledger .term .c {
  color: #f5821f;
}
.h-ledger .pic {
  width: 114px;
  height: 114px;
  margin-left: 48px;
  border-radius: 100%;
  overflow: hidden;
}
.h-ledger .pic img {
  width: 100%;
}
.h-ledger .profile {
  width: 310px;
  margin-left: 50px;
}
.h-ledger .profile button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 310px;
  padding: 30px 0;
  border-bottom: 1px dashed #d6d6d6;
  text-align: left;
}
.h-ledger .profile button:hover .name {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.h-ledger .profile button * {
  display: block;
}
.h-ledger .profile .name {
  line-height: 1.2em;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.h-ledger .profile .lang {
  line-height: 1.2em;
  color: #999;
  font-size: 1.125rem;
}
.h-ledger .profile .link {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #f5821f url("../img/ico_profile.png") center no-repeat;
  border-radius: 100%;
}

.history.move_research-team .info_plp .img strong {
  margin-top: 25px;
}
.history.move_research-team .tab_page {
  height: calc(100vh - 200px);
}
.history.move_research-team .tab_page.tp01 > ul > li em {
  width: 110px;
}
.history.move_research-team .tab_page.tp01 > ul ul.y_list li, .history.move_research-team .tab_page.tp01 > ul ul.d_list li {
  padding-left: 146px;
}
.history.move_research-team .tab_page.tp01 > ul ul.y_list li em.d, .history.move_research-team .tab_page.tp01 > ul ul.d_list li em.d {
  width: 125px;
}
.history.move_research-team .tab_page.tp01 > ul ul li {
  position: relative;
  text-indent: 0;
}
.history.move_research-team .tab_page.tp01 > ul ul li::before {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.history.move_research-team .tab_page.tp01 > ul ul li.noyear {
  padding-left: 12px;
}
.history.move_research-team .tab_page.tp01 > ul ul li em.d {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 12px;
  right: auto;
}

.h-people {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.h-people .h-select {
  width: 186px;
}

.h-select li {
  position: relative;
  width: 96px;
  height: 40px;
  margin-bottom: 2px;
  background-color: #e7e7e7;
  border-radius: 10px;
}
.h-select li * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #999;
  font-size: 1.25rem;
}
.h-select li:hover {
  background-color: #f5821f;
}
.h-select li:hover * {
  color: #fff;
}
.h-select li.on {
  background-color: #f5821f;
}
.h-select li.on * {
  color: #fff;
  font-weight: 700;
}
.h-select li.on::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -8px;
  z-index: -1;
  width: 30px;
  height: 30px;
  background-color: #f5821f;
  border-radius: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.h-people_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 186px);
  margin-left: auto;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-people_list.align_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
.h-people_list .item {
  width: 20%;
  margin-bottom: -1px;
  border-bottom: 1px dashed #d6d6d6;
}
.h-people_list .item > button {
  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;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.h-people_list .item > button:hover .img {
  border-color: #f5821f;
}
.h-people_list .item > button:hover strong {
  color: #f5821f;
}
.h-people_list .item .img {
  display: block;
  width: 110px;
  height: 110px;
  background: #edeeee url("../img/KDI_logo-w.png") no-repeat center;
  border-radius: 100%;
  border: 3px solid #fff;
  overflow: hidden;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.h-people_list .item .img img {
  width: 100%;
}
.h-people_list .item strong {
  display: block;
  margin-top: 25px;
  color: #333;
  font-size: 1.25rem;
  font-weight: 400;
}
.h-people_list .item:nth-child(n+1):nth-child(-n+5) button {
  padding-top: 0;
}
.h-people_list .item_li {
  width: 48.5%;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.h-people_list .item_li:nth-child(1), .h-people_list .item_li:nth-child(2) {
  border-top: 1px solid #d6d6d6;
}
.h-people_list .item_li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #f5821f;
  display: none;
}
.h-people_list .item_li:hover:after {
  display: block;
}
.h-people_list .item_li .character {
  display: block;
  padding: 30px 24px;
  position: relative;
  z-index: 1;
}
.h-people_list .item_li .character > p {
  font-weight: 400;
  color: #999;
  font-size: 18px;
  height: auto;
  margin: 26px 0 0 0;
  padding-left: 24px;
  background: url(../img/ico_mark00.png) 0 center no-repeat;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h-people_list .item_li .character .author {
  padding-left: 150px;
  position: relative;
}
.h-people_list .item_li .character .author > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background: #edeeee url(../img/KDI_logo-w.png) center no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.h-people_list .item_li .character .author > span img {
  display: block;
  width: 100%;
}
.h-people_list .item_li .character .author > strong {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1em;
}
.h-people_list .item_li .character .author > strong em {
  font-family: "Spoqa Han Sans";
  font-size: 0.875rem;
  color: #999;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 400;
  background-color: #e7e7e7;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 8px;
}
.h-people_list .item_li .character .author > strong span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 4px;
  color: #999;
}
.h-people_list .item_li .character .author > p {
  color: #999;
  margin-top: 14px;
  line-height: 1.4em;
}
.h-people_list .item_li .character .author > p em {
  color: #333;
}
.h-people_list .item_li .character .author > p span {
  display: block;
}
.h-people_list .item_li .mark {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 30px;
  z-index: 2;
}
.h-people_list .item_li .mark button {
  display: block;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}
.h-people_list .item_li .mark button.info {
  background: #f5821f url(../img/ico_profile.png) center no-repeat;
  top: 0;
  border-radius: 50%;
}
.h-people_list .item_li .mark button.mail {
  background-image: url(../img/ico_mark02.png);
  top: 36px;
}
.h-people_list .item_li .mark button.phone {
  background-image: url(../img/ico_mark03.png);
  top: 72px;
}

.h-people_wrap {
  width: calc(100% - 186px);
}
.h-people_wrap .h-people_list {
  width: 100%;
}

.promotion-box {
  padding-top: 60px;
}
.promotion-box .p-contents {
  padding-top: 120px;
}
.promotion-box .desc-more {
  width: 1144px;
  margin: 0 auto;
  margin-top: 90px;
  padding: 35px 0;
  border: solid #d6d6d6;
  border-width: 2px 0;
  text-align: center;
  line-height: 1.2em;
  color: #333;
  font-size: 1.5rem;
}
.promotion-box .desc-more.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.promotion-box .desc-more .m_c a {
  line-height: 1em;
  color: #f5821f;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1.2em;
  padding: 0 2px;
  font-weight: 700;
}
.promotion-box .desc-more .m_c a:hover {
  text-decoration: underline;
}
.promotion-box .desc-more .tit {
  position: relative;
  padding: 0 68px;
  font-size: 1.5rem;
  font-weight: 500;
}
.promotion-box .desc-more .tit::before {
  content: "";
  display: inline-block;
  background: no-repeat left top;
  vertical-align: middle;
}
.promotion-box .desc-more .tit::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1px;
  height: 52px;
  background-color: #999;
}
.promotion-box .desc-more .txt {
  padding-left: 135px;
}
.promotion-box .desc-more .txt p {
  text-align: left;
  font-size: 1.125rem;
}
.promotion-box .desc-more .txt p span {
  display: inline-block;
  margin-left: 18px;
}
.promotion-box .desc-more .txt p span:first-child {
  margin-left: 0;
}

.brochure-list {
  position: relative;
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 42px;
  overflow: hidden;
}
.brochure-list::after {
  content: "Brochure";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  line-height: 0.85em;
  letter-spacing: -0.06em;
  color: #f9f3ef;
  font-size: 13.125rem;
  font-weight: 900;
}
.brochure-list .item {
  position: relative;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 33.3%;
  margin-top: 82px;
  padding-bottom: 36px;
}
.brochure-list .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 2288px;
  height: calc(100% - 160px);
  background-color: #fbf9f6;
}
.brochure-list .i-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 230px;
}
.brochure-list .i-top .img {
  display: block;
  -webkit-box-shadow: 5px 8px 20px 0 #ebe8e6;
          box-shadow: 5px 8px 20px 0 #ebe8e6;
}
.brochure-list .i-top .img img {
  display: block;
  width: 100%;
  height: auto;
}
.brochure-list .i-top .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.brochure-list .i-top .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  background-color: #d6d6d6;
  color: #fff;
  font-weight: 700;
}
.brochure-list .i-top .btn a:hover {
  background-color: #f5821f;
}
.brochure-list .i-btm {
  width: 250px;
  margin-top: 40px;
}
.brochure-list .i-btm dt {
  position: relative;
}
.brochure-list .i-btm dt span {
  display: block;
  padding: 10px 35px 10px 0;
  border: solid #333;
  border-width: 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
  color: #333;
  font-size: 1.75rem;
}
.brochure-list .i-btm dt .btn-folding {
  overflow: inherit;
}
.brochure-list .i-btm dt .btn-folding::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background-image: url("../img/arw_bottom-dg.png");
  background-color: #fff;
  background-position: center 10px;
  -webkit-transition-property: background-image, background-color, -webkit-transform;
  transition-property: background-image, background-color, -webkit-transform;
  transition-property: transform, background-image, background-color;
  transition-property: transform, background-image, background-color, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.brochure-list .i-btm dt .btn-folding.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/arw_bottom-wh.png");
  background-color: #5f5f5f;
}
.brochure-list .i-btm dd {
  margin-top: 20px;
  line-height: 1.6em;
  color: #333;
  font-size: 1rem;
}
.brochure-list .i-btm dd ul {
  margin-left: 12px;
}

.media-list .page_card-sort {
  margin-top: 80px;
}
.media-list .page_card-sort .load_box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.media-list .page_card-sort .load_box li {
  background-color: #fff;
}
.media-list .page_card-sort .load_box li:nth-child(3n) {
  margin-right: 0;
}
.media-list .page_card-sort .load_box li > a {
  width: 100%;
  height: 100%;
}
.media-list .page_card-sort .load_box li > a .img {
  display: block;
  position: relative;
}
.media-list .page_card-sort .load_box li > a .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("../img/ico_play.png") no-repeat center/68px auto;
}
.media-list .page_card-sort .load_box li > a .txt_guard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.media-list .page_card-sort .load_box li > a .txt_guard p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 75px;
  min-height: 75px;
  margin-bottom: 15px;
  line-height: 1.4em;
  white-space: inherit;
  font-size: 1.125rem;
}
.media-list .page_card-sort .load_box li > a .txt_guard span {
  margin-top: auto;
}
.media-list .page_card-sort.mda-main {
  margin-top: 0;
  padding: 40px 0;
  background-color: #fbf9f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media-list .page_card-sort.mda-main .load_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-list .page_card-sort.mda-main .load_box li {
  width: 32%;
  margin-right: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.media-list .page_card-sort.mda-main .load_box li > a {
  border-color: transparent;
}
.media-list .page_card-sort.mda-main .load_box li > a:hover {
  background-color: #fff;
  border-color: #f5821f;
}
.media-list .page_card-sort.mda-main .load_box li > a .img {
  border-radius: 6px;
  overflow: hidden;
}
.media-list .page_card-sort.mda-main .load_box li > a .txt_guard p {
  display: block;
  max-height: none;
  min-height: auto;
  margin-bottom: 0;
  text-align: center;
}

.ci-box {
  width: 1144px;
  margin: 0 auto;
  color: #333;
}
.ci-box .ci-list {
  padding-left: 70px;
}
.ci-box .ci-list strong {
  line-height: 1.2em;
  font-weight: 700;
  font-size: 2.25rem;
}
.ci-box .ci-list strong em {
  display: inline-block;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  line-height: 1.2em;
  font-size: 3.75rem;
}
.ci-box .ci-list p {
  margin-top: 30px;
  line-height: 1.4em;
  font-size: 1.25rem;
}
.ci-box .ci-explain {
  margin-top: 35px;
  margin-bottom: 80px;
  padding: 35px 70px;
  background-color: #fbf9f6;
}
.ci-box .ci-explain:last-child {
  margin-bottom: 0;
}
.ci-box .ci-explain .txt p {
  line-height: 1.4em;
  font-size: 1.125rem;
}
.ci-box .ci-explain .ci-down {
  margin-top: 50px;
}
.ci-box .ci-explain .ci-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ci-box .ci-explain .ci-down li::after {
  content: "";
  display: block;
  clear: both;
}
.ci-box .ci-explain .ci-down li .img {
  display: block;
  margin-bottom: 26px;
  padding: 2px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 8px 8px 20px 0 #ebe8e6;
          box-shadow: 8px 8px 20px 0 #ebe8e6;
  overflow: hidden;
}
.ci-box .ci-explain .ci-down li .img img {
  width: 100%;
}
.ci-box .ci-explain .ci-down li .img img.m {
  display: none;
}
.ci-box .ci-explain .ci-down li .btn {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ci-box .ci-explain .ci-down li .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  height: 34px;
  margin-left: 1px;
  padding: 10px 14px;
  background-color: #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ci-box .ci-explain .ci-down li .btn a:hover {
  background-color: #f5821f;
  color: #fff;
}
.ci-box .ci-explain .ci-down li .tip {
  float: left;
  position: relative;
  padding-left: 24px;
  color: #999;
  font-size: 1.125rem;
}
.ci-box .ci-explain .ci-down li .tip::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ci-box .ci-explain .ci-down .c2 li {
  width: 478px;
}

.vision-hall {
  position: relative;
  padding-top: 50px;
  color: #333;
}
.vision-hall::after {
  content: "Vision Hall";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  text-align: center;
  line-height: 0.85em;
  letter-spacing: -0.06em;
  color: #f9f3ef;
  font-size: 13.125rem;
  font-weight: 900;
}
.vision-hall .vs-paragraph {
  width: 1000px;
  margin: 0 auto;
}
.vision-hall .vs-paragraph h6 {
  margin-bottom: 36px;
  font-size: 3.75rem;
}
.vision-hall .vs-paragraph.full {
  width: 100%;
  background-color: #1f1e19;
}
.vision-hall .vs-paragraph.w_other {
  position: relative;
  left: 83px;
  width: 1166px;
}
.vision-hall .vs-box {
  position: relative;
}
.vision-hall .vs-box .img {
  display: block;
}
.vision-hall .vs-box .txt-wrap * {
  line-height: 1.2em;
}
.vision-hall .vs-box .txt-wrap .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vision-hall .vs-box .txt-wrap .tit strong {
  display: block;
  position: relative;
  font-size: 2.25rem;
  font-weight: 400;
}
.vision-hall .vs-box .txt-wrap .tit strong::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  background-color: #333;
}
.vision-hall .vs-box .txt-wrap .tit span {
  display: block;
  color: #999;
  font-size: 1.25rem;
}
.vision-hall .vs-box .txt-wrap .txt p {
  line-height: 1.6em;
  font-size: 1.25rem;
}
.vision-hall .vs-box.v1 {
  margin-bottom: 60px;
}
.vision-hall .vs-box.v1 .txt-wrap {
  position: absolute;
  right: 80px;
  bottom: 90px;
}
.vision-hall .vs-box.v1 .txt-wrap .txt p {
  color: #fff;
}
.vision-hall .vs-box.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
}
.vision-hall .vs-box.v2 .txt-wrap {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 342px;
}
.vision-hall .vs-box.v2 .txt-wrap .tit strong::after {
  bottom: -30px;
  left: -30px;
  height: 140px;
}
.vision-hall .vs-box.v2 .img {
  width: 582px;
  height: 356px;
}
.vision-hall .vs-box.v3 {
  position: relative;
  left: 36px;
  width: 1072px;
  margin: 0 auto;
  padding-bottom: 64px;
}
.vision-hall .vs-box.v3 .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
.vision-hall .vs-box.v3 .txt-wrap .tit strong {
  padding-right: 200px;
  padding-left: 40px;
  color: #fff;
}
.vision-hall .vs-box.v3 .txt-wrap .tit strong::after {
  bottom: 0;
  right: 0;
  height: 130px;
}
.vision-hall .vs-box.v3 .txt-wrap .txt p {
  color: #666;
}
.vision-hall .vs-box.v4 {
  margin-top: 50px;
  margin-bottom: 150px;
}
.vision-hall .vs-box.v4 .txt-wrap {
  position: absolute;
  left: 224px;
  bottom: 40px;
  color: #fff;
}
.vision-hall .vs-box.v4 .txt-wrap .txt {
  margin-top: 20px;
}
.vision-hall .vs-box.v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 130px;
}
.vision-hall .vs-box.v5 .txt-wrap {
  margin-left: 40px;
}
.vision-hall .vs-box.v5 .txt-wrap .tit strong::after {
  top: -300px;
  left: 0;
  height: 180px;
}
.vision-hall .vs-box.v5 .txt-wrap .txt {
  margin-top: 30px;
}
.vision-hall .vs-box.v6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vision-hall .vs-box.v6 .img {
  margin-bottom: 40px;
}
.vision-hall .vs-box.v6 .txt-wrap {
  width: 532px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.vision-hall .vs-box.v6 .txt-wrap .tit strong {
  margin-bottom: 30px;
}
.vision-hall .vs-box.v6 .txt-wrap .tit strong::after {
  top: -220px;
  left: 0;
  height: 180px;
}
.vision-hall + .desc-more {
  margin-top: 120px;
}
.vision-hall + .desc-more .tit::before {
  width: 60px;
  height: 28px;
  background-image: url("../img/ico_view-hall.png");
}

.organization_wrap-box .org_search {
  background-color: #f9f3ef;
  padding: 18px 0;
  text-align: center;
}
.organization_wrap-box .org_search * {
  display: inline-block;
  vertical-align: top;
}
.organization_wrap-box .org_search label {
  line-height: 30px;
  margin-top: 5px;
}
.organization_wrap-box .org_search label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../img/ico_mark01.png) no-repeat center;
  margin-right: 8px;
  font-size: 18px;
  color: #333;
}
.organization_wrap-box .org_search input {
  margin: 0 20px 0 30px;
  border-bottom: 2px solid #999;
  width: 300px;
  height: 38px;
  padding-right: 40px;
  background: url(../img/ico_view-g.png) no-repeat right center;
}
.organization_wrap-box .org_search button {
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #999;
}
.organization_wrap-box .org_search button:hover {
  background-color: #666;
}
.organization_wrap-box .org_quarter {
  width: 1220px;
  margin: 0 auto;
  margin-bottom: 130px;
  padding-top: 170px;
  position: relative;
}
.organization_wrap-box .org_quarter::before {
  content: "Organization";
  display: block;
  position: absolute;
  left: 0;
  top: 94px;
  width: 100%;
  text-align: center;
  color: #f9f3ef;
  font-size: 190px;
  font-weight: 900;
  letter-spacing: -12px;
  line-height: 1em;
}
.organization_wrap-box .org_quarter .location_link {
  position: relative;
  z-index: 1;
}
.organization_wrap-box .org_quarter .location_link * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization_wrap-box .org_quarter .location_link a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 190px;
  padding: 10px 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  line-height: 1.1;
  margin-top: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization_wrap-box .org_quarter .location_link a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.organization_wrap-box .org_quarter .location_link > h3 {
  position: relative;
}
.organization_wrap-box .org_quarter .location_link > h3::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 4px;
  height: 275px;
}
.organization_wrap-box .org_quarter .location_link > h3 a {
  width: 230px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  border-radius: 16px;
  background-color: #f5821f;
  padding: 22px 0;
  margin: 0 auto;
  display: block;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization_wrap-box .org_quarter .location_link > p {
  margin-left: 50%;
  text-align: right;
  margin-right: 130px;
  position: relative;
}
.organization_wrap-box .org_quarter .location_link > p::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  width: 288px;
  height: 1px;
  right: 190px;
  top: 50%;
  margin-top: 9px;
  background: url(../img/line_dotted.png) repeat-x left top;
  opacity: 0.6;
}
.organization_wrap-box .org_quarter .location_link > p a {
  border-color: #999;
  color: #999;
  margin-top: 20px;
}
.organization_wrap-box .org_quarter .location_link > p a:before {
  left: -5px;
  background-color: #999;
}
.organization_wrap-box .org_quarter .location_link > p.t {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 110px;
}
.organization_wrap-box .org_quarter .location_link > p.t > a:nth-child(1) {
  background-color: #999;
  color: #fff;
  width: 210px;
  padding: 14px 0;
  font-weight: 500;
  font-size: 24px;
  margin-top: 15px;
  border-width: 0;
}
.organization_wrap-box .org_quarter .location_link > p.g {
  position: absolute;
  right: 126px;
  bottom: 50px;
}
.organization_wrap-box .org_quarter .location_link > p.g::after {
  background-image: none;
  background-color: #d6d6d6;
  right: -160px;
  width: 160px;
}
.organization_wrap-box .org_quarter .location_link > p.g::before {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  left: -162px;
  height: 1px;
  width: 512px;
  top: -536px;
}
.organization_wrap-box .org_quarter .location_link > p.g a {
  border-width: 2px;
  border-color: #339999;
  color: #339999;
  margin-top: 0;
}
.organization_wrap-box .org_quarter .location_link > p.g a::before {
  right: -6px;
  background-color: #339999;
  left: auto;
}
.organization_wrap-box .org_quarter .location_link > p.g a::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  right: -162px;
  width: 1px;
  height: 556px;
  bottom: 19px;
}
.organization_wrap-box .org_quarter .location_link > p.g.s {
  bottom: 0;
}
.organization_wrap-box .org_quarter .location_link > p.g.s::before {
  display: none;
}
.organization_wrap-box .org_quarter .location_link > p.g.s a::after {
  height: 50px;
}
.organization_wrap-box .org_quarter .location_link > ul {
  margin-right: 50%;
  margin-left: 130px;
  margin-top: -14px;
  position: relative;
}
.organization_wrap-box .org_quarter .location_link > ul::before {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 256px;
  height: 1px;
  right: 0;
}
.organization_wrap-box .org_quarter .location_link > ul::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  width: 4px;
  height: 52px;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.organization_wrap-box .org_quarter .location_link > ul li a {
  border-color: #999;
  color: #999;
}
.organization_wrap-box .org_quarter .location_link > ul li a::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  right: -31px;
  height: 1px;
}
.organization_wrap-box .org_quarter .location_link > ul li a:before {
  right: -5px;
  background-color: #999;
}
.organization_wrap-box .org_quarter .location_link > ul li:first-child a {
  margin-top: 0;
}
.organization_wrap-box .org_quarter .location_link .two_cut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
}
.organization_wrap-box .org_quarter .location_link .two_cut > div {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization_wrap-box .org_quarter .location_link .two_cut h4 {
  margin-bottom: 30px;
  position: relative;
}
.organization_wrap-box .org_quarter .location_link .two_cut h4::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 24px;
}
.organization_wrap-box .org_quarter .location_link .two_cut h4::before {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 4px;
}
.organization_wrap-box .org_quarter .location_link .two_cut h4 a {
  width: 190px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  border-radius: 27px;
  padding: 14px 0;
  margin-top: 0;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut {
  text-align: right;
  padding-right: 24px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut * {
  display: inline-block;
  vertical-align: top;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut a:before {
  right: -5px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4 {
  display: block;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4::after {
  right: -24px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4::before {
  left: auto;
  right: 30px;
  height: 472px;
  bottom: -472px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4 a {
  background-color: #336699;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p {
  display: block;
  padding-right: 280px;
  margin-bottom: 14px;
  position: relative;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 280px;
  right: 30px;
  height: 1px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p a {
  border-color: #999;
  color: #999;
  margin-top: 0;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p a:before {
  background-color: #999;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul {
  padding-right: 70px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul li a::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  right: -21px;
  height: 1px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li {
  display: block;
  margin-bottom: 16px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li > a::after {
  width: 38px;
  right: -38px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li a {
  border-color: #f5821f;
  color: #f5821f;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li a::before {
  background-color: #f5821f;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li {
  float: right;
  padding-left: 20px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li a::before {
  display: none;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a {
  border-width: 2px;
  border-color: #336699;
  color: #21405f;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a::after {
  width: 38px;
  right: -38px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a::before {
  right: -6px;
  background-color: #336699;
  display: block;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a.down {
  display: block;
  border-color: #bba1c6;
  color: #7e4c91;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a.down::before {
  display: none;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a.down::after {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  top: -12px;
  right: auto;
  left: 50%;
  width: 4px;
  height: 10px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li a.up::after {
  background: url(../img/line_dotted.png) repeat-x left top;
  opacity: 0.6;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut {
  padding-left: 24px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4::after {
  left: -24px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4::before {
  left: 93px;
  height: 278px;
  bottom: -278px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4 a {
  background-color: #bdad8f;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul {
  padding-left: 266px;
  position: relative;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a {
  border-color: #999;
  color: #999;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a::before {
  left: -5px;
  background-color: #999;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  left: -45px;
  width: 45px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u li:first-child a {
  margin-top: 0;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u::before {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 126px;
  height: 1px;
  left: 94px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u::after {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
  width: 4px;
  height: 52px;
  left: 220px;
  top: 19px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o {
  padding-left: 140px;
  margin-top: 24px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li a {
  border-width: 2px;
  border-color: #bdad8f;
  color: #836f49;
  width: 220px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li a::before {
  left: -6px;
  background-color: #bdad8f;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked {
  position: relative;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:after, .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:before {
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  display: block;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:before {
  left: -80px;
  top: -259px;
  height: 311px;
  width: 4px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:after {
  top: -259px;
  height: 1px;
  width: 36px;
  left: -80px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked a {
  margin-top: 30px;
}
.organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked a:after {
  width: 80px;
  left: -80px;
}
.organization_wrap-box .org_quarter .location_link.add_org > h3 {
  margin-bottom: 60px;
}
.organization_wrap-box .org_quarter .location_link.add_org > h3::after {
  height: 275px;
}
.organization_wrap-box .org_quarter .location_link.add_org > p.t a {
  display: block;
}
.organization_wrap-box .org_quarter .location_link.add_org > p.t a:last-child {
  margin-top: 10px;
}
.organization_wrap-box .org_quarter .location_link.add_org > p.t a:last-child::before {
  left: 50%;
  top: -11px;
  border-radius: 0;
  width: 4px;
  height: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #d6d6d6;
}
.organization_wrap-box .org_quarter .location_link.add_org > p.t::after {
  top: 30px;
}
.organization_wrap-box .org_quarter > p {
  width: 100%;
  text-align: right;
  margin-top: 40px;
  font-size: 18px;
  color: #999;
  text-align: center;
}
.organization_wrap-box h5 {
  background-color: #f7f7f8;
  color: #333;
  font-size: 20px;
  border-bottom: 2px solid #666;
  line-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 70px;
  font-weight: 500;
}
.organization_wrap-box .org_info {
  width: 1144px;
  margin: 0 auto;
  position: relative;
}
.organization_wrap-box .org_info .org_link {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 40px;
  padding: 0 18px;
  height: 40px;
  background-color: #666;
  margin: 15px 0 0 15px;
}
.organization_wrap-box .org_info .org_link:hover {
  background-color: #333;
}
.organization_wrap-box .org_info .org_link::after, .organization_wrap-box .org_info .org_link::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-repeat: no-repeat;
}
.organization_wrap-box .org_info .org_link::before {
  width: 40px;
  background-image: url(../img/ico_field.png);
  background-position: left center;
}
.organization_wrap-box .org_info .org_link::after {
  width: 26px;
  background-image: url(../img/ico_arrw_w2.png);
  background-position: right center;
}
.organization_wrap-box .org_info .txt_load {
  padding: 30px 70px 40px 70px;
}
.organization_wrap-box .org_info .txt_load * {
  color: #333;
}
.organization_wrap-box .org_info .txt_load strong {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.organization_wrap-box .org_info .txt_load p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.organization_wrap-box .org_info .txt_load ul li {
  font-size: 1rem;
  margin-top: 10px;
}
.organization_wrap-box .org_member {
  width: 1144px;
  margin: 0 auto;
  position: relative;
}
.organization_wrap-box .org_member .org_link {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  line-height: 40px;
  padding: 0 18px;
  height: 40px;
  background-color: #666;
  margin: 15px 0 0 15px;
}
.organization_wrap-box .org_member .org_link:hover {
  background-color: #333;
}
.organization_wrap-box .org_member .org_link::after, .organization_wrap-box .org_member .org_link::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-repeat: no-repeat;
}
.organization_wrap-box .org_member .org_link::before {
  width: 40px;
  background-image: url(../img/ico_field.png);
  background-position: left center;
}
.organization_wrap-box .org_member .org_link::after {
  width: 26px;
  background-image: url(../img/ico_arrw_w2.png);
  background-position: right center;
}
.organization_wrap-box .org_member > button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.organization_wrap-box .org_member > button::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 100%;
  background: url(../img/ico_arw-bottom.png) right center no-repeat;
}
.organization_wrap-box .org_member > button:hover {
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
.organization_wrap-box .org_member > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 70px 30px 70px;
}
.organization_wrap-box .org_member > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 10px;
  position: relative;
  width: 48.5%;
  padding: 24px;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.organization_wrap-box .org_member > ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #f5821f;
  display: none;
}
.organization_wrap-box .org_member > ul > li:hover:after {
  display: block;
}
.organization_wrap-box .org_member > ul > li .character {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  position: relative;
  z-index: 1;
}
.organization_wrap-box .org_member > ul > li .character > p {
  font-weight: 400;
  color: #999;
  font-size: 18px;
  height: auto;
  margin: 26px 0 0 0;
  padding-left: 24px;
  background: url(../img/ico_mark00.png) 0 center no-repeat;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.organization_wrap-box .org_member > ul > li .character .author {
  position: relative;
}
.organization_wrap-box .org_member > ul > li .character .author > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background: #edeeee url(../img/KDI_logo-w.png) center no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.organization_wrap-box .org_member > ul > li .character .author > span img {
  display: block;
  width: 100%;
}
.organization_wrap-box .org_member > ul > li .character .author > strong {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1em;
}
.organization_wrap-box .org_member > ul > li .character .author > strong em {
  font-family: "Spoqa Han Sans";
  font-size: 0.875rem;
  color: #999;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 400;
  background-color: #e7e7e7;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 8px;
}
.organization_wrap-box .org_member > ul > li .character .author > strong span {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 4px;
  color: #999;
  padding-left: 10px;
}
.organization_wrap-box .org_member > ul > li .character .author > p {
  color: #999;
  margin-top: 10px;
  line-height: 1.4em;
}
.organization_wrap-box .org_member > ul > li .character .author > p b {
  padding-right: 6px;
  font-weight: 400;
}
.organization_wrap-box .org_member > ul > li .character .author > p em {
  color: #333;
}
.organization_wrap-box .org_member > ul > li .mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.organization_wrap-box .org_member > ul > li .mark button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px;
  height: 36px;
}
.organization_wrap-box .org_member > ul > li .mark button.info {
  background-image: url(../img/ico_mark01.png);
}
.organization_wrap-box .org_member > ul > li .mark button.mail {
  background-image: url(../img/ico_mark02.png);
}
.organization_wrap-box .org_member > ul > li .mark button.phone {
  background-image: url(../img/ico_mark03.png);
}

.research_wrap-box .res_search {
  background-color: #f9f3ef;
  padding: 18px 0;
  text-align: center;
}
.research_wrap-box .res_search * {
  display: inline-block;
  vertical-align: top;
}
.research_wrap-box .res_search label {
  line-height: 30px;
  margin-top: 5px;
}
.research_wrap-box .res_search label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../img/ico_mark01.png) no-repeat center;
  margin-right: 8px;
  font-size: 18px;
  color: #333;
}
.research_wrap-box .res_search input {
  margin: 0 20px 0 30px;
  border-bottom: 2px solid #999;
  width: 300px;
  height: 38px;
  padding-right: 40px;
  background: url(../img/ico_view-g.png) no-repeat right center;
}
.research_wrap-box .res_search button {
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #999;
}
.research_wrap-box .res_search button:hover {
  background-color: #666;
}
.research_wrap-box .res_consonant {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.research_wrap-box .res_consonant ul {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.research_wrap-box .res_consonant ul li {
  width: 100%;
  height: 40px;
  border-radius: 10px;
}
.research_wrap-box .res_consonant ul li * {
  width: 100%;
  height: 100%;
  color: #999;
  font-size: 1rem;
}
.research_wrap-box .res_consonant ul li:hover {
  background-color: #f5821f;
}
.research_wrap-box .res_consonant ul li:hover * {
  color: #fff;
}
.research_wrap-box .res_consonant ul li.on {
  background-color: #f5821f;
}
.research_wrap-box .res_consonant ul li.on * {
  color: #fff;
  font-weight: 700;
}
.research_wrap-box .res_member {
  width: 1140px;
  margin: 0 auto;
}
.research_wrap-box .res_member .part_box {
  padding-top: 40px;
  padding-bottom: 60px;
}
.research_wrap-box .res_member .part_box .consonant {
  display: inline-block;
  background-color: #f5821f;
  width: 76px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.research_wrap-box .res_member .part_box .h-people_list {
  width: 100%;
  padding-top: 0;
  border-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li {
  width: 32%;
  border: 1px solid #d6d6d6;
  padding: 30px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
  margin-right: 15px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .character {
  padding: 0 0 60px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .character .author {
  padding-left: 130px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > strong {
  padding-top: 5px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > strong span {
  display: block;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > p {
  margin: 14px 0 40px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .character .author p.ico {
  font-weight: 400;
  color: #999;
  font-size: 18px;
  width: 310px;
  height: auto;
  margin: 40px 0 0 0;
  padding: 10px 0 10px 24px;
  background: url(../img/ico_mark00.png) no-repeat 0 center;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 100px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .mark {
  width: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  top: 225px;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .mark button {
  display: inline-block;
  position: static;
}
.research_wrap-box .res_member .part_box .h-people_list .item_li .mark button.mail {
  margin: 0 10px;
}
.research_wrap-box .res_member .res_seach_txt p {
  font-size: 19px;
  padding: 20px 0;
}
.research_wrap-box .res_member .res_seach_txt p a {
  display: inline-block;
  font-size: 19px;
  color: #5b9be7;
  text-decoration-line: underline;
}

.page_top-part {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
.page_top-part > img.bg {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.page_top-part .box_guide {
  width: 1144px;
  margin: 0 auto;
  position: relative;
  height: 500px;
  z-index: 1;
}
.page_top-part .box_guide .sign {
  display: block;
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 72px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.05em;
}
.page_top-part .box_guide > a {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  bottom: 34px;
  color: #f5821f;
  padding-bottom: 8px;
}
.page_top-part .box_guide > a::after, .page_top-part .box_guide > a::before {
  content: "";
}
.page_top-part .box_guide > a::after {
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_arrw_o.png) right bottom no-repeat;
  width: 30px;
  height: 16px;
}
.page_top-part .box_guide > a::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f5821f;
  width: 100%;
}
.page_top-part .box_guide .each_link {
  position: absolute;
  left: 0;
  bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_top-part .box_guide .each_link > a {
  display: block;
  margin-top: 14px;
}
.page_top-part .box_guide .each_link > a span {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 6px;
  position: relative;
  color: #f5821f;
}
.page_top-part .box_guide .each_link > a span::after, .page_top-part .box_guide .each_link > a span::before {
  content: "";
}
.page_top-part .box_guide .each_link > a span::after {
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_arrw_o.png) right bottom no-repeat;
  width: 30px;
  height: 16px;
}
.page_top-part .box_guide .each_link > a span::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f5821f;
  width: 100%;
}
.page_top-part h2 {
  line-height: 1em;
  font-size: 48px;
  margin-top: 130px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  width: 100%;
}
.page_top-part h2::after {
  content: "";
  display: block;
  width: 296px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page_top-part .tle {
  margin-top: 50px;
  margin-left: 50%;
  position: relative;
  z-index: 2;
}
.page_top-part .tle * {
  display: block;
  padding-left: 40px;
  font-weight: 100;
  letter-spacing: -0.05em;
}
.page_top-part .tle strong {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
.page_top-part .tle p {
  font-size: 18px;
  line-height: 30px;
}
.page_top-part.sub01 .sign {
  opacity: 0.2;
  color: #000;
}
.page_top-part.sub02 {
  background-color: #003471;
  background-image: url(../img/bg_part02.jpg);
}
.page_top-part.sub02 h2::after {
  background-color: #6e96be;
}
.page_top-part.sub02 .sign {
  color: #fff;
  opacity: 0.05;
  bottom: 90px;
}
.page_top-part.sub02 .tle * {
  color: #b4d9eb;
}
.page_top-part.sub03 {
  background-color: #3d3d36;
  background-image: url(../img/bg_part03.jpg);
}
.page_top-part.sub03 h2::after {
  background-color: #999;
}
.page_top-part.sub03 .sign {
  color: #999;
  opacity: 0.08;
  bottom: 90px;
}
.page_top-part.sub03 .tle * {
  color: #999;
}
.page_top-part.sub04 {
  background-color: #336633;
  background-image: url(../img/bg_part04.jpg);
}
.page_top-part.sub04 h2::after {
  background-color: #999;
}
.page_top-part.sub04 .sign {
  color: #999;
  opacity: 0.08;
  bottom: 90px;
}
.page_top-part.sub04 .tle {
  margin-left: 37%;
}
.page_top-part.sub04 .tle p {
  color: #d6d6d6;
  font-size: 20px;
  padding-left: 0;
}
.page_top-part.sub05 {
  background-color: #4f254f;
  background-image: url(../img/bg_part05.jpg);
}
.page_top-part.sub05 h2::after {
  background-color: #999;
}
.page_top-part.sub05 .sign {
  color: #999;
  opacity: 0.08;
  bottom: 90px;
}
.page_top-part.sub05 .tle * {
  color: #d6d6d6;
  font-size: 36px;
}

.field_study {
  padding: 90px 0;
  position: relative;
}
.field_study h3 {
  text-align: center;
  font-weight: 400;
}
.field_study h3 span {
  font-size: 30px;
  color: #333;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
}
.field_study h3.ellipse {
  position: relative;
}
.field_study h3.ellipse::after {
  content: "";
  display: block;
  width: 700px;
  height: 3px;
  background-color: #f7f7f8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.field_study h3.ellipse span {
  padding: 0 60px;
  height: 50px;
  line-height: 48px;
  background-color: #f7f7f8;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}

.circle_location {
  position: relative;
  margin: 100px auto 0;
  width: 324px;
  height: 324px;
}
.circle_location strong {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  position: relative;
}
.circle_location strong span {
  display: block;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.circle_location ul li {
  position: absolute;
}
.circle_location ul li a {
  line-height: 1em;
  display: block;
  font-weight: 500;
  white-space: nowrap;
  font-size: 20px;
}
.circle_location ul li.p01 {
  top: 0;
  right: 82%;
}
.circle_location ul li.p02 {
  top: 0;
  left: 82%;
}
.circle_location ul li.p03 {
  top: 20%;
  right: 98%;
}
.circle_location ul li.p04 {
  top: 20%;
  left: 98%;
}
.circle_location ul li.p05 {
  top: 45%;
  right: 105%;
}
.circle_location ul li.p06 {
  top: 45%;
  left: 105%;
}
.circle_location ul li.p07 {
  top: 68%;
  right: 102%;
}
.circle_location ul li.p08 {
  top: 68%;
  left: 102%;
}
.circle_location ul li.p09 {
  top: 90%;
  right: 88%;
}
.circle_location ul li.p10 {
  top: 90%;
  left: 88%;
}
.circle_location ul li:nth-child(odd) a {
  text-align: right;
}
.circle_location ul li.txt01 a {
  font-size: 48px;
}
.circle_location ul li.txt02 a {
  font-size: 40px;
}
.circle_location ul li.txt03 a {
  font-size: 30px;
}
.circle_location ul li.txt04 a {
  font-size: 24px;
}

.part_comm-wrap .part_box {
  padding: 90px 0;
  position: relative;
}
.part_comm-wrap .part_box h3 {
  text-align: center;
  font-weight: 400;
}
.part_comm-wrap .part_box h3 span {
  font-size: 30px;
  color: #333;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
}
.part_comm-wrap .part_box h3.ellipse {
  position: relative;
}
.part_comm-wrap .part_box h3.ellipse::after {
  content: "";
  display: block;
  width: 700px;
  height: 3px;
  background-color: #f7f7f8;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.part_comm-wrap .part_box h3.ellipse span {
  padding: 0 60px;
  height: 50px;
  line-height: 48px;
  background-color: #f7f7f8;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.part_comm-wrap .part_box.line_top {
  border-top-style: solid;
  border-top-width: 4px;
}
.part_comm-wrap .part_box.bg {
  background: url(../img/bg_grd01.png) repeat-x left top;
}
.part_comm-wrap .part_box.bg .chart_link {
  width: 1024px;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 16px;
}
.part_comm-wrap .part_box.bg .chart_link a {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 38px;
  padding: 0 18px;
  height: 40px;
}
.part_comm-wrap .part_box.bg .chart_link a::after, .part_comm-wrap .part_box.bg .chart_link a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-repeat: no-repeat;
}
.part_comm-wrap .part_box.bg .chart_link a::before {
  width: 40px;
  background-image: url(../img/ico_field.png);
  background-position: left center;
}
.part_comm-wrap .part_box.bg .chart_link a::after {
  width: 26px;
  background-image: url(../img/ico_arrw_w2.png);
  background-position: right center;
}
.part_comm-wrap .part_box .h-people_list {
  width: 1024px;
  margin: 0 auto;
  padding-left: 0;
  padding: 0;
  border-bottom-width: 0;
  overflow: hidden;
  position: relative;
}
.part_comm-wrap .part_box .h-people_list .item {
  width: 16.6%;
  margin-bottom: 0;
  border-bottom-width: 0;
  border-bottom: 1px dashed #d6c0b2;
  padding: 50px 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.part_comm-wrap .part_box .h-people_list .item .cover {
  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;
  width: 100%;
  height: 100%;
}
.part_comm-wrap .part_box .h-people_list .item .cover:hover strong {
  color: #333;
}
.part_comm-wrap .part_box .h-people_list .item .cover strong {
  font-size: 24px;
  line-height: 1em;
  margin-top: 16px;
  font-weight: 500;
  text-align: center;
}
.part_comm-wrap .part_box .h-people_list .item .cover strong span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.part_comm-wrap .part_box .h-people_list .item .cover .img {
  border-width: 6px;
}
.part_comm-wrap .part_box .h-people_list .item .cover .cut {
  position: relative;
}
.part_comm-wrap .part_box .h-people_list .item .cover .cut button {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/ico_profile.png) no-repeat center;
  z-index: 1;
}
.part_comm-wrap .part_box .h-people_list .item.no .cover:hover .img {
  border-color: #fff !important;
}
.part_comm-wrap .part_box .timeline-area {
  margin-top: 44px;
}
.part_comm-wrap .part_box .page_list-group ul {
  border-top: 2px solid #edeeee;
}
.part_comm-wrap .part_box .page_list-group ul li {
  padding-left: 200px;
}
.part_comm-wrap .part_box .page_list-group ul li .rpt_img {
  background: none;
  width: auto;
  border-radius: 0;
}
.part_comm-wrap .part_box .page_list-group ul li .rpt_img img {
  margin: 0;
  height: 210px;
}
.part_comm-wrap .part_box .timeline-area .timeline_item-wrapper {
  padding-bottom: 18px;
}
.part_comm-wrap .part_box .timeline-area .timeline_item-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #d6d6d6;
  border-radius: 50%;
}
.part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_top .date span {
  display: block;
  line-height: 1em;
  margin-top: 10px;
  line-height: 1.1em;
}

#field01 .page_top-part h2::after {
  background-color: #6e96be;
}
#field01 .page_top-part .tle * {
  color: #fff;
}
#field01 .circle_location strong {
  background-image: url(../img/img_circle-word01.png);
}
#field01 .circle_location strong span {
  color: #336699;
}
#field01 .circle_location ul li a {
  color: #336699;
}
#field01 .part_comm-wrap .part_box.line_top {
  border-top-color: #336699;
}
#field01 .part_comm-wrap .part_box .chart_link a {
  background-color: #336699;
}
#field01 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #6e96be;
}
#field01 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #336699;
}
#field01 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #336699;
}
#field01 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #336699;
}
#field01 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #336699;
}
#field01 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #336699;
}

#field02 .page_top-part h2::after {
  background-color: #babae4;
}
#field02 .page_top-part .tle * {
  color: #fff;
}
#field02 .circle_location strong {
  background-image: url(../img/img_circle-word02.png);
}
#field02 .circle_location strong span {
  color: #474784;
}
#field02 .circle_location ul li a {
  color: #474784;
}
#field02 .part_comm-wrap .part_box.line_top {
  border-top-color: #474784;
}
#field02 .part_comm-wrap .part_box .chart_link a {
  background-color: #474784;
}
#field02 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #babae4;
}
#field02 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #474784;
}
#field02 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #474784;
}
#field02 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #474784;
}
#field02 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #474784;
}
#field02 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #474784;
}

#field03 .page_top-part h2::after {
  background-color: #ddadad;
}
#field03 .page_top-part .tle * {
  color: #fff;
}
#field03 .circle_location strong {
  background-image: url(../img/img_circle-word03.png);
}
#field03 .circle_location strong span {
  color: #663333;
}
#field03 .circle_location ul li a {
  color: #663333;
}
#field03 .part_comm-wrap .part_box.line_top {
  border-top-color: #663333;
}
#field03 .part_comm-wrap .part_box .chart_link a {
  background-color: #663333;
}
#field03 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #ddadad;
}
#field03 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #663333;
}
#field03 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #663333;
}
#field03 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #663333;
}
#field03 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #663333;
}
#field03 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #663333;
}

#field04 .page_top-part h2::after {
  background-color: #c5e0fc;
}
#field04 .page_top-part .tle * {
  color: #fff;
}
#field04 .circle_location strong {
  background-image: url(../img/img_circle-word04.png);
}
#field04 .circle_location strong span {
  color: #336699;
}
#field04 .circle_location ul li a {
  color: #336699;
}
#field04 .part_comm-wrap .part_box.line_top {
  border-top-color: #336699;
}
#field04 .part_comm-wrap .part_box .chart_link a {
  background-color: #336699;
}
#field04 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #c5e0fc;
}
#field04 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #336699;
}
#field04 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #336699;
}
#field04 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #336699;
}
#field04 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #336699;
}
#field04 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #336699;
}

#field05 .page_top-part h2::after {
  background-color: #bbb;
}
#field05 .page_top-part .tle * {
  color: #fff;
}
#field05 .circle_location strong {
  background-image: url(../img/img_circle-word05.png);
}
#field05 .circle_location strong span {
  color: #333;
}
#field05 .circle_location ul li a {
  color: #333;
}
#field05 .part_comm-wrap .part_box.line_top {
  border-top-color: #333;
}
#field05 .part_comm-wrap .part_box .chart_link a {
  background-color: #333;
}
#field05 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #bbb;
}
#field05 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #333;
}
#field05 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #333;
}
#field05 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #333;
}
#field05 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #333;
}
#field05 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #333;
}

#field06 .page_top-part h2::after {
  background-color: #b5b5f0;
}
#field06 .page_top-part .tle * {
  color: #fff;
}
#field06 .circle_location strong {
  background-image: url(../img/img_circle-word06.png);
}
#field06 .circle_location strong span {
  color: #272773;
}
#field06 .circle_location ul li a {
  color: #272773;
}
#field06 .part_comm-wrap .part_box.line_top {
  border-top-color: #272773;
}
#field06 .part_comm-wrap .part_box .chart_link a {
  background-color: #272773;
}
#field06 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #b5b5f0;
}
#field06 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #272773;
}
#field06 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #272773;
}
#field06 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #272773;
}
#field06 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #272773;
}
#field06 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #272773;
}

#field07 .page_top-part h2::after {
  background-color: #99cccc;
}
#field07 .page_top-part .tle * {
  color: #fff;
}
#field07 .circle_location strong {
  background-image: url(../img/img_circle-word07.png);
}
#field07 .circle_location strong span {
  color: #003333;
}
#field07 .circle_location ul li a {
  color: #003333;
}
#field07 .part_comm-wrap .part_box.line_top {
  border-top-color: #003333;
}
#field07 .part_comm-wrap .part_box .chart_link a {
  background-color: #003333;
}
#field07 .part_comm-wrap .part_box .chart_link a:hover {
  background-color: #99cccc;
}
#field07 .part_comm-wrap .part_box .h-people_list .item_li::after {
  border-color: #003333;
}
#field07 .part_comm-wrap .part_box .h-people_list .item_li .mark button.info {
  background-color: #003333;
}
#field07 .part_comm-wrap .part_box .timeline-area .timeline_item-date {
  color: #003333;
}
#field07 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts {
  border-top-color: #003333;
}
#field07 .part_comm-wrap .part_box .timeline-area .timeline_item-wrapper .item .info_conts::before {
  background-color: #003333;
}

.comm_block-shape {
  margin-top: 100px;
}
.comm_block-shape .shape_guide {
  width: 1144px;
  margin: 0 auto;
}
.comm_block-shape .bg_guide {
  background: url(../img/bg_grd01.png) repeat-x left top;
}
.comm_block-shape h4 {
  text-align: center;
  font-size: 30px;
  color: #333;
  line-height: 1em;
  font-weight: 400;
  padding: 76px 0 38px 0;
}
.comm_block-shape .frame {
  border: 2px solid #edeeee;
  border-width: 2px 0;
  padding: 40px 0;
}
.comm_block-shape .frame a {
  display: block;
}
.comm_block-shape .frame strong {
  display: block;
  font-size: 30px;
  color: #336699;
  font-weight: 500;
  line-height: 1.2em;
}
.comm_block-shape .frame p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.comm_block-shape .frame span {
  display: block;
  line-height: 1.2em;
  margin-top: 36px;
  font-size: 15px;
  color: #666;
}
.comm_block-shape .frame span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 16px;
  background: url(../img/ico_arrw_g.png) right bottom no-repeat;
}
.comm_block-shape .one_shape {
  margin-bottom: 100px;
}
.comm_block-shape .one_shape .frame a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comm_block-shape .one_shape .frame strong {
  width: 29%;
}
.comm_block-shape .one_shape .frame p {
  width: 71%;
}
.comm_block-shape .four_shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
.comm_block-shape .four_shape .frame {
  width: 48%;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comm_block-shape .four_shape .frame a {
  position: relative;
}
.comm_block-shape .four_shape .frame img {
  margin-right: 44px;
}
.comm_block-shape .four_shape .frame strong {
  height: 110px;
}
.comm_block-shape .four_shape .frame span {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comm_block-shape .three_shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.comm_block-shape .three_shape .frame {
  width: 31%;
}
.comm_block-shape .three_shape .frame strong {
  font-size: 24px;
  margin-bottom: 24px;
}
.comm_block-shape .three_shape .frame p {
  height: 164px;
}
.comm_block-shape .three_shape .frame span {
  margin-top: 14px;
}
.comm_block-shape .two_shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comm_block-shape .two_shape .frame {
  width: 48%;
}
.comm_block-shape .two_shape .frame strong {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.comm_block-shape .two_shape .frame p {
  height: 110px;
  line-height: 26px;
  position: relative;
}
.comm_block-shape .two_shape .frame span {
  margin-top: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.comm_arra-list {
  width: 1144px;
  margin: 0 auto;
  position: relative;
}
.comm_arra-list .link_banner {
  margin-top: 40px;
  margin-bottom: -40px;
}
.comm_arra-list .link_banner .mv {
  display: block;
  width: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2);
  position: relative;
}
.comm_arra-list .link_banner .mv img {
  display: block;
  width: 100%;
  height: auto;
}
.comm_arra-list .link_banner .mv iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.comm_arra-list .comm_tab-select {
  margin-top: 50px;
  margin-bottom: 130px;
}
.comm_arra-list .comm_tab-select.mjt20 {
  margin-bottom: -20px;
}
.comm_arra-list .comm_tab-select ul {
  border-color: #336633;
}
.comm_arra-list .comm_tab-select ul li {
  width: 14%;
}
.comm_arra-list .comm_tab-select ul li.long {
  width: 15%;
}
.comm_arra-list .comm_tab-select ul li * {
  font-size: 20px;
}
.comm_arra-list .comm_tab-select ul li *.on {
  color: #336633;
  border-color: #336633;
}
.comm_arra-list .arra_align {
  margin-top: 100px;
}
.comm_arra-list .arra_align > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.comm_arra-list .arra_align > ul li {
  width: 48%;
  border: solid #edeeee;
  border-width: 2px 0;
  padding: 50px 0;
  margin-top: -2px;
  position: relative;
}
.comm_arra-list .arra_align > ul li strong {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  padding-left: 176px;
  position: relative;
  display: block;
  line-height: 1em;
  padding-top: 10px;
  min-height: 90px;
}
.comm_arra-list .arra_align > ul li strong::before, .comm_arra-list .arra_align > ul li strong::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.comm_arra-list .arra_align > ul li strong::before {
  background-color: #f7f7f8;
  width: 150px;
  height: 100px;
}
.comm_arra-list .arra_align > ul li strong::after {
  background-color: #fff;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  left: 42px;
  top: 16px;
}
.comm_arra-list .arra_align > ul li strong span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #d6d6d6;
  line-height: 24px;
  margin-top: 18px;
}
.comm_arra-list .arra_align > ul li p {
  margin-top: 32px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  margin-bottom: 26px;
  min-height: 120px;
  padding-right: 18px;
}
.comm_arra-list .arra_align > ul li > a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2em;
  font-size: 15px;
  color: #666;
}
.comm_arra-list .arra_align > ul li > a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 16px;
  background: url(../img/ico_arrw_g.png) right bottom no-repeat;
}
.comm_arra-list .arra_align > ul li .links a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  height: 40px;
  border: 1px solid #d6d6d6;
  line-height: 38px;
  margin-left: 10px;
  width: 170px;
  text-indent: 22px;
  text-align: left;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.comm_arra-list .arra_align > ul li .links a:hover {
  -webkit-box-shadow: 4px 4px 0 0 #ebe8e6;
          box-shadow: 4px 4px 0 0 #ebe8e6;
}
.comm_arra-list .arra_align > ul li .links a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 100%;
  background: url(../img/ico_arrw_g.png) right center no-repeat;
  position: absolute;
  right: 14px;
  top: 0;
}
.comm_arra-list .arra_align > ul li .links a:first-child {
  margin-left: 0;
}
.comm_arra-list .arra_align > ul li.ico00 strong::after {
  background-image: url(../img/ico_arra00.png);
}
.comm_arra-list .arra_align > ul li.ico01 strong::after {
  background-image: url(../img/ico_arra01.png);
}
.comm_arra-list .arra_align > ul li.ico02 strong::after {
  background-image: url(../img/ico_arra02.png);
}
.comm_arra-list .arra_align > ul li.ico03 strong::after {
  background-image: url(../img/ico_arra03.png);
}
.comm_arra-list .arra_align > ul li.ico04 strong::after {
  background-image: url(../img/ico_arra04.png);
}
.comm_arra-list .arra_align > ul li.ico05 strong::after {
  background-image: url(../img/ico_arra05.png);
}
.comm_arra-list .arra_align > ul li.ico06 strong::after {
  background-image: url(../img/ico_arra06.png);
}
.comm_arra-list .arra_align > ul li.ico07 strong::after {
  background-image: url(../img/ico_arra07.png);
}
.comm_arra-list .arra_align > ul li.ico08 strong::after {
  background-image: url(../img/ico_arra08.png);
}
.comm_arra-list .arra_align .other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comm_arra-list .arra_align .other_link a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d6d6d6;
  font-size: 24px;
  line-height: 30px;
  color: #666;
  padding: 24px 80px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22%;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
}
.comm_arra-list .arra_align .other_link a::after {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url(../img/ico_arrw_big.png) center no-repeat;
  position: absolute;
  right: 20px;
  bottom: 22px;
}
.comm_arra-list .arra_align .other_link a:hover {
  -webkit-box-shadow: 5px 5px 0 0 #ebe8e6;
          box-shadow: 5px 5px 0 0 #ebe8e6;
}
.comm_arra-list .arra_align.intl > ul li p {
  min-height: 72px;
}
.comm_arra-list .center_greetings {
  padding-left: 330px;
  padding-bottom: 40px;
  background: url(../img/_sample/img_greetings.jpg) left bottom no-repeat;
  text-align: right;
}
.comm_arra-list .center_greetings * {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.comm_arra-list .center_greetings h3 {
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 50px;
}
.comm_arra-list .center_greetings p {
  display: block;
  text-align: left;
}
.comm_arra-list .center_greetings strong {
  margin-top: 76px;
  font-weight: 400;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.comm_arra-list .center_greetings strong b {
  font-size: 30px;
  display: block;
  font-weight: 400;
  text-align: left;
}
.comm_arra-list .center_establish {
  width: 1000px;
  margin: 0 auto;
}
.comm_arra-list .center_establish > dl {
  margin-bottom: 50px;
}
.comm_arra-list .center_establish > dl dt {
  font-size: 30px;
  color: #333;
  line-height: 1.2em;
}
.comm_arra-list .center_establish > dl dd {
  font-size: 18px;
  color: #999;
  line-height: 1.3em;
  margin-top: 24px;
}
.comm_arra-list.reg .comm_tab-select ul {
  border-color: #6a326a;
}
.comm_arra-list.reg .comm_tab-select ul li {
  width: 15%;
}
.comm_arra-list.reg .comm_tab-select ul li.long {
  width: 20%;
}
.comm_arra-list.reg .comm_tab-select ul li *.on {
  color: #6a326a;
  border-color: #6a326a;
}
.comm_arra-list.reg .center_greetings {
  background-image: url(../img/img_greetings2.jpg);
  padding-bottom: 0;
}
.comm_arra-list.reg .page_list-group {
  margin: 0;
  width: 100%;
}
.comm_arra-list.reg .page_list-group li {
  padding: 20px 0 20px 220px;
  min-height: auto;
}
.comm_arra-list.reg .page_list-group li:first-child {
  border-width: 1px;
}
.comm_arra-list.reg .page_list-group .rpt_img {
  width: 200px;
  height: 120px;
  background-image: none;
  background-color: #e7e7e7;
  top: 20px;
}
.comm_arra-list.reg .page_list-group .rpt_img.default img {
  margin: 0;
  height: 100%;
  border-width: 0;
}
.comm_arra-list.reg .page_list-group .rpt_tit b {
  margin: 0 0 6px 0;
  color: #6a326a;
  background-image: url(../img/ico_list-report2.png);
}
.comm_arra-list.reg .page_list-group .rpt_tit strong {
  font-size: 18px;
  min-height: 46px;
}
.comm_arra-list.reg .page_list-group .rpt_other {
  margin-top: 2px;
  margin-bottom: 0;
}
.comm_arra-list.reg .page_list-group .rpt_other em {
  margin-bottom: 6px;
}

.comm_time-list {
  position: relative;
  padding-left: 170px;
}
.comm_time-list h4 {
  font-size: 24px;
  color: #336633;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.comm_time-list .tm_line {
  position: relative;
  padding-top: 50px;
}
.comm_time-list .tm_line::after {
  content: "";
  background-color: #d6d6d6;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 47px;
  top: 0;
}
.comm_time-list .tm_line strong {
  display: block;
  width: 100px;
  text-align: center;
  font-size: 36px;
  color: #336633;
  font-family: "Spoqa Han Sans";
  background-color: #fff;
  padding: 16px 0 44px 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
  line-height: 1em;
}
.comm_time-list .tm_line strong::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #336633;
  position: absolute;
  left: 41px;
  bottom: 0;
}
.comm_time-list .tm_line ul {
  margin-left: 78px;
  margin-top: -22px;
  position: relative;
  z-index: 2;
  padding-bottom: 6px;
  min-height: 46px;
}
.comm_time-list .tm_line ul li {
  margin-left: 12px;
  text-indent: -12px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.global_wrap-box {
  margin-top: 130px;
}
.global_wrap-box > p {
  background-color: #f7f7f8;
  font-size: 18px;
  color: #333;
  padding: 36px 70px;
  line-height: 30px;
  margin-bottom: 50px;
}
.global_wrap-box table thead td {
  border: solid #666;
  border-width: 2px 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.global_wrap-box table tbody tr td {
  word-break: keep-all;
  color: #666;
  vertical-align: top;
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.5em;
}
.global_wrap-box table tbody tr td:nth-child(1) {
  font-size: 18px;
  color: #333;
}
.global_wrap-box table tbody tr td:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
}
.global_wrap-box table tbody tr td ul li {
  margin-left: 12px;
  text-indent: -12px;
}
.global_wrap-box table tbody tr td a {
  display: block;
  width: 270px;
  height: 162px;
  background-color: #333;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.global_wrap-box table tbody tr td a::after, .global_wrap-box table tbody tr td a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.global_wrap-box table tbody tr td a::after {
  background-color: #000;
  opacity: 0.3;
}
.global_wrap-box table tbody tr td a::before {
  z-index: 1;
  background: url(../img/ico_play.png) no-repeat center;
}
.global_wrap-box table tbody tr td a img {
  display: block;
  height: 100%;
}

.ksp_wrap-box {
  margin-top: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ksp_wrap-box > strong {
  display: block;
  width: 33%;
  height: 512px;
  background: #f7f7f8 url(../img/img_ksp-logo.jpg) center no-repeat;
  text-indent: -99999em;
}
.ksp_wrap-box dl {
  width: 63%;
}
.ksp_wrap-box dl dt {
  color: #336633;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 36px;
}
.ksp_wrap-box dl dd {
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
}
.ksp_wrap-box dl dd a {
  display: inline-block;
  vertical-align: top;
  color: #f5821f;
  padding-bottom: 8px;
  position: relative;
}
.ksp_wrap-box dl dd a::after, .ksp_wrap-box dl dd a::before {
  content: "";
}
.ksp_wrap-box dl dd a::after {
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_arrw_o.png) right bottom no-repeat;
  width: 30px;
  height: 16px;
}
.ksp_wrap-box dl dd a::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f5821f;
  width: 100%;
}

.ksp_wrap-box2 {
  margin-top: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ksp_wrap-box2 > strong {
  display: block;
  width: 33%;
  height: 512px;
  background: #f7f7f8 url(../img/EIPP_business.jpg) center no-repeat;
  text-indent: -99999em;
}
.ksp_wrap-box2 dl {
  width: 63%;
}
.ksp_wrap-box2 dl dt {
  color: #336633;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 36px;
}
.ksp_wrap-box2 dl dd {
  font-size: 18px;
  color: #333;
  line-height: 1.5em;
}
.ksp_wrap-box2 dl dd a {
  display: inline-block;
  vertical-align: top;
  color: #f5821f;
  padding-bottom: 8px;
  position: relative;
}
.ksp_wrap-box2 dl dd a::after, .ksp_wrap-box2 dl dd a::before {
  content: "";
}
.ksp_wrap-box2 dl dd a::after {
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico_arrw_o.png) right bottom no-repeat;
  width: 30px;
  height: 16px;
}
.ksp_wrap-box2 dl dd a::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #f5821f;
  width: 100%;
}

.performance-wrap-box {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.performance-wrap-box .pfms_left {
  width: 33%;
}
.performance-wrap-box .pfms_left .bg {
  padding: 40px;
  background-color: #f7f7f8;
}
.performance-wrap-box .pfms_left .bg strong {
  display: block;
  line-height: 1.2em;
  font-size: 30px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
}
.performance-wrap-box .pfms_left .bg p {
  color: #999;
  font-size: 18px;
  line-height: 1.5em;
}
.performance-wrap-box .pfms_right {
  width: 63%;
}
.performance-wrap-box .pfms_right > strong {
  display: block;
  line-height: 1em;
  font-size: 24px;
  color: #336633;
  font-weight: 400;
  margin: 46px 0 26px 0;
}
.comm_arra-list.reg .performance-wrap-box .pfms_right > strong {
  color: #6a326a;
}
.performance-wrap-box .pfms_right > ul {
  width: 100%;
  border-top: 1px solid #d6d6d6;
}
.performance-wrap-box .pfms_right > ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.2em;
}
.performance-wrap-box .pfms_right > ul li button,
.performance-wrap-box .pfms_right > ul li a {
  display: block;
  font-size: 18px;
  padding-right: 36px;
  background: url(../img/ico_arrw_k.png) right center no-repeat;
  line-height: 1.2em;
}
.performance-wrap-box .pfms_right > ul li button:hover,
.performance-wrap-box .pfms_right > ul li a:hover {
  color: #f5821f;
  background-image: url(../img/ico_arrw_o.png);
}
.performance-wrap-box .pfms_right > ul li button span,
.performance-wrap-box .pfms_right > ul li a span {
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 10px;
}
.performance-wrap-box .pfms_right > ul li button.no,
.performance-wrap-box .pfms_right > ul li a.no {
  cursor: default;
  background: none;
}
.performance-wrap-box .pfms_right > ul li button.no:hover,
.performance-wrap-box .pfms_right > ul li a.no:hover {
  color: #2d2c2b;
}
.comm_arra-list.reg .performance-wrap-box .pfms_right > ul {
  border-top-width: 2px;
  border-color: #6a326a;
}
.comm_arra-list.reg .performance-wrap-box .pfms_right > ul li button,
.comm_arra-list.reg .performance-wrap-box .pfms_right > ul li a {
  padding-right: 0;
  padding-left: 36px;
  background-position: left -2px;
  text-align: left;
}
.performance-wrap-box .pfms_right > ul.ico01 li button, .performance-wrap-box .pfms_right > ul.ico01 li a {
  background-image: url(../img/ico_pfms01.png);
}
.performance-wrap-box .pfms_right > ul.ico02 li button, .performance-wrap-box .pfms_right > ul.ico02 li a {
  background-image: url(../img/ico_pfms02.png);
}
.performance-wrap-box .pfms_right > ul.ico03 li button, .performance-wrap-box .pfms_right > ul.ico03 li a {
  background-image: url(../img/ico_pfms03.png);
}
.performance-wrap-box .pfms_right > ul.ico04 li button, .performance-wrap-box .pfms_right > ul.ico04 li a {
  background-image: url(../img/ico_pfms04.png);
}
.performance-wrap-box .pfms_right > ul.ico05 li button, .performance-wrap-box .pfms_right > ul.ico05 li a {
  background-image: url(../img/ico_pfms05.png);
}
.performance-wrap-box .pfms_right > ul.ico06 li button, .performance-wrap-box .pfms_right > ul.ico06 li a {
  background-image: url(../img/ico_pfms06.png);
}

.separation-wrap-box {
  margin-top: 130px;
}
.separation-wrap-box .org_part {
  width: 1000px;
  margin: 0 auto;
}
.separation-wrap-box .org_part .each_department {
  position: relative;
  padding-bottom: 80px;
}
.separation-wrap-box .org_part .each_department > span {
  text-align: right;
  color: #999;
  font-size: 18px;
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.separation-wrap-box .org_part .each_department a,
.separation-wrap-box .org_part .each_department button {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 190px;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  color: #336633;
  border-radius: 28px;
  border-radius: 4px;
  border: 1px solid #336633;
}
.separation-wrap-box .org_part .each_department a span,
.separation-wrap-box .org_part .each_department button span {
  color: #000;
  font-size: 12px;
  display: block;
  line-height: 1em;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department a,
.comm_arra-list.reg .separation-wrap-box .org_part .each_department button {
  width: 250px;
  border-color: #6a326a;
}
.separation-wrap-box .org_part .each_department h3 {
  padding-bottom: 136px;
  position: relative;
}
.separation-wrap-box .org_part .each_department h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 136px;
  background-color: #d6d6d6;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department h3::before {
  height: 106px;
}
.separation-wrap-box .org_part .each_department h3 button {
  width: 186px;
  height: 56px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  background-color: #336633;
  border-radius: 28px;
  margin: 0 auto;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department h3 button {
  background-color: #6a326a;
}
.separation-wrap-box .org_part .each_department > p {
  position: absolute;
  right: 24px;
  top: 84px;
}
.separation-wrap-box .org_part .each_department > p::before, .separation-wrap-box .org_part .each_department > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.separation-wrap-box .org_part .each_department > p::after {
  width: 10px;
  height: 10px;
  background-color: #336633;
  border-radius: 50%;
  left: -4px;
}
.separation-wrap-box .org_part .each_department > p::before {
  width: 286px;
  left: -286px;
  border-top: 1px dashed #d6d6d6;
}
.separation-wrap-box .org_part .each_department > p button {
  border-width: 3px;
}
.separation-wrap-box .org_part .each_department .each_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.separation-wrap-box .org_part .each_department .each_part::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 540px;
  height: 1px;
  background-color: #d6d6d6;
  top: -30px;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part::before {
  width: 620px;
}
.separation-wrap-box .org_part .each_department .each_part ul {
  margin: 0 40px;
}
.separation-wrap-box .org_part .each_department .each_part ul li {
  margin-bottom: 10px;
  position: relative;
}
.separation-wrap-box .org_part .each_department .each_part ul li:first-child::before, .separation-wrap-box .org_part .each_department .each_part ul li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.separation-wrap-box .org_part .each_department .each_part ul li:first-child::after {
  width: 10px;
  height: 10px;
  background-color: #336633;
  border-radius: 50%;
  top: -4px;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part ul li:first-child::after {
  background-color: #6a326a;
}
.separation-wrap-box .org_part .each_department .each_part ul li:first-child::before {
  background-color: #d6d6d6;
  width: 4px;
  height: 30px;
  top: -30px;
}
.separation-wrap-box .org_part .each_department .each_part ul li:first-child a,
.separation-wrap-box .org_part .each_department .each_part ul li:first-child button {
  border-width: 3px;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part ul li:first-child a,
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part ul li:first-child button {
  color: #6a326a;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part ul {
  margin: 0 30px;
}
.separation-wrap-box .org_part .each_department .each_info {
  margin-top: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.separation-wrap-box .org_part .each_department .each_info > strong {
  display: block;
  position: absolute;
  left: 46px;
  top: 28px;
  font-weight: 400;
  font-size: 24px;
  color: #336633;
  width: 50px;
  line-height: 1.3em;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info > strong {
  left: 0;
}
.separation-wrap-box .org_part .each_department .each_info dl {
  width: 190px;
  margin: 0 40px;
  border-top: 1px dashed #336633;
  padding-top: 26px;
}
.separation-wrap-box .org_part .each_department .each_info dl dt {
  display: none;
}
.separation-wrap-box .org_part .each_department .each_info dl dd ul li {
  font-size: 18px;
  color: #336633;
  line-height: 1.5em;
  margin-left: 12px;
  text-indent: -12px;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info > strong {
  color: #333;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info dl {
  width: 250px;
  margin: 0 30px;
  border-color: #6a326a;
}
.comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info dl ul li {
  color: #333;
  width: 260px;
  margin-left: 13px;
  text-indent: -13px;
  line-height: 1.4em;
}
.separation-wrap-box .org_part .each_department.intl_org a, .separation-wrap-box .org_part .each_department.intl_org button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.separation-wrap-box .org_part .each_department.intl_org h3 {
  padding-bottom: 190px;
}
.separation-wrap-box .org_part .each_department.intl_org h3::before {
  height: 170px;
}
.separation-wrap-box .org_part .each_department.intl_org .each_manager {
  position: absolute;
  right: 0;
  top: 50px;
  display: block;
}
.separation-wrap-box .org_part .each_department.intl_org .each_manager::before {
  display: none;
}
.separation-wrap-box .org_part .each_department.intl_org .each_manager ul {
  margin: 0;
}
.separation-wrap-box .org_part .each_department.intl_org .each_manager ul li:first-child:after {
  left: -4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.separation-wrap-box .org_part .each_department.intl_org .each_manager ul li:first-child:before {
  left: -310px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 1px;
  width: 310px;
}
.separation-wrap-box .org_part .each_department.intl_org .each_info {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.separation-wrap-box .org_part .each_department.intl_org .each_info > strong {
  position: static;
  left: 0;
  top: 0;
  width: auto;
  font-weight: 500;
  padding: 0 0 20px 10px;
}
.separation-wrap-box .org_part .each_department.intl_org .each_info dl {
  margin: 0;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.separation-wrap-box .org_part .each_department.intl_org .each_info dl dt {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #336633;
  width: 14%;
}
.separation-wrap-box .org_people .people_list {
  margin-top: 100px;
}
.separation-wrap-box .org_people .people_list h4 {
  background-color: #f7f7f8;
  color: #333;
  font-size: 20px;
  border-bottom: 2px solid #666;
  line-height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 70px;
  font-weight: 500;
}
.separation-wrap-box .org_people .people_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.separation-wrap-box .org_people .people_list ul li {
  width: 31%;
  border-bottom: 1px solid #d6d6d6;
  margin-left: 3.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 24px;
  position: relative;
}
.separation-wrap-box .org_people .people_list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.separation-wrap-box .org_people .people_list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #336633;
  display: none;
}
.comm_arra-list.reg .separation-wrap-box .org_people .people_list ul li:after {
  border-color: #6a326a;
}
.separation-wrap-box .org_people .people_list ul li:hover:after {
  display: block;
}
.separation-wrap-box .org_people .people_list ul li .author {
  position: relative;
}
.separation-wrap-box .org_people .people_list ul li .author > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  background: #edeeee url(../img/KDI_logo-w.png) center no-repeat;
  border-radius: 50%;
  overflow: hidden;
}
.separation-wrap-box .org_people .people_list ul li .author > span img {
  display: block;
  width: 100%;
}
.separation-wrap-box .org_people .people_list ul li .author > strong {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1em;
}
.separation-wrap-box .org_people .people_list ul li .author > strong em {
  font-family: "Spoqa Han Sans";
  font-size: 0.875rem;
  color: #999;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 400;
  background-color: #e7e7e7;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 8px;
}
.separation-wrap-box .org_people .people_list ul li .author > strong span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 4px;
  color: #999;
}
.separation-wrap-box .org_people .people_list ul li .author > p {
  color: #999;
  margin-top: 14px;
  line-height: 1.4em;
}
.separation-wrap-box .org_people .people_list ul li .author > p em {
  color: #333;
}
.separation-wrap-box .org_people .people_list ul li .author > p span {
  display: block;
}
.separation-wrap-box .org_people .people_list ul li .mark {
  position: absolute;
  right: 16px;
  height: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.separation-wrap-box .org_people .people_list ul li .mark button {
  display: inline-block;
  vertical-align: top;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
}
.separation-wrap-box .org_people .people_list ul li .mark button.info {
  background-image: url(../img/ico_mark04.png);
  right: 98px;
}
.comm_arra-list.reg .separation-wrap-box .org_people .people_list ul li .mark button.info {
  background-image: url(../img/ico_mark05.png);
}
.separation-wrap-box .org_people .people_list ul li .mark button.mail {
  background-image: url(../img/ico_mark02.png);
  right: 48px;
}
.separation-wrap-box .org_people .people_list ul li .mark button.phone {
  background-image: url(../img/ico_mark03.png);
  right: 0;
}

.anslyze_wrap-box dl {
  border-bottom: 2px solid #edeeee;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.anslyze_wrap-box dl:first-child {
  border-top: 2px solid #edeeee;
}
.anslyze_wrap-box dl dt {
  width: 30%;
  font-weight: 500;
  color: #6a326a;
  font-size: 30px;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anslyze_wrap-box dl dt::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: -8px;
}
.anslyze_wrap-box dl dd {
  width: 70%;
  color: #333;
  font-size: 18px;
  line-height: 1.6em;
}
.anslyze_wrap-box dl.ico00 dt::before {
  background-image: url(../img/ico_analyze00.png);
}
.anslyze_wrap-box dl.ico01 dt::before {
  background-image: url(../img/ico_analyze01.png);
}
.anslyze_wrap-box dl.ico02 dt::before {
  background-image: url(../img/ico_analyze02.png);
}
.anslyze_wrap-box dl.ico03 dt::before {
  background-image: url(../img/ico_analyze03.png);
}
.anslyze_wrap-box dl.ico04 dt::before {
  background-image: url(../img/ico_analyze04.png);
}

/* popup - 규제영향분석서 작성 FAQ */
.user_guide-popup.reg .pop_top h4 {
  margin-bottom: 0;
}
.user_guide-popup.reg .user_sup {
  margin-bottom: 0;
}
.user_guide-popup.reg .reg_foam th, .user_guide-popup.reg .reg_foam td {
  padding: 5px;
}
.user_guide-popup.reg .reg_foam > dt {
  background-color: #f9f3ef;
  padding: 30px 26px;
  line-height: 1.5em;
  font-size: 18px;
}
.user_guide-popup.reg .reg_foam > dd {
  height: calc(100vh - 296px);
  margin-top: 36px;
  overflow: hidden;
  overflow-y: auto;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
  line-height: 1.6em;
  /* li{margin-top:16px;
      &:first-child{margin-top:0}
  }
  strong{font-size:16px;margin:0;font-weight:400;display:block}
  p{margin-top:4px;line-height:1.4em} */
}
.user_guide-popup.reg .reg_foam > dd::-webkit-scrollbar {
  width: 5px;
}
.user_guide-popup.reg .reg_foam > dd::-webkit-scrollbar-track {
  background-color: #fff;
}
.user_guide-popup.reg .reg_foam > dd::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.user_guide-popup.reg .reg_foam > dd::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.user_guide-popup.reg .reg_foam > dd::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.user_guide-popup.reg .reg_foam > dd::-webkit-scrollbar-button {
  display: none;
}
.user_guide-popup.reg .reg_foam > dd .set_l dt {
  margin: 20px 0px 10px;
  text-indent: -19px;
  padding-left: 16px;
}
.user_guide-popup.reg .reg_foam > dd .set_l dt strong {
  margin: 10px 0px;
}
.user_guide-popup.reg .reg_foam > dd .set_l dd {
  margin: 0 0 15px 20px;
  padding-left: 10px;
  background: url(../img/bu_arrow.gif) left 10px no-repeat;
}
.user_guide-popup.reg .reg_foam > dd .set_l .hyphen {
  display: block;
  position: relative;
  margin-left: 10px;
  background: none;
}
.user_guide-popup.reg .reg_foam > dd .set_l .hyphen::before {
  content: "-";
  display: block;
  position: absolute;
  left: -12px;
}
.user_guide-popup.reg .reg_foam > dd .set_l .point-circle {
  display: block;
  position: relative;
  margin-left: 10px;
}
.user_guide-popup.reg .reg_foam > dd .set_l .point-circle::before {
  content: "·";
  display: block;
  position: absolute;
  left: -12px;
}
.user_guide-popup.reg .reg_foam > dd .set_l .point-star {
  display: block;
  position: relative;
  margin-left: 10px;
}
.user_guide-popup.reg .reg_foam > dd .set_l .point-star::before {
  content: "*";
  display: block;
  position: absolute;
  left: -12px;
}
.user_guide-popup.reg .reg_foam > dd .set_l p .hyphen {
  left: 16px;
}
.user_guide-popup.reg .reg_foam > dd .set_l li {
  margin: 6px 6px;
  padding-left: 12px;
  background: url(../img/bu_bar.gif) left 10px no-repeat;
  color: gray;
}
.user_guide-popup.reg .addfile_list {
  margin-top: 0;
}

@media all and (max-width: 1280px) {
  .introduce .page_top-wrap {
    background-size: auto 100%;
  }
  .introduce-box {
    padding-top: 4.6875vw;
  }
  .introduce-box .i-contents {
    padding-top: 7.8125vw;
  }
  .ledger-greeting {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .ledger-greeting .tit {
    height: 23.4375vw;
    margin-bottom: 3.90625vw;
    background-size: auto 100%;
  }
  .ledger-greeting .tit strong {
    line-height: 3.90625vw;
  }
  .ledger-greeting .tit strong .txt_fly {
    width: 7.65625vw;
    height: 3.90625vw;
  }
  .ledger-greeting .back-txt::after {
    bottom: -5.46875vw;
  }
  .ledger-greeting .story {
    width: 100%;
    margin-bottom: 15.625vw;
  }
  .ledger-greeting .story dl.col dt {
    margin-bottom: 3.4375vw;
  }
  .ledger-greeting .story dl.col p {
    margin-bottom: 3.90625vw;
  }
  .ledger-greeting .story dl.row dt {
    width: calc(100% - 53.125vw);
  }
  .ledger-greeting .story dl.row dd {
    width: 53.125vw;
  }
  .ledger-greeting .story .img {
    width: 47.96875vw;
  }
  .ledger-greeting .story .img img {
    width: 100%;
  }
  .ledger-greeting .story .img + dl {
    width: 42.96875vw;
  }
  .ledger-greeting .story .sign {
    margin-top: 7.8125vw;
  }
  .ledger-greeting .story .sign img {
    width: 14.453125vw;
    height: 5.46875vw;
    margin-left: 0.78125vw;
  }
  .ledger-history {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .ledger-history .ledger-info {
    margin-bottom: 4.0625vw;
  }
  .ledger-history .ledger-info .name {
    width: 59%;
    height: 14.0625vw;
  }
  .ledger-history .ledger-info .name .img {
    width: 12.5vw;
    height: 12.5vw;
    border-width: 2.734375vw;
  }
  .ledger-history .ledger-info .name strong {
    margin-left: 2.96875vw;
  }
  .ledger-history .ledger-info .rank {
    width: 40%;
  }
  .ledger-history .ledger-info .rank span {
    padding-bottom: 0.78125vw;
  }
  .history-list {
    width: 100%;
  }
  .history-list > ul > li {
    padding: 2.5vw 0;
  }
  .history-list > ul > li > *:first-child {
    width: 19.375vw;
  }
  .history-list > ul > li > *:last-child {
    width: calc(100% - 19.375vw);
  }
  .history-list > ul > li span {
    width: 12.5vw;
  }
  .ledger-target {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 5.078125vw;
    background-size: 100% auto;
  }
  .ledger-target .target-box {
    margin-bottom: 3.90625vw;
    padding-bottom: 3.90625vw;
  }
  .ledger-target .target-box dt {
    width: 20%;
    margin-bottom: 3.90625vw;
  }
  .ledger-target .target-box dt.under {
    padding-bottom: 2.34375vw;
  }
  .ledger-target .target-box dd {
    width: 80%;
    margin-bottom: 3.90625vw;
  }
  .ledger-target .target-box dd .under {
    padding: 0 3.125vw 2.34375vw;
  }
  .ledger-target .target-box dd ul li {
    width: 21.09375vw;
    height: 10vw;
    margin-left: -2.1875vw;
  }
  .ledger-target .target-box .link a {
    width: 19.53125vw;
    height: 3.90625vw;
    padding-left: 3.28125vw;
  }
  .ledger-target .target-box .link a::after {
    width: 5.15625vw;
    background-size: 1.5625vw auto;
  }
  .ledger-target .taget-list {
    padding-top: 7.03125vw;
    padding-bottom: 3.90625vw;
  }
  .ledger-target .taget-list > ol > li {
    margin-bottom: 0.78125vw;
    padding: 1.5625vw;
  }
  .ledger-target .taget-list > ol > li strong {
    width: 14.453125vw;
    height: 6.71875vw;
  }
  .ledger-target .taget-list > ol > li p {
    width: 18.125vw;
    padding: 0 1.5625vw;
  }
  .ledger-target .taget-list ul {
    width: calc(100% - 37.265625vw);
  }
  .ledger-target .taget-list ul li {
    margin-bottom: 1.171875vw;
    padding-left: 0.78125vw;
  }
  .ledger-sympathy .timeline_item-wrapper + .timeline_item-date {
    margin-top: 2.734375vw;
  }
  .ledger-sympathy .timeline_item-wrapper .rpt_link * {
    width: 4.6875vw;
    height: 3.90625vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .info_top {
    padding-top: 1.5625vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail.fix_pd {
    padding: 1.875vw 2.1875vw 2.5vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .kinds {
    margin-bottom: 0.78125vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .tit-box {
    padding-right: 5.46875vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .tit-box strong {
    min-height: 3.125vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail a:hover .tit-box {
    text-underline-position: auto;
  }
  .history-box {
    padding-top: 4.6875vw;
  }
  .history-box .h-contents {
    padding-top: 9.375vw;
  }
  .history-box .comm_pagination {
    margin-top: 3.90625vw;
  }
  .h-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-left: 25.15625vw;
  }
  .h-list .back_txt {
    top: 34.21875vw;
  }
  .h-list.fix .back_txt {
    top: 47.65625vw;
    margin-left: -46.875vw;
  }
  .h-list .h-select {
    width: 25.15625vw;
  }
  .h-list .h-select li {
    width: 20.703125vw;
    height: 4.6875vw;
  }
  .h-list .h-select li.on {
    height: 6.25vw;
  }
  .h-list .h-select li.on::after {
    right: -1.5625vw;
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .h-list .h-select.fix {
    margin-left: -46.875vw;
  }
  .h-list .h-list_box .item {
    margin-bottom: 7.8125vw;
  }
  .h-list .h-list_box .itm-main {
    padding-left: 6.25vw;
  }
  .h-list .h-list_box .itm-main .img {
    width: 100%;
    height: 24.21875vw;
  }
  .h-list .h-list_box .itm-main dl {
    margin-top: 3.515625vw;
  }
  .h-list .h-list_box .itm-main dt p {
    margin-top: 1.5625vw;
  }
  .h-list .h-list_box .itm-main dd {
    margin-top: 1.875vw;
  }
  .h-list .h-list_box .timeline-box {
    margin-top: 5.078125vw;
  }
  .h-list .h-list_box .timeline-box .remark::before {
    margin-left: -3.90625vw;
  }
  .h-list .h-list_box .timeline-box .remark .ar {
    width: 25.78125vw;
  }
  .h-list .h-list_box .timeline-box .remark .al {
    width: 33.59375vw;
  }
  .h-list .h-list_box .timeline-box .tl-item .year {
    width: calc(100% - 7.8125vw);
    padding: 1.5625vw 0 2.34375vw;
  }
  .h-list .h-list_box .timeline-box .tl-item .year::after {
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .h-list .h-list_box .timeline-box .tl-item li {
    margin-bottom: 2.34375vw;
  }
  .h-list .h-list_box .timeline-box .tl-item li strong {
    padding-left: 1.171875vw;
  }
  .h-list .h-list_box .timeline-box .tl-item li p {
    margin-top: 0.390625vw;
    padding-left: 1.171875vw;
  }
  .h-list .h-list_box .timeline-box .tl-item li .img {
    width: 100%;
    height: 20.3125vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.171875vw;
  }
  .h-list .h-list_box .timeline-box .tl-con::before {
    margin-left: -3.90625vw;
  }
  .h-list .h-list_box .timeline-box .tl-con_it.hst {
    width: 25.78125vw;
    padding: 1.5625vw;
  }
  .h-list .h-list_box .timeline-box .tl-con_it.hst li strong {
    margin-top: 0.390625vw;
  }
  .h-list .h-list_box .timeline-box .tl-con_it.rslt {
    width: 33.59375vw;
  }
  .h-ledger {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .h-ledger ol::after {
    width: 3px;
    left: calc(15% + 1.0546875vw);
  }
  .h-ledger ol li {
    margin-bottom: 5.46875vw;
  }
  .h-ledger .th {
    width: 15%;
  }
  .h-ledger .term {
    width: 35%;
    padding-left: 4.6875vw;
    letter-spacing: -0.02em;
  }
  .h-ledger .term::before {
    width: 2.34375vw;
    height: 2.34375vw;
  }
  .h-ledger .term::after {
    width: 1.40625vw;
    height: 1.40625vw;
    margin-left: 0.546875vw;
  }
  .h-ledger .pic {
    width: 8.90625vw;
    height: 8.90625vw;
    margin-left: 3.75vw;
  }
  .h-ledger .profile {
    width: calc(50% - 16.5625vw);
    margin-left: 3.90625vw;
  }
  .h-ledger .profile button {
    width: 100%;
    padding: 2.34375vw 0;
  }
  .history.move_research-team .info_plp .img strong {
    margin-top: 1.953125vw;
  }
  .history.move_research-team .tab_page.tp01 > ul > li em {
    width: 20%;
  }
  .history.move_research-team .tab_page.tp01 > ul ul {
    width: 80%;
  }
  .history.move_research-team .tab_page.tp01 > ul ul.y_list li, .history.move_research-team .tab_page.tp01 > ul ul.d_list li {
    padding-left: 14.0625vw;
  }
  .history.move_research-team .tab_page.tp01 > ul ul.y_list li em.d, .history.move_research-team .tab_page.tp01 > ul ul.d_list li em.d {
    width: 11.71875vw;
  }
  .history.move_research-team .tab_page.tp01 > ul ul li.noyear {
    padding-left: 0.9375vw;
  }
  .h-people {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .h-people .h-select {
    width: 15%;
  }
  .h-select li {
    width: 9.375vw;
    height: 3.90625vw;
  }
  .h-select li.on::after {
    right: -0.9375vw;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.78125vw;
  }
  .h-people_list {
    width: 85%;
  }
  .h-people_list .item > button {
    padding: 2.34375vw 0;
  }
  .h-people_list .item .img {
    width: 8.59375vw;
    height: 8.59375vw;
    background-size: 6.25vw auto;
  }
  .h-people_list .item strong {
    margin-top: 1.953125vw;
  }
  .h-people_list .item_li .character {
    padding: 2.34375vw 1.875vw;
  }
  .h-people_list .item_li .character .author {
    padding-left: 11.71875vw;
  }
  .h-people_list .item_li .character .author > span {
    width: 8.59375vw;
    height: 8.59375vw;
    background-size: 6.25vw auto;
  }
  .h-people_list .item_li .character > p {
    margin-top: 2.03125vw;
    font-size: 1.1111111111rem;
    line-height: 1.6em;
  }
  .h-people_list .item_li .mark {
    right: 1.875vw;
    width: 3.125vw;
    top: 2.34375vw;
  }
  .h-people_list .item_li .mark button {
    width: 100%;
    height: 3.28125vw;
  }
  .h-people_list .item_li .mark button.mail {
    top: 3.59375vw;
  }
  .h-people_list .item_li .mark button.phone {
    top: 7.1875vw;
  }
  .h-people_wrap {
    width: 85%;
  }
  .research_wrap-box .res_consonant ul {
    width: 89.0625vw;
    padding: 1.5625vw 0;
  }
  .research_wrap-box .res_consonant ul li {
    height: 3.125vw;
    border-radius: 0.78125vw;
  }
  .research_wrap-box .res_member {
    width: 89.0625vw;
  }
  .research_wrap-box .res_member .part_box {
    padding-top: 3.125vw;
  }
  .research_wrap-box .res_member .part_box .consonant {
    width: 5.9375vw;
    height: 3.125vw;
    line-height: 3.125vw;
    border-radius: 0.78125vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li {
    width: 32%;
    padding: 2.34375vw 1.875vw;
    margin-top: 1.171875vw;
    margin-right: 1.171875vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character {
    padding: 0 0 4.6875vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author {
    padding-left: 9.375vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > span {
    width: 7.8125vw;
    height: 7.8125vw;
    background-size: 6.25vw auto;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > strong {
    padding-top: 0.390625vw;
    font-size: 1.2222222222rem;
    font-size: 1.2222222222rem;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > p {
    margin: 1.09375vw 0 3.125vw;
    font-size: 1rem;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author p.ico {
    font-size: 1rem;
    width: 17.2222222222rem;
    margin: 3.125vw 0 0 0;
    padding: 0.78125vw 0 0.78125vw 1.875vw;
    top: 7.8125vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark {
    width: 9.375vw;
    top: 17.578125vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark button {
    width: 2.34375vw;
    height: 2.34375vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark button.info {
    background-size: 0.9375vw auto;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark button.mail {
    margin: 0 0.78125vw;
  }
  .promotion-box {
    padding-top: 4.6875vw;
  }
  .promotion-box .p-contents {
    padding-top: 9.375vw;
  }
  .promotion-box .desc-more {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 7.03125vw;
    padding: 2.734375vw 0;
  }
  .promotion-box .desc-more.info {
    padding: 1.953125vw 0;
  }
  .promotion-box .desc-more .tit {
    padding: 0 5.3125vw;
  }
  .promotion-box .desc-more .tit::after {
    height: 4.0625vw;
  }
  .promotion-box .desc-more .txt {
    padding-left: 10.546875vw;
  }
  .promotion-box .desc-more .txt p span {
    margin-left: 1.40625vw;
  }
  .brochure-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 3.28125vw;
  }
  .brochure-list .item {
    margin-top: 6.40625vw;
    padding-bottom: 2.8125vw;
  }
  .brochure-list .item::after {
    width: calc(100vw - 6.25vw);
    height: calc(100% - 12.5vw);
  }
  .brochure-list .i-top {
    width: 80%;
    margin: 0 auto;
  }
  .brochure-list .i-top .img {
    width: 14.296875vw;
  }
  .brochure-list .i-top .btn {
    margin-left: 0.78125vw;
  }
  .brochure-list .i-top .btn a {
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .brochure-list .i-btm {
    width: 80%;
    margin: 3.125vw auto 0;
  }
  .brochure-list .i-btm dt span {
    padding-right: 3.125vw;
    padding-bottom: 1.5625vw;
    padding-top: 1.5625vw;
  }
  .brochure-list .i-btm dt .btn-folding::after {
    width: 2.34375vw;
    height: 2.34375vw;
    background-position: center 0.78125vw;
  }
  .brochure-list .i-btm dd {
    margin-top: 1.71875vw;
  }
  .media-list .page_card-sort {
    margin-top: 6.25vw;
  }
  .media-list .page_card-sort .load_box li > a {
    padding: 0.78125vw;
  }
  .media-list .page_card-sort .load_box li > a .img::after {
    background-size: 5.3125vw auto;
  }
  .media-list .page_card-sort .load_box li > a .txt_guard p {
    min-height: 6.25vw;
    max-height: 6.25vw;
    margin-bottom: 1.171875vw;
  }
  .media-list .page_card-sort.mda-main {
    padding: 3.125vw 0.78125vw;
  }
  .media-list .page_card-sort.mda-main .load_box li > a .txt_guard {
    padding: 0.9375vw 0.3125vw 0.625vw;
  }
  .ci-box {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .ci-box .ci-list {
    padding-left: 5.46875vw;
  }
  .ci-box .ci-list p {
    margin-top: 2.34375vw;
  }
  .ci-box .ci-explain {
    margin-top: 2.734375vw;
    margin-bottom: 6.25vw;
    padding: 2.734375vw 5.46875vw;
  }
  .ci-box .ci-explain .ci-down {
    margin-top: 3.90625vw;
  }
  .ci-box .ci-explain .ci-down li .img {
    margin-bottom: 2.03125vw;
    -webkit-box-shadow: 4px 4px 10px 0 #ebe8e6;
            box-shadow: 4px 4px 10px 0 #ebe8e6;
  }
  .ci-box .ci-explain .ci-down li .btn a {
    width: 15.625vw;
    height: 3.90625vw;
    padding: 0 1.09375vw;
    line-height: 3.90625vw;
  }
  .ci-box .ci-explain .ci-down li .tip {
    padding-left: 1.875vw;
  }
  .ci-box .ci-explain .ci-down .c2 li {
    width: 49%;
  }
  .vision-hall {
    padding-top: 3.90625vw;
  }
  .vision-hall .vs-paragraph {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .vision-hall .vs-paragraph h6 {
    margin-bottom: 2.8125vw;
  }
  .vision-hall .vs-paragraph.full {
    margin-left: 0;
    margin-right: 0;
  }
  .vision-hall .vs-paragraph.w_other {
    left: 0;
    width: auto;
  }
  .vision-hall .vs-box .img img {
    width: 100%;
  }
  .vision-hall .vs-box.v1 {
    margin-bottom: 4.6875vw;
  }
  .vision-hall .vs-box.v1 .txt-wrap {
    right: 6.25vw;
    bottom: 7.03125vw;
  }
  .vision-hall .vs-box.v2 {
    margin-bottom: 10.9375vw;
  }
  .vision-hall .vs-box.v2 .txt-wrap {
    width: 35%;
  }
  .vision-hall .vs-box.v2 .txt-wrap .tit strong::after {
    left: -1.5625vw;
    bottom: -2.34375vw;
    height: 10.9375vw;
  }
  .vision-hall .vs-box.v2 .img {
    width: 65%;
    height: 37.5vw;
  }
  .vision-hall .vs-box.v3 {
    left: 0;
    width: 100%;
    padding-bottom: 5vw;
  }
  .vision-hall .vs-box.v3 .txt-wrap {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 3.515625vw;
  }
  .vision-hall .vs-box.v3 .txt-wrap .tit strong {
    padding-right: 15.625vw;
    padding-left: 1.5625vw;
  }
  .vision-hall .vs-box.v3 .txt-wrap .tit strong::after {
    height: 10.15625vw;
  }
  .vision-hall .vs-box.v3 .img {
    width: auto;
    margin-left: 3.125vw;
  }
  .vision-hall .vs-box.v4 {
    margin-top: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
  .vision-hall .vs-box.v4 .txt-wrap {
    left: 17.5vw;
    bottom: 3.125vw;
  }
  .vision-hall .vs-box.v4 .txt-wrap .txt {
    margin-top: 1.5625vw;
  }
  .vision-hall .vs-box.v5 {
    margin-bottom: 10.15625vw;
  }
  .vision-hall .vs-box.v5 .txt-wrap {
    margin-left: 3.125vw;
  }
  .vision-hall .vs-box.v5 .txt-wrap .tit strong::after {
    top: -26.5625vw;
    height: 14.0625vw;
  }
  .vision-hall .vs-box.v5 .txt-wrap .txt {
    margin-top: 2.34375vw;
  }
  .vision-hall .vs-box.v5 .img {
    width: 75%;
  }
  .vision-hall .vs-box.v6 .img {
    width: 68%;
    margin-bottom: 3.125vw;
  }
  .vision-hall .vs-box.v6 .txt-wrap {
    width: 46.875vw;
  }
  .vision-hall .vs-box.v6 .txt-wrap .tit strong {
    margin-bottom: 2.34375vw;
  }
  .vision-hall .vs-box.v6 .txt-wrap .tit strong::after {
    top: -14.84375vw;
    height: 13.28125vw;
  }
  .vision-hall + .desc-more .tit::before {
    width: 4.6875vw;
    height: 3.125vw;
    background-size: 3.125vw auto;
  }
  .page_top-part h2 {
    font-size: 2.6666666667rem;
    margin-top: 10.15625vw;
  }
  .page_top-part h2::after {
    height: 3px;
    width: 23.125vw;
  }
  .page_top-part .box_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    height: 39.0625vw;
  }
  .page_top-part .box_guide .sign {
    font-size: 4rem;
    line-height: 5.15625vw;
    bottom: 4.6875vw;
  }
  .page_top-part .box_guide > a {
    bottom: 2.65625vw;
    padding-bottom: 0.625vw;
  }
  .page_top-part .box_guide .each_link > a {
    margin-top: 1.09375vw;
  }
  .page_top-part .box_guide .each_link > a span {
    padding-bottom: 0.625vw;
  }
  .page_top-part .box_guide .each_link > a span::after {
    background-size: 1.40625vw auto;
    width: 2.34375vw;
    height: 1.25vw;
  }
  .page_top-part .tle {
    margin-top: 3.90625vw;
  }
  .page_top-part .tle* {
    padding-left: 3.125vw;
  }
  .page_top-part .tle strong {
    font-size: 1.7777777778rem;
    line-height: 3.28125vw;
    margin-bottom: 1.5625vw;
  }
  .page_top-part .tle p {
    font-size: 1rem;
    line-height: 2.34375vw;
  }
  .page_top-part.sub02 .sign, .page_top-part.sub03 .sign {
    bottom: 7.03125vw;
  }
  .page_top-part.sub04 .tle p {
    font-size: 1.3333333333rem;
  }
  .page_top-part.sub05 .tle * {
    font-size: 1.7777777778rem;
  }
  .field_study {
    padding: 7.03125vw 0;
  }
  .field_study h3 span {
    font-size: 2.2222222222rem;
  }
  .field_study h3.ellipse span {
    padding: 0 4.6875vw;
    height: 4.375vw;
    line-height: 4.21875vw;
  }
  .part_comm-wrap .part_box {
    padding: 7.03125vw 0;
  }
  .part_comm-wrap .part_box h3 span {
    font-size: 2.2222222222rem;
  }
  .part_comm-wrap .part_box h3.ellipse span {
    padding: 0 4.6875vw;
    height: 4.375vw;
    line-height: 4.21875vw;
  }
  .part_comm-wrap .part_box .h-people_list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .part_comm-wrap .part_box .h-people_list .item {
    width: 20%;
    padding: 3.90625vw 0;
  }
  .part_comm-wrap .part_box .h-people_list .item .cover strong {
    font-size: 1.7777777778rem;
  }
  .part_comm-wrap .part_box .h-people_list .item .cover strong span {
    font-size: 1.2222222222rem;
    margin-top: 0.625vw;
  }
  .part_comm-wrap .part_box.bg .chart_link {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .part_comm-wrap .part_box.bg .chart_link a {
    left: auto;
    margin-left: 0;
    right: 3.125vw;
    top: 7.03125vw;
    height: 4.21875vw;
    line-height: 4.21875vw;
  }
  .part_comm-wrap .part_box.bg .chart_link a::before {
    background-size: 2.34375vw;
    width: 3.125vw;
  }
  .part_comm-wrap .part_box.bg .chart_link a::after {
    background-size: 1.40625vw;
    width: 2.03125vw;
  }
  .part_comm-wrap .part_box .page_list-group ul li {
    padding-left: 15.625vw;
  }
  .part_comm-wrap .part_box .page_list-group ul li .rpt_img img {
    height: 15.625vw;
  }
  .part_comm-wrap .part_box .timeline-area {
    margin-top: 3.4375vw;
  }
  .circle_location {
    margin-top: 7.8125vw;
    width: 32.8125vw;
    height: 32.8125vw;
  }
  .circle_location strong {
    background-size: 100% auto;
  }
  .circle_location ul li a {
    font-size: 1.4444444444rem;
  }
  .circle_location ul li.txt01 a {
    font-size: 3rem;
  }
  .circle_location ul li.txt02 a {
    font-size: 2.5555555556rem;
  }
  .circle_location ul li.txt03 a {
    font-size: 2rem;
  }
  .circle_location ul li.txt04 a {
    font-size: 1.6666666667rem;
  }
  .comm_block-shape {
    margin-top: 4.6875vw;
  }
  .comm_block-shape h4 {
    padding: 5.9375vw 0 2.96875vw 0;
    font-size: 1.6666666667rem;
  }
  .comm_block-shape .shape_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .comm_block-shape .frame {
    padding: 3.125vw 0;
  }
  .comm_block-shape .frame strong {
    font-size: 1.6666666667rem;
  }
  .comm_block-shape .frame p {
    font-size: 1rem;
    line-height: 2.34375vw;
  }
  .comm_block-shape .frame span {
    margin-top: 2.8125vw;
    font-size: 0.8333333333rem;
  }
  .comm_block-shape .frame span::after {
    background-size: 1.40625vw auto;
    width: 1.875vw;
    height: 1.40625vw;
  }
  .comm_block-shape .one_shape {
    margin-bottom: 7.8125vw;
  }
  .comm_block-shape .four_shape {
    margin-bottom: 7.8125vw;
  }
  .comm_block-shape .four_shape .frame strong {
    height: 8.59375vw;
  }
  .comm_block-shape .four_shape .frame img {
    margin-right: 3.4375vw;
    width: 36%;
    display: block;
    height: auto;
  }
  .comm_block-shape .two_shape .frame strong {
    font-size: 1.3333333333rem;
    margin-bottom: 1.875vw;
  }
  .comm_block-shape .two_shape .frame p {
    height: 8.59375vw;
    line-height: 2.03125vw;
  }
  .comm_block-shape .three_shape {
    margin-bottom: 3.125vw;
  }
  .comm_block-shape .three_shape .frame strong {
    font-size: 1.3333333333rem;
    margin-bottom: 1.875vw;
  }
  .comm_block-shape .three_shape .frame p {
    height: 14.84375vw;
  }
  .comm_block-shape .three_shape .frame img {
    display: block;
    width: 100%;
    height: auto;
  }
  .comm_arra-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .comm_arra-list .comm_tab-select {
    margin: 2.7777777778rem 0 7.2222222222rem 0;
  }
  .comm_arra-list .comm_tab-select ul li a {
    font-size: 1.2222222222rem;
  }
  .comm_arra-list .link_banner {
    margin-bottom: -2.2222222222rem;
  }
  .comm_arra-list .link_banner .mv {
    width: 54.6875vw;
  }
  .comm_arra-list .arra_align {
    margin-top: 7.8125vw;
  }
  .comm_arra-list .arra_align > ul {
    margin-bottom: 6.25vw;
  }
  .comm_arra-list .arra_align > ul li {
    padding: 3.90625vw 0;
  }
  .comm_arra-list .arra_align > ul li strong {
    font-size: 1.5555555556rem;
    padding-left: 21.875vw;
  }
  .comm_arra-list .arra_align > ul li strong::before {
    width: 140px;
  }
  .comm_arra-list .arra_align > ul li strong::after {
    left: 36px;
  }
  .comm_arra-list .arra_align > ul li strong span {
    font-size: 1.2222222222rem;
    line-height: 1.4em;
  }
  .comm_arra-list .arra_align > ul li p {
    margin: 2.34375vw 0 2.03125vw 0;
    font-size: 1.2222222222rem;
    line-height: 1.5em;
    padding-right: 0;
  }
  .comm_arra-list .arra_align > ul li .links a {
    width: 14.84375vw;
    height: 3.90625vw;
    line-height: 3.90625vw;
    font-size: 0.8888888889rem;
    text-indent: 1.71875vw;
  }
  .comm_arra-list .arra_align > ul li .links a::after {
    background-size: 100% auto;
    width: 1.40625vw;
    right: 1.09375vw;
  }
  .comm_arra-list .arra_align .other_link a {
    font-size: 1.5555555556rem;
    line-height: 1.5em;
    padding: 1.875vw 6.25vw 1.875vw 1.875vw;
  }
  .comm_arra-list .arra_align .other_link a::after {
    width: 1.6666666667rem;
    height: 1.3333333333rem;
    right: 1.3333333333rem;
    bottom: 1.2222222222rem;
    background-size: 100% auto;
  }
  .comm_arra-list .center_greetings {
    padding-left: 25.78125vw;
    padding-bottom: 3.125vw;
    background-size: 26.09375vw auto;
  }
  .comm_arra-list .center_greetings * {
    font-size: 1.3333333333rem;
    line-height: 1.5em;
  }
  .comm_arra-list .center_greetings strong {
    margin-top: 5.9375vw;
  }
  .comm_arra-list .center_greetings strong b {
    font-size: 2.2222222222rem;
  }
  .comm_arra-list .center_greetings h3 {
    font-size: 1.7777777778rem;
    line-height: 1.4em;
  }
  .comm_arra-list .center_establish {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .comm_arra-list .center_establish > dl dt {
    font-size: 1.6666666667rem;
  }
  .comm_arra-list .center_establish > dl dd {
    font-size: 1.3333333333rem;
  }
  .comm_arra-list.reg .center_greetings {
    background-size: 34% auto;
  }
  .comm_arra-list.reg .page_list-group li {
    padding-left: 17.1875vw;
  }
  .comm_arra-list.reg .page_list-group .rpt_img {
    width: 15.625vw;
    height: 9.375vw;
  }
  .comm_arra-list.reg .performance-wrap-box .pfms_right > ul li button,
  .comm_arra-list.reg .performance-wrap-box .pfms_right > ul li a {
    background-size: 2.03125vw auto;
    background-position-y: 1px;
    padding-left: 2.96875vw;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department button {
    width: 100%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department h3::before {
    height: 62%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department h3 button {
    width: 14.53125vw;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part::before {
    width: 60%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part ul {
    width: 24%;
    margin: 0 3%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info dl {
    width: 24%;
    margin: 0 3%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info dl ul li {
    width: auto;
    margin-left: 1.015625vw;
    text-indent: -1.015625vw;
  }
  .comm_time-list h4 {
    font-size: 1.3333333333rem;
  }
  .comm_time-list .tm_line strong {
    font-size: 2.2222222222rem;
    padding: 1.25vw 0 3.4375vw 0;
  }
  .comm_time-list .tm_line ul li {
    font-size: 1.3333333333rem;
    line-height: 1.6em;
  }
  .performance-wrap-box {
    margin-top: 10.15625vw;
  }
  .performance-wrap-box .pfms_left .bg {
    padding: 3.125vw;
  }
  .performance-wrap-box .pfms_left .bg strong {
    font-size: 1.6666666667rem;
    margin-bottom: 2.34375vw;
  }
  .performance-wrap-box .pfms_left .bg p {
    font-size: 1rem;
  }
  .performance-wrap-box .pfms_right > strong {
    margin: 3.59375vw 0 2.03125vw 0;
    font-size: 2.1875vw;
  }
  .performance-wrap-box .pfms_right > ul li {
    padding: 1.5625vw 0;
    font-size: 1.2222222222rem;
  }
  .performance-wrap-box .pfms_right > ul li a,
  .performance-wrap-box .pfms_right > ul li button {
    padding-right: 2.8125vw;
    font-size: 1.2222222222rem;
    background-size: 1.71875vw auto;
  }
  .performance-wrap-box .pfms_right > ul li a span,
  .performance-wrap-box .pfms_right > ul li button span {
    font-size: 1.1111111111rem;
  }
  .ksp_wrap-box {
    margin-top: 10.15625vw;
  }
  .ksp_wrap-box > strong {
    background-size: 90% auto;
  }
  .ksp_wrap-box dl dt {
    font-size: 2.6666666667rem;
  }
  .ksp_wrap-box dl dd {
    font-size: 1.4444444444rem;
  }
  .ksp_wrap-box dl dd a {
    font-size: 1.3333333333rem;
  }
  .ksp_wrap-box2 {
    margin-top: 10.15625vw;
  }
  .ksp_wrap-box2 > strong {
    background-size: 90% auto;
  }
  .ksp_wrap-box2 dl dt {
    font-size: 2.6666666667rem;
  }
  .ksp_wrap-box2 dl dd {
    font-size: 1.4444444444rem;
  }
  .ksp_wrap-box2 dl dd a {
    font-size: 1.3333333333rem;
  }
  .global_wrap-box {
    margin-top: 10.15625vw;
  }
  .global_wrap-box > p {
    font-size: 1.4444444444rem;
    line-height: 1.6em;
  }
  .global_wrap-box table thead td {
    font-size: 1.4444444444rem;
  }
  .global_wrap-box table tbody tr td {
    font-size: 1.3333333333rem;
  }
  .global_wrap-box table tbody tr td:nth-child(1) {
    font-size: 1.4444444444rem;
  }
  .separation-wrap-box {
    margin-top: 10.15625vw;
  }
  .comm_arra-list.reg .separation-wrap-box {
    overflow: hidden;
  }
  .separation-wrap-box .org_part {
    width: 100%;
  }
  .separation-wrap-box .org_part .each_department {
    padding-bottom: 6.25vw;
  }
  .separation-wrap-box .org_part .each_department > span {
    font-size: 1.1111111111rem;
  }
  .separation-wrap-box .org_part .each_department a,
  .separation-wrap-box .org_part .each_department button {
    width: 100%;
    height: 4.0625vw;
    line-height: 3.75vw;
    font-size: 1.1111111111rem;
  }
  .separation-wrap-box .org_part .each_department h3 {
    padding-bottom: 14%;
  }
  .separation-wrap-box .org_part .each_department h3::before {
    top: 4.375vw;
    height: 76%;
  }
  .separation-wrap-box .org_part .each_department h3 button {
    width: 14.53125vw;
    height: 4.375vw;
    font-size: 1.3333333333rem;
  }
  .separation-wrap-box .org_part .each_department > p {
    right: 10%;
    top: 6.5625vw;
    width: 19%;
  }
  .separation-wrap-box .org_part .each_department > p::before {
    width: 110%;
    left: -110%;
  }
  .separation-wrap-box .org_part .each_department .each_part::before {
    width: 54%;
  }
  .separation-wrap-box .org_part .each_department .each_part ul {
    margin: 0 4%;
    width: 19%;
  }
  .separation-wrap-box .org_part .each_department .each_info > strong {
    font-size: 1.3333333333rem;
  }
  .separation-wrap-box .org_part .each_department .each_info dl {
    margin: 0 4%;
    width: 19%;
  }
  .separation-wrap-box .org_part .each_department .each_info dl dd ul li {
    font-size: 1rem;
    margin-left: 0.9375vw;
    text-indent: -0.9375vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org h3 {
    padding-bottom: 17.1875vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org h3::before {
    height: 13.28125vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager {
    top: 3.90625vw;
    width: 17.8125vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager ul {
    width: 100%;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager ul li:first-child:after {
    left: -0.3125vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager ul li:first-child:before {
    left: -28.90625vw;
    width: 28.90625vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info {
    padding-top: 2.34375vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info > strong {
    padding: 0 0 1.5625vw 0.78125vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info dl {
    padding: 1.5625vw 2.34375vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info dl dt {
    margin-top: 0.625vw;
    font-size: 1rem;
  }
  .separation-wrap-box .org_people .people_list {
    margin-top: 7.8125vw;
  }
  .separation-wrap-box .org_people .people_list h4 {
    padding: 0 5.46875vw;
    font-size: 1.2222222222rem;
    line-height: 5.46875vw;
  }
  .separation-wrap-box .org_people .people_list ul li {
    padding: 2.34375vw 1.875vw;
  }
  .separation-wrap-box .org_people .people_list ul li .mark {
    height: 2.8125vw;
  }
  .separation-wrap-box .org_people .people_list ul li .mark button {
    width: 2.34375vw;
    background-size: 2.34375vw auto;
  }
  .separation-wrap-box .org_people .people_list ul li .mark button.info {
    right: 7.5vw;
  }
  .separation-wrap-box .org_people .people_list ul li .mark button.mail {
    right: 3.75vw;
  }
  .separation-wrap-box .org_people .people_list ul li .mark button.phone {
    right: 0;
  }
  .anslyze_wrap-box dl {
    padding: 3.90625vw 0;
  }
  .anslyze_wrap-box dl dt {
    font-size: 1.6666666667rem;
  }
  .anslyze_wrap-box dl dt:before {
    width: 3.75vw;
    height: 3.75vw;
    margin-top: -0.625vw;
    background-size: 100% auto;
  }
  .anslyze_wrap-box dl dd {
    font-size: 1.1111111111rem;
  }
  .organization_wrap-box .org_quarter {
    width: 100%;
    margin-bottom: 10.15625vw;
    padding-top: 13.28125vw;
  }
  .organization_wrap-box .org_quarter::before {
    top: 7.34375vw;
    font-size: 10.5555555556rem;
    letter-spacing: -0.9375vw;
  }
  .organization_wrap-box .org_quarter .location_link a {
    width: 14.84375vw;
    border-radius: 0.390625vw;
    padding: 0.78125vw 0;
    margin-top: 0.78125vw;
  }
  .organization_wrap-box .org_quarter .location_link a:before {
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .organization_wrap-box .org_quarter .location_link > h3::after {
    width: 0.3125vw;
    height: 16.953125vw;
  }
  .organization_wrap-box .org_quarter .location_link > h3 a {
    width: 17.96875vw;
    font-size: 1.6666666667rem;
    border-radius: 1.25vw;
    padding: 1.71875vw 0;
  }
  .organization_wrap-box .org_quarter .location_link > p {
    margin-right: 10.15625vw;
  }
  .organization_wrap-box .org_quarter .location_link > p::after {
    width: 25vw;
    right: 14.84375vw;
    margin-top: 0.703125vw;
  }
  .organization_wrap-box .org_quarter .location_link > p a {
    margin-top: 1.5625vw;
  }
  .organization_wrap-box .org_quarter .location_link > p a:before {
    left: -0.390625vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g {
    right: 9.84375vw;
    bottom: 3.90625vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g::after {
    right: -12.5vw;
    width: 12.5vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g::before {
    left: -15.15625vw;
    width: 42.5vw;
    top: -42.96875vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g a::before {
    right: -0.46875vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g a::after {
    right: -12.734375vw;
    height: 44.84375vw;
    bottom: 1.40625vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g.s a::after {
    height: 3.90625vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.t {
    margin-right: 8.59375vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.t > a:nth-child(1) {
    width: 16.40625vw;
    padding: 1.09375vw 0;
    font-size: 1.3333333333rem;
    margin-top: 1.171875vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul {
    margin-left: 10.15625vw;
    margin-top: -1.09375vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul::before {
    width: 22.5vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul::after {
    width: 0.3125vw;
    height: 4.0625vw;
    left: 17.1875vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul li a::after {
    width: 2.34375vw;
    right: -2.421875vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul li a:before {
    right: -0.390625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut {
    padding-top: 3.59375vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4 {
    margin-bottom: 2.34375vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4::after {
    width: 1.875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4::before {
    width: 0.3125vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4 a {
    width: 14.84375vw;
    font-size: 1.3333333333rem;
    border-radius: 2.109375vw;
    padding: 1.09375vw 0;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut {
    padding-right: 1.875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut a:before {
    right: -0.390625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4::after {
    right: -1.875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4::before {
    right: 2.34375vw;
    height: 38.28125vw;
    bottom: -38.125vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p {
    padding-right: 21.875vw;
    margin-bottom: 1.09375vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p::after {
    width: 21.875vw;
    right: 2.34375vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul {
    padding-right: 5.46875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul li a::after {
    width: 1.5625vw;
    right: -1.640625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li {
    margin-bottom: 1.25vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li > a::after {
    width: 2.96875vw;
    right: -2.96875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li {
    padding-left: 1.5625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a::after {
    width: 2.96875vw;
    right: -2.96875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a::before {
    right: -0.46875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a.down::after {
    top: -0.9375vw;
    height: 0.78125vw;
    width: 0.3125vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut {
    padding-left: 1.875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4::after {
    left: -1.875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4::before {
    left: 7.265625vw;
    height: 22.5vw;
    bottom: -22.5vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul {
    padding-left: 20.78125vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a::before {
    left: -0.390625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a::after {
    left: -3.515625vw;
    width: 3.515625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u::before {
    width: 9.84375vw;
    left: 7.34375vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u::after {
    width: 0.3125vw;
    height: 4.140625vw;
    left: 17.1875vw;
    top: 1.5625vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o {
    padding-left: 10.9375vw;
    margin-top: 1.875vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:before {
    left: -6.25vw;
    top: -20.234375vw;
    height: 24.375vw;
    width: 0.3125vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:after {
    top: -20.234375vw;
    width: 2.8125vw;
    left: -6.25vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked a {
    margin-top: 2.34375vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked a:after {
    width: 6.25vw;
    left: -6.25vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li a {
    width: 18.75vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li a::before {
    left: -0.46875vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > h3 {
    margin-bottom: 4.6875vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > h3::after {
    height: 21.640625vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > p.t a:last-child {
    margin-top: 0.78125vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > p.t a:last-child::before {
    top: -0.9375vw;
    width: 0.3125vw;
    height: 0.78125vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > p.t::after {
    top: 2.34375vw;
  }
  .organization_wrap-box .org_quarter > p {
    width: 90%;
    margin: 6.25vw auto 0;
    font-size: 1.40625vw;
    line-height: 1em;
  }
  .organization_wrap-box .org_info {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .organization_wrap-box .org_info > h5 {
    padding: 0 5.46875vw;
    font-size: 1.2222222222rem;
    line-height: 5.46875vw;
  }
  .organization_wrap-box .org_info .org_link {
    line-height: 3.125vw;
    padding: 0 1.40625vw;
    height: 3.125vw;
    margin: 1.171875vw 0 0 1.171875vw;
  }
  .organization_wrap-box .org_info .org_link::before {
    width: 3.125vw;
    background-size: 2.34375vw auto;
  }
  .organization_wrap-box .org_info .org_link::after {
    width: 2.03125vw;
    background-size: 1.40625vw auto;
  }
  .organization_wrap-box .org_info .txt_load {
    padding: 2.34375vw 5.46875vw 3.125vw 5.46875vw;
  }
  .organization_wrap-box .org_info .txt_load strong {
    font-size: 1.4444444444rem;
  }
  .organization_wrap-box .org_info .txt_load p,
  .organization_wrap-box .org_info .txt_load strong {
    line-height: 1.3em;
  }
  .organization_wrap-box .org_info .txt_load p,
  .organization_wrap-box .org_info .txt_load ul li {
    font-size: 1.1111111111rem;
  }
  .organization_wrap-box .org_member {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .organization_wrap-box .org_member > h5 {
    padding: 0 5.46875vw;
    font-size: 1.2222222222rem;
    line-height: 5.46875vw;
  }
  .organization_wrap-box .org_member .org_link {
    line-height: 3.125vw;
    padding: 0 1.40625vw;
    height: 3.125vw;
    margin: 1.171875vw 0 0 1.171875vw;
  }
  .organization_wrap-box .org_member .org_link::before {
    width: 3.125vw;
    background-size: 2.34375vw auto;
  }
  .organization_wrap-box .org_member .org_link::after {
    width: 2.03125vw;
    background-size: 1.40625vw auto;
  }
  .organization_wrap-box .org_member > ul {
    margin: 0 5.46875vw 2.34375vw 5.46875vw;
  }
  .organization_wrap-box .org_member > ul > li {
    padding: 1.875vw;
  }
  .organization_wrap-box .org_member > ul > li .character .author > span {
    width: 8.59375vw;
    height: 8.59375vw;
  }
  .organization_wrap-box .org_member > ul > li .character > p {
    margin-top: 2.03125vw;
    font-size: 1.1111111111rem;
    line-height: 1.6em;
  }
  .organization_wrap-box .org_member > ul > li .mark {
    gap: 0.46875vw;
  }
  .organization_wrap-box .org_member > ul > li .mark button {
    width: 2.8125vw;
    height: 3.28125vw;
  }
  .organization_wrap-box .org_member > button {
    width: 18.75vw;
    height: 3.90625vw;
    line-height: 3.4375vw;
  }
  /* popup - 규제영향분석서 작성 FAQ */
  .user_guide-popup.reg .reg_foam th, .user_guide-popup.reg .reg_foam td {
    padding: 0.390625vw;
  }
  .user_guide-popup.reg .reg_foam > dt {
    padding: 2.34375vw 2.03125vw;
    font-size: 1rem;
  }
  .user_guide-popup.reg .reg_foam > dd {
    height: calc(100vh - 28.515625vw);
    margin-top: 2.65625vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l dt {
    margin: 1.5625vw 0px 0.78125vw;
    text-indent: -1.484375vw;
    padding-left: 1.25vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l dt strong {
    margin: 0.78125vw 0px;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l dd {
    margin: 0 0 1.171875vw 1.5625vw;
    padding-left: 0.78125vw;
    background-position-y: 0.78125vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .hyphen {
    margin-left: 0.78125vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .hyphen::before {
    left: -0.9375vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-circle {
    margin-left: 0.78125vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-circle::before {
    left: -0.9375vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-star {
    margin-left: 0.78125vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-star::before {
    left: -0.9375vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l p .hyphen {
    left: 1.25vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l li {
    margin: 0.46875vw;
    padding-left: 0.9375vw;
    background-position-y: 0.78125vw;
  }
}
@media all and (max-width: 720px) {
  .history-box .h-contents {
    padding-top: 8.3333333333vw;
  }
  .h-list {
    margin: 0;
    padding-left: 0;
    display: block;
    padding-top: 19.4444444444vw;
  }
  .h-list .back_txt {
    font-size: 8.3333333333rem;
    display: block;
    width: auto;
    top: 111.1111111111vw;
    left: 3.8888888889vw;
  }
  .h-list.fix .back_txt {
    margin-left: 0;
    left: 3.8888888889vw;
    top: 129.1666666667vw;
  }
  .h-list .h-select {
    width: 100%;
  }
  .h-list .h-select ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-left: 5.2777777778vw;
    margin-right: 5.5555555556vw;
  }
  .h-list .h-select ul li {
    width: 33%;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    border: solid #fff;
    border-width: 0 0 1px 1px;
  }
  .h-list .h-select ul li a {
    display: block;
    font-size: 1rem !important;
    text-align: center;
    letter-spacing: 0;
    padding: 1.6666666667vw 0 1.9444444444vw 0;
    height: auto;
  }
  .h-list .h-select ul li.on {
    height: auto;
  }
  .h-list .h-select ul li::after {
    display: none;
  }
  .h-list .h-select.fix {
    margin-left: 0;
    left: 0;
    z-index: 2;
    top: 18.0555555556vw;
  }
  .h-list .h-select.btm {
    bottom: 124.4444444444vw;
  }
  .h-list .h-list_box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .h-list .h-list_box .item {
    margin-bottom: 18.0555555556vw;
  }
  .h-list .h-list_box .itm-main {
    padding-left: 0;
  }
  .h-list .h-list_box .itm-main dl {
    margin-top: 5.5555555556vw;
  }
  .h-list .h-list_box .itm-main dl dt .y {
    font-size: 2rem;
  }
  .h-list .h-list_box .itm-main dl dt p {
    font-size: 1.25rem;
  }
  .h-list .h-list_box .itm-main dl dd {
    font-size: 1rem;
  }
  .h-list .h-list_box .itm-main .img {
    height: auto;
  }
  .h-list .h-list_box .timeline-box {
    margin-top: 13.8888888889vw;
  }
  .h-list .h-list_box .timeline-box .remark {
    padding: 4.1666666667vw 0 4.1666666667vw 8.3333333333vw;
  }
  .h-list .h-list_box .timeline-box .remark::before {
    margin-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 3.3333333333vw;
    width: 4px;
  }
  .h-list .h-list_box .timeline-box .remark * {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    text-align: left !important;
    width: auto !important;
    font-size: 1rem;
  }
  .h-list .h-list_box .timeline-box .remark *::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 50%;
    margin: 0.5555555556vw 1.3888888889vw 0 0;
  }
  .h-list .h-list_box .timeline-box .remark .al {
    color: #336699;
  }
  .h-list .h-list_box .timeline-box .remark .al::before {
    background-color: #336699;
  }
  .h-list .h-list_box .timeline-box .remark .ar {
    color: #f5821f;
    margin-right: 5.5555555556vw;
  }
  .h-list .h-list_box .timeline-box .remark .ar::before {
    background-color: #f5821f;
  }
  .h-list .h-list_box .timeline-box .tl-item li {
    margin-bottom: 2.7777777778vw;
  }
  .h-list .h-list_box .timeline-box .tl-item li * {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .h-list .h-list_box .timeline-box .tl-item li p, .h-list .h-list_box .timeline-box .tl-item li strong {
    padding-left: 2.5vw;
  }
  .h-list .h-list_box .timeline-box .tl-item li strong::before {
    top: 0;
  }
  .h-list .h-list_box .timeline-box .tl-item .year {
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    font-size: 2rem;
    padding: 4.1666666667vw 0;
  }
  .h-list .h-list_box .timeline-box .tl-item .year::after {
    display: none;
  }
  .h-list .h-list_box .timeline-box .tl-con {
    margin: -4.1666666667vw 0;
  }
  .h-list .h-list_box .timeline-box .tl-con::before {
    margin-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 3.3333333333vw;
    width: 4px;
  }
  .h-list .h-list_box .timeline-box .tl-con_it {
    width: auto !important;
    position: relative;
    float: none !important;
    margin-left: 8.3333333333vw;
    margin-top: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .h-list .h-list_box .timeline-box .tl-con_it::before {
    content: "";
    position: absolute;
    left: -5.8333333333vw;
    top: 0;
    display: block;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 50%;
  }
  .h-list .h-list_box .timeline-box .tl-con_it.rslt::before {
    background-color: #336699;
  }
  .h-list .h-list_box .timeline-box .tl-con_it.hst {
    padding: 2.7777777778vw 3.3333333333vw;
  }
  .h-list .h-list_box .timeline-box .tl-con_it.hst::before {
    background-color: #f5821f;
  }
  .h-people {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    display: block;
  }
  .h-people .h-select {
    position: relative;
    width: 100%;
    margin-bottom: 9.7222222222vw;
  }
  .h-people .h-select ul {
    position: relative;
    padding-left: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 13.8888888889vw;
  }
  .h-people .h-select ul li {
    width: 14.2%;
    border-radius: 0;
    height: 50%;
    margin-bottom: 0;
  }
  .h-people .h-select ul li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 14%;
    height: 100%;
  }
  .h-people .h-select ul li:first-child button {
    font-size: 1rem;
    border-left-width: 0;
  }
  .h-people .h-select ul li::after {
    display: none;
  }
  .h-people .h-select ul li.on * {
    font-weight: 400;
  }
  .h-people .h-select ul li button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #fff;
    border-width: 0 0 1px 1px;
    font-size: 1.25rem;
  }
  .h-people_list {
    width: 100%;
  }
  .h-people_list .item > button {
    padding: 4.1666666667vw 0;
  }
  .h-people_list .item strong {
    font-size: 1rem;
  }
  .h-people_list .item .img {
    width: 15.2777777778vw;
    height: 15.2777777778vw;
    background-size: 60% auto;
  }
  .h-people_list .item_li {
    width: 100%;
  }
  .h-people_list .item_li .character {
    padding: 5vw 0;
  }
  .h-people_list .item_li .character .author {
    padding-left: 22.5vw;
  }
  .h-people_list .item_li .character .author > span {
    width: 13.8888888889vw;
    height: 13.8888888889vw;
    left: 2.7777777778vw;
    top: 4.4444444444vw;
  }
  .h-people_list .item_li .character .author strong em {
    margin-top: 0;
  }
  .h-people_list .item_li .character > p {
    margin-left: 22.5vw;
    font-size: 1rem;
  }
  .h-people_list .item_li .mark {
    right: 0;
    top: 5vw;
    width: auto;
  }
  .h-people_list .item_li .mark button {
    display: inline-block;
    vertical-align: top;
    position: static;
    width: 6.1111111111vw;
    height: 6.1111111111vw;
    margin-left: 2.2222222222vw;
  }
  .h-people_wrap {
    width: 100%;
  }
  .research_wrap-box .res_search {
    padding: 2.7777777778vw 23.6111111111vw 2.7777777778vw 5.5555555556vw;
    position: relative;
  }
  .research_wrap-box .res_search label {
    display: block;
    text-align: left;
    line-height: 4.1666666667vw;
    margin-top: 0;
  }
  .research_wrap-box .res_search label::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 100% auto;
  }
  .research_wrap-box .res_search input {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    margin: 0;
    height: 9.1666666667vw;
    background-size: 2.7777777778vw auto;
  }
  .research_wrap-box .res_search button {
    position: absolute;
    right: 5.5555555556vw;
    top: 2.7777777778vw;
    width: 13.8888888889vw;
    height: 13.8888888889vw;
  }
  .research_wrap-box .res_consonant {
    overflow: auto;
  }
  .research_wrap-box .res_consonant ul {
    width: 158.3333333333vw;
    padding: 2.7777777778vw 5.5555555556vw;
  }
  .research_wrap-box .res_consonant ul li {
    height: 5.5555555556vw;
    border-radius: 1.3888888889vw;
  }
  .research_wrap-box .res_member .part_box {
    padding-top: 5.5555555556vw;
  }
  .research_wrap-box .res_member .part_box .consonant {
    width: 10.5555555556vw;
    height: 5.5555555556vw;
    line-height: 5.5555555556vw;
    border-radius: 1.3888888889vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list {
    width: auto;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li {
    width: 100%;
    padding: 5.5555555556vw 3.3333333333vw 8.3333333333vw;
    margin-right: 0;
    margin-top: 2.7777777778vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character {
    padding: 2.7777777778vw 0;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author {
    padding-left: 22.5vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > span {
    width: 18.0555555556vw;
    height: 18.0555555556vw;
    left: 0;
    top: 0;
    background-size: 13.8888888889vw auto;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author strong em {
    margin-top: 0;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author > p {
    font-size: 1rem;
    margin-bottom: 4.1666666667vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .character .author p.ico {
    font-size: 0.8333333333rem;
    padding: 1.3888888889vw 0 1.3888888889vw 4.1666666667vw;
    width: 43.0555555556vw;
    top: 20.8333333333vw;
    left: auto;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark {
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: 8.3333333333vw;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark button {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
    margin-left: 0;
    margin: 1.3888888889vw 0;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark button.info {
    background-size: 2.0833333333vw auto;
  }
  .research_wrap-box .res_member .part_box .h-people_list .item_li .mark button.mail {
    margin: 0;
  }
  .h-ledger {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .h-ledger ol::after {
    left: 2.0833333333vw;
  }
  .h-ledger ol li {
    position: relative;
  }
  .h-ledger .th {
    position: absolute;
    left: 9%;
    top: 0;
    font-size: 1.25rem;
  }
  .h-ledger .term {
    padding-left: 9%;
    width: 37%;
    margin-top: 5.5555555556vw;
    font-size: 1rem;
  }
  .h-ledger .term::before {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .h-ledger .term::after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-left: 1.1111111111vw;
  }
  .h-ledger .term .b .c {
    font-size: 1.5rem;
  }
  .h-ledger .pic {
    width: 15.2777777778vw;
    height: 15.2777777778vw;
    border-radius: 50%;
    margin-left: 0;
  }
  .h-ledger .profile {
    width: calc(57% - 15.2777777778vw);
    margin-left: 5%;
  }
  .h-ledger .profile .name {
    font-size: 1.25rem;
  }
  .h-ledger .profile .lang {
    font-size: 1rem;
  }
  .h-ledger .profile .link {
    top: 15%;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    background-size: 44% auto;
  }
  .history.move_research-team .info_plp .img strong {
    margin-top: 0;
  }
  .history.move_research-team .tab_page.tp01 > ul > li em {
    width: 24%;
  }
  .history.move_research-team .tab_page.tp01 > ul ul.y_list li, .history.move_research-team .tab_page.tp01 > ul ul.d_list li {
    padding-left: 2.2222222222vw;
  }
  .history.move_research-team .tab_page.tp01 > ul ul.y_list li em.d, .history.move_research-team .tab_page.tp01 > ul ul.d_list li em.d {
    width: auto;
    position: static;
    display: block;
  }
  .promotion-box .p-contents {
    padding-top: 11.1111111111vw;
  }
  .promotion-box .desc-more {
    margin: 13.8888888889vw 5.5555555556vw 0 5.5555555556vw;
    padding: 3.6111111111vw 0;
    border-width: 1px 0;
    font-size: 1.2083333333rem;
  }
  .promotion-box .desc-more.info {
    margin-top: 10.8333333333vw;
    display: block;
    padding: 4.1666666667vw 0;
    text-align: left;
  }
  .promotion-box .desc-more.info .tit {
    padding: 0;
    font-size: 4.1666666667vw;
    line-height: 1em;
  }
  .promotion-box .desc-more.info .tit::after {
    display: none;
  }
  .promotion-box .desc-more.info .tit::before {
    width: 7.5vw;
    height: 3.8888888889vw;
    background-size: 4.7222222222vw auto;
    margin-bottom: 1.3888888889vw;
  }
  .promotion-box .desc-more.info .txt {
    padding-left: 0;
    margin-top: 1.3888888889vw;
  }
  .promotion-box .desc-more.info .txt p {
    font-size: 1rem;
  }
  .promotion-box .desc-more .m_c a {
    font-size: 1.2083333333rem;
  }
  .brochure-list {
    padding-top: 0;
    margin: 0;
    width: auto;
    padding: 0 2.7777777778vw;
  }
  .brochure-list::after {
    font-size: 6.25rem;
  }
  .brochure-list .item {
    width: 50%;
    margin-top: 13.8888888889vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 4.1666666667vw 6.9444444444vw 4.1666666667vw;
  }
  .brochure-list .item .i-top {
    margin: 0;
    width: 100%;
  }
  .brochure-list .item .i-top .img {
    width: 25.4166666667vw;
  }
  .brochure-list .item .i-top .btn {
    margin-left: 2.2222222222vw;
  }
  .brochure-list .item .i-top .btn a {
    width: 9.4444444444vw;
    height: 9.4444444444vw;
    font-size: 1.1666666667rem;
  }
  .brochure-list .item .i-btm {
    margin: 0;
    width: 100%;
  }
  .brochure-list .item .i-btm dl {
    margin-top: 4.7222222222vw;
  }
  .brochure-list .item .i-btm dl dt span {
    font-size: 1.25rem;
    border-bottom-width: 1px;
  }
  .brochure-list .item .i-btm dl dt .btn-folding::after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-position: center 1.3888888889vw;
  }
  .brochure-list .item .i-btm dl dd {
    font-size: 1rem;
  }
  .brochure-list .item .i-btm dl dd ul {
    margin-left: 1.6666666667vw;
  }
  .brochure-list .item .i-btm dl dd ul li {
    margin-left: 1.9444444444vw;
    text-indent: -1.9444444444vw;
  }
  .brochure-list .item::after {
    height: calc(100% - 22.2222222222vw);
  }
  .ci-box {
    margin: 0;
  }
  .ci-box .ci-list {
    padding-left: 5.5555555556vw;
  }
  .ci-box .ci-list strong {
    font-size: 1.5rem;
  }
  .ci-box .ci-list strong em {
    font-size: 2.5rem;
  }
  .ci-box .ci-list p {
    font-size: 1.1666666667rem;
  }
  .ci-box .ci-list p br {
    display: none;
  }
  .ci-box .ci-explain {
    padding: 5.5555555556vw;
    margin: 4.1666666667vw 0 13.8888888889vw 0;
  }
  .ci-box .ci-explain .txt p {
    font-size: 1rem;
  }
  .ci-box .ci-explain .ci-down ul {
    display: block;
  }
  .ci-box .ci-explain .ci-down ul li .btn a {
    width: 20.8333333333vw;
    height: 6.9444444444vw;
    line-height: 6.9444444444vw;
    font-size: 1rem;
    letter-spacing: 0;
    margin-left: 1.3888888889vw;
  }
  .ci-box .ci-explain .ci-down ul li .img {
    border-radius: 4px;
  }
  .ci-box .ci-explain .ci-down ul li .img img.w {
    display: none;
  }
  .ci-box .ci-explain .ci-down ul li .img img.m {
    display: block;
  }
  .ci-box .ci-explain .ci-down ul li .tip {
    margin-top: 4.7222222222vw;
    font-size: 1rem;
    padding-left: 4.1666666667vw;
  }
  .ci-box .ci-explain .ci-down ul.c2 li {
    width: 70%;
    margin: 5.5555555556vw auto 0;
  }
  .vision-hall {
    padding-top: 0;
  }
  .vision-hall::after {
    z-index: 1;
    font-size: 5.8333333333rem;
    top: 9.7222222222vw;
    opacity: 0.4;
    color: #f9f3ef;
  }
  .vision-hall .vs-paragraph {
    margin: 0;
  }
  .vision-hall .vs-paragraph h6 {
    margin: 0 0 6.3888888889vw 5.5555555556vw;
    font-size: 2.5rem;
  }
  .vision-hall .vs-box .txt-wrap .tit {
    position: relative;
    padding-left: 3.3333333333vw;
    padding-top: 9.7222222222vw;
    margin-bottom: 4.1666666667vw;
  }
  .vision-hall .vs-box .txt-wrap .tit strong {
    font-size: 1.5rem;
    position: static;
    margin-top: 4.1666666667vw;
  }
  .vision-hall .vs-box .txt-wrap .tit strong::after {
    height: 19.4444444444vw !important;
    width: 1px !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  .vision-hall .vs-box .txt-wrap .tit span {
    font-size: 1rem;
    margin-top: 0.8333333333vw;
  }
  .vision-hall .vs-box .txt-wrap .txt p {
    font-size: 1rem;
    line-height: 1.4em;
    color: #333;
  }
  .vision-hall .vs-box .txt-wrap .txt p br {
    display: none;
  }
  .vision-hall .vs-box.v1 .txt-wrap {
    right: 5.5555555556vw;
    bottom: 6.9444444444vw;
  }
  .vision-hall .vs-box.v1 .txt-wrap .txt p {
    text-align: right;
  }
  .vision-hall .vs-box.v1 .txt-wrap .txt p br {
    display: block;
  }
  .vision-hall .vs-box.v2 {
    display: block;
    margin: 0 8.8888888889vw 13.8888888889vw;
  }
  .vision-hall .vs-box.v2 .txt-wrap {
    width: 100%;
  }
  .vision-hall .vs-box.v2 .img {
    width: 100%;
    margin-top: 4.1666666667vw;
    height: auto;
  }
  .vision-hall .vs-box.v3 {
    padding-bottom: 8.3333333333vw;
  }
  .vision-hall .vs-box.v3 .img {
    margin-left: 0;
  }
  .vision-hall .vs-box.v3 .txt-wrap {
    display: block;
    margin: 8.3333333333vw 8.3333333333vw 0 8.3333333333vw;
  }
  .vision-hall .vs-box.v3 .txt-wrap .tit {
    padding: 0;
  }
  .vision-hall .vs-box.v3 .txt-wrap .tit strong {
    margin: 0;
    padding: 0;
  }
  .vision-hall .vs-box.v3 .txt-wrap .tit strong:after {
    left: 2.7777777778vw !important;
    bottom: 9.1666666667vw !important;
  }
  .vision-hall .vs-box.v4 {
    margin: 18.0555555556vw 0 13.8888888889vw 0;
  }
  .vision-hall .vs-box.v4 .img {
    padding-left: 9.7222222222vw;
  }
  .vision-hall .vs-box.v4 .txt-wrap {
    position: static;
  }
  .vision-hall .vs-box.v4 .txt-wrap .tit {
    margin: 0;
    padding-left: 9.7222222222vw;
    padding-top: 6.3888888889vw;
  }
  .vision-hall .vs-box.v4 .txt-wrap .tit strong {
    color: #333;
    margin-top: 0;
  }
  .vision-hall .vs-box.v4 .txt-wrap .tit strong::after {
    display: none;
  }
  .vision-hall .vs-box.v4 .txt-wrap .txt {
    padding-left: 9.7222222222vw;
    padding-right: 2.7777777778vw;
  }
  .vision-hall .vs-box.v5 {
    display: block;
    margin-bottom: 13.8888888889vw;
  }
  .vision-hall .vs-box.v5 .img {
    width: auto;
    padding-right: 5.5555555556vw;
  }
  .vision-hall .vs-box.v5 .txt-wrap {
    margin: 0 5.5555555556vw 0 9.7222222222vw;
  }
  .vision-hall .vs-box.v5 .txt-wrap .tit {
    margin-bottom: 2.7777777778vw;
    padding-top: 3.3333333333vw;
  }
  .vision-hall .vs-box.v5 .txt-wrap .tit strong {
    margin-top: 0;
  }
  .vision-hall .vs-box.v5 .txt-wrap .tit strong::after {
    left: 0;
    bottom: -11.1111111111vw !important;
    top: auto;
    height: 26.3888888889vw !important;
  }
  .vision-hall .vs-box.v5 .txt-wrap .txt {
    margin-top: 0;
    padding-left: 3.3333333333vw;
  }
  .vision-hall .vs-box.v6 {
    display: block;
  }
  .vision-hall .vs-box.v6 .img {
    margin: 0;
    width: auto;
  }
  .vision-hall .vs-box.v6 .txt-wrap {
    position: static;
    width: auto;
    margin: 0 9.7222222222vw;
  }
  .vision-hall .vs-box.v6 .txt-wrap .tit {
    padding: 0;
  }
  .vision-hall .vs-box.v6 .txt-wrap .tit strong {
    margin: 4.1666666667vw 0 0 0;
  }
  .vision-hall .vs-box.v6 .txt-wrap .tit strong br {
    display: none;
  }
  .vision-hall .vs-box.v6 .txt-wrap .tit strong::after {
    display: none;
  }
  .page_card-sort {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .media-list .page_card-sort {
    margin: 9.7222222222vw 5.5555555556vw;
  }
  .media-list .page_card-sort .load_box li {
    margin-right: 0;
    margin-top: 4.1666666667vw;
    margin-bottom: 0;
  }
  .media-list .page_card-sort .load_box li:first-child {
    margin-top: 0;
  }
  .media-list .page_card-sort .load_box li a {
    padding: 4.1666666667vw;
  }
  .media-list .page_card-sort .load_box li a .txt_guard p {
    min-height: 11.1111111111vw;
    font-size: 3.8888888889vw;
  }
  .media-list .page_card-sort.mda-main {
    margin: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .media-list .page_card-sort.mda-main .load_box {
    padding: 5.5555555556vw 0;
    display: block;
    white-space: nowrap;
  }
  .media-list .page_card-sort.mda-main .load_box li {
    display: inline-block;
    vertical-align: top;
    width: 37.5vw;
    margin: 0 0.2777777778vw;
    white-space: initial;
  }
  .media-list .page_card-sort.mda-main .load_box li:first-child {
    padding-left: 5.5555555556vw;
  }
  .media-list .page_card-sort.mda-main .load_box li:last-child {
    padding-right: 5.5555555556vw;
  }
  .media-list .page_card-sort.mda-main .load_box li a {
    border-width: 2px;
    padding: 0.5555555556vw;
  }
  .media-list .page_card-sort.mda-main .load_box li a .img {
    border-radius: 4px;
  }
  .media-list .page_card-sort.mda-main .load_box li a .txt_guard {
    padding: 2.7777777778vw 0 0 0;
    display: block;
  }
  .media-list .page_card-sort.mda-main .load_box li a .txt_guard p {
    height: 14.1666666667vw;
    font-size: 1rem;
  }
  .introduce-box .i-contents {
    padding-top: 11.1111111111vw;
  }
  .introduce-box .i-contents.greeting_bg {
    background: url(../img/m/ledger_tit_bg.png) no-repeat center 4.1666666667vw;
    background-size: 100% auto;
  }
  .ledger-greeting {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .ledger-greeting .back-txt::after {
    bottom: 0;
    font-size: 5.5833333333rem;
  }
  .ledger-greeting .tit {
    height: 61.6666666667vw;
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw;
    margin-bottom: 0;
    font-size: 1.6666666667rem;
    line-height: 1em;
    text-align: center;
  }
  .ledger-greeting .tit strong {
    color: #f5821f;
    font-size: 1.6666666667rem;
    display: block;
    line-height: 5.5555555556vw;
  }
  .ledger-greeting .tit strong .txt_fly {
    width: 13.8888888889vw;
    height: 7.2222222222vw;
    margin-right: 1.3888888889vw;
  }
  .ledger-greeting .tit p {
    margin-top: 0;
    line-height: 1.3em;
  }
  .ledger-greeting .tit p span {
    display: block;
  }
  .ledger-greeting .story {
    display: block;
    padding-bottom: 12.5vw;
    margin-bottom: 13.8888888889vw;
  }
  .ledger-greeting .story dl {
    display: block;
  }
  .ledger-greeting .story dl dd p {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 4.4444444444vw;
  }
  .ledger-greeting .story dl.row {
    padding-left: 4.1666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ledger-greeting .story dl.row dt {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 8.3333333333vw;
  }
  .ledger-greeting .story dl.row dt br {
    display: none;
  }
  .ledger-greeting .story dl.row dt strong {
    display: block;
    font-size: 2rem;
    margin-top: 1.3888888889vw;
  }
  .ledger-greeting .story dl.row dd {
    width: 100%;
    padding-left: 11.1111111111vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ledger-greeting .story.al_end {
    padding-bottom: 0;
  }
  .ledger-greeting .story.al_end .img {
    width: 100%;
    display: block;
    /* background: url(../img/m/ledger_photo.png) no-repeat 0 0/100% auto; */
  }
  .ledger-greeting .story.al_end .img img {
    /* opacity: 0; */
  }
  .ledger-greeting .story dl.col {
    position: relative;
    margin: 0 4.1666666667vw;
    width: auto;
    /* margin-top: -13.8888888889vw; */
  }
  .ledger-greeting .story dl.col dt {
    font-size: 1.5rem;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5.5555555556vw 1.3888888889vw 5.5555555556vw 5.5555555556vw;
    position: absolute;
    right: 0;
    top: -36.9444444444vw;
    text-align: right;
  }
  .ledger-greeting .story dl.col dt strong {
    font-size: 2rem;
  }
  .ledger-greeting .story .sign {
    text-align: right;
    font-size: 1.5rem;
  }
  .ledger-greeting .story .sign span {
    padding-right: 2.7777777778vw;
    font-size: 1rem;
  }
  .ledger-history {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .ledger-history .ledger-info {
    display: block;
    margin-left: -5.5555555556vw;
    margin-right: -5.5555555556vw;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  .ledger-history .ledger-info .name {
    width: 100%;
    display: block;
    padding-left: 44.4444444444vw;
    background-color: #f9f3ef;
  }
  .ledger-history .ledger-info .name .img {
    position: absolute;
    left: 5.5555555556vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22.2222222222vw;
    height: 22.2222222222vw;
    border-width: 4.7222222222vw;
  }
  .ledger-history .ledger-info .name strong {
    margin-left: 0;
    font-size: 1.25rem;
    margin-top: 3.6111111111vw;
  }
  .ledger-history .ledger-info .rank {
    width: 100%;
    display: block;
    padding: 2.7777777778vw 0 3.3333333333vw 44.4444444444vw;
  }
  .ledger-history .ledger-info .rank span {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
  }
  .history-list {
    margin-top: 9.7222222222vw;
  }
  .history-list > ul > li {
    display: block;
    padding: 5.5555555556vw 0;
  }
  .history-list > ul > li * {
    font-size: 1rem;
  }
  .history-list > ul > li *:first-child {
    width: auto;
  }
  .history-list > ul > li *:last-child {
    width: auto;
  }
  .history-list > ul > li:first-child {
    padding-top: 0;
  }
  .history-list > ul > li strong {
    font-size: 1.25rem;
    margin-bottom: 2.7777777778vw;
  }
  .history-list > ul > li span {
    display: block;
  }
  .history-list .f li span {
    display: inline-block;
    vertical-align: top;
    width: 3.3333333333rem;
  }
  .ledger-target {
    margin: 0;
    padding: 0 5.5555555556vw;
    background-image: url(../img/m/ledger_taget-bg.png);
    background-size: 100% auto;
  }
  .ledger-target .target-box {
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ledger-target .target-box dl {
    display: block;
    text-align: center;
  }
  .ledger-target .target-box dl dt {
    width: auto;
    font-size: 1.5rem;
    margin-bottom: 4.1666666667vw;
  }
  .ledger-target .target-box dl dt.under {
    padding-bottom: 0;
  }
  .ledger-target .target-box dl dd {
    width: auto;
    margin-bottom: 3.3333333333rem;
    font-size: 1.25rem;
  }
  .ledger-target .target-box dl dd .under {
    padding: 0 4.1666666667vw 5.2777777778vw 4.1666666667vw;
    font-size: 1.25rem;
  }
  .ledger-target .target-box dl dd ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 2.7777777778vw;
    margin-top: 5.5555555556vw;
  }
  .ledger-target .target-box dl dd ul li {
    width: 54.6%;
    height: 27.7777777778vw;
    margin: -2.7777777778vw !important;
    font-size: 1.25rem;
  }
  .ledger-target .target-box .link a {
    width: 33.3333333333vw;
    height: 6.9444444444vw;
    margin-top: -2.7777777778vw;
    font-size: 1rem;
  }
  .ledger-target .target-box .link a::after {
    background-size: 3.3333333333vw auto;
    width: 6.3888888889vw;
  }
  .ledger-target .taget-list {
    padding: 18.0555555556vw 0 0 0;
  }
  .ledger-target .taget-list > ol > li {
    margin-top: 2.2222222222vw;
    padding: 3.3333333333vw;
    border-radius: 4.1666666667vw;
    display: block;
  }
  .ledger-target .taget-list > ol > li:first-child {
    margin-top: 0;
  }
  .ledger-target .taget-list > ol > li strong {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    width: 15.8333333333vw;
    height: 11.9444444444vw;
    line-height: 11.9444444444vw;
    font-size: 1.25rem;
    border-radius: 6.3888888889vw;
    margin-right: 4%;
  }
  .ledger-target .taget-list > ol > li p {
    width: 74%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 1.25rem;
    line-height: 11.9444444444vw;
  }
  .ledger-target .taget-list > ol > li p br {
    display: none;
  }
  .ledger-target .taget-list > ol > li ul {
    width: 100%;
    margin-top: 2.7777777778vw;
  }
  .ledger-target .taget-list > ol > li ul li {
    padding-left: 2.7777777778vw;
  }
  .ledger-target .taget-list > ol > li ul li br {
    display: none;
  }
  .ledger-target .taget-list > ol > li ul li::before {
    top: 0;
  }
  .ledger-sympathy .timeline_item-wrapper {
    margin-top: 0;
  }
  .ledger-sympathy .timeline_item-wrapper::after {
    width: 3px;
  }
  .ledger-sympathy .timeline_item-wrapper .item .info_top {
    padding-top: 3.3333333333vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .info_top .date {
    padding-bottom: 3.8888888889vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail.fix_pd {
    padding: 3.8888888889vw 4.1666666667vw 5.2777777778vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .info_conts {
    padding-bottom: 8.8888888889vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .info_conts::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .tit-box {
    padding-right: 0;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .tit-box .rpt_link {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .tit-box .rpt_link * {
    width: 8.3333333333vw;
    height: 6.9444444444vw;
  }
  .ledger-sympathy .timeline_item-wrapper .item .detail .tit-box .rpt_link *::after {
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 3.3333333333vw auto;
    background-position: center;
  }
  .ledger-sympathy .timeline_more button {
    padding-left: 0;
    width: 33.3333333333vw;
    height: 6.9444444444vw;
    border-radius: 2px;
    line-height: 6.9444444444vw;
  }
  .ledger-sympathy .timeline_more button::after {
    margin-top: -0.5555555556vw;
  }
  .page_top-part h2 {
    font-size: 2rem;
    margin-top: 9.1666666667vw;
  }
  .page_top-part h2::after {
    display: none;
  }
  .page_top-part .box_guide {
    margin-left: 9.7222222222vw;
    margin-right: 9.7222222222vw;
    height: 62.5vw;
  }
  .page_top-part .box_guide .sign {
    font-size: 2.5rem;
    line-height: 6.6666666667vw;
    bottom: 0;
    top: 16.6666666667vw;
  }
  .page_top-part .box_guide > a {
    font-size: 1rem;
    padding-bottom: 1.6666666667vw;
    left: 7.7777777778vw;
    bottom: 4.4444444444vw;
  }
  .page_top-part .box_guide > a::after {
    width: 6.3888888889vw;
    height: 2.7777777778vw;
    background-size: 3.3333333333vw auto;
  }
  .page_top-part .box_guide .each_link {
    bottom: 4.7222222222vw;
  }
  .page_top-part .box_guide .each_link > a {
    margin-top: 1.9444444444vw;
    font-size: 0.8333333333rem;
  }
  .page_top-part .box_guide .each_link > a span {
    padding-bottom: 0.8333333333vw;
  }
  .page_top-part .box_guide .each_link > a span::after {
    background-size: 2.5vw auto;
    width: 4.1666666667vw;
    height: 2.5vw;
  }
  .page_top-part .tle {
    margin-left: 7.7777777778vw;
    position: absolute;
    left: 0;
    bottom: 5.5555555556vw;
  }
  .page_top-part .tle * {
    padding-left: 0;
  }
  .page_top-part .tle strong {
    font-size: 1.5rem;
    line-height: 1.3em;
    margin-bottom: 2.2222222222vw;
  }
  .page_top-part .tle p {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .page_top-part.sub02 {
    background-image: url(../img/m/bg_part02.jpg);
  }
  .page_top-part.sub02 .tle {
    bottom: 9.4444444444vw;
  }
  .page_top-part.sub02 .tle strong {
    font-size: 1.3333333333rem;
    line-height: 1.3em;
  }
  .page_top-part.sub03 {
    background-image: url(../img/m/bg_part03.jpg);
  }
  .page_top-part.sub03 .tle {
    bottom: 9.4444444444vw;
  }
  .page_top-part.sub03 .tle strong {
    font-size: 1.3333333333rem;
    line-height: 1.3em;
  }
  .page_top-part.sub04 {
    background-image: url(../img/m/bg_part04.jpg);
  }
  .page_top-part.sub04 .box_guide {
    height: auto;
    padding-bottom: 8.3333333333vw;
  }
  .page_top-part.sub04 .box_guide .each_link {
    position: static;
    margin-top: 2.7777777778vw;
  }
  .page_top-part.sub04 .tle {
    margin-left: 8.3333333333vw;
    position: static;
    margin-top: 5.5555555556vw;
  }
  .page_top-part.sub04 .tle p {
    font-size: 1rem;
  }
  .page_top-part.sub05 {
    background-image: url(../img/m/bg_part05.jpg);
  }
  .page_top-part.sub05 .tle * {
    font-size: 1.3333333333rem;
  }
  .circle_location {
    width: 44.4444444444vw;
    height: 44.4444444444vw;
    margin-top: 11.1111111111vw;
  }
  .circle_location strong span {
    font-size: 1.3333333333rem;
  }
  .circle_location ul li a {
    font-size: 1rem;
  }
  .circle_location ul li.txt01 a {
    font-size: 2.0833333333rem;
  }
  .circle_location ul li.txt02 a {
    font-size: 1.5rem;
  }
  .circle_location ul li.txt03 a {
    font-size: 1.3333333333rem;
  }
  .circle_location ul li.txt04 a {
    font-size: 1.0833333333rem;
  }
  .field_study {
    padding: 13.8888888889vw 0;
  }
  .field_study h3 span {
    font-size: 1.5rem;
  }
  .field_study h3.ellipse::after {
    height: 2px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    width: 100%;
  }
  .field_study h3.ellipse span {
    padding: 0 8.0555555556vw;
    height: 6.9444444444vw;
    line-height: 6.6666666667vw;
    font-size: 1.25rem;
  }
  .part_comm-wrap .part_box {
    padding: 13.8888888889vw 0;
  }
  .part_comm-wrap .part_box h3 span {
    font-size: 1.5rem;
  }
  .part_comm-wrap .part_box h3.ellipse::after {
    height: 2px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    width: 100%;
  }
  .part_comm-wrap .part_box h3.ellipse span {
    padding: 0 8.0555555556vw;
    height: 6.9444444444vw;
    line-height: 6.6666666667vw;
    font-size: 1.25rem;
  }
  .part_comm-wrap .part_box.line_top {
    border-top-width: 2px;
  }
  .part_comm-wrap .part_box.bg .chart_link {
    padding-bottom: 5vw;
    margin-top: 5vw;
    text-align: center;
  }
  .part_comm-wrap .part_box.bg .chart_link a {
    right: 5.5555555556vw;
    top: auto;
    bottom: 6.9444444444vw;
    width: 36.1111111111vw;
    height: 8.3333333333vw;
    line-height: 8.0555555556vw;
  }
  .part_comm-wrap .part_box.bg .chart_link a::before {
    background-size: 5vw;
    width: 7.2222222222vw;
  }
  .part_comm-wrap .part_box.bg .chart_link a::after {
    background-size: 3.0555555556vw;
    width: 5.2777777778vw;
  }
  .part_comm-wrap .part_box .page_list-group {
    margin-bottom: 0;
    margin-top: 6.9444444444vw;
  }
  .part_comm-wrap .part_box .h-people_list {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .part_comm-wrap .part_box .h-people_list .item {
    padding: 5.5555555556vw 0;
    width: 25%;
  }
  .part_comm-wrap .part_box .h-people_list .item .cover .img {
    border-width: 3px;
    width: 15.2777777778vw;
    height: 15.2777777778vw;
  }
  .part_comm-wrap .part_box .h-people_list .item .cover .cut button {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
    background-size: 1.6666666667vw auto;
  }
  .part_comm-wrap .part_box .h-people_list .item .cover strong {
    margin-top: 2.7777777778vw;
    font-size: 1.0833333333rem;
  }
  .part_comm-wrap .part_box .h-people_list .item .cover strong span {
    margin-top: 1.1111111111vw;
    font-size: 0.8333333333rem;
  }
  .comm_block-shape {
    margin-top: 8.3333333333vw;
  }
  .comm_block-shape h4 {
    font-size: 1.5rem;
    padding: 0 0 5vw 0;
  }
  .comm_block-shape .bg_guide {
    background: none;
  }
  .comm_block-shape .shape_guide {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .comm_block-shape .frame {
    padding: 5.5555555556vw 0;
  }
  .comm_block-shape .frame strong {
    font-size: 1.5rem;
  }
  .comm_block-shape .frame p {
    line-height: 1.3em;
  }
  .comm_block-shape .one_shape {
    margin-bottom: 0vw;
  }
  .comm_block-shape .one_shape .frame a {
    display: block;
  }
  .comm_block-shape .one_shape .frame a strong,
  .comm_block-shape .one_shape .frame a p {
    width: 100%;
  }
  .comm_block-shape .one_shape .frame a strong {
    font-size: 1.5rem;
    margin-bottom: 3.6111111111vw;
  }
  .comm_block-shape .one_shape .frame a p {
    font-size: 1rem;
    line-height: 1.3em;
  }
  .comm_block-shape .one_shape .frame a p span {
    font-size: 1rem;
    margin-top: 3.8888888889vw;
  }
  .comm_block-shape .one_shape .frame a p span::after {
    width: 4.4444444444vw;
    height: 3.3333333333vw;
    background-size: 3.0555555556vw auto;
    line-height: 1em;
  }
  .comm_block-shape .two_shape {
    display: block;
  }
  .comm_block-shape .two_shape .frame {
    width: 100%;
    margin-top: -2px;
  }
  .comm_block-shape .two_shape .frame strong {
    font-size: 1.25rem;
    margin-bottom: 4.1666666667vw;
  }
  .comm_block-shape .two_shape .frame p {
    height: auto;
    line-height: 1.3em;
  }
  .comm_block-shape .two_shape .frame p span {
    position: static;
    font-size: 1rem;
    margin-top: 3.3333333333vw;
  }
  .comm_block-shape .two_shape .frame p span::after {
    width: 4.4444444444vw;
    height: 3.3333333333vw;
    background-size: 3.0555555556vw auto;
    line-height: 1em;
  }
  .comm_block-shape .three_shape {
    display: block;
    margin-bottom: 12.5vw;
  }
  .comm_block-shape .three_shape .frame {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    padding: 13.8888888889vw 0 5.5555555556vw 0;
    margin-top: -2px;
  }
  .comm_block-shape .three_shape .frame strong {
    position: absolute;
    left: 0;
    top: 5.5555555556vw;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .comm_block-shape .three_shape .frame img {
    width: 41.6666666667vw;
    margin-right: 2.7777777778vw;
  }
  .comm_block-shape .three_shape .frame p {
    height: auto;
    margin-top: -1.1111111111vw;
  }
  .comm_block-shape .three_shape .frame p span {
    position: absolute;
    left: 44.4444444444vw;
    bottom: 5vw;
    font-size: 1rem;
    margin-top: 0;
  }
  .comm_block-shape .three_shape .frame p span::after {
    width: 4.4444444444vw;
    height: 3.3333333333vw;
    background-size: 3.0555555556vw auto;
    line-height: 1em;
  }
  .comm_block-shape .four_shape {
    display: block;
    margin-bottom: 12.5vw;
  }
  .comm_block-shape .four_shape .frame {
    width: 100%;
  }
  .comm_block-shape .four_shape .frame .img {
    width: 30.5555555556vw;
    margin-right: 5.2777777778vw;
  }
  .comm_block-shape .four_shape .frame strong {
    height: auto;
    margin-bottom: 9.1666666667vw;
  }
  .comm_block-shape .four_shape .frame span {
    font-size: 1rem;
  }
  .comm_block-shape .four_shape .frame span:after {
    width: 4.4444444444vw;
    height: 3.3333333333vw;
    background-size: 3.0555555556vw auto;
    line-height: 1em;
  }
  .comm_arra-list {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .comm_arra-list .link_banner {
    margin-top: 8.3333333333vw;
  }
  .comm_arra-list .link_banner .mv {
    width: 100%;
  }
  .comm_arra-list .arra_align {
    margin-top: 13.8888888889vw;
  }
  .comm_arra-list .arra_align > ul {
    display: block;
    margin-bottom: 13.8888888889vw;
  }
  .comm_arra-list .arra_align > ul li {
    padding: 5.5555555556vw 0;
    width: 100%;
  }
  .comm_arra-list .arra_align > ul li strong {
    padding-left: 25vw;
    font-size: 1.25rem;
    padding-top: 0.25rem;
    min-height: 13.8888888889vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .comm_arra-list .arra_align > ul li strong::before {
    width: 20.8333333333vw;
    height: 13.8888888889vw;
  }
  .comm_arra-list .arra_align > ul li strong::after {
    width: 9.4444444444vw;
    height: 9.4444444444vw;
    background-size: 6.3888888889vw auto;
    left: 5.6944444444vw;
    top: 2.2222222222vw;
  }
  .comm_arra-list .arra_align > ul li strong span {
    font-size: 1rem;
    margin-top: 1.9444444444vw;
    line-height: 1.2em;
  }
  .comm_arra-list .arra_align > ul li p {
    font-size: 1rem;
    margin: 4.1666666667vw 0;
    min-height: auto;
  }
  .comm_arra-list .arra_align > ul li .links a {
    width: 36.1111111111vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    font-size: 1rem;
    text-indent: 3.0555555556vw;
  }
  .comm_arra-list .arra_align > ul li .links a::after {
    width: 3.0555555556vw;
    right: 2.7777777778vw;
  }
  .comm_arra-list .arra_align > ul li > a {
    font-size: 1rem;
  }
  .comm_arra-list .arra_align > ul li > a::after {
    width: 5.5555555556vw;
    height: 3.3333333333vw;
    background-size: 3.0555555556vw auto;
  }
  .comm_arra-list .arra_align .other_link {
    display: block;
  }
  .comm_arra-list .arra_align .other_link a {
    width: 100%;
    font-size: 1.25rem;
    padding: 3.8888888889vw 3.3333333333vw;
    line-height: 1em;
    margin-top: 2.7777777778vw;
  }
  .comm_arra-list .arra_align .other_link a::after {
    width: 4.1666666667vw;
    height: 3.3333333333vw;
    right: 3.3333333333vw;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .comm_arra-list .arra_align .other_link a:first-child {
    margin-top: 0;
  }
  .comm_arra-list .arra_align.intl {
    margin-top: 6.3888888889vw;
  }
  .comm_arra-list .arra_align.intl > ul li p {
    min-height: auto;
  }
  .comm_arra-list .comm_tab-select {
    margin: 6.9444444444vw 0;
  }
  .comm_arra-list .comm_tab-select.mjt20 {
    margin-bottom: 0;
  }
  .comm_arra-list .comm_tab-select ul li a {
    font-size: 1rem;
  }
  .comm_arra-list .center_greetings {
    padding: 24.1666666667vw 0 0 0;
    background: url(../img/m/img_greetings.jpg) no-repeat center top/100% auto;
  }
  .comm_arra-list .center_greetings * {
    font-size: 1rem;
  }
  .comm_arra-list .center_greetings p span {
    display: block;
    margin-top: 4.1666666667vw;
  }
  .comm_arra-list .center_greetings strong {
    margin: 8.3333333333vw 8.3333333333vw 0 0;
  }
  .comm_arra-list .center_greetings strong b {
    font-size: 1.5rem;
  }
  .comm_arra-list .center_greetings h3 {
    font-size: 1.25rem;
    margin-bottom: 6.1111111111vw;
    line-height: 1.3em;
  }
  .comm_arra-list .center_greetings h3 br {
    display: none;
  }
  .comm_arra-list .center_establish {
    margin-left: 0;
    margin-right: 0;
  }
  .comm_arra-list .center_establish > dl {
    margin-bottom: 9.4444444444vw;
  }
  .comm_arra-list .center_establish > dl dt {
    font-size: 1.25rem;
    background-color: #f7f7f8;
    padding: 5.5555555556vw 3.6111111111vw;
  }
  .comm_arra-list .center_establish > dl dt br {
    display: none;
  }
  .comm_arra-list .center_establish > dl dd {
    font-size: 1rem;
    margin: 0 4.1666666667vw;
    margin-top: 5.5555555556vw;
  }
  .comm_arra-list.reg .page_list-group {
    padding: 0;
  }
  .comm_arra-list.reg .page_list-group li {
    padding: 4.1666666667vw 0 4.1666666667vw 37.5vw;
  }
  .comm_arra-list.reg .page_list-group li .rpt_img {
    width: 34.7222222222vw;
    height: 20.8333333333vw;
    top: 4.1666666667vw;
  }
  .comm_arra-list.reg .page_list-group li .rpt_tit strong {
    font-size: 1.0833333333rem;
    min-height: 11.1111111111vw;
  }
  .comm_arra-list.reg .center_greetings {
    padding: 23.6111111111vw 3.6111111111vw 3.6111111111vw 3.6111111111vw;
    background: url(../img/m/img_greetings2.jpg) no-repeat 0 0/100% auto;
  }
  .comm_arra-list.reg .performance-wrap-box .pfms_right > ul li button,
  .comm_arra-list.reg .performance-wrap-box .pfms_right > ul li a {
    padding-left: 5.5555555556vw;
    background-size: 3.8888888889vw auto;
    background-position-y: 0;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department {
    /* .each_part::after{top:vwCalc_m(-28);height:vwCalc_m(30);width:vwCalc_m(30)} */
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department h3::before {
    height: 56%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department h3 button {
    width: 34.7222222222vw;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info dl {
    margin: 0;
    width: auto;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_info dl ul li {
    width: auto;
    margin-left: 2.2222222222vw;
    text-indent: -2.2222222222vw;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part::before {
    width: 61%;
  }
  .comm_arra-list.reg .separation-wrap-box .org_part .each_department .each_part::after {
    display: none;
  }
  .comm_time-list {
    padding-left: 4.1666666667vw;
  }
  .comm_time-list h4 {
    font-size: 1rem;
    left: 11.1111111111vw;
    top: 4.1666666667vw;
  }
  .comm_time-list .tm_line:after {
    left: 0;
    width: 0.5555555556vw;
  }
  .comm_time-list .tm_line strong {
    font-size: 1.5rem;
    padding: 3.0555555556vw 0 5vw 0;
    width: auto;
    text-align: left;
    text-indent: -0.5555555556vw;
  }
  .comm_time-list .tm_line strong::after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    left: -1.1111111111vw;
  }
  .comm_time-list .tm_line ul {
    margin: -2.7777777778vw 0 0 4.7222222222vw;
    padding-bottom: 0;
  }
  .comm_time-list .tm_line ul li {
    font-size: 1rem;
    line-height: 1.5em;
    margin-left: 2.7777777778vw;
    text-indent: -2.2222222222vw;
  }
  .performance-wrap-box {
    margin-top: 6.9444444444vw;
    display: block;
  }
  .performance-wrap-box .pfms_left {
    width: 100%;
  }
  .performance-wrap-box .pfms_left .bg {
    padding: 6.9444444444vw 4.1666666667vw;
  }
  .performance-wrap-box .pfms_left .bg strong {
    font-size: 1.25rem;
    margin-bottom: 4.1666666667vw;
    line-height: 1.4em;
  }
  .performance-wrap-box .pfms_left .bg p {
    font-size: 1rem;
  }
  .performance-wrap-box .pfms_right {
    width: 100%;
  }
  .performance-wrap-box .pfms_right > strong {
    margin: 11.1111111111vw 0 5vw 0;
    font-size: 4.1666666667vw;
    text-align: center;
  }
  .performance-wrap-box .pfms_right > ul li {
    padding: 2.7777777778vw 0;
    font-size: 1rem;
  }
  .performance-wrap-box .pfms_right > ul li a,
  .performance-wrap-box .pfms_right > ul li button {
    padding-right: 8.3333333333vw;
    font-size: 1rem;
    background-size: 3.3333333333vw auto;
    line-height: 1.3em;
  }
  .performance-wrap-box .pfms_right > ul li a span,
  .performance-wrap-box .pfms_right > ul li button span {
    font-size: 1rem;
  }
  .ksp_wrap-box {
    display: block;
    margin-top: 6.9444444444vw;
  }
  .ksp_wrap-box > strong {
    width: 100%;
    margin-bottom: 6.9444444444vw;
    height: 34.7222222222vw;
    background-size: 50% auto;
  }
  .ksp_wrap-box dl {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .ksp_wrap-box dl dt {
    font-size: 1.25rem;
    margin-bottom: 3.8888888889vw;
  }
  .ksp_wrap-box dl dd {
    font-size: 1rem;
  }
  .ksp_wrap-box dl dd a {
    font-size: 1rem;
  }
  .ksp_wrap-box dl dd a::after {
    background-size: 3.3333333333vw auto;
    width: 6.6666666667vw;
    height: 3.3333333333vw;
  }
  .ksp_wrap-box2 {
    display: block;
    margin-top: 6.9444444444vw;
  }
  .ksp_wrap-box2 > strong {
    width: 100%;
    margin-bottom: 6.9444444444vw;
    height: 34.7222222222vw;
    background-size: 50% auto;
  }
  .ksp_wrap-box2 dl {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .ksp_wrap-box2 dl dt {
    font-size: 1.25rem;
    margin-bottom: 3.8888888889vw;
  }
  .ksp_wrap-box2 dl dd {
    font-size: 1rem;
  }
  .ksp_wrap-box2 dl dd a {
    font-size: 1rem;
  }
  .ksp_wrap-box2 dl dd a::after {
    background-size: 3.3333333333vw auto;
    width: 6.6666666667vw;
    height: 3.3333333333vw;
  }
  .global_wrap-box {
    margin-top: 6.9444444444vw;
  }
  .global_wrap-box > p {
    font-size: 1rem;
    padding: 4.1666666667vw 6.3888888889vw;
    margin-bottom: 9.1666666667vw;
  }
  .global_wrap-box .scroll_box {
    overflow-x: auto;
    margin: 0 -5.5555555556vw;
  }
  .global_wrap-box .scroll_box table {
    margin: 0 5.5555555556vw;
    width: 160%;
  }
  .global_wrap-box .scroll_box table thead td {
    font-size: 1rem;
    padding: 2.7777777778vw 0;
  }
  .global_wrap-box .scroll_box table tbody tr td {
    font-size: 1rem;
    padding: 3.3333333333vw 1.3888888889vw;
  }
  .global_wrap-box .scroll_box table tbody tr td:nth-child(1) {
    font-size: 1rem;
  }
  .global_wrap-box .scroll_box table tbody tr td a {
    width: 50%;
    height: auto;
  }
  .global_wrap-box .scroll_box table tbody tr td a::before {
    background-size: 25% auto;
  }
  .global_wrap-box .scroll_box table tbody tr td ul li {
    margin-left: 2.5vw;
    text-indent: -2.5vw;
  }
  .anslyze_wrap-box dl {
    padding: 5.5555555556vw 0;
    display: block;
  }
  .anslyze_wrap-box dl dt {
    font-size: 1.25rem;
    width: 100%;
    margin-bottom: 3.3333333333vw;
  }
  .anslyze_wrap-box dl dt:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-top: -1.1111111111vw;
    background-size: 100% auto;
    margin-right: 1.3888888889vw;
  }
  .anslyze_wrap-box dl dd {
    font-size: 1rem;
    width: 100%;
    line-height: 1.4em;
  }
  .separation-wrap-box {
    margin-top: 8.3333333333vw;
  }
  .separation-wrap-box .org_part .each_department {
    margin: 0 -5.5555555556vw;
    padding-bottom: 0;
  }
  .separation-wrap-box .org_part .each_department > span {
    position: static;
    font-size: 1rem;
    margin: 4.1666666667vw 0 0 0;
    display: block;
    text-align: center;
  }
  .separation-wrap-box .org_part .each_department a,
  .separation-wrap-box .org_part .each_department button {
    height: 7.5vw;
    line-height: 6.9444444444vw;
    font-size: 0.9166666667rem;
  }
  .separation-wrap-box .org_part .each_department h3 {
    padding-bottom: 18%;
  }
  .separation-wrap-box .org_part .each_department h3::before {
    top: 7.7777777778vw;
  }
  .separation-wrap-box .org_part .each_department h3 button {
    width: 25.8333333333vw;
    height: 7.7777777778vw;
    font-size: 1rem;
  }
  .separation-wrap-box .org_part .each_department > p {
    right: 4%;
    top: 11.1111111111vw;
    width: 26%;
  }
  .separation-wrap-box .org_part .each_department > p::before {
    width: 76%;
    left: -76%;
  }
  .separation-wrap-box .org_part .each_department .each_part::before {
    width: 65%;
    top: -4.1666666667vw;
  }
  .separation-wrap-box .org_part .each_department .each_part ul {
    margin: 0 3%;
    width: 26%;
  }
  .separation-wrap-box .org_part .each_department .each_part ul li {
    margin-bottom: 1.9444444444vw;
  }
  .separation-wrap-box .org_part .each_department .each_part ul li:first-child::before {
    height: 4.1666666667vw;
    top: -4.1666666667vw;
  }
  .separation-wrap-box .org_part .each_department .each_info {
    display: block;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 9.7222222222vw;
  }
  .separation-wrap-box .org_part .each_department .each_info > strong {
    font-size: 1.25rem;
    position: static;
    width: auto;
    margin-bottom: 3.3333333333vw;
  }
  .separation-wrap-box .org_part .each_department .each_info dl {
    width: auto;
    margin: 0;
    padding: 3.6111111111vw 0;
  }
  .separation-wrap-box .org_part .each_department .each_info dl dt {
    display: block;
    margin: 0 0 2.5vw 1.6666666667vw;
  }
  .separation-wrap-box .org_part .each_department .each_info dl dd ul li {
    font-size: 1rem;
    margin-left: 2.2222222222vw;
    text-indent: -2.2222222222vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org h3 {
    padding-bottom: 33.3333333333vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org h3::before {
    height: 29.1666666667vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager {
    top: 6.9444444444vw;
    width: 27.7777777778vw;
    right: 5vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager ul {
    width: 100%;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager ul li:first-child:after {
    left: -0.8333333333vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_manager ul li:first-child:before {
    left: -16.6666666667vw;
    width: 16.6666666667vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info {
    padding-top: 8.3333333333vw;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info > strong {
    padding: 0 0 2.7777777778vw 1.3888888889vw;
    margin-bottom: 0;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info dl {
    padding: 2.7777777778vw 1.3888888889vw;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info dl dt {
    margin-top: 1.1111111111vw;
    font-size: 1rem;
    width: 22%;
  }
  .separation-wrap-box .org_part .each_department.intl_org .each_info dl dd {
    width: 78%;
  }
  .separation-wrap-box .org_people .people_list {
    margin-top: 11.1111111111vw;
  }
  .separation-wrap-box .org_people .people_list h4 {
    padding: 0 4.1666666667vw;
    line-height: 9.7222222222vw;
    font-size: 1rem;
  }
  .separation-wrap-box .org_people .people_list ul {
    display: block;
  }
  .separation-wrap-box .org_people .people_list ul li {
    width: 100%;
    margin-left: 0;
    padding: 5vw 4.1666666667vw;
  }
  .separation-wrap-box .org_people .people_list ul li:hover::after {
    display: none;
  }
  .separation-wrap-box .org_people .people_list ul li .author > strong {
    display: inline-block;
    vertical-align: top;
    font-size: 1.25rem;
    line-height: 5.5555555556vw;
    position: relative;
    padding-right: 13.8888888889vw;
  }
  .separation-wrap-box .org_people .people_list ul li .author > strong em {
    margin: 0;
    font-size: 1rem;
    padding: 0 2.7777777778vw;
    line-height: 5.5555555556vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .separation-wrap-box .org_people .people_list ul li .author > p {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5vw;
    font-size: 1rem;
    line-height: 5.5555555556vw;
  }
  .separation-wrap-box .org_people .people_list ul li .mark {
    right: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .separation-wrap-box .org_people .people_list ul li .mark button {
    width: 4.1666666667vw;
    height: 100%;
    background-size: 100% auto;
    position: static;
    margin-left: 2.5vw;
  }
  .organization_wrap-box .org_quarter {
    padding-top: 13.3333333333vw;
    margin-bottom: 13.8888888889vw;
    margin-left: 2.7777777778vw;
    margin-right: 2.7777777778vw;
    width: auto;
  }
  .organization_wrap-box .org_quarter > p {
    font-size: 1rem;
    text-align: center;
  }
  .organization_wrap-box .org_quarter::before {
    top: 4.1666666667vw;
    font-size: 4.1666666667rem;
    letter-spacing: -0.8333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link a {
    width: 26.3888888889vw;
    border-radius: 3px;
    padding: 1.6666666667vw 0;
    margin-top: 1.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link a:before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link > h3::after {
    width: 0.5555555556vw;
    height: 35.2777777778vw;
  }
  .organization_wrap-box .org_quarter .location_link > h3 a {
    width: 25vw;
    font-size: 3.8888888889vw;
    border-radius: 2.2222222222vw;
    padding: 2.7777777778vw 0;
  }
  .organization_wrap-box .org_quarter .location_link > p {
    margin-right: 0;
  }
  .organization_wrap-box .org_quarter .location_link > p::after {
    width: 21.6666666667vw;
    right: 25vw;
    margin-top: 1.25vw;
  }
  .organization_wrap-box .org_quarter .location_link > p a {
    margin-top: 3.0555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link > p a:before {
    left: -0.8333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.t {
    margin-right: -1.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.t a {
    margin-top: 1.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.t a:nth-child(1) {
    width: 27.7777777778vw;
    padding: 1.9444444444vw 0;
    font-size: 1rem;
    margin-top: 1.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.t::after {
    margin-top: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g {
    right: 11.1111111111vw;
    bottom: 26.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g::before {
    left: -9.7222222222vw;
    width: 46.6666666667vw;
    top: -91.6666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g::after {
    right: -10.5555555556vw;
    width: 10.5555555556vw;
    bottom: 3.8888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g a {
    border-width: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g a::before {
    right: -0.9722222222vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g a::after {
    right: -10.9722222222vw;
    height: 95.4166666667vw;
    bottom: 3.6111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g.s {
    bottom: 16.6666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link > p.g.s a::after {
    height: 9.7222222222vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul {
    margin-left: 0;
    margin-top: -1.9444444444vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul::before {
    width: 16.6666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul::after {
    width: 0.5555555556vw;
    height: 9.4444444444vw;
    left: 30.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul li a::after {
    width: 4.1666666667vw;
    right: -4.3055555556vw;
  }
  .organization_wrap-box .org_quarter .location_link > ul li a:before {
    right: -0.8333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut {
    padding-top: 6.1111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4 {
    margin-bottom: 4.1666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4::after {
    width: 3.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4::before {
    width: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut h4 a {
    width: 26.3888888889vw;
    font-size: 1rem;
    border-radius: 3.75vw;
    padding: 1.9444444444vw 0;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut {
    padding-right: 3.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut a:before {
    right: -0.8333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4::after {
    right: -3.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut h4::before {
    right: 4.1666666667vw;
    height: 109.7222222222vw;
    bottom: -109.7222222222vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p {
    padding-right: 0;
    margin-bottom: 1.9444444444vw;
    text-align: left;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > p::after {
    width: 13.8888888889vw;
    right: 4.1666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul {
    padding-right: 9.7222222222vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul li a::after {
    width: 2.7777777778vw;
    right: -2.9166666667vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li {
    margin-bottom: 2.2222222222vw;
    position: relative;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li > a::after {
    width: 3.6111111111vw;
    right: -3.6111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li {
    padding-left: 2.7777777778vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a {
    width: 33.3333333333vw;
    border-width: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a::after {
    width: 3.6111111111vw;
    right: -3.6111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a::before {
    right: -0.9722222222vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li:first-child a.down::after {
    top: -1.9444444444vw;
    height: 1.3888888889vw;
    width: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li ul li a.up::after {
    left: -9.7222222222vw;
    top: 3.0555555556vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 9.7222222222vw;
    height: auto;
    background: none;
    border-top: 1px dashed #999;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li:after, .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li:before {
    top: 4.7222222222vw;
    width: 2.7777777778vw;
    border-top: 1px dashed #999;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li:after {
    top: 4.7222222222vw;
    height: 19.1666666667vw;
    border-left: 1px dashed #999;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li.b {
    padding: 0;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li.b::before, .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li.b::after {
    display: none;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .lt_cut > ul > li.b a {
    width: 33.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut {
    padding-left: 3.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4::after {
    left: -3.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut h4::before {
    left: 4.1666666667vw;
    height: 48.6111111111vw;
    bottom: -48.6111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul {
    padding-left: 13.8888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a::before {
    left: -0.8333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul li a::after {
    left: -4.1666666667vw;
    width: 4.1666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u::before {
    width: 5.5555555556vw;
    left: 4.1666666667vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.u::after {
    width: 0.5555555556vw;
    height: 9.3055555556vw;
    left: 9.7222222222vw;
    top: 3.6111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o {
    padding-left: 8.3333333333vw;
    margin-top: 3.3333333333vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li a {
    width: 29.1666666667vw;
    border-width: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li a::before {
    left: -1.1111111111vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked {
    left: -6.9444444444vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:before {
    left: -2.7777777778vw;
    top: -43.0555555556vw;
    height: 51.6666666667vw;
    width: 0.5555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked:after {
    top: -43.0555555556vw;
    width: 5.5555555556vw;
    left: -2.5vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked a {
    margin-top: 4.1666666667vw;
    width: 38.8888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link .two_cut .rt_cut ul.o li.gked a:after {
    width: 3.0555555556vw;
    left: -3.0555555556vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > h3 {
    margin-bottom: 9.7222222222vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > h3::after {
    height: 44.7222222222vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > p.t a:last-child {
    margin-top: 1.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > p.t a:last-child::before {
    top: -1.6666666667vw;
    width: 0.6944444444vw;
    height: 1.3888888889vw;
  }
  .organization_wrap-box .org_quarter .location_link.add_org > p.t::after {
    top: 4.4444444444vw;
  }
  .organization_wrap-box .org_search {
    padding: 2.7777777778vw 23.6111111111vw 2.7777777778vw 5.5555555556vw;
    position: relative;
  }
  .organization_wrap-box .org_search label {
    display: block;
    text-align: left;
    line-height: 4.1666666667vw;
    margin-top: 0;
  }
  .organization_wrap-box .org_search label::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 100% auto;
  }
  .organization_wrap-box .org_search input {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    margin: 0;
    height: 9.1666666667vw;
    background-size: 2.7777777778vw auto;
  }
  .organization_wrap-box .org_search button {
    position: absolute;
    right: 5.5555555556vw;
    top: 2.7777777778vw;
    width: 13.8888888889vw;
    height: 13.8888888889vw;
  }
  .organization_wrap-box .org_info {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .organization_wrap-box .org_info > h5 {
    padding: 0 4.1666666667vw;
    line-height: 9.7222222222vw;
    font-size: 1rem;
  }
  .organization_wrap-box .org_info .org_link {
    line-height: 6.9444444444vw;
    padding: 0 2.5vw;
    height: 6.9444444444vw;
    margin: 1.3888888889vw 0 0 1.3888888889vw;
    font-size: 0.9166666667rem;
  }
  .organization_wrap-box .org_info .org_link::before {
    width: 5.5555555556vw;
    background-size: 4.1666666667vw auto;
  }
  .organization_wrap-box .org_info .org_link::after {
    width: 3.6111111111vw;
    background-size: 2.5vw auto;
  }
  .organization_wrap-box .org_info .txt_load {
    padding: 4.7222222222vw 0 11.1111111111vw 0;
  }
  .organization_wrap-box .org_info .txt_load strong {
    font-size: 1.1666666667rem;
    margin-bottom: 4.1666666667vw;
  }
  .organization_wrap-box .org_info .txt_load p {
    font-size: 1rem;
    margin-bottom: 4.1666666667vw;
  }
  .organization_wrap-box .org_info .txt_load ul li {
    font-size: 1rem;
  }
  .organization_wrap-box .org_member {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .organization_wrap-box .org_member > h5 {
    padding: 0 4.1666666667vw;
    line-height: 9.7222222222vw;
    font-size: 1rem;
  }
  .organization_wrap-box .org_member .org_link {
    line-height: 6.9444444444vw;
    padding: 0 2.5vw;
    height: 6.9444444444vw;
    margin: 1.3888888889vw 0 0 1.3888888889vw;
    font-size: 0.9166666667rem;
  }
  .organization_wrap-box .org_member .org_link::before {
    width: 5.5555555556vw;
    background-size: 4.1666666667vw auto;
  }
  .organization_wrap-box .org_member .org_link::after {
    width: 3.6111111111vw;
    background-size: 2.5vw auto;
  }
  .organization_wrap-box .org_member > button {
    width: 30.5555555556vw;
    height: 6.9444444444vw;
    line-height: 6.3888888889vw;
    border-radius: 2px;
    margin-top: 4.1666666667vw;
  }
  .organization_wrap-box .org_member > button::after {
    width: 5.2777777778vw;
    background-size: 2.7777777778vw auto;
  }
  .organization_wrap-box .org_member > ul {
    margin: 0;
    display: block;
  }
  .organization_wrap-box .org_member > ul > li {
    width: 100%;
    padding: 3.3333333333vw;
    gap: 1.3888888889vw;
  }
  .organization_wrap-box .org_member > ul > li .character .author > span {
    width: 13.8888888889vw;
    height: 13.8888888889vw;
    left: 2.7777777778vw;
    top: 4.4444444444vw;
  }
  .organization_wrap-box .org_member > ul > li .character .author strong em {
    margin-top: 0;
  }
  .organization_wrap-box .org_member > ul > li .character > p {
    margin-left: 22.5vw;
    font-size: 1rem;
  }
  .organization_wrap-box .org_member > ul > li .mark {
    gap: 1.1111111111vw;
  }
  .organization_wrap-box .org_member > ul > li .mark button {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  /* popup - 규제영향분석서 작성 FAQ */
  .user_guide-popup.reg .reg_foam th, .user_guide-popup.reg .reg_foam td {
    padding: 0.6944444444vw;
  }
  .user_guide-popup.reg .reg_foam > dt {
    padding: 4.1666666667vw;
  }
  .user_guide-popup.reg .reg_foam > dd {
    height: calc(100vh - 47.2222222222vw);
    margin-top: 4.7222222222vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l dt {
    margin: 2.7777777778vw 0px 1.3888888889vw;
    text-indent: -2.6388888889vw;
    padding-left: 2.2222222222vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l dt strong {
    margin: 1.3888888889vw 0px;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l dd {
    margin: 0 0 2.0833333333vw 2.7777777778vw;
    padding-left: 1.3888888889vw;
    background-position-y: 1.3888888889vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .hyphen {
    margin-left: 1.3888888889vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .hyphen::before {
    left: -1.6666666667vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-circle {
    margin-left: 1.3888888889vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-circle::before {
    left: -1.6666666667vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-star {
    margin-left: 1.3888888889vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l .point-star::before {
    left: -1.6666666667vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l p .hyphen {
    left: 2.2222222222vw;
  }
  .user_guide-popup.reg .reg_foam > dd .set_l li {
    margin: 0.8333333333vw;
    padding-left: 1.6666666667vw;
    background-position-y: 1.3888888889vw;
  }
}