@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: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/en/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/en/Poppins-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%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  text-align: justify; /* 両端揃え(均等割り付け) */
  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: #333333;
  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;
  }
}

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(51, 51, 51, 0.5);
}

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

.l-contents {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents {
    padding-bottom: 32vw;
  }
}

.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: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-container02 {
    padding: 0 5.3333333333vw;
  }
}

.l-header {
  transition: 0.3s;
}

.l-header__top.change-color {
  background: rgba(59, 107, 193, 0.8);
}

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

.l-header__top.change-color .nav-items__item a {
  color: #333333;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__top.change-color .nav-items__item a {
    color: #ffffff;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 110rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header {
    width: 100%;
  }
}

.header__inner {
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  height: inherit;
  justify-content: space-between;
  position: relative;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .header__inner {
    padding: 0 0 0 5.3333333333vw;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */
.header__nav {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 8rem;
    width: 100%;
    height: 100vh;
    left: 100%;
    background-color: #5569b0;
    transition: ease 0.4s;
    display: block;
    padding: 2.4rem 0;
  }
}

.nav-items {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .nav-items {
    padding: 0;
    display: block;
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header__nav .header__title {
    margin-top: 1.6rem;
  }
}

/* ナビのリンク */
.nav-items__item a {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item a {
    margin-bottom: 3rem;
    font-size: 1.2rem;
    width: fit-content;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item p {
    font-size: 5.4rem;
    font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0.2rem;
  }
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger {
    display: block;
    border-color: transparent;
    z-index: 9999;
    background-color: #4259a7;
    width: 8rem;
    height: 8rem;
  }
}

.hamburger.hamburger-under {
  background-color: #ffffff;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  background-color: #ffffff;
  width: 3rem;
  margin: 0 auto;
  height: 0.1rem;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger.hamburger-under span {
  background-color: #4259a7;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 1rem auto;
}

.hamburger span:nth-child(3) {
  top: 0;
}

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

.hamburger.active span:nth-child(1) {
  top: 1.1rem;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -1rem;
  transform: rotate(-45deg);
}

.l-header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  width: 18rem;
  padding: 2rem 0;
  border-radius: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-link {
    margin-top: 3rem;
    width: 100%;
    padding: 1.4rem 0;
    position: relative;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-link img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.4rem;
  }
}

.l-header__nav-item {
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #4259a7;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item:nth-child(2),
.l-header__nav-item:nth-child(3) {
    margin-top: 2rem;
  }
}

.l-header__nav-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__nav-item-title p {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
}

.l-header__nav-item-title span {
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 1rem;
}

.l-header__nav-item ul {
  margin-top: 2rem;
}

.l-header__nav-item ul li {
  margin-top: 2rem;
  margin-left: 2rem;
}

.l-header__nav-item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
}

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

.l-header__box {
  display: flex;
  align-items: center;
  column-gap: 6rem;
}

.l-header__box ul {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.l-header__box ul li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.l-header__box ul span {
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #cccccc;
}

.l-header__box--link {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 2rem;
  width: 30rem;
  background-color: #4259a7;
  color: #ffffff;
}

.l-header__box--link img {
  width: 5.4rem;
}

.l-header__box--link p {
  font-size: 1.6rem;
  text-align: center;
}

.l-header__box--link p span {
  font-size: 2.2rem;
  font-weight: 700;
}

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

.l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  padding: 1rem 0;
  border-radius: 10rem;
  background-color: #ffffff;
  font-size: 1.4rem;
  color: #4259a7;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__btn {
    display: none;
  }
}

.l-header__under .l-header__btn {
  background-color: #4259a7;
  color: #ffffff;
}

.l-footer__contact {
  background-image: url(../../assets/images/common/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
  position: relative;
}

.l-footer__contact--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--wrap {
    display: block;
  }
}

.l-footer__contact--item01 {
  display: flex;
  align-items: center;
  column-gap: 5rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--item01 {
    column-gap: 8vw;
  }
}

.l-footer__contact--item01 h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--item01 h3 {
    font-size: 3.7333333333vw;
  }
}

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

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

.l-footer__contact--line {
  display: block;
  width: 0.1rem;
  height: 10rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--line {
    height: 10.6666666667vw;
    width: 0.2666666667vw;
  }
}

.l-footer__contact--item02 {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--item02 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.l-footer__contact--item02 a {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  background-color: #ffffff;
  border-radius: 10rem;
  width: 100%;
  padding: 1.7rem 0;
  padding-left: 2rem;
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--item02 a {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    padding: 2.1333333333vw 0;
    padding-left: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}

.l-footer__contact--item02 a:first-child {
  margin-top: 0;
}

.l-footer__contact--item02-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.l-footer__contact--top {
  position: absolute;
  bottom: 100%;
  right: 6rem;
  width: 13.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__contact--top {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 36vw;
  }
}

.l-footer__box01 {
  background-color: #eeeeee;
  padding: 3rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__box01 {
    padding: 4rem 0;
  }
}

.l-footer__item {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.l-footer__box01 p {
  font-size: 1.2rem;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__box01 p {
    font-size: 1.2rem;
    margin-top: 2rem;
    text-align: center;
  }
}

.l-footer__box01 img:first-child {
  margin: 0 auto;
}

.l-footer__box01 img:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 140%;
  width: 12.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__box01 img:last-child {
    left: 110%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__box01 img:last-child {
    left: auto;
    position: relative;
    transform: none;
    width: 12.5rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.l-footer__box01 .l-footer__item a img {
  width: auto;
  position: relative;
  margin-top: 0;
  transform: none;
  top: 0;
  left: 0;
}

.l-footer__box02 {
  padding: 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__box02 {
    padding: 2rem 0;
  }
}

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

.c-title-01 {
  text-align: center;
}

.c-title-01 h2 {
  font-size: 5rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 h2 {
    font-size: 8vw;
  }
}

.c-title-01 p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4259a7;
  line-height: 1.2;
  margin-top: 1.4rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-title-01 div {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 div {
    margin-top: 5.3333333333vw;
  }
}

.c-title-01 div span:first-child {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #9aa9d3;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 div span:first-child {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}

.c-title-01 div span:last-child {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 div span:last-child {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}

.c-title-02 {
  font-size: 3rem;
  font-weight: 700;
  padding-left: 3.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-02 {
    font-size: 5.3333333333vw;
    padding-left: 6.4vw;
  }
}

.c-title-02::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-02::after {
    width: 1.0666666667vw;
  }
}

.c-title-03 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-03 {
    font-size: 5.3333333333vw;
  }
}

.c-title-04 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  background-color: #ebeef6;
  padding: 1.2rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-04 {
    font-size: 5.3333333333vw;
    padding: 3.2vw 5.3333333333vw;
  }
}

.u-lh-2 {
  line-height: 2;
}

.c-title-05 {
  text-align: center;
}

.c-title-05 h3 {
  font-size: 3.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-05 h3 {
    font-size: 8vw;
  }
}

.c-title-05 p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #4259a7;
  line-height: 1.2;
  margin-top: 1rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-05 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-title-05 div {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-05 div {
    margin-top: 5.3333333333vw;
  }
}

.c-title-05 div span:first-child {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #9aa9d3;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-05 div span:first-child {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}

.c-title-05 div span:last-child {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-05 div span:last-child {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}

a {
  cursor: pointer !important;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.p-home__mv {
  position: relative;
  width: 110rem;
  height: 65rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    width: 100%;
    height: auto;
  }
}

.p-home__mv .p-home__mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home__mv--txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv--txt {
    display: block;
    top: 11rem;
    transform: none;
    width: 78%;
  }
}

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

.p-home__mv--img02 {
  width: 6%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv--img02 {
    width: 15.2vw;
    margin-top: 8vw;
    margin-left: 16vw;
  }
}

.p-home__main {
  background-image: url(../../assets/images/common/bg01.png);
  background-size: contain;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__main {
    background-image: url(../../assets/images/common/bg01_sp.png);
  }
}

.p-home__link {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link {
    margin-top: -18.6666666667vw;
  }
}

.p-home__link--wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--wrap {
    display: block;
  }
}

.p-home__link--item {
  background-color: #4259a7;
  color: #ffffff;
  width: 32%;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--item {
    width: 100%;
    padding: 8vw 5.3333333333vw;
    margin-top: 2.6666666667vw;
    display: block;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__link--item.p-home__link--item03 {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__link--item:first-child {
    margin-top: 0;
  }
}

.p-home__link--title {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__link--item03 {
    position: relative;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__link--item02 .p-home__link--title {
    text-align: left;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__link--item03 .p-home__link--title {
    text-align: left;
    padding-left: 16vw;
  }
}

.p-home__link--title h3 {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--title h3 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}

.p-home__link--title p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--title p {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
    line-height: 1;
  }
}

.p-home__link--title img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-home__link--line {
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--line {
    height: 2.6666666667vw;
  }
}

.p-home__link--item ul {
  padding-top: 2rem;
  border-top: 1px solid #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--item ul {
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid #ffffff;
  }
}

.p-home__link--item ul li {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--item ul li {
    margin-top: 2.6666666667vw;
  }
}

.p-home__link--item ul li:first-child {
  margin-top: 0;
}

.p-home__link--item ul li a {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--item ul li a {
    font-size: 4.2666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.p-home__link--item01 .p-home__link--title {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--item01 .p-home__link--title {
    padding-bottom: 5.3333333333vw;
  }
}

.p-home__link--item.p-home__link--item02 {
  padding: 0;
}

.p-home__link--item02 a {
  display: block;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--item02 a {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}

.p-home__link--item02 a:nth-child(2) {
  margin-top: 1.5rem;
}

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

.p-home__section01--title {
  width: 70%;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--title {
    width: 100%;
    margin: 0 auto;
  }
}

.p-home__section01--title h2 {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--title h2 {
    font-size: 8vw;
  }
}

.p-home__section01--title p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4259a7;
  margin-top: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--title p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__section01--title div {
  display: flex;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--title div {
    margin-top: 5.3333333333vw;
  }
}

.p-home__section01--title div span:first-child {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #9aa9d3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--title div span:first-child {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}

.p-home__section01--title div span:last-child {
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--title div span:last-child {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}

.p-home__link--img01 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__link--img01 {
    margin-top: 0;
    position: absolute;
    top: 4.8vw;
    left: 5.3333333333vw;
    width: 10.6666666667vw;
  }
}

.p-home__section01--item {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--item {
    display: block;
  }
}

.p-home__section01--img {
  width: 24%;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--img {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section01--img img {
    width: 37.3333333333vw;
    margin: 0 auto;
  }
}

.p-home__section01--txt {
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--txt {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-home__section01--txt p {
  width: 60rem;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__section01--txt p {
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--txt p {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}

.p-home__section01--img p {
  text-align: center;
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--img p {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}

.p-home__section01--img p span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01--img p span {
    font-size: 4.8vw;
  }
}

.p-home__sectioin02--title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #4259a7;
  text-align: center;
  padding: 1rem 0;
  margin-top: 6rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sectioin02--title {
    margin-top: 8vw;
    font-size: 4.8vw;
    padding: 3.7333333333vw 0;
  }
}

.p-home__sectioin02--title img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
  width: 4.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sectioin02--title img {
    width: 9.0666666667vw;
    bottom: -5.3333333333vw;
  }
}

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

.p-home__section02--item h3 {
  font-size: 4rem;
  font-weight: 700;
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02--item h3 {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-home__section02--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  padding: 1.4rem 0;
  background-color: #4259a7;
  border-radius: 10rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  margin: 0 auto;
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02--item a {
    width: 53.3333333333vw;
    border-radius: 26.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding: 4vw 0;
  }
}

.p-home__section02--item a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02--item a img {
    width: 4vw;
    right: 5.3333333333vw;
  }
}

.p-under__main {
  margin-top: 10rem;
  background-image: url(../../assets/images/common/bg01.png);
  background-size: contain;
  background-repeat: repeat-y;
  padding-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__main {
    padding-top: 4rem;
    margin-top: 8rem;
    background-image: url(../../assets/images/common/bg01_sp.png);
  }
}

.p-under__main.p-line-up__main {
  padding-bottom: 26rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__main.p-line-up__main {
    padding-bottom: 53.3333333333vw;
  }
}

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

.p-under__pan ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__pan ul {
    column-gap: 2.6666666667vw;
    font-size: 3.2vw;
    width: 49.0666666667vw;
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    justify-content: flex-end;
    margin-left: auto;
  }
}

.p-under__pan ul li a {
  color: #4259a7;
}

.p-under__pan--tab {
  display: none;
}

.p-under__pan--tab.active {
  display: block;
}

.p-line-up__tab {
  margin-top: 4rem;
}

.p-line-up__content_area {
  width: 100%;
}

.p-line-up__tab-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab-container {
    display: block;
  }
}

.p-line-up__content-container {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__content-container {
    margin-top: 16vw;
  }
}

.tab {
  width: 32%;
  cursor: pointer;
  border: 1px solid #4259a7;
  color: #4259a7;
  padding: 3rem 1.8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .tab {
    width: 100%;
    margin-top: 2.6666666667vw;
    justify-content: flex-start;
    text-align: left;
    font-size: 4.8vw;
    padding: 3.2vw 5.3333333333vw;
    height: 21.3333333333vw;
    position: relative;
  }
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

.tab.active {
  background-color: #4259a7;
  color: #ffffff;
  position: relative;
}

.tab.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.4rem solid transparent;
  border-left: 1.4rem solid transparent;
  border-top: 2.2rem solid #4259a7;
  border-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .tab.active::after {
    content: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .tab.active::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
    background-image: url(../../assets/images/common/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.content {
  display: none;
}

.content.show {
  display: block;
}

.p-line-up__section01--txt01 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-top: 6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--txt01 {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

.p-line-up__section01--box {
  margin-top: 14rem;
  width: 100%;
  height: 24.2rem;
  background-color: #4259a7;
  border-radius: 1rem;
  padding: 4.8rem 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box {
    margin-top: 16vw;
    height: 42.1333333333vw;
    padding: 5.3333333333vw 0;
    border-radius: 2.6666666667vw;
  }
}

.p-line-up__section01--box h3 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box h3 {
    font-size: 4.8vw;
  }
}

.p-line-up__section01--item {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--item {
    column-gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-line-up__section01--item a {
  background-color: #ffffff;
  border-radius: 1rem;
  color: #4259a7;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 3rem;
  width: 32rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--item a {
    padding: 8vw 2.6666666667vw;
    width: 40vw;
    border-radius: 2.6666666667vw;
  }
}

.p-line-up__section01--item a div {
  text-align: center;
  position: relative;
}

.p-line-up__section01--item a p {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--item a p {
    font-size: 4.8vw;
  }
}

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

.p-line-up__section01--item a .p-line-up__section01--item-txt img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-line-up__section01--item-img {
  width: 10rem;
  margin: 0 auto;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--item-img {
    width: 26.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-line-up__section--link {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  width: fit-content;
  background-color: #4259a7;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #ffffff;
  padding: 1.4rem 2rem 1.4rem 3rem;
  position: relative;
  margin: 0 auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section--link {
    font-size: 4.2666666667vw;
    padding: 3.4666666667vw 5.3333333333vw;
    column-gap: 5.3333333333vw;
    border-radius: 26.6666666667vw;
    margin-top: 8vw;
  }
}

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

.p-line-up__section01--list li {
  margin-top: 2rem;
  position: relative;
  padding-left: 2.6rem;
  font-size: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--list li {
    margin-top: 2.6666666667vw;
    padding-left: 6.9333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-line-up__section01--list li:first-child {
  margin-top: 0;
}

.p-line-up__section01--list li::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  height: 0.6rem;
  width: 0.6rem;
  background-color: #4259a7;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--list li::after {
    top: 2.6666666667vw;
    height: 1.6vw;
    width: 1.6vw;
  }
}

.p-line-up__section--img01 {
  width: 12.4rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section--img01 {
    width: 33.0666666667vw;
    margin-top: 8vw;
  }
}

.p-line-up__section01--box02 {
  padding: 6rem 4rem 4rem;
  margin-top: 9rem;
  border: 0.4rem solid #4259a7;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02 {
    padding: 16vw 5.3333333333vw 5.3333333333vw;
  }
}

.p-line-up__section01--box02 img {
  position: absolute;
  top: -3.4rem;
  left: 3rem;
  width: 15.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02 img {
    width: 40.5333333333vw;
    left: 2.6666666667vw;
    top: -9.0666666667vw;
  }
}

.p-line-up__section01--box02-item p {
  font-size: 2.2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02-item p {
    font-size: 4.8vw;
  }
}

.p-line-up__section01--box02-item div {
  width: fit-content;
  margin-left: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02-item div {
    margin-top: 8vw;
  }
}

.p-line-up__section01--box02-item div p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02-item div p {
    font-size: 4.8vw;
  }
}

.p-line-up__section01--box02-item div p span {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02-item div p span {
    font-size: 5.3333333333vw;
  }
}

.p-line-up__section01--box02-line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #cccccc;
  margin: 3rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box02-line {
    margin-top: 8vw 0;
    height: 0.2666666667vw;
  }
}

.p-line-up__section01--box.p-line-up__section01--box-02 a {
  width: 44rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section01--box.p-line-up__section01--box-02 a {
    width: 68vw;
  }
}

.p-line-up__section02 .p-line-up__section01--box-02 {
  margin-top: 8.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02 .p-line-up__section01--box-02 {
    margin-top: 16vw;
  }
}

.p-line-up__section02--txt01 {
  margin-top: 23.5rem;
  font-size: 2.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--txt01 {
    margin-top: 32.5333333333vw;
    font-size: 4.8vw;
  }
}

.p-line-up__section02--txt02 {
  font-size: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--txt02 {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

.p-line-up__section02--txt02 a {
  color: #4259a7;
  text-decoration: underline;
}

.p-line-up__section02--title {
  font-size: 3.4rem;
  font-weight: 700;
  color: #4259a7;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--title {
    font-size: 5.3333333333vw;
    text-align: left;
    margin-top: 8vw;
  }
}

.p-line-up__section02--img01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--img01 {
    width: 100%;
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--img01::-webkit-scrollbar {
    display: none;
  }
}

.p-line-up__section02--box {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box {
    margin-top: 16vw;
  }
}

.p-line-up__section02--box ul li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 3rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box ul li {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    padding-left: 8vw;
  }
}

.p-line-up__section02--box ul li::after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #4259a7;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box ul li::after {
    font-size: 4.2666666667vw;
  }
}

.p-line-up__section02--box ul li span {
  font-weight: 700;
}

.p-line-up__section02--box ul li a {
  color: #4259a7;
  text-decoration: underline;
}

.p-line-up__section02--box ul li:first-child {
  margin-top: 0;
}

.p-line-up__section02--box ul ul {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box ul ul {
    margin-top: 5.3333333333vw;
  }
}

.p-line-up__section02--box ul ul li {
  margin-left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box ul ul li {
    margin-left: 8vw;
  }
}

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

.p-line-up__section02--box02 {
  margin-top: 9rem;
  border: 0.4rem solid #7030a0;
  padding: 6rem 4rem 4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box02 {
    margin-top: 16vw;
    padding: 5.3333333333vw;
    padding-top: 13.3333333333vw;
    border: 1.0666666667vw solid #7030a0;
  }
}

.p-line-up__section02--box02 h3 {
  position: absolute;
  top: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #7030a0;
  border-radius: 10rem;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box02 h3 {
    font-size: 6.9333333333vw;
    padding: 2.6666666667vw 0;
    width: 45.8666666667vw;
    text-align: center;
    top: -9.6vw;
  }
}

.p-line-up__section02--box02 ul li {
  font-size: 1.6rem;
  padding-left: 2.6rem;
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section02--box02 ul li {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    padding-left: 6.9333333333vw;
  }
}

.p-line-up__section02--box02 ul li a {
  color: #4259a7;
  text-decoration: underline;
}

.p-line-up__section02--box02 ul li:first-child {
  margin-top: 0;
}

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

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

.p-line-up__section03--txt01 {
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--txt01 {
    font-size: 4.8vw;
  }
}

.p-line-up__section03--txt02 {
  font-size: 2rem;
  line-height: 2;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--txt02 {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

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

.p-notes__section01--txt02 a {
  color: #4259a7;
  text-decoration: underline;
}

.p-line-up__section03--img01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--img01 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-line-up__section03--img01::-webkit-scrollbar {
  display: none;
}

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

.p-line-up__section03--list li {
  font-size: 1.6rem;
  padding-left: 2.6rem;
  position: relative;
  line-height: 1.8;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--list li {
    font-size: 4.2666666667vw;
    padding-left: 6.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-line-up__section03--list li:first-child {
  margin-top: 0;
}

.p-line-up__section03--list li::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--list li::after {
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

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

.p-line-up__section03--link a {
  display: block;
  color: #4259a7;
  text-decoration: underline;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--link a {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}

.p-line-up__section03--link a:first-child {
  margin-top: 0;
}

.p-line-up__section03--txt02 span {
  color: #4259a7;
}

.p-line-up__section03--img02 {
  width: 84rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--img02 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-line-up__section03--img02::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--link.p-line-up__section03--link02 {
    font-size: 4.8vw;
  }
}

.p-line-up__section03--link.p-line-up__section03--link02 a {
  display: inline;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__section03--link.p-line-up__section03--link02 a {
    line-height: 2;
  }
}

.p-line-up__section03--link02 span {
  color: #4259a7;
}

.p-notes__link {
  margin-top: 4rem;
}

.p-notes__link--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__link--wrap {
    display: block;
  }
}

.p-notes__link--wrap a {
  width: 49%;
  height: 6rem;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  background-color: #4259a7;
  color: #ffffff;
  padding: 0 4rem 0 3rem;
  position: relative;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__link--wrap a {
    width: 100%;
    height: 16vw;
    font-size: 4.2666666667vw;
    column-gap: 0;
    padding: 0 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-notes__link--wrap a:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-notes__link--wrap a p:nth-child(2) {
    width: 90%;
    text-align: center;
  }
}

.p-notes__link--wrap a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__link--wrap a img {
    right: 5.3333333333vw;
    width: 4vw;
  }
}

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

.p-line-up__tab.p-notes__tab {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab.p-notes__tab {
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab.p-notes__tab .p-line-up__tab-container {
    display: flex;
  }
}

.p-line-up__tab.p-notes__tab .tab {
  width: 48%;
  padding: 2.5rem 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab.p-notes__tab .tab {
    justify-content: center;
    padding: 2.6666666667vw 0;
    height: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab.p-notes__tab .p-line-up__tab-container .tab.active::after {
    content: "";
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab.p-notes__tab .p-line-up__tab-container .tab.active::before {
    content: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-line-up__tab.p-notes__tab .p-line-up__tab-container .tab::after {
    content: none;
  }
}

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

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

@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--link .p-notes__link--wrap a {
    column-gap: 1.6vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--link .p-notes__link--wrap a p:nth-child(2) {
    width: auto;
    text-align: left;
  }
}

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

.details-summary {
  position: relative;
  display: block;
  padding: 2rem;
  padding-right: 7rem;
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary {
    column-gap: 2.6666666667vw;
    font-size: 4.8vw;
    padding: 5.3333333333vw;
    padding-right: 13.3333333333vw;
  }
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 3rem;
  height: 3rem;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #4259a7;
  border-radius: 10px;
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transform-origin: center center;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn:before, .details-summary .btn:after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.details-summary .btn:before {
  width: 0.2rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .details-summary .btn:before {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
  top: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary.is-active .btn {
    top: 40%;
  }
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content {
    padding: 5.3333333333vw;
    column-gap: 2.6666666667vw;
  }
}

.p-notes__section03--box {
  margin-top: 4rem;
}

.p-notes__section03--box .details {
  margin-top: 4rem;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.17);
}

.p-notes__section03--box .details:first-child {
  margin-top: 0;
}

.details-summary span {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary span {
    font-size: 5.3333333333vw;
  }
}

.p-notes__section03--line {
  display: block;
  margin: 0 2rem;
  height: 0.1rem;
  background-color: #ccc;
}

.details-content__heading {
  font-size: 4rem;
  font-weight: 700;
  color: #9aa9d3;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .details-content__heading {
    font-size: 5.3333333333vw;
  }
}

.p-notes__section03--content {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content {
    margin-top: -1.6vw;
  }
}

.p-notes__section03--content p {
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content p {
    font-size: 4.8vw;
  }
}

.p-notes__section03--content p span {
  font-weight: 700;
}

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

.p-notes__section03--content-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
  background-color: #4259a7;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-title span {
    font-size: 3.2vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.p-notes__section03--content-title p {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-title p {
    font-size: 4.8vw;
  }
}

.p-notes__section03--content-txt02 {
  padding-left: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt02 {
    padding-left: 8vw;
  }
}

.p-notes__section03--content-txt03 {
  padding-left: 5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt03 {
    padding-left: 8vw;
    margin-top: 5.3333333333vw;
  }
}

.p-notes__section03--content-txt03 li {
  margin-top: 1rem;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt03 li {
    margin-top: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.p-notes__section03--content-txt03 li p {
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt03 li p {
    line-height: 2;
    margin-top: -1.6vw;
  }
}

.p-notes__section03--content-txt03 li:first-child {
  margin-top: 0;
}

.p-notes__section03--content h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content h4 {
    font-size: 4.8vw;
  }
}

.p-notes__section03--content-txt04 li {
  margin-top: 1rem;
  padding-left: 2.6rem;
  position: relative;
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt04 li {
    margin-top: 2.6666666667vw;
    padding-left: 6.9333333333vw;
    font-size: 4.8vw;
  }
}

.p-notes__section03--content-txt04 li:first-child {
  margin-top: 0;
}

.p-notes__section03--content-txt04 li::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #4259a7;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt04 li::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 4vw;
  }
}

.p-notes__section03--content-img01 {
  width: 57rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-img01 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-notes__section03--content-txt04 p {
  font-size: 1.6rem;
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt04 p {
    font-size: 4.2666666667vw;
    column-gap: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-notes__section03--content-txt04 p span {
  color: #4259a7;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt04 p span {
    font-size: 4.2666666667vw;
  }
}

.p-notes__section03--content-txt04 span {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt04 span {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-notes__section03--content-txt04 li a {
  color: #4259a7;
  text-decoration: underline;
}

.p-notes__section03--content-img02 {
  width: 80rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-img02 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-notes__section03--content-btn {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  width: fit-content;
  height: 5rem;
  padding: 0 2rem 0 3rem;
  border-radius: 10rem;
  background-color: #4259a7;
  color: #ffffff;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-btn {
    margin-top: 5.3333333333vw;
    padding: 0 5.3333333333vw 0 8vw;
    border-radius: 26.6666666667vw;
    column-gap: 5.3333333333vw;
    height: 17.6vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-btn p {
    line-height: 1.3;
  }
}

.p-notes__section03--content-btn img {
  width: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-btn img {
    width: 4vw;
  }
}

.p-notes__section03--content-img03 {
  width: 64rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-img03 {
    width: 100%;
    margin-top: 8vw;
  }
}

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

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

.p-notes__section03--content-txt04.p-notes__section03--content-txt05 li {
  margin-top: 4rem;
}

.p-notes__section03--content-txt04.p-notes__section03--content-txt05 li:first-child {
  margin-top: 0;
}

.p-notes__section03--content p a {
  color: #4259a7;
  text-decoration: underline;
}

.p-notes__section03--content-txt06 {
  margin-left: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section03--content-txt06 {
    margin-left: 0;
  }
}

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

.p-notes__section01--txt01 {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section01--txt01 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}

.p-notes__section01--img01 {
  width: 80rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section01--img01 {
    width: 100%;
    margin-top: 8vw;
  }
}

.p-notes__section01--img01::-webkit-scrollbar,
.p-notes__section01--img02::-webkit-scrollbar {
  display: none;
}

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

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

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

.p-notes__section01--txt02 {
  display: flex;
  column-gap: 2rem;
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section01--txt02 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    column-gap: 5.3333333333vw;
    align-items: flex-start;
  }
}

.p-notes__section01--txt02 span {
  color: #4259a7;
}

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

.p-notes__section--list01 li {
  display: flex;
  column-gap: 2rem;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section--list01 li {
    column-gap: 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-notes__section--list01 li:first-child {
  margin-top: 0;
}

.p-notes__section--list01 li span {
  color: #4259a7;
}

.p-notes__section h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section h5 {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
  }
}

.p-notes__section--list01.p-notes__section--list02 li {
  font-size: 2rem;
  line-height: 2;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-notes__section--list01.p-notes__section--list02 li {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}

.p-notes__section--list01.p-notes__section--list02 span {
  color: #333333;
}

.p-notes__section--list01.p-notes__section--list02 p span {
  font-weight: 700;
  display: block;
}

.p-notes__section01--txt01 a {
  color: #4259a7;
  text-decoration: underline;
}

.p-notes__section--list03 li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 2.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}

.p-notes__section--list03 li:first-child {
  margin-top: 0;
}

.p-notes__section--list03 li::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #4259a7;
  border-radius: 100%;
}

.p-notes__section--list03 li .p-notes__section01--txt02 {
  margin-top: 1rem;
}

.p-notes__section--list03 li a {
  color: #4259a7;
  text-decoration: underline;
}

.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-fw-bold {
  font-weight: 700;
}
.u-fw-semibold {
  font-weight: 600;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-normal {
  font-weight: 400;
}
.u-fw-light {
  font-weight: 300;
}

.u-fz-10 {
  font-size: 1rem;
}
.u-fz-11 {
  font-size: 1.1rem;
}
.u-fz-12 {
  font-size: 1.2rem;
}
.u-fz-13 {
  font-size: 1.3rem;
}
.u-fz-14 {
  font-size: 1.4rem;
}
.u-fz-15 {
  font-size: 1.5rem;
}
.u-fz-16 {
  font-size: 1.6rem;
}
.u-fz-17 {
  font-size: 1.7rem;
}
.u-fz-18 {
  font-size: 1.8rem;
}
.u-fz-19 {
  font-size: 1.9rem;
}
.u-fz-20 {
  font-size: 2rem;
}
.u-fz-21 {
  font-size: 2.1rem;
}
.u-fz-22 {
  font-size: 2.2rem;
}
.u-fz-23 {
  font-size: 2.3rem;
}
.u-fz-24 {
  font-size: 2.4rem;
}
.u-fz-25 {
  font-size: 2.5rem;
}
.u-fz-26 {
  font-size: 2.6rem;
}
.u-fz-27 {
  font-size: 2.7rem;
}
.u-fz-28 {
  font-size: 2.8rem;
}
.u-fz-29 {
  font-size: 2.9rem;
}
.u-fz-30 {
  font-size: 3rem;
}
.u-fz-31 {
  font-size: 3.1rem;
}
.u-fz-32 {
  font-size: 3.2rem;
}
.u-fz-33 {
  font-size: 3.3rem;
}
.u-fz-34 {
  font-size: 3.4rem;
}
.u-fz-35 {
  font-size: 3.5rem;
}
.u-fz-36 {
  font-size: 3.6rem;
}
.u-fz-37 {
  font-size: 3.7rem;
}
.u-fz-38 {
  font-size: 3.8rem;
}
.u-fz-39 {
  font-size: 3.9rem;
}
.u-fz-40 {
  font-size: 4rem;
}
.u-fz-41 {
  font-size: 4.1rem;
}
.u-fz-42 {
  font-size: 4.2rem;
}
.u-fz-43 {
  font-size: 4.3rem;
}
.u-fz-44 {
  font-size: 4.4rem;
}
.u-fz-45 {
  font-size: 4.5rem;
}
.u-fz-46 {
  font-size: 4.6rem;
}
.u-fz-47 {
  font-size: 4.7rem;
}
.u-fz-48 {
  font-size: 4.8rem;
}
.u-fz-49 {
  font-size: 4.9rem;
}
.u-fz-50 {
  font-size: 5rem;
}
.u-fz-51 {
  font-size: 5.1rem;
}
.u-fz-52 {
  font-size: 5.2rem;
}
.u-fz-53 {
  font-size: 5.3rem;
}
.u-fz-54 {
  font-size: 5.4rem;
}
.u-fz-55 {
  font-size: 5.5rem;
}
.u-fz-56 {
  font-size: 5.6rem;
}
.u-fz-57 {
  font-size: 5.7rem;
}
.u-fz-58 {
  font-size: 5.8rem;
}
.u-fz-59 {
  font-size: 5.9rem;
}
.u-fz-60 {
  font-size: 6rem;
}
.u-fz-61 {
  font-size: 6.1rem;
}
.u-fz-62 {
  font-size: 6.2rem;
}
.u-fz-63 {
  font-size: 6.3rem;
}
.u-fz-64 {
  font-size: 6.4rem;
}
.u-fz-65 {
  font-size: 6.5rem;
}
.u-fz-66 {
  font-size: 6.6rem;
}
.u-fz-67 {
  font-size: 6.7rem;
}
.u-fz-68 {
  font-size: 6.8rem;
}
.u-fz-69 {
  font-size: 6.9rem;
}
.u-fz-70 {
  font-size: 7rem;
}
.u-fz-71 {
  font-size: 7.1rem;
}
.u-fz-72 {
  font-size: 7.2rem;
}
.u-fz-73 {
  font-size: 7.3rem;
}
.u-fz-74 {
  font-size: 7.4rem;
}
.u-fz-75 {
  font-size: 7.5rem;
}
.u-fz-76 {
  font-size: 7.6rem;
}
.u-fz-77 {
  font-size: 7.7rem;
}
.u-fz-78 {
  font-size: 7.8rem;
}
.u-fz-79 {
  font-size: 7.9rem;
}
.u-fz-80 {
  font-size: 8rem;
}
.u-fz-81 {
  font-size: 8.1rem;
}
.u-fz-82 {
  font-size: 8.2rem;
}
.u-fz-83 {
  font-size: 8.3rem;
}
.u-fz-84 {
  font-size: 8.4rem;
}
.u-fz-85 {
  font-size: 8.5rem;
}
.u-fz-86 {
  font-size: 8.6rem;
}
.u-fz-87 {
  font-size: 8.7rem;
}
.u-fz-88 {
  font-size: 8.8rem;
}
.u-fz-89 {
  font-size: 8.9rem;
}
.u-fz-90 {
  font-size: 9rem;
}
.u-fz-91 {
  font-size: 9.1rem;
}
.u-fz-92 {
  font-size: 9.2rem;
}
.u-fz-93 {
  font-size: 9.3rem;
}
.u-fz-94 {
  font-size: 9.4rem;
}
.u-fz-95 {
  font-size: 9.5rem;
}
.u-fz-96 {
  font-size: 9.6rem;
}
.u-fz-97 {
  font-size: 9.7rem;
}
.u-fz-98 {
  font-size: 9.8rem;
}
.u-fz-99 {
  font-size: 9.9rem;
}
.u-fz-100 {
  font-size: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-10 {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-11 {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-12 {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-13 {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-14 {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-15 {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-16 {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-17 {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-18 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-19 {
    font-size: 5.0666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-20 {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-21 {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-22 {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-23 {
    font-size: 6.1333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-24 {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-25 {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-26 {
    font-size: 6.9333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-27 {
    font-size: 7.2vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-28 {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-29 {
    font-size: 7.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-30 {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-31 {
    font-size: 8.2666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-32 {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-33 {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-34 {
    font-size: 9.0666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-35 {
    font-size: 9.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-36 {
    font-size: 9.6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-37 {
    font-size: 9.8666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-38 {
    font-size: 10.1333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-39 {
    font-size: 10.4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-40 {
    font-size: 10.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-41 {
    font-size: 10.9333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-42 {
    font-size: 11.2vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-43 {
    font-size: 11.4666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-44 {
    font-size: 11.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-45 {
    font-size: 12vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-46 {
    font-size: 12.2666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-47 {
    font-size: 12.5333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-48 {
    font-size: 12.8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-49 {
    font-size: 13.0666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-50 {
    font-size: 13.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-51 {
    font-size: 13.6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-52 {
    font-size: 13.8666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-53 {
    font-size: 14.1333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-54 {
    font-size: 14.4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-55 {
    font-size: 14.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-56 {
    font-size: 14.9333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-57 {
    font-size: 15.2vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-58 {
    font-size: 15.4666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-59 {
    font-size: 15.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-60 {
    font-size: 16vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-61 {
    font-size: 16.2666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-62 {
    font-size: 16.5333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-63 {
    font-size: 16.8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-64 {
    font-size: 17.0666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-65 {
    font-size: 17.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-66 {
    font-size: 17.6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-67 {
    font-size: 17.8666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-68 {
    font-size: 18.1333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-69 {
    font-size: 18.4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-70 {
    font-size: 18.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-71 {
    font-size: 18.9333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-72 {
    font-size: 19.2vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-73 {
    font-size: 19.4666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-74 {
    font-size: 19.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-75 {
    font-size: 20vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-76 {
    font-size: 20.2666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-77 {
    font-size: 20.5333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-78 {
    font-size: 20.8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-79 {
    font-size: 21.0666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-80 {
    font-size: 21.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-81 {
    font-size: 21.6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-82 {
    font-size: 21.8666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-83 {
    font-size: 22.1333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-84 {
    font-size: 22.4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-85 {
    font-size: 22.6666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-86 {
    font-size: 22.9333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-87 {
    font-size: 23.2vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-88 {
    font-size: 23.4666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-89 {
    font-size: 23.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-90 {
    font-size: 24vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-91 {
    font-size: 24.2666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-92 {
    font-size: 24.5333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-93 {
    font-size: 24.8vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-94 {
    font-size: 25.0666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-95 {
    font-size: 25.3333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-96 {
    font-size: 25.6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-97 {
    font-size: 25.8666666667vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-98 {
    font-size: 26.1333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-99 {
    font-size: 26.4vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-fz-sp-100 {
    font-size: 26.6666666667vw;
  }
}

.u-lh-xl {
  line-height: 2;
}
.u-lh-lg {
  line-height: 1.8;
}
.u-lh-md {
  line-height: 1.6;
}
.u-lh-sm {
  line-height: 1.4;
}
.u-lh-xs {
  line-height: 1.2;
}
.u-lh-xxs {
  line-height: 1;
}

.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"; を出力するため日本語のコメントアウトを残す */