@charset "UTF-8";
.u-c-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-c-black {
  color: #333333 !important;
}

.u-bg-black {
  background-color: #333333 !important;
}

.u-c-dark {
  color: #4f4f4f !important;
}

.u-bg-dark {
  background-color: #4f4f4f !important;
}

.u-c-blue {
  color: #014099 !important;
}

.u-bg-blue {
  background-color: #014099 !important;
}

.u-c-light-blue {
  color: #2ac9f6 !important;
}

.u-bg-light-blue {
  background-color: #2ac9f6 !important;
}

.u-c-light-blue2 {
  color: #e8faff !important;
}

.u-bg-light-blue2 {
  background-color: #e8faff !important;
}

.u-c-gray {
  color: #666666 !important;
}

.u-bg-gray {
  background-color: #666666 !important;
}

.u-c-light-gray {
  color: #e8e8e8 !important;
}

.u-bg-light-gray {
  background-color: #e8e8e8 !important;
}

.u-c-light {
  color: #f3f3f3 !important;
}

.u-bg-light {
  background-color: #f3f3f3 !important;
}

.u-c-orange {
  color: #e65a1d !important;
}

.u-bg-orange {
  background-color: #e65a1d !important;
}

.u-c-cream {
  color: #fff9f1 !important;
}

.u-bg-cream {
  background-color: #fff9f1 !important;
}

.u-c-gold {
  color: #c3c69a !important;
}

.u-bg-gold {
  background-color: #c3c69a !important;
}

.u-c-indigo {
  color: #002253 !important;
}

.u-bg-indigo {
  background-color: #002253 !important;
}

.u-c-purple {
  color: #ab47bc !important;
}

.u-bg-purple {
  background-color: #ab47bc !important;
}

.u-c-pink {
  color: #ec407a !important;
}

.u-bg-pink {
  background-color: #ec407a !important;
}

.u-c-red {
  color: #e55a00 !important;
}

.u-bg-red {
  background-color: #e55a00 !important;
}

.u-c-yellow {
  color: #ffee58 !important;
}

.u-bg-yellow {
  background-color: #ffee58 !important;
}

.u-c-light-yellow {
  color: #fbfddc !important;
}

.u-bg-light-yellow {
  background-color: #fbfddc !important;
}

.u-c-green {
  color: #66bb6a !important;
}

.u-bg-green {
  background-color: #66bb6a !important;
}

.u-c-teal {
  color: #26a69a !important;
}

.u-bg-teal {
  background-color: #26a69a !important;
}

.u-c-cyan {
  color: #dae3f0 !important;
}

.u-bg-cyan {
  background-color: #dae3f0 !important;
}

.u-text-shadow {
  text-shadow: var(--text-shadow);
}

.u-font-arial {
  font-family: "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-font-alternate {
  font-family: "alternate", sans-serif;
}

.u-txtpos-center {
  text-align: center !important;
}

.u-align-center {
  align-items: center !important;
}

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

.u-align-left {
  align-items: left !important;
}

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

.u-align-right {
  align-items: right !important;
}

.u-txtpos-top {
  text-align: top !important;
}

.u-align-top {
  align-items: top !important;
}

.u-txtpos-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  align-items: bottom !important;
}

@media screen and (max-width: 640px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    align-items: center !important;
  }
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    align-items: left !important;
  }
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    align-items: right !important;
  }
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    align-items: top !important;
  }
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    align-items: bottom !important;
  }
}
@font-face {
  font-family: "Arial";
  src: url("../font/Arial/Arial.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Arial";
  src: url("../font/Arial/Arial.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Arial";
  src: url("../font/Arial/Arial-Bold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "alternate";
  src: url("../font/alternate/alternate-gothic-no3-d.ttf") format("truetype");
  font-weight: normal;
}
:root {
  --c-white: #ffffff;
  --c-black: #333333;
  --c-dark: #4f4f4f;
  --c-blue: #014099;
  --c-light-blue: #2ac9f6;
  --c-light-blue2: #e8faff;
  --c-gray: #666666;
  --c-light-gray: #e8e8e8;
  --c-light: #f3f3f3;
  --c-orange: #e65a1d;
  --c-cream: #fff9f1;
  --c-gold: #c3c69a;
  --c-indigo: #002253;
  --c-purple: #ab47bc;
  --c-pink: #ec407a;
  --c-red: #e55a00;
  --c-yellow: #ffee58;
  --c-light-yellow: #fbfddc;
  --c-green: #66bb6a;
  --c-teal: #26a69a;
  --c-cyan: #dae3f0;
  --f-arial: Arial, Helvetica Neue, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  --f-alternate: alternate, sans-serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
}

html {
  font-size: 62.5%;
}

body {
  color: var(--c-black);
  font-size: 1.6rem;
  font-family: var(--f-arial);
  font-feature-settings: "palt";
}
body.hidden {
  overflow: hidden;
}

#contents {
  overflow: hidden;
}

img {
  max-width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
  body {
    font-size: 2.6rem;
    overflow-x: hidden;
  }
  #contents {
    margin-top: 8.84rem;
  }
  .nav-open {
    overflow: hidden;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1072px + 6rem);
  padding-inline: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-md {
  max-width: calc(1000px + 6rem);
}
.l-container.-sm {
  max-width: calc(920px + 6rem);
}
.l-container.-lg {
  max-width: calc(1200px + 6rem);
}
.l-container.-xl {
  max-width: calc(1460px + 6rem);
  padding-inline: 3rem;
}
.l-container--720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .l-container {
    max-width: calc(600px + 9rem);
    padding-inline: 4.5rem;
  }
}
.l-main {
  overflow-x: hidden;
}

.l-sec {
  padding-block: 10rem;
}

.c-footer {
  background-color: var(--c-blue);
  color: var(--c-white);
}
.c-footer .l-container {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.c-footer__flex {
  display: flex;
  justify-content: space-between;
}

.c-footer__list li:not(:first-child) {
  margin-top: 1.5rem;
}
.c-footer__list a {
  font-size: 1.4rem;
  color: var(--c-white);
}

.c-footer__copyright {
  background-color: var(--c-indigo);
  display: block;
  width: 100%;
  text-align: center;
  padding: 3.5rem 0;
}

@media screen and (max-width: 640px) {
  .c-footer .l-container {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
  .c-footer__flex {
    flex-direction: column;
    gap: 6.5rem;
  }
  .c-footer__list a {
    font-size: 2.8rem;
  }
  .c-footer__copyright {
    font-size: 2rem;
    padding: 3rem 0;
  }
}
.c-header {
  padding: 2rem 0 1rem;
}

.c-header__inner {
  max-width: 126rem;
  width: 100%;
  margin: auto;
  padding: 0 3rem;
}

.c-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__logo {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-weight: 500;
}
.c-header__logo a {
  display: inline-block;
}

.c-header__search {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.searchform {
  border: 1px solid var(--c-blue);
  border-radius: 3rem;
}
.searchform input {
  width: 20rem;
  padding: 0.8rem 1rem 0.8rem 3.5rem;
  box-sizing: border-box;
}
.searchform div {
  position: relative;
}
.searchform div::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icn-search.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0%, -50%);
}

.c-header__language a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--c-blue);
}
.c-header__language a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url("../images/common/icn-language2.png") no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .c-header__search {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .c-header {
    padding: 2rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: var(--c-white);
  }
  .c-header__logo {
    font-size: 1.4rem;
  }
  .c-header__logo a img {
    width: 16.8rem;
  }
}
.c-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.c-nav .c-btn .c-btn__link {
  min-width: inherit;
  width: 16.6rem;
  min-height: 4rem;
  font-size: 1.6rem;
}

