@charset "UTF-8";
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li:nth-of-type(1) a, .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li:nth-of-type(2) a {
  font-weight: bold;
}
.page.col02 .contents .side-nav .side-nav-menu-btn {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-menu-btn {
    margin-top: 35px;
  }
}
.page.col02 .contents .side-nav .side-nav-menu-btn li {
  margin-bottom: 15px;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li:last-of-type {
  margin-bottom: 10px;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a {
  font-size: 0.875rem;
  color: #0081CC;
  font-weight: bold;
  border: 1px solid #0081CC;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 15px 45px;
  line-height: 1.3;
  position: relative;
  transition: 0.3s all;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a span {
  position: absolute;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a span.icon-catalog {
  left: 15px;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a span.icon-catalog:before {
  font-size: 1.125rem;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a span.icon-cad {
  left: 15px;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a span.icon-cad:before {
  font-size: 1.8125rem;
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
  position: absolute;
  right: 20px;
  transform: rotate(-45deg);
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a:hover {
  color: #fff;
  background: #0081CC;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-menu-btn li a:hover {
    color: #0081CC;
    background: #fff;
  }
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a:hover span.icon-catalog:before, .page.col02 .contents .side-nav .side-nav-menu-btn li a:hover span.icon-cad:before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-menu-btn li a:hover span.icon-catalog:before, .page.col02 .contents .side-nav .side-nav-menu-btn li a:hover span.icon-cad:before {
    color: #0081CC;
  }
}
.page.col02 .contents .side-nav .side-nav-menu-btn li a:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-menu-btn li a:hover:after {
    border-right: 1px solid #0081CC;
    border-bottom: 1px solid #0081CC;
  }
}
.page.col02 .contents .side-nav .side-nav-menu-btn li.catalog a {
  padding: 24px 20px 24px 45px;
}

.business.structure .office-info {
  display: flex;
  flex-wrap: wrap;
}
.business.structure .office-info dt {
  width: 110px;
  font-weight: 500;
  background: #F2F6F7;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 10px;
}
.business.structure .office-info dt:first-of-type {
  border-top: 1px solid #ADADAD;
}
.business.structure .office-info dd {
  width: calc(100% - 110px);
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 10px;
}
.business.structure .office-info dd:first-of-type {
  border-top: 1px solid #ADADAD;
}
.business.structure .office-info dd a {
  color: #0081CC;
  text-decoration: underline;
}
.business.structure .office-info dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .business.structure .office-info dd a:hover {
    text-decoration: underline;
  }
}
.business.structure .office-info dd a[href*="tel:"] {
  color: #222222;
  text-decoration: none;
}
.business.structure .more-btn {
  margin-top: 25px;
}
.business.structure .more-btn a {
  width: 164px;
  background: rgb(0, 104, 189);
  background: linear-gradient(45deg, rgb(0, 104, 189) 0%, rgb(13, 170, 255) 100%);
  color: #fff;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  padding: 15px 13px;
  position: relative;
}
.business.structure .more-btn a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 13px;
}
.business.structure #cate03 .section-block {
  margin-bottom: 70px;
}
.business.structure .flow {
  margin-left: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business.structure .flow {
    margin-left: 5%;
  }
}
.business.structure .flow:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0081CC;
  position: absolute;
  left: -24px;
  top: calc(0.5em + 5px);
}
.business.structure .flow:nth-of-type(1):before {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background: #0081CC;
  position: absolute;
  top: 20px;
  left: -20px;
}
.business.structure .flow:nth-of-type(2):before {
  content: "";
  width: 2px;
  height: calc(100% + 26px);
  background: #0081CC;
  position: absolute;
  top: -26px;
  left: -20px;
}
.business.structure .flow:last-of-type {
  border-bottom: none;
}
.business.structure .flow:last-of-type:before {
  content: "";
  width: 2px;
  height: 45px;
  background: #0081CC;
  position: absolute;
  top: -26px;
  left: -20px;
}
.business.structure .flow h4 {
  color: #0081CC;
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .business.structure .flow h4 {
    font-size: 1.5rem;
  }
}
.business.structure .flow .flow-col02 {
  display: flex;
  flex-wrap: wrap;
}
.business.structure .flow .flow-col02 .flow-txt {
  width: 530px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .business.structure .flow .flow-col02 .flow-txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.business.structure .flow .flow-col02 .flow-img {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .business.structure .flow .flow-col02 .flow-img {
    width: 100%;
  }
}
.business.structure .map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .business.structure .map .section-block-col1-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .business.structure .map .country-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.business.structure .map .country-list li {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .business.structure .map .country-list li {
    position: static;
    width: 48%;
    margin-bottom: 10px;
  }
}
.business.structure .map .country-list li a {
  font-size: 0.8125rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business.structure .map .country-list li a {
    display: block;
    font-size: 0.875rem;
    padding: 15px 15px;
    border: 1px solid #0081CC;
  }
}
.business.structure .map .country-list li a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #0081CC;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .business.structure .map .country-list li a:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .business.structure .map .country-list li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0081CC;
    border-bottom: 1px solid #0081CC;
    position: absolute;
    top: 21px;
    right: 15px;
    rotate: 45deg;
  }
}
.business.structure .map .country-list li a:hover:before {
  background: #FF5050;
}
@media screen and (max-width: 767px) {
  .business.structure .map .country-list li:nth-of-type(odd) {
    margin-right: 4%;
  }
}
.business.structure .map .country-list li:nth-of-type(1) {
  top: 320px;
  left: 472px;
}
.business.structure .map .country-list li:nth-of-type(1) a:before {
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.business.structure .map .country-list li:nth-of-type(2) {
  top: 342px;
  left: 410px;
}
.business.structure .map .country-list li:nth-of-type(2) a:before {
  right: 7px;
  bottom: -13px;
}
.business.structure .map .country-list li:nth-of-type(3) {
  top: 353px;
  left: 504px;
}
.business.structure .map .country-list li:nth-of-type(3) a:before {
  top: 0px;
  left: -13px;
}
.business.structure .map .country-list li:nth-of-type(4) {
  right: 198px;
  bottom: 42px;
}
.business.structure .map .country-list li:nth-of-type(4) a:before {
  top: 2px;
  left: -13px;
}
.business.structure .map .country-list li:nth-of-type(5) {
  left: 187px;
  top: 359px;
}
.business.structure .map .country-list li:nth-of-type(5) a:before {
  top: -2px;
  right: -13px;
}
.business.structure .map .country-list li:nth-of-type(6) {
  left: 329px;
  top: 335px;
}
.business.structure .map .country-list li:nth-of-type(6) a:before {
  right: 8px;
  bottom: -13px;
}
.business.structure .map .country-list li:nth-of-type(7) {
  left: 297px;
  top: 368px;
}
.business.structure .map .country-list li:nth-of-type(7) a:before {
  right: -3px;
  top: -10px;
}
.business.structure .map .country-list li:nth-of-type(8) {
  left: 382px;
  top: 456px;
}
.business.structure .map .country-list li:nth-of-type(8) a:before {
  right: 2px;
  top: -12px;
}
.business.structure .map .country-list li:nth-of-type(9) {
  left: 186px;
  top: 323px;
}
.business.structure .map .country-list li:nth-of-type(9) a:before {
  right: -13px;
  top: 7px;
}
.business.structure .map .country-list li:nth-of-type(10) {
  left: 368px;
  top: 412px;
}
.business.structure .map .country-list li:nth-of-type(10) a:before {
  right: -13px;
  top: 2px;
}
.business.structure .map .country-list li:nth-of-type(11) {
  left: 506px;
  top: 382px;
}
.business.structure .map .country-list li:nth-of-type(11) a:before {
  left: -13px;
  top: 2px;
}
.business.structure .map .country-list li:nth-of-type(12) {
  left: 444px;
  top: 423px;
}
.business.structure .map .country-list li:nth-of-type(12) a:before {
  left: -13px;
  top: 2px;
}
.business.structure .map .country-list li:nth-of-type(13) {
  left: 145px;
  bottom: 52px;
}
.business.structure .map .country-list li:nth-of-type(13) a:before {
  top: 2px;
  left: -13px;
}
.business.structure .map .country-list li:nth-of-type(14) {
  left: 100px;
  top: 157px;
}
.business.structure .map .country-list li:nth-of-type(14) a:before {
  bottom: -12px;
  right: 11px;
}
.business.structure .map .country-list li:nth-of-type(15) {
  left: 365px;
  top: 384px;
}
.business.structure .map .country-list li:nth-of-type(15) a:before {
  top: 2px;
  right: -13px;
}
.business.structure .map .country-list li:nth-of-type(16) {
  left: 261px;
  top: 341px;
}
.business.structure .map .country-list li:nth-of-type(16) a:before {
  bottom: -7px;
  left: -12px;
}
.business.structure .map .country-list li:nth-of-type(17) {
  left: 457px;
  top: 401px;
}
.business.structure .map .country-list li:nth-of-type(17) a:before {
  top: -5px;
  left: -12px;
}
.business .middle-ttl.n02 {
  font-size: 2rem;
  background: #F2F6F7;
  padding: 20px 25px 15px;
  margin-bottom: 45px;
}
.business .middle-ttl.n02:before {
  width: 80px;
}
.business .middle-ttl.n02:after {
  width: calc(100% - 80px);
  left: 80px;
}

/***********モーダル***************/
.window-contents {
  display: none;
}

.modaal-wrapper {
  background: rgba(6, 72, 110, 0.4);
  z-index: 10000000000000000000000000;
}

.modaal-wrapper .modaal-close {
  width: 252px;
  border: 1px solid #0081CC;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  bottom: 50px;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 90%;
    bottom: 40px;
  }
}
.modaal-wrapper .modaal-close:before {
  content: "Close";
  width: 100%;
  font-size: 0.9375rem;
  color: #0081CC;
  text-align: center;
  font-weight: bold;
  position: static;
  transform: rotate(0);
}
.modaal-wrapper .modaal-close:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/global_products/assets/img/common/modal-btn_icon.png) no-repeat;
  background-size: contain;
  transform: rotate(0);
  top: 7px;
  left: auto;
  right: 10px;
}
.modaal-wrapper .modaal-close:hover {
  background: #F2F6F7;
}

