@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YuGothic, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  color: #2e3136;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

p {
  margin: 0;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* リンク共通 */
a {
  color: #0650cb;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
a.link-icon::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-bottom: -3px;
  width: 20px;
  height: 20px;
  background: url("/keneki/sendai/img/icons/external-link.svg") no-repeat center/contain;
}
a.link-icon--pdf::after {
  background: url("/keneki/sendai/img/icons/pdf.png") no-repeat center/contain;
}
a.link-icon--xls::after {
  background: url("/keneki/sendai/img/icons/xls.png") no-repeat center/contain;
}

.external-link::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 13px;
  height: 13px;
  background: url("/keneki/sendai/img/icons/external-link.svg") no-repeat center/contain;
}
.external-link--black::after {
  margin-left: 4px;
  height: 11px;
  fill: #2e3136;
  background: url("/keneki/sendai/img/icons/external-link-black.svg") no-repeat center/contain;
}
.external-link--lg::after {
  margin-left: 8px;
  height: 13px;
}
.external-link--button::after {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}

ul {
  margin: 0;
}
ul.list-none {
  list-style: none;
  padding: 0 !important;
}
ul.left-none {
  padding-left: 22.5px;
}

/* 言語切り替え（基本ルール） */
[hidden] {
  display: none !important;
}

.container, .section {
  max-width: 1168px;
  margin: 0 auto;
}

