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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-c-orange {
  color: #f05b23 !important;
}

.u-bg-orange {
  background-color: #f05b23 !important;
}

.u-c-cream {
  color: #fff9f1 !important;
}

.u-bg-cream {
  background-color: #fff9f1 !important;
}

.u-c-gold {
  color: #c3c69a !important;
}

.u-bg-gold {
  background-color: #c3c69a !important;
}

.u-c-indigo {
  color: #5c6bc0 !important;
}

.u-bg-indigo {
  background-color: #5c6bc0 !important;
}

.u-c-purple {
  color: #ab47bc !important;
}

.u-bg-purple {
  background-color: #ab47bc !important;
}

.u-c-pink {
  color: #ec407a !important;
}

.u-bg-pink {
  background-color: #ec407a !important;
}

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

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

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

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

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

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

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

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

.u-c-teal {
  color: #26a69a !important;
}

.u-bg-teal {
  background-color: #26a69a !important;
}

.u-c-cyan {
  color: #26c6da !important;
}

.u-bg-cyan {
  background-color: #26c6da !important;
}

.u-bg-stwhite {
  background: url(../images/common/bg-fill-01.jpg) repeat;
  background-size: auto;
}

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

.u-font-roboto {
  font-family: "Roboto", sans-serif;
}

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

.u-font-serif {
  font-family: "notoserif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

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

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

@media screen and (max-width: 750px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    align-items: center !important;
  }
}
.u-txtpos-left {
  text-align: left !important;
}

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

@media screen and (max-width: 750px) {
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    align-items: left !important;
  }
}
.u-txtpos-right {
  text-align: right !important;
}

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

@media screen and (max-width: 750px) {
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    align-items: right !important;
  }
}
.u-txtpos-top {
  text-align: top !important;
}

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

@media screen and (max-width: 750px) {
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    align-items: top !important;
  }
}
.u-txtpos-bottom {
  text-align: bottom !important;
}

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

@media screen and (max-width: 750px) {
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    align-items: bottom !important;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.otf");
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Light.ttf") format("truetype");
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.otf");
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Medium.ttf") format("truetype");
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.otf");
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Bold.ttf") format("truetype");
}
:root {
  --c-white: #ffffff;
  --c-black: #333333;
  --c-dark: #4f4f4f;
  --c-blue: #4270ed;
  --c-light-blue: #f0faff;
  --c-gray: #999999;
  --c-light-gray: #e8e8e8;
  --c-light: #fafafa;
  --c-orange: #f05b23;
  --c-cream: #fff9f1;
  --c-gold: #c3c69a;
  --c-indigo: #5c6bc0;
  --c-purple: #ab47bc;
  --c-pink: #ec407a;
  --c-red: #e55a00;
  --c-yellow: #ffee58;
  --c-light-yellow: #fbfddc;
  --c-green: #66bb6a;
  --c-teal: #26a69a;
  --c-cyan: #26c6da;
  --f-roboto: Roboto, sans-serif;
  --f-sans: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --f-serif: notoserif, Times New Roman, YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
}

html {
  font-size: 62.5%;
}

body {
  color: var(--c-black);
  font-size: 1.6rem;
  font-family: var(--f-sans);
}
body.hidden {
  overflow: hidden;
}

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

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
    scroll-padding-top: 4.5rem;
  }
  body {
    font-size: 2.8rem;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1180px + 10rem);
  padding-inline: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-md {
  max-width: calc(1145px + 10rem);
}
.l-container.-sm {
  max-width: calc(960px + 10rem);
}
.l-container.-lg {
  max-width: calc(1460px + 10rem);
}
.l-container.-xl {
  max-width: calc(1460px + 1.5rem);
  padding-inline: 3rem;
}

@media screen and (max-width: 750px) {
  .l-container {
    padding-inline: 3.5rem;
  }
}
.l-main {
  overflow-x: hidden;
}

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

.c-nav__wrap {
  padding-right: 10rem;
}

.c-nav__list {
  justify-content: space-between;
  column-gap: 5.5rem;
}

.c-nav__item a {
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: var(--c-black);
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-nav__item a:hover {
    color: var(--c-red);
  }
}
.c-nav__item.-circle {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
}
.c-nav__item.-circle i {
  margin-top: -1rem;
  transition: 0.3s;
}
.c-nav__item.-circle i img {
  width: 3.2rem;
}
.c-nav__item.-circle a {
  background-color: var(--c-orange);
  color: var(--c-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
}
@media (hover: hover) {
  .c-nav__item.-circle a:hover i {
    opacity: 0.5;
  }
}
.c-nav__btn {
  display: none;
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: -1.4rem;
  top: -0.7rem;
  cursor: pointer;
  background-color: var(--c-red);
  border-radius: 100%;
}

.c-nav__btn-line {
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 4.4rem;
  height: 0.3rem;
  background-color: var(--c-white);
  border-radius: 3px;
  transition: all 0.5s;
  box-sizing: border-box;
  display: inline-block;
}
.c-nav__btn-line:nth-of-type(1) {
  top: 2.5rem;
}
.c-nav__btn-line:nth-of-type(2) {
  top: 3.8rem;
}
.c-nav__btn-line:nth-of-type(3) {
  bottom: 2.5rem;
}

.c-nav__splogo {
  display: none;
}

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

.u-sp__logo {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1360px) {
  .c-nav__wrap {
    padding-right: 7.5rem;
  }
  .c-nav__list {
    column-gap: 3rem;
  }
  .c-nav__item a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  .c-nav__list {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 1060px) {
  .c-nav__wrap {
    position: fixed;
    right: -100%;
    top: 0;
    width: 54rem;
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
    background-color: var(--c-white);
    padding-top: 3rem;
    padding-right: 0;
    transition: right 0.3s;
    z-index: 99;
  }
  .c-nav__wrap.active {
    right: 0;
  }
  .c-nav__list {
    flex-direction: column;
  }
  .c-nav__item {
    position: relative;
  }
  .c-nav__item::after {
    content: "";
    display: block;
    width: calc(100% - 6rem);
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 3rem;
    background-color: var(--c-gray);
  }
  .c-nav__item.-circle {
    position: relative;
    right: 0;
    top: 0;
  }
  .c-nav__item.-circle i {
    display: none;
  }
  .c-nav__item.-circle a {
    display: block;
    background-color: transparent;
    width: 100%;
    height: auto;
    color: var(--c-black);
    position: relative;
  }
  .c-nav__item.-circle a::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("../images/common/sp-nav_arrow.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .c-nav__item a {
    font-size: 1.6rem;
    padding: 3rem 5rem;
  }
  .u-sp__logo {
    display: block;
  }
  .u-sp__logo img {
    width: 20rem;
  }
  .u-sp__logo .c-header__logo--text {
    margin-left: 3rem;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    display: block;
  }
  .c-nav__btn {
    display: block;
    z-index: 999;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 5.7rem;
    transform: rotate(45deg) translateX(calc(-50% - 0.5rem));
    left: 47%;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 5.7rem;
    transform: rotate(-45deg) translateX(calc(-50% - 0.5rem));
    left: 47%;
  }
}
@media screen and (max-width: 750px) {
  .c-nav__btn {
    width: 11.8rem;
    height: 11.8rem;
    top: -1.6rem;
  }
  .c-nav__wrap {
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 3rem;
  }
  .c-nav__btn-line {
    width: 5.4rem;
  }
  .c-nav__btn-line:nth-of-type(1) {
    top: 4rem;
  }
  .c-nav__btn-line:nth-of-type(2) {
    top: 5.7rem;
  }
  .c-nav__btn-line:nth-of-type(3) {
    bottom: 4rem;
  }
  .c-nav__item::after {
    width: calc(100% - 12rem);
    left: 6rem;
  }
  .c-nav__item a {
    padding: 3.9rem 11rem;
    font-size: 4.2rem;
  }
  .c-nav__item.-circle a::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 8.2rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(1) {
    top: 8.2rem;
  }
  .c-nav__btn.active .c-nav__btn-line:nth-of-type(3) {
    bottom: 7.8rem;
  }
  .u-sp__logo a {
    padding-left: 7rem;
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }
  .u-sp__logo img {
    width: 30rem;
  }
  .u-sp__logo .c-header__logo--text {
    text-align: left;
    font-size: 2.6rem;
    margin-left: 5rem;
    margin-top: 2.5rem;
  }
  .u-sp__logo .c-header__logo--text .sp-sm {
    font-size: 2.1rem;
  }
}
.c-footer {
  margin-top: 12rem;
  padding: 1.5rem 0;
  background-image: linear-gradient(90deg, rgb(152, 152, 152), rgb(1, 1, 1));
}

.c-footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--c-white);
}

@media screen and (max-width: 750px) {
  .c-footer {
    margin-top: 4rem;
  }
  .c-footer__copyright {
    font-size: 1.7rem;
    line-height: 1.4;
  }
}
.c-header__title {
  font-size: 1rem;
  color: var(--c-white);
  background-color: var(--c-gray);
  font-weight: normal;
  line-height: 1;
  text-align: right;
  width: 100%;
  padding: 0.5rem 1.2rem 0.6rem;
}

.c-header {
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--c-white);
  border-radius: 1rem;
  padding: 0.3rem 3rem;
  position: relative;
  width: 98.9%;
}

.c-header__logo--wrap {
  display: flex;
  align-items: center;
  column-gap: 5rem;
}

.c-header__logo--text {
  font-size: 2rem;
  font-weight: 500;
  color: var(--c-red);
}

.c-header__logo img {
  width: 14rem;
}
.c-header__logo a {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  line-height: 1.6;
  color: var(--c-black);
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 500;
}
.c-header__logo a span {
  line-height: 1;
}

.c-header__logo--small {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 0.3rem;
}

@media screen and (min-width: 751px) and (max-width: 1420px) {
  .c-header__logo--wrap {
    column-gap: 3rem;
  }
  .c-header__logo--text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  .c-header__inner {
    padding-left: 1.5rem;
  }
  .c-header__logo img {
    width: 11rem;
  }
  .c-header__logo--wrap {
    column-gap: 1.5rem;
  }
  .c-header__logo--text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .c-header {
    top: 4rem;
  }
  .c-header__inner {
    border-radius: 1.5rem;
  }
  .c-header__title {
    visibility: hidden;
    padding: 0;
    height: 0;
  }
  .c-header__logo--wrap {
    column-gap: 3rem;
  }
  .c-header__logo img {
    width: 20rem;
  }
  .c-header__logo a {
    padding: 2.4rem 0;
  }
  .c-header__logo--text {
    text-align: center;
    font-size: 2.2rem;
  }
  .c-header__logo--text .sp-sm {
    font-size: 1.85rem;
  }
}
.c-mv {
  position: relative;
  background-color: #999;
}
.c-mv .l-container {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
}

.c-mv__slide {
  pointer-events: none;
}

.c-mv__slide--item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 2.1rem);
  height: calc(100dvh - 2.1rem);
  min-height: 81rem;
}

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

.c-mv__title {
  padding-bottom: 11rem;
}
.c-mv__title img {
  width: 72rem;
  margin: auto;
}

.c-mv__lead {
  font-size: 5.4rem;
  font-family: var(--f-serif);
  font-weight: 600;
  color: var(--c-white);
}

.u-mv {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 63rem;
  padding-bottom: 6rem;
}

.u-mv__inner {
  text-align: center;
  color: var(--c-white);
}

.u-mv__title {
  font-size: 7rem;
  font-family: var(--f-roboto);
  padding-top: 20rem;
}

.u-mv__cach {
  font-size: 2.4rem;
  padding-top: 7.5rem;
  display: block;
}

.u-mv__lead {
  font-size: 1.95rem;
  line-height: 1.65;
  padding-top: 5rem;
}

