@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Roboto-Bold.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-container {
    padding: 0 5.3333333333vw;
  }
}

.l-container02 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-container03 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  contain: none;
}

.l-header a {
  transition: 0.3s;
}

.l-header a:hover {
  opacity: 0.7;
}

.l-header__inner {
  padding: 0 0rem 0 3rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  column-gap: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 0 5.3333333333vw;
    height: 16vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    padding: 0 2rem;
  }
}

.l-header__inner h1 {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 {
    width: 37.3333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner h1 {
    width: 40rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__inner h1 img {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__title {
    width: 9.7rem;
  }
}

.l-header__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1aa39d;
  font-size: 1.6rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  padding: 0.6rem 3rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-btn {
    background-color: #1aa39d;
    padding: 2.2rem 0;
    width: 100%;
    font-size: 1.5rem;
    margin-top: 3rem;
    border-radius: 5rem;
  }
}

/* ヘッダーのナビ部分 */
.l-header__nav {
  display: flex;
  column-gap: 5rem;
}
@media only screen and (max-width: 64em) {
  .l-header__nav {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: ease 0.4s;
    display: block;
    padding: 0 2rem;
    padding-top: 12rem;
    padding-bottom: 4rem;
    overflow: auto;
    height: 100vh;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    padding-top: 26.6666666667vw;
  }
}

.nav__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2.5rem;
}
@media only screen and (max-width: 64em) {
  .nav__items {
    display: block;
  }
}

/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 1.4rem;
  transition: 0.3s;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    color: #000000;
    padding: 2rem 0;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 64em) {
  .nav__items li:first-child a {
    padding-top: 0;
  }
}

.l-header__under .nav-items__item a {
  color: #000000;
}

/* ハンバーガーメニュー */
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  background-color: #00a6ba;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger {
    width: 5rem;
    height: 5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 6.4vw;
  height: 0.2666666667vw;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span {
    width: 2.4rem;
    height: 0.1rem;
  }
}

.l-header__under .hamburger span {
  background-color: #000000;
}

.hamburger span:nth-child(1) {
  top: -0.5333333333vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span:nth-child(1) {
    top: -0.4rem;
  }
}

.hamburger span:nth-child(2) {
  top: 0.5333333333vw;
  width: 5.3333333333vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger span:nth-child(2) {
    top: 0.4rem;
    width: 2rem;
  }
}

/* ハンバーガーメニュークリック後のスタイル */
.l-header__nav.active {
  right: 0;
}

.hamburger.active span:nth-child(1) {
  top: 1px;
  transform: rotate(45deg);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(1) {
    top: 0.1rem;
  }
}

.hamburger.active span:nth-child(2) {
  top: -1px;
  transform: rotate(-45deg);
  width: 6.4vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger.active span:nth-child(2) {
    top: -0.1rem;
    width: 2.4rem;
  }
}

.l-header__ham-logo {
  position: fixed;
  top: 5.8666666667vw;
  left: 5.3333333333vw;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__ham-logo {
    top: 2.2rem;
    left: 2rem;
  }
}

.l-header__ham-logo.active {
  display: block;
}

.l-header.change-color {
  background-color: #ffffff;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__under.change-color {
    background-color: #ffffff;
  }
}

.pagetop {
  width: 7rem;
  height: 7rem;
  position: fixed;
  right: 6rem;
  bottom: 6rem;
  background-color: #000000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 5.3333333333vw;
    bottom: 5.3333333333vw;
  }
}

.pagetop__arrow {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}
@media only screen and (max-width: 47.9375em) {
  .pagetop__arrow {
    height: 3.2vw;
    width: 3.2vw;
    border-top: 0.5333333333vw solid #ffffff;
    border-right: 0.5333333333vw solid #ffffff;
  }
}

.l-footer__top-content {
  display: block;
  max-width: 114rem;
  margin: 0 auto;
  margin-top: 10rem;
  background-color: #1aa39d;
  border-radius: 2rem;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__top-content {
    margin-top: 21.3333333333vw;
    border-radius: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__top-content:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__top-content:hover {
    opacity: 0.7;
  }
}
.l-footer__top-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8rem 0;
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__top-content-wrap {
    padding: 10.6666666667vw 0;
    display: block;
  }
}

.l-footer__top-content-wrap h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 3rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__top-content-wrap h3 {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    line-height: 1.5;
  }
}

.l-footer__top-content-wrap p {
  margin-top: 3rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__top-content-wrap p {
    margin-top: 5.3333333333vw;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__top-content-img {
    width: 8.5333333333vw;
    margin-left: auto;
    margin-top: 2.6666666667vw;
  }
}

.l-footer {
  background-color: #dbdbdb;
  padding: 26rem 0 3rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  margin-top: -16rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 32vw 0 8vw;
    margin-top: -24vw;
    border-top-left-radius: 5.3333333333vw;
    border-top-right-radius: 5.3333333333vw;
  }
}

.l-footer__content01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content01 {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.l-footer__logo {
  display: block;
  width: 28rem;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    width: 58%;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__logo:hover {
    opacity: 0.7;
  }
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__txt {
  justify-content: flex-end;
  column-gap: 8rem;
  display: flex;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__txt {
    column-gap: 6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__txt {
    margin: 0 auto;
    column-gap: 13.3333333333vw;
  }
}

.l-footer__txt ul li {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__txt ul li {
    margin-top: 5.3333333333vw;
  }
}

.l-footer__txt ul li:first-child {
  margin-top: 0;
}

.l-footer__txt ul li a {
  transition: 0.3s;
  cursor: pointer;
}

@media all and (min-width: 64.0625em) {
  .l-footer__txt ul li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__txt ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer__txt ul li p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__txt ul li p {
    font-size: 3.7333333333vw;
  }
}

.l-footer__txt ul li span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #3f3f3f;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__txt ul li span {
    font-size: 3.2vw;
  }
}

.l-footer__link01 {
  display: block;
  width: fit-content;
  margin-left: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link01 {
    width: 5.3333333333vw;
    margin-left: 0;
  }
}

@media all and (min-width: 64.0625em) {
  .l-footer__link01 :hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__link01 :hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item01 {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 div {
    width: 100%;
  }
}

.l-footer__content02 div h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  margin-top: 1rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 div h2 {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    text-align: left;
  }
}

.l-footer__content02 div p {
  text-align: right;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 div p {
    margin-top: 1.0666666667vw;
    text-align: left;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer small {
    width: 100%;
  }
}

.l-footer small p {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer small p {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

.l-footer__content02 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__content02 {
    flex-direction: column-reverse;
    margin-top: 10.6666666667vw;
    row-gap: 5.3333333333vw;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  background: linear-gradient(90deg, #1aa39d 0%, #cc86c0 100%);
  background-size: 200% 100%;
  color: #ffffff;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 4.8vw 0;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    background-position: 100% 0;
  }
}
@media print {
  .c-btn01:hover {
    background-position: 100% 0;
  }
}
.c-btn01 p {
  padding-right: 1.6rem;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 p {
    padding-right: 4.2666666667vw;
  }
}

.c-btn01 div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 div {
    column-gap: 3.7333333333vw;
    right: 3.7333333333vw;
  }
}

.c-btn01 div span {
  display: block;
  width: 0.1rem;
  height: 4rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 div span {
    width: 0.2666666667vw;
    height: 10.1333333333vw;
  }
}

.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f21d8c;
  color: #ffffff;
  width: 20rem;
  border-radius: 10rem;
  padding: 1.4rem 0;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    width: 64vw;
    border-radius: 26.6666666667vw;
    padding: 3.7333333333vw 0;
  }
}

.c-btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../../assets/images/common/icon02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02::after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
.c-title01 {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    font-size: 7.4666666667vw;
  }
}

.c-title02 {
  font-size: 4.7rem;
  color: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 {
    font-size: 5.8666666667vw;
  }
}

.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  animation: none;
}
.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
  animation: none;
}

/* is-active がついた時にアニメーションを開始する */
.reveal-text.is-active {
  animation-name: clip-text;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 800ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text.is-active::after {
  animation-name: text-revealer;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 800ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.reveal-text02 {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}
.reveal-text02::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f21d8c;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}

.reveal-text03 {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 600ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}
.reveal-text03::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}

/* is-active がついた時にアニメーションを開始する */
.reveal-text03.is-active {
  animation-name: clip-text;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 600ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text03.is-active::after {
  animation-name: text-revealer;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 500ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* is-active がついた時にアニメーションを開始する */
.reveal-text02.is-active {
  animation-name: clip-text;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 800ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text02.is-active::after {
  animation-name: text-revealer;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 800ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text-mv {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}
.reveal-text-mv::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f21d8c;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}

/* is-active がついた時にアニメーションを開始する */
.reveal-text-mv {
  animation-name: clip-text;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 800ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text-mv::after {
  animation-name: text-revealer;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 800ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.c-title03 {
  font-size: 3rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

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

.c-title04 span {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 span {
    font-size: 3.7333333333vw;
  }
}

.c-title04 h2 {
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 h2 {
    font-size: 7.4666666667vw;
  }
}

.c-title04 h3 {
  font-size: 2.4rem;
  margin-top: 2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 h3 {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.c-title04 h4 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 h4 {
    font-size: 4.2666666667vw;
  }
}

.c-title04 p {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 p {
    font-size: 3.2vw;
  }
}

.reveal-text04 {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 600ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
  cursor: default;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}
.reveal-text04::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f21d8c;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
  animation: none;
  /* 初期状態ではアニメーション無効 */
}

/* is-active がついた時にアニメーションを開始する */
.reveal-text04.is-active {
  animation-name: clip-text;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 600ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text04.is-active::after {
  animation-name: text-revealer;
  animation-delay: var(--animation-delay, 2s);
  animation-duration: var(--duration, 500ms);
  animation-iteration-count: var(--iterations, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.c-txt01 {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #ffffff;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    font-size: 3.7333333333vw;
  }
}

.c-txt02 {
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  color: #000000;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt02 {
    font-size: 3.7333333333vw;
  }
}

.c-txt03 {
  font-size: 1.6rem;
  letter-spacing: 0.17em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt03 {
    font-size: 3.7333333333vw;
  }
}

.c-list01 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.7%;
  row-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 {
    flex-wrap: wrap;
    row-gap: 8vw;
  }
}

.c-list01 li {
  width: 31.5%;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    width: 80%;
    margin: 0 auto;
  }
}

.c-list01 li a {
  transition: 0.3s;
}

.c-list01 li a span {
  display: block;
  font-size: 1.4rem;
  margin-top: 2rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li a span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.c-list01 li a p {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li a p {
    margin-top: 1.0666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-list01 li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-list01 li a:hover {
    opacity: 0.7;
  }
}
.p-home__mv {
  position: relative;
  height: 56.3689604685vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    height: 149.3333333333vw;
  }
}

.p-home__mv-img-wrap {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img-wrap {
    height: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img {
    height: 100%;
    width: 100%;
  }
}

.p-home__mv-img-txt {
  position: absolute;
  left: 14%;
  top: 10.0292825769vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img-txt {
    width: 89.3333333333vw;
    top: auto;
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}

.p-home__mv-img-txt img {
  width: 100%;
}

.p-home__mv-img {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.p-home__mv-img02 {
  position: absolute;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}

.p-home__mv-img.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-home__mv-img02.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-home__sec01 {
  background-image: url(../../assets/images/home/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    padding: 16vw 0;
    background-image: url(../../assets/images/home/bg01_sp.png);
  }
}

.p-home__sec01 .c-title02 {
  margin-top: 6rem;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .c-title02 {
    margin-top: 8vw;
  }
}

.p-home__sec01 .c-txt01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .c-txt01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec01 .c-txt02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .c-txt02 {
    margin-top: 5.3333333333vw;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.p-home__sec01-swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-swiper {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec02 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    margin-top: 16vw;
  }
}

.p-home__sec02 .c-list01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 .c-list01 {
    margin-top: 8vw;
  }
}

.p-home__swiper02 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__swiper02 {
    margin-top: 21.3333333333vw;
  }
}

.p-home__sec03 {
  background-image: url(../../assets/images/home/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10rem 0 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03 {
    padding: 16vw 0 21.3333333333vw;
  }
}

.p-home__sec03-wrap {
  margin-top: 6rem;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap {
    margin-top: 8vw;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.p-home__sec03-wrap a {
  display: block;
  width: 50%;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap a {
    width: 100%;
  }
}

.p-home__sec03-wrap a div {
  overflow: hidden;
  position: relative;
}

.p-home__sec03-wrap a div img {
  transition: 0.3s;
}

.p-home__sec03-wrap a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.3em;
  color: #ffffff;
}

.p-home__sec03-wrap a span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-wrap a span {
    font-size: 3.2vw;
    left: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.p-home__sec03-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-btn {
    right: 5.3333333333vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__sec03-wrap a:hover div img {
    transform: scale(1.2);
  }

  .p-home__sec03-wrap a:hover div::after {
    opacity: 0;
  }
}
@media print {
  .p-home__sec03-wrap a:hover div img {
    transform: scale(1.2);
  }

  .p-home__sec03-wrap a:hover div::after {
    opacity: 0;
  }
}
.p-home__sec04 {
  background-image: url(../../assets/images/home/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    padding: 16vw 0;
  }
}

.p-home__sec04 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36rem;
  border: 2px solid #f21d8c;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 a {
    height: 58.6666666667vw;
    border: 0.5333333333vw solid #f21d8c;
  }
}

.p-home__sec04 a h3 {
  font-size: 3.4rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 a h3 {
    font-size: 7.4666666667vw;
  }
}

.p-home__sec04 a p {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 a p {
    font-size: 3.7333333333vw;
  }
}

.p-home__sec04 a img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 a img {
    bottom: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__sec04 a:hover {
    background-color: #f21d8c;
  }
}
@media print {
  .p-home__sec04 a:hover {
    background-color: #f21d8c;
  }
}
.fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.p-home__mv-img-txt h1 {
  font-size: 2.7818448023vw;
  font-weight: 500;
  color: #f21d8c;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-img-txt h1 {
    font-size: 6.4vw;
  }
}

.float-text {
  overflow: hidden;
  visibility: hidden;
  /* ← 初期状態で非表示に */
}

.float-text span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  animation: floatUp 0.6s forwards;
}

@keyframes floatUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.prompt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 54px;
  font-weight: 200;
}

.arrow {
  position: absolute;
  top: 50vh;
  left: 50%;
  margin: 40px auto auto -25px;
  fill: #ccc;
  animation: scrolldown 1.2s ease-out backwards infinite;
}

.fade-wrapper {
  position: relative;
  width: 480px;
  margin: 0 auto 60vh;
}

.fade-text {
  display: block;
  opacity: 0;
  -webkit-background-clip: text;
  transition: all 0.4s ease-out;
}
.fade-text.to__right {
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 60%);
  background-position: left 100% center;
  transform: translate(-20px, 0);
}
.fade-text.to__right.reveal {
  transform: translate(0, 0);
  background-position: left 0% center;
}
.fade-text.to__left {
  background-image: linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0) 60%);
  background-position: right 100% center;
  transform: translate(20px, 0);
}
.fade-text.to__left.reveal {
  transform: translate(0, 0);
  background-position: right 0% center;
}
.fade-text.to__top {
  background-image: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0) 50%);
  background-position: center 0;
  transform: translate(0, 20px);
}
.fade-text.to__top.reveal {
  transform: translate(0, 0);
  background-position: center 100%;
  opacity: 1;
}
.fade-text.to__bottom {
  background-image: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 50%);
  background-position: center 100%;
  transform: translate(0, -20px);
}
.fade-text.to__bottom.reveal {
  transform: translate(0, 0);
  background-position: center 0%;
  opacity: 1;
}

@keyframes scrolldown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(22px);
  }
}
.p-under__mv {
  margin-top: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    margin-top: 26.6666666667vw;
  }
}

.p-under__mv h1 {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv h1 {
    font-size: 8.5333333333vw;
  }
}

.p-under__mv02 {
  margin-top: 8rem;
  height: 25rem;
  padding-top: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02 {
    margin-top: 16vw;
    height: 21.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}

.p-under__mv02.service {
  background-image: url(../../assets/images/service/mv-bg.jpg);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02.service {
    background-image: url(../../assets/images/service/mv-bg_sp.jpg);
  }
}

.p-under__mv02.company {
  background-image: url(../../assets/images/company/mv-bg.jpg);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02.company {
    background-image: url(../../assets/images/company/mv-bg_sp.jpg);
  }
}

.p-under__mv02.member {
  background-image: url(../../assets/images/member/mv-bg.jpg);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02.member {
    background-image: url(../../assets/images/member/mv-bg_sp.jpg);
  }
}

.p-under__mv02.recruit {
  background-image: url(../../assets/images/recruit/mv-bg.jpg);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02.recruit {
    background-image: url(../../assets/images/recruit/mv-bg_sp.jpg);
  }
}

.p-under__mv02.contact {
  background-image: url(../../assets/images/contact/mv-bg.jpg);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02.contact {
    background-image: url(../../assets/images/contact/mv-bg_sp.jpg);
  }
}

.p-under__mv02 h1 {
  font-size: 4.2rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv02 h1 {
    font-size: 4.8vw;
  }
}

.p-under__mv02.contact h1 {
  color: #000000;
}

.p-news__sec01 .c-list01 {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec01 .c-list01 {
    margin-top: 16vw;
  }
}

.p-news__nav {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav {
    margin-top: 16vw;
  }
}

.p-news__nav .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi {
    column-gap: 8vw;
  }
}

.p-news__nav .wp-pagenavi a {
  font-size: 1.7rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi a {
    font-size: 4.2666666667vw;
  }
}

.p-news__nav .wp-pagenavi .current {
  font-size: 1.7rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .current {
    font-size: 4.2666666667vw;
  }
}

.p-news__nav .wp-pagenavi .previouspostslink {
  text-indent: -9999px;
  background-image: url(../../assets/images/news/prev.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .previouspostslink {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.p-news__nav .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  background-image: url(../../assets/images/news/next.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .nextpostslink {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.p-news__sec02 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02 {
    margin-top: 10.6666666667vw;
  }
}

.p-news__sec02-title span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-title span {
    font-size: 3.2vw;
  }
}

.p-news__sec02-title h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-title h2 {
    font-size: 5.3333333333vw;
  }
}

.p-news__sec02-img {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-img {
    margin-top: 2.6666666667vw;
  }
}

.p-news__sec02-img img {
  width: 100%;
}

.p-news__sec02-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content {
    margin-top: 8vw;
  }
}

.p-news__sec02-content p {
  line-height: 2;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 0;
  margin: 0;
}

.p-service__sec01 {
  background-image: url(../../assets/images/service/bg01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01 {
    padding: 16vw 0;
  }
}

.p-service__sec01 .c-txt01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01 .c-txt01 {
    margin-top: 8vw;
  }
}

.p-service__sec01 h4 {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 8rem;
  letter-spacing: 0.34em;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01 h4 {
    font-size: 5.3333333333vw;
    margin-top: 16vw;
  }
}

.p-service__sec01-content {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-content {
    margin-top: 16vw;
    row-gap: 12.2666666667vw;
  }
}

.p-service__sec01-item {
  width: 46%;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.6rem;
  padding: 2rem;
  height: 15rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item {
    width: 100%;
    height: 26.6666666667vw;
    padding: 2.6666666667vw;
    border-radius: 3.7333333333vw;
  }
}

.p-service__sec01-item h3 {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item h3 {
    font-size: 4.8vw;
  }
}

.p-service__sec01-item p {
  font-size: 1.2rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item p {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
}

.p-service__sec01-item-deco {
  position: absolute;
  left: 1rem;
  top: -3.6rem;
  display: flex;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item-deco {
    left: 4vw;
    top: -5.3333333333vw;
  }
}

.p-service__sec01-item-deco p {
  font-size: 7.3rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item-deco p {
    font-size: 10.6666666667vw;
  }
}

.p-service__sec01-item-deco span {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item-deco span {
    font-size: 2.6666666667vw;
    margin-top: 1.6vw;
  }
}

.p-service__sec01-item.item01 {
  background-image: url(../../assets/images/service/bg02.png);
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item.item01 {
    background-image: url(../../assets/images/service/bg02_sp.png);
  }
}

.p-service__sec01-item.item02 {
  background-image: url(../../assets/images/service/bg03.png);
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item.item02 {
    background-image: url(../../assets/images/service/bg03_sp.png);
  }
}

.p-service__sec01-item.item03 {
  background-image: url(../../assets/images/service/bg04.png);
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item.item03 {
    background-image: url(../../assets/images/service/bg04_sp.png);
  }
}

.p-service__sec01-item.item04 {
  background-image: url(../../assets/images/service/bg05.png);
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec01-item.item04 {
    background-image: url(../../assets/images/service/bg05_sp.png);
  }
}

.p-service__sec02 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec02 {
    margin-top: 18.6666666667vw;
  }
}

.p-service__sec02-content {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec02-content {
    margin-top: 21.3333333333vw;
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}

.p-service__sec02-item {
  background: radial-gradient(circle at center, #fefefe 0%, #f5d9df 40%, #ece6f1 80%);
  background-image: url(../../assets/images/service/bg06.png);
  background-position: center center;
  background-size: cover;
  width: 32%;
  border-radius: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec02-item {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}

.p-service__sec02-item p {
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec02-item p {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

.p-service__sec03 {
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03 {
    margin-top: 21.3333333333vw;
  }
}

.p-service__sec03-wrap {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-wrap {
    margin-top: 21.3333333333vw;
  }
}

.p-service__sec03-content {
  background: radial-gradient(circle at center, #fefefe 0%, #f5d9df 40%, #ece6f1 80%);
  background-image: url(../../assets/images/service/bg07.png);
  background-position: center center;
  background-size: cover;
  border-radius: 2.2rem;
  padding: 4rem 8.5rem 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-content {
    padding: 5.3333333333vw 5.3333333333vw;
    background-image: url(../../assets/images/service/bg07_sp.png);
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-content.p-service__sec03-content02 {
    background-image: url(../../assets/images/service/bg08.png);
  }
}

.p-service__sec03-title {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-title {
    column-gap: 2.1333333333vw;
  }
}

.p-service__sec03-title .number {
  font-size: 6.8rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #f4136b;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-title .number {
    font-size: 8.5333333333vw;
  }
}

.p-service__sec03-title .line {
  display: block;
  width: 0.2rem;
  height: 5.6rem;
  background-color: #f4136b;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-title .line {
    height: 5.8666666667vw;
    width: 0.2666666667vw;
  }
}

.p-service__sec03-title-txt h3 {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  color: #f4136b;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-title-txt h3 {
    font-size: 4.2666666667vw;
  }
}

.p-service__sec03-title-txt p {
  font-size: 1.7rem;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #f4136b;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-title-txt p {
    font-size: 3.2vw;
  }
}

.p-service__sec03-img {
  width: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-img {
    width: 16vw;
  }
}

.p-service__sec03-content ul {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-content ul {
    margin-top: 5.3333333333vw;
  }
}

.p-service__sec03-content ul li {
  position: relative;
  margin-top: 1.4rem;
  font-size: 2rem;
  padding-left: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-content ul li {
    font-size: 4.2666666667vw;
    margin-top: 1.6vw;
  }
}

.p-service__sec03-content ul li:first-child {
  margin-top: 0;
}

.p-service__sec03-content ul li::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f4136b;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-content ul li::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.1333333333vw;
  }
}

.p-service__sec03-txt {
  margin-top: 1.8rem;
  color: #f4136b;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

.p-service__sec03-arrow {
  display: block;
  width: fit-content;
  margin: 6rem auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-arrow {
    margin: 5.3333333333vw auto;
    width: 8vw;
  }
}

.p-service__sec03-box {
  width: 88%;
  margin: 0 auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-service__sec03-box-head01 {
  color: #1aa39d;
  background-color: #ffffff;
  border: 2px solid #1aa39d;
  border-radius: 10rem;
  padding: 3rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box-head01 {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
    border-radius: 26.6666666667vw;
    border: 0.2666666667vw solid #1aa39d;
  }
}

.p-service__sec03-box-head02 {
  color: #ffffff;
  background-color: #f4136b;
  border-radius: 10rem;
  padding: 3rem;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box-head02 {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
    border-radius: 26.6666666667vw;
  }
}

.p-service__sec03-box p {
  font-size: 1.4rem;
  margin-top: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.p-service__sec03-box02 {
  margin-top: 4.6rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box02 {
    margin-top: 8vw;
    column-gap: 1.6vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-service__sec03-box02 div {
  width: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box02 div {
    width: 3.2vw;
  }
}

.p-service__sec03-box02 a {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box02 a {
    font-size: 6.9333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box02 div img {
    width: 4.2666666667vw;
  }
}

.p-service__sec03-box02 span {
  font-size: 1.5rem;
  margin-left: 0.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box02 span {
    font-size: 3.7333333333vw;
    margin-left: 3.2vw;
  }
}

.p-service__sec03-box02 span span {
  font-size: 1.6rem;
  margin-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__sec03-box02 span span {
    font-size: 3.7333333333vw;
  }
}

.p-company__sec01 {
  background: linear-gradient(145deg, rgba(233, 207, 213, 0.8), rgba(255, 255, 255, 0.9), rgba(236, 230, 241, 0.8));
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 {
    padding: 21.3333333333vw 0;
  }
}

.p-company__sec01 table {
  width: 100%;
  letter-spacing: 0.17em;
}

.p-company__sec01 table th,
.p-company__sec01 table td {
  padding: 4rem 0;
  text-align: left;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 table th,
.p-company__sec01 table td {
    padding: 5.3333333333vw 0;
  }
}

.p-company__sec01 table tr:nth-child(4) th,
.p-company__sec01 table tr:nth-child(4) td {
  border-top: 0;
  padding-top: 0;
}

.p-company__sec01 table tr:last-child th {
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 table tr:last-child th {
    width: 28%;
    border-bottom: 0.2666666667vw solid #000000;
  }
}

.p-company__sec01 table tr:last-child td {
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 table tr:last-child td {
    border-bottom: 0.2666666667vw solid #999999;
  }
}

.p-company__sec01 table th {
  border-top: 1px solid #000000;
  padding-left: 3rem;
  width: 24%;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 table th {
    padding-left: 0;
    border-top: 0.2666666667vw solid #000000;
    width: auto;
  }
}

.p-company__sec01 table td {
  border-top: 1px solid #999999;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 table td {
    border-top: 0.2666666667vw solid #999999;
  }
}

.p-company__sec01 tr td div {
  display: flex;
  column-gap: 4rem;
  line-height: 2.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec01 tr td div {
    column-gap: 8vw;
  }
}

.p-company__sec02 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec02 {
    margin-top: 16vw;
  }
}

.p-company__sec02-content {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec02-content {
    margin-top: 8vw;
    row-gap: 2.6666666667vw;
  }
}

.p-company__sec02-content div {
  width: 22%;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec02-content div {
    width: 48%;
  }
}

.p-company__swiper01 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__swiper01 {
    margin-top: 16vw;
  }
}

.p-company__sec03 {
  background: linear-gradient(145deg, rgba(233, 207, 213, 0.8), rgba(255, 255, 255, 0.9), rgba(236, 230, 241, 0.8));
  background-image: url(../../assets/images/company/bg01.png);
  background-position: center center;
  background-size: cover;
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03 {
    padding: 21.3333333333vw 0;
  }
}

.p-company__sec03-content {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03-content {
    margin-top: 16vw;
    row-gap: 8vw;
  }
}

.p-company__sec03-item {
  width: 31.5%;
  border-radius: 2rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03-item {
    width: 100%;
  }
}

.p-company__sec03-item img {
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03-item img {
    top: 2.6666666667vw;
    left: -4vw;
  }
}

.p-company__sec03-item div {
  height: 13.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #4fb8a4, #0b8297);
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03-item div {
    height: 34.6666666667vw;
    padding: 5.3333333333vw;
  }
}

.p-company__sec03-item div h3 {
  color: #ffffff;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03-item div h3 {
    font-size: 5.3333333333vw;
  }
}

.p-company__sec03-item p {
  font-size: 3.6rem;
  color: #1aa39d;
  text-align: center;
  padding: 4rem 2rem;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__sec03-item p {
    font-size: 6.9333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}

.p-member__sec01 {
  margin-top: 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01 {
    margin-top: 21.3333333333vw;
  }
}

.p-member__sec01-bg {
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
  height: 51.8rem;
  background: radial-gradient(circle at center, #fefefe 0%, #f5d9df 40%, #ece6f1 80%);
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-bg {
    top: 13.3333333333vw;
    height: 213.3333333333vw;
  }
}

.p-member__sec01-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.p-member__sec01-content-img {
  width: 44%;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-img {
    width: 80%;
    margin: 0 auto;
  }
}

.p-member__sec01-content-txt {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt {
    width: 100%;
  }
}

.p-member__sec01-content-txt01 span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt01 span {
    font-size: 3.7333333333vw;
  }
}

.p-member__sec01-content-txt01 h2 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt01 h2 {
    font-size: 6.4vw;
  }
}

.p-member__sec01-content-txt01 p {
  font-size: 1.6rem;
  color: #f4136b;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt01 p {
    font-size: 4.2666666667vw;
  }
}

.p-member__sec01-content-txt02 {
  margin-top: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt02 {
    margin-top: 10.6666666667vw;
  }
}

.p-member__sec01-content-txt02 span {
  display: block;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  width: fit-content;
  border-radius: 5rem;
  padding: 0.1rem 1.2rem 0.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt02 span {
    font-size: 3.2vw;
    padding: 0.2666666667vw 3.2vw 0.5333333333vw;
    border-radius: 13.3333333333vw;
  }
}

.p-member__sec01-content-txt02 p {
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.8;
  letter-spacing: 0.17em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-txt02 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-member__sec01 .c-txt03 {
  position: relative;
  margin-top: 6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01 .c-txt03 {
    margin-top: 10.6666666667vw;
  }
}

.p-member__sec01-content-img {
  position: relative;
  display: inline-block;
  height: 43.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec01-content-img {
    height: 69.3333333333vw;
  }
}

.p-member__sec01-content-img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  object-fit: cover;
}

.p-member__sec01-content-img .img-default {
  opacity: 1;
  z-index: 1;
}

.p-member__sec01-content-img .img-hover {
  opacity: 0;
  z-index: 2;
}

.p-member__sec01-content-img:hover .img-hover {
  opacity: 1;
}

.p-member__sec01-content-img:hover .img-default {
  opacity: 0;
}

.p-member__sec02 {
  margin-top: 6rem;
}

.p-member__sec02-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
  column-gap: 6%;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-content {
    row-gap: 10.6666666667vw;
  }
}

.p-member__sec02-item {
  width: 47%;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-item {
    width: 100%;
  }
}

.p-member__sec02-txt {
  background: radial-gradient(circle at center, #fefefe 0%, #f5d9df 40%, #ece6f1 80%);
  padding: 2rem 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt {
    padding: 5.3333333333vw;
  }
}

.p-member__sec02-txt span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt span {
    font-size: 3.7333333333vw;
  }
}

.p-member__sec02-txt h3 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt h3 {
    font-size: 6.4vw;
    margin-top: 2.1333333333vw;
  }
}

.p-member__sec02-txt p {
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #f4136b;
  margin-top: 0.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt p {
    margin-top: 1.6vw;
  }
}

.p-member__sec02-txt02 {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt02 {
    margin-top: 5.3333333333vw;
  }
}

.p-member__sec02-txt02 span {
  display: block;
  width: fit-content;
  background-color: #000000;
  color: #ffffff;
  padding: 0.1rem 1.2rem 0.2rem;
  border-radius: 5rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt02 span {
    padding: 0.2666666667vw 3.2vw 0.5333333333vw;
    font-size: 3.2vw;
  }
}

.p-member__sec02-txt02 p {
  font-size: 1.4rem;
  letter-spacing: 0.17em;
  margin-top: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-txt02 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-member__sec02-img {
  position: relative;
  height: 44rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-member__sec02-img {
    height: 93.3333333333vw;
  }
}

.p-member__sec02-img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  object-fit: cover;
}

.p-member__sec02-img .img-default {
  opacity: 1;
  z-index: 1;
}

.p-member__sec02-img .img-hover {
  opacity: 0;
  z-index: 2;
}

.p-member__sec02-img:hover .img-hover {
  opacity: 1;
}

.p-member__sec02-img:hover .img-default {
  opacity: 0;
}

.p-recruit__sec01 {
  margin-top: 10rem;
  margin-bottom: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01 {
    margin-top: 21.3333333333vw;
    margin-bottom: 53.3333333333vw;
  }
}

.p-recruit__sec01-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  background-color: #f21d8c;
  color: #ffffff;
  border-radius: 10rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  margin-top: 10rem;
  transition: 0.3s;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-nav {
    width: 48vw;
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
    border-radius: 26.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-recruit__sec01-nav:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-recruit__sec01-nav:hover {
    opacity: 0.7;
  }
}
.p-recruit__sec01-head {
  margin-top: 8rem;
  font-size: 3.4rem;
  padding-bottom: 6rem;
  position: relative;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-head {
    margin-top: 10.6666666667vw;
    font-size: 7.4666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}

.p-recruit__sec01-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #999999;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-head::after {
    height: 0.2666666667vw;
  }
}

.p-recruit__sec01-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 30%;
  background-color: #000;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-head::before {
    width: 28%;
    height: 0.2666666667vw;
  }
}

.p-recruit__sec01-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-content {
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-content .l-container03 {
    padding: 0;
  }
}

.p-recruit__sec01-txt01 {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-txt01 {
    font-size: 3.7333333333vw;
  }
}

.p-recruit__sec01-box {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-box {
    margin-top: 8vw;
  }
}

.p-recruit__sec01-item {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-item {
    margin-top: 13.3333333333vw;
  }
}

.p-recruit__sec01-item:first-child {
  margin-top: 0;
}

.p-recruit__sec01-item h3 {
  font-size: 1.8rem;
  letter-spacing: 0.17em;
  background-image: url(../../assets/images/recruit/bg01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-item h3 {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw;
  }
}

.p-recruit__sec01-item p {
  font-size: 1.6rem;
  letter-spacing: 0.17em;
  line-height: 1.8;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-recruit__sec01-item p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-contact__sec01 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01 {
    margin-top: 21.3333333333vw;
  }
}

.p-contact__sec01-item {
  display: block;
  margin-top: 4rem;
  background-color: #1aa39d;
  color: #ffffff;
  border-radius: 2rem;
  padding: 5rem 8rem 5rem 5rem;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item {
    margin-top: 8vw;
    border-radius: 5.3333333333vw;
    padding: 8vw 10.6666666667vw 8vw 5.3333333333vw;
  }
}

.p-contact__sec01-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 4rem;
  background-image: url(../../assets/images/common/icon05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8rem;
  height: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-contact__sec01-item:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-contact__sec01-item:hover {
    opacity: 0.7;
  }
}
.p-contact__sec01-item:first-child {
  margin-top: 0;
}

.p-contact__sec01-item h2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item h2 {
    font-size: 6.4vw;
    white-space: nowrap;
  }
}

.p-contact__sec01-item p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.175em;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-contact__sec01-item p span {
  text-decoration: underline;
}

.p-contact__sec01-item p a {
  text-decoration: underline;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .p-contact__sec01-item p a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-contact__sec01-item p a:hover {
    opacity: 0.7;
  }
}
.p-contact__sec02 {
  margin-top: 8rem;
  margin-bottom: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02 {
    margin-top: 16vw;
    margin-bottom: 53.3333333333vw;
  }
}

.p-contact__sec02-form {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-form {
    margin-top: 8vw;
  }
}

.p-contact__sec02-item {
  display: flex;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-item {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}

.p-contact__sec02-item:first-child {
  margin-top: 0;
}

.p-contact__sec02-item label {
  width: 40%;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-item label {
    width: 100%;
    margin-top: 0;
  }
}

.p-contact__sec01-item-input {
  width: 60%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item-input {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}

.p-contact__sec01-item-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  padding: 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item-input input {
    padding: 4vw;
    border-bottom: 0.2666666667vw solid #000000;
  }
}

.p-contact__sec01-item-select {
  position: relative;
}

.p-contact__sec01-item-select::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item-select::after {
    top: 4.8vw;
    right: 4.2666666667vw;
    height: 3.7333333333vw;
    width: 3.7333333333vw;
    border-right: 0.2666666667vw solid #000000;
    border-bottom: 0.2666666667vw solid #000000;
  }
}

.p-contact__sec01-item-input select {
  width: 100%;
  padding: 2rem;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #000000;
  appearance: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item-input select {
    border-bottom: 0.2666666667vw solid #000000;
  }
}

.p-contact__sec01-item-input textarea {
  width: 100%;
  border: 1px solid #000000;
  padding: 2rem;
  height: 22rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-item-input textarea {
    border: 0.2666666667vw solid #000000;
    padding: 4vw;
    height: 48vw;
  }
}

.p-contact__sec02-btn-wrap {
  margin: 0 auto;
  margin-top: 6rem;
  width: fit-content;
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-btn-wrap {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

.p-contact__sec02-btn {
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-btn {
    width: 100%;
  }
}

.p-contact__sec02-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  background-color: #f4136b;
  color: #ffffff;
  border-radius: 10rem;
  border: none;
  padding: 1.6rem 0;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-btn-wrap a {
    width: 100%;
    padding: 4.2666666667vw 0;
    border-radius: 26.6666666667vw;
  }
}

.p-contact__sec02-btn input {
  width: 28rem;
  background-color: #f4136b;
  color: #ffffff;
  border-radius: 10rem;
  border: none;
  padding: 1.6rem 0;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-btn input {
    width: 100%;
    padding: 4.2666666667vw 0;
    border-radius: 26.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-contact__sec02-btn input:hover {
    opacity: 0.7;
  }

  .p-contact__sec02-btn-wrap a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-contact__sec02-btn input:hover {
    opacity: 0.7;
  }

  .p-contact__sec02-btn-wrap a:hover {
    opacity: 0.7;
  }
}
.p-contact__sec02-confirm label {
  margin-top: 0;
}

.p-contact__sec02-thanks h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-thanks h3 {
    font-size: 5.3333333333vw;
  }
}

.p-contact__sec02-thanks p {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec02-thanks p {
    margin-top: 2.6666666667vw;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-contact__sec01-link {
  display: block;
  text-decoration: underline;
  margin-top: 1rem;
  margin-left: 5rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__sec01-link {
    margin-top: 2.6666666667vw;
    margin-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0rem;
}
.u-mb-0 {
  margin-bottom: 0rem;
}
.u-mr-0 {
  margin-right: 0rem;
}
.u-ml-0 {
  margin-left: 0rem;
}
.u-mt-5 {
  margin-top: 0.5rem;
}
.u-mb-5 {
  margin-bottom: 0.5rem;
}
.u-mr-5 {
  margin-right: 0.5rem;
}
.u-ml-5 {
  margin-left: 0.5rem;
}
.u-mt-10 {
  margin-top: 1rem;
}
.u-mb-10 {
  margin-bottom: 1rem;
}
.u-mr-10 {
  margin-right: 1rem;
}
.u-ml-10 {
  margin-left: 1rem;
}
.u-mt-15 {
  margin-top: 1.5rem;
}
.u-mb-15 {
  margin-bottom: 1.5rem;
}
.u-mr-15 {
  margin-right: 1.5rem;
}
.u-ml-15 {
  margin-left: 1.5rem;
}
.u-mt-20 {
  margin-top: 2rem;
}
.u-mb-20 {
  margin-bottom: 2rem;
}
.u-mr-20 {
  margin-right: 2rem;
}
.u-ml-20 {
  margin-left: 2rem;
}
.u-mt-25 {
  margin-top: 2.5rem;
}
.u-mb-25 {
  margin-bottom: 2.5rem;
}
.u-mr-25 {
  margin-right: 2.5rem;
}
.u-ml-25 {
  margin-left: 2.5rem;
}
.u-mt-30 {
  margin-top: 3rem;
}
.u-mb-30 {
  margin-bottom: 3rem;
}
.u-mr-30 {
  margin-right: 3rem;
}
.u-ml-30 {
  margin-left: 3rem;
}
.u-mt-35 {
  margin-top: 3.5rem;
}
.u-mb-35 {
  margin-bottom: 3.5rem;
}
.u-mr-35 {
  margin-right: 3.5rem;
}
.u-ml-35 {
  margin-left: 3.5rem;
}
.u-mt-40 {
  margin-top: 4rem;
}
.u-mb-40 {
  margin-bottom: 4rem;
}
.u-mr-40 {
  margin-right: 4rem;
}
.u-ml-40 {
  margin-left: 4rem;
}
.u-mt-45 {
  margin-top: 4.5rem;
}
.u-mb-45 {
  margin-bottom: 4.5rem;
}
.u-mr-45 {
  margin-right: 4.5rem;
}
.u-ml-45 {
  margin-left: 4.5rem;
}
.u-mt-50 {
  margin-top: 5rem;
}
.u-mb-50 {
  margin-bottom: 5rem;
}
.u-mr-50 {
  margin-right: 5rem;
}
.u-ml-50 {
  margin-left: 5rem;
}
.u-mt-55 {
  margin-top: 5.5rem;
}
.u-mb-55 {
  margin-bottom: 5.5rem;
}
.u-mr-55 {
  margin-right: 5.5rem;
}
.u-ml-55 {
  margin-left: 5.5rem;
}
.u-mt-60 {
  margin-top: 6rem;
}
.u-mb-60 {
  margin-bottom: 6rem;
}
.u-mr-60 {
  margin-right: 6rem;
}
.u-ml-60 {
  margin-left: 6rem;
}
.u-mt-65 {
  margin-top: 6.5rem;
}
.u-mb-65 {
  margin-bottom: 6.5rem;
}
.u-mr-65 {
  margin-right: 6.5rem;
}
.u-ml-65 {
  margin-left: 6.5rem;
}
.u-mt-70 {
  margin-top: 7rem;
}
.u-mb-70 {
  margin-bottom: 7rem;
}
.u-mr-70 {
  margin-right: 7rem;
}
.u-ml-70 {
  margin-left: 7rem;
}
.u-mt-75 {
  margin-top: 7.5rem;
}
.u-mb-75 {
  margin-bottom: 7.5rem;
}
.u-mr-75 {
  margin-right: 7.5rem;
}
.u-ml-75 {
  margin-left: 7.5rem;
}
.u-mt-80 {
  margin-top: 8rem;
}
.u-mb-80 {
  margin-bottom: 8rem;
}
.u-mr-80 {
  margin-right: 8rem;
}
.u-ml-80 {
  margin-left: 8rem;
}
.u-mt-85 {
  margin-top: 8.5rem;
}
.u-mb-85 {
  margin-bottom: 8.5rem;
}
.u-mr-85 {
  margin-right: 8.5rem;
}
.u-ml-85 {
  margin-left: 8.5rem;
}
.u-mt-90 {
  margin-top: 9rem;
}
.u-mb-90 {
  margin-bottom: 9rem;
}
.u-mr-90 {
  margin-right: 9rem;
}
.u-ml-90 {
  margin-left: 9rem;
}
.u-mt-95 {
  margin-top: 9.5rem;
}
.u-mb-95 {
  margin-bottom: 9.5rem;
}
.u-mr-95 {
  margin-right: 9.5rem;
}
.u-ml-95 {
  margin-left: 9.5rem;
}
.u-mt-100 {
  margin-top: 10rem;
}
.u-mb-100 {
  margin-bottom: 10rem;
}
.u-mr-100 {
  margin-right: 10rem;
}
.u-ml-100 {
  margin-left: 10rem;
}
.u-mt-105 {
  margin-top: 10.5rem;
}
.u-mb-105 {
  margin-bottom: 10.5rem;
}
.u-mr-105 {
  margin-right: 10.5rem;
}
.u-ml-105 {
  margin-left: 10.5rem;
}
.u-mt-110 {
  margin-top: 11rem;
}
.u-mb-110 {
  margin-bottom: 11rem;
}
.u-mr-110 {
  margin-right: 11rem;
}
.u-ml-110 {
  margin-left: 11rem;
}
.u-mt-115 {
  margin-top: 11.5rem;
}
.u-mb-115 {
  margin-bottom: 11.5rem;
}
.u-mr-115 {
  margin-right: 11.5rem;
}
.u-ml-115 {
  margin-left: 11.5rem;
}
.u-mt-120 {
  margin-top: 12rem;
}
.u-mb-120 {
  margin-bottom: 12rem;
}
.u-mr-120 {
  margin-right: 12rem;
}
.u-ml-120 {
  margin-left: 12rem;
}
.u-mt-125 {
  margin-top: 12.5rem;
}
.u-mb-125 {
  margin-bottom: 12.5rem;
}
.u-mr-125 {
  margin-right: 12.5rem;
}
.u-ml-125 {
  margin-left: 12.5rem;
}
.u-mt-130 {
  margin-top: 13rem;
}
.u-mb-130 {
  margin-bottom: 13rem;
}
.u-mr-130 {
  margin-right: 13rem;
}
.u-ml-130 {
  margin-left: 13rem;
}
.u-mt-135 {
  margin-top: 13.5rem;
}
.u-mb-135 {
  margin-bottom: 13.5rem;
}
.u-mr-135 {
  margin-right: 13.5rem;
}
.u-ml-135 {
  margin-left: 13.5rem;
}
.u-mt-140 {
  margin-top: 14rem;
}
.u-mb-140 {
  margin-bottom: 14rem;
}
.u-mr-140 {
  margin-right: 14rem;
}
.u-ml-140 {
  margin-left: 14rem;
}
.u-mt-145 {
  margin-top: 14.5rem;
}
.u-mb-145 {
  margin-bottom: 14.5rem;
}
.u-mr-145 {
  margin-right: 14.5rem;
}
.u-ml-145 {
  margin-left: 14.5rem;
}
.u-mt-150 {
  margin-top: 15rem;
}
.u-mb-150 {
  margin-bottom: 15rem;
}
.u-mr-150 {
  margin-right: 15rem;
}
.u-ml-150 {
  margin-left: 15rem;
}
.u-mt-155 {
  margin-top: 15.5rem;
}
.u-mb-155 {
  margin-bottom: 15.5rem;
}
.u-mr-155 {
  margin-right: 15.5rem;
}
.u-ml-155 {
  margin-left: 15.5rem;
}
.u-mt-160 {
  margin-top: 16rem;
}
.u-mb-160 {
  margin-bottom: 16rem;
}
.u-mr-160 {
  margin-right: 16rem;
}
.u-ml-160 {
  margin-left: 16rem;
}
.u-mt-165 {
  margin-top: 16.5rem;
}
.u-mb-165 {
  margin-bottom: 16.5rem;
}
.u-mr-165 {
  margin-right: 16.5rem;
}
.u-ml-165 {
  margin-left: 16.5rem;
}
.u-mt-170 {
  margin-top: 17rem;
}
.u-mb-170 {
  margin-bottom: 17rem;
}
.u-mr-170 {
  margin-right: 17rem;
}
.u-ml-170 {
  margin-left: 17rem;
}
.u-mt-175 {
  margin-top: 17.5rem;
}
.u-mb-175 {
  margin-bottom: 17.5rem;
}
.u-mr-175 {
  margin-right: 17.5rem;
}
.u-ml-175 {
  margin-left: 17.5rem;
}
.u-mt-180 {
  margin-top: 18rem;
}
.u-mb-180 {
  margin-bottom: 18rem;
}
.u-mr-180 {
  margin-right: 18rem;
}
.u-ml-180 {
  margin-left: 18rem;
}
.u-mt-185 {
  margin-top: 18.5rem;
}
.u-mb-185 {
  margin-bottom: 18.5rem;
}
.u-mr-185 {
  margin-right: 18.5rem;
}
.u-ml-185 {
  margin-left: 18.5rem;
}
.u-mt-190 {
  margin-top: 19rem;
}
.u-mb-190 {
  margin-bottom: 19rem;
}
.u-mr-190 {
  margin-right: 19rem;
}
.u-ml-190 {
  margin-left: 19rem;
}
.u-mt-195 {
  margin-top: 19.5rem;
}
.u-mb-195 {
  margin-bottom: 19.5rem;
}
.u-mr-195 {
  margin-right: 19.5rem;
}
.u-ml-195 {
  margin-left: 19.5rem;
}
.u-mt-200 {
  margin-top: 20rem;
}
.u-mb-200 {
  margin-bottom: 20rem;
}
.u-mr-200 {
  margin-right: 20rem;
}
.u-ml-200 {
  margin-left: 20rem;
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media print {
  .u-mt-pc-0 {
    margin-top: 0rem;
  }
  .u-mb-pc-0 {
    margin-bottom: 0rem;
  }
  .u-mr-pc-0 {
    margin-right: 0rem;
  }
  .u-ml-pc-0 {
    margin-left: 0rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media print {
  .u-mt-pc-5 {
    margin-top: 0.5rem;
  }
  .u-mb-pc-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-pc-5 {
    margin-right: 0.5rem;
  }
  .u-ml-pc-5 {
    margin-left: 0.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media print {
  .u-mt-pc-10 {
    margin-top: 1rem;
  }
  .u-mb-pc-10 {
    margin-bottom: 1rem;
  }
  .u-mr-pc-10 {
    margin-right: 1rem;
  }
  .u-ml-pc-10 {
    margin-left: 1rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media print {
  .u-mt-pc-15 {
    margin-top: 1.5rem;
  }
  .u-mb-pc-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-pc-15 {
    margin-right: 1.5rem;
  }
  .u-ml-pc-15 {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media print {
  .u-mt-pc-20 {
    margin-top: 2rem;
  }
  .u-mb-pc-20 {
    margin-bottom: 2rem;
  }
  .u-mr-pc-20 {
    margin-right: 2rem;
  }
  .u-ml-pc-20 {
    margin-left: 2rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media print {
  .u-mt-pc-25 {
    margin-top: 2.5rem;
  }
  .u-mb-pc-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-pc-25 {
    margin-right: 2.5rem;
  }
  .u-ml-pc-25 {
    margin-left: 2.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media print {
  .u-mt-pc-30 {
    margin-top: 3rem;
  }
  .u-mb-pc-30 {
    margin-bottom: 3rem;
  }
  .u-mr-pc-30 {
    margin-right: 3rem;
  }
  .u-ml-pc-30 {
    margin-left: 3rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media print {
  .u-mt-pc-35 {
    margin-top: 3.5rem;
  }
  .u-mb-pc-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-pc-35 {
    margin-right: 3.5rem;
  }
  .u-ml-pc-35 {
    margin-left: 3.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media print {
  .u-mt-pc-40 {
    margin-top: 4rem;
  }
  .u-mb-pc-40 {
    margin-bottom: 4rem;
  }
  .u-mr-pc-40 {
    margin-right: 4rem;
  }
  .u-ml-pc-40 {
    margin-left: 4rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media print {
  .u-mt-pc-45 {
    margin-top: 4.5rem;
  }
  .u-mb-pc-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-pc-45 {
    margin-right: 4.5rem;
  }
  .u-ml-pc-45 {
    margin-left: 4.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media print {
  .u-mt-pc-50 {
    margin-top: 5rem;
  }
  .u-mb-pc-50 {
    margin-bottom: 5rem;
  }
  .u-mr-pc-50 {
    margin-right: 5rem;
  }
  .u-ml-pc-50 {
    margin-left: 5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media print {
  .u-mt-pc-55 {
    margin-top: 5.5rem;
  }
  .u-mb-pc-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-pc-55 {
    margin-right: 5.5rem;
  }
  .u-ml-pc-55 {
    margin-left: 5.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media print {
  .u-mt-pc-60 {
    margin-top: 6rem;
  }
  .u-mb-pc-60 {
    margin-bottom: 6rem;
  }
  .u-mr-pc-60 {
    margin-right: 6rem;
  }
  .u-ml-pc-60 {
    margin-left: 6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media print {
  .u-mt-pc-65 {
    margin-top: 6.5rem;
  }
  .u-mb-pc-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-pc-65 {
    margin-right: 6.5rem;
  }
  .u-ml-pc-65 {
    margin-left: 6.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media print {
  .u-mt-pc-70 {
    margin-top: 7rem;
  }
  .u-mb-pc-70 {
    margin-bottom: 7rem;
  }
  .u-mr-pc-70 {
    margin-right: 7rem;
  }
  .u-ml-pc-70 {
    margin-left: 7rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media print {
  .u-mt-pc-75 {
    margin-top: 7.5rem;
  }
  .u-mb-pc-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-pc-75 {
    margin-right: 7.5rem;
  }
  .u-ml-pc-75 {
    margin-left: 7.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media print {
  .u-mt-pc-80 {
    margin-top: 8rem;
  }
  .u-mb-pc-80 {
    margin-bottom: 8rem;
  }
  .u-mr-pc-80 {
    margin-right: 8rem;
  }
  .u-ml-pc-80 {
    margin-left: 8rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media print {
  .u-mt-pc-85 {
    margin-top: 8.5rem;
  }
  .u-mb-pc-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-pc-85 {
    margin-right: 8.5rem;
  }
  .u-ml-pc-85 {
    margin-left: 8.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media print {
  .u-mt-pc-90 {
    margin-top: 9rem;
  }
  .u-mb-pc-90 {
    margin-bottom: 9rem;
  }
  .u-mr-pc-90 {
    margin-right: 9rem;
  }
  .u-ml-pc-90 {
    margin-left: 9rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media print {
  .u-mt-pc-95 {
    margin-top: 9.5rem;
  }
  .u-mb-pc-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-pc-95 {
    margin-right: 9.5rem;
  }
  .u-ml-pc-95 {
    margin-left: 9.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media print {
  .u-mt-pc-100 {
    margin-top: 10rem;
  }
  .u-mb-pc-100 {
    margin-bottom: 10rem;
  }
  .u-mr-pc-100 {
    margin-right: 10rem;
  }
  .u-ml-pc-100 {
    margin-left: 10rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media print {
  .u-mt-pc-105 {
    margin-top: 10.5rem;
  }
  .u-mb-pc-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-pc-105 {
    margin-right: 10.5rem;
  }
  .u-ml-pc-105 {
    margin-left: 10.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media print {
  .u-mt-pc-110 {
    margin-top: 11rem;
  }
  .u-mb-pc-110 {
    margin-bottom: 11rem;
  }
  .u-mr-pc-110 {
    margin-right: 11rem;
  }
  .u-ml-pc-110 {
    margin-left: 11rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media print {
  .u-mt-pc-115 {
    margin-top: 11.5rem;
  }
  .u-mb-pc-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-pc-115 {
    margin-right: 11.5rem;
  }
  .u-ml-pc-115 {
    margin-left: 11.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media print {
  .u-mt-pc-120 {
    margin-top: 12rem;
  }
  .u-mb-pc-120 {
    margin-bottom: 12rem;
  }
  .u-mr-pc-120 {
    margin-right: 12rem;
  }
  .u-ml-pc-120 {
    margin-left: 12rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media print {
  .u-mt-pc-125 {
    margin-top: 12.5rem;
  }
  .u-mb-pc-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-pc-125 {
    margin-right: 12.5rem;
  }
  .u-ml-pc-125 {
    margin-left: 12.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media print {
  .u-mt-pc-130 {
    margin-top: 13rem;
  }
  .u-mb-pc-130 {
    margin-bottom: 13rem;
  }
  .u-mr-pc-130 {
    margin-right: 13rem;
  }
  .u-ml-pc-130 {
    margin-left: 13rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media print {
  .u-mt-pc-135 {
    margin-top: 13.5rem;
  }
  .u-mb-pc-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-pc-135 {
    margin-right: 13.5rem;
  }
  .u-ml-pc-135 {
    margin-left: 13.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media print {
  .u-mt-pc-140 {
    margin-top: 14rem;
  }
  .u-mb-pc-140 {
    margin-bottom: 14rem;
  }
  .u-mr-pc-140 {
    margin-right: 14rem;
  }
  .u-ml-pc-140 {
    margin-left: 14rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media print {
  .u-mt-pc-145 {
    margin-top: 14.5rem;
  }
  .u-mb-pc-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-pc-145 {
    margin-right: 14.5rem;
  }
  .u-ml-pc-145 {
    margin-left: 14.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media print {
  .u-mt-pc-150 {
    margin-top: 15rem;
  }
  .u-mb-pc-150 {
    margin-bottom: 15rem;
  }
  .u-mr-pc-150 {
    margin-right: 15rem;
  }
  .u-ml-pc-150 {
    margin-left: 15rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media print {
  .u-mt-pc-155 {
    margin-top: 15.5rem;
  }
  .u-mb-pc-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-pc-155 {
    margin-right: 15.5rem;
  }
  .u-ml-pc-155 {
    margin-left: 15.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media print {
  .u-mt-pc-160 {
    margin-top: 16rem;
  }
  .u-mb-pc-160 {
    margin-bottom: 16rem;
  }
  .u-mr-pc-160 {
    margin-right: 16rem;
  }
  .u-ml-pc-160 {
    margin-left: 16rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media print {
  .u-mt-pc-165 {
    margin-top: 16.5rem;
  }
  .u-mb-pc-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-pc-165 {
    margin-right: 16.5rem;
  }
  .u-ml-pc-165 {
    margin-left: 16.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media print {
  .u-mt-pc-170 {
    margin-top: 17rem;
  }
  .u-mb-pc-170 {
    margin-bottom: 17rem;
  }
  .u-mr-pc-170 {
    margin-right: 17rem;
  }
  .u-ml-pc-170 {
    margin-left: 17rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media print {
  .u-mt-pc-175 {
    margin-top: 17.5rem;
  }
  .u-mb-pc-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-pc-175 {
    margin-right: 17.5rem;
  }
  .u-ml-pc-175 {
    margin-left: 17.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media print {
  .u-mt-pc-180 {
    margin-top: 18rem;
  }
  .u-mb-pc-180 {
    margin-bottom: 18rem;
  }
  .u-mr-pc-180 {
    margin-right: 18rem;
  }
  .u-ml-pc-180 {
    margin-left: 18rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media print {
  .u-mt-pc-185 {
    margin-top: 18.5rem;
  }
  .u-mb-pc-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-pc-185 {
    margin-right: 18.5rem;
  }
  .u-ml-pc-185 {
    margin-left: 18.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media print {
  .u-mt-pc-190 {
    margin-top: 19rem;
  }
  .u-mb-pc-190 {
    margin-bottom: 19rem;
  }
  .u-mr-pc-190 {
    margin-right: 19rem;
  }
  .u-ml-pc-190 {
    margin-left: 19rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media print {
  .u-mt-pc-195 {
    margin-top: 19.5rem;
  }
  .u-mb-pc-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-pc-195 {
    margin-right: 19.5rem;
  }
  .u-ml-pc-195 {
    margin-left: 19.5rem;
  }
}
@media all and (min-width: 64.0625em) {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media print {
  .u-mt-pc-200 {
    margin-top: 20rem;
  }
  .u-mb-pc-200 {
    margin-bottom: 20rem;
  }
  .u-mr-pc-200 {
    margin-right: 20rem;
  }
  .u-ml-pc-200 {
    margin-left: 20rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-0 {
    margin-top: 0rem;
  }
  .u-mb-tb-0 {
    margin-bottom: 0rem;
  }
  .u-mr-tb-0 {
    margin-right: 0rem;
  }
  .u-ml-tb-0 {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-5 {
    margin-top: 0.5rem;
  }
  .u-mb-tb-5 {
    margin-bottom: 0.5rem;
  }
  .u-mr-tb-5 {
    margin-right: 0.5rem;
  }
  .u-ml-tb-5 {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-10 {
    margin-top: 1rem;
  }
  .u-mb-tb-10 {
    margin-bottom: 1rem;
  }
  .u-mr-tb-10 {
    margin-right: 1rem;
  }
  .u-ml-tb-10 {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-15 {
    margin-top: 1.5rem;
  }
  .u-mb-tb-15 {
    margin-bottom: 1.5rem;
  }
  .u-mr-tb-15 {
    margin-right: 1.5rem;
  }
  .u-ml-tb-15 {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-20 {
    margin-top: 2rem;
  }
  .u-mb-tb-20 {
    margin-bottom: 2rem;
  }
  .u-mr-tb-20 {
    margin-right: 2rem;
  }
  .u-ml-tb-20 {
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-25 {
    margin-top: 2.5rem;
  }
  .u-mb-tb-25 {
    margin-bottom: 2.5rem;
  }
  .u-mr-tb-25 {
    margin-right: 2.5rem;
  }
  .u-ml-tb-25 {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-30 {
    margin-top: 3rem;
  }
  .u-mb-tb-30 {
    margin-bottom: 3rem;
  }
  .u-mr-tb-30 {
    margin-right: 3rem;
  }
  .u-ml-tb-30 {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-35 {
    margin-top: 3.5rem;
  }
  .u-mb-tb-35 {
    margin-bottom: 3.5rem;
  }
  .u-mr-tb-35 {
    margin-right: 3.5rem;
  }
  .u-ml-tb-35 {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-40 {
    margin-top: 4rem;
  }
  .u-mb-tb-40 {
    margin-bottom: 4rem;
  }
  .u-mr-tb-40 {
    margin-right: 4rem;
  }
  .u-ml-tb-40 {
    margin-left: 4rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-45 {
    margin-top: 4.5rem;
  }
  .u-mb-tb-45 {
    margin-bottom: 4.5rem;
  }
  .u-mr-tb-45 {
    margin-right: 4.5rem;
  }
  .u-ml-tb-45 {
    margin-left: 4.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-50 {
    margin-top: 5rem;
  }
  .u-mb-tb-50 {
    margin-bottom: 5rem;
  }
  .u-mr-tb-50 {
    margin-right: 5rem;
  }
  .u-ml-tb-50 {
    margin-left: 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-55 {
    margin-top: 5.5rem;
  }
  .u-mb-tb-55 {
    margin-bottom: 5.5rem;
  }
  .u-mr-tb-55 {
    margin-right: 5.5rem;
  }
  .u-ml-tb-55 {
    margin-left: 5.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-60 {
    margin-top: 6rem;
  }
  .u-mb-tb-60 {
    margin-bottom: 6rem;
  }
  .u-mr-tb-60 {
    margin-right: 6rem;
  }
  .u-ml-tb-60 {
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-65 {
    margin-top: 6.5rem;
  }
  .u-mb-tb-65 {
    margin-bottom: 6.5rem;
  }
  .u-mr-tb-65 {
    margin-right: 6.5rem;
  }
  .u-ml-tb-65 {
    margin-left: 6.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-70 {
    margin-top: 7rem;
  }
  .u-mb-tb-70 {
    margin-bottom: 7rem;
  }
  .u-mr-tb-70 {
    margin-right: 7rem;
  }
  .u-ml-tb-70 {
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-75 {
    margin-top: 7.5rem;
  }
  .u-mb-tb-75 {
    margin-bottom: 7.5rem;
  }
  .u-mr-tb-75 {
    margin-right: 7.5rem;
  }
  .u-ml-tb-75 {
    margin-left: 7.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-80 {
    margin-top: 8rem;
  }
  .u-mb-tb-80 {
    margin-bottom: 8rem;
  }
  .u-mr-tb-80 {
    margin-right: 8rem;
  }
  .u-ml-tb-80 {
    margin-left: 8rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-85 {
    margin-top: 8.5rem;
  }
  .u-mb-tb-85 {
    margin-bottom: 8.5rem;
  }
  .u-mr-tb-85 {
    margin-right: 8.5rem;
  }
  .u-ml-tb-85 {
    margin-left: 8.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-90 {
    margin-top: 9rem;
  }
  .u-mb-tb-90 {
    margin-bottom: 9rem;
  }
  .u-mr-tb-90 {
    margin-right: 9rem;
  }
  .u-ml-tb-90 {
    margin-left: 9rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-95 {
    margin-top: 9.5rem;
  }
  .u-mb-tb-95 {
    margin-bottom: 9.5rem;
  }
  .u-mr-tb-95 {
    margin-right: 9.5rem;
  }
  .u-ml-tb-95 {
    margin-left: 9.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-100 {
    margin-top: 10rem;
  }
  .u-mb-tb-100 {
    margin-bottom: 10rem;
  }
  .u-mr-tb-100 {
    margin-right: 10rem;
  }
  .u-ml-tb-100 {
    margin-left: 10rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-105 {
    margin-top: 10.5rem;
  }
  .u-mb-tb-105 {
    margin-bottom: 10.5rem;
  }
  .u-mr-tb-105 {
    margin-right: 10.5rem;
  }
  .u-ml-tb-105 {
    margin-left: 10.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-110 {
    margin-top: 11rem;
  }
  .u-mb-tb-110 {
    margin-bottom: 11rem;
  }
  .u-mr-tb-110 {
    margin-right: 11rem;
  }
  .u-ml-tb-110 {
    margin-left: 11rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-115 {
    margin-top: 11.5rem;
  }
  .u-mb-tb-115 {
    margin-bottom: 11.5rem;
  }
  .u-mr-tb-115 {
    margin-right: 11.5rem;
  }
  .u-ml-tb-115 {
    margin-left: 11.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-120 {
    margin-top: 12rem;
  }
  .u-mb-tb-120 {
    margin-bottom: 12rem;
  }
  .u-mr-tb-120 {
    margin-right: 12rem;
  }
  .u-ml-tb-120 {
    margin-left: 12rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-125 {
    margin-top: 12.5rem;
  }
  .u-mb-tb-125 {
    margin-bottom: 12.5rem;
  }
  .u-mr-tb-125 {
    margin-right: 12.5rem;
  }
  .u-ml-tb-125 {
    margin-left: 12.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-130 {
    margin-top: 13rem;
  }
  .u-mb-tb-130 {
    margin-bottom: 13rem;
  }
  .u-mr-tb-130 {
    margin-right: 13rem;
  }
  .u-ml-tb-130 {
    margin-left: 13rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-135 {
    margin-top: 13.5rem;
  }
  .u-mb-tb-135 {
    margin-bottom: 13.5rem;
  }
  .u-mr-tb-135 {
    margin-right: 13.5rem;
  }
  .u-ml-tb-135 {
    margin-left: 13.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-140 {
    margin-top: 14rem;
  }
  .u-mb-tb-140 {
    margin-bottom: 14rem;
  }
  .u-mr-tb-140 {
    margin-right: 14rem;
  }
  .u-ml-tb-140 {
    margin-left: 14rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-145 {
    margin-top: 14.5rem;
  }
  .u-mb-tb-145 {
    margin-bottom: 14.5rem;
  }
  .u-mr-tb-145 {
    margin-right: 14.5rem;
  }
  .u-ml-tb-145 {
    margin-left: 14.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-150 {
    margin-top: 15rem;
  }
  .u-mb-tb-150 {
    margin-bottom: 15rem;
  }
  .u-mr-tb-150 {
    margin-right: 15rem;
  }
  .u-ml-tb-150 {
    margin-left: 15rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-155 {
    margin-top: 15.5rem;
  }
  .u-mb-tb-155 {
    margin-bottom: 15.5rem;
  }
  .u-mr-tb-155 {
    margin-right: 15.5rem;
  }
  .u-ml-tb-155 {
    margin-left: 15.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-160 {
    margin-top: 16rem;
  }
  .u-mb-tb-160 {
    margin-bottom: 16rem;
  }
  .u-mr-tb-160 {
    margin-right: 16rem;
  }
  .u-ml-tb-160 {
    margin-left: 16rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-165 {
    margin-top: 16.5rem;
  }
  .u-mb-tb-165 {
    margin-bottom: 16.5rem;
  }
  .u-mr-tb-165 {
    margin-right: 16.5rem;
  }
  .u-ml-tb-165 {
    margin-left: 16.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-170 {
    margin-top: 17rem;
  }
  .u-mb-tb-170 {
    margin-bottom: 17rem;
  }
  .u-mr-tb-170 {
    margin-right: 17rem;
  }
  .u-ml-tb-170 {
    margin-left: 17rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-175 {
    margin-top: 17.5rem;
  }
  .u-mb-tb-175 {
    margin-bottom: 17.5rem;
  }
  .u-mr-tb-175 {
    margin-right: 17.5rem;
  }
  .u-ml-tb-175 {
    margin-left: 17.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-180 {
    margin-top: 18rem;
  }
  .u-mb-tb-180 {
    margin-bottom: 18rem;
  }
  .u-mr-tb-180 {
    margin-right: 18rem;
  }
  .u-ml-tb-180 {
    margin-left: 18rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-185 {
    margin-top: 18.5rem;
  }
  .u-mb-tb-185 {
    margin-bottom: 18.5rem;
  }
  .u-mr-tb-185 {
    margin-right: 18.5rem;
  }
  .u-ml-tb-185 {
    margin-left: 18.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-190 {
    margin-top: 19rem;
  }
  .u-mb-tb-190 {
    margin-bottom: 19rem;
  }
  .u-mr-tb-190 {
    margin-right: 19rem;
  }
  .u-ml-tb-190 {
    margin-left: 19rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-195 {
    margin-top: 19.5rem;
  }
  .u-mb-tb-195 {
    margin-bottom: 19.5rem;
  }
  .u-mr-tb-195 {
    margin-right: 19.5rem;
  }
  .u-ml-tb-195 {
    margin-left: 19.5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mt-tb-200 {
    margin-top: 20rem;
  }
  .u-mb-tb-200 {
    margin-bottom: 20rem;
  }
  .u-mr-tb-200 {
    margin-right: 20rem;
  }
  .u-ml-tb-200 {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }
  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }
  .u-mr-sp-0 {
    margin-right: 0vw;
  }
  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-15 {
    margin-right: 4vw;
  }
  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-30 {
    margin-right: 8vw;
  }
  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-45 {
    margin-right: 12vw;
  }
  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-60 {
    margin-right: 16vw;
  }
  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-75 {
    margin-right: 20vw;
  }
  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-90 {
    margin-right: 24vw;
  }
  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }
  .u-mr-sp-105 {
    margin-right: 28vw;
  }
  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }
  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }
  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }
  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }
  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }
  .u-mr-sp-120 {
    margin-right: 32vw;
  }
  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }
  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }
  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }
  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }
  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }
  .u-mr-sp-135 {
    margin-right: 36vw;
  }
  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }
  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }
  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }
  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }
  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }
  .u-mr-sp-150 {
    margin-right: 40vw;
  }
  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }
  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }
  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }
  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }
  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }
  .u-mr-sp-165 {
    margin-right: 44vw;
  }
  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }
  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }
  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }
  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }
  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }
  .u-mr-sp-180 {
    margin-right: 48vw;
  }
  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }
  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }
  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }
  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }
  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }
  .u-mr-sp-195 {
    margin-right: 52vw;
  }
  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }
  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }
  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .u-m-center-pc {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 64.0625em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 64.0625em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */