@charset "UTF-8";
@layer reset {
  /*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
  *, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
  }
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    margin: 0;
  }
  main {
    display: block;
  }
  p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-left: 0;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
  }
  pre {
    font-family: monospace, monospace;
    font-size: inherit;
  }
  address {
    font-style: inherit;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  abbr[title] {
    text-decoration: underline dotted;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  svg, img, embed, object, iframe {
    vertical-align: bottom;
  }
  button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
  }
  button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
  }
  button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
    cursor: default;
  }
  :-moz-focusring {
    outline: auto;
  }
  select:disabled {
    opacity: inherit;
  }
  option {
    padding: 0;
  }
  fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  legend {
    padding: 0;
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
  [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    outline-offset: -2px;
  }
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  [type=number] {
    -moz-appearance: textfield;
  }
  label[for] {
    cursor: pointer;
  }
  details {
    display: block;
  }
  summary {
    display: list-item;
  }
  [contenteditable]:focus {
    outline: auto;
  }
  table {
    border-color: inherit;
    border-collapse: collapse;
  }
  caption {
    text-align: left;
  }
  td, th {
    vertical-align: top;
    padding: 0;
  }
  th {
    text-align: left;
    font-weight: 700;
  }
}
@layer base {
  @font-face {
    font-family: AdjustedYuGothic;
    font-weight: 400;
    src: local("Yu Gothic Medium");
  }
  @font-face {
    font-family: AdjustedYuGothic;
    font-weight: 700;
    src: local("Yu Gothic Bold");
  }
  :root {
    --color-red: rgb(255 0 0);
    --color-black: rgb(0 0 0);
    --color-white: rgb(255 255 255);
    --color-white-alpha: rgb(255 255 255 / 0.9);
    --color-blue: rgb(6 71 137);
    --color-midblue: rgb(0 101 129);
    --color-lightblue: rgb(0 147 175);
    --color-pink: rgb(233 84 93);
    --color-pink-alpha: rgb(233 84 93 / 0.7);
    --color-lightgray: rgb(180 180 180);
    --color-darkgray: rgb(62 58 58);
    --color-beige: rgb(228 217 203);
    --color-darkbeige: rgb(178 167 153);
    --sitecolor-text: var(--color-black);
    --sitecolor-text-invert: var(--color-white);
    --sitecolor-background-white: var(--color-white-alpha);
    --sitecolor-background-color: var(--color-beige);
    --sitecolor-background-disabled: var(--color-lightgray);
    --sitecolor-border: var(--color-darkbeige);
    --sitecolor-main: var(--color-lightblue);
    --sitecolor-sub: var(--color-blue);
    --sitecolor-accent: var(--color-pink);
    --sitecolor-accent-alpha: var(--color-pink-alpha);
  }
  html {
    font-size: 16px;
    font-family: AdjustedYuGothic, "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: var(--sitecolor-text);
    line-height: 1.75;
  }
  @media screen and (width < 600px) {
    html.js_scrollstop {
      overflow: hidden;
    }
  }
  @media screen and (width < 1000px) {
    body {
      background-image: url(../img/common/background.jpg);
      background-repeat: repeat;
    }
  }
  @media screen and (1000px <= width) {
    body {
      background-image: url(../img/common/background_pic.png), url(../img/common/background.jpg);
      background-position: center bottom -100px, center top;
      background-repeat: no-repeat, repeat;
      background-size: contain, auto;
      background-attachment: fixed, fixed;
    }
  }
  @media screen and (width > 1400px) {
    body {
      background-position: center bottom -35vh, center top;
      background-size: cover, auto;
    }
  }
  body {
    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
  }
  body a {
    cursor: pointer;
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }
  .ly_wrap {
    flex-grow: 1;
  }
  .bl_hbgBtn, .bl_backToTopBtn {
    z-index: 3;
  }
  .ly_wrap, .ly_footer {
    z-index: 1;
  }
}
@layer layout {
  .ly_wrap {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }
  @media screen and (width >= 800px) {
    .ly_wrap {
      margin-top: 20px;
      grid-template-columns: 270px 1fr;
      grid-template-rows: auto auto;
    }
  }
  .ly_main {
    display: flex;
    flex-direction: column;
    container-type: inline-size;
  }
  @media screen and (width >= 800px) {
    .ly_main {
      grid-column: 2/3;
      grid-row: 1/2;
    }
  }
  .ly_main_content {
    width: 100%;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    flex-grow: 1;
    container-type: inline-size;
  }
  @media screen and (width >= 800px) {
    .ly_main_content {
      padding-top: 45px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 60px;
    }
  }
  @media screen and (width >= 800px) {
    .ly_side {
      grid-column: 1/2;
      grid-row: 1/2;
    }
  }
  .ly_footer {
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: var(--color-darkgray);
    color: var(--sitecolor-text-invert);
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (width >= 800px) {
    .ly_footer {
      height: 80px;
      font-size: unset;
      grid-column: 1/3;
      grid-row: 2/3;
    }
  }
}
@layer content {
  .ly_main_content > *:not(:first-child) {
    margin-top: 16px;
  }
  .ly_main_content a:not([class]) {
    color: var(--sitecolor-accent);
    text-decoration: underline;
    font-weight: bold;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
  @media (any-hover: hover) {
    .ly_main_content a:not([class]):hover {
      opacity: 0.7;
    }
  }
  .ly_main_content > img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@layer component {
  .bl_sideNav {
    width: 100%;
  }
  @media screen and (width < 800px) {
    .bl_sideNav {
      height: 100dvh;
      padding: 16px;
      position: fixed;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      overflow-y: auto;
      transition-property: opacity visibility;
      transition-duration: 0.3s;
    }
    .bl_sideNav.js_open {
      background-color: rgba(0, 0, 0, 0.85);
      opacity: 1;
      visibility: visible;
    }
  }
  .bl_sideNav_list {
    overflow-y: auto;
    font-weight: bold;
    color: var(--sitecolor-text-invert);
  }
  .bl_sideNav_item {
    background-color: var(--sitecolor-main);
    border-bottom: 1px dotted var(--sitecolor-text-invert);
  }
  @media screen and (width < 800px) {
    .bl_sideNav_item:last-child {
      border-bottom: none;
    }
  }
  .bl_sideNav_link {
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 0;
  }
  .bl_sideNav_link > svg {
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0.5rem;
    transform: translateX(0);
    transition-property: transform;
    transition-duration: 0.2s;
  }
  .bl_sideNav_link::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(to right, var(--sitecolor-sub), 70%, var(--sitecolor-main));
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
  .bl_sideNav_link[aria-current=page]::before {
    opacity: 1;
  }
  @media (any-hover: hover) {
    .bl_sideNav_link:hover::before {
      opacity: 1;
    }
    .bl_sideNav_link:hover > svg {
      transform: translateX(calc(270px - 2rem));
    }
  }
  .bl_sideNav_link.bl_sideNav_link--disabled {
    pointer-events: none;
    background-color: var(--sitecolor-background-disabled);
  }
  .bl_jimukyoku {
    padding: 3rem 1rem 2rem;
    background-color: var(--sitecolor-main);
    color: var(--sitecolor-text-invert);
  }
  .bl_jimukyoku_list {
    font-weight: bold;
  }
  .bl_jimukyoku_list > *:not(:first-child) {
    margin-top: 16px;
  }
  .bl_jimukyoku_list > dt {
    background-color: var(--color-darkgray);
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bl_jimukyoku_list > dd {
    font-size: 0.75rem;
  }
  @media (any-hover: hover) {
    .bl_jimukyoku_list > dd a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (width < 600px) {
    .bl_siteLogo {
      height: 48px;
      padding-right: 48px;
    }
  }
  @media screen and (width >= 600px) {
    .bl_siteLogo {
      height: 64px;
      padding-right: 64px;
    }
  }
  @media screen and (width >= 800px) {
    .bl_siteLogo {
      height: 100px;
      padding-right: unset;
    }
  }
  .bl_siteLogo > a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_siteLogo .bl_siteLogo_img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 730/100;
    display: block;
  }
  .bl_hbgBtn {
    position: fixed;
  }
  @media screen and (width >= 800px) {
    .bl_hbgBtn {
      display: none;
    }
  }
  @media screen and (width < 800px) {
    .bl_hbgBtn {
      width: 64px;
      height: 64px;
      padding: 20px 16px;
      background-color: var(--sitecolor-main);
      top: 0;
      right: 0;
    }
    .bl_hbgBtn.js_open {
      box-shadow: #333 0px 0px 8px;
    }
  }
  @media screen and (width < 600px) {
    .bl_hbgBtn {
      width: 48px;
      height: 48px;
      padding: 16px 12px;
      top: 0;
      right: 0;
    }
  }
  .bl_hbgBtn_line {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: var(--sitecolor-text-invert);
    transition: 0.3s;
  }
  .bl_hbgBtn_line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--sitecolor-text-invert);
    transition: 0.3s;
  }
  @media screen and (width < 800px) {
    .bl_hbgBtn_line::before {
      transform: translateY(-11px);
    }
  }
  @media screen and (width < 600px) {
    .bl_hbgBtn_line::before {
      transform: translateY(-7px);
    }
  }
  .bl_hbgBtn_line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--sitecolor-text-invert);
    transition: 0.3s;
  }
  @media screen and (width < 800px) {
    .bl_hbgBtn_line::after {
      transform: translateY(11px);
    }
  }
  @media screen and (width < 600px) {
    .bl_hbgBtn_line::after {
      transform: translateY(7px);
    }
  }
  .js_open .bl_hbgBtn_line {
    background-color: transparent;
  }
  .js_open .bl_hbgBtn_line::before {
    content: "";
    transition: 0.3s;
    transform: rotate(45deg);
  }
  .js_open .bl_hbgBtn_line::after {
    content: "";
    transition: 0.3s;
    transform: rotate(-45deg);
  }
  .bl_bulletList {
    list-style-type: disc;
    padding-left: 1.75em;
  }
  .bl_bulletList.bl_bulletList--styleNone {
    list-style-type: none;
    padding-left: unset;
  }
  .bl_bulletList.bl_bulletList--annotation {
    list-style-type: none;
    padding-left: unset;
  }
  .bl_bulletList.bl_bulletList--annotation > li {
    display: flex;
  }
  .bl_bulletList.bl_bulletList--annotation > li::before {
    content: "※";
    margin-right: 0.25em;
    flex-shrink: 0;
  }
  .bl_bulletList > li > ul {
    list-style-type: circle;
    padding-left: 1.75em;
  }
  .bl_bulletList > li > ul > li > ul {
    list-style-type: square;
    padding-left: 1.75em;
  }
  .bl_bulletList > li > ul.bl_bulletList_subAnnotation {
    list-style-type: none;
    padding-left: 0;
  }
  .bl_bulletList > li > ul.bl_bulletList_subAnnotation > li {
    display: flex;
  }
  .bl_bulletList > li > ul.bl_bulletList_subAnnotation > li::before {
    content: "※";
    margin-right: 0.25em;
    flex-shrink: 0;
  }
  .bl_orderList {
    list-style-type: decimal;
    padding-left: 1.75em;
  }
  .bl_orderList--listLowerroman {
    list-style-type: lower-roman;
  }
  .bl_orderList--listUpperroman {
    list-style-type: upper-roman;
  }
  .bl_orderList--listBrackets {
    list-style: none;
    counter-reset: olbnum;
    padding-left: 1em;
  }
  .bl_orderList--listBrackets > li {
    display: flex;
  }
  .bl_orderList--listBrackets > li::before {
    width: 2em;
    text-align: right;
    margin-right: 0.5em;
    counter-increment: olbnum;
    content: "(" counter(olbnum) ") ";
  }
  @container (width < 600px) {
    .bl_tableCross {
      overflow-x: auto;
    }
  }
  .bl_tableCross--fontsizeSmall {
    font-size: 14px;
  }
  .bl_tableCross table {
    width: 100%;
    line-height: 1.75;
    border-top: solid 1px var(--sitecolor-border);
    border-left: solid 1px var(--sitecolor-border);
  }
  .bl_tableCross table caption {
    font-weight: bold;
    margin-bottom: 8px;
  }
  .bl_tableCross table thead tr th,
  .bl_tableCross table thead tr td,
  .bl_tableCross table tbody tr th,
  .bl_tableCross table tbody tr td {
    padding: 0.5em 0.5em;
    border-bottom: solid 1px var(--sitecolor-border);
    border-right: solid 1px var(--sitecolor-border);
    vertical-align: middle;
  }
  .bl_tableCross table thead tr th,
  .bl_tableCross table tbody tr th {
    background-color: var(--sitecolor-background-color);
  }
  .bl_tableCross table thead tr td,
  .bl_tableCross table tbody tr td {
    background-color: var(--color-white);
  }
  .bl_tableCross table thead tr th {
    min-width: 80px;
    text-align: center;
  }
  .bl_tableCross table tbody tr th, .bl_tableCross table tbody tr td {
    min-width: 80px;
  }
  .bl_noticeBox {
    background-color: var(--site-color-beige);
    padding: 1rem;
    border-radius: 8px;
  }
  @media screen and (width >= 800px) {
    .bl_noticeBox {
      padding: 1rem 1.5rem;
    }
  }
  .bl_noticeBox.bl_noticeBox--border {
    background-color: unset;
    border: 2px solid var(--site-color-blue);
  }
  .bl_noticeBox .bl_noticeBox_heading {
    padding-bottom: 0.25rem;
    border-bottom: 2px solid var(--site-color-blue);
    margin-bottom: 1rem;
    font-weight: bold;
  }
  .bl_noticeBox .bl_noticeBox_content > *:not(:first-child) {
    margin-top: 16px;
  }
  .bl_gridBox {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
  @media screen and (width >= 800px) {
    .bl_gridBox.bl_gridBox--col2 {
      grid-template-columns: 1fr 1fr;
      column-gap: 2rem;
    }
  }
  .bl_accordionBox {
    border: 2px solid var(--site-color-blue);
    border-radius: 8px;
  }
  .bl_accordionBox_button {
    padding: 1rem;
    font-weight: bold;
    color: var(--site-color-blue);
  }
  @media screen and (width >= 800px) {
    .bl_accordionBox_button {
      padding: 1rem 1.5rem;
    }
  }
  .bl_accordionBox_heading {
    padding-bottom: 0.25rem;
    border-bottom: 2px solid var(--site-color-blue);
    margin-bottom: 1rem;
    font-weight: bold;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  @media screen and (width >= 800px) {
    .bl_accordionBox_heading {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
  }
  .bl_accordionBox_content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  @media screen and (width >= 800px) {
    .bl_accordionBox_content {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  .bl_accordionBox_content > *:not(:first-child) {
    margin-top: 16px;
  }
  .bl_backToTopBtn {
    position: fixed;
    border-radius: calc(infinity * 1px);
    background-color: var(--sitecolor-accent);
    color: var(--sitecolor-text-invert);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity visibility;
    transition-duration: 0.3s;
  }
  @media screen and (width < 800px) {
    .bl_backToTopBtn {
      width: 64px;
      height: 64px;
      padding-top: 0.5rem;
      bottom: 1rem;
      right: 1rem;
    }
  }
  @media screen and (width >= 800px) {
    .bl_backToTopBtn {
      width: 100px;
      height: 100px;
      padding-top: 0.25rem;
      bottom: 1rem;
      right: 1rem;
    }
  }
  .bl_backToTopBtn.js_active {
    opacity: 0.7;
    visibility: visible;
  }
  @media screen and (width < 800px) {
    .bl_backToTopBtn .bl_backToTopBtn_icon {
      width: 48px;
      height: 48px;
    }
  }
  @media screen and (width >= 800px) {
    .bl_backToTopBtn .bl_backToTopBtn_icon {
      width: 64px;
      height: 64px;
    }
  }
  .bl_backToTopBtn .bl_backToTopBtn_text {
    font-weight: bold;
  }
  @media screen and (width < 800px) {
    .bl_backToTopBtn .bl_backToTopBtn_text {
      display: none;
    }
  }
  @media screen and (width >= 800px) {
    .bl_backToTopBtn .bl_backToTopBtn_text {
      font-size: 0.75rem;
    }
  }
  .el_pageTitle {
    padding: 15px 30px;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.5;
    text-box-trim: trim-both;
    color: var(--sitecolor-text-invert);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/common/pageTitle_left.png) left no-repeat, url(../img/common/pageTitle_right.png) right no-repeat, linear-gradient(to right, rgb(0, 101, 129) 0%, 12.5%, rgb(0, 140, 168) 50%, 87.5%, rgb(0, 101, 129) 100%);
    border-top-width: 5px;
    border-top-style: solid;
    border-image-source: linear-gradient(to right, rgb(207, 0, 14), rgb(141, 194, 31), rgb(0, 88, 161));
    border-image-slice: 1;
  }
  @media screen and (width >= 800px) {
    .el_pageTitle {
      min-height: 100px;
      font-size: 2.5rem;
    }
  }
  .el_headingLv2 {
    padding: 0.75rem 1rem;
    margin-top: 40px;
    margin-bottom: 16px;
    background-image: linear-gradient(to right, var(--sitecolor-sub), 70%, var(--sitecolor-main));
    color: var(--sitecolor-text-invert);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .el_headingLv2:first-child {
    margin-top: unset;
  }
  .el_headingLv3 {
    padding-bottom: 0.25rem;
    border-bottom: 3px solid var(--sitecolor-main);
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .el_headingLv4 {
    padding: 0.5rem 0.75rem;
    background-color: var(--sitecolor-background-color);
    border-left: 3px solid var(--color-midblue);
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-midblue);
  }
  .el_headingLv2 + .el_headingLv3,
  .el_headingLv3 + .el_headingLv4 {
    margin-top: unset;
  }
  .el_googlemaps {
    width: 100%;
  }
  .el_btn {
    padding: 0.75rem 1rem;
    border: solid 2px var(--sitecolor-main);
    border-radius: 8px;
    background-color: var(--sitecolor-main);
    color: var(--sitecolor-text-invert);
    font-weight: bold;
    text-align: center;
    display: grid;
    place-content: center;
    transition-property: color, background-color, border-color;
    transition-duration: 0.2s;
  }
  @media (any-hover: hover) {
    .el_btn:hover {
      border: solid 2px var(--sitecolor-main);
      background-color: var(--sitecolor-text-invert);
      color: var(--sitecolor-main);
    }
  }
  .el_btn.el_btn--accent {
    border: solid 2px var(--sitecolor-accent);
    background-color: var(--sitecolor-accent);
    color: var(--sitecolor-text-invert);
  }
  @media (any-hover: hover) {
    .el_btn.el_btn--accent:hover {
      border: solid 2px var(--sitecolor-accent);
      background-color: var(--sitecolor-text-invert);
      color: var(--sitecolor-accent);
    }
  }
  .el_btn.el_btn--disabled {
    background-color: var(--sitecolor-background-disabled);
    border: unset;
    pointer-events: none;
  }
}
@layer unique {
  .un_topHero .un_topHero_img {
    height: auto;
    width: 100%;
  }
  .un_topInformation .un_topInformation_title {
    padding: 0.75rem 1rem;
    background-image: linear-gradient(to right, var(--sitecolor-sub), 70%, var(--sitecolor-main));
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--sitecolor-text-invert);
  }
  .un_topInformation .un_topInformation_list {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 60px;
    background-color: var(--sitecolor-background-white);
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    max-height: 280px;
    overflow-y: auto;
  }
  @media screen and (width >= 800px) {
    .un_topInformation .un_topInformation_list {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 60px;
      grid-template-columns: auto 1fr;
    }
  }
  .un_topInformation .un_topInformation_list > dt {
    width: 120px;
    padding: 7px 8px;
    background-color: var(--sitecolor-accent);
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
    color: var(--sitecolor-text-invert);
    align-self: start;
    justify-self: start;
  }
  .un_topInformation .un_topInformation_list > dd a:not([class]) {
    color: var(--sitecolor-accent);
    text-decoration: underline;
    font-weight: bold;
    transition-property: opacity;
    transition-duration: 0.3s;
  }
  @media (any-hover: hover) {
    .un_topInformation .un_topInformation_list > dd a:not([class]):hover {
      opacity: 0.7;
    }
  }
  .un_messageProfile {
    display: grid;
  }
  @container (width < 480px) {
    .un_messageProfile {
      grid-template-rows: auto auto;
      row-gap: 1rem;
    }
  }
  @container (width >= 480px) {
    .un_messageProfile {
      grid-template-columns: auto 160px;
      column-gap: 2rem;
    }
  }
  .un_messageProfile .un_messageProfile_content {
    line-height: 1.8;
    text-align: right;
  }
  @container (width < 480px) {
    .un_messageProfile .un_messageProfile_content {
      grid-row: 2/3;
    }
  }
  @container (width >= 480px) {
    .un_messageProfile .un_messageProfile_content {
      text-align: right;
      grid-column: 1/2;
      align-self: flex-end;
    }
  }
  @container (width < 480px) {
    .un_messageProfile .un_messageProfile_imgWrapper {
      grid-row: 1/2;
      justify-self: center;
    }
  }
  @container (width >= 480px) {
    .un_messageProfile .un_messageProfile_imgWrapper {
      grid-column: 2/3;
    }
  }
  .un_overviewTable {
    width: 100%;
  }
  .un_overviewTable tr {
    border-top: solid 1px var(--sitecolor-border);
  }
  .un_overviewTable tr th, .un_overviewTable tr td {
    padding: 1rem;
  }
  .un_overviewTable tr th {
    min-width: 8em;
    display: inline-block;
    text-align-last: justify;
  }
  .un_overviewTable tr:last-of-type {
    border-bottom: solid 1px var(--sitecolor-border);
  }
  .un_linkList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .un_linkList .un_linkList_item {
    padding-left: 1.75rem;
  }
  .un_linkList .un_linkList_item dt {
    display: list-item;
    list-style-type: disc;
  }
}
@layer helper {
  .hp_fontsizeNormal {
    font-size: 1rem;
  }
  .hp_fontsizeXLarge {
    font-size: 1.5em;
  }
  .hp_fontsizeLarge {
    font-size: 1.25em;
  }
  .hp_fontsizeSmall {
    font-size: 0.875em;
  }
  .hp_fontsizeXSmall {
    font-size: 0.75em;
  }
  .hp_fontweightNormal {
    font-weight: normal;
  }
  .hp_fontweightBold {
    font-weight: bold;
  }
  .hp_textalignCenter {
    text-align: center;
  }
  .hp_textalignRight {
    text-align: right;
  }
  .hp_textindent1em {
    text-indent: 1em;
  }
  .hp_burasageindent1em {
    text-indent: -1em;
    padding-left: 1em;
  }
  .hp_burasageindent2em {
    text-indent: -2em;
    padding-left: 2em;
  }
  .hp_colorRed {
    color: var(--color-red);
  }
  .hp_margintop0 {
    margin-top: 0;
  }
  .hp_margintop05rem {
    margin-top: 0.5rem;
  }
  .hp_margintop1rem {
    margin-top: 1rem;
  }
  .hp_margintop2rem {
    margin-top: 2rem;
  }
  .hp_margintop3rem {
    margin-top: 3rem;
  }
  .hp_margintop5rem {
    margin-top: 5rem;
  }
  .hp_tablecellCenter {
    text-align: center;
  }
  .hp_tablecellRight {
    text-align: right;
  }
  .hp_tablecellNowrap {
    white-space: nowrap;
  }
  .hp_width100 {
    width: 100%;
  }
}