.c-nav__wrap {
  margin-top: 1.5rem;
}

.c-nav__list {
  width: 100%;
  justify-content: space-between;
}

.c-nav__item {
  position: relative;
  flex: 1;
}
.c-nav__item a {
  display: block;
  text-align: center;
  white-space: nowrap;
  color: var(--c-blue);
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
}
@media (hover: hover) {
  .c-nav__item a:hover {
    background-color: var(--c-blue);
    color: var(--c-white);
  }
}
.c-nav__item span {
  display: block;
  white-space: nowrap;
  color: var(--c-blue);
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
.c-nav__item.has-child span::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-bottom: solid 2px var(--c-blue);
  border-right: solid 2px var(--c-blue);
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
}
.c-nav__item.has-child.active {
  background-color: var(--c-blue);
}
.c-nav__item.has-child.active span {
  color: var(--c-white);
}
.c-nav__item.has-child.active span::after {
  border-color: var(--c-white);
}
.c-nav__item.has-child.active .c-nav__child {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.c-nav__item.active a {
  background-color: var(--c-blue);
  color: var(--c-white);
}

.c-nav__child {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  transition: 0.5s;
}

.c-nav__child--item a {
  display: block;
  text-align: left;
  color: var(--c-white);
  background-color: rgba(0, 79, 190, 0.9);
}
@media (hover: hover) {
  .c-nav__child--item a:hover {
    background-color: rgba(51, 51, 51, 0.9);
  }
}
.c-nav__child--item.active a {
  background-color: rgba(51, 51, 51, 0.9);
}

.c-nav__btn {
  display: none;
  width: 8rem;
  height: 8rem;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
}

.c-nav__btn-line {
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 4.4rem;
  height: 0.3rem;
  background-color: var(--c-blue);
  border-radius: 3px;
  transition: all 0.5s;
  box-sizing: border-box;
  display: inline-block;
}
.c-nav__btn-line:nth-of-type(1) {
  top: 2.5rem;
}
.c-nav__btn-line:nth-of-type(2) {
  top: 3.8rem;
}
.c-nav__btn-line:nth-of-type(3) {
  bottom: 2.5rem;
}

.u-sp__inquiry {
  background-color: var(--c-white);
  width: 90%;
  padding: 2rem 0;
  border-radius: 1rem;
  box-shadow: 0.8rem 0.8rem 0 #dddddd;
  display: none;
}
.u-sp__inquiry .c-title {
  font-size: 4.6rem;
  margin-bottom: 1rem;
}
.u-sp__inquiry .c-cv__lead {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.c-nav__search {
  margin-top: 3rem;
  width: 90%;
  display: none;
}
.c-nav__search .searchform {
  margin-bottom: 2rem;
}
.c-nav__search .searchform input {
  width: 100%;
}
.c-nav__search .c-header__language {
  text-align: center;
}
.c-nav__search .c-header__language a {
  display: inline-flex;
}

@media screen and (max-width: 1230px) {
  .c-nav {
    gap: 1.5rem;
  }
  .c-nav__item {
    font-size: 1.4rem;
  }
  .c-nav__item a {
    font-size: 1.4rem;
    padding: 1.5rem 0.75rem;
  }
  .c-nav__item.has-child span::after {
    width: 4px;
    height: 4px;
    right: 1rem;
  }
}
@media screen and (max-width: 980px) {
  .u-sp__inquiry {
    display: block;
  }
  .c-nav__search {
    display: block;
  }
  .c-nav__wrap {
    margin-top: 0;
    position: fixed;
    right: -100%;
    top: 0;
    width: 42rem;
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 7.8rem;
    padding-right: 0;
    padding-bottom: 6rem;
    transition: right 0.3s;
    z-index: 99;
  }
  .c-nav__wrap.active {
    right: 0;
  }
  .c-nav__wrap .-pc {
    display: none;
  }
  .c-nav__list {
    flex-direction: column;
  }
  .c-nav {
    flex-direction: column;
  }
  .c-nav__item span {
    padding: 2rem;
  }
  .c-nav__item a {
    font-size: 1.6rem;
    text-align: left;
    padding: 2rem;
  }
  .c-nav__btn {
    display: block;
    z-index: 999;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 5.7rem;
    transform: rotate(45deg) translateX(calc(-50% - 0.5rem));
    left: 47%;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 5.7rem;
    transform: rotate(-45deg) translateX(calc(-50% - 0.5rem));
    left: 47%;
  }
}
@media screen and (max-width: 640px) {
  .c-nav .c-btn .c-btn__link {
    width: 39rem;
    min-height: 8rem;
    font-size: 3.2rem;
  }
  .c-nav__btn {
    width: 10.85rem;
    height: 8.85rem;
    top: 0;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 6.9rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 6.9rem;
  }
  .c-nav__btn-line {
    width: 6.4rem;
    height: 0.4rem;
  }
  .c-nav__btn-line:nth-of-type(1) {
    top: 2.5rem;
  }
  .c-nav__btn-line:nth-of-type(2) {
    top: 4.2rem;
  }
  .c-nav__btn-line:nth-of-type(3) {
    bottom: 2.5rem;
  }
  .c-nav__wrap {
    padding-top: 0;
    top: 8.84rem;
    width: 100%;
    height: calc(100vh - 8.85rem);
    height: calc(100dvh - 8.85rem);
  }
  .c-nav__item {
    font-size: 2.6rem;
  }
  .c-nav__item span {
    padding: 2rem 3rem;
    font-size: 2.6rem;
  }
  .c-nav__item a {
    padding: 2rem 3rem;
    font-size: 2.6rem;
  }
  .c-nav__item.has-child span::after {
    width: 1rem;
    height: 1rem;
    border-width: 0.4rem;
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    right: inherit;
    top: -0.5rem;
    transition: 0.3s;
  }
  .c-nav__item.has-child.active span::after {
    top: 0;
    transform: rotate(225deg);
  }
  .c-nav__child {
    position: static;
    width: 100%;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }
  .c-nav__child--item a {
    background-color: #185fc3 !important;
  }
  .u-sp__inquiry--bg {
    background-color: var(--c-light);
    width: 100%;
    padding: 6rem 3rem;
  }
  .u-sp__inquiry {
    padding: 5rem 0;
    width: 100%;
  }
  .u-sp__inquiry .c-title {
    font-size: 7.7rem;
    margin-bottom: 2.5rem;
  }
  .u-sp__inquiry .c-cv__lead {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
  .c-nav__search .searchform {
    border-radius: 6rem;
    margin-bottom: 3rem;
  }
  .c-nav__search .searchform input {
    padding: 3rem 3rem 3rem 7rem;
  }
  .c-nav__search .searchform div::after {
    left: 2rem;
    width: 3rem;
    height: 3rem;
  }
  .c-nav__search .c-header__language a {
    font-size: 3.2rem;
  }
  .c-nav__search .c-header__language a::before {
    width: 3rem;
    height: 3rem;
  }
}
.u-fadein {
  position: relative;
  opacity: 0;
}
.u-fadein.active {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.active .u-fadein {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.u-fade {
  position: relative;
  opacity: 0;
}
.u-fade.active {
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.active .u-fade {
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 5rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
[delay="2"] {
  animation-delay: 0.2s !important;
}

[delaymin="1"] {
  animation-delay: 0.05s !important;
}

[delay="4"] {
  animation-delay: 0.4s !important;
}

[delaymin="2"] {
  animation-delay: 0.1s !important;
}

[delay="6"] {
  animation-delay: 0.6s !important;
}

[delaymin="3"] {
  animation-delay: 0.15s !important;
}

[delay="8"] {
  animation-delay: 0.8s !important;
}

[delaymin="4"] {
  animation-delay: 0.2s !important;
}

[delay="10"] {
  animation-delay: 1s !important;
}

[delaymin="5"] {
  animation-delay: 0.25s !important;
}

[delay="12"] {
  animation-delay: 1.2s !important;
}

[delaymin="6"] {
  animation-delay: 0.3s !important;
}

[delay="14"] {
  animation-delay: 1.4s !important;
}

[delaymin="7"] {
  animation-delay: 0.35s !important;
}

[delay="16"] {
  animation-delay: 1.6s !important;
}

[delaymin="8"] {
  animation-delay: 0.4s !important;
}

[delay="18"] {
  animation-delay: 1.8s !important;
}

[delaymin="9"] {
  animation-delay: 0.45s !important;
}

[delay="20"] {
  animation-delay: 2s !important;
}

[delaymin="10"] {
  animation-delay: 0.5s !important;
}

[delay="22"] {
  animation-delay: 2.2s !important;
}

[delaymin="11"] {
  animation-delay: 0.55s !important;
}

[delay="24"] {
  animation-delay: 2.4s !important;
}

[delaymin="12"] {
  animation-delay: 0.6s !important;
}

[delay="26"] {
  animation-delay: 2.6s !important;
}

[delaymin="13"] {
  animation-delay: 0.65s !important;
}

[delay="28"] {
  animation-delay: 2.8s !important;
}

[delaymin="14"] {
  animation-delay: 0.7s !important;
}

[delay="30"] {
  animation-delay: 3s !important;
}

[delaymin="15"] {
  animation-delay: 0.75s !important;
}

[delay="32"] {
  animation-delay: 3.2s !important;
}

[delaymin="16"] {
  animation-delay: 0.8s !important;
}

[delay="34"] {
  animation-delay: 3.4s !important;
}

[delaymin="17"] {
  animation-delay: 0.85s !important;
}

[delay="36"] {
  animation-delay: 3.6s !important;
}

[delaymin="18"] {
  animation-delay: 0.9s !important;
}

[delay="38"] {
  animation-delay: 3.8s !important;
}

[delaymin="19"] {
  animation-delay: 0.95s !important;
}

[delay="40"] {
  animation-delay: 4s !important;
}

[delaymin="20"] {
  animation-delay: 1s !important;
}

[delay="42"] {
  animation-delay: 4.2s !important;
}

[delaymin="21"] {
  animation-delay: 1.05s !important;
}

[delay="44"] {
  animation-delay: 4.4s !important;
}

[delaymin="22"] {
  animation-delay: 1.1s !important;
}

[delay="46"] {
  animation-delay: 4.6s !important;
}

[delaymin="23"] {
  animation-delay: 1.15s !important;
}

[delay="48"] {
  animation-delay: 4.8s !important;
}

[delaymin="24"] {
  animation-delay: 1.2s !important;
}

[delay="50"] {
  animation-delay: 5s !important;
}

[delaymin="25"] {
  animation-delay: 1.25s !important;
}

[delay="52"] {
  animation-delay: 5.2s !important;
}

[delaymin="26"] {
  animation-delay: 1.3s !important;
}

[delay="54"] {
  animation-delay: 5.4s !important;
}

[delaymin="27"] {
  animation-delay: 1.35s !important;
}

[delay="56"] {
  animation-delay: 5.6s !important;
}

[delaymin="28"] {
  animation-delay: 1.4s !important;
}

[delay="58"] {
  animation-delay: 5.8s !important;
}

[delaymin="29"] {
  animation-delay: 1.45s !important;
}

[delay="60"] {
  animation-delay: 6s !important;
}

[delaymin="30"] {
  animation-delay: 1.5s !important;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-btn {
  text-align: center;
}
.c-btn .c-btn__link {
  font-size: 2.1rem;
  min-width: 26.6rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-white);
  color: var(--c-blue);
  border: 1px solid var(--c-blue);
  border-radius: 3rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn .c-btn__link:hover {
    opacity: 0.7;
  }
}
.c-btn .c-btn__link.-square {
  border-radius: 0;
}
.c-btn .c-btn__link.-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--c-white);
}
.c-btn .c-btn__link.-black {
  background-color: #333333;
  border-color: #333333;
  color: var(--c-white);
}
.c-btn .c-btn__link.-dark {
  background-color: #4f4f4f;
  border-color: #4f4f4f;
  color: var(--c-white);
}
.c-btn .c-btn__link.-blue {
  background-color: #014099;
  border-color: #014099;
  color: var(--c-white);
}
.c-btn .c-btn__link.-light-blue {
  background-color: #2ac9f6;
  border-color: #2ac9f6;
  color: var(--c-white);
}
.c-btn .c-btn__link.-light-blue2 {
  background-color: #e8faff;
  border-color: #e8faff;
  color: var(--c-white);
}
.c-btn .c-btn__link.-gray {
  background-color: #666666;
  border-color: #666666;
  color: var(--c-white);
}
.c-btn .c-btn__link.-light-gray {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: var(--c-white);
}
.c-btn .c-btn__link.-light {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: var(--c-white);
}
.c-btn .c-btn__link.-orange {
  background-color: #e65a1d;
  border-color: #e65a1d;
  color: var(--c-white);
}
.c-btn .c-btn__link.-cream {
  background-color: #fff9f1;
  border-color: #fff9f1;
  color: var(--c-white);
}
.c-btn .c-btn__link.-gold {
  background-color: #c3c69a;
  border-color: #c3c69a;
  color: var(--c-white);
}
.c-btn .c-btn__link.-indigo {
  background-color: #002253;
  border-color: #002253;
  color: var(--c-white);
}
.c-btn .c-btn__link.-purple {
  background-color: #ab47bc;
  border-color: #ab47bc;
  color: var(--c-white);
}
.c-btn .c-btn__link.-pink {
  background-color: #ec407a;
  border-color: #ec407a;
  color: var(--c-white);
}
.c-btn .c-btn__link.-red {
  background-color: #e55a00;
  border-color: #e55a00;
  color: var(--c-white);
}
.c-btn .c-btn__link.-yellow {
  background-color: #ffee58;
  border-color: #ffee58;
  color: var(--c-white);
}
.c-btn .c-btn__link.-light-yellow {
  background-color: #fbfddc;
  border-color: #fbfddc;
  color: var(--c-white);
}
.c-btn .c-btn__link.-green {
  background-color: #66bb6a;
  border-color: #66bb6a;
  color: var(--c-white);
}
.c-btn .c-btn__link.-teal {
  background-color: #26a69a;
  border-color: #26a69a;
  color: var(--c-white);
}
.c-btn .c-btn__link.-cyan {
  background-color: #dae3f0;
  border-color: #dae3f0;
  color: var(--c-white);
}
.c-btn.-sm .c-btn__link {
  font-size: 1.4rem;
  min-width: 10.8rem;
  min-height: 2.5rem;
}

@media screen and (max-width: 640px) {
  .c-btn .c-btn__link {
    width: 100%;
    max-width: 29rem;
    min-height: 6.6rem;
    font-size: 3rem;
    border-width: 1px;
    border-radius: 6rem;
  }
  .c-btn.-sm .c-btn__link {
    max-width: 16.6rem;
    min-width: auto;
    min-height: 4rem;
    font-size: 2rem;
  }
}
#breadcrumb {
  background-color: var(--c-light);
  padding: 1.3rem 0;
}
#breadcrumb .page-layer {
  max-width: calc(1200px + 6rem);
  margin: auto;
  padding-inline: 3rem;
}
#breadcrumb .main-container {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#breadcrumb span {
  font-size: 1.2rem;
}
#breadcrumb a {
  font-size: 1.2rem;
  color: var(--c-black);
}

@media screen and (max-width: 640px) {
  #breadcrumb {
    padding: 1.5rem 0;
  }
  #breadcrumb .page-layer {
    overflow-y: hidden;
    overflow-x: scroll;
    margin-right: 3rem;
  }
  #breadcrumb .main-container {
    padding-right: 3rem;
  }
  #breadcrumb span {
    font-size: 2rem;
    white-space: nowrap;
  }
  #breadcrumb a {
    font-size: 2rem;
  }
}
.c-slide .slick-slide img {
  width: 100%;
}
.c-slide .slick-dots li {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid var(--c-gray);
  border-radius: 100%;
}
.c-slide .slick-dots li.slick-active {
  background-color: var(--c-gray);
}
.c-slide .slick-dots li button {
  width: 100%;
  height: 100%;
}
.c-slide .slick-dots li button::before {
  content: none;
}

.c-products__slide {
  margin-bottom: 6rem;
}
.c-products__slide .slick-list {
  overflow: initial;
}
.c-products__slide .slick-dots {
  bottom: -6rem;
}
.c-products__slide .slick-dots li {
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  margin: 0 0.75rem;
  background-color: var(--c-white);
  border-radius: 100%;
}
.c-products__slide .slick-dots li.slick-active {
  background-color: var(--c-blue);
}
.c-products__slide .slick-dots li button {
  width: 0;
  height: 0;
}
.c-products__slide .slick-dots li button::before {
  content: none;
}

.c-products__slide--item {
  display: flex !important;
  align-items: center;
  gap: 1.5rem;
  background-color: var(--c-white);
  box-shadow: -3rem 2rem 0 1rem var(--c-blue);
  margin: 0 4.5rem;
  width: 50rem;
}

.c-products__slide--text p {
  font-size: 3.5rem;
  line-height: 1.2;
  color: var(--c-blue);
}

.c-topics__slide .slick-dots {
  bottom: -6rem;
}
.c-topics__slide .slick-dots li {
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  margin: 0 0.75rem;
  background-color: var(--c-white);
  border-radius: 100%;
}
.c-topics__slide .slick-dots li.slick-active {
  background-color: var(--c-blue);
}
.c-topics__slide .slick-dots li button {
  width: 0;
  height: 0;
}
.c-topics__slide .slick-dots li button::before {
  content: none;
}

