main {
  background-color: #262626;
  color: #fff;
}
main .breadcrumbs {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs {
    margin-bottom: 54px;
  }
}
main section.lead {
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.lead {
    margin-bottom: 38px;
  }
}
main section.lead .inner {
  display: flex;
  justify-content: space-between;
  gap: 24px 2.5%;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section.lead .inner {
    flex-direction: column;
  }
}
main section.lead .inner hgroup h2 {
  line-height: 1.75;
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.lead .inner hgroup h2 {
    line-height: 1.4;
    font-size: 26px;
  }
}
main section.lead .inner .txt {
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  main section.lead .inner .txt {
    max-width: 550px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main section.lead .inner .txt {
    line-height: 1.8;
  }
}
main section.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 200px;
  background-color: #171717;
}
@media screen and (max-width: 768px) {
  main section.map {
    margin: 0 auto 72px;
  }
}
main section.map img.sp {
  pointer-events: none;
}
main section.map ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  max-width: 700px;
  width: 90%;
  padding: 30px 0;
}
@media screen and (max-width: 900px) {
  main section.map ol {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main section.map ol {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 3vw, 15px);
  }
}
main section.map ol li {
  display: flex;
  align-items: center;
  color: #fff;
}
main section.map ol li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid hsl(0, 0%, 100%);
  background-color: #000;
}
main section.map ol li a {
  margin-left: 5px;
  color: #fff;
}
main section.map ol li a:hover {
  text-decoration: underline;
}
main section.introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px 0;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  main section.introduction {
    gap: 32px 0;
    margin: 0 auto 72px;
  }
}
main section.introduction .cntWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 6%;
}
@media screen and (max-width: 768px) {
  main section.introduction .cntWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 65px 0;
  }
}
main section.introduction .cntWrap .cntBox {
  width: 100%;
}
main section.introduction .cntWrap .cntBox figure {
  width: 100%;
  aspect-ratio: 94/53;
  background-color: #fff;
}
main section.introduction .cntWrap .cntBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.introduction .cntWrap .cntBox dl {
  color: #fff;
}
main section.introduction .cntWrap .cntBox dl dt, main section.introduction .cntWrap .cntBox dl dd {
  padding: 20px 0;
}
main section.introduction .cntWrap .cntBox dl dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5a5a5a;
}
main section.introduction .cntWrap .cntBox dl dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #fff;
  background-color: #000;
}
main section.introduction .cntWrap .cntBox dl dt span {
  margin-left: 5px;
}
main section.introduction .cntWrap .cntBox dl dd {
  text-align: justify;
}
main section.other, main section.branch {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  main section.other, main section.branch {
    padding-top: 42px;
  }
}
main section.other hgroup, main section.branch hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px 0;
  width: 90%;
  margin-bottom: 75px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.other hgroup, main section.branch hgroup {
    margin-bottom: 28px;
  }
}
main section.other hgroup h2, main section.branch hgroup h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.other hgroup h2, main section.branch hgroup h2 {
    font-size: 26px;
  }
}
main section.other hgroup p, main section.branch hgroup p {
  color: var(--bc-gray);
}
main section.other .inner, main section.branch .inner {
  display: flex;
  flex-direction: column;
  gap: 90px 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  main section.other .inner, main section.branch .inner {
    gap: 48px 0;
  }
}
main section.other .inner .cntWrap, main section.branch .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main section.other .inner .cntWrap, main section.branch .inner .cntWrap {
    flex-direction: column;
    gap: 18px 0;
  }
}
main section.other .inner .cntWrap figure, main section.branch .inner .cntWrap figure {
  width: 47%;
}
@media screen and (min-width: 769px) {
  main section.other .inner .cntWrap figure, main section.branch .inner .cntWrap figure {
    aspect-ratio: 94/53;
  }
}
@media screen and (max-width: 768px) {
  main section.other .inner .cntWrap figure, main section.branch .inner .cntWrap figure {
    width: 100%;
  }
}
main section.other .inner .cntWrap figure img, main section.branch .inner .cntWrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.other .inner .cntWrap .txt, main section.branch .inner .cntWrap .txt {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 768px) {
  main section.other .inner .cntWrap .txt, main section.branch .inner .cntWrap .txt {
    width: 100%;
  }
}
main section.other .inner .cntWrap .txt h3, main section.branch .inner .cntWrap .txt h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #919191;
  line-height: 1;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section.other .inner .cntWrap .txt h3, main section.branch .inner .cntWrap .txt h3 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }
}
main section.other .inner .cntWrap .txt p, main section.branch .inner .cntWrap .txt p {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  main section.other .inner .cntWrap .txt p, main section.branch .inner .cntWrap .txt p {
    line-height: 1.8;
  }
}
main section.branch {
  border-top: 50px solid #fff;
  padding-bottom: 150px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  main section.branch {
    border-top: 24px solid #fff;
    padding-bottom: 68px;
  }
}
main .mdlWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  color: #000;
  position: fixed;
  top: 50dvh;
  left: 50dvw;
  z-index: 9999;
  translate: -50% -50%;
  transition: opacity 0.5s, scale 0.5s;
}
main .mdlWrap:not(.mdl-open) {
  opacity: 0;
  scale: 0;
}
main .mdlWrap .mdlBg {
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}
main .mdlWrap .mdlCtnWrap {
  max-width: 1000px;
  width: 90%;
  max-height: calc(90dvh - 30px);
  position: relative;
}
main .mdlWrap .mdlCtnWrap i.mdlCls {
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
main .mdlWrap .mdlCtnWrap i.mdlCls::before, main .mdlWrap .mdlCtnWrap i.mdlCls::after {
  content: "";
  width: 35px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
main .mdlWrap .mdlCtnWrap i.mdlCls::before {
  rotate: 45deg;
}
main .mdlWrap .mdlCtnWrap i.mdlCls::after {
  rotate: -45deg;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 5% 30px;
  background: #fff linear-gradient(90deg, var(--bc-blue) 25%, #1d66ed 100%) no-repeat center top/100% 4px;
  overflow-y: scroll;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox .txt {
  display: flex;
  justify-content: space-between;
  gap: 14px 50px;
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  main .mdlWrap .mdlCtnWrap .mdlCntBox .txt {
    flex-direction: column;
    margin-bottom: 28px;
  }
}
main .mdlWrap .mdlCtnWrap .mdlCntBox .txt h3 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  main .mdlWrap .mdlCtnWrap .mdlCntBox .txt h3 {
    font-size: 20px;
  }
}
main .mdlWrap .mdlCtnWrap .mdlCntBox .txt p {
  line-height: 2.2;
}
@media screen and (min-width: 769px) {
  main .mdlWrap .mdlCtnWrap .mdlCntBox .txt p {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  main .mdlWrap .mdlCtnWrap .mdlCntBox .txt p {
    line-height: 1.8;
    font-size: 15px;
  }
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul {
  width: 100%;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul.slider {
  max-width: 740px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .mdlWrap .mdlCtnWrap .mdlCntBox ul.slider {
    margin-bottom: 15px;
  }
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul.slider li {
  width: 100%;
  margin: 0 10px;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul.sliderNav {
  overflow: hidden;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul.sliderNav .slick-track {
  max-width: 100%;
  justify-content: center;
  gap: 0 8px;
  transform: none !important;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul.sliderNav .slick-track li {
  max-width: 120px;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul .slick-track {
  display: flex;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul .slick-track li {
  aspect-ratio: 9/5;
}
main .mdlWrap .mdlCtnWrap .mdlCntBox ul .slick-track li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */