@charset "UTF-8";
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vh: 10px;
  --fs: 62.5%;
  --bw: 17px;
}

html {
  overflow-y: scroll;
  background-color: #FCFDFD;
  font-size: var(--fs);
}
html.is-navopen, html.is-modalopen {
  overflow: hidden;
  margin-right: var(--bw);
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.85;
  color: #292B2F;
  word-wrap: break-word;
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: 1.4rem;
  }
}

svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  svg {
    max-width: none;
  }
}

img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  img {
    max-width: none;
  }
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.l-wrap {
  position: relative;
}

.l-aside {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.2857142857%;
  background-color: #FCFDFD;
  overflow-y: auto;
}
@media (any-hover:hover) {
  .l-aside {
    scrollbar-width: none;
  }
  .l-aside::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1618px) {
  .l-aside {
    width: 533px;
  }
}
@media screen and (max-width: 1023.9px) {
  .l-aside {
    position: static;
    height: auto;
    width: 100%;
    background-color: transparent;
  }
}

.l-header {
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .l-header {
    position: fixed;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header {
    top: 24px;
  }
}
html.is-navopen .l-header, html.is-modalopen .l-header {
  width: calc(100% - var(--bw));
}

.l-header__inner {
  position: relative;
  margin: 0 auto;
  width: 80.2575107296%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .l-header__inner {
    width: 90.0428265525%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-header__inner {
    width: 89.3333333333%;
  }
}
.l-header__logo .logo__button {
  display: block;
}
.l-header__logo .logo__button .logo {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
@media screen and (max-width: 767.9px) {
  .l-header__logo .logo__button .logo {
    width: 32px;
  }
}
.l-header__logo .logo__button .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-left: 12px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .l-header__logo .logo__button .text {
    display: none;
  }
}
.l-header__menu {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__menu .menu__button {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #292B2F;
  border-radius: 50% 50%;
}
.l-header__menu .menu__button::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 18px;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
}
.l-header__menu .menu__button::after {
  content: "";
  position: absolute;
  top: calc(50% + 6px);
  left: 18px;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
}
.l-header__menu .menu__button span {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  height: 1px;
  background-color: #FFFFFF;
}
.l-header__menu .menu__button.is-open {
  background-color: transparent;
  border: 1px solid #DDDFE3;
}
.l-header__menu .menu__button.is-open::before {
  top: 50%;
  transform: rotate(45deg);
  background-color: #292B2F;
}
.l-header__menu .menu__button.is-open::after {
  top: 50%;
  transform: rotate(-45deg);
  background-color: #292B2F;
}
.l-header__menu .menu__button.is-open span {
  opacity: 0;
}

.l-nav {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .l-nav {
    position: fixed;
    z-index: 95;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FCFDFD;
    overflow-y: auto;
  }
}
.l-nav__inner {
  position: relative;
  margin: 0 auto;
  width: 80.2575107296%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023.9px) {
  .l-nav__inner {
    opacity: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .l-nav__inner {
    width: 78.6666666667%;
  }
}
.l-nav__upper {
  padding: 120px 0 40px;
}
@media screen and (max-width: 1023.9px) {
  .l-nav__upper {
    padding: 120px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .l-nav__upper {
    padding: 191px 0 79px;
  }
}
.l-nav__list {
  position: relative;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list {
    font-size: 2rem;
  }
}
.l-nav__list > li {
  border-bottom: 1px solid #E7E7EB;
}
.l-nav__list > li .parent {
  position: relative;
}
.l-nav__list > li .parent a {
  position: relative;
  display: block;
  padding: 16px 30px 16px 0;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list > li .parent a {
    padding-right: 40px;
  }
}
.l-nav__list > li .parent a::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #F0F0F4;
  border-radius: 50% 50%;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list > li .parent a::before {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.l-nav__list > li .parent a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 7px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list > li .parent a::after {
    right: 11px;
  }
}
.l-nav__list > li .parent.is-child a::before {
  content: none;
}
.l-nav__list > li .parent.is-child a::after {
  content: none;
}
.l-nav__list > li .parent a.toggle__button {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-color: #F0F0F4;
  border-radius: 50% 50%;
  padding: 0 0;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list > li .parent a.toggle__button {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.l-nav__list > li .parent a.toggle__button span {
  display: block;
  height: 100%;
}
.l-nav__list > li .parent a.toggle__button .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  height: 1px;
  width: 10px;
  background-color: #6167F0;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list > li .parent a.toggle__button .icon::before {
    right: 11px;
  }
}
.l-nav__list > li .parent a.toggle__button .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  height: 1px;
  width: 10px;
  background-color: #6167F0;
  transform: rotate(90deg);
}
@media screen and (max-width: 767.9px) {
  .l-nav__list > li .parent a.toggle__button .icon::after {
    right: 11px;
  }
}
.l-nav__list > li .parent a.toggle__button.is-open .icon::after {
  opacity: 0;
}
.l-nav__list .child {
  display: none;
}
.l-nav__list .child__list {
  color: #6E7077;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
.l-nav__list .child__list li + li {
  margin-top: 6px;
}
.l-nav__list .child__list a {
  position: relative;
  display: block;
  padding: 0 30px 0 1em;
}
.l-nav__list .child__list a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 7px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_gray-b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.6;
}
@media screen and (max-width: 767.9px) {
  .l-nav__list .child__list a::after {
    right: 11px;
  }
}
.l-nav__sublist {
  position: relative;
  font-size: 1.2rem;
  color: #292B2F;
}
.l-nav__sublist li + li {
  margin-top: 4px;
}
.l-nav__lower {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023.9px) {
  .l-nav__lower {
    padding-bottom: 16px;
  }
  .l-nav__lower .l-nav__entry {
    margin-bottom: 0;
  }
  .l-nav__lower .c-button--e {
    text-align: center;
  }
  .l-nav__lower .l-nav__line {
    display: none;
  }
}
.l-nav__entry {
  margin-bottom: 32px;
}
.l-nav__line {
  display: flex;
  padding: 0 5.3475935829%;
  align-items: center;
}
.l-nav__line .body {
  flex: 1;
}
.l-nav__line .logo {
  display: block;
  width: 120px;
  margin-bottom: 6px;
  opacity: 0.6;
}
.l-nav__line .text {
  display: block;
  font-size: 1.2rem;
}
.l-nav__line .qrcode {
  width: 80px;
}

.realization {
  padding: 0 0 104px;
  color: #FCFDFD;
}
@media screen and (max-width: 767.9px) {
  .realization .l-section__wrap {
    padding: 64px 0 0;
  }
}
.realization .c-background-line--a span {
  background-color: #595F76;
  background-image: url(/assets/img/logo_race_blue.svg), linear-gradient(to left, rgb(89, 95, 118), rgba(65, 71, 92, 0.5));
}
@media screen and (max-width: 767.9px) {
  .realization .c-background-line--a span {
    background-color: #595F76;
    background-image: url(/assets/img/logo_race_blue.svg), linear-gradient(to bottom, rgb(65, 71, 92), rgb(89, 95, 118));
    background-position: 70% 0;
    background-repeat: no-repeat;
    background-size: 167% auto;
  }
}
@media screen and (max-width: 767.9px) {
  .realization {
    padding: 0;
    font-size: 12px;
  }
}

.l-footer {
  padding: 0 0 16px;
  background-color: #595F76;
  color: #FCFDFD;
}
.l-footer.pt {
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .l-footer {
    padding-top: 0;
  }
  .l-footer.pt {
    padding-top: 0;
  }
  .l-footer__inner {
    padding: 64px 0 0;
  }
}
.l-footer__line {
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .l-footer__line {
    margin: 0 -6.7796610169% 24px;
  }
}
.l-footer__line .line__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCFDFD;
  color: #1A1C1F;
  border: 1px solid #292B2F;
  -o-border-image: linear-gradient(to top, #E5E6E8, #F0F0F4);
     border-image: linear-gradient(to top, #E5E6E8, #F0F0F4);
  border-image-slice: 1;
  padding: 22px 30px;
}
@media screen and (max-width: 767.9px) {
  .l-footer__line .line__button {
    padding: 18px 24px;
  }
}
.l-footer__line .line__button .logo {
  width: 120px;
  margin-right: 16px;
  flex-shrink: 0;
}
.l-footer__line .line__button .text {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .l-footer__line .line__button .text {
    font-size: 1.6rem;
  }
}
.l-footer__back {
  margin-bottom: 32px;
}
.l-footer__back .back__button::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  margin-right: 5px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_02_gray-e.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767.9px) {
  .l-footer__back .back__button::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 24px;
  }
}
.l-footer__back .back__button::after {
  content: none;
}
.l-footer__back .back__button .m {
  display: inline-block;
  vertical-align: middle;
}
.l-footer__back .back__button .m > span {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .l-footer__back {
    margin-bottom: 24px;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #DCDCE3;
}
@media screen and (max-width: 767.9px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.l-contents {
  position: relative;
  width: 66.7142857143%;
  margin-left: 33.2857142857%;
}
@media screen and (min-width: 1618px) {
  .l-contents {
    width: calc(100% - 533px);
    margin-left: 533px;
  }
}
@media screen and (max-width: 1023.9px) {
  .l-contents {
    width: 100%;
    margin-left: 0;
  }
}

.l-main {
  position: relative;
}

.l-section {
  position: relative;
}
.l-section__wrap {
  position: relative;
  padding: 104px 0;
}
@media screen and (max-width: 767.9px) {
  .l-section__wrap {
    padding: 64px 0;
  }
}
.l-section__wrap.min {
  padding: 64px 0;
}
@media screen and (max-width: 767.9px) {
  .l-section__wrap.min {
    padding: 40px 0;
  }
}
.l-section__wrap.pt0 {
  padding-top: 0;
}
.l-section__wrap.pb0 {
  padding-bottom: 0;
}
.l-section__inner {
  position: relative;
  margin: 0 auto;
  width: 80.0856531049%;
}
@media screen and (min-width: 1818px) {
  .l-section__inner {
    width: 1013px;
  }
}
@media screen and (max-width: 767.9px) {
  .l-section__inner {
    width: 78.6666666667%;
  }
  .l-section__inner.wide {
    width: 89.3333333333%;
  }
}

.c-background-color--black {
  background-color: #1A1C1F;
}
.c-background-color--gray-a {
  background-color: #292B2F;
}
.c-background-color--gray-b {
  background-color: #404246;
}
.c-background-color--gray-new-b {
  background-color: #DDDFE3;
}
.c-background-color--gray-d {
  background-color: #E5E6E8;
}
.c-background-color--gray-e {
  background-color: #F2F3F4;
}
.c-background-color--gray-g {
  background-color: #FCFDFD;
}
.c-background-color--dark-blue {
  background-color: #595F76;
}
.c-background-line--a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-background-line--a span {
  position: relative;
  display: block;
  height: calc(100% + 200px);
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/bg_line_01.svg");
  background-position: 50% -300px;
  background-size: 140% auto;
}
@media screen and (max-width: 767.9px) {
  .c-background-line--a span {
    background-position: 50% -150px;
    background-size: 280% auto;
  }
}
.c-background-line--b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-background-line--b span {
  position: relative;
  display: block;
  height: calc(100% + 200px);
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/bg_line_02.svg");
  background-position: 50% -300px;
  background-size: 140% auto;
}
@media screen and (max-width: 767.9px) {
  .c-background-line--b span {
    background-position: 50% -150px;
    background-size: 280% auto;
  }
}
.c-background-line--c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-background-line--c span {
  position: relative;
  display: block;
  height: calc(100% + 200px);
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/bg_line_03.svg");
  background-position: 50% -300px;
  background-size: 140% auto;
}
@media screen and (max-width: 767.9px) {
  .c-background-line--c span {
    background-position: 50% -150px;
    background-size: 280% auto;
  }
}
.c-background-line--d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-background-line--d span {
  position: relative;
  display: block;
  height: calc(100% + 200px);
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/bg_line_04.svg");
  background-position: 50% -300px;
  background-size: 140% auto;
}
@media screen and (max-width: 767.9px) {
  .c-background-line--d span {
    background-position: 50% -150px;
    background-size: 280% auto;
  }
}

.c-button--a {
  text-decoration: underline;
}
@media (any-hover:hover) {
  .c-button--a {
    text-decoration: none;
  }
}
.c-button--b {
  display: block;
}
@media (any-hover:hover) {
  .c-button--b {
    transition: opacity 0.4s ease;
  }
  .c-button--b:hover {
    opacity: 0.8;
  }
}
.c-button--c {
  position: relative;
  display: block;
  text-align: center;
  color: #EDEDED;
  border: 1px solid #A2A3AA;
  font-size: 1.6rem;
  padding: 14px 40px;
}
.c-button--c::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 24px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_02_gray-e.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-button--c.white {
  color: #1A1C1F;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.c-button--c.white::after {
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
  transform: rotateY(180deg);
}
.c-button--d {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #A2A3AA;
  font-size: 1.6rem;
  padding: 14px 40px;
  font-weight: 500;
}
.c-button--d::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-button--d.white {
  color: #1A1C1F;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.c-button--d.white::after {
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
}
.c-button--d.gray--a {
  color: #292B2F;
  border-color: #FCFDFD;
  background-color: #FCFDFD;
}
.c-button--e {
  position: relative;
  display: block;
  color: #FFFFFF;
  border: 1px solid #6167F0;
  background-color: #6167F0;
  font-size: 1.6rem;
  padding: 14px 40px 14px 20px;
}
.c-button--e::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-button--f {
  position: relative;
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #E7E7EB;
  -o-border-image: linear-gradient(to right, #E7E7EB, #F0F0F4);
     border-image: linear-gradient(to right, #E7E7EB, #F0F0F4);
  border-image-slice: 1;
  padding: 12px 24px 12px 0.6em;
}
@media screen and (max-width: 767.9px) {
  .c-button--f {
    padding: 12px 40px 12px 6.7796610169%;
  }
}
.c-button--f::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767.9px) {
  .c-button--f::after {
    right: 20px;
  }
}
.c-button--g {
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 14px 20px;
  text-align: center;
  color: #FFFFFF;
}
.c-button--g > span {
  display: block;
  padding-right: 40px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_play_01.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
}
.c-button--h {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #E5E6E8;
  background-color: #E5E6E8;
  font-size: 1.6rem;
  padding: 14px 40px;
  color: #292B2F;
}
@media screen and (max-width: 767.9px) {
  .c-button--h {
    border: 1px solid #A2A3AA;
    background-color: transparent;
    color: #292B2F;
    opacity: 0.8;
  }
  .c-button--h::before {
    opacity: 0.6;
  }
}
.c-button--h::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 24px;
  width: 8px;
  height: 6px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_02_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.js-button-motion .m {
  position: relative;
  overflow: hidden;
  display: block;
}
.js-button-motion .m > span {
  display: block;
}
.js-button-motion .m > span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media (any-hover:hover) {
  .js-button-motion:hover .m > span {
    transition: transform 0.54s ease;
    transform: translateY(-100%);
  }
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email] {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #A2A3AA;
  padding: 0.8em 1em;
}

label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  padding-left: 30px;
  font-size: 1.6rem;
}

input[type=radio]::before,
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #A2A3AA;
}
input[type=radio]::after,
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #A2A3AA;
  border-left: 2px solid #A2A3AA;
  transform: rotate(-45deg);
  opacity: 0;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  opacity: 1;
}

textarea {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #A2A3AA;
  padding: 0.8em 1em;
  resize: vertical;
  min-height: 18.2em;
}

button {
  width: 100%;
}

.c-image--fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-image--w100 {
  max-width: none;
  width: 100%;
}

.c-list--a li {
  position: relative;
  padding-left: 1.2em;
}
.c-list--a li ::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list--b {
  counter-reset: count 0;
}
.c-list--b li {
  position: relative;
  padding-left: 1.5em;
}
.c-list--b li ::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(count);
  counter-increment: count 1;
}

.c-scrollbar--a {
  scrollbar-width: thin;
  scrollbar-color: #A2A3AA transparent;
}
.c-scrollbar--a::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 767.9px) {
  .c-scrollbar--a::-webkit-scrollbar {
    width: 4px;
  }
}
.c-scrollbar--a::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-scrollbar--a::-webkit-scrollbar-thumb {
  background-color: #A2A3AA;
  border-radius: 0;
}

.c-text-color-gray-a {
  color: #292B2F;
}
.c-text-color-gray-new-g {
  color: #FCFDFD;
}
.c-text-color-white {
  color: #FFFFFF;
}
.c-text-dot--line1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-text-dot--line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-text-dot--line3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-text-box > * + * {
  margin-top: 1.8em;
}
.c-text-note {
  color: #DCDCE3;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .c-text-note {
    font-size: 1.2rem;
  }
}

.c-title--h1 {
  position: relative;
}
.c-title--h1 > span {
  display: block;
}
.c-title--h1 > span.en {
  font-size: 6.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 767.9px) {
  .c-title--h1 > span.en {
    font-size: 4rem;
  }
}
.c-title--h1 > span.jp {
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .c-title--h1 > span.jp {
    margin-top: 4px;
  }
}
.c-title--h2 {
  position: relative;
}
.c-title--h2.type--a {
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .c-title--h2.type--a {
    font-size: 3.2rem;
    margin-bottom: 48px;
  }
  .c-title--h2.type--a.index {
    margin-left: 0;
  }
}
.c-title--h2.type--b {
  margin-bottom: 64px;
}
@media screen and (max-width: 767.9px) {
  .c-title--h2.type--b {
    margin-bottom: 48px;
  }
  .c-title--h2.type--b.center {
    text-align: center;
  }
}
.c-title--h2.type--b > span {
  display: block;
  font-weight: 500;
}
.c-title--h2.type--b > span.u-font--trajan {
  font-weight: 400;
}
.c-title--h2.type--b .main {
  font-size: 4.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.9px) {
  .c-title--h2.type--b .main {
    font-size: 3.2rem;
  }
}
.c-title--h2.type--b .sub {
  font-size: 2rem;
  color: #6E7077;
}
@media screen and (max-width: 767.9px) {
  .c-title--h2.type--b .sub {
    font-size: 1.8rem;
  }
}
.c-title--h2.type--b .sub + .main {
  margin-top: 8px;
}
.c-title--h3 {
  font-size: 2.8rem;
  line-height: 1.45;
}
@media screen and (max-width: 767.9px) {
  .c-title--h3 {
    font-size: 2rem;
    line-height: 1.65;
  }
}
.c-title--h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .c-title--h4 {
    font-size: 1.8rem;
  }
}

