@charset "UTF-8";
/*!
Theme Name: nihon-forum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

stylecreates is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
  margin: 0 0 2px 10px;
  padding: 4px;
}

img.alignleft {
  display: inline;
  margin: 0 10px 2px 0;
  padding: 4px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/**
 * ViewportScale v0.2.2
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*
 .hoge {
  z-index: map-get($layer, "header");
}
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  margin: 0;
  padding: 0;
}

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

main {
  display: block;
}

:root {
  --space-xxxs: .4rem;
  --space-xxs: 1rem;
  --space-xs: 1.6rem;
  --space-sm: 2rem;
  --space-md: 2.4rem;
  --space-lg: 3.2rem;
  --space-xl: 4rem;
  --space-xxl: 8rem;
  --space-xxxl: 4.8rem;
  --space-10: .8rem;
  --space-20: 1.2rem;
  --space-30: 2rem;
  --space-40: 3.2rem;
  --space-50: 4rem;
  --space-60: 5rem;
  --space-70: 6rem;
  --space-80: 7rem;
  --space-90: 8rem;
  --space-100: 8rem;
  --space-200: 10rem;
  --space-240: 12rem;
  --space-8: .6rem;
  --space-12: .7rem;
  --space-14: .8rem;
  --space-16: 1rem;
  --space-24: 1.6rem;
  --space-32: 2.4rem;
  --space-36: 2.8rem;
  --space-44: 3.6rem;
  --space-48: 4rem;
  --space-56: 4.8rem;
  --space-64: 5.4rem;
  --space-72: 6.4rem;
}
@media screen and (min-width: 768px) {
  :root {
    --space-xxxs: .8rem;
    --space-xxs: 1.6rem;
    --space-xs: 2.4rem;
    --space-sm: 3.2rem;
    --space-md: 4rem;
    --space-lg: 5.6rem;
    --space-xl: 6.4rem;
    --space-xxl: 10rem;
    --space-xxxl: 12.8rem;
    --space-10: 1rem;
    --space-20: 2rem;
    --space-30: 3rem;
    --space-36: 3.6rem;
    --space-40: 4rem;
    --space-50: 5rem;
    --space-60: 6rem;
    --space-70: 7rem;
    --space-80: 8rem;
    --space-90: 9rem;
    --space-100: 10rem;
    --space-200: 20rem;
    --space-240: 24rem;
    --space-8: .8rem;
    --space-12: 1.2rem;
    --space-14: 1.4rem;
    --space-16: 1.6rem;
    --space-24: 2.4rem;
    --space-32: 3.2rem;
    --space-40: 4rem;
    --space-44: 4.4rem;
    --space-48: 4.8rem;
    --space-56: 5.6rem;
    --space-64: 6.4rem;
    --space-72: 7.2rem;
    --space-xxxs: .4rem;
    --space-xxs: 1rem;
    --space-xs: 1.6rem;
    --space-sm: 2rem;
    --space-md: 2.4rem;
    --space-lg: 3.2rem;
    --space-xl: 10rem;
    --space-xxl: 12rem;
    --space-xxxl: 14rem;
  }
}

/* Roboto-700 */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/webfonts/Roboto-Bold.woff") format("woff");
}
html {
  color: #121212;
  font-size: 62.5%;
}

body:not(br) {
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  body:not(br) {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.l-content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-width, 1236px);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .l-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.l-content--sm {
  --content-width: 852px;
}
.l-content--lg {
  --content-width: 1044px;
}
.l-content--has-column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .l-content--has-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 10rem;
  }
}

.l-content__main.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}

.l-content__side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 min(272px, 24%);
  flex: 0 0 min(272px, 24%);
  padding-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .l-content__side {
    margin-left: 1.2rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .l-content__inner {
    width: 91%;
  }
}
.l-content__inner--reverse {
  margin-left: auto;
  margin-right: 0;
}

.l-header {
  -webkit-transition-duration: 0.4s;
  background: #fff;
  height: 80px;
  left: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  position: fixed;
  top: 0;
  transition-duration: 0.4s;
  width: 100%;
  z-index: 120;
}
@media screen and (min-width: 1236px) {
  .l-header {
    height: 100px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.l-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-header__logo {
  width: 154px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 186px;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1236px) {
  .l-header__hamburger.c-hamburger {
    display: none;
  }
}

body.is-drawerActive .l-header {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0);
  background-color: transparent;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0);
}
body.is-drawerActive .l-header__logo {
  visibility: hidden;
}

.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  background-color: #fff;
  display: block;
  flex: 1;
  overflow: clip;
  width: 100%;
}

.c-drawer + .l-main {
  margin-top: 80px;
}
@media screen and (min-width: 1236px) {
  .c-drawer + .l-main {
    margin-top: 100px;
  }
}

.l-main__full-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.l-sidebar {
  background-color: #FFF4B7;
  height: 100%;
  max-width: 400px;
  padding: 3.2rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    padding: 1.6rem 1.6rem 4.4rem;
  }
}

.l-sidebar__cat-list {
  font-size: 1.4rem;
  list-style: disc;
  padding-left: 1.5em;
}

.l-sidebar__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.l-sidebar__list.p-cards {
  gap: 1.6rem 0;
}

.l-sidebar__card.p-card {
  row-gap: 1rem;
}

.l-sidebar__item-title.p-card__title {
  color: #121212;
  font-size: 1.4rem;
  font-weight: normal;
}

.l-sidebar .p-card__img-wrapper {
  border-radius: 8px;
  position: relative;
}
.l-sidebar .p-card__img-wrapper::before {
  content: "";
  float: left;
  padding-top: 55.9322033898%;
}
.l-sidebar .p-card__img-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.l-sidebar .p-card__img-wrapper > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-sidebar__item-body.p-media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4%;
  margin-top: 0;
}

.l-sidebar__item-text.p-media__text {
  font-size: max(1.2rem, min(1.0113207547rem + 0.3144654088vw, 1.4rem));
  font-size: clamp(1.2rem, 1.0113207547rem + 0.3144654088vw, 1.4rem);
}

.l-site-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.c-breadcrumbs {
  font-size: 1.4rem;
}
.c-breadcrumbs a {
  color: #115FFB;
}

.c-breadcrumbs__inner {
  display: table;
  padding-bottom: 3.2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__inner {
    padding-bottom: 4.8rem;
  }
}

.c-drawer + .c-breadcrumbs {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .c-drawer + .c-breadcrumbs {
    margin-top: 100px;
  }
}

.c-comming-soon-text {
  text-align: center;
}

.c-level1-heading__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.2rem 0;
}
@media screen and (min-width: 768px) {
  .c-level1-heading__wrapper {
    height: 336px;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .c-level1-heading__wrapper {
    min-height: 332px;
  }
}

.c-level1-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-level1-heading {
    gap: 2rem;
  }
}
.c-level1-heading::after {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  background-color: currentColor;
  content: "";
  display: block;
  height: 4px;
  order: 1;
  width: 64px;
}
.c-level1-heading .main {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
}
@media screen and (min-width: 768px) {
  .c-level1-heading .main {
    font-size: 10rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-level1-heading .main {
    line-height: 1;
    word-break: break-word;
  }
}
.c-level1-heading .sub {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  font-size: 2.4rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .c-level1-heading .sub {
    font-size: 3.2rem;
  }
}

.c-level2-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-level2-heading {
    gap: 2rem;
    margin-bottom: 2.8rem;
  }
}
.c-level2-heading .main {
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-level2-heading .main {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .c-level2-heading .main {
    word-break: break-word;
  }
}
.c-level2-heading .sub {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c-level2-heading .sub {
    font-size: 2.8rem;
  }
}

.c-thanks-heading {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-thanks-heading {
    font-size: 2.8rem;
    margin-bottom: 3.4rem;
  }
}

.c-fill-bkg-heading {
  background-color: #CCE5F6;
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
  padding: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-fill-bkg-heading {
    font-size: 3.2rem;
    padding: 2rem;
  }
}

.c-label {
  background-color: #fff;
  color: #CCE5F6;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.2rem 1rem;
}
.c-label--fill {
  background-color: #CCE5F6;
  color: #fff;
}

.c-link--arrow-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  gap: 0.6rem;
  min-height: 32px;
  padding-right: 1.2rem;
  position: relative;
}
.c-link--arrow-right::before {
  -webkit-transform: translateY(-50%);
  background-color: #007DD1;
  border-radius: 50%;
  content: "";
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.c-link--arrow-right::after {
  -webkit-transform: skew(45deg);
  -webkit-transition-duration: 0.2s;
  border-bottom: 1px solid #121212;
  border-right: 1px solid #121212;
  content: "";
  display: block;
  height: 9px;
  transform: skew(45deg);
  transition-duration: 0.2s;
  width: 46px;
}
.c-link--arrow-right:hover::after {
  width: 54px;
}

.c-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 4.8rem;
  }
}

.c-pagination__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
}

.c-pagination__item + .c-pagination__item {
  margin-left: 1rem;
}

.notNumbering.c-pagination__item,
.c-pagination__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #CCE5F6;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}

.c-pagination__item.current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #121212;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}

.c-pagination__prev > a,
.c-pagination__next > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 3rem;
}

.c-pagination__prev {
  left: -4rem;
  position: absolute;
  top: 0;
}

.c-pagination__next {
  position: absolute;
  right: -4rem;
  top: 0;
}

.navigation.post-navigation {
  border-top: 1px solid #808080;
  font-size: 1.4rem;
  margin-top: 3.2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .navigation.post-navigation {
    margin-top: 4.8rem;
    padding-top: 2.4rem;
  }
}
.navigation.post-navigation .screen-reader-text {
  display: none;
}
.navigation.post-navigation .nav-links::after {
  clear: both;
  content: "";
  display: block;
}
.navigation.post-navigation .nav-previous {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.navigation.post-navigation .nav-next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.pager_nav .pre {
  float: left;
}
.pager_nav .next {
  float: right;
}

.c-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.c-button__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-button__icon img {
  display: block;
  height: auto;
  max-width: 100%;
}

.c-button--arrow-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 1.6rem;
  overflow: hidden;
  padding: 0.8rem 0;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.c-button--arrow-right::before {
  -webkit-transition-duration: 0.2s;
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 18, 18, 0.8)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0.8) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(18, 18, 18, 0.8) 0%, transparent 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  width: 100%;
}
.c-button--arrow-right::after {
  background-image: url(assets/img/dst/common/icon-arrow-right-w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}
.c-button--arrow-right:hover {
  background-color: transparent;
  color: #CCE5F6;
}
.c-button--arrow-right:hover::before {
  left: 0;
}
.c-button--arrow-right:hover::after {
  background-image: url(assets/img/dst/common/icon-arrow-right.png);
}
.c-button--arrow-right .text {
  position: relative;
}
.c-button--icon-left {
  background-color: #fff;
  border: 1px solid #121212;
  gap: 0.4rem;
  padding: 0.8rem 3.2rem;
  white-space: nowrap;
}
.c-button--icon-left i {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 4px;
}
.c-button--icon-left .c-button__label {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-scroll-button .c-mobile-nav {
    width: calc(100% - 4px);
  }
}
@media screen and (max-width: 767px) {
  .c-scroll-button .c-mobile-nav__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-scroll-button .c-mobile-nav__button .c-button__icon {
    margin-right: 0.4rem;
  }
}

.c-hamburger {
  -webkit-box-shadow: 0 0 2rem transparent;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 2rem transparent;
  display: block;
  height: 32px;
  outline: none;
  transition: all 0.3s ease-in-out;
  width: 40px;
  z-index: 100;
}
.c-hamburger__bar {
  -webkit-transition: inherit;
  background-color: #007DD1;
  display: block;
  height: 4px;
  position: relative;
  transition: inherit;
  width: 40px;
}
.c-hamburger__bar:before, .c-hamburger__bar:after {
  -webkit-transition: inherit;
  background-color: #007DD1;
  background-color: inherit;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: inherit;
  width: 40px;
}
.c-hamburger__bar:before {
  top: -14px;
}
.c-hamburger__bar:after {
  top: 14px;
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar:before, .c-hamburger[aria-expanded=true] > .c-hamburger__bar:after {
  background-color: #007DD1;
  top: 0;
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger[aria-expanded=true] > .c-hamburger__bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-scroll-button {
  background-color: #000;
  border: 1px solid #fff;
  bottom: 114px;
  height: 40px;
  position: fixed;
  right: 16px;
  width: 40px;
  z-index: 30;
}
@media screen and (min-width: 992px) {
  .c-scroll-button {
    bottom: 90px;
    right: 50px;
  }
}
.c-scroll-button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-scroll-button::after {
  -webkit-transform: rotate(45deg);
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 18px;
  left: 10px;
  position: absolute;
  top: 15px;
  transform: rotate(45deg);
  width: 18px;
}

.c-drawer {
  background: #CCE5F6;
  bottom: 0;
  display: none;
  height: 100%;
  overflow-y: scroll;
  padding: 8.6rem 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 40;
}

.c-drawer__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.c-drawer__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  width: 100%;
}

.c-drawer__subitem {
  padding: 0;
}

.c-drawer .fa-chevron-down {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-drawer .active .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-drawer__item-title {
  display: block;
  padding-bottom: 0.8rem;
}

.c-drawer__child-list {
  margin: -0.6rem -1rem;
  padding-top: 0.8rem;
}

.c-drawer__child-item {
  font-size: max(1.2rem, min(1.0113207547rem + 0.3144654088vw, 1.4rem));
  font-size: clamp(1.2rem, 1.0113207547rem + 0.3144654088vw, 1.4rem);
  font-weight: normal;
  padding: 0.6rem 1rem;
}

.c-drawer .c-drawer__item-title__subtitle .c-drawer__sublist {
  display: none;
  position: unset;
}

@media screen and (min-width: 768px) {
  .c-drawer__sublist_sp .c-drawer__sublist_sp {
    display: none !important;
  }
}

.c-mobile-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  justify-content: center;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 30;
}

@media screen and (min-width: 1236px) {
  .c-mobile-nav {
    display: none !important;
  }
}

.c-mobile-nav__button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.c-mobile-nav__button--phone {
  background-color: #121212;
  color: #fff;
}
.c-mobile-nav__button--phone .c-button__label {
  font-size: 1.8rem;
}

.c-gnav {
  display: none;
}

@media screen and (min-width: 1236px) {
  .c-gnav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.c-gnav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  padding: 0 2.4rem;
}

.c-gnav__item > a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

.c-gnav__subitem {
  padding: 0;
  position: relative;
}
.c-gnav__subitem > a:hover .c-drawer__sublis, .c-gnav__subitem > a:hover .c-drawer__subitem + a.c-drawer__item-title {
  display: block;
}

.fa-chevron-down {
  margin-left: 4px;
}
.fa-chevron-down::before {
  font-size: 1.2rem;
}

.c-drawer__sublist {
  display: none;
}

@media screen and (min-width: 1236px) {
  .c-drawer__sublist {
    background: #CCE5F6;
    height: 98px;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 25px;
    width: 298px;
  }
}
@media screen and (min-width: 768px) {
  .c-drawer__subitem {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-drawer__subitem .c-drawer__item-title {
  font-size: 1.4rem;
  padding-bottom: 0;
  text-align: center;
}

.c-drawer__subitem .c-drawer__item-title:first-child {
  padding-bottom: 10px;
}

.c-gnav__button--phone {
  background-color: #121212;
  color: #fff;
  cursor: auto;
  padding: 0.8rem 2.4rem;
}
.c-gnav__button--phone .c-button__label {
  font-size: 1.8rem;
}

.c-gnav__button + .c-gnav__button {
  margin-left: 1.6rem;
}

.p-before-after {
  display: -ms-grid;
  display: grid;
  gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-before-after {
    -ms-grid-columns: 1fr 88px 1fr;
    grid-template-columns: 1fr 88px 1fr;
  }
}

.p-before-after__before,
.p-before-after__arrow,
.p-before-after__after {
  -ms-grid-rows: subgrid;
  -ms-grid-row-span: 2;
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  grid-row: span 2;
  grid-template-rows: subgrid;
}

.p-before-after__img-wrapper {
  aspect-ratio: 524/349;
  position: relative;
  width: 100%;
}

.p-before-after__img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-before-after__label {
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  position: relative;
  text-align: center;
  width: 124px;
  z-index: 1;
}
.p-before-after__label--before {
  background-color: #121212;
}
.p-before-after__label--after {
  background-color: #007DD1;
}

.p-before-after__arrow::before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  -ms-grid-column-align: center;
  align-self: center;
  background-color: #121212;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  height: 48px;
  justify-self: center;
  width: 32px;
}

.p-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  row-gap: 1.4rem;
  width: 100%;
}

.p-card-grid {
  -ms-grid-rows: subgrid;
  display: -ms-grid;
  display: grid;
  gap: 1.2rem;
  grid-template-rows: subgrid;
}
.p-card-grid--row2 {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.p-card-grid--row3 {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.p-card-grid--row4 {
  -ms-grid-row-span: 4;
  grid-row: span 4;
}
.p-card-grid--row5 {
  -ms-grid-row-span: 5;
  grid-row: span 5;
}

.p-card__img-wrapper {
  aspect-ratio: 368/246;
  display: block;
  overflow: hidden;
  width: 100%;
}
.p-card__img-wrapper--round {
  border: 1px solid #D0D0D0;
  border-radius: 16px;
}
.p-card__img-wrapper--square {
  position: relative;
}
.p-card__img-wrapper--square::before {
  content: "";
  float: left;
  padding-top: 100%;
}
.p-card__img-wrapper--square::after {
  clear: both;
  content: "";
  display: block;
}
.p-card__img-wrapper--square > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-card__img-wrapper--square .p-card__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-card__img,
.p-card__img-wrapper img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-card__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 1.2rem;
}

.p-card__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

.p-card__summary--1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.p-card__summary--2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.p-card__summary--3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.p-card__summary--4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
}

.p-card__date {
  font-size: 1.6rem;
}

.p-card__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
}
.p-card__text a {
  color: #115FFB;
  text-decoration: underline;
}

.p-card__text + .p-card__text {
  margin-top: var(--space-8);
}
.p-card__text + .p-card__text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.p-card__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -ms-flex-wrap: wrap;
  align-items: center;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}

.p-card__labels {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  -ms-flex-wrap: wrap;
  align-items: center;
  column-gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}

.p-card__label {
  background-color: #006A67;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.4rem 1.6rem;
}

.p-cards {
  display: -ms-grid;
  display: grid;
  gap: 3.2rem 1.6rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cards {
    gap: 3.2rem 1.6rem;
  }
}

