@keyframes hoverIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0.01);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  }
}
@keyframes hoverOut {
  0% {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(0.01);
  }
}
html {
  -webkit-tap-highlight-color: revert;
  cursor: revert;
  color: #14273e;
  font-weight: 500;
  font-size: 62.5% !important;
  font-family: "Noto Sans JP", sans-serif;
  line-break: normal;
  overflow-wrap: anywhere;
}

.c-body {
  font-size: 1.6rem !important;
  position: relative;
}
.c-body button,
.c-body input,
.c-body select,
.c-body textarea {
  border: 0;
  padding: 0;
}
.c-body button:disabled,
.c-body input:disabled,
.c-body select:disabled,
.c-body textarea:disabled {
  cursor: not-allowed;
}
.c-body button {
  touch-action: manipulation;
}
.c-body button:not(:disabled, [aria-disabled=true]) {
  cursor: pointer;
}
.c-body [hidden][hidden] {
  display: none !important;
}
.c-body a {
  color: currentColor;
  text-decoration: none;
}
.c-body img {
  height: auto;
  max-width: 100%;
}
.c-body *,
.c-body ::after,
.c-body ::before {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.c-breadcrumb {
  max-width: 1050px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}
@media (min-width: 48em) {
  .c-breadcrumb {
    width: calc(100% - 40px);
    padding-left: 0;
  }
}
@media (min-width: 65.625em) {
  .c-breadcrumb {
    width: calc(100% - 80px);
  }
}

.c-breadcrumb__list {
  overflow-x: auto;
  padding: 5px 20px 5px 0;
}
@media (min-width: 48em) {
  .c-breadcrumb__list {
    padding: 5px 0;
  }
}

.c-breadcrumb__item {
  display: inline;
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 16px;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  position: absolute;
  top: 6px;
  left: -14px;
  transform: rotate(45deg);
  border-top: solid 1.5px #0a96d6;
  border-right: solid 1.5px #0a96d6;
  width: 6px;
  height: 6px;
  content: "";
}
.c-breadcrumb__item a,
.c-breadcrumb__item span {
  display: inline-block;
  color: #04327c;
}

.c-breadcrumb__link--current {
  opacity: 0.6;
  pointer-events: none;
}

.c-disclosure__details {
  transition: height 0.5s;
  overflow: hidden;
}

.c-disclosure__details[aria-hidden=true] {
  visibility: hidden;
  transition: height 0.5s, visibility 0.5s 0.5s;
  height: 0;
}

.c-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 25px 20px;
  transition: padding 0.3s, background-color 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
@media (min-width: 48em) {
  .c-header {
    padding: 28px 30px;
  }
}
@media (min-width: 65.625em) {
  .c-header {
    padding: 33px 0;
  }
}
.c-header.is-scroll {
  background-color: #fff;
  padding-block: 11px;
}
@media (min-width: 48em) {
  .c-header.is-scroll {
    padding-block: 18px;
  }
}
.c-header.is-scroll .c-header__menu {
  padding-top: 75px;
}
@media (min-width: 48em) {
  .c-header.is-scroll .c-header__menu {
    padding-top: 80px;
  }
}
@media (min-width: 65.625em) {
  .c-header.is-scroll .c-header__menu {
    padding: 0;
  }
}
@media (min-width: 65.625em) {
  .c-header.is-scroll .c-header__logo {
    width: 125px;
  }
}
@media (min-width: 65.625em) {
  .c-header.is-scroll .c-header__sns-link--facebook {
    width: 22px;
  }
}
@media (min-width: 65.625em) {
  .c-header.is-scroll .c-header__sns-link--x {
    width: 16px;
  }
}
.c-header a {
  color: currentColor;
  text-decoration: none;
}

.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 65.625em) {
  .c-header__inner {
    margin: 0 auto;
    padding-inline: 2.4137931034vw;
  }
}

.c-header__logo {
  position: relative;
  width: 100px;
  display: block;
  z-index: 9999;
  flex-shrink: 0;
  transition: width 0.3s, opacity 0.3s;
}
@media (min-width: 48em) {
  .c-header__logo {
    width: 125px;
  }
}
@media (min-width: 65.625em) {
  .c-header__logo {
    width: clamp(125px, 10.3448275862vw, 150px);
  }
}
@media (min-width: 48em) {
  .c-header__logo:hover {
    opacity: 0.8;
  }
}
.c-header__logo img {
  height: auto;
  max-width: 100%;
}

