@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0; }

.l-wrapper {
  width: 100%; }

.l-header {
  background-color: #004f9f;
  color: white;
  padding: 2em 1em;
  background-image: url("../img/back.png");
  background-size: cover;
  /* 要素いっぱいに拡大縮小 */
  background-position: center 40%;
  /* 中央配置 */
  background-repeat: no-repeat;
  /* 繰り返さない */ }
  .l-header__inner {
    max-width: 1280px;
    margin: 0 auto; }
  .l-header .logo {
    font-size: 1.8em;
    margin: 0 0 0.5em;
    line-height: 1; }
    .l-header .logo__img {
      max-width: 837px;
      width: 100%;
      height: auto; }

.header-set {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1000px) {
    .header-set {
      display: block; } }

.header_info {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  background-color: #e9e4f1;
  padding: 0.2em 1em;
  border-radius: 8px;
  font-size: 0.95rem;
  max-width: 400px; }
  @media (max-width: 1000px) {
    .header_info {
      margin: auto; } }

.info-block {
  display: flex;
  align-items: flex-start;
  margin: 0.5em; }
  .info-block:first-child {
    margin-bottom: 0.2em; }
  .info-block:last-child {
    margin-top: 1em; }
  .info-block dt {
    background-color: #59b4e1;
    color: #fff;
    padding: 0.3em 0.8em;
    font-weight: bold;
    border-radius: 3px;
    min-width: 4em;
    text-align: center;
    margin-right: 1em;
    flex-shrink: 0;
    font-size: 0.9rem; }
  .info-block dd {
    margin: 0;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    white-space: nowrap; }
    .info-block dd strong {
      font-size: 1.15em;
      font-weight: bold;
      display: block; }
    .info-block dd br + span,
    .info-block dd br + b,
    .info-block dd br + strong {
      display: block;
      margin-left: 1.2em; }

.navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 auto 1em;
  max-width: 1350px;
  justify-content: space-between; }
  @media (max-width: 820px) {
    .navigation {
      flex-wrap: wrap; } }
  .navigation__wrap {
    border-top: 3px solid #fff;
    margin-top: 30px;
    margin: 0;
    padding-bottom: 5px; }
  .navigation a {
    display: flex;
    background-color: #4694D1;
    color: #fff;
    border: none;
    width: calc(16.6% -  5px);
    padding: 1.3em 0 0.9em;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    justify-content: center;
    align-items: center;
    font-size: 0.9em; }
    @media (max-width: 820px) {
      .navigation a {
        font-size: .85em;
        width: calc(33.2% -  5px); } }
    .navigation a:hover {
      background-color: #0e5aa5;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
    .navigation a.is-active, .navigation a[aria-current="page"] {
      background-color: #0e5aa5;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      cursor: default; }
    .navigation a:focus-visible {
      outline: 3px solid #fff;
      outline-offset: 2px; }
    .navigation a:active {
      transform: translateY(1px);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }

.l-main {
  width: 100%;
  margin: 0;
  padding: 0; }
  .l-main__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1em 1em;
    background-color: white; }

.greeting {
  padding: 1em;
  background-color: #eef4fc;
  border-left: 6px solid #004f9f;
  margin-bottom: 2em;
  font-size: 1.1em; }

.ttl {
  font-size: 1.5em;
  border-bottom: 2px solid #004f9f;
  padding-bottom: 0.3em;
  margin: 2em 0 1em; }

.subttl {
  font-size: 1.2em; }

.outline-row-top {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 1em 0; }
  .outline-row-top .outline-label {
    width: 20%;
    padding-right: 0.5em;
    font-weight: bold;
    white-space: nowrap;
    color: #004f9f;
    font-size: 1.2em;
    text-align: center;
    border-right: 2px solid #004f9f;
    display: flex;
    justify-content: center;
    align-items: center; }
  .outline-row-top .outline-body {
    padding-left: 1.5em;
    width: 70%; }
    @media (max-width: 850px) {
      .outline-row-top .outline-body {
        padding-left: 1em; } }
    .outline-row-top .outline-body p {
      margin: 0.5em 0; }

.outline {
  padding: 0; }

.outline-row-program {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 1em 0; }
  .outline-row-program .outline-label {
    width: 20%;
    white-space: nowrap;
    font-weight: bold;
    color: #004f9f;
    padding-top: 1em;
    padding-left: 1em; }
    @media (max-width: 850px) {
      .outline-row-program .outline-label {
        font-size: 0.8em; } }
  .outline-row-program .outline-body {
    padding-left: 1.5em;
    width: 70%;
    display: flex;
    justify-content: flex-start; }
    .outline-row-program .outline-body p {
      margin: 0.5em 0; }
      @media (max-width: 850px) {
        .outline-row-program .outline-body p {
          font-size: 0.8em; } }
  .outline-row-program figure {
    flex-basis: 90px;
    padding: 5px;
    margin: 0; }
    .outline-row-program figure figcaption {
      font-size: 0.8em; }

.txt {
  line-height: 1.8;
  font-size: 1em; }

.l-footer {
  background-color: #e6e6e6;
  padding: 1.5em 1em;
  margin-top: 3em; }
  .l-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center; }
  .l-footer small {
    color: #666; }

.big {
  font-size: 1.8em;
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
  margin: 0 0.05em; }

.mt05 {
  margin-top: 0.5em; }

.mt0 {
  margin-top: 0em !important; }

.ml0 {
  margin-left: 0em !important; }

.mb0 {
  margin-bottom: 0em !important; }

.mr0 {
  margin-right: 0em !important; }

.mt1 {
  margin-top: 1em !important; }

.ml1 {
  margin-left: 1em !important; }

.mb1 {
  margin-bottom: 1em !important; }

.mr1 {
  margin-right: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.ml2 {
  margin-left: 2em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.mr2 {
  margin-right: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.ml3 {
  margin-left: 3em !important; }

.mb3 {
  margin-bottom: 3em !important; }

.mr3 {
  margin-right: 3em !important; }

.mt4 {
  margin-top: 4em !important; }

.ml4 {
  margin-left: 4em !important; }

.mb4 {
  margin-bottom: 4em !important; }

.mr4 {
  margin-right: 4em !important; }

.mt5 {
  margin-top: 5em !important; }

.ml5 {
  margin-left: 5em !important; }

.mb5 {
  margin-bottom: 5em !important; }

.mr5 {
  margin-right: 5em !important; }

.letter03 {
  letter-spacing: 0.33em;
  margin-right: -0.33em; }

.letter1 {
  letter-spacing: 1em;
  margin-right: -1em; }

.letter2 {
  letter-spacing: 2em;
  margin-right: -2em; }

.iblock {
  display: inline-block; }

.noindent {
  text-indent: 0 !important; }

.vat {
  vertical-align: text-top; }

.noborder {
  border: none !important; }

.img {
  display: table; }
  .img figcaption {
    text-align: center; }

.img_space {
  margin: 0 75px; }

.nowrap {
  white-space: nowrap; }

.square {
  background: #004f9f;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em; }

.spbr {
  display: none; }
  @media (max-width: 640px) {
    .spbr {
      display: block; } }

@media (max-width: 640px) {
  .namisen {
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 2em; } }

.flow {
  list-style: none;
  max-width: 600px;
  padding: 8px; }
  .flow li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .flow li .box {
      width: 100%;
      background: #EBEBF5;
      border: 1px solid #333;
      padding: 0.5em;
      margin-bottom: 0.5em; }
  .flow .triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    margin-bottom: 10px; }

.fig-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }
