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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-marker__under {
  border-bottom: 0.6rem solid var(--c-yellow);
}
.u-marker__under.-blue {
  border-color: var(--c-blue);
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 375px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    align-items: center !important;
  }
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    align-items: left !important;
  }
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    align-items: right !important;
  }
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    align-items: top !important;
  }
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    align-items: bottom !important;
  }
}
@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-weight: normal;
  font-family: "Futura PT";
  src: url("../font/futura/futura_pt_book.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Futura PT";
  src: url("../font/futura/Futura_PT_Demi.otf") format("opentype");
}
:root {
  --c-white: #ffffff;
  --c-black: #333333;
  --c-dark: #4f4f4f;
  --c-blue: #4270ed;
  --c-gray: #707070;
  --c-light-gray: #e8e8e8;
  --c-light: #fafafa;
  --c-red: #e55a00;
  --c-yellow: #ffee58;
  --c-green: #66bb6a;
  --f-sans: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --f-Futura: Futura PT, sans-serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f4f5fd;
  color: var(--c-black);
  font-size: 1.4rem;
  font-family: var(--f-sans);
  position: relative;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/top/bg-main.png") no-repeat center top;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body.hidden {
  overflow: hidden;
}

.container {
  background-color: var(--c-white);
  max-width: 375px;
  margin: auto;
  position: relative;
  z-index: 999;
}

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

@media screen and (max-width: 750px) {
  body::before {
    content: none;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    overflow-x: hidden;
  }
}
.l-container {
  width: 100%;
  padding-inline: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  overflow-x: hidden;
}

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

small {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 2rem 0;
}

.c-header {
  position: sticky;
  top: 0;
  z-index: 9;
}

.c-nav__btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  z-index: 999;
}
.c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
  top: 2.6rem;
  transform: rotate(45deg) translateX(-50%);
  left: calc(50% - 1rem);
  left: 47%;
}
.c-nav__btn.active .c-nav__btn-line:nth-of-type(2) {
  bottom: 2.6rem;
  transform: rotate(-45deg) translateX(-50%);
  left: calc(50% - 1rem);
  left: 47%;
}

.c-nav__btn-line {
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 2rem;
  height: 0.2rem;
  background-color: var(--c-black);
  transition: all 0.5s;
  box-sizing: border-box;
  display: inline-block;
}
.c-nav__btn-line:nth-of-type(1) {
  top: 1.4rem;
}
.c-nav__btn-line:nth-of-type(2) {
  bottom: 1.4rem;
}

.c-nav__splogo {
  display: none;
}

.nav-open {
  overflow: hidden;
}
.nav-open .c-nav__openbg {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
}

.c-nav__wrap {
  position: fixed;
  right: -100%;
  top: 0;
  width: 32rem;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
  background-image: linear-gradient(90deg, transparent, #ffffff 50% 100%);
  padding-top: 9rem;
  padding-right: 0;
  transition: right 0.3s;
  z-index: 99;
}
.c-nav__wrap.active {
  right: 0;
}

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

.c-nav__item {
  position: relative;
}
.c-nav__item a {
  display: block;
  color: var(--c-black);
  font-size: 1.8rem;
  font-family: var(--f-Futura);
  font-weight: 600;
  padding: 3rem 5rem;
  text-align: right;
}

@media screen and (max-width: 375px) {
  .c-nav__wrap {
    width: 100%;
    padding-top: 5rem;
  }
  .c-nav__item a {
    padding: 1.5rem 2.5rem;
  }
}
.c-morebtn__link {
  background-color: var(--c-white);
  color: var(--c-black);
  border: 1px solid var(--c-black);
  border-radius: 6rem;
  font-family: var(--f-Futura);
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.2rem;
  height: 1.9rem;
}

.c-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  background-color: #979bd0;
  color: var(--c-white);
  border-radius: 6rem;
}

.c-ttl {
  font-size: 2.4rem;
  font-family: var(--f-Futura);
  margin-bottom: 2.5rem;
  text-align: center;
}

.c-ttl__wrap {
  position: relative;
}
.c-ttl__wrap .c-morebtn {
  position: absolute;
  right: 0;
  top: 2px;
}

.c-ttl02 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.c-ttl02 .sm {
  display: block;
  font-size: 1.3rem;
}

.c-mv {
  margin-bottom: 7.5rem;
}

.c-mv__img {
  margin: 0 2rem;
  position: relative;
}

.c-mv__text {
  position: absolute;
  left: 0;
  bottom: 3.5rem;
}

.c-mv__ttl img {
  width: 22.3rem;
}

.c-mv__lead {
  font-size: 3rem;
  font-family: var(--f-Futura);
  margin-top: 0.6rem;
}

.u-mv {
  padding: 5rem 0 3rem;
}