.c-header__menu-btn {
  width: 25px;
  height: 16px;
  position: relative;
  z-index: 9999;
  background-color: transparent;
  touch-action: manipulation;
  border: 0;
  padding: 0;
}
.c-header__menu-btn:disabled {
  cursor: not-allowed;
}
.c-header__menu-btn:not(:disabled, [aria-disabled=true]) {
  cursor: pointer;
}
@media (min-width: 48em) {
  .c-header__menu-btn {
    width: 28px;
    height: 20px;
  }
}
@media (min-width: 65.625em) {
  .c-header__menu-btn {
    display: none;
  }
}
.c-header__menu-btn span,
.c-header__menu-btn span::before,
.c-header__menu-btn span::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #084a96;
}
.c-header__menu-btn span {
  position: relative;
  transition: background-color 0.3s;
}
.c-header__menu-btn span::before,
.c-header__menu-btn span::after {
  position: absolute;
  content: "";
  transition: transform 0.3s;
}
.c-header__menu-btn span::before {
  top: -7px;
}
.c-header__menu-btn span::after {
  bottom: -7px;
}
.c-header__menu-btn.is-close span {
  background-color: transparent;
}
.c-header__menu-btn.is-close span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-header__menu-btn.is-close span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-header__menu {
  padding: 85px 20px 100px;
  width: 100%;
  inset: 0;
  position: fixed;
  background-color: #e8f1f7;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 48em) {
  .c-header__menu {
    padding: 90px 50px 100px;
  }
}
@media (min-width: 65.625em) {
  .c-header__menu {
    padding: 0;
    position: unset;
    opacity: 1;
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: flex-end;
    background-color: transparent;
  }
}
.c-header__menu.is-show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 65.625em) {
  .c-header__navi-lists {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.0689655172vw, 30px);
  }
}

.c-header__navi-list {
  color: #04327c;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #b4d3ea;
  font-weight: 600;
}
@media (min-width: 65.625em) {
  .c-header__navi-list {
    position: relative;
    border-bottom: 0;
    font-size: clamp(1.2rem, 0.9655172414vw, 1.4rem);
  }
}
@media (min-width: 65.625em) {
  .c-header__navi-list::after {
    position: absolute;
    transition: width 0.3s;
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #0a96d6;
    margin: 0 auto;
  }
}
.c-header__navi-list:hover::after {
  width: 100%;
}
.c-header__navi-list a {
  display: block;
  padding-block: 25px;
  line-height: 1.4285714286;
}
@media (min-width: 65.625em) {
  .c-header__navi-list a {
    padding-block: 6px;
  }
}

.c-header__sns {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
@media (min-width: 65.625em) {
  .c-header__sns {
    margin: 0 0 0 clamp(20px, 2.0689655172vw, 30px);
  }
}

.c-header__sns-link {
  display: block;
  transition: width 0.3s, opacity 0.3s;
}
@media (min-width: 48em) {
  .c-header__sns-link:hover {
    opacity: 0.7;
  }
}

.c-header__sns-link--facebook {
  width: 26px;
}
.c-header__sns-link--facebook img {
  width: 100%;
  height: auto;
}

.c-header__sns-link--x {
  width: 20px;
  margin-left: 16px;
}
.c-header__sns-link--x img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.c-teeth-heading {
  text-align: center;
}

.c-teeth-heading__icon {
  fill: #0a96d6;
  width: 18px;
  height: 20px;
}
@media (min-width: 65.625em) {
  .c-teeth-heading__icon {
    width: 23px;
    height: 26px;
  }
}

.c-teeth-heading__body {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 15px;
  letter-spacing: 0.02em;
  color: #04327c;
}
@media (min-width: 48em) {
  .c-teeth-heading__body {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}
@media (min-width: 65.625em) {
  .c-teeth-heading__body {
    font-size: clamp(2.2rem, 2.6865671642vw, 3.6rem);
  }
}

.c-border-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  color: #008bd5;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #008bd5;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .c-border-heading {
    font-size: 2rem;
  }
}
@media (min-width: 65.625em) {
  .c-border-heading {
    font-size: clamp(2rem, 1.7910447761vw, 2.4rem);
    line-height: 1.5;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
}

.c-simple-heading {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  color: #04327c;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .c-simple-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 65.625em) {
  .c-simple-heading {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}

.c-footer-wrap {
  position: relative;
  background-color: #e8f1f7;
  padding-top: 70px;
  overflow: hidden;
}
.c-body--column .c-footer-wrap {
  background-color: #cae8f8;
}
@media (min-width: 48em) {
  .c-footer-wrap {
    padding-top: 100px;
  }
}
.c-footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4vw;
  width: 108vw;
  height: 100px;
  background-color: #084a96;
  border-radius: 50% 50% 0 0;
}
@media (min-width: 48em) {
  .c-footer-wrap::before {
    width: 108vw;
    left: -4vw;
    height: 27vw;
  }
}
@media (min-width: 65.625em) {
  .c-footer-wrap::before {
    width: 260vw;
    left: -80vw;
    height: 102vw;
  }
}

.c-footer {
  position: relative;
  z-index: 2;
  padding: 0 0 30px;
  background-color: #084a96;
  font-family: "Noto Sans JP", sans-serif;
}

.c-footer__logo-wrap {
  width: 170px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media (min-width: 48em) {
  .c-footer__logo-wrap {
    width: 208px;
  }
}
@media (min-width: 48em) {
  .c-footer__logo-wrap:hover {
    opacity: 0.8;
  }
}

.c-footer__logo {
  padding: 14px 18px;
}
@media (min-width: 48em) {
  .c-footer__logo {
    padding: 17px 23px;
  }
}
.c-footer__logo img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.c-footer__navi-lists {
  margin-top: 36px;
}
@media (min-width: 48em) {
  .c-footer__navi-lists {
    margin: 45px auto 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 622px;
    gap: 20px 25px;
    justify-content: center;
  }
}
@media (min-width: 65.625em) {
  .c-footer__navi-lists {
    max-width: 100%;
  }
}

.c-footer__navi-list {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media (min-width: 65.625em) {
  .c-footer__navi-list {
    font-size: 1.4rem;
  }
}
@media (min-width: 65.625em) {
  .c-footer__navi-list::after {
    position: absolute;
    transition: width 0.3s;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0a96d6;
    margin: 0 auto;
  }
}
.c-footer__navi-list:hover::after {
  width: 100%;
}
.c-footer__navi-list + .c-footer__navi-list {
  margin-top: 12px;
}
@media (min-width: 48em) {
  .c-footer__navi-list + .c-footer__navi-list {
    margin-top: 0;
  }
}
.c-footer__navi-list a {
  display: block;
  padding-block: 4px;
  line-height: 1.4285714286;
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 48em) {
  .c-footer__navi-list a {
    padding-block: 0 6px;
  }
}

.c-footer__sns {
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 65.625em) {
  .c-footer__sns {
    margin-top: 30px;
  }
}

.c-footer__sns-link {
  transition: opacity 0.3s;
}
@media (min-width: 48em) {
  .c-footer__sns-link:hover {
    opacity: 0.8;
  }
}
.c-footer__sns-link img {
  vertical-align: bottom;
}

.c-footer__sns-link--facebook {
  width: 26px;
}

.c-footer__sns-link--x {
  width: 20px;
  margin-left: 20px;
}

.c-footer__banners {
  margin-top: 35px;
}
@media (min-width: 48em) {
  .c-footer__banners {
    margin-top: 46px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}

.c-footer__banner {
  width: 230px;
  margin-inline: auto;
  display: flex;
  overflow: hidden;
  justify-content: center;
  border-radius: 10px;
  transition: opacity 0.3s;
  background-color: #fff;
}
@media (min-width: 48em) {
  .c-footer__banner {
    width: 210px;
    margin-inline: 0;
  }
}
.c-footer__banner + .c-footer__banner {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .c-footer__banner + .c-footer__banner {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .c-footer__banner:hover {
    opacity: 0.8;
  }
}
.c-footer__banner img {
  height: 68px;
  vertical-align: bottom;
}

.c-footer__copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  opacity: 0.5;
  margin-top: 33px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .c-footer__copyright {
    font-size: 1.1rem;
  }
}

.c-main {
  position: relative;
  background-color: #e8f1f7;
}

.c-mv {
  position: relative;
  padding-top: 105px;
  z-index: 2;
  margin-bottom: 15px;
}
@media (min-width: 48em) {
  .c-mv {
    padding-top: 126px;
  }
}
@media (min-width: 65.625em) {
  .c-mv {
    margin-bottom: 10px;
  }
}

.c-mv__container {
  width: calc(100% - 30px);
  margin: auto;
  position: relative;
  max-width: 1370px;
}
@media (min-width: 65.625em) {
  .c-mv__container {
    width: calc(100% - 80px);
  }
}

.c-mv__bg {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}
.c-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mv__bg--overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 43, 74, 0.4);
}

.c-mv__heading {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  text-align: center;
}

.c-mv__en-heading {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 48em) {
  .c-mv__en-heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 65.625em) {
  .c-mv__en-heading {
    font-size: clamp(1.5rem, 1.3432835821vw, 1.8rem);
  }
}

.c-mv__ja-heading {
  display: block;
  margin-top: 8px;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 48em) {
  .c-mv__ja-heading {
    font-size: 2.8rem;
  }
}
@media (min-width: 65.625em) {
  .c-mv__ja-heading {
    font-size: clamp(2.8rem, 3.1343283582vw, 4.2rem);
  }
}

.c-pagetop {
  display: block;
  width: 45px;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 48em) {
  .c-pagetop {
    width: 65px;
    right: 20px;
  }
}
@media (min-width: 65.625em) {
  .c-pagetop:hover img {
    opacity: 0;
  }
}
@media (min-width: 65.625em) {
  .c-pagetop:hover::after {
    opacity: 1;
  }
}
.c-pagetop img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 65.625em) {
  .c-pagetop img {
    transition: opacity 0.3s;
  }
}
@media (min-width: 65.625em) {
  .c-pagetop::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 70px;
    background-image: url("/assets/images/common/pagetop_hover.png");
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s;
  }
}

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