.modaal-close:focus:after, .modaal-close:focus:before {
  background: #fff;
}

.modaal-close:hover:before {
  background: #F2F6F7;
}

.modaal-container {
  max-width: 1000px;
}

.modaal-content-container {
  background: #fff;
  padding: 65px 60px 115px;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 30px 25px 95px;
  }
}

.about-modal .ttl {
  font-size: 2.375rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-modal .ttl {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
}
.about-modal .ttl.n01 {
  color: #E88D45;
}
.about-modal .ttl.n02 {
  color: #387AA6;
}
.about-modal .ttl.n03 {
  color: #7876A3;
}
.about-modal .ttl.n04 {
  color: #A9CA80;
}
.about-modal .ttl.n05 {
  color: #42A588;
}

.search-open .modaal-container {
  max-width: 800px;
}
.search-open .modaal-wrapper {
  background: rgb(0, 104, 189);
  background: linear-gradient(90deg, rgba(0, 104, 189, 0.8) 0%, rgba(13, 170, 255, 0.8) 100%);
}
.search-open .modaal-close {
  border-radius: 0;
  width: 120px;
  border: 1px solid #0081CC;
}
.search-open .modaal-close:before {
  color: #0081CC;
}
.search-open .modaal-close:after {
  width: 9px;
  height: 9px;
  background: url(/global_products/assets/img/common/modal-btn_icon02_h.png) no-repeat;
  background-size: contain;
  top: 18px;
  left: 22px;
  right: auto;
}/*# sourceMappingURL=business-structure.css.map */