@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: no-repeat transparent;
  color: inherit;
  font: inherit;
  font-size: 100%;
  text-align: inherit;
  text-decoration: none;
  vertical-align: baseline;
  touch-action: manipulation;
}
*::before, *::after {
  box-sizing: inherit;
  vertical-align: inherit;
}
*:not(:focus-visible) {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-word;
  word-wrap: break-word;
  hyphens: none;
}

img,
svg,
video,
embed,
canvas,
object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

svg {
  fill: currentColor;
}

ul,
ol,
li {
  list-style: none inside;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

[href],
summary,
button,
select,
input[type=button],
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=file],
input[type=month],
input[type=radio],
input[type=range],
input[type=reset],
input[type=submit],
input[type=time],
input[type=week],
label[for],
label:has(input) {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

header input,
header button,
header select,
header textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

footer input,
footer button,
footer select,
footer textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: vertical;
}

summary::marker, summary::-webkit-details-marker {
  display: none;
  content: none;
}

video:not([control]) {
  pointer-events: none;
}

code,
kbd,
pre,
var,
samp {
  font-family: Consolas, monospace, sans-serif;
}

*:focus-visible {
  outline-offset: 2px;
}

:root {
  --tos-black: #000;
  --tos-white: #fff;
  --tos-red: #e61e1e;
  --tos-blue: #0064d2;
  --tos-orange: #fa9628;
  --tos-teal: #50bebe;
  --tos-cyan: #64afe1;
  --tos-gray: #a0a0a5;
  --tos-gray-f5: #F5F5F5;
  --tos-yellow: #fad737;
  --tos-lavender: #af8cc8;
  --tos-orange-dark: #b94b00;
  --tos-teal-dark: #007580;
  --tos-cyan-dark: #265c80;
  --tos-gray-dark: #505054;
  --tos-yellow-dark: #916e00;
  --tos-lavender-dark: #644080;
  --tos-orange-25: #fee5C9;
  --tos-orange-40: #fdd5a9;
  --tos-orange-55: #fcc589;
  --tos-orange-70: #fcb669;
  --tos-orange-85: #fba648;
  --tos-teal-25: #d3efef;
  --tos-teal-40: #b9e5e5;
  --tos-teal-55: #9fdbdb;
  --tos-teal-70: #85d2d2;
  --tos-teal-85: #6ac8c8;
  --tos-cyan-25-25: #d8ebf8;
  --tos-cyan-25: #d8ebf7;
  --tos-cyan-40: #c1dff3;
  --tos-cyan-55: #aad3ef;
  --tos-cyan-70: #93c7ea;
  --tos-cyan-85: #7bbbe5;
  --tos-gray-25: #e7e7e8;
  --tos-gray-40: #d9d9dB;
  --tos-gray-55: #cbcbce;
  --tos-gray-70: #bdbdc0;
  --tos-gray-85: #aeaeb2;
  --tos-yellow-25: #fef5cd;
  --tos-yellow-40: #fdefaf;
  --tos-yellow-55: #fce991;
  --tos-yellow-70: #fce373;
  --tos-yellow-85: #fbdd55;
  --tos-lavender-25: #ebe2f1;
  --tos-lavender-40: #dfd1e9;
  --tos-lavender-55: #d3c0e1;
  --tos-lavender-70: #c7afd9;
  --tos-lavender-85: #bb9dd0;
}