.section {
  width: 90%;
  margin: 0 auto;
  padding: 32px 0px;
}
@media (max-width: 767px) {
  .section {
    padding: 16px 0px;
  }
}
.section__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.section--news {
  padding-right: 32px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .section--news {
    padding-right: 0;
    padding-left: 0;
  }
}
.section--news .more-news {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.section--features .feature-card:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .section--features .feature-card:not(:first-child) {
    margin-top: 16px;
  }
}
.section--features .feature-card__media img {
  display: block;
  width: 100%;
  height: auto;
}
.section--features .feature-card__content {
  background: #fff;
  padding: 28px 36px;
}
.section--features .feature-card__content a {
  color: #2e3136;
}
.section--features .feature-card__content--blue {
  background: #e6f1ff;
}
.section--features .feature-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.section--features .feature-card__title--link {
  display: contents;
}
.section--features .feature-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 1.8;
}
.section--features .feature-card__list li {
  position: relative;
  padding-left: 18px;
}
.section--features .feature-card {
  /* 三角リストスタイル */
}
.section--features .feature-card__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.9em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #2e3136;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.section--features .feature-card--overlap {
  display: flex;
  align-items: center;
}
.section--features .feature-card--overlap .feature-card__media {
  flex: 0 0 55%;
}
.section--features .feature-card--overlap .feature-card__content {
  flex: 0 0 55%;
  margin-left: -8%;
  position: relative;
  z-index: 1;
  padding: 40px;
}
.section--features {
  /* ===== SP：縦並び（画像 → カード） ===== */
}
@media (max-width: 767px) {
  .section--features .feature-card--overlap {
    display: block;
  }
  .section--features .feature-card--overlap .feature-card__content {
    margin-left: 0;
    padding: 24px 28px;
  }
  .section--features .feature-card__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.section--logos {
  display: flex;
  gap: 68px;
  justify-content: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .section--logos {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 0;
  }
}
.section--logos .mhlw,
.section--logos .forth {
  height: 58px;
  width: 100%;
}
@media (max-width: 767px) {
  .section--logos .mhlw,
  .section--logos .forth {
    max-width: 183px;
    height: 100%;
  }
}
.section--logos .forth {
  height: 58px;
}
.section--quaran img {
  max-width: 350px;
  margin: 0 auto;
}
.section--quaran .quaran-name {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  font-size: 18px;
  width: fit-content;
  margin: 12px auto 0;
}
.section--quaran .quaran-name .name {
  font-weight: bold;
}
@media (max-width: 767px) {
  .section--quaran img {
    margin-top: 50px;
    max-width: 300px;
    padding: 0px 16px;
  }
  .section--quaran .quaran-name {
    flex-direction: column;
  }
  .section--quaran .name {
    text-align: center;
  }
}

.inline-box {
  display: -webkit-inline-box;
}

.m-auto {
  margin: auto;
}

.mb-md {
  margin-bottom: 16px !important;
}

.w-fit {
  width: fit-content;
}
.w-auto {
  width: auto;
}
@media (max-width: 767px) {
  .w-auto--sp {
    width: auto;
  }
}

.space--none {
  margin-top: 0 !important;
}
.space--sm {
  margin-top: 8px !important;
}
.space--md {
  margin-top: 16px !important;
}
.space--lg {
  margin-top: 24px !important;
}
.space--xl {
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .space--none--sp {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .space--sm--sp {
    margin-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .space--md--sp {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .space--lg--sp {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .space--sm--xl {
    margin-top: 32px !important;
  }
}
.space--left {
  margin-left: 22px;
}
@media (max-width: 767px) {
  .space--left {
    margin-left: 16px;
  }
}

.text-left {
  text-align: start !important;
}

.text-sm {
  font-size: 18px;
}

.text-nowrap {
  white-space: nowrap;
}

.block {
  display: block;
}

.rotate-90 {
  transform: rotate(90deg);
}

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

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

.text-color-main {
  color: #2e3136;
}

.text-color-blue {
  color: #0650cb;
}

.br {
  display: inline;
}
.br--pc {
  display: inline;
}
@media (max-width: 767px) {
  .br--pc {
    display: none;
  }
}
.br--sp {
  display: none;
}
@media (max-width: 767px) {
  .br--sp {
    display: block;
  }
}

.split {
  display: flex;
  gap: 29px;
}
@media (max-width: 767px) {
  .split {
    flex-direction: column;
    gap: 8px;
  }
}
.split > * {
  width: 50%;
  height: fit-content;
}
@media (max-width: 767px) {
  .split > * {
    width: 100%;
  }
}

.crop {
  aspect-ratio: 192/115;
  object-fit: cover !important;
}
.crop--top {
  aspect-ratio: 32/19;
  object-fit: cover !important;
}

.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.object-right {
  object-position: right;
}
.object-bottom {
  object-position: bottom;
}
.object-left {
  object-position: left;
}

.underline {
  text-decoration: underline;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 4px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.site-header,
.site-footer {
  flex-shrink: 0;
}

#site-header {
  min-height: 160px;
}
@media (max-width: 767px) {
  #site-header {
    min-height: 91px;
  }
}

/* 上段右側リンク */
.header-top-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #003399;
}
.header-top-link:hover {
  text-decoration: underline;
}

/* 言語トグルボタン */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 5.5px 16px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.lang-toggle__label {
  display: none;
}
.lang-toggle:hover {
  opacity: 0.8;
}

body[data-lang=ja] .lang-toggle__label--en {
  display: inline;
}

body[data-lang=en] .lang-toggle__label--ja {
  display: inline;
}

.site-header {
  /* ===== ヘッダー上段 ===== */
}
.site-header__top {
  background: #f7f7f7;
}
.site-header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding: 0 24px;
}
.site-header__logo img {
  height: 80px;
}
.site-header__top-nav-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header__top-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header {
  /* ===== ヘッダー下段：青帯ナビ ===== */
}
.site-header__nav {
  background: #0650cb;
  position: relative;
}
.site-header__nav-inner {
  padding: 0 16px;
}
.site-header {
  /* ===== sp ===== */
}
.site-header__mobile {
  display: none;
}
.site-header__mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
  min-height: 90px;
  gap: 24px;
}
.site-header__mobile-logo img {
  max-height: 66px;
  width: auto;
  display: block;
}
.site-header__mobile-panel {
  position: fixed;
  z-index: 999999;
  width: 100%;
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  background: #fff;
  border-bottom: 1px solid #cccccc;
  transition: max-height 0.35s ease, opacity 0.4s ease 0.15s, transform 0.2s ease 0.15s;
}
.site-header__mobile-panel.is-open {
  display: block;
  max-height: 100vh;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.35s ease, opacity 0.2s ease 0s, transform 0.2s ease 0s;
}
@media (max-width: 767px) {
  .site-header__top, .site-header__nav {
    display: none;
  }
  .site-header__mobile {
    display: block;
  }
}

/* ===== ヘッダーナビ ===== */
.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.global-nav__item {
  flex: 1;
  text-align: center;
}
.global-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 8px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  align-items: center;
  height: 100%;
  font-weight: 700;
}
.global-nav__link:hover {
  text-decoration: none;
  opacity: 1;
}
.global-nav {
  /* 左側の縦線 */
}
.global-nav__item:first-child .global-nav__link::before, .global-nav__item + .global-nav__item .global-nav__link::before {
  content: "";
  position: absolute;
  left: -0.5px;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
}
.global-nav {
  /* 右端の縦線 */
}
.global-nav__item:last-child .global-nav__link::after {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
}
.global-nav__item:hover .global-nav__link, .global-nav__item:focus-within .global-nav__link {
  background: #fff;
  color: #0650cb;
}
.global-nav {
  /* 白い下向き三角▼ */
}
.global-nav__caret {
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.4s ease, border-top-color 0.4s ease;
}
.global-nav__item--has-sub:hover .global-nav__submenu, .global-nav__item--has-sub.global-nav__item--open .global-nav__submenu {
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
.global-nav {
  /* サブメニュー */
}
.global-nav__submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  min-height: 50px;
  margin-top: -1px;
  padding: 8px 16px;
  font-size: 20px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s ease, opacity 0.4s ease;
  will-change: clip-path, opacity;
}
.global-nav__submenu-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 16px;
  padding: 8px 16px;
  width: 100%;
}
.global-nav__item--has-sub:hover .global-nav__submenu, .global-nav__item--has-sub:focus-within .global-nav__submenu {
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
.global-nav__submenu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2e3136;
  text-decoration: underline;
  text-align: center;
}

