﻿@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nothing+You+Could+Do&family=Roboto:wght@700&display=swap';

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: 0;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  display: inline;
  zoom: 1;
}

button:focus,
input:focus,
select:focus {
  outline: 0;
}

:focus {
  outline: -webkit-focus-ring-color 0;
}

@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

* {
  letter-spacing: 0.06em;
  line-height: 1.6;
  box-sizing: border-box;
  color: #000;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  * {
    line-height: 1.65;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

html {
  width: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 61.5%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 54.6%;
  }
}

html.fadeout {
  opacity: 0;
}

body {
  margin: 0;
  overflow: hidden;
  font-size: 1.4em;
  font-weight: 400;
}

body,
option,
select,
span {
  font-family:
    Yu Gothic Medium,
    游ゴシック Medium,
    YuGothic,
    游ゴシック体,
    sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family:
    Yu Gothic Medium,
    游ゴシック Medium,
    YuGothic,
    游ゴシック体,
    sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}

input[type='text'],
p,
textarea {
  font-family:
    Yu Gothic Medium,
    游ゴシック Medium,
    YuGothic,
    游ゴシック体,
    sans-serif;
}

input[type='text'],
textarea {
  -webkit-appearance: none;
  border: 0;
}

textarea {
  resize: none;
  font-family:
    Yu Gothic Medium,
    游ゴシック Medium,
    YuGothic,
    游ゴシック体,
    sans-serif;
}

@media screen and (max-width: 1024px) {
  a,
  button,
  input,
  select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

button,
input,
input[type='submit'],
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family:
    Yu Gothic Medium,
    游ゴシック Medium,
    YuGothic,
    游ゴシック体,
    sans-serif;
}

select::-ms-expand {
  display: none;
}

img {
  display: block;
}

section {
  position: relative;
}

ol,
ul {
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  padding: 10px 0;
}

.widget {
  list-style: none;
}

.l-main {
  overflow: hidden;
  margin-top: 160px;
}

.l-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 15px 25px 8px 20px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .l-header {
    padding: 15px 20px 8px 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 22px 30px 8px;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .l-header {
    padding: 10px;
  }
}

.l-header__logo {
  width: 255px;
}

@media screen and (max-width: 1200px) {
  .l-header__logo {
    width: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 335px;
  }
}

@media screen and (max-width: 500px) {
  .l-header__logo {
    width: 170px;
  }
}

.l-header__nav {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__navLink {
  font-size: 1.9rem;
  transition: color 0.3s;
}

@media screen and (max-width: 1200px) {
  .l-header__navLink {
    font-size: 1.7rem;
  }
}

.l-header__navLink:nth-child(n + 2) {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .l-header__navLink:nth-child(n + 2) {
    margin-left: 15px;
  }
}

.l-header__navLink.whitePaper {
  margin-left: 20px;
  background-color: #ff4e19;
  padding: 8px 25px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .l-header__navLink.whitePaper {
    padding: 7px 20px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__navLink.whitePaper {
    padding: 6px 15px;
  }
}

.l-header__navLink.whitePaper:hover {
  color: #000;
}

.l-header__navLink.contact {
  margin-left: 20px;
  background-color: #000;
  padding: 8px 25px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .l-header__navLink.contact {
    padding: 7px 20px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__navLink.contact {
    padding: 6px 15px;
  }
}

.l-header__navLink:hover {
  color: #ff4e19;
}

.l-hamburger {
  position: relative;
  width: 62px;
  height: 3pc;
  transition: 0.3s;
  cursor: pointer;
  z-index: 3;
  display: none;
}

@media screen and (max-width: 1100px) {
  .l-hamburger {
    /* display: block */
  }
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    display: block;
    width: 31px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.js-active .l-hamburger {
  width: 40px;
}

.l-hamburger__line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  transition: 0.3s;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .l-hamburger__line {
    height: 3px;
  }
}

.is-open .l-hamburger__line {
  /* background-color: #fff */
}

.l-hamburger__line:nth-child(1) {
  top: 0;
}

.is-open .l-hamburger__line:nth-child(1) {
  transform: translateY(21px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .is-open .l-hamburger__line:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
}

.is-open .js-active .l-hamburger__line:nth-child(1) {
  top: 0;
  transform: translateY(17px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .is-open .js-active .l-hamburger__line:nth-child(1) {
    transform: translateY(16px) rotate(45deg);
  }
}

.l-hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.is-open .l-hamburger__line:nth-child(2) {
  opacity: 0;
}

.l-hamburger__line:nth-child(3) {
  bottom: 0;
}

.is-open .l-hamburger__line:nth-child(3) {
  transform: translateY(-20px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .is-open .l-hamburger__line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.js-active .l-hamburger__line,
.l-nav {
  background-color: #000;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  padding: 90pt 0 70px;
}

@media (min-width: 1100px) {
  .l-nav {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .l-nav {
    padding: 60px 0 35px;
  }
}

.is-open .l-nav {
  right: 0;
  opacity: 1;
  pointer-events: all;
}

.l-nav__inner {
  width: 470px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .l-nav__inner {
    width: 235px;
  }
}

.l-nav__item:nth-child(n + 2) {
  margin-top: 25px;
}

@media screen and (max-width: 500px) {
  .l-nav__item:nth-child(n + 2) {
    margin-top: 9pt;
  }
}

@media screen and (max-width: 480px) and (min-height: 700px) {
  .l-nav__item:nth-child(n + 2) {
    margin-top: 1pc;
  }
}

.l-nav__link {
  font-size: 33px;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  color: #fff;
  display: block;
}

@media screen and (max-width: 500px) {
  .l-nav__link {
    font-size: 17px;
  }
}

.l-nav__link:nth-child(n + 2) {
  margin-top: 35px;
}

@media screen and (max-width: 500px) {
  .l-nav__link:nth-child(n + 2) {
    margin-top: 18px;
  }
}

.l-nav__link:hover {
  color: #ff4e19;
}

.l-nav__link.--whitePaper {
  margin-top: 50px;
  padding: 25px 0;
  background-color: #ff4e19;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .l-nav__link.--whitePaper {
    padding: 18px 0;
    margin-top: 25px;
  }
}

.l-nav__link.--whitePaper:hover {
  color: #000;
}

.l-nav__link.--contact {
  border: 5px solid #fff;
  text-align: center;
  padding: 25px 0;
  margin-top: 50px;
}

@media screen and (max-width: 500px) {
  .l-nav__link.--contact {
    border: 2.5px solid #fff;
    padding: 18px 0;
    margin-top: 25px;
  }
}

.l-nav__link__child {
  position: relative;
  margin-top: 20px;
  font-size: 26px;
  padding-left: 75px;
  color: #fff;
  display: block;
}

@media screen and (max-width: 500px) {
  .l-nav__link__child {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 37px;
  }
}

.l-nav__link__child:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 45px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #ff4e19;
  border-bottom: 2px solid #ff4e19;
}

@media screen and (max-width: 500px) {
  .l-nav__link__child:before {
    left: 20px;
  }
}

.l-nav__link__child:hover {
  color: #ff4e19;
}

.l-footer {
  position: relative;
  padding: 40px 0 10px;
  background-color: #f5f3f2;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .l-footer {
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer .c-inner {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__flex {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__logos {
    margin: 0 auto;
  }
}

.l-footer__logo {
  width: 190px;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    max-width: 490px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__logo {
    max-width: 245px;
    margin: 0 auto;
  }
}

.l-footer__icons {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .l-footer__icons {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__icons {
    margin-top: 15px;
  }
}

.l-footer__icon {
  width: 25px;
}

@media screen and (max-width: 768px) {
  .l-footer__icon {
    width: 50px;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__icon {
    width: 25px;
  }
}

.l-footer__icon:nth-child(n + 2) {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .l-footer__icon:nth-child(n + 2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__icon:nth-child(n + 2) {
    margin-left: 10px;
  }
}

.twitter,
.youtube {
  width: 30px;
}

@media screen and (max-width: 768px) {
  .twitter,
  .youtube {
    width: 60px;
  }
}

@media screen and (max-width: 500px) {
  .twitter,
  .youtube {
    width: 30px;
  }
}

.l-footer__item {
  margin-left: 115px;
}

@media screen and (max-width: 1024px) {
  .l-footer__item {
    margin-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__item {
    margin: 70px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__item {
    margin-top: 35px;
  }
}

.l-footer__item:nth-of-type(3) {
  margin-left: 130px;
}

@media screen and (max-width: 1024px) {
  .l-footer__item:nth-of-type(3) {
    margin-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__item:nth-of-type(3) {
    margin: 50px 0 0;
    display: flex;
    flex-direction: column;
    height: 175px;
    flex-wrap: wrap;
    align-content: space-between;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__item:nth-of-type(3) {
    margin-top: 25px;
    height: 105px;
  }
}

.l-footer__link {
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  display: block;
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  .l-footer__link {
    font-size: 3rem;
    line-height: 1;
    width: max-content;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__link {
    font-size: 1.6rem;
  }
}

.l-footer__link:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .l-footer__link:nth-child(n + 2) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__link:nth-child(5) {
    margin-top: 0;
  }
}

.l-footer__link:hover {
  color: #ff4e19;
}

.l-footer__link__child {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  .l-footer__link__child {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__link__child {
    font-size: 1.4rem;
  }
}

.l-footer__link__child:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 15px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #ff4e19;
  border-bottom: 2px solid #ff4e19;
}

.l-footer__link__child:hover {
  color: #ff4e19;
}

.l-footer__copy {
  margin-top: 30px;
  padding: 10px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 70px;
  }
}

@media screen and (max-width: 500px) {
  .l-footer__copy {
    margin-top: 35px;
  }
}

.l-footer__copy small {
  text-align: center;
  font-size: 1.8rem;
}

.c-link {
  position: relative;
  display: table;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #ff4e19;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .c-link {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .c-link {
    font-size: 9pt;
  }
}

.c-link:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background-image: url(../../assets/images/common/arrow.svg);
  width: 8px;
  height: 8px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-link:before {
    width: 9pt;
    height: 9pt;
    right: -20px;
  }
}

@media screen and (max-width: 500px) {
  .c-link:before {
    width: 8px;
    height: 8px;
    right: -14px;
  }
}

.c-link.tab-none {
  display: table;
}

@media screen and (max-width: 768px) {
  .c-link.tab-none {
    display: none;
  }
}

.c-link:hover {
  opacity: 0.7;
}

.c-fontEn {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.c-fontNothing {
  font-family:
    Nothing You Could Do,
    cursive;
}

.c-inner {
  max-width: 75pc;
  width: 95%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-inner {
    width: 90%;
  }
}

.c-inner800 {
  max-width: 50pc;
  width: 95%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-inner800 {
    width: 92%;
  }
}

.c-ofiCover {
  object-fit: cover;
  font-family: 'object-fit: cover;, object-position: center;';
}

.c-ofiContain,
.c-ofiCover {
  width: 100%;
  height: 100%;
  object-position: center;
}


.c-ofiContain {
  object-fit: contain;
  font-family: 'object-fit: contain;, object-position: center;';
}

.c-textEn {
  position: relative;
  font-size: 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  padding-left: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-textEn {
    font-size: 88px;
    line-height: 1;
    color: #f5f3f2;
    margin: 0 0 0 -40px;
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .c-textEn {
    margin-left: -22px;
    font-size: 44px;
  }
}

.c-textEn:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #ff4e19;
}

@media screen and (max-width: 768px) {
  .c-textEn:before {
    display: none;
  }
}

.c-title {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-title {
    font-size: 4pc;
  }
}

@media screen and (max-width: 500px) {
  .c-title {
    font-size: 2pc;
  }
}

.c-titleEn {
  font-size: 8.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .c-titleEn {
    text-align: center;
    font-size: 58px;
    line-height: 1.4;
    color: #fff;
  }
}

@media screen and (max-width: 500px) {
  .c-titleEn {
    font-size: 29px;
  }
}

.c-titleJa {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-titleJa {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
}

@media screen and (max-width: 500px) {
  .c-titleJa {
    font-size: 9pt;
  }
}

.c-h2 {
  padding: 10px 20px;
  background-color: #f7f7fa;
  border-bottom: 2px solid #d8d8d8;
  font-size: 2.4rem;
}

.c-h2,
.c-h3 {
  margin: 3rem 0;
  border-left: 4px solid #ff4e19;
  letter-spacing: 0.02em;
}

.c-h3 {
  padding: 5px 15px;
}

.c-h3,
.c-h4 {
  font-size: 2rem;
}

.c-h4 {
  margin: 3rem 0;
  padding: 5px 10px;
  border-bottom: 1px solid #333;
  letter-spacing: 0.02em;
}

/* アニメーション削除 */

.bgappearTrigger {
  display: table;
  position: relative;
  opacity: 0;
}

.bgappearTrigger:before {
  content: '';
  position: absolute;
  left: -5px;
  height: 100%;
  width: 104%;
  background-color: #000;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  z-index: 1;
}

.view .bgappearTrigger {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .bgappearTrigger {
    margin-inline: auto;
  }
}

.view .bgappearTrigger:before {
  animation-name: a;
}

.bgappearTrigger.--orange:before {
  background-color: #ff4e19;
}

.bgappearTrigger.--high:before {
  height: 106%;
}

.bgappear {
  position: relative;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.view .bgappear {
  animation-name: b;
}

@keyframes a {
  0 {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  to {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes b {
  0 {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.flipLeft {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

.view .flipLeft {
  animation-name: c;
}

@keyframes c {
  0% {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0);
    opacity: 1;
  }
}

.fadeUp {
  transform: translateY(40px);
  transition: transform 0.9s;
  opacity: 0;
}

.view .fadeUp {
  transform: translateY(0);
  opacity: 1;
}
/*  */

.c-breadcrumbs {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    padding: 10px 0;
  }
}

.c-breadcrumbs a {
  position: relative;
  transition: color 0.3s;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs a {
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {
  .c-breadcrumbs a {
    font-size: 14px;
  }
}

.c-breadcrumbs a:hover {
  color: #ff4e19;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs span {
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {
  .c-breadcrumbs span {
    font-size: 14px;
  }
}

.c-list1 {
  margin: 3rem 0;
}

.c-list1__title {
  display: inline-block;
  padding: 5px 15px;
  background: #ff4e19;
  border-radius: 10px 10px 0 0;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.7rem;
}

.c-list1 ol,
.c-list1 ul {
  margin: 0;
  padding: 20px 25px;
  position: relative;
  border: solid 2px #ff4e19;
}

.c-list1 ol {
  list-style: decimal;
  padding-left: 54px;
}

.c-list1 ol li,
.c-list1 ul li {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 20px;
  font-size: 1.6rem;
}

.c-list1 ul li {
  list-style-type: none;
}

.c-list1 ol li {
  padding-left: 3px;
}

.c-list1 ul li:before {
  font-family: FontAwesome;
  content: '';
  position: absolute;
  left: 15px;
  color: #ff4e19;
}

.c-list2 {
  margin: 3rem 0;
  padding: 0 25px;
  position: relative;
}

.c-list2 li {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 20px;
  font-size: 1.6rem;
  list-style-type: none;
}

.c-list2 li:before {
  font-family: FontAwesome;
  content: '';
  position: absolute;
  left: 15px;
  color: #ff4e19;
}

.c-list3 {
  margin: 3rem 0;
  padding: 0 25px 0 40px;
  position: relative;
  list-style: decimal;
}

.c-list3 li {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 20px;
  font-size: 1.6rem;
  padding-left: 3px;
}

.c-list4 {
  margin: 3rem 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  counter-reset: a;
}

.c-list4 li {
  margin-bottom: 40px;
  padding: 10px 15px 10px 34px;
  border: 4px solid #e9e9e9;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}

.c-list4 li:before {
  content: counter(a);
  font-style: italic;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #ff4e19;
  position: absolute;
  left: 8px;
  top: 2px;
  counter-increment: a;
}

.c-list4 li:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22.5px 0;
  border-color: #fbc5bb transparent transparent;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

.c-list4 li:last-child {
  margin-bottom: 0;
}

.c-list4 li:last-child:after {
  display: none;
}

.c-quote {
  margin: 30px 0;
  padding: 25px 36px;
  position: relative;
}

.c-quote:before {
  content: '“';
  left: 0;
  top: 0;
}

.c-quote:after,
.c-quote:before {
  display: block;
  height: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 93px;
  color: #e0e0e0;
  line-height: 1;
  position: absolute;
}

.c-quote:after {
  content: '”';
  right: 0;
  bottom: 0;
}

.c-quote p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-table {
  margin: 30px 0;
  border-collapse: collapse;
  border: 1px solid #bebebe;
}

.c-table tr {
  border-bottom: 1px solid #bebebe;
}

.c-table td,
.c-table th {
  height: 90px;
  padding: 10px;
  border-right: 1px solid #bebebe;
  vertical-align: middle;
  font-size: 1.5rem;
}

.c-table td:last-child,
.c-table th:last-child {
  border-right: 0;
}

.c-table th {
  height: auto;
  text-align: center;
  background-color: #f4f4f4;
}

.c-scroll-table {
  margin-bottom: 30px;
  overflow-x: scroll;
}

.c-scroll-table table {
  margin-bottom: 17px !important;
}

.c-scroll-table table td,
.c-scroll-table table th {
  min-width: 195px;
}

.c-information {
  margin: 30px 0;
  padding: 40px 20px 20px;
  border: 1px solid #ff4e19;
  position: relative;
}

.c-information__title {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff4e19;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
}

.c-information p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-attention {
  margin: 30px 0;
  padding: 40px 30px;
  background-color: #333;
  border: 10px solid #adadad;
}

.c-attention p {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-button {
  background-color: #000;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  width: 470px;
  padding: 18px 0;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .c-button {
    font-size: 9pt;
    width: 235px;
    padding: 10px;
  }
}

.c-button:hover {
  opacity: 0.8;
}

.c-button.--contact {
  border-radius: 10px;
  border: 0;
  background-image: -moz-linear-gradient(-90deg, #f4582e 42%, #e83b0c 100%);
  background-image: -webkit-linear-gradient(-90deg, #f4582e 42%, #e83b0c 100%);
  background-image: -ms-linear-gradient(-90deg, #f4582e 42%, #e83b0c 100%);
  box-shadow: 0 5px 0 0 #752813;
  color: #fff !important;
}

.c-button.--contact,
.c-button.--round {
  margin: 40px auto;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none !important;
}

.c-button.--round {
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #000;
  box-shadow: 0 5px 0 0 #000;
  color: #000 !important;
  transition: opacity 0.2s;
}

.c-qa {
  margin: 30px 0;
}

.c-qa > div {
  display: flex;
  padding: 10px 20px;
}

.c-qa__icon {
  display: block;
  width: 26px;
  font-size: 38px !important;
  font-family: Roboto, sans-serif;
  line-height: 1 !important;
}

.c-qa__text {
  flex: 1;
  margin: 0 !important;
  padding-left: 17px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-qa__question .c-qa__icon {
  color: #2b9e2b;
}

.c-qa__answer {
  background-color: #f5f5f5;
}

.c-qa__answer .c-qa__icon {
  color: #ff4e19;
}

.c-qa p {
  margin: 0;
}

.c-problemSolving {
  padding: 30px 30px 55px;
  background-color: #f5f3f2;
}

@media screen and (max-width: 768px) {
  .c-problemSolving {
    padding: 25px 30px 50px;
  }
}

@media screen and (max-width: 500px) {
  .c-problemSolving {
    padding: 18px 15px 25px;
  }
}

.c-problemSolving:nth-child(2) {
  position: relative;
  margin-top: 85px;
}

@media screen and (max-width: 768px) {
  .c-problemSolving:nth-child(2) {
    margin-top: 10pc;
  }
}

@media screen and (max-width: 500px) {
  .c-problemSolving:nth-child(2) {
    margin-top: 5pc;
  }
}

.c-problemSolving:nth-child(2):before {
  content: '';
  position: absolute;
  left: 50%;
  top: -85px;
  width: 60px;
  height: 60px;
  border-left: 2px solid #dd8d78;
  border-bottom: 2px solid #dd8d78;
  transform: translateX(-50%) rotate(-45deg) skew(15deg, 15deg);
}

@media screen and (max-width: 768px) {
  .c-problemSolving:nth-child(2):before {
    top: -175px;
    width: 90pt;
    height: 90pt;
    border-left: 4px solid #dd8d78;
    border-bottom: 4px solid #dd8d78;
  }
}

@media screen and (max-width: 500px) {
  .c-problemSolving:nth-child(2):before {
    top: -85px;
    width: 60px;
    height: 60px;
    border-left: 2px solid #dd8d78;
    border-bottom: 2px solid #dd8d78;
  }
}

.c-problemSolving .c-list2 {
  margin: 0;
}

.c-problemSolving__title {
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .c-problemSolving__title {
    font-size: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width: 500px) {
  .c-problemSolving__title {
    font-size: 15px;
  }
}

.c-problemSolving__text {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-problemSolving__text {
    font-size: 24px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 500px) {
  .c-problemSolving__text {
    font-size: 9pt;
    margin-top: 9pt;
  }
}

.c-problemSolvings {
  margin: 30px 0;
}

.c-problemSolvings__text {
  margin-top: 45px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-problemSolvings__text {
    margin-top: 55px;
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .c-problemSolvings__text {
    margin-top: 27px;
    font-size: 9pt;
  }
}

.widget {
  margin-top: 35px;
}

.widgettitle {
  font-size: 2.7rem;
  font-weight: 700;
}

.widget label {
  display: block;
  padding-bottom: 20px;
}

.widget input,
.widget textarea {
  padding: 2px 30px;
  border: 1px solid #e8e1dd;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
}

.widget textarea {
  height: 60px;
}

.popular-posts {
  margin-top: 35px;
}

a.wpp-post-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 100% !important;
  vertical-align: baseline;
}

.wpp-cardview-compact li {
  border-bottom: 0;
}

.c-blog-card {
  display: flex;
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  transition: all 0.2s;
  text-decoration: none !important;
}

.c-blog-card:hover {
  opacity: 0.8;
}

.c-blog-card__image {
  width: 155px;
}

.c-blog-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}

.c-blog-card__content {
  flex: 1;
  padding: 15px 10px 10px;
  background-color: #fafafa;
  border-radius: 0 10px 10px 0;
}

.c-blog-card__title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.c-blog-card__desc,
.c-blog-card__desc p {
  margin-top: 0 !important;
  font-size: 1.3rem !important;
  color: #959595;
}

.c-cta-form {
  margin-top: 34px;
  padding: 40px 40px 60px;
  border: 1px solid #d3d3d3;
}

.c-cta-form__inner {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .c-cta-form__inner {
    flex-direction: column;
  }
}

.c-cta-form__content {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .c-cta-form__content {
    width: 100%;
  }
}

.c-cta-form__content__image {
  width: 100%;
  margin-bottom: 5px;
}

.c-cta-form__content__title {
  margin-bottom: 15px;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

.c-cta-form__content__text p {
  margin: 0;
  font-size: 1.4rem;
}

.c-cta-form__form {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .c-cta-form__form {
    width: 100%;
  }
}

.c-cta-form__form p {
  margin: 0;
}

.p-whitePaper__form {
  position: relative;
  width: 47.5%;
  background-color: #f5f3f2;
  padding: 40px 45px 30px;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form {
    width: 100%;
    margin-top: 65px;
    padding: 50px 70px 60px;
  }
}

@media screen and (max-width: 500px) {
  .p-whitePaper__form {
    padding: 25px 35px 30px;
  }
}

.p-whitePaper__form:after,
.p-whitePaper__form:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: #f5f3f2;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form:after,
  .p-whitePaper__form:before {
    display: block;
  }
}

.p-whitePaper__form:before {
  left: -50vw;
}

.p-whitePaper__form:after {
  right: -50vw;
}

.p-whitePaper__form__read {
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form__read {
    font-size: 26px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 500px) {
  .p-whitePaper__form__read {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.p-whitePaper__form__items:nth-child(n + 2) {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form__items:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .p-whitePaper__form__items:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.p-whitePaper__form__item {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form__item {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-whitePaper__form__item {
    font-size: 9pt;
  }
}

.p-whitePaper__form__input {
  padding: 15px 30px;
  border: 2px solid #e8e1dd !important;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form__input {
    padding: 18px 40px;
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-whitePaper__form__input {
    padding: 9px 20px;
    font-size: 9pt;
  }
}

.p-whitePaper__form__button {
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  width: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-whitePaper__form__button {
    font-size: 30px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .p-whitePaper__form__button {
    font-size: 15px;
    margin-top: 20px;
  }
}

.c-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  transition: all 0.2s;
}

.c-popup__image {
  width: 90%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s;
}

.c-popup__image:hover {
  opacity: 0.8;
}

.c-popup.is-show {
  opacity: 1;
  z-index: 2;
}

.p-contact {
  padding-bottom: 5pc;
}

@media screen and (max-width: 1024px) {
  .p-contact {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .c-inner {
    width: 100%;
  }
}

.p-whitePaper__banner {
  width: 100%;
  margin-bottom: 30px;
  transition:
    opacity 0.3s,
    transform 0.9s;
  display: block;
}

.p-whitePaper__banner.is-mt {
  margin-top: 30px;
}

.p-whitePaper__banner:hover {
  opacity: 0.7;
}

.p-contact__contents {
  height: 245px;
  background-color: #f5f3f2;
  transition:
    opacity 0.3s,
    transform 0.9s;
}

@media screen and (max-width: 768px) {
  .p-contact__contents {
    height: 285px;
  }
}

@media screen and (max-width: 500px) {
  .p-contact__contents {
    height: 180px;
  }
}

.p-contact__contents:hover {
  opacity: 0.7;
}

.p-contact__image {
  width: 47.5%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-contact__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-contact__image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

@media screen and (max-width: 768px) {
  .p-contact__image:before {
    background-color: hsla(0, 0%, 100%, 0.4);
  }
}

.p-contact__texts {
  width: 52.5%;
}

@media screen and (max-width: 768px) {
  .p-contact__texts {
    width: 100%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    align-content: center;
  }
}

.p-contact__icon {
  transform: translateY(-10px);
  width: 55px;
  margin-right: 9pt;
}

@media screen and (max-width: 1024px) {
  .p-contact__icon {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__titles {
    width: 100%;
  }
}

.p-contact__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .p-contact__title {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 4.7rem;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .p-contact__title {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__text {
    font-size: 1.7rem;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .p-contact__text {
    font-size: 1.4rem;
  }
}

.p-contact__button {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-contact__button {
    display: flex;
    margin-top: 25px;
    background-color: #ff4e19;
    width: 25pc;
    padding: 9pt 0;
  }
}

@media screen and (max-width: 500px) {
  .p-contact__button {
    width: 200px;
    padding: 8px 0;
  }
}

.p-contact__button__icon {
  width: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .p-contact__button__icon {
    width: 25px;
    margin-right: 7px;
  }
}

.p-contact__button__text {
  font-size: 2.6rem;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .p-contact__button__text {
    font-size: 1.6rem;
  }
}

.p-pageMv {
  padding-top: 40pt;
}

@media screen and (max-width: 768px) {
  .p-pageMv {
    background-color: #000;
    padding: 170px 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .p-pageMv {
    padding: 85px 0 30px;
  }
}

.p-pageMv__title {
  font-size: 11rem;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-pageMv__title {
    font-size: 110px;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
}

@media screen and (max-width: 650px) {
  .p-pageMv__title {
    font-size: 5pc;
  }
}

@media screen and (max-width: 500px) {
  .p-pageMv__title {
    font-size: 55px;
  }
}

.p-pageMv__text {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-pageMv__text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
  }
}

@media screen and (max-width: 500px) {
  .p-pageMv__text {
    font-size: 9pt;
  }
}

.p-pageMv__categoryWrap {
  max-width: 750pt;
  width: 95%;
  margin: 35px auto 0;
  padding: 20px 18px;
  border-top: 1px solid #f5f3f2;
  border-bottom: 1px solid #f5f3f2;
}

@media screen and (max-width: 768px) {
  .p-pageMv__categoryWrap {
    max-width: inherit;
    width: 100%;
    padding: 30px 20px 22px;
    border-top: 3px solid #f5f3f2;
    border-bottom: 3px solid #f5f3f2;
  }
}

@media screen and (max-width: 500px) {
  .p-pageMv__categoryWrap {
    padding: 15px 10px 11px;
    border-top: 2px solid #f5f3f2;
    border-bottom: 2px solid #f5f3f2;
  }
}

.p-pageMv__heading {
  font-size: 1.8rem;
  margin-right: 24px;
  min-width: 94px;
}

@media screen and (max-width: 768px) {
  .p-pageMv__heading {
    font-size: 34px;
    position: absolute;
    display: table;
    background-color: #fff;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-right: 0;
    width: max-content;
  }
}

@media screen and (max-width: 500px) {
  .p-pageMv__heading {
    font-size: 17px;
    top: -15px;
    padding: 0 10px;
  }
}

.p-pageMv__categorys {
  flex-wrap: wrap;
}

.p-pageMv__category {
  padding: 2px 5px;
  background-color: #f5f3f2;
  white-space: nowrap;
  cursor: pointer;
  margin: 5px;
}

@media screen and (max-width: 768px) {
  .p-pageMv__category {
    font-size: 24px;
    margin: 6px 9pt;
  }
}

@media screen and (max-width: 500px) {
  .p-pageMv__category {
    font-size: 9pt;
    margin: 4px 6px;
  }
}

.p-pager {
  margin: 85px auto 0;
  width: 310px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-pager {
    margin: 65px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-pager {
    margin: 140px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .p-pager {
    margin: 45px auto 0;
    width: 250px;
  }
}

.page-numbers {
  padding: 0;
  list-style: none;
}

.page-numbers li {
  padding: 0;
}

.page-numbers a,
.page-numbers span {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  font-size: 1.6rem;
  transition: 0.3s;
  background-color: #f5f3f2;
  font-family: Montserrat, sans-serif;
}

@media screen and (max-width: 768px) {
  .page-numbers a,
  .page-numbers span {
    height: 68px;
    width: 68px;
    font-size: 28px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers a,
  .page-numbers span {
    height: 34px;
    width: 34px;
    font-size: 14px;
    margin: 0 7px;
  }
}

.page-numbers .current,
.page-numbers a:hover,
.page-numbers span:hover {
  background-color: #ff4e19;
  color: #fff;
}

.page-numbers .current,
.page-numbers .dots {
  pointer-events: none;
}

.page-numbers .next,
.page-numbers .prev {
  position: relative;
}

.page-numbers .next:after,
.page-numbers .next:before,
.page-numbers .prev:after,
.page-numbers .prev:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) skew(5deg, 5deg);
  width: 4px;
  height: 4px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .page-numbers .next:after,
  .page-numbers .next:before,
  .page-numbers .prev:after,
  .page-numbers .prev:before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .next:after,
  .page-numbers .next:before,
  .page-numbers .prev:after,
  .page-numbers .prev:before {
    width: 4px;
    height: 4px;
  }
}

.page-numbers .prev:before {
  left: 43%;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .page-numbers .prev:before {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .prev:before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
  }
}

.page-numbers .prev:after {
  left: 62%;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .page-numbers .prev:after {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .prev:after {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
  }
}

.page-numbers .prev:hover:after,
.page-numbers .prev:hover:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .page-numbers .prev:hover:after,
  .page-numbers .prev:hover:before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .prev:hover:after,
  .page-numbers .prev:hover:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}

.page-numbers .next:before {
  left: 38%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .page-numbers .next:before {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .next:before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

.page-numbers .next:after {
  left: 58%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .page-numbers .next:after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .next:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

.page-numbers .next:hover:after,
.page-numbers .next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .page-numbers .next:hover:after,
  .page-numbers .next:hover:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}

@media screen and (max-width: 500px) {
  .page-numbers .next:hover:after,
  .page-numbers .next:hover:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

.p-links {
  margin: 5pc auto 0;
  width: 90%;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-links {
    width: 100%;
    margin-top: 70px;
  }
}

@media screen and (max-width: 500px) {
  .p-links {
    margin-top: 35px;
  }
}

.p-links input {
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.p-link {
  width: 230px;
  border-radius: 3px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .p-link {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  .p-link {
    padding: 8px 0;
  }
}

@media screen and (max-width: 500px) {
  .p-link {
    padding: 6px 0;
  }
}

.p-link:hover {
  opacity: 0.7;
}

.p-link img {
  height: auto;
}

.p-link.facebook {
  background-color: #3b5998;
}

.p-link.facebook img {
  width: 25px;
}

@media screen and (max-width: 500px) {
  .p-link.facebook img {
    width: 9pt;
  }
}

.p-link.twitter {
  background-color: #1da1f2;
}

.p-link.twitter img {
  width: 45px;
}

@media screen and (max-width: 500px) {
  .p-link.twitter img {
    width: 22px;
  }
}

.p-link.share {
  background-color: #c1c1c1;
}

.p-link.share img {
  width: 40px;
}

@media screen and (max-width: 500px) {
  .p-link.share img {
    width: 20px;
  }
}

.p-article {
  padding: 105px 0 55px;
}

@media screen and (max-width: 768px) {
  .p-article {
    padding: 140px 0 5pc;
  }
}

@media screen and (max-width: 500px) {
  .p-article {
    padding: 70px 0 40px;
  }
}

.p-article:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62%;
  background-color: #f5f3f2;
}

@media screen and (max-width: 768px) {
  .p-article:before {
    height: 68%;
  }
}

.p-article__heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-article__heading {
    font-size: 3pc;
  }
}

@media screen and (max-width: 500px) {
  .p-article__heading {
    font-size: 24px;
  }
}

.p-article__contents {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-article__contents {
    flex-wrap: wrap;
  }
}

.p-article__image {
  height: 290px;
  margin-right: 35px;
}

@media screen and (max-width: 1024px) {
  .p-article__image {
    height: 28vw;
  }
}

@media screen and (max-width: 768px) {
  .p-article__image {
    width: 100%;
    height: 57.3vw;
    margin-right: 0;
  }
}

.p-article__texts {
  width: 54%;
}

@media screen and (max-width: 768px) {
  .p-article__texts {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .p-article__texts {
    margin-top: 10px;
  }
}

.p-article__texts .c-link {
  margin-top: 10px;
}

.p-article__category {
  padding: 4px 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-article__category {
    font-size: 21px;
    padding: 6px 14px;
  }
}

@media screen and (max-width: 500px) {
  .p-article__category {
    padding: 4px 10px;
    font-size: 9pt;
  }
}

.p-article__title {
  font-size: 1.8rem;
  margin: 10px 0 5px;
}

@media screen and (max-width: 768px) {
  .p-article__title {
    font-size: 27px;
    font-weight: 700;
  }
}

@media screen and (max-width: 500px) {
  .p-article__title {
    font-size: 14px;
  }
}

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

@media screen and (max-width: 768px) {
  .p-article__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-article__text {
    font-size: 9pt;
  }
}

.p-relation {
  padding: 70px 0 105px;
}

@media screen and (max-width: 768px) {
  .p-relation {
    padding: 95px 0 145px;
  }
}

@media screen and (max-width: 500px) {
  .p-relation {
    padding: 42px 0 78px;
  }
}

.p-relation__heading {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-relation__heading {
    font-size: 3pc;
  }
}

@media screen and (max-width: 500px) {
  .p-relation__heading {
    font-size: 24px;
  }
}

.p-relation__contents {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-relation__contents {
    flex-wrap: wrap;
    margin-top: 70px;
  }
}

@media screen and (max-width: 500px) {
  .p-relation__contents {
    margin-top: 35px;
  }
}

.p-relation__content {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .p-relation__content {
    width: 100%;
  }
}

.p-relation__content:nth-child(3n-1) {
  margin: 0 5%;
}

@media screen and (max-width: 768px) {
  .p-relation__content:nth-child(3n-1) {
    margin: 0;
  }
}

.p-relation__content:nth-child(n + 4) {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-relation__content:nth-child(n + 2) {
    margin-top: 85px;
  }
}

@media screen and (max-width: 500px) {
  .p-relation__content:nth-child(n + 2) {
    margin-top: 42px;
  }
}

.p-relation__content:hover .p-relation__category {
  background-color: #ff4e19;
  color: #fff;
}

.p-relation__image {
  width: 100%;
  position: relative;
  height: 205px;
}

@media screen and (max-width: 1024px) {
  .p-relation__image {
    height: 19vw;
  }
}

@media screen and (max-width: 768px) {
  .p-relation__image {
    height: 58.8vw;
  }
}

.p-relation__category {
  position: absolute;
  right: 0;
  top: -15px;
  padding: 4px 10px;
  background-color: #f5f3f2;
  width: max-content;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-relation__category {
    font-size: 27px;
    top: -25px;
  }
}

@media screen and (max-width: 500px) {
  .p-relation__category {
    font-size: 14px;
    top: -15px;
  }
}

.p-relation__name {
  margin: 8px 0 4px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-relation__name {
    font-size: 2pc;
    font-weight: 700;
    margin: 25px 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .p-relation__name {
    font-size: 1pc;
    margin: 9pt 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .p-relation__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-relation__text {
    font-size: 9pt;
  }
}

.p-authors {
  margin: 5pc auto 0;
  padding: 60px 20px;
  border: 1px solid #bebebe;
}

@media screen and (max-width: 500px) {
  .p-authors {
    margin-top: 35px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-authors__titles .c-titleEn {
    color: #000;
  }
}

.p-authors__info {
  display: flex;
  gap: 40px;
  padding: 60px 0;
}

@media screen and (max-width: 500px) {
  .p-authors__info {
    flex-direction: column;
    padding: 30px 0;
  }
}

.p-authors__info__image img {
  width: 313px;
}

@media screen and (max-width: 768px) {
  .p-authors__info__image img {
    width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .p-authors__info__image img {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.p-authors__info__company,
.p-authors__info__company a {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-authors__info__company a {
  pointer-events: none;
}

.p-authors__info__name {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-authors__info__sns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.p-authors__info__sns__link {
  display: block;
  width: 25px;
  height: 25px;
}

.p-authors__info__description {
  max-width: 25pc;
  margin-top: 25px;
  font-size: 1.4rem;
}

.p-authors__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.p-authors__head__title {
  font-size: 2.4rem;
  color: #bebebe;
  font-weight: 700;
}

.p-authors__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 500px) {
  .p-authors__profile {
    flex-direction: column;
  }
}

.p-authors__head__image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.p-authors__head__company {
  margin-top: 0 !important;
  font-size: 1.8rem !important;
  font-weight: 700;
}

.p-authors__head__company a {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-authors__head__name {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-authors__head__sns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.p-authors__head__sns__link {
  display: block;
  width: 25px;
  height: 25px;
}

.p-authors__head__description {
  width: 500px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .p-authors__head__description {
    width: 100%;
    min-width: 80vw;
  }
}

.p-authors iframe {
  max-width: 100%;
}

.p-authorsCard {
  display: flex;
  gap: 10px 20px;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #bebebe;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 500px) {
  .p-authorsCard {
    align-items: center;
    flex-direction: column;
  }
}

.p-authorsCard__side {
  width: 90px;
}

@media screen and (max-width: 500px) {
  .p-authorsCard__side {
    max-width: 75pt;
    width: 60%;
  }
}

.p-authorsCard__image img {
  aspect-ratio: 1/1;
}

.p-authorsCard__main {
  flex: 1;
}

.p-authorsCard__head {
  align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .p-authorsCard__head {
    min-width: 80vw;
  }
}

.p-authorsCard__title {
  margin-top: 5px !important;
  text-align: center;
}

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

.p-authorsCard__viewMore {
  color: #9e9b9b;
  font-size: 1rem;
  background: linear-gradient(90deg, transparent, #fff 30%, #fff);
  height: 2.6rem;
  padding-left: 4rem;
  position: absolute;
  right: 20px;
  bottom: 5px;
  cursor: pointer;
}

.p-authorsCard__viewMore span {
  display: inline-block;
  color: #9e9b9b;
  transition: all 0.2s;
}

.p-authorsCard__viewMore span.is-open {
  transform: rotate(-180deg);
}

.p-authorsCard .c-h2 {
  background-color: #fff;
  border-bottom: 0;
}

.p-authorsCard .c-h2,
.p-authorsCard .c-h3 {
  margin: 1rem 0;
  padding: 0;
  border-left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.p-authorsCard .c-list1 {
  margin: 1rem 0;
}

.p-authorsCard .c-list1 ol,
.p-authorsCard .c-list1 ul {
  margin: 0;
  padding: 0 0 0 17px;
  position: relative;
  border: 0;
}

.p-authorsCard .c-list1 ul li {
  padding: 0 0 0 20px;
  list-style-type: circle;
}

.p-authorsCard .c-list1 ul li:before {
  content: '';
}

.p-authorsCard p {
  margin-top: 1rem;
}

.p-authorsBottom__contents {
  max-width: 500px;
  margin: 0 auto;
}

.p-authorsBottom .c-h2 {
  background-color: #fff;
  border-bottom: 0;
}

.p-authorsBottom .c-h2,
.p-authorsBottom .c-h3 {
  margin: 1rem 0;
  padding: 0;
  border-left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.p-authorsBottom .c-list1 {
  margin: 1rem 0;
}

.p-authorsBottom .c-list1 ol,
.p-authorsBottom .c-list1 ul {
  margin: 0;
  padding: 0 0 0 17px;
  position: relative;
  border: 0;
}

.p-authorsBottom .c-list1 ul li {
  padding: 0 0 0 20px;
  list-style-type: circle;
}

.p-authorsBottom .c-list1 ul li:before {
  content: '';
}

.p-authorsBottom p {
  margin-top: 1rem;
}

.u-spNone {
  display: block;
}

@media screen and (max-width: 500px) {
  .u-spNone {
    display: none;
  }
}

.u-spBlock {
  display: none;
}

@media screen and (max-width: 500px) {
  .u-spBlock {
    display: block;
  }
}

.tabl-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tabl-view {
    display: block;
  }
}

.tabl-none {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tabl-none {
    display: none;
  }
}

.tab-view {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-view {
    display: block;
  }
}

.tab-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

.tab-none2 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab-none2 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .tab-none2 {
    display: none;
  }
}

.u-w100 {
  width: 100%;
  height: auto;
}

.u-d-f {
  display: flex;
}

.u-aic {
  align-items: center;
}

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

.u-jsb {
  justify-content: space-between;
}

.u-jcc {
  justify-content: center;
}

.u-fww {
  flex-wrap: wrap;
}

.aligncenter {
  margin-right: auto;
}

.aligncenter,
.alignright {
  margin-left: auto;
}

.alignleft {
  margin-right: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-1 {
  margin: 0.25rem;
}

.u-m-2 {
  margin: 0.5rem;
}

.u-m-3 {
  margin: 1rem;
}

.u-m-4 {
  margin: 1.5rem;
}

.u-m-5 {
  margin: 3rem;
}

.u-m-6 {
  margin: 5rem;
}

.u-m-150 {
  margin: 9.375rem;
}

.u-m-200 {
  margin: 12.5rem;
}

.u-m-auto {
  margin: auto;
}

.u-mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.u-mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.u-mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.u-mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.u-mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.u-mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.u-mx-6 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.u-mx-150 {
  margin-right: 9.375rem;
  margin-left: 9.375rem;
}

.u-mx-200 {
  margin-right: 12.5rem;
  margin-left: 12.5rem;
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.u-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.u-my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.u-my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u-my-6 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u-my-150 {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.u-my-200 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.u-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-1 {
  margin-top: 0.25rem;
}

.u-mt-2 {
  margin-top: 0.5rem;
}

.u-mt-3 {
  margin-top: 1rem;
}

.u-mt-4 {
  margin-top: 1.5rem;
}

.u-mt-5 {
  margin-top: 3rem;
}

.u-mt-6 {
  margin-top: 5rem;
}

.u-mt-150 {
  margin-top: 9.375rem;
}

.u-mt-200 {
  margin-top: 12.5rem;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mr-1 {
  margin-right: 0.25rem;
}

.u-mr-2 {
  margin-right: 0.5rem;
}

.u-mr-3 {
  margin-right: 1rem;
}

.u-mr-4 {
  margin-right: 1.5rem;
}

.u-mr-5 {
  margin-right: 3rem;
}

.u-mr-6 {
  margin-right: 5rem;
}

.u-mr-150 {
  margin-right: 9.375rem;
}

.u-mr-200 {
  margin-right: 12.5rem;
}

.u-mr-auto {
  margin-right: auto;
}

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

.u-mb-1 {
  margin-bottom: 0.25rem;
}

.u-mb-2 {
  margin-bottom: 0.5rem;
}

.u-mb-3 {
  margin-bottom: 1rem;
}

.u-mb-4 {
  margin-bottom: 1.5rem;
}

.u-mb-5 {
  margin-bottom: 3rem;
}

.u-mb-6 {
  margin-bottom: 5rem;
}

.u-mb-150 {
  margin-bottom: 9.375rem;
}

.u-mb-200 {
  margin-bottom: 12.5rem;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-ml-0 {
  margin-left: 0;
}

.u-ml-1 {
  margin-left: 0.25rem;
}

.u-ml-2 {
  margin-left: 0.5rem;
}

.u-ml-3 {
  margin-left: 1rem;
}

.u-ml-4 {
  margin-left: 1.5rem;
}

.u-ml-5 {
  margin-left: 3rem;
}

.u-ml-6 {
  margin-left: 5rem;
}

.u-ml-150 {
  margin-left: 9.375rem;
}

.u-ml-200 {
  margin-left: 12.5rem;
}

.u-ml-auto {
  margin-left: auto;
}

.u-p-0 {
  padding: 0;
}

.u-p-1 {
  padding: 0.25rem;
}

.u-p-2 {
  padding: 0.5rem;
}

.u-p-3 {
  padding: 1rem;
}

.u-p-4 {
  padding: 1.5rem;
}

.u-p-5 {
  padding: 3rem;
}

.u-p-6 {
  padding: 5rem;
}

.u-p-150 {
  padding: 9.375rem;
}

.u-p-200 {
  padding: 12.5rem;
}

.u-px-0 {
  padding-right: 0;
  padding-left: 0;
}

.u-px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.u-px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.u-px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.u-px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.u-px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.u-px-6 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.u-px-150 {
  padding-right: 9.375rem;
  padding-left: 9.375rem;
}

.u-px-200 {
  padding-right: 12.5rem;
  padding-left: 12.5rem;
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.u-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.u-py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u-py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u-py-150 {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.u-py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-1 {
  padding-top: 0.25rem;
}

.u-pt-2 {
  padding-top: 0.5rem;
}

.u-pt-3 {
  padding-top: 1rem;
}

.u-pt-4 {
  padding-top: 1.5rem;
}

.u-pt-5 {
  padding-top: 3rem;
}

.u-pt-6 {
  padding-top: 5rem;
}

.u-pt-150 {
  padding-top: 9.375rem;
}

.u-pt-200 {
  padding-top: 12.5rem;
}

.u-pr-0 {
  padding-right: 0;
}

.u-pr-1 {
  padding-right: 0.25rem;
}

.u-pr-2 {
  padding-right: 0.5rem;
}

.u-pr-3 {
  padding-right: 1rem;
}

.u-pr-4 {
  padding-right: 1.5rem;
}

.u-pr-5 {
  padding-right: 3rem;
}

.u-pr-6 {
  padding-right: 5rem;
}

.u-pr-150 {
  padding-right: 9.375rem;
}

.u-pr-200 {
  padding-right: 12.5rem;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 0.25rem;
}

.u-pb-2 {
  padding-bottom: 0.5rem;
}

.u-pb-3 {
  padding-bottom: 1rem;
}

.u-pb-4 {
  padding-bottom: 1.5rem;
}

.u-pb-5 {
  padding-bottom: 3rem;
}

.u-pb-6 {
  padding-bottom: 5rem;
}

.u-pb-150 {
  padding-bottom: 9.375rem;
}

.u-pb-200 {
  padding-bottom: 12.5rem;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pl-1 {
  padding-left: 0.25rem;
}

.u-pl-2 {
  padding-left: 0.5rem;
}

.u-pl-3 {
  padding-left: 1rem;
}

.u-pl-4 {
  padding-left: 1.5rem;
}

.u-pl-5 {
  padding-left: 3rem;
}

.u-pl-6 {
  padding-left: 5rem;
}

.u-pl-150 {
  padding-left: 9.375rem;
}

.u-pl-200 {
  padding-left: 12.5rem;
}

@media (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0;
  }

  .u-m-sm-1 {
    margin: 0.25rem;
  }

  .u-m-sm-2 {
    margin: 0.5rem;
  }

  .u-m-sm-3 {
    margin: 1rem;
  }

  .u-m-sm-4 {
    margin: 1.5rem;
  }

  .u-m-sm-5 {
    margin: 3rem;
  }

  .u-m-sm-6 {
    margin: 5rem;
  }

  .u-m-sm-150 {
    margin: 9.375rem;
  }

  .u-m-sm-200 {
    margin: 12.5rem;
  }

  .u-m-sm-auto {
    margin: auto;
  }

  .u-mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .u-mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .u-mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .u-mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .u-mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .u-mx-sm-6 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .u-mx-sm-150 {
    margin-right: 9.375rem;
    margin-left: 9.375rem;
  }

  .u-mx-sm-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .u-mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .u-my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-my-sm-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-my-sm-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .u-my-sm-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .u-my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .u-mt-sm-0 {
    margin-top: 0;
  }

  .u-mt-sm-1 {
    margin-top: 0.25rem;
  }

  .u-mt-sm-2 {
    margin-top: 0.5rem;
  }

  .u-mt-sm-3 {
    margin-top: 1rem;
  }

  .u-mt-sm-4 {
    margin-top: 1.5rem;
  }

  .u-mt-sm-5 {
    margin-top: 3rem;
  }

  .u-mt-sm-6 {
    margin-top: 5rem;
  }

  .u-mt-sm-150 {
    margin-top: 9.375rem;
  }

  .u-mt-sm-200 {
    margin-top: 12.5rem;
  }

  .u-mt-sm-auto {
    margin-top: auto;
  }

  .u-mr-sm-0 {
    margin-right: 0;
  }

  .u-mr-sm-1 {
    margin-right: 0.25rem;
  }

  .u-mr-sm-2 {
    margin-right: 0.5rem;
  }

  .u-mr-sm-3 {
    margin-right: 1rem;
  }

  .u-mr-sm-4 {
    margin-right: 1.5rem;
  }

  .u-mr-sm-5 {
    margin-right: 3rem;
  }

  .u-mr-sm-6 {
    margin-right: 5rem;
  }

  .u-mr-sm-150 {
    margin-right: 9.375rem;
  }

  .u-mr-sm-200 {
    margin-right: 12.5rem;
  }

  .u-mr-sm-auto {
    margin-right: auto;
  }

  .u-mb-sm-0 {
    margin-bottom: 0;
  }

  .u-mb-sm-1 {
    margin-bottom: 0.25rem;
  }

  .u-mb-sm-2 {
    margin-bottom: 0.5rem;
  }

  .u-mb-sm-3 {
    margin-bottom: 1rem;
  }

  .u-mb-sm-4 {
    margin-bottom: 1.5rem;
  }

  .u-mb-sm-5 {
    margin-bottom: 3rem;
  }

  .u-mb-sm-6 {
    margin-bottom: 5rem;
  }

  .u-mb-sm-150 {
    margin-bottom: 9.375rem;
  }

  .u-mb-sm-200 {
    margin-bottom: 12.5rem;
  }

  .u-mb-sm-auto {
    margin-bottom: auto;
  }

  .u-ml-sm-0 {
    margin-left: 0;
  }

  .u-ml-sm-1 {
    margin-left: 0.25rem;
  }

  .u-ml-sm-2 {
    margin-left: 0.5rem;
  }

  .u-ml-sm-3 {
    margin-left: 1rem;
  }

  .u-ml-sm-4 {
    margin-left: 1.5rem;
  }

  .u-ml-sm-5 {
    margin-left: 3rem;
  }

  .u-ml-sm-6 {
    margin-left: 5rem;
  }

  .u-ml-sm-150 {
    margin-left: 9.375rem;
  }

  .u-ml-sm-200 {
    margin-left: 12.5rem;
  }

  .u-ml-sm-auto {
    margin-left: auto;
  }

  .u-p-sm-0 {
    padding: 0;
  }

  .u-p-sm-1 {
    padding: 0.25rem;
  }

  .u-p-sm-2 {
    padding: 0.5rem;
  }

  .u-p-sm-3 {
    padding: 1rem;
  }

  .u-p-sm-4 {
    padding: 1.5rem;
  }

  .u-p-sm-5 {
    padding: 3rem;
  }

  .u-p-sm-6 {
    padding: 5rem;
  }

  .u-p-sm-150 {
    padding: 9.375rem;
  }

  .u-p-sm-200 {
    padding: 12.5rem;
  }

  .u-px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .u-px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .u-px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .u-px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .u-px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .u-px-sm-6 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .u-px-sm-150 {
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }

  .u-px-sm-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .u-py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .u-py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .u-py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .u-py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-py-sm-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-py-sm-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .u-py-sm-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .u-pt-sm-0 {
    padding-top: 0;
  }

  .u-pt-sm-1 {
    padding-top: 0.25rem;
  }

  .u-pt-sm-2 {
    padding-top: 0.5rem;
  }

  .u-pt-sm-3 {
    padding-top: 1rem;
  }

  .u-pt-sm-4 {
    padding-top: 1.5rem;
  }

  .u-pt-sm-5 {
    padding-top: 3rem;
  }

  .u-pt-sm-6 {
    padding-top: 5rem;
  }

  .u-pt-sm-150 {
    padding-top: 9.375rem;
  }

  .u-pt-sm-200 {
    padding-top: 12.5rem;
  }

  .u-pr-sm-0 {
    padding-right: 0;
  }

  .u-pr-sm-1 {
    padding-right: 0.25rem;
  }

  .u-pr-sm-2 {
    padding-right: 0.5rem;
  }

  .u-pr-sm-3 {
    padding-right: 1rem;
  }

  .u-pr-sm-4 {
    padding-right: 1.5rem;
  }

  .u-pr-sm-5 {
    padding-right: 3rem;
  }

  .u-pr-sm-6 {
    padding-right: 5rem;
  }

  .u-pr-sm-150 {
    padding-right: 9.375rem;
  }

  .u-pr-sm-200 {
    padding-right: 12.5rem;
  }

  .u-pb-sm-0 {
    padding-bottom: 0;
  }

  .u-pb-sm-1 {
    padding-bottom: 0.25rem;
  }

  .u-pb-sm-2 {
    padding-bottom: 0.5rem;
  }

  .u-pb-sm-3 {
    padding-bottom: 1rem;
  }

  .u-pb-sm-4 {
    padding-bottom: 1.5rem;
  }

  .u-pb-sm-5 {
    padding-bottom: 3rem;
  }

  .u-pb-sm-6 {
    padding-bottom: 5rem;
  }

  .u-pb-sm-150 {
    padding-bottom: 9.375rem;
  }

  .u-pb-sm-200 {
    padding-bottom: 12.5rem;
  }

  .u-pl-sm-0 {
    padding-left: 0;
  }

  .u-pl-sm-1 {
    padding-left: 0.25rem;
  }

  .u-pl-sm-2 {
    padding-left: 0.5rem;
  }

  .u-pl-sm-3 {
    padding-left: 1rem;
  }

  .u-pl-sm-4 {
    padding-left: 1.5rem;
  }

  .u-pl-sm-5 {
    padding-left: 3rem;
  }

  .u-pl-sm-6 {
    padding-left: 5rem;
  }

  .u-pl-sm-150 {
    padding-left: 9.375rem;
  }

  .u-pl-sm-200 {
    padding-left: 12.5rem;
  }
}

@media (min-width: 768px) {
  .u-m-md-0 {
    margin: 0;
  }

  .u-m-md-1 {
    margin: 0.25rem;
  }

  .u-m-md-2 {
    margin: 0.5rem;
  }

  .u-m-md-3 {
    margin: 1rem;
  }

  .u-m-md-4 {
    margin: 1.5rem;
  }

  .u-m-md-5 {
    margin: 3rem;
  }

  .u-m-md-6 {
    margin: 5rem;
  }

  .u-m-md-150 {
    margin: 9.375rem;
  }

  .u-m-md-200 {
    margin: 12.5rem;
  }

  .u-m-md-auto {
    margin: auto;
  }

  .u-mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .u-mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .u-mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .u-mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .u-mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .u-mx-md-6 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .u-mx-md-150 {
    margin-right: 9.375rem;
    margin-left: 9.375rem;
  }

  .u-mx-md-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .u-mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .u-my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-my-md-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-my-md-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .u-my-md-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .u-my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .u-mt-md-0 {
    margin-top: 0;
  }

  .u-mt-md-1 {
    margin-top: 0.25rem;
  }

  .u-mt-md-2 {
    margin-top: 0.5rem;
  }

  .u-mt-md-3 {
    margin-top: 1rem;
  }

  .u-mt-md-4 {
    margin-top: 1.5rem;
  }

  .u-mt-md-5 {
    margin-top: 3rem;
  }

  .u-mt-md-6 {
    margin-top: 5rem;
  }

  .u-mt-md-150 {
    margin-top: 9.375rem;
  }

  .u-mt-md-200 {
    margin-top: 12.5rem;
  }

  .u-mt-md-auto {
    margin-top: auto;
  }

  .u-mr-md-0 {
    margin-right: 0;
  }

  .u-mr-md-1 {
    margin-right: 0.25rem;
  }

  .u-mr-md-2 {
    margin-right: 0.5rem;
  }

  .u-mr-md-3 {
    margin-right: 1rem;
  }

  .u-mr-md-4 {
    margin-right: 1.5rem;
  }

  .u-mr-md-5 {
    margin-right: 3rem;
  }

  .u-mr-md-6 {
    margin-right: 5rem;
  }

  .u-mr-md-150 {
    margin-right: 9.375rem;
  }

  .u-mr-md-200 {
    margin-right: 12.5rem;
  }

  .u-mr-md-auto {
    margin-right: auto;
  }

  .u-mb-md-0 {
    margin-bottom: 0;
  }

  .u-mb-md-1 {
    margin-bottom: 0.25rem;
  }

  .u-mb-md-2 {
    margin-bottom: 0.5rem;
  }

  .u-mb-md-3 {
    margin-bottom: 1rem;
  }

  .u-mb-md-4 {
    margin-bottom: 1.5rem;
  }

  .u-mb-md-5 {
    margin-bottom: 3rem;
  }

  .u-mb-md-6 {
    margin-bottom: 5rem;
  }

  .u-mb-md-150 {
    margin-bottom: 9.375rem;
  }

  .u-mb-md-200 {
    margin-bottom: 12.5rem;
  }

  .u-mb-md-auto {
    margin-bottom: auto;
  }

  .u-ml-md-0 {
    margin-left: 0;
  }

  .u-ml-md-1 {
    margin-left: 0.25rem;
  }

  .u-ml-md-2 {
    margin-left: 0.5rem;
  }

  .u-ml-md-3 {
    margin-left: 1rem;
  }

  .u-ml-md-4 {
    margin-left: 1.5rem;
  }

  .u-ml-md-5 {
    margin-left: 3rem;
  }

  .u-ml-md-6 {
    margin-left: 5rem;
  }

  .u-ml-md-150 {
    margin-left: 9.375rem;
  }

  .u-ml-md-200 {
    margin-left: 12.5rem;
  }

  .u-ml-md-auto {
    margin-left: auto;
  }

  .u-p-md-0 {
    padding: 0;
  }

  .u-p-md-1 {
    padding: 0.25rem;
  }

  .u-p-md-2 {
    padding: 0.5rem;
  }

  .u-p-md-3 {
    padding: 1rem;
  }

  .u-p-md-4 {
    padding: 1.5rem;
  }

  .u-p-md-5 {
    padding: 3rem;
  }

  .u-p-md-6 {
    padding: 5rem;
  }

  .u-p-md-150 {
    padding: 9.375rem;
  }

  .u-p-md-200 {
    padding: 12.5rem;
  }

  .u-px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .u-px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .u-px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .u-px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .u-px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .u-px-md-6 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .u-px-md-150 {
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }

  .u-px-md-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .u-py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .u-py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .u-py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .u-py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-py-md-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-py-md-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .u-py-md-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .u-pt-md-0 {
    padding-top: 0;
  }

  .u-pt-md-1 {
    padding-top: 0.25rem;
  }

  .u-pt-md-2 {
    padding-top: 0.5rem;
  }

  .u-pt-md-3 {
    padding-top: 1rem;
  }

  .u-pt-md-4 {
    padding-top: 1.5rem;
  }

  .u-pt-md-5 {
    padding-top: 3rem;
  }

  .u-pt-md-6 {
    padding-top: 5rem;
  }

  .u-pt-md-150 {
    padding-top: 9.375rem;
  }

  .u-pt-md-200 {
    padding-top: 12.5rem;
  }

  .u-pr-md-0 {
    padding-right: 0;
  }

  .u-pr-md-1 {
    padding-right: 0.25rem;
  }

  .u-pr-md-2 {
    padding-right: 0.5rem;
  }

  .u-pr-md-3 {
    padding-right: 1rem;
  }

  .u-pr-md-4 {
    padding-right: 1.5rem;
  }

  .u-pr-md-5 {
    padding-right: 3rem;
  }

  .u-pr-md-6 {
    padding-right: 5rem;
  }

  .u-pr-md-150 {
    padding-right: 9.375rem;
  }

  .u-pr-md-200 {
    padding-right: 12.5rem;
  }

  .u-pb-md-0 {
    padding-bottom: 0;
  }

  .u-pb-md-1 {
    padding-bottom: 0.25rem;
  }

  .u-pb-md-2 {
    padding-bottom: 0.5rem;
  }

  .u-pb-md-3 {
    padding-bottom: 1rem;
  }

  .u-pb-md-4 {
    padding-bottom: 1.5rem;
  }

  .u-pb-md-5 {
    padding-bottom: 3rem;
  }

  .u-pb-md-6 {
    padding-bottom: 5rem;
  }

  .u-pb-md-150 {
    padding-bottom: 9.375rem;
  }

  .u-pb-md-200 {
    padding-bottom: 12.5rem;
  }

  .u-pl-md-0 {
    padding-left: 0;
  }

  .u-pl-md-1 {
    padding-left: 0.25rem;
  }

  .u-pl-md-2 {
    padding-left: 0.5rem;
  }

  .u-pl-md-3 {
    padding-left: 1rem;
  }

  .u-pl-md-4 {
    padding-left: 1.5rem;
  }

  .u-pl-md-5 {
    padding-left: 3rem;
  }

  .u-pl-md-6 {
    padding-left: 5rem;
  }

  .u-pl-md-150 {
    padding-left: 9.375rem;
  }

  .u-pl-md-200 {
    padding-left: 12.5rem;
  }
}

@media (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0;
  }

  .u-m-lg-1 {
    margin: 0.25rem;
  }

  .u-m-lg-2 {
    margin: 0.5rem;
  }

  .u-m-lg-3 {
    margin: 1rem;
  }

  .u-m-lg-4 {
    margin: 1.5rem;
  }

  .u-m-lg-5 {
    margin: 3rem;
  }

  .u-m-lg-6 {
    margin: 5rem;
  }

  .u-m-lg-150 {
    margin: 9.375rem;
  }

  .u-m-lg-200 {
    margin: 12.5rem;
  }

  .u-m-lg-auto {
    margin: auto;
  }

  .u-mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .u-mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .u-mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .u-mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .u-mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .u-mx-lg-6 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .u-mx-lg-150 {
    margin-right: 9.375rem;
    margin-left: 9.375rem;
  }

  .u-mx-lg-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .u-mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .u-my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-my-lg-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-my-lg-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .u-my-lg-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .u-my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .u-mt-lg-0 {
    margin-top: 0;
  }

  .u-mt-lg-1 {
    margin-top: 0.25rem;
  }

  .u-mt-lg-2 {
    margin-top: 0.5rem;
  }

  .u-mt-lg-3 {
    margin-top: 1rem;
  }

  .u-mt-lg-4 {
    margin-top: 1.5rem;
  }

  .u-mt-lg-5 {
    margin-top: 3rem;
  }

  .u-mt-lg-6 {
    margin-top: 5rem;
  }

  .u-mt-lg-150 {
    margin-top: 9.375rem;
  }

  .u-mt-lg-200 {
    margin-top: 12.5rem;
  }

  .u-mt-lg-auto {
    margin-top: auto;
  }

  .u-mr-lg-0 {
    margin-right: 0;
  }

  .u-mr-lg-1 {
    margin-right: 0.25rem;
  }

  .u-mr-lg-2 {
    margin-right: 0.5rem;
  }

  .u-mr-lg-3 {
    margin-right: 1rem;
  }

  .u-mr-lg-4 {
    margin-right: 1.5rem;
  }

  .u-mr-lg-5 {
    margin-right: 3rem;
  }

  .u-mr-lg-6 {
    margin-right: 5rem;
  }

  .u-mr-lg-150 {
    margin-right: 9.375rem;
  }

  .u-mr-lg-200 {
    margin-right: 12.5rem;
  }

  .u-mr-lg-auto {
    margin-right: auto;
  }

  .u-mb-lg-0 {
    margin-bottom: 0;
  }

  .u-mb-lg-1 {
    margin-bottom: 0.25rem;
  }

  .u-mb-lg-2 {
    margin-bottom: 0.5rem;
  }

  .u-mb-lg-3 {
    margin-bottom: 1rem;
  }

  .u-mb-lg-4 {
    margin-bottom: 1.5rem;
  }

  .u-mb-lg-5 {
    margin-bottom: 3rem;
  }

  .u-mb-lg-6 {
    margin-bottom: 5rem;
  }

  .u-mb-lg-150 {
    margin-bottom: 9.375rem;
  }

  .u-mb-lg-200 {
    margin-bottom: 12.5rem;
  }

  .u-mb-lg-auto {
    margin-bottom: auto;
  }

  .u-ml-lg-0 {
    margin-left: 0;
  }

  .u-ml-lg-1 {
    margin-left: 0.25rem;
  }

  .u-ml-lg-2 {
    margin-left: 0.5rem;
  }

  .u-ml-lg-3 {
    margin-left: 1rem;
  }

  .u-ml-lg-4 {
    margin-left: 1.5rem;
  }

  .u-ml-lg-5 {
    margin-left: 3rem;
  }

  .u-ml-lg-6 {
    margin-left: 5rem;
  }

  .u-ml-lg-150 {
    margin-left: 9.375rem;
  }

  .u-ml-lg-200 {
    margin-left: 12.5rem;
  }

  .u-ml-lg-auto {
    margin-left: auto;
  }

  .u-p-lg-0 {
    padding: 0;
  }

  .u-p-lg-1 {
    padding: 0.25rem;
  }

  .u-p-lg-2 {
    padding: 0.5rem;
  }

  .u-p-lg-3 {
    padding: 1rem;
  }

  .u-p-lg-4 {
    padding: 1.5rem;
  }

  .u-p-lg-5 {
    padding: 3rem;
  }

  .u-p-lg-6 {
    padding: 5rem;
  }

  .u-p-lg-150 {
    padding: 9.375rem;
  }

  .u-p-lg-200 {
    padding: 12.5rem;
  }

  .u-px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .u-px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .u-px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .u-px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .u-px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .u-px-lg-6 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .u-px-lg-150 {
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }

  .u-px-lg-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .u-py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .u-py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .u-py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .u-py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-py-lg-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-py-lg-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .u-py-lg-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .u-pt-lg-0 {
    padding-top: 0;
  }

  .u-pt-lg-1 {
    padding-top: 0.25rem;
  }

  .u-pt-lg-2 {
    padding-top: 0.5rem;
  }

  .u-pt-lg-3 {
    padding-top: 1rem;
  }

  .u-pt-lg-4 {
    padding-top: 1.5rem;
  }

  .u-pt-lg-5 {
    padding-top: 3rem;
  }

  .u-pt-lg-6 {
    padding-top: 5rem;
  }

  .u-pt-lg-150 {
    padding-top: 9.375rem;
  }

  .u-pt-lg-200 {
    padding-top: 12.5rem;
  }

  .u-pr-lg-0 {
    padding-right: 0;
  }

  .u-pr-lg-1 {
    padding-right: 0.25rem;
  }

  .u-pr-lg-2 {
    padding-right: 0.5rem;
  }

  .u-pr-lg-3 {
    padding-right: 1rem;
  }

  .u-pr-lg-4 {
    padding-right: 1.5rem;
  }

  .u-pr-lg-5 {
    padding-right: 3rem;
  }

  .u-pr-lg-6 {
    padding-right: 5rem;
  }

  .u-pr-lg-150 {
    padding-right: 9.375rem;
  }

  .u-pr-lg-200 {
    padding-right: 12.5rem;
  }

  .u-pb-lg-0 {
    padding-bottom: 0;
  }

  .u-pb-lg-1 {
    padding-bottom: 0.25rem;
  }

  .u-pb-lg-2 {
    padding-bottom: 0.5rem;
  }

  .u-pb-lg-3 {
    padding-bottom: 1rem;
  }

  .u-pb-lg-4 {
    padding-bottom: 1.5rem;
  }

  .u-pb-lg-5 {
    padding-bottom: 3rem;
  }

  .u-pb-lg-6 {
    padding-bottom: 5rem;
  }

  .u-pb-lg-150 {
    padding-bottom: 9.375rem;
  }

  .u-pb-lg-200 {
    padding-bottom: 12.5rem;
  }

  .u-pl-lg-0 {
    padding-left: 0;
  }

  .u-pl-lg-1 {
    padding-left: 0.25rem;
  }

  .u-pl-lg-2 {
    padding-left: 0.5rem;
  }

  .u-pl-lg-3 {
    padding-left: 1rem;
  }

  .u-pl-lg-4 {
    padding-left: 1.5rem;
  }

  .u-pl-lg-5 {
    padding-left: 3rem;
  }

  .u-pl-lg-6 {
    padding-left: 5rem;
  }

  .u-pl-lg-150 {
    padding-left: 9.375rem;
  }

  .u-pl-lg-200 {
    padding-left: 12.5rem;
  }
}

@media (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0;
  }

  .u-m-xl-1 {
    margin: 0.25rem;
  }

  .u-m-xl-2 {
    margin: 0.5rem;
  }

  .u-m-xl-3 {
    margin: 1rem;
  }

  .u-m-xl-4 {
    margin: 1.5rem;
  }

  .u-m-xl-5 {
    margin: 3rem;
  }

  .u-m-xl-6 {
    margin: 5rem;
  }

  .u-m-xl-150 {
    margin: 9.375rem;
  }

  .u-m-xl-200 {
    margin: 12.5rem;
  }

  .u-m-xl-auto {
    margin: auto;
  }

  .u-mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .u-mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .u-mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .u-mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .u-mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .u-mx-xl-6 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .u-mx-xl-150 {
    margin-right: 9.375rem;
    margin-left: 9.375rem;
  }

  .u-mx-xl-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .u-mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .u-my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-my-xl-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-my-xl-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .u-my-xl-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .u-my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .u-mt-xl-0 {
    margin-top: 0;
  }

  .u-mt-xl-1 {
    margin-top: 0.25rem;
  }

  .u-mt-xl-2 {
    margin-top: 0.5rem;
  }

  .u-mt-xl-3 {
    margin-top: 1rem;
  }

  .u-mt-xl-4 {
    margin-top: 1.5rem;
  }

  .u-mt-xl-5 {
    margin-top: 3rem;
  }

  .u-mt-xl-6 {
    margin-top: 5rem;
  }

  .u-mt-xl-150 {
    margin-top: 9.375rem;
  }

  .u-mt-xl-200 {
    margin-top: 12.5rem;
  }

  .u-mt-xl-auto {
    margin-top: auto;
  }

  .u-mr-xl-0 {
    margin-right: 0;
  }

  .u-mr-xl-1 {
    margin-right: 0.25rem;
  }

  .u-mr-xl-2 {
    margin-right: 0.5rem;
  }

  .u-mr-xl-3 {
    margin-right: 1rem;
  }

  .u-mr-xl-4 {
    margin-right: 1.5rem;
  }

  .u-mr-xl-5 {
    margin-right: 3rem;
  }

  .u-mr-xl-6 {
    margin-right: 5rem;
  }

  .u-mr-xl-150 {
    margin-right: 9.375rem;
  }

  .u-mr-xl-200 {
    margin-right: 12.5rem;
  }

  .u-mr-xl-auto {
    margin-right: auto;
  }

  .u-mb-xl-0 {
    margin-bottom: 0;
  }

  .u-mb-xl-1 {
    margin-bottom: 0.25rem;
  }

  .u-mb-xl-2 {
    margin-bottom: 0.5rem;
  }

  .u-mb-xl-3 {
    margin-bottom: 1rem;
  }

  .u-mb-xl-4 {
    margin-bottom: 1.5rem;
  }

  .u-mb-xl-5 {
    margin-bottom: 3rem;
  }

  .u-mb-xl-6 {
    margin-bottom: 5rem;
  }

  .u-mb-xl-150 {
    margin-bottom: 9.375rem;
  }

  .u-mb-xl-200 {
    margin-bottom: 12.5rem;
  }

  .u-mb-xl-auto {
    margin-bottom: auto;
  }

  .u-ml-xl-0 {
    margin-left: 0;
  }

  .u-ml-xl-1 {
    margin-left: 0.25rem;
  }

  .u-ml-xl-2 {
    margin-left: 0.5rem;
  }

  .u-ml-xl-3 {
    margin-left: 1rem;
  }

  .u-ml-xl-4 {
    margin-left: 1.5rem;
  }

  .u-ml-xl-5 {
    margin-left: 3rem;
  }

  .u-ml-xl-6 {
    margin-left: 5rem;
  }

  .u-ml-xl-150 {
    margin-left: 9.375rem;
  }

  .u-ml-xl-200 {
    margin-left: 12.5rem;
  }

  .u-ml-xl-auto {
    margin-left: auto;
  }

  .u-p-xl-0 {
    padding: 0;
  }

  .u-p-xl-1 {
    padding: 0.25rem;
  }

  .u-p-xl-2 {
    padding: 0.5rem;
  }

  .u-p-xl-3 {
    padding: 1rem;
  }

  .u-p-xl-4 {
    padding: 1.5rem;
  }

  .u-p-xl-5 {
    padding: 3rem;
  }

  .u-p-xl-6 {
    padding: 5rem;
  }

  .u-p-xl-150 {
    padding: 9.375rem;
  }

  .u-p-xl-200 {
    padding: 12.5rem;
  }

  .u-px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .u-px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .u-px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .u-px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .u-px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .u-px-xl-6 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .u-px-xl-150 {
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }

  .u-px-xl-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .u-py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .u-py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .u-py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .u-py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-py-xl-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-py-xl-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .u-py-xl-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .u-pt-xl-0 {
    padding-top: 0;
  }

  .u-pt-xl-1 {
    padding-top: 0.25rem;
  }

  .u-pt-xl-2 {
    padding-top: 0.5rem;
  }

  .u-pt-xl-3 {
    padding-top: 1rem;
  }

  .u-pt-xl-4 {
    padding-top: 1.5rem;
  }

  .u-pt-xl-5 {
    padding-top: 3rem;
  }

  .u-pt-xl-6 {
    padding-top: 5rem;
  }

  .u-pt-xl-150 {
    padding-top: 9.375rem;
  }

  .u-pt-xl-200 {
    padding-top: 12.5rem;
  }

  .u-pr-xl-0 {
    padding-right: 0;
  }

  .u-pr-xl-1 {
    padding-right: 0.25rem;
  }

  .u-pr-xl-2 {
    padding-right: 0.5rem;
  }

  .u-pr-xl-3 {
    padding-right: 1rem;
  }

  .u-pr-xl-4 {
    padding-right: 1.5rem;
  }

  .u-pr-xl-5 {
    padding-right: 3rem;
  }

  .u-pr-xl-6 {
    padding-right: 5rem;
  }

  .u-pr-xl-150 {
    padding-right: 9.375rem;
  }

  .u-pr-xl-200 {
    padding-right: 12.5rem;
  }

  .u-pb-xl-0 {
    padding-bottom: 0;
  }

  .u-pb-xl-1 {
    padding-bottom: 0.25rem;
  }

  .u-pb-xl-2 {
    padding-bottom: 0.5rem;
  }

  .u-pb-xl-3 {
    padding-bottom: 1rem;
  }

  .u-pb-xl-4 {
    padding-bottom: 1.5rem;
  }

  .u-pb-xl-5 {
    padding-bottom: 3rem;
  }

  .u-pb-xl-6 {
    padding-bottom: 5rem;
  }

  .u-pb-xl-150 {
    padding-bottom: 9.375rem;
  }

  .u-pb-xl-200 {
    padding-bottom: 12.5rem;
  }

  .u-pl-xl-0 {
    padding-left: 0;
  }

  .u-pl-xl-1 {
    padding-left: 0.25rem;
  }

  .u-pl-xl-2 {
    padding-left: 0.5rem;
  }

  .u-pl-xl-3 {
    padding-left: 1rem;
  }

  .u-pl-xl-4 {
    padding-left: 1.5rem;
  }

  .u-pl-xl-5 {
    padding-left: 3rem;
  }

  .u-pl-xl-6 {
    padding-left: 5rem;
  }

  .u-pl-xl-150 {
    padding-left: 9.375rem;
  }

  .u-pl-xl-200 {
    padding-left: 12.5rem;
  }
}

@media (min-width: 1400px) {
  .u-m-xxl-0 {
    margin: 0;
  }

  .u-m-xxl-1 {
    margin: 0.25rem;
  }

  .u-m-xxl-2 {
    margin: 0.5rem;
  }

  .u-m-xxl-3 {
    margin: 1rem;
  }

  .u-m-xxl-4 {
    margin: 1.5rem;
  }

  .u-m-xxl-5 {
    margin: 3rem;
  }

  .u-m-xxl-6 {
    margin: 5rem;
  }

  .u-m-xxl-150 {
    margin: 9.375rem;
  }

  .u-m-xxl-200 {
    margin: 12.5rem;
  }

  .u-m-xxl-auto {
    margin: auto;
  }

  .u-mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .u-mx-xxl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }

  .u-mx-xxl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .u-mx-xxl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .u-mx-xxl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .u-mx-xxl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }

  .u-mx-xxl-6 {
    margin-right: 5rem;
    margin-left: 5rem;
  }

  .u-mx-xxl-150 {
    margin-right: 9.375rem;
    margin-left: 9.375rem;
  }

  .u-mx-xxl-200 {
    margin-right: 12.5rem;
    margin-left: 12.5rem;
  }

  .u-mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }

  .u-my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .u-my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .u-my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .u-my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .u-my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .u-my-xxl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .u-my-xxl-6 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .u-my-xxl-150 {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .u-my-xxl-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .u-my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .u-mt-xxl-0 {
    margin-top: 0;
  }

  .u-mt-xxl-1 {
    margin-top: 0.25rem;
  }

  .u-mt-xxl-2 {
    margin-top: 0.5rem;
  }

  .u-mt-xxl-3 {
    margin-top: 1rem;
  }

  .u-mt-xxl-4 {
    margin-top: 1.5rem;
  }

  .u-mt-xxl-5 {
    margin-top: 3rem;
  }

  .u-mt-xxl-6 {
    margin-top: 5rem;
  }

  .u-mt-xxl-150 {
    margin-top: 9.375rem;
  }

  .u-mt-xxl-200 {
    margin-top: 12.5rem;
  }

  .u-mt-xxl-auto {
    margin-top: auto;
  }

  .u-mr-xxl-0 {
    margin-right: 0;
  }

  .u-mr-xxl-1 {
    margin-right: 0.25rem;
  }

  .u-mr-xxl-2 {
    margin-right: 0.5rem;
  }

  .u-mr-xxl-3 {
    margin-right: 1rem;
  }

  .u-mr-xxl-4 {
    margin-right: 1.5rem;
  }

  .u-mr-xxl-5 {
    margin-right: 3rem;
  }

  .u-mr-xxl-6 {
    margin-right: 5rem;
  }

  .u-mr-xxl-150 {
    margin-right: 9.375rem;
  }

  .u-mr-xxl-200 {
    margin-right: 12.5rem;
  }

  .u-mr-xxl-auto {
    margin-right: auto;
  }

  .u-mb-xxl-0 {
    margin-bottom: 0;
  }

  .u-mb-xxl-1 {
    margin-bottom: 0.25rem;
  }

  .u-mb-xxl-2 {
    margin-bottom: 0.5rem;
  }

  .u-mb-xxl-3 {
    margin-bottom: 1rem;
  }

  .u-mb-xxl-4 {
    margin-bottom: 1.5rem;
  }

  .u-mb-xxl-5 {
    margin-bottom: 3rem;
  }

  .u-mb-xxl-6 {
    margin-bottom: 5rem;
  }

  .u-mb-xxl-150 {
    margin-bottom: 9.375rem;
  }

  .u-mb-xxl-200 {
    margin-bottom: 12.5rem;
  }

  .u-mb-xxl-auto {
    margin-bottom: auto;
  }

  .u-ml-xxl-0 {
    margin-left: 0;
  }

  .u-ml-xxl-1 {
    margin-left: 0.25rem;
  }

  .u-ml-xxl-2 {
    margin-left: 0.5rem;
  }

  .u-ml-xxl-3 {
    margin-left: 1rem;
  }

  .u-ml-xxl-4 {
    margin-left: 1.5rem;
  }

  .u-ml-xxl-5 {
    margin-left: 3rem;
  }

  .u-ml-xxl-6 {
    margin-left: 5rem;
  }

  .u-ml-xxl-150 {
    margin-left: 9.375rem;
  }

  .u-ml-xxl-200 {
    margin-left: 12.5rem;
  }

  .u-ml-xxl-auto {
    margin-left: auto;
  }

  .u-p-xxl-0 {
    padding: 0;
  }

  .u-p-xxl-1 {
    padding: 0.25rem;
  }

  .u-p-xxl-2 {
    padding: 0.5rem;
  }

  .u-p-xxl-3 {
    padding: 1rem;
  }

  .u-p-xxl-4 {
    padding: 1.5rem;
  }

  .u-p-xxl-5 {
    padding: 3rem;
  }

  .u-p-xxl-6 {
    padding: 5rem;
  }

  .u-p-xxl-150 {
    padding: 9.375rem;
  }

  .u-p-xxl-200 {
    padding: 12.5rem;
  }

  .u-px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }

  .u-px-xxl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .u-px-xxl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .u-px-xxl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .u-px-xxl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .u-px-xxl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .u-px-xxl-6 {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .u-px-xxl-150 {
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }

  .u-px-xxl-200 {
    padding-right: 12.5rem;
    padding-left: 12.5rem;
  }

  .u-py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .u-py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .u-py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .u-py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .u-py-xxl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .u-py-xxl-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .u-py-xxl-150 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .u-py-xxl-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .u-pt-xxl-0 {
    padding-top: 0;
  }

  .u-pt-xxl-1 {
    padding-top: 0.25rem;
  }

  .u-pt-xxl-2 {
    padding-top: 0.5rem;
  }

  .u-pt-xxl-3 {
    padding-top: 1rem;
  }

  .u-pt-xxl-4 {
    padding-top: 1.5rem;
  }

  .u-pt-xxl-5 {
    padding-top: 3rem;
  }

  .u-pt-xxl-6 {
    padding-top: 5rem;
  }

  .u-pt-xxl-150 {
    padding-top: 9.375rem;
  }

  .u-pt-xxl-200 {
    padding-top: 12.5rem;
  }

  .u-pr-xxl-0 {
    padding-right: 0;
  }

  .u-pr-xxl-1 {
    padding-right: 0.25rem;
  }

  .u-pr-xxl-2 {
    padding-right: 0.5rem;
  }

  .u-pr-xxl-3 {
    padding-right: 1rem;
  }

  .u-pr-xxl-4 {
    padding-right: 1.5rem;
  }

  .u-pr-xxl-5 {
    padding-right: 3rem;
  }

  .u-pr-xxl-6 {
    padding-right: 5rem;
  }

  .u-pr-xxl-150 {
    padding-right: 9.375rem;
  }

  .u-pr-xxl-200 {
    padding-right: 12.5rem;
  }

  .u-pb-xxl-0 {
    padding-bottom: 0;
  }

  .u-pb-xxl-1 {
    padding-bottom: 0.25rem;
  }

  .u-pb-xxl-2 {
    padding-bottom: 0.5rem;
  }

  .u-pb-xxl-3 {
    padding-bottom: 1rem;
  }

  .u-pb-xxl-4 {
    padding-bottom: 1.5rem;
  }

  .u-pb-xxl-5 {
    padding-bottom: 3rem;
  }

  .u-pb-xxl-6 {
    padding-bottom: 5rem;
  }

  .u-pb-xxl-150 {
    padding-bottom: 9.375rem;
  }

  .u-pb-xxl-200 {
    padding-bottom: 12.5rem;
  }

  .u-pl-xxl-0 {
    padding-left: 0;
  }

  .u-pl-xxl-1 {
    padding-left: 0.25rem;
  }

  .u-pl-xxl-2 {
    padding-left: 0.5rem;
  }

  .u-pl-xxl-3 {
    padding-left: 1rem;
  }

  .u-pl-xxl-4 {
    padding-left: 1.5rem;
  }

  .u-pl-xxl-5 {
    padding-left: 3rem;
  }

  .u-pl-xxl-6 {
    padding-left: 5rem;
  }

  .u-pl-xxl-150 {
    padding-left: 9.375rem;
  }

  .u-pl-xxl-200 {
    padding-left: 12.5rem;
  }
}

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

@media (max-width: 768px) {
  .u-is-sp {
    display: block !important;
  }
}

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

@media (max-width: 769px) {
  .u-is-pc {
    display: none !important;
  }
}

.u-d-768-inline-none {
  display: inline-block;
}

.u-d-768-inline-block {
  display: none;
}

.u-d-568-none {
  display: block;
}

.u-d-568-block {
  display: none;
}

@media (max-width: 768px) {
  .u-d-768-inline-none,
  .u-d-768-none {
    display: none;
  }

  .u-d-768-block {
    display: block;
  }

  .u-d-768-inline-block {
    display: inline-block;
  }
}

@media (max-width: 568px) {
  .u-d-568-none {
    display: none;
  }

  .u-d-568-block {
    display: block;
  }
}

.u-d-768-none {
  display: block;
}

.u-d-768-block {
  display: none;
}

@media (max-width: 768px) {
  .u-d-768-none {
    display: none;
  }

  .u-d-768-block {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

.u-flex-fill {
  flex: 1 1 auto;
}

.u-flex-row {
  flex-direction: row;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}

.u-flex-column-reverse {
  flex-direction: column-reverse;
}

.u-flex-grow-0 {
  flex-grow: 0;
}

.u-flex-grow-1 {
  flex-grow: 1;
}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

.u-flex-shrink-1 {
  flex-shrink: 1;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.u-gap-0 {
  gap: 0;
}

.u-gap-1 {
  gap: 0.25rem;
}

.u-gap-2 {
  gap: 0.5rem;
}

.u-gap-3 {
  gap: 1rem;
}

.u-gap-4 {
  gap: 1.5rem;
}

.u-gap-5 {
  gap: 3rem;
}

.u-gap-200 {
  gap: 12.5rem;
}

.u-justify-content-start {
  justify-content: flex-start;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-justify-content-evenly {
  justify-content: space-evenly;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-end {
  align-items: flex-end;
}

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

.u-align-items-baseline {
  align-items: baseline;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-content-start {
  align-content: flex-start;
}

.u-align-content-end {
  align-content: flex-end;
}

.u-align-content-center {
  align-content: center;
}

.u-align-content-between {
  align-content: space-between;
}

.u-align-content-around {
  align-content: space-around;
}

.u-align-content-stretch {
  align-content: stretch;
}

.u-align-self-auto {
  align-self: auto;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-baseline {
  align-self: baseline;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-order-first {
  order: -1;
}

.u-order-0 {
  order: 0;
}

.u-order-1 {
  order: 1;
}

.u-order-2 {
  order: 2;
}

.u-order-3 {
  order: 3;
}

.u-order-4 {
  order: 4;
}

.u-order-5 {
  order: 5;
}

.u-order-last {
  order: 6;
}

@media (min-width: 576px) {
  .u-d-sm-inline {
    display: inline;
  }

  .u-d-sm-inline-block {
    display: inline-block;
  }

  .u-d-sm-block {
    display: block;
  }

  .u-d-sm-grid {
    display: grid;
  }

  .u-d-sm-table {
    display: table;
  }

  .u-d-sm-table-row {
    display: table-row;
  }

  .u-d-sm-table-cell {
    display: table-cell;
  }

  .u-d-sm-flex {
    display: flex;
  }

  .u-d-sm-inline-flex {
    display: inline-flex;
  }

  .u-d-sm-none {
    display: none;
  }

  .u-flex-sm-fill {
    flex: 1 1 auto;
  }

  .u-flex-sm-row {
    flex-direction: row;
  }

  .u-flex-sm-column {
    flex-direction: column;
  }

  .u-flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .u-flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .u-flex-sm-grow-0 {
    flex-grow: 0;
  }

  .u-flex-sm-grow-1 {
    flex-grow: 1;
  }

  .u-flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .u-flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .u-flex-sm-wrap {
    flex-wrap: wrap;
  }

  .u-flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .u-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .u-gap-sm-0 {
    gap: 0;
  }

  .u-gap-sm-1 {
    gap: 0.25rem;
  }

  .u-gap-sm-2 {
    gap: 0.5rem;
  }

  .u-gap-sm-3 {
    gap: 1rem;
  }

  .u-gap-sm-4 {
    gap: 1.5rem;
  }

  .u-gap-sm-5 {
    gap: 3rem;
  }

  .u-gap-sm-200 {
    gap: 12.5rem;
  }

  .u-justify-content-sm-start {
    justify-content: flex-start;
  }

  .u-justify-content-sm-end {
    justify-content: flex-end;
  }

  .u-justify-content-sm-center {
    justify-content: center;
  }

  .u-justify-content-sm-between {
    justify-content: space-between;
  }

  .u-justify-content-sm-around {
    justify-content: space-around;
  }

  .u-justify-content-sm-evenly {
    justify-content: space-evenly;
  }

  .u-align-items-sm-start {
    align-items: flex-start;
  }

  .u-align-items-sm-end {
    align-items: flex-end;
  }

  .u-align-items-sm-center {
    align-items: center;
  }

  .u-align-items-sm-baseline {
    align-items: baseline;
  }

  .u-align-items-sm-stretch {
    align-items: stretch;
  }

  .u-align-content-sm-start {
    align-content: flex-start;
  }

  .u-align-content-sm-end {
    align-content: flex-end;
  }

  .u-align-content-sm-center {
    align-content: center;
  }

  .u-align-content-sm-between {
    align-content: space-between;
  }

  .u-align-content-sm-around {
    align-content: space-around;
  }

  .u-align-content-sm-stretch {
    align-content: stretch;
  }

  .u-align-self-sm-auto {
    align-self: auto;
  }

  .u-align-self-sm-start {
    align-self: flex-start;
  }

  .u-align-self-sm-end {
    align-self: flex-end;
  }

  .u-align-self-sm-center {
    align-self: center;
  }

  .u-align-self-sm-baseline {
    align-self: baseline;
  }

  .u-align-self-sm-stretch {
    align-self: stretch;
  }

  .u-order-sm-first {
    order: -1;
  }

  .u-order-sm-0 {
    order: 0;
  }

  .u-order-sm-1 {
    order: 1;
  }

  .u-order-sm-2 {
    order: 2;
  }

  .u-order-sm-3 {
    order: 3;
  }

  .u-order-sm-4 {
    order: 4;
  }

  .u-order-sm-5 {
    order: 5;
  }

  .u-order-sm-last {
    order: 6;
  }
}

@media (min-width: 768px) {
  .u-d-md-inline {
    display: inline;
  }

  .u-d-md-inline-block {
    display: inline-block;
  }

  .u-d-md-block {
    display: block;
  }

  .u-d-md-grid {
    display: grid;
  }

  .u-d-md-table {
    display: table;
  }

  .u-d-md-table-row {
    display: table-row;
  }

  .u-d-md-table-cell {
    display: table-cell;
  }

  .u-d-md-flex {
    display: flex;
  }

  .u-d-md-inline-flex {
    display: inline-flex;
  }

  .u-d-md-none {
    display: none;
  }

  .u-flex-md-fill {
    flex: 1 1 auto;
  }

  .u-flex-md-row {
    flex-direction: row;
  }

  .u-flex-md-column {
    flex-direction: column;
  }

  .u-flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .u-flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .u-flex-md-grow-0 {
    flex-grow: 0;
  }

  .u-flex-md-grow-1 {
    flex-grow: 1;
  }

  .u-flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .u-flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .u-flex-md-wrap {
    flex-wrap: wrap;
  }

  .u-flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .u-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .u-gap-md-0 {
    gap: 0;
  }

  .u-gap-md-1 {
    gap: 0.25rem;
  }

  .u-gap-md-2 {
    gap: 0.5rem;
  }

  .u-gap-md-3 {
    gap: 1rem;
  }

  .u-gap-md-4 {
    gap: 1.5rem;
  }

  .u-gap-md-5 {
    gap: 3rem;
  }

  .u-gap-md-200 {
    gap: 12.5rem;
  }

  .u-justify-content-md-start {
    justify-content: flex-start;
  }

  .u-justify-content-md-end {
    justify-content: flex-end;
  }

  .u-justify-content-md-center {
    justify-content: center;
  }

  .u-justify-content-md-between {
    justify-content: space-between;
  }

  .u-justify-content-md-around {
    justify-content: space-around;
  }

  .u-justify-content-md-evenly {
    justify-content: space-evenly;
  }

  .u-align-items-md-start {
    align-items: flex-start;
  }

  .u-align-items-md-end {
    align-items: flex-end;
  }

  .u-align-items-md-center {
    align-items: center;
  }

  .u-align-items-md-baseline {
    align-items: baseline;
  }

  .u-align-items-md-stretch {
    align-items: stretch;
  }

  .u-align-content-md-start {
    align-content: flex-start;
  }

  .u-align-content-md-end {
    align-content: flex-end;
  }

  .u-align-content-md-center {
    align-content: center;
  }

  .u-align-content-md-between {
    align-content: space-between;
  }

  .u-align-content-md-around {
    align-content: space-around;
  }

  .u-align-content-md-stretch {
    align-content: stretch;
  }

  .u-align-self-md-auto {
    align-self: auto;
  }

  .u-align-self-md-start {
    align-self: flex-start;
  }

  .u-align-self-md-end {
    align-self: flex-end;
  }

  .u-align-self-md-center {
    align-self: center;
  }

  .u-align-self-md-baseline {
    align-self: baseline;
  }

  .u-align-self-md-stretch {
    align-self: stretch;
  }

  .u-order-md-first {
    order: -1;
  }

  .u-order-md-0 {
    order: 0;
  }

  .u-order-md-1 {
    order: 1;
  }

  .u-order-md-2 {
    order: 2;
  }

  .u-order-md-3 {
    order: 3;
  }

  .u-order-md-4 {
    order: 4;
  }

  .u-order-md-5 {
    order: 5;
  }

  .u-order-md-last {
    order: 6;
  }
}

@media (min-width: 992px) {
  .u-d-lg-inline {
    display: inline;
  }

  .u-d-lg-inline-block {
    display: inline-block;
  }

  .u-d-lg-block {
    display: block;
  }

  .u-d-lg-grid {
    display: grid;
  }

  .u-d-lg-table {
    display: table;
  }

  .u-d-lg-table-row {
    display: table-row;
  }

  .u-d-lg-table-cell {
    display: table-cell;
  }

  .u-d-lg-flex {
    display: flex;
  }

  .u-d-lg-inline-flex {
    display: inline-flex;
  }

  .u-d-lg-none {
    display: none;
  }

  .u-flex-lg-fill {
    flex: 1 1 auto;
  }

  .u-flex-lg-row {
    flex-direction: row;
  }

  .u-flex-lg-column {
    flex-direction: column;
  }

  .u-flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .u-flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .u-flex-lg-grow-0 {
    flex-grow: 0;
  }

  .u-flex-lg-grow-1 {
    flex-grow: 1;
  }

  .u-flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .u-flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .u-flex-lg-wrap {
    flex-wrap: wrap;
  }

  .u-flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .u-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .u-gap-lg-0 {
    gap: 0;
  }

  .u-gap-lg-1 {
    gap: 0.25rem;
  }

  .u-gap-lg-2 {
    gap: 0.5rem;
  }

  .u-gap-lg-3 {
    gap: 1rem;
  }

  .u-gap-lg-4 {
    gap: 1.5rem;
  }

  .u-gap-lg-5 {
    gap: 3rem;
  }

  .u-gap-lg-200 {
    gap: 12.5rem;
  }

  .u-justify-content-lg-start {
    justify-content: flex-start;
  }

  .u-justify-content-lg-end {
    justify-content: flex-end;
  }

  .u-justify-content-lg-center {
    justify-content: center;
  }

  .u-justify-content-lg-between {
    justify-content: space-between;
  }

  .u-justify-content-lg-around {
    justify-content: space-around;
  }

  .u-justify-content-lg-evenly {
    justify-content: space-evenly;
  }

  .u-align-items-lg-start {
    align-items: flex-start;
  }

  .u-align-items-lg-end {
    align-items: flex-end;
  }

  .u-align-items-lg-center {
    align-items: center;
  }

  .u-align-items-lg-baseline {
    align-items: baseline;
  }

  .u-align-items-lg-stretch {
    align-items: stretch;
  }

  .u-align-content-lg-start {
    align-content: flex-start;
  }

  .u-align-content-lg-end {
    align-content: flex-end;
  }

  .u-align-content-lg-center {
    align-content: center;
  }

  .u-align-content-lg-between {
    align-content: space-between;
  }

  .u-align-content-lg-around {
    align-content: space-around;
  }

  .u-align-content-lg-stretch {
    align-content: stretch;
  }

  .u-align-self-lg-auto {
    align-self: auto;
  }

  .u-align-self-lg-start {
    align-self: flex-start;
  }

  .u-align-self-lg-end {
    align-self: flex-end;
  }

  .u-align-self-lg-center {
    align-self: center;
  }

  .u-align-self-lg-baseline {
    align-self: baseline;
  }

  .u-align-self-lg-stretch {
    align-self: stretch;
  }

  .u-order-lg-first {
    order: -1;
  }

  .u-order-lg-0 {
    order: 0;
  }

  .u-order-lg-1 {
    order: 1;
  }

  .u-order-lg-2 {
    order: 2;
  }

  .u-order-lg-3 {
    order: 3;
  }

  .u-order-lg-4 {
    order: 4;
  }

  .u-order-lg-5 {
    order: 5;
  }

  .u-order-lg-last {
    order: 6;
  }
}

@media (min-width: 1200px) {
  .u-d-xl-inline {
    display: inline;
  }

  .u-d-xl-inline-block {
    display: inline-block;
  }

  .u-d-xl-block {
    display: block;
  }

  .u-d-xl-grid {
    display: grid;
  }

  .u-d-xl-table {
    display: table;
  }

  .u-d-xl-table-row {
    display: table-row;
  }

  .u-d-xl-table-cell {
    display: table-cell;
  }

  .u-d-xl-flex {
    display: flex;
  }

  .u-d-xl-inline-flex {
    display: inline-flex;
  }

  .u-d-xl-none {
    display: none;
  }

  .u-flex-xl-fill {
    flex: 1 1 auto;
  }

  .u-flex-xl-row {
    flex-direction: row;
  }

  .u-flex-xl-column {
    flex-direction: column;
  }

  .u-flex-xl-row-reverse {
    flex-direction: row-reverse;
  }

  .u-flex-xl-column-reverse {
    flex-direction: column-reverse;
  }

  .u-flex-xl-grow-0 {
    flex-grow: 0;
  }

  .u-flex-xl-grow-1 {
    flex-grow: 1;
  }

  .u-flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .u-flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .u-flex-xl-wrap {
    flex-wrap: wrap;
  }

  .u-flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .u-gap-xl-0 {
    gap: 0;
  }

  .u-gap-xl-1 {
    gap: 0.25rem;
  }

  .u-gap-xl-2 {
    gap: 0.5rem;
  }

  .u-gap-xl-3 {
    gap: 1rem;
  }

  .u-gap-xl-4 {
    gap: 1.5rem;
  }

  .u-gap-xl-5 {
    gap: 3rem;
  }

  .u-gap-xl-200 {
    gap: 12.5rem;
  }

  .u-justify-content-xl-start {
    justify-content: flex-start;
  }

  .u-justify-content-xl-end {
    justify-content: flex-end;
  }

  .u-justify-content-xl-center {
    justify-content: center;
  }

  .u-justify-content-xl-between {
    justify-content: space-between;
  }

  .u-justify-content-xl-around {
    justify-content: space-around;
  }

  .u-justify-content-xl-evenly {
    justify-content: space-evenly;
  }

  .u-align-items-xl-start {
    align-items: flex-start;
  }

  .u-align-items-xl-end {
    align-items: flex-end;
  }

  .u-align-items-xl-center {
    align-items: center;
  }

  .u-align-items-xl-baseline {
    align-items: baseline;
  }

  .u-align-items-xl-stretch {
    align-items: stretch;
  }

  .u-align-content-xl-start {
    align-content: flex-start;
  }

  .u-align-content-xl-end {
    align-content: flex-end;
  }

  .u-align-content-xl-center {
    align-content: center;
  }

  .u-align-content-xl-between {
    align-content: space-between;
  }

  .u-align-content-xl-around {
    align-content: space-around;
  }

  .u-align-content-xl-stretch {
    align-content: stretch;
  }

  .u-align-self-xl-auto {
    align-self: auto;
  }

  .u-align-self-xl-start {
    align-self: flex-start;
  }

  .u-align-self-xl-end {
    align-self: flex-end;
  }

  .u-align-self-xl-center {
    align-self: center;
  }

  .u-align-self-xl-baseline {
    align-self: baseline;
  }

  .u-align-self-xl-stretch {
    align-self: stretch;
  }

  .u-order-xl-first {
    order: -1;
  }

  .u-order-xl-0 {
    order: 0;
  }

  .u-order-xl-1 {
    order: 1;
  }

  .u-order-xl-2 {
    order: 2;
  }

  .u-order-xl-3 {
    order: 3;
  }

  .u-order-xl-4 {
    order: 4;
  }

  .u-order-xl-5 {
    order: 5;
  }

  .u-order-xl-last {
    order: 6;
  }
}

@media (min-width: 1400px) {
  .u-d-xxl-inline {
    display: inline;
  }

  .u-d-xxl-inline-block {
    display: inline-block;
  }

  .u-d-xxl-block {
    display: block;
  }

  .u-d-xxl-grid {
    display: grid;
  }

  .u-d-xxl-table {
    display: table;
  }

  .u-d-xxl-table-row {
    display: table-row;
  }

  .u-d-xxl-table-cell {
    display: table-cell;
  }

  .u-d-xxl-flex {
    display: flex;
  }

  .u-d-xxl-inline-flex {
    display: inline-flex;
  }

  .u-d-xxl-none {
    display: none;
  }

  .u-flex-xxl-fill {
    flex: 1 1 auto;
  }

  .u-flex-xxl-row {
    flex-direction: row;
  }

  .u-flex-xxl-column {
    flex-direction: column;
  }

  .u-flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }

  .u-flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }

  .u-flex-xxl-grow-0 {
    flex-grow: 0;
  }

  .u-flex-xxl-grow-1 {
    flex-grow: 1;
  }

  .u-flex-xxl-shrink-0 {
    flex-shrink: 0;
  }

  .u-flex-xxl-shrink-1 {
    flex-shrink: 1;
  }

  .u-flex-xxl-wrap {
    flex-wrap: wrap;
  }

  .u-flex-xxl-nowrap {
    flex-wrap: nowrap;
  }

  .u-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .u-gap-xxl-0 {
    gap: 0;
  }

  .u-gap-xxl-1 {
    gap: 0.25rem;
  }

  .u-gap-xxl-2 {
    gap: 0.5rem;
  }

  .u-gap-xxl-3 {
    gap: 1rem;
  }

  .u-gap-xxl-4 {
    gap: 1.5rem;
  }

  .u-gap-xxl-5 {
    gap: 3rem;
  }

  .u-gap-xxl-200 {
    gap: 12.5rem;
  }

  .u-justify-content-xxl-start {
    justify-content: flex-start;
  }

  .u-justify-content-xxl-end {
    justify-content: flex-end;
  }

  .u-justify-content-xxl-center {
    justify-content: center;
  }

  .u-justify-content-xxl-between {
    justify-content: space-between;
  }

  .u-justify-content-xxl-around {
    justify-content: space-around;
  }

  .u-justify-content-xxl-evenly {
    justify-content: space-evenly;
  }

  .u-align-items-xxl-start {
    align-items: flex-start;
  }

  .u-align-items-xxl-end {
    align-items: flex-end;
  }

  .u-align-items-xxl-center {
    align-items: center;
  }

  .u-align-items-xxl-baseline {
    align-items: baseline;
  }

  .u-align-items-xxl-stretch {
    align-items: stretch;
  }

  .u-align-content-xxl-start {
    align-content: flex-start;
  }

  .u-align-content-xxl-end {
    align-content: flex-end;
  }

  .u-align-content-xxl-center {
    align-content: center;
  }

  .u-align-content-xxl-between {
    align-content: space-between;
  }

  .u-align-content-xxl-around {
    align-content: space-around;
  }

  .u-align-content-xxl-stretch {
    align-content: stretch;
  }

  .u-align-self-xxl-auto {
    align-self: auto;
  }

  .u-align-self-xxl-start {
    align-self: flex-start;
  }

  .u-align-self-xxl-end {
    align-self: flex-end;
  }

  .u-align-self-xxl-center {
    align-self: center;
  }

  .u-align-self-xxl-baseline {
    align-self: baseline;
  }

  .u-align-self-xxl-stretch {
    align-self: stretch;
  }

  .u-order-xxl-first {
    order: -1;
  }

  .u-order-xxl-0 {
    order: 0;
  }

  .u-order-xxl-1 {
    order: 1;
  }

  .u-order-xxl-2 {
    order: 2;
  }

  .u-order-xxl-3 {
    order: 3;
  }

  .u-order-xxl-4 {
    order: 4;
  }

  .u-order-xxl-5 {
    order: 5;
  }

  .u-order-xxl-last {
    order: 6;
  }
}

@media print {
  .u-d-print-inline {
    display: inline;
  }

  .u-d-print-inline-block {
    display: inline-block;
  }

  .u-d-print-block {
    display: block;
  }

  .u-d-print-grid {
    display: grid;
  }

  .u-d-print-table {
    display: table;
  }

  .u-d-print-table-row {
    display: table-row;
  }

  .u-d-print-table-cell {
    display: table-cell;
  }

  .u-d-print-flex {
    display: flex;
  }

  .u-d-print-inline-flex {
    display: inline-flex;
  }

  .u-d-print-none {
    display: none;
  }
}

.u-w-25 {
  width: 25% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-auto {
  width: auto !important;
}

.u-mw-25 {
  max-width: 25% !important;
}

.u-mw-50 {
  max-width: 50% !important;
}

.u-mw-75 {
  max-width: 75% !important;
}

.u-mw-100 {
  max-width: 100% !important;
}

.u-vw-100 {
  width: 100vw !important;
}

.u-min-vw-100 {
  min-width: 100vw !important;
}

.u-h-25 {
  height: 25% !important;
}

.u-h-50 {
  height: 50% !important;
}

.u-h-75 {
  height: 75% !important;
}

.u-h-100 {
  height: 100% !important;
}

.u-h-auto {
  height: auto !important;
}

.u-mh-100 {
  max-height: 100% !important;
}

.u-vh-100 {
  height: 100vh !important;
}

.u-min-vh-100 {
  min-height: 100vh !important;
}

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

@media (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

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

@media (max-width: 769px) {
  .is-pc {
    display: none !important;
  }
}

.d-768-inline-none {
  display: inline-block;
}

.d-768-inline-block {
  display: none;
}

.d-568-none {
  display: block;
}

.d-568-block {
  display: none;
}

@media (max-width: 768px) {
  .d-768-inline-none,
  .d-768-none {
    display: none;
  }

  .d-768-block {
    display: block;
  }

  .d-768-inline-block {
    display: inline-block;
  }
}

@media (max-width: 568px) {
  .d-568-none {
    display: none;
  }

  .d-568-block {
    display: block;
  }
}

.d-768-none {
  display: block;
}

.d-768-block {
  display: none;
}

@media (max-width: 768px) {
  .d-768-none {
    display: none;
  }

  .d-768-block {
    display: block;
  }
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

@media (max-width: 768px) {
  .tb-hidden {
    display: none;
  }
}

@media (max-width: 568px) {
  .sp-hidden {
    display: none;
  }
}

.sp-show,
.tb-show {
  display: none;
}

@media (max-width: 768px) {
  .tb-show {
    display: block;
  }
}

@media (max-width: 568px) {
  .sp-show {
    display: block;
  }
}

/* 2025-11-25 */

.p-contact--revision .p-contact__wrapper {
  padding-inline: 30px;
  background: #333;
  padding-bottom: 3rem;
  padding-top: 4rem;
  color: #fff;
}

.p-contact--revision .p-contact__title {
  text-align: center;
  font-size: 4.2rem;
  color: #fff;
}

@media (max-width: 768px) {
  .p-contact--revision .p-contact__title {
    font-size: 2.8rem;
  }
}

.p-contact--revision .p-contact__block {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .p-contact--revision .p-contact__block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.p-contact--revision .p-contact__left {
}

.p-contact--revision .p-contact__image-caption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f5f5f5;
  padding: 1rem;
  margin-top: -0.7rem;
}

.p-contact--revision .p-contact__right {
  width: 75%;
}

@media (max-width: 768px) {
  .p-contact--revision .p-contact__right {
    width: 100%;
    margin-top: 3rem;
  }
}

.p-contact--revision .p-contact__text {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  letter-spacing: 0.17em;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .p-contact--revision .p-contact__text {
    font-size: clamp(1.6rem, 4vw, 2rem);
    line-height: 1.8;
  }
}

.p-contact--revision .p-contact__btns {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

@media (max-width: 1024px) {
  .p-contact--revision .p-contact__btns {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    align-items: center;
    margin-top: 3rem;
  }
}

.p-contact--revision .p-contact__btn {
  max-width: 406px;
  width: 100%;
}

.p-contact--revision .p-contact__btn-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #ff4f1b;
}

.p-contact--revision .p-contact__btn-link:hover {
  opacity: 0.6;
}

.p-contact--revision .p-contact__btn-link--orange {
  background-color: #ff4f1b;
  color: #fff;
}

.p-contact--revision .p-contact__btn-label {
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-weight: 700;
  display: block;
}

.p-contact--revision .p-contact__btn-main {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 900;
  display: block;
}

.white {
  color: #fff;
}

.p-contact--revision .p-contact__achievement {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4rem;
  text-align: left;
  color: #fff;
}

.p-contact--revision .p-contact__achievement span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff4f1b;
}

/* 2025-11-27 */

.br {
  display: block;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1rem 0rem 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-header {
    padding-block: 1rem;
  }
}

.p-header__inner {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 0;
  }
}

.p-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 0 2rem;
}

.p-header__top-body {
  display: flex;
  align-items: center;
  gap: 6rem;
}

@media screen and (max-width: 1440px) {
  .p-header__top-body {
    gap: 1rem;
    flex-direction: column;
  }
}

.p-header__logo {
  max-width: 35rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 20rem;
    position: relative;
    z-index: 10;
  }
}

.p-header__logo-link img {
  max-width: 35rem;
  width: 100%;
}

.p-header__logo-text {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #313131;
  font-weight: 500;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .p-header__logo-text {
    font-size: 1rem;
  }
}

.p-header__lead {
  font-size: clamp(16px, 1vw, 20px);
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .p-header__lead {
    display: none;
  }
}

.p-header__pc-btns {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 1440px) {
  .p-header__pc-btns {
    gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__pc-btns {
    display: none;
  }
}

.p-header__pc-btn {
  max-width: 22.5rem;
  width: 90%;
}

@media screen and (max-width: 1440px) {
  .p-header__pc-btn {
    max-width: 27rem;
  }
}

.p-header__pc-btn a {
  width: 100%;
  height: max-content;
  display: block;
  transition: 0.3s;
}

.p-header__pc-btn a:hover {
  opacity: 0.6;
}

/* 
.p-header__hamburger {
  position: relative;
  width: 28px;
  height: 22px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 100;
  display: none;
}

@media (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.p-header__hamburger span:nth-child(1) {
  top: 0;
}

.p-header__hamburger span:nth-child(2) {
  top: 10px;
}

.p-header__hamburger span:nth-child(3) {
  bottom: 0;
}

.p-header__hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.p-header__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
} */

.p-header__nav {
  margin-top: 1rem;
  background: #f5f5f5;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .is-open .p-header__nav {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
  }
}

.p-header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .p-header__menu {
    flex-direction: column;
    gap: 1.75rem;
    text-align: center;
  }
}

.p-header__list a {
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #313131;
  font-weight: 700;
  transition: 0.5s;
}

.p-header__list a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .p-header__list a {
    font-size: clamp(18px, 2vw, 20px);
  }
}

.p-header__sp-btns {
  display: none;
}

@media (max-width: 767px) {
  .p-header__sp-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.875rem;
  }
}

.p-header__sp-btn {
  max-width: 22.5rem;
  width: 90%;
}

.p-header__btns {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 1024px) {
  .p-header__btns {
    gap: 2rem;
    text-align: center;
    align-items: center;
  }
}

.p-header__btn {
  width: 30rem;
}

@media (max-width: 1024px) {
  .p-header__btn {
    width: 23rem;
  }
}

.p-header__btn-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #ff4f1b;
}

.p-header__btn-link:hover {
  opacity: 0.6;
}

.p-header__btn-link--orange {
  background-color: #ff4f1b;
  color: #fff;
}

.p-header__btn-label {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  display: block;
}

@media (max-width: 1024px) {
  .p-header__btn-label {
    font-size: clamp(10px, 1vw, 12px);
  }
}

.p-header__btn-main {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  display: block;
}

@media (max-width: 1024px) {
  .p-header__btn-main {
    font-size: clamp(14px, 1vw, 18px);
  }
}

@media screen and (max-width: 767px) {
  .p-header__btns--pc {
    display: none;
  }
}

.p-header__btns--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-header__btns--sp {
    display: flex;
    flex-direction: column;
  }
}

/* HLルール */
.page-container {
  margin-bottom: 60px;
}

.page-container h1 {
  margin-top: 40px;
}

.page-container h2 {
  font-size: 38px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page-container p {
  font-size: 18px;
  line-height: 1.8;
}

.page-container ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .titlebg {
    background-color: rgb(245, 243, 242);
  }

  .l-main {
    margin-top: 24px;
  }

  .page-container h1 {
    color: #000;
    margin-top: 0;
    padding: 30px 0;
  }

  .page-container h2 {
    font-size: 28px;
  }

  .page-container p {
    font-size: 16px;
  }

  .page-container h3 {
    font-size: 22px;
  }
}

/* 2025-12-08 */

.p-cta-banner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 10;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-cta-banner {
    flex-direction: row;
    width: 100%;
    transform: translateY(0);
    top: auto;
    bottom: 0;
    gap: 0.5rem;
    padding: 5px;
  }
}

.p-cta-banner__btn {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-cta-banner__btn {
    writing-mode: initial;
    width: 50%;
    text-align: center;
    height: auto;
  }
}

.p-cta-banner__btn--orange {
  background-color: #ff4f1b;
  color: #ffffff;
  border: 1px solid #fff;
}

.p-cta-banner__btn--white {
  background-color: #ffffff;
  color: #313131;
  border: 1px solid #ff4f1b;
}

.p-cta-banner__btn:hover {
  opacity: 0.7;
}

/* popup */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .popup,
  .popup.open {
    display: none !important;
  }
}

.popup.open {
  display: flex;
  animation: fadeIn 0.7s;
}

.popup__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

.popup__banner {
  width: auto;
  height: auto;
}

.popup__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup__close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: block;
  padding: 10px;
  width: 60px;
  height: 60px;
  line-height: 1;
  font-size: 40px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: black;
  cursor: pointer;
}

.popup__contact {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  width: 45%;
  height: auto;
  padding: 2rem 1rem;
}

.popup__contact-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

/* contact */
.p-contact {
  padding: 90px 0 90px;
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding: 0;
  }
}

.p-contactForm {
  margin-top: 45px;
  background-color: #f5f3f2;
  padding: 65px 140px 75px;
}

@media screen and (max-width: 768px) {
  .p-contactForm {
    padding: 50px 16.5% 75px;
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm {
    padding: 25px 35px 37px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__titles {
    padding: 190px 0 60px;
    background-color: #000;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (max-width: 500px) {
  .p-contact__titles {
    padding: 95px 0 30px;
  }
}

.p-contactForm__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contactForm__title {
    display: none;
  }
}

.p-contactForm__read {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contactForm__read {
    font-size: 25px;
    letter-spacing: -0.04em;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__read {
    font-size: 13px;
  }
}

.p-contactForm__read a {
  text-decoration: underline;
  color: #1da1f2;
}

.p-contactForm__contents {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-contactForm__contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__contents {
    margin-top: 30px;
  }
}

.p-contactForm__items:nth-child(n + 2) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-contactForm__items:nth-child(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__items:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.p-contactForm__item {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-contactForm__item {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__item {
    font-size: 12px;
  }
}

.p-contactForm__item span {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  background-color: #da4646;
  display: inline-block;
  border-radius: 3px;
  margin-left: 4px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-contactForm__item span {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__item span {
    font-size: 11px;
  }
}

.p-contactForm__input,
.p-contactForm__select {
  padding: 15px 30px;
  border: 2px solid #e8e1dd;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-contactForm__input,
  .p-contactForm__select {
    padding: 18px 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__input,
  .p-contactForm__select {
    padding: 9px 10px;
    font-size: 12px;
  }
}

.p-contactForm__select {
  appearance: auto;
}

.p-contactForm__textarea {
  background-color: #fff;
  border: 2px solid #e8e1dd;
  width: 100%;
  border-radius: 3px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .p-contactForm__textarea {
    padding: 18px 40px;
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__textarea {
    padding: 9px 20px;
    font-size: 12px;
  }
}

.p-contactForm__button {
  margin: 30px auto 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  max-width: 380px;
  width: 100%;
  transition: opacity 0.3s;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-contactForm__button {
    font-size: 30px;
    margin-top: 45px;
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .p-contactForm__button {
    font-size: 15px;
    margin-top: 22px;
    max-width: 250px;
    padding: 8px 0;
  }
}

.p-contactForm__button:hover {
  opacity: 0.7;
}
