/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-japanese-400.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-latin-400.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  src: url("../fonts/NotoSansJP-japanese-700.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-latin-700.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  src: url("../fonts/NotoSansJP-japanese-900.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-latin-900.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.red {
  color: #e11c24;
}

.theme {
  color: #8f8975;
}

@media (min-width: 751px) {
  main.about section {
    padding-bottom: 8.75em;
  }
}
main.about section > p,
main.about section > div > p {
  line-height: 1.4;
}
main.about .contentwrap {
  padding-bottom: 1.625em;
}
@media (max-width: 750px) {
  main.about .contentwrap {
    padding-bottom: 1.25rem;
  }
}
main.about .update {
  font-size: 1em;
  margin: 0;
}
main.about .companyinfo .h2default {
  margin-bottom: 0;
}
main.about .companyinfo .update {
  text-align: right;
  margin-bottom: 1.5em;
}
main.about .officeimg {
  width: 22.125em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  main.about .officeimg {
    width: 15.625rem;
  }
}
main.about .officeimg img {
  width: 100%;
}
main.about .officeimg figcaption {
  text-align: center;
  margin-top: 0.8125em;
}
main.about .history dl {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
main.about .history dl > div {
  margin-bottom: 0;
  padding-block: 1.125em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 751px) {
  main.about .history dl > div {
    align-items: start;
  }
}
main.about .history dt {
  font-weight: bold;
}
@media (min-width: 751px) {
  main.about .history dt {
    flex: 1 0 24%;
    max-width: 24%;
  }
}
main.about .history dd {
  margin: 0;
}
@media (min-width: 751px) {
  main.about .history dd {
    flex: 1 0 76%;
    max-width: 76%;
  }
}
main.about .history dd p {
  margin: 0;
}
main.about .history dd p:not(:first-child) {
  margin-top: 0.5em;
}
main.about .policy li {
  font-size: 1.25em;
  line-height: 2.15;
}
main.about .president {
  width: 24.625em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  main.about .president {
    width: 15.625rem;
  }
}
main.about .president img {
  width: 100%;
}
main.about .name {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  margin: 1.55em 0 0;
}
main.about .name_en {
  font-size: 1em;
  text-align: center;
  margin: 0.8125em 0 0;
}
main.about .networkimg img {
  width: 100%;
  aspect-ratio: 1000/546;
  -o-object-fit: cover;
     object-fit: cover;
}
main.about .disc > ul > li > ul > li {
  list-style-type: disc;
}
main.privacy_policy .decimal > ol > li > ol {
  padding-left: 1.5em;
}
main.privacy_policy .decimal > ol > li > ol > li {
  list-style-type: lower-alpha;
}
main.privacy_policy .decimal > ol > li > ol > li > ol {
  padding-left: 1.5em;
}
main.privacy_policy .decimal > ol > li > ol > li > ol > li {
  list-style-type: lower-roman;
}
main.privacy_policy .disc > ul > li > ul > li {
  list-style-type: disc;
}
main.privacy_policy .tablelist table {
  min-width: 900px;
}
main.privacy_policy .tablelist th, main.privacy_policy .tablelist td {
  white-space: normal;
}
main.privacy_policy .tablelist tbody th {
  text-align: left;
}
main.contact .telbox {
  text-align: center;
}
main.contact .tel {
  font-size: 2.375em;
  font-weight: bold;
  line-height: 1.2;
}
main.contact .telinfo {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.75em;
  font-size: 1.0625em;
}
main.contact .telinfo > div {
  display: flex;
  align-items: baseline;
  gap: 2em;
}
main.contact .telinfo dt {
  flex: 0 0 5em;
  text-align: center;
}
@media (min-width: 751px) {
  main.sitemap .sitemapwrap > .disc {
    display: flex;
  }
  main.sitemap .sitemapwrap > .disc > ul {
    width: 33.3333333333%;
  }
}