.c-topics__slide--item {
  background-color: var(--c-white);
  padding: 2rem;
  border-radius: 1.6rem;
  margin: 0 1.5rem;
}
.c-topics__slide--item .c-btn {
  text-align: left;
  margin-top: 1.5rem;
}
.c-topics__slide--item .c-btn .c-btn__link {
  min-width: 21rem;
  border-width: 2px;
}

.c-topics__slide--item__flex {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.c-topics__slide--item__img {
  width: 21rem;
}
.c-topics__slide--item__img img {
  min-width: 100%;
  height: 21rem;
  object-fit: cover;
}

.c-topics__slide--item__text {
  width: calc(100% - 26rem);
}

@media screen and (max-width: 820px) {
  .c-topics__slide--item__flex {
    gap: 3rem;
  }
  .c-topics__slide--item__img {
    width: 30%;
  }
  .c-topics__slide--item__text {
    width: calc(70% - 3rem);
  }
}
@media screen and (max-width: 640px) {
  .c-slide .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.75rem;
  }
  .c-products__slide .slick-dots {
    bottom: -9rem;
  }
  .c-products__slide--item {
    margin: 0 6rem;
    box-shadow: -2rem 2rem 0 2rem var(--c-blue);
  }
  .c-products__slide--img {
    width: 18rem;
  }
  .c-topics__slide--item__flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .c-topics__slide--item__img {
    width: 100%;
  }
  .c-topics__slide--item__img img {
    height: 28rem;
  }
  .c-topics__slide--item__text {
    width: 100%;
  }
  .c-topics__slide--item {
    margin: 0 4.5rem;
  }
  .c-topics__slide--item .c-btn {
    text-align: center;
  }
}
.c-grid {
  display: grid;
  gap: 1.5rem;
}

