@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=email], textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset], input[type=submit], select, button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page-top {
  position: fixed;
  width: 87px;
  bottom: 100px;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width: 480px) {
  #page-top {
    width: 65px;
  }
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 1em;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-width: 1024px;
  background: #fdfdfe;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #2c71d1;
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -134px;
}
@media screen and (max-width: 480px) {
  .anchor_base .anchor_point {
    top: -130px;
  }
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 480px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .active_mobile {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .hide_mini {
    display: none;
  }
}

.active_mini {
  display: none;
}
@media screen and (max-width: 768px) {
  .active_mini {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

.active_tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .active_tablet {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

.active_note {
  display: none;
}
@media screen and (max-width: 1280px) {
  .active_note {
    display: inline-block;
  }
}

@media screen and (max-width: 1400px) {
  .hide_pc {
    display: none;
  }
}

.active_pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  .active_pc {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8px 0;
  border-bottom: 8px solid #c8c8cc;
  background: #fff;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 0 20px;
    border: none;
  }
}
header .inner {
  width: 1024px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 90px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .inner {
    width: 990px;
  }
}
@media screen and (max-width: 768px) {
  header .inner {
    width: 93.75%;
    grid-template-columns: 1fr;
    grid-template-rows: 70px;
    align-content: center;
  }
}
header .inner .item02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .inner .item02 {
    display: none;
  }
}
header .inner .item02_inner {
  position: absolute;
  right: 0;
  bottom: -12px;
  display: grid;
  grid-template-columns: repeat(2, 212px);
  justify-content: end;
  gap: 7px;
  transition: all 0.4s;
}
header .inner .item02_inner div:hover {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25));
}
header .inner .item01 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 90px;
  justify-content: start;
  gap: 0 8px;
}
@media screen and (max-width: 768px) {
  header .inner .item01 {
    grid-template-rows: 70px;
  }
}
header .inner .item01 h1 {
  width: 95px;
}
@media screen and (max-width: 768px) {
  header .inner .item01 h1 {
    width: 73px;
  }
}
header .inner .item01 .head_set {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr auto;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set {
    grid-template-rows: 1fr;
  }
}
header .inner .item01 .head_set .page_title {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-self: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .page_title {
    grid-template-columns: auto;
    gap: 3px;
  }
}
header .inner .item01 .head_set .page_title .etitle {
  width: 133px;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .page_title .etitle {
    width: 102px;
  }
}
header .inner .item01 .head_set .page_title .jtitle {
  align-self: center;
  color: #0d308f;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .page_title .jtitle {
    font-size: 12px;
  }
}
header .inner .item01 .head_set .hm_set {
  padding-left: 0.25em;
}
header .inner .item01 .head_set .hm_set #drawer_toggle {
  --hmblue: #09348b;
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .hm_set #drawer_toggle {
    display: block;
    position: fixed;
    right: 18px;
    top: 10px;
    width: 66px;
    height: 62px;
    box-sizing: border-box;
    border: 1px solid var(--hmblue);
    border-radius: 5px;
    z-index: 20000;
    transition: all 0.4s;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle span {
    position: absolute;
    width: 30px;
    height: 5px;
    border-radius: 1px;
    background: var(--hmblue);
    left: 17px;
    transition: all 0.4s;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle span:nth-child(1) {
    top: 12px;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle span:nth-child(2) {
    top: 23px;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle span:nth-child(3) {
    top: 34px;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle .menu {
    font-size: 10px;
    color: var(--hmblue);
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 700;
    transition: all 0.4s;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle.open {
    border-color: #fff;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle.open span {
    background: #fff;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle.open span:nth-child(1) {
    top: 24px;
    transform: rotate(315deg);
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle.open span:nth-child(2) {
    top: 24px;
    opacity: 0;
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle.open span:nth-child(3) {
    top: 24px;
    transform: rotate(-315deg);
  }
  header .inner .item01 .head_set .hm_set #drawer_toggle.open .menu {
    color: #fff;
  }
}
header .inner .item01 .head_set .hm_set .uemura {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .hm_set .uemura {
    display: block;
    margin: 34px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 212px);
    justify-content: center;
    gap: 7px;
  }
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .hm_set #global_nav {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 15000;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 90px 0;
    background: rgba(8, 70, 113, 0.85);
  }
}
header .inner .item01 .head_set .hm_set #global_nav ul {
  display: grid;
  grid-template-columns: repeat(5, auto);
  font-size: 15px;
  line-height: 1.5;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .hm_set #global_nav ul {
    width: 434px;
    margin: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 89px);
    justify-content: center;
    gap: 0;
  }
  header .inner .item01 .head_set .hm_set #global_nav ul li {
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    text-indent: 1em;
    font-size: 24px;
  }
  header .inner .item01 .head_set .hm_set #global_nav ul li:last-child {
    border-bottom: 1px solid #fff;
  }
}
header .inner .item01 .head_set .hm_set #global_nav ul a {
  color: #0d308f;
}
header .inner .item01 .head_set .hm_set #global_nav ul a:hover {
  background: linear-gradient(transparent 60%, #dceef4 60%);
}
@media screen and (max-width: 768px) {
  header .inner .item01 .head_set .hm_set #global_nav ul a {
    color: #fff;
  }
  header .inner .item01 .head_set .hm_set #global_nav ul a:hover {
    background: none;
  }
}

main {
  padding-top: 114px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 100px;
  }
}

footer {
  width: 100%;
  padding-bottom: 34px;
}
footer .inner {
  width: 100%;
  height: 34px;
  background: #badff0;
  display: grid;
  place-content: center;
  place-items: center;
}
footer .inner small {
  font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #1684a5;
}/*# sourceMappingURL=common.css.map */