@charset "UTF-8";
.invisible {
  opacity: 0;
}

.animated {
  animation-timing-function: ease;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.anime-delay-1 {
  animation-delay: 0.4s;
}
.anime-delay-2 {
  animation-delay: 0.8s;
}
.anime-delay-3 {
  animation-delay: 1.2s;
}
.anime-delay-4 {
  animation-delay: 1.6s;
}
.anime-delay-5 {
  animation-delay: 2s;
}
.anime-delay-6 {
  animation-delay: 2.4s;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeOut {
  animation-name: fadeOut;
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-30px);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(30px);
  }
}
@keyframes hamburger1 {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(45deg);
  }
}
@keyframes hamburger2 {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(-45deg);
  }
}
html {
  scroll-behavior: smooth;
  position: relative;
  min-width: 320px;
  min-height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.87;
}
@media (768px <= width) {
  body {
    overflow-x: scroll;
    min-width: 956px;
    line-height: 2;
  }
}

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

main {
  display: block;
  color: #000;
}
main a {
  color: #000;
}

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

a {
  text-decoration: none;
}

ul li,
ol li {
  list-style: none;
}

body,
tooltip,
popover {
  font-family: YakuHanJPs, Inter, "Noto Sans JP", sans-serif;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.minecraft * {
  word-break: break-all;
}
.minecraft a {
  color: #000;
  transition: opacity 0.3s;
}
.minecraft a:hover {
  opacity: 0.7;
}
.minecraft main {
  overflow: hidden;
}

.minecraft main {
  margin-top: calc(88 / 375 * 100vw);
}
@media (768px <= width) {
  .minecraft main {
    margin-top: 88px;
  }
}

.content {
  z-index: 1;
  position: relative;
}
.content .content_inner {
  z-index: 1;
  position: relative;
  width: calc(100% - 70px);
  margin-inline: auto;
}
@media (768px <= width) {
  .content .content_inner {
    max-width: 1200px;
    width: calc(100% - 40px);
  }
}
.content .content_inner-large {
  z-index: 1;
  position: relative;
  width: calc(100% - 70px);
  margin-inline: auto;
}
@media (768px <= width) {
  .content .content_inner-large {
    max-width: 1500px;
    width: calc(100% - 40px);
  }
}
.content .content_inner-small {
  z-index: 1;
  position: relative;
  width: calc(100% - 70px);
  margin-inline: auto;
}
@media (768px <= width) {
  .content .content_inner-small {
    max-width: 1152px;
    width: calc(100% - 40px);
  }
}
.content .content_inner-right {
  z-index: 1;
  position: relative;
  width: calc(100% - 70px);
  margin-inline: auto;
  width: 100%;
  padding: 50px 0 80px;
}
@media (768px <= width) {
  .content .content_inner-right {
    width: calc(100% - 40px);
    max-width: 1370px;
    padding: 110px 0 150px;
  }
}
.content .content_inner-right::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
@media (768px <= width) {
  .content .content_inner-right::after {
    left: 0;
    min-width: 936px;
    width: calc(100% + 12px + (100vw - (100% + 24px)) / 2);
    background-color: #fff;
    background-image: url("../img/common/bg-mosaic02.svg");
    background-repeat: repeat;
    background-position: center top;
    background-size: 480px;
  }
}
@media (width < 768px) {
  .content .content_inner-right::after {
    right: 0;
    width: calc(100% - 15px);
    background-color: #fff;
    background-image: url("../img/common/bg-mosaic02.svg");
    background-repeat: repeat;
    background-position: center top;
    background-size: 240px;
  }
}
.content .content_wrapper + .content_wrapper {
  margin-top: 55px;
}
@media (768px <= width) {
  .content .content_wrapper + .content_wrapper {
    margin-top: 120px;
  }
}
.content .content_heading {
  margin-bottom: 27px;
  font-size: 2.7rem;
  font-weight: 700 !important;
  text-align: center;
}
@media (768px <= width) {
  .content .content_heading {
    margin-bottom: 80px;
    font-size: 3.4rem;
  }
}
@media (width < 768px) {
  .content .content_heading {
    min-height: calc(167 / 375 * 100vw);
  }
}
.content .content_heading span {
  z-index: 1;
  position: relative;
  display: block;
}
@media (768px <= width) {
  .content .content_heading .text-sm {
    font-size: 3.1rem;
  }
}
.content .content_heading_en {
  z-index: 1;
  margin: 0 auto calc(40 / 375 * 100vw);
  width: calc(305 / 375 * 100vw);
}
@media (768px <= width) {
  .content .content_heading_en {
    margin: 0 auto 27px;
    width: 435px;
  }
}
.content .content_heading_en::after {
  z-index: 1;
  top: calc(100% - 1px);
  width: calc(345 / 375 * 100vw);
  height: calc(110 / 375 * 100vw);
  border: 5px solid #000;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #fff;
}
@media (768px <= width) {
  .content .content_heading_en::after {
    top: calc(100% - 10px);
    max-width: 1150px;
    min-width: 805px;
    width: calc(100vw - 56px);
    height: 110px;
    border: 8px solid #000;
  }
}
.content .content_heading_en img {
  width: 100%;
}
.content .content_heading_jp {
  height: calc(50 / 375 * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .content .content_heading_jp {
    height: 70px;
  }
}
.content .content_heading_jp img {
  height: 100%;
}
.content .content_heading-small {
  margin-bottom: 35px;
  bottom: calc(100% - 30px);
}
@media (768px <= width) {
  .content .content_heading-small {
    position: absolute !important;
    width: 810px;
    margin-bottom: 0;
    left: calc(50% - 405px);
  }
}
.content .content_heading-small .content_heading_en {
  margin-bottom: 27px;
}
@media (768px <= width) {
  .content .content_heading-small .content_heading_en {
    margin-bottom: 10px;
  }
}
.content .content_heading-small .content_heading_en::after {
  height: 110px;
}
@media (768px <= width) {
  .content .content_heading-small .content_heading_en::after {
    width: 100%;
  }
}
@media (width < 768px) {
  .content .content_heading-small .content_heading_en + span {
    padding-bottom: 30px;
  }
}
.content .content_heading-xsmall {
  margin-bottom: 35px;
  bottom: calc(100% - 30px);
}
@media (768px <= width) {
  .content .content_heading-xsmall {
    position: absolute !important;
    width: 810px;
    margin-bottom: 0;
    left: calc(50% - 405px);
  }
}
@media (width < 768px) {
  .content .content_heading-xsmall {
    line-height: 1.2;
  }
}
.content .content_heading-xsmall .content_heading_en {
  margin-bottom: 27px;
}
@media (768px <= width) {
  .content .content_heading-xsmall .content_heading_en {
    margin-bottom: 10px;
  }
}
@media (width < 768px) {
  .content .content_heading-xsmall .content_heading_en {
    margin-bottom: 22px;
  }
}
.content .content_heading-xsmall .content_heading_en::after {
  height: 110px;
}
@media (768px < width) {
  .content .content_heading-xsmall .content_heading_en::after {
    width: 100%;
  }
}
@media (width < 768px) {
  .content .content_heading-xsmall .content_heading_en + span {
    padding-bottom: 30px;
  }
}
.content .content_heading-bar {
  margin-bottom: 50px;
  padding-left: 55px;
  font-size: 2.5rem;
  margin-left: 0;
  line-height: 1.2;
  position: relative;
  font-weight: 700 !important;
}
@media (768px <= width) {
  .content .content_heading-bar {
    margin-bottom: 60px;
    padding-left: 85px;
    font-size: 3.5rem;
  }
}
.content .content_heading-bar::before {
  content: "";
  position: absolute;
  top: 0.5em;
  height: 5px;
  background-color: #000;
  left: 15px;
  width: 20px;
}
@media (768px <= width) {
  .content .content_heading-bar::before {
    left: 0;
    width: 55px;
  }
}
.content .content_heading-yellow {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background-color: #f9d23b;
  margin-bottom: 20px;
  padding: 20px 10px;
  font-size: 1.8rem;
}
@media (768px <= width) {
  .content .content_heading-yellow {
    margin-bottom: 40px;
    padding: 15px;
    font-size: 2.2rem;
  }
}
.content .content_heading-black {
  font-weight: bold;
  text-align: center;
  line-height: 1.56;
  background-color: #000;
  margin-bottom: 35px;
  padding: 9px 10px;
  color: #fff;
  font-size: 1.6rem;
}
@media (768px <= width) {
  .content .content_heading-black {
    margin-bottom: 50px;
    padding: 11px;
    font-size: 2.7rem;
  }
}
.content .content_box {
  z-index: 1;
  position: relative;
  background-color: #f9d23b;
}
@media (768px <= width) {
  .content .content_box {
    padding: 55px 50px 75px;
    max-width: 540px;
  }
}
@media (width < 768px) {
  .content .content_box {
    margin-top: -40px;
    padding: 30px 45px 45px 20px;
    width: calc(360 / 375 * 100vw);
  }
}
.content .content_box p {
  text-align: justify;
  letter-spacing: 0;
}
@media (width < 768px) {
  .content .content_box p {
    padding: 0 5px;
  }
}
.content .content_box p:nth-of-type(1) {
  margin-bottom: 27px;
  font-weight: 700;
  line-height: 1.71;
}
@media (768px <= width) {
  .content .content_box p:nth-of-type(1) {
    font-size: 2.7rem;
  }
}
@media (width < 768px) {
  .content .content_box p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (768px <= width) {
  .content .content_box p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.content .content_box .btn {
  margin: 32px auto 0;
}
@media (768px <= width) {
  .content .content_description {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 5.5% 40px;
    letter-spacing: 0.05em;
  }
}
@media (768px <= width) {
  .content .content_description dt:not(:nth-of-type(1)),
  .content .content_description dd:not(:nth-of-type(1)) {
    border-top: 1px solid #eaeaea;
  }
}
.content .content_description dt {
  line-height: 1.33;
  letter-spacing: 0;
}
@media (768px <= width) {
  .content .content_description dt {
    width: 22%;
    padding: 30px 1em 35px 0;
  }
}
@media (width < 768px) {
  .content .content_description dt {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
  }
}
@media (width < 768px) {
  .content .content_description dt:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
}
.content .content_description dd {
  text-align: justify;
}
@media (768px <= width) {
  .content .content_description dd {
    width: 78%;
    padding: 30px 1em 35px 0;
  }
}
@media (width < 768px) {
  .content .content_description dd {
    line-height: 1.56;
  }
}
.content .content_description dd a {
  display: inline;
  color: #146ec8;
}
@media (width < 768px) {
  .content .content_description dd a {
    text-decoration: underline;
  }
}
.content .content_description dd a:hover {
  text-decoration: underline;
  opacity: 1;
}
.content .content_description dd > ul {
  line-height: 1.62;
}
.content .content_description dd > ul > li {
  padding-left: 1em;
  position: relative;
}
.content .content_description dd > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  content: "●";
}
.content .content_description dd > ul > li + li {
  margin-top: 0.75em;
}
@media (768px <= width) {
  .content .content_description dd > ul > li + li {
    margin-top: 0.25em;
  }
}
.content .content_description dd > ul > li span {
  display: inline-block;
  padding-right: 1em;
}
.content .content_description dd > ul > li ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content .content_description dd > ul > li ul li {
  position: relative;
  padding-left: 1em;
}
.content .content_description dd > ul > li ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.content .content_description dd > ul > li + strong {
  margin-top: 1em;
}
@media (768px <= width) {
  .content .content_description dd > ul > li + strong {
    margin-top: 2em;
  }
}
@media (width < 768px) {
  .content .content_description dd > ul ol li {
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0.07em;
  }
}
.content .content_description dd > ul ol li + li {
  margin-top: 13px;
}
@media (768px <= width) {
  .content .content_description dd > ul ol li + li {
    margin-top: 5px;
  }
}
.content .content_description dd > ul ol + p {
  margin-top: 15px;
}
@media (768px <= width) {
  .content .content_description dd > ul ol + p {
    margin-top: 20px;
  }
}
@media (width < 768px) {
  .content .content_description dd > ul ol + p {
    font-size: 1.6rem;
  }
}
@media (width < 768px) {
  .content .content_description dd > ul ol + p + p {
    font-size: 1.6rem;
  }
}
.content .content_description dd > ul ol + strong {
  margin-top: 1em;
}
@media (768px <= width) {
  .content .content_description dd > ul ol + strong {
    margin-top: 2em;
  }
}
.content .content_description dd > ul p + p {
  margin-top: 15px;
}
@media (768px <= width) {
  .content .content_description dd > ul p + p {
    margin-top: 10px;
  }
}
.content .content_description dd > ul p + ul {
  margin-top: 20px;
}
@media (768px <= width) {
  .content .content_description dd > ul p + ul {
    margin-top: 30px;
  }
}
.content .content_description dd > ul strong {
  display: inline-block;
}
.content .content_description dd > ul strong + p {
  margin-top: 0.5em;
}

.comingsoon {
  width: calc(249 / 375 * 100vw);
  margin-inline: auto;
}
@media (768px <= width) {
  .comingsoon {
    width: 506px;
  }
}

.footer {
  z-index: 1;
  position: relative;
  background-color: #f9d23b;
}
.footer .footer-container {
  display: flex;
  width: 100%;
}
@media (768px <= width) {
  .footer .footer-container {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.footer .footer-card {
  width: calc(330 / 375 * 100vw);
  margin-inline: auto;
  padding: calc(55 / 375 * 100vw) 0;
}
@media (768px <= width) {
  .footer .footer-card {
    background-color: #fff;
    max-width: 293px;
    width: 24.5%;
    padding: 0;
  }
}
.footer .footer-logo {
  width: 100%;
}
@media (768px <= width) {
  .footer .footer-logo {
    max-width: 250px;
    margin: 155px auto 35px;
  }
}
.footer .footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 / 375 * 100vw);
  margin-top: calc(35 / 375 * 100vw);
}
@media (768px <= width) {
  .footer .footer-sns {
    gap: 20px;
    margin-top: 5px;
  }
}
.footer .footer-sns a {
  display: block;
  width: calc(45 / 375 * 100vw);
}
@media (768px <= width) {
  .footer .footer-sns a {
    width: 45px;
  }
}
.footer .footer-sns a img {
  width: 100%;
}
.footer .footer-nav {
  display: none;
  font-weight: 700;
  line-height: 1.7;
}
@media (768px <= width) {
  .footer .footer-nav {
    display: flex;
    padding: 60px 0 65px;
    width: 75.5%;
  }
}
@media (768px <= width) {
  .footer .footer-nav > ul {
    margin-left: 5.28%;
    width: 26.7%;
  }
}
.footer .footer-nav > ul > li > p, .footer .footer-nav > ul > li > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #000;
  font-size: 1.6rem;
}
.footer .footer-nav > ul > li + li {
  margin-top: 17px;
}
.footer .footer-nav > ul > li ul {
  margin: 15px 0 25px;
  font-size: 1.4rem;
}
.footer .footer-nav > ul > li ul li {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.footer .footer-nav > ul > li ul li::before {
  content: "・";
}
.footer .footer-nav > ul > li ul li + li {
  margin-top: 5px;
}
.footer .copyrights {
  background-color: #fff;
  padding: calc(25 / 375 * 100vw) 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}
@media (768px <= width) {
  .footer .copyrights {
    padding: 50px 0;
    font-size: 1.4rem;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(16 / 375 * 100vw) 0 calc(18 / 375 * 100vw);
  height: calc(88 / 375 * 100vw);
}
@media (768px <= width) {
  .header {
    height: 88px;
    padding: 0 30px;
  }
}
.header .brand {
  width: calc(217 / 375 * 100vw);
  height: auto;
}
@media (768px <= width) {
  .header .brand {
    width: 300px;
    height: auto;
  }
}
.header .navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
@media (768px <= width) {
  .header .navbar {
    gap: 25px;
  }
}
.header .navbar ul.util {
  display: none;
}
@media (768px <= width) {
  .header .navbar ul.util {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .header .navbar ul.util li a {
    display: block;
    width: 32px;
    height: 32px;
  }
}
.header .navbar .btn-mypage {
  display: none;
}
@media (768px <= width) {
  .header .navbar .btn-mypage {
    display: block;
    position: relative;
    background-color: #fad33b;
    width: 242px;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #000;
    border-radius: 100vmax;
  }
  .header .navbar .btn-mypage::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 1.5rem;
    width: 18px;
    height: 20px;
    background-image: url("../img/common/icon-mypage.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.header .navbar .btn-toggle {
  position: relative;
  z-index: 1000;
}
.header .navbar .btn-toggle .btn-hamburger {
  box-sizing: border-box;
  position: relative;
  background-color: #f9d23b;
  width: calc(54 / 375 * 100vw);
  height: calc(55 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
  border-radius: 100vmax;
  cursor: pointer;
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger {
    width: 56px;
    height: 54px;
    border: 3px solid #000;
  }
}
.header .navbar .btn-toggle .btn-hamburger::after {
  box-sizing: border-box;
  content: "";
  z-index: -1;
  position: absolute;
  width: calc(54 / 375 * 100vw);
  height: calc(55 / 375 * 100vw);
  top: calc(2 / 375 * 100vw);
  left: calc(1 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
  border-radius: 100vmax;
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger::after {
    width: 56px;
    height: 54px;
    top: 2px;
    left: 1px;
    border: 3px solid #000;
  }
}
.header .navbar .btn-toggle .btn-hamburger span {
  display: block;
  background-color: #000;
  position: absolute;
  left: 50%;
  width: calc(22 / 375 * 100vw);
  height: calc(3 / 375 * 100vw);
  transform: translateX(-50%);
  transition: opacity 0.3s, top 0.3s;
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger span {
    width: 22px;
    height: 3px;
  }
}
.header .navbar .btn-toggle .btn-hamburger span:nth-of-type(1) {
  top: calc(15 / 375 * 100vw);
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger span:nth-of-type(1) {
    top: 15px;
  }
}
.header .navbar .btn-toggle .btn-hamburger span:nth-of-type(2) {
  top: calc(22 / 375 * 100vw);
  transition: opacity 0.3s;
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger span:nth-of-type(2) {
    top: 22px;
  }
}
.header .navbar .btn-toggle .btn-hamburger span:nth-of-type(3) {
  top: calc(29 / 375 * 100vw);
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger span:nth-of-type(3) {
    top: 29px;
  }
}
.header .navbar .btn-toggle .btn-hamburger.open span:nth-of-type(1) {
  animation: hamburger1 0.3s ease 0.1s both;
  top: calc(22 / 375 * 100vw);
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger.open span:nth-of-type(1) {
    top: 22px;
  }
}
.header .navbar .btn-toggle .btn-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header .navbar .btn-toggle .btn-hamburger.open span:nth-of-type(3) {
  animation: hamburger2 0.3s ease 0.1s both;
  top: calc(22 / 375 * 100vw);
}
@media (768px <= width) {
  .header .navbar .btn-toggle .btn-hamburger.open span:nth-of-type(3) {
    top: 22px;
  }
}
.header .modal {
  position: absolute;
  top: calc(80 / 375 * 100vw);
  left: 100%;
  width: 100vw;
  height: 100vh;
  transition: left 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (768px <= width) {
  .header .modal {
    top: 0;
    left: 100%;
  }
}
.header .modal .modal-dialog {
  overflow-y: scroll;
  background-color: #fff;
  background-image: url("../img/common/bg-mosaic01.svg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%;
  width: 100%;
  height: 100vh;
  margin-left: auto;
}
@media (768px <= width) {
  .header .modal .modal-dialog {
    background-size: 480px;
    width: 425px;
    height: 100vh;
  }
}
.header .modal .modal-dialog .modal-content {
  width: 100%;
  margin-inline: auto;
  padding-top: calc(25 / 375 * 100vw);
  padding-bottom: calc(150 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content {
    width: 345px;
    padding-top: 125px;
  }
}
.header .modal .modal-dialog .modal-content .modal-header {
  width: calc(305 / 375 * 100vw);
  margin-inline: auto;
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-header {
    width: 305px;
    margin-bottom: 20px;
  }
}
.header .modal .modal-dialog .modal-content .modal-header nav ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn {
  display: block;
  width: 100%;
  height: calc(54 / 375 * 100vw);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border: calc(3 / 375 * 100vw) solid #000;
  border-radius: 100vmax;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn {
    height: 54px;
    font-size: 18px;
    border: 3px solid #000;
  }
}
.header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn-primary {
  background-color: #fad33b;
}
.header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn-primary::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8 / 375 * 100vw);
  right: 1.5rem;
  width: calc(18 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background-image: url("../img/common/icon-mypage.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn-primary::after {
    top: calc(50% - 8px);
    right: 1.5rem;
    width: 18px;
    height: 20px;
  }
}
.header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn-secondary {
  background-color: #fff;
}
.header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn-secondary::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8 / 375 * 100vw);
  right: 1.5rem;
  width: calc(18 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background-image: url("../img/common/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-header nav ul li a.btn-secondary::after {
    top: calc(50% - 8px);
    right: 1.5rem;
    width: 18px;
    height: 20px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body {
  width: calc(345 / 375 * 100vw);
  margin-inline: auto;
  margin-bottom: calc(35 / 375 * 100vw);
  display: flex;
  justify-content: space-between;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body {
    width: 345px;
    margin-bottom: 35px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card {
  width: calc(163 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card {
    width: 163px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body h2 {
  position: relative;
  background-color: #fad33b;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(50 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
  margin-bottom: calc(23 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
  border-radius: calc(5 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body h2 {
    min-height: 50px;
    margin-top: 20px;
    margin-bottom: 23px;
    border: 3px solid #000;
    border-radius: 5px;
    font-size: 16px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body h2::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 4 / 375 * 100vw);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: calc(8 / 375 * 100vw) solid transparent;
  border-right: calc(8 / 375 * 100vw) solid transparent;
  border-top: calc(8 / 375 * 100vw) solid black;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body h2::after {
    bottom: -11px;
    left: calc(50% - 4px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body h3 {
  margin-bottom: calc(15 / 375 * 100vw);
  font-size: calc(13 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body h3 {
    margin-bottom: 15px;
    font-size: 13px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body nav {
  margin-top: calc(15 / 375 * 100vw);
  padding-top: calc(15 / 375 * 100vw);
  border-top: calc(2 / 375 * 100vw) dotted #000;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body nav {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dotted #000;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body nav ul {
  display: flex;
  flex-direction: column;
  gap: calc(5 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body nav ul {
    gap: 5px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body nav ul li a {
  position: relative;
  background-color: #fff;
  padding-left: calc(15 / 375 * 100vw);
  display: block;
  width: 100%;
  height: calc(34 / 375 * 100vw);
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: calc(13 / 375 * 100vw);
  line-height: 1;
  text-decoration: none;
  border-radius: 100vmax;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body nav ul li a {
    padding-left: 15px;
    height: 34px;
    font-size: 13px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6 / 375 * 100vw);
  right: 1rem;
  width: calc(13 / 375 * 100vw);
  height: calc(15 / 375 * 100vw);
  background-image: url("../img/common/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-body .card .card-body nav ul li a::after {
    top: calc(50% - 6px);
    right: 1rem;
    width: 13px;
    height: 15px;
  }
}
.header .modal .modal-dialog .modal-content .modal-body .card .card-body nav:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.header .modal .modal-dialog .modal-content .modal-footer {
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-footer {
    margin-bottom: 20px;
  }
}
.header .modal .modal-dialog .modal-content .modal-footer nav ul {
  display: flex;
  justify-content: center;
  gap: calc(20 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-footer nav ul {
    gap: 20px;
  }
}
.header .modal .modal-dialog .modal-content .modal-footer nav ul li a {
  display: block;
  width: calc(44 / 375 * 100vw);
  height: calc(44 / 375 * 100vw);
}
@media (768px <= width) {
  .header .modal .modal-dialog .modal-content .modal-footer nav ul li a {
    width: 44px;
    height: 44px;
  }
}
.header .modal.open {
  left: 0 !important;
}

.sidebar {
  width: 100%;
  margin-top: 100px;
}
@media (768px <= width) {
  .sidebar {
    width: 20.4%;
    margin-top: 0;
  }
}
.sidebar h3 {
  background-color: #000;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sidebar a {
  display: flex;
  justify-content: space-between;
  background-image: url("../img/common/h-line.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px;
  width: 100%;
  padding: 20px 0;
}
.sidebar .sidebar_img {
  width: 36.4%;
  height: fit-content;
}
.sidebar .sidebar_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar .sidebar_title {
  width: 57.6%;
  font-size: 1.4rem;
  line-height: 1.71;
}

.sidebar_popularpost {
  width: 100%;
  margin-top: 100px;
}
@media (768px <= width) {
  .sidebar_popularpost {
    width: 20.4%;
    margin-top: 0;
  }
}
.sidebar_popularpost h3 {
  background-color: #000;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sidebar_popularpost .sidebar_popularpost_img {
  width: 36.4%;
  height: fit-content;
}
.sidebar_popularpost .sidebar_popularpost_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar_popularpost .sidebar_popularpost_title {
  width: 57.6%;
  font-size: 1.4rem;
  line-height: 1.71;
}
.sidebar_popularpost .wpp-thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sidebar_popularpost li {
  display: flex;
  justify-content: space-between;
  background-image: url("../img/common/h-line.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px;
  padding: 20px 0;
}

.wpp-list li {
  margin-bottom: 0 !important;
}

.accordion {
  border: 4px solid #000;
}
.accordion .accordion_btn {
  position: relative;
  cursor: pointer;
}
.accordion .accordion_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s;
  width: 25px;
  height: 25px;
  right: 15px;
  background: url("../img/common/accordion_open_sp.svg") no-repeat center center/100%;
}
@media (768px <= width) {
  .accordion .accordion_btn::after {
    width: 40px;
    height: 40px;
    right: 27px;
    background: url("../img/common/accordion_open.svg") no-repeat center center/100%;
  }
}
.accordion .accordion_btn.open::after {
  background: url("../img/common/accordion_close_sp.svg") no-repeat center center/100%;
}
@media (768px <= width) {
  .accordion .accordion_btn.open::after {
    background: url("../img/common/accordion_close.svg") no-repeat center center/100%;
  }
}
.accordion .accordion_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.accordion .accordion_body.open {
  max-height: 150vh;
}
.accordion .accordion_body .accordion_inner {
  border-top: 4px solid #000;
}

.bg-mosaic {
  background-color: #fff;
  background-image: url("../img/common/bg-mosaic02.svg");
  background-repeat: repeat;
  background-position: center top;
  background-size: 480px;
  padding: 40px 0 50px;
}
@media (768px <= width) {
  .bg-mosaic {
    padding: 190px 0;
  }
}

.bg-mosaic-k {
  background-image: url("../img/common/bg-mosaic03_sp.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 476px;
  padding: 40px 0 50px;
}
@media (768px <= width) {
  .bg-mosaic-k {
    background-image: url("../img/common/bg-mosaic03.png");
    background-size: 1160px;
    padding: 190px 0;
  }
}

.bg-green {
  position: relative;
  padding: 45px 0 50px;
  background-color: #91c95d;
}
@media (768px <= width) {
  .bg-green {
    padding: 190px 0;
  }
}
.bg-green::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 87.5px;
  top: -25px;
  background-image: url("../img/common/bg-green_sp.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 175px;
}
@media (768px <= width) {
  .bg-green::before {
    height: 270px;
    top: -120px;
    background-image: url("../img/common/bg-green.svg");
    background-position: left 70px top;
    background-size: 1920px;
  }
}
.bg-green > * {
  z-index: 1;
  position: relative;
}

.bg-pink {
  position: relative;
  padding: 45px 0 50px;
  background-color: #ff9689;
}
@media (768px <= width) {
  .bg-pink {
    padding: 190px 0;
  }
}
.bg-pink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 87.5px;
  top: -25px;
  background-image: url("../img/common/bg-pink_sp.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 175px;
}
@media (768px <= width) {
  .bg-pink::before {
    height: 270px;
    top: -120px;
    background-image: url("../img/common/bg-pink.svg");
    background-position: left 70px top;
    background-size: 1920px;
  }
}
.bg-pink > * {
  z-index: 1;
  position: relative;
}

.bg-blue {
  position: relative;
  padding: 45px 0 50px;
  background-color: #3c9dc7;
}
@media (768px <= width) {
  .bg-blue {
    padding: 190px 0;
  }
}
.bg-blue::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 87.5px;
  top: -25px;
  background-image: url("../img/common/bg-blue_sp.svg");
  background-repeat: repeat-x;
  background-size: 175px;
  background-position: left top;
}
@media (768px <= width) {
  .bg-blue::before {
    height: 270px;
    top: -120px;
    background-image: url("../img/common/bg-blue.svg");
    background-size: 1920px;
    background-position: left 70px top;
  }
}
.bg-blue > * {
  z-index: 1;
  position: relative;
}

.bg-yellow {
  position: relative;
  padding: 45px 0 50px;
  background-color: #f9d23b;
}
@media (768px <= width) {
  .bg-yellow {
    padding: 190px 0;
  }
}
.bg-yellow::before {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  width: 100%;
  height: 87.5px;
  top: -25px;
  background-image: url("../img/common/bg-yellow_sp.svg");
  background-size: 175px;
  background-position: left top;
}
@media (768px <= width) {
  .bg-yellow::before {
    height: 270px;
    top: -120px;
    background-image: url("../img/common/bg-yellow.svg");
    background-size: 1920px;
    background-position: left 70px top;
  }
}
.bg-yellow > * {
  z-index: 1;
  position: relative;
}

.bg-mint {
  position: relative;
  padding: 45px 0 50px;
  background-color: #26e5b7;
}
@media (768px <= width) {
  .bg-mint {
    padding: 190px 0;
  }
}
.bg-mint::before {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  width: 100%;
  height: 87.5px;
  top: -25px;
  background-image: url("../img/common/bg-mint_sp.svg");
  background-position: left top;
  background-size: 175px;
}
@media (768px <= width) {
  .bg-mint::before {
    height: 270px;
    top: -120px;
    background-image: url("../img/common/bg-mint.svg");
    background-position: left 70px top;
    background-size: 1920px;
  }
}
.bg-mint > * {
  z-index: 1;
  position: relative;
}

.bg-block-hokkaido {
  background-color: #008AD4;
}
.bg-block-tohoku {
  background-color: #52BAAC;
}
.bg-block-kitakanto {
  background-color: #9BC615;
}
.bg-block-minamikanto {
  background-color: #FF7A87;
}
.bg-block-tokyo {
  background-color: #826FDB;
}
.bg-block-tokai {
  background-color: #C52FCA;
}
.bg-block-hokuriku {
  background-color: #2EC654;
}
.bg-block-kinki {
  background-color: #F4A900;
}
.bg-block-chugoku {
  background-color: #A280B6;
}
.bg-block-shikoku {
  background-color: #BB7E46;
}
.bg-block-kitakyushu {
  background-color: #DA9E10;
}
.bg-block-minamikyushu {
  background-color: #DA5310;
}
.bg-block-okinawa {
  background-color: #C74E95;
}

.breadcrumb {
  display: none;
  max-width: 1370px;
  margin: 0 auto;
  position: relative;
  top: 1px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (768px <= width) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb ol {
  position: relative;
  display: inline-flex;
  padding: 25px 45px 16px;
  margin-left: 80px;
}
.breadcrumb ol::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 90px);
  height: 2px;
  background-image: url("../img/common/h-line.svg");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 4px;
}
.breadcrumb ol li:first-child {
  width: 18px;
}
.breadcrumb ol li + li {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.breadcrumb ol li + li::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 5px;
  height: 8px;
  background-image: url("../img/common/arrow-k.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px;
}

.btn {
  display: flex;
  position: relative;
  width: 100%;
  font-size: calc(17 / 375 * 100vw);
  font-weight: 700;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (768px <= width) {
  .btn {
    width: 370px;
    font-size: 1.7rem;
  }
}
.btn:hover {
  opacity: 0.7;
}
.btn a,
.btn button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: calc(75 / 375 * 100vw);
  background-color: #fff;
  padding: calc(17 / 375 * 100vw) calc(45 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
  border-radius: calc(200 / 375 * 100vw);
  color: #000;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (768px <= width) {
  .btn a,
  .btn button {
    padding: 10px 45px;
    min-height: 75px;
    border: 3px solid #000;
    border-radius: 100px;
  }
}
.btn a::after,
.btn button::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -0.8vw;
  width: calc(100% + 1.6vw);
  height: calc(100% + 2.86vw);
  border: solid calc(3 / 375 * 100vw) #000;
  border-radius: calc(100 / 375 * 100vw);
  transition: background-color 0.3s;
}
@media (768px <= width) {
  .btn a::after,
  .btn button::after {
    left: -3px;
    height: calc(100% + 10px);
    width: calc(100% + 6px);
    border: solid 3px #000;
    border-radius: 100px;
  }
}
.btn a:hover,
.btn button:hover {
  opacity: 1 !important;
}
.btn a span,
.btn button span {
  position: absolute;
  top: 40%;
  right: calc(20 / 375 * 100vw);
}
@media (768px <= width) {
  .btn a span,
  .btn button span {
    top: 40%;
    right: 40px;
  }
}

.btn-arrow::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  top: calc(50% - 3.2vw);
  right: 2em;
  background: url("../img/common/arrow.svg") no-repeat center center/100%;
}
@media (768px <= width) {
  .btn-arrow::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

.btn-back::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
  top: calc(50% - 3.2vw);
  right: auto;
  left: 2em;
  transform: rotate(180deg);
  background: url("../img/common/arrow.svg") no-repeat center center/100%;
}
@media (768px <= width) {
  .btn-back::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

.btn-download::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: calc(18 / 375 * 100vw);
  height: calc(17 / 375 * 100vw);
  top: calc(50% - 2.26vw);
  right: 2em;
  background: url("../img/common/icon-download.svg") no-repeat center center/100%;
}
@media (768px <= width) {
  .btn-download::before {
    width: 18px;
    height: 17px;
    top: calc(50% - 8px);
  }
}

.btn-yellow a {
  background-color: #f9d23b;
  color: #000 !important;
}
.btn-yellow button {
  background-color: #f9d23b;
  color: #000 !important;
}
.btn-yellow:hover a {
  background-color: #fff;
}
.btn-yellow:hover a::after {
  background-color: #f9d23b;
}
.btn-yellow:hover button {
  background-color: #fff;
}
.btn-yellow:hover button::after {
  background-color: #f9d23b;
}

.btn-gray a {
  background-color: #f3f3f3;
}
.btn-gray button {
  background-color: #f3f3f3;
}

.btn-blue a {
  background-color: #146ec8;
  color: #fff;
}
.btn-blue button {
  background-color: #146ec8;
  color: #fff;
}

.btn-reverse a {
  border-color: #fff;
}
.btn-reverse a::after {
  border-color: #fff;
}

.card {
  letter-spacing: 0;
}
@media (width < 768px) {
  .card-introduction + .card-introduction {
    margin-top: 40px;
    padding-top: 45px;
    background: url("../img/common/h-line.svg") repeat-x left top/4px;
  }
}
@media (768px <= width) {
  .card-introduction:not(:nth-of-type(-n + 2)) {
    margin-top: 63px;
  }
}
.card-introduction > p {
  margin-top: 20px;
  text-align: justify;
}
@media (768px <= width) {
  .card-introduction > p {
    letter-spacing: 0.02em;
  }
}
@media (768px <= width) {
  .card-introduction figure {
    display: flex;
  }
}
@media (width < 768px) {
  .card-introduction figure {
    padding: 30px 15px 20px;
    border: 3px solid #000;
    background: #fff;
  }
}
@media (768px <= width) {
  .card-introduction figure > div {
    width: 32.6%;
  }
}
@media (width < 768px) {
  .card-introduction figure > div {
    width: calc(180 / 375 * 100vw);
    margin: 0 auto 25px;
  }
}
@media (768px <= width) {
  .card-introduction figcaption {
    margin-left: 1.3%;
    padding: 10px 13px;
    width: 66.1%;
    border: 3px solid #000;
    background: #fff;
  }
}
.card-introduction figcaption p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.014em;
}
@media (width < 768px) {
  .card-introduction figcaption p {
    text-align: center;
  }
}
.card-introduction figcaption p span {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
.card-introduction figcaption ul {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.71;
}
@media (768px <= width) {
  .card-introduction figcaption ul {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.card-block .card_title {
  padding: 8px 0;
  border: 2px solid #000;
  font-size: calc(13 / 375 * 100vw);
  line-height: 1;
}
@media (768px <= width) {
  .card-block .card_title {
    padding: 8px;
    font-size: 1.5rem;
  }
}
.card-block figure {
  margin-top: 20px;
}
@media (768px <= width) {
  .card-block figure > div {
    width: 36.3%;
  }
}
@media (width < 768px) {
  .card-block figure > div {
    width: calc(98 / 375 * 100vw);
    margin: 0 auto 13px;
  }
}
.card-block figure figcaption {
  border-bottom: 1px solid #000;
}
@media (768px <= width) {
  .card-block figure figcaption {
    width: 57.4%;
  }
}
@media (width < 768px) {
  .card-block figure figcaption {
    padding-bottom: 15px;
    text-align: center;
  }
}
.card-block figure figcaption .support {
  padding-bottom: 15px;
  text-align: center;
}
@media (768px <= width) {
  .card-block figure figcaption .support {
    border-top: 1px solid #000;
    padding-top: 15px;
  }
}
.card-block figure p:nth-of-type(1) {
  line-height: 1.37;
}
@media (width < 768px) {
  .card-block figure p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
.card-block figure p + p {
  margin-top: 10px;
  line-height: 1.62;
}
@media (768px <= width) {
  .card-block figure p + p {
    margin-top: 15px;
  }
}
.card-event {
  display: block;
  flex-direction: column;
  background-color: #fff;
  border: 3px solid #000;
}
@media (768px <= width) {
  .card-event {
    height: 100%;
  }
}
.card-event time {
  font-size: 1.4rem;
}
.card-event .card_img {
  height: fit-content;
  width: 100%;
}
.card-event .card_info {
  padding: 10px 20px 20px;
}
.card-event .card_title {
  margin-top: 5px;
}
.card-event img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-news + .card-news {
  margin-top: 40px;
}
@media (768px <= width) {
  .card-news + .card-news {
    margin-top: 50px;
  }
}
.card-news .card_img {
  height: fit-content;
}
@media (768px <= width) {
  .card-news .card_img {
    width: 46.2%;
  }
}
@media (width < 768px) {
  .card-news .card_img {
    margin-top: 15px;
    order: 2;
  }
}
.card-news .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (768px <= width) {
  .card-news .card_info {
    padding-bottom: 20px;
    width: 48.9%;
    background: url("../img/common/h-line.svg") repeat-x left bottom/4px;
  }
}
@media (width < 768px) {
  .card-news .card_info {
    order: 1;
  }
}
.card-news .card_title {
  margin-top: 25px;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (768px <= width) {
  .card-news .card_title {
    margin-top: 30px;
    font-size: 2.7rem;
    line-height: 1.71;
  }
}
.card-news .card_tag {
  margin-right: 1em;
}
@media (768px <= width) {
  .card-news .card_tag {
    max-width: calc(100% - 130px);
  }
}
.card-news .card_tag li {
  margin: 0 5px 5px 0;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1;
  background: #000;
  color: #fff;
}
.card-news .card_tag li a {
  color: #fff;
}
.card-news .card_text {
  margin-top: 20px;
}
.card-news time {
  display: inline-block;
  font-size: 1.5rem;
}

.category-list {
  margin: 0 auto;
  width: calc(100% - 70px);
  margin-bottom: 60px;
}
@media (768px <= width) {
  .category-list {
    max-width: 1152px;
    width: calc(100% - 40px);
    margin-bottom: 70px;
  }
}
.category-list > ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}
@media (768px <= width) {
  .category-list > ul {
    column-gap: 5px;
    row-gap: 5px;
  }
}
.category-list > ul > li {
  background-color: #000;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 1;
}
.category-list > ul > li a {
  color: #fff;
}

.floating {
  z-index: 1000;
}
@media (768px <= width) {
  .floating {
    padding: 17px 10px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 100%;
    background-color: #f9d23b;
  }
}
.floating_inner {
  z-index: 1;
}
@media (768px <= width) {
  .floating_inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
  }
}
@media (768px <= width) {
  .floating p {
    margin-top: 10px;
    width: 58.7%;
    line-height: 1.66;
  }
}
@media (768px <= width) {
  .floating .btn {
    width: 38%;
  }
}

.hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 182px;
}
@media (768px <= width) {
  .hero {
    height: 343px;
  }
}

.about .hero {
  background-image: url("../img/about/hero_sp.jpg");
}
@media (768px <= width) {
  .about .hero {
    background-image: url("../img/about/hero.jpg");
  }
}

.application .hero {
  background-image: url("../img/app/hero_sp.jpg");
}
@media (768px <= width) {
  .application .hero {
    background-image: url("../img/app/hero.jpg");
  }
}

.support .hero {
  background-image: url("../img/support/hero_sp.jpg");
}
@media (768px <= width) {
  .support .hero {
    background-image: url("../img/support/hero.jpg");
  }
}

.teacher .hero {
  background-image: url("../img/teacher/hero_sp.jpg");
}
@media (768px <= width) {
  .teacher .hero {
    background-image: url("../img/teacher/hero.jpg");
  }
}

.event .hero {
  background-image: url("../img/event/hero_sp.jpg");
}
@media (768px <= width) {
  .event .hero {
    background-image: url("../img/event/hero.jpg");
  }
}

.news .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .news .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.privacy .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .privacy .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.eventguideline .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .eventguideline .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.utilizationguideline .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .utilizationguideline .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.licenseguideline .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .licenseguideline .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.eventrule .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .eventrule .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.contact .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .contact .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.page404 .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .page404 .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.works .hero {
  background-image: url("../img/works/hero_sp.jpg");
}
@media (768px <= width) {
  .works .hero {
    background-image: url("../img/works/hero.jpg");
  }
}

.faq .hero {
  background-image: url("../img/faq/hero_sp.jpg");
}
@media (768px <= width) {
  .faq .hero {
    background-image: url("../img/faq/hero.jpg");
  }
}

.events .hero {
  background-image: url("../img/event/hero_sp.jpg");
}
@media (768px <= width) {
  .events .hero {
    background-image: url("../img/event/hero.jpg");
  }
}

.eventreports .hero {
  background-image: url("../img/event/hero_sp.jpg");
}
@media (768px <= width) {
  .eventreports .hero {
    background-image: url("../img/event/hero.jpg");
  }
}

.showcase .hero {
  background-image: url("../img/news/hero_sp.jpg");
}
@media (768px <= width) {
  .showcase .hero {
    background-image: url("../img/news/hero.jpg");
  }
}

.partnership .hero {
  background-image: url("../img/partnership/hero.jpg");
}
@media (768px <= width) {
  .partnership .hero {
    background-image: url("../img/partnership/hero-lg.jpg");
  }
}

.link-box {
  background-color: #f3f3f3;
}
.link-box a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 35px 15px 25px;
  color: #146ec8 !important;
  line-height: 1.43;
}
@media (768px <= width) {
  .link-box a {
    width: auto;
    line-height: 1.62;
  }
}
.link-box a::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  background-image: url("../img/common/arrow-b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
}
.link-box a:hover {
  opacity: 1;
}
.link-box a span {
  text-decoration: underline;
}
.link-box .bg-white {
  background-color: #fff !important;
}

.link-box + .link-box {
  margin-top: 10px;
}

.link-text {
  color: #146ec8 !important;
  text-decoration: underline;
}

.pagination {
  margin-top: 55px;
  font-size: 1.8rem;
}
@media (768px <= width) {
  .pagination {
    margin-top: 70px;
    font-size: 2.2rem;
  }
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: calc(4 / 375 * 100vw);
}
@media (768px <= width) {
  .pagination ul.page-numbers {
    gap: 4px;
  }
}
.pagination ul.page-numbers li a,
.pagination ul.page-numbers li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  width: 30px;
  height: 48px;
}
@media (768px <= width) {
  .pagination ul.page-numbers li a,
  .pagination ul.page-numbers li span {
    width: 53px;
    height: 53px;
  }
}
.pagination ul.page-numbers li a.current,
.pagination ul.page-numbers li span.current {
  background-color: #f9d23b;
}

@media (768px <= width) {
  .about_content {
    padding-bottom: 115px;
  }
}
@media (768px <= width) {
  .about_content_item .btn {
    margin: 85px auto 0;
    width: 757px;
  }
}
@media (width < 768px) {
  .about_content_item .btn {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .about_content_item .btn::before {
    right: 7rem;
  }
}
@media (768px <= width) {
  .about_content_item .btn a {
    font-size: 2.2rem;
    min-height: 96px;
  }
}
@media (768px <= width) {
  .about_content_img, .about_content_text {
    width: 48%;
  }
}
.about_content_text {
  text-align: justify;
  letter-spacing: 0;
}
@media (768px <= width) {
  .about_content_text p:not(.about_content_lead) {
    letter-spacing: 0.02em;
  }
}
@media (width < 768px) {
  .about_content_text p:not(.about_content_lead) {
    line-height: 2;
  }
}
.about_content_text p:not(.about_content_lead) + p {
  margin-top: 20px;
}
@media (768px <= width) {
  .about_content_text p:not(.about_content_lead) + p {
    margin-top: 33px;
  }
}
.about_content_lead {
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (768px <= width) {
  .about_content_lead {
    font-size: 2.7rem;
  }
}
@media (width < 768px) {
  .about_content_lead {
    margin-top: 25px;
    font-size: 2rem;
  }
}
.about_content_download {
  margin: 50px auto 0;
}
@media (768px <= width) {
  .about_content_download {
    width: 90%;
  }
}
.about_content_download_box {
  background-color: #ffffff;
  padding-bottom: 30px;
  width: 100%;
}
@media (768px <= width) {
  .about_content_download_box {
    width: 48%;
  }
}
.about_content_download_box h4 {
  background: #f9d23b;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.about_content_download_btn {
  text-align: center;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;
  height: 70px;
  border-radius: 35px;
  width: 90%;
}
@media (768px <= width) {
  .about_content_download_btn {
    width: 80%;
  }
}
.about_content_download_btn.before_release {
  background: #989898;
  color: #fff;
  pointer-events: none;
}
.about_content_download_btn.before_release span {
  color: #fff !important;
}
.about_content_download_btn.before_release.icon_download::after, .about_content_download_btn.before_release.icon_form::after {
  display: none;
}
.about_content_download .icon_download {
  line-height: 1.25em;
}
.about_content_download .icon_download::after {
  right: 22px;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 15px;
  height: 15px;
  background: url("../img/common/icon-download.svg") no-repeat center center/100%;
}
@media (768px <= width) {
  .about_content_download .icon_download::after {
    right: 30px;
  }
}
.about_content_download .icon_download span {
  display: block;
  color: #f02814;
  line-height: 1.25;
  font-size: 1.4rem;
}
.about_content_download .icon_form {
  line-height: 1.25em;
}
.about_content_download .icon_form::after {
  right: 22px;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url("../img/common/arrow-k.svg") no-repeat center center/7px;
}
@media (768px <= width) {
  .about_content_download .icon_form::after {
    right: 30px;
  }
}
.about_content_download .icon_form span {
  display: block;
  color: #f02814;
  line-height: 1.25;
  font-size: 1.4rem;
}
@media (768px <= width) {
  .about_purpose {
    margin-top: 90px;
  }
}
@media (768px <= width) {
  .about_supporter {
    margin-top: 110px !important;
  }
}
@media (768px <= width) {
  .about_supporter .about_content_item {
    margin-top: 80px;
  }
}
.about_supporter .about_content_img {
  border-radius: 20px;
  background: #fff;
}
@media (768px <= width) {
  .about_supporter .about_content_img {
    padding: 115px 13.6%;
    align-self: flex-start;
  }
}
@media (width < 768px) {
  .about_supporter .about_content_img {
    padding: calc(37 / 375 * 100vw) calc(70 / 375 * 100vw) calc(33 / 375 * 100vw);
  }
}
.about_supporter .about_content_img img {
  width: 100%;
}
@media (width < 768px) {
  .about_supporter .about_content_lead {
    margin-bottom: 30px;
  }
}
@media (width < 768px) {
  .about_supporter p:not(.about_content_lead) + p {
    margin-top: 17px;
    text-indent: 1em;
  }
}
@media (768px <= width) {
  .about_partner {
    margin-top: 75px !important;
  }
}
.about_partner h4 {
  line-height: 1.2;
  text-align: center;
}
@media (768px <= width) {
  .about_partner h4 {
    margin-bottom: 40px;
    padding: 15px;
    font-size: 2.2rem;
  }
}
@media (width < 768px) {
  .about_partner h4 {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 1.7rem;
  }
}
.about_partner_inner {
  background: #fff;
}
@media (768px <= width) {
  .about_partner_inner {
    margin-top: 70px;
    padding: 85px 5.5%;
  }
}
@media (width < 768px) {
  .about_partner_inner {
    margin-top: 60px;
    padding-bottom: 35px;
  }
}
.about_partner_inner p {
  text-align: center;
}
@media (768px <= width) {
  .about_partner_inner p {
    margin: 60px 0;
  }
}
@media (width < 768px) {
  .about_partner_inner p {
    margin: calc(30 / 375 * 100vw) 0;
    font-size: 1.4rem;
  }
}
.about_partner_group {
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (768px <= width) {
  .about_partner_group {
    margin-bottom: 40px;
  }
}
.about_partner_group h4 {
  background: #eaeaea;
}
.about_partner_group h4.gold {
  background-image: linear-gradient(90deg, rgb(249, 205, 0) 0.56%, rgb(255, 250, 207) 25.28%, rgb(250, 241, 190) 29.6%, rgb(238, 219, 145) 38.2%, rgb(218, 183, 73) 50.12%, rgb(201, 153, 12) 59.55%, rgb(230, 204, 103) 79.88%, rgb(241, 223, 137) 87.08%, rgb(255, 250, 207) 100%);
  background-position: left center;
  background-size: 200%;
}
.about_partner_group h4.silver {
  background: linear-gradient(90deg, rgb(238, 236, 233) 0%, rgb(231, 228, 225) 0%, rgb(217, 213, 212) 6.36%, rgb(179, 174, 177) 18.51%, rgb(151, 146, 151) 26.4%, rgb(246, 246, 246) 52.25%, rgb(232, 231, 232) 58.78%, rgb(195, 192, 194) 71.33%, rgb(139, 133, 136) 87.64%, rgb(217, 218, 218) 100%, rgb(178, 178, 179) 100%);
}
.about_partner_group h4.bronze {
  background: linear-gradient(90deg, rgb(239, 203, 126) 0.56%, rgb(243, 218, 139) 18.54%, rgb(248, 242, 228) 41.01%, rgb(198, 137, 3) 73.03%, rgb(227, 183, 94) 88.85%, rgb(238, 201, 131) 94.94%);
}
.about_cast {
  margin-top: 75px !important;
}
@media (768px <= width) {
  .about_cast {
    margin-top: 145px !important;
  }
}
@media (width < 768px) {
  .about_cast h3 {
    margin-bottom: 55px;
  }
}
@media (768px <= width) {
  .about_cast_inner {
    margin-top: 103px;
  }
}
@media (768px <= width) {
  .about_cast .card {
    width: 48%;
  }
}
.about_cast .card a {
  color: #146ec8;
}

@media (768px <= width) {
  .application .content_inner-right {
    padding-bottom: 115px;
  }
}
@media (768px <= width) {
  .application .content_inner-small > .btn {
    margin: 125px auto 0;
    width: 758px;
    min-height: 128px;
  }
}
@media (768px <= width) and (768px <= width) {
  .application .content_inner-small > .btn::before {
    right: 80px;
  }
}
@media (width < 768px) {
  .application .content_inner-small > .btn {
    margin: 60px auto 0;
  }
}
@media (768px <= width) {
  .application .content_inner-small > .btn a {
    font-size: 2.9rem;
  }
}

@media (768px <= width) {
  .application_content {
    padding-bottom: 140px;
  }
}

@media (768px <= width) {
  .application_theme_top {
    margin: 110px 0 100px;
  }
}
.application_theme_top h4 {
  margin-top: 60px;
}
@media (768px <= width) {
  .application_theme_img {
    width: 45.7%;
  }
}
.application_theme_img img {
  width: 100%;
}
.application_theme_text {
  text-align: justify;
}
@media (768px <= width) {
  .application_theme_text {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .application_theme_text {
    margin-top: 30px;
    line-height: 2;
  }
}
.application_theme_text p + p {
  margin-top: 1em;
}
.application_theme_text p + ul {
  margin-top: 1em;
}
.application_theme_text ul {
  padding-left: 2em;
  text-indent: -1em;
}
.application_theme_text li + li {
  margin-top: 0.25em;
}
@media (768px <= width) {
  .application_theme_sdgs {
    margin: 0 auto;
  }
}
@media (768px <= width) {
  .application_theme_sdgs figure {
    width: 31%;
  }
}
@media (width < 768px) {
  .application_theme_sdgs figure + figure {
    margin-top: 35px;
  }
}
.application_theme_sdgs figure img {
  display: block;
  margin: 0 auto;
}
.application_theme_sdgs figcaption {
  margin-top: 20px;
}

.application_map {
  margin: 20px 0 42px;
}
@media (768px <= width) {
  .application_map {
    margin: 35px 0 30px;
  }
}
.application_map_text {
  line-height: 2;
}
@media (768px <= width) {
  .application_map_text {
    width: 33%;
  }
}
@media (768px <= width) {
  .application_map_img {
    width: 66%;
  }
}

.application_category a {
  color: #146ec8;
}
.application_category_body {
  margin-top: 30px;
}
@media (768px <= width) {
  .application_category_body {
    margin-top: 50px;
  }
}
@media (width < 768px) {
  .application_category_body .content_inner-small {
    width: 100%;
  }
}
.application_category_body .content_inner-small + h4 {
  margin-top: 50px;
}
@media (768px <= width) {
  .application_category_body .content_inner-small + h4 {
    margin-top: 70px;
  }
}
@media (768px <= width) {
  .application_category_outline > div {
    width: 48%;
  }
}
@media (width < 768px) {
  .application_category_outline > div {
    order: 1;
  }
}
@media (width < 768px) {
  .application_category_outline p {
    order: 2;
    margin-top: 15px;
  }
}
@media (768px <= width) {
  .application_category_outline_detail {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (width < 768px) {
  .application_category_outline_detail {
    display: block;
  }
}
.application_category_outline_detail dt {
  color: #fff;
  background-color: #000;
  text-align: center;
}
@media (768px <= width) {
  .application_category_outline_detail dt {
    width: 25%;
    padding: 15px;
    border-bottom: 1px solid #666;
    line-height: 22px;
  }
}
@media (width < 768px) {
  .application_category_outline_detail dt {
    width: 100%;
  }
}
.application_category_outline_detail dd {
  background-color: #fff;
  line-height: 22px;
}
@media (768px <= width) {
  .application_category_outline_detail dd {
    width: 75%;
    padding: 15px;
    border-bottom: 1px solid #efefef;
  }
}
@media (width < 768px) {
  .application_category_outline_detail dd {
    width: 100%;
    padding: 15px;
  }
}
.application_category_outline .btn {
  margin-top: 20px;
}
@media (768px <= width) {
  .application_category_outline .btn {
    width: 400px;
  }
}
.application_category_outline .btn a {
  color: #000;
}
@media (768px <= width) {
  .application_category_outline .btn a {
    padding: 10px 45px 10px 20px;
  }
}
.application_category_outline .btn-arrow::before {
  top: calc(50% - 12px);
}

@media (768px <= width) {
  .application_schedule {
    margin-top: 150px !important;
  }
}
@media (768px <= width) {
  .application_schedule h3 {
    margin-bottom: 70px;
  }
}
.application_schedule .application_content_item {
  display: block;
  text-align: center;
}
@media (768px <= width) {
  .application_schedule .application_content_item {
    padding: 78px 8.97% 91px;
  }
}
@media (width < 768px) {
  .application_schedule .application_content_item {
    width: calc(315 / 375 * 100vw);
    margin-bottom: 105px;
  }
}

@media (768px <= width) {
  .application_content_item {
    background: #fff;
  }
}

@media (768px <= width) {
  .application_detail {
    margin-top: 160px !important;
  }
}
@media (768px <= width) {
  .application_detail h3 {
    margin-bottom: 65px;
  }
}
@media (width < 768px) {
  .application_detail dd > ul > li > span {
    margin-bottom: 5px;
  }
}
@media (768px <= width) {
  .application_detail dd:nth-of-type(1) > ul > li {
    display: flex;
  }
}
@media (width < 768px) {
  .application_detail dd:nth-of-type(1) > ul > li {
    font-size: 1.4rem;
  }
}
@media (768px <= width) {
  .application_detail dd:nth-of-type(1) > ul > li span {
    width: 135px;
  }
}
@media (768px <= width) {
  .application_detail dd:nth-of-type(4) > ul > li span {
    width: 199px;
  }
}
.application_detail dd ol li {
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -2.1rem;
  padding-left: 1.7rem;
}
.application_detail dd ol li span {
  font-weight: bold;
  padding: 0px 3rem 0 0;
}
.application_detail dd ol ul li {
  list-style-type: disc;
}
@media (width < 768px) {
  .application_detail_blocks ul li + li {
    margin-top: 0 !important;
  }
}
@media (width < 768px) {
  .application_detail_blocks ul li span {
    margin-bottom: 0 !important;
  }
}
.application_detail_signature {
  padding: 0px 5.5% 40px;
  letter-spacing: 0.05em;
}
@media (width < 768px) {
  .application_detail_signature {
    padding: 3rem 0 40px;
  }
}

.award_basis h3 {
  margin-bottom: 60px;
}
@media (768px <= width) {
  .award_basis h3 {
    margin-bottom: 45px;
  }
}
.award_basis li {
  overflow: hidden;
}
@media (768px <= width) {
  .award_basis li {
    width: 31.9%;
    align-self: stretch;
  }
}
.award_basis li h4,
.award_basis li p {
  border: 3px solid #000;
}
.award_basis li h4 {
  line-height: 1;
  text-align: center;
  position: relative;
  color: #fff;
}
@media (768px <= width) {
  .award_basis li h4 {
    padding: 25px 0 7px;
    font-size: 2.4rem;
  }
}
@media (width < 768px) {
  .award_basis li h4 {
    padding: 20px 0 7px;
    font-size: 2rem;
  }
}
.award_basis li h4::after {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 0;
}
@media (768px <= width) {
  .award_basis li h4::after {
    border-top: 20px solid #000;
    border-right: 184px solid transparent;
    border-left: 184px solid transparent;
  }
}
@media (width < 768px) {
  .award_basis li h4::after {
    border-top: 10px solid #000;
    border-right: calc(153 / 375 * 100vw) solid transparent;
    border-left: calc(153 / 375 * 100vw) solid transparent;
  }
}
.award_basis li p {
  background: #fff;
  border-width: 0 3px 3px 3px;
}
@media (768px <= width) {
  .award_basis li p {
    padding: 50px 15px 40px;
    flex-grow: 1;
  }
}
@media (width < 768px) {
  .award_basis li p {
    padding: 30px 20px 25px;
  }
}
@media (width < 768px) {
  .award_basis li + li {
    margin-top: 25px;
  }
}
.award_basis li:nth-of-type(1) h4,
.award_basis li:nth-of-type(1) p {
  border-color: #e1695a;
}
.award_basis li:nth-of-type(1) h4 {
  background: #e1695a;
}
.award_basis li:nth-of-type(1) h4::after {
  border-color: #e1695a transparent transparent transparent;
}
.award_basis li:nth-of-type(2) h4,
.award_basis li:nth-of-type(2) p {
  border-color: #5bacd4;
}
.award_basis li:nth-of-type(2) h4 {
  background: #5bacd4;
}
.award_basis li:nth-of-type(2) h4::after {
  border-color: #5bacd4 transparent transparent transparent;
}
.award_basis li:nth-of-type(3) h4,
.award_basis li:nth-of-type(3) p {
  border-color: #d180e5;
}
.award_basis li:nth-of-type(3) h4 {
  background: #d180e5;
}
.award_basis li:nth-of-type(3) h4::after {
  border-color: #d180e5 transparent transparent transparent;
}
.award_basis li:nth-of-type(4) h4,
.award_basis li:nth-of-type(4) p {
  border-color: #80cea0;
}
.award_basis li:nth-of-type(4) h4 {
  background: #80cea0;
}
.award_basis li:nth-of-type(4) h4::after {
  border-color: #80cea0 transparent transparent transparent;
}
.award_basis li:nth-of-type(5) h4,
.award_basis li:nth-of-type(5) p {
  border-color: #f3c77f;
}
.award_basis li:nth-of-type(5) h4 {
  background: #f3c77f;
}
.award_basis li:nth-of-type(5) h4::after {
  border-color: #f3c77f transparent transparent transparent;
}
.award_basis li:nth-of-type(6) h4,
.award_basis li:nth-of-type(6) p {
  border-color: #91c95d;
}
.award_basis li:nth-of-type(6) h4 {
  background: #91c95d;
}
.award_basis li:nth-of-type(6) h4::after {
  border-color: #91c95d transparent transparent transparent;
}
@media (768px <= width) {
  .award_basis li:not(:nth-of-type(-n + 3)) {
    margin-top: 40px;
  }
}
@media (768px <= width) {
  .award_judge {
    margin-top: 130px !important;
  }
}
@media (width < 768px) {
  .award_judge {
    margin-top: 65px !important;
  }
}
@media (768px <= width) {
  .award_judge h3 {
    margin-bottom: 55px;
  }
}
@media (width < 768px) {
  .award_judge h3 {
    margin-bottom: 35px;
  }
}
@media (768px <= width) {
  .award_judge + .award_judge {
    margin-top: 115px !important;
  }
}
@media (768px <= width) {
  .award_judge + .award_judge h3 {
    margin-bottom: 94px;
  }
}
.award_judge_lead {
  line-height: 1.71;
}
@media (768px <= width) {
  .award_judge_lead {
    margin-bottom: 60px;
    font-size: 2.7rem;
    text-align: center;
  }
}
@media (width < 768px) {
  .award_judge_lead {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
@media (768px <= width) {
  .award_judge_map {
    margin: 35px 0 30px;
  }
}
@media (width < 768px) {
  .award_judge_map {
    margin: 20px 0 42px;
  }
}
.award_judge_map + h5 {
  line-height: 1;
}
@media (768px <= width) {
  .award_judge_map + h5 {
    font-size: 2.2rem;
  }
}
@media (width < 768px) {
  .award_judge_map + h5 {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (768px <= width) {
  .award_judge_text {
    width: 31.9%;
  }
}
@media (width < 768px) {
  .award_judge_text {
    line-height: 2;
  }
}
@media (768px <= width) {
  .award_judge_img {
    width: 64.3%;
  }
}
@media (width < 768px) {
  .award_judge_img {
    margin-top: 38px;
  }
}
@media (768px <= width) {
  .award_judge_blocks {
    margin: 45px 0 90px;
  }
}
@media (width < 768px) {
  .award_judge_blocks {
    margin: 33px 0 55px;
  }
}
@media (768px <= width) {
  .award_judge_blocks .card {
    width: 23.5%;
  }
}
@media (width < 768px) {
  .award_judge_blocks .card {
    width: calc(143 / 375 * 100vw);
  }
}
@media (768px <= width) {
  .award_judge_blocks .card:not(:nth-of-type(4n + 1)) {
    margin-left: 2%;
  }
}
@media (768px <= width) {
  .award_judge_blocks .card:not(:nth-of-type(-n + 4)) {
    margin-top: 28px;
  }
}
@media (width < 768px) {
  .award_judge_blocks .card:not(:nth-of-type(-n + 2)) {
    margin-top: 23px;
  }
}
.award_judge_blocks .card p {
  font-size: 1.1rem;
}
@media (768px <= width) {
  .award_judge_blocks .card p {
    font-size: 1.4rem;
  }
}
@media (width < 768px) {
  .award_judge_blocks .card p + p {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.award_judge_blocks .card_title {
  color: #fff;
}
@media (width < 768px) {
  .award_judge_blocks .card_title {
    text-align: center;
  }
}
.award_judge_blocks .card:nth-of-type(1) .card_title {
  background: #0089d3;
}
.award_judge_blocks .card:nth-of-type(2) .card_title {
  background: #52b9ab;
}
.award_judge_blocks .card:nth-of-type(3) .card_title {
  background: #9ac515;
}
.award_judge_blocks .card:nth-of-type(4) .card_title {
  background: #6bb79a;
}
.award_judge_blocks .card:nth-of-type(5) .card_title {
  background: #816fda;
}
.award_judge_blocks .card:nth-of-type(6) .card_title {
  background: #c42fc9;
}
.award_judge_blocks .card:nth-of-type(7) .card_title {
  background: #2ec554;
}
.award_judge_blocks .card:nth-of-type(8) .card_title {
  background: #f3a800;
}
.award_judge_blocks .card:nth-of-type(9) .card_title {
  background: #a180b5;
}
.award_judge_blocks .card:nth-of-type(10) .card_title {
  background: #ba7e46;
}
.award_judge_blocks .card:nth-of-type(11) .card_title {
  background: #d99d10;
}
.award_judge_blocks .card:nth-of-type(12) .card_title {
  background: #d95310;
}
.award_judge_blocks .card:nth-of-type(13) .card_title {
  background: #c64e94;
}
@media (768px <= width) {
  .award_judge_content {
    margin-top: 70px;
  }
}
@media (width < 768px) {
  .award_judge_content p {
    order: 2;
    margin-top: 15px;
  }
}
@media (768px <= width) {
  .award_judge_content + h4 {
    margin-top: 80px;
  }
}
@media (width < 768px) {
  .award_judge_content + h4 {
    margin-top: 40px;
  }
}
@media (768px <= width) {
  .award_judge_content_detail {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (width < 768px) {
  .award_judge_content_detail {
    display: block;
  }
}
.award_judge_content_detail dt {
  color: #fff;
  background-color: #000;
  text-align: center;
}
@media (768px <= width) {
  .award_judge_content_detail dt {
    width: 20%;
    padding: 15px;
    border-bottom: 1px solid #666;
    line-height: 22px;
  }
}
@media (width < 768px) {
  .award_judge_content_detail dt {
    width: 100%;
  }
}
.award_judge_content_detail dd {
  background-color: #fff;
  line-height: 22px;
}
@media (768px <= width) {
  .award_judge_content_detail dd {
    width: 80%;
    padding: 15px 10px;
    border-bottom: 1px solid #efefef;
  }
}
@media (width < 768px) {
  .award_judge_content_detail dd {
    width: 100%;
    padding: 15px;
  }
}
.award_judge_content_block_award {
  margin-top: 20px;
}
.award_judge_content_block_award li {
  background: url(../img/common/icon-cup.svg) no-repeat left center/1.2em;
  padding-left: 1.5em;
  border-bottom: 1px solid #c5c5c4;
}
.award_judge_content_block_award_summary {
  text-align: justify;
}
@media (768px <= width) {
  .award_judge_content_block_award_summary {
    width: 30%;
  }
}
.award_judge_content_block_award_summary p.block_name {
  border: 2px solid #000;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 2rem;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1;
}
@media (width < 768px) {
  .award_judge_content_block_award_summary p.block_name {
    margin-top: 3rem;
  }
}
.award_judge_content_block_award_summary p.block_award_name {
  font-weight: 700 !important;
}
@media (width < 768px) {
  .award_judge_content_block_award_summary p.block_award_name {
    margin-bottom: 0.5rem;
  }
}
.award_judge_content_passing {
  margin: 30px 0 0;
}
.award_judge_content_passing dt {
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.award_judge_content_passing dd {
  border-bottom: 1px dashed #000;
}
@media (768px <= width) {
  .award_judge_districtaward {
    width: 90%;
    margin: auto;
  }
}
.award_judge_districtaward li {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 13px 0 15px;
  margin-bottom: 5px;
  padding-left: 1.5em;
  line-height: 1.3;
  border-bottom: 1px solid #c5c5c4;
  background: url(../img/common/icon-cup.svg) no-repeat left center/1.2em;
}
@media (width < 768px) {
  .award_judge_districtaward li {
    font-size: 1.8rem;
  }
}
.award_judge_districtaward .accordion {
  margin-bottom: 40px;
}
@media (width < 768px) {
  .award_judge_districtaward .accordion {
    margin-bottom: 20px;
  }
}
.award_judge_districtaward .accordion_btn {
  padding: 5px 20px;
  font-size: 2.5rem;
  color: #fff;
  text-align: left;
}
@media (width < 768px) {
  .award_judge_districtaward .accordion_btn {
    font-size: 2.1rem;
    padding: 10px 40px;
    text-align: center;
    line-height: 1.5;
  }
}
.award_judge_districtaward .accordion_btn small {
  font-size: 1.6rem;
}
.award_judge_districtaward .accordion_btn_date {
  border-right: 1px solid #fff;
  padding: 0 20px 0 0;
  margin-right: 20px;
  font-size: 2.9rem;
}
@media (width < 768px) {
  .award_judge_districtaward .accordion_btn_date {
    border-right: none;
    padding: 0;
    display: block;
    margin: 0;
    line-height: 1;
  }
}
.award_judge_districtaward .accordion_btn_format {
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1.7rem;
  padding: 0 5px;
  font-weight: normal;
}
@media (width < 768px) {
  .award_judge_districtaward .accordion_btn_format {
    display: block;
    margin-top: 5px;
    line-height: 2;
  }
}
.award_judge_districtaward .accordion_body_inner {
  letter-spacing: 0;
  padding: 15px 45px 25px;
  line-height: 1.6;
  background-color: #fff;
}
@media (width < 768px) {
  .award_judge_districtaward .accordion_body_inner {
    padding: 15px 20px 25px;
  }
}
.award_judge_districtaward .accordion_body_inner dt {
  flex-grow: 1;
  padding: 10px 0;
  background: url("../img/common/h-line.svg") repeat-x left bottom/4px;
}
.award_judge_districtaward .accordion_body_inner dd {
  width: calc(100% - 90px);
  padding: 10px 0;
  background: url("../img/common/h-line.svg") repeat-x left bottom/4px;
}
.award_judge_districtaward .accordion_body_inner dd span {
  margin-right: 1rem;
}
.award_judge_districtaward .accordion_body_inner_accessbtn, .award_judge_districtaward .accordion_body_inner_onlinebtn {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 1rem;
  display: inline-block;
}
@media (width < 768px) {
  .award_judge_districtaward .accordion_body_inner_accessbtn, .award_judge_districtaward .accordion_body_inner_onlinebtn {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.award_judge_districtaward .accordion_body_inner_onlinebtn {
  background-color: #e60012;
}
.award_judge_awardlist {
  justify-content: space-between;
}
@media (768px <= width) {
  .award_judge_awardlist {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .award_judge_awardlist::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media (width < 768px) {
  .award_judge_awardlist {
    margin-bottom: 80px;
  }
}
@media (768px <= width) {
  .award_judge_items {
    width: 100%;
  }
}
@media (width < 768px) {
  .award_judge_items + .award_judge_items {
    margin-top: 30px;
  }
}
@media (768px <= width) {
  .award_judge_items h4 {
    margin-bottom: 20px;
    font-size: 2.7rem;
  }
}
@media (width < 768px) {
  .award_judge_items h4 {
    margin-bottom: 25px;
  }
}
.award_judge_items h5 {
  padding: 13px 0 15px;
  margin-bottom: 5px;
  padding-left: 1.5em;
  line-height: 1.3;
  border-bottom: 1px solid #c5c5c4;
  background: url("../img/common/icon-cup.svg") no-repeat left center/1.2em;
}
@media (768px <= width) {
  .award_judge_items h5 {
    font-size: 2.2rem;
  }
}
@media (width < 768px) {
  .award_judge_items h5 {
    font-size: 1.8rem;
  }
}
@media (768px <= width) {
  .award_judge_items ul + h4 {
    margin: 60px 0 27px;
    font-size: 2.7rem;
  }
}
@media (width < 768px) {
  .award_judge_items ul + h4 {
    margin-top: 30px;
  }
}
@media (768px <= width) {
  .award_judge_item1 h5 {
    font-size: 4rem;
    background-size: 40px;
    width: 45rem;
    margin: auto;
  }
}
@media (width < 768px) {
  .award_judge_item1 h5 {
    font-size: 2.5rem;
    padding: 0.3em 0 0.2em 1.5em;
    background-position: left;
    margin-bottom: 15px;
  }
}
@media (768px <= width) {
  .award_judge_item1 li {
    width: 70%;
    margin-top: 30px;
    text-align: center;
  }
}
@media (width < 768px) {
  .award_judge_item1 li {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .award_judge_item2 li {
    width: 48%;
    margin-top: 36px;
  }
}
@media (width < 768px) {
  .award_judge_item2 li {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .award_judge_item3 li {
    width: 48%;
    margin-top: 22px;
  }
}
@media (width < 768px) {
  .award_judge_item3 li {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .award_judge_col-2 li {
    width: 48%;
    margin-top: 36px;
  }
}
@media (width < 768px) {
  .award_judge_col-2 li {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .award_judge_col-3 li {
    width: 32%;
    margin-top: 36px;
  }
}
@media (width < 768px) {
  .award_judge_col-3 li {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .award_judge_parson h3 {
    margin-bottom: 96px;
  }
}
@media (768px <= width) {
  .award_judge_parson {
    margin-top: 160px !important;
  }
}
@media (768px <= width) {
  .award_judge_parson .card {
    width: 48%;
  }
}

.building p a {
  color: #3c9dc7;
}
.building_theme_top {
  width: 100%;
  background-color: #f9d23b;
}
@media (768px <= width) {
  .building_theme_top {
    margin-bottom: 70px;
    padding: 40px 40px 45px;
  }
}
@media (width < 768px) {
  .building_theme_top {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.building_theme_lead {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (768px <= width) {
  .building_theme_lead {
    font-size: 4rem;
    padding: 0 70px;
  }
}
@media (width < 768px) {
  .building_theme_lead {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.building_theme_lead_sub {
  font-weight: bold;
}
@media (768px <= width) {
  .building_theme_lead_sub {
    text-align: center;
    font-size: 2rem;
  }
}
@media (width < 768px) {
  .building_theme_lead_sub {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (768px <= width) {
  .building_theme_body:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media (768px <= width) {
  .building_theme_body + .building_theme_body {
    margin-top: 70px;
  }
}
@media (width < 768px) {
  .building_theme_body + .building_theme_body {
    margin-top: 30px;
  }
}
@media (768px <= width) {
  .building_theme_img {
    width: 45.7%;
  }
}
.building_theme_img img {
  width: 100%;
}
.building_theme_text {
  text-align: justify;
}
@media (768px <= width) {
  .building_theme_text {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .building_theme_text {
    margin-top: 30px;
    line-height: 2;
  }
}
.building_theme_text p + p {
  margin-top: 0.8em;
}
.building_theme_expo {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  align-items: center;
  margin-top: 20px;
  padding: 25px;
}
@media (768px <= width) {
  .building_theme_expo_img {
    width: 30%;
  }
}
@media (width < 768px) {
  .building_theme_expo_img {
    margin-bottom: 15px;
  }
}
.building_theme_expo_img p {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.001em;
  font-weight: lighter;
}
@media (768px <= width) {
  .building_theme_expo_img p {
    margin-top: 15px;
  }
}
@media (width < 768px) {
  .building_theme_expo_img p {
    margin-top: 10px;
  }
}
.building_theme_expo_text {
  font-size: 1.3rem;
  line-height: 1.75;
}
@media (768px <= width) {
  .building_theme_expo_text {
    width: 65%;
  }
}
.building_theme_expo_text .building_theme_reference {
  padding-left: 3.5em;
  text-indent: -3.5em;
  display: inline-block;
  margin-top: 4px;
}
.building_theme_expo_quote {
  font-size: 1.3rem;
  margin-top: 5px;
  color: #6f6f6f;
}
@media (768px <= width) {
  .building_theme > p:nth-of-type(1) {
    margin-top: 50px;
  }
}
@media (width < 768px) {
  .building_theme > p:nth-of-type(1) {
    margin-top: 30px;
  }
}
.building_theme > p + p {
  margin-top: 16px;
}
@media (768px <= width) {
  .building_theme_reference {
    padding-left: 0.5em;
  }
}
@media (width < 768px) {
  .building_theme_reference {
    display: inline-block;
    padding-left: 3em;
    text-indent: -3em;
  }
}
.building_features h4 {
  text-align: center;
  color: #fff;
  background-color: #000;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 2.5rem;
}
@media (768px <= width) {
  .building_outline .award_judge_content_detail dt {
    width: 25%;
  }
  .building_outline .award_judge_content_detail dd {
    width: 75%;
  }
}
.building_outline p + p {
  margin-top: 1em;
}
.building_outline_world {
  border: 3px solid #000;
}
@media (768px <= width) {
  .building_outline_world {
    width: 808px;
    margin: 80px auto 0;
    padding: 60px 70px 70px;
  }
}
@media (width < 768px) {
  .building_outline_world {
    width: 100%;
    margin: 40px auto 80px;
    padding: 20px 20px 40px;
  }
}
.building_outline_world h4 {
  text-align: center;
  line-height: 1.5;
}
@media (768px <= width) {
  .building_outline_world h4 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (width < 768px) {
  .building_outline_world h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.building_outline_world .building_outline_world_point {
  text-align: center;
  padding: 10px;
  margin: 60px 0 0;
  color: #ffffff;
  background-color: #000000;
}
@media (768px <= width) {
  .building_outline_world p {
    margin-top: 25px;
    text-align: center;
  }
}
@media (width < 768px) {
  .building_outline_world p {
    margin-top: 20px;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media (768px <= width) {
  .building_outline_world > .btn {
    margin: 30px auto 0;
    width: 550px;
    min-height: 100px;
  }
}
@media (768px <= width) and (768px <= width) {
  .building_outline_world > .btn::before {
    right: 35px;
  }
}
@media (width < 768px) {
  .building_outline_world > .btn {
    margin: 20px auto 0;
  }
}
.building_outline_world > .btn a {
  color: #000 !important;
}
@media (768px <= width) {
  .building_outline_world > .btn a {
    font-size: 2rem;
    padding: 10px 45px;
  }
}
.building_competition h4 {
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  border: 3px solid #000;
}
@media (768px <= width) {
  .building_competition h4 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
@media (width < 768px) {
  .building_competition h4 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.building_competition_outline {
  margin-top: 0;
}
.building_competition_outline_note p + p {
  margin-top: 1em;
}
@media (768px <= width) {
  .building_competition_outline + h4 {
    margin-top: 80px;
  }
}
@media (width < 768px) {
  .building_competition_outline + h4 {
    margin-top: 40px;
  }
}
.building_competition > p {
  margin-top: 50px;
}
.building_competition > ul {
  font-size: 0.9em;
  line-height: 1.5;
  padding-left: 2em;
  text-indent: -1em;
  margin-top: 10px;
  margin-bottom: 70px;
}
.building_competition > ul li {
  margin-top: 0.5em;
}
.building_award h4 {
  margin-bottom: 20px;
}
@media (768px <= width) {
  .building_award--strong {
    font-size: 4rem !important;
    margin-bottom: 15px !important;
  }
}
@media (width < 768px) {
  .building_award--strong {
    font-size: 3rem !important;
  }
}
.building_award p {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
}
@media (768px <= width) {
  .building .content_inner-small > .btn {
    margin: 0 auto;
    width: 450px;
    min-height: 100px;
  }
}
@media (768px <= width) and (768px <= width) {
  .building .content_inner-small > .btn::before {
    right: 35px;
  }
}
@media (width < 768px) {
  .building .content_inner-small > .btn {
    margin: 60px auto 0;
  }
}
.building .content_inner-small > .btn a {
  color: #000 !important;
}
@media (768px <= width) {
  .building .content_inner-small > .btn a {
    font-size: 2rem;
    padding: 10px 45px 10px 10px;
  }
}

.city-planning p a {
  color: #3c9dc7;
}
.city-planning .lead {
  font-size: 2.4rem;
}
.city-planning_theme_top {
  width: 100%;
  background-color: #f9d23b;
}
@media (768px <= width) {
  .city-planning_theme_top {
    margin-bottom: 70px;
    padding: 40px 40px 45px;
  }
}
@media (width < 768px) {
  .city-planning_theme_top {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.city-planning_theme_lead {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (768px <= width) {
  .city-planning_theme_lead {
    font-size: 4rem;
  }
}
@media (width < 768px) {
  .city-planning_theme_lead {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.city-planning_theme_lead_sub {
  font-weight: bold;
}
@media (768px <= width) {
  .city-planning_theme_lead_sub {
    text-align: center;
    font-size: 2rem;
  }
}
@media (width < 768px) {
  .city-planning_theme_lead_sub {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (768px <= width) {
  .city-planning_theme_img {
    width: 45.7%;
  }
}
.city-planning_theme_img img {
  width: 100%;
}
.city-planning_theme_text {
  text-align: justify;
}
@media (768px <= width) {
  .city-planning_theme_text {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .city-planning_theme_text {
    margin-top: 30px;
    line-height: 2;
  }
}
.city-planning_theme_text p + p {
  margin-top: 0.8em;
}
@media (768px <= width) {
  .city-planning_outline .award_judge_content_detail dt {
    width: 25%;
  }
  .city-planning_outline .award_judge_content_detail dd {
    width: 75%;
  }
}
.city-planning_outline p + p {
  margin-top: 1em;
}
.city-planning_competition h4 {
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  border: 3px solid #000;
}
@media (768px <= width) {
  .city-planning_competition h4 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
@media (width < 768px) {
  .city-planning_competition h4 {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.city-planning_competition_outline {
  margin-top: 0;
}
.city-planning_competition_outline_note p + p {
  margin-top: 1em;
}
@media (768px <= width) {
  .city-planning_competition_outline + h4 {
    margin-top: 80px;
  }
}
@media (width < 768px) {
  .city-planning_competition_outline + h4 {
    margin-top: 40px;
  }
}
@media (768px <= width) {
  .city-planning_competition > p {
    margin-top: 50px;
  }
}
@media (width < 768px) {
  .city-planning_competition > p {
    margin-top: 30px;
  }
}
.city-planning_competition > ul {
  font-size: 0.9em;
  line-height: 1.75;
  padding-left: 2em;
  text-indent: -1em;
  margin-top: 10px;
}
@media (768px <= width) {
  .city-planning_competition > ul + h4 {
    margin-top: 80px;
  }
}
@media (width < 768px) {
  .city-planning_competition > ul + h4 {
    margin-top: 60px;
  }
}
.city-planning_competition > ul li {
  margin-top: 0.5em;
}
.city-planning_award h4 {
  margin-bottom: 20px;
}
@media (768px <= width) {
  .city-planning_award--strong {
    font-size: 4rem !important;
    margin-bottom: 15px !important;
  }
}
@media (width < 768px) {
  .city-planning_award--strong {
    font-size: 3rem !important;
  }
}
.city-planning_award_caution {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
}
@media (768px <= width) {
  .city-planning .content_inner-small > .btn {
    margin: 0 auto;
    width: 450px;
    min-height: 100px;
  }
}
@media (768px <= width) and (768px <= width) {
  .city-planning .content_inner-small > .btn::before {
    right: 35px;
  }
}
@media (width < 768px) {
  .city-planning .content_inner-small > .btn {
    margin: 60px auto 0;
  }
}
.city-planning .content_inner-small > .btn a {
  color: #000 !important;
}
@media (768px <= width) {
  .city-planning .content_inner-small > .btn a {
    font-size: 2rem;
    padding: 10px 45px 10px 10px;
  }
}

.community .hero {
  background-image: url(../img/teacher/hero.jpg);
}
.community .content p > a {
  color: #146ec8;
}
.community .content select {
  margin-bottom: 20px;
  font-size: 1.6rem;
  padding: 15px 10px 15px 15px;
}
.community .cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (768px < width) {
  .community .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.community .card {
  display: block;
  background-color: #f9d23b;
}
.community .card .card-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.community .card .card-body {
  padding: 1.5em;
}
.community .card .card-body .card-title {
  font-size: 1.5em;
  font-weight: bold;
}
.community .card .card-body .card-tag {
  padding: 0.5em 1em;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
}
.community .card .card-body .card-text {
  margin-top: 1em;
}
.community .card .card-body .card-link a {
  color: #146ec8;
}
.community .card .card-image img {
  width: 100%;
}

@media (768px <= width) {
  .contact_inner {
    max-width: 956px;
  }
}
.contact_inner_caution {
  text-align: center;
  border: 2px solid #000;
  padding: 30px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.contact_text + .contact_text {
  margin-top: 1em;
}
.contact ul {
  font-size: 1.5rem;
  color: #6f6f6f;
  margin: 1rem 0 2rem;
}
.contact_items {
  background: url("../img/common/h-line.svg") repeat-x left top/4px, url("../img/common/h-line.svg") repeat-x left bottom/4px;
  align-items: flex-start;
  margin: 35px 0 40px;
  padding: 30px 0 65px;
}
@media (768px <= width) {
  .contact_items {
    margin: 50px 0 40px;
    padding: 60px 0;
  }
}
@media (768px <= width) {
  .contact_items dt:not(:nth-of-type(1)),
  .contact_items dd:not(:nth-of-type(1)) {
    margin-top: 57px;
  }
}
.contact_items dt {
  color: #fff;
  background: #000;
  position: relative;
}
@media (768px <= width) {
  .contact_items dt {
    width: 270px;
    padding: 16px 35px;
    font-size: 1.8rem;
  }
}
@media (width < 768px) {
  .contact_items dt {
    margin-bottom: 8px;
    padding: 7px 10px;
  }
}
.contact_items dt.require::after {
  content: "必須";
  font-size: 1.5rem;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  background-color: #e60036;
  padding: 0.4em 0.6em;
  border-radius: 5px;
}
@media (768px <= width) {
  .contact_items dd {
    width: calc(100% - 270px);
    padding-left: 20px;
  }
}
.contact_items dd input,
.contact_items dd textarea {
  display: block;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (768px <= width) {
  .contact_items dd input,
  .contact_items dd textarea {
    padding: 17px 15px;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
.contact_items dd input::placeholder,
.contact_items dd textarea::placeholder {
  color: #c6c6c5;
}
@media (width < 768px) {
  .contact_items dd:nth-of-type(1) textarea {
    min-height: 80px;
  }
}
@media (width < 768px) {
  .contact_items dd + dt {
    margin-top: 35px;
  }
}
.contact_items dd select {
  font-size: 1.6rem;
  height: 68px;
  width: 100%;
  padding-left: 20px;
}
.contact_check {
  padding: 20px;
  max-width: 466px;
  margin: 20px auto 0;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.contact .btn {
  margin: 20px auto 0;
}
@media (768px <= width) {
  .contact .btn {
    margin: 30px auto 0;
  }
}
.contact .btn button {
  font-size: calc(17 / 375 * 100vw);
}
@media (768px <= width) {
  .contact .btn button {
    font-size: 1.7rem;
  }
}

.confirm h3,
.thanks h3 {
  font-size: 1.9rem;
}
@media (768px <= width) {
  .confirm h3,
  .thanks h3 {
    font-size: 2.7rem;
  }
}

.confirm .contact_checkText {
  display: none;
}
.confirm .contact_check {
  display: none;
}
@media (768px <= width) {
  .confirm .contact_items {
    justify-content: space-between;
  }
}
.confirm .contact_items dd {
  background-color: #fff;
  padding: 14px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (768px <= width) {
  .confirm .contact_items dd {
    width: calc(71.8% - 20px);
    padding: 17px 15px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

form#form .error {
  display: block;
  color: #b70000;
  font-size: calc(14 / 375 * 100vw);
}
@media (768px <= width) {
  form#form .error {
    font-size: 16px;
  }
}

.mw_wp_form_send_error {
  margin-top: 50px;
  text-align: center;
}

main.contact .btn-control {
  display: none !important;
}

main.confirm .btn-control {
  display: block !important;
}

@media (768px <= width) {
  .event_main {
    max-width: 1198px;
  }
}
.event_main > div + div {
  margin-top: 40px;
}
@media (768px <= width) {
  .event_main > div + div {
    margin-top: 50px;
  }
}
.event_main > div:nth-of-type(2) {
  flex-direction: row-reverse;
}
.event_heading {
  position: relative;
  line-height: 1.25;
}
@media (768px <= width) {
  .event_heading {
    padding: 10px 0 0 30px;
    max-width: 514px;
    font-size: 4rem;
  }
}
@media (width < 768px) {
  .event_heading {
    padding: 4px 0 0 20px;
    width: 320px;
    font-size: 2.75rem;
  }
}
.event_heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 80px;
  background-color: #000;
}
@media (768px <= width) {
  .event_heading::after {
    width: 8px;
    height: 130px;
  }
}
@media (768px <= width) {
  .event_text {
    width: 50%;
  }
}
.event_text > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  row-gap: 0.75rem;
}
@media (768px <= width) {
  .event_text > ul {
    max-width: 450px;
    column-gap: 30px;
  }
}
@media (width < 768px) {
  .event_text > ul {
    max-width: 100%;
    column-gap: unset;
    justify-content: space-around;
  }
}
.event_text > ul > li {
  white-space: nowrap;
  font-feature-settings: "tnum";
  letter-spacing: -0.01em;
  width: calc(120 / 375 * 100vw);
}
@media (768px <= width) {
  .event_text > ul > li {
    width: 120px;
  }
}
.event_lead {
  margin-top: 15px;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (768px <= width) {
  .event_lead {
    margin-top: 60px;
    font-size: 2.8rem;
    line-height: 1.51;
  }
}
.event_lead + p {
  margin-top: 1em;
}
@media (768px <= width) {
  .event_img {
    width: 45.9%;
  }
}
@media (width < 768px) {
  .event_img {
    position: relative;
    width: calc(360 / 375 * 100vw);
    left: -20px;
    margin-top: 30px;
    text-align: center;
  }
}
.event_img img {
  width: 100%;
}
@media (768px <= width) {
  .event_img img + img {
    margin-top: -55px;
  }
}
@media (width < 768px) {
  .event_img img + img {
    width: calc(336 / 375 * 100vw);
    margin-top: calc(-37 / 375 * 100vw);
  }
}
.event_blocks_application {
  border: 1px solid #dddddd;
  margin-bottom: 50px;
}
@media (768px <= width) {
  .event_blocks_application {
    padding: 40px;
  }
}
@media (width < 768px) {
  .event_blocks_application {
    padding: 40px 2rem;
  }
  .event_blocks_application ul {
    padding: 1rem 0;
  }
  .event_blocks_application li {
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.event_blocks_application h4 {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.event_blocks_application .btn {
  margin: 30px auto 0;
}
.event_blocks_title {
  margin-bottom: 30px;
}
@media (768px <= width) {
  .event_blocks_title {
    margin-bottom: 50px;
  }
}
.event_blocks_inner {
  letter-spacing: 0;
}
@media (768px <= width) {
  .event_blocks_inner {
    padding: 80px 100px 60px;
    background: #fff;
  }
}
.event_blocks_colotour {
  border: 1px solid #dddddd;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 40px 2rem;
}
@media (768px <= width) {
  .event_blocks_colotour {
    padding: 40px;
  }
}
@media (768px <= width) {
  .event_blocks_colotour p {
    padding-left: 4rem;
  }
}
@media (768px <= width) {
  .event_blocks_colotour_ph {
    width: 670px;
  }
}
@media (width < 768px) {
  .event_blocks_colotour_ph {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px;
  }
}
.event_blocks_colotour_title {
  font-weight: bold;
  font-size: 1.8rem;
}
.event .accordion {
  background: #fff;
}
.event .accordion + .accordion {
  margin-top: 15px;
}
@media (768px <= width) {
  .event .accordion + .accordion {
    margin-top: 40px;
  }
}
.event .accordion_btn {
  color: #fff;
  padding: 12px 30px;
  font-size: 2.1rem;
}
@media (768px <= width) {
  .event .accordion_btn {
    padding: 5px 100px;
    font-size: 2.7rem;
  }
}
.event .accordion_body_inner_note {
  padding: 25px;
}
@media (768px <= width) {
  .event .accordion_body_inner_note {
    padding: 35px;
  }
}
.event .accordion_body_inner a {
  color: #146ec8;
}
.event .accordion dl {
  padding: 0 15px;
  line-height: 1.6;
}
@media (768px <= width) {
  .event .accordion dl {
    padding: 15px 45px 25px;
  }
}
.event .accordion dt,
.event .accordion dd {
  padding: 20px 0;
}
@media (768px <= width) {
  .event .accordion dt,
  .event .accordion dd {
    padding: 10px 0;
  }
}
.event .accordion dt:not(:nth-of-type(1)),
.event .accordion dd:not(:nth-of-type(1)) {
  background: url("../img/common/h-line.svg") repeat-x left top/4px;
}
.event .accordion dt {
  flex-grow: 1;
}
@media (768px <= width) {
  .event .accordion dd {
    width: calc(100% - 90px);
  }
}
@media (width < 768px) {
  .event .accordion dd {
    width: calc(100% - 85px);
    font-size: 1.4rem;
    line-height: 1.28;
  }
}
@media (768px <= width) {
  .event .accordion dd span {
    font-size: 2rem;
    margin-right: 1.5em;
  }
}
@media (width < 768px) {
  .event .accordion dd span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.8rem;
    line-height: 1.55;
  }
}
@media (768px <= width) {
  .event_collabo .content_inner-small {
    max-width: 1146px;
  }
}
@media (width < 768px) {
  .event_collabo_item + .event_collabo_item {
    margin-top: 10px;
  }
}
@media (768px <= width) {
  .event_collabo_item > dt, .event_collabo_item > dd {
    padding: 30px 0 70px;
  }
}
.event_collabo_item > dt {
  border-top: 3px solid #000;
  line-height: 1.4;
}
@media (768px <= width) {
  .event_collabo_item > dt {
    font-size: 2rem;
    width: 33.6%;
  }
}
@media (width < 768px) {
  .event_collabo_item > dt {
    padding: 20px 0;
    font-size: 1.7rem;
  }
}
.event_collabo_item > dt span {
  font-size: 1.8rem;
}
@media (768px <= width) {
  .event_collabo_item > dt span {
    font-size: 2.7rem;
  }
}
.event_collabo_item > dd {
  border-top: 3px solid #f9d23b;
}
@media (768px <= width) {
  .event_collabo_item > dd {
    width: 66.4%;
  }
}
@media (width < 768px) {
  .event_collabo_item > dd {
    padding: 15px 0 40px;
    line-height: 1.28;
  }
}
.event_collabo_item > dd h4 {
  font-size: 1.8rem;
  line-height: 1.55;
}
@media (768px <= width) {
  .event_collabo_item > dd h4 {
    font-size: 2.7rem;
    line-height: 1.25;
  }
}
@media (width < 768px) {
  .event_collabo_item > dd h4 {
    letter-spacing: 0;
  }
}
.event_collabo_item > dd p {
  text-align: justify;
}
@media (768px <= width) {
  .event_collabo_item > dd p {
    margin-top: 30px;
  }
}
@media (width < 768px) {
  .event_collabo_item > dd p {
    margin-top: 20px;
    line-height: 2;
  }
}
.event_collabo_item > dd p a {
  color: #3c9dc7;
  text-decoration: underline;
}
@media (768px <= width) {
  .event_collabo_item > dd dl {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (width < 768px) {
  .event_collabo_item > dd dl {
    font-size: 1.4rem;
    margin-top: 15px;
    padding-bottom: 1rem;
  }
}
.event_collabo_item > dd dt {
  flex-grow: 1;
}
@media (width < 768px) {
  .event_collabo_item > dd dt {
    background: url("../img/common/h-line.svg") repeat-x left top/4px;
  }
}
@media (768px <= width) {
  .event_collabo_item > dd dt {
    width: 20%;
    line-height: 2rem;
    margin-top: 2rem;
  }
}
@media (width < 768px) {
  .event_collabo_item > dd dt {
    padding: 2rem 0 1rem;
  }
}
@media (768px <= width) {
  .event_collabo_item > dd dd {
    width: 78%;
    line-height: 2rem;
    margin-top: 2rem;
  }
}
@media (width < 768px) {
  .event_collabo_item > dd dd {
    margin-bottom: 2rem;
  }
}
.event_collabo_item > dd dd a {
  color: #f02814;
  text-decoration: underline;
}
.event_collabo_online {
  margin-bottom: 2rem;
}
@media (768px <= width) {
  .event_collabo_online_text {
    width: 50%;
  }
}
@media (768px <= width) {
  .event_collabo_online_img {
    width: 45.9%;
  }
}
@media (width < 768px) {
  .event_collabo_online_img {
    margin-top: 1rem;
  }
}
@media (768px <= width) {
  .event_report .btn {
    margin: 60px auto 0;
  }
}
@media (width < 768px) {
  .event_report .btn {
    margin-top: 50px;
  }
}
@media (width < 768px) {
  .event_report .btn::before {
    right: 1.5em;
  }
}
.event_wrapper {
  margin-top: 30px;
}
@media (768px <= width) {
  .event_wrapper {
    margin-top: 40px;
  }
}
@media (768px <= width) {
  .event_wrapper li {
    width: 23.5%;
  }
}
@media (width < 768px) {
  .event_wrapper li {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto;
  }
}
@media (width < 768px) {
  .event_wrapper li + li {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .event_wrapper li:not(:nth-of-type(4n + 1)) {
    margin-left: 2%;
  }
}
@media (768px <= width) {
  .event_wrapper li:not(:nth-of-type(-n + 4)) {
    margin-top: 20px;
  }
}

body.category .event .hero {
  background-image: url("../img/news/hero_sp.jpg") !important;
}
@media (768px <= width) {
  body.category .event .hero {
    background-image: url("../img/news/hero.jpg") !important;
  }
}

body.category-event .event .hero {
  background-image: url("../img/event/hero_sp.jpg") !important;
}
@media (768px <= width) {
  body.category-event .event .hero {
    background-image: url("../img/event/hero.jpg") !important;
  }
}

@media (768px <= width) {
  .faq_inner {
    max-width: 954px;
  }
}
@media (width < 768px) {
  .faq_item {
    border-width: 2px;
  }
}
.faq_item + .faq_item {
  margin-top: 27px;
}
@media (768px <= width) {
  .faq_item + .faq_item {
    margin-top: 30px;
  }
}
.faq_question, .faq_answer {
  background-repeat: no-repeat;
  width: 100%;
  letter-spacing: -0.02em;
}
@media (768px <= width) {
  .faq_question, .faq_answer {
    min-height: 102px;
    background-position: left 37px top 26px;
    background-size: 50px;
  }
}
@media (width < 768px) {
  .faq_question, .faq_answer {
    background-size: 27px;
    background-position: left 16px top 22px;
    text-indent: 1.8em;
    text-align: justify;
  }
}
.faq_question {
  background-color: #f9d23b;
  background-image: url("../img/faq/question.svg");
  line-height: 1.62;
  padding: 20px 50px 20px 15px;
  font-size: 1.9rem;
}
@media (768px <= width) {
  .faq_question {
    padding: 24px 75px 30px 105px;
    font-size: 2rem;
  }
}
.faq_answer {
  background-color: #fff;
}
@media (768px <= width) {
  .faq_answer {
    padding: 30px 50px 30px 105px;
    background-image: url("../img/faq/answer.svg");
  }
}
@media (width < 768px) {
  .faq_answer {
    padding: 15px 20px 10px 15px;
    border-width: 2px;
    font-size: 1.8rem;
    line-height: 2.3;
    background-image: url("../img/faq/answer_sp.svg");
  }
}
.faq_answer a {
  color: #146ec8;
}
.faq_answer a:hover {
  text-decoration: underline;
}

.flow_movie iframe {
  margin: 0 auto 45px;
}
@media (768px <= width) {
  .flow_movie iframe {
    width: 560px;
    height: 315px;
  }
}
@media (width < 768px) {
  .flow_movie iframe {
    width: 100%;
    height: 315px;
  }
}
@media (width < 768px) {
  .flow h2 {
    margin-bottom: 45px;
  }
}
@media (768px <= width) {
  .flow .content_inner-right {
    padding-bottom: 210px;
  }
}
@media (768px <= width) {
  .flow .content_heading-bar {
    display: flex;
    align-items: flex-start;
  }
}
@media (width < 768px) {
  .flow .content_heading-bar {
    margin-bottom: 40px;
  }
}
.flow .content_heading-bar::before {
  top: 0.8em;
}
.flow .content_heading-bar span {
  display: block;
}
@media (768px <= width) {
  .flow .content_heading-bar span {
    margin-right: 40px;
    width: 174px;
    padding-right: 47px;
    background: url("../img/app/step_app.svg") no-repeat center right/22px;
  }
}
@media (width < 768px) {
  .flow .content_heading-bar span {
    margin-bottom: 10px;
    width: 72px;
  }
}
.flow .content_heading-bar span img {
  width: 100%;
}
@media (768px <= width) {
  .flow .content_wrapper h3 {
    padding-left: 92px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper + .content_wrapper {
    margin-top: 85px;
  }
}
@media (width < 768px) {
  .flow .content_wrapper + .content_wrapper {
    margin-top: 60px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(1) .flow_step {
    padding-bottom: 80px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(2) {
    margin-top: 70px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(2) .flow_step {
    padding-bottom: 70px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(3) .flow_step {
    padding-bottom: 50px;
  }
}
@media (width < 768px) {
  .flow .content_wrapper:nth-of-type(3) .flow_step_info p {
    letter-spacing: 0.02em;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(4) .flow_step {
    padding-bottom: 55px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(5) .flow_step {
    padding-bottom: 100px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(6) .flow_step {
    padding-bottom: 120px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(7) h3 {
    margin-bottom: 50px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(7) .flow_step {
    padding-bottom: 80px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(8) h3 {
    margin-bottom: 50px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(8) .flow_step {
    padding-bottom: 80px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(9) h3 {
    margin-bottom: 50px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(9) {
    margin-top: 100px;
  }
}
@media (768px <= width) {
  .flow .content_wrapper:nth-of-type(9) .flow_step {
    padding-bottom: 80px;
  }
}
@media (768px <= width) {
  .flow_step {
    border-bottom: 1px solid #c5c5c4;
  }
}
@media (768px <= width) {
  .flow_step .btn {
    margin: 50px auto 0;
  }
}
@media (width < 768px) {
  .flow_step .btn {
    margin: 30px auto 0;
  }
}
.flow_step_list {
  margin-top: 10px;
}
.flow_step_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.flow_step_list li::before {
  content: "●";
}
.flow_step_list + p {
  margin-top: 40px;
}
@media (768px <= width) {
  .flow_step_img {
    margin-top: 10px;
    width: 45.1%;
  }
}
@media (width < 768px) {
  .flow_step_img {
    height: calc(192 / 375 * 100vw);
    margin-bottom: 15px;
  }
}
@media (768px <= width) {
  .flow_step_info {
    width: 50%;
  }
}
@media (width < 768px) {
  .flow_step_info {
    letter-spacing: 0;
    line-height: 2;
  }
}
.flow_step_info > ul {
  text-indent: -1em;
  padding-left: 2em;
  border-left: 3px solid #d8d8d8;
}
@media (768px <= width) {
  .flow_step_info_category + .flow_step_info_category {
    margin-top: 40px;
  }
}
@media (width < 768px) {
  .flow_step_info_category + .flow_step_info_category {
    margin-top: 50px;
  }
}
.flow_step_info_category h4 {
  font-size: 2rem;
}
@media (768px <= width) {
  .flow_step_info_category h4 {
    margin-bottom: 10px;
  }
}
@media (width < 768px) {
  .flow_step_info_category h4 {
    margin-bottom: 10px;
  }
}
.flow_step p a {
  color: #146ec8;
}
@media (768px <= width) {
  .flow_step p + p {
    margin-top: 16px;
  }
}
@media (width < 768px) {
  .flow_step p + p {
    margin-top: 10px;
  }
}
.flow_step p + ul {
  margin-top: 10px;
}
.flow_step p + .flow_step_info_category {
  margin-top: 16px;
}
@media (768px <= width) {
  .flow_step ul + p {
    margin-top: 16px;
  }
}
@media (width < 768px) {
  .flow_step ul + p {
    margin-top: 10px;
  }
}
.flow_step ol {
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media (768px <= width) {
  .flow_step ol {
    margin-bottom: 60px;
  }
}
@media (width < 768px) {
  .flow_step ol {
    margin: 10px 0;
    line-height: 1.57;
  }
}
@media (width < 768px) {
  .flow_step ol li + li {
    margin-top: 5px;
  }
}
.flow_step_box {
  border: 1px solid #d8d8d8;
  background: #fff;
}
@media (768px <= width) {
  .flow_step_box {
    margin-top: 25px;
    padding: 30px 9.6% 25px;
  }
}
@media (width < 768px) {
  .flow_step_box {
    margin-top: 20px;
    padding: 18px 18px 25px;
  }
}
.flow_step_box ul {
  margin-top: 25px;
}
@media (768px <= width) {
  .flow_step .btn {
    margin-top: 25px;
  }
}
@media (width < 768px) {
  .flow_step .btn {
    margin-top: 25px;
  }
}
.flow_step .btn a {
  color: #000000;
}
.flow_step_btn {
  margin-top: 0 !important;
  text-align: center;
}
.flow_step_btn li {
  border-radius: 50px;
}

.newsDetail .content_inner-right {
  padding-top: 25px;
}
@media (768px <= width) {
  .newsDetail .content_inner-right {
    padding-top: 75px;
  }
}
.newsDetail_info {
  background-color: #fff;
  margin-bottom: 30px;
  padding-right: 20px;
}
@media (768px <= width) {
  .newsDetail_info {
    margin-bottom: 80px;
    padding-right: 25px;
  }
}
.newsDetail_info time {
  flex-grow: 1;
  font-size: 1.5rem;
}
@media (768px <= width) {
  .newsDetail_info time {
    font-size: 1.4rem;
  }
}
.newsDetail_tag {
  display: flex;
}
@media (width < 768px) {
  .newsDetail_tag {
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
  }
}
.newsDetail_tag li {
  font-size: 1.8rem;
  background: #000;
  padding: 10px 20px;
  color: #fff;
  line-height: 1;
}
@media (width < 768px) {
  .newsDetail_tag li {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.newsDetail_tag li a {
  color: #fff;
}
@media (768px <= width) {
  .newsDetail_tag li + li {
    margin-left: 5px;
  }
}
.newsDetail_title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (768px <= width) {
  .newsDetail_title {
    font-size: 2.7rem;
  }
}
@media (768px <= width) {
  .newsDetail_wrapper {
    width: 73.1%;
  }
}
.newsDetail_inner {
  margin-top: 25px;
}
@media (768px <= width) {
  .newsDetail_inner {
    margin-top: 70px;
  }
}
.newsDetail_inner > * + * {
  margin-top: 1em;
}
.newsDetail_inner h2,
.newsDetail_inner h3,
.newsDetail_inner h4 {
  padding-left: 1.5rem;
  font-size: 1.9rem;
}
@media (768px <= width) {
  .newsDetail_inner h2,
  .newsDetail_inner h3,
  .newsDetail_inner h4 {
    font-size: 1.8rem;
  }
}
.newsDetail_inner h2 {
  background-color: #f9d23b;
}
.newsDetail_inner h3 {
  background-color: #fff;
}
.newsDetail_inner h4 {
  padding-left: 0;
  border-bottom: 2px solid #000;
}
.newsDetail_inner a {
  color: #196d17;
  text-decoration: underline;
}
.newsDetail .btn {
  margin: 60px auto 0;
}
@media (768px <= width) {
  .newsDetail .btn {
    margin: 70px auto 0;
  }
}

@media (768px <= width) {
  .page404 .page404_inner {
    text-align: center;
  }
}
@media (width < 768px) {
  .page404 h2 {
    margin-top: calc(-55 / 375 * 100vw);
  }
}
.page404 h3 {
  margin-bottom: 25px;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (768px <= width) {
  .page404 h3 {
    margin-bottom: 40px;
    font-size: 2.7rem;
  }
}

.partnership .container {
  margin-bottom: calc(75 / 375 * 100vw);
}
@media (768px <= width) {
  .partnership .container {
    margin-bottom: 150px;
  }
}
.partnership .card {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.partnership figure figcaption {
  margin-top: 10px;
  font-size: 13px;
}
.partnership .card-sm {
  max-width: 560px;
}
.partnership .card-md {
  max-width: 870px;
}
.partnership .position-relative {
  position: relative;
}
.partnership .position-absolute {
  position: absolute;
}
@media (768px <= width) {
  .partnership .icon-triangle-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: calc(50% - 9px);
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 9px solid #fcc800;
    border-right: 0;
  }
}
.partnership .icon-arrow-right:after {
  right: 10px;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  width: 7px;
  height: 12px;
  background: url(../img/common/arrow-k.svg) no-repeat center center/7px;
}
@media (768px <= width) {
  .partnership .icon-arrow-right:after {
    right: 10px;
  }
}
.partnership .cta {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 3px solid #fcc800;
  border-radius: 20px;
}
.partnership .cta .cta-header {
  background-color: #fcc800;
  color: #000;
  text-align: center;
}
.partnership .cta .cta-footer {
  padding-bottom: 50px;
}

.privacy .content_inner-small .lead {
  text-align: justify;
}
.privacy .content_inner-small .lead + .privacy .content_inner-small .lead {
  margin-top: 1em;
}
.privacy .content_inner-small h3 {
  margin: 30px 0 25px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 2rem;
}
@media (768px <= width) {
  .privacy .content_inner-small h3 {
    margin: 70px 0 20px;
  }
}
.privacy .content_inner-small h4 {
  margin-top: 15px;
}
.privacy .content_inner-small h4 + p {
  margin-bottom: 35px;
}
.privacy .content_inner-small ul {
  padding-left: 0.5em;
}
.privacy .content_inner-small ul li::before {
  content: "・";
}
.privacy .content_inner-small ol {
  counter-reset: item;
}
.privacy .content_inner-small ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.privacy .content_inner-small ol li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.privacy .content_inner-small ol li + li {
  margin-top: 15px;
}
.privacy .content_inner-small ol li ol li + li {
  margin-top: 0;
}
.privacy .content_inner-small ol + p,
.privacy .content_inner-small h4 + p {
  margin-top: 10px;
}

.eventrule .content_inner-small .lead {
  font-size: calc(18 / 375 * 100vw);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.eventrule .content_inner-small .lead + .eventrule .content_inner-small .lead {
  margin-top: 1em;
}
@media (768px <= width) {
  .eventrule .content_inner-small .lead {
    font-size: 32px;
    line-height: 1;
  }
}
.eventrule .content_inner-small h3 {
  margin: 30px 0 25px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 2rem;
}
@media (768px <= width) {
  .eventrule .content_inner-small h3 {
    margin: 70px 0 20px;
  }
}
.eventrule .content_inner-small h4 {
  margin-top: 15px;
}
.eventrule .content_inner-small h4 + p {
  margin-bottom: 35px;
}
.eventrule .content_inner-small ul {
  padding-left: 0.5em;
}
.eventrule .content_inner-small ul li::before {
  content: "・";
}
.eventrule .content_inner-small ol {
  counter-reset: item;
}
.eventrule .content_inner-small ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.eventrule .content_inner-small ol li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.eventrule .content_inner-small ol li + li {
  margin-top: 15px;
}
.eventrule .content_inner-small ol li ol li + li {
  margin-top: 0;
}
.eventrule .content_inner-small ol + p,
.eventrule .content_inner-small h4 + p {
  margin-top: 10px;
}

.eventguideline .content_inner-small .lead {
  text-align: justify;
}
.eventguideline .content_inner-small .lead + .eventguideline .content_inner-small .lead {
  margin-top: 1em;
}
.eventguideline .content_inner-small h3 {
  margin: 30px 0 25px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 2rem;
}
@media (768px <= width) {
  .eventguideline .content_inner-small h3 h3 {
    margin: 70px 0 20px;
  }
}
.eventguideline .content_inner-small h4 {
  margin-top: 15px;
}
.eventguideline .content_inner-small h4 + p {
  margin-bottom: 35px;
}
.eventguideline .content_inner-small ul {
  padding-left: 0.5em;
}
.eventguideline .content_inner-small ul li::before {
  content: "・";
}
.eventguideline .content_inner-small ol {
  counter-reset: item;
}
.eventguideline .content_inner-small ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.eventguideline .content_inner-small ol li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.eventguideline .content_inner-small ol li + li {
  margin-top: 15px;
}
.eventguideline .content_inner-small ol li ol li + li {
  margin-top: 0;
}
.eventguideline .content_inner-small ol + p,
.eventguideline .content_inner-small h4 + p {
  margin-top: 10px;
}
.eventguideline table.table-bordered {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.eventguideline table.table-bordered tbody {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.eventguideline table.table-bordered tbody tr {
  border-bottom: 1px solid #000;
}
.eventguideline table.table-bordered tbody tr th {
  padding: 10px;
  border-right: 1px solid #000;
}
.eventguideline table.table-bordered tbody tr th:last-child {
  border-right: 0;
}
.eventguideline table.table-bordered tbody tr td {
  padding: 10px;
  border-right: 1px solid #000;
}
.eventguideline table.table-bordered tbody tr td:last-child {
  border-right: 0;
}

.utilizationguideline .content_inner-small .lead {
  text-align: justify;
}
.utilizationguideline .content_inner-small .lead + .utilizationguideline .content_inner-small .lead {
  margin-top: 1em;
}
.utilizationguideline .content_inner-small h3 {
  margin: 30px 0 25px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 2rem;
}
@media (768px <= width) {
  .utilizationguideline .content_inner-small h3 h3 {
    margin: 70px 0 20px;
  }
}
.utilizationguideline .content_inner-small h4 {
  margin-top: 15px;
}
.utilizationguideline .content_inner-small h4 + p {
  margin-bottom: 35px;
}
.utilizationguideline .content_inner-small ul {
  padding-left: 0.5em;
}
.utilizationguideline .content_inner-small ul li::before {
  content: "・";
}
.utilizationguideline .content_inner-small ol {
  counter-reset: item;
}
.utilizationguideline .content_inner-small ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.utilizationguideline .content_inner-small ol li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.utilizationguideline .content_inner-small ol li + li {
  margin-top: 15px;
}
.utilizationguideline .content_inner-small ol li ol li + li {
  margin-top: 0;
}
.utilizationguideline .content_inner-small ol + p,
.utilizationguideline .content_inner-small h4 + p {
  margin-top: 10px;
}
.utilizationguideline table.table-bordered {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.utilizationguideline table.table-bordered tbody {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.utilizationguideline table.table-bordered tbody tr {
  border-bottom: 1px solid #000;
}
.utilizationguideline table.table-bordered tbody tr th {
  padding: 10px;
  border-right: 1px solid #000;
}
.utilizationguideline table.table-bordered tbody tr th:last-child {
  border-right: 0;
}
.utilizationguideline table.table-bordered tbody tr td {
  padding: 10px;
  border-right: 1px solid #000;
}
.utilizationguideline table.table-bordered tbody tr td:last-child {
  border-right: 0;
}

@media (width < 768px) {
  .movie h2 {
    margin-top: -60px;
  }
}
.movie_text {
  margin-bottom: 45px;
}
@media (768px <= width) {
  .movie_text {
    margin-bottom: 55px;
  }
}
.movie_wrapper + .movie_wrapper {
  margin-top: 60px;
}
@media (768px <= width) {
  .movie_wrapper + .movie_wrapper {
    margin-top: 40px;
  }
}
@media (768px <= width) {
  .movie_item {
    width: 46.2%;
  }
}
@media (width < 768px) {
  .movie_item {
    margin-top: 15px;
    order: 2;
  }
}
.movie_item > div {
  width: 100%;
  height: calc(200 / 375 * 100vw);
}
@media (768px <= width) {
  .movie_item > div {
    height: 315px;
  }
}
.movie_item > div iframe {
  width: 100%;
  max-height: 100%;
}
@media (768px <= width) {
  .movie_info {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .movie_info {
    order: 1;
  }
}
.movie_info h4, .movie_info_number {
  font-weight: 700;
}
@media (768px <= width) {
  .movie_info h4 {
    margin-top: 20px;
    font-size: 2.7rem;
  }
}
@media (width < 768px) {
  .movie_info h4 {
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.movie_info_number {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #000;
}
@media (width < 768px) {
  .movie_info_number {
    width: 100%;
    text-align: center;
  }
}
.movie_info_text {
  margin-top: 10px;
}
@media (width < 768px) {
  .movie_info_text {
    line-height: 2;
  }
}

.teacher_box {
  z-index: 1;
  border: 4px solid #000;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 0;
}
@media (768px <= width) {
  .teacher_box {
    padding: 87px 0 65px;
  }
}
.teacher_box h3 {
  font-weight: 700;
  position: absolute;
  line-height: 1;
  letter-spacing: 0;
  background-color: #f9d23b;
}
@media (768px <= width) {
  .teacher_box h3 {
    top: -38px;
    left: 20px;
    padding: 10px 17px;
    font-size: 2.3rem;
    border: 7px solid #000;
  }
}
@media (width < 768px) {
  .teacher_box h3 {
    top: -21px;
    left: 10px;
    padding: 7px 12px;
    font-size: 1.8rem;
    border: 3px solid #000;
    border-radius: 3px;
  }
}
.teacher_box h3::after {
  content: "";
  position: absolute;
  height: 12px;
  border-top: 12px solid #000;
  top: calc(100% + 3px);
  width: calc(100% + 6px);
  left: -3px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
@media (768px <= width) {
  .teacher_box h3::after {
    top: calc(100% + 7px);
    width: calc(100% + 14px);
    left: -7px;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
}
.teacher_box_content {
  margin: 0 auto;
  width: calc(305 / 375 * 100vw);
}
@media (768px <= width) {
  .teacher_box_content {
    width: 83%;
  }
}
@media (768px <= width) {
  .teacher_box_text {
    width: 60%;
  }
}
.teacher_box_text p {
  letter-spacing: 0;
  margin-bottom: 20px;
}
.teacher_box_text p:nth-of-type(1) {
  line-height: 1.63;
}
@media (768px <= width) {
  .teacher_box_text p:nth-of-type(1) {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}
@media (width < 768px) {
  .teacher_box_text p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}
@media (768px <= width) {
  .teacher_box_img {
    width: 38%;
  }
}
@media (width < 768px) {
  .teacher_box_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.teacher_box_img img {
  width: 100%;
}
@media (768px <= width) {
  .teacher_box .btn {
    margin: 50px auto 0;
    min-height: 96px;
    font-size: 2rem;
    width: 500px;
  }
}
@media (width < 768px) {
  .teacher_box .btn {
    margin: 27px auto 0;
    max-width: calc(315 / 375 * 100vw);
  }
}
.teacher_box .btn::before {
  right: 1.5em;
}
@media (width < 768px) {
  .teacher_box .btn a {
    line-height: 1.45;
  }
}

@media (width < 768px) {
  .educational .content_wrapper + .content_wrapper {
    margin-top: 100px;
  }
}
@media (width < 768px) {
  .educational h2 {
    line-height: 1.2;
  }
}
.educational h2 .content_heading_en + span {
  padding: 0 30px;
}
.educational h3 {
  margin-bottom: 40px;
}
@media (768px <= width) {
  .educational h3 {
    margin-bottom: 70px;
  }
}
@media (width < 768px) {
  .educational .content_inner-right {
    padding-top: 56px;
  }
}
@media (768px <= width) {
  .educational_img {
    width: 49%;
  }
}
@media (768px <= width) {
  .educational_text {
    width: 44.7%;
  }
}
@media (width < 768px) {
  .educational_text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (width < 768px) {
  .educational_text p + p {
    margin-top: 14px;
  }
}
@media (width < 768px) {
  .educational_img-flex .educational_img:nth-of-type(even) {
    margin-top: 10px;
  }
}
.educational .content_heading-yellow {
  margin: 60px 0 20px;
}
@media (768px <= width) {
  .educational .content_heading-yellow {
    margin: 40px 0 30px;
  }
}
.educational_courseware h5 {
  position: relative;
  font-feature-settings: "palt";
}
.educational_courseware h5 span {
  translate: 0 -50%;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  border-radius: 100vw;
}
@media (768px <= width) {
  .educational_courseware h5 span {
    position: absolute;
    top: 50%;
    right: 1.25rem;
  }
}
@media (width < 768px) {
  .educational_lead {
    text-align: left;
  }
}
@media (768px <= width) {
  .educational_lead {
    text-align: center;
  }
}
@media (width < 768px) {
  .educational figcaption {
    font-size: 1.25rem;
  }
}
@media (768px <= width) {
  .educational figcaption {
    font-size: 1.5rem;
  }
}
.educational_peace-study ul {
  width: 100%;
  max-width: 672px;
}
.educational_peace-study ul .link-box a {
  width: 100%;
}
.educational_peace-study ul .link-box a.tab-link::after {
  top: 50%;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/common/tab.svg");
  background-size: 1.25rem;
  background-repeat: none;
  background-position: center;
  translate: 0 -50%;
}
@media (768px <= width) {
  .educational_video {
    width: 672px;
    height: 378px;
  }
}
.educational_video iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.educational_box {
  margin-bottom: 10px;
  width: 49%;
}
@media (width < 768px) {
  .educational_box {
    width: 100%;
  }
}
.educational_box ul {
  padding: 30px 20px 20px;
  border-top: 1px solid #eaeaea;
}
@media (768px <= width) {
  .educational_box ul {
    padding: 24px 6% 31px;
  }
}
@media (width < 768px) {
  .educational_box ul li + li {
    margin-top: 20px !important;
  }
}
@media (width < 768px) {
  .educational_box + .educational_box {
    margin-top: 25px;
  }
}
.educational_box .link-box a {
  padding-right: 40px;
}
@media (768px <= width) {
  .educational_box .link-box a {
    padding-right: 60px;
  }
}
.educational_box .link-box a::after {
  right: 20px;
}
@media (768px <= width) {
  .educational_box .link-box a::after {
    right: 30px;
  }
}
.educational_box .link-box_dl a {
  padding-bottom: 20px;
}
.educational_box .link-box_dl a::after {
  width: 1em;
  height: 1em;
  background-image: url("../img/common/icon-download-blue.svg");
  background-size: 100%;
}
@media (width < 768px) {
  .educational_box .link-box_dl a::after {
    right: 15px;
  }
}
@media (768px <= width) {
  .educational_box .link-box_dl:not(:nth-of-type(-n + 2)) {
    margin-top: 11px !important;
  }
}
.educational_box1 {
  background: #fff;
  padding-top: 25px;
}
@media (width < 768px) {
  .educational_box1 {
    padding-top: 17px;
  }
}
.educational_box1 p {
  width: calc(194 / 375 * 100vw);
  margin: 0 auto 17px;
}
@media (768px <= width) {
  .educational_box1 p {
    width: 194px;
    margin: 0 auto 20px;
  }
}
.educational_box2 {
  background: #fff;
  padding-top: 25px;
}
.educational_box2 p {
  width: calc(194 / 375 * 100vw);
  margin: 0 auto 17px;
}
@media (768px <= width) {
  .educational_box2 p {
    width: 194px;
    margin: 0 auto 20px;
  }
}
.educational_box3 {
  background: #fff;
  padding-top: 25px;
  margin-top: 25px;
}
.educational_box3 p {
  width: calc(194 / 375 * 100vw);
  margin: 0 auto 17px;
}
@media (768px <= width) {
  .educational_box3 p {
    width: 232px;
    margin: 0 auto 20px;
  }
}
@media (768px <= width) {
  .educational_box3 + .teacher_box {
    margin-top: 110px;
  }
}
@media (768px <= width) {
  .educational .teacher_box {
    padding: 70px 0 50px;
    margin-top: 100px;
  }
}
.educational .teacher_box_content {
  width: calc(265 / 375 * 100vw);
}
@media (768px <= width) {
  .educational .teacher_box_content {
    width: 93%;
  }
}
@media (768px <= width) {
  .educational .teacher_box_text {
    width: 56%;
  }
}
@media (768px <= width) {
  .educational .teacher_box_img {
    width: 40.5%;
  }
}
@media (width < 768px) {
  .educational .teacher_box p {
    width: 100%;
    letter-spacing: 0;
  }
}
.educational .teacher_box .btn {
  margin-bottom: 80px;
}
@media (768px <= width) {
  .educational .teacher_box .btn {
    margin-top: 40px;
  }
}
@media (768px <= width) {
  .educational .teacher_box .btn::before {
    right: 1.5em;
  }
}
@media (width < 768px) {
  .educational .teacher_box .btn a {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto;
  }
}
.educational .teacher_box h3 {
  font-size: 1.5rem;
}
@media (width < 768px) {
  .educational_license {
    margin-top: 85px;
  }
}
@media (width < 768px) {
  .educational_license h3 {
    margin-bottom: 30px;
  }
}
@media (768px <= width) {
  .educational_movie_text {
    margin-bottom: 60px;
  }
}
@media (width < 768px) {
  .educational_movie_text {
    margin-bottom: 40px;
    letter-spacing: 0;
    line-height: 2;
  }
}
.educational_movie_item {
  width: 100%;
}
@media (768px <= width) {
  .educational_movie_item {
    width: 46%;
  }
}
@media (width < 768px) {
  .educational_movie_item > div {
    height: 200px;
  }
}
@media (width < 768px) {
  .educational_movie_item + .educational_movie_item {
    margin: 20px 0 90px;
  }
}
.educational_movie_item iframe {
  width: 100%;
}
@media (width < 768px) {
  .educational_movie_item iframe {
    max-height: 100%;
  }
}
.educational_movie_item h4 {
  padding: 10px;
  background-color: #000;
  color: #fff;
}
@media (768px <= width) {
  .educational_movie_item h4 {
    font-size: 2rem;
  }
}
@media (768px <= width) {
  .educational_evaluation_img {
    width: 47.2%;
  }
}
@media (768px <= width) {
  .educational_evaluation_pdf {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .educational_evaluation_pdf {
    margin-top: 30px;
    line-height: 2;
  }
}
.educational_evaluation .btn {
  margin-top: 20px;
}
@media (768px <= width) {
  .educational_evaluation .btn {
    width: 100%;
    min-height: 96px;
    margin-top: 50px;
  }
}
@media (768px <= width) {
  .educational_evaluation .btn::before {
    right: 7rem;
  }
}
@media (768px <= width) {
  .educational_evaluation .btn a {
    font-size: 2rem;
  }
}
@media (width < 768px) {
  .educational .btn::before {
    right: 2em;
  }
}

@media (width < 768px) {
  .special h2 {
    line-height: 1.2;
  }
}
.special h2 .content_heading_en + span {
  padding: 0 70px;
}
@media (width < 768px) {
  .special h2 span:not([class]) {
    padding-top: 0.5em;
  }
}
@media (768px <= width) {
  .special_img {
    width: 47.2%;
  }
}
@media (768px <= width) {
  .special_text {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .special_text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.special_partner h4 {
  margin-top: 20px;
}
@media (768px <= width) {
  .special_partner h4 {
    margin-top: 85px;
  }
}
@media (768px <= width) {
  .special_partner figure {
    width: 49%;
  }
}
@media (768px <= width) {
  .special_partner figure > div {
    width: 47.9%;
  }
}
@media (width < 768px) {
  .special_partner figure > div {
    order: 2;
    margin-top: 20px;
  }
}
@media (width < 768px) {
  .special_partner figure + figure {
    margin-top: 35px;
  }
}
@media (768px <= width) {
  .special_partner figcaption {
    width: 47.7%;
  }
}
@media (width < 768px) {
  .special_partner figcaption {
    order: 1;
  }
}
.special_partner figcaption p {
  line-height: 1.5;
}
@media (768px <= width) {
  .special_partner figcaption p {
    font-size: 1.8rem;
    line-height: 1.66;
  }
}
@media (768px <= width) {
  .special_partner figcaption ul {
    margin-top: 20px;
    line-height: 1.87;
  }
}
@media (width < 768px) {
  .special_partner figcaption ul {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.special_partner figcaption li {
  text-indent: -1em;
  padding-left: 1em;
}
.special_partner figcaption li::before {
  content: "・";
}
.special_partner figcaption li + li {
  margin-top: 10px;
}
@media (768px <= width) {
  .special_partner figcaption li + li {
    margin-top: 15px;
  }
}
@media (768px <= width) {
  .special_partner_box {
    margin-top: 75px;
    padding: 80px 90px 60px 105px;
    background-color: #fff;
  }
}
@media (width < 768px) {
  .special_partner_box {
    margin-top: 60px;
  }
}
@media (768px <= width) {
  .special_partner_box > div:nth-of-type(1) {
    width: 32.8%;
  }
}
@media (width < 768px) {
  .special_partner_box > div:nth-of-type(1) {
    padding: 27px 24.6%;
    background-color: #fff;
  }
}
@media (768px <= width) {
  .special_partner_box > div:nth-of-type(2) {
    width: 58.9%;
  }
}
.special_partner_box h5 {
  line-height: 1.56;
}
@media (768px <= width) {
  .special_partner_box h5 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
@media (width < 768px) {
  .special_partner_box h5 {
    margin: 20px 0 20px;
    font-size: 2rem;
  }
}
@media (768px <= width) {
  .special_partner_box p {
    line-height: 1.62;
    text-indent: 1em;
  }
}
@media (768px <= width) {
  .special_partner_box p + p {
    margin-top: 11px;
  }
}
.special_movie {
  margin-top: 100px;
}
@media (768px <= width) {
  .special_movie {
    margin-top: 145px;
  }
}
@media (768px <= width) {
  .special_movie h3 {
    margin-bottom: 80px;
  }
}
.special_movie h4 {
  margin-top: 70px;
}
@media (768px <= width) {
  .special_movie h4 {
    margin-top: 50px;
  }
}
.special_movie_inner {
  margin-top: 40px;
}
@media (768px <= width) {
  .special_movie_inner {
    margin-top: 50px;
  }
}
.special_movie_inner > div {
  width: 100%;
}
@media (768px <= width) {
  .special_movie_inner > div {
    width: 46.2%;
  }
}
@media (768px <= width) {
  .special_movie_inner > div div {
    height: 315px;
  }
}
@media (width < 768px) {
  .special_movie_inner > div div {
    height: 200px;
    margin-bottom: 30px;
  }
}
@media (width < 768px) {
  .special_movie_inner > div + div {
    margin-top: 60px;
  }
}
.special_movie_inner > div iframe {
  width: 100%;
  max-height: 100%;
}
.special_movie_inner span {
  line-height: 1;
}
@media (768px <= width) {
  .special_movie_inner span {
    font-size: 1.5rem;
  }
}
@media (768px <= width) {
  .special_workshop_img {
    width: 47.2%;
  }
}
@media (768px <= width) {
  .special_workshop_text {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .special_workshop_text {
    margin-top: 20px;
  }
}
@media (width < 768px) {
  .special_achieve {
    margin-top: 105px;
  }
}
@media (768px <= width) {
  .special_achieve_img {
    width: 47.7%;
  }
}
@media (width < 768px) {
  .special_achieve_img {
    padding: 25px 19.6%;
    background-color: #fff;
  }
}
@media (768px <= width) {
  .special_achieve_pdf {
    width: 48.9%;
  }
}
@media (width < 768px) {
  .special_achieve_pdf {
    margin-top: 30px;
  }
}
@media (768px <= width) {
  .special_achieve .btn {
    margin-top: 70px;
    width: 100%;
    min-height: 96px;
  }
}
@media (width < 768px) {
  .special_achieve .btn {
    margin-top: 50px;
  }
}
@media (768px <= width) {
  .special_achieve .btn a {
    font-size: 2rem;
  }
}

@media (768px <= width) {
  .license h3 {
    margin-bottom: 65px;
  }
}
@media (width < 768px) {
  .license h3 {
    font-size: 2.4rem;
  }
}
.license h4 {
  margin-bottom: 30px;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 2rem;
  margin-top: 50px;
}
.license_text {
  margin-bottom: 45px;
}
.license_inner .licence_item {
  margin-bottom: 30px;
}
.license_inner p + p {
  margin-top: 15px;
}
@media (768px <= width) {
  .license_inner > div, .license_inner > ul {
    max-width: 954px;
    margin: 0 auto 100px;
  }
}
.license_inner > div a, .license_inner > ul a {
  width: 100%;
}
.license_inner > ul {
  background-color: #fff;
}
@media (768px <= width) {
  .license_inner > ul {
    padding: 35px 33px;
  }
}
@media (width < 768px) {
  .license_inner > ul {
    margin-top: 30px;
    padding: 27px 17px;
    border: 1px solid #d8d8d8;
  }
}
.license_inner li + li {
  margin-top: 28px !important;
}
@media (768px <= width) {
  .license_inner li + li {
    margin-top: 10px;
  }
}
.license_inner dl {
  line-height: 1.62;
}
@media (768px <= width) {
  .license_inner dt:not(:nth-of-type(1)),
  .license_inner dd:not(:nth-of-type(1)) {
    margin-top: 0.6em;
  }
}
@media (768px <= width) {
  .license_inner dt {
    width: 172px;
  }
}
@media (768px <= width) {
  .license_inner dd {
    width: calc(100% - 200px);
  }
}
@media (width < 768px) {
  .license_inner dd {
    margin-top: 10px;
  }
}
@media (width < 768px) {
  .license_inner dd + dt {
    margin-top: 35px;
  }
}
.license_inner dd span {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  margin-top: 0.6em;
}
.license_inner a {
  color: #146ec8;
}
.license .accordion_btn {
  background: #f9d23b;
  font-size: 2rem;
  line-height: 1.62em;
  padding: 24px 75px 30px 40px;
}
@media (width < 768px) {
  .license .accordion_btn {
    padding: 24px 40px 30px 0px;
    font-size: 1.7rem;
  }
}
.license .accordion_btn .license_flow_num {
  background: #000000;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}
@media (width < 768px) {
  .license .accordion_btn .license_flow_num {
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    margin-right: 20px;
  }
}
.license .accordion_body {
  background-color: #ffffff;
}
.license .accordion_body .accordion_body_inner {
  display: flex;
  padding: 30px 50px;
  justify-content: space-between;
}
@media (width < 768px) {
  .license .accordion_body .accordion_body_inner {
    flex-wrap: wrap-reverse;
    padding: 30px 20px;
  }
}
.license .accordion_body .license_flow_text {
  width: 420px;
}
@media (width < 768px) {
  .license .accordion_body .license_flow_text {
    width: 100%;
  }
}
.license .accordion_body .license_flow_text .link-box {
  margin-top: 20px;
}
.license .accordion_body .license_flow_img {
  width: 400px;
}
@media (width < 768px) {
  .license .accordion_body .license_flow_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.license_movie {
  margin-top: 75px;
}
.license_movie iframe {
  width: 100%;
  height: 250px;
}
@media (768px <= width) {
  .license_movie iframe {
    height: 537px;
  }
}
@media (width < 768px) {
  .license_movie {
    margin-bottom: 75px;
  }
}
.license .licence_btn {
  width: auto;
}
@media (768px <= width) {
  .license .licence_btn {
    width: 450px;
  }
}
.license .licence_btn a {
  color: #000;
}

.research .content_heading {
  line-height: 1.2;
}
@media (width < 768px) {
  .research .content_heading .content_heading_en::after {
    height: 150px;
  }
}
@media (768px <= width) {
  .research .content_heading .content_heading_en::after {
    height: 120px;
  }
}
@media (768px <= width) {
  .research_img {
    width: 49%;
  }
}
@media (768px <= width) {
  .research_text {
    width: 44.7%;
  }
}
@media (width < 768px) {
  .research_text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media (width < 768px) {
  .research_text p + p {
    margin-top: 14px;
  }
}
@media (width < 768px) {
  .research_lead {
    text-align: left;
  }
}
@media (768px <= width) {
  .research_lead {
    text-align: center;
  }
}
.research_questionnaire h5 {
  position: relative;
}
@media (width < 768px) {
  .research_questionnaire h5 {
    font-size: 1.5rem;
  }
}
@media (768px <= width) {
  .research_questionnaire h5 {
    font-size: 2rem;
  }
}
.research_questionnaire h5 span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-inline: auto;
}
@media (width < 768px) {
  .research_questionnaire h5 span {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media (768px <= width) {
  .research_questionnaire h5 span {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 3.5rem;
    position: absolute;
    top: 50%;
    left: 0.75rem;
    translate: 0 -50%;
  }
}
.research_questionnaire-box {
  max-width: 808px;
  border: 1px solid #afafaf;
}
@media (width < 768px) {
  .research_questionnaire-box {
    width: 100%;
  }
}
@media (768px <= width) {
  .research_questionnaire-box {
    width: calc(100% - 40px);
  }
}
.research_questionnaire-box p {
  color: #666666;
  line-height: 1.5;
}
.research_questionnaire-box p:nth-of-type(1) {
  font-weight: bold;
}
@media (width < 768px) {
  .research_questionnaire-box p:nth-of-type(1) {
    font-size: 1.75rem;
  }
}
@media (768px <= width) {
  .research_questionnaire-box p:nth-of-type(1) {
    font-size: 2rem;
  }
}
.research_questionnaire-box p:nth-of-type(2) {
  border-bottom: 1px solid #afafaf;
}
@media (width < 768px) {
  .research_questionnaire-box p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
@media (768px <= width) {
  .research_questionnaire-box p:nth-of-type(2) {
    text-align: center;
  }
}
@media (width < 768px) {
  .research_questionnaire-box p:nth-of-type(3) {
    font-size: 1.5rem;
  }
}
@media (768px <= width) {
  .research_questionnaire-box p:nth-of-type(3) {
    text-align: center;
  }
}
.research_profile {
  column-gap: 60px;
}
@media (768px <= width) {
  .research_profile .research_img {
    width: 40%;
  }
}
.research_profile .research_text p:nth-of-type(1) {
  font-size: 1.75rem;
}
.research_profile .research_text p:nth-of-type(2) {
  font-size: 2.5rem;
}
.research_history-pc .research_img {
  width: 45%;
}
.research_history-pc .research_text {
  width: 49%;
}
.research_history-pc .research_text p + p {
  margin-top: 1.5rem;
}
@media (768px <= width) {
  .research_video {
    width: 672px;
    height: 378px;
  }
}
.research_video iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media (width < 768px) {
  .research_img-flex .research_img:nth-child(even) {
    margin-top: 10px;
  }
}
@media (width < 768px) {
  .research figcaption {
    font-size: 1.25rem;
  }
}
@media (768px <= width) {
  .research figcaption {
    font-size: 1.5rem;
  }
}
.research_treatise {
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media (width < 768px) {
  .research_treatise-card {
    width: 100%;
  }
}
@media (768px <= width) {
  .research_treatise-card {
    width: 47%;
  }
}
@media (width < 768px) {
  .research_treatise-card + .research_treatise-card {
    margin-top: 5rem;
  }
}
.research_treatise-title {
  background-color: #f3f3f3;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (width < 768px) {
  .research_treatise-title {
    padding: 2.5rem 2rem;
    font-size: 1.75rem;
  }
}
@media (768px <= width) {
  .research_treatise-title {
    padding: 2.5rem 2rem;
    font-size: 2rem;
  }
}
.research_treatise-title span {
  display: inline-block;
}
.research_treatise-title span:nth-of-type(2) {
  font-size: 1.25rem;
  margin-top: 1rem;
  word-break: auto-phrase;
}
.research_treatise-body {
  display: flex;
  flex-direction: column;
  height: auto;
}
.research_treatise-author {
  font-size: 1.4rem;
  word-break: auto-phrase;
}

.top-hero {
  background-image: url("../img/top/hero-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  height: calc(520 / 375 * 100vw);
}
@media (1408px <= width) {
  .top-hero {
    background-image: url("../img/top/hero-bg-lg.jpg");
    background-size: cover;
    height: 660px;
  }
}
.top-hero .top-hero-slider {
  position: relative;
  padding-top: calc(20 / 375 * 100vw);
  width: calc(347 / 375 * 100vw);
  margin-inline: auto;
}
@media (1408px <= width) {
  .top-hero .top-hero-slider {
    width: 100%;
    padding-top: 66px;
  }
}
.top-hero .swiper-wrapper {
  z-index: 10;
}
.top-hero .swiper-slide {
  position: relative;
}
.top-hero .swiper-slide img {
  transition: scale 0.3s;
  scale: 0.75;
}
.top-hero .swiper-slide p {
  display: none;
}
.top-hero a.swiper-slide:hover {
  opacity: 0.8 !important;
}
.top-hero .swiper-slide-active img {
  transition: scale 0.3s;
  scale: 1;
}
.top-hero .swiper-slide-active .lead {
  position: absolute;
  z-index: 10;
  left: calc(15 / 375 * 100vw);
  bottom: clamp(-140px, -18.229vw, -100px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
@media (1340px <= width) {
  .top-hero .swiper-slide-active .lead {
    left: 40px;
    bottom: -90px;
    gap: 10px;
  }
}
.top-hero .swiper-slide-active .lead p {
  width: fit-content;
  display: block;
  background-color: #fff;
  padding: 5px 10px;
  border: 4px solid #000;
  font-size: clamp(18px, 2.343vw, 37px);
  font-weight: 700;
  line-height: 1;
}
.top-hero .swiper-button-prev {
  display: none;
}
@media (1408px <= width) {
  .top-hero .swiper-button-prev {
    display: block;
    background-image: url("../img/top/swiper-button-prev.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 45px;
    height: 105px;
    left: calc(50% - 22px - 30vw);
  }
}
.top-hero .swiper-button-prev::after {
  display: none;
}
.top-hero .swiper-button-next {
  display: none;
}
@media (1408px <= width) {
  .top-hero .swiper-button-next {
    display: block;
    background-image: url("../img/top/swiper-button-next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 45px;
    height: 105px;
    right: calc(50% - 22px - 30vw);
  }
}
.top-hero .swiper-button-next::after {
  display: none;
}
.top-hero .swiper-pagination {
  position: absolute;
  bottom: calc(-130 / 375 * 100vw);
}
@media (1408px <= width) {
  .top-hero .swiper-pagination {
    width: auto;
    bottom: -80px;
    left: calc(50% + 380px);
  }
}
.top-hero .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
  margin: 0 calc(8 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
  border-radius: 0;
}
@media (1340px <= width) {
  .top-hero .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    border: 3px solid #000;
  }
}
.top-hero .swiper-pagination-bullet-active {
  background-color: #fad33b;
}

.top-information {
  padding-top: calc(60 / 375 * 100vw);
  padding-bottom: calc(140 / 375 * 100vw);
}
@media (768px <= width) {
  .top-information {
    padding-top: 10vw;
    padding-bottom: 140px;
  }
}
@media (1920px <= width) {
  .top-information {
    padding-top: 20vw;
  }
}
.top-information .cards {
  width: calc(350 / 375 * 100vw);
  margin-inline: auto;
  flex-wrap: wrap;
  gap: calc(20 / 375 * 100vw);
  align-items: stretch;
  justify-content: center;
}
@media (576px <= width) {
  .top-information .cards {
    width: 100%;
    max-width: 1400px;
    justify-content: space-between;
  }
}
.top-information .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(350 / 375 * 100vw);
}
@media (576px <= width) {
  .top-information .cards .card {
    width: 100%;
  }
}
.top-information .cards .card .card-header {
  margin-inline: auto;
}
.top-information .cards .card .card-body {
  z-index: 1;
  height: 100%;
  background-color: #fff;
  padding-bottom: calc(30 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
  display: flex;
  flex-direction: column;
}
@media (576px <= width) {
  .top-information .cards .card .card-body {
    padding-bottom: 37px;
    border: 3px solid #000;
  }
}
.top-information .cards .card .card-body .link {
  display: block;
  padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw) calc(37 / 375 * 100vw);
}
@media (576px <= width) {
  .top-information .cards .card .card-body .link {
    height: 100%;
    padding: 33px 16px 37px;
  }
}
.top-information .cards .card .card-body .link .thumbnail {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.top-information .cards .card .card-body .link ul.tags {
  display: flex;
  justify-content: flex-start;
  gap: calc(10 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
  margin-bottom: calc(15 / 375 * 100vw);
}
@media (576px <= width) {
  .top-information .cards .card .card-body .link ul.tags {
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.top-information .cards .card .card-body .link ul.tags li {
  background-color: #000;
  padding: calc(6 / 375 * 100vw) calc(10 / 375 * 100vw);
  color: #fff;
  font-size: calc(16 / 375 * 100vw);
  text-align: center;
  line-height: 1;
}
@media (576px <= width) {
  .top-information .cards .card .card-body .link ul.tags li {
    padding: 8px 13px;
    font-size: 16px;
  }
}
.top-information .cards .card .card-body .link h4 {
  margin-bottom: calc(15 / 375 * 100vw);
  font-size: calc(18 / 375 * 100vw);
  font-size: 400;
  line-height: 1.7;
  flex-grow: 1;
}
@media (576px <= width) {
  .top-information .cards .card .card-body .link h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.top-information .cards .card .card-body .link time {
  display: block;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 400;
  line-height: 1;
}
@media (576px <= width) {
  .top-information .cards .card .card-body .link time {
    font-size: 14px;
  }
}
.top-information .cards .card .card-body .archive {
  position: relative;
  width: calc(305 / 375 * 100vw);
  margin-inline: auto;
  display: flex;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  transition: opacity 0.3s;
}
@media (576px <= width) {
  .top-information .cards .card .card-body .archive {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 16px;
  }
}
.top-information .cards .card .card-body .archive:hover {
  opacity: 0.7;
}
.top-information .cards .card .card-body .archive a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  padding: calc(17 / 375 * 100vw) 0;
  border: solid calc(3 / 375 * 100vw) #000;
  border-radius: 100vmax;
  color: #000;
  text-align: center;
  line-height: 1.25;
  transition: background-color 0.3s;
}
@media (1340px <= width) {
  .top-information .cards .card .card-body .archive a {
    padding: 10px 0;
    border: solid 3px #000;
  }
}
.top-information .cards .card .card-body .archive a::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -0.8vw;
  width: calc(100% + 1.6vw);
  height: calc(100% + 2.86vw);
  background-color: #fad33b;
  border: solid calc(3 / 375 * 100vw) #000;
  border-radius: 100vmax;
  transition: background-color 0.3s;
}
@media (1340px <= width) {
  .top-information .cards .card .card-body .archive a::before {
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 9px);
    border: solid 3px #000;
  }
}
.top-information .cards .card .card-body .archive a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8 / 375 * 100vw);
  right: 2rem;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background-image: url("../img/common/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (1340px <= width) {
  .top-information .cards .card .card-body .archive a::after {
    top: calc(50% - 8px);
    right: 2rem;
    width: 20px;
    height: 20px;
  }
}
.top-information .cards .card .card-body .archive a:hover {
  opacity: 1 !important;
}
.top-information .cards .card:nth-of-type(1) .card-header {
  width: calc(127 / 375 * 100vw);
}
@media (1340px <= width) {
  .top-information .cards .card:nth-of-type(1) .card-header {
    width: 127px;
  }
}
.top-information .cards .card:nth-of-type(2) .card-header {
  width: calc(135 / 375 * 100vw);
}
@media (1340px <= width) {
  .top-information .cards .card:nth-of-type(2) .card-header {
    width: 135px;
  }
}
.top-information .cards .card:nth-of-type(3) .card-header {
  width: calc(155 / 375 * 100vw);
}
@media (1340px <= width) {
  .top-information .cards .card:nth-of-type(3) .card-header {
    width: 155px;
  }
}
.top-information .cards .card:nth-of-type(4) .card-header {
  width: calc(178 / 375 * 100vw);
}
@media (1340px <= width) {
  .top-information .cards .card:nth-of-type(4) .card-header {
    width: 178px;
  }
}

.topNews {
  padding: 100px 0 110px;
}
@media (768px <= width) {
  .topNews {
    padding: 105px 0 185px;
  }
}
@media (width < 768px) {
  .topNews h2 {
    min-height: auto;
    margin-bottom: 50px;
  }
}
@media (width < 768px) {
  .topNews h2 span {
    display: block;
    text-align: center;
  }
}
@media (768px <= width) {
  .topNews h2 span:nth-of-type(1) img {
    height: 41px;
  }
}
@media (width < 768px) {
  .topNews h2 span:nth-of-type(1) img {
    height: 35px;
  }
}
@media (768px <= width) {
  .topNews h2 span:nth-of-type(2) img {
    margin-top: 25px;
    height: 27px;
  }
}
@media (width < 768px) {
  .topNews h2 span:nth-of-type(2) img {
    margin-top: 20px;
    height: 18px;
  }
}
@media (768px <= width) {
  .topNews .news_list {
    margin-top: 55px;
    max-width: 883px;
    width: 76.6%;
    border-bottom: 1px solid #000;
  }
}
.topNews .news_item {
  border-top: 1px solid #000;
}
@media (768px <= width) {
  .topNews .news_item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0 25px;
  }
}
@media (width < 768px) {
  .topNews .news_item {
    padding: 15px 0 37px;
    display: block;
  }
}
@media (768px <= width) {
  .topNews .news_info {
    padding-left: 10px;
    width: 21.5%;
    font-size: 1.6rem;
  }
}
@media (width < 768px) {
  .topNews .news_info {
    display: flex;
    justify-content: space-between;
  }
}
@media (768px <= width) {
  .topNews .news_info .news_tag {
    display: none;
  }
}
@media (768px <= width) {
  .topNews .news_data {
    padding-right: 10px;
    width: 78.5%;
  }
}
@media (width < 768px) {
  .topNews .news_data {
    margin-top: 20px;
  }
}
@media (768px <= width) {
  .topNews .news_data p {
    font-size: 1.8rem;
    line-height: 1.71;
  }
}
@media (width < 768px) {
  .topNews .news_data p {
    text-decoration: underline;
    line-height: 1.81;
  }
}
@media (width < 768px) {
  .topNews .news_data .news_tag {
    display: none;
  }
}
.topNews .news_tag {
  text-align: center;
}
@media (768px <= width) {
  .topNews .news_tag {
    display: flex;
  }
}
.topNews .news_tag li {
  border-radius: 14px;
  padding: 5px 0 8px;
  min-width: 151px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background: #000;
}
@media (768px <= width) {
  .topNews .news_tag li {
    margin: 0 5px 5px 0;
  }
}
@media (width < 768px) {
  .topNews .news_tag li {
    margin-top: 5px;
  }
}
@media (768px <= width) {
  .topNews .btn {
    margin: 40px auto 0;
  }
}
@media (width < 768px) {
  .topNews .btn {
    margin: 10px auto 0;
    width: calc(305 / 375 * 100vw);
  }
}

@media (width < 768px) {
  .topAbout .content_inner,
  .topEvent .content_inner,
  .topApp .content_inner {
    width: 100%;
  }
}
@media (768px <= width) {
  .topAbout .content_box,
  .topEvent .content_box,
  .topApp .content_box {
    position: absolute;
  }
}
@media (width < 768px) {
  .topAbout .content_box,
  .topEvent .content_box,
  .topApp .content_box {
    margin-left: auto;
    right: 0;
  }
}
.topAbout_inner,
.topEvent_inner,
.topApp_inner {
  width: 100%;
  position: relative;
}
.topAbout::after,
.topEvent::after,
.topApp::after {
  content: "";
  position: absolute;
  background: url("../img/common/bg-mosaic01.svg") repeat top left/480px;
}
@media (768px <= width) {
  .topAbout::after,
  .topEvent::after,
  .topApp::after {
    height: 909px;
    width: calc((100% - 920px) / 2 + 920px);
  }
}

@media (768px <= width) {
  .topAbout {
    padding-bottom: 165px;
  }
}
@media (width < 768px) {
  .topAbout {
    padding: 47px 0 70px;
  }
}
.topAbout::after {
  right: 0;
}
@media (768px <= width) {
  .topAbout::after {
    top: 442px;
  }
}
@media (768px <= width) {
  .topAbout h2 {
    margin-bottom: 52px;
  }
}
@media (width < 768px) {
  .topAbout h2 .content_heading_en {
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
@media (width < 768px) {
  .topAbout h2 .content_heading_jp {
    height: calc(70 / 375 * 100vw);
  }
}
@media (768px <= width) {
  .topAbout_inner {
    max-width: 1325px;
  }
}
@media (768px <= width) {
  .topAbout_img {
    width: 860px;
  }
}
@media (768px <= width) {
  .topAbout_box {
    top: 133px;
    right: 0;
  }
}

@media (768px <= width) {
  .topEvent {
    padding-bottom: 233px;
  }
}
@media (width < 768px) {
  .topEvent {
    padding: 45px 0 115px;
  }
}
.topEvent::after {
  left: 0;
}
@media (768px <= width) {
  .topEvent::after {
    top: 472px;
  }
}
@media (768px <= width) {
  .topEvent h2 {
    margin-bottom: 85px;
  }
}
@media (width < 768px) {
  .topEvent h2 {
    margin-bottom: 45px;
  }
}
@media (768px <= width) {
  .topEvent .content_inner {
    max-width: 1410px;
  }
}
@media (768px <= width) {
  .topEvent_inner {
    margin-left: auto;
    max-width: 1280px;
  }
}
@media (768px <= width) {
  .topEvent_img {
    margin-left: auto;
    width: 815px;
  }
}
@media (768px <= width) {
  .topEvent_box {
    top: 165px;
    left: 0;
  }
}
@media (width < 768px) {
  .topEvent_box {
    margin-top: -35px;
  }
}

@media (768px <= width) {
  .topApp {
    padding: 120px 0 270px;
  }
}
@media (width < 768px) {
  .topApp {
    padding: 43px 0 74px;
  }
}
.topApp::after {
  right: 0;
}
@media (768px <= width) {
  .topApp::after {
    top: 450px;
  }
}
@media (768px <= width) {
  .topApp h2 {
    margin-bottom: 85px;
  }
}
@media (width < 768px) {
  .topApp h2 {
    margin-bottom: 35px;
  }
}
@media (768px <= width) {
  .topApp .content_inner {
    max-width: 1440px;
  }
}
@media (768px <= width) {
  .topApp_inner {
    max-width: 1295px;
  }
}
@media (768px <= width) {
  .topApp_img {
    width: 930px;
  }
}
@media (768px <= width) {
  .topApp_box {
    padding-bottom: 60px;
    width: 528px;
    top: 95px;
    right: 0;
  }
}
@media (width < 768px) {
  .topApp_box {
    padding: 34px 45px 70px 25px;
  }
}
@media (768px <= width) {
  .topApp_box p:nth-of-type(1) {
    margin-bottom: 69px;
  }
}
@media (width < 768px) {
  .topApp_box p:nth-of-type(1) {
    margin-bottom: 40px;
  }
}
.topApp_link {
  font-weight: 700;
}
@media (768px <= width) {
  .topApp_link {
    margin: 135px auto 0;
    max-width: 1150px;
    width: calc(100% - 40px);
  }
}
@media (width < 768px) {
  .topApp_link {
    margin-top: 30px;
  }
}
.topApp_link a {
  width: 100%;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}
@media (768px <= width) {
  .topApp_link a {
    padding: 40px 13.15% 45px;
    font-size: 2.5rem;
  }
}
@media (width < 768px) {
  .topApp_link a {
    padding: 27px 45px 27px 35px;
    font-size: 1.7rem;
  }
}
.topApp_link li {
  margin: 0 auto;
  box-sizing: border-box;
  background: #000;
  align-self: stretch;
  border: 3px solid #fff;
}
@media (768px <= width) {
  .topApp_link li {
    width: 33.3333333333%;
  }
}
@media (width < 768px) {
  .topApp_link li {
    width: calc(345 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
  }
}
@media (768px <= width) {
  .topApp_link li + li {
    border-left: 3px solid #fff;
  }
}
@media (width < 768px) {
  .topApp_link li + li {
    margin-top: 10px;
  }
}
@media (768px <= width) {
  .topApp_link li:nth-of-type(1) {
    border-width: 3px 0 3px 3px;
    border-radius: 70px 0 0 70px;
  }
}
@media (768px <= width) {
  .topApp_link li:nth-of-type(3) {
    min-width: 350px;
    border-width: 3px 3px 3px 0;
    border-radius: 0 70px 70px 0;
  }
}
@media (768px <= width) {
  .topApp_link li:nth-of-type(3) a {
    padding: 40px 6.57% 45px;
  }
}

@media (768px <= width) {
  .topWorks {
    padding: 115px 0 120px;
  }
}
@media (width < 768px) {
  .topWorks {
    padding: 45px 0 83px;
  }
}
.topWorks h2 {
  margin-bottom: 37px;
}
@media (768px <= width) {
  .topWorks h2 {
    margin-bottom: 115px;
  }
}
.topWorks_slide {
  overflow: hidden;
}
@media (768px <= width) {
  .topWorks_slide_item {
    width: 360px !important;
    height: 299px !important;
  }
}
@media (width < 768px) {
  .topWorks_slide_item {
    height: calc(215 / 375 * 100vw) !important;
  }
}
@media (768px <= width) {
  .topWorks_slide_item + .topWorks_slide_item {
    margin: 0 10px;
  }
}
.topWorks_slide_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (768px <= width) {
  .topWorks .btn {
    margin: 50px auto 0;
  }
}
@media (width < 768px) {
  .topWorks .btn {
    margin: 45px auto 0;
    width: calc(305 / 375 * 100vw);
  }
}
.topWorks .text_box {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
  font-weight: bold;
}
@media (width < 768px) {
  .topWorks .text_box {
    font-feature-settings: "palt";
  }
}

.topTeacher {
  padding: 77px 0 95px;
}
@media (768px <= width) {
  .topTeacher {
    padding: 130px 0 155px;
  }
}
.topTeacher .content_inner {
  width: calc(345 / 375 * 100vw);
}
.topTeacher .content_inner-small {
  width: calc(345 / 375 * 100vw);
}
@media (width < 768px) {
  .topTeacher .content_inner {
    width: auto;
  }
}
@media (768px <= width) {
  .topTeacher h2 {
    margin-bottom: 35px;
  }
}
.topTeacher_box {
  z-index: 1;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
@media (768px <= width) {
  .topTeacher_box + .topTeacher_box {
    margin-top: 98px;
  }
}
@media (width < 768px) {
  .topTeacher_box:nth-of-type(2) {
    margin-top: 73px;
  }
}
@media (width < 768px) {
  .topTeacher_box:nth-of-type(3), .topTeacher_box:nth-of-type(4) {
    padding-bottom: 55px;
    margin-top: 60px;
  }
}
@media (width < 768px) {
  .topTeacher_box:nth-of-type(3) .btn, .topTeacher_box:nth-of-type(4) .btn {
    margin-top: 22px;
  }
}
@media (768px <= width) {
  .topTeacher_box_content {
    width: 83%;
  }
}
@media (width < 768px) {
  .topTeacher_box_content {
    width: calc(305 / 375 * 100vw);
    margin: 0 auto;
  }
}
.topTeacher_box1 {
  letter-spacing: 0;
}
@media (768px <= width) {
  .topTeacher_box1 {
    padding: 80px 0 87px;
  }
}
@media (width < 768px) {
  .topTeacher_box1 {
    padding: 50px 20px 80px;
  }
}
@media (768px <= width) {
  .topTeacher_box1_text {
    margin: 0 auto;
    width: 86%;
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.71;
  }
}
@media (width < 768px) {
  .topTeacher_box1_text {
    margin-bottom: 28px;
    width: calc(284 / 375 * 100vw);
    font-size: 2rem;
    line-height: 1.72;
  }
}
@media (768px <= width) {
  .topTeacher_box1_content {
    margin: 53px auto 0;
  }
}
@media (768px <= width) {
  .topTeacher_box1_content > * {
    width: 48.7%;
  }
}
@media (width < 768px) {
  .topTeacher_box1_content p {
    order: 2;
    width: calc(284 / 375 * 100vw);
    margin: 30px auto 0;
  }
}
.topTeacher_box1_img {
  order: 1;
}
.topTeacher_box1_btns {
  margin-top: 70px;
}
@media (768px <= width) {
  .topTeacher_box1_btns .btn + .btn {
    margin-left: 3.12%;
  }
}
@media (width < 768px) {
  .topTeacher_box1_btns .btn + .btn {
    margin-top: 24px;
  }
}
.topTeacher .teacher_box_text h4 {
  background-color: #000;
  text-align: center;
  color: #fff;
  margin: 20px 0;
}

.topPartnership {
  padding: 77px 0 95px;
}
@media (768px <= width) {
  .topPartnership {
    padding: 130px 0 155px;
  }
}
.topPartnership .content_inner {
  width: calc(345 / 375 * 100vw);
}
.topPartnership .content_inner-small {
  width: calc(345 / 375 * 100vw);
}
@media (width < 768px) {
  .topPartnership .content_inner {
    width: auto;
  }
}
@media (768px <= width) {
  .topPartnership h2 {
    margin-bottom: 35px;
  }
}
.topPartnership_box {
  z-index: 1;
  border: 4px solid #000;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 50px 0;
}
@media (768px <= width) {
  .topPartnership_box {
    padding: 87px 0 65px;
  }
}
@media (width < 768px) {
  .topPartnership_box + .topPartnership_box {
    margin-top: 73px;
  }
}
@media (768px <= width) {
  .topPartnership_box + .topPartnership_box {
    margin-top: 98px;
  }
}
.topPartnership_box--bottom {
  padding: 50px 0 50px;
  border: unset;
}
.topPartnership_box--bottom p {
  width: 83%;
  font-size: 1.4rem;
  text-align: center;
}
.topPartnership_box--bottom p a {
  text-decoration: underline;
  color: #146ec8;
}
.topPartnership_box--bottom-img {
  margin-inline: auto;
  border: 2px solid #000;
}
@media (768px <= width) {
  .topPartnership_box--bottom-img {
    width: 40%;
  }
}
@media (width < 768px) {
  .topPartnership_box--bottom-img {
    width: 75%;
  }
}
.topPartnership_box h3 {
  font-weight: 700;
  position: absolute;
  line-height: 1;
  letter-spacing: 0;
  background-color: #f9d23b;
  text-align: center;
}
@media (768px <= width) {
  .topPartnership_box h3 {
    top: -38px;
    left: 20px;
    padding: 10px 17px;
    font-size: 2.3rem;
    border: 7px solid #000;
    min-width: 250px;
  }
}
@media (width < 768px) {
  .topPartnership_box h3 {
    top: -21px;
    left: 10px;
    padding: 7px 12px;
    font-size: 1.8rem;
    border: 3px solid #000;
    border-radius: 3px;
    min-width: 150px;
  }
}
.topPartnership_box h3::after {
  content: "";
  position: absolute;
  height: 12px;
  border-top: 12px solid #000;
  top: calc(100% + 3px);
  width: calc(100% + 6px);
  left: -3px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}
@media (768px <= width) {
  .topPartnership_box h3::after {
    top: calc(100% + 7px);
    width: calc(100% + 14px);
    left: -7px;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
}
.topPartnership_box_lead {
  line-height: 1.75;
}
@media (width < 768px) {
  .topPartnership_box_lead {
    font-size: 2rem;
  }
}
@media (768px <= width) {
  .topPartnership_box_lead {
    font-size: 2.7rem;
  }
}
.topPartnership_box_content {
  margin: 0 auto;
  width: calc(305 / 375 * 100vw);
}
@media (768px <= width) {
  .topPartnership_box_content {
    width: 83%;
  }
}
@media (768px <= width) {
  .topPartnership_box_text {
    width: 48.7%;
  }
}
.topPartnership_box_text p {
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (768px <= width) {
  .topPartnership_box_img {
    width: 48.7%;
  }
}
@media (width < 768px) {
  .topPartnership_box_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.topPartnership_box_img img {
  width: 100%;
}
@media (768px <= width) {
  .topPartnership_box .btn {
    margin: 50px auto 0;
    min-height: 96px;
    font-size: 2rem;
    width: 500px;
  }
}
@media (width < 768px) {
  .topPartnership_box .btn {
    margin: 27px auto 0;
    max-width: calc(315 / 375 * 100vw);
  }
}
.topPartnership_box .btn::before {
  right: 1.5em;
}
@media (width < 768px) {
  .topPartnership_box .btn a {
    line-height: 1.45;
  }
}
.topPartnership_box1 {
  letter-spacing: 0;
}
@media (768px <= width) {
  .topPartnership_box1 {
    padding: 80px 0 87px;
  }
}
@media (width < 768px) {
  .topPartnership_box1 {
    padding: 50px 20px 80px;
  }
}
@media (768px <= width) {
  .topPartnership_box1_text {
    margin: 0 auto;
    width: 86%;
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.71;
  }
}
@media (width < 768px) {
  .topPartnership_box1_text {
    margin-bottom: 28px;
    width: calc(284 / 375 * 100vw);
    font-size: 2rem;
    line-height: 1.72;
  }
}
@media (768px <= width) {
  .topPartnership_box1_content {
    margin: 53px auto 0;
  }
}
@media (768px <= width) {
  .topPartnership_box1_content > * {
    width: 48.7%;
  }
}
@media (width < 768px) {
  .topPartnership_box1_content p {
    order: 2;
    width: calc(284 / 375 * 100vw);
    margin: 30px auto 0;
  }
}
.topPartnership_box1_img {
  order: 1;
}
.topPartnership_box1_btns {
  margin-top: 70px;
}
@media (768px <= width) {
  .topPartnership_box1_btns .btn + .btn {
    margin-left: 3.12%;
  }
}
@media (width < 768px) {
  .topPartnership_box1_btns .btn + .btn {
    margin-top: 24px;
  }
}

.topSupport {
  z-index: 1;
  position: relative;
}
@media (768px <= width) {
  .topSupport {
    padding: 70px 0 95px;
  }
}
@media (width < 768px) {
  .topSupport {
    padding: 88px 0 107px;
  }
}
@media (768px <= width) {
  .topSupport .content_inner {
    max-width: 1149px;
  }
}
.topSupport_item {
  color: #fff;
  text-align: center;
}
@media (768px <= width) {
  .topSupport_item {
    width: 40.5%;
  }
}
@media (width < 768px) {
  .topSupport_item {
    width: calc(305 / 375 * 100vw);
    margin: 0 auto;
  }
}
@media (width < 768px) {
  .topSupport_item + .topSupport_item {
    margin-top: 67px;
  }
}
.topSupport h2 {
  font-weight: 500;
}
@media (768px <= width) {
  .topSupport h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 2.7rem;
    border-bottom: 2px solid #fff;
  }
}
@media (width < 768px) {
  .topSupport h2 {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}
.topSupport h2 + p {
  flex-grow: 1;
}
@media (width < 768px) {
  .topSupport h2 + p {
    text-align: left;
  }
}
.topSupport h2 span {
  position: relative;
  display: block;
  text-align: center;
}
@media (width < 768px) {
  .topSupport h2 span {
    margin-bottom: 10px;
  }
}
.topSupport h2 span::before, .topSupport h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc((100% - 120px) / 2);
  height: 2px;
  background: #fff;
}
.topSupport h2 span::before {
  left: 0;
}
.topSupport h2 span::after {
  right: 0;
}
@media (768px <= width) {
  .topSupport h2 span img {
    width: 66px;
  }
}
.topSupport .btn {
  width: 100%;
}
@media (768px <= width) {
  .topSupport .btn {
    margin: 35px auto 0;
  }
}
@media (width < 768px) {
  .topSupport .btn {
    margin: 28px auto 0;
  }
}

.arealist__lead {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5;
}
@media (768px <= width) {
  .arealist__lead {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
  }
}

.arealist__text {
  margin-bottom: calc(28 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  line-height: 2;
}
@media (768px <= width) {
  .arealist__text {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 2;
  }
}

.arealist {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.arealist-item {
  width: 100%;
  max-width: calc(143 / 375 * 100vw);
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (768px <= width) {
  .arealist-item {
    width: 32%;
    max-width: 49%;
    margin-bottom: 24px;
  }
}
.arealist-item::before {
  right: calc(10 / 375 * 100vw) !important;
}
@media (768px <= width) {
  .arealist-item::before {
    right: 2em !important;
  }
}
.arealist-item a {
  color: #fff;
  padding-left: 0;
  padding-right: calc(10 / 375 * 100vw);
  line-height: 1.2;
  border-radius: 2.6666666667vw;
}
@media (768px <= width) {
  .arealist-item a {
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 100px;
    line-height: 1;
  }
}
.arealist-item a::after {
  border-radius: 2.6666666667vw;
}
@media (768px <= width) {
  .arealist-item a::after {
    border-radius: 100px;
  }
}

.works {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.works .index__pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works__filter {
  display: block;
}
@media (768px <= width) {
  .works__filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 70px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 55px;
    padding-left: 0;
    border-bottom: 4px solid #000;
  }
}
.works__filter--label {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(20 / 375 * 100vw);
  margin-left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media (768px <= width) {
  .works__filter--label {
    display: block;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
}
.works__filter--label::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
  margin-right: calc(22 / 375 * 100vw);
}
@media (768px <= width) {
  .works__filter--label::before {
    content: none;
  }
}
.works__filter--label::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
  margin-left: calc(22 / 375 * 100vw);
}
@media (768px <= width) {
  .works__filter--label::after {
    content: none;
  }
}
.works__filter--group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (768px <= width) {
  .works__filter--group {
    position: relative;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
  }
}
@media (768px <= width) {
  .works__filter--group::before {
    content: "";
    background: url(../img/common/arrow-k.svg) no-repeat center center/5px;
    width: 5px;
    height: 8px;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
  }
}
.works__filter--btn {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(25 / 375 * 100vw);
  margin-left: 0;
  padding-top: calc(15 / 375 * 100vw);
  padding-right: calc(4 / 375 * 100vw);
  padding-bottom: calc(15 / 375 * 100vw);
  padding-left: calc(4 / 375 * 100vw);
  border: calc(2 / 375 * 100vw) solid #000;
  border-radius: calc(10 / 375 * 100vw);
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (768px <= width) {
  .works__filter--btn {
    display: inline-block;
    background-color: #fff;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 25px;
    padding-left: 35px;
    border: 4px solid #000;
    border-radius: 45px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
}
.works__filter--btn + .item__badge {
  margin-left: calc(10 / 375 * 100vw);
}
@media (768px <= width) {
  .works__filter--btn + .item__badge {
    margin-left: 10px;
  }
}
.works__filter--blue {
  background-color: #008AD4 !important;
  color: #fff;
}
.works__filter--black {
  background-color: #000 !important;
  color: #fff;
}
.works__filter--active {
  background-color: #000 !important;
  color: #fff !important;
}
@media (768px <= width) {
  .works__filter--active {
    background-color: #000 !important;
    color: #fff !important;
  }
}
.works__filter--active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 9px solid #000;
}
@media (768px <= width) {
  .works__filter--active::before {
    content: none;
  }
}
.works .swiper-container-works {
  width: 100vw;
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  margin-bottom: calc(55 / 375 * 100vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: calc(60 / 375 * 100vw);
}
@media (768px <= width) {
  .works .swiper-container-works {
    overflow: hidden;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 90px;
    margin-left: 0;
    padding-bottom: 80px;
  }
}
.works .swiper-scrollbar {
  top: auto;
  bottom: calc(95 / 375 * 100vw);
}
@media (768px <= width) {
  .works .swiper-scrollbar {
    top: auto;
    bottom: 115px;
  }
}
.works .archives-link {
  gap: 20px 20px;
  margin-top: 40px;
}
.works .archives-link li a {
  padding: 23px 27px 20px 23px;
  display: block;
  border: 3px solid #000;
  border-radius: 10px;
  background: #FFEA00;
  width: 100%;
  text-align: center;
}
.works .archives-link li a img {
  width: 300px;
}
.works .archives-link li + li {
  margin-top: 20px;
}
@media (768px <= width) {
  .works .archives-link {
    flex-wrap: wrap;
  }
  .works .archives-link li a {
    width: 300px;
  }
  .works .archives-link li + li {
    margin-top: 0px;
  }
}
.works .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url("../img/common/arrow.svg");
  background-size: calc(43 / 375 * 100vw) calc(43 / 375 * 100vw);
  background-repeat: no-repeat;
  left: calc(50% - 150 / 375 * 100vw);
  top: initial;
  bottom: 0;
  width: calc(44 / 375 * 100vw);
  height: calc(44 / 375 * 100vw);
  z-index: 100;
}
.works .swiper-button-prev::after {
  content: "";
}
@media (768px <= width) {
  .works .swiper-button-prev {
    background-size: 43px 43px;
    left: calc(50% - 368px);
    width: 44px;
    height: 44px;
  }
}
.works .swiper-button-next {
  background-image: url("../img/common/arrow.svg");
  background-size: calc(43 / 375 * 100vw) calc(43 / 375 * 100vw);
  background-repeat: no-repeat;
  left: calc(50% + 110 / 375 * 100vw);
  top: initial;
  bottom: 0;
  width: calc(44 / 375 * 100vw);
  height: calc(44 / 375 * 100vw);
  z-index: 100;
}
.works .swiper-button-next::after {
  content: "";
}
@media (768px <= width) {
  .works .swiper-button-next {
    background-size: 43px 43px;
    left: calc(50% + 324px);
    width: 44px;
    height: 44px;
  }
}
.works .swiper-pagination {
  font-size: 1.9rem;
  line-height: 1;
}
@media (768px <= width) {
  .works .swiper-pagination {
    font-size: 27px;
  }
}
.works .swiper-pagination-current {
  font-size: 1.9rem;
  line-height: 1;
}
@media (768px <= width) {
  .works .swiper-pagination-current {
    font-size: 27px;
  }
  .works .swiper-pagination-current::before {
    content: "　　";
  }
}
.works .swiper-pagination-total {
  font-size: 1.9rem;
  line-height: 1;
}
@media (768px <= width) {
  .works .swiper-pagination-total {
    font-size: 27px;
  }
}
.works .swiper-pagination-total::after {
  content: "作品";
}
.works .swiper-caution {
  margin-top: calc(20 / 375 * 100vw);
  font-size: 14px;
  text-align: center;
}
@media (768px <= width) {
  .works .swiper-caution {
    margin-top: 20px;
  }
}
.works .swiper-slide {
  width: 80% !important;
}
@media (768px <= width) {
  .works .swiper-slide {
    width: 56% !important;
  }
}
.works .swiper-slide__anchor {
  border: calc(2 / 375 * 100vw) solid #000;
  border-radius: calc(15 / 375 * 100vw);
  color: #000;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
@media (768px <= width) {
  .works .swiper-slide__anchor {
    border: 4px solid #000;
    border-radius: 20px;
  }
}
.works .swiper-slide__anchor:hover {
  color: #000;
  text-decoration: none;
}
.works .swiper-slide__anchor img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow: hidden;
}
.works .swiper-slide__header {
  background-color: #fff;
  border-bottom: calc(2 / 375 * 100vw) solid #000;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (768px <= width) {
  .works .swiper-slide__header {
    border-bottom: 4px solid #000;
  }
}
.works .swiper-slide__grade {
  display: flex;
  align-items: center;
  background-color: #000;
  padding-top: 0;
  padding-right: calc(15 / 375 * 100vw);
  padding-bottom: 0;
  padding-left: calc(15 / 375 * 100vw);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media (768px <= width) {
  .works .swiper-slide__grade {
    padding-top: 0;
    padding-right: 37px;
    padding-bottom: 0;
    padding-left: 37px;
    font-size: 22px;
  }
}
.works .swiper-slide__id {
  padding-top: calc(5 / 375 * 100vw);
  padding-right: calc(15 / 375 * 100vw);
  padding-bottom: calc(5 / 375 * 100vw);
  padding-left: 0;
}
@media (768px <= width) {
  .works .swiper-slide__id {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.works .swiper-slide__id span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
@media (768px <= width) {
  .works .swiper-slide__id span {
    font-size: 22px;
  }
}
.works .swiper-slide__id strong {
  font-size: 2.5rem;
  line-height: 1;
}
@media (768px <= width) {
  .works .swiper-slide__id strong {
    font-size: 56px;
  }
}
.works .swiper-slide__body {
  background-color: #fff;
}
.works .swiper-slide__image {
  width: 100%;
  height: 56.25%;
  aspect-ratio: 16/9;
}
.works .swiper-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works .swiper-slide__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: calc(12 / 375 * 100vw);
  padding-bottom: calc(12 / 375 * 100vw);
  border-bottom: calc(2 / 375 * 100vw) solid #000;
}
@media (768px <= width) {
  .works .swiper-slide__title {
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 4px solid #000;
  }
}
.works .swiper-slide__title--key {
  width: calc(70 / 375 * 100vw);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.36em;
  text-align: center;
}
@media (768px <= width) {
  .works .swiper-slide__title--key {
    width: 135px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.46em;
    text-align: left;
  }
}
.works .swiper-slide__title--value {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media (768px <= width) {
  .works .swiper-slide__title--value {
    max-width: 500px;
    min-height: 64px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
.works .swiper-slide__team {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: calc(12 / 375 * 100vw);
  padding-bottom: calc(12 / 375 * 100vw);
}
@media (768px <= width) {
  .works .swiper-slide__team {
    align-items: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.works .swiper-slide__team--key {
  width: calc(70 / 375 * 100vw);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (768px <= width) {
  .works .swiper-slide__team--key {
    width: 135px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: auto;
    text-align: left;
  }
}
.works .swiper-slide__team--value {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media (768px <= width) {
  .works .swiper-slide__team--value {
    max-width: 500px;
    min-height: 64px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.works .item img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.works .item-header {
  margin-bottom: calc(70 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item-header {
    margin-bottom: 70px;
  }
}
.works .item-header__primary {
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item-header__primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 38px;
    padding-right: 0;
    padding-bottom: 35px;
    padding-left: 0;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
}
@media (768px <= width) {
  .works .item-header__secondary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 38px;
    padding-right: 0;
    padding-bottom: 35px;
    padding-left: 0;
    border-bottom: 4px solid #000;
  }
}
.works .item__id {
  margin-bottom: calc(15 / 375 * 100vw);
  border-top: calc(3 / 375 * 100vw) solid #000;
  border-bottom: calc(3 / 375 * 100vw) solid #000;
  text-align: center;
}
@media (768px <= width) {
  .works .item__id {
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
  }
}
.works .item__id--label {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
}
@media (768px <= width) {
  .works .item__id--label {
    font-size: 16px;
  }
}
.works .item__id--text {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
@media (768px <= width) {
  .works .item__id--text {
    font-size: 70px;
  }
}
.works .item__tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(10 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item__tag {
    display: block;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
  }
}
.works .item__badge {
  display: inline-block;
  background-color: #ccc;
  width: 100%;
  padding-top: calc(10 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(10 / 375 * 100vw);
  padding-left: 0;
  border-radius: calc(17 / 375 * 100vw);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (768px <= width) {
  .works .item__badge {
    width: auto;
    padding-top: 18px;
    padding-right: 38px;
    padding-bottom: 18px;
    padding-left: 38px;
    border-radius: 27px;
    font-size: 22px;
  }
}
@media (768px <= width) {
  .works .item__badge + .item__badge {
    margin-left: 10px;
  }
}
.works .item__badge--blue {
  background-color: #008AD4 !important;
  color: #fff;
}
.works .item__badge--black {
  background-color: #000 !important;
  color: #fff;
}
@media (768px <= width) {
  .works .item__work-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.works .item__work-title--label {
  display: block;
  background-color: #F9D23B;
  margin-bottom: calc(25 / 375 * 100vw);
  padding-top: calc(5 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(5 / 375 * 100vw);
  padding-left: 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (768px <= width) {
  .works .item__work-title--label {
    display: inline;
    margin-bottom: 0;
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-size: 15px;
    text-align: left;
  }
}
.works .item__work-title--text {
  display: block;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
@media (768px <= width) {
  .works .item__work-title--text {
    display: inline-block;
    max-width: 450px;
    margin-bottom: 0;
    margin-left: 25px;
    font-size: 26px;
    line-height: 1.2115384615;
  }
}
@media (768px <= width) {
  .works .item__team-name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 26px;
  }
}
@media (768px <= width) {
  .works .item__team-name::before {
    content: "";
    display: block;
    background-color: #000;
    width: 4px;
    height: 64px;
    position: absolute;
    top: calc(50% - 32px);
    left: 0;
  }
}
.works .item__team-name--label {
  display: block;
  background-color: #F9D23B;
  word-break: keep-all;
  margin-bottom: calc(25 / 375 * 100vw);
  padding-top: calc(5 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(5 / 375 * 100vw);
  padding-left: 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (768px <= width) {
  .works .item__team-name--label {
    display: inline;
    margin-bottom: 0;
    padding-top: 6px;
    padding-right: 7px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-size: 15px;
    text-align: left;
  }
}
.works .item__team-name--kana {
  display: block;
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (768px <= width) {
  .works .item__team-name--kana {
    max-width: 450px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 25px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.works .item__team-name--text {
  display: block;
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
@media (768px <= width) {
  .works .item__team-name--text {
    display: inline-block;
    max-width: 450px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 25px;
    font-size: 26px;
    line-height: 1.2115384615;
  }
}
.works .item__video {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: calc(65 / 375 * 100vw);
  margin-left: auto;
}
@media (768px <= width) {
  .works .item__video {
    max-width: 956px;
    margin-bottom: 10px;
  }
}
.works .item__video #player {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (768px <= width) {
  .works .item__description {
    background-color: #fff;
    max-width: 956px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
}
@media (768px <= width) {
  .works .item__description--inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 17px;
    padding-right: 19px;
    padding-bottom: 17px;
    padding-left: 19px;
  }
}
.works .item__description--label {
  display: block;
  background-color: #F9D23B;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(18 / 375 * 100vw);
  margin-left: 0;
  padding-top: calc(6 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(6 / 375 * 100vw);
  padding-left: 0;
}
@media (768px <= width) {
  .works .item__description--label {
    width: 122px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
  }
}
.works .item__description--text {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(34 / 375 * 100vw);
  margin-left: 0;
  line-height: 1.6666666667;
}
@media (768px <= width) {
  .works .item__description--text {
    max-width: 720px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 45px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
  }
}
.works .item__description--text strong {
  font-size: 2.8rem;
}
@media (768px <= width) {
  .works .item__description--text strong {
    margin-right: 0.25em;
    font-size: 28px;
  }
}
.works .item__heading {
  background-color: #F9D23B;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(23 / 375 * 100vw);
  margin-left: 0;
  padding-top: calc(20 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(20 / 375 * 100vw);
  padding-left: 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (768px <= width) {
  .works .item__heading {
    margin-top: 75px;
    margin-right: 0;
    margin-bottom: 53px;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 22px;
    line-height: 1;
  }
}
@media (768px <= width) {
  .works .item__column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.works .item__column--img {
  margin-bottom: calc(27 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item__column--img {
    width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
.works .item__column--text {
  margin-bottom: calc(60 / 375 * 100vw);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
@media (768px <= width) {
  .works .item__column--text {
    width: calc(50% - 30px);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2;
  }
}
.works .item__box {
  margin-bottom: calc(50 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item__box {
    max-width: 956px;
    width: 100%;
    margin-top: 145px;
    margin-right: auto;
    margin-bottom: 160px;
    margin-left: auto;
  }
}
.works .item__box--inner {
  padding-top: calc(25 / 375 * 100vw);
  padding-right: calc(6 / 375 * 100vw);
  padding-bottom: calc(25 / 375 * 100vw);
  padding-left: calc(6 / 375 * 100vw);
  border: calc(3 / 375 * 100vw) solid #000;
}
@media (768px <= width) {
  .works .item__box--inner {
    padding-top: 110px;
    padding-right: 95px;
    padding-bottom: 35px;
    padding-left: 95px;
    border: 4px solid #000;
  }
}
.works .item__box--title {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(40 / 375 * 100vw);
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (768px <= width) {
  .works .item__box--title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 60px;
    margin-left: 0;
    font-size: 30px;
  }
}
.works .item__box--title::before {
  content: "";
  display: block;
  background-color: #000;
  width: calc(68 / 375 * 100vw);
  height: calc(4 / 375 * 100vw);
  position: absolute;
  bottom: calc(-15 / 375 * 100vw);
  left: calc(50% - 34px);
}
@media (768px <= width) {
  .works .item__box--title::before {
    content: "";
    display: block;
    background-color: #000;
    width: 68px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 34px);
  }
}
.works .item__box--img {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(48 / 375 * 100vw);
  margin-left: 0;
}
@media (768px <= width) {
  .works .item__box--img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 75px;
    margin-left: 0;
  }
}
.works .item__box--img:last-of-type {
  margin-bottom: 0;
}
@media (768px <= width) {
  .works .item__box--img:last-of-type {
    margin-bottom: 75px;
  }
}
.works .item__pager {
  display: flex;
  flex-direction: column-reverse;
}
@media (768px <= width) {
  .works .item__pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (768px <= width) {
  .works .item__pager .btn {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.works .item__pager .btn-arrow {
  margin-bottom: calc(30 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item__pager .btn-arrow {
    margin-bottom: 0;
  }
}
.works .item__pager .btn-back {
  padding-right: calc(35 / 375 * 100vw);
  padding-left: calc(35 / 375 * 100vw);
}
@media (768px <= width) {
  .works .item__pager .btn-back {
    padding-right: 0;
    padding-left: 0;
  }
}
.works .item__pager .btn-back::before {
  left: 3.5em;
}
@media (768px <= width) {
  .works .item__pager .btn-back::before {
    left: 2em;
  }
}
.works .awardlist-title {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 6rem;
}
.works .awardlist-wrap {
  margin-bottom: 60px;
}
.works .awardlist-theme {
  padding: 2rem 0;
  margin-bottom: 3rem;
  background-color: #ffffff;
}
.works .awardlist-theme__title {
  text-align: center;
  font-weight: bold;
}
.works .awardlist-theme__name {
  text-align: center;
  margin: 1rem;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.works .awardlist {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0px;
  margin-bottom: 60px;
  justify-content: space-around;
}
.works .awardlist__item {
  width: 100%;
  position: relative;
}
@media (768px <= width) {
  .works .awardlist__item {
    width: 31%;
  }
}
.works .awardlist__item .awardname {
  text-align: center;
  line-height: 2.4rem;
  font-size: 21px;
  font-weight: bold;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/common/icon-cup.svg") no-repeat 2rem center/1.2em #FFFF9C;
}
.works .awardlist__item .awardname-top {
  background-color: #FFEA00 !important;
}
.works .awardlist__item .award-category {
  background-color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.works .awardlist__item .image {
  overflow: hidden;
  max-height: auto;
}
@media (768px <= width) {
  .works .awardlist__item .image {
    width: 100%;
    max-height: 200px;
  }
}
.works .awardlist__item dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 10px;
}
.works .awardlist__item dt {
  width: 30%;
  text-align: center;
  background-color: #F9D23B;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
.works .awardlist__item dd {
  width: calc(70% - 20px);
  line-height: 2.4rem;
}
.works .awardlist__item .worksdata-link {
  height: 7rem;
}
.works .awardlist__item .worksdata-link a {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 5rem;
  line-height: auto;
  display: block;
  border: #000 3px solid;
  width: 100%;
}
@media (768px <= width) {
  .works .awardlist__item .worksdata-link a {
    border-radius: 5rem;
    line-height: 5rem;
  }
}

.content_heading-area {
  background-color: #666;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: calc(45 / 375 * 100vw);
  margin-left: 0;
  padding-top: calc(25 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(25 / 375 * 100vw);
  padding-left: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (768px <= width) {
  .content_heading-area {
    background-color: #666;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    color: #fff;
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
  }
}

.content_heading-area-hokkaido {
  background-color: #008AD4 !important;
}

.bg-block-kaigai,
.bg-block-etc {
  background: #009781;
}

.bg-kaigai,
.bg-etc {
  background-color: #009781 !important;
}

.bg-hokkaido {
  background-color: #008AD4 !important;
}

.bg-touhoku {
  background-color: #52BAAC !important;
}

.bg-kitakanto {
  background-color: #9BC615 !important;
}

.bg-minamikanto {
  background-color: #FF7A87 !important;
}

.bg-tokyo {
  background-color: #826FDB !important;
}

.bg-hokuriku {
  background-color: #C52FCA !important;
}

.bg-tokai {
  background-color: #2EC654 !important;
}

.bg-kinki {
  background-color: #F4A900 !important;
}

.bg-chugoku {
  background-color: #A280B6 !important;
}

.bg-shikoku {
  background-color: #BB7E46 !important;
}

.bg-kitakyusyu {
  background-color: #DA9E10 !important;
}

.bg-minamikyusyu {
  background-color: #DA5310 !important;
}

.bg-okinawa {
  background-color: #C74E95 !important;
}

.lh-1 {
  line-height: 1 !important;
}

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

@media (768px <= width) {
  .text-md-left {
    text-align: left !important;
  }
}

.licenseguideline .text-sm {
  font-size: 2.5rem;
}
@media (768px <= width) {
  .licenseguideline .text-sm {
    font-size: 2.7rem;
  }
}
@media (768px <= width) {
  .licenseguideline .btn-yellow {
    width: 480px;
  }
}
.licenseguideline .content_inner-small .lead {
  text-align: justify;
}
.licenseguideline .content_inner-small .lead + .licenseguideline .content_inner-small .lead {
  margin-top: 1em;
}
.licenseguideline .content_inner-small h3 {
  margin: 30px 0 25px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 2rem;
}
@media (768px <= width) {
  .licenseguideline .content_inner-small h3 h3 {
    margin: 70px 0 20px;
  }
}
.licenseguideline .content_inner-small h4 {
  margin-top: 15px;
}
.licenseguideline .content_inner-small h4 + p {
  margin-bottom: 35px;
}
.licenseguideline .content_inner-small ul {
  padding-left: 0.5em;
}
.licenseguideline .content_inner-small ul li::before {
  content: "・";
}
.licenseguideline .content_inner-small ol {
  counter-reset: item;
}
.licenseguideline .content_inner-small ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.licenseguideline .content_inner-small ol li::before {
  counter-increment: item;
  content: counter(item) ".";
}
.licenseguideline .content_inner-small ol li + li {
  margin-top: 15px;
}
.licenseguideline .content_inner-small ol li ol li + li {
  margin-top: 0;
}
.licenseguideline .content_inner-small ol + p,
.licenseguideline .content_inner-small h4 + p {
  margin-top: 10px;
}
.licenseguideline .content_inner-small table.table-bordered {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.licenseguideline .content_inner-small table.table-bordered tbody {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.licenseguideline .content_inner-small table.table-bordered tbody tr {
  border-bottom: 1px solid #000;
}
.licenseguideline .content_inner-small table.table-bordered tbody tr th {
  padding: 10px;
  border-right: 1px solid #000;
}
.licenseguideline .content_inner-small table.table-bordered tbody tr th:last-child {
  border-right: 0;
}
.licenseguideline .content_inner-small table.table-bordered tbody tr td {
  padding: 10px;
  border-right: 1px solid #000;
}
.licenseguideline .content_inner-small table.table-bordered tbody tr td:last-child {
  border-right: 0;
}
.licenseguideline .content_inner-small .nav.nav-tabs {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media (768px <= width) {
  .licenseguideline .content_inner-small .nav.nav-tabs {
    justify-content: center;
  }
}
.licenseguideline .content_inner-small .nav.nav-tabs .nav-item {
  flex: 1;
  display: block;
  list-style-type: none;
  margin: 0 0.25em 1em;
}
@media (768px <= width) {
  .licenseguideline .content_inner-small .nav.nav-tabs .nav-item {
    margin: 0 1em 1em;
  }
}
.licenseguideline .content_inner-small .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: #fff;
  cursor: pointer;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  border: 4px solid #000;
  text-align: center;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
@media (768px <= width) {
  .licenseguideline .content_inner-small .nav.nav-tabs .nav-item .nav-link {
    font-size: 2rem;
  }
}
.licenseguideline .content_inner-small .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 0.8;
}
.licenseguideline .content_inner-small .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000;
  color: #fff;
}
.licenseguideline .content_inner-small .tab-pane {
  display: none;
}
.licenseguideline .content_inner-small .tab-pane.active {
  display: block !important;
}

.container {
  z-index: 1;
  position: relative;
  width: calc(100% - 70px);
  margin-inline: auto;
}
@media (768px <= width) {
  .container {
    max-width: 1152px;
    width: calc(100% - 40px);
  }
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.tal {
  text-align: left;
}
@media (768px <= width) {
  .tal-pc {
    text-align: left;
  }
}
@media (width < 768px) {
  .tal-sp {
    text-align: left;
  }
}

.tac {
  text-align: center;
}
@media (768px <= width) {
  .tac-pc {
    text-align: center;
  }
}
@media (width < 768px) {
  .tac-sp {
    text-align: center;
  }
}

.tar {
  text-align: right;
}
@media (768px <= width) {
  .tar-pc {
    text-align: right;
  }
}
@media (width < 768px) {
  .tar-sp {
    text-align: right;
  }
}

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

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

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

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

@media (width < 576px) {
  .text-sm-center {
    text-align: center !important;
  }
}

@media (width < 576px) {
  .text-sm-left {
    text-align: left !important;
  }
}

@media (width < 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}

@media (width < 576px) {
  .text-sm-justify {
    text-align: justify !important;
  }
}

@media (768px <= width) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (768px <= width) {
  .text-md-left {
    text-align: left !important;
  }
}

@media (768px <= width) {
  .text-md-right {
    text-align: right !important;
  }
}

@media (768px <= width) {
  .text-md-justify {
    text-align: justify !important;
  }
}

@media (992px <= width) {
  .text-lg-center {
    text-align: center !important;
  }
}

@media (992px <= width) {
  .text-lg-left {
    text-align: left !important;
  }
}

@media (992px <= width) {
  .text-lg-right {
    text-align: right !important;
  }
}

@media (992px <= width) {
  .text-lg-justify {
    text-align: justify !important;
  }
}

@media (1200px <= width) {
  .text-xl-center {
    text-align: center !important;
  }
}

@media (1200px <= width) {
  .text-xl-left {
    text-align: left !important;
  }
}

@media (1200px <= width) {
  .text-xl-right {
    text-align: right !important;
  }
}

@media (1200px <= width) {
  .text-xl-justify {
    text-align: justify !important;
  }
}

@media (1400px <= width) {
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (1400px <= width) {
  .text-xxl-left {
    text-align: left !important;
  }
}

@media (1400px <= width) {
  .text-xxl-right {
    text-align: right !important;
  }
}

@media (1400px <= width) {
  .text-xxl-justify {
    text-align: justify !important;
  }
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

.flex-basis-content {
  flex-basis: content !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

.align-items-start {
  align-items: flex-start !important;
}

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

@media (576px <= width) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
}

@media (576px <= width) {
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
}

@media (576px <= width) {
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
}

@media (576px <= width) {
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
}

@media (576px <= width) {
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (576px <= width) {
  .flex-basis-sm-auto {
    flex-basis: auto !important;
  }
}

@media (576px <= width) {
  .flex-basis-sm-content {
    flex-basis: content !important;
  }
}

@media (576px <= width) {
  .flex-sm-row {
    flex-direction: row !important;
  }
}

@media (576px <= width) {
  .flex-sm-column {
    flex-direction: column !important;
  }
}

@media (576px <= width) {
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
}

@media (576px <= width) {
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (576px <= width) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}

@media (576px <= width) {
  .justyfy-content-sm-start {
    justify-content: flex-start !important;
  }
}

@media (576px <= width) {
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
}

@media (576px <= width) {
  .justyfy-content-sm-between {
    justify-content: space-between !important;
  }
}

@media (576px <= width) {
  .justyfy-content-sm-around {
    justify-content: space-around !important;
  }
}

@media (576px <= width) {
  .justyfy-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}

@media (576px <= width) {
  .align-items-sm-center {
    align-items: center !important;
  }
}

@media (576px <= width) {
  .align-items-sm-start {
    align-items: flex-start !important;
  }
}

@media (576px <= width) {
  .align-items-sm-end {
    align-items: flex-end !important;
  }
}

@media (768px <= width) {
  .flex-fill-md {
    flex: 1 1 auto !important;
  }
}

@media (768px <= width) {
  .flex-grow-md-0 {
    flex-grow: 0 !important;
  }
}

@media (768px <= width) {
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
}

@media (768px <= width) {
  .flex-shrink-md-0 {
    flex-shrink: 0 !important;
  }
}

@media (768px <= width) {
  .flex-shrink-md-1 {
    flex-shrink: 1 !important;
  }
}

@media (768px <= width) {
  .flex-basis-md-auto {
    flex-basis: auto !important;
  }
}

@media (768px <= width) {
  .flex-basis-md-content {
    flex-basis: content !important;
  }
}

@media (768px <= width) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

@media (768px <= width) {
  .flex-md-column {
    flex-direction: column !important;
  }
}

@media (768px <= width) {
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
}

@media (768px <= width) {
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (768px <= width) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}

@media (768px <= width) {
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
}

@media (768px <= width) {
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
}

@media (768px <= width) {
  .justify-content-md-between {
    justify-content: space-between !important;
  }
}

@media (768px <= width) {
  .justify-content-md-around {
    justify-content: space-around !important;
  }
}

@media (768px <= width) {
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}

@media (768px <= width) {
  .align-items-md-center {
    align-items: center !important;
  }
}

@media (768px <= width) {
  .align-items-md-start {
    align-items: flex-start !important;
  }
}

@media (768px <= width) {
  .align-items-md-end {
    align-items: flex-end !important;
  }
}

@media (957px <= width) {
  .flex-fill-lg {
    flex: 1 1 auto !important;
  }
}

@media (957px <= width) {
  .flex-grow-lg-0 {
    flex-grow: 0 !important;
  }
}

@media (957px <= width) {
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
}

@media (957px <= width) {
  .flex-shrink-lg-0 {
    flex-shrink: 0 !important;
  }
}

@media (957px <= width) {
  .flex-shrink-lg-1 {
    flex-shrink: 1 !important;
  }
}

@media (957px <= width) {
  .flex-basis-lg-auto {
    flex-basis: auto !important;
  }
}

@media (957px <= width) {
  .flex-basis-lg-content {
    flex-basis: content !important;
  }
}

@media (957px <= width) {
  .flex-lg-row {
    flex-direction: row !important;
  }
}

@media (957px <= width) {
  .flex-lg-column {
    flex-direction: column !important;
  }
}

@media (957px <= width) {
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
}

@media (957px <= width) {
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (957px <= width) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
}

@media (957px <= width) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
}

@media (957px <= width) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}

@media (957px <= width) {
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
}

@media (957px <= width) {
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
}

@media (957px <= width) {
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}

@media (957px <= width) {
  .align-items-lg-center {
    align-items: center !important;
  }
}

@media (957px <= width) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }
}

@media (957px <= width) {
  .align-items-lg-end {
    align-items: flex-end !important;
  }
}

@media (1200px <= width) {
  .flex-fill-xl {
    flex: 1 1 auto !important;
  }
}

@media (1200px <= width) {
  .flex-grow-xl-0 {
    flex-grow: 0 !important;
  }
}

@media (1200px <= width) {
  .flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
}

@media (1200px <= width) {
  .flex-shrink-xl-0 {
    flex-shrink: 0 !important;
  }
}

@media (1200px <= width) {
  .flex-shrink-xl-1 {
    flex-shrink: 1 !important;
  }
}

@media (1200px <= width) {
  .flex-basis-xl-auto {
    flex-basis: auto !important;
  }
}

@media (1200px <= width) {
  .flex-basis-xl-content {
    flex-basis: content !important;
  }
}

@media (1200px <= width) {
  .flex-xl-row {
    flex-direction: row !important;
  }
}

@media (1200px <= width) {
  .flex-xl-column {
    flex-direction: column !important;
  }
}

@media (1200px <= width) {
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
}

@media (1200px <= width) {
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (1200px <= width) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
}

@media (1200px <= width) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
}

@media (1200px <= width) {
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
}

@media (1200px <= width) {
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}

@media (1200px <= width) {
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
}

@media (1200px <= width) {
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}

@media (1200px <= width) {
  .align-items-xl-center {
    align-items: center !important;
  }
}

@media (1200px <= width) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
}

@media (1200px <= width) {
  .align-items-xl-end {
    align-items: flex-end !important;
  }
}

@media (1400px <= width) {
  .flex-fill-xxl {
    flex: 1 1 auto !important;
  }
}

@media (1400px <= width) {
  .flex-grow-xxl-0 {
    flex-grow: 0 !important;
  }
}

@media (1400px <= width) {
  .flex-grow-xxl-1 {
    flex-grow: 1 !important;
  }
}

@media (1400px <= width) {
  .flex-shrink-xxl-0 {
    flex-shrink: 0 !important;
  }
}

@media (1400px <= width) {
  .flex-shrink-xxl-1 {
    flex-shrink: 1 !important;
  }
}

@media (1400px <= width) {
  .flex-basis-xxl-auto {
    flex-basis: auto !important;
  }
}

@media (1400px <= width) {
  .flex-basis-xxl-content {
    flex-basis: content !important;
  }
}

@media (1400px <= width) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
}

@media (1400px <= width) {
  .flex-xxl-column {
    flex-direction: column !important;
  }
}

@media (1400px <= width) {
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
}

@media (1400px <= width) {
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (1400px <= width) {
  .justify-content-xxl-center {
    justify-content: center !important;
  }
}

@media (1400px <= width) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
}

@media (1400px <= width) {
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
}

@media (1400px <= width) {
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
}

@media (1400px <= width) {
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
}

@media (1400px <= width) {
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
}

@media (1400px <= width) {
  .align-items-xxl-center {
    align-items: center !important;
  }
}

@media (1400px <= width) {
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
}

@media (1400px <= width) {
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (576px <= width) {
  .col-sm {
    flex: 1 0 0%;
  }
}

@media (576px <= width) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (576px <= width) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (576px <= width) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (576px <= width) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (576px <= width) {
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (576px <= width) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (576px <= width) {
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (576px <= width) {
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (576px <= width) {
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (576px <= width) {
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (576px <= width) {
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (576px <= width) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (576px <= width) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (768px <= width) {
  .col-md {
    flex: 1 0 0%;
  }
}

@media (768px <= width) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (768px <= width) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (768px <= width) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (768px <= width) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (768px <= width) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (768px <= width) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (768px <= width) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (768px <= width) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (768px <= width) {
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (768px <= width) {
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (768px <= width) {
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (768px <= width) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (768px <= width) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (957px <= width) {
  .col-lg {
    flex: 1 0 0%;
  }
}

@media (957px <= width) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (957px <= width) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (957px <= width) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (957px <= width) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (957px <= width) {
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (957px <= width) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (957px <= width) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (957px <= width) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (957px <= width) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (957px <= width) {
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (957px <= width) {
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (957px <= width) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (957px <= width) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (1200px <= width) {
  .col-xl {
    flex: 1 0 0%;
  }
}

@media (1200px <= width) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (1200px <= width) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (1200px <= width) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (1200px <= width) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (1200px <= width) {
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (1200px <= width) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (1200px <= width) {
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (1200px <= width) {
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (1200px <= width) {
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (1200px <= width) {
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (1200px <= width) {
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (1200px <= width) {
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (1200px <= width) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (1400px <= width) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}

@media (1400px <= width) {
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

@media (1400px <= width) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (1400px <= width) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media (1400px <= width) {
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

@media (1400px <= width) {
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (1400px <= width) {
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
}

@media (1400px <= width) {
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

@media (1400px <= width) {
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (1400px <= width) {
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

@media (1400px <= width) {
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
}

@media (1400px <= width) {
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (1400px <= width) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (1400px <= width) {
  .col-xxl {
    flex: 1 0 0%;
  }
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (576px <= width) {
  .align-self-sm-start {
    align-self: flex-start !important;
  }
}

@media (576px <= width) {
  .align-self-sm-end {
    align-self: flex-end !important;
  }
}

@media (576px <= width) {
  .align-self-sm-center {
    align-self: center !important;
  }
}

@media (576px <= width) {
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
}

@media (576px <= width) {
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (768px <= width) {
  .align-self-md-start {
    align-self: flex-start !important;
  }
}

@media (768px <= width) {
  .align-self-md-end {
    align-self: flex-end !important;
  }
}

@media (768px <= width) {
  .align-self-md-center {
    align-self: center !important;
  }
}

@media (768px <= width) {
  .align-self-md-baseline {
    align-self: baseline !important;
  }
}

@media (768px <= width) {
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (957px <= width) {
  .align-self-lg-start {
    align-self: flex-start !important;
  }
}

@media (957px <= width) {
  .align-self-lg-end {
    align-self: flex-end !important;
  }
}

@media (957px <= width) {
  .align-self-lg-center {
    align-self: center !important;
  }
}

@media (957px <= width) {
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
}

@media (957px <= width) {
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (1200px <= width) {
  .align-self-xl-start {
    align-self: flex-start !important;
  }
}

@media (1200px <= width) {
  .align-self-xl-end {
    align-self: flex-end !important;
  }
}

@media (1200px <= width) {
  .align-self-xl-center {
    align-self: center !important;
  }
}

@media (1200px <= width) {
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
}

@media (1200px <= width) {
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (1400px <= width) {
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
}

@media (1400px <= width) {
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
}

@media (1400px <= width) {
  .align-self-xxl-center {
    align-self: center !important;
  }
}

@media (1400px <= width) {
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
}

@media (1400px <= width) {
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
@media (576px <= width) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
}
@media (576px <= width) {
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
}
@media (768px <= width) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
}
@media (768px <= width) {
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
}
@media (768px <= width) {
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
}
@media (768px <= width) {
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
}
@media (768px <= width) {
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
}
@media (768px <= width) {
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
}
@media (768px <= width) {
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
}
@media (768px <= width) {
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
}
@media (768px <= width) {
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
}
@media (768px <= width) {
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
}
@media (768px <= width) {
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
}
@media (768px <= width) {
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
}
@media (992px <= width) {
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
}
@media (1200px <= width) {
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
}
@media (1400px <= width) {
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
}

.grid-col-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr) !important;
}

.grid-col-6 {
  grid-template-columns: repeat(6, 1fr) !important;
}

.grid-col-7 {
  grid-template-columns: repeat(7, 1fr) !important;
}

.grid-col-8 {
  grid-template-columns: repeat(8, 1fr) !important;
}

.grid-col-9 {
  grid-template-columns: repeat(9, 1fr) !important;
}

.grid-col-10 {
  grid-template-columns: repeat(10, 1fr) !important;
}

.grid-col-11 {
  grid-template-columns: repeat(11, 1fr) !important;
}

.grid-col-12 {
  grid-template-columns: repeat(12, 1fr) !important;
}

.grid-row-1 {
  grid-template-rows: repeat(1, 1fr) !important;
}

.grid-row-2 {
  grid-template-rows: repeat(2, 1fr) !important;
}

.grid-row-3 {
  grid-template-rows: repeat(3, 1fr) !important;
}

.grid-row-4 {
  grid-template-rows: repeat(4, 1fr) !important;
}

.grid-row-5 {
  grid-template-rows: repeat(5, 1fr) !important;
}

.grid-row-6 {
  grid-template-rows: repeat(6, 1fr) !important;
}

.grid-row-7 {
  grid-template-rows: repeat(7, 1fr) !important;
}

.grid-row-8 {
  grid-template-rows: repeat(8, 1fr) !important;
}

.grid-row-9 {
  grid-template-rows: repeat(9, 1fr) !important;
}

.grid-row-10 {
  grid-template-rows: repeat(10, 1fr) !important;
}

.grid-row-11 {
  grid-template-rows: repeat(11, 1fr) !important;
}

.grid-row-12 {
  grid-template-rows: repeat(12, 1fr) !important;
}

@media (576px <= width) {
  .grid-col-sm-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-col-sm-12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
}

@media (576px <= width) {
  .grid-row-sm-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-col-md-12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
}

@media (768px <= width) {
  .grid-row-md-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-col-lg-12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
}

@media (992px <= width) {
  .grid-row-lg-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-col-xl-12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
}

@media (1200px <= width) {
  .grid-row-xl-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-col-xxl-12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-1 {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-2 {
    grid-template-rows: repeat(2, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-3 {
    grid-template-rows: repeat(3, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-4 {
    grid-template-rows: repeat(4, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-5 {
    grid-template-rows: repeat(5, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-6 {
    grid-template-rows: repeat(6, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-7 {
    grid-template-rows: repeat(7, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-8 {
    grid-template-rows: repeat(8, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-9 {
    grid-template-rows: repeat(9, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-10 {
    grid-template-rows: repeat(10, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-11 {
    grid-template-rows: repeat(11, 1fr) !important;
  }
}

@media (1400px <= width) {
  .grid-row-xxl-12 {
    grid-template-rows: repeat(12, 1fr) !important;
  }
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-9 {
  gap: 7rem !important;
}

.gap-10 {
  gap: 8rem !important;
}

.gap-11 {
  gap: 9rem !important;
}

.gap-12 {
  gap: 10rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

@media (576px <= width) {
  .gap-sm-0 {
    gap: 0 !important;
  }
}

@media (576px <= width) {
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-3 {
    gap: 1rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-5 {
    gap: 3rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-6 {
    gap: 4rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-7 {
    gap: 5rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-8 {
    gap: 6rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-9 {
    gap: 7rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-10 {
    gap: 8rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-11 {
    gap: 9rem !important;
  }
}

@media (576px <= width) {
  .gap-sm-12 {
    gap: 10rem !important;
  }
}

@media (576px <= width) {
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
}

@media (576px <= width) {
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
}

@media (576px <= width) {
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
}

@media (576px <= width) {
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
}

@media (576px <= width) {
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
}

@media (576px <= width) {
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
}

@media (576px <= width) {
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
}

@media (576px <= width) {
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
}

@media (576px <= width) {
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
}

@media (576px <= width) {
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
}

@media (576px <= width) {
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
}

@media (576px <= width) {
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
}

@media (768px <= width) {
  .gap-md-0 {
    gap: 0 !important;
  }
}

@media (768px <= width) {
  .gap-md-1 {
    gap: 0.25rem !important;
  }
}

@media (768px <= width) {
  .gap-md-2 {
    gap: 0.5rem !important;
  }
}

@media (768px <= width) {
  .gap-md-3 {
    gap: 1rem !important;
  }
}

@media (768px <= width) {
  .gap-md-4 {
    gap: 1.5rem !important;
  }
}

@media (768px <= width) {
  .gap-md-5 {
    gap: 3rem !important;
  }
}

@media (768px <= width) {
  .gap-md-6 {
    gap: 4rem !important;
  }
}

@media (768px <= width) {
  .gap-md-7 {
    gap: 5rem !important;
  }
}

@media (768px <= width) {
  .gap-md-8 {
    gap: 6rem !important;
  }
}

@media (768px <= width) {
  .gap-md-9 {
    gap: 7rem !important;
  }
}

@media (768px <= width) {
  .gap-md-10 {
    gap: 8rem !important;
  }
}

@media (768px <= width) {
  .gap-md-11 {
    gap: 9rem !important;
  }
}

@media (768px <= width) {
  .gap-md-12 {
    gap: 10rem !important;
  }
}

@media (768px <= width) {
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
}

@media (768px <= width) {
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
}

@media (768px <= width) {
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
}

@media (768px <= width) {
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
}

@media (768px <= width) {
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
}

@media (768px <= width) {
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
}

@media (768px <= width) {
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
}

@media (768px <= width) {
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
}

@media (768px <= width) {
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
}

@media (768px <= width) {
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
}

@media (768px <= width) {
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
}

@media (768px <= width) {
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-0 {
    gap: 0 !important;
  }
}

@media (957px <= width) {
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-3 {
    gap: 1rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-5 {
    gap: 3rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-6 {
    gap: 4rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-7 {
    gap: 5rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-8 {
    gap: 6rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-9 {
    gap: 7rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-10 {
    gap: 8rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-11 {
    gap: 9rem !important;
  }
}

@media (957px <= width) {
  .gap-lg-12 {
    gap: 10rem !important;
  }
}

@media (957px <= width) {
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
}

@media (957px <= width) {
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
}

@media (957px <= width) {
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
}

@media (957px <= width) {
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
}

@media (957px <= width) {
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
}

@media (957px <= width) {
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
}

@media (957px <= width) {
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
}

@media (957px <= width) {
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
}

@media (957px <= width) {
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
}

@media (957px <= width) {
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
}

@media (957px <= width) {
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
}

@media (957px <= width) {
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-0 {
    gap: 0 !important;
  }
}

@media (1200px <= width) {
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-3 {
    gap: 1rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-5 {
    gap: 3rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-6 {
    gap: 4rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-7 {
    gap: 5rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-8 {
    gap: 6rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-9 {
    gap: 7rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-10 {
    gap: 8rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-11 {
    gap: 9rem !important;
  }
}

@media (1200px <= width) {
  .gap-xl-12 {
    gap: 10rem !important;
  }
}

@media (1200px <= width) {
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
}

@media (1200px <= width) {
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
}

@media (1200px <= width) {
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
}

@media (1200px <= width) {
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
}

@media (1200px <= width) {
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
}

@media (1200px <= width) {
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-0 {
    gap: 0 !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-3 {
    gap: 1rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-5 {
    gap: 3rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-6 {
    gap: 4rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-7 {
    gap: 5rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-8 {
    gap: 6rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-9 {
    gap: 7rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-10 {
    gap: 8rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-11 {
    gap: 9rem !important;
  }
}

@media (1400px <= width) {
  .gap-xxl-12 {
    gap: 10rem !important;
  }
}

@media (1400px <= width) {
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
}

@media (1400px <= width) {
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
}

@media (1400px <= width) {
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
}

@media (1400px <= width) {
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
}

@media (1400px <= width) {
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
}

@media (1400px <= width) {
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

@media (576px <= width) {
  .order-sm-0 {
    order: 0 !important;
  }
}

@media (576px <= width) {
  .order-sm-1 {
    order: 1 !important;
  }
}

@media (576px <= width) {
  .order-sm-2 {
    order: 2 !important;
  }
}

@media (576px <= width) {
  .order-sm-3 {
    order: 3 !important;
  }
}

@media (576px <= width) {
  .order-sm-4 {
    order: 4 !important;
  }
}

@media (576px <= width) {
  .order-sm-5 {
    order: 5 !important;
  }
}

@media (576px <= width) {
  .order-sm-6 {
    order: 6 !important;
  }
}

@media (576px <= width) {
  .order-sm-7 {
    order: 7 !important;
  }
}

@media (576px <= width) {
  .order-sm-8 {
    order: 8 !important;
  }
}

@media (576px <= width) {
  .order-sm-9 {
    order: 9 !important;
  }
}

@media (576px <= width) {
  .order-sm-10 {
    order: 10 !important;
  }
}

@media (576px <= width) {
  .order-sm-11 {
    order: 11 !important;
  }
}

@media (576px <= width) {
  .order-sm-12 {
    order: 12 !important;
  }
}

@media (768px <= width) {
  .order-md-0 {
    order: 0 !important;
  }
}

@media (768px <= width) {
  .order-md-1 {
    order: 1 !important;
  }
}

@media (768px <= width) {
  .order-md-2 {
    order: 2 !important;
  }
}

@media (768px <= width) {
  .order-md-3 {
    order: 3 !important;
  }
}

@media (768px <= width) {
  .order-md-4 {
    order: 4 !important;
  }
}

@media (768px <= width) {
  .order-md-5 {
    order: 5 !important;
  }
}

@media (768px <= width) {
  .order-md-6 {
    order: 6 !important;
  }
}

@media (768px <= width) {
  .order-md-7 {
    order: 7 !important;
  }
}

@media (768px <= width) {
  .order-md-8 {
    order: 8 !important;
  }
}

@media (768px <= width) {
  .order-md-9 {
    order: 9 !important;
  }
}

@media (768px <= width) {
  .order-md-10 {
    order: 10 !important;
  }
}

@media (768px <= width) {
  .order-md-11 {
    order: 11 !important;
  }
}

@media (768px <= width) {
  .order-md-12 {
    order: 12 !important;
  }
}

@media (957px <= width) {
  .order-lg-0 {
    order: 0 !important;
  }
}

@media (957px <= width) {
  .order-lg-1 {
    order: 1 !important;
  }
}

@media (957px <= width) {
  .order-lg-2 {
    order: 2 !important;
  }
}

@media (957px <= width) {
  .order-lg-3 {
    order: 3 !important;
  }
}

@media (957px <= width) {
  .order-lg-4 {
    order: 4 !important;
  }
}

@media (957px <= width) {
  .order-lg-5 {
    order: 5 !important;
  }
}

@media (957px <= width) {
  .order-lg-6 {
    order: 6 !important;
  }
}

@media (957px <= width) {
  .order-lg-7 {
    order: 7 !important;
  }
}

@media (957px <= width) {
  .order-lg-8 {
    order: 8 !important;
  }
}

@media (957px <= width) {
  .order-lg-9 {
    order: 9 !important;
  }
}

@media (957px <= width) {
  .order-lg-10 {
    order: 10 !important;
  }
}

@media (957px <= width) {
  .order-lg-11 {
    order: 11 !important;
  }
}

@media (957px <= width) {
  .order-lg-12 {
    order: 12 !important;
  }
}

@media (1200px <= width) {
  .order-xl-0 {
    order: 0 !important;
  }
}

@media (1200px <= width) {
  .order-xl-1 {
    order: 1 !important;
  }
}

@media (1200px <= width) {
  .order-xl-2 {
    order: 2 !important;
  }
}

@media (1200px <= width) {
  .order-xl-3 {
    order: 3 !important;
  }
}

@media (1200px <= width) {
  .order-xl-4 {
    order: 4 !important;
  }
}

@media (1200px <= width) {
  .order-xl-5 {
    order: 5 !important;
  }
}

@media (1200px <= width) {
  .order-xl-6 {
    order: 6 !important;
  }
}

@media (1200px <= width) {
  .order-xl-7 {
    order: 7 !important;
  }
}

@media (1200px <= width) {
  .order-xl-8 {
    order: 8 !important;
  }
}

@media (1200px <= width) {
  .order-xl-9 {
    order: 9 !important;
  }
}

@media (1200px <= width) {
  .order-xl-10 {
    order: 10 !important;
  }
}

@media (1200px <= width) {
  .order-xl-11 {
    order: 11 !important;
  }
}

@media (1200px <= width) {
  .order-xl-12 {
    order: 12 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-0 {
    order: 0 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-1 {
    order: 1 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-2 {
    order: 2 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-3 {
    order: 3 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-4 {
    order: 4 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-5 {
    order: 5 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-6 {
    order: 6 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-7 {
    order: 7 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-8 {
    order: 8 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-9 {
    order: 9 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-10 {
    order: 10 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-11 {
    order: 11 !important;
  }
}

@media (1400px <= width) {
  .order-xxl-12 {
    order: 12 !important;
  }
}

@media (768px <= width) {
  ._pcHide {
    display: none;
  }
}

@media (957px <= width) {
  ._pc4Hide {
    display: none;
  }
}

@media (width < 956px) {
  ._tabHide {
    display: none;
  }
}

@media (width < 768px) {
  ._spHide {
    display: none;
  }
}

@media (768px <= width) {
  ._pcFlex {
    display: flex;
  }
}

@media (width < 768px) {
  ._spFlex {
    display: flex;
  }
}

@media (768px <= width) {
  ._flex {
    display: flex;
  }
}
@media (width < 768px) {
  ._flex {
    display: flex;
  }
}

@media (768px <= width) {
  ._pcJb {
    justify-content: space-between;
  }
}

@media (width < 768px) {
  ._spJb {
    justify-content: space-between;
  }
}

@media (768px <= width) {
  ._jb {
    justify-content: space-between;
  }
}
@media (width < 768px) {
  ._jb {
    justify-content: space-between;
  }
}

@media (768px <= width) {
  ._pcJc {
    justify-content: center;
  }
}

@media (width < 768px) {
  ._spJc {
    justify-content: center;
  }
}

@media (768px <= width) {
  ._jc {
    justify-content: center;
  }
}
@media (width < 768px) {
  ._jc {
    justify-content: center;
  }
}

@media (768px <= width) {
  ._pcAc {
    align-items: center;
  }
}

@media (width < 768px) {
  ._spAc {
    align-items: center;
  }
}

@media (768px <= width) {
  ._ac {
    align-items: center;
  }
}
@media (width < 768px) {
  ._ac {
    align-items: center;
  }
}

@media (768px <= width) {
  ._pcAs {
    align-items: flex-start;
  }
}

@media (width < 768px) {
  ._spAs {
    align-items: flex-start;
  }
}

@media (768px <= width) {
  ._as {
    align-items: flex-start;
  }
}
@media (width < 768px) {
  ._as {
    align-items: flex-start;
  }
}

@media (768px <= width) {
  ._pcColumn {
    flex-direction: column;
  }
}

@media (width < 768px) {
  ._spColumn {
    flex-direction: column;
  }
}

@media (768px <= width) {
  ._column {
    flex-direction: column;
  }
}
@media (width < 768px) {
  ._column {
    flex-direction: column;
  }
}

@media (768px <= width) {
  ._pcWrap {
    flex-wrap: wrap;
  }
}

@media (width < 768px) {
  ._spWrap {
    flex-wrap: wrap;
  }
}

@media (768px <= width) {
  ._wrap {
    flex-wrap: wrap;
  }
}
@media (width < 768px) {
  ._wrap {
    flex-wrap: wrap;
  }
}

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

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

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

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

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

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

@media (576px <= width) {
  .d-sm-none {
    display: none !important;
  }
}

@media (576px <= width) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media (576px <= width) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media (576px <= width) {
  .d-sm-block {
    display: block !important;
  }
}

@media (576px <= width) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media (576px <= width) {
  .d-sm-grid {
    display: grid !important;
  }
}

@media (768px <= width) {
  .d-md-none {
    display: none !important;
  }
}

@media (768px <= width) {
  .d-md-inline {
    display: inline !important;
  }
}

@media (768px <= width) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media (768px <= width) {
  .d-md-block {
    display: block !important;
  }
}

@media (768px <= width) {
  .d-md-flex {
    display: flex !important;
  }
}

@media (768px <= width) {
  .d-md-grid {
    display: grid !important;
  }
}

@media (957px <= width) {
  .d-lg-none {
    display: none !important;
  }
}

@media (957px <= width) {
  .d-lg-inline {
    display: inline !important;
  }
}

@media (957px <= width) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}

@media (957px <= width) {
  .d-lg-block {
    display: block !important;
  }
}

@media (957px <= width) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media (957px <= width) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media (1200px <= width) {
  .d-xl-none {
    display: none !important;
  }
}

@media (1200px <= width) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media (1200px <= width) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media (1200px <= width) {
  .d-xl-block {
    display: block !important;
  }
}

@media (1200px <= width) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media (1200px <= width) {
  .d-xl-grid {
    display: grid !important;
  }
}

@media (1400px <= width) {
  .d-xxl-none {
    display: none !important;
  }
}

@media (1400px <= width) {
  .d-xxl-inline {
    display: inline !important;
  }
}

@media (1400px <= width) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}

@media (1400px <= width) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (1400px <= width) {
  .d-xxl-flex {
    display: flex !important;
  }
}

@media (1400px <= width) {
  .d-xxl-grid {
    display: grid !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

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

.mr-1 {
  margin-right: 0.25rem !important;
}

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

.mr-3 {
  margin-right: 1rem !important;
}

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

.mr-5 {
  margin-right: 3rem !important;
}

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

.mr-7 {
  margin-right: 5rem !important;
}

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

.mr-9 {
  margin-right: 7rem !important;
}

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

.mr-11 {
  margin-right: 9rem !important;
}

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

.mr-auto {
  margin-right: auto !important;
}

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

.ml-1 {
  margin-left: 0.25rem !important;
}

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

.ml-3 {
  margin-left: 1rem !important;
}

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

.ml-5 {
  margin-left: 3rem !important;
}

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

.ml-7 {
  margin-left: 5rem !important;
}

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

.ml-9 {
  margin-left: 7rem !important;
}

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

.ml-11 {
  margin-left: 9rem !important;
}

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

.ml-auto {
  margin-left: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-9 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-10 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-11 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-12 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-11 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-12 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.m-11 {
  margin: 9rem !important;
}

.m-12 {
  margin: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

@media (576px <= width) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (576px <= width) {
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-11 {
    margin-bottom: 9rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-12 {
    margin-bottom: 10rem !important;
  }
}

@media (576px <= width) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}

@media (576px <= width) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}

@media (576px <= width) {
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-11 {
    margin-top: 9rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-12 {
    margin-top: 10rem !important;
  }
}

@media (576px <= width) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}

@media (576px <= width) {
  .mr-sm-0 {
    margin-right: 0 !important;
  }
}

@media (576px <= width) {
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-8 {
    margin-right: 6rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-9 {
    margin-right: 7rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-10 {
    margin-right: 8rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-11 {
    margin-right: 9rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-12 {
    margin-right: 10rem !important;
  }
}

@media (576px <= width) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
}

@media (576px <= width) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}

@media (576px <= width) {
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-8 {
    margin-left: 6rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-9 {
    margin-left: 7rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-10 {
    margin-left: 8rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-11 {
    margin-left: 9rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-12 {
    margin-left: 10rem !important;
  }
}

@media (576px <= width) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
}

@media (576px <= width) {
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (576px <= width) {
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-11 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-12 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media (576px <= width) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (576px <= width) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (576px <= width) {
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (576px <= width) {
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (576px <= width) {
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (576px <= width) {
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (576px <= width) {
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (576px <= width) {
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (576px <= width) {
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (576px <= width) {
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

@media (576px <= width) {
  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (576px <= width) {
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media (576px <= width) {
  .my-sm-11 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}

@media (576px <= width) {
  .my-sm-12 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media (576px <= width) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (576px <= width) {
  .m-sm-0 {
    margin: 0 !important;
  }
}

@media (576px <= width) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
}

@media (576px <= width) {
  .m-sm-2 {
    margin: 0.5rem !important;
  }
}

@media (576px <= width) {
  .m-sm-3 {
    margin: 1rem !important;
  }
}

@media (576px <= width) {
  .m-sm-4 {
    margin: 1.5rem !important;
  }
}

@media (576px <= width) {
  .m-sm-5 {
    margin: 3rem !important;
  }
}

@media (576px <= width) {
  .m-sm-6 {
    margin: 4rem !important;
  }
}

@media (576px <= width) {
  .m-sm-7 {
    margin: 5rem !important;
  }
}

@media (576px <= width) {
  .m-sm-8 {
    margin: 6rem !important;
  }
}

@media (576px <= width) {
  .m-sm-9 {
    margin: 7rem !important;
  }
}

@media (576px <= width) {
  .m-sm-10 {
    margin: 8rem !important;
  }
}

@media (576px <= width) {
  .m-sm-11 {
    margin: 9rem !important;
  }
}

@media (576px <= width) {
  .m-sm-12 {
    margin: 10rem !important;
  }
}

@media (576px <= width) {
  .m-sm-auto {
    margin: auto !important;
  }
}

@media (768px <= width) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (768px <= width) {
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (768px <= width) {
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (768px <= width) {
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
}

@media (768px <= width) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (768px <= width) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}

@media (768px <= width) {
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
}

@media (768px <= width) {
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
}

@media (768px <= width) {
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
}

@media (768px <= width) {
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
}

@media (768px <= width) {
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
}

@media (768px <= width) {
  .mb-md-11 {
    margin-bottom: 9rem !important;
  }
}

@media (768px <= width) {
  .mb-md-12 {
    margin-bottom: 10rem !important;
  }
}

@media (768px <= width) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}

@media (768px <= width) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (768px <= width) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
}

@media (768px <= width) {
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
}

@media (768px <= width) {
  .mt-md-3 {
    margin-top: 1rem !important;
  }
}

@media (768px <= width) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
}

@media (768px <= width) {
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}

@media (768px <= width) {
  .mt-md-6 {
    margin-top: 4rem !important;
  }
}

@media (768px <= width) {
  .mt-md-7 {
    margin-top: 5rem !important;
  }
}

@media (768px <= width) {
  .mt-md-8 {
    margin-top: 6rem !important;
  }
}

@media (768px <= width) {
  .mt-md-9 {
    margin-top: 7rem !important;
  }
}

@media (768px <= width) {
  .mt-md-10 {
    margin-top: 8rem !important;
  }
}

@media (768px <= width) {
  .mt-md-11 {
    margin-top: 9rem !important;
  }
}

@media (768px <= width) {
  .mt-md-12 {
    margin-top: 10rem !important;
  }
}

@media (768px <= width) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}

@media (768px <= width) {
  .mr-md-0 {
    margin-right: 0 !important;
  }
}

@media (768px <= width) {
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
}

@media (768px <= width) {
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
}

@media (768px <= width) {
  .mr-md-3 {
    margin-right: 1rem !important;
  }
}

@media (768px <= width) {
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
}

@media (768px <= width) {
  .mr-md-5 {
    margin-right: 3rem !important;
  }
}

@media (768px <= width) {
  .mr-md-6 {
    margin-right: 4rem !important;
  }
}

@media (768px <= width) {
  .mr-md-7 {
    margin-right: 5rem !important;
  }
}

@media (768px <= width) {
  .mr-md-8 {
    margin-right: 6rem !important;
  }
}

@media (768px <= width) {
  .mr-md-9 {
    margin-right: 7rem !important;
  }
}

@media (768px <= width) {
  .mr-md-10 {
    margin-right: 8rem !important;
  }
}

@media (768px <= width) {
  .mr-md-11 {
    margin-right: 9rem !important;
  }
}

@media (768px <= width) {
  .mr-md-12 {
    margin-right: 10rem !important;
  }
}

@media (768px <= width) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}

@media (768px <= width) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
}

@media (768px <= width) {
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
}

@media (768px <= width) {
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
}

@media (768px <= width) {
  .ml-md-3 {
    margin-left: 1rem !important;
  }
}

@media (768px <= width) {
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
}

@media (768px <= width) {
  .ml-md-5 {
    margin-left: 3rem !important;
  }
}

@media (768px <= width) {
  .ml-md-6 {
    margin-left: 4rem !important;
  }
}

@media (768px <= width) {
  .ml-md-7 {
    margin-left: 5rem !important;
  }
}

@media (768px <= width) {
  .ml-md-8 {
    margin-left: 6rem !important;
  }
}

@media (768px <= width) {
  .ml-md-9 {
    margin-left: 7rem !important;
  }
}

@media (768px <= width) {
  .ml-md-10 {
    margin-left: 8rem !important;
  }
}

@media (768px <= width) {
  .ml-md-11 {
    margin-left: 9rem !important;
  }
}

@media (768px <= width) {
  .ml-md-12 {
    margin-left: 10rem !important;
  }
}

@media (768px <= width) {
  .ml-md-auto {
    margin-left: auto !important;
  }
}

@media (768px <= width) {
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (768px <= width) {
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (768px <= width) {
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (768px <= width) {
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (768px <= width) {
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (768px <= width) {
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (768px <= width) {
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (768px <= width) {
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media (768px <= width) {
  .mx-md-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (768px <= width) {
  .mx-md-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (768px <= width) {
  .mx-md-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media (768px <= width) {
  .mx-md-11 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}

@media (768px <= width) {
  .mx-md-12 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media (768px <= width) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (768px <= width) {
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (768px <= width) {
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (768px <= width) {
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (768px <= width) {
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (768px <= width) {
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (768px <= width) {
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (768px <= width) {
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (768px <= width) {
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (768px <= width) {
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

@media (768px <= width) {
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (768px <= width) {
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media (768px <= width) {
  .my-md-11 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}

@media (768px <= width) {
  .my-md-12 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media (768px <= width) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (768px <= width) {
  .m-md-0 {
    margin: 0 !important;
  }
}

@media (768px <= width) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
}

@media (768px <= width) {
  .m-md-2 {
    margin: 0.5rem !important;
  }
}

@media (768px <= width) {
  .m-md-3 {
    margin: 1rem !important;
  }
}

@media (768px <= width) {
  .m-md-4 {
    margin: 1.5rem !important;
  }
}

@media (768px <= width) {
  .m-md-5 {
    margin: 3rem !important;
  }
}

@media (768px <= width) {
  .m-md-6 {
    margin: 4rem !important;
  }
}

@media (768px <= width) {
  .m-md-7 {
    margin: 5rem !important;
  }
}

@media (768px <= width) {
  .m-md-8 {
    margin: 6rem !important;
  }
}

@media (768px <= width) {
  .m-md-9 {
    margin: 7rem !important;
  }
}

@media (768px <= width) {
  .m-md-10 {
    margin: 8rem !important;
  }
}

@media (768px <= width) {
  .m-md-11 {
    margin: 9rem !important;
  }
}

@media (768px <= width) {
  .m-md-12 {
    margin: 10rem !important;
  }
}

@media (768px <= width) {
  .m-md-auto {
    margin: auto !important;
  }
}

@media (992px <= width) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (992px <= width) {
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-11 {
    margin-bottom: 9rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-12 {
    margin-bottom: 10rem !important;
  }
}

@media (992px <= width) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}

@media (992px <= width) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (992px <= width) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-11 {
    margin-top: 9rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-12 {
    margin-top: 10rem !important;
  }
}

@media (992px <= width) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}

@media (992px <= width) {
  .mr-lg-0 {
    margin-right: 0 !important;
  }
}

@media (992px <= width) {
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-8 {
    margin-right: 6rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-9 {
    margin-right: 7rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-10 {
    margin-right: 8rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-11 {
    margin-right: 9rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-12 {
    margin-right: 10rem !important;
  }
}

@media (992px <= width) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
}

@media (992px <= width) {
  .ml-lg-0 {
    margin-left: 0 !important;
  }
}

@media (992px <= width) {
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-8 {
    margin-left: 6rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-9 {
    margin-left: 7rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-10 {
    margin-left: 8rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-11 {
    margin-left: 9rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-12 {
    margin-left: 10rem !important;
  }
}

@media (992px <= width) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
}

@media (992px <= width) {
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (992px <= width) {
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-11 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-12 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media (992px <= width) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (992px <= width) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (992px <= width) {
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (992px <= width) {
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (992px <= width) {
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (992px <= width) {
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (992px <= width) {
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (992px <= width) {
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (992px <= width) {
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (992px <= width) {
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

@media (992px <= width) {
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (992px <= width) {
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media (992px <= width) {
  .my-lg-11 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}

@media (992px <= width) {
  .my-lg-12 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media (992px <= width) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (992px <= width) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media (992px <= width) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
}

@media (992px <= width) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
}

@media (992px <= width) {
  .m-lg-3 {
    margin: 1rem !important;
  }
}

@media (992px <= width) {
  .m-lg-4 {
    margin: 1.5rem !important;
  }
}

@media (992px <= width) {
  .m-lg-5 {
    margin: 3rem !important;
  }
}

@media (992px <= width) {
  .m-lg-6 {
    margin: 4rem !important;
  }
}

@media (992px <= width) {
  .m-lg-7 {
    margin: 5rem !important;
  }
}

@media (992px <= width) {
  .m-lg-8 {
    margin: 6rem !important;
  }
}

@media (992px <= width) {
  .m-lg-9 {
    margin: 7rem !important;
  }
}

@media (992px <= width) {
  .m-lg-10 {
    margin: 8rem !important;
  }
}

@media (992px <= width) {
  .m-lg-11 {
    margin: 9rem !important;
  }
}

@media (992px <= width) {
  .m-lg-12 {
    margin: 10rem !important;
  }
}

@media (992px <= width) {
  .m-lg-auto {
    margin: auto !important;
  }
}

@media (1200px <= width) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media (1200px <= width) {
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-11 {
    margin-bottom: 9rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-12 {
    margin-bottom: 10rem !important;
  }
}

@media (1200px <= width) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}

@media (1200px <= width) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}

@media (1200px <= width) {
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-11 {
    margin-top: 9rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-12 {
    margin-top: 10rem !important;
  }
}

@media (1200px <= width) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}

@media (1200px <= width) {
  .mr-xl-0 {
    margin-right: 0 !important;
  }
}

@media (1200px <= width) {
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-8 {
    margin-right: 6rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-9 {
    margin-right: 7rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-10 {
    margin-right: 8rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-11 {
    margin-right: 9rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-12 {
    margin-right: 10rem !important;
  }
}

@media (1200px <= width) {
  .mr-xl-auto {
    margin-right: auto !important;
  }
}

@media (1200px <= width) {
  .ml-xl-0 {
    margin-left: 0 !important;
  }
}

@media (1200px <= width) {
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-8 {
    margin-left: 6rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-9 {
    margin-left: 7rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-10 {
    margin-left: 8rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-11 {
    margin-left: 9rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-12 {
    margin-left: 10rem !important;
  }
}

@media (1200px <= width) {
  .ml-xl-auto {
    margin-left: auto !important;
  }
}

@media (1200px <= width) {
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (1200px <= width) {
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-11 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-12 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media (1200px <= width) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (1200px <= width) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (1200px <= width) {
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-11 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-12 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media (1200px <= width) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (1200px <= width) {
  .m-xl-0 {
    margin: 0 !important;
  }
}

@media (1200px <= width) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-2 {
    margin: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-3 {
    margin: 1rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-4 {
    margin: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-5 {
    margin: 3rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-6 {
    margin: 4rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-7 {
    margin: 5rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-8 {
    margin: 6rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-9 {
    margin: 7rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-10 {
    margin: 8rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-11 {
    margin: 9rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-12 {
    margin: 10rem !important;
  }
}

@media (1200px <= width) {
  .m-xl-auto {
    margin: auto !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-9 {
    margin-bottom: 7rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-10 {
    margin-bottom: 8rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-11 {
    margin-bottom: 9rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-12 {
    margin-bottom: 10rem !important;
  }
}

@media (1400px <= width) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-8 {
    margin-top: 6rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-9 {
    margin-top: 7rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-10 {
    margin-top: 8rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-11 {
    margin-top: 9rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-12 {
    margin-top: 10rem !important;
  }
}

@media (1400px <= width) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-6 {
    margin-right: 4rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-7 {
    margin-right: 5rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-8 {
    margin-right: 6rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-9 {
    margin-right: 7rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-10 {
    margin-right: 8rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-11 {
    margin-right: 9rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-12 {
    margin-right: 10rem !important;
  }
}

@media (1400px <= width) {
  .mr-xxl-auto {
    margin-right: auto !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-6 {
    margin-left: 4rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-7 {
    margin-left: 5rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-8 {
    margin-left: 6rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-9 {
    margin-left: 7rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-10 {
    margin-left: 8rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-11 {
    margin-left: 9rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-12 {
    margin-left: 10rem !important;
  }
}

@media (1400px <= width) {
  .ml-xxl-auto {
    margin-left: auto !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-10 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-11 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-12 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}

@media (1400px <= width) {
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (1400px <= width) {
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (1400px <= width) {
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-11 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-12 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

@media (1400px <= width) {
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (1400px <= width) {
  .m-xxl-0 {
    margin: 0 !important;
  }
}

@media (1400px <= width) {
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-3 {
    margin: 1rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-5 {
    margin: 3rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-6 {
    margin: 4rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-7 {
    margin: 5rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-8 {
    margin: 6rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-9 {
    margin: 7rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-10 {
    margin: 8rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-11 {
    margin: 9rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-12 {
    margin: 10rem !important;
  }
}

@media (1400px <= width) {
  .m-xxl-auto {
    margin: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-1 {
  padding-right: 0.25rem !important;
}

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

.pr-3 {
  padding-right: 1rem !important;
}

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

.pr-5 {
  padding-right: 3rem !important;
}

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

.pr-7 {
  padding-right: 5rem !important;
}

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

.pr-9 {
  padding-right: 7rem !important;
}

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

.pr-11 {
  padding-right: 9rem !important;
}

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

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

.pl-1 {
  padding-left: 0.25rem !important;
}

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

.pl-3 {
  padding-left: 1rem !important;
}

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

.pl-5 {
  padding-left: 3rem !important;
}

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

.pl-7 {
  padding-left: 5rem !important;
}

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

.pl-9 {
  padding-left: 7rem !important;
}

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

.pl-11 {
  padding-left: 9rem !important;
}

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

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

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-9 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-10 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-11 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-12 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-11 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-12 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.p-11 {
  padding: 9rem !important;
}

.p-12 {
  padding: 10rem !important;
}

@media (576px <= width) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (576px <= width) {
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-11 {
    padding-bottom: 9rem !important;
  }
}

@media (576px <= width) {
  .pb-sm-12 {
    padding-bottom: 10rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}

@media (576px <= width) {
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-11 {
    padding-top: 9rem !important;
  }
}

@media (576px <= width) {
  .pt-sm-12 {
    padding-top: 10rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
}

@media (576px <= width) {
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-8 {
    padding-right: 6rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-9 {
    padding-right: 7rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-10 {
    padding-right: 8rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-11 {
    padding-right: 9rem !important;
  }
}

@media (576px <= width) {
  .pr-sm-12 {
    padding-right: 10rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
}

@media (576px <= width) {
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-8 {
    padding-left: 6rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-9 {
    padding-left: 7rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-10 {
    padding-left: 8rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-11 {
    padding-left: 9rem !important;
  }
}

@media (576px <= width) {
  .pl-sm-12 {
    padding-left: 10rem !important;
  }
}

@media (576px <= width) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (576px <= width) {
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (576px <= width) {
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (576px <= width) {
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (576px <= width) {
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (576px <= width) {
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (576px <= width) {
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (576px <= width) {
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media (576px <= width) {
  .px-sm-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media (576px <= width) {
  .px-sm-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (576px <= width) {
  .px-sm-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media (576px <= width) {
  .px-sm-11 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media (576px <= width) {
  .px-sm-12 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (576px <= width) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (576px <= width) {
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (576px <= width) {
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (576px <= width) {
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (576px <= width) {
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (576px <= width) {
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (576px <= width) {
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (576px <= width) {
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (576px <= width) {
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

@media (576px <= width) {
  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (576px <= width) {
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media (576px <= width) {
  .py-sm-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (576px <= width) {
  .py-sm-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (576px <= width) {
  .p-sm-0 {
    padding: 0 !important;
  }
}

@media (576px <= width) {
  .p-sm-1 {
    padding: 0.25rem !important;
  }
}

@media (576px <= width) {
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}

@media (576px <= width) {
  .p-sm-3 {
    padding: 1rem !important;
  }
}

@media (576px <= width) {
  .p-sm-4 {
    padding: 1.5rem !important;
  }
}

@media (576px <= width) {
  .p-sm-5 {
    padding: 3rem !important;
  }
}

@media (576px <= width) {
  .p-sm-6 {
    padding: 4rem !important;
  }
}

@media (576px <= width) {
  .p-sm-7 {
    padding: 5rem !important;
  }
}

@media (576px <= width) {
  .p-sm-8 {
    padding: 6rem !important;
  }
}

@media (576px <= width) {
  .p-sm-9 {
    padding: 7rem !important;
  }
}

@media (576px <= width) {
  .p-sm-10 {
    padding: 8rem !important;
  }
}

@media (576px <= width) {
  .p-sm-11 {
    padding: 9rem !important;
  }
}

@media (576px <= width) {
  .p-sm-12 {
    padding: 10rem !important;
  }
}

@media (768px <= width) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (768px <= width) {
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (768px <= width) {
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (768px <= width) {
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
}

@media (768px <= width) {
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (768px <= width) {
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
}

@media (768px <= width) {
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
}

@media (768px <= width) {
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
}

@media (768px <= width) {
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
}

@media (768px <= width) {
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
}

@media (768px <= width) {
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
}

@media (768px <= width) {
  .pb-md-11 {
    padding-bottom: 9rem !important;
  }
}

@media (768px <= width) {
  .pb-md-12 {
    padding-bottom: 10rem !important;
  }
}

@media (768px <= width) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
}

@media (768px <= width) {
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
}

@media (768px <= width) {
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
}

@media (768px <= width) {
  .pt-md-3 {
    padding-top: 1rem !important;
  }
}

@media (768px <= width) {
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
}

@media (768px <= width) {
  .pt-md-5 {
    padding-top: 3rem !important;
  }
}

@media (768px <= width) {
  .pt-md-6 {
    padding-top: 4rem !important;
  }
}

@media (768px <= width) {
  .pt-md-7 {
    padding-top: 5rem !important;
  }
}

@media (768px <= width) {
  .pt-md-8 {
    padding-top: 6rem !important;
  }
}

@media (768px <= width) {
  .pt-md-9 {
    padding-top: 7rem !important;
  }
}

@media (768px <= width) {
  .pt-md-10 {
    padding-top: 8rem !important;
  }
}

@media (768px <= width) {
  .pt-md-11 {
    padding-top: 9rem !important;
  }
}

@media (768px <= width) {
  .pt-md-12 {
    padding-top: 10rem !important;
  }
}

@media (768px <= width) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}

@media (768px <= width) {
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
}

@media (768px <= width) {
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
}

@media (768px <= width) {
  .pr-md-3 {
    padding-right: 1rem !important;
  }
}

@media (768px <= width) {
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
}

@media (768px <= width) {
  .pr-md-5 {
    padding-right: 3rem !important;
  }
}

@media (768px <= width) {
  .pr-md-6 {
    padding-right: 4rem !important;
  }
}

@media (768px <= width) {
  .pr-md-7 {
    padding-right: 5rem !important;
  }
}

@media (768px <= width) {
  .pr-md-8 {
    padding-right: 6rem !important;
  }
}

@media (768px <= width) {
  .pr-md-9 {
    padding-right: 7rem !important;
  }
}

@media (768px <= width) {
  .pr-md-10 {
    padding-right: 8rem !important;
  }
}

@media (768px <= width) {
  .pr-md-11 {
    padding-right: 9rem !important;
  }
}

@media (768px <= width) {
  .pr-md-12 {
    padding-right: 10rem !important;
  }
}

@media (768px <= width) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}

@media (768px <= width) {
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
}

@media (768px <= width) {
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
}

@media (768px <= width) {
  .pl-md-3 {
    padding-left: 1rem !important;
  }
}

@media (768px <= width) {
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
}

@media (768px <= width) {
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}

@media (768px <= width) {
  .pl-md-6 {
    padding-left: 4rem !important;
  }
}

@media (768px <= width) {
  .pl-md-7 {
    padding-left: 5rem !important;
  }
}

@media (768px <= width) {
  .pl-md-8 {
    padding-left: 6rem !important;
  }
}

@media (768px <= width) {
  .pl-md-9 {
    padding-left: 7rem !important;
  }
}

@media (768px <= width) {
  .pl-md-10 {
    padding-left: 8rem !important;
  }
}

@media (768px <= width) {
  .pl-md-11 {
    padding-left: 9rem !important;
  }
}

@media (768px <= width) {
  .pl-md-12 {
    padding-left: 10rem !important;
  }
}

@media (768px <= width) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (768px <= width) {
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (768px <= width) {
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (768px <= width) {
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (768px <= width) {
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (768px <= width) {
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (768px <= width) {
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (768px <= width) {
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media (768px <= width) {
  .px-md-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media (768px <= width) {
  .px-md-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (768px <= width) {
  .px-md-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media (768px <= width) {
  .px-md-11 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media (768px <= width) {
  .px-md-12 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (768px <= width) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (768px <= width) {
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (768px <= width) {
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (768px <= width) {
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (768px <= width) {
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (768px <= width) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (768px <= width) {
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (768px <= width) {
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (768px <= width) {
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

@media (768px <= width) {
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (768px <= width) {
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media (768px <= width) {
  .py-md-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (768px <= width) {
  .py-md-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (768px <= width) {
  .p-md-0 {
    padding: 0 !important;
  }
}

@media (768px <= width) {
  .p-md-1 {
    padding: 0.25rem !important;
  }
}

@media (768px <= width) {
  .p-md-2 {
    padding: 0.5rem !important;
  }
}

@media (768px <= width) {
  .p-md-3 {
    padding: 1rem !important;
  }
}

@media (768px <= width) {
  .p-md-4 {
    padding: 1.5rem !important;
  }
}

@media (768px <= width) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (768px <= width) {
  .p-md-6 {
    padding: 4rem !important;
  }
}

@media (768px <= width) {
  .p-md-7 {
    padding: 5rem !important;
  }
}

@media (768px <= width) {
  .p-md-8 {
    padding: 6rem !important;
  }
}

@media (768px <= width) {
  .p-md-9 {
    padding: 7rem !important;
  }
}

@media (768px <= width) {
  .p-md-10 {
    padding: 8rem !important;
  }
}

@media (768px <= width) {
  .p-md-11 {
    padding: 9rem !important;
  }
}

@media (768px <= width) {
  .p-md-12 {
    padding: 10rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (992px <= width) {
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-11 {
    padding-bottom: 9rem !important;
  }
}

@media (992px <= width) {
  .pb-lg-12 {
    padding-bottom: 10rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}

@media (992px <= width) {
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-11 {
    padding-top: 9rem !important;
  }
}

@media (992px <= width) {
  .pt-lg-12 {
    padding-top: 10rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
}

@media (992px <= width) {
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-8 {
    padding-right: 6rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-9 {
    padding-right: 7rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-10 {
    padding-right: 8rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-11 {
    padding-right: 9rem !important;
  }
}

@media (992px <= width) {
  .pr-lg-12 {
    padding-right: 10rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }
}

@media (992px <= width) {
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-8 {
    padding-left: 6rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-9 {
    padding-left: 7rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-10 {
    padding-left: 8rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-11 {
    padding-left: 9rem !important;
  }
}

@media (992px <= width) {
  .pl-lg-12 {
    padding-left: 10rem !important;
  }
}

@media (992px <= width) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (992px <= width) {
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (992px <= width) {
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (992px <= width) {
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (992px <= width) {
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (992px <= width) {
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (992px <= width) {
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (992px <= width) {
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media (992px <= width) {
  .px-lg-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media (992px <= width) {
  .px-lg-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (992px <= width) {
  .px-lg-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media (992px <= width) {
  .px-lg-11 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media (992px <= width) {
  .px-lg-12 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (992px <= width) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (992px <= width) {
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (992px <= width) {
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (992px <= width) {
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (992px <= width) {
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (992px <= width) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (992px <= width) {
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (992px <= width) {
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (992px <= width) {
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

@media (992px <= width) {
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (992px <= width) {
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media (992px <= width) {
  .py-lg-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (992px <= width) {
  .py-lg-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (992px <= width) {
  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (992px <= width) {
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}

@media (992px <= width) {
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}

@media (992px <= width) {
  .p-lg-3 {
    padding: 1rem !important;
  }
}

@media (992px <= width) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

@media (992px <= width) {
  .p-lg-5 {
    padding: 3rem !important;
  }
}

@media (992px <= width) {
  .p-lg-6 {
    padding: 4rem !important;
  }
}

@media (992px <= width) {
  .p-lg-7 {
    padding: 5rem !important;
  }
}

@media (992px <= width) {
  .p-lg-8 {
    padding: 6rem !important;
  }
}

@media (992px <= width) {
  .p-lg-9 {
    padding: 7rem !important;
  }
}

@media (992px <= width) {
  .p-lg-10 {
    padding: 8rem !important;
  }
}

@media (992px <= width) {
  .p-lg-11 {
    padding: 9rem !important;
  }
}

@media (992px <= width) {
  .p-lg-12 {
    padding: 10rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}

@media (1200px <= width) {
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-11 {
    padding-bottom: 9rem !important;
  }
}

@media (1200px <= width) {
  .pb-xl-12 {
    padding-bottom: 10rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
}

@media (1200px <= width) {
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-11 {
    padding-top: 9rem !important;
  }
}

@media (1200px <= width) {
  .pt-xl-12 {
    padding-top: 10rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-0 {
    padding-right: 0 !important;
  }
}

@media (1200px <= width) {
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-8 {
    padding-right: 6rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-9 {
    padding-right: 7rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-10 {
    padding-right: 8rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-11 {
    padding-right: 9rem !important;
  }
}

@media (1200px <= width) {
  .pr-xl-12 {
    padding-right: 10rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-0 {
    padding-left: 0 !important;
  }
}

@media (1200px <= width) {
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-8 {
    padding-left: 6rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-9 {
    padding-left: 7rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-10 {
    padding-left: 8rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-11 {
    padding-left: 9rem !important;
  }
}

@media (1200px <= width) {
  .pl-xl-12 {
    padding-left: 10rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (1200px <= width) {
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-11 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media (1200px <= width) {
  .px-xl-12 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (1200px <= width) {
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (1200px <= width) {
  .py-xl-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-0 {
    padding: 0 !important;
  }
}

@media (1200px <= width) {
  .p-xl-1 {
    padding: 0.25rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-2 {
    padding: 0.5rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-3 {
    padding: 1rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-5 {
    padding: 3rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-6 {
    padding: 4rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-7 {
    padding: 5rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-8 {
    padding: 6rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-9 {
    padding: 7rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-10 {
    padding: 8rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-11 {
    padding: 9rem !important;
  }
}

@media (1200px <= width) {
  .p-xl-12 {
    padding: 10rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-9 {
    padding-bottom: 7rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-10 {
    padding-bottom: 8rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-11 {
    padding-bottom: 9rem !important;
  }
}

@media (1400px <= width) {
  .pb-xxl-12 {
    padding-bottom: 10rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-8 {
    padding-top: 6rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-9 {
    padding-top: 7rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-10 {
    padding-top: 8rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-11 {
    padding-top: 9rem !important;
  }
}

@media (1400px <= width) {
  .pt-xxl-12 {
    padding-top: 10rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-6 {
    padding-right: 4rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-7 {
    padding-right: 5rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-8 {
    padding-right: 6rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-9 {
    padding-right: 7rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-10 {
    padding-right: 8rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-11 {
    padding-right: 9rem !important;
  }
}

@media (1400px <= width) {
  .pr-xxl-12 {
    padding-right: 10rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-6 {
    padding-left: 4rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-7 {
    padding-left: 5rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-8 {
    padding-left: 6rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-9 {
    padding-left: 7rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-10 {
    padding-left: 8rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-11 {
    padding-left: 9rem !important;
  }
}

@media (1400px <= width) {
  .pl-xxl-12 {
    padding-left: 10rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (1400px <= width) {
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-10 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-11 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}

@media (1400px <= width) {
  .px-xxl-12 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (1400px <= width) {
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-11 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

@media (1400px <= width) {
  .py-xxl-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-0 {
    padding: 0 !important;
  }
}

@media (1400px <= width) {
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-3 {
    padding: 1rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-5 {
    padding: 3rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-6 {
    padding: 4rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-7 {
    padding: 5rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-8 {
    padding: 6rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-9 {
    padding: 7rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-10 {
    padding: 8rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-11 {
    padding: 9rem !important;
  }
}

@media (1400px <= width) {
  .p-xxl-12 {
    padding: 10rem !important;
  }
}

.text-bold {
  font-weight: 700 !important;
}

.text-caution {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.text-danger {
  color: #f02814 !important;
}

.fw-normal {
  font-weight: normal !important;
}

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

@media (768px <= width) {
  .font-weight-md-normal {
    font-weight: normal !important;
  }
}

@media (768px <= width) {
  .font-weight-md-bold {
    font-weight: bold !important;
  }
}

@media (768px <= width) {
  .font-style-md-italic {
    font-style: italic !important;
  }
}

@media (768px <= width) {
  .font-style-md-normal {
    font-style: normal !important;
  }
}

@media (768px <= width) {
  .text-decoration-md-none {
    text-decoration: none !important;
  }
}

@media (768px <= width) {
  .text-decoration-md-underline {
    text-decoration: underline !important;
  }
}

.display-1 {
  font-size: 5.5rem !important;
  line-height: 1.5;
}

.display-2 {
  font-size: 5rem !important;
  line-height: 1.5;
}

.display-3 {
  font-size: 4rem !important;
  line-height: 1.5;
}

.display-4 {
  font-size: 3.5rem !important;
  line-height: 1.7;
}

.display-5 {
  font-size: 3rem !important;
  line-height: 1.7;
}

.display-6 {
  font-size: 2.8rem !important;
  line-height: 1.7;
}

@media (576px <= width) {
  .display-sm-1 {
    font-size: 5.5rem !important;
    line-height: 1.5;
  }
}

@media (576px <= width) {
  .display-sm-2 {
    font-size: 5rem !important;
    line-height: 1.5;
  }
}

@media (576px <= width) {
  .display-sm-3 {
    font-size: 4rem !important;
    line-height: 1.5;
  }
}

@media (576px <= width) {
  .display-sm-4 {
    font-size: 3.5rem !important;
    line-height: 1.7;
  }
}

@media (576px <= width) {
  .display-sm-5 {
    font-size: 3rem !important;
    line-height: 1.7;
  }
}

@media (576px <= width) {
  .display-sm-6 {
    font-size: 2.8rem !important;
    line-height: 1.7;
  }
}

@media (768px <= width) {
  .display-md-1 {
    font-size: 5.5rem !important;
    line-height: 1.5;
  }
}

@media (768px <= width) {
  .display-md-2 {
    font-size: 5rem !important;
    line-height: 1.5;
  }
}

@media (768px <= width) {
  .display-md-3 {
    font-size: 4rem !important;
    line-height: 1.5;
  }
}

@media (768px <= width) {
  .display-md-4 {
    font-size: 3.5rem !important;
    line-height: 1.7;
  }
}

@media (768px <= width) {
  .display-md-5 {
    font-size: 3rem !important;
    line-height: 1.7;
  }
}

@media (768px <= width) {
  .display-md-6 {
    font-size: 2.8rem !important;
    line-height: 1.7;
  }
}

@media (992px <= width) {
  .display-lg-1 {
    font-size: 5.5rem !important;
    line-height: 1.5;
  }
}

@media (992px <= width) {
  .display-lg-2 {
    font-size: 5rem !important;
    line-height: 1.5;
  }
}

@media (992px <= width) {
  .display-lg-3 {
    font-size: 4rem !important;
    line-height: 1.5;
  }
}

@media (992px <= width) {
  .display-lg-4 {
    font-size: 3.5rem !important;
    line-height: 1.7;
  }
}

@media (992px <= width) {
  .display-lg-5 {
    font-size: 3rem !important;
    line-height: 1.7;
  }
}

@media (992px <= width) {
  .display-lg-6 {
    font-size: 2.8rem !important;
    line-height: 1.7;
  }
}

@media (1200px <= width) {
  .display-xl-1 {
    font-size: 5.5rem !important;
    line-height: 1.5;
  }
}

@media (1200px <= width) {
  .display-xl-2 {
    font-size: 5rem !important;
    line-height: 1.5;
  }
}

@media (1200px <= width) {
  .display-xl-3 {
    font-size: 4rem !important;
    line-height: 1.5;
  }
}

@media (1200px <= width) {
  .display-xl-4 {
    font-size: 3.5rem !important;
    line-height: 1.7;
  }
}

@media (1200px <= width) {
  .display-xl-5 {
    font-size: 3rem !important;
    line-height: 1.7;
  }
}

@media (1200px <= width) {
  .display-xl-6 {
    font-size: 2.8rem !important;
    line-height: 1.7;
  }
}

@media (1400px <= width) {
  .display-xxl-1 {
    font-size: 5.5rem !important;
    line-height: 1.5;
  }
}

@media (1400px <= width) {
  .display-xxl-2 {
    font-size: 5rem !important;
    line-height: 1.5;
  }
}

@media (1400px <= width) {
  .display-xxl-3 {
    font-size: 4rem !important;
    line-height: 1.5;
  }
}

@media (1400px <= width) {
  .display-xxl-4 {
    font-size: 3.5rem !important;
    line-height: 1.7;
  }
}

@media (1400px <= width) {
  .display-xxl-5 {
    font-size: 3rem !important;
    line-height: 1.7;
  }
}

@media (1400px <= width) {
  .display-xxl-6 {
    font-size: 2.8rem !important;
    line-height: 1.7;
  }
}

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

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

.h3 {
  font-size: 1.75rem !important;
}

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

.h5 {
  font-size: 1.25rem !important;
}

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

.text-primary {
  color: #146ec8 !important;
}

.text-secondary {
  color: #858585 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #808080 !important;
}

.bg-warning {
  background-color: #fcc800 !important;
}

.bg-secondary {
  background-color: #ebebeb !important;
}

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

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

.bg-dark {
  background-color: #343a40 !important;
}

.bg-primary {
  background-color: #146ec8 !important;
}

.bg-info {
  background-color: #fff9e5 !important;
}

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

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

.link-primary {
  color: #146ec8 !important;
}

.link-secondary {
  color: #858585 !important;
}

.link-success {
  color: #28a745 !important;
}

.link-danger {
  color: #dc3545 !important;
}

.link-warning {
  color: #ffc107 !important;
}

.link-info {
  color: #17a2b8 !important;
}

.link-light {
  color: #f8f9fa !important;
}

.link-dark {
  color: #343a40 !important;
}

.link-white {
  color: #fff !important;
}

.link-black {
  color: #000 !important;
}

.link-gray {
  color: #808080 !important;
}

.link-decoration-none {
  text-decoration: none !important;
}

.link-decoration-underline {
  text-decoration: underline !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

.border {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-top {
  border-width: 1px 0 0 !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-bottom {
  border-width: 0 0 1px !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-start {
  border-width: 0 0 0 1px !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-end {
  border-width: 0 1px 0 0 !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-top-0 {
  border-width: 0 1px 1px !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-bottom-0 {
  border-width: 1px 1px 0 !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-start-0 {
  border-width: 1px 1px 1px 0 !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-end-0 {
  border-width: 1px 0 1px 1px !important;
  border-style: solid !important;
  border-color: #000 !important;
}

.border-primary {
  border-color: #146ec8 !important;
}

.border-secondary {
  border-color: #ebebeb !important;
}

.border-warning {
  border-color: #fcc800 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-black {
  border-color: #000 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-11 {
  border-width: 11px !important;
}

.border-12 {
  border-width: 12px !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.rounded-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

.rounded-start {
  border-radius: 0.25rem 0 0 0.25rem;
}

.rounded-end {
  border-radius: 0 0.25rem 0.25rem 0;
}

.rounded-pill {
  border-radius: 100vmax !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 1rem !important;
}

.rounded-4 {
  border-radius: 1.5rem !important;
}

.rounded-5 {
  border-radius: 2rem !important;
}

.rounded-6 {
  border-radius: 2.5rem !important;
}

.rounded-7 {
  border-radius: 3rem !important;
}

.rounded-8 {
  border-radius: 3.5rem !important;
}

.rounded-9 {
  border-radius: 4rem !important;
}

.rounded-10 {
  border-radius: 4.5rem !important;
}

.rounded-11 {
  border-radius: 5rem !important;
}

.rounded-12 {
  border-radius: 5.5rem !important;
}/*# sourceMappingURL=app.css.map */