.front-page {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .front-page {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.headline {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .headline {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .headline {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.headline__main {
  margin-bottom: 4px;
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .headline__main {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 959px) {
  .headline__main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .headline__main {
    font-size: 2.3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 519px) {
  .headline__main {
    font-size: 2.1rem;
  }
}
.headline__sub {
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .headline__sub {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .headline__sub {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
}
.headline.--slash {
  position: relative;
}
.headline.--slash::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #ffffff;
}
.headline.--slash::after {
  content: "";
  position: absolute;
  top: -56px;
  left: 60px;
  z-index: -2;
  width: 1px;
  height: calc(100% + 80px);
  background: #081C31;
  transform: skewX(-45deg);
}
@media screen and (max-width: 959px) {
  .headline.--slash::after {
    top: -26px;
    left: 48px;
    height: calc(100% + 40px);
    margin-bottom: 40px;
  }
}
.headline.--news {
  margin-bottom: 0;
}
.headline.--left .headline__main {
  text-align: left;
}
.headline.--left .headline__sub {
  text-align: left;
  text-indent: 5px;
}

.hero {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .hero {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .hero {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}
.hero {
  width: 100%;
}

.greeting .greeting-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .greeting .greeting-unit {
    gap: 32px;
  }
}
.greeting .greeting-unit__dtl {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__dtl {
    width: calc(100% - 252px);
  }
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__dtl {
    order: 2;
    width: 100%;
  }
}
.greeting .greeting-unit__dtl .greeting-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__dtl .greeting-txt {
    font-size: 1.3rem;
  }
}
.greeting .greeting-unit__vsl {
  width: 260px;
}
@media screen and (max-width: 1023px) {
  .greeting .greeting-unit__vsl {
    width: 220px;
  }
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl {
    max-width: 480px;
  }
}
.greeting .greeting-unit__vsl .greeting-img {
  overflow: clip;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .greeting-img {
    width: 160px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .greeting-img {
    width: 120px;
  }
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .chairman-profile {
    width: calc(100% - 176px);
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .chairman-profile {
    width: calc(100% - 136px);
  }
}
.greeting .greeting-unit__vsl .chairman-profile__post {
  display: none;
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .chairman-profile__post {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .chairman-profile__post {
    font-size: 1.3rem;
  }
}
.greeting .greeting-unit__vsl .chairman-profile__post::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
}
.greeting .greeting-unit__vsl .chairman-profile__name {
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .chairman-profile__name {
    display: block;
    text-align: left;
  }
}
.greeting .greeting-unit__vsl .chairman-profile__name em {
  display: block;
  position: relative;
  padding: 0 20px;
  font-size: 2.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .chairman-profile__name em {
    display: block;
    padding: 0;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .chairman-profile__name em {
    font-size: 2.1rem;
  }
}
.greeting .greeting-unit__vsl .chairman-profile__name span {
  color: #499ACD;
  font-size: 1.5rem;
  font-family: "EB Garamond", sans-serif;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .chairman-profile__name span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .chairman-profile__name span {
    font-size: 1.3rem;
  }
}
.greeting .greeting-unit__vsl .chairman-profile__affiliation {
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .greeting .greeting-unit__vsl .chairman-profile__affiliation {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .greeting-unit__vsl .chairman-profile__affiliation {
    font-size: 1.1rem;
  }
}
.greeting .officers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .greeting .officers-list {
    gap: 32px;
  }
}
.greeting .officers-list__item {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: calc(100% / 2 - 40px / 2);
}
@media screen and (max-width: 959px) {
  .greeting .officers-list__item {
    gap: 16px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting .officers-list__item {
    max-width: 480px;
  }
}
.greeting .officers-list__item .officers-vsl {
  overflow: clip;
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .greeting .officers-list__item .officers-vsl {
    width: 140px;
  }
}
@media screen and (max-width: 959px) {
  .greeting .officers-list__item .officers-vsl {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .greeting .officers-list__item .officers-vsl {
    width: 120px;
  }
}
.greeting .officers-list__item .officers-profile {
  position: relative;
  width: calc(100% - 184px);
}
@media screen and (max-width: 1023px) {
  .greeting .officers-list__item .officers-profile {
    width: calc(100% - 164px);
  }
}
@media screen and (max-width: 959px) {
  .greeting .officers-list__item .officers-profile {
    width: calc(100% - 176px);
  }
}
@media screen and (max-width: 767px) {
  .greeting .officers-list__item .officers-profile {
    width: calc(100% - 136px);
  }
}
.greeting .officers-list__item .officers-profile__post {
  margin-bottom: 4px;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .greeting .officers-list__item .officers-profile__post {
    font-size: 1.3rem;
  }
}
.greeting .officers-list__item .officers-profile__name {
  margin-bottom: 8px;
}
.greeting .officers-list__item .officers-profile__name em {
  display: block;
  font-size: 2.7rem;
}
@media screen and (max-width: 1023px) {
  .greeting .officers-list__item .officers-profile__name em {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .officers-list__item .officers-profile__name em {
    font-size: 2.1rem;
  }
}
.greeting .officers-list__item .officers-profile__name span {
  display: block;
  color: #499ACD;
  font-size: 1.5rem;
  font-family: "EB Garamond", sans-serif;
}
@media screen and (max-width: 767px) {
  .greeting .officers-list__item .officers-profile__name span {
    font-size: 1.3rem;
  }
}
.greeting .officers-list__item .officers-profile__affiliation {
  font-size: 1.3rem;
}
@media screen and (max-width: 959px) {
  .greeting .officers-list__item .officers-profile__affiliation {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting .officers-list__item .officers-profile__affiliation {
    font-size: 1.1rem;
  }
}

.news {
  overflow: clip;
}
.news .news-unit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.news .news-unit {
  padding-top: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    padding-top: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit {
    padding-top: calc(8px * 6 * 0.5);
  }
}
.news .news-unit {
  padding-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    padding-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit {
    padding-bottom: calc(8px * 6 * 0.5);
  }
}
@media screen and (max-width: 1023px) {
  .news .news-unit {
    gap: 48px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit {
    gap: 0;
  }
}
.news .news-unit::before, .news .news-unit::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #081C31;
}
.news .news-unit::before {
  position: absolute;
  top: 0;
  left: 0;
}
.news .news-unit::after {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .news-unit__head {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .news .news-unit__head {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news .news-unit__list {
  width: calc(100% - 256px);
}
@media screen and (max-width: 1023px) {
  .news .news-unit__list {
    width: calc(100% - 248px);
  }
}
@media screen and (max-width: 959px) {
  .news .news-unit__list {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__list {
    width: 100%;
  }
}
.news .news-unit__list .news-list__item {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 24px;
}
.news .news-unit__list .news-list__item:not(:nth-last-of-type(1)) {
  border-bottom: dashed 1px #cccccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.news .news-unit__list .news-list__item .news-date {
  width: 88px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .news .news-unit__list .news-list__item .news-date {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-date {
    width: 100%;
    color: #999999;
    font-size: 1.3rem;
  }
}
.news .news-unit__list .news-list__item .news-ttl {
  width: calc(100% - 112px);
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-ttl {
    width: 100%;
  }
}
.news .news-unit__list .news-list__item .news-ttl a {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 959px) {
  .news .news-unit__list .news-list__item .news-ttl a {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__list .news-list__item .news-ttl a {
    font-size: 1.3rem;
  }
}
.news .news-unit__list .news-list__item .news-ttl a:hover {
  opacity: 0.6;
  translate: 6px 0;
}

.access .access-add {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .access .access-add {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access .access-add {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.access .access-add {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .access .access-add {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .access .access-add {
    font-size: 1.3rem;
  }
}
.access .access-add em {
  font-size: 2.7rem;
}
@media screen and (max-width: 1023px) {
  .access .access-add em {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  .access .access-add em {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .access .access-add em {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 519px) {
  .access .access-add em {
    font-size: 1.7rem;
  }
}
.access .access-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .access .access-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit {
    gap: 24px;
  }
}
.access .access-unit__dtl {
  width: 480px;
}
@media screen and (max-width: 1023px) {
  .access .access-unit__dtl {
    width: 440px;
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__dtl {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.access .access-unit__dtl .access-route__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-route__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-route__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.access .access-unit__dtl .access-route__item dt {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 6px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-route__item dt {
    font-size: 1.5rem;
  }
}
.access .access-unit__dtl .access-route__item dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #081C31 4px, transparent 4px, transparent 8px, #081C31 8px);
}
.access .access-unit__map {
  width: calc(100% - 528px);
}
@media screen and (max-width: 1023px) {
  .access .access-unit__map {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 959px) {
  .access .access-unit__map {
    width: calc(100% - 412px);
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__map {
    width: 100%;
  }
}
.access .access-unit__map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .access .access-unit__map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .access .access-unit__map iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