/* ハンバーガー */
.hamburger {
  position: relative;
  width: 54px;
  height: 56px;
  border: none;
  background: #0650cb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}
.hamburger__lines {
  display: flex;
  gap: 5px;
  margin-top: 6px;
  flex-direction: column;
}
.hamburger__line {
  position: relative;
  width: 32px;
  height: 3px;
  background: #fff;
  display: block;
  transition: all 0.2s linear;
}
.hamburger__text {
  font-size: 8px;
  font-weight: bold;
}
.hamburger.is-active .hamburger__line--first {
  width: 28px;
  transform: translate(2px, 8px) rotate(-45deg);
}
.hamburger.is-active .hamburger__line--second {
  opacity: 0;
}
.hamburger.is-active .hamburger__line--third {
  width: 28px;
  transform: translate(2px, -8px) rotate(45deg);
}
.hamburger.is-active .hamburger__text {
  font-size: 0;
}
.hamburger.is-active .hamburger__text:before {
  font-size: 10px;
  content: "閉じる";
}

.mobile-menu {
  padding: 24px 24px 32px;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
}
.mobile-menu__section--legal {
  margin-top: 8px;
}
.mobile-menu__utility {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.mobile-menu__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
}
.mobile-menu__heading-link {
  color: #2e3136;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mobile-menu__list {
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}
.mobile-menu__link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 8px;
  padding-left: 5.5px;
  color: #003399;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.4;
  width: fit-content;
}
.mobile-menu__single {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__single li:not(:first-child) {
  margin-top: 8px;
}
.mobile-menu__single-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e3136;
  font-weight: 700;
  width: fit-content;
}
.mobile-menu__divider {
  height: 1px;
  background: #cccccc;
  margin: 8px 0 8px;
}
.mobile-menu__triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #818796;
  flex-shrink: 0;
}

.lang-toggle--mobile {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 6px 10px;
  background: #fff;
}

body.is-menu-open {
  overflow: hidden;
  touch-action: none;
}

body.is-menu-open .site-header__mobile-panel {
  overscroll-behavior: contain;
}

