@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body {
  font: 14px "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  body {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  display: block;
}

/* ヘッダー
----------------------------------------------- */
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  transition: 1s;
  z-index: 1000;
}
@media print, screen and (max-width: 999px) {
  header {
    padding: 3.4vw 2vw;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_logo h1 {
    margin-left: 12%;
    max-width: 450px;
    width: 30vw;
  }
}
@media print, screen and (max-width: 999px) {
  .head_logo h1 {
    width: 60vw;
  }
}

.head_menu a {
  color: #004098;
}
@media print, screen and (min-width: 1000px) {
  .head_menu {
    padding: 40px 30px 20px 7vw;
    font-size: 1.3rem;
    position: relative;
  }
}
@media print, screen and (max-width: 999px) {
  .head_menu {
    font-size: 3.3vw;
  }
}

@media print, screen and (min-width: 1000px) {
  .head_menu-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
  }
}
.-contact_menu {
  background: #004098;
}
@media print, screen and (max-width: 999px) {
  .-contact_menu {
    margin-right: 6vw;
  }
}
.-contact_menu a {
  color: #fff;
}
@media print, screen and (min-width: 1000px) {
  .-contact_menu a {
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 999px) {
  .-contact_menu a {
    padding: 3px 10px;
  }
}

.scrolled {
  background: #fff;
  box-shadow: 0 10px 8px 0px rgba(35, 24, 21, 0.2);
}

/* フッター
----------------------------------------------- */
footer {
  padding: 40px 0 20px;
  color: #fff;
  background: #004098;
  text-align: center;
}

.fot_content h3 {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1000px) {
  .fot_content h3 {
    margin-bottom: 100px;
    max-width: 403px;
    width: 100%;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content h3 {
    margin-bottom: 12%;
    width: 61vw;
  }
}
.fot_content p {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
@media print, screen and (min-width: 1000px) {
  .fot_content p {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 999px) {
  .fot_content p {
    font-size: 2.8vw;
  }
}

/* 共有
----------------------------------------------- */
.-font_din {
  font-family: "din-2014", sans-serif;
}/*# sourceMappingURL=common.css.map */