@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
  height: -webkit-fill-available;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}

dfn {
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

a {
  text-decoration: none;
  word-break: break-word;
}
a:focus-visible {
  outline: var(--accent-color1) auto 1px;
}

sub {
  vertical-align: bottom;
  position: relative;
  top: 0.1rem;
}

input,
button,
textarea,
select {
  font-family: "Noto Sans";
}

[type=search]:-webkit-search-cancel-button,
[type=search]:-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text], input[type=search] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

iframe {
  width: 100%;
  border: none;
  overflow-y: hidden;
}

thead,
tbody {
  -webkit-text-size-adjust: 100%;
}

* {
  max-height: 100000000px;
}

[tabindex="-1"]:focus {
  outline: 0;
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSans-Thin.woff2") format("woff2"), url("../fonts/NotoSans-Thin.woff") format("woff"), url("../fonts/NotoSans-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSans-Black.woff2") format("woff2"), url("../fonts/NotoSans-Black.woff") format("woff"), url("../fonts/NotoSans-Black.otf") format("opentype");
}
a {
  color: var(--Umios_Black);
  transition: all 0.3s;
}
a svg {
  transition: all 0.3s;
}
a:hover {
  color: var(--Umios_text_Red);
}

.icon-container {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 4px;
  transform: translateY(-2px);
}

.text-link {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
.text-link svg {
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  color: var(--Umios_Red);
}
.text-link:hover svg {
  transform: translateX(4px);
}
.text-link[data-icon=arrow-link][data-rotate=bottom] svg {
  transform: rotate(90deg);
}
.text-link[data-icon=arrow-link][data-rotate=bottom]:hover svg {
  transform: translateX(4px) rotate(90deg);
}
.text-link[data-icon=pdf-link] .icon-container {
  height: 24px;
}
.text-link .nowrap {
  white-space: nowrap;
}

.inline-link {
  color: var(--Umios_Blue);
  text-decoration: underline;
}
.inline-link:hover {
  color: var(--Umios_Blue);
  text-decoration: none;
}

.button-link {
  min-width: 211px;
  min-height: 72px;
  color: var(--Umios_White);
  background: var(--Umios_Blue);
  border-radius: 50px;
  padding: 22px 32px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  outline: none;
  border: 2px solid var(--Umios_Blue);
  font-weight: 700;
}
.button-link.secondary {
  background: var(--Umios_White);
  color: var(--Umios_Blue);
}
.button-link.secondary.min {
  min-height: 48px;
  max-height: 48px;
  padding: 10px 32px;
  min-width: 166px;
}
.button-link .wave {
  position: absolute;
  width: 100%;
  height: 50%;
  background: url(/en/common/img/animation/wave.svg);
  background-size: 200% 100%;
  top: 100%;
  left: 0;
  animation: wave 2s linear infinite;
  transition: 0.5s;
}
.button-link svg {
  color: var(--Umios_White);
  position: relative;
}
.button-link.secondary svg {
  color: var(--Umios_Blue);
}
.button-link span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 700;
}
.button-link:hover {
  background: var(--Bg_B2);
  color: var(--Umios_Blue);
}
.button-link:hover svg {
  transform: translateX(0) rotate(0deg);
  color: var(--Umios_Blue);
  z-index: 2;
}
.button-link:hover span {
  z-index: 2;
}
.button-link:hover .wave {
  top: 50%;
}
@media screen and (max-width: 979px) {
  .button-link {
    min-width: 122px;
  }
}

@keyframes wave {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 200%;
  }
}
.button-link-square {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  border: 2px solid var(--Bg_BW1);
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  word-break: break-word;
  text-align: center;
  transition: all 0.3s;
}
.button-link-square.text-link svg {
  color: var(--Umios_body_text);
}
.button-link-square.text-link:hover {
  background-color: var(--Bg_B2);
  border-color: var(--Umios_Blue);
  color: var(--Umios_Blue);
}

.button-link-square.active {
  background-color: var(--Umios_Blue);
  border-color: var(--Umios_Blue);
  color: var(--Umios_White);
}

a.button-link-square:hover {
  background-color: var(--Bg_B2);
  border-color: var(--Umios_Blue);
  color: var(--Umios_Blue);
}

@media (max-width: 979px) {
  .button-link-square {
    font-size: 1.5rem;
    padding: 4px;
  }
}
.image-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.image-link .image-area {
  width: 100%;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  flex-shrink: 0;
}
.image-link .image-area img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0) scale(1.01);
  will-change: transform;
  aspect-ratio: 363/226;
}
.image-link .text-area {
  background: var(--Umios_Blue);
  color: white;
  padding: 16px 20px;
  position: relative;
  flex: 1;
  min-height: 100px;
  transition: all 0.6s ease;
  margin: -2px 0 0;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.image-link .text-area svg {
  transition: all 0.6s ease;
  color: var(--Umios_White);
}
.image-link .text-area .text-link {
  font-size: 1.4rem;
  margin-top: auto;
}
.image-link .country {
  display: flex;
  gap: 0 12px;
}
.image-link .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.1rem;
  vertical-align: middle;
  margin: 8px 0;
}
.image-link.type-2 .title {
  margin: 0 0 8px;
}
.image-link:hover .image-area img {
  transform: translateZ(0) scale(1.1);
}
.image-link:hover .text-area {
  background: var(--Bg_B1);
}
.image-link.reel p {
  margin: 0 0 20px;
}
.image-link.reel.blue .text-link, .image-link.reel.white .text-link {
  min-width: 126px;
  width: max-content;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  margin: auto 0 0 0;
  transition: all 0.6s;
  pointer-events: none;
}
.image-link.reel .caption span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.image-link.reel.blue .caption {
  color: var(--Umios_green);
}
.image-link.reel.blue .title {
  font-weight: 500;
  transition: all 0.6s;
}
.image-link.reel.blue p {
  color: var(--Bg_B1);
}
.image-link.reel.blue .text-link {
  background: var(--dark_blue);
}
.image-link.reel.blue:hover .title {
  color: var(--Umios_White);
}
.image-link.reel.blue:hover .text-area {
  background: var(--dark_blue);
}
.image-link.reel.blue:hover .text-link {
  color: var(--Umios_White);
}
.image-link.reel.white .caption {
  color: var(--Umios_Black);
}
.image-link.reel.white .title {
  color: var(--Umios_Blue);
  font-weight: 500;
  transition: all 0.6s;
}
.image-link.reel.white .text-area {
  background: var(--Bg_BW2);
}
.image-link.reel.white .text-link {
  color: var(--Umios_Black);
  background: var(--Umios_White);
}
.image-link.reel.white .text-link svg {
  color: var(--Umios_Blue);
}
.image-link.reel.white:hover .text-area {
  background: var(--Bg_B1);
}
@media screen and (max-width: 979px) {
  .image-link.type-2 {
    display: grid;
    position: relative;
    padding: 0;
  }
  .image-link.type-2 .image-area {
    order: 2;
    width: 134px;
    height: 64px;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
  }
  .image-link.type-2 .text-area {
    order: 1;
    height: 175px;
    border-radius: 10px;
    padding: 20px;
  }
  .image-link.type-2 .text-link {
    margin-top: initial;
  }
}

.badge-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 58px solid var(--Umios_text_Red);
  border-right: 58px solid transparent;
  z-index: 1;
}
.badge-new::before {
  content: "NEW";
  position: absolute;
  top: -50px;
  left: 4px;
  color: var(--Umios_White);
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-45deg);
  width: 34px;
}