.js-title-motion .m {
  position: relative;
  overflow: hidden;
  display: block;
}
.js-title-motion .m > span {
  display: block;
  transform: translateY(100%);
}

.c-toggle__button {
  cursor: pointer;
}
.c-toggle__body {
  display: none;
}

.c-video--fit {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-breadcrumb .l-section__wrap {
  padding: 40px 0 0;
}
@media screen and (max-width: 767.9px) {
  .p-breadcrumb .l-section__wrap {
    padding-top: 16px;
  }
}
.p-breadcrumb__inner {
  display: flex;
}
.p-breadcrumb__main {
  flex: 1;
}
.p-breadcrumb__list {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .p-breadcrumb__list {
    font-size: 1rem;
  }
}
.p-breadcrumb__list li {
  position: relative;
}
.p-breadcrumb__list li + li {
  padding-left: 2.2em;
}
@media screen and (max-width: 767.9px) {
  .p-breadcrumb__list li + li {
    padding-left: 1.7em;
  }
}
.p-breadcrumb__list li + li::before {
  content: ">";
  color: #A2A3AA;
  position: absolute;
  top: 0;
  left: 0.8em;
}
@media screen and (max-width: 767.9px) {
  .p-breadcrumb__list li + li::before {
    left: 0.4em;
  }
}
.p-breadcrumb__list a {
  display: inline-block;
}
.p-breadcrumb__scroll {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .p-breadcrumb__scroll {
    display: none;
    width: 120px;
    text-align: right;
  }
  .p-breadcrumb__scroll span {
    display: none;
  }
}
.p-breadcrumb__scroll .scroll__button {
  font-size: 1rem;
  color: #6167F0;
}

.p-companygroup__list {
  font-weight: 500;
}
.p-companygroup__list > li + li {
  margin-top: 48px;
}
.p-companygroup__list .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-companygroup__list .list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -24px 0;
}
@media screen and (max-width: 767.9px) {
  .p-companygroup__list .list {
    margin: -8px -6.7796610169% 0;
  }
}
.p-companygroup__list .list li {
  width: 50%;
  padding: 0 24px;
  margin-top: 8px;
}
@media screen and (max-width: 767.9px) {
  .p-companygroup__list .list li {
    width: 100%;
    padding: 0 0;
  }
}
.p-companygroup__list .list li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-companygroup__list .list li .text {
  position: relative;
  display: block;
  font-size: 1.4rem;
  border-bottom: 1px solid #E7E7EB;
  -o-border-image: linear-gradient(to right, #E7E7EB, #F0F0F4);
     border-image: linear-gradient(to right, #E7E7EB, #F0F0F4);
  border-image-slice: 1;
  padding: 12px 24px 12px 0.6em;
}
@media screen and (max-width: 767.9px) {
  .p-companygroup__list .list li .text {
    padding: 12px 40px 12px 6.7796610169%;
  }
}

.p-contact__list > li + li {
  margin-top: 40px;
}
.p-contact__list .name {
  margin-bottom: 16px;
}
.p-contact__list .name .required {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1em;
}
.p-contact__list .unit .error {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  color: #E60012;
}
@media screen and (max-width: 767.9px) {
  .p-contact__list .privacy .unit label {
    font-size: 1.4rem;
  }
  .p-contact__list .privacy .unit input::before {
    top: 4px;
  }
  .p-contact__list .privacy .unit input::after {
    top: 8px;
  }
}
.p-contact__privacy {
  position: relative;
  overflow-y: auto;
  height: 290px;
  margin-bottom: 16px;
  border: 1px solid #A2A3AA;
}
.p-contact__privacy .privacy__inner {
  padding: 24px 24px;
  color: #292B2F;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .p-contact__privacy .privacy__inner {
    padding: 16px 16px;
    font-size: 1.2rem;
  }
}
.p-contact__privacy .privacy__inner .privacy__unit + .privacy__unit {
  margin-top: 3em;
}
.p-contact__privacy .privacy__inner .privacy__unit * + * {
  margin-top: 1.5em;
}
.p-contact__privacy .privacy__inner .privacy__unit .mt0 {
  margin-top: 0;
}
.p-contact__privacy .privacy__inner .privacy__unit .mt05 {
  margin-top: 0.5em;
}
.p-contact__privacy .privacy__inner .privacy__unit .mt10 {
  margin-top: 1em;
}
.p-contact__privacy .privacy__inner .privacy__unit .li0 li {
  margin-top: 0;
}
.p-contact__submit {
  margin-top: 64px;
}
@media screen and (max-width: 767.9px) {
  .p-contact__submit {
    margin-top: 32px;
  }
}
.p-contact__submit > * + * {
  margin-top: 16px;
}

.mw_wp_form_confirm .p-contact__list .name {
  color: #292B2F;
}
.mw_wp_form_confirm .p-contact__list .unit {
  color: #404246;
  opacity: 0.7;
}
.mw_wp_form_confirm .p-contact__list .privacy {
  display: none;
}

.p-fixedentry {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .p-fixedentry {
    position: fixed;
    z-index: 80;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    transform: translateY(102%);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-fixedentry__button {
    margin: 0 4.2666666667% 16px;
  }
  .p-fixedentry.is-show {
    transform: translateY(0);
  }
}

.p-interviewpanel {
  display: block;
  overflow: hidden;
}
.p-interviewpanel .image {
  position: relative;
  overflow: hidden;
}
.p-interviewpanel .image span {
  position: relative;
  display: block;
}
.p-interviewpanel .image span img {
  display: block;
}
.p-interviewpanel .image::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background-color: #6167F0;
  width: 32px;
  height: 32px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_white.svg");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center center;
}
.p-interviewpanel .name {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 1.2rem;
  color: #6167F0;
}
.p-interviewpanel .body {
  margin-top: 16px;
}
.p-interviewpanel .text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-interviewpanel .info {
  color: #6E7077;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.2;
}
.p-interviewpanel .info p + p {
  margin-top: 0.4em;
}

@media (any-hover:hover) {
  a.p-interviewpanel .image span img {
    transition: transform 0.4s ease;
  }
  a.p-interviewpanel:hover .image span img {
    transform: scale(1.06);
  }
}

.p-loader {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 33.2857142857%;
  width: 66.7142857143%;
  height: 100%;
  background-color: #F2F3F4;
}
@media screen and (min-width: 1618px) {
  .p-loader {
    width: calc(100% - 533px);
    left: 533px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p-loader {
    width: 100%;
    left: 0;
  }
}

.p-modal-movie {
  position: relative;
  max-width: 960px;
  margin: 64px auto;
}
@media screen and (max-width: 767.9px) {
  .p-modal-movie {
    margin: 56px auto;
  }
}
.p-modal-movie .movie {
  aspect-ratio: 16/9;
}
.p-modal-movie .movie video {
  width: 100%;
}

.mfp-container {
  padding: 0 20px;
}
@media screen and (max-width: 767.9px) {
  .mfp-container {
    padding: 0 5.3333333333%;
  }
}
.mfp-close {
  width: 56px;
  height: 56px;
  opacity: 1;
  font-size: 0;
  top: -64px !important;
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .mfp-close {
    width: 40px;
    height: 40px;
    top: -48px !important;
  }
}
.mfp-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #EDEDED;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #EDEDED;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mfp-fadein.mfp-bg {
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
.mfp-fadein.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fadein.mfp-wrap .mfp-content {
  transition: all 0.3s ease-out;
}
.mfp-fadein.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.p-pager {
  margin-top: 64px;
}
@media screen and (max-width: 767.9px) {
  .p-pager {
    margin-top: 48px;
  }
}
.p-pager .nav-links {
  position: relative;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.4em;
  padding-bottom: 24px;
  margin: 0 -5.3475935829%;
}
@media screen and (max-width: 767.9px) {
  .p-pager .nav-links {
    margin: 0 -6.7796610169%;
    padding-bottom: 64px;
  }
}
.p-pager .nav-links .page-numbers {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50% 50%;
  margin: 0 4px;
  background-color: #FCFDFD;
}
@media screen and (max-width: 767.9px) {
  .p-pager .nav-links .page-numbers {
    width: 64px;
    height: 64px;
    line-height: 64px;
    background-color: #F2F3F4;
  }
}
.p-pager .nav-links .page-numbers.dots {
  width: 1em;
  color: #FCFDFD;
  background-color: transparent;
}
.p-pager .nav-links .page-numbers.prev {
  font-size: 0;
  width: 10px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-position: center center;
  background-color: transparent;
  transform: rotateY(180deg);
}
.p-pager .nav-links .page-numbers.next {
  font-size: 0;
  width: 10px;
  background-image: url("/wordpress/wp-content/themes/referral_race/assets/img/icon_arrow_01_blue.svg");
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-position: center center;
  background-color: transparent;
}
.p-pager .nav-links .page-numbers.current {
  color: #6167F0;
}
@media (any-hover:hover) {
  .p-pager .nav-links a.page-numbers {
    transition: opacity 0.4s ease;
  }
  .p-pager .nav-links a.page-numbers:hover {
    opacity: 0.8;
  }
}

.p-visual .l-section__wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .p-visual .l-section__wrap {
    padding-bottom: 24px;
  }
}
.p-visual .l-section__inner {
  height: 256px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767.9px) {
  .p-visual .l-section__inner {
    height: 287px;
  }
}
@media screen and (max-width: 767.9px) {
  .p-visual.small .l-section__inner {
    height: 112px;
  }
}

.js-fadein, .js-fadein--up, .js-fadein--scale {
  position: relative;
  opacity: 0;
}

.u-display--block {
  display: block;
}

.u-display--inline {
  display: inline;
}

.u-display--inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .u-ancher {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767.9px) {
  .u-pc {
    display: none;
  }
  .u-ancher {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.u-font--trajan {
  font-family: "trajan-pro-3", serif;
}

.u-font--notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font--shippori {
  font-family: "Shippori Mincho B1", serif;
}

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

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

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

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

.u-mt--p0 {
  margin-top: 0px !important;
}

.u-mt--p8 {
  margin-top: 8px !important;
}

.u-mt--p16 {
  margin-top: 16px !important;
}

.u-mt--p24 {
  margin-top: 24px !important;
}

.u-mt--p32 {
  margin-top: 32px !important;
}

.u-mt--p40 {
  margin-top: 40px !important;
}

.u-mt--p48 {
  margin-top: 48px !important;
}

.u-mt--p56 {
  margin-top: 56px !important;
}

.u-mt--p64 {
  margin-top: 64px !important;
}

.u-mt--p72 {
  margin-top: 72px !important;
}

.u-mt--p80 {
  margin-top: 80px !important;
}

.u-mt--p88 {
  margin-top: 88px !important;
}

.u-mt--p96 {
  margin-top: 96px !important;
}

.u-mt--p104 {
  margin-top: 104px !important;
}

.u-mt--p112 {
  margin-top: 112px !important;
}

.u-mt--p120 {
  margin-top: 120px !important;
}

.u-mb--p0 {
  margin-bottom: 0px !important;
}

.u-mb--p8 {
  margin-bottom: 8px !important;
}

.u-mb--p16 {
  margin-bottom: 16px !important;
}

.u-mb--p24 {
  margin-bottom: 24px !important;
}

.u-mb--p32 {
  margin-bottom: 32px !important;
}

.u-mb--p40 {
  margin-bottom: 40px !important;
}

.u-mb--p48 {
  margin-bottom: 48px !important;
}

.u-mb--p56 {
  margin-bottom: 56px !important;
}

.u-mb--p64 {
  margin-bottom: 64px !important;
}

.u-mb--p72 {
  margin-bottom: 72px !important;
}

.u-mb--p80 {
  margin-bottom: 80px !important;
}

.u-mb--p88 {
  margin-bottom: 88px !important;
}

.u-mb--p96 {
  margin-bottom: 96px !important;
}

.u-mb--p104 {
  margin-bottom: 104px !important;
}

.u-mb--p112 {
  margin-bottom: 112px !important;
}

.u-mb--p120 {
  margin-bottom: 120px !important;
}

.u-pt--p0 {
  padding-top: 0px !important;
}

.u-pt--p8 {
  padding-top: 8px !important;
}

.u-pt--p16 {
  padding-top: 16px !important;
}

.u-pt--p24 {
  padding-top: 24px !important;
}

.u-pt--p32 {
  padding-top: 32px !important;
}

.u-pt--p40 {
  padding-top: 40px !important;
}

.u-pt--p48 {
  padding-top: 48px !important;
}

.u-pt--p56 {
  padding-top: 56px !important;
}

.u-pt--p64 {
  padding-top: 64px !important;
}

.u-pt--p72 {
  padding-top: 72px !important;
}

.u-pt--p80 {
  padding-top: 80px !important;
}

.u-pt--p88 {
  padding-top: 88px !important;
}

.u-pt--p96 {
  padding-top: 96px !important;
}

.u-pt--p104 {
  padding-top: 104px !important;
}

.u-pt--p112 {
  padding-top: 112px !important;
}

.u-pt--p120 {
  padding-top: 120px !important;
}

.u-pb--p0 {
  padding-bottom: 0px !important;
}

.u-pb--p8 {
  padding-bottom: 8px !important;
}

.u-pb--p16 {
  padding-bottom: 16px !important;
}

.u-pb--p24 {
  padding-bottom: 24px !important;
}

.u-pb--p32 {
  padding-bottom: 32px !important;
}

.u-pb--p40 {
  padding-bottom: 40px !important;
}

.u-pb--p48 {
  padding-bottom: 48px !important;
}

.u-pb--p56 {
  padding-bottom: 56px !important;
}

.u-pb--p64 {
  padding-bottom: 64px !important;
}

.u-pb--p72 {
  padding-bottom: 72px !important;
}

.u-pb--p80 {
  padding-bottom: 80px !important;
}

.u-pb--p88 {
  padding-bottom: 88px !important;
}

.u-pb--p96 {
  padding-bottom: 96px !important;
}

.u-pb--p104 {
  padding-bottom: 104px !important;
}

.u-pb--p112 {
  padding-bottom: 112px !important;
}

.u-pb--p120 {
  padding-bottom: 120px !important;
}

.u-mt--r0 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mb--r0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt--r0 {
  padding-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pb--r0 {
  padding-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767.9px) {
  .u-mt--p0-sp {
    margin-top: 0px !important;
  }
  .u-mt--p8-sp {
    margin-top: 8px !important;
  }
  .u-mt--p16-sp {
    margin-top: 16px !important;
  }
  .u-mt--p24-sp {
    margin-top: 24px !important;
  }
  .u-mt--p32-sp {
    margin-top: 32px !important;
  }
  .u-mt--p40-sp {
    margin-top: 40px !important;
  }
  .u-mt--p48-sp {
    margin-top: 48px !important;
  }
  .u-mt--p56-sp {
    margin-top: 56px !important;
  }
  .u-mt--p64-sp {
    margin-top: 64px !important;
  }
  .u-mt--p72-sp {
    margin-top: 72px !important;
  }
  .u-mt--p80-sp {
    margin-top: 80px !important;
  }
  .u-mt--p88-sp {
    margin-top: 88px !important;
  }
  .u-mt--p96-sp {
    margin-top: 96px !important;
  }
  .u-mt--p104-sp {
    margin-top: 104px !important;
  }
  .u-mt--p112-sp {
    margin-top: 112px !important;
  }
  .u-mt--p120-sp {
    margin-top: 120px !important;
  }
  .u-mb--p0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb--p8-sp {
    margin-bottom: 8px !important;
  }
  .u-mb--p16-sp {
    margin-bottom: 16px !important;
  }
  .u-mb--p24-sp {
    margin-bottom: 24px !important;
  }
  .u-mb--p32-sp {
    margin-bottom: 32px !important;
  }
  .u-mb--p40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb--p48-sp {
    margin-bottom: 48px !important;
  }
  .u-mb--p56-sp {
    margin-bottom: 56px !important;
  }
  .u-mb--p64-sp {
    margin-bottom: 64px !important;
  }
  .u-mb--p72-sp {
    margin-bottom: 72px !important;
  }
  .u-mb--p80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb--p88-sp {
    margin-bottom: 88px !important;
  }
  .u-mb--p96-sp {
    margin-bottom: 96px !important;
  }
  .u-mb--p104-sp {
    margin-bottom: 104px !important;
  }
  .u-mb--p112-sp {
    margin-bottom: 112px !important;
  }
  .u-mb--p120-sp {
    margin-bottom: 120px !important;
  }
  .u-pt--p0-sp {
    padding-top: 0px !important;
  }
  .u-pt--p8-sp {
    padding-top: 8px !important;
  }
  .u-pt--p16-sp {
    padding-top: 16px !important;
  }
  .u-pt--p24-sp {
    padding-top: 24px !important;
  }
  .u-pt--p32-sp {
    padding-top: 32px !important;
  }
  .u-pt--p40-sp {
    padding-top: 40px !important;
  }
  .u-pt--p48-sp {
    padding-top: 48px !important;
  }
  .u-pt--p56-sp {
    padding-top: 56px !important;
  }
  .u-pt--p64-sp {
    padding-top: 64px !important;
  }
  .u-pt--p72-sp {
    padding-top: 72px !important;
  }
  .u-pt--p80-sp {
    padding-top: 80px !important;
  }
  .u-pt--p88-sp {
    padding-top: 88px !important;
  }
  .u-pt--p96-sp {
    padding-top: 96px !important;
  }
  .u-pt--p104-sp {
    padding-top: 104px !important;
  }
  .u-pt--p112-sp {
    padding-top: 112px !important;
  }
  .u-pt--p120-sp {
    padding-top: 120px !important;
  }
  .u-pb--p0-sp {
    padding-bottom: 0px !important;
  }
  .u-pb--p8-sp {
    padding-bottom: 8px !important;
  }
  .u-pb--p16-sp {
    padding-bottom: 16px !important;
  }
  .u-pb--p24-sp {
    padding-bottom: 24px !important;
  }
  .u-pb--p32-sp {
    padding-bottom: 32px !important;
  }
  .u-pb--p40-sp {
    padding-bottom: 40px !important;
  }
  .u-pb--p48-sp {
    padding-bottom: 48px !important;
  }
  .u-pb--p56-sp {
    padding-bottom: 56px !important;
  }
  .u-pb--p64-sp {
    padding-bottom: 64px !important;
  }
  .u-pb--p72-sp {
    padding-bottom: 72px !important;
  }
  .u-pb--p80-sp {
    padding-bottom: 80px !important;
  }
  .u-pb--p88-sp {
    padding-bottom: 88px !important;
  }
  .u-pb--p96-sp {
    padding-bottom: 96px !important;
  }
  .u-pb--p104-sp {
    padding-bottom: 104px !important;
  }
  .u-pb--p112-sp {
    padding-bottom: 112px !important;
  }
  .u-pb--p120-sp {
    padding-bottom: 120px !important;
  }
}
.u-letter-spacing--palt {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-breakall {
  word-break: break-all;
}

.u-color--black {
  color: #1A1C1F;
}

.u-color--gray-a {
  color: #292B2F;
}

.u-color--gray-b {
  color: #404246;
}

.u-color--gray-c {
  color: #DCDCE3;
}

.u-color--gray-d {
  color: #A2A3AA;
}

.u-color--gray-e {
  color: #EDEDED;
}

.u-color--white {
  color: #FFFFFF;
}

.u-color--red {
  color: #E60012;
}

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

.u-text-align--left {
  text-align: left;
}

.u-text-align--right {
  text-align: right;
}/*# sourceMappingURL=common.css.map */