.site-footer {
  margin-top: 80px;
  background: #e6f1ff;
  padding: 60px 24px;
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 60px;
    padding: 32px 24px;
  }
}
.site-footer__inner {
  position: relative;
  padding: 0 16px;
}
.site-footer__links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 767px) {
  .site-footer__links {
    gap: 8px;
    flex-direction: column;
  }
}
.site-footer__link {
  color: #003399;
  text-decoration: underline;
}
.site-footer__link:hover {
  opacity: 0.9;
}
.site-footer__brand {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .site-footer__brand {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    font-size: 18px;
  }
}
.site-footer__brand-logo img {
  height: 64px;
}
.site-footer__sns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.site-footer__sns img {
  width: 24px;
  height: 100%;
}
.site-footer__sns img:hover {
  opacity: 0.8;
}
.site-footer__copy {
  color: #707070;
  font-size: 12px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .site-footer__copy {
    margin-top: 32px;
    font-size: 8px;
  }
}

/* ページの先頭へボタン */
.page-top {
  position: absolute;
  height: 30px;
  right: 0;
  top: -90px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 8px 8px 0 0;
  border: none;
  background: #0650cb;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-top {
    top: -62px;
  }
}
.page-top__icon {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
.page-top__label {
  white-space: nowrap;
}

/* ===== ページヘッダー ===== */
.page-header {
  background: #e6f1ff;
}
.page-header__inner {
  padding: 50px 24px 50px;
}
@media (max-width: 767px) {
  .page-header__inner {
    padding: 22px 24px 22px;
  }
}

.page-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #0650cb;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
}

/* ===== パンくずリスト ===== */
.breadcrumb {
  margin-top: 16px;
  padding: 0 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 8px;
    font-size: 12px;
  }
}
.breadcrumb__link {
  white-space: nowrap;
}
.breadcrumb__sep {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .breadcrumb__sep {
    margin: 0 4px;
  }
}
.breadcrumb__current {
  white-space: nowrap;
}

/* ===== ページレイアウト ===== */
.page-body {
  padding: 36px 0 0;
}
@media (max-width: 767px) {
  .page-body {
    padding-top: 30px;
  }
}
.page-body__inner {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .page-body__inner {
    padding: 0 22px;
  }
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 256px;
  gap: 32px;
}
.page-layout__main {
  min-width: 0;
}
.page-layout__sidebar {
  min-width: 0;
}
@media (max-width: 767px) {
  .page-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-layout__sidebar {
    display: none;
  }
}

/* ===== サイドバー ===== */
.sidebar-menu {
  background: #fff;
  border: 1px solid #cccccc;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  line-height: normal;
}
.sidebar-menu__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 19.62px 26px;
  background: #0650cb;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.sidebar-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu__item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.sidebar-menu__item {
  display: block;
}
.sidebar-menu__link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 26px;
  height: 56px;
  color: #2e3136;
}
.sidebar-menu__link:hover {
  background: #e6f1ff;
}
.sidebar-menu__icon {
  flex-shrink: 0;
}
.sidebar-menu__link--current {
  background: #e6f1ff;
  color: #0650cb;
}
.sidebar-menu__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-top: 1px solid #cccccc;
}
.sidebar-menu__sublist--open {
  display: block;
}
.sidebar-menu__subitem:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.sidebar-menu__sublink {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 16px 0 34px;
  height: 56px;
  color: #2e3136;
  font-weight: 700;
}
.sidebar-menu__sublink:hover {
  background: #e6f1ff;
}
.sidebar-menu__subicon {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0650cb;
}
.sidebar-menu__sublink--current {
  background: #e6f1ff;
  color: #0650cb;
}

.animal-import .info-table th:first-child,
.animal-import .info-table td:first-child {
  width: 462px;
  min-width: 462px;
  max-width: 462px;
  white-space: nowrap;
}
.animal-import .info-table td {
  padding: 20px 28px;
}
@media (max-width: 920px) {
  .animal-import .info-table th:first-child,
  .animal-import .info-table td:first-child {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    white-space: initial;
  }
}
.animal-import--tel--text {
  width: 40px;
  display: inline-block;
}
@media (max-width: 920px) {
  .animal-import--tel--text {
    width: 38px;
  }
}

/* ボタン */
body[data-lang=ja] .button {
  display: flex;
}
body[data-lang=ja] .button[data-lang=en] {
  display: none;
}
body[data-lang=en] .button {
  display: flex;
}
body[data-lang=en] .button[data-lang=ja] {
  display: none;
}
.button {
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: bold;
  padding: 9.25px 32px;
  border-width: 1px;
  border-radius: 48px;
  border: 1px solid #0650cb;
  transition: 0.7s;
}
.button:hover {
  opacity: 1;
  background-color: #e4ebf8;
}
@media (max-width: 767px) {
  .button {
    font-size: 20px;
  }
}
.button--fit {
  width: fit-content;
}

/* 青い丸 + 白矢印（右向き） */
.icon-circle-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0650cb;
  flex-shrink: 0;
}
.icon-circle-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2.1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.icon-circle-arrow--down {
  transform: rotate(90deg);
}
.icon-circle-arrow {
  /* 反転版：白背景 + 青矢印 */
}
.icon-circle-arrow--outline {
  background: #fff;
  border: 1px solid #0650cb;
}
.icon-circle-arrow--outline::before {
  border-left-color: #0650cb;
}
@media (max-width: 767px) {
  .icon-circle-arrow {
    width: 16px;
    height: 16px;
  }
  .icon-circle-arrow::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #fff;
  }
}

/* 新着情報リスト */
.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-item {
  display: flex;
  gap: 16px;
  border-bottom: 2px dashed #cccccc;
  padding: 16px 0;
  align-items: center;
}
.news-item__info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.news-item__date {
  white-space: nowrap;
}
.news-item {
  /* バッジ */
}
.news-item__badge {
  white-space: nowrap;
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
}
.news-item__badge::before {
  content: "";
}
.news-item__link {
  font-size: 22px;
  color: #003399;
}
.news-item p.news-item__link {
  color: #2e3136;
}
.news-item__icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .news-item {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .news-item:first-child {
    padding-top: 8px;
  }
  .news-item__info {
    gap: 8px;
  }
  .news-item__date {
    font-size: 18px;
  }
  .news-item__badge {
    font-size: 16px;
  }
  .news-item__link {
    font-size: 18px;
    color: #003399;
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer-nav {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer-nav__col {
    width: 100%;
  }
}
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__list--sub {
  margin-top: 16px;
}
.footer-nav__item + .footer-nav__item {
  margin-top: 16px;
}
.footer-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #003399;
  text-decoration: underline;
}
.footer-nav__link--main {
  color: #2e3136;
  font-weight: 700;
}
.footer-nav__link--sub {
  width: fit-content;
}
.footer-nav {
  /* サブ項目の小さい ▶︎ */
}
.footer-nav__triangle {
  width: 0;
  height: 0;
  border-left: 5px solid #2e3136;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  flex-shrink: 0;
}

/* ===== Category list ===== */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .category-list {
    gap: 24px;
  }
}

.category-card {
  display: flex;
  background: #e6f1ff;
}
.category-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 176/115;
}
.category-card__body {
  display: flex;
  align-items: center;
  padding: 24px 24px;
  text-underline-offset: 3px;
  color: #2e3136;
}
@media (max-width: 767px) {
  .category-card__body {
    padding: 46.5px 16px;
    height: 123px;
  }
}
.category-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .category-card__title {
    font-size: 20px;
  }
}
@media (min-width: 901px) {
  .category-card__media {
    flex: 0 0 32%;
  }
  .category-card__body {
    flex: 1;
  }
}
@media (max-width: 900px) {
  .category-card {
    flex-direction: column;
  }
}

/* 大見出し */
.section-heading--primary {
  margin: 0 0 24px;
  padding: 2.5px 32px;
  background: #e6f1ff;
  color: #0650cb;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-heading--primary {
    font-size: 20px;
    padding: 8px;
    margin-bottom: 16px;
  }
}
.section-heading {
  /* 見出し */
}
.section-heading--block {
  margin: 0 0 16px;
  padding: 2.5px 32px 2.5px 24px;
  background: #f2f2f2;
  border: 1px solid #0650cb;
  border-left-width: 8px;
  color: #0650cb;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .section-heading--block {
    font-size: 20px;
    padding: 6px 8px 5px 8px;
  }
}
.section-heading {
  /* 小見出し */
}
.section-heading--sub {
  margin: 0 0 16px;
  padding: 2px 20px;
  background: #e6f1ff;
  color: #0650cb;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-heading--sub {
    font-size: 20px;
    line-height: 1.3;
    padding: 4px 20px;
  }
}

.content-box {
  margin-bottom: 32px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .content-box {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.content-box .bold {
  font-weight: 700;
}
.content-box .border {
  border-bottom: 1px solid #cccccc;
  margin: 8px 0;
}
.content-box .subsection {
  border: 1px solid #cccccc;
  padding: 24px 24px 32px 24px;
}
@media (max-width: 767px) {
  .content-box .subsection {
    padding: 16px;
  }
}
.content-box .img-separator {
  display: flex;
  justify-content: space-between;
}
.content-box .img-separator .img-separator__img {
  width: 100%;
}
.content-box .img-separator--2 {
  gap: 40px;
}
.content-box .img-separator--2 .img-separator__wrapper {
  width: 50%;
}
.content-box .img-separator--3 {
  gap: 26px;
}
.content-box .img-separator--3 .img-separator__wrapper {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .content-box .img-separator {
    flex-direction: column;
    gap: 16px;
  }
  .content-box .img-separator .img-separator__wrapper {
    width: 100%;
  }
}
.content-box .img-separator__description {
  margin-top: 8px;
}
.content-box .indent {
  margin-left: 66px;
}
@media (max-width: 767px) {
  .content-box .indent {
    margin-left: 0;
  }
}

/* ================== テーブル ==================  */
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 24px;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .info-table {
    font-size: 20px;
  }
}
.info-table th,
.info-table td {
  border: 1px solid #cccccc;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .info-table th,
  .info-table td {
    padding: 14px;
  }
}
.info-table th {
  background: #0650cb;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media (max-width: 767px) {
  .info-table td {
    font-size: 18px;
  }
}
.info-table tbody td,
.info-table tbody th {
  vertical-align: middle;
  text-align: center;
}
.info-table tbody td ul,
.info-table tbody th ul {
  width: fit-content;
  margin: auto;
  padding-left: 24px;
}
.info-table tbody td ul li,
.info-table tbody th ul li {
  width: fit-content;
}
.info-table--sm {
  font-size: 20px;
}
.info-table--sm th,
.info-table--sm td {
  padding: 5.5px 10px;
}
@media (max-width: 767px) {
  .info-table--sm th,
  .info-table--sm td {
    font-size: 16px;
  }
}
.info-table--sm td {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .info-table--sm td {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.info-table--xs {
  font-size: 18px;
}
.info-table--xs th,
.info-table--xs td {
  padding: 5.5px 4px;
}
@media (max-width: 767px) {
  .info-table--xs th,
  .info-table--xs td {
    font-size: 16px;
  }
}
.info-table--prefecture {
  border: 1px solid #cccccc;
}
.info-table--prefecture tbody td[rowspan] {
  border-top: 1px solid #cccccc;
}
.info-table--prefecture tbody td[rowspan] ~ td {
  border-top: 1px solid #cccccc;
}
.info-table--prefecture th,
.info-table--prefecture td {
  border: 0;
}
@media (max-width: 767px) {
  .info-table--prefecture tbody td {
    font-size: 14px;
    text-align: start;
    padding: 4px 8px;
  }
}
.info-table--prefecture .info-table__subhead td {
  background-color: #e6f1ff;
  color: #0650cb;
  font-weight: 700;
}
.info-table--definition {
  table-layout: auto;
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
}
@media (max-width: 767px) {
  .info-table--definition tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.info-table--definition tbody th {
  width: 100px;
  padding: 16px 32px;
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .info-table--definition tbody th {
    padding: 0 16px;
    width: auto;
    text-align: start;
    border-bottom: none;
  }
}
.info-table--definition tbody td {
  text-align: start;
}
@media (max-width: 767px) {
  .info-table--definition tbody td {
    padding: 8px 16px;
    border-bottom: none;
  }
}
.info-table--committee {
  font-size: 22px;
  border-collapse: separate;
  border-spacing: 0 16px;
  margin: -16px 0;
}
.info-table--committee tbody th,
.info-table--committee tbody td {
  padding: 8px 16px;
  width: 33.3333333333%;
}
.info-table.layout-auto {
  table-layout: auto;
}
.info-table.info-table--access ul {
  margin: 0;
}
.info-table.info-table--access td .tel {
  display: flex;
  gap: 0px 16px;
  flex-wrap: wrap;
}
.info-table.info-table--access td .tel--parentheses {
  gap: 0;
}
@media (max-width: 767px) {
  .info-table.info-table--access td .tel {
    flex-direction: column;
  }
}
.info-table.info-table--access td .tel span {
  text-wrap: nowrap;
}
.info-table.info-table--access td .tel .division {
  width: 120px;
}
.info-table--brake-sp {
  display: block;
  margin-left: auto;
}
.info-table--ship {
  table-layout: fixed !important;
}
@media (max-width: 767px) {
  .info-table--ship tbody td {
    text-align: end;
  }
}
@media (max-width: 767px) {
  .info-table--vertical--sp thead,
  .info-table--vertical--sp th {
    display: none;
  }
  .info-table--vertical--sp tbody {
    display: block;
  }
  .info-table--vertical--sp tbody tr {
    display: block;
    border: 1px solid #cccccc;
    border-top: none;
  }
  .info-table--vertical--sp tbody td {
    display: block;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    text-align: start;
    margin: 0;
    font-size: 18px;
  }
  .info-table--vertical--sp tbody td + td {
    border-top: 1px solid #cccccc;
  }
  .info-table--vertical--sp tbody td[data-heading]:not([data-heading=""])::before {
    content: attr(data-heading);
    display: block;
    margin: -16px -16px 16px;
    padding: 5px 16px;
    background: #0650cb;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
  }
  .info-table--vertical--sp--committee tr:not(:first-child) {
    margin-top: 16px;
  }
  .info-table--vertical--sp--committee td {
    padding: 5.5px 16px !important;
  }
  .info-table--vertical--sp--committee td[data-heading]:not([data-heading=""])::before {
    text-align: start !important;
    margin-top: -5.5px !important;
    margin-bottom: 5.5px !important;
    padding: 1px 16px !important;
  }
}

.kv-table {
  border-collapse: collapse;
}
.kv-table__value {
  padding-left: 16px;
}

/* ================== 地図 ================== */
.map-block {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .map-block {
    margin: 16px 0;
  }
}
.map-block__frame {
  border: 1px solid #cccccc;
}
.map-block__frame iframe {
  display: block;
  width: 100%;
  height: 420px;
}
@media (max-width: 767px) {
  .map-block__frame iframe {
    height: 200px;
  }
}
.map-block__more {
  margin-top: 8px;
  text-align: right;
}

.anchor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  background-color: #f5f9ff;
  padding: 18px 32px;
  margin-bottom: 24px;
  line-height: normal;
  font-size: 22px;
}
@media (max-width: 767px) {
  .anchor-links {
    row-gap: 8px;
    padding: 16px;
    font-size: 18px;
  }
}
.anchor-links--link {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
}
.anchor-links .icon-circle-arrow {
  transform: rotate(90deg);
}

.card {
  border: 1px solid #cccccc;
}
.card--header {
  border-bottom: 1px solid #cccccc;
  background-color: #f5f9ff;
  color: #0650cb;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .card--header {
    font-size: 20px;
    padding: 8px 16px;
  }
}
.card--body {
  padding: 16px 24px;
}

.content-list {
  padding-left: 22px;
}

/* =============== フローチャート =============== */
.flow {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  flex-wrap: wrap;
}
.flow__item {
  position: relative;
  background: #fff;
  border: 1px solid #0650cb;
  flex: 0 1 104px;
  width: 104px;
}
.flow__item:last-child .flow__head::after {
  display: none;
}
.flow__head {
  position: relative;
  background: #0650cb;
  color: #fff;
  text-align: center;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61.5px;
}
.flow__head::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #0650cb;
}
.flow__body {
  min-height: 80.5px;
  padding: 4px 8px;
  text-align: center;
  color: #0650cb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: normal;
}
.flow__body + .flow__body {
  border-top: 1px solid #0650cb;
}
.flow--lg {
  gap: 16px;
  font-size: 22px;
}
.flow--lg .flow__item {
  flex: 1 1 0;
  border-color: #003399;
}
.flow--lg .flow__head {
  background: #003399;
  padding: 12px 16px;
  height: 72px;
}
.flow--lg .flow__head::after {
  top: 50%;
  right: -17px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #003399;
}
.flow--lg .flow__body {
  padding: 16px;
  color: #003399;
  height: 94px;
}
@media (max-width: 767px) {
  .flow {
    font-size: 20px;
    flex-direction: column;
    gap: 40px;
  }
  .flow__item {
    width: 100%;
    flex: auto !important;
  }
  .flow__item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #0650cb;
  }
  .flow__item:last-child::after {
    content: none;
  }
  .flow__head {
    padding: 0 16px !important;
    height: auto !important;
    justify-content: start;
  }
  .flow__head::after {
    content: none;
  }
  .flow__body {
    padding: 8px 16px !important;
    height: auto !important;
    min-height: auto;
    align-items: start;
  }
  .flow--lg .flow__item::after {
    border-top: 9px solid #003399;
  }
}

.nowrap {
  white-space: nowrap;
}

.height-normal {
  line-height: normal;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 500px;
  padding: 24px 16px;
}
.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-top: 5%;
  margin-left: 5%;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: 1;
  will-change: opacity;
  pointer-events: none;
}
.hero__bg.is-show {
  opacity: 1;
}
@media (max-width: 767px) {
  .hero--tohoku {
    display: block;
  }
  .hero__copy {
    font-size: 24px;
    margin-left: 0;
    margin-top: 0;
    line-height: 40px;
  }
}
.hero__place {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 2;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero__place {
    right: 10px;
    bottom: 10px;
    font-size: 16px;
  }
}
.hero__placeSr {
  opacity: 0;
}

.map-stage {
  position: relative;
  padding: 50px 140px 200px 100px;
}

#mapCanvas {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.map-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.map-svg,
.map-labels {
  position: absolute;
  inset: 0;
  display: block;
  overflow: visible;
}

.map-svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.map-labels {
  pointer-events: none;
}

.map-line {
  fill: none;
  stroke: #0650cb;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  z-index: 2;
}

/* 枠(div) */
.map-labelWrap {
  position: absolute;
  pointer-events: auto;
  background: #fff;
  border: 2px solid #0650cb;
  border-radius: 0;
  padding: 2px 16px;
  box-sizing: border-box;
  white-space: nowrap;
  height: auto;
  z-index: 3;
}

.map-labelWrap:hover {
  background: #fff;
}

.map-labelLink {
  display: inline-block;
  color: #0650cb;
  font-weight: bold;
}

.map-labelLink:focus-visible {
  outline: 2px solid #0650cb;
  outline-offset: 3px;
}

.map-labelList {
  padding-left: 20px;
  line-height: normal;
  font-weight: bold;
}

.map-prefLabel {
  background-color: #fff;
  padding: 0px 6px;
  font-weight: bold;
  z-index: 1;
}

@media (min-width: 851px) {
  .map-stage {
    padding-bottom: 140px;
  }
}
@media (min-width: 940px) {
  .map-stage {
    padding-bottom: 50px;
  }
}
@media (max-width: 850px) {
  .map-overlay {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .map-stage {
    padding: 30px 80px 120px 35px;
  }
  .map-overlay {
    font-size: 10px !important;
  }
  .map-labelWrap {
    padding: 0 4px;
    gap: 2px;
    border-width: 1px;
  }
  .map-labelWrap .icon-circle-arrow {
    transform: scale(0.7);
  }
  .map-labelList {
    padding-left: 14px;
  }
  .map-prefLabel {
    padding: 0px 4px;
  }
}/*# sourceMappingURL=style.css.map */