@media screen and (max-width: 750px) {
  .c-mv .l-container {
    top: 0;
  }
  .c-mv__title {
    padding-top: 75.5rem;
    padding-bottom: 18.5rem;
  }
  .c-mv__title img {
    width: 46rem;
  }
  .c-mv__inner {
    height: auto;
  }
  .c-mv__lead {
    font-size: 5.8rem;
  }
  .c-mv__slide--item {
    height: auto;
    min-height: 161rem;
  }
  .u-mv {
    padding-bottom: 8rem;
    min-height: initial;
  }
  .u-mv__title {
    font-size: 10rem;
    padding-top: 20.3rem;
    line-height: 1.05;
  }
  .u-mv__cach {
    font-size: 3.5rem;
    padding-top: 5.5rem;
  }
  .u-mv__lead {
    font-size: 3rem;
    line-height: 1.67;
    padding-top: 7rem;
  }
}
.c-btn {
  text-align: center;
}
.c-btn .c-btn__link {
  font-weight: 500;
  min-width: 16rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-red);
  column-gap: 2rem;
  background: linear-gradient(to left, var(--c-white) 50%, var(--c-red) 50%) right;
  background-size: 210% !important;
  border: 1px solid var(--c-red);
  border-radius: 1.2rem;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.c-btn .c-btn__link img {
  width: 0.7rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn .c-btn__link:hover {
    color: var(--c-white);
    background-position: left !important;
  }
  .c-btn .c-btn__link:hover i img {
    filter: brightness(0) invert(1);
  }
}

.-lg .c-btn__link {
  min-width: 28rem;
}

@media screen and (max-width: 750px) {
  .c-btn .c-btn__link {
    width: 100%;
    max-width: 60rem;
    min-height: 9.5rem;
    border-radius: 2rem;
    font-size: 3rem;
    column-gap: 3rem;
  }
  .c-btn .c-btn__link img {
    width: 1.3rem;
  }
}
.c-title {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-title__small {
  font-size: 2.2rem;
  display: block;
}

.c-title__single {
  color: var(--c-red);
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
  .c-title {
    font-size: 9rem;
    line-height: 1.35;
  }
  .c-title__small {
    font-size: 4.2rem;
  }
  .c-title__single {
    font-size: 3.8rem;
    margin-bottom: 7.2rem;
  }
}
.c-cv {
  padding: 6rem 0;
  background-color: var(--c-light-blue);
}
.c-cv__content {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
}
.c-cv__content--text {
  margin-bottom: 1rem;
}
.c-cv__content--price {
  letter-spacing: 0.04em;
  font-weight: 600;
}
.c-cv__content--price .large {
  font-size: 4rem;
  display: inline-block;
}
.c-cv__btn a {
  color: var(--c-white);
  position: relative;
  display: block;
  padding: 2rem 3rem;
  border-radius: 6rem;
  font-size: 1.8rem;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.c-cv__btn a::before, .c-cv__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
  display: block;
}
.c-cv__btn--area {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  text-align: center;
}
.c-cv__btn--area > [class*=c-cv__btn] {
  width: 48%;
  max-width: 40rem;
}
.c-cv__btn--balloon {
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 2;
  padding: 0.8rem 2rem 0.9rem;
  width: max-content;
  margin: 0 auto -1.3rem;
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
  border-radius: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.c-grid {
  display: grid;
  gap: 1.5rem;
}

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

.c-grid__cols--2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid__cols--3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid__cols--4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid__cols--5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid__cols--6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1000px) {
  .c-grid__cols--tb--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--tb--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--tb--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--tb--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--tb--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1360px) {
  .c-grid__cols--md--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--md--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--md--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--md--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--md--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .c-grid {
    gap: 3.5rem;
  }
  .c-grid__cols--sp--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--sp--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--sp--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--sp--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--sp--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-card--menber {
  position: relative;
}

.c-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 4rem 2.5rem;
  z-index: 3;
}

.c-card__occupation {
  display: inline-block;
  background-color: var(--c-orange);
  color: var(--c-white);
  font-size: 1.2rem;
  text-align: center;
  padding: 0.3rem 1rem;
  margin-bottom: 1rem;
}

.c-card__comment {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--c-white);
  line-height: 1.5;
}

.c-card__link {
  display: block;
  position: relative;
  transition: 0.3s;
}
.c-card__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  z-index: 1;
}
.c-card__link img {
  width: 100%;
}

@media (hover: hover) {
  a.c-card__link:hover {
    opacity: 0.7;
  }
}

.c-panel__flex {
  display: flex;
  align-items: center;
}
.c-panel__flex.-reverse {
  flex-direction: row-reverse;
  margin-right: -1.5rem;
}

.c-panel__img {
  max-width: 60rem;
  width: 51%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.c-panel__img img {
  width: 100%;
  max-width: 592px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.c-panel__text {
  width: 49%;
  padding-right: 1.5rem;
}

.c-panel__text--inner {
  border-radius: 0 3rem 3rem 0;
  background-image: linear-gradient(90deg, rgb(228, 88, 0) 60%, rgb(188, 20, 56) 90%);
  width: calc(100% + 14rem);
  margin-left: -14rem;
}

.c-panel__link {
  display: block;
  color: var(--c-white);
  min-height: 40rem;
  padding: 5rem 7rem 3rem 21rem;
  opacity: 1;
}

a.c-panel__link {
  transition: 0.3s;
}
@media (hover: hover) {
  a.c-panel__link:hover .c-panel__title, a.c-panel__link:hover .c-panel__subtitle {
    opacity: 0.5;
  }
}

.c-panel__title {
  font-size: 5.3rem;
  font-family: var(--f-roboto);
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
}

.c-panel__subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
  transition: 0.3s;
}

.c-panel__icn--link {
  display: inline-block;
}
.c-panel__icn--link i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}
.c-panel__icn--link i img {
  width: 3.5rem;
}

.c-panel__cont {
  line-height: 1.75;
  margin-top: 3rem;
}

.-reverse .c-panel__text {
  padding-right: 0;
  padding-left: 1.5rem;
}
.-reverse .c-panel__text--inner {
  border-radius: 3rem 0 0 3rem;
  margin-left: 0;
}
.-reverse .c-panel__link {
  padding: 4rem 16rem 3rem 7rem;
}

.-sm .c-panel__link {
  min-height: 26rem;
}
.-sm .c-panel__img {
  width: 41%;
  position: relative;
  z-index: 1;
}
.-sm .c-panel__text {
  width: 59%;
  padding-left: 0;
}
.-sm .c-panel__title {
  font-size: 6.4rem;
}
.-sm .c-panel__subtitle {
  margin-top: 1rem;
}

