@charset "UTF-8";
html {
  font-size: clamp(1rem, 0.262vw + 0.879rem, 1.125rem);
  height: 100%;
}

body {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-black);
  font-weight: 300;
  height: 100%;
}
body.-lock {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, ul, dl {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

a {
  outline: 0;
  text-decoration: none;
}

p, dt, dd, li {
  margin: 0;
  padding: 0;
}
p a, p span, dt a, dt span, dd a, dd span, li a, li span {
  color: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  padding: 0.5em 1em;
}
table th dt, table th dd, table th li, table th a, table th span, table td dt, table td dd, table td li, table td a, table td span {
  font-size: inherit;
}

figure {
  margin: 0;
}

.for-large {
  display: none;
}

.for-small {
  display: block;
}

.hover-fade {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--animate-duration);
  transition-duration: var(--animate-duration);
  -webkit-transition-timing-function: var(--animate-easing);
  transition-timing-function: var(--animate-easing);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-fade:hover {
  opacity: var(--animate-opacity);
}

.hover-underline:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "iconfonts";
  src: local("iconfonts"), url("/next102033/assets/icon/iconfonts.eot");
  src: local("iconfonts"), url("/next102033/assets/icon/iconfonts.eot") format("embedded-opentype");
  src: local("iconfonts"), url("/next102033/assets/icon/iconfonts.woff2") format("woff2");
  src: local("iconfonts"), url("/next102033/assets/icon/iconfonts.woff") format("woff");
  src: local("iconfonts"), url("/next102033/assets/icon/iconfonts.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.img-fit {
  height: auto;
  width: 100%;
}

.ol-lower {
  list-style-type: lower-alpha;
  overflow: visible;
  padding-left: 2rem;
}
.ol-lower li:last-child {
  margin-bottom: 0;
}

.ol-number {
  list-style-type: decimal;
  overflow: visible;
  padding-left: 2rem;
}
.ol-number li:last-child {
  margin-bottom: 0;
}

.ol-upper {
  list-style-type: upper-alpha;
  overflow: visible;
  padding-left: 2rem;
}
.ol-upper li:last-child {
  margin-bottom: 0;
}

.table-background thead th {
  background-color: #eeeeee;
}
.table-background tbody tr:nth-child(even) {
  background-color: #eeeeee;
}

.table-border {
  border: 1px solid var(--color-border);
  border-bottom: none;
}
.table-border th, .table-border td {
  border-bottom: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

.text-bold {
  font-weight: bold;
}

.text-center-for-large {
  text-align: left;
}

.text-center-for-small {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.text-right-for-large {
  text-align: left;
}

.text-right-for-small {
  text-align: right;
}

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

.ul-disc {
  overflow: hidden;
}
.ul-disc li {
  padding-left: 1em;
}
.ul-disc li:last-child {
  margin-bottom: 0;
}
.ul-disc li:before {
  content: "?";
  margin-left: -1rem;
  width: 1rem;
}

.ul-halfnote {
  overflow: hidden;
}
.ul-halfnote li {
  padding-left: 1em;
}
.ul-halfnote li:last-child {
  margin-bottom: 0;
}
.ul-halfnote li:before {
  content: "*";
  margin-left: -1rem;
  width: 1rem;
}

.ul-hyphen {
  overflow: hidden;
}
.ul-hyphen li {
  padding-left: 1em;
}
.ul-hyphen li:last-child {
  margin-bottom: 0;
}
.ul-hyphen li:before {
  content: "-";
  margin-left: -1rem;
  width: 1rem;
}

.ul-note {
  overflow: hidden;
}
.ul-note li {
  padding-left: 1em;
}
.ul-note li:last-child {
  margin-bottom: 0;
}
.ul-note li:before {
  content: "※";
  margin-left: -1rem;
  width: 1rem;
}

.layout-max {
  margin-right: 27px;
  margin-left: 27px;
  width: auto;
}

.layout-primary {
  margin-right: 27px;
  margin-left: 27px;
  width: auto;
}

.layout-secondary {
  margin-right: 27px;
  margin-left: 27px;
  width: auto;
}

.js-scroll-fade {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.js-scroll-fade.-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.site-heading-simple {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
.site-heading-simple.-factor-1 {
  font-size: 1.3125rem;
}
.site-heading-simple.-factor-1-half {
  font-size: 1.5625rem;
}
.site-heading-simple.-factor-2 {
  font-size: 1.75rem;
}
.site-heading-simple.-factor-3 {
  font-size: min(8vw, 1.875rem);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.site-heading-simple.-factor-3.-center-all {
  text-indent: 0.1em;
}
.site-heading-simple.-center-all {
  text-align: center;
}
.site-heading-simple.-border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  letter-spacing: 0.2em;
}
.site-heading-simple.-wide {
  letter-spacing: 0.7em;
}
.site-heading-simple.-wide-half {
  letter-spacing: 0.57em;
}
.site-heading-simple.-wide-one {
  letter-spacing: 1.07em;
}

.site-text-standard {
  font-size: 1rem;
  line-height: 2;
}
.site-text-standard.-message {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 2.29;
}
.site-text-standard.-center-all {
  text-align: center;
}
.site-text-standard.-indent {
  text-indent: 1em;
}

.site-block {
  background-color: var(--color-white);
  padding: 5rem 0;
}
.site-block.-message {
  background-color: #f4f4f4;
  margin: 0;
  padding: 3.75rem 0 3.125rem;
}
.site-block.-detail {
  background-color: var(--color-black);
  margin: 0;
  padding: 3.125rem 0 2.5rem;
}
.site-block.-point {
  padding-bottom: 0;
}
.site-block.-intro {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100vh, rgba(255, 255, 255, 0)), color-stop(100vh, rgba(255, 255, 255, 0)), color-stop(#fff), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100vh, rgba(255, 255, 255, 0) 100vh, #fff calc(100vh + 10rem), #fff 100%);
  padding: calc(100vh + 5rem) 0 5rem;
  position: relative;
}
.site-block.-intro::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  -webkit-filter: blur(25px);
  filter: blur(25px);
  content: "";
  display: block;
  height: 10rem;
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
}

.site-footer-above {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
.site-footer-above > li {
  line-height: 0;
}

.site-footer-address {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 0;
  font-style: normal;
  margin: 3.125rem auto 3.75rem;
  max-width: 45rem;
}
.site-footer-address > .umemura {
  text-align: center;
}
.site-footer-address > .umemura > .logo {
  height: 5.375rem;
  margin: auto;
  text-align: center;
  width: 100%;
}
.site-footer-address > .umemura > .logo > img {
  display: block;
  margin: auto -0.75rem;
  width: calc(100% + 1.5rem);
}
.site-footer-address > .chukyou-u {
  text-align: center;
}
.site-footer-address > .chukyou-u > .logo {
  height: 3.5rem;
  margin: 0 auto 1.875rem;
  width: 12.875rem;
}
.site-footer-address > .chukyou-u > .address {
  font-size: 0.75rem;
  line-height: 1.67;
}
.site-footer-address > .chukyou-u > .address + .address {
  margin-top: 1.67em;
}
.site-footer-address > .chukyou-ed {
  text-align: center;
}
.site-footer-address > .chukyou-ed > .logo {
  height: 3.5rem;
  margin: 0 auto 1.875rem;
  width: 14.375rem;
}
.site-footer-address > .chukyou-ed > .address {
  font-size: 0.75rem;
  line-height: 1.67;
}

.site-footer-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer-below > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
}
.site-footer-below > .list > li {
  margin-right: 2em;
}
.site-footer-below > .list > li:last-child {
  margin-right: 0;
}
.site-footer-below > .list > li > a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.site-footer-below > .list > li > a:hover {
  color: hsl(0, 0%, 70%);
}
.site-footer-below > .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  margin-top: 0.9375rem;
}

.site-footer {
  background-color: #f4f4f4;
  padding: 3.125rem 0 1.5rem;
}