.c-grid__space0 {
  column-gap: 0 !important;
}

.c-grid__cols--2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid__cols--3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid__cols--4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid__cols--5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid__cols--6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 980px) {
  .c-grid__cols--tb--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--tb--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--tb--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--tb--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--tb--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1230px) {
  .c-grid__cols--md--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--md--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--md--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--md--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--md--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .c-grid {
    gap: 3.5rem;
  }
  .c-grid__cols--sp--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid__cols--sp--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--sp--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--sp--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--sp--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--sp--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-title {
  font-size: 7.7rem;
  font-weight: 500;
  font-family: var(--f-alternate);
  color: var(--c-blue);
  text-align: center;
}

.c-subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--c-blue);
  color: var(--c-white);
  padding: 0.6rem 1rem;
}

.c-subtitle2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--c-blue);
}

@media screen and (max-width: 640px) {
  .c-title {
    font-size: 5.6rem;
  }
  .c-subtitle {
    font-size: 2.8rem;
    padding: 1.5rem;
  }
  .c-subtitle2 {
    font-size: 2.8rem;
  }
}
.c-mv {
  position: relative;
  z-index: 1;
}
.c-mv > .l-container {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.c-mv__title {
  font-size: 10.5rem;
  font-weight: 500;
  font-family: var(--f-alternate);
  line-height: 1;
  color: var(--c-blue);
}

.c-mv__lead {
  font-size: 2.1rem;
  color: var(--c-white);
  line-height: 1.333333;
  margin-top: 3rem;
}

.c-mv__slide {
  overflow: hidden;
  border-bottom-left-radius: 90vw 40vw;
  border-bottom-right-radius: 90vw 40vw;
  margin-left: -30vw;
  margin-right: -30vw;
  padding-left: 30vw;
  padding-right: 30vw;
  border-bottom: 1.6rem solid var(--c-light-blue);
}

.c-mv__slide--item img {
  width: 100%;
  min-height: 68rem;
  object-fit: cover;
}

.u-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
}

.u-mv__title {
  font-size: 8rem;
  font-weight: normal;
  font-family: var(--f-alternate);
  color: var(--c-blue);
  text-align: center;
}

.u-slidemv {
  position: relative;
}