html {
  overflow: auto;
  font-family: "Noto Sans JP", "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Helvetica Neue", Helvetica, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

header, footer {
  line-height: 1.5;
}
@media (min-width: 769px) {
  header, footer {
    font-size: 1.6rem;
  }
}
@media (max-width: 768.98px) {
  header, footer {
    font-size: 1.4rem;
  }
}
header, footer {
  font-size: 14px;
}
@media all and (min-width: 769px) {
  header, footer {
    font-size: 16px;
  }
}

header {
  overflow: visible;
}

footer {
  overflow: hidden auto;
}

header input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[href] {
  color: var(--tos-blue);
}

@media (hover) {
  footer [href]:hover {
    text-decoration: underline;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  .sr-only-pc {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .sr-only-sp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 769px) {
  .sr-only-focusable-pc:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .sr-only-focusable-sp:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.header {
  display: grid;
  position: relative;
  z-index: 100;
  z-index: 1100;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--tos-white);
}
@media (min-width: 769px) {
  .header {
    grid-template-columns: 210px 1fr 190px auto;
    grid-template-rows: 64px 1fr;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 960px;
    position: sticky;
    top: 0;
    padding-bottom: 1.9em;
  }
}
@media (max-width: 768.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 132px 1fr;
    grid-template-rows: 44px 1fr;
  }
}
.header::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: inherit;
  content: "";
}
@media (min-width: 769px) {
  body {
    padding-top: var(--header-height, 0px);
  }
}
@media (max-width: 768.98px) {
  body {
    padding-top: 44px;
  }
}

@media (min-width: 769px) {
  .header-logo {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768.98px) {
  .header-logo {
    outline-offset: -4px;
  }
}
@media (min-width: 769px) {
  .header-logo > img {
    aspect-ratio: 161/64;
  }
}
@media (max-width: 768.98px) {
  .header-logo > img {
    aspect-ratio: 132/44;
  }
}

@media (min-width: 769px) {
  .header-identifier {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768.98px) {
  .header-identifier {
    display: none;
  }
}

@media (min-width: 769px) {
  .header-navigation-check {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-check {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }
  .header-navigation-check:focus-visible {
    outline-offset: -4px;
  }
}

@media (min-width: 769px) {
  [for=header-navigation-check] {
    display: none;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check] {
    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check]::before {
    position: fixed;
    inset: 44px 0 0;
    background-color: var(--tos-black);
    content: "";
    transition: 0.5s;
    transition-property: opacity, visibility;
  }
}
@media (max-width: 768.98px) {
  [for=header-navigation-check] > span {
    display: block;
    position: absolute;
    top: 21px;
    right: 9.5px;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: background 0.5s;
  }
  [for=header-navigation-check] > span::before, [for=header-navigation-check] > span::after {
    display: inherit;
    position: inherit;
    left: 0;
    right: 0;
    height: inherit;
    margin: inherit;
    background-color: #000;
    transition: transform 0.5s, top 0.5s;
    content: "";
  }
  [for=header-navigation-check] > span::before {
    top: -8px;
  }
  [for=header-navigation-check] > span::after {
    top: 8px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-check:not(:checked) + [for=header-navigation-check]::before {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 768.98px) {
  .header-navigation-check:checked + [for=header-navigation-check]::before {
    opacity: 0.5;
  }
}
.header-navigation-check:checked + [for=header-navigation-check] > span {
  background: rgba(0, 0, 0, 0);
}
.header-navigation-check:checked + [for=header-navigation-check] > span::before {
  top: 0;
  transform: rotate(45deg);
}
.header-navigation-check:checked + [for=header-navigation-check] > span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .header-navigation {
    display: grid;
    grid-template: inherit;
    grid-area: 2/5/2/1;
    place-items: center;
    position: relative;
    z-index: 0;
    margin-top: -64px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation {
    grid-column: 1/3;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: height 0.5s, max-height 0.5s, visibility 0.5s;
    z-index: 1000;
  }
  .header-navigation-check:checked ~ .header-navigation {
    max-height: 80vh;
    overflow: auto;
  }
  .header-navigation-check:not(:checked) ~ .header-navigation {
    max-height: 0;
  }
}

.header-navigation-search {
  display: flex;
}
@media (min-width: 769px) {
  .header-navigation-search {
    grid-area: 1/3/2/4;
    width: clamp(160px, 22vw, 190px);
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search {
    background-color: #e7e7e8;
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .header-navigation-search .mf_finder_container {
    margin-top: 17px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search .mf_finder_container {
    width: 100%;
    padding: 20px;
    background-color: var(--tos-gray-25);
  }
}
.header-navigation-search .mf_finder_searchBox {
  margin-left: 0;
  margin-right: 0;
}
.header-navigation-search .mf_finder_searchBox_items {
  position: relative;
  padding: 0;
}
.header-navigation-search .mf_finder_searchBox_query_input {
  width: 100%;
  height: 29px;
  min-height: 29px;
  padding: 4px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .header-navigation-search .mf_finder_searchBox_query_input {
    border: 2px solid #000;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-search .mf_finder_searchBox_query_input {
    border: 1px solid #000;
  }
}
.header-navigation-search .mf_finder_searchBox_query_input:focus-visible {
  outline: none;
}
.header-navigation-search .mf_finder_searchBox_submit {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/global-img/header-navigation-search.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0;
  background-color: var(--tos-white);
  border-radius: 6px;
  outline-offset: -4px !important;
}
.header-navigation-search .mf_finder_searchBox_submit::before {
  display: none;
}
.header-navigation-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  background-color: white;
  border: 1px solid black;
  border-radius: 6px;
}
.header-navigation-search > div {
  width: 100%;
}

@media (min-width: 769px) {
  .header-navigation-global-collapse {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-collapse {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 47px;
    padding: 10px;
    padding-right: 36px;
    outline-offset: -4px;
    background-color: #f7f9fa;
    font-weight: bold;
  }
  .header-navigation-global-collapse[aria-pressed]::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    -webkit-mask-image: url(../img/global-img/icons-plus-minus.svg);
            mask-image: url(../img/global-img/icons-plus-minus.svg);
    -webkit-mask-size: 200%;
            mask-size: 200%;
    content: "";
  }
  .header-navigation-global-collapse[aria-pressed=false]::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .header-navigation-global-collapse[aria-pressed=true]::after {
    -webkit-mask-position: 100%;
            mask-position: 100%;
  }
}

@media (min-width: 769px) {
  .header-navigation-global {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    grid-area: 2/5/2/1;
    width: 100%;
    margin-top: 15px;
    position: relative;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global[aria-hidden] {
    overflow: hidden;
    transition: height 0.5s;
  }
  .header-navigation-global[aria-hidden=true] {
    height: 0;
  }
  .header-navigation-global[aria-hidden=false] {
    height: var(--header-navigation-global-height);
  }
}
.header-navigation-global > * {
  position: relative;
}
@media (min-width: 769px) {
  .header-navigation-global > * ~ * {
    border-left: 1px solid #d8d8d8;
  }
}

.header-navigation-global-link {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--tos-black);
  line-height: 1;
}
@media (min-width: 769px) {
  .header-navigation-global-link {
    height: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link {
    width: 100%;
    height: 47px;
    padding: 10px;
    padding-right: 36px;
    background-color: var(--tos-white);
    font-weight: bold;
    outline-offset: -4px;
  }
  .header-navigation-global-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    content: "";
  }
  .header-navigation-global-link[aria-pressed] {
    background-color: #f7f9fa;
  }
}
@media (max-width: 768.98px) and (max-width: 768.98px) {
  .header-navigation-global-link[aria-pressed] {
    border-top: 1px solid var(--tos-gray-25);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-link[aria-pressed]::after {
    -webkit-mask-image: url(../img/global-img/icons-plus-minus.svg);
            mask-image: url(../img/global-img/icons-plus-minus.svg);
    -webkit-mask-size: 200%;
            mask-size: 200%;
  }
  .header-navigation-global-link[aria-pressed][aria-pressed=false]::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .header-navigation-global-link[aria-pressed][aria-pressed=true]::after {
    -webkit-mask-position: 100%;
            mask-position: 100%;
  }
  .header-navigation-global-link[href]::after {
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    color: #515155;
  }
}
.header-navigation-global-link > span {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (hover) {
  .header-navigation-global-link > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background-color: var(--tos-blue);
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    content: "";
  }
  .header-navigation-global-link:hover {
    text-decoration: none;
  }
  .header-navigation-global-link:hover > span::before {
    transform: scale(1, 1);
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-current=page] > span::before, .header-navigation-global-link[data-current=page] > span::before, .header-navigation-global-link[aria-pressed=true] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background-color: var(--tos-blue);
    transform: scale(1, 1);
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed]::before {
    display: block;
    position: fixed;
    inset: var(--header-height) 0 0;
    background-color: var(--tos-black);
    content: "";
    transition: opacity 0.5s;
    cursor: default;
  }
}
.header-navigation-global-link[aria-pressed] > span {
  gap: 6px;
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed] > span::after {
    width: 10px;
    height: 10px;
    background-color: currentColor;
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    color: var(--tos-gray-dark);
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed=true]::before {
    opacity: 0.5;
  }
}
.header-navigation-global-link[aria-pressed=true] > span::after {
  -webkit-mask-position: 0;
          mask-position: 0;
}
@media (min-width: 769px) {
  .header-navigation-global-link[aria-pressed=false]::before {
    opacity: 0;
    pointer-events: none;
  }
}
.header-navigation-global-link[aria-pressed=false] > span::after {
  -webkit-mask-position: 100%;
          mask-position: 100%;
}

.header-navigation-global-dropdown {
  overflow: hidden;
  height: 0;
  background-color: var(--tos-white);
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
@media (hover) {
  .header-navigation-global-dropdown {
    text-decoration: none;
  }
}
.header-navigation-global-dropdown[aria-hidden] {
  transition: height 0.5s, visibility 0.5s;
}
.header-navigation-global-dropdown[aria-hidden=true] {
  visibility: hidden;
}
.header-navigation-global-dropdown[aria-hidden=false] {
  height: var(--h);
}

@media (min-width: 769px) {
  .header-navigation-global-dropdown-head {
    border-bottom: 1px solid #d8d8d8;
  }
}

.header-navigation-global-dropdown-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 0.88rem;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link {
    height: 48px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-dropdown-link {
    height: 47px;
    outline-offset: -4px;
  }
}
@media (max-width: 768.98px) {
  *:not(.header-navigation-global-dropdown-head) > .header-navigation-global-dropdown-link {
    padding-left: 25px;
  }
}

@media (min-width: 769px) {
  .header-navigation-global-dropdown-link[href] {
    color: var(--tos-black);
  }
  .header-navigation-global-dropdown-link[href]::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-white);
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}
@media (min-width: 769px) and (hover) {
  .header-navigation-global-dropdown-link[href] {
    text-decoration: none;
  }
  .header-navigation-global-dropdown-link[href]:hover {
    background-color: var(--tos-blue);
    color: var(--tos-white);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-global-dropdown-link[href] {
    color: var(--tos-black);
  }
  .header-navigation-global-dropdown-link[href]::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-global-dropdown-link[aria-current=page] {
    color: #999999;
  }
}

@media (min-width: 769px) {
  .header-navigation-local {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    grid-area: 3/5/3/1;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--tos-blue);
    color: var(--tos-white);
  }
  .header-navigation-local::before {
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
    background: inherit;
    content: "";
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local {
    background-color: var(--tos-blue);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local > * {
    border-top: solid 1px var(--tos-cyan-70);
  }
}

.header-navigation-local-link {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--tos-white);
  line-height: 1;
}
@media (min-width: 769px) {
  .header-navigation-local-link {
    height: 56px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.4rem;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-link {
    width: 100%;
    height: 47px;
    padding: 10px;
    font-weight: bold;
    outline-offset: -4px;
  }
  .header-navigation-local-link:not([aria-current])::after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: currentColor;
    content: "";
  }
  .header-navigation-local-link[aria-pressed]::after {
    -webkit-mask-image: url(../img/global-img/icons-plus-minus.svg);
            mask-image: url(../img/global-img/icons-plus-minus.svg);
    -webkit-mask-size: 200%;
            mask-size: 200%;
  }
  .header-navigation-local-link[aria-pressed][aria-pressed=false]::after {
    -webkit-mask-position: 0;
            mask-position: 0;
  }
  .header-navigation-local-link[aria-pressed][aria-pressed=true]::after {
    -webkit-mask-position: 100%;
            mask-position: 100%;
  }
  .header-navigation-local-link[href]::after {
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
  }
}
.header-navigation-local-link > span {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) and (hover) {
  .header-navigation-local-link[href], .header-navigation-local-link[aria-pressed] {
    transition: background 0.2s linear;
  }
  .header-navigation-local-link[href] > span::before, .header-navigation-local-link[aria-pressed] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 3px;
    background-color: currentColor;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    content: "";
  }
  .header-navigation-local-link[href]:hover, .header-navigation-local-link[aria-pressed]:hover {
    text-decoration: none;
    background-color: var(--tos-cyan);
  }
  .header-navigation-local-link[href]:hover > span::before, .header-navigation-local-link[aria-pressed]:hover > span::before {
    transform: scale(1, 1);
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed]::before {
    display: block;
    position: fixed;
    inset: var(--header-height) 0 0;
    background-color: var(--tos-black);
    content: "";
    transition: opacity 0.5s;
    cursor: default;
  }
}
.header-navigation-local-link[aria-pressed] > span {
  gap: 6px;
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed] > span::after {
    width: 10px;
    height: 10px;
    background-color: currentColor;
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    content: "";
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed=true] {
    background-color: var(--tos-cyan);
  }
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed=true]::before {
    opacity: 0.5;
  }
}
.header-navigation-local-link[aria-pressed=true] > span::after {
  -webkit-mask-position: 0;
          mask-position: 0;
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-pressed=false]::before {
    opacity: 0;
    pointer-events: none;
  }
}
.header-navigation-local-link[aria-pressed=false] > span::after {
  -webkit-mask-position: 100%;
          mask-position: 100%;
}
@media (min-width: 769px) {
  .header-navigation-local-link[aria-current=page] > span::before, .header-navigation-local-link[data-current=page] > span::before, .header-navigation-local-link[aria-pressed=true] > span::before {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 3px;
    background-color: currentColor;
    transform: scale(1, 1);
    content: "";
  }
}

.header-navigation-local-dropdown {
  overflow: hidden;
  height: 0;
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 1220px;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--tos-white);
    color: var(--tos-black);
  }
}
.header-navigation-local-dropdown[aria-hidden] {
  transition: height 0.5s, visibility 0.5s;
}
.header-navigation-local-dropdown[aria-hidden=true] {
  visibility: hidden;
}
.header-navigation-local-dropdown[aria-hidden=false] {
  height: var(--h);
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown > *:first-of-type {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown > *:last-of-type {
    margin-bottom: 20px;
  }
}

.header-navigation-local-dropdown-link {
  position: relative;
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown-link {
    display: block;
    padding-left: 1.5em;
    color: var(--tos-black);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-dropdown-link {
    display: flex;
    align-items: center;
    height: 47px;
    padding-left: 10px;
    background-color: var(--tos-white);
    color: var(--tos-black);
    outline-offset: -4px;
  }
}
@media (min-width: 769px) {
  .header-navigation-local-dropdown-link::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: var(--tos-blue);
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}
@media (max-width: 768.98px) {
  .header-navigation-local-dropdown-link::after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: var(--tos-gray-dark);
    -webkit-mask-image: url(../img/global-img/icons-arrow.svg);
            mask-image: url(../img/global-img/icons-arrow.svg);
    -webkit-mask-size: 400%;
            mask-size: 400%;
    -webkit-mask-position: 200%;
            mask-position: 200%;
    content: "";
  }
}

.header-navigation-sub {
  display: grid;
  justify-content: center;
}
@media (min-width: 769px) {
  .header-navigation-sub {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 6px;
    grid-area: 1/4/2/5;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub {
    align-items: center;
    align-content: center;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
    background-color: var(--tos-blue);
    color: var(--tos-white);
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > * {
    height: 21px;
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub > * {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(odd) {
    padding-right: 15px;
    text-align: right;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(even) {
    padding-left: 15px;
    border-left: 1px solid #d8d8d8;
    text-align: left;
  }
}

.header-navigation-sub-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  border-bottom: solid 1px transparent;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub-link[href] {
    color: var(--tos-black);
  }
}
@media (min-width: 769px) and (hover) {
  .header-navigation-sub-link[href]:hover {
    border-bottom-color: var(--tos-blue);
  }
}
@media (max-width: 768.98px) {
  .header-navigation-sub-link[href] {
    color: var(--tos-white);
  }
}
@media (hover) {
  .header-navigation-sub-link[href] {
    text-decoration: none;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(odd) > .header-navigation-sub-link {
    justify-content: end;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .header-navigation-sub > *:nth-of-type(even) > .header-navigation-sub-link {
    margin-right: auto;
  }
}

.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1260px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .footer-wrap::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100vw;
    height: 65px;
    z-index: -1;
    background: #0064d2;
    content: "";
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .footer-wrap::before {
    min-width: 960px;
  }
}
@media all and (max-width: 768px) {
  .footer-wrap {
    justify-content: center;
  }
}

.footer-sns {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-sns {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f6;
  }
  .footer-sns:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    display: inline-block;
    width: 100vw;
    height: 100%;
    background-color: #f5f5f6;
  }
}
@media (max-width: 768.98px) {
  .footer-sns {
    margin-bottom: 40px;
    padding: 30px 0;
    background-color: #f5f5f6;
  }
}

.footer-sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .footer-sub {
    justify-content: end;
    gap: 26px 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .footer-sub {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768.98px) {
  .footer-sub > * {
    width: 50%;
    text-align: center;
  }
}

.footer-sub-link {
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border-bottom: solid 1px transparent;
  font-size: 1.4rem;
}
@media (max-width: 768.98px) {
  .footer-sub-link {
    justify-content: center;
  }
}
@media (hover) {
  .footer-sub-link[href]:hover {
    text-decoration: none;
    border-bottom-color: #0064d2;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 769px) {
  .footer-nav {
    gap: 20px;
    height: 65px;
    padding-left: 20px;
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .footer-nav {
    row-gap: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768.98px) {
  .footer-nav > *:first-of-type, .footer-nav > *:last-of-type {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  .footer-nav > *:not(:first-of-type):not(:last-of-type) {
    width: 50%;
  }
}

.footer-nav-link {
  display: flex;
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 24px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px transparent;
  font-size: 0.75rem;
}
@media (max-width: 768.98px) {
  .footer-nav-link {
    justify-content: center;
    text-align: center;
    font-size: 0.86rem;
  }
}
@media (min-width: 769px) {
  .footer-nav-link[href] {
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .footer-nav-link[href] {
    color: #000;
  }
}
@media (hover) {
  .footer-nav-link[href]:hover {
    text-decoration: none;
    border-bottom-color: currentColor;
  }
}

@media (min-width: 769px) {
  .footer-identifier {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .footer-identifier {
    display: block;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-copyright {
  position: relative;
  margin-left: auto;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .footer-copyright {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25em;
    height: 65px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
  }
}
@media (max-width: 768.98px) {
  .footer-copyright {
    margin-right: auto;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768.98px) {
  .footer-identifier ~ .footer-copyright {
    margin-top: 10px;
  }
}

@media all and (max-width: 768px) {
  .footer-copyright {
    width: 100%;
    text-align: center;
  }
}

.footer-backlink {
  display: block;
  position: fixed;
  background-color: rgba(112, 112, 112, 0.36);
  background-image: url(../img/common/footer-backlink.svg);
  background-position: center;
  background-size: cover;
  color: #fff;
  transition: opacity 0.1s;
}
@media (min-width: 769px) {
  .footer-backlink {
    right: 20px;
    bottom: 11px;
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 768.98px) {
  .footer-backlink {
    right: 18px;
    bottom: 8px;
    width: 40px;
    height: 40px;
  }
}
.footer-backlink[hidden] {
  opacity: 0;
  pointer-events: none;
}

.breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1200px;
  height: 58px;
  overflow: auto hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.breadcrumb > li > [href] {
  color: var(--tos-blue);
}
@media (hover) {
  .breadcrumb > li > [href]:hover {
    text-decoration: underline;
  }
}
.breadcrumb > li > [rel=home] {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.breadcrumb > li > [rel=home]::before {
  position: absolute;
  inset: 0;
  width: inherit;
  height: inherit;
  background-color: currentColor;
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
          mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
  -webkit-mask-position: 0;
          mask-position: 0;
  -webkit-mask-size: 200%;
          mask-size: 200%;
  content: "";
}
.breadcrumb > li ~ li {
  display: flex;
  align-items: center;
}
.breadcrumb > li ~ li::before {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--tos-blue);
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
          mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy45LjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDU0Nzg0KSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMCI+DQo8cG9seWdvbiBwb2ludHM9IjExLjQsMi44IDEwLDEuNCA4LjYsMi44IDAuNSwxMS41IDEuOSwxMyAzLjgsMTAuOSAzLjgsMTguNiA4LDE4LjYgOCwxMi42IDEyLDEyLjYgMTIsMTguNiAxNi4yLDE4LjYgMTYuMiwxMC45IA0KCTE4LjEsMTMgMTkuNSwxMS41ICIvPg0KPHBhdGggaWQ9IuODkeOCuV8xMzA5XzAwMDAwMDgzMDQ5MTIwODI2NjQwNjk3NjAwMDAwMDA3MjM5MTg0MjY1MzQxNTY0MzQ4XyIgZD0iTTI3LjIsMi44bC0xLjcsMS43bDUuNiw1LjVsLTUuNiw1LjVsMS43LDEuNw0KCWw3LjQtNy4yTDI3LjIsMi44eiIvPg0KPC9zdmc+DQo=);
  -webkit-mask-position: -100%;
          mask-position: -100%;
  -webkit-mask-size: 200%;
          mask-size: 200%;
  content: "";
}

.localnav {
  background-color: #e7e7e8;
  z-index: 200;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .localnav {
    display: block;
    top: 44px;
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 769px) {
  .localnav {
    overflow-x: auto;
  }
}
.localnav.-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.localnav.-clone[hidden] {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 769px) {
  .localnav__check,
  .localnav__check_original,
  .localnav__check_clone {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .localnav__check,
  .localnav__check_original,
  .localnav__check_clone {
    display: block;
    width: 100%;
    height: 60px;
    outline-offset: -4px;
    transition: background 0.5s;
  }
}
@media (max-width: 768.98px) {
  .localnav__check:checked,
  .localnav__check_original:checked,
  .localnav__check_clone:checked {
    background-color: #dedede;
  }
}
@media (min-width: 769px) {
  [for=localnav__check_original],
  [for=localnav__check_clone],
  [for=localnav__check] {
    display: none;
  }
}
@media (max-width: 768.98px) {
  [for=localnav__check_original],
  [for=localnav__check_clone],
  [for=localnav__check] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 60px;
    padding-left: 10px;
    font-size: 1.4rem;
    perspective: 500px;
  }
}
@media (max-width: 768.98px) {
  [for=localnav__check_original]::after,
  [for=localnav__check_clone]::after,
  [for=localnav__check]::after {
    width: 9px;
    height: 9px;
    margin-left: 12px;
    border-top: 2px solid #505054;
    border-left: 2px solid #505054;
    content: "";
    transition: transform 0.5s, border-color 0.5s;
  }
}
@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked)::after,
  .localnav__check_clone:not(:checked)::after, .localnav__check:not(:checked) ~ [for=localnav__check_original]::after,
  .localnav__check:not(:checked) ~ [for=localnav__check_clone]::after,
  .localnav__check:not(:checked) ~ [for=localnav__check]::after {
    transform: translate(3px, -1px) rotate3d(1, 0, 0, 180deg) rotate(45deg);
  }
}

@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked),
  .localnav__check_clone:not(:checked), .localnav__check:checked ~ [for=localnav__check_original],
  .localnav__check:checked ~ [for=localnav__check_clone],
  .localnav__check:checked ~ [for=localnav__check] {
    color: #505054;
  }
  .localnav__check_original:not(:checked)::after,
  .localnav__check_clone:not(:checked)::after, .localnav__check:checked ~ [for=localnav__check_original]::after,
  .localnav__check:checked ~ [for=localnav__check_clone]::after,
  .localnav__check:checked ~ [for=localnav__check]::after {
    border-color: #505054;
  }
}
@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked)::after,
  .localnav__check_clone:not(:checked)::after, .localnav__check:checked ~ [for=localnav__check_original]::after,
  .localnav__check:checked ~ [for=localnav__check_clone]::after,
  .localnav__check:checked ~ [for=localnav__check]::after {
    transform: translate(3px, 4px) rotate3d(1, 0, 0, 0deg) rotate(45deg);
  }
}

.localnav__list {
  z-index: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e7e7e8;
}
@media (min-width: 769px) {
  .localnav__list {
    display: flex;
    gap: 30px;
    position: relative;
    padding-right: 10px;
  }
}
@media (max-width: 768.98px) {
  .localnav__list {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    transition: 0.5s;
    transition-property: opacity, visibility;
  }
}
@media (max-width: 768.98px) {
  .localnav__check_original:not(:checked),
  .localnav__check_clone:not(:checked), .localnav__check:not(:checked) ~ .localnav__list {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 768.98px) {
  .localnav__list > li {
    border-top: 2px solid;
  }
}
.localnav__list > li {
  /*@include mq-min() {
    &:first-of-type {
    }
    &:last-of-type {
      padding-right: 40px;
    }
  }
  & + li {
  }*/
}

.localnav__link {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  outline-offset: -4px;
  font-size: 1.4rem;
  line-height: 1.25;
  white-space: nowrap;
}
.localnav__link.active {
  color: #0064d2 !important;
  font-weight: bold;
}
@media (min-width: 769px) {
  .localnav__link {
    height: 50px;
    padding: 10px;
  }
}
@media (max-width: 768.98px) {
  .localnav__link {
    height: 60px;
    padding: 10px 30px;
  }
}
.localnav__link[href] {
  position: relative;
  color: #505054;
}
@media (hover) {
  .localnav__link[href] {
    transition: color 0.5s;
  }
  .localnav__link[href]:hover, .localnav__link[href]:focus {
    color: #0064d2;
    text-decoration: none;
  }
  .localnav__link[href]:hover::after, .localnav__link[href]:focus::after {
    border-color: #505054;
  }
}
@media (min-width: 769px) and (hover) {
  .localnav__link[href]::before {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 3px;
    background-color: #0064d2;
    content: "";
    scale: 0;
    transition: scale 0.5s;
  }
  .localnav__link[href]:hover::before, .localnav__link[href]:focus::before {
    scale: 1;
  }
}

@media (max-width: 768.98px) {
  .localnav:has(.localnav__select) {
    display: flex;
    padding: 10px;
  }
}

.localnav__select {
  position: relative;
}
@media (min-width: 769px) {
  .localnav__select {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .localnav__select {
    width: 70%;
    height: 100%;
    min-width: 250px;
  }
}
.localnav__select::before {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  width: 1px;
  background-color: #bcbcc0;
  content: "";
  pointer-events: none;
}
.localnav__select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(225deg);
  pointer-events: none;
}
@media (max-width: 768.98px) {
  .localnav__select > select {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 65px;
    border: 1px solid #bcbcc0;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.width-0 {
  width: 0px !important;
}

@media (min-width: 769px) {
  .width-0-pc {
    width: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .width-0-sp {
    width: 0px !important;
  }
}
.width-5 {
  width: 5px !important;
}

@media (min-width: 769px) {
  .width-5-pc {
    width: 5px !important;
  }
}
@media (max-width: 768.98px) {
  .width-5-sp {
    width: 5px !important;
  }
}
.width-10 {
  width: 10px !important;
}

@media (min-width: 769px) {
  .width-10-pc {
    width: 10px !important;
  }
}
@media (max-width: 768.98px) {
  .width-10-sp {
    width: 10px !important;
  }
}
.width-15 {
  width: 15px !important;
}

@media (min-width: 769px) {
  .width-15-pc {
    width: 15px !important;
  }
}
@media (max-width: 768.98px) {
  .width-15-sp {
    width: 15px !important;
  }
}
.width-20 {
  width: 20px !important;
}

@media (min-width: 769px) {
  .width-20-pc {
    width: 20px !important;
  }
}
@media (max-width: 768.98px) {
  .width-20-sp {
    width: 20px !important;
  }
}
.width-25 {
  width: 25px !important;
}

@media (min-width: 769px) {
  .width-25-pc {
    width: 25px !important;
  }
}
@media (max-width: 768.98px) {
  .width-25-sp {
    width: 25px !important;
  }
}
.width-30 {
  width: 30px !important;
}

@media (min-width: 769px) {
  .width-30-pc {
    width: 30px !important;
  }
}
@media (max-width: 768.98px) {
  .width-30-sp {
    width: 30px !important;
  }
}
.width-35 {
  width: 35px !important;
}

@media (min-width: 769px) {
  .width-35-pc {
    width: 35px !important;
  }
}
@media (max-width: 768.98px) {
  .width-35-sp {
    width: 35px !important;
  }
}
.width-40 {
  width: 40px !important;
}

@media (min-width: 769px) {
  .width-40-pc {
    width: 40px !important;
  }
}
@media (max-width: 768.98px) {
  .width-40-sp {
    width: 40px !important;
  }
}
.width-45 {
  width: 45px !important;
}

@media (min-width: 769px) {
  .width-45-pc {
    width: 45px !important;
  }
}
@media (max-width: 768.98px) {
  .width-45-sp {
    width: 45px !important;
  }
}
.width-50 {
  width: 50px !important;
}

@media (min-width: 769px) {
  .width-50-pc {
    width: 50px !important;
  }
}
@media (max-width: 768.98px) {
  .width-50-sp {
    width: 50px !important;
  }
}
.width-55 {
  width: 55px !important;
}

@media (min-width: 769px) {
  .width-55-pc {
    width: 55px !important;
  }
}
@media (max-width: 768.98px) {
  .width-55-sp {
    width: 55px !important;
  }
}
.width-60 {
  width: 60px !important;
}

@media (min-width: 769px) {
  .width-60-pc {
    width: 60px !important;
  }
}
@media (max-width: 768.98px) {
  .width-60-sp {
    width: 60px !important;
  }
}
.width-65 {
  width: 65px !important;
}

@media (min-width: 769px) {
  .width-65-pc {
    width: 65px !important;
  }
}
@media (max-width: 768.98px) {
  .width-65-sp {
    width: 65px !important;
  }
}
.width-70 {
  width: 70px !important;
}

@media (min-width: 769px) {
  .width-70-pc {
    width: 70px !important;
  }
}
@media (max-width: 768.98px) {
  .width-70-sp {
    width: 70px !important;
  }
}
.width-75 {
  width: 75px !important;
}

@media (min-width: 769px) {
  .width-75-pc {
    width: 75px !important;
  }
}
@media (max-width: 768.98px) {
  .width-75-sp {
    width: 75px !important;
  }
}
.width-80 {
  width: 80px !important;
}

@media (min-width: 769px) {
  .width-80-pc {
    width: 80px !important;
  }
}
@media (max-width: 768.98px) {
  .width-80-sp {
    width: 80px !important;
  }
}
.width-85 {
  width: 85px !important;
}

@media (min-width: 769px) {
  .width-85-pc {
    width: 85px !important;
  }
}
@media (max-width: 768.98px) {
  .width-85-sp {
    width: 85px !important;
  }
}
.width-90 {
  width: 90px !important;
}

@media (min-width: 769px) {
  .width-90-pc {
    width: 90px !important;
  }
}
@media (max-width: 768.98px) {
  .width-90-sp {
    width: 90px !important;
  }
}
.width-95 {
  width: 95px !important;
}

@media (min-width: 769px) {
  .width-95-pc {
    width: 95px !important;
  }
}
@media (max-width: 768.98px) {
  .width-95-sp {
    width: 95px !important;
  }
}
.width-100 {
  width: 100px !important;
}

@media (min-width: 769px) {
  .width-100-pc {
    width: 100px !important;
  }
}
@media (max-width: 768.98px) {
  .width-100-sp {
    width: 100px !important;
  }
}
.width-105 {
  width: 105px !important;
}

@media (min-width: 769px) {
  .width-105-pc {
    width: 105px !important;
  }
}
@media (max-width: 768.98px) {
  .width-105-sp {
    width: 105px !important;
  }
}
.width-110 {
  width: 110px !important;
}

@media (min-width: 769px) {
  .width-110-pc {
    width: 110px !important;
  }
}
@media (max-width: 768.98px) {
  .width-110-sp {
    width: 110px !important;
  }
}
.width-115 {
  width: 115px !important;
}

@media (min-width: 769px) {
  .width-115-pc {
    width: 115px !important;
  }
}
@media (max-width: 768.98px) {
  .width-115-sp {
    width: 115px !important;
  }
}
.width-120 {
  width: 120px !important;
}

@media (min-width: 769px) {
  .width-120-pc {
    width: 120px !important;
  }
}
@media (max-width: 768.98px) {
  .width-120-sp {
    width: 120px !important;
  }
}
.width-125 {
  width: 125px !important;
}

@media (min-width: 769px) {
  .width-125-pc {
    width: 125px !important;
  }
}
@media (max-width: 768.98px) {
  .width-125-sp {
    width: 125px !important;
  }
}
.width-130 {
  width: 130px !important;
}

@media (min-width: 769px) {
  .width-130-pc {
    width: 130px !important;
  }
}
@media (max-width: 768.98px) {
  .width-130-sp {
    width: 130px !important;
  }
}
.width-135 {
  width: 135px !important;
}

@media (min-width: 769px) {
  .width-135-pc {
    width: 135px !important;
  }
}
@media (max-width: 768.98px) {
  .width-135-sp {
    width: 135px !important;
  }
}
.width-140 {
  width: 140px !important;
}

@media (min-width: 769px) {
  .width-140-pc {
    width: 140px !important;
  }
}
@media (max-width: 768.98px) {
  .width-140-sp {
    width: 140px !important;
  }
}
.width-145 {
  width: 145px !important;
}

@media (min-width: 769px) {
  .width-145-pc {
    width: 145px !important;
  }
}
@media (max-width: 768.98px) {
  .width-145-sp {
    width: 145px !important;
  }
}
.width-150 {
  width: 150px !important;
}

@media (min-width: 769px) {
  .width-150-pc {
    width: 150px !important;
  }
}
@media (max-width: 768.98px) {
  .width-150-sp {
    width: 150px !important;
  }
}
.width-155 {
  width: 155px !important;
}

@media (min-width: 769px) {
  .width-155-pc {
    width: 155px !important;
  }
}
@media (max-width: 768.98px) {
  .width-155-sp {
    width: 155px !important;
  }
}
.width-160 {
  width: 160px !important;
}

@media (min-width: 769px) {
  .width-160-pc {
    width: 160px !important;
  }
}
@media (max-width: 768.98px) {
  .width-160-sp {
    width: 160px !important;
  }
}
.width-165 {
  width: 165px !important;
}

@media (min-width: 769px) {
  .width-165-pc {
    width: 165px !important;
  }
}
@media (max-width: 768.98px) {
  .width-165-sp {
    width: 165px !important;
  }
}
.width-170 {
  width: 170px !important;
}

@media (min-width: 769px) {
  .width-170-pc {
    width: 170px !important;
  }
}
@media (max-width: 768.98px) {
  .width-170-sp {
    width: 170px !important;
  }
}
.width-175 {
  width: 175px !important;
}

@media (min-width: 769px) {
  .width-175-pc {
    width: 175px !important;
  }
}
@media (max-width: 768.98px) {
  .width-175-sp {
    width: 175px !important;
  }
}
.width-180 {
  width: 180px !important;
}

@media (min-width: 769px) {
  .width-180-pc {
    width: 180px !important;
  }
}
@media (max-width: 768.98px) {
  .width-180-sp {
    width: 180px !important;
  }
}
.width-185 {
  width: 185px !important;
}

@media (min-width: 769px) {
  .width-185-pc {
    width: 185px !important;
  }
}
@media (max-width: 768.98px) {
  .width-185-sp {
    width: 185px !important;
  }
}
.width-190 {
  width: 190px !important;
}

@media (min-width: 769px) {
  .width-190-pc {
    width: 190px !important;
  }
}
@media (max-width: 768.98px) {
  .width-190-sp {
    width: 190px !important;
  }
}
.width-195 {
  width: 195px !important;
}

@media (min-width: 769px) {
  .width-195-pc {
    width: 195px !important;
  }
}
@media (max-width: 768.98px) {
  .width-195-sp {
    width: 195px !important;
  }
}
.width-200 {
  width: 200px !important;
}

@media (min-width: 769px) {
  .width-200-pc {
    width: 200px !important;
  }
}
@media (max-width: 768.98px) {
  .width-200-sp {
    width: 200px !important;
  }
}
.width-205 {
  width: 205px !important;
}

@media (min-width: 769px) {
  .width-205-pc {
    width: 205px !important;
  }
}
@media (max-width: 768.98px) {
  .width-205-sp {
    width: 205px !important;
  }
}
.width-210 {
  width: 210px !important;
}

@media (min-width: 769px) {
  .width-210-pc {
    width: 210px !important;
  }
}
@media (max-width: 768.98px) {
  .width-210-sp {
    width: 210px !important;
  }
}
.width-215 {
  width: 215px !important;
}

@media (min-width: 769px) {
  .width-215-pc {
    width: 215px !important;
  }
}
@media (max-width: 768.98px) {
  .width-215-sp {
    width: 215px !important;
  }
}
.width-220 {
  width: 220px !important;
}

@media (min-width: 769px) {
  .width-220-pc {
    width: 220px !important;
  }
}
@media (max-width: 768.98px) {
  .width-220-sp {
    width: 220px !important;
  }
}
.width-225 {
  width: 225px !important;
}

@media (min-width: 769px) {
  .width-225-pc {
    width: 225px !important;
  }
}
@media (max-width: 768.98px) {
  .width-225-sp {
    width: 225px !important;
  }
}
.width-230 {
  width: 230px !important;
}

@media (min-width: 769px) {
  .width-230-pc {
    width: 230px !important;
  }
}
@media (max-width: 768.98px) {
  .width-230-sp {
    width: 230px !important;
  }
}
.width-235 {
  width: 235px !important;
}

@media (min-width: 769px) {
  .width-235-pc {
    width: 235px !important;
  }
}
@media (max-width: 768.98px) {
  .width-235-sp {
    width: 235px !important;
  }
}
.width-240 {
  width: 240px !important;
}

@media (min-width: 769px) {
  .width-240-pc {
    width: 240px !important;
  }
}
@media (max-width: 768.98px) {
  .width-240-sp {
    width: 240px !important;
  }
}
.width-245 {
  width: 245px !important;
}

@media (min-width: 769px) {
  .width-245-pc {
    width: 245px !important;
  }
}
@media (max-width: 768.98px) {
  .width-245-sp {
    width: 245px !important;
  }
}
.width-250 {
  width: 250px !important;
}

@media (min-width: 769px) {
  .width-250-pc {
    width: 250px !important;
  }
}
@media (max-width: 768.98px) {
  .width-250-sp {
    width: 250px !important;
  }
}
.width-255 {
  width: 255px !important;
}

@media (min-width: 769px) {
  .width-255-pc {
    width: 255px !important;
  }
}
@media (max-width: 768.98px) {
  .width-255-sp {
    width: 255px !important;
  }
}
.width-260 {
  width: 260px !important;
}

@media (min-width: 769px) {
  .width-260-pc {
    width: 260px !important;
  }
}
@media (max-width: 768.98px) {
  .width-260-sp {
    width: 260px !important;
  }
}
.width-265 {
  width: 265px !important;
}

@media (min-width: 769px) {
  .width-265-pc {
    width: 265px !important;
  }
}
@media (max-width: 768.98px) {
  .width-265-sp {
    width: 265px !important;
  }
}
.width-270 {
  width: 270px !important;
}

@media (min-width: 769px) {
  .width-270-pc {
    width: 270px !important;
  }
}
@media (max-width: 768.98px) {
  .width-270-sp {
    width: 270px !important;
  }
}
.width-275 {
  width: 275px !important;
}

@media (min-width: 769px) {
  .width-275-pc {
    width: 275px !important;
  }
}
@media (max-width: 768.98px) {
  .width-275-sp {
    width: 275px !important;
  }
}
.width-280 {
  width: 280px !important;
}

@media (min-width: 769px) {
  .width-280-pc {
    width: 280px !important;
  }
}
@media (max-width: 768.98px) {
  .width-280-sp {
    width: 280px !important;
  }
}
.width-285 {
  width: 285px !important;
}

@media (min-width: 769px) {
  .width-285-pc {
    width: 285px !important;
  }
}
@media (max-width: 768.98px) {
  .width-285-sp {
    width: 285px !important;
  }
}
.width-290 {
  width: 290px !important;
}

@media (min-width: 769px) {
  .width-290-pc {
    width: 290px !important;
  }
}
@media (max-width: 768.98px) {
  .width-290-sp {
    width: 290px !important;
  }
}
.width-295 {
  width: 295px !important;
}

@media (min-width: 769px) {
  .width-295-pc {
    width: 295px !important;
  }
}
@media (max-width: 768.98px) {
  .width-295-sp {
    width: 295px !important;
  }
}
.width-300 {
  width: 300px !important;
}

@media (min-width: 769px) {
  .width-300-pc {
    width: 300px !important;
  }
}
@media (max-width: 768.98px) {
  .width-300-sp {
    width: 300px !important;
  }
}
.width-305 {
  width: 305px !important;
}

@media (min-width: 769px) {
  .width-305-pc {
    width: 305px !important;
  }
}
@media (max-width: 768.98px) {
  .width-305-sp {
    width: 305px !important;
  }
}
.width-310 {
  width: 310px !important;
}

@media (min-width: 769px) {
  .width-310-pc {
    width: 310px !important;
  }
}
@media (max-width: 768.98px) {
  .width-310-sp {
    width: 310px !important;
  }
}
.width-315 {
  width: 315px !important;
}

@media (min-width: 769px) {
  .width-315-pc {
    width: 315px !important;
  }
}
@media (max-width: 768.98px) {
  .width-315-sp {
    width: 315px !important;
  }
}
.width-320 {
  width: 320px !important;
}

@media (min-width: 769px) {
  .width-320-pc {
    width: 320px !important;
  }
}
@media (max-width: 768.98px) {
  .width-320-sp {
    width: 320px !important;
  }
}
.width-325 {
  width: 325px !important;
}

@media (min-width: 769px) {
  .width-325-pc {
    width: 325px !important;
  }
}
@media (max-width: 768.98px) {
  .width-325-sp {
    width: 325px !important;
  }
}
.width-330 {
  width: 330px !important;
}

@media (min-width: 769px) {
  .width-330-pc {
    width: 330px !important;
  }
}
@media (max-width: 768.98px) {
  .width-330-sp {
    width: 330px !important;
  }
}
.width-335 {
  width: 335px !important;
}

@media (min-width: 769px) {
  .width-335-pc {
    width: 335px !important;
  }
}
@media (max-width: 768.98px) {
  .width-335-sp {
    width: 335px !important;
  }
}
.width-340 {
  width: 340px !important;
}

@media (min-width: 769px) {
  .width-340-pc {
    width: 340px !important;
  }
}
@media (max-width: 768.98px) {
  .width-340-sp {
    width: 340px !important;
  }
}
.width-345 {
  width: 345px !important;
}

@media (min-width: 769px) {
  .width-345-pc {
    width: 345px !important;
  }
}
@media (max-width: 768.98px) {
  .width-345-sp {
    width: 345px !important;
  }
}
.width-350 {
  width: 350px !important;
}

@media (min-width: 769px) {
  .width-350-pc {
    width: 350px !important;
  }
}
@media (max-width: 768.98px) {
  .width-350-sp {
    width: 350px !important;
  }
}
.width-355 {
  width: 355px !important;
}

@media (min-width: 769px) {
  .width-355-pc {
    width: 355px !important;
  }
}
@media (max-width: 768.98px) {
  .width-355-sp {
    width: 355px !important;
  }
}
.width-360 {
  width: 360px !important;
}

@media (min-width: 769px) {
  .width-360-pc {
    width: 360px !important;
  }
}
@media (max-width: 768.98px) {
  .width-360-sp {
    width: 360px !important;
  }
}
.width-365 {
  width: 365px !important;
}

@media (min-width: 769px) {
  .width-365-pc {
    width: 365px !important;
  }
}
@media (max-width: 768.98px) {
  .width-365-sp {
    width: 365px !important;
  }
}
.width-370 {
  width: 370px !important;
}

@media (min-width: 769px) {
  .width-370-pc {
    width: 370px !important;
  }
}
@media (max-width: 768.98px) {
  .width-370-sp {
    width: 370px !important;
  }
}
.width-375 {
  width: 375px !important;
}

@media (min-width: 769px) {
  .width-375-pc {
    width: 375px !important;
  }
}
@media (max-width: 768.98px) {
  .width-375-sp {
    width: 375px !important;
  }
}
.width-380 {
  width: 380px !important;
}

@media (min-width: 769px) {
  .width-380-pc {
    width: 380px !important;
  }
}
@media (max-width: 768.98px) {
  .width-380-sp {
    width: 380px !important;
  }
}
.width-385 {
  width: 385px !important;
}

@media (min-width: 769px) {
  .width-385-pc {
    width: 385px !important;
  }
}
@media (max-width: 768.98px) {
  .width-385-sp {
    width: 385px !important;
  }
}
.width-390 {
  width: 390px !important;
}

@media (min-width: 769px) {
  .width-390-pc {
    width: 390px !important;
  }
}
@media (max-width: 768.98px) {
  .width-390-sp {
    width: 390px !important;
  }
}
.width-395 {
  width: 395px !important;
}

@media (min-width: 769px) {
  .width-395-pc {
    width: 395px !important;
  }
}
@media (max-width: 768.98px) {
  .width-395-sp {
    width: 395px !important;
  }
}
.width-400 {
  width: 400px !important;
}

@media (min-width: 769px) {
  .width-400-pc {
    width: 400px !important;
  }
}
@media (max-width: 768.98px) {
  .width-400-sp {
    width: 400px !important;
  }
}
.width-405 {
  width: 405px !important;
}

@media (min-width: 769px) {
  .width-405-pc {
    width: 405px !important;
  }
}
@media (max-width: 768.98px) {
  .width-405-sp {
    width: 405px !important;
  }
}
.width-410 {
  width: 410px !important;
}

@media (min-width: 769px) {
  .width-410-pc {
    width: 410px !important;
  }
}
@media (max-width: 768.98px) {
  .width-410-sp {
    width: 410px !important;
  }
}
.width-415 {
  width: 415px !important;
}

@media (min-width: 769px) {
  .width-415-pc {
    width: 415px !important;
  }
}
@media (max-width: 768.98px) {
  .width-415-sp {
    width: 415px !important;
  }
}
.width-420 {
  width: 420px !important;
}

@media (min-width: 769px) {
  .width-420-pc {
    width: 420px !important;
  }
}
@media (max-width: 768.98px) {
  .width-420-sp {
    width: 420px !important;
  }
}
.width-425 {
  width: 425px !important;
}

@media (min-width: 769px) {
  .width-425-pc {
    width: 425px !important;
  }
}
@media (max-width: 768.98px) {
  .width-425-sp {
    width: 425px !important;
  }
}
.width-430 {
  width: 430px !important;
}

@media (min-width: 769px) {
  .width-430-pc {
    width: 430px !important;
  }
}
@media (max-width: 768.98px) {
  .width-430-sp {
    width: 430px !important;
  }
}
.width-435 {
  width: 435px !important;
}

@media (min-width: 769px) {
  .width-435-pc {
    width: 435px !important;
  }
}
@media (max-width: 768.98px) {
  .width-435-sp {
    width: 435px !important;
  }
}
.width-440 {
  width: 440px !important;
}

@media (min-width: 769px) {
  .width-440-pc {
    width: 440px !important;
  }
}
@media (max-width: 768.98px) {
  .width-440-sp {
    width: 440px !important;
  }
}
.width-445 {
  width: 445px !important;
}

@media (min-width: 769px) {
  .width-445-pc {
    width: 445px !important;
  }
}
@media (max-width: 768.98px) {
  .width-445-sp {
    width: 445px !important;
  }
}
.width-450 {
  width: 450px !important;
}

@media (min-width: 769px) {
  .width-450-pc {
    width: 450px !important;
  }
}
@media (max-width: 768.98px) {
  .width-450-sp {
    width: 450px !important;
  }
}
.width-455 {
  width: 455px !important;
}

@media (min-width: 769px) {
  .width-455-pc {
    width: 455px !important;
  }
}
@media (max-width: 768.98px) {
  .width-455-sp {
    width: 455px !important;
  }
}
.width-460 {
  width: 460px !important;
}

@media (min-width: 769px) {
  .width-460-pc {
    width: 460px !important;
  }
}
@media (max-width: 768.98px) {
  .width-460-sp {
    width: 460px !important;
  }
}
.width-465 {
  width: 465px !important;
}

@media (min-width: 769px) {
  .width-465-pc {
    width: 465px !important;
  }
}
@media (max-width: 768.98px) {
  .width-465-sp {
    width: 465px !important;
  }
}
.width-470 {
  width: 470px !important;
}

@media (min-width: 769px) {
  .width-470-pc {
    width: 470px !important;
  }
}
@media (max-width: 768.98px) {
  .width-470-sp {
    width: 470px !important;
  }
}
.width-475 {
  width: 475px !important;
}

@media (min-width: 769px) {
  .width-475-pc {
    width: 475px !important;
  }
}
@media (max-width: 768.98px) {
  .width-475-sp {
    width: 475px !important;
  }
}
.width-480 {
  width: 480px !important;
}

@media (min-width: 769px) {
  .width-480-pc {
    width: 480px !important;
  }
}
@media (max-width: 768.98px) {
  .width-480-sp {
    width: 480px !important;
  }
}
.width-485 {
  width: 485px !important;
}

@media (min-width: 769px) {
  .width-485-pc {
    width: 485px !important;
  }
}
@media (max-width: 768.98px) {
  .width-485-sp {
    width: 485px !important;
  }
}
.width-490 {
  width: 490px !important;
}

@media (min-width: 769px) {
  .width-490-pc {
    width: 490px !important;
  }
}
@media (max-width: 768.98px) {
  .width-490-sp {
    width: 490px !important;
  }
}
.width-495 {
  width: 495px !important;
}

@media (min-width: 769px) {
  .width-495-pc {
    width: 495px !important;
  }
}
@media (max-width: 768.98px) {
  .width-495-sp {
    width: 495px !important;
  }
}
.width-500 {
  width: 500px !important;
}

@media (min-width: 769px) {
  .width-500-pc {
    width: 500px !important;
  }
}
@media (max-width: 768.98px) {
  .width-500-sp {
    width: 500px !important;
  }
}
.width-0p {
  width: 0% !important;
}

@media (min-width: 769px) {
  .width-0p-pc {
    width: 0% !important;
  }
}
@media (max-width: 768.98px) {
  .width-0p-sp {
    width: 0% !important;
  }
}
.width-5p {
  width: 5% !important;
}

@media (min-width: 769px) {
  .width-5p-pc {
    width: 5% !important;
  }
}
@media (max-width: 768.98px) {
  .width-5p-sp {
    width: 5% !important;
  }
}
.width-10p {
  width: 10% !important;
}

@media (min-width: 769px) {
  .width-10p-pc {
    width: 10% !important;
  }
}
@media (max-width: 768.98px) {
  .width-10p-sp {
    width: 10% !important;
  }
}
.width-15p {
  width: 15% !important;
}

@media (min-width: 769px) {
  .width-15p-pc {
    width: 15% !important;
  }
}
@media (max-width: 768.98px) {
  .width-15p-sp {
    width: 15% !important;
  }
}
.width-20p {
  width: 20% !important;
}

@media (min-width: 769px) {
  .width-20p-pc {
    width: 20% !important;
  }
}
@media (max-width: 768.98px) {
  .width-20p-sp {
    width: 20% !important;
  }
}
.width-25p {
  width: 25% !important;
}

@media (min-width: 769px) {
  .width-25p-pc {
    width: 25% !important;
  }
}
@media (max-width: 768.98px) {
  .width-25p-sp {
    width: 25% !important;
  }
}
.width-30p {
  width: 30% !important;
}

@media (min-width: 769px) {
  .width-30p-pc {
    width: 30% !important;
  }
}
@media (max-width: 768.98px) {
  .width-30p-sp {
    width: 30% !important;
  }
}
.width-35p {
  width: 35% !important;
}

@media (min-width: 769px) {
  .width-35p-pc {
    width: 35% !important;
  }
}
@media (max-width: 768.98px) {
  .width-35p-sp {
    width: 35% !important;
  }
}
.width-40p {
  width: 40% !important;
}

@media (min-width: 769px) {
  .width-40p-pc {
    width: 40% !important;
  }
}
@media (max-width: 768.98px) {
  .width-40p-sp {
    width: 40% !important;
  }
}
.width-45p {
  width: 45% !important;
}

@media (min-width: 769px) {
  .width-45p-pc {
    width: 45% !important;
  }
}
@media (max-width: 768.98px) {
  .width-45p-sp {
    width: 45% !important;
  }
}
.width-50p {
  width: 50% !important;
}

@media (min-width: 769px) {
  .width-50p-pc {
    width: 50% !important;
  }
}
@media (max-width: 768.98px) {
  .width-50p-sp {
    width: 50% !important;
  }
}
.width-55p {
  width: 55% !important;
}

@media (min-width: 769px) {
  .width-55p-pc {
    width: 55% !important;
  }
}
@media (max-width: 768.98px) {
  .width-55p-sp {
    width: 55% !important;
  }
}
.width-60p {
  width: 60% !important;
}

@media (min-width: 769px) {
  .width-60p-pc {
    width: 60% !important;
  }
}
@media (max-width: 768.98px) {
  .width-60p-sp {
    width: 60% !important;
  }
}
.width-65p {
  width: 65% !important;
}

@media (min-width: 769px) {
  .width-65p-pc {
    width: 65% !important;
  }
}
@media (max-width: 768.98px) {
  .width-65p-sp {
    width: 65% !important;
  }
}
.width-70p {
  width: 70% !important;
}

@media (min-width: 769px) {
  .width-70p-pc {
    width: 70% !important;
  }
}
@media (max-width: 768.98px) {
  .width-70p-sp {
    width: 70% !important;
  }
}
.width-75p {
  width: 75% !important;
}

@media (min-width: 769px) {
  .width-75p-pc {
    width: 75% !important;
  }
}
@media (max-width: 768.98px) {
  .width-75p-sp {
    width: 75% !important;
  }
}
.width-80p {
  width: 80% !important;
}

@media (min-width: 769px) {
  .width-80p-pc {
    width: 80% !important;
  }
}
@media (max-width: 768.98px) {
  .width-80p-sp {
    width: 80% !important;
  }
}
.width-85p {
  width: 85% !important;
}

@media (min-width: 769px) {
  .width-85p-pc {
    width: 85% !important;
  }
}
@media (max-width: 768.98px) {
  .width-85p-sp {
    width: 85% !important;
  }
}
.width-90p {
  width: 90% !important;
}

@media (min-width: 769px) {
  .width-90p-pc {
    width: 90% !important;
  }
}
@media (max-width: 768.98px) {
  .width-90p-sp {
    width: 90% !important;
  }
}
.width-95p {
  width: 95% !important;
}

@media (min-width: 769px) {
  .width-95p-pc {
    width: 95% !important;
  }
}
@media (max-width: 768.98px) {
  .width-95p-sp {
    width: 95% !important;
  }
}
.width-100p {
  width: 100% !important;
}

@media (min-width: 769px) {
  .width-100p-pc {
    width: 100% !important;
  }
}
@media (max-width: 768.98px) {
  .width-100p-sp {
    width: 100% !important;
  }
}/*# sourceMappingURL=common.css.map */