.p-cards--col1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col1-sm {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col1-md {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col1-lg {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col1-xl {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.p-cards--col2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col2-sm {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col2-md {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col2-lg {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col2-xl {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.p-cards--col3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col3-sm {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col3-md {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col3-lg {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col3-xl {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-cards--col4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col4-sm {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col4-md {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col4-lg {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col4-xl {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.p-cards--col5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col5-sm {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col5-md {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col5-lg {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col5-xl {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.p-cards--col6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col6-sm {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col6-md {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col6-lg {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col6-xl {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.p-cards--col7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col7-sm {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col7-md {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col7-lg {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col7-xl {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.p-cards--col8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col8-sm {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col8-md {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col8-lg {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col8-xl {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.p-cards--col9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col9-sm {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col9-md {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col9-lg {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col9-xl {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.p-cards--col10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

@media screen and (min-width: 544px) {
  .p-cards--col10-sm {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media screen and (min-width: 768px) {
  .p-cards--col10-md {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media screen and (min-width: 992px) {
  .p-cards--col10-lg {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1236px) {
  .p-cards--col10-xl {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.p-cards__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-cards__more {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: var(--space-40);
}

.p-cards__none {
  margin-top: 3rem;
  text-align: center;
}

.p-categories__wrapper {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  padding: 1rem 0;
}

.p-categories__title {
  color: #CCE5F6;
  margin-bottom: 0.8rem;
}

.p-categories {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  -ms-grid-columns: (1fr)[2];
  column-gap: 1rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-categories {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-categories {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-categories {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1236px) {
  .p-categories {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .p-categories {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-categories__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #D0D0D0;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  padding: 0.4rem 1rem;
}

.p-categories__link.current {
  background-color: #006A67;
  color: #fff;
}

.p-column-archive__title.c-level1-heading {
  background-color: #006A67;
}

.p-column-archive__posts-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-column-archive__posts-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.p-column-single__button,
.p-column-single__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-cta {
  background: #121212;
  color: #fff;
  padding-bottom: 2rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}

.p-cta__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-cta__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-cta__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    gap: 2rem;
    margin-bottom: 2.8rem;
  }
}
.p-cta__title .main {
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cta__title .main {
    font-size: 10rem;
  }
}
.p-cta__title .sub {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title .sub {
    font-size: 2.8rem;
  }
}

.p-cta__cards {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .p-cta__cards {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 465px;
    flex: 0 1 465px;
  }
}

.p-cta__card + .p-cta__card {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-cta__card + .p-cta__card {
    margin-top: 2rem;
  }
}

.p-cta__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  container-type: inline-size;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
}
.p-cta__card i {
  font-size: 3.2rem;
  line-height: 1;
}

.p-cta__item-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.p-cta__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.p-cta__contents .text {
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.p-cta__contents .num {
  font-family: "Roboto", sans-serif;
}

.p-cta__note {
  font-size: 1.4rem;
}

@container (min-width: 310px) {
  .p-cta__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@container (min-width: 360px) {
  .p-cta__item i {
    font-size: 4rem;
  }

  .p-cta__item-title {
    font-size: 1.8rem;
  }

  .p-cta__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 4rem;
  }

  .p-cta__note {
    font-size: 1.6rem;
  }
}
/*cta2*/
.p-cta.p-cta--2 .p-cta__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-cta.p-cta--2 .p-cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-cta.p-cta--2 .p-cta__inner .p-cta__item.p-cta__item--phone {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta.p-cta--2 .p-cta__inner .p-cta__item.p-cta__item--phone {
    max-width: 56rem;
  }
}

.p-cta {
  background: #121212;
  color: #fff;
  padding-bottom: 2rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
}

.p-cta__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-cta__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-cta__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    gap: 2rem;
    margin-bottom: 2.8rem;
  }
}
.p-cta__title .main {
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-cta__title .main {
    font-size: 10rem;
  }
}
.p-cta__title .sub {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-cta__title .sub {
    font-size: 2.8rem;
  }
}

.p-cta__cards {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .p-cta__cards {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 465px;
    flex: 0 1 465px;
  }
}

.p-cta__card + .p-cta__card {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-cta__card + .p-cta__card {
    margin-top: 2rem;
  }
}

.p-cta__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  container-type: inline-size;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
}
.p-cta__card i {
  font-size: 3.2rem;
  line-height: 1;
}

.p-cta__item-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.p-cta__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.p-cta__contents .text {
  text-align: center;
}

.p-cta__note {
  font-size: 1.4rem;
}

@container (min-width: 310px) {
  .p-cta__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@container (min-width: 360px) {
  .p-cta__item i {
    font-size: 4rem;
  }

  .p-cta__item-title {
    font-size: 1.8rem;
  }

  .p-cta__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 4rem;
  }

  .p-cta__note {
    font-size: 1.6rem;
  }
}
/*cta2*/
.p-page-contact .p-section.p-section--last {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact .p-section.p-section--last {
    margin-top: 3.2rem;
  }
}
.p-page-contact .wp-block-code code {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 2.4rem;
}

.p-page-contact h2.c-level1-heading .main, .cta2-content h2.c-level1-heading .main {
  border-bottom: 1px solid #B8B8B8;
  color: #121212;
  font-size: 3.2rem;
  line-height: 1.725;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-contact h2.c-level1-heading .main, .cta2-content h2.c-level1-heading .main {
    font-size: 4rem;
  }
}
.p-page-contact h2.c-level1-heading .main::before, .cta2-content h2.c-level1-heading .main::before {
  background: #007DD1;
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  width: 32rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact h2.c-level1-heading .main::before, .cta2-content h2.c-level1-heading .main::before {
    width: 40rem;
  }
}

.p-cta.p-cta--2 {
  background: #fff;
  color: #121212;
  padding: 0 !important;
}
.p-cta.p-cta--2 .p-cta__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-cta.p-cta--2 .p-cta__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-cta.p-cta--2 .p-cta__inner .p-cta__item, .p-cta.p-cta--2 .p-cta__inner .p-cta__card--mail {
  background: #D0D0D0;
  text-align: center;
}
.p-cta.p-cta--2 .p-cta__inner .p-cta__item.p-cta__item--phone, .p-cta.p-cta--2 .p-cta__inner .p-cta__card--mail {
  max-width: 100%;
  padding: 3.2rem 2rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-cta.p-cta--2 .p-cta__inner .p-cta__item.p-cta__item--phone, .p-cta.p-cta--2 .p-cta__inner .p-cta__card--mail {
    padding: 3.8rem 11rem 4.2rem;
    width: 48rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .p-cta.p-cta--2 .p-cta__inner .p-cta__item.p-cta__item--phone, .p-cta.p-cta--2 .p-cta__inner .p-cta__card--mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 3.8rem 8rem 4.2rem;
    width: 100%;
  }
}
@media screen and (min-width: 1236px) {
  .p-cta.p-cta--2 .p-cta__inner .p-cta__item.p-cta__item--phone, .p-cta.p-cta--2 .p-cta__inner .p-cta__card--mail {
    padding: 3.8rem 12.1rem 4.2rem;
    width: 56rem;
  }
}
.p-cta.p-cta--2 .p-cta__inner .p-cta__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cta.p-cta--2 {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta.p-cta--2 {
    margin-bottom: 6.4rem;
  }
}

.cta2-content h2.c-level1-heading {
  gap: 0;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .cta2-content h2.c-level1-heading {
    margin-bottom: 4rem;
  }
}
.cta2-content h2.c-level1-heading::after {
  display: none;
}

.p-f-map {
  background-color: #CCE5F6;
  padding-bottom: 2.4rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-f-map {
    padding-bottom: 5.6rem;
    padding-top: 5.6rem;
  }
}

.p-f-map__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 992px) {
  .p-f-map__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: min(11%, 126px);
  }
}

.p-f-map__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 0.8rem;
}
.p-f-map__title .main {
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
}
.p-f-map__title .sub {
  font-size: 2.4rem;
}

.p-f-map__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-f-map__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  border-bottom: 1px solid #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 2rem;
  }
}

.p-f-map__item:not(:first-of-type) {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-f-map__item:not(:first-of-type) {
    padding-top: 2rem;
  }
}

.p-f-map__item-title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-f-map__item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
  }
}

a.p-f-map__item-title:hover {
  color: #454545;
}

.p-f-map__child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-f-map__child-list.sp-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-f-map__child-list.sp-flex-wrap-business {
    row-gap: normal;
  }
  .p-f-map__child-list.sp-flex-wrap-business:first-child, .p-f-map__child-list.sp-flex-wrap-business :nth-child(2) {
    width: 9.8rem;
  }
  .p-f-map__child-list.sp-flex-wrap-business:last-child {
    width: 100%;
  }
}
.p-f-map__child-list.sp-flex-wrap-gcompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-f-map__child-list.sp-flex-wrap-gcompany {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

.p-f-map__child-item:hover {
  color: #454545;
}

.p-f-overview {
  background-color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  .p-f-overview {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }
}

.p-f-overview__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-f-overview__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    align-items: flex-start;
    flex-direction: row;
    gap: 8.5rem;
  }
}

.p-f-overview__logo {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .p-f-overview__logo {
    width: 200px;
  }
}
.p-f-overview__logo img {
  display: block;
  max-width: 100%;
}

.p-f-overview__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .p-f-overview__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.p-f-overview__info-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1235px) {
  .p-f-overvies__button {
    display: none;
  }
}

.p-footer {
  margin-bottom: 64px;
}
@media screen and (min-width: 1236px) {
  .p-footer {
    margin-bottom: 0;
  }
}

.p-footer__copyright {
  background: #121212;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 0.4rem 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 1.4rem;
  }
}

.p-form__lead {
  display: table;
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-form__lead {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.p-form__success-title {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__success-title {
    font-size: 2.4rem;
  }
}

.p-gallery {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}
@media screen and (min-width: 544px) {
  .p-gallery {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-gallery__item {
  aspect-ratio: 368/243;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-gallery__img-wrapper {
  bottom: 1px;
  left: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.p-gallery__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-gallery__icon {
  bottom: 0;
  position: absolute;
  right: 0;
}

.p-gcolumns {
  display: -ms-grid;
  display: grid;
  gap: var(--columns-space, min(1.5vw, 1.6rem));
}
.p-gcolumns--have-text {
  gap: var(--columns-space, 4rem min(1.5vw, 1.6rem));
}
.p-gcolumns--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-gcolumns--col1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col1-sm {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col1-md {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col1-lg {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col1-xl {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-gcolumns--col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col2-sm {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col2-md {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col2-lg {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col2-xl {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-gcolumns--col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col3-sm {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col3-md {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col3-lg {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col3-xl {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-gcolumns--col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col4-sm {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col4-md {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col4-lg {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col4-xl {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-gcolumns--col5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col5-sm {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col5-md {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col5-lg {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col5-xl {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-gcolumns--col6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col6-sm {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col6-md {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col6-lg {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col6-xl {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-gcolumns--col7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col7-sm {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col7-md {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col7-lg {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col7-xl {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
}

.p-gcolumns--col8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col8-sm {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col8-md {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col8-lg {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col8-xl {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}

.p-gcolumns--col9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col9-sm {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col9-md {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col9-lg {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col9-xl {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
}

.p-gcolumns--col10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--col10-sm {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--col10-md {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--col10-lg {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--col10-xl {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}

.p-gcolumns--auto1 {
  -ms-grid-columns: (auto)[1];
  grid-template-columns: repeat(1, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto1-sm {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto1-md {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto1-lg {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto1-xl {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
}

.p-gcolumns--auto2 {
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto2-sm {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto2-md {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto2-lg {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto2-xl {
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
}

.p-gcolumns--auto3 {
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto3-sm {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto3-md {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto3-lg {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto3-xl {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}

.p-gcolumns--auto4 {
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto4-sm {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto4-md {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto4-lg {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto4-xl {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
  }
}

.p-gcolumns--auto5 {
  -ms-grid-columns: (auto)[5];
  grid-template-columns: repeat(5, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto5-sm {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto5-md {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto5-lg {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto5-xl {
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
  }
}

.p-gcolumns--auto6 {
  -ms-grid-columns: (auto)[6];
  grid-template-columns: repeat(6, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto6-sm {
    -ms-grid-columns: (auto)[6];
    grid-template-columns: repeat(6, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto6-md {
    -ms-grid-columns: (auto)[6];
    grid-template-columns: repeat(6, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto6-lg {
    -ms-grid-columns: (auto)[6];
    grid-template-columns: repeat(6, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto6-xl {
    -ms-grid-columns: (auto)[6];
    grid-template-columns: repeat(6, auto);
  }
}

.p-gcolumns--auto7 {
  -ms-grid-columns: (auto)[7];
  grid-template-columns: repeat(7, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto7-sm {
    -ms-grid-columns: (auto)[7];
    grid-template-columns: repeat(7, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto7-md {
    -ms-grid-columns: (auto)[7];
    grid-template-columns: repeat(7, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto7-lg {
    -ms-grid-columns: (auto)[7];
    grid-template-columns: repeat(7, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto7-xl {
    -ms-grid-columns: (auto)[7];
    grid-template-columns: repeat(7, auto);
  }
}

.p-gcolumns--auto8 {
  -ms-grid-columns: (auto)[8];
  grid-template-columns: repeat(8, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto8-sm {
    -ms-grid-columns: (auto)[8];
    grid-template-columns: repeat(8, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto8-md {
    -ms-grid-columns: (auto)[8];
    grid-template-columns: repeat(8, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto8-lg {
    -ms-grid-columns: (auto)[8];
    grid-template-columns: repeat(8, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto8-xl {
    -ms-grid-columns: (auto)[8];
    grid-template-columns: repeat(8, auto);
  }
}

.p-gcolumns--auto9 {
  -ms-grid-columns: (auto)[9];
  grid-template-columns: repeat(9, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto9-sm {
    -ms-grid-columns: (auto)[9];
    grid-template-columns: repeat(9, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto9-md {
    -ms-grid-columns: (auto)[9];
    grid-template-columns: repeat(9, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto9-lg {
    -ms-grid-columns: (auto)[9];
    grid-template-columns: repeat(9, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto9-xl {
    -ms-grid-columns: (auto)[9];
    grid-template-columns: repeat(9, auto);
  }
}

.p-gcolumns--auto10 {
  -ms-grid-columns: (auto)[10];
  grid-template-columns: repeat(10, auto);
}

@media screen and (min-width: 544px) {
  .p-gcolumns--auto10-sm {
    -ms-grid-columns: (auto)[10];
    grid-template-columns: repeat(10, auto);
  }
}

@media screen and (min-width: 768px) {
  .p-gcolumns--auto10-md {
    -ms-grid-columns: (auto)[10];
    grid-template-columns: repeat(10, auto);
  }
}

@media screen and (min-width: 992px) {
  .p-gcolumns--auto10-lg {
    -ms-grid-columns: (auto)[10];
    grid-template-columns: repeat(10, auto);
  }
}

@media screen and (min-width: 1236px) {
  .p-gcolumns--auto10-xl {
    -ms-grid-columns: (auto)[10];
    grid-template-columns: repeat(10, auto);
  }
}

.p-gcolumns__column > * {
  height: 100%;
}

.p-has-sub-window-parts-list {
  position: relative;
}

.p-has-sub-window-parts__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #CCE5F6;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  position: relative;
  text-align: center;
}
.p-has-sub-window-parts__link::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 1.6rem;
  top: 45%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  width: 8px;
}

.p-has-sub-window-parts__sub-window {
  background-color: #CCE5F6;
  display: none;
  left: 0;
  padding: 1.6rem 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-has-sub-window-parts__sub-window-inner {
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  gap: 1.6rem 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-has-sub-window-parts__sub-window-inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-has-sub-window-parts__sub-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  text-align: center;
  width: 100%;
}

.p-horizontal-card {
  -ms-grid-columns: 1fr 40px;
  -ms-grid-rows: auto auto;
  -webkit-transition-duration: 0.2s;
  border-bottom: 1px solid #A0A0A0;
  display: -ms-grid;
  display: grid;
  gap: 1.6rem 2.4rem;
  grid-template-columns: 1fr 40px;
  grid-template-rows: auto auto;
  padding: 1.6rem 2.4rem;
  transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-horizontal-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-columns: 22% 1fr 40px;
    -ms-grid-rows: auto;
    align-items: center;
    grid-template-columns: 22% 1fr 40px;
    grid-template-rows: auto;
  }
}
.p-horizontal-card:first-of-type {
  border-top: 1px solid #A0A0A0;
}
.p-horizontal-card::after {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-transition-duration: 0.2s;
  align-self: center;
  background-image: url(assets/img/dst/common/arrow-horizontal-card.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  transition-duration: 0.2s;
  width: 40px;
}
.p-horizontal-card:hover {
  background-color: #CCE5F6;
}
.p-horizontal-card:hover::after {
  background-image: url(assets/img/dst/common/arrow-horizontal-card-hover.png);
}

.p-horizontal-card__img-wrapper {
  aspect-ratio: 240/160;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-horizontal-card__img-wrapper {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.p-horizontal-card__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-horizontal-media-cards {
  border-bottom: 1px solid #CCE5F6;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-horizontal-media-cards {
    padding-bottom: 4rem;
  }
}

.p-horizontal-media-card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  width: 100%;
}

.p-horizontal-media-card__img-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  aspect-ratio: 464/309;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  flex: 1 0 100%;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-horizontal-media-card__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.845%;
    flex: 0 0 40.845%;
  }
}

.p-horizontal-media-card__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-horizontal-media-card__body {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.p-horizontal-media-card__title {
  border-bottom: 1px solid currentColor;
  color: #CCE5F6;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-horizontal-media-card__title {
    font-size: 2rem;
  }
}

.p-horizontal-media-card__button {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-horizontal-media-card__button {
    margin-top: 4rem;
  }
}

.p-horizontal-media-cards__item {
  list-style: none;
  width: 100%;
}

.p-horizontal-media-cards__item + .p-horizontal-media-cards__item {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-horizontal-media-cards__item + .p-horizontal-media-cards__item {
    margin-top: 4rem;
  }
}

.p-horizontal-table__inner {
  border-collapse: separate;
  border-spacing: 0 1.6rem;
  width: 100%;
}

.p-horizontal-table__header,
.p-horizontal-table__text {
  background-color: #CCE5F6;
  padding: 2.4rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-horizontal-table__header,
.p-horizontal-table__text {
    font-size: 1.8rem;
  }
}

.p-horizontal-table__header {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 96px;
}
@media screen and (min-width: 768px) {
  .p-horizontal-table__header {
    width: 176px;
  }
}

.p-section.p-join-form {
  margin-top: 0;
  padding-top: 0;
}

.p-jumbotron {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  background-color: #006A67;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 341px;
  justify-content: center;
  padding: 3.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-jumbotron {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    height: 212px;
    justify-content: flex-end;
    padding: 4rem;
  }
}

.p-jumbotron__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-jumbotron__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-jumbotron__title .main {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-jumbotron__title .main {
    font-size: 4.8rem;
  }
}
.p-jumbotron__title .sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-jumbotron__title .sub {
    font-size: 2rem;
  }
}
.p-jumbotron__title .sub::after {
  background-image: url(assets/img/dst/common/icon-arrow-right-w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}

.p-jumbotron__img-wrapper {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: -33px;
  transform: translateX(-50%);
  width: 343px;
}
@media screen and (min-width: 768px) {
  .p-jumbotron__img-wrapper {
    -webkit-transform: none;
    left: 16px;
    transform: none;
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-jumbotron__img-wrapper {
    left: 40px;
    width: 396px;
  }
}

.p-jumbotron__img {
  display: block;
  width: 100%;
}

.p-disc-list__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-disc-list__item {
    font-size: 1.8rem;
  }
}
.p-disc-list__item::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  background-color: #FCD13E;
  border-radius: 50%;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .p-disc-list__item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
  }
}

.p-disc-list__item + .p-disc-list__item {
  margin-top: 2.4rem;
}

.p-media-map__inner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.p-media-map__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 4rem;
  padding-bottom: 0.8rem;
}
.p-media-map__title .main {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-media-map__title .sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-media-map__title {
    margin-bottom: 2.4rem;
  }
}

.p-media-map__img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow: hidden;
  position: relative;
}
.p-media-map__img-wrapper::before {
  content: "";
  float: left;
  padding-top: 75.4601226994%;
}
.p-media-map__img-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.p-media-map__img-wrapper > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-media-map__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57.39436%;
    flex: 0 1 57.39436%;
  }
}

.p-media-map__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-media-map__text {
  font-size: 1.8rem;
}

.p-media {
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    align-items: flex-start;
    flex-direction: row;
  }
}

.p-media__img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .p-media__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40.74074%;
    flex: 0 1 40.74074%;
  }
}
.p-media__img-wrapper--round {
  border-radius: 20px;
  overflow: hidden;
}

.p-media__caption {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  text-align: right;
}
.p-media__caption a {
  text-decoration: underline;
}

.p-media__img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-media__img {
    width: 100%;
  }
}

.p-media__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 2rem;
}
.p-media__body--horizontal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-media__body--horizontal {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1236px) {
  .p-media__body--horizontal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-media__body--vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-media__body--vertical {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-media__body--horizontal .p-media__inner-img {
  display: block;
}
@media screen and (min-width: 1236px) {
  .p-media__body--horizontal .p-media__inner-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 267px;
    flex: 0 0 267px;
  }
}

.p-media__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  color: #CCE5F6;
  flex: 1 0 100%;
  font-weight: bold;
  width: 100%;
}

.p-media__button {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-media__button {
    margin-bottom: 4rem;
  }
}

.p-media__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-media__text + .p-media__text {
  margin-top: 1.75em;
}

.p-mv-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-mv-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-mv-columns__img-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv-columns__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
  }
}

.p-mv-columns__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv-columns__img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
}

.p-mv-columns__title-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #CCE5F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 3.2rem;
}

.p-mv-columns__title {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv-columns__title {
    font-size: 3.2rem;
  }
}

.p-mv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 399px;
  padding: 0 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 640px;
  }
}
@media screen and (min-width: 992px) {
  .p-mv {
    padding: 0 5rem;
  }
}

.p-mv__img-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-mv__img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
}

.p-news-single__button,
.p-news-single__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-not-found__title {
  font-size: max(2.8rem, min(1.6679245283rem + 1.8867924528vw, 4rem));
  font-size: clamp(2.8rem, 1.6679245283rem + 1.8867924528vw, 4rem);
  text-align: center;
}
.p-not-found__lead {
  font-size: 2rem;
  margin-top: var(--space-xs);
  text-align: center;
}
.p-not-found__txt {
  margin-top: var(--space-sm);
  text-align: center;
}

.p-overflow-media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  column-gap: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-overflow-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-overflow-media--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.p-overflow-media--reverse .p-overflow-media__img-wrapper {
  margin-left: -1.6rem;
}
@media screen and (min-width: 992px) {
  .p-overflow-media--reverse .p-overflow-media__img-wrapper {
    margin-left: -5rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1236px) {
  .p-overflow-media--reverse .p-overflow-media__img-wrapper {
    margin-left: calc((100vw - 1136px) * -1 / 2);
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-overflow-media--reverse .p-overflow-media__img-wrapper {
    margin-right: -1.6rem;
  }
}
.p-overflow-media--reverse .c-heading .main {
  direction: rtl;
}
.p-overflow-media .c-heading {
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-overflow-media .c-heading {
    word-break: break-word;
  }
}
.p-overflow-media .c-heading .main {
  color: #fff;
  mix-blend-mode: difference;
}

.p-overflow-media__img-wrapper {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  align-self: stretch;
  flex: 1;
  margin-right: -1.6rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-overflow-media__img-wrapper {
    margin-right: -5rem;
  }
}
@media screen and (min-width: 1236px) {
  .p-overflow-media__img-wrapper {
    margin-right: calc((100vw - 1136px) * -1 / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-overflow-media__img-wrapper {
    aspect-ratio: 1/1;
    margin-left: -1.6rem;
  }
}

.p-overflow-media__img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-overflow-media__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-overflow-media__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 8rem 0;
    width: 40%;
  }
}

.p-overflow-media__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-overflow-media__title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.p-overflow-media__sub-title {
  text-align: center;
}

.p-overflow-media__lead {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-overflow-media__lead {
    font-size: 1.8rem;
  }
}

.p-overflow-media__list {
  list-style-type: disc;
  padding-left: 1.5em;
}

.p-overflow-media__link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.p-page-business__section-title-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 2.4rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
  .p-page-business__section-title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2.8rem;
  }
}
.p-page-business__section-title-wrapper .c-heading {
  margin-bottom: 0;
}

.p-page-business__section-sub-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-page-business__section-sub-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-page-business__section-sub-title {
    text-align: right;
  }
}

.p-page-business__text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-page-business__text {
    font-size: 1.8rem;
  }
}

.p-page-business__president {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-business__president {
    margin-top: 2.4rem;
  }
}
.p-page-business__president .name {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-business__president .name {
    font-size: 2.8rem;
  }
}

.p-section.intro-section {
  margin-top: 0;
}
.p-section.intro-section .p-timeline__label {
  text-align: center;
}

.p-section.p-section--first {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--first {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-section.p-section--first {
    margin-top: 4.8rem;
  }
}

.business-section h2.c-level1-heading .main {
  border-bottom: 1px solid #B8B8B8;
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.725;
  mix-blend-mode: unset;
  position: relative;
}
.business-section h2.c-level1-heading .main::before {
  background: #007DD1;
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .business-section h2.c-level1-heading .main {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .business-section .p-overflow-media__body {
    margin-bottom: 4.8rem;
    margin-top: 2.4rem;
  }
}
.business-section .p-overflow-media__lead {
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .business-section .p-overflow-media__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .business-section .p-overflow-media__text {
    font-size: 1.4rem;
  }
}

#section1 h2.c-level1-heading .main::before {
  width: 28rem;
}

#section2 h2.c-level1-heading .main {
  direction: unset;
}
#section2 h2.c-level1-heading .main::before {
  width: 24rem;
}

#section3 h2.c-level1-heading .main::before {
  width: 39.8rem;
}

@media screen and (max-width: 767px) {
  .p-page-business .p-overflow-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section1 h2.c-level1-heading {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section1 h2.c-level1-heading::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section1 h2.c-level1-heading .main {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section1 h2.c-level1-heading .main::before {
    width: 22.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section1 .u-spacer16 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section2 h2.c-level1-heading {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section2 h2.c-level1-heading::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section2 h2.c-level1-heading .main {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section2 h2.c-level1-heading .main::before {
    width: 19.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section2 .u-spacer20, .p-page-business #section2 .u-spacer20-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section3 h2.c-level1-heading {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section3 h2.c-level1-heading::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section3 h2.c-level1-heading .main {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section3 h2.c-level1-heading .main::before {
    width: 31.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-business #section3 .u-spacer20, .p-page-business #section3 .u-spacer20-md {
    display: none;
  }
}
.p-page-business #section3 .p-overflow-media__body {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-page-business + .u-spacer100 {
    display: none;
  }
}

.p-page-company__section-title-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .p-page-company__section-title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.8rem;
  }
}
.p-page-company__section-title-wrapper .c-heading {
  margin-bottom: 0;
}

.p-page-company__section-sub-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-page-company__section-sub-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-page-company__section-sub-title {
    text-align: right;
  }
}

.p-page-company__text + .p-page-company__text {
  margin-top: 1.75em;
}
@media screen and (min-width: 768px) {
  .p-page-company__text + .p-page-company__text {
    font-size: 1.8rem;
  }
}

.p-page-company__president {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__president {
    margin-top: 2.4rem;
  }
}
.p-page-company__president .name {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__president .name {
    font-size: 2.8rem;
  }
}

.p-page-company .p-section.p-section--first {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-page-company .p-section.p-section--first {
    margin-top: 2.4rem;
  }
}
.p-page-company .u-font28-md {
  line-height: 1;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-page-company .u-font28-md {
    font-size: 2.4rem !important;
    line-height: 1.667;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company .p-timeline__item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company .p-timeline__dd::before {
    height: 2rem;
    left: -38px;
    top: 7px;
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company .p-timeline__dd::after {
    height: calc(100% + 25px);
    left: -29px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company .p-timeline__dd .p-timeline__label .small {
    font-size: 1.8rem;
  }
}
.p-page-company .p-timeline__dd .p-timeline__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-company .p-timeline__dd .p-timeline__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company .p-timeline__item:nth-of-type(2) .p-timeline__dd::before {
    top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company .p-timeline__item:last-of-type .p-timeline__dd::after {
    height: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-page-company.p-page-outline #section1 {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company #section2 {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company #section2 .p-media-map__title .main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company #section2 .p-media-map__title .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company #section2 .u-spacer40.u-spacer64-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company #section2 .p-media-map:first-of-type {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company #section2 .p-media-map:last-of-type {
    margin-bottom: 6.44rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company + .u-spacer80.u-spacer100 {
    display: none;
  }
}
.p-page-company .gcompanyname {
  display: block;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-company .gcompanyname {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-page-company .gcompanyname:last-of-type {
  margin-bottom: 0;
}
.p-page-company .gcompanyname .glink-logo {
  display: block;
  margin-bottom: 0.8rem;
  max-width: 16.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-company .gcompanyname .glink-logo {
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
}
.p-page-company .gcompanyname .groupcompanylogo1 {
  height: 28px;
}
.p-page-company .gcompanyname .glink {
  color: #115FFB;
  display: block;
  font-size: 1.4rem;
  line-height: 1.715;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-company .gcompanyname .glink {
    margin-left: 1.6rem;
    margin-top: 0;
  }
}

/*グループ会社用*/
@media screen and (min-width: 768px) {
  .p-page-group-company .c-level1-heading .sub {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-page-group-company .c-level2-heading {
    font-size: 3.2rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-group-company .c-level2-heading .main {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-page-group-company .c-level2-heading .main {
    font-size: 2.8rem !important;
  }
}
.p-page-group-company .c-level2-heading .main {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-page-group-company .c-level2-heading .main {
    font-size: 2.8rem !important;
    line-height: 1.7145;
  }
}
@media screen and (max-width: 767px) {
  .p-page-group-company .bukken-name {
    font-size: 1.8rem !important;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-group-company #section3 {
    margin-bottom: 6.4rem;
    margin-top: 4.8rem;
  }
}
.p-page-group-company .group-company {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-group-company .group-company {
    font-size: 3.2rem;
    margin-left: 2rem;
  }
}
.p-page-group-company .flex2col-img-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.p-page-company__section-title-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .p-page-company__section-title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.8rem;
  }
}
.p-page-company__section-title-wrapper .c-heading {
  margin-bottom: 0;
}

.p-page-company__section-sub-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-page-company__section-sub-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-page-company__section-sub-title {
    text-align: right;
  }
}

.p-page-company__text + .p-page-company__text {
  margin-top: 1.75em;
}
@media screen and (min-width: 768px) {
  .p-page-company__text + .p-page-company__text {
    font-size: 1.8rem;
  }
}

.p-page-company__president {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__president {
    margin-top: 2.4rem;
  }
}
.p-page-company__president .name {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-company__president .name {
    font-size: 2.8rem;
  }
}

/*グループ会社用*/
@media screen and (min-width: 768px) {
  .p-page-group-company .c-level1-heading .sub {
    font-size: 4rem;
  }
}
.p-page-group-company .group-company {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-group-company .group-company {
    font-size: 3.2rem;
    margin-left: 2rem;
  }
}
.p-page-group-company #section1 {
  margin-top: 0;
}
.p-page-group-company #section2 {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-group-company #section2 {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-group-company #section2 .bukken-title {
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-group-company #section2 .bukken-name {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-group-company #section2 .default-img-wrapper {
    margin: 0 auto;
    max-width: 55.6rem;
  }
}
.p-page-group-company #section2 .flex2col-img-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-group-company #section2 .flex2col-img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}
.p-page-group-company #section2 .flex2col-img-wrapper > .img-text-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 36.7rem;
  max-width: 55.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-group-company #section2 .flex2col-img-wrapper > .img-text-wrapper:first-of-type {
    margin-bottom: 2.4rem;
  }
}

.p-page-joining__section-wrapper > *:not(.p-page-joining__bkg-wrapper) {
  position: relative;
}

.p-page-joining__bkg-wrapper {
  display: block;
  height: 183px;
  position: sticky;
  top: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-joining__bkg-wrapper {
    height: 472px;
  }
}
@media screen and (min-width: 1236px) {
  .p-page-joining__bkg-wrapper {
    top: 100px;
  }
}

.p-page-joining__bkg {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-page-joining__jumbotron {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 183px;
  margin-top: -183px;
}
@media screen and (min-width: 768px) {
  .p-page-joining__jumbotron {
    height: 472px;
    margin-top: -472px;
  }
}

.p-page-joining__jumbotron-title {
  color: #CCE5F6;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-joining__jumbotron-title {
    font-size: 2.6rem;
  }
}

.p-page-joining__list {
  display: table;
  margin-inline: auto;
}

.p-page-joining__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 4.4rem;
}

.p-page-privacy__list {
  margin-top: 4rem;
}

.p-page-privacy__item {
  list-style: none;
}

.p-page-privacy__item + .p-page-privacy__item {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__item + .p-page-privacy__item {
    margin-top: 3.6rem;
  }
}

.p-page-privacy__item-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__item-title {
    font-size: 2rem;
  }
}

.p-page-privacy__text--right {
  text-align: right;
}

.p-page-privacy__text + .p-page-privacy__text {
  margin-top: 1.5em;
}

.p-page-privacy__child-list {
  list-style-type: disc;
  margin-top: 0.8rem;
  padding-left: 1.5em;
}

.p-page-privacy__child-item {
  font-weight: normal;
}

.p-page-privacy__contact {
  border: 1px solid #121212;
  margin-top: 3.2rem;
  max-width: 540px;
  padding: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-page-privacy__contact {
    margin-top: 4.4rem;
    padding: 2.4rem;
  }
}

.p-page-privacy__contact-title {
  font-weight: bold;
}

.p-page-privacy__contact-text {
  font-size: 1.4rem;
}

.p-page-privacy {
  margin-bottom: 12rem;
}
.p-page-privacy .p-section.p-section--first {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-page-privacy {
    margin-bottom: 6.4rem;
  }
}

.p-page-top__section-wrapper > *:not(.p-page-top__bkg-wrapper) {
  position: relative;
}

.p-page-top__bkg-wrapper {
  height: 240px;
  position: sticky;
  top: 80px;
  width: 100%;
}
@media screen and (min-width: 544px) {
  .p-page-top__bkg-wrapper {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top__bkg-wrapper {
    height: 526px;
  }
}
@media screen and (min-width: 1236px) {
  .p-page-top__bkg-wrapper {
    top: 100px;
  }
}

.p-page-top__bkg {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-page-urban-dev .p-timeline__label {
  display: block;
  font-size: 4.8rem;
  letter-spacing: 1.25rem;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 30.88rem;
  position: relative;
  width: 100%;
}
.p-page-urban-dev .p-timeline__label::before, .p-page-urban-dev .p-timeline__label::after {
  content: "";
  height: 48px;
  position: absolute;
  width: 48px;
}
@media screen and (max-width: 767px) {
  .p-page-urban-dev .p-timeline__label::before, .p-page-urban-dev .p-timeline__label::after {
    height: 38.4px;
    width: 38.4px;
  }
}
.p-page-urban-dev .p-timeline__label::before {
  border-left: solid 1px #121212;
  border-top: solid 1px #121212;
  left: 0;
  top: 0;
}
.p-page-urban-dev .p-timeline__label::after {
  border-bottom: solid 1px #121212;
  border-right: solid 1px #121212;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-page-urban-dev .p-timeline__label {
    font-size: 6rem;
    margin-bottom: 4.58rem;
    max-width: 38.6rem;
    padding: 0.96rem 4.28rem 0.96rem 5.28rem;
  }
}
.p-page-urban-dev .p-page-urban-dev__text {
  font-size: 2rem;
  margin-bottom: 3.2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-page-urban-dev .p-page-urban-dev__text {
    font-size: 2.4rem;
    margin-bottom: 4.8rem;
    text-align: center;
  }
}
.p-page-urban-dev .p-page-urban-dev__text_small {
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
  margin-bottom: 4.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-page-urban-dev .p-page-urban-dev__text_small {
    text-align: center;
  }
}

.p-post-article__title {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-post-article__title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1.2rem;
  }
}

.p-post-article__img-wrapper {
  /*background-color: $palette-gray2;
  border: 1px solid $palette-gray3;
  border-radius: 16px;*/
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-post-article__img-wrapper::before {
  content: "";
  float: left;
  padding-top: 66.7452830189%;
}
.p-post-article__img-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.p-post-article__img-wrapper > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-post-article__img-wrapper img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-post-article__date {
  display: block;
  font-size: 1.4rem;
  text-align: right;
}

.p-post-article__date + .p-post-article__contents {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-post-article__date + .p-post-article__contents {
    margin-top: 1rem;
  }
}

.p-post-article__contents a {
  color: #115FFB;
  text-decoration: underline;
}

.p-post-article__contents img {
  height: auto;
  max-width: 100%;
}

.p-post-index {
  background-color: #E8F6EF;
  border-radius: 16px;
  margin-bottom: 2.4rem;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-post-index {
    margin-bottom: 3.6rem;
  }
}

.p-post-index__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-post-index__title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.p-post-index__item {
  margin-left: 1.5em;
}

.p-post-index__item {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-post-index__item a {
  color: #121212;
  text-decoration: none;
}

.p-post-index__item + .p-post-index__item {
  margin-top: 2rem;
}

.p-section.p-pricing {
  background-color: #FCD13E;
}

.p-pricing__inner {
  padding: 2.6rem 0 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pricing__inner {
    padding: 8rem 0;
  }
}

.p-pricing__body {
  background-color: #fff;
  border: 4px solid #FCD13E;
  border-radius: 24px;
  margin-inline: auto;
  max-width: 560px;
  padding: 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-pricing__body {
    padding: 4rem;
  }
}

.p-pricing__body-inner {
  display: table;
  margin-inline: auto;
}

.p-pricing__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  column-gap: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-pricing__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-pricing__row + .p-pricing__row {
  margin-top: 1.6rem;
}

.p-pricing__label {
  border: 1px solid currentColor;
  border-radius: 8px;
  color: #CCE5F6;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 176px;
  padding: 0.8rem 1.6rem;
  text-align: center;
}

.p-pricing__img-wrapper {
  position: absolute;
}
.p-pricing__img-wrapper--1 {
  left: 0;
  top: 26px;
  width: 110px;
}
@media screen and (min-width: 768px) {
  .p-pricing__img-wrapper--1 {
    width: 220px;
  }
}
@media screen and (min-width: 1236px) {
  .p-pricing__img-wrapper--1 {
    top: 40px;
    width: 323px;
  }
}
.p-pricing__img-wrapper--2 {
  right: 32px;
  top: 26px;
  width: 54px;
}
@media screen and (min-width: 768px) {
  .p-pricing__img-wrapper--2 {
    width: 114px;
  }
}
@media screen and (min-width: 1236px) {
  .p-pricing__img-wrapper--2 {
    bottom: 40px;
    right: 0;
    top: auto;
    width: 209px;
  }
}

@media screen and (min-width: 992px) {
  .p-project-archive__sp {
    display: none;
  }
}

.p-project-archive__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-project-archive__pc {
    display: block;
  }
}

.p-project-archive__tabs-title {
  margin-bottom: 1rem;
}

.p-project-archive__categories-title {
  margin-bottom: 2.4rem;
}

.p-project-archive__categories-wrapper {
  background-color: #CCE5F6;
  padding: 2rem;
}

.p-project-archive__categories {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  justify-content: flex-start;
}

.p-project-archive__category-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  height: 100%;
  justify-content: center;
  padding: 0.4rem 0.8rem;
}

.p-project-archive__category-link.current {
  background-color: #FCD13E;
}

.p-project-archive__posts-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-project-archive__posts-title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}

.p-news-archive #section1 {
  margin-top: 3.2rem !important;
}
@media screen and (min-width: 768px) {
  .p-news-archive #section1 {
    margin-top: 4rem !important;
  }
}
.p-news-archive h2.c-level1-heading {
  gap: 0;
}
.p-news-archive h2.c-level1-heading::after {
  display: none;
}
.p-news-archive h2.c-level1-heading .main {
  border-bottom: 1px solid #B8B8B8;
  color: #121212;
  font-size: 3.2rem;
  line-height: 1.725;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news-archive h2.c-level1-heading .main {
    font-size: 4rem;
  }
}
.p-news-archive h2.c-level1-heading .main::before {
  background: #007DD1;
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  width: 19.2rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive h2.c-level1-heading .main::before {
    width: 24rem;
  }
}
.p-news-archive .p-horizontal-card__summary {
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-news-single .c-breadcrumbs__inner {
  padding-bottom: 0rem;
}
.p-news-single .p-section.p-section--first {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-news-single .p-section.p-section--first {
    margin-top: 3.2rem;
  }
}
.p-news-single .p-post-article__img-wrapper {
  aspect-ratio: 848/565;
}
.p-news-single .p-post-article__img-wrapper img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-section {
  background-color: #fff;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .p-section {
    margin-top: 12rem;
  }
}
.p-section--first {
  margin-top: 0;
}
.p-section--last {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-section--last {
    margin-bottom: 12rem;
  }
}
.p-section--bkg {
  background-color: #007DD1;
  padding-bottom: 5.6rem;
  padding-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-section--bkg {
    padding-bottom: 7.2rem;
    padding-top: 6.4rem;
  }
}

.p-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-inline: auto;
  max-width: 1236px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 992px) {
  .p-tabs {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.p-tabs__wrapper {
  border-bottom: 1px solid #000;
}

.p-tabs__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 30%;
}
.p-tabs__item.is-current {
  margin-bottom: -1px;
}
.p-tabs__item.is-current .p-tabs__link {
  background-color: #fff;
  border: 1px solid currentColor;
  border-bottom: 1px solid #fff;
  color: #121212;
}

.p-tabs__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #A0A0A0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0 1.2rem;
  height: 100%;
  justify-content: center;
  padding: 0.8rem 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tabs__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    border-radius: 16px 16px 0 0;
    flex-direction: row;
    padding: 1.2rem;
  }
}
.p-tabs__link .main {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-tabs__link .main {
    font-size: 3.2rem;
  }
}
.p-tabs__link .sub {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-tabs__link .sub {
    font-size: 1.8rem;
  }
}

.p-tabs__contents {
  display: none;
}
.p-tabs__contents.is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-timeline {
  display: -ms-grid;
  display: grid;
}

.p-timeline__item {
  -ms-grid-column-span: 2;
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-column: span 2;
  grid-template-columns: repeat(2, 1fr);
}

.p-timeline__item + .p-timeline__item {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-timeline__item + .p-timeline__item {
    margin-top: 3.2rem;
  }
}

.p-timeline__dt {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-timeline__dt {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-timeline__dt {
    max-width: 16rem;
  }
}

.p-timeline__dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  gap: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-timeline__dd {
    font-size: 1.8rem;
  }
}
.p-timeline__dd::before {
  background-color: #595959;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: -48px;
  position: absolute;
  top: 16px;
  width: 24px;
  z-index: 1;
}
.p-timeline__dd::after {
  background-color: #595959;
  content: "";
  display: block;
  height: calc(100% + 48px);
  left: -36px;
  position: absolute;
  top: 16px;
  width: 1px;
}

.p-timeline__label {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-timeline__label {
    font-size: 2.4rem;
  }
}

.home .p-section.p-section--first {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .home .p-top-mv + .u-spacer64 {
    height: 4.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .home .p-overflow-media {
    row-gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .home .p-overflow-media__img-wrapper {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .home #sdgs {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .home #section1 + .u-spacer64 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home #section2 {
    margin-top: 0;
  }
}
.home #section2 .news-title-pc {
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-top-about__items-wrapper {
  background-color: #fff;
  border: 4px solid #FCD13E;
  border-radius: 24px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__items-wrapper {
    border-radius: 32px;
    padding: 4.8rem;
  }
}

.p-top-about__lead {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__lead {
    font-size: 2rem;
  }
}

.p-top-about__items.p-gcolumns {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-top-about__items.p-gcolumns {
    -webkit-column-gap: 3.4rem;
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
    row-gap: 4.8rem;
  }
}

.p-top-about__item-label {
  border-bottom: 1px solid currentColor;
  color: #CCE5F6;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
}

.p-top-about__child-item + .p-top-about__child-item {
  margin-top: 0.4rem;
}

.p-top-about__item.p-top-about__item--span {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .p-top-about__item.p-top-about__item--span {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.p-page-top-about__img {
  display: block;
  width: 100%;
}

.p-top-joining__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 32px;
  column-gap: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5rem;
  max-width: 1134px;
  padding: 2rem 1.6rem;
  position: relative;
  row-gap: 2rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-joining__body {
    margin-top: -9rem;
    padding: 4rem;
  }
}
@media screen and (min-width: 1236px) {
  .p-top-joining__body {
    padding: 4rem 9.4rem;
  }
}

.p-top-joining__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  color: #006A67;
  flex: 1 0 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-joining__title {
    font-size: 2.8rem;
  }
}

.p-top-joining__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-joining__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1236px) {
  .p-top-joining__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-top-joining__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1236px) {
  .p-top-joining__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-top-mv {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-mv__img-wrapper {
    display: block;
    margin-inline: auto 0;
    width: 80%;
  }
}

.p-top-mv__img {
  display: block;
  width: 100%;
}

.p-top-mv__title-wrapper {
  background-color: #fff;
  margin-top: -4.8rem;
  padding: 2.4rem;
  position: relative;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title-wrapper {
    -webkit-transform: translateY(-50%);
    left: 0;
    margin-top: 0;
    padding: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-top-mv__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-top-mv__title .main {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title .main {
    font-size: 4rem;
  }
}
.p-top-mv__title .sub {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title .sub {
    font-size: 2.8rem;
  }
}

.p-top-news__link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.p-top-projects {
  -webkit-transition-duration: 0.2s;
  background-color: #CCE5F6;
  display: block;
  padding: 2rem 0 3.2rem;
  transition-duration: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-top-projects {
    padding: 3.2rem 0;
  }
}
.p-top-projects:hover {
  background-color: #FCD13E;
}
.p-top-projects:hover .p-top-projects__title {
  color: #CCE5F6;
}
.p-top-projects:hover .p-top-projects__title .sub::after {
  background-image: url(assets/img/dst/common/icon-arrow-right.png);
}

.p-top-projects__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-projects__inner {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    column-gap: 1.6rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1236px) {
  .p-top-projects__inner {
    -webkit-column-gap: 4.6rem;
    -moz-column-gap: 4.6rem;
    column-gap: 4.6rem;
  }
}

.p-top-projects__img-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top-projects__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  column-gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-projects__title {
    gap: 1.6rem;
  }
}
.p-top-projects__title .main {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-projects__title .main {
    font-size: 4.8rem;
  }
}
.p-top-projects__title .sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-projects__title .sub {
    font-size: 2rem;
  }
}
.p-top-projects__title .sub::after {
  background-image: url(assets/img/dst/common/icon-arrow-right-w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}

.p-ai {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-ai {
    gap: 4.8rem;
  }
}

.p-ai__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 946px;
}
@media screen and (min-width: 768px) {
  .p-ai__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
  }
}

.p-ai__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  color: #006A67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-ai__label {
    padding: 2.7rem;
  }
}

.p-ai__body-text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-ai__body-text {
    font-size: 2.4rem;
  }
}

.p-ai__text {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-ai__text {
    font-size: 2rem;
  }
}

.p-background__arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-background__bkg {
  background-color: #FFF4B7;
  margin-inline: auto;
  max-width: 752px;
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-background__bkg {
    padding: 1.6rem 1.6rem 2.5rem;
  }
}

.p-comparison__title {
  border-bottom: 1px solid #CCE5F6;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-comparison__title {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.p-comparison__title .sm {
  font-size: 1.2rem;
}

.p-comparison__columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-comparison__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    gap: 1.6rem;
    justify-content: space-between;
  }
}

.p-comparison__chart {
  max-width: 100%;
}

.p-comparison__caption {
  color: #006A67;
  margin-top: 1.4rem;
}
.p-comparison__caption > * {
  display: block;
  text-align: center;
}
.p-comparison__caption .year {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-comparison__caption .num {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.p-comparison__caption .lg {
  font-size: 3.2rem;
}

.p-comparison__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-comparison__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    align-items: start;
    flex-direction: row;
    gap: 4rem;
  }
}

.p-comparison__note {
  font-size: 1.2rem;
}

.p-comparison__description {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

.p-comparison__description-bkg {
  height: 33px;
  width: 80px;
}
.p-comparison__description-bkg--1 {
  background-color: #006A67;
}
.p-comparison__description-bkg--2 {
  background-color: #FFF4B7;
}

@media screen and (min-width: 768px) {
  .p-merit .p-shadow-area {
    padding: 1.6rem 6.4rem;
  }
}

.p-merit__arrow {
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background-color: #CCE5F6;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  height: 24px;
  width: 27px;
}
@media screen and (min-width: 768px) {
  .p-merit__arrow {
    height: 36px;
    width: 42px;
  }
}

.p-merit__item {
  color: #006A67;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-merit__item {
    font-size: 2.4rem;
  }
}
.p-merit__item:first-letter {
  color: #CCE5F6;
}

.p-page-drawing .p-worries,
.p-page-drawing .p-merit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  background-color: #FFF4B7;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-page-drawing .p-worries,
.p-page-drawing .p-merit {
    padding: 3.2rem 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-drawing .p-worries {
    padding: 3.2rem 2.4rem 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-drawing .p-merit {
    padding: 2.4rem;
  }
}

.p-page-drawing__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.p-page-drawing__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-sample {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -ms-grid-columns: 1fr;
  -ms-grid-rows: (auto)[6];
  background-image: url(assets/img/dst/common/pattern-plaid.png);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  display: -ms-grid;
  display: grid;
  grid-template-areas: "area1" "area2" "area3" "area4" "area5" "area6";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, auto);
  padding: 3.8rem 1.6rem 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sample {
    padding: 4.6rem 4.8rem 6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-sample {
    -webkit-column-gap: 2.8rem;
    -moz-column-gap: 2.8rem;
    -ms-grid-columns: 1fr 2.8rem 56px 2.8rem 1fr;
    -ms-grid-rows: (auto)[3];
    column-gap: 2.8rem;
    grid-template-areas: "area1 area1 area1" "area2 . area5" "area3 area4 area6";
    grid-template-columns: 1fr 56px 1fr;
    grid-template-rows: repeat(3, auto);
  }
}

.p-sample__label {
  -webkit-transform: translate(-50%, -50%);
  background-color: #006A67;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  left: 50%;
  padding: 0.8rem 2.4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-sample__label {
    font-size: 1.8rem;
  }
}

.area1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-align: center;
  grid-area: area1;
  justify-self: center;
}

.area2 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: area2;
}

.area3 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: area3;
}

.area4 {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  align-self: center;
  grid-area: area4;
  justify-self: center;
}

.area5 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: area5;
}

.area6 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: area6;
}

@media screen and (min-width: 992px){
  .area1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .area2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .area3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .area4 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .area5 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .area6 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}

.p-sample__img {
  width: 100%;
}

.p-sample__text {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-sample__text {
    margin-bottom: 2.2rem;
  }
}

.p-sample__caption {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-sample__caption {
    margin-bottom: 3.2rem;
  }
}

@media screen and (max-width: 991px) {
  .p-sample__arrow {
    margin-bottom: 0.8rem;
    margin-top: 1.6rem;
  }
}

.p-sample__arrow img {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 991px) {
  .p-sample__arrow img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.p-worries .p-check-list {
  max-width: 752px;
  width: 100%;
}

.u-alignment-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .u-alignment-center-md {
    text-align: center;
  }
}

.u-bkg-white {
  background-color: #fff;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-color-main {
  color: #CCE5F6;
}

.u-font-color-red {
  color: #F75445;
}

.u-font-color-blue {
  color: #007DD1;
}

.u-font-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #CCE5F6));
  background: -webkit-linear-gradient(transparent 70%, #CCE5F6 70%);
  background: linear-gradient(transparent 70%, #CCE5F6 70%);
}

.u-font-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(204, 229, 246, 0.8)));
  background: -webkit-linear-gradient(transparent 70%, rgba(204, 229, 246, 0.8) 70%);
  background: linear-gradient(transparent 70%, rgba(204, 229, 246, 0.8) 70%);
}

.u-font-brackets {
  display: inline-block;
  padding: 0.7rem 4.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-font-brackets {
    padding: 0.9rem 5.2rem;
  }
}
.u-font-brackets::before, .u-font-brackets::after {
  content: "";
  display: block;
  height: 38px;
  position: absolute;
  width: 38px;
}
@media screen and (min-width: 768px) {
  .u-font-brackets::before, .u-font-brackets::after {
    height: 48px;
    width: 48px;
  }
}
.u-font-brackets::before {
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  left: 0;
  top: 0;
}
.u-font-brackets::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  bottom: 0;
  right: 0;
}

.u-font-base {
  font-size: max(1.4rem, min(1.2113207547rem + 0.3144654088vw, 1.6rem));
  font-size: clamp(1.4rem, 1.2113207547rem + 0.3144654088vw, 1.6rem);
}

.u-font0 {
  font-size: 0rem !important;
}

.u-font1 {
  font-size: 0.1rem !important;
}

.u-font2 {
  font-size: 0.2rem !important;
}

.u-font3 {
  font-size: 0.3rem !important;
}

.u-font4 {
  font-size: 0.4rem !important;
}

.u-font5 {
  font-size: 0.5rem !important;
}

.u-font6 {
  font-size: 0.6rem !important;
}

.u-font7 {
  font-size: 0.7rem !important;
}

.u-font8 {
  font-size: 0.8rem !important;
}

.u-font9 {
  font-size: 0.9rem !important;
}

.u-font10 {
  font-size: 1rem !important;
}

.u-font11 {
  font-size: 1.1rem !important;
}

.u-font12 {
  font-size: 1.2rem !important;
}

.u-font13 {
  font-size: 1.3rem !important;
}

.u-font14 {
  font-size: 1.4rem !important;
}

.u-font15 {
  font-size: 1.5rem !important;
}

.u-font16 {
  font-size: 1.6rem !important;
}

.u-font17 {
  font-size: 1.7rem !important;
}

.u-font18 {
  font-size: 1.8rem !important;
}

.u-font19 {
  font-size: 1.9rem !important;
}

.u-font20 {
  font-size: 2rem !important;
}

.u-font21 {
  font-size: 2.1rem !important;
}

.u-font22 {
  font-size: 2.2rem !important;
}

.u-font23 {
  font-size: 2.3rem !important;
}

.u-font24 {
  font-size: 2.4rem !important;
}

.u-font25 {
  font-size: 2.5rem !important;
}

.u-font26 {
  font-size: 2.6rem !important;
}

.u-font27 {
  font-size: 2.7rem !important;
}

.u-font28 {
  font-size: 2.8rem !important;
}

.u-font29 {
  font-size: 2.9rem !important;
}

.u-font30 {
  font-size: 3rem !important;
}

.u-font31 {
  font-size: 3.1rem !important;
}

.u-font32 {
  font-size: 3.2rem !important;
}

.u-font33 {
  font-size: 3.3rem !important;
}

.u-font34 {
  font-size: 3.4rem !important;
}

.u-font35 {
  font-size: 3.5rem !important;
}

.u-font36 {
  font-size: 3.6rem !important;
}

.u-font37 {
  font-size: 3.7rem !important;
}

.u-font38 {
  font-size: 3.8rem !important;
}

.u-font39 {
  font-size: 3.9rem !important;
}

.u-font40 {
  font-size: 4rem !important;
}

.u-font41 {
  font-size: 4.1rem !important;
}

.u-font42 {
  font-size: 4.2rem !important;
}

.u-font43 {
  font-size: 4.3rem !important;
}

.u-font44 {
  font-size: 4.4rem !important;
}

.u-font45 {
  font-size: 4.5rem !important;
}

.u-font46 {
  font-size: 4.6rem !important;
}

.u-font47 {
  font-size: 4.7rem !important;
}

.u-font48 {
  font-size: 4.8rem !important;
}

.u-font49 {
  font-size: 4.9rem !important;
}

.u-font50 {
  font-size: 5rem !important;
}

.u-font51 {
  font-size: 5.1rem !important;
}

.u-font52 {
  font-size: 5.2rem !important;
}

.u-font53 {
  font-size: 5.3rem !important;
}

.u-font54 {
  font-size: 5.4rem !important;
}

.u-font55 {
  font-size: 5.5rem !important;
}

.u-font56 {
  font-size: 5.6rem !important;
}

.u-font57 {
  font-size: 5.7rem !important;
}

.u-font58 {
  font-size: 5.8rem !important;
}

.u-font59 {
  font-size: 5.9rem !important;
}

.u-font60 {
  font-size: 6rem !important;
}

@media screen and (min-width: 768px) {
  .u-font0-md {
    font-size: 0rem !important;
  }

  .u-font1-md {
    font-size: 0.1rem !important;
  }

  .u-font2-md {
    font-size: 0.2rem !important;
  }

  .u-font3-md {
    font-size: 0.3rem !important;
  }

  .u-font4-md {
    font-size: 0.4rem !important;
  }

  .u-font5-md {
    font-size: 0.5rem !important;
  }

  .u-font6-md {
    font-size: 0.6rem !important;
  }

  .u-font7-md {
    font-size: 0.7rem !important;
  }

  .u-font8-md {
    font-size: 0.8rem !important;
  }

  .u-font9-md {
    font-size: 0.9rem !important;
  }

  .u-font10-md {
    font-size: 1rem !important;
  }

  .u-font11-md {
    font-size: 1.1rem !important;
  }

  .u-font12-md {
    font-size: 1.2rem !important;
  }

  .u-font13-md {
    font-size: 1.3rem !important;
  }

  .u-font14-md {
    font-size: 1.4rem !important;
  }

  .u-font15-md {
    font-size: 1.5rem !important;
  }

  .u-font16-md {
    font-size: 1.6rem !important;
  }

  .u-font17-md {
    font-size: 1.7rem !important;
  }

  .u-font18-md {
    font-size: 1.8rem !important;
  }

  .u-font19-md {
    font-size: 1.9rem !important;
  }

  .u-font20-md {
    font-size: 2rem !important;
  }

  .u-font21-md {
    font-size: 2.1rem !important;
  }

  .u-font22-md {
    font-size: 2.2rem !important;
  }

  .u-font23-md {
    font-size: 2.3rem !important;
  }

  .u-font24-md {
    font-size: 2.4rem !important;
  }

  .u-font25-md {
    font-size: 2.5rem !important;
  }

  .u-font26-md {
    font-size: 2.6rem !important;
  }

  .u-font27-md {
    font-size: 2.7rem !important;
  }

  .u-font28-md {
    font-size: 2.8rem !important;
  }

  .u-font29-md {
    font-size: 2.9rem !important;
  }

  .u-font30-md {
    font-size: 3rem !important;
  }

  .u-font31-md {
    font-size: 3.1rem !important;
  }

  .u-font32-md {
    font-size: 3.2rem !important;
  }

  .u-font33-md {
    font-size: 3.3rem !important;
  }

  .u-font34-md {
    font-size: 3.4rem !important;
  }

  .u-font35-md {
    font-size: 3.5rem !important;
  }

  .u-font36-md {
    font-size: 3.6rem !important;
  }

  .u-font37-md {
    font-size: 3.7rem !important;
  }

  .u-font38-md {
    font-size: 3.8rem !important;
  }

  .u-font39-md {
    font-size: 3.9rem !important;
  }

  .u-font40-md {
    font-size: 4rem !important;
  }

  .u-font41-md {
    font-size: 4.1rem !important;
  }

  .u-font42-md {
    font-size: 4.2rem !important;
  }

  .u-font43-md {
    font-size: 4.3rem !important;
  }

  .u-font44-md {
    font-size: 4.4rem !important;
  }

  .u-font45-md {
    font-size: 4.5rem !important;
  }

  .u-font46-md {
    font-size: 4.6rem !important;
  }

  .u-font47-md {
    font-size: 4.7rem !important;
  }

  .u-font48-md {
    font-size: 4.8rem !important;
  }

  .u-font49-md {
    font-size: 4.9rem !important;
  }

  .u-font50-md {
    font-size: 5rem !important;
  }

  .u-font51-md {
    font-size: 5.1rem !important;
  }

  .u-font52-md {
    font-size: 5.2rem !important;
  }

  .u-font53-md {
    font-size: 5.3rem !important;
  }

  .u-font54-md {
    font-size: 5.4rem !important;
  }

  .u-font55-md {
    font-size: 5.5rem !important;
  }

  .u-font56-md {
    font-size: 5.6rem !important;
  }

  .u-font57-md {
    font-size: 5.7rem !important;
  }

  .u-font58-md {
    font-size: 5.8rem !important;
  }

  .u-font59-md {
    font-size: 5.9rem !important;
  }

  .u-font60-md {
    font-size: 6rem !important;
  }
}
.u-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.js-fadeOut {
  -webkit-transition-duration: 2s;
  -webkit-transition-delay: 0.4s;
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 2s;
}

.js-fadeOutTop {
  -webkit-transform: translateY(6rem);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateY(6rem);
  transition: all 1s;
}

.js-fadeIn {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.js-slideOutRight {
  -webkit-transform: translateX(100%);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s;
}

.js-slideOutRight--onload {
  -webkit-transform: translateX(100%);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s;
}

.js-slideOutLeft {
  -webkit-transform: translateX(-100%);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;
}

.js-slideOutLeft--onload {
  -webkit-transform: translateX(-100%);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;
}

.js-slideOutTop--onload {
  -webkit-transform: translateY(-100%);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1s;
}

.js-slideOutBottom--onload {
  -webkit-transform: translateY(100%);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s;
}

.js-queue {
  -webkit-transition: all 1s;
  opacity: 0;
  transition: all 1s;
}

.js-slideIn {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
}

.js-fast,
.js-second {
  -webkit-transform: translateY(6rem);
  -webkit-transition: all 1s;
  opacity: 0;
  transform: translateY(6rem);
  transition: all 1s;
}

.js-fast.js-scrollIn,
.js-second.js-scrollIn {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.u-link a {
  color: #115FFB;
  text-decoration: underline;
}

.u-link a:hover {
  color: #0338a3;
}

a.u-link {
  color: #115FFB;
  text-decoration: underline;
}

a.u-link:hover {
  color: #0338a3;
}

.u-margin-top0-sm {
  margin-top: 0rem !important;
}

.u-margin-bottom0-sm {
  margin-bottom: 0rem !important;
}

.u-margin-left0-sm {
  margin-left: 0rem !important;
}

.u-margin-right0-sm {
  margin-right: 0rem !important;
}

.u-margin-top1-sm {
  margin-top: 0.1rem !important;
}

.u-margin-bottom1-sm {
  margin-bottom: 0.1rem !important;
}

.u-margin-left1-sm {
  margin-left: 0.1rem !important;
}

.u-margin-right1-sm {
  margin-right: 0.1rem !important;
}

.u-margin-top2-sm {
  margin-top: 0.2rem !important;
}

.u-margin-bottom2-sm {
  margin-bottom: 0.2rem !important;
}

.u-margin-left2-sm {
  margin-left: 0.2rem !important;
}

.u-margin-right2-sm {
  margin-right: 0.2rem !important;
}

.u-margin-top3-sm {
  margin-top: 0.3rem !important;
}

.u-margin-bottom3-sm {
  margin-bottom: 0.3rem !important;
}

.u-margin-left3-sm {
  margin-left: 0.3rem !important;
}

.u-margin-right3-sm {
  margin-right: 0.3rem !important;
}

.u-margin-top4-sm {
  margin-top: 0.4rem !important;
}

.u-margin-bottom4-sm {
  margin-bottom: 0.4rem !important;
}

.u-margin-left4-sm {
  margin-left: 0.4rem !important;
}

.u-margin-right4-sm {
  margin-right: 0.4rem !important;
}

.u-margin-top5-sm {
  margin-top: 0.5rem !important;
}

.u-margin-bottom5-sm {
  margin-bottom: 0.5rem !important;
}

.u-margin-left5-sm {
  margin-left: 0.5rem !important;
}

.u-margin-right5-sm {
  margin-right: 0.5rem !important;
}

.u-margin-top6-sm {
  margin-top: 0.6rem !important;
}

.u-margin-bottom6-sm {
  margin-bottom: 0.6rem !important;
}

.u-margin-left6-sm {
  margin-left: 0.6rem !important;
}

.u-margin-right6-sm {
  margin-right: 0.6rem !important;
}

.u-margin-top7-sm {
  margin-top: 0.7rem !important;
}

.u-margin-bottom7-sm {
  margin-bottom: 0.7rem !important;
}

.u-margin-left7-sm {
  margin-left: 0.7rem !important;
}

.u-margin-right7-sm {
  margin-right: 0.7rem !important;
}

.u-margin-top8-sm {
  margin-top: 0.8rem !important;
}

.u-margin-bottom8-sm {
  margin-bottom: 0.8rem !important;
}

.u-margin-left8-sm {
  margin-left: 0.8rem !important;
}

.u-margin-right8-sm {
  margin-right: 0.8rem !important;
}

.u-margin-top9-sm {
  margin-top: 0.9rem !important;
}

.u-margin-bottom9-sm {
  margin-bottom: 0.9rem !important;
}

.u-margin-left9-sm {
  margin-left: 0.9rem !important;
}

.u-margin-right9-sm {
  margin-right: 0.9rem !important;
}

.u-margin-top10-sm {
  margin-top: 1rem !important;
}

.u-margin-bottom10-sm {
  margin-bottom: 1rem !important;
}

.u-margin-left10-sm {
  margin-left: 1rem !important;
}

.u-margin-right10-sm {
  margin-right: 1rem !important;
}

.u-margin-top11-sm {
  margin-top: 1.1rem !important;
}

.u-margin-bottom11-sm {
  margin-bottom: 1.1rem !important;
}

.u-margin-left11-sm {
  margin-left: 1.1rem !important;
}

.u-margin-right11-sm {
  margin-right: 1.1rem !important;
}

.u-margin-top12-sm {
  margin-top: 1.2rem !important;
}

.u-margin-bottom12-sm {
  margin-bottom: 1.2rem !important;
}

.u-margin-left12-sm {
  margin-left: 1.2rem !important;
}

.u-margin-right12-sm {
  margin-right: 1.2rem !important;
}

.u-margin-top13-sm {
  margin-top: 1.3rem !important;
}

.u-margin-bottom13-sm {
  margin-bottom: 1.3rem !important;
}

.u-margin-left13-sm {
  margin-left: 1.3rem !important;
}

.u-margin-right13-sm {
  margin-right: 1.3rem !important;
}

.u-margin-top14-sm {
  margin-top: 1.4rem !important;
}

.u-margin-bottom14-sm {
  margin-bottom: 1.4rem !important;
}

.u-margin-left14-sm {
  margin-left: 1.4rem !important;
}

.u-margin-right14-sm {
  margin-right: 1.4rem !important;
}

.u-margin-top15-sm {
  margin-top: 1.5rem !important;
}

.u-margin-bottom15-sm {
  margin-bottom: 1.5rem !important;
}

.u-margin-left15-sm {
  margin-left: 1.5rem !important;
}

.u-margin-right15-sm {
  margin-right: 1.5rem !important;
}

.u-margin-top16-sm {
  margin-top: 1.6rem !important;
}

.u-margin-bottom16-sm {
  margin-bottom: 1.6rem !important;
}

.u-margin-left16-sm {
  margin-left: 1.6rem !important;
}

.u-margin-right16-sm {
  margin-right: 1.6rem !important;
}

.u-margin-top17-sm {
  margin-top: 1.7rem !important;
}

.u-margin-bottom17-sm {
  margin-bottom: 1.7rem !important;
}

.u-margin-left17-sm {
  margin-left: 1.7rem !important;
}

.u-margin-right17-sm {
  margin-right: 1.7rem !important;
}

.u-margin-top18-sm {
  margin-top: 1.8rem !important;
}

.u-margin-bottom18-sm {
  margin-bottom: 1.8rem !important;
}

.u-margin-left18-sm {
  margin-left: 1.8rem !important;
}

.u-margin-right18-sm {
  margin-right: 1.8rem !important;
}

.u-margin-top19-sm {
  margin-top: 1.9rem !important;
}

.u-margin-bottom19-sm {
  margin-bottom: 1.9rem !important;
}

.u-margin-left19-sm {
  margin-left: 1.9rem !important;
}

.u-margin-right19-sm {
  margin-right: 1.9rem !important;
}

.u-margin-top20-sm {
  margin-top: 2rem !important;
}

.u-margin-bottom20-sm {
  margin-bottom: 2rem !important;
}

.u-margin-left20-sm {
  margin-left: 2rem !important;
}

.u-margin-right20-sm {
  margin-right: 2rem !important;
}

.u-margin-top21-sm {
  margin-top: 2.1rem !important;
}

.u-margin-bottom21-sm {
  margin-bottom: 2.1rem !important;
}

.u-margin-left21-sm {
  margin-left: 2.1rem !important;
}

.u-margin-right21-sm {
  margin-right: 2.1rem !important;
}

.u-margin-top22-sm {
  margin-top: 2.2rem !important;
}

.u-margin-bottom22-sm {
  margin-bottom: 2.2rem !important;
}

.u-margin-left22-sm {
  margin-left: 2.2rem !important;
}

.u-margin-right22-sm {
  margin-right: 2.2rem !important;
}

.u-margin-top23-sm {
  margin-top: 2.3rem !important;
}

.u-margin-bottom23-sm {
  margin-bottom: 2.3rem !important;
}

.u-margin-left23-sm {
  margin-left: 2.3rem !important;
}

.u-margin-right23-sm {
  margin-right: 2.3rem !important;
}

.u-margin-top24-sm {
  margin-top: 2.4rem !important;
}

.u-margin-bottom24-sm {
  margin-bottom: 2.4rem !important;
}

.u-margin-left24-sm {
  margin-left: 2.4rem !important;
}

.u-margin-right24-sm {
  margin-right: 2.4rem !important;
}

.u-margin-top25-sm {
  margin-top: 2.5rem !important;
}

.u-margin-bottom25-sm {
  margin-bottom: 2.5rem !important;
}

.u-margin-left25-sm {
  margin-left: 2.5rem !important;
}

.u-margin-right25-sm {
  margin-right: 2.5rem !important;
}

.u-margin-top26-sm {
  margin-top: 2.6rem !important;
}

.u-margin-bottom26-sm {
  margin-bottom: 2.6rem !important;
}

.u-margin-left26-sm {
  margin-left: 2.6rem !important;
}

.u-margin-right26-sm {
  margin-right: 2.6rem !important;
}

.u-margin-top27-sm {
  margin-top: 2.7rem !important;
}

.u-margin-bottom27-sm {
  margin-bottom: 2.7rem !important;
}

.u-margin-left27-sm {
  margin-left: 2.7rem !important;
}

.u-margin-right27-sm {
  margin-right: 2.7rem !important;
}

.u-margin-top28-sm {
  margin-top: 2.8rem !important;
}

.u-margin-bottom28-sm {
  margin-bottom: 2.8rem !important;
}

.u-margin-left28-sm {
  margin-left: 2.8rem !important;
}

.u-margin-right28-sm {
  margin-right: 2.8rem !important;
}

.u-margin-top29-sm {
  margin-top: 2.9rem !important;
}

.u-margin-bottom29-sm {
  margin-bottom: 2.9rem !important;
}

.u-margin-left29-sm {
  margin-left: 2.9rem !important;
}

.u-margin-right29-sm {
  margin-right: 2.9rem !important;
}

.u-margin-top30-sm {
  margin-top: 3rem !important;
}

.u-margin-bottom30-sm {
  margin-bottom: 3rem !important;
}

.u-margin-left30-sm {
  margin-left: 3rem !important;
}

.u-margin-right30-sm {
  margin-right: 3rem !important;
}

.u-margin-top31-sm {
  margin-top: 3.1rem !important;
}

.u-margin-bottom31-sm {
  margin-bottom: 3.1rem !important;
}

.u-margin-left31-sm {
  margin-left: 3.1rem !important;
}

.u-margin-right31-sm {
  margin-right: 3.1rem !important;
}

.u-margin-top32-sm {
  margin-top: 3.2rem !important;
}

.u-margin-bottom32-sm {
  margin-bottom: 3.2rem !important;
}

.u-margin-left32-sm {
  margin-left: 3.2rem !important;
}

.u-margin-right32-sm {
  margin-right: 3.2rem !important;
}

.u-margin-top33-sm {
  margin-top: 3.3rem !important;
}

.u-margin-bottom33-sm {
  margin-bottom: 3.3rem !important;
}

.u-margin-left33-sm {
  margin-left: 3.3rem !important;
}

.u-margin-right33-sm {
  margin-right: 3.3rem !important;
}

.u-margin-top34-sm {
  margin-top: 3.4rem !important;
}

.u-margin-bottom34-sm {
  margin-bottom: 3.4rem !important;
}

.u-margin-left34-sm {
  margin-left: 3.4rem !important;
}

.u-margin-right34-sm {
  margin-right: 3.4rem !important;
}

.u-margin-top35-sm {
  margin-top: 3.5rem !important;
}

.u-margin-bottom35-sm {
  margin-bottom: 3.5rem !important;
}

.u-margin-left35-sm {
  margin-left: 3.5rem !important;
}

.u-margin-right35-sm {
  margin-right: 3.5rem !important;
}

.u-margin-top36-sm {
  margin-top: 3.6rem !important;
}

.u-margin-bottom36-sm {
  margin-bottom: 3.6rem !important;
}

.u-margin-left36-sm {
  margin-left: 3.6rem !important;
}

.u-margin-right36-sm {
  margin-right: 3.6rem !important;
}

.u-margin-top37-sm {
  margin-top: 3.7rem !important;
}

.u-margin-bottom37-sm {
  margin-bottom: 3.7rem !important;
}

.u-margin-left37-sm {
  margin-left: 3.7rem !important;
}

.u-margin-right37-sm {
  margin-right: 3.7rem !important;
}

.u-margin-top38-sm {
  margin-top: 3.8rem !important;
}

.u-margin-bottom38-sm {
  margin-bottom: 3.8rem !important;
}

.u-margin-left38-sm {
  margin-left: 3.8rem !important;
}

.u-margin-right38-sm {
  margin-right: 3.8rem !important;
}

.u-margin-top39-sm {
  margin-top: 3.9rem !important;
}

.u-margin-bottom39-sm {
  margin-bottom: 3.9rem !important;
}

.u-margin-left39-sm {
  margin-left: 3.9rem !important;
}

.u-margin-right39-sm {
  margin-right: 3.9rem !important;
}

.u-margin-top40-sm {
  margin-top: 4rem !important;
}

.u-margin-bottom40-sm {
  margin-bottom: 4rem !important;
}

.u-margin-left40-sm {
  margin-left: 4rem !important;
}

.u-margin-right40-sm {
  margin-right: 4rem !important;
}

.u-margin-top41-sm {
  margin-top: 4.1rem !important;
}

.u-margin-bottom41-sm {
  margin-bottom: 4.1rem !important;
}

.u-margin-left41-sm {
  margin-left: 4.1rem !important;
}

.u-margin-right41-sm {
  margin-right: 4.1rem !important;
}

.u-margin-top42-sm {
  margin-top: 4.2rem !important;
}

.u-margin-bottom42-sm {
  margin-bottom: 4.2rem !important;
}

.u-margin-left42-sm {
  margin-left: 4.2rem !important;
}

.u-margin-right42-sm {
  margin-right: 4.2rem !important;
}

.u-margin-top43-sm {
  margin-top: 4.3rem !important;
}

.u-margin-bottom43-sm {
  margin-bottom: 4.3rem !important;
}

.u-margin-left43-sm {
  margin-left: 4.3rem !important;
}

.u-margin-right43-sm {
  margin-right: 4.3rem !important;
}

.u-margin-top44-sm {
  margin-top: 4.4rem !important;
}

.u-margin-bottom44-sm {
  margin-bottom: 4.4rem !important;
}

.u-margin-left44-sm {
  margin-left: 4.4rem !important;
}

.u-margin-right44-sm {
  margin-right: 4.4rem !important;
}

.u-margin-top45-sm {
  margin-top: 4.5rem !important;
}

.u-margin-bottom45-sm {
  margin-bottom: 4.5rem !important;
}

.u-margin-left45-sm {
  margin-left: 4.5rem !important;
}

.u-margin-right45-sm {
  margin-right: 4.5rem !important;
}

.u-margin-top46-sm {
  margin-top: 4.6rem !important;
}

.u-margin-bottom46-sm {
  margin-bottom: 4.6rem !important;
}

.u-margin-left46-sm {
  margin-left: 4.6rem !important;
}

.u-margin-right46-sm {
  margin-right: 4.6rem !important;
}

.u-margin-top47-sm {
  margin-top: 4.7rem !important;
}

.u-margin-bottom47-sm {
  margin-bottom: 4.7rem !important;
}

.u-margin-left47-sm {
  margin-left: 4.7rem !important;
}

.u-margin-right47-sm {
  margin-right: 4.7rem !important;
}

.u-margin-top48-sm {
  margin-top: 4.8rem !important;
}

.u-margin-bottom48-sm {
  margin-bottom: 4.8rem !important;
}

.u-margin-left48-sm {
  margin-left: 4.8rem !important;
}

.u-margin-right48-sm {
  margin-right: 4.8rem !important;
}

.u-margin-top49-sm {
  margin-top: 4.9rem !important;
}

.u-margin-bottom49-sm {
  margin-bottom: 4.9rem !important;
}

.u-margin-left49-sm {
  margin-left: 4.9rem !important;
}

.u-margin-right49-sm {
  margin-right: 4.9rem !important;
}

.u-margin-top50-sm {
  margin-top: 5rem !important;
}

.u-margin-bottom50-sm {
  margin-bottom: 5rem !important;
}

.u-margin-left50-sm {
  margin-left: 5rem !important;
}

.u-margin-right50-sm {
  margin-right: 5rem !important;
}

.u-margin-top51-sm {
  margin-top: 5.1rem !important;
}

.u-margin-bottom51-sm {
  margin-bottom: 5.1rem !important;
}

.u-margin-left51-sm {
  margin-left: 5.1rem !important;
}

.u-margin-right51-sm {
  margin-right: 5.1rem !important;
}

.u-margin-top52-sm {
  margin-top: 5.2rem !important;
}

.u-margin-bottom52-sm {
  margin-bottom: 5.2rem !important;
}

.u-margin-left52-sm {
  margin-left: 5.2rem !important;
}

.u-margin-right52-sm {
  margin-right: 5.2rem !important;
}

.u-margin-top53-sm {
  margin-top: 5.3rem !important;
}

.u-margin-bottom53-sm {
  margin-bottom: 5.3rem !important;
}

.u-margin-left53-sm {
  margin-left: 5.3rem !important;
}

.u-margin-right53-sm {
  margin-right: 5.3rem !important;
}

.u-margin-top54-sm {
  margin-top: 5.4rem !important;
}

.u-margin-bottom54-sm {
  margin-bottom: 5.4rem !important;
}

.u-margin-left54-sm {
  margin-left: 5.4rem !important;
}

.u-margin-right54-sm {
  margin-right: 5.4rem !important;
}

.u-margin-top55-sm {
  margin-top: 5.5rem !important;
}

.u-margin-bottom55-sm {
  margin-bottom: 5.5rem !important;
}

.u-margin-left55-sm {
  margin-left: 5.5rem !important;
}

.u-margin-right55-sm {
  margin-right: 5.5rem !important;
}

.u-margin-top56-sm {
  margin-top: 5.6rem !important;
}

.u-margin-bottom56-sm {
  margin-bottom: 5.6rem !important;
}

.u-margin-left56-sm {
  margin-left: 5.6rem !important;
}

.u-margin-right56-sm {
  margin-right: 5.6rem !important;
}

.u-margin-top57-sm {
  margin-top: 5.7rem !important;
}

.u-margin-bottom57-sm {
  margin-bottom: 5.7rem !important;
}

.u-margin-left57-sm {
  margin-left: 5.7rem !important;
}

.u-margin-right57-sm {
  margin-right: 5.7rem !important;
}

.u-margin-top58-sm {
  margin-top: 5.8rem !important;
}

.u-margin-bottom58-sm {
  margin-bottom: 5.8rem !important;
}

.u-margin-left58-sm {
  margin-left: 5.8rem !important;
}

.u-margin-right58-sm {
  margin-right: 5.8rem !important;
}

.u-margin-top59-sm {
  margin-top: 5.9rem !important;
}

.u-margin-bottom59-sm {
  margin-bottom: 5.9rem !important;
}

.u-margin-left59-sm {
  margin-left: 5.9rem !important;
}

.u-margin-right59-sm {
  margin-right: 5.9rem !important;
}

.u-margin-top60-sm {
  margin-top: 6rem !important;
}

.u-margin-bottom60-sm {
  margin-bottom: 6rem !important;
}

.u-margin-left60-sm {
  margin-left: 6rem !important;
}

.u-margin-right60-sm {
  margin-right: 6rem !important;
}

.u-margin-top61-sm {
  margin-top: 6.1rem !important;
}

.u-margin-bottom61-sm {
  margin-bottom: 6.1rem !important;
}

.u-margin-left61-sm {
  margin-left: 6.1rem !important;
}

.u-margin-right61-sm {
  margin-right: 6.1rem !important;
}

.u-margin-top62-sm {
  margin-top: 6.2rem !important;
}

.u-margin-bottom62-sm {
  margin-bottom: 6.2rem !important;
}

.u-margin-left62-sm {
  margin-left: 6.2rem !important;
}

.u-margin-right62-sm {
  margin-right: 6.2rem !important;
}

.u-margin-top63-sm {
  margin-top: 6.3rem !important;
}

.u-margin-bottom63-sm {
  margin-bottom: 6.3rem !important;
}

.u-margin-left63-sm {
  margin-left: 6.3rem !important;
}

.u-margin-right63-sm {
  margin-right: 6.3rem !important;
}

.u-margin-top64-sm {
  margin-top: 6.4rem !important;
}

.u-margin-bottom64-sm {
  margin-bottom: 6.4rem !important;
}

.u-margin-left64-sm {
  margin-left: 6.4rem !important;
}

.u-margin-right64-sm {
  margin-right: 6.4rem !important;
}

.u-margin-top65-sm {
  margin-top: 6.5rem !important;
}

.u-margin-bottom65-sm {
  margin-bottom: 6.5rem !important;
}

.u-margin-left65-sm {
  margin-left: 6.5rem !important;
}

.u-margin-right65-sm {
  margin-right: 6.5rem !important;
}

.u-margin-top66-sm {
  margin-top: 6.6rem !important;
}

.u-margin-bottom66-sm {
  margin-bottom: 6.6rem !important;
}

.u-margin-left66-sm {
  margin-left: 6.6rem !important;
}

.u-margin-right66-sm {
  margin-right: 6.6rem !important;
}

.u-margin-top67-sm {
  margin-top: 6.7rem !important;
}

.u-margin-bottom67-sm {
  margin-bottom: 6.7rem !important;
}

.u-margin-left67-sm {
  margin-left: 6.7rem !important;
}

.u-margin-right67-sm {
  margin-right: 6.7rem !important;
}

.u-margin-top68-sm {
  margin-top: 6.8rem !important;
}

.u-margin-bottom68-sm {
  margin-bottom: 6.8rem !important;
}

.u-margin-left68-sm {
  margin-left: 6.8rem !important;
}

.u-margin-right68-sm {
  margin-right: 6.8rem !important;
}

.u-margin-top69-sm {
  margin-top: 6.9rem !important;
}

.u-margin-bottom69-sm {
  margin-bottom: 6.9rem !important;
}

.u-margin-left69-sm {
  margin-left: 6.9rem !important;
}

.u-margin-right69-sm {
  margin-right: 6.9rem !important;
}

.u-margin-top70-sm {
  margin-top: 7rem !important;
}

.u-margin-bottom70-sm {
  margin-bottom: 7rem !important;
}

.u-margin-left70-sm {
  margin-left: 7rem !important;
}

.u-margin-right70-sm {
  margin-right: 7rem !important;
}

.u-margin-top71-sm {
  margin-top: 7.1rem !important;
}

.u-margin-bottom71-sm {
  margin-bottom: 7.1rem !important;
}

.u-margin-left71-sm {
  margin-left: 7.1rem !important;
}

.u-margin-right71-sm {
  margin-right: 7.1rem !important;
}

.u-margin-top72-sm {
  margin-top: 7.2rem !important;
}

.u-margin-bottom72-sm {
  margin-bottom: 7.2rem !important;
}

.u-margin-left72-sm {
  margin-left: 7.2rem !important;
}

.u-margin-right72-sm {
  margin-right: 7.2rem !important;
}

.u-margin-top73-sm {
  margin-top: 7.3rem !important;
}

.u-margin-bottom73-sm {
  margin-bottom: 7.3rem !important;
}

.u-margin-left73-sm {
  margin-left: 7.3rem !important;
}

.u-margin-right73-sm {
  margin-right: 7.3rem !important;
}

.u-margin-top74-sm {
  margin-top: 7.4rem !important;
}

.u-margin-bottom74-sm {
  margin-bottom: 7.4rem !important;
}

.u-margin-left74-sm {
  margin-left: 7.4rem !important;
}

.u-margin-right74-sm {
  margin-right: 7.4rem !important;
}

.u-margin-top75-sm {
  margin-top: 7.5rem !important;
}

.u-margin-bottom75-sm {
  margin-bottom: 7.5rem !important;
}

.u-margin-left75-sm {
  margin-left: 7.5rem !important;
}

.u-margin-right75-sm {
  margin-right: 7.5rem !important;
}

.u-margin-top76-sm {
  margin-top: 7.6rem !important;
}

.u-margin-bottom76-sm {
  margin-bottom: 7.6rem !important;
}

.u-margin-left76-sm {
  margin-left: 7.6rem !important;
}

.u-margin-right76-sm {
  margin-right: 7.6rem !important;
}

.u-margin-top77-sm {
  margin-top: 7.7rem !important;
}

.u-margin-bottom77-sm {
  margin-bottom: 7.7rem !important;
}

.u-margin-left77-sm {
  margin-left: 7.7rem !important;
}

.u-margin-right77-sm {
  margin-right: 7.7rem !important;
}

.u-margin-top78-sm {
  margin-top: 7.8rem !important;
}

.u-margin-bottom78-sm {
  margin-bottom: 7.8rem !important;
}

.u-margin-left78-sm {
  margin-left: 7.8rem !important;
}

.u-margin-right78-sm {
  margin-right: 7.8rem !important;
}

.u-margin-top79-sm {
  margin-top: 7.9rem !important;
}

.u-margin-bottom79-sm {
  margin-bottom: 7.9rem !important;
}

.u-margin-left79-sm {
  margin-left: 7.9rem !important;
}

.u-margin-right79-sm {
  margin-right: 7.9rem !important;
}

.u-margin-top80-sm {
  margin-top: 8rem !important;
}

.u-margin-bottom80-sm {
  margin-bottom: 8rem !important;
}

.u-margin-left80-sm {
  margin-left: 8rem !important;
}

.u-margin-right80-sm {
  margin-right: 8rem !important;
}

.u-margin-top81-sm {
  margin-top: 8.1rem !important;
}

.u-margin-bottom81-sm {
  margin-bottom: 8.1rem !important;
}

.u-margin-left81-sm {
  margin-left: 8.1rem !important;
}

.u-margin-right81-sm {
  margin-right: 8.1rem !important;
}

.u-margin-top82-sm {
  margin-top: 8.2rem !important;
}

.u-margin-bottom82-sm {
  margin-bottom: 8.2rem !important;
}

.u-margin-left82-sm {
  margin-left: 8.2rem !important;
}

.u-margin-right82-sm {
  margin-right: 8.2rem !important;
}

.u-margin-top83-sm {
  margin-top: 8.3rem !important;
}

.u-margin-bottom83-sm {
  margin-bottom: 8.3rem !important;
}

.u-margin-left83-sm {
  margin-left: 8.3rem !important;
}

.u-margin-right83-sm {
  margin-right: 8.3rem !important;
}

.u-margin-top84-sm {
  margin-top: 8.4rem !important;
}

.u-margin-bottom84-sm {
  margin-bottom: 8.4rem !important;
}

.u-margin-left84-sm {
  margin-left: 8.4rem !important;
}

.u-margin-right84-sm {
  margin-right: 8.4rem !important;
}

.u-margin-top85-sm {
  margin-top: 8.5rem !important;
}

.u-margin-bottom85-sm {
  margin-bottom: 8.5rem !important;
}

.u-margin-left85-sm {
  margin-left: 8.5rem !important;
}

.u-margin-right85-sm {
  margin-right: 8.5rem !important;
}

.u-margin-top86-sm {
  margin-top: 8.6rem !important;
}

.u-margin-bottom86-sm {
  margin-bottom: 8.6rem !important;
}

.u-margin-left86-sm {
  margin-left: 8.6rem !important;
}

.u-margin-right86-sm {
  margin-right: 8.6rem !important;
}

.u-margin-top87-sm {
  margin-top: 8.7rem !important;
}

.u-margin-bottom87-sm {
  margin-bottom: 8.7rem !important;
}

.u-margin-left87-sm {
  margin-left: 8.7rem !important;
}

.u-margin-right87-sm {
  margin-right: 8.7rem !important;
}

.u-margin-top88-sm {
  margin-top: 8.8rem !important;
}

.u-margin-bottom88-sm {
  margin-bottom: 8.8rem !important;
}

.u-margin-left88-sm {
  margin-left: 8.8rem !important;
}

.u-margin-right88-sm {
  margin-right: 8.8rem !important;
}

.u-margin-top89-sm {
  margin-top: 8.9rem !important;
}

.u-margin-bottom89-sm {
  margin-bottom: 8.9rem !important;
}

.u-margin-left89-sm {
  margin-left: 8.9rem !important;
}

.u-margin-right89-sm {
  margin-right: 8.9rem !important;
}

.u-margin-top90-sm {
  margin-top: 9rem !important;
}

.u-margin-bottom90-sm {
  margin-bottom: 9rem !important;
}

.u-margin-left90-sm {
  margin-left: 9rem !important;
}

.u-margin-right90-sm {
  margin-right: 9rem !important;
}

.u-margin-top91-sm {
  margin-top: 9.1rem !important;
}

.u-margin-bottom91-sm {
  margin-bottom: 9.1rem !important;
}

.u-margin-left91-sm {
  margin-left: 9.1rem !important;
}

.u-margin-right91-sm {
  margin-right: 9.1rem !important;
}

.u-margin-top92-sm {
  margin-top: 9.2rem !important;
}

.u-margin-bottom92-sm {
  margin-bottom: 9.2rem !important;
}

.u-margin-left92-sm {
  margin-left: 9.2rem !important;
}

.u-margin-right92-sm {
  margin-right: 9.2rem !important;
}

.u-margin-top93-sm {
  margin-top: 9.3rem !important;
}

.u-margin-bottom93-sm {
  margin-bottom: 9.3rem !important;
}

.u-margin-left93-sm {
  margin-left: 9.3rem !important;
}

.u-margin-right93-sm {
  margin-right: 9.3rem !important;
}

.u-margin-top94-sm {
  margin-top: 9.4rem !important;
}

.u-margin-bottom94-sm {
  margin-bottom: 9.4rem !important;
}

.u-margin-left94-sm {
  margin-left: 9.4rem !important;
}

.u-margin-right94-sm {
  margin-right: 9.4rem !important;
}

.u-margin-top95-sm {
  margin-top: 9.5rem !important;
}

.u-margin-bottom95-sm {
  margin-bottom: 9.5rem !important;
}

.u-margin-left95-sm {
  margin-left: 9.5rem !important;
}

.u-margin-right95-sm {
  margin-right: 9.5rem !important;
}

.u-margin-top96-sm {
  margin-top: 9.6rem !important;
}

.u-margin-bottom96-sm {
  margin-bottom: 9.6rem !important;
}

.u-margin-left96-sm {
  margin-left: 9.6rem !important;
}

.u-margin-right96-sm {
  margin-right: 9.6rem !important;
}

.u-margin-top97-sm {
  margin-top: 9.7rem !important;
}

.u-margin-bottom97-sm {
  margin-bottom: 9.7rem !important;
}

.u-margin-left97-sm {
  margin-left: 9.7rem !important;
}

.u-margin-right97-sm {
  margin-right: 9.7rem !important;
}

.u-margin-top98-sm {
  margin-top: 9.8rem !important;
}

.u-margin-bottom98-sm {
  margin-bottom: 9.8rem !important;
}

.u-margin-left98-sm {
  margin-left: 9.8rem !important;
}

.u-margin-right98-sm {
  margin-right: 9.8rem !important;
}

.u-margin-top99-sm {
  margin-top: 9.9rem !important;
}

.u-margin-bottom99-sm {
  margin-bottom: 9.9rem !important;
}

.u-margin-left99-sm {
  margin-left: 9.9rem !important;
}

.u-margin-right99-sm {
  margin-right: 9.9rem !important;
}

.u-margin-top100-sm {
  margin-top: 10rem !important;
}

.u-margin-bottom100-sm {
  margin-bottom: 10rem !important;
}

.u-margin-left100-sm {
  margin-left: 10rem !important;
}

.u-margin-right100-sm {
  margin-right: 10rem !important;
}

@media screen and (min-width: 768px) {
  .u-margin-top0-md {
    margin-top: 0rem !important;
  }

  .u-margin-bottom0-md {
    margin-bottom: 0rem !important;
  }

  .u-margin-left0-md {
    margin-left: 0rem !important;
  }

  .u-margin-right0-md {
    margin-right: 0rem !important;
  }

  .u-margin-top1-md {
    margin-top: 0.1rem !important;
  }

  .u-margin-bottom1-md {
    margin-bottom: 0.1rem !important;
  }

  .u-margin-left1-md {
    margin-left: 0.1rem !important;
  }

  .u-margin-right1-md {
    margin-right: 0.1rem !important;
  }

  .u-margin-top2-md {
    margin-top: 0.2rem !important;
  }

  .u-margin-bottom2-md {
    margin-bottom: 0.2rem !important;
  }

  .u-margin-left2-md {
    margin-left: 0.2rem !important;
  }

  .u-margin-right2-md {
    margin-right: 0.2rem !important;
  }

  .u-margin-top3-md {
    margin-top: 0.3rem !important;
  }

  .u-margin-bottom3-md {
    margin-bottom: 0.3rem !important;
  }

  .u-margin-left3-md {
    margin-left: 0.3rem !important;
  }

  .u-margin-right3-md {
    margin-right: 0.3rem !important;
  }

  .u-margin-top4-md {
    margin-top: 0.4rem !important;
  }

  .u-margin-bottom4-md {
    margin-bottom: 0.4rem !important;
  }

  .u-margin-left4-md {
    margin-left: 0.4rem !important;
  }

  .u-margin-right4-md {
    margin-right: 0.4rem !important;
  }

  .u-margin-top5-md {
    margin-top: 0.5rem !important;
  }

  .u-margin-bottom5-md {
    margin-bottom: 0.5rem !important;
  }

  .u-margin-left5-md {
    margin-left: 0.5rem !important;
  }

  .u-margin-right5-md {
    margin-right: 0.5rem !important;
  }

  .u-margin-top6-md {
    margin-top: 0.6rem !important;
  }

  .u-margin-bottom6-md {
    margin-bottom: 0.6rem !important;
  }

  .u-margin-left6-md {
    margin-left: 0.6rem !important;
  }

  .u-margin-right6-md {
    margin-right: 0.6rem !important;
  }

  .u-margin-top7-md {
    margin-top: 0.7rem !important;
  }

  .u-margin-bottom7-md {
    margin-bottom: 0.7rem !important;
  }

  .u-margin-left7-md {
    margin-left: 0.7rem !important;
  }

  .u-margin-right7-md {
    margin-right: 0.7rem !important;
  }

  .u-margin-top8-md {
    margin-top: 0.8rem !important;
  }

  .u-margin-bottom8-md {
    margin-bottom: 0.8rem !important;
  }

  .u-margin-left8-md {
    margin-left: 0.8rem !important;
  }

  .u-margin-right8-md {
    margin-right: 0.8rem !important;
  }

  .u-margin-top9-md {
    margin-top: 0.9rem !important;
  }

  .u-margin-bottom9-md {
    margin-bottom: 0.9rem !important;
  }

  .u-margin-left9-md {
    margin-left: 0.9rem !important;
  }

  .u-margin-right9-md {
    margin-right: 0.9rem !important;
  }

  .u-margin-top10-md {
    margin-top: 1rem !important;
  }

  .u-margin-bottom10-md {
    margin-bottom: 1rem !important;
  }

  .u-margin-left10-md {
    margin-left: 1rem !important;
  }

  .u-margin-right10-md {
    margin-right: 1rem !important;
  }

  .u-margin-top11-md {
    margin-top: 1.1rem !important;
  }

  .u-margin-bottom11-md {
    margin-bottom: 1.1rem !important;
  }

  .u-margin-left11-md {
    margin-left: 1.1rem !important;
  }

  .u-margin-right11-md {
    margin-right: 1.1rem !important;
  }

  .u-margin-top12-md {
    margin-top: 1.2rem !important;
  }

  .u-margin-bottom12-md {
    margin-bottom: 1.2rem !important;
  }

  .u-margin-left12-md {
    margin-left: 1.2rem !important;
  }

  .u-margin-right12-md {
    margin-right: 1.2rem !important;
  }

  .u-margin-top13-md {
    margin-top: 1.3rem !important;
  }

  .u-margin-bottom13-md {
    margin-bottom: 1.3rem !important;
  }

  .u-margin-left13-md {
    margin-left: 1.3rem !important;
  }

  .u-margin-right13-md {
    margin-right: 1.3rem !important;
  }

  .u-margin-top14-md {
    margin-top: 1.4rem !important;
  }

  .u-margin-bottom14-md {
    margin-bottom: 1.4rem !important;
  }

  .u-margin-left14-md {
    margin-left: 1.4rem !important;
  }

  .u-margin-right14-md {
    margin-right: 1.4rem !important;
  }

  .u-margin-top15-md {
    margin-top: 1.5rem !important;
  }

  .u-margin-bottom15-md {
    margin-bottom: 1.5rem !important;
  }

  .u-margin-left15-md {
    margin-left: 1.5rem !important;
  }

  .u-margin-right15-md {
    margin-right: 1.5rem !important;
  }

  .u-margin-top16-md {
    margin-top: 1.6rem !important;
  }

  .u-margin-bottom16-md {
    margin-bottom: 1.6rem !important;
  }

  .u-margin-left16-md {
    margin-left: 1.6rem !important;
  }

  .u-margin-right16-md {
    margin-right: 1.6rem !important;
  }

  .u-margin-top17-md {
    margin-top: 1.7rem !important;
  }

  .u-margin-bottom17-md {
    margin-bottom: 1.7rem !important;
  }

  .u-margin-left17-md {
    margin-left: 1.7rem !important;
  }

  .u-margin-right17-md {
    margin-right: 1.7rem !important;
  }

  .u-margin-top18-md {
    margin-top: 1.8rem !important;
  }

  .u-margin-bottom18-md {
    margin-bottom: 1.8rem !important;
  }

  .u-margin-left18-md {
    margin-left: 1.8rem !important;
  }

  .u-margin-right18-md {
    margin-right: 1.8rem !important;
  }

  .u-margin-top19-md {
    margin-top: 1.9rem !important;
  }

  .u-margin-bottom19-md {
    margin-bottom: 1.9rem !important;
  }

  .u-margin-left19-md {
    margin-left: 1.9rem !important;
  }

  .u-margin-right19-md {
    margin-right: 1.9rem !important;
  }

  .u-margin-top20-md {
    margin-top: 2rem !important;
  }

  .u-margin-bottom20-md {
    margin-bottom: 2rem !important;
  }

  .u-margin-left20-md {
    margin-left: 2rem !important;
  }

  .u-margin-right20-md {
    margin-right: 2rem !important;
  }

  .u-margin-top21-md {
    margin-top: 2.1rem !important;
  }

  .u-margin-bottom21-md {
    margin-bottom: 2.1rem !important;
  }

  .u-margin-left21-md {
    margin-left: 2.1rem !important;
  }

  .u-margin-right21-md {
    margin-right: 2.1rem !important;
  }

  .u-margin-top22-md {
    margin-top: 2.2rem !important;
  }

  .u-margin-bottom22-md {
    margin-bottom: 2.2rem !important;
  }

  .u-margin-left22-md {
    margin-left: 2.2rem !important;
  }

  .u-margin-right22-md {
    margin-right: 2.2rem !important;
  }

  .u-margin-top23-md {
    margin-top: 2.3rem !important;
  }

  .u-margin-bottom23-md {
    margin-bottom: 2.3rem !important;
  }

  .u-margin-left23-md {
    margin-left: 2.3rem !important;
  }

  .u-margin-right23-md {
    margin-right: 2.3rem !important;
  }

  .u-margin-top24-md {
    margin-top: 2.4rem !important;
  }

  .u-margin-bottom24-md {
    margin-bottom: 2.4rem !important;
  }

  .u-margin-left24-md {
    margin-left: 2.4rem !important;
  }

  .u-margin-right24-md {
    margin-right: 2.4rem !important;
  }

  .u-margin-top25-md {
    margin-top: 2.5rem !important;
  }

  .u-margin-bottom25-md {
    margin-bottom: 2.5rem !important;
  }

  .u-margin-left25-md {
    margin-left: 2.5rem !important;
  }

  .u-margin-right25-md {
    margin-right: 2.5rem !important;
  }

  .u-margin-top26-md {
    margin-top: 2.6rem !important;
  }

  .u-margin-bottom26-md {
    margin-bottom: 2.6rem !important;
  }

  .u-margin-left26-md {
    margin-left: 2.6rem !important;
  }

  .u-margin-right26-md {
    margin-right: 2.6rem !important;
  }

  .u-margin-top27-md {
    margin-top: 2.7rem !important;
  }

  .u-margin-bottom27-md {
    margin-bottom: 2.7rem !important;
  }

  .u-margin-left27-md {
    margin-left: 2.7rem !important;
  }

  .u-margin-right27-md {
    margin-right: 2.7rem !important;
  }

  .u-margin-top28-md {
    margin-top: 2.8rem !important;
  }

  .u-margin-bottom28-md {
    margin-bottom: 2.8rem !important;
  }

  .u-margin-left28-md {
    margin-left: 2.8rem !important;
  }

  .u-margin-right28-md {
    margin-right: 2.8rem !important;
  }

  .u-margin-top29-md {
    margin-top: 2.9rem !important;
  }

  .u-margin-bottom29-md {
    margin-bottom: 2.9rem !important;
  }

  .u-margin-left29-md {
    margin-left: 2.9rem !important;
  }

  .u-margin-right29-md {
    margin-right: 2.9rem !important;
  }

  .u-margin-top30-md {
    margin-top: 3rem !important;
  }

  .u-margin-bottom30-md {
    margin-bottom: 3rem !important;
  }

  .u-margin-left30-md {
    margin-left: 3rem !important;
  }

  .u-margin-right30-md {
    margin-right: 3rem !important;
  }

  .u-margin-top31-md {
    margin-top: 3.1rem !important;
  }

  .u-margin-bottom31-md {
    margin-bottom: 3.1rem !important;
  }

  .u-margin-left31-md {
    margin-left: 3.1rem !important;
  }

  .u-margin-right31-md {
    margin-right: 3.1rem !important;
  }

  .u-margin-top32-md {
    margin-top: 3.2rem !important;
  }

  .u-margin-bottom32-md {
    margin-bottom: 3.2rem !important;
  }

  .u-margin-left32-md {
    margin-left: 3.2rem !important;
  }

  .u-margin-right32-md {
    margin-right: 3.2rem !important;
  }

  .u-margin-top33-md {
    margin-top: 3.3rem !important;
  }

  .u-margin-bottom33-md {
    margin-bottom: 3.3rem !important;
  }

  .u-margin-left33-md {
    margin-left: 3.3rem !important;
  }

  .u-margin-right33-md {
    margin-right: 3.3rem !important;
  }

  .u-margin-top34-md {
    margin-top: 3.4rem !important;
  }

  .u-margin-bottom34-md {
    margin-bottom: 3.4rem !important;
  }

  .u-margin-left34-md {
    margin-left: 3.4rem !important;
  }

  .u-margin-right34-md {
    margin-right: 3.4rem !important;
  }

  .u-margin-top35-md {
    margin-top: 3.5rem !important;
  }

  .u-margin-bottom35-md {
    margin-bottom: 3.5rem !important;
  }

  .u-margin-left35-md {
    margin-left: 3.5rem !important;
  }

  .u-margin-right35-md {
    margin-right: 3.5rem !important;
  }

  .u-margin-top36-md {
    margin-top: 3.6rem !important;
  }

  .u-margin-bottom36-md {
    margin-bottom: 3.6rem !important;
  }

  .u-margin-left36-md {
    margin-left: 3.6rem !important;
  }

  .u-margin-right36-md {
    margin-right: 3.6rem !important;
  }

  .u-margin-top37-md {
    margin-top: 3.7rem !important;
  }

  .u-margin-bottom37-md {
    margin-bottom: 3.7rem !important;
  }

  .u-margin-left37-md {
    margin-left: 3.7rem !important;
  }

  .u-margin-right37-md {
    margin-right: 3.7rem !important;
  }

  .u-margin-top38-md {
    margin-top: 3.8rem !important;
  }

  .u-margin-bottom38-md {
    margin-bottom: 3.8rem !important;
  }

  .u-margin-left38-md {
    margin-left: 3.8rem !important;
  }

  .u-margin-right38-md {
    margin-right: 3.8rem !important;
  }

  .u-margin-top39-md {
    margin-top: 3.9rem !important;
  }

  .u-margin-bottom39-md {
    margin-bottom: 3.9rem !important;
  }

  .u-margin-left39-md {
    margin-left: 3.9rem !important;
  }

  .u-margin-right39-md {
    margin-right: 3.9rem !important;
  }

  .u-margin-top40-md {
    margin-top: 4rem !important;
  }

  .u-margin-bottom40-md {
    margin-bottom: 4rem !important;
  }

  .u-margin-left40-md {
    margin-left: 4rem !important;
  }

  .u-margin-right40-md {
    margin-right: 4rem !important;
  }

  .u-margin-top41-md {
    margin-top: 4.1rem !important;
  }

  .u-margin-bottom41-md {
    margin-bottom: 4.1rem !important;
  }

  .u-margin-left41-md {
    margin-left: 4.1rem !important;
  }

  .u-margin-right41-md {
    margin-right: 4.1rem !important;
  }

  .u-margin-top42-md {
    margin-top: 4.2rem !important;
  }

  .u-margin-bottom42-md {
    margin-bottom: 4.2rem !important;
  }

  .u-margin-left42-md {
    margin-left: 4.2rem !important;
  }

  .u-margin-right42-md {
    margin-right: 4.2rem !important;
  }

  .u-margin-top43-md {
    margin-top: 4.3rem !important;
  }

  .u-margin-bottom43-md {
    margin-bottom: 4.3rem !important;
  }

  .u-margin-left43-md {
    margin-left: 4.3rem !important;
  }

  .u-margin-right43-md {
    margin-right: 4.3rem !important;
  }

  .u-margin-top44-md {
    margin-top: 4.4rem !important;
  }

  .u-margin-bottom44-md {
    margin-bottom: 4.4rem !important;
  }

  .u-margin-left44-md {
    margin-left: 4.4rem !important;
  }

  .u-margin-right44-md {
    margin-right: 4.4rem !important;
  }

  .u-margin-top45-md {
    margin-top: 4.5rem !important;
  }

  .u-margin-bottom45-md {
    margin-bottom: 4.5rem !important;
  }

  .u-margin-left45-md {
    margin-left: 4.5rem !important;
  }

  .u-margin-right45-md {
    margin-right: 4.5rem !important;
  }

  .u-margin-top46-md {
    margin-top: 4.6rem !important;
  }

  .u-margin-bottom46-md {
    margin-bottom: 4.6rem !important;
  }

  .u-margin-left46-md {
    margin-left: 4.6rem !important;
  }

  .u-margin-right46-md {
    margin-right: 4.6rem !important;
  }

  .u-margin-top47-md {
    margin-top: 4.7rem !important;
  }

  .u-margin-bottom47-md {
    margin-bottom: 4.7rem !important;
  }

  .u-margin-left47-md {
    margin-left: 4.7rem !important;
  }

  .u-margin-right47-md {
    margin-right: 4.7rem !important;
  }

  .u-margin-top48-md {
    margin-top: 4.8rem !important;
  }

  .u-margin-bottom48-md {
    margin-bottom: 4.8rem !important;
  }

  .u-margin-left48-md {
    margin-left: 4.8rem !important;
  }

  .u-margin-right48-md {
    margin-right: 4.8rem !important;
  }

  .u-margin-top49-md {
    margin-top: 4.9rem !important;
  }

  .u-margin-bottom49-md {
    margin-bottom: 4.9rem !important;
  }

  .u-margin-left49-md {
    margin-left: 4.9rem !important;
  }

  .u-margin-right49-md {
    margin-right: 4.9rem !important;
  }

  .u-margin-top50-md {
    margin-top: 5rem !important;
  }

  .u-margin-bottom50-md {
    margin-bottom: 5rem !important;
  }

  .u-margin-left50-md {
    margin-left: 5rem !important;
  }

  .u-margin-right50-md {
    margin-right: 5rem !important;
  }

  .u-margin-top51-md {
    margin-top: 5.1rem !important;
  }

  .u-margin-bottom51-md {
    margin-bottom: 5.1rem !important;
  }

  .u-margin-left51-md {
    margin-left: 5.1rem !important;
  }

  .u-margin-right51-md {
    margin-right: 5.1rem !important;
  }

  .u-margin-top52-md {
    margin-top: 5.2rem !important;
  }

  .u-margin-bottom52-md {
    margin-bottom: 5.2rem !important;
  }

  .u-margin-left52-md {
    margin-left: 5.2rem !important;
  }

  .u-margin-right52-md {
    margin-right: 5.2rem !important;
  }

  .u-margin-top53-md {
    margin-top: 5.3rem !important;
  }

  .u-margin-bottom53-md {
    margin-bottom: 5.3rem !important;
  }

  .u-margin-left53-md {
    margin-left: 5.3rem !important;
  }

  .u-margin-right53-md {
    margin-right: 5.3rem !important;
  }

  .u-margin-top54-md {
    margin-top: 5.4rem !important;
  }

  .u-margin-bottom54-md {
    margin-bottom: 5.4rem !important;
  }

  .u-margin-left54-md {
    margin-left: 5.4rem !important;
  }

  .u-margin-right54-md {
    margin-right: 5.4rem !important;
  }

  .u-margin-top55-md {
    margin-top: 5.5rem !important;
  }

  .u-margin-bottom55-md {
    margin-bottom: 5.5rem !important;
  }

  .u-margin-left55-md {
    margin-left: 5.5rem !important;
  }

  .u-margin-right55-md {
    margin-right: 5.5rem !important;
  }

  .u-margin-top56-md {
    margin-top: 5.6rem !important;
  }

  .u-margin-bottom56-md {
    margin-bottom: 5.6rem !important;
  }

  .u-margin-left56-md {
    margin-left: 5.6rem !important;
  }

  .u-margin-right56-md {
    margin-right: 5.6rem !important;
  }

  .u-margin-top57-md {
    margin-top: 5.7rem !important;
  }

  .u-margin-bottom57-md {
    margin-bottom: 5.7rem !important;
  }

  .u-margin-left57-md {
    margin-left: 5.7rem !important;
  }

  .u-margin-right57-md {
    margin-right: 5.7rem !important;
  }

  .u-margin-top58-md {
    margin-top: 5.8rem !important;
  }

  .u-margin-bottom58-md {
    margin-bottom: 5.8rem !important;
  }

  .u-margin-left58-md {
    margin-left: 5.8rem !important;
  }

  .u-margin-right58-md {
    margin-right: 5.8rem !important;
  }

  .u-margin-top59-md {
    margin-top: 5.9rem !important;
  }

  .u-margin-bottom59-md {
    margin-bottom: 5.9rem !important;
  }

  .u-margin-left59-md {
    margin-left: 5.9rem !important;
  }

  .u-margin-right59-md {
    margin-right: 5.9rem !important;
  }

  .u-margin-top60-md {
    margin-top: 6rem !important;
  }

  .u-margin-bottom60-md {
    margin-bottom: 6rem !important;
  }

  .u-margin-left60-md {
    margin-left: 6rem !important;
  }

  .u-margin-right60-md {
    margin-right: 6rem !important;
  }

  .u-margin-top61-md {
    margin-top: 6.1rem !important;
  }

  .u-margin-bottom61-md {
    margin-bottom: 6.1rem !important;
  }

  .u-margin-left61-md {
    margin-left: 6.1rem !important;
  }

  .u-margin-right61-md {
    margin-right: 6.1rem !important;
  }

  .u-margin-top62-md {
    margin-top: 6.2rem !important;
  }

  .u-margin-bottom62-md {
    margin-bottom: 6.2rem !important;
  }

  .u-margin-left62-md {
    margin-left: 6.2rem !important;
  }

  .u-margin-right62-md {
    margin-right: 6.2rem !important;
  }

  .u-margin-top63-md {
    margin-top: 6.3rem !important;
  }

  .u-margin-bottom63-md {
    margin-bottom: 6.3rem !important;
  }

  .u-margin-left63-md {
    margin-left: 6.3rem !important;
  }

  .u-margin-right63-md {
    margin-right: 6.3rem !important;
  }

  .u-margin-top64-md {
    margin-top: 6.4rem !important;
  }

  .u-margin-bottom64-md {
    margin-bottom: 6.4rem !important;
  }

  .u-margin-left64-md {
    margin-left: 6.4rem !important;
  }

  .u-margin-right64-md {
    margin-right: 6.4rem !important;
  }

  .u-margin-top65-md {
    margin-top: 6.5rem !important;
  }

  .u-margin-bottom65-md {
    margin-bottom: 6.5rem !important;
  }

  .u-margin-left65-md {
    margin-left: 6.5rem !important;
  }

  .u-margin-right65-md {
    margin-right: 6.5rem !important;
  }

  .u-margin-top66-md {
    margin-top: 6.6rem !important;
  }

  .u-margin-bottom66-md {
    margin-bottom: 6.6rem !important;
  }

  .u-margin-left66-md {
    margin-left: 6.6rem !important;
  }

  .u-margin-right66-md {
    margin-right: 6.6rem !important;
  }

  .u-margin-top67-md {
    margin-top: 6.7rem !important;
  }

  .u-margin-bottom67-md {
    margin-bottom: 6.7rem !important;
  }

  .u-margin-left67-md {
    margin-left: 6.7rem !important;
  }

  .u-margin-right67-md {
    margin-right: 6.7rem !important;
  }

  .u-margin-top68-md {
    margin-top: 6.8rem !important;
  }

  .u-margin-bottom68-md {
    margin-bottom: 6.8rem !important;
  }

  .u-margin-left68-md {
    margin-left: 6.8rem !important;
  }

  .u-margin-right68-md {
    margin-right: 6.8rem !important;
  }

  .u-margin-top69-md {
    margin-top: 6.9rem !important;
  }

  .u-margin-bottom69-md {
    margin-bottom: 6.9rem !important;
  }

  .u-margin-left69-md {
    margin-left: 6.9rem !important;
  }

  .u-margin-right69-md {
    margin-right: 6.9rem !important;
  }

  .u-margin-top70-md {
    margin-top: 7rem !important;
  }

  .u-margin-bottom70-md {
    margin-bottom: 7rem !important;
  }

  .u-margin-left70-md {
    margin-left: 7rem !important;
  }

  .u-margin-right70-md {
    margin-right: 7rem !important;
  }

  .u-margin-top71-md {
    margin-top: 7.1rem !important;
  }

  .u-margin-bottom71-md {
    margin-bottom: 7.1rem !important;
  }

  .u-margin-left71-md {
    margin-left: 7.1rem !important;
  }

  .u-margin-right71-md {
    margin-right: 7.1rem !important;
  }

  .u-margin-top72-md {
    margin-top: 7.2rem !important;
  }

  .u-margin-bottom72-md {
    margin-bottom: 7.2rem !important;
  }

  .u-margin-left72-md {
    margin-left: 7.2rem !important;
  }

  .u-margin-right72-md {
    margin-right: 7.2rem !important;
  }

  .u-margin-top73-md {
    margin-top: 7.3rem !important;
  }

  .u-margin-bottom73-md {
    margin-bottom: 7.3rem !important;
  }

  .u-margin-left73-md {
    margin-left: 7.3rem !important;
  }

  .u-margin-right73-md {
    margin-right: 7.3rem !important;
  }

  .u-margin-top74-md {
    margin-top: 7.4rem !important;
  }

  .u-margin-bottom74-md {
    margin-bottom: 7.4rem !important;
  }

  .u-margin-left74-md {
    margin-left: 7.4rem !important;
  }

  .u-margin-right74-md {
    margin-right: 7.4rem !important;
  }

  .u-margin-top75-md {
    margin-top: 7.5rem !important;
  }

  .u-margin-bottom75-md {
    margin-bottom: 7.5rem !important;
  }

  .u-margin-left75-md {
    margin-left: 7.5rem !important;
  }

  .u-margin-right75-md {
    margin-right: 7.5rem !important;
  }

  .u-margin-top76-md {
    margin-top: 7.6rem !important;
  }

  .u-margin-bottom76-md {
    margin-bottom: 7.6rem !important;
  }

  .u-margin-left76-md {
    margin-left: 7.6rem !important;
  }

  .u-margin-right76-md {
    margin-right: 7.6rem !important;
  }

  .u-margin-top77-md {
    margin-top: 7.7rem !important;
  }

  .u-margin-bottom77-md {
    margin-bottom: 7.7rem !important;
  }

  .u-margin-left77-md {
    margin-left: 7.7rem !important;
  }

  .u-margin-right77-md {
    margin-right: 7.7rem !important;
  }

  .u-margin-top78-md {
    margin-top: 7.8rem !important;
  }

  .u-margin-bottom78-md {
    margin-bottom: 7.8rem !important;
  }

  .u-margin-left78-md {
    margin-left: 7.8rem !important;
  }

  .u-margin-right78-md {
    margin-right: 7.8rem !important;
  }

  .u-margin-top79-md {
    margin-top: 7.9rem !important;
  }

  .u-margin-bottom79-md {
    margin-bottom: 7.9rem !important;
  }

  .u-margin-left79-md {
    margin-left: 7.9rem !important;
  }

  .u-margin-right79-md {
    margin-right: 7.9rem !important;
  }

  .u-margin-top80-md {
    margin-top: 8rem !important;
  }

  .u-margin-bottom80-md {
    margin-bottom: 8rem !important;
  }

  .u-margin-left80-md {
    margin-left: 8rem !important;
  }

  .u-margin-right80-md {
    margin-right: 8rem !important;
  }

  .u-margin-top81-md {
    margin-top: 8.1rem !important;
  }

  .u-margin-bottom81-md {
    margin-bottom: 8.1rem !important;
  }

  .u-margin-left81-md {
    margin-left: 8.1rem !important;
  }

  .u-margin-right81-md {
    margin-right: 8.1rem !important;
  }

  .u-margin-top82-md {
    margin-top: 8.2rem !important;
  }

  .u-margin-bottom82-md {
    margin-bottom: 8.2rem !important;
  }

  .u-margin-left82-md {
    margin-left: 8.2rem !important;
  }

  .u-margin-right82-md {
    margin-right: 8.2rem !important;
  }

  .u-margin-top83-md {
    margin-top: 8.3rem !important;
  }

  .u-margin-bottom83-md {
    margin-bottom: 8.3rem !important;
  }

  .u-margin-left83-md {
    margin-left: 8.3rem !important;
  }

  .u-margin-right83-md {
    margin-right: 8.3rem !important;
  }

  .u-margin-top84-md {
    margin-top: 8.4rem !important;
  }

  .u-margin-bottom84-md {
    margin-bottom: 8.4rem !important;
  }

  .u-margin-left84-md {
    margin-left: 8.4rem !important;
  }

  .u-margin-right84-md {
    margin-right: 8.4rem !important;
  }

  .u-margin-top85-md {
    margin-top: 8.5rem !important;
  }

  .u-margin-bottom85-md {
    margin-bottom: 8.5rem !important;
  }

  .u-margin-left85-md {
    margin-left: 8.5rem !important;
  }

  .u-margin-right85-md {
    margin-right: 8.5rem !important;
  }

  .u-margin-top86-md {
    margin-top: 8.6rem !important;
  }

  .u-margin-bottom86-md {
    margin-bottom: 8.6rem !important;
  }

  .u-margin-left86-md {
    margin-left: 8.6rem !important;
  }

  .u-margin-right86-md {
    margin-right: 8.6rem !important;
  }

  .u-margin-top87-md {
    margin-top: 8.7rem !important;
  }

  .u-margin-bottom87-md {
    margin-bottom: 8.7rem !important;
  }

  .u-margin-left87-md {
    margin-left: 8.7rem !important;
  }

  .u-margin-right87-md {
    margin-right: 8.7rem !important;
  }

  .u-margin-top88-md {
    margin-top: 8.8rem !important;
  }

  .u-margin-bottom88-md {
    margin-bottom: 8.8rem !important;
  }

  .u-margin-left88-md {
    margin-left: 8.8rem !important;
  }

  .u-margin-right88-md {
    margin-right: 8.8rem !important;
  }

  .u-margin-top89-md {
    margin-top: 8.9rem !important;
  }

  .u-margin-bottom89-md {
    margin-bottom: 8.9rem !important;
  }

  .u-margin-left89-md {
    margin-left: 8.9rem !important;
  }

  .u-margin-right89-md {
    margin-right: 8.9rem !important;
  }

  .u-margin-top90-md {
    margin-top: 9rem !important;
  }

  .u-margin-bottom90-md {
    margin-bottom: 9rem !important;
  }

  .u-margin-left90-md {
    margin-left: 9rem !important;
  }

  .u-margin-right90-md {
    margin-right: 9rem !important;
  }

  .u-margin-top91-md {
    margin-top: 9.1rem !important;
  }

  .u-margin-bottom91-md {
    margin-bottom: 9.1rem !important;
  }

  .u-margin-left91-md {
    margin-left: 9.1rem !important;
  }

  .u-margin-right91-md {
    margin-right: 9.1rem !important;
  }

  .u-margin-top92-md {
    margin-top: 9.2rem !important;
  }

  .u-margin-bottom92-md {
    margin-bottom: 9.2rem !important;
  }

  .u-margin-left92-md {
    margin-left: 9.2rem !important;
  }

  .u-margin-right92-md {
    margin-right: 9.2rem !important;
  }

  .u-margin-top93-md {
    margin-top: 9.3rem !important;
  }

  .u-margin-bottom93-md {
    margin-bottom: 9.3rem !important;
  }

  .u-margin-left93-md {
    margin-left: 9.3rem !important;
  }

  .u-margin-right93-md {
    margin-right: 9.3rem !important;
  }

  .u-margin-top94-md {
    margin-top: 9.4rem !important;
  }

  .u-margin-bottom94-md {
    margin-bottom: 9.4rem !important;
  }

  .u-margin-left94-md {
    margin-left: 9.4rem !important;
  }

  .u-margin-right94-md {
    margin-right: 9.4rem !important;
  }

  .u-margin-top95-md {
    margin-top: 9.5rem !important;
  }

  .u-margin-bottom95-md {
    margin-bottom: 9.5rem !important;
  }

  .u-margin-left95-md {
    margin-left: 9.5rem !important;
  }

  .u-margin-right95-md {
    margin-right: 9.5rem !important;
  }

  .u-margin-top96-md {
    margin-top: 9.6rem !important;
  }

  .u-margin-bottom96-md {
    margin-bottom: 9.6rem !important;
  }

  .u-margin-left96-md {
    margin-left: 9.6rem !important;
  }

  .u-margin-right96-md {
    margin-right: 9.6rem !important;
  }

  .u-margin-top97-md {
    margin-top: 9.7rem !important;
  }

  .u-margin-bottom97-md {
    margin-bottom: 9.7rem !important;
  }

  .u-margin-left97-md {
    margin-left: 9.7rem !important;
  }

  .u-margin-right97-md {
    margin-right: 9.7rem !important;
  }

  .u-margin-top98-md {
    margin-top: 9.8rem !important;
  }

  .u-margin-bottom98-md {
    margin-bottom: 9.8rem !important;
  }

  .u-margin-left98-md {
    margin-left: 9.8rem !important;
  }

  .u-margin-right98-md {
    margin-right: 9.8rem !important;
  }

  .u-margin-top99-md {
    margin-top: 9.9rem !important;
  }

  .u-margin-bottom99-md {
    margin-bottom: 9.9rem !important;
  }

  .u-margin-left99-md {
    margin-left: 9.9rem !important;
  }

  .u-margin-right99-md {
    margin-right: 9.9rem !important;
  }

  .u-margin-top100-md {
    margin-top: 10rem !important;
  }

  .u-margin-bottom100-md {
    margin-bottom: 10rem !important;
  }

  .u-margin-left100-md {
    margin-left: 10rem !important;
  }

  .u-margin-right100-md {
    margin-right: 10rem !important;
  }
}
.snow-monkey-form {
  font-size: 1.6rem;
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  border: 1px solid #595959;
  border-radius: 0;
}

.wp-block-snow-monkey-forms-item.smf-item {
  padding: 1.2rem 0;
}

.smf-form--letter .smf-item__col--label {
  padding-bottom: 1rem;
}

.wp-block-snow-monkey-forms-item.smf-item.no-input .smf-item__col--label {
  padding-bottom: 0;
}

.smf-form--letter .smf-item__col--label:has(.smf-item__description) {
  padding-bottom: 0.4rem;
}

.smf-item__label__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  align-items: center;
  column-gap: 2.4rem;
  cursor: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
}

.wp-block-snow-monkey-forms-item.required .smf-item__label__text::after {
  background-color: #CCE5F6;
  border-radius: 0;
  content: "必須";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.2rem 0.8rem;
}

.smf-item__col.smf-item__col--label:has(.smf-item__label__text:empty) {
  display: none;
}

.smf-item__description {
  margin-top: 1rem;
}

.smf-item__description > a {
  color: #115FFB;
  display: block;
  font-size: 1.6rem;
}

.smf-action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .smf-action {
    margin-top: 4rem;
  }
}

.smf-action .smf-button-control__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #007DD1;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 1.6rem;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  position: relative;
  text-decoration: none;
}
.smf-action .smf-button-control__control:hover {
  border: none;
}

.smf-action .smf-button-control__control[data-action=confirm]::after {
  -webkit-transform: skew(45deg);
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  height: 9px;
  transform: skew(45deg);
  width: 46px;
}

.smf-action .smf-button-control + .smf-button-control {
  margin: 0;
}

.smf-complete-content {
  font-size: 2.4rem;
}

.smf-focus-point {
  top: -80px;
}
@media screen and (min-width: 992px) {
  .smf-focus-point {
    top: -100px;
  }
}

[data-screen=confirm] .input {
  display: none;
}

.u-spacer0 {
  display: block;
  height: 0rem !important;
  width: 100%;
}

.u-spacer1 {
  display: block;
  height: 0.1rem !important;
  width: 100%;
}

.u-spacer2 {
  display: block;
  height: 0.2rem !important;
  width: 100%;
}

.u-spacer3 {
  display: block;
  height: 0.3rem !important;
  width: 100%;
}

.u-spacer4 {
  display: block;
  height: 0.4rem !important;
  width: 100%;
}

.u-spacer5 {
  display: block;
  height: 0.5rem !important;
  width: 100%;
}

.u-spacer6 {
  display: block;
  height: 0.6rem !important;
  width: 100%;
}

.u-spacer7 {
  display: block;
  height: 0.7rem !important;
  width: 100%;
}

.u-spacer8 {
  display: block;
  height: 0.8rem !important;
  width: 100%;
}

.u-spacer9 {
  display: block;
  height: 0.9rem !important;
  width: 100%;
}

.u-spacer10 {
  display: block;
  height: 1rem !important;
  width: 100%;
}

.u-spacer11 {
  display: block;
  height: 1.1rem !important;
  width: 100%;
}

.u-spacer12 {
  display: block;
  height: 1.2rem !important;
  width: 100%;
}

.u-spacer13 {
  display: block;
  height: 1.3rem !important;
  width: 100%;
}

.u-spacer14 {
  display: block;
  height: 1.4rem !important;
  width: 100%;
}

.u-spacer15 {
  display: block;
  height: 1.5rem !important;
  width: 100%;
}

.u-spacer16 {
  display: block;
  height: 1.6rem !important;
  width: 100%;
}

.u-spacer17 {
  display: block;
  height: 1.7rem !important;
  width: 100%;
}

.u-spacer18 {
  display: block;
  height: 1.8rem !important;
  width: 100%;
}

.u-spacer19 {
  display: block;
  height: 1.9rem !important;
  width: 100%;
}

.u-spacer20 {
  display: block;
  height: 2rem !important;
  width: 100%;
}

.u-spacer21 {
  display: block;
  height: 2.1rem !important;
  width: 100%;
}

.u-spacer22 {
  display: block;
  height: 2.2rem !important;
  width: 100%;
}

.u-spacer23 {
  display: block;
  height: 2.3rem !important;
  width: 100%;
}

.u-spacer24 {
  display: block;
  height: 2.4rem !important;
  width: 100%;
}

.u-spacer25 {
  display: block;
  height: 2.5rem !important;
  width: 100%;
}

.u-spacer26 {
  display: block;
  height: 2.6rem !important;
  width: 100%;
}

.u-spacer27 {
  display: block;
  height: 2.7rem !important;
  width: 100%;
}

.u-spacer28 {
  display: block;
  height: 2.8rem !important;
  width: 100%;
}

.u-spacer29 {
  display: block;
  height: 2.9rem !important;
  width: 100%;
}

.u-spacer30 {
  display: block;
  height: 3rem !important;
  width: 100%;
}

.u-spacer31 {
  display: block;
  height: 3.1rem !important;
  width: 100%;
}

.u-spacer32 {
  display: block;
  height: 3.2rem !important;
  width: 100%;
}

.u-spacer33 {
  display: block;
  height: 3.3rem !important;
  width: 100%;
}

.u-spacer34 {
  display: block;
  height: 3.4rem !important;
  width: 100%;
}

.u-spacer35 {
  display: block;
  height: 3.5rem !important;
  width: 100%;
}

.u-spacer36 {
  display: block;
  height: 3.6rem !important;
  width: 100%;
}

.u-spacer37 {
  display: block;
  height: 3.7rem !important;
  width: 100%;
}

.u-spacer38 {
  display: block;
  height: 3.8rem !important;
  width: 100%;
}

.u-spacer39 {
  display: block;
  height: 3.9rem !important;
  width: 100%;
}

.u-spacer40 {
  display: block;
  height: 4rem !important;
  width: 100%;
}

.u-spacer41 {
  display: block;
  height: 4.1rem !important;
  width: 100%;
}

.u-spacer42 {
  display: block;
  height: 4.2rem !important;
  width: 100%;
}

.u-spacer43 {
  display: block;
  height: 4.3rem !important;
  width: 100%;
}

.u-spacer44 {
  display: block;
  height: 4.4rem !important;
  width: 100%;
}

.u-spacer45 {
  display: block;
  height: 4.5rem !important;
  width: 100%;
}

.u-spacer46 {
  display: block;
  height: 4.6rem !important;
  width: 100%;
}

.u-spacer47 {
  display: block;
  height: 4.7rem !important;
  width: 100%;
}

.u-spacer48 {
  display: block;
  height: 4.8rem !important;
  width: 100%;
}

.u-spacer49 {
  display: block;
  height: 4.9rem !important;
  width: 100%;
}

.u-spacer50 {
  display: block;
  height: 5rem !important;
  width: 100%;
}

.u-spacer51 {
  display: block;
  height: 5.1rem !important;
  width: 100%;
}

.u-spacer52 {
  display: block;
  height: 5.2rem !important;
  width: 100%;
}

.u-spacer53 {
  display: block;
  height: 5.3rem !important;
  width: 100%;
}

.u-spacer54 {
  display: block;
  height: 5.4rem !important;
  width: 100%;
}

.u-spacer55 {
  display: block;
  height: 5.5rem !important;
  width: 100%;
}

.u-spacer56 {
  display: block;
  height: 5.6rem !important;
  width: 100%;
}

.u-spacer57 {
  display: block;
  height: 5.7rem !important;
  width: 100%;
}

.u-spacer58 {
  display: block;
  height: 5.8rem !important;
  width: 100%;
}

.u-spacer59 {
  display: block;
  height: 5.9rem !important;
  width: 100%;
}

.u-spacer60 {
  display: block;
  height: 6rem !important;
  width: 100%;
}

.u-spacer61 {
  display: block;
  height: 6.1rem !important;
  width: 100%;
}

.u-spacer62 {
  display: block;
  height: 6.2rem !important;
  width: 100%;
}

.u-spacer63 {
  display: block;
  height: 6.3rem !important;
  width: 100%;
}

.u-spacer64 {
  display: block;
  height: 6.4rem !important;
  width: 100%;
}

.u-spacer65 {
  display: block;
  height: 6.5rem !important;
  width: 100%;
}

.u-spacer66 {
  display: block;
  height: 6.6rem !important;
  width: 100%;
}

.u-spacer67 {
  display: block;
  height: 6.7rem !important;
  width: 100%;
}

.u-spacer68 {
  display: block;
  height: 6.8rem !important;
  width: 100%;
}

.u-spacer69 {
  display: block;
  height: 6.9rem !important;
  width: 100%;
}

.u-spacer70 {
  display: block;
  height: 7rem !important;
  width: 100%;
}

.u-spacer71 {
  display: block;
  height: 7.1rem !important;
  width: 100%;
}

.u-spacer72 {
  display: block;
  height: 7.2rem !important;
  width: 100%;
}

.u-spacer73 {
  display: block;
  height: 7.3rem !important;
  width: 100%;
}

.u-spacer74 {
  display: block;
  height: 7.4rem !important;
  width: 100%;
}

.u-spacer75 {
  display: block;
  height: 7.5rem !important;
  width: 100%;
}

.u-spacer76 {
  display: block;
  height: 7.6rem !important;
  width: 100%;
}

.u-spacer77 {
  display: block;
  height: 7.7rem !important;
  width: 100%;
}

.u-spacer78 {
  display: block;
  height: 7.8rem !important;
  width: 100%;
}

.u-spacer79 {
  display: block;
  height: 7.9rem !important;
  width: 100%;
}

.u-spacer80 {
  display: block;
  height: 8rem !important;
  width: 100%;
}

.u-spacer81 {
  display: block;
  height: 8.1rem !important;
  width: 100%;
}

.u-spacer82 {
  display: block;
  height: 8.2rem !important;
  width: 100%;
}

.u-spacer83 {
  display: block;
  height: 8.3rem !important;
  width: 100%;
}

.u-spacer84 {
  display: block;
  height: 8.4rem !important;
  width: 100%;
}

.u-spacer85 {
  display: block;
  height: 8.5rem !important;
  width: 100%;
}

.u-spacer86 {
  display: block;
  height: 8.6rem !important;
  width: 100%;
}

.u-spacer87 {
  display: block;
  height: 8.7rem !important;
  width: 100%;
}

.u-spacer88 {
  display: block;
  height: 8.8rem !important;
  width: 100%;
}

.u-spacer89 {
  display: block;
  height: 8.9rem !important;
  width: 100%;
}

.u-spacer90 {
  display: block;
  height: 9rem !important;
  width: 100%;
}

.u-spacer91 {
  display: block;
  height: 9.1rem !important;
  width: 100%;
}

.u-spacer92 {
  display: block;
  height: 9.2rem !important;
  width: 100%;
}

.u-spacer93 {
  display: block;
  height: 9.3rem !important;
  width: 100%;
}

.u-spacer94 {
  display: block;
  height: 9.4rem !important;
  width: 100%;
}

.u-spacer95 {
  display: block;
  height: 9.5rem !important;
  width: 100%;
}

.u-spacer96 {
  display: block;
  height: 9.6rem !important;
  width: 100%;
}

.u-spacer97 {
  display: block;
  height: 9.7rem !important;
  width: 100%;
}

.u-spacer98 {
  display: block;
  height: 9.8rem !important;
  width: 100%;
}

.u-spacer99 {
  display: block;
  height: 9.9rem !important;
  width: 100%;
}

.u-spacer100 {
  display: block;
  height: 10rem !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .u-spacer0-md {
    display: block;
    height: 0rem !important;
    width: 100%;
  }

  .u-spacer1-md {
    display: block;
    height: 0.1rem !important;
    width: 100%;
  }

  .u-spacer2-md {
    display: block;
    height: 0.2rem !important;
    width: 100%;
  }

  .u-spacer3-md {
    display: block;
    height: 0.3rem !important;
    width: 100%;
  }

  .u-spacer4-md {
    display: block;
    height: 0.4rem !important;
    width: 100%;
  }

  .u-spacer5-md {
    display: block;
    height: 0.5rem !important;
    width: 100%;
  }

  .u-spacer6-md {
    display: block;
    height: 0.6rem !important;
    width: 100%;
  }

  .u-spacer7-md {
    display: block;
    height: 0.7rem !important;
    width: 100%;
  }

  .u-spacer8-md {
    display: block;
    height: 0.8rem !important;
    width: 100%;
  }

  .u-spacer9-md {
    display: block;
    height: 0.9rem !important;
    width: 100%;
  }

  .u-spacer10-md {
    display: block;
    height: 1rem !important;
    width: 100%;
  }

  .u-spacer11-md {
    display: block;
    height: 1.1rem !important;
    width: 100%;
  }

  .u-spacer12-md {
    display: block;
    height: 1.2rem !important;
    width: 100%;
  }

  .u-spacer13-md {
    display: block;
    height: 1.3rem !important;
    width: 100%;
  }

  .u-spacer14-md {
    display: block;
    height: 1.4rem !important;
    width: 100%;
  }

  .u-spacer15-md {
    display: block;
    height: 1.5rem !important;
    width: 100%;
  }

  .u-spacer16-md {
    display: block;
    height: 1.6rem !important;
    width: 100%;
  }

  .u-spacer17-md {
    display: block;
    height: 1.7rem !important;
    width: 100%;
  }

  .u-spacer18-md {
    display: block;
    height: 1.8rem !important;
    width: 100%;
  }

  .u-spacer19-md {
    display: block;
    height: 1.9rem !important;
    width: 100%;
  }

  .u-spacer20-md {
    display: block;
    height: 2rem !important;
    width: 100%;
  }

  .u-spacer21-md {
    display: block;
    height: 2.1rem !important;
    width: 100%;
  }

  .u-spacer22-md {
    display: block;
    height: 2.2rem !important;
    width: 100%;
  }

  .u-spacer23-md {
    display: block;
    height: 2.3rem !important;
    width: 100%;
  }

  .u-spacer24-md {
    display: block;
    height: 2.4rem !important;
    width: 100%;
  }

  .u-spacer25-md {
    display: block;
    height: 2.5rem !important;
    width: 100%;
  }

  .u-spacer26-md {
    display: block;
    height: 2.6rem !important;
    width: 100%;
  }

  .u-spacer27-md {
    display: block;
    height: 2.7rem !important;
    width: 100%;
  }

  .u-spacer28-md {
    display: block;
    height: 2.8rem !important;
    width: 100%;
  }

  .u-spacer29-md {
    display: block;
    height: 2.9rem !important;
    width: 100%;
  }

  .u-spacer30-md {
    display: block;
    height: 3rem !important;
    width: 100%;
  }

  .u-spacer31-md {
    display: block;
    height: 3.1rem !important;
    width: 100%;
  }

  .u-spacer32-md {
    display: block;
    height: 3.2rem !important;
    width: 100%;
  }

  .u-spacer33-md {
    display: block;
    height: 3.3rem !important;
    width: 100%;
  }

  .u-spacer34-md {
    display: block;
    height: 3.4rem !important;
    width: 100%;
  }

  .u-spacer35-md {
    display: block;
    height: 3.5rem !important;
    width: 100%;
  }

  .u-spacer36-md {
    display: block;
    height: 3.6rem !important;
    width: 100%;
  }

  .u-spacer37-md {
    display: block;
    height: 3.7rem !important;
    width: 100%;
  }

  .u-spacer38-md {
    display: block;
    height: 3.8rem !important;
    width: 100%;
  }

  .u-spacer39-md {
    display: block;
    height: 3.9rem !important;
    width: 100%;
  }

  .u-spacer40-md {
    display: block;
    height: 4rem !important;
    width: 100%;
  }

  .u-spacer41-md {
    display: block;
    height: 4.1rem !important;
    width: 100%;
  }

  .u-spacer42-md {
    display: block;
    height: 4.2rem !important;
    width: 100%;
  }

  .u-spacer43-md {
    display: block;
    height: 4.3rem !important;
    width: 100%;
  }

  .u-spacer44-md {
    display: block;
    height: 4.4rem !important;
    width: 100%;
  }

  .u-spacer45-md {
    display: block;
    height: 4.5rem !important;
    width: 100%;
  }

  .u-spacer46-md {
    display: block;
    height: 4.6rem !important;
    width: 100%;
  }

  .u-spacer47-md {
    display: block;
    height: 4.7rem !important;
    width: 100%;
  }

  .u-spacer48-md {
    display: block;
    height: 4.8rem !important;
    width: 100%;
  }

  .u-spacer49-md {
    display: block;
    height: 4.9rem !important;
    width: 100%;
  }

  .u-spacer50-md {
    display: block;
    height: 5rem !important;
    width: 100%;
  }

  .u-spacer51-md {
    display: block;
    height: 5.1rem !important;
    width: 100%;
  }

  .u-spacer52-md {
    display: block;
    height: 5.2rem !important;
    width: 100%;
  }

  .u-spacer53-md {
    display: block;
    height: 5.3rem !important;
    width: 100%;
  }

  .u-spacer54-md {
    display: block;
    height: 5.4rem !important;
    width: 100%;
  }

  .u-spacer55-md {
    display: block;
    height: 5.5rem !important;
    width: 100%;
  }

  .u-spacer56-md {
    display: block;
    height: 5.6rem !important;
    width: 100%;
  }

  .u-spacer57-md {
    display: block;
    height: 5.7rem !important;
    width: 100%;
  }

  .u-spacer58-md {
    display: block;
    height: 5.8rem !important;
    width: 100%;
  }

  .u-spacer59-md {
    display: block;
    height: 5.9rem !important;
    width: 100%;
  }

  .u-spacer60-md {
    display: block;
    height: 6rem !important;
    width: 100%;
  }

  .u-spacer61-md {
    display: block;
    height: 6.1rem !important;
    width: 100%;
  }

  .u-spacer62-md {
    display: block;
    height: 6.2rem !important;
    width: 100%;
  }

  .u-spacer63-md {
    display: block;
    height: 6.3rem !important;
    width: 100%;
  }

  .u-spacer64-md {
    display: block;
    height: 6.4rem !important;
    width: 100%;
  }

  .u-spacer65-md {
    display: block;
    height: 6.5rem !important;
    width: 100%;
  }

  .u-spacer66-md {
    display: block;
    height: 6.6rem !important;
    width: 100%;
  }

  .u-spacer67-md {
    display: block;
    height: 6.7rem !important;
    width: 100%;
  }

  .u-spacer68-md {
    display: block;
    height: 6.8rem !important;
    width: 100%;
  }

  .u-spacer69-md {
    display: block;
    height: 6.9rem !important;
    width: 100%;
  }

  .u-spacer70-md {
    display: block;
    height: 7rem !important;
    width: 100%;
  }

  .u-spacer71-md {
    display: block;
    height: 7.1rem !important;
    width: 100%;
  }

  .u-spacer72-md {
    display: block;
    height: 7.2rem !important;
    width: 100%;
  }

  .u-spacer73-md {
    display: block;
    height: 7.3rem !important;
    width: 100%;
  }

  .u-spacer74-md {
    display: block;
    height: 7.4rem !important;
    width: 100%;
  }

  .u-spacer75-md {
    display: block;
    height: 7.5rem !important;
    width: 100%;
  }

  .u-spacer76-md {
    display: block;
    height: 7.6rem !important;
    width: 100%;
  }

  .u-spacer77-md {
    display: block;
    height: 7.7rem !important;
    width: 100%;
  }

  .u-spacer78-md {
    display: block;
    height: 7.8rem !important;
    width: 100%;
  }

  .u-spacer79-md {
    display: block;
    height: 7.9rem !important;
    width: 100%;
  }

  .u-spacer80-md {
    display: block;
    height: 8rem !important;
    width: 100%;
  }

  .u-spacer81-md {
    display: block;
    height: 8.1rem !important;
    width: 100%;
  }

  .u-spacer82-md {
    display: block;
    height: 8.2rem !important;
    width: 100%;
  }

  .u-spacer83-md {
    display: block;
    height: 8.3rem !important;
    width: 100%;
  }

  .u-spacer84-md {
    display: block;
    height: 8.4rem !important;
    width: 100%;
  }

  .u-spacer85-md {
    display: block;
    height: 8.5rem !important;
    width: 100%;
  }

  .u-spacer86-md {
    display: block;
    height: 8.6rem !important;
    width: 100%;
  }

  .u-spacer87-md {
    display: block;
    height: 8.7rem !important;
    width: 100%;
  }

  .u-spacer88-md {
    display: block;
    height: 8.8rem !important;
    width: 100%;
  }

  .u-spacer89-md {
    display: block;
    height: 8.9rem !important;
    width: 100%;
  }

  .u-spacer90-md {
    display: block;
    height: 9rem !important;
    width: 100%;
  }

  .u-spacer91-md {
    display: block;
    height: 9.1rem !important;
    width: 100%;
  }

  .u-spacer92-md {
    display: block;
    height: 9.2rem !important;
    width: 100%;
  }

  .u-spacer93-md {
    display: block;
    height: 9.3rem !important;
    width: 100%;
  }

  .u-spacer94-md {
    display: block;
    height: 9.4rem !important;
    width: 100%;
  }

  .u-spacer95-md {
    display: block;
    height: 9.5rem !important;
    width: 100%;
  }

  .u-spacer96-md {
    display: block;
    height: 9.6rem !important;
    width: 100%;
  }

  .u-spacer97-md {
    display: block;
    height: 9.7rem !important;
    width: 100%;
  }

  .u-spacer98-md {
    display: block;
    height: 9.8rem !important;
    width: 100%;
  }

  .u-spacer99-md {
    display: block;
    height: 9.9rem !important;
    width: 100%;
  }

  .u-spacer100-md {
    display: block;
    height: 10rem !important;
    width: 100%;
  }
}
.u-spacer-border {
  background-image: url(assets/img/dst/common/dot-border.svg);
  background-position: left;
  background-repeat: repeat-x;
  background-size: 16px 4px;
  display: block;
  height: 4px;
  width: 100%;
}

.u-spacer-xl {
  display: block;
  height: 10rem !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .u-spacer-xl {
    height: 10rem !important;
  }
}

.u-spacer-xl {
  display: block;
  height: var(--space-xl) !important;
  width: 100%;
}

.u-spacer-xxl {
  display: block;
  height: var(--space-xxl) !important;
  width: 100%;
}

.u-spacer-xxxl {
  display: block;
  height: var(--space-xxxl) !important;
  width: 100%;
}

.u-xs-none {
  display: none;
}

@media screen and (min-width: 544px) {
  .u-sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-md-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none;
  }
}

@media screen and (min-width: 1236px) {
  .u-xl-none {
    display: none;
  }
}

.u-sm-block {
  display: none;
}
@media screen and (min-width: 544px) {
  .u-sm-block {
    display: block;
  }
}

.u-md-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-md-block {
    display: block;
  }
}

.u-lg-block {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-lg-block {
    display: block;
  }
}

.u-xl-block {
  display: none;
}
@media screen and (min-width: 1236px) {
  .u-xl-block {
    display: block;
  }
}

.u-md-lg-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .u-md-lg-block {
    display: block;
  }
}