.u-d-inline {
  display: inline !important;
}

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

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

.u-d-grid {
  display: grid !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 48em) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-grid {
    display: grid !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 65.625em) {
  .u-d-wd-none {
    display: none !important;
  }
  .u-d-wd-inline {
    display: inline !important;
  }
  .u-d-wd-inline-block {
    display: inline-block !important;
  }
  .u-d-wd-block {
    display: block !important;
  }
  .u-d-wd-grid {
    display: grid !important;
  }
  .u-d-wd-table {
    display: table !important;
  }
  .u-d-wd-table-row {
    display: table-row !important;
  }
  .u-d-wd-table-cell {
    display: table-cell !important;
  }
  .u-d-wd-flex {
    display: flex !important;
  }
  .u-d-wd-inline-flex {
    display: inline-flex !important;
  }
}
.mt-0 {
  margin-top: 0px;
}

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

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

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

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

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

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

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

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

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

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

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (min-width: 48em) {
  .mt-md-0 {
    margin-top: 0px;
  }
}
@media (min-width: 48em) {
  .mb-md-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 48em) {
  .mt-md-5 {
    margin-top: 5px;
  }
}
@media (min-width: 48em) {
  .mb-md-5 {
    margin-bottom: 5px;
  }
}
@media (min-width: 48em) {
  .mt-md-10 {
    margin-top: 10px;
  }
}
@media (min-width: 48em) {
  .mb-md-10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 48em) {
  .mt-md-15 {
    margin-top: 15px;
  }
}
@media (min-width: 48em) {
  .mb-md-15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 48em) {
  .mt-md-20 {
    margin-top: 20px;
  }
}
@media (min-width: 48em) {
  .mb-md-20 {
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .mt-md-25 {
    margin-top: 25px;
  }
}
@media (min-width: 48em) {
  .mb-md-25 {
    margin-bottom: 25px;
  }
}
@media (min-width: 48em) {
  .mt-md-30 {
    margin-top: 30px;
  }
}
@media (min-width: 48em) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 48em) {
  .mt-md-35 {
    margin-top: 35px;
  }
}
@media (min-width: 48em) {
  .mb-md-35 {
    margin-bottom: 35px;
  }
}
@media (min-width: 48em) {
  .mt-md-40 {
    margin-top: 40px;
  }
}
@media (min-width: 48em) {
  .mb-md-40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 48em) {
  .mt-md-45 {
    margin-top: 45px;
  }
}
@media (min-width: 48em) {
  .mb-md-45 {
    margin-bottom: 45px;
  }
}
@media (min-width: 48em) {
  .mt-md-50 {
    margin-top: 50px;
  }
}
@media (min-width: 48em) {
  .mb-md-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 48em) {
  .mt-md-55 {
    margin-top: 55px;
  }
}
@media (min-width: 48em) {
  .mb-md-55 {
    margin-bottom: 55px;
  }
}
@media (min-width: 48em) {
  .mt-md-60 {
    margin-top: 60px;
  }
}
@media (min-width: 48em) {
  .mb-md-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 48em) {
  .mt-md-65 {
    margin-top: 65px;
  }
}
@media (min-width: 48em) {
  .mb-md-65 {
    margin-bottom: 65px;
  }
}
@media (min-width: 48em) {
  .mt-md-70 {
    margin-top: 70px;
  }
}
@media (min-width: 48em) {
  .mb-md-70 {
    margin-bottom: 70px;
  }
}
@media (min-width: 48em) {
  .mt-md-75 {
    margin-top: 75px;
  }
}
@media (min-width: 48em) {
  .mb-md-75 {
    margin-bottom: 75px;
  }
}
@media (min-width: 48em) {
  .mt-md-80 {
    margin-top: 80px;
  }
}
@media (min-width: 48em) {
  .mb-md-80 {
    margin-bottom: 80px;
  }
}
@media (min-width: 48em) {
  .mt-md-85 {
    margin-top: 85px;
  }
}
@media (min-width: 48em) {
  .mb-md-85 {
    margin-bottom: 85px;
  }
}
@media (min-width: 48em) {
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 48em) {
  .mb-md-90 {
    margin-bottom: 90px;
  }
}
@media (min-width: 48em) {
  .mt-md-95 {
    margin-top: 95px;
  }
}
@media (min-width: 48em) {
  .mb-md-95 {
    margin-bottom: 95px;
  }
}
@media (min-width: 48em) {
  .mt-md-100 {
    margin-top: 100px;
  }
}
@media (min-width: 48em) {
  .mb-md-100 {
    margin-bottom: 100px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-0 {
    margin-top: 0px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-5 {
    margin-top: 5px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-5 {
    margin-bottom: 5px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-10 {
    margin-top: 10px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-10 {
    margin-bottom: 10px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-15 {
    margin-top: 15px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-20 {
    margin-top: 20px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-20 {
    margin-bottom: 20px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-25 {
    margin-top: 25px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-25 {
    margin-bottom: 25px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-30 {
    margin-top: 30px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-35 {
    margin-top: 35px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-35 {
    margin-bottom: 35px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-40 {
    margin-top: 40px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-45 {
    margin-top: 45px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-45 {
    margin-bottom: 45px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-50 {
    margin-top: 50px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-50 {
    margin-bottom: 50px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-55 {
    margin-top: 55px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-55 {
    margin-bottom: 55px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-60 {
    margin-top: 60px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-65 {
    margin-top: 65px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-65 {
    margin-bottom: 65px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-70 {
    margin-top: 70px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-70 {
    margin-bottom: 70px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-75 {
    margin-top: 75px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-75 {
    margin-bottom: 75px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-80 {
    margin-top: 80px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-80 {
    margin-bottom: 80px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-85 {
    margin-top: 85px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-85 {
    margin-bottom: 85px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-90 {
    margin-top: 90px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-90 {
    margin-bottom: 90px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-95 {
    margin-top: 95px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-95 {
    margin-bottom: 95px;
  }
}
@media (min-width: 65.625em) {
  .mt-wd-100 {
    margin-top: 100px;
  }
}
@media (min-width: 65.625em) {
  .mb-wd-100 {
    margin-bottom: 100px;
  }
}
.u-visually-hidden-focusable:not(:focus, :focus-within) {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  visibility: visible !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none !important;
  background-color: transparent !important;
}

.u-visually-hidden {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  visibility: visible !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  pointer-events: none !important;
  background-color: transparent !important;
}