@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- office_sec
-------------------------*/
/*=======================================
　common
=======================================*/
main .tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  main .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  main .tb {
    display: none;
  }
}

.office_list dl {
  display: flex;
  align-items: center;
  gap: 0 1em;
  padding: 14px 0 11px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 768px) {
  .office_list dl {
    flex-direction: column;
    align-items: start;
    gap: 13px;
    padding: 25px 0;
  }
}
.office_list dl:first-child {
  border-top: 1px solid #c6c6c6;
}
@media screen and (max-width: 768px) {
  .office_list dl:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.office_list dl dt {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .office_list dl dt {
    margin-bottom: 7px;
  }
}
.office_list dl dt a {
  color: var(--main_orange);
}
.office_list dl dd {
  font-size: 15px;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .office_list dl dd {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.142;
    width: 100% !important;
  }
}
.office_list .main-office {
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-bottom: 1px solid #c6c6c6;
  padding: 14px 0 18px;
}
@media screen and (max-width: 768px) {
  .office_list .main-office {
    padding: 14px 0 25px;
  }
}
.office_list .main-office .office_item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 1em;
  padding: 14px 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .office_list .main-office .office_item {
    flex-direction: column;
    align-items: start;
    gap: 13px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .office_list .main-office .office_item:first-child {
    padding-top: 0;
  }
}
.office_list .main-office .office_item dt {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.777;
}
@media screen and (max-width: 768px) {
  .office_list .main-office .office_item dt {
    margin-bottom: 7px;
  }
}
.office_list .main-office .office_item dt a {
  color: var(--main_orange);
}
.office_list .main-office .office_item dd {
  font-size: 15px;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .office_list .main-office .office_item dd {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.142;
    width: 100% !important;
  }
}
.office_list .main-office .accordion_wrap {
  padding-left: 149px;
}
@media screen and (max-width: 768px) {
  .office_list .main-office .accordion_wrap {
    padding-left: 0;
  }
}
.office_list .main-office .accordion_wrap button {
  display: flex;
  align-items: center;
  color: var(--main_orange);
  font-weight: 500;
  cursor: pointer;
}
.office_list .main-office .accordion_wrap button span {
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  color: #FFF;
  background: var(--main_orange);
  margin-right: 11px;
  transform: translateY(1px);
  position: relative;
}
.office_list .main-office .accordion_wrap button span::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.office_list .main-office .accordion_wrap button span::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.office_list .main-office .accordion_wrap button span.open::after {
  opacity: 0;
}
.office_list .main-office .accordion_wrap .accordion_map {
  padding-top: 25px;
}
.office_list .main-office .accordion_wrap .accordion_map .map_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.office_list .main-office .accordion_wrap .accordion_map .map_top .map_ttl {
  font-size: 48px;
  font-weight: 700;
  color: var(--main_orange);
}
@media screen and (max-width: 768px) {
  .office_list .main-office .accordion_wrap .accordion_map .map_top .map_ttl {
    font-size: 32px;
    transform: translateY(-2px);
  }
}
.office_list .main-office .accordion_wrap .accordion_map .map_top a {
  color: #FFF;
  background: var(--main_orange);
  border: 1px solid var(--main_orange);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 39px;
}
.office_list .main-office .accordion_wrap .accordion_map .map_top a:hover {
  color: var(--main_orange);
  background: #FFF;
  opacity: 1;
}
.office_list .main-office .accordion_wrap .accordion_map .map_img {
  padding-bottom: 11px;
}

/*=======================================
　office_sec
=======================================*/
.office_sec .office_list dl dt {
  width: calc(149px - 1em);
}
.office_sec .office_list dl dd.address {
  flex: 1;
}
.office_sec .office_list dl dd.tel {
  width: calc(213px - 1em);
}
.office_sec .office_list dl dd.btn {
  width: 100px !important;
}
.office_sec .office_list dl dd.btn .map_btn {
  height: 39px;
}
.office_sec .office_list dl dd.btn .map_btn a {
  background: var(--main_orange);
  border: 1px solid var(--main_orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.office_sec .office_list dl dd.btn .map_btn a span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  padding-left: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .office_sec .office_list dl dd.btn .map_btn a span {
    font-size: 14px;
  }
}
.office_sec .office_list dl dd.btn .map_btn a span::before {
  content: "";
  background: url("../img/common/icon_marker01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 12px;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .office_sec .office_list dl dd.btn .map_btn a:hover {
    background: #fff;
    opacity: 1;
  }
  .office_sec .office_list dl dd.btn .map_btn a:hover span {
    color: var(--main_orange);
  }
  .office_sec .office_list dl dd.btn .map_btn a:hover span::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(78%) saturate(1572%) hue-rotate(331deg) brightness(92%) contrast(101%);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .office_sec .office_list dl dd.btn .map_btn a:hover {
    background: #fff;
    opacity: 1;
  }
  .office_sec .office_list dl dd.btn .map_btn a:hover span {
    color: var(--main_orange);
  }
  .office_sec .office_list dl dd.btn .map_btn a:hover span::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(78%) saturate(1572%) hue-rotate(331deg) brightness(92%) contrast(101%);
  }
}

/*=======================================
　affiliate_sec
=======================================*/
.affiliate_sec .office_list dl dt {
  width: calc(244px - 1em);
}
.affiliate_sec .office_list dl dd.country {
  width: calc(116px - 1em);
}
.affiliate_sec .office_list dl dd.address {
  flex: 1;
}
.affiliate_sec .office_list dl dd.tel {
  width: 172px;
}/*# sourceMappingURL=jigyosyo.css.map */