.u-mv__img {
  text-align: center;
}
.u-mv__img img {
  width: 22.3rem;
}

.c-profile {
  padding: 5rem 0 6rem;
}

.c-profile__img {
  margin-bottom: 3.5rem;
}
.c-profile__img img {
  width: 100%;
}

.c-profile__name {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
}

.c-profile__criminal {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.5rem;
}

.c-profile__lead {
  line-height: 2.142857;
}

.c-youtube {
  background: url("../images/common/bg01.jpg") no-repeat center top;
  background-size: cover;
  padding: 5rem 0 6rem;
}

.c-youtube__list li {
  font-size: 1.3rem;
}
.c-youtube__list li:not(:last-child) {
  margin-bottom: 1rem;
}
.c-youtube__list li a {
  display: flex;
  align-items: center;
  height: 6rem;
  width: 100%;
  color: var(--c-black);
  position: relative;
  background-color: var(--c-white);
  border-radius: 1rem;
  padding: 0 2.5rem 0 1.4rem;
  transition: 0.3s;
}
.c-youtube__list li a::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.8rem;
  background: url("../images/common/icn-youtube.png") no-repeat center;
  background-size: cover;
  margin-right: 1rem;
}
.c-youtube__list li a::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background: url("../images/common/icn-arrow-right.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (hover: hover) {
  .c-youtube__list li a:hover {
    opacity: 0.7;
  }
}

.c-sns {
  padding: 5rem 0 6rem;
}

.c-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.c-sns__list li {
  width: 4.5rem;
}

.c-sns__list li a{
  display: block;
}

.c-news {
  background: url("../images/common/bg01.jpg") no-repeat center top;
  background-size: cover;
  padding: 5rem 0 6rem;
}

.c-news__list li:not(:last-child) {
  margin-bottom: 1rem;
}
.c-news__list li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
  height: 6rem;
  width: 100%;
  color: var(--c-black);
  position: relative;
  background-color: var(--c-white);
  border-radius: 1rem;
  padding: 0 2.5rem 0 2rem;
  transition: 0.3s;
}
.c-news__list li a::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background: url("../images/common/icn-arrow-right.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (hover: hover) {
  .c-news__list li a:hover {
    opacity: 0.7;
  }
}

.c-news__date {
  font-size: 1.1rem;
}

.c-news__ttl {
  font-size: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-media {
  padding: 5rem 0 1rem;
}

.c-media__wrap a {
  display: block;
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  color: var(--c-black);
  text-decoration: none;
}
.c-media__wrap.-white a {
  background-color: var(--c-white);
}

.c-media__img {
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-media__img img {
  max-height: 20rem;
  width: auto;
}

.c-media__date {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.c-media__ttl {
  font-size: 1.3rem;
}

.c-produce {
  padding: 5rem 0 0;
}
.c-produce .c-ttl02 {
  margin-bottom: 2.5rem;
}

.c-produce__img {
  margin-bottom: 1.5rem;
}
.c-produce__img a {
  display: block;
}
.c-produce__img img {
  width: 100%;
}

.c-contact {
  background: url("../images/common/bg-form.jpg") no-repeat center top;
  background-size: cover;
  padding: 5rem 0 6rem;
}

.c-contact__lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.c-form dt {
  margin-bottom: 1rem;
}

.c-form dt .error_read{
  margin-top: 1rem;
  color: #e55a00;
  font-weight: bold;
}

.c-form dd {
  margin-bottom: 1.5rem;
}
.c-form input, .c-form textarea {
  background-color: var(--c-white);
  padding: 1.375rem 1rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 0.6rem;
}
.c-form textarea {
  min-height: 20rem;
}

.c-submit button {
  background-color: var(--c-white);
  border: 1px solid #dcdcdc;
  border-radius: 0.6rem;
  width: 100%;
  min-height: 5rem;
}

.c-post__date {
  font-size: 1.1rem;
  font-weight: 200;
  margin-bottom: 0.6rem;
}

.c-post__ttl {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2857;
  margin-bottom: 1rem;
}

.c-pagenation {
  text-align: center;
}

.c-pagenation__inner {
  display: inline-flex;
  gap: 0.6rem;
  justify-content: center;
  position: relative;
}
.c-pagenation__inner > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--c-white);
}
.c-pagenation__inner > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  background-color: var(--c-white);
}
.c-pagenation__inner span, .c-pagenation__inner a {
  font-size: 1.4rem;
  color: #707070;
}
.c-pagenation__inner .prev {
  width: auto;
  position: absolute;
  left: -4.5rem;
  top: 0;
  padding: 0 0.5rem;
}
.c-pagenation__inner .next {
  width: auto;
  position: absolute;
  right: -4.5rem;
  top: 0;
  padding: 0 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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