.u-slidemv__content .slick-prev, .u-slidemv__content .slick-next {
  width: 5.3rem;
  height: 7.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.u-slidemv__content .slick-prev::before, .u-slidemv__content .slick-next::before {
  content: none;
}
.u-slidemv__content .slick-prev {
  background-image: url("../images/common/icn-slide-arrow-left.png");
  left: calc((100vw - 1260px) / 2);
}
.u-slidemv__content .slick-next {
  background-image: url("../images/common/icn-slide-arrow-right.png");
  right: calc((100vw - 1260px) / 2);
}

.u-slidemv__item img {
  min-height: 42rem;
  object-fit: cover;
}

.u-slidemv__textwrap {
  position: absolute;
  left: 3rem;
  padding-left: calc((100vw - 1072px) / 2);
  top: 10rem;
}

.u-slidemv__title {
  font-size: 5.6rem;
  font-weight: normal;
  font-family: var(--f-alternate);
  color: var(--c-white);
  margin-bottom: 1.5rem;
}

.u-slidemv__lead {
  font-size: 2.4rem;
  font-family: var(--f-alternate);
  color: var(--c-white);
  line-height: 1.33333333;
}

@media screen and (max-width: 1300px) {
  .u-slidemv__content .slick-prev {
    left: 1.5rem;
  }
  .u-slidemv__content .slick-next {
    right: 1.5rem;
  }
  .u-slidemv__textwrap {
    left: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .c-mv > .l-container {
    top: 7rem;
  }
  .c-mv__title {
    font-size: 5.6rem;
    line-height: 1.142;
  }
  .c-mv__lead {
    font-size: 1.4rem;
    line-height: 1.285;
  }
  .c-mv__slide {
    border-bottom-left-radius: 90rem 60rem;
    border-bottom-right-radius: 90rem 60rem;
    margin-left: -30rem;
    margin-right: -30rem;
    padding-left: 30rem;
    padding-right: 30rem;
    border-width: 1rem;
  }
  .c-mv__slide--item img {
    min-height: 45rem;
  }
}
.c-engineering {
  margin-top: -15rem;
}
.c-engineering .c-title {
  margin-bottom: 7rem;
}

.c-engineering__bg {
  background: url("../images/top/bg-engineering.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 20rem;
}

.u-drop {
  text-align: center;
  margin-bottom: 5rem;
}
.u-drop img {
  width: 2.2rem;
}

.c-engineering__flex {
  display: flex;
  gap: 3.5rem;
}

.c-engineering__flex--item {
  width: 100%;
  position: relative;
}

.c-engineering__flex--textwrap {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.4rem;
  min-height: 15.8rem;
  padding: 1.5rem 3rem;
}
.c-engineering__flex--textwrap .c-btn {
  margin-top: auto;
}

.c-engineering__title {
  font-size: 2.1rem;
  color: var(--c-blue);
  margin-bottom: 1.5rem;
}

.c-engineering__lead {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .c-engineering__bg {
    padding-top: 18rem;
    background-image: url("../images/top/sp-bg-engineering.jpg");
  }
  .u-drop {
    margin-bottom: 3rem;
  }
  .u-drop img {
    width: 1.4rem;
  }
  .c-engineering .c-title {
    margin-bottom: 3rem;
  }
  .c-engineering__flex {
    flex-direction: column;
    max-width: 51.7rem;
    margin: auto;
    gap: 2.5rem;
  }
  .c-engineering__flex--img img {
    width: 100%;
  }
  .c-engineering__flex--textwrap {
    width: calc(100% - 4rem);
    left: 2rem;
    bottom: 2rem;
  }
  .c-engineering__title {
    font-size: 3.2rem;
  }
  .c-engineering__lead {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.c-products {
  padding-top: 30rem;
  padding-bottom: 18rem;
  background: url("../images/top/bg-products.png") no-repeat center top;
  background-size: cover;
  margin-top: -18rem;
}
.c-products .c-title {
  margin-bottom: 5rem;
}

@media screen and (max-width: 640px) {
  .c-products {
    background-image: url("../images/top/sp-bg-products.png");
    padding-top: 86rem;
    margin-top: -72rem;
  }
}
.c-catalog {
  padding: 16rem 0 17rem;
  background: url("../images/top/bg-catalog.jpg") no-repeat center top;
  background-size: cover;
}

.c-catalog__flex {
  display: flex;
  align-items: center;
}

.c-catalog__flex--item {
  width: 50%;
}
.c-catalog__flex--item:nth-child(1) {
  padding-left: 6.5rem;
}
.c-catalog__flex--item .c-title {
  text-align: left;
  margin-bottom: 3rem;
}
.c-catalog__flex--item p {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .c-catalog {
    background-image: url("../images/top/sp-bg-catalog.jpg");
    padding: 8rem 0 6rem;
  }
  .c-catalog__flex {
    flex-direction: column;
    gap: 6rem;
  }
  .c-catalog__flex--item {
    width: 100%;
  }
  .c-catalog__flex--item:nth-child(1) {
    padding-left: 0;
  }
  .c-catalog__flex--item .c-title {
    text-align: center;
  }
  .c-catalog__flex--item p {
    font-size: 2.4rem;
  }
  .c-catalog__flex--item .c-btn .c-btn__link {
    max-width: 26.6rem;
    min-height: 5rem;
    font-size: 2.4rem;
  }
}
.c-cv {
  padding: 10rem 0;
  background-color: var(--c-light);
}

.c-cv__inner {
  background-color: var(--c-white);
  border-radius: 1.4rem;
  text-align: center;
  padding: 5rem 0 6rem;
  box-shadow: 0.8rem 0.8rem 0 #dddddd;
}
.c-cv__inner .c-title {
  margin-bottom: 4rem;
}
.c-cv__inner .c-btn {
  margin-top: 5rem;
}

.c-cv__lead {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .c-cv {
    padding: 9rem 0;
  }
  .c-cv__inner .c-title {
    font-size: 7.7rem;
    margin-bottom: 3rem;
  }
  .c-cv__inner .c-btn {
    margin-top: 3rem;
  }
  .c-cv__lead {
    font-size: 2.5rem;
  }
}
.c-table {
  width: 100%;
}
.c-table thead th {
  background-color: var(--c-light-blue2);
  white-space: nowrap;
}
.c-table thead th:not(:last-child) {
  border-right: 1px solid var(--c-white);
}
.c-table th {
  background-color: #dddddd;
  border-bottom: 1px solid var(--c-white);
  text-align: left;
  font-weight: 500;
  padding: 0.6rem 2rem;
  line-height: 1.5;
}
.c-table th.lh {
  line-height: 2.3;
}
.c-table td {
  background-color: #eeeeee;
  border-bottom: 1px solid var(--c-white);
  padding: 0.6rem 2rem;
  line-height: 1.5;
}
.c-table td:nth-of-type(2) {
  border-left: 1px solid var(--c-white);
}
.c-table td.bgdark {
  background-color: #dddddd;
}
.c-table td a {
  text-decoration: underline;
  color: var(--c-blue);
}
.c-table.-w50 th, .c-table.-w50 td {
  width: 50%;
}
.c-table.-tdcenter td {
  text-align: center;
}
.c-table.-vtcenter th, .c-table.-vtcenter td {
  vertical-align: middle;
}
.c-table.-txtcenter th, .c-table.-txtcenter td {
  text-align: center;
}
.c-table .nowrap {
  white-space: nowrap;
}
.c-table .lg {
  font-size: 3.2rem;
}

@media screen and (max-width: 640px) {
  .c-table th {
    padding: 2rem;
  }
  .c-table td {
    padding: 2rem;
  }
}
.u-different {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}

.u-different__text {
  width: 50%;
  padding: 0 3rem;
}
.u-different__text .c-title {
  font-size: 2.4rem;
  font-family: var(--c-arial);
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.u-different__text p {
  line-height: 1.5;
}

.u-different__img {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .u-different {
    flex-direction: column;
    gap: 3rem;
    margin: 6rem 0;
  }
  .u-different__img {
    width: 100%;
  }
  .u-different__text {
    width: 100%;
    padding: 0;
  }
  .u-different__text .c-title {
    font-size: 3.2rem;
  }
}
.u-features:not(:last-of-type) {
  margin-bottom: 10rem;
}
.u-features .c-title {
  font-size: 4.8rem;
  text-align: left;
  margin-bottom: 1rem;
}
.u-features .c-subtitle {
  margin-bottom: 2.5rem;
}
.u-features p {
  line-height: 1.5;
}
.u-features .c-subtitle2 {
  margin-bottom: 2.5rem;
}
.u-features .c-table {
  max-width: 72rem;
  margin: auto;
}

.u-features__flex {
  display: flex;
  gap: 6rem;
}
.u-features__flex.-w64 .u-features__text {
  width: calc(100% - 46rem);
}
.u-features__flex.-w64 .u-features__img {
  width: 40rem;
}

.u-features__text {
  width: 50%;
}

.u-features__imgbox {
  padding: 2.5rem;
  background-color: var(--c-light-blue2);
}
.u-features__imgbox:not(:last-child) {
  margin-bottom: 2rem;
}

.u-features__imgbox--title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}

.u-features__img {
  width: calc(50% - 6rem);
}

.u-features__innerflex {
  display: flex;
  gap: 1.5rem;
}

.u-features__innerflex--img {
  width: 100%;
}

.u-features__list {
  margin-bottom: 4rem;
  list-style: decimal;
  padding-left: 2rem;
}
.u-features__list li {
  line-height: 1.5;
}
.u-features__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.u-features__list2 li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.u-features__list2 li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.u-features__list2 li::before {
  content: "■";
  color: var(--c-blue);
  position: absolute;
  left: 0;
  top: -0.2rem;
}

.u-features__imgbox2:not(:last-child) {
  margin-bottom: 2.5rem;
}
.u-features__imgbox2 img {
  margin-bottom: 0.3rem;
}
.u-features__imgbox2 p {
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .u-features:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .u-features .c-title {
    font-size: 8rem;
    margin-bottom: 2rem;
  }
  .u-features .c-subtitle {
    margin-bottom: 3rem;
  }
  .u-features .c-subtitle2 {
    margin-bottom: 3rem;
  }
  .u-features__flex {
    flex-direction: column;
  }
  .u-features__flex.-w64 .u-features__text {
    width: 100%;
  }
  .u-features__flex.-w64 .u-features__img {
    width: 100%;
    align-self: center;
  }
  .u-features__flex.-w64 .u-features__img img {
    display: block;
    max-width: 100%;
    margin: 0 auto 1rem;
  }
  .u-features__imgbox2:not(:last-child) {
    margin-bottom: 3rem;
  }
  .u-features__imgbox2 p {
    font-size: 2.2rem;
  }
  .u-features__text {
    width: 100%;
  }
  .u-features__img {
    width: 100%;
    text-align: center;
  }
  .u-features__imgbox:not(:last-child) {
    margin-bottom: 3rem;
  }
  .u-features__imgbox--title {
    font-size: 3.2rem;
  }
  .u-features__innerflex--img img {
    width: 100%;
  }
  .u-features__list {
    padding-left: 3rem;
  }
  .u-features__list2 li {
    padding-left: 3rem;
    text-align: left;
  }
  .u-features__list2 li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-topics {
  background-color: var(--c-light-blue);
  padding: 9rem 0 12rem;
}
.c-topics .c-title {
  margin-bottom: 5rem;
}

.c-topics__title {
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--c-blue);
  margin-bottom: 1.5rem;
}

.c-topics__lead {
  line-height: 1.5;
}

.p-topics .u-mv, .single-topics .u-mv {
  background-image: url("../images/topics/mv.jpg");
}

.c-archivetopics {
  padding: 13rem 0 18rem;
}

.c-archivetopics__item {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 2rem;
  background-color: var(--c-light-blue2);
  border-radius: 1.6rem;
}
.c-archivetopics__item:not(:last-of-type) {
  margin-bottom: 3rem;
}

.c-archivetopics__img {
  width: 21rem;
}
.c-archivetopics__img img {
  min-width: 100%;
  height: 21rem;
  object-fit: cover;
}

.c-archivetopics__text {
  width: calc(100% - 26rem);
}
.c-archivetopics__text .c-btn {
  margin-top: 1.5rem;
  text-align: left;
}
.c-archivetopics__text .c-btn .c-btn__link {
  min-width: 21rem;
  border-width: 2px;
}

.c-archivetopics__title {
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--c-blue);
  margin-bottom: 1rem;
}

.c-archivetopics__date {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.c-archivetopics__lead {
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .c-archivetopics__item {
    flex-direction: column;
    gap: 1.5rem;
  }
  .c-archivetopics__img {
    width: 100%;
  }
  .c-archivetopics__img img {
    height: 28rem;
  }
  .c-archivetopics__text {
    width: 100%;
  }
  .c-archivetopics__text .c-btn {
    text-align: center;
  }
  .c-archivetopics__date {
    font-size: 2rem;
  }
}
.c-singletopics {
  padding: 6rem 0 12rem;
}
.c-singletopics .wp-content h2 {
  font-size: 4.8rem;
  color: var(--c-blue);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.c-singletopics .wp-content p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.c-singletopics .wp-content img {
  display: block;
  margin: 1.5rem auto;
}
.c-singletopics .c-btn.-back {
  margin-top: 9rem;
}

.navigation {
  margin-top: 9rem;
}
.navigation .screen-reader-text {
  display: none;
}

.navigation.pagination {
  text-align: center;
}
.navigation.pagination .nav-links {
  display: inline-flex;
  justify-content: center;
  column-gap: 1rem;
  position: relative;
}
.navigation.pagination .nav-links a {
  color: var(--c-black);
  padding: 1rem;
  text-decoration: underline;
}
.navigation.pagination .nav-links > span {
  padding: 1rem;
  display: inline-block;
}
.navigation.pagination .nav-links .prev, .navigation.pagination .nav-links .next {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.navigation.pagination .nav-links .prev {
  right: calc(100% + 5rem);
  text-decoration: none;
}
.navigation.pagination .nav-links .next {
  left: calc(100% + 5rem);
  text-decoration: none;
}

.u-sp {
  display: none !important;
}

.u-pc {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

@media screen and (max-width: 640px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
  .u-pt-sp-155 {
    padding-top: 15.5rem !important;
  }
  .u-pt-sp-160 {
    padding-top: 16rem !important;
  }
  .u-pt-sp-165 {
    padding-top: 16.5rem !important;
  }
  .u-pt-sp-170 {
    padding-top: 17rem !important;
  }
  .u-pt-sp-175 {
    padding-top: 17.5rem !important;
  }
  .u-pt-sp-180 {
    padding-top: 18rem !important;
  }
  .u-pt-sp-185 {
    padding-top: 18.5rem !important;
  }
  .u-pt-sp-190 {
    padding-top: 19rem !important;
  }
  .u-pt-sp-195 {
    padding-top: 19.5rem !important;
  }
  .u-pt-sp-200 {
    padding-top: 20rem !important;
  }
  .u-pt-sp-205 {
    padding-top: 20.5rem !important;
  }
  .u-pt-sp-210 {
    padding-top: 21rem !important;
  }
  .u-pt-sp-215 {
    padding-top: 21.5rem !important;
  }
  .u-pt-sp-220 {
    padding-top: 22rem !important;
  }
  .u-pt-sp-225 {
    padding-top: 22.5rem !important;
  }
  .u-pt-sp-230 {
    padding-top: 23rem !important;
  }
  .u-pt-sp-235 {
    padding-top: 23.5rem !important;
  }
  .u-pt-sp-240 {
    padding-top: 24rem !important;
  }
  .u-pt-sp-245 {
    padding-top: 24.5rem !important;
  }
  .u-pt-sp-250 {
    padding-top: 25rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

@media screen and (max-width: 640px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
  .u-pb-sp-155 {
    padding-bottom: 15.5rem !important;
  }
  .u-pb-sp-160 {
    padding-bottom: 16rem !important;
  }
  .u-pb-sp-165 {
    padding-bottom: 16.5rem !important;
  }
  .u-pb-sp-170 {
    padding-bottom: 17rem !important;
  }
  .u-pb-sp-175 {
    padding-bottom: 17.5rem !important;
  }
  .u-pb-sp-180 {
    padding-bottom: 18rem !important;
  }
  .u-pb-sp-185 {
    padding-bottom: 18.5rem !important;
  }
  .u-pb-sp-190 {
    padding-bottom: 19rem !important;
  }
  .u-pb-sp-195 {
    padding-bottom: 19.5rem !important;
  }
  .u-pb-sp-200 {
    padding-bottom: 20rem !important;
  }
  .u-pb-sp-205 {
    padding-bottom: 20.5rem !important;
  }
  .u-pb-sp-210 {
    padding-bottom: 21rem !important;
  }
  .u-pb-sp-215 {
    padding-bottom: 21.5rem !important;
  }
  .u-pb-sp-220 {
    padding-bottom: 22rem !important;
  }
  .u-pb-sp-225 {
    padding-bottom: 22.5rem !important;
  }
  .u-pb-sp-230 {
    padding-bottom: 23rem !important;
  }
  .u-pb-sp-235 {
    padding-bottom: 23.5rem !important;
  }
  .u-pb-sp-240 {
    padding-bottom: 24rem !important;
  }
  .u-pb-sp-245 {
    padding-bottom: 24.5rem !important;
  }
  .u-pb-sp-250 {
    padding-bottom: 25rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}

.u-mt-150 {
  margin-top: 15rem !important;
}

@media screen and (max-width: 640px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
  .u-mt-sp-155 {
    margin-top: 15.5rem !important;
  }
  .u-mt-sp-160 {
    margin-top: 16rem !important;
  }
  .u-mt-sp-165 {
    margin-top: 16.5rem !important;
  }
  .u-mt-sp-170 {
    margin-top: 17rem !important;
  }
  .u-mt-sp-175 {
    margin-top: 17.5rem !important;
  }
  .u-mt-sp-180 {
    margin-top: 18rem !important;
  }
  .u-mt-sp-185 {
    margin-top: 18.5rem !important;
  }
  .u-mt-sp-190 {
    margin-top: 19rem !important;
  }
  .u-mt-sp-195 {
    margin-top: 19.5rem !important;
  }
  .u-mt-sp-200 {
    margin-top: 20rem !important;
  }
  .u-mt-sp-205 {
    margin-top: 20.5rem !important;
  }
  .u-mt-sp-210 {
    margin-top: 21rem !important;
  }
  .u-mt-sp-215 {
    margin-top: 21.5rem !important;
  }
  .u-mt-sp-220 {
    margin-top: 22rem !important;
  }
  .u-mt-sp-225 {
    margin-top: 22.5rem !important;
  }
  .u-mt-sp-230 {
    margin-top: 23rem !important;
  }
  .u-mt-sp-235 {
    margin-top: 23.5rem !important;
  }
  .u-mt-sp-240 {
    margin-top: 24rem !important;
  }
  .u-mt-sp-245 {
    margin-top: 24.5rem !important;
  }
  .u-mt-sp-250 {
    margin-top: 25rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

@media screen and (max-width: 640px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
  .u-mb-sp-155 {
    margin-bottom: 15.5rem !important;
  }
  .u-mb-sp-160 {
    margin-bottom: 16rem !important;
  }
  .u-mb-sp-165 {
    margin-bottom: 16.5rem !important;
  }
  .u-mb-sp-170 {
    margin-bottom: 17rem !important;
  }
  .u-mb-sp-175 {
    margin-bottom: 17.5rem !important;
  }
  .u-mb-sp-180 {
    margin-bottom: 18rem !important;
  }
  .u-mb-sp-185 {
    margin-bottom: 18.5rem !important;
  }
  .u-mb-sp-190 {
    margin-bottom: 19rem !important;
  }
  .u-mb-sp-195 {
    margin-bottom: 19.5rem !important;
  }
  .u-mb-sp-200 {
    margin-bottom: 20rem !important;
  }
  .u-mb-sp-205 {
    margin-bottom: 20.5rem !important;
  }
  .u-mb-sp-210 {
    margin-bottom: 21rem !important;
  }
  .u-mb-sp-215 {
    margin-bottom: 21.5rem !important;
  }
  .u-mb-sp-220 {
    margin-bottom: 22rem !important;
  }
  .u-mb-sp-225 {
    margin-bottom: 22.5rem !important;
  }
  .u-mb-sp-230 {
    margin-bottom: 23rem !important;
  }
  .u-mb-sp-235 {
    margin-bottom: 23.5rem !important;
  }
  .u-mb-sp-240 {
    margin-bottom: 24rem !important;
  }
  .u-mb-sp-245 {
    margin-bottom: 24.5rem !important;
  }
  .u-mb-sp-250 {
    margin-bottom: 25rem !important;
  }
}
.u-flex {
  display: flex;
}

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