@media screen and (max-width: 769px) {
  .badge-new {
    border-top: 45px solid var(--Umios_text_Red);
    border-right: 45px solid transparent;
  }
  .badge-new::before {
    font-size: 12px;
    top: -43px;
    left: 2px;
  }
}
.img-text-link-small {
  background: var(--Bg_BW2);
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.img-text-link-small img {
  width: 155px;
  height: 93px;
  object-fit: cover;
  margin: 0 0 0 auto;
  border-radius: 10px;
}
.img-text-link-small h3 {
  color: var(--Umios_Black);
  font-size: 2rem;
  font-weight: 500;
  line-height: 24px;
  margin: 28px 0 4px;
}
.img-text-link-small p {
  color: var(--Umios_text_Grey);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
}
.img-text-link-small:hover h3 {
  color: var(--Umios_Black);
}

@media screen and (max-width: 769px) {
  .img-text-link-small {
    border-radius: 10px;
  }
}
.parts-large-img-text {
  display: flex;
  gap: 10px;
}
.parts-large-img-text img {
  width: 100%;
  border-radius: 20px;
}
.parts-large-img-text img.img-cover {
  height: 100%;
  max-height: 357px;
  object-fit: cover;
  object-position: top;
}
.parts-large-img-text .text-area {
  border-radius: 20px;
  padding: 32px;
}
.parts-large-img-text .text {
  margin: 20px 0;
  font-size: 1.5rem;
}
.parts-large-img-text h2 {
  margin: 0;
}
.parts-large-img-text .h2-light {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 43.2px;
  margin: 0 0 -4px;
}
.parts-large-img-text .bg-umios-dark_blue {
  color: var(--Umios_White);
}
.parts-large-img-text .bg-umios-dark_blue h2 {
  color: var(--Umios_White);
}
.parts-large-img-text .bg-umios-dark_blue a.text-link {
  color: var(--Umios_White);
}
.parts-large-img-text .bg-umios-dark_blue a.text-link svg {
  color: var(--Umios_White);
}
.parts-large-img-text .bg-b2 {
  color: var(--Umios_Black);
}
.parts-large-img-text .bg-b2 h2 {
  color: var(--Umios_Black);
}
.parts-large-img-text .bg-b2 a.text-link {
  color: var(--Umios_Black);
}
.parts-large-img-text .bg-b2 a.text-link:hover {
  color: var(--Umios_text_Red);
}
.parts-large-img-text.left-img > div:first-child {
  width: 60%;
}
.parts-large-img-text.left-img > div:last-child {
  width: 40%;
}
@media screen and (max-width: 1100px) {
  .parts-large-img-text.left-img > div:first-child {
    width: 40%;
    min-width: 300px;
  }
  .parts-large-img-text.left-img > div:last-child {
    width: 60%;
  }
}
.parts-large-img-text.right-img > div:first-child {
  width: 40%;
}
.parts-large-img-text.right-img > div:first-child .text {
  margin: 20px 0;
}
.parts-large-img-text.right-img > div:last-child {
  width: 60%;
}
@media screen and (max-width: 1100px) {
  .parts-large-img-text.right-img > div:first-child {
    width: 60%;
  }
  .parts-large-img-text.right-img > div:last-child {
    width: 40%;
    min-width: 300px;
  }
}

@media screen and (max-width: 769px) {
  .parts-large-img-text {
    gap: 6px;
    flex-direction: column;
  }
  .parts-large-img-text img {
    border-radius: 10px;
  }
  .parts-large-img-text .text-area {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
  .parts-large-img-text .button-link {
    margin: 0 0 0 auto;
    min-width: 136px;
    min-height: 54px;
    padding: 14px 32px;
    font-size: 1.4rem;
  }
  .parts-large-img-text .button-link svg {
    width: 8px;
  }
  .parts-large-img-text .text {
    margin: 16px 0 28px;
  }
  .parts-large-img-text .h2-light {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 28.8px;
  }
  .parts-large-img-text.left-img > div:first-child, .parts-large-img-text.left-img > div:last-child, .parts-large-img-text.right-img > div:first-child, .parts-large-img-text.right-img > div:last-child {
    width: 100%;
  }
  .parts-large-img-text.right-img > div:first-child {
    order: 2;
  }
}
@media screen and (max-width: 769px) {
  .parts-large-img-text .text {
    font-size: 1.4rem;
  }
}
.parts-img-text-3col {
  display: grid;
  grid-template-columns: 4fr 3.8fr 4fr;
  grid-template-areas: "col1 col2 col3";
  gap: 10px;
}
.parts-img-text-3col > div {
  border-radius: 20px;
  background-color: var(--Bg_BW2);
  padding: 32px;
}
.parts-img-text-3col > div:has(> img) {
  padding: 12px;
  overflow: hidden;
}
.parts-img-text-3col > div:has(.quote-wrap) {
  display: flex;
  flex-direction: column;
}
.parts-img-text-3col > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.parts-img-text-3col > div .name {
  font-size: 2rem;
}
.parts-img-text-3col p:not([class]) {
  font-size: 1.5rem;
}
.parts-img-text-3col .text-end {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.parts-img-text-3col .text-end > p {
  margin-top: auto;
}
.parts-img-text-3col .col-1 {
  grid-area: col1;
}
.parts-img-text-3col .col-2 {
  grid-area: col2;
}
.parts-img-text-3col .col-3 {
  grid-area: col3;
}

.quote-wrap {
  position: relative;
  display: flex;
  padding: 50px 0;
}
.quote-wrap::before, .quote-wrap::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 36px;
}
.quote-wrap::before {
  background: url(/en/common/img/icon/quotation_left.svg) no-repeat center center/contain;
  top: 0;
  left: 0;
}
.quote-wrap::after {
  background: url(/en/common/img/icon/quotation_right.svg) no-repeat center center/contain;
  right: 0;
  bottom: 0;
}
.quote-wrap > p:not([class]) {
  font-size: 2.8rem;
  line-height: 1.2;
}

.bg-umios-blue .parts-img-text-3col > div {
  background: var(--dark_blue);
}

@media screen and (max-width: 979px) {
  .parts-img-text-3col {
    grid-template-columns: 33fr 36fr;
    grid-template-areas: "tb-col1 tb-col3" "tb-col2 tb-col3";
  }
  .parts-img-text-3col > div {
    border-radius: 10px;
  }
  .parts-img-text-3col > div > img {
    border-radius: 8px;
  }
  .parts-img-text-3col > div .button-link {
    margin: 0 0 0 auto;
    min-width: 136px;
    min-height: 54px;
    padding: 14px 32px;
    font-size: 1.4rem;
  }
  .parts-img-text-3col > div .name {
    font-size: 1.6rem;
  }
  .parts-img-text-3col .tb-col-1 {
    grid-area: tb-col1;
  }
  .parts-img-text-3col .tb-col-2 {
    grid-area: tb-col2;
  }
  .parts-img-text-3col .tb-col-3 {
    grid-area: tb-col3;
  }
  .quote-wrap {
    padding: 30px 0;
  }
  .quote-wrap::before, .quote-wrap::after {
    width: 24px;
    height: 16px;
  }
  .quote-wrap > p:not([class]) {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 769px) {
  .parts-img-text-3col {
    grid-template-columns: 1fr;
    grid-template-areas: "sp-col1" "sp-col2" "sp-col3";
    gap: 6px;
  }
  .parts-img-text-3col > div {
    padding: 20px;
  }
  .parts-img-text-3col > div:has(.button-link) {
    display: flex;
    flex-direction: column;
  }
  .parts-img-text-3col .sp-col-1 {
    grid-area: sp-col1;
  }
  .parts-img-text-3col .sp-col-2 {
    grid-area: sp-col2;
  }
  .parts-img-text-3col .sp-col-3 {
    grid-area: sp-col3;
  }
  .quote-wrap > p:not([class]) {
    font-size: 2rem;
  }
}
.media-link > a > .image-area {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: 198px;
}
.media-link > a > .image-area > img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0) scale(1.01);
  will-change: transform;
  object-fit: cover;
  height: 100%;
}
.media-link > a > .text-area {
  margin-top: 20px;
}
.media-link > a > .text-area span {
  font-size: 2.4rem;
  padding-right: 10px;
}
.media-link > a > .text-area svg {
  transition: all 0.6s;
}
.media-link > a > .text-area + p {
  margin-top: 16px;
}
.media-link > a:hover > .image-area > img {
  transform: translateZ(0) scale(1.1);
}
.media-link > a:hover > .text-area > svg {
  transform: translateX(4px);
}

@media screen and (max-width: 979px) {
  .media-link > a > .text-area > span {
    font-size: 1.6rem;
  }
  .media-link > a > .text-area svg {
    width: 6px;
    height: 10px;
  }
  .media-link > a > .text-area + p {
    margin-top: 8px;
  }
}
.img-text-horizontal {
  display: flex;
  align-items: center;
  gap: 36px;
  position: relative;
  padding: 20px 0;
}
.img-text-horizontal::after {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}
.img-text-horizontal.bg-white::after {
  background: var(--bg-Bg_B2, #F2F6FC);
}
.img-text-horizontal.bg-blue::after {
  background: var(--bg-dark_blue, #003089);
}
.img-text-horizontal .img-text-horizontal-img {
  overflow: hidden;
  border-radius: 10px;
  max-width: 234px;
  position: relative;
  z-index: 1;
  margin: 0 0 auto;
}
.img-text-horizontal .img-text-horizontal-img img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.img-text-horizontal .img-text-horizontal-content {
  position: relative;
  z-index: 1;
}
.img-text-horizontal .img-text-horizontal-category {
  color: var(--Umios-text_Red, #DE0012);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.img-text-horizontal h3 {
  color: var(--Umios-Black, #000);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  margin: 8px 0 12px;
}
.img-text-horizontal .text-link {
  color: var(--Umios-Black, #000);
  pointer-events: none;
}
.img-text-horizontal:hover::after {
  opacity: 1;
}
.img-text-horizontal:hover .text-link {
  color: var(--Umios-Black, #000);
}
.img-text-horizontal:hover .img-text-horizontal-img img {
  transform: translateZ(0) scale(1.1);
}
@media screen and (max-width: 979px) {
  .img-text-horizontal {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .img-text-horizontal .img-text-horizontal-img {
    max-width: 135px;
    order: 2;
    margin: 0 0 0 auto;
  }
  .img-text-horizontal h3 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 130%;
  }
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 170%;
  color: var(--Umios_body_text);
}
@media screen and (max-width: 979px) {
  p {
    line-height: 155%;
  }
}
p.strong {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 170%;
}

.h1-basis-lg {
  color: var(--Umios_White);
  font-weight: 900;
  font-size: 6rem;
  line-height: 120%;
  vertical-align: middle;
}

.h1-basis {
  color: var(--Umios_White);
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 120%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.h1-basis-sm {
  color: var(--Umios_White);
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 114%;
  vertical-align: middle;
}

.h2-basis-lg {
  color: var(--Umios_text_Red);
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 130%;
  margin: 72px 0 24px;
}

.h2-basis {
  color: var(--Umios_text_Red);
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 120%;
  margin: 72px 0 24px;
}

.h2-basis-sm {
  color: var(--Umios_text_Red);
  font-weight: 800;
  font-size: 3rem;
  line-height: 120%;
  margin: 72px 0 24px;
}

.h3-basis {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 160%;
  margin: 48px 0 20px;
}

.h4-basis {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
  margin: 32px 0 12px;
}

.caption {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 140%;
}

.column-title-pc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
}

.main-copy {
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 120%;
}

.column-copy {
  font-size: 2rem;
  font-family: Noto Sans;
  font-weight: 400;
}

.text-other-1 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 160%;
  color: var(--Umios_text_Red);
  margin: 0 0 16px;
}

@media screen and (max-width: 979px) {
  .h1-basis-lg {
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
  }
  .h1-basis {
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
    vertical-align: middle;
  }
  .h1-basis-sm {
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 120%;
  }
  .h2-basis-lg {
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 130%;
    margin: 40px 0 8px;
  }
  .h2-basis {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 150%;
  }
  .h2-basis-sm {
    color: var(--Umios_text_Red);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 150%;
  }
  .h3-basis {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin: 40px 0 16px;
  }
  .h4-basis {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
  }
  .main-copy {
    font-size: 2.6rem;
  }
}
:root {
  --Umios_Blue: #0042BC;
  --Umios_Red: #FA0014;
  --Umios_Black: #000000;
  --Umios_White: #FFFFFF;
  --Umios_text_Red: #DE0012;
  --Umios_text_Grey: #676767;
  --Umios_body_text: #333333;
  --Sub_B1: #4C7BD0;
  --Sub_R1: #FB4C5A;
  --Sub_B2: #99B3E4;
  --Sub_R2: #FD99A1;
  --Sub_BW1: #4D4D4D;
  --Sub_BW2: #999999;
  --Bg_B1: #D9E3F5;
  --Bg_B2: #F2F6FC;
  --Bg_R1: #FED9DC;
  --Bg_R2: #FFF2F3;
  --Bg_BW1: #D9D9D9;
  --Bg_BW2: #F2F2F2;
  --Umios_green: #A6EB37;
  --dark_blue: #003089;
  --dark_blue2: #021A45;
}

.text-umios-blue {
  color: var(--Umios_Blue);
}

.text-umios-black {
  color: var(--Umios_Black);
}

.text-umios-white {
  color: var(--Umios_White);
}

.text-red {
  color: var(--Umios_text_Red);
}

.text-grey {
  color: var(--Umios_text_Grey);
}

.text-body {
  color: var(--Umios_body_text);
}

.text-sub-b1 {
  color: var(--Sub_B1);
}

.text-sub-r1 {
  color: var(--Sub_R1);
}

.text-sub-b2 {
  color: var(--Sub_B2);
}

.text-sub-r2 {
  color: var(--Sub_R2);
}

.text-sub-bw1 {
  color: var(--Sub_BW1);
}

.text-sub-bw2 {
  color: var(--Sub_BW2);
}

.bg-umios-blue {
  background-color: var(--Umios_Blue);
}

.bg-umios-red {
  background-color: var(--Umios_Red);
}

.bg-umios-black {
  background-color: var(--Umios_Black);
}

.bg-umios-white {
  background-color: var(--Umios_White);
}

.bg-b1 {
  background-color: var(--Bg_B1);
}

.bg-b2 {
  background-color: var(--Bg_B2);
}

.bg-r1 {
  background-color: var(--Bg_R1);
}

.bg-r2 {
  background-color: var(--Bg_R2);
}

.bg-bw1 {
  background-color: var(--Bg_BW1);
}

.bg-bw2 {
  background-color: var(--Bg_BW2);
}

.bg-sub-b1 {
  background-color: var(--Sub_B1);
}

.bg-sub-r1 {
  background-color: var(--Sub_R1);
}

.bg-sub-b2 {
  background-color: var(--Sub_B2);
}

.bg-sub-r2 {
  background-color: var(--Sub_R2);
}

.bg-sub-bw1 {
  background-color: var(--Sub_BW1);
}

.bg-sub-bw2 {
  background-color: var(--Sub_BW2);
}

/*
==================================================
生成されるクラス一覧
==================================================

【テキストカラー】color プロパティ
---------------------------------------------
.text-umios-blue      → #0042BC（Umiosブルー）
.text-umios-black     → #000000（黒）
.text-umios-white     → #FFFFFF（白）
.text-red             → #DE0012（テキスト用レッド）
.text-grey            → #676767（グレー）
.text-body            → #333333（ボディテキスト）
.text-sub-b1          → #4C7BD0（サブブルー1）
.text-sub-r1          → #FB4C5A（サブレッド1）
.text-sub-b2          → #99B3E4（サブブルー2）
.text-sub-r2          → #FD99A1（サブレッド2）
.text-sub-bw1         → #4D4D4D（サブグレー1）
.text-sub-bw2         → #999999（サブグレー2）

【背景カラー】background-color プロパティ
---------------------------------------------
.bg-umios-blue        → #0042BC（Umiosブルー）
.bg-umios-red         → #FA0014（Umiosレッド）
.bg-umios-black       → #000000（黒）
.bg-umios-white       → #FFFFFF（白）
.bg-b1                → #D9E3F5（背景ブルー1）
.bg-b2                → #F2F6FC（背景ブルー2）
.bg-r1                → #FED9DC（背景レッド1）
.bg-r2                → #FFF2F3（背景レッド2）
.bg-bw1               → #D9D9D9（背景グレー1）
.bg-bw2               → #F2F2F2（背景グレー2）
.bg-sub-b1            → #4C7BD0（サブブルー1）
.bg-sub-r1            → #FB4C5A（サブレッド1）
.bg-sub-b2            → #99B3E4（サブブルー2）
.bg-sub-r2            → #FD99A1（サブレッド2）
.bg-sub-bw1           → #4D4D4D（サブグレー1）
.bg-sub-bw2           → #999999（サブグレー2）


// 追加クラス(Add 09/26)
---------------------------------------------
  --Umios_green: #A6EB37;
  --dark_blue: #003089;
  --dark_blue2: #021A45;
*/
.bg-umios-green {
  background-color: #A6EB37;
}

.bg-umios-dark_blue {
  background-color: #003089;
}

.bg-umios-dark_blue2 {
  background-color: #021A45;
}

.default-content {
  width: 90vw;
  max-width: 1300px;
  margin: 64px auto 0;
}

.default-content.home {
  width: 100%;
  max-width: initial;
  margin: 64px auto 0;
  padding: 0 3vw;
}
@media screen and (max-width: 769px) {
  .default-content.home {
    padding: 0 5vw;
  }
}

.default-content.leve-2 {
  width: 100%;
  max-width: initial;
  margin: 64px auto 0;
  padding: 0 3vw;
}
@media screen and (max-width: 769px) {
  .default-content.leve-2 {
    padding: 0 5vw;
  }
}

.md-content {
  width: 90vw;
  max-width: 912px;
  margin: 0 auto;
}

.sidemenu-content-wrapper {
  display: grid;
  grid-template-columns: 7fr 268px;
  gap: 0 40px;
}

.article-wrapper {
  max-width: 760px;
}

.grid.overflow-grid {
  grid-column: 1/-1;
  width: min(1052px, 90vw);
  max-width: 100vw;
  justify-self: start;
  justify-items: end;
}
.grid.overflow-grid img {
  width: 100%;
}

@media (max-width: 979px) {
  .sidemenu-content-wrapper {
    display: block;
  }
  .grid.overflow-grid {
    grid-column: 1;
    width: 100%;
    max-width: 100vw;
    justify-self: start;
    justify-items: center;
  }
  .grid.overflow-grid > div {
    width: 100%;
    max-width: 760px;
  }
}
.sidemenu-content {
  min-width: 0;
}

.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex.wrap {
  flex-flow: wrap;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.gap0 {
  gap: 0;
}

.flex.center {
  justify-content: center;
}

.flex.align-center {
  align-items: center;
}

.flex.space-between {
  justify-content: space-between;
}

.flex.direction {
  flex-direction: column;
}

.flex.card.gap0 {
  margin: 0 -16px;
}

.flex-colum {
  display: flex;
  flex-direction: column;
}

.flex-end {
  align-items: flex-end;
}

.flex-end-x {
  justify-content: flex-end;
}

.base-line {
  align-items: baseline;
}

@media screen and (max-width: 769px) {
  .flex.sp-align-left {
    align-items: flex-start;
  }
  .flex.sp-flex-column {
    flex-direction: column;
  }
}
.grid {
  width: 100%;
  display: grid;
  height: auto;
  grid-template-columns: repeat(2, 1fr);
}
.grid.text-nowrap > * {
  white-space: nowrap;
}
.grid.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col-2-lg {
  grid-template-columns: 1fr calc((100% - 64px) / 3);
}
.grid.col-2-lg-reverse {
  grid-template-columns: calc((100% - 64px) / 3) 1fr;
}
.grid.col-2-md {
  grid-template-columns: 65% 32%;
  gap: 3%;
}
.grid.col-2-sm {
  grid-template-columns: 1fr calc((100% - 64px) / 7);
}
.grid.col-2-sm-reverse {
  grid-template-columns: calc((100% - 64px) / 7) 1fr;
}
.grid.col-2-70-30 {
  grid-template-columns: 7fr 3fr;
}
.grid.col-2-30-70 {
  grid-template-columns: 3fr 7fr;
}
.grid.col-2-60-40 {
  grid-template-columns: 6fr 4fr;
}
.grid.col-2-40-60 {
  grid-template-columns: 4fr 6fr;
}
.grid.col-2-45-55 {
  grid-template-columns: 4.5fr 5.5fr;
}
.grid.col-2-80-20 {
  grid-template-columns: 8fr 2fr;
}
.grid.col-2-20-80 {
  grid-template-columns: 2fr 8fr;
}
.grid.col-2-75-25 {
  grid-template-columns: 3fr 1fr;
}
.grid.col-2-25-75 {
  grid-template-columns: 1fr 3fr;
}
.grid.col-2-65-35 {
  grid-template-columns: 6.5fr 3.5fr;
}
.grid.col-2-35-65 {
  grid-template-columns: 4fr 6fr;
}
@media screen and (max-width: 1100px) {
  .grid.pc-col-2-70-30 {
    grid-template-columns: 7fr 3fr;
  }
  .grid.pc-col-2-30-70 {
    grid-template-columns: 3fr 7fr;
  }
  .grid.pc-col-2-60-40 {
    grid-template-columns: 6fr 4fr;
  }
  .grid.pc-col-2-40-60 {
    grid-template-columns: 4fr 6fr;
  }
  .grid.pc-col-2-80-20 {
    grid-template-columns: 8fr 2fr;
  }
  .grid.pc-col-2-20-80 {
    grid-template-columns: 2fr 8fr;
  }
  .grid.pc-col-2-75-25 {
    grid-template-columns: 3fr 1fr;
  }
  .grid.pc-col-2-25-75 {
    grid-template-columns: 1fr 3fr;
  }
  .grid.pc-col-2-65-35 {
    grid-template-columns: 6.5fr 3.5fr;
  }
  .grid.pc-col-2-35-65 {
    grid-template-columns: 3.5fr 6.5fr;
  }
}
@media screen and (max-width: 769px) {
  .grid.sp-col-2-70-30 {
    grid-template-columns: 7fr 3fr;
  }
  .grid.sp-col-2-30-70 {
    grid-template-columns: 3fr 7fr;
  }
  .grid.sp-col-2-60-40 {
    grid-template-columns: 6fr 4fr;
  }
  .grid.sp-col-2-40-60 {
    grid-template-columns: 4fr 6fr;
  }
  .grid.sp-col-2-80-20 {
    grid-template-columns: 8fr 2fr;
  }
  .grid.sp-col-2-20-80 {
    grid-template-columns: 2fr 8fr;
  }
  .grid.sp-col-2-75-25 {
    grid-template-columns: 3fr 1fr;
  }
  .grid.sp-col-2-25-75 {
    grid-template-columns: 1fr 3fr;
  }
}
.grid.col-2-custom {
  grid-template-columns: var(--col1-ratio, 1fr) var(--col2-ratio, 1fr);
}
.grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid.col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid.y-center {
  align-items: center;
}
.grid.y-end {
  align-items: flex-end;
}
.grid.x-center {
  justify-content: center;
}
.grid.x-start {
  justify-content: start;
}
.grid.x-center {
  justify-content: center;
}
.grid.x-end {
  justify-content: end;
}
.grid.x-space-between {
  justify-content: space-between;
}
.grid.x-space-around {
  justify-content: space-around;
}
.grid.x-space-evenly {
  justify-content: space-evenly;
}
.grid.items-start {
  justify-items: start;
}
.grid.items-center {
  justify-items: center;
}
.grid.items-end {
  justify-items: end;
}
.grid.items-stretch {
  justify-items: stretch;
}

@media screen and (max-width: 979px) {
  .grid {
    gap: 16px;
  }
  .grid.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.tb-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.tb-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.tb-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.tb-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.col-2-md {
    grid-template-columns: 55% 42%;
  }
  .grid.col-2-70-30.tb-col-1,
  .grid.col-2-30-70.tb-col-1,
  .grid.col-2-60-40.tb-col-1,
  .grid.col-2-40-60.tb-col-1,
  .grid.col-2-45-55.tb-col-1,
  .grid.col-2-80-20.tb-col-1,
  .grid.col-2-20-80.tb-col-1,
  .grid.col-2-75-25.tb-col-1,
  .grid.col-2-25-75.tb-col-1,
  .grid.col-2-custom.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .grid.col-2-lg {
    grid-template-columns: 1fr calc((100% - 32px) / 3);
  }
  .grid.col-2-lg.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.col-2-lg-revarse {
    grid-template-columns: calc((100% - 32px) / 3) 1fr;
  }
  .grid.col-2-lg-revarse.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.col-2-sm {
    grid-template-columns: 1fr calc((100% - 32px) / 5);
  }
  .grid.col-2-sm.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.col-2-sm-revarse {
    grid-template-columns: calc((100% - 32px) / 5) 1fr;
  }
  .grid.col-2-sm-revarse.tb-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.sp-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.sp-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.sp-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.sp-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.sp-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.col-2-70-30.sp-col-1,
  .grid.col-2-30-70.sp-col-1,
  .grid.col-2-60-40.sp-col-1,
  .grid.col-2-40-60.sp-col-1,
  .grid.col-2-45-55.sp-col-1,
  .grid.col-2-80-20.sp-col-1,
  .grid.col-2-20-80.sp-col-1,
  .grid.col-2-75-25.sp-col-1,
  .grid.col-2-25-75.sp-col-1,
  .grid.col-2-custom.sp-col-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

@media screen and (max-width: 699px) {
  .reverse .order-1 {
    order: 1;
  }
  .reverse .order-2 {
    order: 2;
  }
  .reverse .order-3 {
    order: 3;
  }
  .reverse .order-4 {
    order: 4;
  }
}
@media screen and (max-width: 979px) {
  .tb-reverse .order-1 {
    order: 1;
  }
  .tb-reverse .order-2 {
    order: 2;
  }
  .tb-reverse .order-3 {
    order: 3;
  }
  .tb-reverse .order-4 {
    order: 4;
  }
}
@media screen and (max-width: 769px) {
  .sp-reverse .order-1 {
    order: 1;
  }
  .sp-reverse .order-2 {
    order: 2;
  }
  .sp-reverse .order-3 {
    order: 3;
  }
  .sp-reverse .order-4 {
    order: 4;
  }
  .sp-order-2 {
    order: 2;
  }
}
.gap-0 {
  gap: 0px;
}

.col-gap-0 {
  column-gap: 0px;
}

.row-gap-0 {
  row-gap: 0px;
}

@media screen and (max-width: 979px) {
  .tb-gap-0 {
    gap: 0px !important;
  }
  .tb-col-gap-0 {
    column-gap: 0px !important;
  }
  .tb-row-gap-0 {
    row-gap: 0px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-0 {
    gap: 0px !important;
  }
  .w699-col-gap-0 {
    column-gap: 0px !important;
  }
  .w699-row-gap-0 {
    row-gap: 0px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-0 {
    gap: 0px !important;
  }
  .sp-col-gap-0 {
    column-gap: 0px !important;
  }
  .sp-row-gap-0 {
    row-gap: 0px !important;
  }
}
.gap-2 {
  gap: 2px;
}

.col-gap-2 {
  column-gap: 2px;
}

.row-gap-2 {
  row-gap: 2px;
}

@media screen and (max-width: 979px) {
  .tb-gap-2 {
    gap: 2px !important;
  }
  .tb-col-gap-2 {
    column-gap: 2px !important;
  }
  .tb-row-gap-2 {
    row-gap: 2px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-2 {
    gap: 2px !important;
  }
  .w699-col-gap-2 {
    column-gap: 2px !important;
  }
  .w699-row-gap-2 {
    row-gap: 2px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-2 {
    gap: 2px !important;
  }
  .sp-col-gap-2 {
    column-gap: 2px !important;
  }
  .sp-row-gap-2 {
    row-gap: 2px !important;
  }
}
.gap-4 {
  gap: 4px;
}

.col-gap-4 {
  column-gap: 4px;
}

.row-gap-4 {
  row-gap: 4px;
}

@media screen and (max-width: 979px) {
  .tb-gap-4 {
    gap: 4px !important;
  }
  .tb-col-gap-4 {
    column-gap: 4px !important;
  }
  .tb-row-gap-4 {
    row-gap: 4px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-4 {
    gap: 4px !important;
  }
  .w699-col-gap-4 {
    column-gap: 4px !important;
  }
  .w699-row-gap-4 {
    row-gap: 4px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-4 {
    gap: 4px !important;
  }
  .sp-col-gap-4 {
    column-gap: 4px !important;
  }
  .sp-row-gap-4 {
    row-gap: 4px !important;
  }
}
.gap-8 {
  gap: 8px;
}

.col-gap-8 {
  column-gap: 8px;
}

.row-gap-8 {
  row-gap: 8px;
}

@media screen and (max-width: 979px) {
  .tb-gap-8 {
    gap: 8px !important;
  }
  .tb-col-gap-8 {
    column-gap: 8px !important;
  }
  .tb-row-gap-8 {
    row-gap: 8px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-8 {
    gap: 8px !important;
  }
  .w699-col-gap-8 {
    column-gap: 8px !important;
  }
  .w699-row-gap-8 {
    row-gap: 8px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-8 {
    gap: 8px !important;
  }
  .sp-col-gap-8 {
    column-gap: 8px !important;
  }
  .sp-row-gap-8 {
    row-gap: 8px !important;
  }
}
.gap-12 {
  gap: 12px;
}

.col-gap-12 {
  column-gap: 12px;
}

.row-gap-12 {
  row-gap: 12px;
}

@media screen and (max-width: 979px) {
  .tb-gap-12 {
    gap: 12px !important;
  }
  .tb-col-gap-12 {
    column-gap: 12px !important;
  }
  .tb-row-gap-12 {
    row-gap: 12px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-12 {
    gap: 12px !important;
  }
  .w699-col-gap-12 {
    column-gap: 12px !important;
  }
  .w699-row-gap-12 {
    row-gap: 12px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-12 {
    gap: 12px !important;
  }
  .sp-col-gap-12 {
    column-gap: 12px !important;
  }
  .sp-row-gap-12 {
    row-gap: 12px !important;
  }
}
.gap-16 {
  gap: 16px;
}

.col-gap-16 {
  column-gap: 16px;
}

.row-gap-16 {
  row-gap: 16px;
}

@media screen and (max-width: 979px) {
  .tb-gap-16 {
    gap: 16px !important;
  }
  .tb-col-gap-16 {
    column-gap: 16px !important;
  }
  .tb-row-gap-16 {
    row-gap: 16px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-16 {
    gap: 16px !important;
  }
  .w699-col-gap-16 {
    column-gap: 16px !important;
  }
  .w699-row-gap-16 {
    row-gap: 16px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-16 {
    gap: 16px !important;
  }
  .sp-col-gap-16 {
    column-gap: 16px !important;
  }
  .sp-row-gap-16 {
    row-gap: 16px !important;
  }
}
.gap-20 {
  gap: 20px;
}

.col-gap-20 {
  column-gap: 20px;
}

.row-gap-20 {
  row-gap: 20px;
}

@media screen and (max-width: 979px) {
  .tb-gap-20 {
    gap: 20px !important;
  }
  .tb-col-gap-20 {
    column-gap: 20px !important;
  }
  .tb-row-gap-20 {
    row-gap: 20px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-20 {
    gap: 20px !important;
  }
  .w699-col-gap-20 {
    column-gap: 20px !important;
  }
  .w699-row-gap-20 {
    row-gap: 20px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-20 {
    gap: 20px !important;
  }
  .sp-col-gap-20 {
    column-gap: 20px !important;
  }
  .sp-row-gap-20 {
    row-gap: 20px !important;
  }
}
.gap-24 {
  gap: 24px;
}

.col-gap-24 {
  column-gap: 24px;
}

.row-gap-24 {
  row-gap: 24px;
}

@media screen and (max-width: 979px) {
  .tb-gap-24 {
    gap: 24px !important;
  }
  .tb-col-gap-24 {
    column-gap: 24px !important;
  }
  .tb-row-gap-24 {
    row-gap: 24px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-24 {
    gap: 24px !important;
  }
  .w699-col-gap-24 {
    column-gap: 24px !important;
  }
  .w699-row-gap-24 {
    row-gap: 24px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-24 {
    gap: 24px !important;
  }
  .sp-col-gap-24 {
    column-gap: 24px !important;
  }
  .sp-row-gap-24 {
    row-gap: 24px !important;
  }
}
.gap-32 {
  gap: 32px;
}

.col-gap-32 {
  column-gap: 32px;
}

.row-gap-32 {
  row-gap: 32px;
}

@media screen and (max-width: 979px) {
  .tb-gap-32 {
    gap: 32px !important;
  }
  .tb-col-gap-32 {
    column-gap: 32px !important;
  }
  .tb-row-gap-32 {
    row-gap: 32px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-32 {
    gap: 32px !important;
  }
  .w699-col-gap-32 {
    column-gap: 32px !important;
  }
  .w699-row-gap-32 {
    row-gap: 32px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-32 {
    gap: 32px !important;
  }
  .sp-col-gap-32 {
    column-gap: 32px !important;
  }
  .sp-row-gap-32 {
    row-gap: 32px !important;
  }
}
.gap-40 {
  gap: 40px;
}

.col-gap-40 {
  column-gap: 40px;
}

.row-gap-40 {
  row-gap: 40px;
}

@media screen and (max-width: 979px) {
  .tb-gap-40 {
    gap: 40px !important;
  }
  .tb-col-gap-40 {
    column-gap: 40px !important;
  }
  .tb-row-gap-40 {
    row-gap: 40px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-40 {
    gap: 40px !important;
  }
  .w699-col-gap-40 {
    column-gap: 40px !important;
  }
  .w699-row-gap-40 {
    row-gap: 40px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-40 {
    gap: 40px !important;
  }
  .sp-col-gap-40 {
    column-gap: 40px !important;
  }
  .sp-row-gap-40 {
    row-gap: 40px !important;
  }
}
.gap-48 {
  gap: 48px;
}

.col-gap-48 {
  column-gap: 48px;
}

.row-gap-48 {
  row-gap: 48px;
}

@media screen and (max-width: 979px) {
  .tb-gap-48 {
    gap: 48px !important;
  }
  .tb-col-gap-48 {
    column-gap: 48px !important;
  }
  .tb-row-gap-48 {
    row-gap: 48px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-48 {
    gap: 48px !important;
  }
  .w699-col-gap-48 {
    column-gap: 48px !important;
  }
  .w699-row-gap-48 {
    row-gap: 48px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-48 {
    gap: 48px !important;
  }
  .sp-col-gap-48 {
    column-gap: 48px !important;
  }
  .sp-row-gap-48 {
    row-gap: 48px !important;
  }
}
.gap-56 {
  gap: 56px;
}

.col-gap-56 {
  column-gap: 56px;
}

.row-gap-56 {
  row-gap: 56px;
}

@media screen and (max-width: 979px) {
  .tb-gap-56 {
    gap: 56px !important;
  }
  .tb-col-gap-56 {
    column-gap: 56px !important;
  }
  .tb-row-gap-56 {
    row-gap: 56px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-56 {
    gap: 56px !important;
  }
  .w699-col-gap-56 {
    column-gap: 56px !important;
  }
  .w699-row-gap-56 {
    row-gap: 56px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-56 {
    gap: 56px !important;
  }
  .sp-col-gap-56 {
    column-gap: 56px !important;
  }
  .sp-row-gap-56 {
    row-gap: 56px !important;
  }
}
.gap-64 {
  gap: 64px;
}

.col-gap-64 {
  column-gap: 64px;
}

.row-gap-64 {
  row-gap: 64px;
}

@media screen and (max-width: 979px) {
  .tb-gap-64 {
    gap: 64px !important;
  }
  .tb-col-gap-64 {
    column-gap: 64px !important;
  }
  .tb-row-gap-64 {
    row-gap: 64px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-64 {
    gap: 64px !important;
  }
  .w699-col-gap-64 {
    column-gap: 64px !important;
  }
  .w699-row-gap-64 {
    row-gap: 64px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-64 {
    gap: 64px !important;
  }
  .sp-col-gap-64 {
    column-gap: 64px !important;
  }
  .sp-row-gap-64 {
    row-gap: 64px !important;
  }
}
.gap-72 {
  gap: 72px;
}

.col-gap-72 {
  column-gap: 72px;
}

.row-gap-72 {
  row-gap: 72px;
}

@media screen and (max-width: 979px) {
  .tb-gap-72 {
    gap: 72px !important;
  }
  .tb-col-gap-72 {
    column-gap: 72px !important;
  }
  .tb-row-gap-72 {
    row-gap: 72px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-72 {
    gap: 72px !important;
  }
  .w699-col-gap-72 {
    column-gap: 72px !important;
  }
  .w699-row-gap-72 {
    row-gap: 72px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-72 {
    gap: 72px !important;
  }
  .sp-col-gap-72 {
    column-gap: 72px !important;
  }
  .sp-row-gap-72 {
    row-gap: 72px !important;
  }
}
.gap-80 {
  gap: 80px;
}

.col-gap-80 {
  column-gap: 80px;
}

.row-gap-80 {
  row-gap: 80px;
}

@media screen and (max-width: 979px) {
  .tb-gap-80 {
    gap: 80px !important;
  }
  .tb-col-gap-80 {
    column-gap: 80px !important;
  }
  .tb-row-gap-80 {
    row-gap: 80px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-80 {
    gap: 80px !important;
  }
  .w699-col-gap-80 {
    column-gap: 80px !important;
  }
  .w699-row-gap-80 {
    row-gap: 80px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-80 {
    gap: 80px !important;
  }
  .sp-col-gap-80 {
    column-gap: 80px !important;
  }
  .sp-row-gap-80 {
    row-gap: 80px !important;
  }
}
.gap-96 {
  gap: 96px;
}

.col-gap-96 {
  column-gap: 96px;
}

.row-gap-96 {
  row-gap: 96px;
}

@media screen and (max-width: 979px) {
  .tb-gap-96 {
    gap: 96px !important;
  }
  .tb-col-gap-96 {
    column-gap: 96px !important;
  }
  .tb-row-gap-96 {
    row-gap: 96px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-96 {
    gap: 96px !important;
  }
  .w699-col-gap-96 {
    column-gap: 96px !important;
  }
  .w699-row-gap-96 {
    row-gap: 96px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-96 {
    gap: 96px !important;
  }
  .sp-col-gap-96 {
    column-gap: 96px !important;
  }
  .sp-row-gap-96 {
    row-gap: 96px !important;
  }
}
.gap-128 {
  gap: 128px;
}

.col-gap-128 {
  column-gap: 128px;
}

.row-gap-128 {
  row-gap: 128px;
}

@media screen and (max-width: 979px) {
  .tb-gap-128 {
    gap: 128px !important;
  }
  .tb-col-gap-128 {
    column-gap: 128px !important;
  }
  .tb-row-gap-128 {
    row-gap: 128px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-gap-128 {
    gap: 128px !important;
  }
  .w699-col-gap-128 {
    column-gap: 128px !important;
  }
  .w699-row-gap-128 {
    row-gap: 128px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-gap-128 {
    gap: 128px !important;
  }
  .sp-col-gap-128 {
    column-gap: 128px !important;
  }
  .sp-row-gap-128 {
    row-gap: 128px !important;
  }
}
.border-top {
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}

.border-bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border1);
}

.border-left {
  border-left: 1px solid var(--Bg_BW1);
}

.border-right {
  border-right: 1px solid var(--Bg_BW1);
}

@media screen and (max-width: 769px) {
  .sp-border-none {
    border: none;
  }
  .border-bottom {
    padding-bottom: 24px;
  }
}
.googleMap iframe {
  aspect-ratio: 66/37;
}

:root {
  --after-height-half: 2.539vw;
}

.content-header {
  overflow: hidden;
}
.content-header a {
  color: var(--Umios_White);
}
.content-header .content-header-bg {
  background: var(--Umios_Blue);
  position: relative;
}
.content-header .content-header-bg:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: var(--Umios_Blue);
  position: absolute;
  bottom: -1px;
  z-index: 0;
}
.content-header .content-header-inner {
  position: relative;
  padding-bottom: clamp(35px, 60px - 2.539vw, 55px);
  padding: 4vw 0 0;
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
}
.content-header .content-header-inner h1 {
  min-height: 130px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.content-header .content-header-inner h1[data-subtitle]:before {
  content: attr(data-subtitle);
  display: block;
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 400;
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 979px) {
  .content-header .content-header-inner h1 {
    min-height: 96px;
    font-size: min(8.2vw, 40px);
  }
  .content-header .content-header-inner {
    padding-top: 32px;
    padding-bottom: clamp(7px, 32px - var(--after-height-half), 27px);
  }
}
.content-header .content-header-title-small {
  font-size: 3.5rem;
  padding: 0 0 20px;
}
.content-header .content-header-title-small.not-subtitle {
  padding: 20px 0;
}
@media screen and (max-width: 979px) {
  .content-header .content-header-title-small {
    font-size: 2.8rem !important;
    padding: 32px 0;
  }
  .content-header .content-header-title-small[data-subtitle]:before {
    display: none !important;
  }
}
.content-header::after {
  content: "";
  width: 100%;
  aspect-ratio: 1280/65;
  background: url("data:image/svg+xml,%3Csvg width='1280' height='65' viewBox='0 0 1280 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39.2003C570 127.546 818.5 -47.7089 1280 39.2003L1280 0H0V39.2003Z' fill='%230042BC'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 105%;
  background-position: center;
  display: block;
}

.bg-wave-stop {
  position: relative;
}
.bg-wave-stop.blue::after {
  content: "";
  width: 100%;
  aspect-ratio: 1280/65;
  background: url("data:image/svg+xml,%3Csvg width='1280' height='65' viewBox='0 0 1280 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39.2003C570 127.546 818.5 -47.7089 1280 39.2003L1280 0H0V39.2003Z' fill='%230042BC'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 105%;
  background-position: center;
  display: block;
  transform: rotate(180deg);
}
.bg-wave-stop.red::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #FA0014;
  position: absolute;
  bottom: -1.5px;
}
.bg-wave-stop.red::after {
  content: "";
  width: 100%;
  aspect-ratio: 1280/65;
  background: url("data:image/svg+xml,%3Csvg width='1280' height='65' viewBox='0 0 1280 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39.2003C570 127.546 818.5 -47.7089 1280 39.2003L1280 0H0V39.2003Z' fill='%23FA0014'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 105%;
  background-position: center;
  display: block;
}
.bg-wave-stop.red.top::after {
  transform: rotate(180deg);
}

.level-2-header {
  width: 100%;
  padding: 0 3vw;
}
@media screen and (max-width: 769px) {
  .level-2-header {
    padding: 0 5vw;
  }
}
.level-2-header .h1-basis {
  font-weight: 900;
  margin: 26px 0 8px;
}
.level-2-header .breadcrumbs {
  position: static;
  display: flex;
  justify-content: flex-end;
}
.level-2-header .breadcrumbs * {
  color: var(--Umios_body_text);
}
.level-2-header .default-content {
  padding: 48px 0;
}

.level-2-header-img img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1200/300;
}
@media screen and (max-width: 769px) {
  .level-2-header-img img {
    border-radius: 10px;
    aspect-ratio: 342/135;
  }
}

.bg-umios-blue *:not(.button-link):not(.button-link *) {
  color: var(--Umios_White) !important;
}

.bg-umios-red *:not(.button-link):not(.button-link *) {
  color: var(--Umios_White) !important;
}

.bg-wave {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #e8f4ff 100%);
  margin: 56px auto 0;
}
@media screen and (max-width: 979px) {
  .bg-wave {
    margin: 40px auto 0;
  }
}
.bg-wave.upsidedown {
  transform: rotate(180deg);
  overflow: visible;
}
.bg-wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.bg-wave svg path {
  fill: #0042BC;
}
.bg-wave:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: var(--Umios_Blue);
}

/* 波のコンテナ */
.wave-container {
  margin: 0;
  position: relative;
  width: 100%;
  height: 150px;
  background: transparent;
  transform: translateY(1px);
}
@media screen and (max-width: 979px) {
  .wave-container {
    height: 75px;
  }
}
@media screen and (max-width: 769px) {
  .wave-container {
    height: 50px;
  }
}
.wave-container .wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  display: block;
}
.wave-container .wave-svg path {
  fill: #0042BC;
  animation: wave-slide-anim 6s linear infinite;
}
.wave-container .wave-ui {
  position: absolute;
  right: 3vw;
  bottom: -8px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .wave-container .wave-ui {
    right: 5vw;
    bottom: -21px;
  }
}
.wave-container .wave-ui li {
  list-style: none;
}
.wave-container .wave-ui li button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.wave-container .wave-ui li button:hover {
  opacity: 0.7;
}
.wave-container .wave-ui li button:focus {
  outline: 2px solid var(--Umios_Blue);
  outline-offset: 2px;
}
.wave-container .wave-ui li button:focus:not(:focus-visible) {
  outline: none;
}
.wave-container .wave-ui li button:focus-visible {
  outline: 2px solid var(--Umios_Blue);
  outline-offset: 2px;
}
.wave-container .wave-ui li button img {
  width: 24px;
  height: 24px;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .wave-container .wave-ui li button img {
    width: 20px;
    height: 20px;
  }
}
.wave-container .wave-ui .wave-play {
  display: none;
}

@keyframes wave-slide-anim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.career + .career {
  margin: 6px 0 0;
}
.career p, .career span, .career div, .career a, .career svg {
  color: var(--Umios_White);
}
.career .accordion {
  overflow: hidden;
}
.career .accordion-headerWrapper {
  display: flex;
  gap: 0 26px;
}
@media screen and (max-width: 979px) {
  .career .accordion-headerWrapper {
    flex-flow: wrap;
  }
}
.career .accordion-img {
  width: 135px;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .career .accordion-img {
    width: 77px;
    height: 77px;
  }
}
.career .accordion-item {
  background: var(--Umios_Blue);
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 979px) {
  .career .accordion-item {
    padding: 16px;
  }
}
.career .accordion-item .accordion-header {
  transition: all 0.3s;
}
.career .accordion-item .accordion-header:hover .career-trigger span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.career .accordion-item.is-active .accordion-header .career-trigger span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.career .accordion-innercontent h4 {
  margin: 0;
  font-weight: 900;
  font-size: 2rem;
  line-height: 160%;
}
@media screen and (max-width: 979px) {
  .career .accordion-innercontent h4 {
    margin: 16px 0 0;
  }
}
.career .accordion-innercontent h4 + p {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  margin: 0 0 10px;
}
.career .accordion-header {
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0;
}
.career .accordion-header:focus-visible {
  outline: 2px solid var(--Umios_Blue);
  outline-offset: -2px;
  z-index: 1;
}
.career .accordion-header:focus:not(:focus-visible) {
  outline: none;
}
.career .accordion-header .career-trigger {
  color: var(--Umios_White);
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.career .accordion-header .career-trigger span {
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
}
.career .accordion-header .career-trigger span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: var(--Umios_White);
  border-radius: 1px;
  transition: transform 0.3s ease;
}
.career .accordion-header .career-trigger span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: var(--Umios_White);
  border-radius: 1px;
}
.career .accordion-content {
  overflow: hidden;
  height: 0;
}
.career .accordion-content-inner {
  padding: 0;
  transition: opacity 0.4s ease-out;
}
.career .accordion-content[aria-hidden=false] .accordion-content-inner {
  opacity: 1;
}
.career .accordion-content-inner {
  margin: 24px 0 0;
  opacity: 0;
}
.career .accordion-content-inner dt:not(:first-child) {
  margin: 10px 0 0;
}

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

.accordion-item.is-opening .accordion-content {
  overflow: hidden;
}
.accordion-item.is-closing .accordion-content {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-header,
  .accordion-content,
  .accordion-header::after {
    transition: none !important;
  }
}
@media (prefers-contrast: high) {
  .accordion-header {
    border: 2px solid;
  }
  .accordion-header:focus-visible {
    outline: 3px solid;
  }
  .accordion-header:focus:not(:focus-visible) {
    outline: none;
  }
}
.col-w-1 {
  width: 1%;
}

.col-w-2 {
  width: 2%;
}

.col-w-3 {
  width: 3%;
}

.col-w-4 {
  width: 4%;
}

.col-w-5 {
  width: 5%;
}

.col-w-6 {
  width: 6%;
}

.col-w-7 {
  width: 7%;
}

.col-w-8 {
  width: 8%;
}

.col-w-9 {
  width: 9%;
}

.col-w-10 {
  width: 10%;
}

.col-w-11 {
  width: 11%;
}

.col-w-12 {
  width: 12%;
}

.col-w-13 {
  width: 13%;
}

.col-w-14 {
  width: 14%;
}

.col-w-15 {
  width: 15%;
}

.col-w-16 {
  width: 16%;
}

.col-w-17 {
  width: 17%;
}

.col-w-18 {
  width: 18%;
}

.col-w-19 {
  width: 19%;
}

.col-w-20 {
  width: 20%;
}

.col-w-21 {
  width: 21%;
}

.col-w-22 {
  width: 22%;
}

.col-w-23 {
  width: 23%;
}

.col-w-24 {
  width: 24%;
}

.col-w-25 {
  width: 25%;
}

.col-w-26 {
  width: 26%;
}

.col-w-27 {
  width: 27%;
}

.col-w-28 {
  width: 28%;
}

.col-w-29 {
  width: 29%;
}

.col-w-30 {
  width: 30%;
}

.col-w-31 {
  width: 31%;
}

.col-w-32 {
  width: 32%;
}

.col-w-33 {
  width: 33%;
}

.col-w-34 {
  width: 34%;
}

.col-w-35 {
  width: 35%;
}

.col-w-36 {
  width: 36%;
}

.col-w-37 {
  width: 37%;
}

.col-w-38 {
  width: 38%;
}

.col-w-39 {
  width: 39%;
}

.col-w-40 {
  width: 40%;
}

.col-w-41 {
  width: 41%;
}

.col-w-42 {
  width: 42%;
}

.col-w-43 {
  width: 43%;
}

.col-w-44 {
  width: 44%;
}

.col-w-45 {
  width: 45%;
}

.col-w-46 {
  width: 46%;
}

.col-w-47 {
  width: 47%;
}

.col-w-48 {
  width: 48%;
}

.col-w-49 {
  width: 49%;
}

.col-w-50 {
  width: 50%;
}

.col-w-51 {
  width: 51%;
}

.col-w-52 {
  width: 52%;
}

.col-w-53 {
  width: 53%;
}

.col-w-54 {
  width: 54%;
}

.col-w-55 {
  width: 55%;
}

.col-w-56 {
  width: 56%;
}

.col-w-57 {
  width: 57%;
}

.col-w-58 {
  width: 58%;
}

.col-w-59 {
  width: 59%;
}

.col-w-60 {
  width: 60%;
}

.col-w-61 {
  width: 61%;
}

.col-w-62 {
  width: 62%;
}

.col-w-63 {
  width: 63%;
}

.col-w-64 {
  width: 64%;
}

.col-w-65 {
  width: 65%;
}

.col-w-66 {
  width: 66%;
}

.col-w-67 {
  width: 67%;
}

.col-w-68 {
  width: 68%;
}

.col-w-69 {
  width: 69%;
}

.col-w-70 {
  width: 70%;
}

.col-w-71 {
  width: 71%;
}

.col-w-72 {
  width: 72%;
}

.col-w-73 {
  width: 73%;
}

.col-w-74 {
  width: 74%;
}

.col-w-75 {
  width: 75%;
}

.col-w-76 {
  width: 76%;
}

.col-w-77 {
  width: 77%;
}

.col-w-78 {
  width: 78%;
}

.col-w-79 {
  width: 79%;
}

.col-w-80 {
  width: 80%;
}

.col-w-81 {
  width: 81%;
}

.col-w-82 {
  width: 82%;
}

.col-w-83 {
  width: 83%;
}

.col-w-84 {
  width: 84%;
}

.col-w-85 {
  width: 85%;
}

.col-w-86 {
  width: 86%;
}

.col-w-87 {
  width: 87%;
}

.col-w-88 {
  width: 88%;
}

.col-w-89 {
  width: 89%;
}

.col-w-90 {
  width: 90%;
}

.col-w-91 {
  width: 91%;
}

.col-w-92 {
  width: 92%;
}

.col-w-93 {
  width: 93%;
}

.col-w-94 {
  width: 94%;
}

.col-w-95 {
  width: 95%;
}

.col-w-96 {
  width: 96%;
}

.col-w-97 {
  width: 97%;
}

.col-w-98 {
  width: 98%;
}

.col-w-99 {
  width: 99%;
}

.col-w-100 {
  width: 100%;
}

.table-wrapper.type-1 .tablebox {
  position: relative;
  background-color: var(--Umios_White);
}
.table-wrapper.type-1 table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--Umios_White);
  border-top: 1px solid var(--Sub_BW2);
  border-bottom: 1px solid var(--Sub_BW2);
}
.table-wrapper.type-1 th, .table-wrapper.type-1 td {
  border: 1px solid var(--Sub_BW2);
  padding: 6px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 160%;
  font-size: 1.5rem;
  font-weight: 400;
}
.table-wrapper.type-1 td {
  text-align: left;
}
.table-wrapper.type-1 td:first-child {
  text-align: left;
}
.table-wrapper.type-1 th {
  background-color: var(--Bg_BW2);
  border-top: 0;
  text-align: center;
  vertical-align: middle;
}
.table-wrapper.type-1 th:first-of-type {
  border-left: 0;
}
.table-wrapper.type-1 thead th:last-child {
  border-right: none;
}
.table-wrapper.type-1 tbody td {
  background-color: var(--Umios_White);
}
.table-wrapper.type-1 tbody td:first-of-type {
  border-left: 0;
}
.table-wrapper.type-1 tbody {
  -webkit-text-size-adjust: 100%;
}
.table-wrapper.type-1 tbody tr:last-child th, .table-wrapper.type-1 tbody tr:last-child td {
  border-bottom: none;
}
.table-wrapper.type-1 tbody th:last-child, .table-wrapper.type-1 tbody td:last-child {
  border-right: none;
}
.table-wrapper.type-2 table {
  width: 100%;
  border-collapse: collapse;
}
.table-wrapper.type-2 .tablebox {
  display: block;
  position: relative;
}
.table-wrapper.type-2 tr:first-child {
  border-top: 1px solid var(--Sub_BW2);
}
.table-wrapper.type-2 tr {
  border-bottom: 1px solid var(--Sub_BW2);
}
.table-wrapper.type-2 th, .table-wrapper.type-2 td {
  padding: 14px 16px;
  vertical-align: middle;
  line-height: 160%;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
.table-wrapper.type-2 th {
  width: 10%;
  min-width: 145px;
}
@media screen and (max-width: 979px) {
  .table-wrapper.type-2 th {
    min-width: 82px;
    max-width: 82px;
  }
}
.table-wrapper.type-2 td {
  width: 90%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.scroll-container {
  position: relative;
}
@media screen and (max-width: 979px) {
  .scroll-container {
    margin-right: calc(50% - 50vw);
  }
  .scroll-container .tablebox {
    display: flex;
  }
  .scroll-container .tablebox::after {
    content: "";
    width: 100%;
    min-width: 5vw;
    height: 0.1px;
    display: block;
    background: #fff;
  }
}
.scroll-container .table-wrapper::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: var(--shadow-height, 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), transparent);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.scroll-container .table-wrapper.show-shadow::before {
  opacity: 1;
}
.scroll-container .table-wrapper {
  overflow: hidden;
}
.scroll-container .external-scrollbar {
  display: none;
  position: relative;
  width: calc(100% - 5vw);
  height: 12px;
  background-color: var(--Bg_BW2);
  border-radius: 6px;
  margin-top: 8px;
  cursor: pointer;
}
.scroll-container .external-scrollbar .external-scrollbar-thumb {
  position: absolute;
  top: 3px;
  left: 0;
  height: 6px;
  background-color: var(--Umios_Blue);
  border-radius: 6px;
  transition: background-color 0.2s ease;
  cursor: grab;
}
.scroll-container .external-scrollbar .external-scrollbar-thumb:hover {
  background-color: var(--Sub_B1);
}
.scroll-container .external-scrollbar .external-scrollbar-thumb:active {
  cursor: grabbing;
  background-color: var(--Sub_B1);
}

@media screen and (min-width: 980px) {
  .scroll-container .tablebox {
    overflow: visible;
  }
  .scroll-container .tablebox th,
  .scroll-container .tablebox td {
    white-space: normal;
  }
  .scroll-container .table-wrapper.type-1 table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 979px) {
  .scroll-container .table-wrapper.type-1 table {
    width: auto;
    table-layout: auto;
    min-width: 900px;
  }
  .scroll-container .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .scroll-container .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .scroll-container .external-scrollbar {
    display: block;
  }
}
.scroll-container.pc-scroll .table-wrapper {
  overflow: auto hidden !important;
  /* デフォルトのスクロールバーを非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-container.pc-scroll .external-scrollbar {
  display: block !important;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .scroll-container.pc-scroll .external-scrollbar {
    width: calc(100% - 5vw);
  }
}
.default-list:not(.normal-dots) li {
  position: relative;
  padding: 0 0 0 16px;
}
.default-list:not(.normal-dots) li:not(:first-child) {
  margin: 6px 0 0;
}
.default-list:not(.normal-dots) li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A6EB37;
}
.default-list.normal-dots li {
  position: relative;
  padding: 0 0 0 16px;
}
.default-list.normal-dots li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.number-list {
  counter-reset: olnumber;
  margin: 0;
  padding: 0;
}
.number-list li {
  position: relative;
  padding: 0 0 0 16px;
}
.number-list li::before {
  counter-increment: olnumber;
  content: counter(olnumber) ". ";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}

.column.skin-1 {
  border: 2px solid var(--Umios_Red);
  border-radius: 20px;
  padding: 40px;
}
.column.skin-1 h4 {
  color: var(--Umios_text_Red);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  margin: 0 0 12px;
}
.column.skin-2 {
  background: var(--Bg_BW2);
  border-radius: 20px;
  padding: 40px;
}
.column.skin-2 h4 {
  color: var(--Umios_text_Red);
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  margin: 0 0 24px;
}
.column.skin-2 p {
  color: var(--Umios_body_text);
}
@media screen and (max-width: 979px) {
  .column.skin-1, .column.skin-2 {
    padding: 20px;
    border-radius: 20px;
  }
}
.column.layout-2 .layout-2-content {
  display: flex;
  gap: 0 21px;
}
.column.layout-2 .image-area .image {
  width: 190px;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
}
.column.layout-2 .image-area .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.column.layout-2 .image-area .image-area-data {
  text-align: left;
  color: var(--Umios_body_text);
}
.column.layout-2 .image-area .image-area-data .name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 160%;
  margin: 8px 0 0;
}
.column.layout-2 .image-area .image-area-data .data {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
}
@media screen and (max-width: 979px) {
  .column.layout-2 .layout-2-content {
    flex-flow: wrap;
    gap: 21px 0;
    margin: 24px 0 0;
  }
  .column.layout-2 .text-area {
    order: 2;
  }
  .column.layout-2 .image-area {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .column.layout-2 .image-area .image {
    width: 88px;
    height: 88px;
  }
  .column.layout-2 .image-area .image img {
    height: 88px;
  }
  .column.layout-2 .image-area .image-area-data {
    text-align: left;
  }
  .column.layout-2 .image-area .image-area-data .data {
    margin: 8px 0 0;
  }
}

.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  position: absolute;
  top: 4px;
  right: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 32px 0 0;
}
@media screen and (max-width: 979px) {
  .breadcrumbs {
    padding: 0 16px 0;
  }
}
.breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .breadcrumbs ul:has(li:nth-child(3)) li:not(:first-child):not(:nth-last-child(2)) {
    display: none;
  }
}
.breadcrumbs ul li {
  color: var(--Umios_White);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 190%;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
}
.breadcrumbs ul li:not(:last-child) {
  white-space: nowrap;
}
.breadcrumbs ul li > a {
  color: var(--Umios_White);
  text-decoration: none;
  font-weight: 400;
}

@media screen and (max-width: 979px) {
  #accordion-menu-root {
    display: none;
  }
}

.accordion-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
  background-color: var(--Umios_White);
}
.accordion-container .level-1 {
  padding: 6px 0 6px 14px;
}
.accordion-container .level-2 {
  padding: 6px 0 6px 24px;
  font-size: 1.4rem;
  font-weight: 400;
}
.accordion-container .level-3 {
  padding: 6px 0 6px 32px;
  font-size: 1.3rem;
  font-weight: 400;
}
.accordion-container .level-4 {
  padding: 6px 0 6px 40px;
  font-size: 1.3rem;
  font-weight: 400;
}
.accordion-container .level-5 {
  padding: 6px 0 6px 48px;
  font-size: 1.3rem;
  font-weight: 300;
}
.accordion-container .local-menu-accordion-trigger {
  font-weight: 500;
}
.accordion-container .menu-item.current, .accordion-container .menu-item.current button {
  font-weight: 700 !important;
}
.accordion-container .menu-item.is-expanded {
  margin: 0 0 8px;
}

.menu-header.is-disabled-link {
  cursor: default;
  pointer-events: none;
}

.menu-header.is-disabled-link {
  cursor: default;
}

.local-menu-title {
  color: var(--Umios_Black);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 19.2px;
  word-wrap: break-word;
  padding: 0 8px 16px;
  margin: 0 0 8px;
  border-bottom: 1px solid var(--Bg_BW1);
}

.menu-header {
  display: flex;
  align-items: center;
  background-color: var(--Umios_White);
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 8px 0;
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 500;
  color: inherit;
  word-break: keep-all;
  transition: color 0.2s ease;
}
.menu-header .local-menu-icon-container {
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(6px);
  margin: -10px 4px 0;
}
.menu-header:hover {
  color: var(--Umios_text_Red);
  text-decoration: underline;
}
.menu-header:hover .plus-minus-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.menu-header:hover .plus-minus-icon:before, .menu-header:hover .plus-minus-icon:after {
  background-color: var(--Umios_Red);
}
.menu-header:focus {
  outline: 2px solid var(--Umios_Red);
  outline-offset: -2px;
}
.menu-header[aria-current=page] {
  color: var(--Umios_text_Red);
}

.accordion-container [aria-expanded=true] {
  font-weight: 700 !important;
}
.accordion-container [aria-expanded=true] .plus-minus-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu-title {
  flex: 1;
  display: block;
}

.plus-minus-icon {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  margin-left: 1rem;
}
.plus-minus-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: var(--Umios_Black);
  border-radius: 1px;
}
.plus-minus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background-color: var(--Umios_Black);
  border-radius: 1px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-children {
  overflow: hidden;
}
.menu-children button {
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  .plus-minus-icon::after {
    transition: none;
  }
}
.tab-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-button {
  width: 100%;
  background: none;
  border: none;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--Umios_Blue);
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateX(-10px);
  position: relative;
  /* フォントウェイト変更によるレイアウトシフトを防ぐ */
  text-shadow: 0 0 0 transparent;
}
.tab-button:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0;
  background: var(--Umios_Blue);
}
.tab-button:focus-visible {
  outline: 1px solid var(--Umios_Blue);
  outline-offset: -1px;
}
.tab-button[aria-selected=true], .tab-button:hover {
  /* font-weight: bold; を text-shadow に変更 */
  text-shadow: 0.5px 0 0 currentColor;
}
.tab-button[aria-selected=true]:after, .tab-button:hover:after {
  opacity: 1;
}

.tabs-content {
  margin: 30px 0 0;
  position: relative;
}

.tab-panel {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
.tab-panel.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.tab-panel.fade-in {
  animation: fadeIn 0.4s ease-in-out forwards;
}
.tab-panel.fade-out {
  animation: fadeOut 0.4s ease-in-out forwards;
}
.tab-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-3px);
  }
}
.content-item {
  border-top: 1px solid var(--Bg_BW2);
}
.content-item:last-child {
  border-bottom: 1px solid var(--Bg_BW2);
}

.content-link {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
  position: relative;
}
.content-link:after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 4px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--Bg_B1);
  z-index: 0;
  transform: translate(-15px, -2px);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.6s;
}
@media screen and (min-width: 980px) {
  .content-link:hover:after, .content-link:focus-visible:after {
    opacity: 1;
  }
}

.content-item.bg-blue {
  border-top: 1px solid var(--dark_blue);
}
.content-item.bg-blue:last-child {
  border-bottom: 1px solid var(--dark_blue);
}
.content-item.bg-blue .content-link:after {
  background: var(--dark_blue);
}

.content-date, .content-title {
  position: relative;
  z-index: 1;
}

.content-date {
  display: block;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  color: var(--Umios_Black);
  margin-bottom: 10px;
}

.content-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 200%;
  color: var(--Umios_Black);
}
.content-title:hover svg {
  transform: translateX(0px);
}

@media screen and (max-width: 979px) {
  .content-link {
    padding: 15px 0;
  }
}
.social {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  right: 20px;
  height: fit-content;
  z-index: 1;
}
.social ul {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  text-align: center;
}
.social li {
  font-size: 1.2rem;
  line-height: 170%;
  font-weight: 400;
}
.social li:nth-child(2) img {
  width: 16px;
}
.social li:nth-child(3) img {
  width: 19px;
}
.social li:nth-child(4) img {
  width: 21px;
}
.social li:nth-child(5) img {
  width: 17px;
}
.social li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  transition: all 0.6s;
}
.social li a:hover {
  box-shadow: none;
}
@media screen and (max-width: 979px) {
  .social {
    transform: translateX(4vw);
    position: static !important; /* JavaScriptの影響を受けないように */
    top: auto !important;
  }
  .social ul {
    flex-direction: row;
    margin: 28px 0 0;
    gap: 8px;
    white-space: nowrap;
    align-items: center;
  }
  .social ul li:nth-child(2) img {
    width: 22px;
  }
  .social ul li:nth-child(3) img {
    width: 32px;
  }
  .social ul li:nth-child(4) img {
    width: 30px;
  }
  .social ul li:nth-child(5) img {
    width: 21px;
  }
  .social ul li a {
    box-shadow: none;
  }
}

.movie-content {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  height: fit-content;
  overflow: hidden;
}
.movie-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  animation: loading-shimmer 1.5s infinite;
  z-index: 1;
}
.movie-content.video-loaded::before {
  animation: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.movie-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.movie-content {
  /* 動画読み込み完了後に表示 */
}
.movie-content.video-loaded video {
  opacity: 1;
}

.movie-control {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0;
}
.movie-control button {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--Umios-White, #FFF);
}
.movie-control .controls {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  padding: 0 50px 0 0;
}
.movie-control .control-btn {
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  transition: opacity 0.2s ease;
}
.movie-control .control-btn:hover:not(:disabled) {
  opacity: 0.8;
}
.movie-control .control-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.movie-control .control-btn.ui-text {
  min-width: 64px;
  max-width: 64px;
  width: 64px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: bold;
  transform: translateY(-1px);
}
.movie-control .control-btn:focus-visible {
  outline: 2px solid var(--Umios_Blue, #0066cc);
  outline-offset: 2px;
}
.movie-control .volume-container {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -4px 0 0;
}
.movie-control .volume-slider-wrapper {
  display: none;
  align-items: center;
  margin-left: 8px;
  animation: slideIn 0.2s ease;
}
.movie-control .volume-slider-wrapper.show {
  display: flex;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.movie-control input[type=range] {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.movie-control input[type=range]:focus-visible {
  outline: 2px solid var(--Umios_Blue, #0066cc);
  outline-offset: 2px;
}
.movie-control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  transition: transform 0.1s ease;
}
.movie-control input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}
.movie-control input[type=range]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  border: none;
  transition: transform 0.1s ease;
}
.movie-control input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.2);
}

@keyframes loading-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.no-wrap {
  white-space: nowrap !important;
}

.t-bold {
  font-weight: bold !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.t-left {
  text-align: left !important;
}

@media screen and (max-width: 979px) {
  .sp-t-center {
    text-align: center !important;
  }
  .sp-t-right {
    text-align: right !important;
  }
  .sp-t-left {
    text-align: left !important;
  }
  .tb-no-wrap {
    white-space: nowrap !important;
  }
}
.m-auto {
  margin: auto;
}

.m-x-auto {
  margin: 0 auto;
}

.m-y-auto {
  margin: auto 0;
}

.pd-0 {
  padding: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pd-2 {
  padding: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pd-4 {
  padding: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pd-8 {
  padding: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pd-12 {
  padding: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pd-16 {
  padding: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pd-20 {
  padding: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pd-24 {
  padding: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pd-32 {
  padding: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pd-40 {
  padding: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pd-48 {
  padding: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pd-56 {
  padding: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pd-64 {
  padding: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pd-72 {
  padding: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pd-80 {
  padding: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pd-96 {
  padding: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pd-104 {
  padding: 104px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.pt-104 {
  padding-top: 104px !important;
}

.mr-104 {
  margin-right: 104px !important;
}

.pr-104 {
  padding-right: 104px !important;
}

.mb-104 {
  margin-bottom: 104px !important;
}

.pb-104 {
  padding-bottom: 104px !important;
}

.ml-104 {
  margin-left: 104px !important;
}

.pl-104 {
  padding-left: 104px !important;
}

.pd-112 {
  padding: 112px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.pt-112 {
  padding-top: 112px !important;
}

.mr-112 {
  margin-right: 112px !important;
}

.pr-112 {
  padding-right: 112px !important;
}

.mb-112 {
  margin-bottom: 112px !important;
}

.pb-112 {
  padding-bottom: 112px !important;
}

.ml-112 {
  margin-left: 112px !important;
}

.pl-112 {
  padding-left: 112px !important;
}

.pd-128 {
  padding: 128px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.pt-128 {
  padding-top: 128px !important;
}

.mr-128 {
  margin-right: 128px !important;
}

.pr-128 {
  padding-right: 128px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.ml-128 {
  margin-left: 128px !important;
}

.pl-128 {
  padding-left: 128px !important;
}

.pd-144 {
  padding: 144px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.pt-144 {
  padding-top: 144px !important;
}

.mr-144 {
  margin-right: 144px !important;
}

.pr-144 {
  padding-right: 144px !important;
}

.mb-144 {
  margin-bottom: 144px !important;
}

.pb-144 {
  padding-bottom: 144px !important;
}

.ml-144 {
  margin-left: 144px !important;
}

.pl-144 {
  padding-left: 144px !important;
}

.pd-200 {
  padding: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

@media screen and (max-width: 979px) {
  .m-sp-none {
    margin: 0;
  }
  .tb-m-auto {
    margin: 0 auto;
  }
  .tb-pd-0 {
    padding: 0px !important;
  }
  .tb-mt-0 {
    margin-top: 0px !important;
  }
  .tb-pt-0 {
    padding-top: 0px !important;
  }
  .tb-mr-0 {
    margin-right: 0px !important;
  }
  .tb-pr-0 {
    padding-right: 0px !important;
  }
  .tb-ml-0 {
    margin-left: 0px !important;
  }
  .tb-pl-0 {
    padding-left: 0px !important;
  }
  .tb-mb-0 {
    margin-bottom: 0px !important;
  }
  .tb-pb-0 {
    padding-bottom: 0px !important;
  }
  .tb-pd-2 {
    padding: 2px !important;
  }
  .tb-mt-2 {
    margin-top: 2px !important;
  }
  .tb-pt-2 {
    padding-top: 2px !important;
  }
  .tb-mr-2 {
    margin-right: 2px !important;
  }
  .tb-pr-2 {
    padding-right: 2px !important;
  }
  .tb-ml-2 {
    margin-left: 2px !important;
  }
  .tb-pl-2 {
    padding-left: 2px !important;
  }
  .tb-mb-2 {
    margin-bottom: 2px !important;
  }
  .tb-pb-2 {
    padding-bottom: 2px !important;
  }
  .tb-pd-4 {
    padding: 4px !important;
  }
  .tb-mt-4 {
    margin-top: 4px !important;
  }
  .tb-pt-4 {
    padding-top: 4px !important;
  }
  .tb-mr-4 {
    margin-right: 4px !important;
  }
  .tb-pr-4 {
    padding-right: 4px !important;
  }
  .tb-ml-4 {
    margin-left: 4px !important;
  }
  .tb-pl-4 {
    padding-left: 4px !important;
  }
  .tb-mb-4 {
    margin-bottom: 4px !important;
  }
  .tb-pb-4 {
    padding-bottom: 4px !important;
  }
  .tb-pd-8 {
    padding: 8px !important;
  }
  .tb-mt-8 {
    margin-top: 8px !important;
  }
  .tb-pt-8 {
    padding-top: 8px !important;
  }
  .tb-mr-8 {
    margin-right: 8px !important;
  }
  .tb-pr-8 {
    padding-right: 8px !important;
  }
  .tb-ml-8 {
    margin-left: 8px !important;
  }
  .tb-pl-8 {
    padding-left: 8px !important;
  }
  .tb-mb-8 {
    margin-bottom: 8px !important;
  }
  .tb-pb-8 {
    padding-bottom: 8px !important;
  }
  .tb-pd-12 {
    padding: 12px !important;
  }
  .tb-mt-12 {
    margin-top: 12px !important;
  }
  .tb-pt-12 {
    padding-top: 12px !important;
  }
  .tb-mr-12 {
    margin-right: 12px !important;
  }
  .tb-pr-12 {
    padding-right: 12px !important;
  }
  .tb-ml-12 {
    margin-left: 12px !important;
  }
  .tb-pl-12 {
    padding-left: 12px !important;
  }
  .tb-mb-12 {
    margin-bottom: 12px !important;
  }
  .tb-pb-12 {
    padding-bottom: 12px !important;
  }
  .tb-pd-16 {
    padding: 16px !important;
  }
  .tb-mt-16 {
    margin-top: 16px !important;
  }
  .tb-pt-16 {
    padding-top: 16px !important;
  }
  .tb-mr-16 {
    margin-right: 16px !important;
  }
  .tb-pr-16 {
    padding-right: 16px !important;
  }
  .tb-ml-16 {
    margin-left: 16px !important;
  }
  .tb-pl-16 {
    padding-left: 16px !important;
  }
  .tb-mb-16 {
    margin-bottom: 16px !important;
  }
  .tb-pb-16 {
    padding-bottom: 16px !important;
  }
  .tb-pd-20 {
    padding: 20px !important;
  }
  .tb-mt-20 {
    margin-top: 20px !important;
  }
  .tb-pt-20 {
    padding-top: 20px !important;
  }
  .tb-mr-20 {
    margin-right: 20px !important;
  }
  .tb-pr-20 {
    padding-right: 20px !important;
  }
  .tb-ml-20 {
    margin-left: 20px !important;
  }
  .tb-pl-20 {
    padding-left: 20px !important;
  }
  .tb-mb-20 {
    margin-bottom: 20px !important;
  }
  .tb-pb-20 {
    padding-bottom: 20px !important;
  }
  .tb-pd-24 {
    padding: 24px !important;
  }
  .tb-mt-24 {
    margin-top: 24px !important;
  }
  .tb-pt-24 {
    padding-top: 24px !important;
  }
  .tb-mr-24 {
    margin-right: 24px !important;
  }
  .tb-pr-24 {
    padding-right: 24px !important;
  }
  .tb-ml-24 {
    margin-left: 24px !important;
  }
  .tb-pl-24 {
    padding-left: 24px !important;
  }
  .tb-mb-24 {
    margin-bottom: 24px !important;
  }
  .tb-pb-24 {
    padding-bottom: 24px !important;
  }
  .tb-pd-32 {
    padding: 32px !important;
  }
  .tb-mt-32 {
    margin-top: 32px !important;
  }
  .tb-pt-32 {
    padding-top: 32px !important;
  }
  .tb-mr-32 {
    margin-right: 32px !important;
  }
  .tb-pr-32 {
    padding-right: 32px !important;
  }
  .tb-ml-32 {
    margin-left: 32px !important;
  }
  .tb-pl-32 {
    padding-left: 32px !important;
  }
  .tb-mb-32 {
    margin-bottom: 32px !important;
  }
  .tb-pb-32 {
    padding-bottom: 32px !important;
  }
  .tb-pd-40 {
    padding: 40px !important;
  }
  .tb-mt-40 {
    margin-top: 40px !important;
  }
  .tb-pt-40 {
    padding-top: 40px !important;
  }
  .tb-mr-40 {
    margin-right: 40px !important;
  }
  .tb-pr-40 {
    padding-right: 40px !important;
  }
  .tb-ml-40 {
    margin-left: 40px !important;
  }
  .tb-pl-40 {
    padding-left: 40px !important;
  }
  .tb-mb-40 {
    margin-bottom: 40px !important;
  }
  .tb-pb-40 {
    padding-bottom: 40px !important;
  }
  .tb-pd-48 {
    padding: 48px !important;
  }
  .tb-mt-48 {
    margin-top: 48px !important;
  }
  .tb-pt-48 {
    padding-top: 48px !important;
  }
  .tb-mr-48 {
    margin-right: 48px !important;
  }
  .tb-pr-48 {
    padding-right: 48px !important;
  }
  .tb-ml-48 {
    margin-left: 48px !important;
  }
  .tb-pl-48 {
    padding-left: 48px !important;
  }
  .tb-mb-48 {
    margin-bottom: 48px !important;
  }
  .tb-pb-48 {
    padding-bottom: 48px !important;
  }
  .tb-pd-56 {
    padding: 56px !important;
  }
  .tb-mt-56 {
    margin-top: 56px !important;
  }
  .tb-pt-56 {
    padding-top: 56px !important;
  }
  .tb-mr-56 {
    margin-right: 56px !important;
  }
  .tb-pr-56 {
    padding-right: 56px !important;
  }
  .tb-ml-56 {
    margin-left: 56px !important;
  }
  .tb-pl-56 {
    padding-left: 56px !important;
  }
  .tb-mb-56 {
    margin-bottom: 56px !important;
  }
  .tb-pb-56 {
    padding-bottom: 56px !important;
  }
  .tb-pd-64 {
    padding: 64px !important;
  }
  .tb-mt-64 {
    margin-top: 64px !important;
  }
  .tb-pt-64 {
    padding-top: 64px !important;
  }
  .tb-mr-64 {
    margin-right: 64px !important;
  }
  .tb-pr-64 {
    padding-right: 64px !important;
  }
  .tb-ml-64 {
    margin-left: 64px !important;
  }
  .tb-pl-64 {
    padding-left: 64px !important;
  }
  .tb-mb-64 {
    margin-bottom: 64px !important;
  }
  .tb-pb-64 {
    padding-bottom: 64px !important;
  }
  .tb-pd-72 {
    padding: 72px !important;
  }
  .tb-mt-72 {
    margin-top: 72px !important;
  }
  .tb-pt-72 {
    padding-top: 72px !important;
  }
  .tb-mr-72 {
    margin-right: 72px !important;
  }
  .tb-pr-72 {
    padding-right: 72px !important;
  }
  .tb-ml-72 {
    margin-left: 72px !important;
  }
  .tb-pl-72 {
    padding-left: 72px !important;
  }
  .tb-mb-72 {
    margin-bottom: 72px !important;
  }
  .tb-pb-72 {
    padding-bottom: 72px !important;
  }
  .tb-pd-80 {
    padding: 80px !important;
  }
  .tb-mt-80 {
    margin-top: 80px !important;
  }
  .tb-pt-80 {
    padding-top: 80px !important;
  }
  .tb-mr-80 {
    margin-right: 80px !important;
  }
  .tb-pr-80 {
    padding-right: 80px !important;
  }
  .tb-ml-80 {
    margin-left: 80px !important;
  }
  .tb-pl-80 {
    padding-left: 80px !important;
  }
  .tb-mb-80 {
    margin-bottom: 80px !important;
  }
  .tb-pb-80 {
    padding-bottom: 80px !important;
  }
  .tb-pd-96 {
    padding: 96px !important;
  }
  .tb-mt-96 {
    margin-top: 96px !important;
  }
  .tb-pt-96 {
    padding-top: 96px !important;
  }
  .tb-mr-96 {
    margin-right: 96px !important;
  }
  .tb-pr-96 {
    padding-right: 96px !important;
  }
  .tb-ml-96 {
    margin-left: 96px !important;
  }
  .tb-pl-96 {
    padding-left: 96px !important;
  }
  .tb-mb-96 {
    margin-bottom: 96px !important;
  }
  .tb-pb-96 {
    padding-bottom: 96px !important;
  }
  .tb-pd-104 {
    padding: 104px !important;
  }
  .tb-mt-104 {
    margin-top: 104px !important;
  }
  .tb-pt-104 {
    padding-top: 104px !important;
  }
  .tb-mr-104 {
    margin-right: 104px !important;
  }
  .tb-pr-104 {
    padding-right: 104px !important;
  }
  .tb-ml-104 {
    margin-left: 104px !important;
  }
  .tb-pl-104 {
    padding-left: 104px !important;
  }
  .tb-mb-104 {
    margin-bottom: 104px !important;
  }
  .tb-pb-104 {
    padding-bottom: 104px !important;
  }
  .tb-pd-112 {
    padding: 112px !important;
  }
  .tb-mt-112 {
    margin-top: 112px !important;
  }
  .tb-pt-112 {
    padding-top: 112px !important;
  }
  .tb-mr-112 {
    margin-right: 112px !important;
  }
  .tb-pr-112 {
    padding-right: 112px !important;
  }
  .tb-ml-112 {
    margin-left: 112px !important;
  }
  .tb-pl-112 {
    padding-left: 112px !important;
  }
  .tb-mb-112 {
    margin-bottom: 112px !important;
  }
  .tb-pb-112 {
    padding-bottom: 112px !important;
  }
  .tb-pd-128 {
    padding: 128px !important;
  }
  .tb-mt-128 {
    margin-top: 128px !important;
  }
  .tb-pt-128 {
    padding-top: 128px !important;
  }
  .tb-mr-128 {
    margin-right: 128px !important;
  }
  .tb-pr-128 {
    padding-right: 128px !important;
  }
  .tb-ml-128 {
    margin-left: 128px !important;
  }
  .tb-pl-128 {
    padding-left: 128px !important;
  }
  .tb-mb-128 {
    margin-bottom: 128px !important;
  }
  .tb-pb-128 {
    padding-bottom: 128px !important;
  }
  .tb-pd-144 {
    padding: 144px !important;
  }
  .tb-mt-144 {
    margin-top: 144px !important;
  }
  .tb-pt-144 {
    padding-top: 144px !important;
  }
  .tb-mr-144 {
    margin-right: 144px !important;
  }
  .tb-pr-144 {
    padding-right: 144px !important;
  }
  .tb-ml-144 {
    margin-left: 144px !important;
  }
  .tb-pl-144 {
    padding-left: 144px !important;
  }
  .tb-mb-144 {
    margin-bottom: 144px !important;
  }
  .tb-pb-144 {
    padding-bottom: 144px !important;
  }
  .tb-pd-200 {
    padding: 200px !important;
  }
  .tb-mt-200 {
    margin-top: 200px !important;
  }
  .tb-pt-200 {
    padding-top: 200px !important;
  }
  .tb-mr-200 {
    margin-right: 200px !important;
  }
  .tb-pr-200 {
    padding-right: 200px !important;
  }
  .tb-ml-200 {
    margin-left: 200px !important;
  }
  .tb-pl-200 {
    padding-left: 200px !important;
  }
  .tb-mb-200 {
    margin-bottom: 200px !important;
  }
  .tb-pb-200 {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-pd-0 {
    padding: 0px !important;
  }
  .w699-mt-0 {
    margin-top: 0px !important;
  }
  .w699-pt-0 {
    padding-top: 0px !important;
  }
  .w699-mr-0 {
    margin-right: 0px !important;
  }
  .w699-pr-0 {
    padding-right: 0px !important;
  }
  .w699-ml-0 {
    margin-left: 0px !important;
  }
  .w699-pl-0 {
    padding-left: 0px !important;
  }
  .w699-mb-0 {
    margin-bottom: 0px !important;
  }
  .w699-pb-0 {
    padding-bottom: 0px !important;
  }
  .w699-pd-2 {
    padding: 2px !important;
  }
  .w699-mt-2 {
    margin-top: 2px !important;
  }
  .w699-pt-2 {
    padding-top: 2px !important;
  }
  .w699-mr-2 {
    margin-right: 2px !important;
  }
  .w699-pr-2 {
    padding-right: 2px !important;
  }
  .w699-ml-2 {
    margin-left: 2px !important;
  }
  .w699-pl-2 {
    padding-left: 2px !important;
  }
  .w699-mb-2 {
    margin-bottom: 2px !important;
  }
  .w699-pb-2 {
    padding-bottom: 2px !important;
  }
  .w699-pd-4 {
    padding: 4px !important;
  }
  .w699-mt-4 {
    margin-top: 4px !important;
  }
  .w699-pt-4 {
    padding-top: 4px !important;
  }
  .w699-mr-4 {
    margin-right: 4px !important;
  }
  .w699-pr-4 {
    padding-right: 4px !important;
  }
  .w699-ml-4 {
    margin-left: 4px !important;
  }
  .w699-pl-4 {
    padding-left: 4px !important;
  }
  .w699-mb-4 {
    margin-bottom: 4px !important;
  }
  .w699-pb-4 {
    padding-bottom: 4px !important;
  }
  .w699-pd-8 {
    padding: 8px !important;
  }
  .w699-mt-8 {
    margin-top: 8px !important;
  }
  .w699-pt-8 {
    padding-top: 8px !important;
  }
  .w699-mr-8 {
    margin-right: 8px !important;
  }
  .w699-pr-8 {
    padding-right: 8px !important;
  }
  .w699-ml-8 {
    margin-left: 8px !important;
  }
  .w699-pl-8 {
    padding-left: 8px !important;
  }
  .w699-mb-8 {
    margin-bottom: 8px !important;
  }
  .w699-pb-8 {
    padding-bottom: 8px !important;
  }
  .w699-pd-12 {
    padding: 12px !important;
  }
  .w699-mt-12 {
    margin-top: 12px !important;
  }
  .w699-pt-12 {
    padding-top: 12px !important;
  }
  .w699-mr-12 {
    margin-right: 12px !important;
  }
  .w699-pr-12 {
    padding-right: 12px !important;
  }
  .w699-ml-12 {
    margin-left: 12px !important;
  }
  .w699-pl-12 {
    padding-left: 12px !important;
  }
  .w699-mb-12 {
    margin-bottom: 12px !important;
  }
  .w699-pb-12 {
    padding-bottom: 12px !important;
  }
  .w699-pd-16 {
    padding: 16px !important;
  }
  .w699-mt-16 {
    margin-top: 16px !important;
  }
  .w699-pt-16 {
    padding-top: 16px !important;
  }
  .w699-mr-16 {
    margin-right: 16px !important;
  }
  .w699-pr-16 {
    padding-right: 16px !important;
  }
  .w699-ml-16 {
    margin-left: 16px !important;
  }
  .w699-pl-16 {
    padding-left: 16px !important;
  }
  .w699-mb-16 {
    margin-bottom: 16px !important;
  }
  .w699-pb-16 {
    padding-bottom: 16px !important;
  }
  .w699-pd-20 {
    padding: 20px !important;
  }
  .w699-mt-20 {
    margin-top: 20px !important;
  }
  .w699-pt-20 {
    padding-top: 20px !important;
  }
  .w699-mr-20 {
    margin-right: 20px !important;
  }
  .w699-pr-20 {
    padding-right: 20px !important;
  }
  .w699-ml-20 {
    margin-left: 20px !important;
  }
  .w699-pl-20 {
    padding-left: 20px !important;
  }
  .w699-mb-20 {
    margin-bottom: 20px !important;
  }
  .w699-pb-20 {
    padding-bottom: 20px !important;
  }
  .w699-pd-24 {
    padding: 24px !important;
  }
  .w699-mt-24 {
    margin-top: 24px !important;
  }
  .w699-pt-24 {
    padding-top: 24px !important;
  }
  .w699-mr-24 {
    margin-right: 24px !important;
  }
  .w699-pr-24 {
    padding-right: 24px !important;
  }
  .w699-ml-24 {
    margin-left: 24px !important;
  }
  .w699-pl-24 {
    padding-left: 24px !important;
  }
  .w699-mb-24 {
    margin-bottom: 24px !important;
  }
  .w699-pb-24 {
    padding-bottom: 24px !important;
  }
  .w699-pd-32 {
    padding: 32px !important;
  }
  .w699-mt-32 {
    margin-top: 32px !important;
  }
  .w699-pt-32 {
    padding-top: 32px !important;
  }
  .w699-mr-32 {
    margin-right: 32px !important;
  }
  .w699-pr-32 {
    padding-right: 32px !important;
  }
  .w699-ml-32 {
    margin-left: 32px !important;
  }
  .w699-pl-32 {
    padding-left: 32px !important;
  }
  .w699-mb-32 {
    margin-bottom: 32px !important;
  }
  .w699-pb-32 {
    padding-bottom: 32px !important;
  }
  .w699-pd-40 {
    padding: 40px !important;
  }
  .w699-mt-40 {
    margin-top: 40px !important;
  }
  .w699-pt-40 {
    padding-top: 40px !important;
  }
  .w699-mr-40 {
    margin-right: 40px !important;
  }
  .w699-pr-40 {
    padding-right: 40px !important;
  }
  .w699-ml-40 {
    margin-left: 40px !important;
  }
  .w699-pl-40 {
    padding-left: 40px !important;
  }
  .w699-mb-40 {
    margin-bottom: 40px !important;
  }
  .w699-pb-40 {
    padding-bottom: 40px !important;
  }
  .w699-pd-48 {
    padding: 48px !important;
  }
  .w699-mt-48 {
    margin-top: 48px !important;
  }
  .w699-pt-48 {
    padding-top: 48px !important;
  }
  .w699-mr-48 {
    margin-right: 48px !important;
  }
  .w699-pr-48 {
    padding-right: 48px !important;
  }
  .w699-ml-48 {
    margin-left: 48px !important;
  }
  .w699-pl-48 {
    padding-left: 48px !important;
  }
  .w699-mb-48 {
    margin-bottom: 48px !important;
  }
  .w699-pb-48 {
    padding-bottom: 48px !important;
  }
  .w699-pd-56 {
    padding: 56px !important;
  }
  .w699-mt-56 {
    margin-top: 56px !important;
  }
  .w699-pt-56 {
    padding-top: 56px !important;
  }
  .w699-mr-56 {
    margin-right: 56px !important;
  }
  .w699-pr-56 {
    padding-right: 56px !important;
  }
  .w699-ml-56 {
    margin-left: 56px !important;
  }
  .w699-pl-56 {
    padding-left: 56px !important;
  }
  .w699-mb-56 {
    margin-bottom: 56px !important;
  }
  .w699-pb-56 {
    padding-bottom: 56px !important;
  }
  .w699-pd-64 {
    padding: 64px !important;
  }
  .w699-mt-64 {
    margin-top: 64px !important;
  }
  .w699-pt-64 {
    padding-top: 64px !important;
  }
  .w699-mr-64 {
    margin-right: 64px !important;
  }
  .w699-pr-64 {
    padding-right: 64px !important;
  }
  .w699-ml-64 {
    margin-left: 64px !important;
  }
  .w699-pl-64 {
    padding-left: 64px !important;
  }
  .w699-mb-64 {
    margin-bottom: 64px !important;
  }
  .w699-pb-64 {
    padding-bottom: 64px !important;
  }
  .w699-pd-72 {
    padding: 72px !important;
  }
  .w699-mt-72 {
    margin-top: 72px !important;
  }
  .w699-pt-72 {
    padding-top: 72px !important;
  }
  .w699-mr-72 {
    margin-right: 72px !important;
  }
  .w699-pr-72 {
    padding-right: 72px !important;
  }
  .w699-ml-72 {
    margin-left: 72px !important;
  }
  .w699-pl-72 {
    padding-left: 72px !important;
  }
  .w699-mb-72 {
    margin-bottom: 72px !important;
  }
  .w699-pb-72 {
    padding-bottom: 72px !important;
  }
  .w699-pd-80 {
    padding: 80px !important;
  }
  .w699-mt-80 {
    margin-top: 80px !important;
  }
  .w699-pt-80 {
    padding-top: 80px !important;
  }
  .w699-mr-80 {
    margin-right: 80px !important;
  }
  .w699-pr-80 {
    padding-right: 80px !important;
  }
  .w699-ml-80 {
    margin-left: 80px !important;
  }
  .w699-pl-80 {
    padding-left: 80px !important;
  }
  .w699-mb-80 {
    margin-bottom: 80px !important;
  }
  .w699-pb-80 {
    padding-bottom: 80px !important;
  }
  .w699-pd-96 {
    padding: 96px !important;
  }
  .w699-mt-96 {
    margin-top: 96px !important;
  }
  .w699-pt-96 {
    padding-top: 96px !important;
  }
  .w699-mr-96 {
    margin-right: 96px !important;
  }
  .w699-pr-96 {
    padding-right: 96px !important;
  }
  .w699-ml-96 {
    margin-left: 96px !important;
  }
  .w699-pl-96 {
    padding-left: 96px !important;
  }
  .w699-mb-96 {
    margin-bottom: 96px !important;
  }
  .w699-pb-96 {
    padding-bottom: 96px !important;
  }
  .w699-pd-104 {
    padding: 104px !important;
  }
  .w699-mt-104 {
    margin-top: 104px !important;
  }
  .w699-pt-104 {
    padding-top: 104px !important;
  }
  .w699-mr-104 {
    margin-right: 104px !important;
  }
  .w699-pr-104 {
    padding-right: 104px !important;
  }
  .w699-ml-104 {
    margin-left: 104px !important;
  }
  .w699-pl-104 {
    padding-left: 104px !important;
  }
  .w699-mb-104 {
    margin-bottom: 104px !important;
  }
  .w699-pb-104 {
    padding-bottom: 104px !important;
  }
  .w699-pd-112 {
    padding: 112px !important;
  }
  .w699-mt-112 {
    margin-top: 112px !important;
  }
  .w699-pt-112 {
    padding-top: 112px !important;
  }
  .w699-mr-112 {
    margin-right: 112px !important;
  }
  .w699-pr-112 {
    padding-right: 112px !important;
  }
  .w699-ml-112 {
    margin-left: 112px !important;
  }
  .w699-pl-112 {
    padding-left: 112px !important;
  }
  .w699-mb-112 {
    margin-bottom: 112px !important;
  }
  .w699-pb-112 {
    padding-bottom: 112px !important;
  }
  .w699-pd-128 {
    padding: 128px !important;
  }
  .w699-mt-128 {
    margin-top: 128px !important;
  }
  .w699-pt-128 {
    padding-top: 128px !important;
  }
  .w699-mr-128 {
    margin-right: 128px !important;
  }
  .w699-pr-128 {
    padding-right: 128px !important;
  }
  .w699-ml-128 {
    margin-left: 128px !important;
  }
  .w699-pl-128 {
    padding-left: 128px !important;
  }
  .w699-mb-128 {
    margin-bottom: 128px !important;
  }
  .w699-pb-128 {
    padding-bottom: 128px !important;
  }
  .w699-pd-144 {
    padding: 144px !important;
  }
  .w699-mt-144 {
    margin-top: 144px !important;
  }
  .w699-pt-144 {
    padding-top: 144px !important;
  }
  .w699-mr-144 {
    margin-right: 144px !important;
  }
  .w699-pr-144 {
    padding-right: 144px !important;
  }
  .w699-ml-144 {
    margin-left: 144px !important;
  }
  .w699-pl-144 {
    padding-left: 144px !important;
  }
  .w699-mb-144 {
    margin-bottom: 144px !important;
  }
  .w699-pb-144 {
    padding-bottom: 144px !important;
  }
  .w699-pd-200 {
    padding: 200px !important;
  }
  .w699-mt-200 {
    margin-top: 200px !important;
  }
  .w699-pt-200 {
    padding-top: 200px !important;
  }
  .w699-mr-200 {
    margin-right: 200px !important;
  }
  .w699-pr-200 {
    padding-right: 200px !important;
  }
  .w699-ml-200 {
    margin-left: 200px !important;
  }
  .w699-pl-200 {
    padding-left: 200px !important;
  }
  .w699-mb-200 {
    margin-bottom: 200px !important;
  }
  .w699-pb-200 {
    padding-bottom: 200px !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-pd-0 {
    padding: 0px !important;
  }
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-pt-0 {
    padding-top: 0px !important;
  }
  .sp-mr-0 {
    margin-right: 0px !important;
  }
  .sp-pr-0 {
    padding-right: 0px !important;
  }
  .sp-ml-0 {
    margin-left: 0px !important;
  }
  .sp-pl-0 {
    padding-left: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .sp-pd-2 {
    padding: 2px !important;
  }
  .sp-mt-2 {
    margin-top: 2px !important;
  }
  .sp-pt-2 {
    padding-top: 2px !important;
  }
  .sp-mr-2 {
    margin-right: 2px !important;
  }
  .sp-pr-2 {
    padding-right: 2px !important;
  }
  .sp-ml-2 {
    margin-left: 2px !important;
  }
  .sp-pl-2 {
    padding-left: 2px !important;
  }
  .sp-mb-2 {
    margin-bottom: 2px !important;
  }
  .sp-pb-2 {
    padding-bottom: 2px !important;
  }
  .sp-pd-4 {
    padding: 4px !important;
  }
  .sp-mt-4 {
    margin-top: 4px !important;
  }
  .sp-pt-4 {
    padding-top: 4px !important;
  }
  .sp-mr-4 {
    margin-right: 4px !important;
  }
  .sp-pr-4 {
    padding-right: 4px !important;
  }
  .sp-ml-4 {
    margin-left: 4px !important;
  }
  .sp-pl-4 {
    padding-left: 4px !important;
  }
  .sp-mb-4 {
    margin-bottom: 4px !important;
  }
  .sp-pb-4 {
    padding-bottom: 4px !important;
  }
  .sp-pd-8 {
    padding: 8px !important;
  }
  .sp-mt-8 {
    margin-top: 8px !important;
  }
  .sp-pt-8 {
    padding-top: 8px !important;
  }
  .sp-mr-8 {
    margin-right: 8px !important;
  }
  .sp-pr-8 {
    padding-right: 8px !important;
  }
  .sp-ml-8 {
    margin-left: 8px !important;
  }
  .sp-pl-8 {
    padding-left: 8px !important;
  }
  .sp-mb-8 {
    margin-bottom: 8px !important;
  }
  .sp-pb-8 {
    padding-bottom: 8px !important;
  }
  .sp-pd-12 {
    padding: 12px !important;
  }
  .sp-mt-12 {
    margin-top: 12px !important;
  }
  .sp-pt-12 {
    padding-top: 12px !important;
  }
  .sp-mr-12 {
    margin-right: 12px !important;
  }
  .sp-pr-12 {
    padding-right: 12px !important;
  }
  .sp-ml-12 {
    margin-left: 12px !important;
  }
  .sp-pl-12 {
    padding-left: 12px !important;
  }
  .sp-mb-12 {
    margin-bottom: 12px !important;
  }
  .sp-pb-12 {
    padding-bottom: 12px !important;
  }
  .sp-pd-16 {
    padding: 16px !important;
  }
  .sp-mt-16 {
    margin-top: 16px !important;
  }
  .sp-pt-16 {
    padding-top: 16px !important;
  }
  .sp-mr-16 {
    margin-right: 16px !important;
  }
  .sp-pr-16 {
    padding-right: 16px !important;
  }
  .sp-ml-16 {
    margin-left: 16px !important;
  }
  .sp-pl-16 {
    padding-left: 16px !important;
  }
  .sp-mb-16 {
    margin-bottom: 16px !important;
  }
  .sp-pb-16 {
    padding-bottom: 16px !important;
  }
  .sp-pd-20 {
    padding: 20px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pd-24 {
    padding: 24px !important;
  }
  .sp-mt-24 {
    margin-top: 24px !important;
  }
  .sp-pt-24 {
    padding-top: 24px !important;
  }
  .sp-mr-24 {
    margin-right: 24px !important;
  }
  .sp-pr-24 {
    padding-right: 24px !important;
  }
  .sp-ml-24 {
    margin-left: 24px !important;
  }
  .sp-pl-24 {
    padding-left: 24px !important;
  }
  .sp-mb-24 {
    margin-bottom: 24px !important;
  }
  .sp-pb-24 {
    padding-bottom: 24px !important;
  }
  .sp-pd-32 {
    padding: 32px !important;
  }
  .sp-mt-32 {
    margin-top: 32px !important;
  }
  .sp-pt-32 {
    padding-top: 32px !important;
  }
  .sp-mr-32 {
    margin-right: 32px !important;
  }
  .sp-pr-32 {
    padding-right: 32px !important;
  }
  .sp-ml-32 {
    margin-left: 32px !important;
  }
  .sp-pl-32 {
    padding-left: 32px !important;
  }
  .sp-mb-32 {
    margin-bottom: 32px !important;
  }
  .sp-pb-32 {
    padding-bottom: 32px !important;
  }
  .sp-pd-40 {
    padding: 40px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pd-48 {
    padding: 48px !important;
  }
  .sp-mt-48 {
    margin-top: 48px !important;
  }
  .sp-pt-48 {
    padding-top: 48px !important;
  }
  .sp-mr-48 {
    margin-right: 48px !important;
  }
  .sp-pr-48 {
    padding-right: 48px !important;
  }
  .sp-ml-48 {
    margin-left: 48px !important;
  }
  .sp-pl-48 {
    padding-left: 48px !important;
  }
  .sp-mb-48 {
    margin-bottom: 48px !important;
  }
  .sp-pb-48 {
    padding-bottom: 48px !important;
  }
  .sp-pd-56 {
    padding: 56px !important;
  }
  .sp-mt-56 {
    margin-top: 56px !important;
  }
  .sp-pt-56 {
    padding-top: 56px !important;
  }
  .sp-mr-56 {
    margin-right: 56px !important;
  }
  .sp-pr-56 {
    padding-right: 56px !important;
  }
  .sp-ml-56 {
    margin-left: 56px !important;
  }
  .sp-pl-56 {
    padding-left: 56px !important;
  }
  .sp-mb-56 {
    margin-bottom: 56px !important;
  }
  .sp-pb-56 {
    padding-bottom: 56px !important;
  }
  .sp-pd-64 {
    padding: 64px !important;
  }
  .sp-mt-64 {
    margin-top: 64px !important;
  }
  .sp-pt-64 {
    padding-top: 64px !important;
  }
  .sp-mr-64 {
    margin-right: 64px !important;
  }
  .sp-pr-64 {
    padding-right: 64px !important;
  }
  .sp-ml-64 {
    margin-left: 64px !important;
  }
  .sp-pl-64 {
    padding-left: 64px !important;
  }
  .sp-mb-64 {
    margin-bottom: 64px !important;
  }
  .sp-pb-64 {
    padding-bottom: 64px !important;
  }
  .sp-pd-72 {
    padding: 72px !important;
  }
  .sp-mt-72 {
    margin-top: 72px !important;
  }
  .sp-pt-72 {
    padding-top: 72px !important;
  }
  .sp-mr-72 {
    margin-right: 72px !important;
  }
  .sp-pr-72 {
    padding-right: 72px !important;
  }
  .sp-ml-72 {
    margin-left: 72px !important;
  }
  .sp-pl-72 {
    padding-left: 72px !important;
  }
  .sp-mb-72 {
    margin-bottom: 72px !important;
  }
  .sp-pb-72 {
    padding-bottom: 72px !important;
  }
  .sp-pd-80 {
    padding: 80px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pd-96 {
    padding: 96px !important;
  }
  .sp-mt-96 {
    margin-top: 96px !important;
  }
  .sp-pt-96 {
    padding-top: 96px !important;
  }
  .sp-mr-96 {
    margin-right: 96px !important;
  }
  .sp-pr-96 {
    padding-right: 96px !important;
  }
  .sp-ml-96 {
    margin-left: 96px !important;
  }
  .sp-pl-96 {
    padding-left: 96px !important;
  }
  .sp-mb-96 {
    margin-bottom: 96px !important;
  }
  .sp-pb-96 {
    padding-bottom: 96px !important;
  }
  .sp-pd-104 {
    padding: 104px !important;
  }
  .sp-mt-104 {
    margin-top: 104px !important;
  }
  .sp-pt-104 {
    padding-top: 104px !important;
  }
  .sp-mr-104 {
    margin-right: 104px !important;
  }
  .sp-pr-104 {
    padding-right: 104px !important;
  }
  .sp-ml-104 {
    margin-left: 104px !important;
  }
  .sp-pl-104 {
    padding-left: 104px !important;
  }
  .sp-mb-104 {
    margin-bottom: 104px !important;
  }
  .sp-pb-104 {
    padding-bottom: 104px !important;
  }
  .sp-pd-112 {
    padding: 112px !important;
  }
  .sp-mt-112 {
    margin-top: 112px !important;
  }
  .sp-pt-112 {
    padding-top: 112px !important;
  }
  .sp-mr-112 {
    margin-right: 112px !important;
  }
  .sp-pr-112 {
    padding-right: 112px !important;
  }
  .sp-ml-112 {
    margin-left: 112px !important;
  }
  .sp-pl-112 {
    padding-left: 112px !important;
  }
  .sp-mb-112 {
    margin-bottom: 112px !important;
  }
  .sp-pb-112 {
    padding-bottom: 112px !important;
  }
  .sp-pd-128 {
    padding: 128px !important;
  }
  .sp-mt-128 {
    margin-top: 128px !important;
  }
  .sp-pt-128 {
    padding-top: 128px !important;
  }
  .sp-mr-128 {
    margin-right: 128px !important;
  }
  .sp-pr-128 {
    padding-right: 128px !important;
  }
  .sp-ml-128 {
    margin-left: 128px !important;
  }
  .sp-pl-128 {
    padding-left: 128px !important;
  }
  .sp-mb-128 {
    margin-bottom: 128px !important;
  }
  .sp-pb-128 {
    padding-bottom: 128px !important;
  }
  .sp-pd-144 {
    padding: 144px !important;
  }
  .sp-mt-144 {
    margin-top: 144px !important;
  }
  .sp-pt-144 {
    padding-top: 144px !important;
  }
  .sp-mr-144 {
    margin-right: 144px !important;
  }
  .sp-pr-144 {
    padding-right: 144px !important;
  }
  .sp-ml-144 {
    margin-left: 144px !important;
  }
  .sp-pl-144 {
    padding-left: 144px !important;
  }
  .sp-mb-144 {
    margin-bottom: 144px !important;
  }
  .sp-pb-144 {
    padding-bottom: 144px !important;
  }
  .sp-pd-200 {
    padding: 200px !important;
  }
  .sp-mt-200 {
    margin-top: 200px !important;
  }
  .sp-pt-200 {
    padding-top: 200px !important;
  }
  .sp-mr-200 {
    margin-right: 200px !important;
  }
  .sp-pr-200 {
    padding-right: 200px !important;
  }
  .sp-ml-200 {
    margin-left: 200px !important;
  }
  .sp-pl-200 {
    padding-left: 200px !important;
  }
  .sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .sp-pb-200 {
    padding-bottom: 200px !important;
  }
}
.ml-auto {
  margin-left: auto !important;
}

.mg-auto {
  margin: 0 auto !important;
}

@media screen and (max-width: 979px) {
  .tb-mg-auto {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-mg-auto {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-mg-auto {
    margin: 0 auto !important;
  }
}
.width-10 {
  width: 10%;
}

.height-10 {
  height: 10%;
}

.width-20 {
  width: 20%;
}

.height-20 {
  height: 20%;
}

.width-30 {
  width: 30%;
}

.height-30 {
  height: 30%;
}

.width-40 {
  width: 40%;
}

.height-40 {
  height: 40%;
}

.width-50 {
  width: 50%;
}

.height-50 {
  height: 50%;
}

.width-60 {
  width: 60%;
}

.height-60 {
  height: 60%;
}

.width-70 {
  width: 70%;
}

.height-70 {
  height: 70%;
}

.width-80 {
  width: 80%;
}

.height-80 {
  height: 80%;
}

.width-90 {
  width: 90%;
}

.height-90 {
  height: 90%;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

@media screen and (max-width: 979px) {
  .tb-width-10 {
    width: 10%;
  }
  .tb-height-10 {
    height: 10%;
  }
  .tb-width-20 {
    width: 20%;
  }
  .tb-height-20 {
    height: 20%;
  }
  .tb-width-30 {
    width: 30%;
  }
  .tb-height-30 {
    height: 30%;
  }
  .tb-width-40 {
    width: 40%;
  }
  .tb-height-40 {
    height: 40%;
  }
  .tb-width-50 {
    width: 50%;
  }
  .tb-height-50 {
    height: 50%;
  }
  .tb-width-60 {
    width: 60%;
  }
  .tb-height-60 {
    height: 60%;
  }
  .tb-width-70 {
    width: 70%;
  }
  .tb-height-70 {
    height: 70%;
  }
  .tb-width-80 {
    width: 80%;
  }
  .tb-height-80 {
    height: 80%;
  }
  .tb-width-90 {
    width: 90%;
  }
  .tb-height-90 {
    height: 90%;
  }
  .tb-width-100 {
    width: 100%;
  }
  .tb-height-100 {
    height: 100%;
  }
  .tb-width-auto {
    width: auto;
  }
}
@media screen and (max-width: 699px) {
  .w699-width-10 {
    width: 10%;
  }
  .w699-height-10 {
    height: 10%;
  }
  .w699-width-20 {
    width: 20%;
  }
  .w699-height-20 {
    height: 20%;
  }
  .w699-width-30 {
    width: 30%;
  }
  .w699-height-30 {
    height: 30%;
  }
  .w699-width-40 {
    width: 40%;
  }
  .w699-height-40 {
    height: 40%;
  }
  .w699-width-50 {
    width: 50%;
  }
  .w699-height-50 {
    height: 50%;
  }
  .w699-width-60 {
    width: 60%;
  }
  .w699-height-60 {
    height: 60%;
  }
  .w699-width-70 {
    width: 70%;
  }
  .w699-height-70 {
    height: 70%;
  }
  .w699-width-80 {
    width: 80%;
  }
  .w699-height-80 {
    height: 80%;
  }
  .w699-width-90 {
    width: 90%;
  }
  .w699-height-90 {
    height: 90%;
  }
  .w699-width-100 {
    width: 100%;
  }
  .w699-height-100 {
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .sp-width-10 {
    width: 10%;
  }
  .sp-height-10 {
    height: 10%;
  }
  .sp-width-20 {
    width: 20%;
  }
  .sp-height-20 {
    height: 20%;
  }
  .sp-width-30 {
    width: 30%;
  }
  .sp-height-30 {
    height: 30%;
  }
  .sp-width-40 {
    width: 40%;
  }
  .sp-height-40 {
    height: 40%;
  }
  .sp-width-50 {
    width: 50%;
  }
  .sp-height-50 {
    height: 50%;
  }
  .sp-width-60 {
    width: 60%;
  }
  .sp-height-60 {
    height: 60%;
  }
  .sp-width-70 {
    width: 70%;
  }
  .sp-height-70 {
    height: 70%;
  }
  .sp-width-80 {
    width: 80%;
  }
  .sp-height-80 {
    height: 80%;
  }
  .sp-width-90 {
    width: 90%;
  }
  .sp-height-90 {
    height: 90%;
  }
  .sp-width-100 {
    width: 100%;
  }
  .sp-height-100 {
    height: 100%;
  }
}
.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.br-pc-tb {
  display: block;
}

.br-tb-sp {
  display: none;
}

@media screen and (max-width: 979px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .br-pc-tb {
    display: block;
  }
  .br-tb-sp {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-pc-tb {
    display: none;
  }
}
.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

@media screen and (max-width: 979px) {
  .tb-align-center {
    text-align: center !important;
  }
  .tb-align-left {
    text-align: left !important;
  }
  .tb-align-right {
    text-align: right !important;
  }
}
@media screen and (max-width: 699px) {
  .w699-align-center {
    text-align: center !important;
  }
  .w699-align-left {
    text-align: left !important;
  }
  .w699-align-right {
    text-align: right !important;
  }
}
@media screen and (max-width: 769px) {
  .sp-align-center {
    text-align: center !important;
  }
  .sp-align-left {
    text-align: left !important;
  }
  .sp-align-right {
    text-align: right !important;
  }
}
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

strong {
  display: block;
  margin-top: 16px;
}

h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
p > strong,
span > strong,
li > strong,
dt > strong,
dd > strong {
  display: inline;
}

.article-inner section,
.article-content section {
  margin-top: 64px;
}
.article-inner * + p,
.article-content * + p {
  margin-top: 16px;
}
.article-inner figcaption,
.article-inner .figcaption,
.article-content figcaption,
.article-content .figcaption {
  margin-top: 8px;
}

.pc-show {
  display: block;
}

.pc-hide {
  display: none;
}

.tb-show {
  display: none;
}

.tb-hide {
  display: block;
}

.w699-show {
  display: none;
}

.w699-hide {
  display: block;
}

.sp-show {
  display: none;
}

.sp-hide {
  display: block;
}

@media screen and (max-width: 979px) {
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  .tb-show {
    display: block;
  }
  .tb-hide {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .w699-show {
    display: block;
  }
  .w699-hide {
    display: none;
  }
  .tb-show {
    display: none;
  }
  .tb-hide {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .w699-show {
    display: none;
  }
  .w699-hide {
    display: block;
  }
  .sp-show {
    display: block;
  }
  .sp-hide {
    display: none;
  }
}
.radius-10 {
  border-radius: 10px;
}

.radius-12 {
  border-radius: 12px;
}

.radius-20 {
  border-radius: 20px;
}

header {
  background: var(--Umios_White);
}

.header-inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5vw;
}

.logo {
  width: 158px;
}
.logo img {
  width: 100%;
}

.header-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
}
.header-navigation > nav {
  order: 2;
}
.header-navigation nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.menu-main {
  order: 2;
}

.menu-sub {
  order: 1;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: var(--Umios_White);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-right 0s;
  min-height: 98px;
  max-height: 98px;
}
.global-header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  min-height: auto;
  max-height: 100%;
}
.global-header.scrolled .header-inner-wrap {
  padding: 8px 32px;
}
.global-header.scrolled .menu-trigger {
  padding: 8px 0;
}
.global-header.scrolled .menu-sub {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(1);
  max-height: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .global-header.scrolled .menu-sub-item {
    opacity: 0;
    transform: translateY(-4px);
  }
}
.global-header .header-inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.4px 32px 8px;
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
  position: relative;
}
.global-header .logo {
  width: 140.8px;
  display: flex;
  align-items: center;
}
.global-header .logo a img {
  width: 100%;
  height: auto;
}
.global-header .logo .menu-back {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  color: var(--Umios_Blue);
  display: none;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.global-header .logo .menu-back.visible {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.global-header .logo:has(.menu-back.visible) a {
  display: none;
}
.global-header {
  /* SP検索トリガーボタンのスタイル修正 */
}
.global-header .sp-search-trigger {
  display: none;
  margin: 0 18px 0 auto;
}
.global-header .sp-search-trigger button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 35px;
  height: 35px;
  /* アイコンコンテナ - 重ね合わせ用 */
}
.global-header .sp-search-trigger button .search-icon,
.global-header .sp-search-trigger button .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  display: block;
}
.global-header .sp-search-trigger button {
  /* 検索アイコン（デフォルト表示） */
}
.global-header .sp-search-trigger button .search-icon {
  opacity: 1;
  width: 28px;
  height: 27px;
}
.global-header .sp-search-trigger button {
  /* ×アイコン（デフォルト非表示） */
}
.global-header .sp-search-trigger button .close-icon {
  opacity: 0;
  width: 21px;
  height: 21px;
}
.global-header .sp-search-trigger button {
  /* 展開時（aria-labelで判定）の切り替え */
}
.global-header .sp-search-trigger button[aria-label=検索を閉じる] .search-icon {
  opacity: 0;
}
.global-header .sp-search-trigger button[aria-label=検索を閉じる] .close-icon {
  opacity: 1;
}
.global-header .menu-hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.global-header .menu-hamburger svg {
  width: 35px;
  height: 35px;
}
.global-header .menu-hamburger .hamburger-line {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.global-header .menu-hamburger .close-line {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.global-header .menu-hamburger.active .hamburger-line {
  opacity: 0;
}
.global-header .menu-hamburger.active .close-line {
  opacity: 1;
}
.global-header .menu-sub {
  display: flex;
  gap: 16px;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transform: translateY(10px) scale(1);
  max-height: 50px;
  margin-bottom: 8px;
  z-index: 50;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, transform 0.7s ease-out, max-height 0.65s ease-out, margin 0.6s ease-out;
}
.global-header .menu-sub-item {
  color: #666;
  text-decoration: none;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.global-header .menu-sub-item svg {
  transition: all 0.6s;
}
.global-header .menu-sub-item:hover {
  color: var(--Umios_text_Red);
}
.global-header .menu-sub-item:hover svg {
  color: var(--Umios_text_Red);
}
.global-header .menu-sub-item:nth-child(1) {
  transition-delay: 0ms;
}
.global-header .menu-sub-item:nth-child(2) {
  transition-delay: 80ms;
}
.global-header .menu-sub-item:focus-visible {
  color: #0066cc;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.global-header .menu-sub-item-trigger {
  position: relative;
  z-index: 51;
  color: var(--Umios_Black);
}
.global-header .menu-sub-item-trigger:hover {
  color: var(--Umios_text_Red);
  cursor: pointer;
}
.global-header .lang {
  position: relative;
}
.global-header .lang button:hover {
  color: var(--Umios_text_Red);
}
.global-header .lang .menu-sub-item-content {
  position: absolute;
  top: -17px;
  right: -32px;
  z-index: 50;
  background: var(--Umios_White);
  padding: 53px 0 16px;
  width: 144px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.global-header .lang .menu-sub-item-content.active {
  opacity: 1;
  visibility: visible;
}
.global-header .lang .menu-sub-item-content ul li a {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding: 5px 24px 4px 39px;
  gap: 4px;
}
.global-header .lang .menu-sub-item-content ul li a:before {
  content: "";
  margin: 0 5px 0 0;
  background: var(--Umios_Black);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  opacity: 0;
}
.global-header .lang .menu-sub-item-content ul li a.active {
  pointer-events: none;
}
.global-header .lang .menu-sub-item-content ul li a.active:before {
  opacity: 1;
}
.global-header .lang .menu-sub-item-content ul li a:not(.active):hover {
  padding-left: 47px;
}
.global-header .lang .menu-sub-item-content ul li a:hover {
  color: var(--Umios_text_Red);
}
.global-header .lang .menu-sub-item-content ul li a:hover::before {
  background: var(--Umios_Blue);
}
.global-header .menu-main > ul {
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: center;
}
.global-header .menu-main > ul > li {
  position: relative;
}
.global-header .menu-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  padding: 18px 0 10px;
  position: relative;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
.global-header .menu-trigger:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0;
  background: var(--Umios_Blue);
}
.global-header .menu-trigger:hover:after {
  opacity: 1;
}
.global-header .menu-trigger.current {
  color: var(--Umios_Blue);
}
.global-header .menu-trigger.current:after {
  opacity: 1;
}
.global-header .menu-trigger[aria-expanded=true] {
  color: var(--Umios_Blue);
}
.global-header .menu-trigger[aria-expanded=true]:after {
  opacity: 1;
}
.global-header .menu-trigger:focus-visible {
  color: #0066cc;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.global-header .menu-contents {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1300px, 100vw - 40px);
  padding: 40px 54px 0 5vw;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 30;
}
.global-header .menu-contents.active {
  opacity: 1;
  visibility: visible;
}
.global-header .menu-contents-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.global-header .menu-contents-wrapper.active {
  opacity: 1;
}
.global-header .menu-contents-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.global-header .menu-contents-inner .menu-title a {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 100%;
  color: var(--Umios_Blue);
  display: flex;
  align-items: center;
}
.global-header .menu-contents-inner a {
  transition: all 0.3s;
  word-break: break-word;
  position: relative;
}
.global-header .menu-contents-inner a:not(.media):before {
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  background: var(--Umios_Blue);
  display: inline-block;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.2s ease, margin 0.3s ease, color 0.3s ease, width 0.3s ease;
  position: absolute;
  left: 4px;
  top: 8px;
}
.global-header .menu-contents-inner a.menu-section-title:not(.media)::before {
  top: 11px;
}
.global-header .menu-contents-inner a.media .media-title {
  display: flex;
  align-items: center;
  transition: padding 0.3s ease;
}
.global-header .menu-contents-inner a.media .media-title:before {
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  background: var(--Umios_Blue);
  display: inline-block;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.2s ease, margin 0.3s ease, color 0.3s ease;
  position: absolute;
  left: 4px;
}
.global-header .menu-contents-inner a:hover:not(.media) {
  padding: 0 0 0 16px;
}
.global-header .menu-contents-inner a:hover:before {
  opacity: 1;
}
.global-header .menu-contents-inner a.media:hover .media-title {
  padding: 0 0 0 16px;
}
.global-header .menu-contents-inner a.media:hover .media-title:before {
  opacity: 1;
}
.global-header .menu-contents-inner a.media:hover .media-text {
  color: var(--Umios_Blue);
}
.global-header .menu-contents-inner a.media:hover img {
  transform: scale(1.2);
}
.global-header .menu-section {
  display: flex;
  flex-direction: column;
}
.global-header .menu-section .media-image {
  overflow: hidden;
  border-radius: 10px;
}
.global-header .menu-section .media-image img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 263/139;
}
.global-header .menu-section .media-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 12px 0 0;
  color: var(--Umios_Blue);
}
.global-header .menu-section .media-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--Umios_Black);
}
.global-header .menu-section-title:not(.media) {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--Umios_Blue);
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 1s ease, padding 0.3s ease;
}
.global-header .menu-section-title:not(.media):focus-visible {
  color: #004499;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.global-header .menu-section-content {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0 0 0 12px;
}
.global-header .menu-item {
  display: inline;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: color 1s ease;
}
.global-header .menu-item:focus-visible {
  color: #0066cc;
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.global-header .menu-item.special .menu-item-description {
  color: #0066cc;
}
.global-header .menu-item-description {
  color: #666;
  font-size: 1.3rem;
  margin-top: 4px;
  line-height: 1.3;
}
.global-header .menu-close-wrap {
  position: absolute;
  top: 20px;
  right: 0;
}
.global-header .menu-close {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-header .menu-close:hover {
  transform: scale(1.1);
}
.global-header .menu-close:hover::before, .global-header .menu-close:hover::after {
  width: 22px;
}
.global-header .menu-close:hover::before {
  transform: rotate(0deg);
}
.global-header .menu-close:hover::after {
  transform: rotate(0deg);
  opacity: 0;
}
.global-header .menu-close:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.global-header .menu-close::before, .global-header .menu-close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #0042BC;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.global-header .menu-close::before {
  transform: rotate(45deg);
}
.global-header .menu-close::after {
  transform: rotate(-45deg);
}

.exception-menu {
  border-left: 1px solid var(--Bg_BW1);
  padding-left: 14px;
  margin: 10px 0;
}
.exception-menu .exception-menu-title {
  color: var(--Umios_Black);
  font-size: 1.4rem;
  font-weight: 700;
  word-wrap: break-word;
  margin: 0 0 8px;
}
.exception-menu > .menu-item {
  display: flex;
  margin: 7px 0 0;
}

.exception-menu-sp .sub-accordion-trigger {
  padding: 6px 24px 6px 20px;
  font-weight: 500;
  line-height: 30px;
}
.exception-menu-sp .sub-accordion-trigger[aria-expanded=true] .plus-minus-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.exception-menu-sp .sub-accordion .mobile-submenu-link {
  padding-left: 46px;
}

.menu-text-pdf {
  transform: translateY(-2px);
  display: inline-block;
}

.no-link {
  pointer-events: none;
}

.menu-mobile {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  transform: translateX(0);
  transition: transform 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile a:hover {
  color: var(--Umios_Blue);
  text-decoration: none;
}
.menu-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
.menu-mobile.fade-in {
  transform: translateX(0) !important;
  opacity: 0;
  animation: fadeInMobile 0.3s ease forwards;
}
.menu-mobile.fade-out {
  transform: translateX(0) !important;
  opacity: 1;
  animation: fadeOutMobile 0.3s ease forwards;
}
.menu-mobile:has(.menu-back.visible) {
  z-index: 11;
}

@keyframes fadeInMobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutMobile {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.menu-mobile-header {
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid var(--Bg_B1);
  background: #f8f9fa;
  height: 60px;
}

.menu-breadcrumb {
  margin-left: auto;
  font-size: 1.4rem;
  color: #666;
}

.menu-mobile-container {
  height: calc(100vh - 65px);
  overflow: hidden;
  position: relative;
}

.menu-mobile-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 0 16px 96px;
}
.menu-mobile-panel.active {
  transform: translateX(0);
}
.menu-mobile-panel.prev {
  transform: translateX(-100%);
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-item {
  border-bottom: 1px solid var(--Bg_B1);
}

.mobile-menu-toplevel-text {
  font-size: 3rem;
  font-weight: 800;
}

.mobile-menu-link,
.mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: var(--Umios_Blue);
  text-decoration: none;
  font-size: 1.6rem;
  width: 100%;
  text-align: left;
  transition: background-color 1s ease;
  font-weight: 700;
}
.mobile-menu-link span,
.mobile-menu-button span {
  position: relative;
  z-index: -1;
}

.mobile-submenu-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--Umios_Blue);
  padding: 32px 16px 16px;
  border-bottom: 1px solid var(--Bg_B1);
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.mobile-submenu-item {
  font-size: 1.5rem;
  font-weight: 500;
}
.mobile-submenu-item .menu-item-description {
  font-size: 1.2rem;
  color: #666;
  margin-top: 4px;
}

.mobile-submenu-section {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-submenu-section a {
  display: flex;
  align-items: center;
  color: var(--Umios_Blue);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.3s ease;
  z-index: 8;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lang-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 49;
}
.lang-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-area {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
  height: 100vh;
  padding: 100px 150px 0;
  position: absolute;
  top: 98px;
  left: 0;
  z-index: 9;
}
.search-area button {
  cursor: pointer;
}
.search-area.active {
  opacity: 1;
  visibility: visible;
}
.search-area #SS_searchQuery:focus-visible {
  box-shadow: none;
}
.search-area .input-area {
  position: relative;
  width: 100%;
}
.search-area .input-area button,
.search-area .input-area #SS_searchSubmit {
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
  transform: translateY(-50%);
  cursor: pointer;
  /* テキストを視覚的に隠す */
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  /* SVGを背景として表示 */
  width: 28px;
  height: 27px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2728%27%20height%3D%2727%27%20viewBox%3D%270%200%2028%2027%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M10.2852%201.25C15.1328%201.25%2019.0632%205.17971%2019.0635%2010.0273C19.0635%2014.8752%2015.133%2018.8057%2010.2852%2018.8057C5.43752%2018.8054%201.50781%2014.875%201.50781%2010.0273C1.50805%205.17986%205.43767%201.25024%2010.2852%201.25Z%27%20stroke%3D%27%230042BC%27%20stroke-width%3D%272.5%27/%3E%3Cpath%20d%3D%27M18.6445%2017.5479L27.001%2025.9043%27%20stroke%3D%27%230042BC%27%20stroke-width%3D%272.5%27/%3E%3C/svg%3E");
}
.search-area input#SS_searchQuery {
  width: 100%;
  display: flex;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 50px;
  border: 2px solid var(--Umios_Blue, #0042BC);
  background: var(--Bg_B1, #D9E3F5);
}
.search-area input#SS_searchQuery::placeholder {
  color: var(--Umios_Blue, #0042BC);
  font-size: 1.6rem;
  font-weight: 400;
}
.search-area input#SS_searchQuery {
  color: var(--Umios_Blue, #0042BC);
  font-size: 1.6rem;
  font-weight: 400;
}
.search-area .search-contents {
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.search-area .search-close {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-area .search-close:hover {
  transform: scale(1.1);
}
.search-area .search-close:hover::before, .search-area .search-close:hover::after {
  width: 22px;
}
.search-area .search-close:hover::before {
  transform: rotate(0deg);
}
.search-area .search-close:hover::after {
  transform: rotate(0deg);
  opacity: 0;
}
.search-area .search-close:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.search-area .search-close::before, .search-area .search-close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #0042BC;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.search-area .search-close::before {
  transform: rotate(45deg);
}
.search-area .search-close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 979px) {
  .global-header {
    min-height: auto;
  }
  .global-header .header-navigation {
    display: none;
  }
  .global-header .sp-search-trigger {
    display: block;
  }
  .global-header .menu-hamburger {
    display: flex;
  }
  .global-header .header-inner-wrap {
    padding: 12px;
    height: 100%;
    min-height: 60px;
    max-height: 60px;
  }
  .global-header.scrolled .header-inner-wrap {
    padding: 8px 12px;
  }
  .global-header .menu-contents {
    display: none;
  }
  .global-header .logo {
    width: 115.25px;
  }
  .global-header .logo.show-back-button img {
    display: none;
  }
  .global-header .logo.show-back-button .menu-back {
    display: flex;
  }
  .search-area {
    top: 60px;
    padding: 30px 3vw;
    position: fixed;
  }
  .search-area .search-contents {
    gap: 0;
  }
  .search-area .search-close {
    display: none;
  }
  .search-area .input-area button,
  .search-area .input-area #SS_searchSubmit {
    top: calc(50% - 1px);
    right: 17px;
    width: 20px;
    height: 20px;
  }
  .search-area .input-area button svg,
  .search-area .input-area #SS_searchSubmit svg {
    width: 20px;
    height: 20px;
  }
  .search-area .input-area input#SS_searchQuery {
    padding: 10px 12px 10px 17px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .search-area .input-area input#SS_searchQuery::placeholder {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 980px) {
  .global-header .logo a {
    display: flex !important;
  }
  .global-header .logo .menu-back {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .global-header .logo .menu-back.visible {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.global-header .menu-trigger:focus-visible,
.global-header .menu-section-title:focus-visible,
.global-header .menu-item:focus-visible,
.global-header .menu-sub-item:focus-visible,
.mobile-menu-link:focus-visible,
.mobile-menu-button:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  border-radius: 4px;
}

.mobile-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: var(--Umios_Blue);
  text-decoration: none;
  font-size: 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  text-align: left;
}
.mobile-accordion-trigger[aria-expanded=true] .plus-minus-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-accordion-arrow {
  position: relative;
  z-index: 1;
  transition: transform 0.6s ease;
}
.mobile-accordion-arrow svg {
  width: 15px;
  height: 14px;
}

.mobile-accordion-icon {
  position: relative;
  z-index: 1;
}

.mobile-accordion-icon.plus-minus-icon {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}
.mobile-accordion-icon.plus-minus-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: var(--Umios_Blue);
  border-radius: 1px;
}
.mobile-accordion-icon.plus-minus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background-color: var(--Umios_Blue);
  border-radius: 1px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-accordion-content {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-accordion-content.active {
  opacity: 1;
}

.mobile-submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-submenu-list li:last-child a {
  padding: 6px 24px 20px 20px;
}

.mobile-submenu-item:last-child {
  border-bottom: none;
}

.mobile-submenu-link {
  display: block;
  padding: 6px 24px 6px 20px;
  color: var(--Umios_Blue);
  text-decoration: none;
  line-height: 30px;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.mobile-submenu-link.special {
  color: #0066cc;
  font-weight: 500;
}
.mobile-submenu-link.special .menu-item-description {
  color: #0066cc;
}

.mobile-submenu-link .menu-item-description {
  font-size: 1.2rem;
  color: #999;
  margin-top: 4px;
  line-height: 1.3;
}

@media (prefers-reduced-motion: no-preference) {
  .plus-minus-icon::after {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-accordion-content,
  .plus-minus-icon::after {
    transition: none;
  }
}
body {
  padding-top: 98px;
}
@media screen and (max-width: 979px) {
  body {
    padding-top: 60px;
  }
}

.footer {
  background: var(--Umios_Blue);
  color: var(--Umios_White);
}
.footer::before {
  content: "";
  width: 100%;
  aspect-ratio: 1280/116;
  background: url("data:image/svg+xml,%3Csvg width='1280' height='116' viewBox='0 0 1280 116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1280 28.9854C710 -68.2584 461.5 124.648 1.50316e-05 28.9852L4.87631e-05 115.745L1280 115.745L1280 28.9854Z' fill='%230042BC'/%3E%3C/svg%3E") no-repeat #fff;
  background-size: 100% 105%;
  background-position: center;
  display: block;
}
.footer__containerwrap {
  border-top: 2px solid #0042bc;
  transform: translateY(-1px);
  position: relative;
}
.footer__containerwrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--Umios_Blue);
  display: block;
  position: absolute;
  top: -1px;
}
.footer__containerwrap a {
  color: var(--Umios_White);
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s;
  word-break: keep-all;
  position: relative;
}
.footer__containerwrap a:before {
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  background: var(--Umios_White);
  display: inline-block;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.2s ease, margin 0.3s ease, color 0.3s ease, width 0.3s ease;
  position: absolute;
  left: 4px;
}
.footer__containerwrap a:hover {
  color: var(--Bg_B1);
  padding: 0 0 0 16px;
}
.footer__containerwrap a:hover:before {
  opacity: 1;
}
.footer__container {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto;
}
.footer__container > a {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer__section h3 {
  margin: 32px 0 12px;
}
.footer__section h3 a {
  font-weight: 700;
}
.footer__section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.footer__bottom {
  background: var(--Umios_White);
  margin: 50px 0 0;
  padding: 16px 0;
}
.footer__bottomInner {
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__bottom-links a {
  color: var(--Umios_text_Grey);
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.footer__bottom-links a:hover {
  color: var(--Umios_Black);
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer__logo img {
  width: 130px;
}
.footer__logo small {
  color: var(--Umios_text_Grey);
  font-size: 1.2rem;
}

@media screen and (max-width: 979px) {
  .footer .footer__container > a {
    margin: 0 0 40px;
  }
  .footer__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer__containerwrap {
    padding: 20px 0 0;
  }
  .footer__section h3 {
    margin: 0 0 12px;
  }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin: 60px 0 0;
    padding: 32px 0;
  }
  .footer__bottomInner {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .footer__logo {
    align-items: center;
  }
  .footer__bottom-links {
    flex-direction: column;
    gap: 12px 0;
  }
}
.splide__toggle {
  cursor: pointer;
}

/* Visually hidden class for screen reader only text */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.slider-type-1 {
  margin-inline: auto;
  max-width: 90vw;
}
.slider-type-1.level-2 {
  max-width: 94vw;
}
.slider-type-1 .text-link {
  min-width: 126px;
}
.slider-type-1 .splide__track {
  border-radius: 10px;
}
.slider-type-1 .overflow-right__sliderWrap {
  width: 100vw;
}
.slider-type-1 .sliderLayout {
  display: flex;
  gap: 10px;
}
.slider-type-1 .sliderUi {
  background: var(--Bg_BW2);
  border-radius: 10px;
  min-width: 373px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.slider-type-1 .sliderUi .h2-basis {
  margin: 0;
}
.slider-type-1 .sliderUi .arrow-link {
  font-weight: 500;
}
.slider-type-1 .sliderUi-block-1, .slider-type-1 .sliderUi-block-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-type-1 .sliderUi-block-2 {
  margin: 20px 0 0;
  flex: 1;
}
.slider-type-1 .sliderUi-block-3 {
  margin: auto 0 0;
}
.slider-type-1 .slide-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Umios_text_Grey);
  font-size: 1.6rem;
  font-weight: 500;
}
.slider-type-1 .splide__arrows {
  display: flex;
  gap: 10px;
}
.slider-type-1 .splide__arrows .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: relative;
  width: 54px;
  height: 54px;
  background: var(--Umios_White);
  border-radius: 50px;
  transition: 0.3s;
}
.slider-type-1 .splide__arrows .splide__arrow:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L2 7L8 13" stroke="%23FA0014" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.slider-type-1 .splide__arrows .splide__arrow.splide__arrow--prev:before {
  transform: translateX(-2px);
}
.slider-type-1 .splide__arrows .splide__arrow.splide__arrow--prev:hover:before {
  transform: translateX(-4px);
}
.slider-type-1 .splide__arrows .splide__arrow.splide__arrow--next:before {
  transform: rotate(180deg) translateX(-2px);
}
.slider-type-1 .splide__arrows .splide__arrow.splide__arrow--next:hover:before {
  transform: rotate(180deg) translateX(-4px);
}
.slider-type-1 .splide__pagination {
  display: none !important;
}
.slider-type-1 .progressBar {
  position: relative;
  flex: 1;
  height: 2px;
  background: var(--Bg_B2);
  overflow: hidden;
  max-width: 85%;
}
.slider-type-1 .progressBar__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--Umios_Blue);
}
.slider-type-1 .splide__toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-type-1 .splide__toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-type-1 .splide__toggle__play,
.slider-type-1 .splide__toggle__pause {
  display: none;
}
.slider-type-1 .splide.is-playing .splide__toggle__pause {
  display: block;
}
.slider-type-1 .splide:not(.is-playing) .splide__toggle__play {
  display: block;
}
.slider-type-1 .splide__slide {
  height: 100%;
  max-width: 264px;
}
.slider-type-1 .splide__slide > .image-link {
  height: 100%;
}
.slider-type-1 {
  /* デフォルトは停止アイコンを表示 */
}
.slider-type-1 .splide__toggle__play {
  display: none;
}
.slider-type-1 .splide__toggle__pause {
  display: block;
}
.slider-type-1 {
  /* 再生中は再生アイコンを非表示、停止アイコンを表示 */
}
.slider-type-1 .splide.is-playing .splide__toggle__play {
  display: none;
}
.slider-type-1 .splide.is-playing .splide__toggle__pause {
  display: block;
}
.slider-type-1 .splide:not(.is-playing) .splide__toggle__play {
  display: block;
}
.slider-type-1 .splide:not(.is-playing) .splide__toggle__pause {
  display: none;
}
.slider-type-1.design-style-2 {
  padding: 0 !important;
}
.slider-type-1.design-style-2 .text-link {
  background: transparent !important;
  padding: 0 !important;
  min-width: auto !important;
}
.slider-type-1.design-style-2 .text-link svg {
  color: #FA0014 !important;
}

@media screen and (max-width: 979px) {
  .slider-type-1 {
    padding: 0;
  }
  .slider-type-1.level-2 {
    max-width: 90vw;
  }
  .slider-type-1 .sliderLayout {
    flex-direction: column;
  }
  .slider-type-1 .splide__slide {
    width: 100%;
    min-width: auto;
    max-width: 210px;
    height: auto;
  }
  .slider-type-1 .sliderUi {
    background: transparent;
    padding: 0;
    margin: 0 0 10px;
  }
  .slider-type-1 .sliderUi-block-1, .slider-type-1 .sliderUi-block-2 {
    visibility: hidden;
    position: absolute;
    pointer-events: none;
  }
  .slider-type-1 .image-link.reel p {
    display: none;
  }
  .slider-type-1 .image-link.reel.white .title {
    margin: 8px 0 20px;
    font-size: 1.6rem;
  }
}
.slider-type-2 {
  margin-inline: auto;
  position: relative;
  min-height: 400px;
}
.slider-type-2::before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 10px;
}
.slider-type-2.is-initialized::before {
  display: none;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.slider-type-2 .splide__track {
  border-radius: 10px;
}
.slider-type-2 .sliderUi {
  display: flex;
  align-items: center;
}
.slider-type-2 .sliderUi-block-1,
.slider-type-2 .sliderUi-block-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-type-2 .sliderUi-block-1 {
  transform: translate(32px, -90px);
}
.slider-type-2 .sliderUi-block-2 {
  flex: 1;
  max-width: 230px;
  margin: 0 0 0 auto;
}
.slider-type-2 .slide-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Umios_text_Grey);
  font-size: 1.6rem;
  font-weight: 500;
}
.slider-type-2 .splide__arrows {
  display: flex;
  gap: 10px;
}
.slider-type-2 .splide__arrows .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: relative;
  width: 54px;
  height: 54px;
  background: var(--Umios_White);
  border-radius: 50px;
  transition: 0.3s;
}
.slider-type-2 .splide__arrows .splide__arrow:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L2 7L8 13" stroke="%23FA0014" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.slider-type-2 .splide__arrows .splide__arrow.splide__arrow--prev:before {
  transform: translateX(-2px);
}
.slider-type-2 .splide__arrows .splide__arrow.splide__arrow--prev:hover:before {
  transform: translateX(-4px);
}
.slider-type-2 .splide__arrows .splide__arrow.splide__arrow--next:before {
  transform: rotate(180deg) translateX(-2px);
}
.slider-type-2 .splide__arrows .splide__arrow.splide__arrow--next:hover:before {
  transform: rotate(180deg) translateX(-4px);
}
.slider-type-2 .splide__pagination {
  display: none !important;
}
.slider-type-2 .progressBar {
  position: relative;
  flex: 1;
  height: 2px;
  background: var(--Bg_B2);
  overflow: hidden;
  max-width: 85%;
}
.slider-type-2 .progressBar__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--Umios_Blue);
}
.slider-type-2 .splide__toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-type-2 .splide__toggle__play,
.slider-type-2 .splide__toggle__pause {
  display: none;
}
.slider-type-2 .splide.is-playing .splide__toggle__pause {
  display: block;
}
.slider-type-2 .splide:not(.is-playing) .splide__toggle__play {
  display: block;
}
.slider-type-2 .splide__slide {
  height: 100%;
}
.slider-type-2 .splide__slide a {
  display: block;
  height: 100%;
}
.slider-type-2 .splide__slide a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.slider-type-2 .splide .splide__slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  transform: none !important;
  opacity: 0 !important;
  transition: opacity 700ms ease !important;
  z-index: 0 !important;
}
.slider-type-2 .splide .splide__slide.is-active {
  position: relative !important;
  opacity: 1 !important;
  z-index: 1 !important;
}
.slider-type-2 .splide .splide__list {
  transform: none !important;
}

.auto-play-none .sliderUi-block-2 {
  display: none;
}

@media (max-width: 1100px) {
  .slider-type-2 {
    min-height: 260px;
  }
  .slider-type-2::before {
    height: 260px;
  }
  .slider-type-2 .splide__slide a img {
    height: 260px;
  }
  .slider-type-2 .sliderUi-block-1 {
    transform: translate(10px, -70px) scale(0.9);
  }
}
@media (max-width: 769px) {
  .slider-type-2 {
    min-height: 240px;
  }
  .slider-type-2::before {
    height: 240px;
  }
  .slider-type-2 .splide__slide a img {
    height: 240px;
  }
  .slider-type-2 .splide__arrows {
    gap: 16px;
  }
  .slider-type-2 .splide__arrows .splide__arrow {
    width: 24px;
    height: 24px;
    background: transparent;
  }
  .slider-type-2 .sliderUi-block-1 {
    transform: translate(0, 0) scale(0.9);
  }
  .slider-type-2 .sliderUi {
    margin: 8px 0 0;
  }
}
.slider-type-3 {
  margin-inline: auto;
  width: 100%;
}
.slider-type-3 .text-link {
  min-width: 126px;
}
.slider-type-3 .splide__track {
  border-radius: 10px;
}
.slider-type-3 .overflow-right__sliderWrap {
  width: 100vw;
}
.slider-type-3 .sliderUi {
  background: var(--Umios_Blue);
  color: var(--Umios_White);
  border-radius: 10px;
  min-height: 452px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.slider-type-3 .sliderUi .h2-basis {
  margin: 0;
}
.slider-type-3 .sliderUi .arrow-link {
  font-weight: 500;
}
.slider-type-3 .sliderUi a,
.slider-type-3 .sliderUi p,
.slider-type-3 .sliderUi h2,
.slider-type-3 .sliderUi h3,
.slider-type-3 .sliderUi svg {
  color: var(--Umios_White);
}
.slider-type-3 .sliderUi h2 {
  font-size: clamp(4rem, 4.4vw, 5.6rem);
  font-weight: 400;
  line-height: 100%;
}
.slider-type-3 .sliderUi h3 {
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-weight: 400;
  margin-top: 8px;
}
.slider-type-3 .sliderUi p {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  margin-top: 12px;
  line-height: 155%;
}
.slider-type-3 .sliderUi-block-1, .slider-type-3 .sliderUi-block-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-type-3 .sliderUi-block-2 {
  margin: 20px 0 0;
  flex: 1;
}
.slider-type-3 .sliderUi-block-3 {
  margin: auto 0 0;
}
.slider-type-3 .slide-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Umios_White);
  font-size: 1.6rem;
  font-weight: 500;
}
.slider-type-3 .splide__arrows {
  display: flex;
  gap: 10px;
}
.slider-type-3 .splide__arrows .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  position: relative;
  width: 54px;
  height: 54px;
  background: var(--Umios_White);
  border-radius: 50px;
  transition: 0.3s;
}
.slider-type-3 .splide__arrows .splide__arrow:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L2 7L8 13" stroke="%23FA0014" stroke-width="2" stroke-linecap="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.slider-type-3 .splide__arrows .splide__arrow.splide__arrow--prev:before {
  transform: translateX(-2px);
}
.slider-type-3 .splide__arrows .splide__arrow.splide__arrow--prev:hover:before {
  transform: translateX(-4px);
}
.slider-type-3 .splide__arrows .splide__arrow.splide__arrow--next:before {
  transform: rotate(180deg) translateX(-2px);
}
.slider-type-3 .splide__arrows .splide__arrow.splide__arrow--next:hover:before {
  transform: rotate(180deg) translateX(-4px);
}
.slider-type-3 .splide__slide {
  height: 100%;
  max-width: 264px;
}
.slider-type-3 .splide__slide > .image-link {
  height: 100%;
}
.slider-type-3 .image-area {
  height: 100%;
}
.slider-type-3 .image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 979px) {
  .slider-type-3 {
    padding: 0;
  }
  .slider-type-3 .splide__slide {
    width: 100%;
    min-width: auto;
    max-width: 210px;
    height: auto;
  }
  .slider-type-3 .sliderUi {
    padding: 32px;
    min-height: 400px;
  }
  .slider-type-3 .sliderUi h2 {
    font-size: 3.2rem;
  }
  .slider-type-3 .sliderUi h3 {
    font-size: 2.2rem;
  }
  .slider-type-3 .sliderUi p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .slider-type-3 .sliderUi {
    min-height: 372px;
    padding: 20px 24px;
  }
  .slider-type-3 .splide__track {
    min-height: 166px;
  }
}
/* ======================================================
  slider-type-3 擬似フェード（画像）+ テキストフェード（A/B）
   ====================================================== */
/* --- 画像側：擬似フェード --- */
.slider-type-3 .splide__track {
  position: relative;
  overflow: hidden;
  flex: 1; /* UIと並べる構造なら必要 */
  border-radius: 10px; /* 既に上で指定してるなら省略OK */
}

.slider-type-3 .splide__list {
  display: block;
  height: 100%;
}

.slider-type-3 .splide__slide {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  transform: none !important; /* SplideのtranslateXを見せない */
  opacity: 0;
  transition: opacity 700ms ease;
  will-change: opacity;
}

.slider-type-3 .splide__slide.is-active {
  opacity: 1;
}

.slider-type-3 .splide__slide.is-prev-active {
  opacity: 1; /* JSで直前を一瞬残す */
}

/* --- テキスト側：A/Bフェード --- */
.slider-type-3 .text-area--stack {
  position: relative;
  min-height: 1px; /* 0回避（必要に応じて） */
}

/* 非表示パネルがクリックを奪うのを防ぐ */
.slider-type-3 .text-area--stack .text-panel {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none; /* ★重要：透明パネルはクリック不可 */
}

.slider-type-3 .text-area--stack .text-panel.is-active {
  opacity: 1;
  pointer-events: auto; /* ★表示中のみクリック可能 */
}

.slider-type-3 .text-area--stack .text-panel.is-next {
  opacity: 1;
  pointer-events: auto; /* ★切替中もクリック可能 */
}

/* 任意：積層順の明示（より安全） */
.slider-type-3 .text-area--stack .text-panel {
  z-index: 0;
}

.slider-type-3 .text-area--stack .text-panel.is-active {
  z-index: 2;
}

.slider-type-3 .text-area--stack .text-panel.is-next {
  z-index: 3;
}

*:focus-visible {
  outline: 2px solid #0042BC;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #0042BC;
}

*:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

a:focus-visible {
  outline: 2px solid #0042BC;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #0042BC;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0042BC;
  position: relative;
}
button:focus-visible.primary-button {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff;
  position: relative;
}
button:focus-visible.secondary-button {
  outline: none;
  box-shadow: 0 0 0 2px #0042BC;
  position: relative;
}
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
button:disabled:focus-visible {
  outline: 2px solid #666666;
  outline-offset: 2px;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0042BC;
  position: relative;
  border-color: #0042BC;
}
input:focus-visible.error, select:focus-visible.error, textarea:focus-visible.error {
  outline: none;
  box-shadow: 0 0 0 2px #d93025;
  position: relative;
  border-color: #d93025;
}
input:focus-visible.success, select:focus-visible.success, textarea:focus-visible.success {
  outline: none;
  box-shadow: 0 0 0 2px #137333;
  position: relative;
  border-color: #137333;
}
input:focus:not(:focus-visible), select:focus:not(:focus-visible), textarea:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0042BC;
  position: relative;
}
input[type=checkbox]:focus-visible + label::before,
input[type=radio]:focus-visible + label::before {
  box-shadow: 0 0 0 2px #0042BC;
}
input[type=checkbox]:focus:not(:focus-visible),
input[type=radio]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
input[type=checkbox]:focus:not(:focus-visible) + label::before,
input[type=radio]:focus:not(:focus-visible) + label::before {
  box-shadow: none;
}

nav *:focus-visible {
  z-index: 10;
}

.card:focus-visible,
.panel:focus-visible {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
}
.skip-link:focus-visible {
  outline: 3px solid #0042BC;
  outline-offset: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 4px #0042BC;
  z-index: 9999;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bold;
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

@media (prefers-color-scheme: dark) {
  :root {
    --focus-color: #8ab4f8;
  }
  *:focus-visible {
    outline: 2px solid var(--focus-color);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px var(--focus-color);
  }
  .high-contrast-focus {
    outline: 3px solid #0042BC;
    outline-offset: 2px;
    background-color: #202124;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 4px #0042BC;
  }
}
@media (prefers-contrast: high) {
  *:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px #000000;
  }
}
@media (prefers-contrast: high) and (prefers-color-scheme: dark) {
  *:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px #ffffff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .card:focus-visible,
  .panel:focus-visible {
    transform: none;
    transition: none;
  }
}
.focus-trap:focus-within {
  outline: 2px solid #0042BC;
  outline-offset: 4px;
}

[hidden]:focus-visible,
[aria-hidden=true]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.js-focus-visible *:focus:not(.focus-visible) {
  outline: none;
  box-shadow: none;
}

.js-focus-visible *.focus-visible {
  outline: 2px solid #0042BC;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #0042BC;
}

.cta-button:focus-visible {
  outline: 3px solid #0042BC;
  outline-offset: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 4px #0042BC;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px #0042BC;
  }
  50% {
    box-shadow: 0 0 0 6px rgba(0, 66, 188, 0.5);
  }
}
.focus-only {
  position: absolute;
  left: -9999px;
}
.focus-only:focus-visible {
  position: static;
  left: auto;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  pointer-events: none;
  right: 12px;
  z-index: 1;
  padding: 0 20px;
}
.splide__pagination li {
  display: flex;
  align-items: center;
}
.splide__pagination li:not(:first-child) {
  margin: 0 0 0 8px;
}

.splide__pagination__page {
  background: #7C8A95;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  background: #FF0000;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.slider-ui {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
}
.slider-ui .slider-title {
  color: #59636B;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 180%;
  margin: 0 64px 0 0;
}
.slider-ui .slider-title ul li {
  display: none;
  opacity: 0;
}
.slider-ui .slider-title ul li.is-active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.2s ease-in 0s forwards;
}

.splide__arrows {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.splide__arrows button:focus-visible {
  outline: auto;
}

.splide__arrow--prev:hover img,
.splide__arrow--next:hover img {
  cursor: pointer;
  opacity: 0.5;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
:root {
  --transition-default: all .3s;
  --transition-fast: all .15s;
  --transition-slow: all .5s;
}

* {
  word-break: break-word;
}

html {
  font-size: 62.5%;
  word-break: break-word;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
}

/* Reduced Motion対応 */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 170%;
  color: var(--Umios_body_text);
  overflow-x: hidden;
}
@media screen and (max-width: 979px) {
  body {
    line-height: 155%;
  }
}

main {
  background-color: #fff;
  flex: 1;
  padding: 0 0 80px;
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

caption.visually-hidden {
  position: static;
  caption-side: top;
  text-indent: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

/*# sourceMappingURL=common.css.map */