.c-panel--works .c-panel__flex:not(:first-child) {
  margin-top: 5rem;
}
.c-panel--works .c-panel__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 7rem 1.5rem 20rem;
}
.c-panel--works .c-panel__title {
  font-size: 4.5rem;
}
.c-panel--works .c-panel__subtitle {
  font-size: 2rem;
}
.c-panel--works .-reverse .c-panel__link {
  padding: 1.5rem 16rem 1.5rem 8rem;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .c-panel__link {
    padding: 3rem 3rem 3rem 17rem;
  }
  .c-panel__title {
    font-size: 4.45vw;
  }
  .c-panel__text {
    padding-right: 0;
  }
  .c-panel--works .c-panel__title {
    font-size: 4.45vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-panel__link {
    padding: 3rem 3rem 3rem 28rem;
  }
  .c-panel__text--inner {
    width: calc(100% + 25rem);
    margin-left: -25rem;
    border-radius: 3rem;
  }
  .-reverse .c-panel__text--inner {
    border-radius: 3rem;
  }
  .c-panel--works .c-panel__link {
    padding: 1.5rem 1.5rem 1.5rem 28rem;
  }
  .c-panel--works .-reverse .c-panel__link {
    padding: 1.5rem 28rem 1.5rem 3rem;
  }
}
@media screen and (max-width: 750px) {
  .c-panel {
    margin-top: 3.5rem;
  }
  .c-panel.-sm {
    overflow: hidden;
  }
  .c-panel.-sm .l-container.-sm {
    padding: 0;
  }
  .c-panel__flex {
    flex-wrap: wrap;
  }
  .c-panel__flex.-reverse {
    margin-right: 0;
  }
  .c-panel__img {
    max-width: inherit;
    width: 100%;
    text-align: center;
  }
  .c-panel__img img {
    width: 65rem;
    max-width: inherit;
  }
  .c-panel__text {
    width: 100%;
    padding-right: 0;
    margin-top: -30rem;
  }
  .c-panel__text--inner {
    margin: 0 auto;
    width: 59rem;
    border-radius: 0 0 4rem 4rem;
  }
  .c-panel__link {
    padding: 36rem 5rem 6.5rem;
  }
  .c-panel__title {
    font-size: 10rem;
    text-align: center;
    line-height: 1.07;
  }
  .c-panel__subtitle {
    margin-top: 4.5rem;
    font-size: 3.2rem;
  }
  .c-panel__cont {
    line-height: 1.67;
    margin-top: 2.5rem;
  }
  .c-panel__icn--link i {
    margin-left: 3rem;
  }
  .c-panel__icn--link i img {
    width: 6rem;
  }
  .-reverse .c-panel__text {
    padding-left: 0;
  }
  .-reverse .c-panel__text--inner {
    margin: auto;
  }
  .-sm .c-panel__flex.-reverse {
    flex-direction: row;
    width: calc(100% + 10rem);
    margin-left: -10rem;
    margin-right: 0;
    margin-left: 0;
  }
  .-sm .c-panel__flex.-reverse .c-panel__text--inner {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
  .-sm .c-panel__link {
    min-height: 33rem;
    padding: 5rem 0rem 3rem 13rem;
  }
  .-sm .c-panel__text {
    margin-top: 0;
  }
  .-sm .c-panel__title {
    font-size: 8.2rem;
    text-align: left;
  }
  .-sm .c-panel__img {
    width: 58%;
  }
  .-sm .c-panel__img img {
    max-width: 100%;
    width: 100%;
  }
  .-sm .c-panel__text {
    width: 42%;
  }
  .c-panel--works .c-panel__flex:not(:first-child) {
    margin-top: 8rem;
  }
  .c-panel--works .c-panel__link {
    padding: 34.5rem 5rem 6.5rem;
  }
  .c-panel--works .c-panel__img img {
    width: 62rem;
  }
  .c-panel--works .c-panel__text--inner {
    width: 61.5rem;
  }
  .c-panel--works .c-panel__title {
    font-size: 6.8rem;
    text-align: left;
  }
  .c-panel--works .c-panel__subtitle {
    font-size: 3.3rem;
    margin-top: 1.5rem;
  }
  .c-panel--works .c-panel__cont {
    font-size: 3rem;
    line-height: 1.9;
  }
  .c-panel--works .-reverse .c-panel__link {
    padding: 34.5rem 5rem 6.5rem;
  }
}
.c-banner .l-container {
  max-width: calc(1160px + 10rem);
}

.c-banner__flex {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.c-banner__link {
  position: relative;
  display: block;
}
.c-banner__link > img {
  width: 100%;
}
@media (hover: hover) {
  .c-banner__link:hover .c-banner__title, .c-banner__link:hover .c-banner__copy {
    opacity: 0.5;
  }
}

.c-banner__title {
  font-size: 5.6rem;
  font-weight: 500;
  font-family: var(--f-roboto);
  transition: 0.3s;
}

.c-banner__text {
  position: absolute;
  top: 2.8rem;
  left: 4.3rem;
  color: var(--c-white);
}

.c-banner__copy {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1.2rem;
  transition: 0.3s;
}
.c-banner__copy i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.c-banner__copy i img {
  width: 3.7rem;
}

.-linking .c-banner__text {
  left: 2rem;
}

@media screen and (min-width: 751px) and (max-width: 1360px) {
  .c-banner__title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .c-banner__title {
    font-size: 3.2rem;
  }
  .c-banner__text {
    left: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .c-banner .l-container {
    padding: 0;
  }
  .c-banner__flex {
    flex-direction: column;
    gap: 4rem;
  }
  .c-banner__text {
    top: 3rem;
    left: 5.5rem;
  }
  .c-banner__title {
    font-size: 7.5rem;
    letter-spacing: 0.04em;
  }
  .c-banner__copy {
    font-size: 2.5rem;
    margin-top: 2.5rem;
  }
  .c-banner__copy i {
    margin-left: 2.5rem;
  }
  .c-banner__copy i img {
    width: 5rem;
  }
  .c-banner__item.-recruit .c-banner__title {
    font-size: 10rem;
  }
  .-linking .c-banner__text {
    left: 3.2rem;
    top: 3.3rem;
  }
}
.c-breadcrumbs {
  width: 100%;
  position: absolute;
  top: 16.5rem;
  left: 0;
  z-index: 5;
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  list-style: none;
}
.c-breadcrumbs li {
  color: var(--c-white);
}
.c-breadcrumbs li::before {
  content: "/";
  display: inline-block;
  transform: rotate(24deg);
  margin: 0 1rem;
  position: relative;
  top: -0.1rem;
}
.c-breadcrumbs li:first-child::before {
  content: none;
}
.c-breadcrumbs li a, .c-breadcrumbs li span {
  color: var(--c-white);
  font-size: 1.8rem;
}
.c-breadcrumbs li a {
  transition: 0.3s;
}
@media (hover: hover) {
  .c-breadcrumbs li a:hover {
    opacity: 0.7;
  }
}

#breadcrumbs {
  max-width: 1260px;
  margin: auto;
  padding: 0 3rem;
}

@media screen and (max-width: 750px) {
  .c-breadcrumbs {
    top: 15.5rem;
  }
  .c-breadcrumbs li {
    font-size: 1.8rem;
  }
  .c-breadcrumbs li::before {
    font-size: 1.8rem;
  }
}
.c-pickslide {
  margin-bottom: 7rem !important;
}
.c-pickslide.hide-cate {
  margin-bottom: 18rem !important;
}
.c-pickslide .slick-dots {
  bottom: -6rem;
}
.c-pickslide .slick-dots li {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 2rem;
  background-color: var(--c-light-gray);
  border-radius: 100%;
}
.c-pickslide .slick-dots li.slick-active {
  background-color: var(--c-red);
}
.c-pickslide .slick-dots button {
  display: none;
}
.c-pickslide .c-card--menber {
  margin: 0 3rem;
}
.c-pickslide .c-pickslide__item {
  border-radius: 4.6rem;
  overflow: hidden;
}
.c-pickslide .c-card__link > img {
  width: 100%;
  height: 33.5vw;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-pickslide .c-card__text {
  padding: 0rem 0 4rem 6.5rem;
  max-width: 44rem;
}
.c-pickslide .c-card__occupation {
  font-size: 2rem;
  min-width: 13rem;
}
.c-pickslide .c-card__comment {
  font-size: 2.3rem;
}

@media screen and (max-width: 750px) {
  .c-pickslide .c-card--menber {
    margin: 0 2.5rem;
  }
  .c-pickslide .c-pickslide__item {
    border-radius: 5.2rem;
  }
  .c-pickslide .c-card__link > img {
    height: 80rem;
  }
}
.c-category__list {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: repeat(5, 1fr);
}

.c-category__link {
  background: linear-gradient(to left, var(--c-white) 50%, var(--c-red) 50%) right;
  background-size: 210% !important;
  color: var(--c-red);
  border: 1px solid var(--c-red);
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  font-size: 2rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-category__link:hover {
    color: var(--c-white);
    background-position: left !important;
  }
}
.c-category__link.active {
  color: var(--c-white);
  background-position: left !important;
  pointer-events: none;
}

.c-category__spbtn {
  display: none;
  color: var(--c-red);
  border: 0.2rem solid var(--c-red);
  border-radius: 6rem;
  align-items: center;
  justify-content: center;
  height: 11.7rem;
  font-size: 2rem;
  max-width: 59rem;
  margin: auto;
  position: relative;
  font-size: 3.2rem;
}
.c-category__spbtn span {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0%, -50%);
  border: 0.2rem solid var(--c-red);
  border-radius: 100%;
  width: 7.5rem;
  height: 7.5rem;
}
.c-category__spbtn span::before, .c-category__spbtn span::after {
  content: "";
  display: block;
  width: 65%;
  height: 0.2rem;
  background-color: var(--c-red);
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(17.5% - 0.1rem);
}
.c-category__spbtn span::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-category__spbtn.active span::after {
  opacity: 0;
  transform: rotate(0deg);
}

@media screen and (max-width: 750px) {
  .c-category__spbtn {
    display: flex;
  }
  .c-category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem 4rem;
  }
  .c-category__link {
    font-size: 3rem;
    border-width: 0.2rem;
    height: 11.7rem;
  }
}
.pagination {
  margin-top: 5rem;
  text-align: center;
}
.pagination h2.screen-reader-text {
  display: none;
}
.pagination .nav-links {
  position: relative;
  display: inline-flex;
  column-gap: 1.5rem;
  align-items: center;
}
.pagination .nav-links a {
  transition: 0.3s;
}
@media (hover: hover) {
  .pagination .nav-links a:hover {
    background-color: var(--c-red);
    color: var(--c-white);
  }
  .pagination .nav-links a.prev:hover, .pagination .nav-links a.next:hover {
    background-image: url("../images/common/icn-arrow_white.svg");
  }
}
.pagination .nav-links > a, .pagination .nav-links > span {
  font-size: 2rem;
  color: var(--c-red);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--c-red);
}
.pagination .nav-links .current {
  background-color: var(--c-red);
  color: var(--c-white);
}
.pagination .prev, .pagination .next {
  position: absolute;
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--c-red);
  background-image: url("../images/common/icn-arrow_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.65rem;
}
.pagination .prev {
  left: -5rem;
  transform: rotate(180deg);
}
.pagination .next {
  right: -5rem;
}

@media screen and (max-width: 750px) {
  .pagination {
    margin-top: 7rem;
  }
}
.u-fadein {
  position: relative;
  opacity: 0;
}
.u-fadein.active {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 5rem;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
[delay="2"] {
  animation-delay: 0.2s !important;
}

[delay="4"] {
  animation-delay: 0.4s !important;
}

[delay="6"] {
  animation-delay: 0.6s !important;
}

[delay="8"] {
  animation-delay: 0.8s !important;
}

[delay="10"] {
  animation-delay: 1s !important;
}

[delay="12"] {
  animation-delay: 1.2s !important;
}

[delay="14"] {
  animation-delay: 1.4s !important;
}

[delay="16"] {
  animation-delay: 1.6s !important;
}

[delay="18"] {
  animation-delay: 1.8s !important;
}

[delay="20"] {
  animation-delay: 2s !important;
}

[delay="22"] {
  animation-delay: 2.2s !important;
}

[delay="24"] {
  animation-delay: 2.4s !important;
}

[delay="26"] {
  animation-delay: 2.6s !important;
}

[delay="28"] {
  animation-delay: 2.8s !important;
}

[delay="30"] {
  animation-delay: 3s !important;
}

[delay="32"] {
  animation-delay: 3.2s !important;
}

[delay="34"] {
  animation-delay: 3.4s !important;
}

[delay="36"] {
  animation-delay: 3.6s !important;
}

[delay="38"] {
  animation-delay: 3.8s !important;
}

[delay="40"] {
  animation-delay: 4s !important;
}

[delay="42"] {
  animation-delay: 4.2s !important;
}

[delay="44"] {
  animation-delay: 4.4s !important;
}

[delay="46"] {
  animation-delay: 4.6s !important;
}

[delay="48"] {
  animation-delay: 4.8s !important;
}

[delay="50"] {
  animation-delay: 5s !important;
}

[delay="52"] {
  animation-delay: 5.2s !important;
}

[delay="54"] {
  animation-delay: 5.4s !important;
}

[delay="56"] {
  animation-delay: 5.6s !important;
}

[delay="58"] {
  animation-delay: 5.8s !important;
}

[delay="60"] {
  animation-delay: 6s !important;
}

@media screen and (max-width: 750px) {
  .pagination {
    margin-top: 7rem;
  }
}
.u-content p {
  line-height: 1.65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
}
.u-flex {
  display: flex;
}