<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: clamp(0px, calc(140 / 1920 * 100vw), 140px);
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
  background-color: #e1e3e3;
}
@media screen and (max-width: 768px) {
  .Footer {
    padding-top: 28px;
    padding-bottom: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Footer__Inner {
  width: 100%;
  max-width: 1520px;
}
.Footer-Nav {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .Footer-Nav {
    display: none;
  }
}
.Footer-Nav-List {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(0px, calc((4000vw / 1920)), 40px);
  row-gap: clamp(0px, calc((6000vw / 1920)), 60px);
}
@media screen and (max-width: 768px) {
  .Footer-Nav-List {
    display: none;
  }
}
.Footer-Nav-List-Item {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc((3600vw / 1920)), 36px);
}
.Footer-Nav-List-Item-Headline {
  border-bottom: 2px solid #7f8080;
  width: 100%;
  padding-bottom: clamp(10px, calc((2400vw / 1920)), 24px);
  font-size: clamp(10px, calc((2400vw / 1920)), 24px);
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
}
.Footer-Nav-List-Item-List-Item {
  display: flex;
  gap: 2px;
  line-height: calc((30 / 18));
  font-size: clamp(10px, calc((1800vw / 1920)), 18px);
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
}
.Footer-Nav-List-Item-List-Item::before {
  content: "-";
}
.Footer-Nav-ListSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .Footer-Nav-ListSP {
    width: 100%;
    display: flex;
    gap: 16px;
  }
}
.Footer-Nav-ListSP__Left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.Footer-Nav-ListSP__Right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.Footer-Nav-ListSP-Item-Headline {
  border-bottom: 2px solid #7f8080;
  width: 100%;
  padding-bottom: 10px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(16 / 375 * 100vw), 16px);
}
.Footer-Nav-ListSP-Item-List {
  width: 100%;
  margin-top: 8px;
}
.Footer-Nav-ListSP-Item-List-Item {
  display: flex;
  gap: 2px;
  line-height: calc((30 / 18));
  font-size: clamp(10px, calc(12 / 375 * 100vw), 12px);
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
}
.Footer-Nav-ListSP-Item-List-Item::before {
  content: "-";
}
.Footer-Nav-List2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .Footer-Nav-List2 {
    margin: auto;
    margin-top: 18px;
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.Footer-Nav-List2__Top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Footer-Nav-List2__Bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Footer-Nav-List2-Item {
  flex: none;
  font-size: 12px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
}
.Footer-Nav-List2-Item__Link {
  width: 100%;
}
.Footer-Nav-List2-Item__Link::before {
  content: "ãƒ¼";
}
.Footer-SisterSchools {
  margin-top: 80px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: clamp(0px, calc(16 / 1920 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .Footer-SisterSchools {
    margin-top: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    row-gap: 10px;
  }
}
.Footer-SisterSchools-Item {
  border-left: 1px solid #000;
  font-weight: 600;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
.Footer-SisterSchools-Item:nth-child(4n + 1) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .Footer-SisterSchools-Item:nth-child(2n + 1) {
    border-left: none;
  }
}
.Footer-SisterSchools-Item__Link {
  width: 100%;
  height: clamp(0px, calc(38 / 1920 * 100vw), 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, calc(24 / 1920 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .Footer-SisterSchools-Item__Link {
    height: 20px;
    font-size: clamp(10px, calc(14 / 375 * 100vw), 14px);
  }
}
.Footer-SisterSchools-Item_img {
  width: 80%;
}
.Footer-Logo {
  margin-top: clamp(0px, calc(60 / 1920 * 100vw), 70px);
  width: clamp(0px, calc(500 / 1920 * 100vw), 500px);
}
@media screen and (max-width: 768px) {
  .Footer-Logo {
    margin-top: 18px;
    width: 100%;
  }
}
.Footer-Info {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Footer-Info {
    flex-direction: column;
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Footer-Info__Left {
    width: 100%;
  }
}
.Footer-Info-PostalCode {
  font-size: clamp(10px, calc(36 / 1920 * 100vw), 36px);
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .Footer-Info-PostalCode {
    font-size: 12px;
  }
}
.Footer-Info-Address {
  margin-top: 4px;
  font-size: clamp(10px, calc(28 / 1920 * 100vw), 28px);
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .Footer-Info-Address {
    font-size: 12px;
  }
}
.Footer-Info__Right {
  width: clamp(0px, calc(667 / 1920 * 100vw), 667px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Footer-Info__Right {
    width: 100%;
    max-width: 355px;
    gap: 3px;
  }
}
.Footer-Info__RightTop {
  width: 100%;
  display: flex;
  gap: clamp(0px, calc(16 / 1920 * 100vw), 16px);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Footer-Info__RightTop {
    gap: 18px;
  }
}
.Footer-Info-Tel {
  display: flex;
  align-items: center;
  font-size: clamp(10px, calc(28 / 1920 * 100vw), 28px);
}
@media screen and (max-width: 768px) {
  .Footer-Info-Tel {
    font-size: 14px;
  }
}
.Footer-Info-Tel-Icon {
  width: clamp(10px, calc(28 / 1920 * 100vw), 28px);
}
.Footer-Info-Tel-Text {
  margin-left: 4px;
  flex: 1;
}
.Footer-Info-Time1 {
  border-radius: 9999px;
  border: 1px solid #000;
  padding-top: clamp(0px, calc(5 / 1920 * 100vw), 5px);
  padding-bottom: clamp(0px, calc(5 / 1920 * 100vw), 5px);
  padding-left: clamp(0px, calc(20 / 1920 * 100vw), 20px);
  padding-right: clamp(0px, calc(20 / 1920 * 100vw), 20px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, calc(18 / 1920 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .Footer-Info-Time1 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }
}
.Footer-Info__RightBottom {
  width: 100%;
  display: flex;
  gap: clamp(0px, calc(40 / 1920 * 100vw), 40px);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Footer-Info__RightBottom {
    gap: 18px;
  }
}
.Footer-Info-Email {
  display: flex;
  align-items: center;
  font-size: clamp(10px, calc(28 / 1920 * 100vw), 28px);
}
@media screen and (max-width: 768px) {
  .Footer-Info-Email {
    font-size: 14px;
  }
}
.Footer-Info-Email-Icon {
  width: clamp(10px, calc(28 / 1920 * 100vw), 28px);
  object-fit: cover;
}
.Footer-Info-Email-Text {
  margin-left: 4px;
  flex: 1;
}
.Footer-Info-Time2 {
  border-radius: 9999px;
  border: 1px solid #000;
  padding-top: clamp(0px, calc(5 / 1920 * 100vw), 5px);
  padding-bottom: clamp(0px, calc(5 / 1920 * 100vw), 5px);
  padding-left: clamp(0px, calc(20 / 1920 * 100vw), 20px);
  padding-right: clamp(0px, calc(20 / 1920 * 100vw), 20px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, calc(18 / 1920 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .Footer-Info-Time2 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }
}
.Footer__Bottom {
  margin-top: clamp(0px, calc(30 / 1920 * 100vw), 30px);
  border-top: 2px solid #000;
  width: 100%;
  padding-top: clamp(0px, calc(30 / 1920 * 100vw), 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Footer__Bottom {
    margin-top: 8px;
    padding-top: 18px;
    flex-direction: column;
  }
}
.Footer-Nav2-List {
  width: 100%;
  display: flex;
  gap: clamp(0px, calc(60 / 1920 * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .Footer-Nav2-List {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 18px;
  }
}
.Footer-Nav2-List-Item {
  font-size: clamp(10px, calc(24 / 1920 * 100vw), 24px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .Footer-Nav2-List-Item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.Footer-SNS {
  display: flex;
  gap: clamp(0px, calc(40 / 1920 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .Footer-SNS {
    margin-top: 20px;
    width: 300px;
    justify-content: space-between;
    gap: 0;
  }
}
.Footer-SNS-Item {
  width: clamp(0px, calc(45 / 1920 * 100vw), 45px);
}
@media screen and (max-width: 768px) {
  .Footer-SNS-Item {
    width: 40px;
  }
}
.Footer-SNS-Item-Icon {
  width: 100%;
}
.Footer-Copyright {
  margin-top: clamp(0px, calc(140 / 1920 * 100vw), 140px);
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: clamp(10px, calc(14 / 1920 * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .Footer-Copyright {
    margin-top: 18px;
    font-size: 10px;
  }
}
.footer-note {
  margin-top: 32px;
  border-bottom: 1px solid #000;
  padding-bottom: 32px;
}
.note {
  text-align: center;
  color: #dd0000;
}
.pc_hdn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-note {
    margin-top: 16px;
    padding-bottom: 10px;
  }
  .note {
    font-size: 12px;
    text-align: center;
    color: #dd0000;
  }
  .pc_hdn {
    display: block;
  }
}
</pre></body></html>