/*base*/
html {
  font-size: 62.5%;
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: scroll;
  min-height: 100vh;
  color: #222;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

:focus:not(:focus-visible) {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a[href*="tel:"] {
  cursor: pointer;
}

img {
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding-left: 0;
}

input,
select,
textarea {
  padding: 0;
  font-size: 1.5rem;
}

input::-ms-reveal {
  visibility: hidden;
}

input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

select {
  cursor: pointer;
}

hr {
  border: none;
  border-top: 1px solid #35383a;
  margin: 1rem 0;
}

rt {
  padding: 0.2rem;
  text-align: center;
}

@media screen and (width >= 1280px) {
  .c-display-pc-none {
    display: none;
  }
}

.p-footer,
.p-footer__addresses-content,
.p-footer__nav,
.p-footer__nav-content,
.p-footer__link {
  display: flex;
  align-items: center;
}

.p-footer {
  flex-direction: column;
  padding: 6.4rem 1.6rem 3.2rem;
}
.p-footer--background-first {
  background-color: #ebf1f7;
}
.p-footer--background-second {
  background-color: #fff;
}
@media screen and (width >= 1280px) {
  .p-footer {
    padding: 10rem 20rem 4.8rem;
  }
}

.p-footer__logo {
  height: 4.6rem;
  width: 7.4rem;
  margin-bottom: 2.4rem;
  cursor: pointer;
}
@media screen and (width >= 1280px) {
  .p-footer__logo {
    margin-bottom: 3.2rem;
  }
}

.p-footer__title {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (width >= 1280px) {
  .p-footer__title {
    font-size: 1.6rem;
  }
}

.p-footer__addresses {
  margin-inline: auto;
  margin-bottom: 0.4rem;
}
.p-footer__addresses > * + * {
  margin-top: 0.4rem;
}
@media screen and (width >= 1280px) {
  .p-footer__addresses {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .p-footer__addresses > * + * {
    margin-top: 0;
  }
}

.p-footer__addresses-content {
  gap: 0.8rem;
  font-weight: bold;
}
@media screen and (width >= 1280px) {
  .p-footer__addresses-content:not(:last-child)::after {
    content: "";
    display: block;
    height: 1.5rem;
    width: 0.1rem;
    margin-left: 0.8rem;
    background-color: #888;
  }
}

.p-footer__caution {
  margin-bottom: 3.2rem;
  font-size: 1rem;
  text-align: center;
}
@media screen and (width >= 1280px) {
  .p-footer__caution {
    font-size: 1.2rem;
  }
}

.p-footer__nav {
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-bottom: 3.2rem;
}
@media screen and (width >= 1280px) {
  .p-footer__nav {
    margin-bottom: 4.8rem;
  }
}

.p-footer__nav-content {
  gap: 0.8rem;
}
.p-footer__nav-content:not(:last-child)::after {
  content: "";
  display: block;
  height: 1.5rem;
  width: 0.1rem;
  background-color: #888;
}

.p-footer__link {
  gap: 0.5rem;
}
.p-footer__link:hover {
  text-decoration: underline;
}
.p-footer__link--small {
  font-size: 1.2rem;
}
.p-footer__link--color-first {
  color: #133659;
}
.p-footer__link--color-second {
  color: #30abb8;
}
.p-footer__link--font-first {
  font-family: "Montserrat";
}

.p-footer__copyright {
  font-size: 1.2rem;
}
@media screen and (width >= 1280px) {
  .p-footer__copyright {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */