@charset "UTF-8";
/* 全要素のbox-sizingをborder-boxに統一 */
*, *::before, *::after {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

/* ブラウザ標準のマージンとパディングをリセット */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dt, dd,
ul, ol, li,
figure, hr {
  margin: 0;
  padding: 0; }

/* リストのデフォルト装飾を解除 */
ul, ol {
  list-style: none; }

/* 見出し・本文テキストのベースフォントサイズ */
html, body {
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%; }

/* 画像や動画が親要素をはみ出さないように */
img, video {
  max-width: 100%;
  height: auto;
  display: block; }

/* テーブル関連のリセット */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* フォーム要素の余白リセット */
input, button, textarea, select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none; }

/* addressなど特殊タグの影響防止 */
address {
  font-style: normal; }

body {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  color: #333; }

.serif {
  font-family: 'Noto Serif', serif; }

.wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 4.375rem 0rem; }
  @media (max-width: 768px) {
    .wrapper {
      width: 96%;
      margin: 0 auto;
      padding: 2.5rem 0; } }

/* パターン1: 白と#004896のストライプ */
.stripe-bar-1 {
  width: 100%;
  height: 20px;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 10px, #004896 10px, #004896 20px); }
  @media (max-width: 768px) {
    .stripe-bar-1 {
      height: 14px;
      background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 6px, #004896 6px, #004896 12px); } }

/* パターン2: #e0f1ffと#004896のストライプ */
.stripe-bar-2 {
  width: 100%;
  height: 20px;
  background: repeating-linear-gradient(-45deg, #e0f1ff, #e0f1ff 10px, #004896 10px, #004896 20px); }
  @media (max-width: 768px) {
    .stripe-bar-2 {
      height: 14px;
      background: repeating-linear-gradient(-45deg, #e0f1ff, #e0f1ff 6px, #004896 6px, #004896 12px); } }

.__content {
  display: flex;
  gap: 1rem;
  align-items: flex-start; }
  .__content img {
    width: 100%;
    object-fit: cover; }
  .__content h4 {
    color: #004896;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 1rem; }
  .__content p {
    margin-bottom: 1rem;
    line-height: 2rem; }

.is-image-bottom {
  flex-direction: column-reverse; }
  .is-image-bottom dt {
    margin: 0 0 1rem; }
    .is-image-bottom dt img {
      width: 100%; }

.is-image-left {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap; }
  .is-image-left dt {
    flex: 0 0 40%; }
    .is-image-left dt img {
      width: 100%;
      height: auto;
      display: block; }
  .is-image-left dd {
    flex: 1; }

.is-image-right {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: row-reverse; }
  .is-image-right dt {
    flex: 0 0 40%; }
    .is-image-right dt img {
      width: 100%;
      height: auto;
      display: block; }
  .is-image-right dd {
    flex: 1; }

.is-image-top {
  flex-direction: column;
  align-items: center; }
  .is-image-top img {
    width: 100%;
    margin: 0 auto; }

dt {
  flex-shrink: 0; }

dd {
  margin: 0;
  font-size: 1rem; }

@media (max-width: 1560px) {
  .site-header {
    background-size: cover; } }
.feature-boxes {
  background: #004896;
  color: #000;
  position: relative; }
  .feature-boxes .feature-header {
    text-align: center;
    padding-bottom: 3rem; }
    .feature-boxes .feature-header .hero__title {
      font-size: 2rem;
      color: #fff;
      margin: 0;
      font-weight: 800; }
      @media (max-width: 768px) {
        .feature-boxes .feature-header .hero__title {
          font-size: 1.4rem; } }
    .feature-boxes .feature-header .hero__subtitle {
      font-size: 1.1rem;
      color: #fff;
      margin: 0.5rem 0 0; }
  .feature-boxes__row {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between; }
  .feature-boxes .feature-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
    @media (max-width: 768px) {
      .feature-boxes .feature-box {
        padding: 1.4rem; } }
    .feature-boxes .feature-box__title {
      display: flex;
      align-items: center;
      font-size: 1.7rem;
      gap: 0.8em;
      margin: 0 0 1em;
      font-weight: 800;
      color: #004896;
      padding: 0px; }
      .feature-boxes .feature-box__title .feature-box__icon {
        width: 3.2rem;
        height: auto;
        flex-shrink: 0;
        display: block; }
      .feature-boxes .feature-box__title .feature-box__text {
        line-height: 1.4; }
      @media (max-width: 768px) {
        .feature-boxes .feature-box__title {
          font-size: 1.2rem; }
          .feature-boxes .feature-box__title .feature-box__icon {
            width: 2.4rem; } }
  .feature-boxes .box-1 {
    flex: 0 1 calc(40% - 1.5rem); }
  .feature-boxes .box-2 {
    flex: 0 1 calc(60% - 1.5rem); }
  .feature-boxes .box-3 {
    flex: 0 1 100%; }

.feature-box__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem; }
  @media (max-width: 768px) {
    .feature-box__wrapper {
      flex-direction: column; } }

.feature-box__col {
  flex: 1; }
  .feature-box__col--left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; }
  .feature-box__col--right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

@media (max-width: 768px) {
  .feature-boxes__row {
    flex-direction: column; }

  .box-1, .box-2, .box-3 {
    flex: 1 1 100%; }

  .feature-box__content.is-image-left {
    flex-direction: column; }
    .feature-box__content.is-image-left dt, .feature-box__content.is-image-left dd {
      flex: none;
      max-width: 100%; }

  .feature-box__content.is-image-right {
    flex-direction: column; }
    .feature-box__content.is-image-right dt, .feature-box__content.is-image-right dd {
      flex: none;
      max-width: 100%; } }
.bousai-boxes {
  background: #e6f3ff; }
  .bousai-boxes .bousai-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between; }
  .bousai-boxes .bousai-card {
    background: #fff;
    border: 4px solid #0070c0;
    border-radius: 16px;
    padding: 2rem;
    flex: 1 1 calc(50% - 1.5rem); }
    .bousai-boxes .bousai-card h3 {
      text-align: center; }
      .bousai-boxes .bousai-card h3 img {
        margin: 0px auto 2rem;
        height: 3.3rem; }
    .bousai-boxes .bousai-card h3.map_title {
      font-size: 1.7rem;
      margin: 0 auto 1rem;
      color: #004896;
      font-weight: 800; }
  @media (max-width: 768px) {
    .bousai-boxes .bousai-cards {
      flex-flow: column; }
      .bousai-boxes .bousai-cards .bousai-card {
        padding: 1.4rem;
        flex: 1 1 100%; }
        .bousai-boxes .bousai-cards .bousai-card dl.is-image-left {
          flex-flow: column-reverse; }
        .bousai-boxes .bousai-cards .bousai-card dl.is-image-right {
          flex-flow: column-reverse; } }

.message {
  background-color: #fff; }
  .message .wrapper {
    padding: 4.375rem 2rem; }
  .message__title {
    font-size: 2.6rem;
    margin-bottom: 3.2rem;
    color: #004896; }
  .message__name {
    font-size: 1.3rem;
    text-align: right;
    margin-top: 3.2rem; }
  .message dl.__content {
    justify-content: space-between;
    gap: 4rem; }
    .message dl.__content dt {
      flex: 0 0 20%; }
    .message dl.__content dd {
      flex: 0 0 calc(100% - 20% -4rem); }
      .message dl.__content dd p {
        font-weight: 600; }
  @media (max-width: 768px) {
    .message .wrapper {
      padding: 2.5rem 0rem; }
    .message__title {
      font-size: 1.8rem;
      margin-bottom: 2rem; }
    .message dl.__content {
      flex-flow: column;
      gap: 2rem; }
      .message dl.__content dt {
        flex: 0 0 100%;
        text-align: center; }
        .message dl.__content dt img {
          margin: 0 auto;
          width: 50%; }
      .message dl.__content dd {
        flex: 0 0 100%; } }

.history {
  background-color: #fff; }
  .history .wrapper {
    padding: 4.375rem 2rem; }
  .history__title {
    font-size: 2.6rem;
    margin-bottom: 3.2rem;
    color: #004896; }
  .history__name {
    font-size: 1.3rem;
    text-align: right;
    margin-top: 3.2rem; }
  .history dl.__content {
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 3rem; }
    .history dl.__content dt {
      flex: 0 0 30%; }
    .history dl.__content dd {
      flex: 0 0 calc(100% - 30% - 4rem); }
  .history__subtitle {
    color: #fff;
    background-color: #004896;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center; }
  .history .timeline {
    background-color: #f2f9ff;
    padding: 2.5rem;
    margin: auto; }
    .history .timeline dl {
      display: flex;
      flex-direction: column;
      gap: 1.2rem; }
    .history .timeline__item {
      display: flex;
      flex-direction: row;
      gap: 1.5rem;
      flex-wrap: wrap;
      border-bottom: 1px solid #004896;
      padding: 1.2rem 1rem; }
      .history .timeline__item dt {
        font-weight: bold;
        width: 24%;
        flex-shrink: 0;
        color: #004896; }
      .history .timeline__item dd {
        margin: 0;
        flex: 1; }
  @media (max-width: 768px) {
    .history .wrapper {
      padding: 2.5rem 0rem; }
    .history__title {
      font-size: 1.8rem;
      margin-bottom: 2rem; }
    .history dl.__content {
      gap: 2rem;
      margin-bottom: 2rem; }
      .history dl.__content dt {
        flex: 0 0 100%; }
    .history__subtitle {
      font-size: 1.25rem; }
    .history dl.is-image-right {
      flex-flow: column-reverse; }
    .history dl.timeline {
      padding: 0.5rem; }
    .history .timeline__item {
      flex-direction: column;
      gap: 0;
      padding: 1rem; }
    .history .timeline__item dt {
      width: 100%;
      pading: 0.2rem 0; } }

.link {
  background: #e6f3ff; }

.link h4 {
  font-size: 1.5rem;
  padding: 0.5rem;
  background-color: #004896;
  color: #fff;
  margin: 0px;
  text-align: center;
  border-radius: 12px 12px 0 0; }

.bousai-info {
  margin: 0 auto;
  background: #FFF;
  padding: 2rem;
  border: 8px solid #004896;
  border-radius: 0 0 12px 12px; }

.bousai-info .description {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333; }

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between; }
  .info-grid a {
    border: 1px solid #ddd;
    border-radius: 10px; }
  .info-grid a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-out; }

.info-item {
  background: #fff;
  padding: 1rem;
  flex: 1 1 45%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none; }

.text-block {
  flex: 0 0 75%;
  text-decoration: none; }

.text-block h5 {
  font-size: 1rem;
  background: #004896;
  color: #fff;
  width: 100%;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-block p {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
  padding: 0 0.8rem;
  text-decoration: none; }

.text-block p.card-label {
  font-size: 0.9em;
  color: #004da0;
  margin-top: -0.2rem; }

.info-item .qrcode {
  max-width: 100px;
  height: auto;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  text-align: center;
  color: #333; }
  .info-item .qrcode img {
    margin: 0 auto;
    padding: 0px; }

@media (max-width: 768px) {
  .link h4 {
    font-size: 1.25rem; }

  .bousai-info {
    padding: 1rem; }

  .bousai-info .description {
    text-align: left; }

  .info-grid {
    flex-direction: column; }
    .info-grid a {
      border: none; }
    .info-grid a:hover {
      box-shadow: none;
      border-radius: 10px;
      transition: all 0.3s ease-out; }
    .info-grid a:active {
      transform: scale(0.98);
      background: #f0f0f0; }

  .info-item {
    flex: 1 1 100%;
    padding: 0px;
    gap: 0;
    flex-direction: column;
    align-items: center; }

  .text-block {
    flex: 1 1 100%;
    width: 100%;
    text-align: left; }

  .info-item .qrcode {
    display: none; }

  .info-item h5 {
    white-space: normal;
    text-align: center; } }
footer {
  background: #fff; }
  footer .footer__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1.25rem;
    flex-flow: row; }
    footer .footer__content li.address {
      flex: 0 0 30%; }
      footer .footer__content li.address img.logo {
        max-width: 220px;
        margin-bottom: 2rem; }
      footer .footer__content li.address h3 {
        color: #004896;
        font-size: 1.4em; }
      footer .footer__content li.address p {
        margin-bottom: 2rem;
        font-size: 1rem;
        line-height: 1.6rem; }
    footer .footer__content li.map {
      flex: 0 0 67%; }
  footer .credit {
    width: 100%;
    background-color: #004896;
    padding: 0.5rem 0;
    margin: 0;
    line-height: 1rem; }
    footer .credit p {
      text-align: center;
      font-size: 0.8rem;
      color: #fff; }
  @media (max-width: 768px) {
    footer .footer__content li.address {
      flex: 0 0 100%; }
    footer .footer__content li.map {
      display: none; } }

.google-map-btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #4285F4;
  /* Google Blue */
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s, box-shadow 0.2s; }

.google-map-btn:hover {
  background-color: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.google-map-btn .pin-icon {
  margin-right: 6px;
  font-size: 16px;
  line-height: 1; }

.br-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .br-sp {
      display: inline; } }

.br-pc {
  display: inline; }
  @media screen and (max-width: 768px) {
    .br-pc {
      display: none; } }

.move-box {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease-out;
  will-change: transform, opacity; }
  .move-box.slide-in-left {
    transform: translateX(-50px); }
  .move-box.slide-in-right {
    transform: translateX(50px); }
  .move-box.is-visible {
    opacity: 1;
    transform: translateX(0); }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 0px;
  z-index: 9999; }

.back-to-top.visible {
  display: block;
  animation: fadeIn 0.4s ease-out; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
