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

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

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

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

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

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

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

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

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

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

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

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

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

.l-page__follow-btn {
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 11;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page__follow-btn {
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page__follow-btn {
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    right: auto;
    left: 0;
  }
}

.l-page__follow-btn a {
  display: block;
  width: 7rem;
  height: 22rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Yu Gothic", sans-serif;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition: 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page__follow-btn a {
    width: 50%;
    height: 6rem;
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    column-gap: 1rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page__follow-btn a {
    width: 50%;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    writing-mode: horizontal-tb;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    column-gap: 2.6666666667vw;
    font-size: 3.2vw;
    font-weight: 700;
  }
}

.l-page__follow-btn a:first-child {
  background-color: #4259a7;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-page__follow-btn a:first-child {
    border-right: 0.1rem solid #ffffff;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-page__follow-btn a:first-child {
    height: 13.3333333333vw;
    letter-spacing: 0.1em;
    border-right: 0.2666666667vw solid #ffffff;
  }
}

.l-page__follow-btn a:nth-child(2) {
  background-color: #03b2eb;
  margin-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .l-page__follow-btn a:nth-child(2) {
    margin-top: 0;
  }
}

.l-page__follow-btn a:last-child {
  background-color: #32cd32;
  margin-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .l-page__follow-btn a:last-child {
    margin-top: 0;
  }
}

.l-container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-container02 {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .l-container {
    max-width: 1040px;
  }

  .l-container02 {
    max-width: 1040px;
  }
}
.l-header {
  position: relative;
  z-index: 11;
  background-color: #ffffff;
}
@media only screen and (max-width: 64em) {
  .l-header {
    position: fixed;
    width: 100%;
  }
}

.l-header.active {
  overflow: visible;
}

.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: relative;
  overflow: hidden;
}

.l-header__inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .l-header__inner {
    max-width: 1040px;
  }
}
.l-header__wrap01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__wrap01 {
    padding: 1.4rem 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__wrap01 h1 {
    width: 14rem;
  }
}

.l-header__wrap01 h1 a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .l-header__wrap01 h1 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__wrap01 h1 a:hover {
    opacity: 0.7;
  }
}
.l-header__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #cccccc;
}
.l-header__box01 {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__box01 {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__box01 {
    column-gap: 2rem;
  }
}

.l-header__item01 {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__item01 {
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 {
    column-gap: 1rem;
  }
}

.l-header__link01 {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.4rem;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link01 {
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__link01 img,
.l-header__link02 img {
    width: 1.2rem;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__link01:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__link01:hover {
    opacity: 0.7;
  }
}
.l-header__link02 {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
}

.l-header__box01 form {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__box01 form {
    position: absolute;
    top: 6rem;
    right: 5.4rem;
  }
}

.l-header__box01 input {
  width: 22rem;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 10rem;
  padding: 0.9rem 2rem;
  font-size: 1.4rem;
}

.l-header__box01 form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.l-header__wrap02 {
  padding: 2rem 0;
}
@media only screen and (max-width: 64em) {
  .l-header__wrap02 {
    padding: 0;
    margin-top: 2rem;
  }
}

.l-header__wrap02 ul {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 64em) {
  .l-header__wrap02 ul {
    flex-wrap: wrap;
    column-gap: 0;
    width: 100%;
    border-top: 1px solid #4259a7;
    border-bottom: 1px solid #4259a7;
  }
}

@media only screen and (max-width: 64em) {
  .l-header__wrap02 ul li {
    width: 50%;
    border-bottom: 1px solid #4259a7;
    text-align: center;
  }
}

@media only screen and (max-width: 64em) {
  .l-header__wrap02 ul li:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 64em) {
  .l-header__wrap02 ul li:nth-child(2n-1) {
    border-right: 1px solid #4259a7;
  }
}

.l-header__wrap02 ul .active a {
  border: 1px solid #4259a7;
  padding: 0.6rem 1.4rem;
}
@media only screen and (max-width: 64em) {
  .l-header__wrap02 ul .active a {
    border: none;
    padding: 1rem;
  }
}

.l-header__wrap02 ul .active a p {
  width: 100%;
  height: 100%;
  border: 1px solid #4259a7;
}

@media only screen and (max-width: 64em) {
  .l-header__wrap02 ul li a {
    padding: 1rem;
    display: block;
  }
}

.l-header__wrap02 ul li a p {
  padding: 1rem 0;
  border: 1px solid #ffffff;
}

.l-header__wrap03 {
  background-color: #f6f6f6;
}

/* ヘッダーのナビ部分 */
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .header__nav {
    top: 8rem;
    position: absolute;
    right: -100%;
    left: auto;
    width: 100%;
    height: 100vh;
    transform: translateX(0);
    background-color: #fff;
    transition: ease 0.4s;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .header__nav {
    position: absolute;
    right: -100%;
    left: auto;
    top: 6rem;
    width: 100%;
    height: 100vh;
    transform: translateX(0);
    background-color: #fff;
    transition: ease 0.4s;
    padding-bottom: 6rem;
  }
}

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

@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
/* ナビのリンク */
.nav-items__item a {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
  font-size: 1.4rem;
  padding: 2rem 3.6rem;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    background: linear-gradient(90deg, #4259a7 0%, #4158a5 6%, #4271a7 100%);
    color: #ffffff;
    border-bottom: 1px solid;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1280px) {
  .nav-items__item a {
    padding: 2rem;
  }
}
.nav-items__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 100%;
  background-color: #cccccc;
}

.nav-items__item:last-child a::after {
  content: none;
}

.nav-items__item a p {
  letter-spacing: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 2rem;
  height: 2rem;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 64em) {
  .hamburger {
    display: block;
    z-index: 9999;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 0.1rem;
  background-color: #4259a7;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

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

.hamburger span:nth-child(2) {
  top: 0.2rem;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  right: 0;
  overflow-y: auto;
  /* 垂直方向にスクロールを許可 */
  max-height: 100vh;
  /* ビューポートの高さを最大に設定 */
  position: absolute;
  padding-bottom: 11rem;
}

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

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

.megaMenu {
  background-color: #d9deed;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: height 0.3s;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -10;
}

.megaMenu-list {
  padding: 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8%;
  row-gap: 2rem;
}

.l-header__inner .megamenu-title {
  margin-bottom: -2rem;
  margin-left: 2rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.l-header__inner .megamenu-title.megamenu-title02 {
  padding-top: 0;
}

.l-header__inner .megamenu-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #cccccc;
}

.l-header__inner .megamenu-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.2rem;
  height: 0.2rem;
  background-color: #4259a7;
  z-index: 1;
}

/* メニューをhoverした時のスタイル */
.nav-items__item:hover .megaMenu {
  height: 14rem;
}

.nav-items__item:hover .megaMenu02 {
  height: 23rem;
}

.nav-items__item:hover .megaMenu03 {
  height: 19rem;
}

.nav-items__item:hover .megaMenu04 {
  height: 27rem;
}

.nav-items__item:hover .megaMenu07 {
  height: 46rem;
}

.nav-items__item:hover .megaMenu06 {
  height: 30rem;
}

.nav-items__item:hover .megaMenu05 {
  height: 10rem;
}

.megaMenu-item {
  width: 19%;
  white-space: nowrap;
}

.megaMenu-item a::after {
  content: none;
}

.megaMenu-item a {
  padding: 0;
}

.l-header__nav-img {
  opacity: 0;
  position: absolute;
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.nav-items__item:hover .l-header__nav-img {
  opacity: 1;
}

.l-header__item01 .search-form {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 .search-form {
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__item01 .search-form.active {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-header__nav-box01 h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #4259a7;
  margin-top: 2rem;
}

.l-header__nav-box01 img {
  width: 100%;
  margin-top: 2rem;
}

.l-header__nav-box03 {
  display: flex;
  margin: 2rem 0;
}

.l-header__nav-box03 ul {
  width: 50%;
  position: relative;
}

.l-header__nav-box03 ul:first-child {
  border-right: 1px solid #cccccc;
}

.l-header__nav-box03 a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  height: 6rem;
  text-align: center;
}

.l-header__nav-box03 a:first-child,
.l-header__nav-box03 a:nth-child(2) {
  border-right: 1px solid #ffffff;
}

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

.l-footer__inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .l-footer__inner {
    max-width: 1040px;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__wrap {
    display: block;
  }
}

.l-footer__box02 {
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .l-footer__box02 {
    column-gap: 3rem;
  }
}

.l-footer__box02 ul {
  padding-left: 3rem;
  border-left: 1px solid #cccccc;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-footer__box02 ul {
    padding-left: 2rem;
  }
}

.l-footer__box02 ul li {
  margin-top: 2rem;
  font-size: 1.4rem;
}

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

.l-footer__box02 ul li a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .l-footer__box02 ul li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__box02 ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__sns {
    display: block;
    text-align: center;
  }
}

.l-footer__sns div {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__sns div {
    justify-content: center;
    margin-top: 1.5rem;
  }
}

.l-footer__sns div a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .l-footer__sns div a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__sns div a:hover {
    opacity: 0.7;
  }
}
.l-footer__item01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item01 {
    margin: 0 auto;
    margin-top: 4rem;
  }
}

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

@media all and (min-width: 64.0625em) {
  .l-footer__item01 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-footer__item01 a:hover {
    opacity: 0.7;
  }
}
.l-footer__item01 small p {
  font-size: 1.2rem;
  margin-top: 2rem;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item01 small p {
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop {
    top: auto;
    bottom: 16vw;
    right: 5.3333333333vw;
  }
}

.pagetop div {
  width: 6rem;
  height: 6rem;
  background-color: #4259a7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop div {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

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

.pagetop p {
  font-size: 1.4rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .pagetop p {
    font-size: 3.2vw;
  }
}

@media all and (min-width: 64.0625em) {
  .pagetop:hover {
    opacity: 0.7;
  }
}
@media print {
  .pagetop:hover {
    opacity: 0.7;
  }
}
.story-nav__active {
  border: 4px solid #4259A7 !important;
  padding: 6px !important;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .story-nav__active {
    border: 2px solid #4259A7 !important;
    padding: 2px 4px !important;
    color: #4259A7;
    font-weight: 900;
    font-size: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .story-nav__active {
    border: 2px solid #4259A7 !important;
    padding: 2px 4px !important;
    color: #4259A7;
    font-weight: 900;
    font-size: 10px;
  }
}
.story-nav__tab {
  margin-right: auto;
  margin-left: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .story-nav__tab {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .story-nav__logo {
    width: 18rem !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .story-nav__logo {
    width: 18rem !important;
  }
}
.story-nav__line {
  position: relative;
}
.story-nav__line::after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #CCCCCC;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.story-nav__items {
  justify-content: flex-start !important;
}
.story-nav__items li a:hover {
  color: #fff;
  background: #4259A7;
}
.story-nav__items li a.active {
  color: #fff;
  background: #4259A7;
}

.l-footer {
  background-color: #f6f6f6;
  padding: 6rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 4rem 0;
  }
}
.l-footer__story {
  padding-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story {
    padding-top: 4rem;
  }
}
.l-footer__story--01 {
  margin-top: 10rem;
  background: #fff !important;
  padding-bottom: 60px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--01 {
    margin-top: 21.3333333333vw;
  }
}
.l-footer__story--02 {
  background: #231816 !important;
  padding: 60px 40px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--02 {
    padding: 40px 20px 100px;
  }
}
.l-footer__story--sns {
  justify-content: flex-end;
}
.l-footer__story--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--nav {
    display: none;
  }
}
.l-footer__story--nav---item a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
}
.l-footer__story--logo {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--logo {
    margin-top: 0px;
  }
}
.l-footer__story--logo .sp-site {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4259A7;
  background: #fff;
  font-weight: bold;
  padding: 0 !important;
  width: 137px;
  height: 33px;
  font-size: 14px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--logo .sp-site {
    width: 96px;
    height: 22px;
    font-size: 10px;
  }
}
.l-footer__story--logo .sp-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--logo .sp-flex {
    gap: 10px;
  }
}
.l-footer__story--logo .copy {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__story--logo .copy {
    font-size: 10px;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.4rem;
  font-size: 1.4rem;
  color: #ffffff;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #4259a7;
  border-radius: 10rem;
  width: 12rem;
  padding: 0.6rem 0;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    font-size: 3.7333333333vw;
    column-gap: 3.7333333333vw;
    border-radius: 26.6666666667vw;
    width: 32vw;
    padding: 1.6vw 0;
  }
}

.c-btn02 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  width: fit-content;
  transition: 0.3s;
  cursor: pointer;
}

.c-btn02 img {
  width: 5rem;
}

.c-btn02 p {
  font-size: 1.4rem;
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover {
    opacity: 0.7;
  }

  .c-btn02:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn01:hover {
    opacity: 0.7;
  }

  .c-btn02:hover {
    opacity: 0.7;
  }
}
.c-btn-tag {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-tag {
    column-gap: 1.0666666667vw;
  }
}

.c-btn-tag li {
  display: block;
  padding: 0.8rem 1.8rem;
  border: 1px solid #f6f6f6;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-tag li {
    font-size: 3.2vw;
    border-radius: 26.6666666667vw;
    padding: 1.6vw 2.1333333333vw;
    border: 0.2666666667vw solid #f6f6f6;
  }
}

.c-btn-tag li.is-active {
  background-color: #4259a7;
  color: #ffffff;
  border: none;
}

.c-btn-tag.c-btn-tag-center {
  justify-content: center;
}

.c-btn-tag02 {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-tag02 {
    column-gap: 1.0666666667vw;
  }
}

.c-btn-tag02 li {
  display: block;
  padding: 0.8rem 1.8rem;
  border: 1px solid #f6f6f6;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-tag02 li {
    font-size: 3.2vw;
    border-radius: 26.6666666667vw;
    padding: 1.6vw 2.1333333333vw;
    border: 0.2666666667vw solid #f6f6f6;
  }
}

.c-btn-tag02 li.is-active {
  background-color: #4259a7;
  color: #ffffff;
  border: none;
}

.c-btn-tag02.c-btn-tag-center {
  justify-content: center;
}

.c-btn-tag03 {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-tag03 {
    column-gap: 1.0666666667vw;
  }
}

.c-btn-tag03 li {
  display: block;
  padding: 0.8rem 1.8rem;
  border: 1px solid #f6f6f6;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn-tag03 li {
    font-size: 3.2vw;
    border-radius: 26.6666666667vw;
    padding: 1.6vw 2.1333333333vw;
    border: 0.2666666667vw solid #f6f6f6;
  }
}

.c-btn-tag03 li.is-active {
  background-color: #4259a7;
  color: #ffffff;
  border: none;
}

.c-btn-tag03.c-btn-tag-center {
  justify-content: center;
}

.c-btn03 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03 {
    column-gap: 5.3333333333vw;
  }
}

.c-btn03.on-click:before {
  transform: rotate(180deg);
}

.c-btn03 div {
  width: 5rem;
  height: 5rem;
  background-color: #4259a7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03 div {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.c-btn03 div span {
  width: 2rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03 div span {
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.c-btn03 div span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03 div span::before {
    border-radius: 2.6666666667vw;
  }
}

.c-btn03.on-click div span::before {
  transform: rotate(0deg);
}

.c-btn03 p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03 p {
    font-size: 3.7333333333vw;
  }
}

.c-btn04 {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 1.4rem;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn04 {
    column-gap: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.c-btn04 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #4259a7;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn04 span {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-btn04 span img {
    width: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-btn04 p {
    width: 70.6666666667vw;
  }
  .c-btn04 p.newtab {
    width: 62.6666666667vw;
  }
}

.c-btn04.c-btn04-right {
  margin-left: auto;
}

.c-btn05 a {
  display: flex;
  column-gap: 1.4rem;
  width: fit-content;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn05 a {
    column-gap: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-btn05 a:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn05 a img {
    width: 5.3333333333vw;
  }
}

.c-btn05 a p {
  font-size: 1.6rem;
  color: #4259a7;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn05 a p {
    font-size: 3.7333333333vw;
  }
}

.c-btn07 .c-btn07-item {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 1.4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn07 .c-btn07-item {
    column-gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-btn07 .c-btn07-item:first-child {
  margin-top: 0;
}

.c-btn07 .c-btn07-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #4259a7;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn07 .c-btn07-item span {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.c-btn07 .c-btn07-item div {
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn07 .c-btn07-item div {
    width: 82%;
    row-gap: 1.6vw;
    flex-wrap: wrap;
  }
}

.c-btn08 {
  display: flex;
  column-gap: 1.4rem;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn08 {
    column-gap: 2.6666666667vw;
  }
}

.c-btn08 p {
  font-size: 1.6rem;
  color: #4259a7;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn08 p {
    font-size: 3.7333333333vw;
  }
}

.c-btn09 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  border-radius: 10rem;
  background-color: #4259a7;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn09 {
    width: 53.3333333333vw;
    border-radius: 26.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 0;
  }
}

.c-btn09 img {
  width: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn09 img {
    left: 5.3333333333vw;
    width: 1.6vw;
  }
}

.c-btn10 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
  border-radius: 10rem;
  background-color: #4259a7;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.5rem 4rem;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn10 {
    width: 100%;
    border-radius: 26.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 0;
  }
}

.c-btn13-center {
  margin: 0 auto;
}

.c-btn10 img {
  width: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn10 img {
    left: 5.3333333333vw;
    width: 1.6vw;
  }
}

.c-btn10::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn10::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 5.3333333333vw;
  }
}

.l-header__wrap02 ul a {
  transition: 0.3s;
}

.c-btn11-wrap {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn11-wrap {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    justify-content: space-between;
    column-gap: 0;
  }
}

.c-btn11-wrap .c-btn11 {
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn11-wrap .c-btn11 {
    width: 70%;
    margin: 0 auto;
  }
}

.c-btn11 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  border-radius: 10rem;
  background-color: #4259a7;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn11 {
    width: 82.6666666667vw;
    border-radius: 26.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 3.7333333333vw 4vw 3.7333333333vw 10.6666666667vw;
  }
}

.c-btn11-wrap .c-btn11 img {
  width: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn11-wrap .c-btn11 img {
    width: 3.2vw;
  }
}

.c-btn11 img {
  width: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn11 img {
    left: 5.3333333333vw;
    width: 1.6vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn09:hover {
    opacity: 0.7;
  }

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

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

  .l-page__follow-btn a:hover {
    opacity: 0.7;
  }

  .l-header__wrap02 ul a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-btn09:hover {
    opacity: 0.7;
  }

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

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

  .l-page__follow-btn a:hover {
    opacity: 0.7;
  }

  .l-header__wrap02 ul a:hover {
    opacity: 0.7;
  }
}
.c-btn12 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn12 {
    row-gap: 5.3333333333vw;
  }
}

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

.c-btn12 a {
  display: flex;
  column-gap: 1.4rem;
  width: fit-content;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn12 a {
    column-gap: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-btn12 a:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-btn12 a img {
    width: 5.3333333333vw;
  }
}

.c-btn12 a p {
  font-size: 1.6rem;
  color: #4259a7;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn12 a p {
    font-size: 3.7333333333vw;
  }
}

.c-btn13 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  background-color: #4259a7;
  border-radius: 10rem;
  color: #ffffff;
  width: fit-content;
  column-gap: 2rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn13 {
    column-gap: 4vw;
    padding: 3.7333333333vw 4.8vw;
    border-radius: 26.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn05 a:hover {
    opacity: 0.7;
  }

  .c-btn12 a:hover {
    opacity: 0.5;
  }

  .c-btn13:hover {
    opacity: 0.5;
  }
}
@media print {
  .c-btn05 a:hover {
    opacity: 0.7;
  }

  .c-btn12 a:hover {
    opacity: 0.5;
  }

  .c-btn13:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-btn13 img:first-child {
    width: 2.1333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-btn13 img:last-child {
    width: 3.2vw;
  }
}

.p-life__box {
  background-color: #f6f6f6;
  padding: 8rem 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 47.9375em) {
  .p-life__box {
    padding: 16vw 0;
  }
}

.p-life__box h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-life__box h3 {
    font-size: 4.2666666667vw;
  }
}

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

.p-life__box-item {
  width: 48%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4rem 2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-life__box-item {
    width: 100%;
    padding: 5.3333333333vw;
  }
}

.p-life__box-item h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-life__box-item h4 {
    font-size: 4.8vw;
  }
}

.p-life__box-item a {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-life__box-item a {
    column-gap: 4vw;
    margin-top: 4vw;
  }
}

.p-life__box-item a p {
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-life__box-item a p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-life__box-item a p {
    font-size: 5.8666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-life__box-item:first-child a img {
    width: 4.8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-life__box-item:last-child a img {
    width: 6.9333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-life__box-item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-life__box-item a:hover {
    opacity: 0.7;
  }
}
.c-title01 {
  display: flex;
  column-gap: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 {
    column-gap: 3.7333333333vw;
  }
}

.c-title01 h2 {
  font-size: 4.6rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h2 {
    font-size: 10.6666666667vw;
  }
}

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

.c-title01-icon {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 47.9375em) {
  .c-title01-icon {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-title01-icon.icon-news img {
    width: 5.8666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-title01-icon.icon-events img {
    width: 4.2666666667vw;
  }
}

.c-title02 h2 {
  font-size: 4.6rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 h2 {
    font-size: 10.6666666667vw;
  }
}

.c-title02 p {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 p {
    font-size: 3.2vw;
  }
}

.c-title02-icon {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 100%;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02-icon {
    width: 16vw;
    height: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-title02-icon img {
    width: 8vw;
  }
}

.c-title03 h2 {
  font-size: 4.6rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 h2 {
    font-size: 10.6666666667vw;
  }
}

.c-title03 p {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 p {
    font-size: 3.2vw;
  }
}

.c-title03-icon {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03-icon {
    width: 16vw;
    height: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-title03-icon img {
    width: 6.1333333333vw;
  }
}

.c-title04 h1 {
  font-size: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 h1 {
    font-size: 8vw;
  }
}

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

.c-title05 h2 {
  font-size: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 h2 {
    font-size: 7.4666666667vw;
  }
}

.c-title05 span {
  display: block;
  width: 6rem;
  height: 0.2rem;
  background-color: #4259a7;
  margin: 0 auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 span {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-title05 h2 span {
  width: auto;
  height: auto;
  margin-top: 0;
  background-color: inherit;
  font-size: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 h2 span {
    font-size: 4.8vw;
  }
}

.c-title06 {
  font-size: 2.8rem;
  color: #4259a7;
  padding: 2rem 3.8rem;
  background-color: #f6f6f6;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title06 {
    font-size: 4.8vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.c-title07 {
  font-size: 5rem;
  color: #4259a7;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-title07 {
    font-size: 7.4666666667vw;
    line-height: 1.6;
  }
}

p {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

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

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

.c-txt01 img {
  display: inline;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 img {
    width: 4.8vw;
  }
}

.c-txt02 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt02 {
    font-size: 3.7333333333vw;
  }
}

.c-txt03 li {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt03 li {
    font-size: 3.7333333333vw;
    padding-left: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}

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

.c-txt03 li:first-child {
  margin-top: 0;
}

.c-txt03 li a {
  color: #4259a7;
  text-decoration: underline;
}

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

.c-txt05 {
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
}

.c-txt05 li::before {
  counter-increment: listnum;
  content: "(" counter(listnum) ")";
  position: absolute;
  left: 0;
}

.c-txt05 li {
  margin-top: 2rem;
  position: relative;
  padding-left: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt05 li {
    padding-left: 10.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.c-txt05 li a {
  color: #4259a7;
  text-decoration: underline;
  transition: 0.3s;
}
.c-txt05 li a:hover {
  opacity: 0.7;
}

.c-txt05 li:first-child {
  margin-top: 0;
}

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

.c-txt09 span {
  font-size: 2.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) {
  .c-txt09 span {
    font-size: 5.3333333333vw;
  }
}

.c-txt06 {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt06 {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}

.c-txt07 {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: red;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt07 {
    font-size: 3.7333333333vw;
  }
}

.c-txt10 {
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
}

.c-txt10 li::before {
  counter-increment: listnum;
  content: "0" counter(listnum) ".";
  position: absolute;
  left: 0;
}

.c-txt10 li {
  margin-top: 2rem;
  padding-left: 5rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt10 li {
    margin-top: 4.2666666667vw;
    padding-left: 10.6666666667vw;
  }
}

.c-txt10 li:first-child {
  margin-top: 0;
}

.c-txt11 {
  margin-top: 6rem;
}

.c-txt11 p {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
}

.c-txt11 p span {
  color: #4259a7;
}

.c-txt11 p:first-child {
  margin-top: 0;
}

.c-txt12 span {
  font-weight: 700;
}

.c-txt14 {
  display: flex;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt14 {
    font-size: 3.7333333333vw;
  }
}

.c-txt14 span {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt14 span {
    margin-top: 0.5333333333vw;
  }
}

.c-txt14 a {
  display: ruby;
  color: #4259a7;
  text-decoration: underline;
}

.c-txt15 {
  text-align: right;
}

.c-txt16 {
  font-size: 1.6rem;
  font-weight: 700;
}

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

.c-img01 {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-img01 {
    width: 100%;
  }
}

.c-img02 {
  width: 24%;
}

.c-img03 {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-img03 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    width: 100%;
  }
}

.c-img03 div {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .c-img03 div {
    width: 60%;
    margin: 0 auto;
  }
}

.c-img04 {
  width: 47%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-img04 {
    width: 100%;
  }
}

.c-img04 img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img04 img {
    border-radius: 5.3333333333vw;
  }
}

.c-img05-img-wrap {
  display: flex;
  column-gap: 2%;
}
@media only screen and (max-width: 47.9375em) {
  .c-img05-img-wrap {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-img05-img-wrap div {
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .c-img05-img-wrap div {
    width: 100%;
  }
}

.c-img05-img-wrap div img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img05-img-wrap div img {
    border-radius: 5.3333333333vw;
  }
}

.c-img05-img-wrap div p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img05-img-wrap div p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.c-img05-img-wrap div h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4259a7;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img05-img-wrap div h3 {
    font-size: 4.8vw;
    margin-top: 1.6vw;
  }
}

.c-img06 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-img06 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-img06 a {
  display: block;
  width: 48%;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-img06 a {
    width: 100%;
  }
}

.c-img07 {
  width: 100%;
}

.c-img07 img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img07 img {
    border-radius: 5.3333333333vw;
  }
}

.c-img08 {
  width: 38%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-img08 {
    width: 100%;
  }
}

@media all and (min-width: 64.0625em) {
  .c-img06 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-img06 a:hover {
    opacity: 0.7;
  }
}
.c-img09 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-img09 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-img09 p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img09 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

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

.c-img09 div img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img09 div img {
    border-radius: 5.3333333333vw;
  }
}

.c-img10 {
  width: 48%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-img10 {
    width: 100%;
  }
}

.c-img10 p {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .c-img10 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-img10 img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img10 img {
    border-radius: 5.3333333333vw;
  }
}

.c-img11 {
  display: block;
  width: 11.2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-img11 {
    width: 29.8666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-img11:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-img11:hover {
    opacity: 0.7;
  }
}
.c-img12 {
  width: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img12 {
    width: 26.6666666667vw;
  }
}

.details-summary02 {
  position: relative;
  display: block;
}
.details-summary02:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary02 .btn02 {
  position: absolute;
  top: 37%;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary02 .btn02 {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.details-summary02 .btn02:before, .details-summary02 .btn02:after {
  content: "";
  background-color: #4259a7;
  border-radius: 10px;
  width: 2.4rem;
  height: 0.2rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  transform-origin: center center;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary02 .btn02:before, .details-summary02 .btn02:after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    top: 2.4vw;
  }
}
.details-summary02 .btn02:before {
  width: 0.2rem;
  height: 2.4rem;
  top: 0;
  left: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary02 .btn02:before {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
    left: 2.4vw;
  }
}
.details-summary02.is-active .btn02 {
  transform: rotate(-180deg);
}
.details-summary02.is-active .btn02:before {
  content: none;
}

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

@media only screen and (max-width: 47.9375em) {
  .details-summary02 .c-title06 {
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}

.details-content02 {
  padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content02 {
    padding-top: 5.3333333333vw;
  }
}

.details03 h3 {
  font-size: 2.8rem;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .details03 h3 {
    width: 84%;
    font-size: 5.3333333333vw;
  }
}

.details-summary03 {
  position: relative;
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary03 {
    padding-bottom: 2.6666666667vw;
  }
}
.details-summary03:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary03 .btn03 {
  position: absolute;
  top: 19%;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary03 .btn03 {
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 15%;
  }
}
.details-summary03 .btn03:before, .details-summary03 .btn03:after {
  content: "";
  background-color: #4259a7;
  border-radius: 10px;
  width: 2.4rem;
  height: 0.2rem;
  position: absolute;
  top: 1.1rem;
  left: 0;
  transform-origin: center center;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary03 .btn03:before, .details-summary03 .btn03:after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    top: 2.4vw;
  }
}
.details-summary03 .btn03:before {
  width: 0.2rem;
  height: 2.4rem;
  top: 0;
  left: 1.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary03 .btn03:before {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
    left: 2.4vw;
  }
}
.details-summary03.is-active .btn03 {
  transform: rotate(-180deg);
}
.details-summary03.is-active .btn03:before {
  content: none;
}

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

.details-content03 {
  padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .details-content03 {
    padding-top: 5.3333333333vw;
  }
}

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

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

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

.p-map__img iframe {
  display: block;
  width: 100%;
  height: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-map__img iframe {
    height: 69.3333333333vw;
  }
}

.p-map__txt h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-map__txt h3 {
    font-size: 4.8vw;
  }
}

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

.p-line__wrap {
  width: 30rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-line__wrap {
    width: 53.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-line__wrap a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-line__wrap a:hover {
    opacity: 0.7;
  }
}
.bg-cube {
  background: #F6F6F6;
  padding: 80px 0;
}
@media only screen and (max-width: 47.9375em) {
  .bg-cube {
    padding: 40px 0;
  }
}

.container-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14rem;
  background: #F6F6F6;
}
@media only screen and (max-width: 47.9375em) {
  .container-menu {
    flex-direction: column-reverse;
    row-gap: 16vw;
    margin-top: 10.6666666667vw;
  }
}

.menu {
  width: 28rem;
}
@media only screen and (max-width: 47.9375em) {
  .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.menu-item {
  padding: 3rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #4259a7;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4259a7;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .menu-item {
    width: 48%;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

.menu-item.active {
  background-color: #d9deed;
}

.menu-item:first-child {
  border-top: 1px solid #4259a7;
}

@media only screen and (max-width: 47.9375em) {
  .menu-item:nth-child(2) {
    border-top: 1px solid #4259a7;
  }
}

@media all and (min-width: 64.0625em) {
  .menu-item:hover {
    background-color: #d9deed;
  }
}
@media print {
  .menu-item:hover {
    background-color: #d9deed;
  }
}
.cube-container {
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin-top: 150px;
}
@media only screen and (max-width: 47.9375em) {
  .cube-container {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    margin-top: 0;
  }
}

.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}
.cube a img:hover {
  opacity: 0.7;
}
.cube a img:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  pointer-events: none;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2a4d8f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 2px solid white;
}

.cube {
  transform: rotateY(-45deg);
}

.front {
  transform: rotateY(0deg) translateZ(150px);
}
@media only screen and (max-width: 47.9375em) {
  .front {
    transform: rotateY(0deg) translateZ(26.6666666667vw);
  }
}

.right {
  transform: rotateY(90deg) translateZ(150px);
}
@media only screen and (max-width: 47.9375em) {
  .right {
    transform: rotateY(90deg) translateZ(26.6666666667vw);
  }
}

.back {
  transform: rotateY(180deg) translateZ(150px);
}
@media only screen and (max-width: 47.9375em) {
  .back {
    transform: rotateY(180deg) translateZ(26.6666666667vw);
  }
}

.left {
  transform: rotateY(-90deg) translateZ(150px);
}
@media only screen and (max-width: 47.9375em) {
  .left {
    transform: rotateY(-90deg) translateZ(26.6666666667vw);
  }
}

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

.c-img20 {
  display: block;
  width: 15.8rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-img20 {
    width: 42.1333333333vw;
  }
}

.c-table01 {
  width: 100%;
}

.c-table01-v2 th a,
.c-table01-v2 td a {
  color: #4259a7;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: 700;
}

.c-table01-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap {
    flex-wrap: wrap;
    row-gap: 0;
  }
}

.c-table01-wrap .c-table01 {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap .c-table01 {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap .c-table01:nth-child(2) tr:first-child {
    border-top: none;
  }
}

.c-table01-wrap .c-table01 tr th {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap .c-table01 tr th {
    width: 100%;
  }
}

.c-table01-wrap .c-table01 tr td {
  width: 52%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01-wrap .c-table01 tr td {
    width: 100%;
  }
}

@media all and (min-width: 64.0625em) {
  .c-table01-v2 th a:hover {
    opacity: 0.7;
  }

  .c-table01-v2 td a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-table01-v2 th a:hover {
    opacity: 0.7;
  }

  .c-table01-v2 td a:hover {
    opacity: 0.7;
  }
}
.c-table01 tr th,
.c-table01 tr td {
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr th,
.c-table01 tr td {
    display: block;
    padding: 5.3333333333vw;
  }
}

.c-table01 tr th {
  width: 16%;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr th {
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 2.6666666667vw;
  }
}

.c-table01 tr td {
  width: 84%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 tr td {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
  }
}

.c-table01 tr {
  border-bottom: 1px solid #cccccc;
}

.c-table01 tr:first-child {
  border-top: 1px solid #cccccc;
}

.c-table01 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table02 {
  width: 62%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 {
    width: 100%;
  }
}

.c-table02.c-table02-v2 {
  width: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02.c-table02-v2 {
    width: 100%;
  }
}

.c-table02 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table02 tr th,
.c-table02 tr td {
  padding: 2rem;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 tr th,
.c-table02 tr td {
    padding: 4vw;
  }
}

.c-table02 tr {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 tr {
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-table02 tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 tr th {
    font-size: 1.4rem;
  }
}

.c-table02 tr td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 tr td {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table03-wrap {
    overflow: scroll;
  }
}

.c-table03 {
  width: 84%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table03 {
    width: 150%;
  }
}

.c-table03 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table03 tr th,
.c-table03 tr td {
  padding: 2rem;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table03 tr th,
.c-table03 tr td {
    padding: 4vw;
  }
}

.c-table03 tr {
  border-bottom: 1px solid #cccccc;
}

.c-table03 tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table03 tr th {
    font-size: 1.4rem;
  }
}

.c-table03 tr td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table03 tr td {
    font-size: 1.4rem;
  }
}

.c-table03 thead tr th {
  width: 25%;
}

.c-table03 caption {
  caption-side: bottom;
  text-align: left;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table03 caption {
    font-size: 1.4rem;
    margin-top: 2.6666666667vw;
  }
}

.c-table04 {
  width: 100%;
}

.c-table04 tr th,
.c-table04 tr td {
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .c-table04 tr th,
.c-table04 tr td {
    display: block;
    padding: 4vw;
  }
}

.c-table04 tr th {
  width: 24%;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table04 tr th {
    font-size: 1.4rem;
    width: 100%;
    padding-bottom: 0;
  }
}

.c-table04 tr td {
  width: 76%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table04 tr td {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}

.c-table04 tr {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table04 tr {
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-table04 tr:first-child {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table04 tr:first-child {
    border-top: 0.2666666667vw solid #cccccc;
  }
}

.c-table04 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table05 {
  border: 1px solid #cccccc;
  width: 72rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table05 {
    width: 100%;
    border: 0.2666666667vw solid #cccccc;
    border-bottom: none;
  }
}

.c-table05 tr th,
.c-table05 tr td {
  padding: 2rem;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table05 tr th,
.c-table05 tr td {
    display: block;
    font-size: 1.4rem;
    padding: 4vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-table05 tr th {
  background-color: #f6f6f6;
  width: 24rem;
  border-right: 1px solid #cccccc;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table05 tr th {
    width: 100%;
    border-right: none;
  }
}

.c-table05 tr td {
  width: 48rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table05 tr td {
    width: 100%;
  }
}

.c-table06-wrap {
  overflow: scroll;
}

.c-table06 {
  width: 76%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table06 {
    width: 180%;
  }
}

.c-table06 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table06 tr th,
.c-table06 tr td {
  padding: 2rem;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table06 tr th,
.c-table06 tr td {
    padding: 4vw;
    text-align: left;
  }
}

.c-table06 tr td a {
  color: #4259a7;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table06 tr td a {
    font-size: 1.4rem;
  }
}

.c-table06 tr {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table06 tr {
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-table06 tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table06 tr th {
    font-size: 1.4rem;
  }
}

.c-table06 tr td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table06 tr td {
    font-size: 1.4rem;
  }
}

.c-table07-wrap {
  overflow: scroll;
}

.c-table07 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 {
    width: 200%;
  }
}

.c-table07 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table07 tr th,
.c-table07 tr td {
  padding: 1.5rem;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 tr th,
.c-table07 tr td {
    padding: 4vw;
  }
}

.c-table07 tr td a {
  color: #4259a7;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 tr td a {
    font-size: 1.4rem;
  }
}

.c-table07 tr {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 tr {
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-table07 tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 tr th {
    font-size: 1.4rem;
  }
}

.c-table07 tr td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 tr td {
    font-size: 1.4rem;
  }
}

.c-table07 tr td[colspan="2"] {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table07 tr td[colspan="2"] {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

.c-table08-wrap {
  overflow: scroll;
}

.c-table08 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table08 {
    width: 180%;
  }
}

.c-table08 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.c-table08 tr th,
.c-table08 tr td {
  padding: 2rem;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .c-table08 tr th,
.c-table08 tr td {
    padding: 4vw;
  }
}

.c-table08 thead th {
  text-align: center;
}

.c-table08 tr {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table08 tr {
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.c-table08 tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table08 tr th {
    font-size: 1.4rem;
  }
}

.c-table08 tr td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table08 tr td {
    font-size: 1.4rem;
  }
}

.c-table09 {
  width: 100%;
}

.c-table09 tr th,
.c-table09 tr td {
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .c-table09 tr th,
.c-table09 tr td {
    display: block;
    padding: 5.3333333333vw;
  }
}

.c-table09 tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table09 tr th {
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 2.6666666667vw;
  }
}

.c-table09 tr td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table09 tr td {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table09 tr td:nth-child(2) {
    padding-bottom: 2.6666666667vw;
  }
}

.c-table09 tr {
  border-bottom: 1px solid #cccccc;
}

.c-table09 tr:first-child {
  border-top: 1px solid #cccccc;
}

.c-table09 tr:nth-child(2n) {
  background-color: #f6f6f6;
}

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

.c-table10-item {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-item {
    width: 100%;
  }
}

.c-table10-item h3 {
  font-size: 2rem;
  color: #4259a7;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-item h3 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-table10-item table {
  width: 100%;
}

.c-table10-item table tr th,
.c-table10-item table tr td {
  padding: 2rem;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-item table tr th,
.c-table10-item table tr td {
    padding: 4vw;
  }
}

.c-table10-item table tr th {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-item table tr th {
    font-size: 1.4rem;
    width: 60%;
  }
}

.c-table10-item table tr td {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-item table tr td {
    font-size: 1.4rem;
    width: 40%;
  }
}

.c-table10-item table tr:nth-child(2n-1) th,
.c-table10-item table tr:nth-child(2n-1) td {
  background-color: #f6f6f6;
}

.c-table10-item table tr:first-child th,
.c-table10-item table tr:first-child td {
  background-color: #d9deed;
  font-size: 1.4rem;
  font-weight: 700;
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-item table tr:first-child th,
.c-table10-item table tr:first-child td {
    font-size: 1.4rem;
  }
}

.c-table10-wrap02 .c-table10-item {
  width: 49%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-wrap02 .c-table10-item {
    width: 100%;
  }
}

.c-table10-wrap02 p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table10-wrap02 p {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table10-wrap02 .c-table10-item table {
    margin-top: 2.6666666667vw;
  }
}

.c-table10-wrap02 .c-table10-item table th {
  width: 20%;
}

@media only screen and (max-width: 47.9375em) {
  .c-table11-wrap {
    overflow: scroll;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table11 {
    width: 160%;
  }
}

.c-table11 th,
.c-table11 td {
  border: 1px solid #cccccc;
  padding: 2rem 4rem;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table11 th,
.c-table11 td {
    font-size: 1.4rem;
    padding: 4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-table12-wrap {
    overflow: scroll;
  }
}

.c-table12 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table12 {
    width: 260%;
  }
}

.c-table12 th {
  background-color: #d9deed;
  font-weight: 700;
}

.c-table12 th,
.c-table12 td {
  border: 1px solid #cccccc;
  padding: 2rem;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table12 th,
.c-table12 td {
    font-size: 1.4rem;
    padding: 4vw;
  }
}

.c-table12 .c-table12-none {
  border: none;
}

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

@media only screen and (max-width: 47.9375em) {
  .c-table13-wrap {
    overflow: scroll;
  }
}

.c-table13 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table13 {
    width: 260%;
  }
}

.c-table13 th {
  background-color: #d9deed;
  font-weight: 700;
}

.c-table13 th,
.c-table13 td {
  border: 1px solid #cccccc;
  padding: 2rem;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table13 th,
.c-table13 td {
    font-size: 1.4rem;
    padding: 4vw;
  }
}

.c-table13 .c-table13-none {
  border: none;
}

.c-table13 tr .u-bg-yellow01 {
  color: #e36c09;
  font-weight: 700;
}

.c-table13 tr .u-bg-gray02 {
  font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
  .c-table14-wrap {
    overflow: scroll;
  }
}

.c-table14 {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table14 {
    width: 220%;
  }
}

.c-table14 th,
.c-table14 td {
  border: 1px solid #cccccc;
  padding: 2rem 2rem;
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-table14 th,
.c-table14 td {
    font-size: 1.4rem;
    padding: 2.6666666667vw;
  }
}

.c-img-small {
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img-small {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8vw;
    column-gap: 8vw;
  }
}

.c-img-small div {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img-small div {
    width: 37.3333333333vw;
  }
}

.c-img-small div p {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-img-small div p {
    font-size: 4.8vw;
  }
}

.c-img-small div img {
  width: 10rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-img-small div img {
    margin-top: 2.6666666667vw;
    width: 26.6666666667vw;
  }
}

.p-faq__item-q {
  padding: 1.5rem 2rem;
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item-q {
    padding: 4vw;
    column-gap: 0;
  }
}

.p-faq__item-q span {
  background-color: #4259a7;
  color: #ffffff;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item-q span {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}

.p-faq__item-q p {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  width: 93%;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item-q p {
    font-size: 4.8vw;
    width: 80%;
    line-height: 1.3;
    margin-top: 1.6vw;
  }
}

.p-faq__item-a {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item-a {
    padding: 4vw;
    column-gap: 0;
  }
}

.p-faq__item-a span {
  border: 1px solid #4259a7;
  color: #4259a7;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item-a span {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
  }
}

.p-faq__item-a p,
.p-faq__item-a .ans-block {
  width: 93%;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item-a p,
.p-faq__item-a .ans-block {
    width: 80%;
    margin-top: 1.6vw;
  }
}

.p-faq__item {
  padding-bottom: 4rem;
  border-bottom: 1px solid #cccccc;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-faq__item {
    padding-bottom: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

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

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

.p-exam__link-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 2rem;
}

.p-exam__link-wrap a {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1rem 3rem;
  border: 1px solid #cccccc;
  width: 32%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap a {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    border: 0.2666666667vw solid #cccccc;
  }
}

.p-exam__link-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
  width: 0.1rem;
  height: 2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap a::after {
    left: -0.1rem;
    width: 0.2666666667vw;
    height: 5.3333333333vw;
  }
}

.p-exam__link-wrap a p {
  font-size: 3rem;
  font-weight: 700;
  color: #4259a7;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap a p {
    font-size: 6.9333333333vw;
  }
}

.p-exam__link-wrap a span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4259a7;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap a span {
    font-size: 3.7333333333vw;
  }
}

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

@media all and (min-width: 64.0625em) {
  .p-exam__link-wrap a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-exam__link-wrap a:hover {
    opacity: 0.7;
  }
}
.p-exam__link-wrap02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap02 {
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}

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

.p-exam__link-wrap02-item iframe {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap02-item iframe {
    height: 64vw;
  }
}

.p-exam__link-wrap02-item h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #4259a7;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap02-item h3 {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
}

.p-exam__link-wrap02-item-txt {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-exam__link-wrap02-item-txt {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .wpcf7-form-control.wpcf7-radio {
    column-gap: 10.6666666667vw;
    row-gap: 4vw;
  }
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .wpcf7-form-control.wpcf7-checkbox {
    column-gap: 5.3333333333vw;
    row-gap: 4vw;
  }
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  cursor: pointer;
  margin: 0;
}

.wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 56rem;
}
@media only screen and (max-width: 47.9375em) {
  .wp-block-embed__wrapper iframe {
    height: 64vw;
  }
}

.c-table-col2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-table-col2 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}
.c-table-col2 .c-table-col2-item {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table-col2 .c-table-col2-item {
    width: 100%;
  }
}
.c-table-col2 .c-table-col2-item table {
  width: 100%;
}
.c-table-col2 .c-table-col2-item table tr {
  border-bottom: 1px solid #cccccc;
}
.c-table-col2 .c-table-col2-item table tr:first-child {
  border-top: 1px solid #cccccc;
}
.c-table-col2 .c-table-col2-item table tr:nth-child(2n) {
  background-color: #f6f6f6;
}
.c-table-col2 .c-table-col2-item table tr th {
  width: 30%;
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-table-col2 .c-table-col2-item table tr th {
    width: 100%;
    display: block;
    padding: 5.3333333333vw;
    font-size: 1.4rem;
  }
}
.c-table-col2 .c-table-col2-item table tr td {
  width: 70%;
  padding: 2rem;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table-col2 .c-table-col2-item table tr td {
    width: 100%;
    display: block;
    padding: 0 5.3333333333vw 5.3333333333vw;
    font-size: 1.4rem;
  }
}

.c-table01 .c-col-2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 .c-col-2 {
    flex-direction: column;
  }
}
.c-table01 .c-col-2 tr {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 .c-col-2 tr {
    width: 100%;
  }
}
.c-table01 .c-col-2 tr:nth-child(2n) {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 .c-col-2 tr:nth-child(2n) {
    border-top: none;
  }
}
.c-table01 .c-col-2 tr th {
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 .c-col-2 tr th {
    width: 100%;
  }
}
.c-table01 .c-col-2 tr td {
  width: 70%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 .c-col-2 tr td {
    width: 100%;
  }
}

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

.c-box01__item {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__item {
    width: 100%;
  }
}

.c-box01__item img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__item img {
    border-radius: 5.3333333333vw;
  }
}

.c-box01__item-txt {
  padding: 0 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__item-txt {
    padding: 0;
  }
}

.c-box01__item-txt h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__item-txt h5 {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box01__item-txt p {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01__item-txt p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

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

.c-box02__item {
  width: 32.2%;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item {
    width: 100%;
  }
}

.c-box02__item a {
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .c-box02__item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box02__item a:hover {
    opacity: 0.7;
  }
}
.c-box02__item img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item img {
    border-radius: 5.3333333333vw;
  }
}

.c-box02__item > img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item > img {
    width: 100%;
  }
}

.c-box02__item-txt {
  padding: 0 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-txt {
    padding: 0;
  }
}

.c-box02__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__btn {
    gap: 5.3333333333vw;
    margin-top: 4vw;
  }
}

.c-box02__item-txt .c-box02__btn p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4259a7;
  margin-top: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-txt .c-box02__btn p {
    font-size: 4.2666666667vw;
  }
}

.c-box02__btn span {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #4259a7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__btn span {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.c-box02__btn span img {
  border-radius: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__btn span img {
    width: 5.3333333333vw;
  }
}

.c-box02__item-txt p {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02__item-txt p {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

.c-box03 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

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

.c-box03 div iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  border: 0;
}

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

.c-box04.c-box04-sub {
  align-items: center;
}

.c-box04-item01 {
  width: 38%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-item01 {
    width: 100%;
  }
}

.c-box04-item01 img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-item01 img {
    border-radius: 5.3333333333vw;
  }
}

.c-box04-item01 p {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-item01 p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-box04-item02 {
  width: 56%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-item02 {
    width: 100%;
  }
}

.c-box04-item02 p {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-item02 p {
    margin-bottom: 2.6666666667vw;
  }
}

.c-box05 {
  width: 100%;
  position: relative;
}

.c-box05-img {
  width: 80rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-img {
    width: 84vw;
  }
}

.c-box05-txt__wrap {
  background-color: #ffffff;
  position: absolute;
  top: 18rem;
  right: 0;
  width: 58rem;
  padding: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-txt__wrap {
    width: 84vw;
    padding: 5.3333333333vw;
    top: 34.6666666667vw;
  }
}

.c-box05-txt__wrap .c-box05-txt__wrap-img {
  width: 30rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-txt__wrap .c-box05-txt__wrap-img {
    width: 48vw;
  }
}

.c-box05-txt__wrap p {
  margin-top: 4rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-txt__wrap p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box05-txt__wrap .c-btn09 {
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box05-txt__wrap .c-btn09 {
    margin-top: 5.3333333333vw;
  }
}

.u-mt-260 {
  margin-top: 26rem;
}

@media only screen and (max-width: 47.9375em) {
  .u-mt-sp-420 {
    margin-top: 112vw;
  }
}

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

.c-box06 p {
  width: 66rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06 p {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}

.c-box06-img {
  width: 30rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box06-img {
    width: 80vw;
  }
}

.c-box07 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 2%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07 {
    row-gap: 10.6666666667vw;
  }
}

.c-box07-item {
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-item {
    width: 100%;
  }
}

.c-box07-img img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-img img {
    border-radius: 5.3333333333vw;
  }
}

.c-box07-txt {
  padding: 2rem 1rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-txt {
    padding: 5.3333333333vw 0;
  }
}

.c-box07-txt h3 {
  font-size: 1.8rem;
  color: #4259a7;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-txt h3 {
    font-size: 4.8vw;
  }
}

.c-box07-txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-txt p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box07-btn-wrap {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-btn-wrap {
    margin-top: 2.6666666667vw;
  }
}

.c-box07-btn-wrap a {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box07-btn-wrap a {
    margin-top: 2.6666666667vw;
  }
}

.c-box07-btn-wrap a:first-child {
  margin-top: 0;
}

.c-box08 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08 {
    row-gap: 5.3333333333vw;
    column-gap: 2%;
  }
}

.c-box08-item {
  width: 23.5rem;
  background-color: #ffffff;
  border: 3px solid #4259a7;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08-item {
    width: 100%;
    padding: 5.3333333333vw;
    border: 0.5333333333vw solid #4259a7;
    border-radius: 2.6666666667vw;
  }
}

.c-box08-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  color: #4259a7;
  opacity: 0.1;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08-item span {
    font-size: 21.3333333333vw;
  }
}

.c-box08-item h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #4259a7;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08-item h3 {
    font-size: 4.2666666667vw;
  }
}

.c-box08-item p {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box08-item p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.c-box09 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 5%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09 {
    column-gap: 5.3333333333vw;
    row-gap: 5.3333333333vw;
  }
}

.c-box09-item {
  width: 30%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09-item {
    width: 100%;
  }
}

.c-box09-img {
  width: 16rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09-img {
    margin: 0 auto;
    width: 53.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.c-box09-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09-item a {
    margin-top: 2.6666666667vw;
  }
}

.c-box09-item a:hover {
  opacity: 0.7;
}

.c-box09-item a p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09-item a p {
    font-size: 4.2666666667vw;
  }
}

.c-box09-item a img {
  width: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09-item a img {
    width: 13.3333333333vw;
  }
}

.c-box09-txt {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box09-txt {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

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

.c-box10 a {
  width: 22.5%;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box10 a {
    width: 47%;
  }
}

.c-box10 a p {
  font-size: 1.6rem;
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .c-box10 a p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.c-box10 a div img {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box10 a div img {
    margin-top: 2.6666666667vw;
    width: 5.3333333333vw;
  }
}

.c-box10 a div {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box10 a div {
    column-gap: 2.1333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-box10 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box10 a:hover {
    opacity: 0.7;
  }
}
.c-box-3col-num {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-3col-num {
    grid-template-columns: auto;
    gap: 5.3333333333vw;
  }
}
.c-box-3col-num__item {
  text-align: center;
  padding-right: 2rem;
  border-right: 1px dotted #707070;
}
.c-box-3col-num__item:last-child {
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-3col-num__item {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 5.3333333333vw;
    border-bottom: 1px dotted #707070;
  }
}
.c-box-3col-num__item .c-title03-icon {
  width: 7rem;
  height: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-3col-num__item .c-title03-icon {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.c-box-3col-num__item .c-title03-icon span {
  font-size: 4rem;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #16559b;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-3col-num__item .c-title03-icon span {
    font-size: 8vw;
  }
}
.c-box-3col-num__item .item-txt {
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.75;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-3col-num__item .item-txt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-box-course {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course {
    grid-template-columns: auto;
    gap: 5.3333333333vw;
  }
}
.c-box-course__item {
  padding-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course__item {
    padding-top: 13.3333333333vw;
  }
}
.c-box-course__item__img {
  position: relative;
}
.c-box-course__item__img .c-title03-icon {
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course__item__img .c-title03-icon {
    top: -13.3333333333vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.c-box-course__item__img .c-title03-icon img {
  width: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course__item__img .c-title03-icon img {
    width: 10.6666666667vw;
  }
}
.c-box-course__item__ttl {
  font-size: 1.6rem;
  color: #16559b;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course__item__ttl {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.c-box-course__item__txtbox {
  margin-top: 2rem;
  padding: 1.2rem 1rem;
  background: #f6f6f6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course__item__txtbox {
    margin-top: 5.3333333333vw;
    padding: 3.2vw 2.6666666667vw;
  }
}
.c-box-course__item__txtbox p {
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-course__item__txtbox p {
    font-size: 3.2vw;
  }
}

.c-box-modal {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.c-box-modal__item .c-title03-icon {
  width: 18.4rem;
  height: 18.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item .c-title03-icon {
    width: 49.0666666667vw;
    height: 49.0666666667vw;
  }
}
.c-box-modal__item .c-title03-icon img {
  width: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item .c-title03-icon img {
    width: 16vw;
  }
}
.c-box-modal__item__ttl {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #16559b;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item__ttl {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.c-box-modal__item__btn {
  display: flex;
  column-gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item__btn {
    margin-top: 5.3333333333vw;
  }
}
.c-box-modal__item__btn button {
  display: flex;
  column-gap: 1.4rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.6rem 2rem;
  color: #ffffff;
  background-color: #4259a7;
  border-radius: 3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item__btn button {
    column-gap: 3.7333333333vw;
    padding: 1.6vw 5.3333333333vw;
    border-radius: 8vw;
  }
}
.c-box-modal__item__btn:hover {
  opacity: 0.8;
}
.c-box-modal__item__btn.one-btn {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item__btn.one-btn {
    margin-top: 0;
  }
}
.c-box-modal__item__btn.one-btn button {
  padding: 1.5rem 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-modal__item__btn.one-btn button {
    padding: 4vw 6.6666666667vw;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 47.9375em) {
  .c-modal {
    padding: 26.6666666667vw 0;
  }
}
.c-modal__content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 4rem;
  margin: 8rem auto 0 auto;
  background: #ffffff;
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-modal__content {
    max-width: 100%;
    padding: 5.3333333333vw;
    margin: 16vw auto 0 auto;
    border-radius: 5.3333333333vw;
  }
}
.c-modal__content .close {
  position: absolute;
  top: -8rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 2.6rem;
  font-weight: 100;
  color: #ffffff;
  cursor: pointer;
  background: #4259a7;
  border-radius: 100%;
  transition: all 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-modal__content .close {
    top: -16vw;
    width: 8vw;
    height: 8vw;
    font-size: 2rem;
  }
}
.c-modal__content .close:hover {
  opacity: 0.7;
}
.c-modal__content .c-txt04 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-modal__content .c-txt04 {
    margin-bottom: 5.3333333333vw;
  }
}
.c-modal__content img {
  max-width: 100%;
  height: auto;
}

.c-box-class {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.7%;
  row-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.c-box-class__item {
  padding-top: 5rem;
  width: 32.2%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item {
    padding-top: 13.3333333333vw;
    width: 100%;
  }
}
.c-box-class__item__link__btn {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__link__btn {
    margin-top: 4vw;
  }
}
.c-box-class__item__link__btn p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4259a7;
  margin-top: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__link__btn p {
    font-size: 4.2666666667vw;
  }
}
.c-box-class__item__link__btn span {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #4259a7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__link__btn span {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.c-box-class__item__link__btn span img {
  border-radius: 0;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__link__btn span img {
    width: 5.3333333333vw;
  }
}
.c-box-class__item a {
  transition: 0.3s;
}
.c-box-class__item a:hover {
  opacity: 0.8;
}
.c-box-class__item__label {
  padding: 0 1rem;
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__label {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
.c-box-class__item__ttl {
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__ttl {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.c-box-class__item__ttlblue {
  padding: 0 1rem;
  font-size: 1.8rem;
  color: #16559b;
  font-weight: 700;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__ttlblue {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.c-box-class__item__txtbox {
  padding: 0 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__txtbox {
    margin-top: 5.3333333333vw;
  }
}
.c-box-class__item__txtbox p {
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__txtbox p {
    font-size: 3.2vw;
  }
}
.c-box-class__item__txtbox .c-class-list li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.9rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__txtbox .c-class-list li {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
    padding-left: 5.0666666667vw;
  }
}
.c-box-class__item__txtbox .c-class-list li:first-child {
  margin-top: 0;
}
.c-box-class__item__txtbox .c-class-list li::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #4259a7;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__txtbox .c-class-list li::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 1.6vw;
  }
}
.c-box-class__item__txtbox .c-class-list li a {
  color: #4259a7;
  text-decoration: underline;
  transition: 0.3s;
}
.c-box-class__item__txtbox .c-class-list li a:hover {
  opacity: 0.7;
}
.c-box-class__item__txtbox.bg-gray {
  padding: 2rem;
  background: #f6f6f6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-class__item__txtbox.bg-gray {
    padding: 5.3333333333vw;
  }
}

.c-box-flags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-flags {
    column-gap: 1%;
  }
}
.c-box-flags .c-box-flags-item {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box-flags .c-box-flags-item {
    width: 24%;
  }
}
.c-box-flags .c-box-flags-item a {
  transition: 0.3s;
}
.c-box-flags .c-box-flags-item a:hover {
  opacity: 0.7;
}

.c-box-underline {
  display: block;
  border-top: 1px solid #cccccc;
}

.c-link01 {
  color: #4259a7;
  text-decoration: underline;
}

.c-link02 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 2rem;
}

.c-link02 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  width: 32%;
  padding: 2rem 3rem;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-link02 a {
    column-gap: 5.3333333333vw;
    width: 49%;
    font-size: 3.7333333333vw;
    padding: 4vw 5.3333333333vw;
    border: 0.2666666667vw solid #cccccc;
  }
}

.c-link02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
  width: 0.1rem;
  height: 2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .c-link02 a::after {
    left: -0.1rem;
    width: 0.1rem;
    height: 4.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-link02 a img {
    width: 2.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-link02 a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-link02 a:hover {
    opacity: 0.7;
  }
}
.c-link03-box {
  display: flex;
  column-gap: 2%;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03-box {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-link03-item {
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03-item {
    width: 100%;
  }
}

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

.c-link03-item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03-item h4 {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.c-link03-item-wrap {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03-item-wrap {
    margin-top: 4vw;
  }
}

.c-link03-item-wrap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  position: relative;
  border: 1px solid #cccccc;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03-item-wrap a {
    width: 100%;
    padding: 4vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}

.c-link03-item-wrap a:first-child {
  margin-top: 0;
}

.c-list01 {
  margin-top: 2rem;
}

.c-list01 li {
  display: flex;
  padding-left: 1.6rem;
}

.c-list01 li span {
  margin-top: 0.2rem;
}

.c-list02 li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    padding-left: 5.8666666667vw;
  }
}

.c-list02 li::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #4259a7;
  border-radius: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li::after {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.1333333333vw;
  }
}

.c-list02 li a {
  color: #4259a7;
  text-decoration: underline;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .c-list02 li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-list02 li a:hover {
    opacity: 0.7;
  }
}
.c-list02 li:first-child {
  margin-top: 0;
}

.p-home__mv {
  position: relative;
}

.p-home__mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.p-home__mv-txt {
  position: absolute;
  width: 54rem;
  top: 4rem;
  left: 2rem;
  z-index: 10;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv-txt {
    top: 14rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt {
    width: 82.6666666667vw;
    top: 21.3333333333vw;
    left: 5.3333333333vw;
  }
}

.p-home__mv-btn {
  position: absolute;
  left: 17rem;
  top: 35rem;
  z-index: 10;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv-btn {
    left: 2rem;
    top: 41rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-btn {
    left: 5.3333333333vw;
    top: 85.3333333333vw;
  }
}

.p-home__mv-news {
  position: absolute;
  z-index: 1;
  transform: translateX(-50%);
  left: 50%;
  top: 67%;
  width: 84%;
  display: flex;
  background: #ffffff;
  border-radius: 10rem;
  column-gap: 3rem;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv-news {
    width: 95%;
    top: auto;
    bottom: 2.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news {
    width: 94.6666666667vw;
    top: auto;
    bottom: 2.2rem;
    flex-wrap: wrap;
    left: 0;
    transform: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 5.3333333333vw;
  }
}

.p-home__mv-news .p-home__mv-news-head {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news .p-home__mv-news-head {
    column-gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news .p-home__mv-news-head img {
    width: 5.3333333333vw;
  }
}

.p-home__mv-news .p-home__mv-news-head p {
  white-space: nowrap;
}

.p-home__mv-news a {
  font-size: 1.4rem;
  display: block;
  text-decoration: underline;
  margin-top: 0.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news a {
    margin-top: 1.6vw;
    font-size: 3.7333333333vw;
  }
}

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

@media all and (min-width: 64.0625em) {
  .p-home__mv-news a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-home__mv-news a:hover {
    opacity: 0.7;
  }
}
.p-home__section01 {
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01 {
    padding: 21.3333333333vw 0;
  }
}

.p-home__mv-scroll {
  position: absolute;
  right: 100%;
  bottom: 6rem;
  margin-right: 7rem;
}
@media only screen and (max-width: 64em) {
  .p-home__mv-scroll {
    display: none;
  }
}

.p-home__mv-scroll p {
  writing-mode: vertical-rl;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}

.p-home__mv-scroll span {
  display: block;
  width: 0.1rem;
  height: 8rem;
  background-color: #333333;
  margin: 0 auto;
  margin-top: 2rem;
}

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

.p-home__section01-news,
.p-home__section01-ev {
  width: 46%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-news,
.p-home__section01-ev {
    width: 100%;
  }
}

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

.p-home__section01-item {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-item {
    padding: 5.3333333333vw;
    column-gap: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.p-home__section01-item:first-child {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-item:first-child {
    border-top: 0.2666666667vw solid #cccccc;
  }
}

.p-home__section01-item:nth-child(2n) {
  background-color: #f6f6f6;
}

.p-home__section01-txt {
  width: 66%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt {
    width: 66%;
  }
}

.p-home__section01-img {
  height: 12rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-img {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}

.p-home__section01-img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}

.p-home__section01-txt time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt time {
    font-size: 3.7333333333vw;
  }
}

.p-home__section01-txt p {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt p {
    margin-top: 4.2666666667vw;
  }
}

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

.p-home__section02 {
  background-color: #f6f6f6;
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02 {
    padding: 21.3333333333vw 0;
  }
}

.p-home__section02-btn {
  display: flex;
  align-items: center;
  justify-content: center !important;
  background-color: #4259a7;
  width: 31rem;
  color: #ffffff;
  border-radius: 10rem;
  padding: 1.5rem 0;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

@media all and (min-width: 64.0625em) {
  .p-home__section02-btn:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-home__section02-btn:hover {
    opacity: 0.7;
  }
}
.p-home__section02-btn img {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem !important;
}

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

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

.p-home__section02-item img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item img {
    border-radius: 5.3333333333vw;
  }
}

.p-home__section02-item a {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item a {
    margin-top: 8vw;
    column-gap: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__section02-item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-home__section02-item a:hover {
    opacity: 0.7;
  }
}
.p-home__section02-item a p {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item a p {
    font-size: 4.8vw;
  }
}

.p-home__section02-item a img {
  width: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-item a img {
    width: 13.3333333333vw;
  }
}

.p-home__section03 {
  padding: 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03 {
    padding: 21.3333333333vw 0;
  }
}

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

.p-home__section03-box a {
  display: block;
  width: 24%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-box a {
    width: 48%;
  }
}

.swiper__btn-prev {
  cursor: pointer;
}

.swiper__btn-next {
  cursor: pointer;
}

.swiper__wrap {
  margin-top: 6rem;
  display: flex;
  align-items: center;
  column-gap: 4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .swiper__wrap {
    margin-top: 8vw;
    column-gap: 5.3333333333vw;
  }
}

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

@media only screen and (max-width: 47.9375em) {
  .swiper__btn-prev,
.swiper__btn-next {
    width: 2.9333333333vw;
  }
}

.swiper-pagination-progressbar {
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #4259a7;
  top: -0.1rem;
  height: 0.4rem;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 0.2rem;
}
@keyframes textIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes railUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes railDown {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.p-top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
  max-height: 62.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-top-mv {
    max-height: 70rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-top-mv {
    max-height: 177.8666666667vw;
  }
}

.p-top-mv .p-top-mv__copy {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media screen and (min-width: 1601px) {
  .p-top-mv .p-top-mv__copy {
    width: 62%;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-mv .p-top-mv__copy {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__copy {
    width: 92%;
  }
}
.p-top-mv .p-top-mv__copy .p-top-mv__copy__inner {
  position: relative;
  width: calc(100% - 350px);
  height: 100%;
  max-width: 760px;
  margin-left: -161px;
}

@media screen and (max-width: 1140px) {
  .p-top-mv .p-top-mv__copy .p-top-mv__copy__inner {
    margin-left: -100px;
    width: calc(100% - 280px);
    max-width: 560px;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__copy .p-top-mv__copy__inner {
    width: 90%;
    min-width: 375px;
    margin-left: -4.2vw;
  }
}
.p-top-mv .p-top-mv__copy svg {
  position: absolute;
  right: 0;
  left: 16.7%;
  margin: auto;
  top: calc(18% + 60px);
  animation: textIn 0.7s 0.8s cubic-bezier(0.7, 0.3, 0.3, 0.9) both;
}

html:not(.has-scroll-smooth) body.opening .p-top-mv .p-top-mv__copy svg {
  animation-play-state: paused;
}

@media screen and (min-width: 1401px) {
  .p-top-mv .p-top-mv__copy svg {
    right: auto;
  }
}
@media screen and (max-width: 1140px) {
  .p-top-mv .p-top-mv__copy svg {
    right: auto;
    left: 20%;
  }
}
@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__copy svg {
    top: 111px;
    width: 362px;
    left: 29px;
    height: auto;
  }
}
.p-top-mv .p-top-mv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  overflow: hidden;
  max-height: 625px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-top-mv .p-top-mv__wrap {
    max-height: none;
    height: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-top-mv .p-top-mv__wrap {
    max-height: 100%;
  }
}

.p-top-mv .p-top-mv__body {
  margin: 0 auto;
  width: 35%;
  max-width: none;
  height: 200%;
  display: flex;
  transform: rotate(45deg);
  transform-origin: 100% 55%;
}
@media only screen and (max-width: 47.9375em) {
  .p-top-mv .p-top-mv__body {
    position: absolute;
    top: -10%;
    left: auto;
    right: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}

.p-top-mv .p-top-mv__body .p-top-mv__rail {
  position: relative;
  width: calc(33.33% - 24px);
  margin-right: 24px;
  user-select: none;
  backface-visibility: hidden;
}

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__rail {
    margin-right: 12px;
    width: calc(33.33% - 12px);
  }
}
.p-top-mv .p-top-mv__body .p-top-mv__rail .p-top-mv__rail-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-left.is-inview .p-top-mv__rail-inner {
  animation: railUp 25s linear infinite;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-center .p-top-mv__rail-inner {
  flex-direction: column-reverse;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-center.is-inview .p-top-mv__rail-inner {
  animation: railDown 20s linear infinite;
}

.p-top-mv .p-top-mv__body .p-top-mv__rail.rail-right.is-inview .p-top-mv__rail-inner {
  animation: railUp 15s linear infinite;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile {
  margin-bottom: 24px;
  transform: translateY(50%);
}

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__tile {
    transform: translateY(100%);
    margin-bottom: 12px;
  }
}
.p-top-mv .p-top-mv__body .p-top-mv__tile img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateY(0deg) translate3d(0, 0, 0);
}

body.opening .p-top-mv .p-top-mv__body .p-top-mv__tile img {
  opacity: 0;
  transform: rotateY(50deg) translate3d(0, 0, 0);
}

.p-top-mv .p-top-mv__body .p-top-mv__tile.tile-center {
  transform: translateY(0);
}

@media screen and (max-width: 800px) {
  .p-top-mv .p-top-mv__body .p-top-mv__tile.tile-center {
    transform: translateY(50%);
  }
}
.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(1) img {
  transition: 0.7s 0.6s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(2) img {
  transition: 0.7s 0.8s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(3) img {
  transition: 0.7s 1s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(4) img {
  transition: 0.7s 1.2s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(5) img {
  transition: 0.7s 1.4s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(6) img {
  transition: 0.7s 1.6s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(7) img {
  transition: 0.7s 1.8s;
}

.p-top-mv .p-top-mv__body .p-top-mv__tile:nth-child(8) img {
  transition: 0.7s 2s;
}

.p-home__section02-business {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-business {
    margin-top: 10.6666666667vw;
  }
}

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

.filter-list {
  display: flex;
}

.filter-list li {
  width: calc(100% / 4);
  text-align: center;
  background: #eee;
  border: 2px solid #fff;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-list li.is-active {
  background: #333;
  color: #fff;
}

.filter-item {
  display: flex;
  flex-wrap: wrap;
}

.filter-item li {
  border: 2px solid #fff;
  width: calc(100% / 4);
  padding: 40px 20px;
  background: #eee;
  text-align: center;
}

.filter-item li[data-item=cat1] {
  background: #f7d1d1;
}

.filter-item li[data-item=cat2] {
  background: #d1edf7;
}

.filter-item li[data-item=cat3] {
  background: #d1f7d8;
}

.p-under__head {
  margin-top: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-under__head {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-under__head {
    margin-top: 8rem;
  }
}

.p-under__head02 {
  margin-top: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-under__head02 {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-under__head02 {
    margin-top: 8rem;
  }
}

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

.p-under__head02 .p-under__head-wrap {
  padding-bottom: 8rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__head02 .p-under__head-wrap {
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.p-under__head-wrap .c-title04 {
  width: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__head-wrap .c-title04 {
    width: 100%;
  }
}

.p-under__pan {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 1rem;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__pan {
    justify-content: flex-end;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    column-gap: 5.3333333333vw;
    row-gap: 2.6666666667vw;
    width: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__pan img {
    width: 1.6vw;
  }
}

.p-under__pan li a {
  color: #4259a7;
  font-weight: 700;
}

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

.p-under__mv-wrap {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 37.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-wrap {
    width: 84vw;
    margin-left: auto;
    height: auto;
  }
}

.p-under__mv-wrap img {
  height: 100%;
  width: 1280px;
  object-fit: cover;
  object-position: center;
}

.p-under__mv-scroll {
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-scroll {
    margin-right: 5.3333333333vw;
  }
}

.p-under__mv-scroll p {
  writing-mode: vertical-rl;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-scroll p {
    font-size: 3.7333333333vw;
  }
}

.p-under__mv-scroll span {
  display: block;
  width: 0.1rem;
  height: 8rem;
  background-color: #333333;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-scroll span {
    height: 21.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-under__nav {
  padding: 5rem 0;
  background-color: #f6f6f6;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav {
    margin: 0;
    width: 100%;
    padding: 10.6666666667vw 0;
  }
}

.p-under__nav.p-under__nav-top {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav.p-under__nav-top {
    padding: 5.3333333333vw 0 5.3333333333vw;
    display: block;
  }
}

.p-under__nav.p-under__nav-sub {
  margin-top: 2rem;
}

.p-under__nav-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.5%;
  row-gap: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-list {
    width: 100%;
    row-gap: 2.6666666667vw;
  }
}

.p-under__nav-list.p-under__nav-list-center {
  justify-content: center;
}

.p-under__nav-list li {
  width: 31%;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-list li {
    width: 100%;
  }
}

.p-under__nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  height: 100%;
  font-weight: 500;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-list li a {
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid #cccccc;
  }
}

.p-under__nav-list li a:hover {
  opacity: 0.7;
}

.p-under__nav-list li a p {
  width: 32rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-list li a p {
    width: 72vw;
  }
}

.p-under__nav-list li a img {
  width: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-list li a img {
    width: 2.6666666667vw;
  }
}

.p-under__main {
  padding: 8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__main {
    padding: 10.6666666667vw 0;
  }
}

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

.p-under__box01.p-under__box01-revers {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box01.p-under__box01-revers {
    flex-direction: column-reverse;
  }
}

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

.p-under__box01-img p {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box01-img p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-under__box01-img img {
  border-radius: 2rem;
}

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

.p-under__box01-txt h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box01-txt h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-under__box02 {
  border: 1px solid #cccccc;
  border-radius: 1rem;
  padding: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box02 {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.p-under__box02 h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box02 h4 {
    font-size: 4.2666666667vw;
  }
}

.p-under__box02 p {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box02 p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-under__box02 p.u-mt-0 {
  margin-top: 0;
}

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

.p-under__box02 .p-under__box02-sub-title {
  font-weight: 700;
}

.p-under__box03 {
  border: 1px solid #cccccc;
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box03 {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border: 0.2666666667vw solid #cccccc;
    column-gap: 5.3333333333vw;
  }
}

.p-under__box03-img {
  width: 7%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box03-img {
    width: 13.3333333333vw;
  }
}

.p-under__box03-txt {
  width: 90%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box03-txt {
    width: 60vw;
  }
}

.details-summary {
  position: relative;
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .details-summary {
    display: block;
    font-size: 5.3333333333vw;
    font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #4259a7;
  }
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  top: 2.1333333333vw;
  right: 0;
  width: 4.8vw;
  height: 4.8vw;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #4259a7;
  border-radius: 10px;
  width: 4.8vw;
  height: 0.5333333333vw;
  position: absolute;
  top: 2.1333333333vw;
  left: 0;
  transform-origin: center center;
}
.details-summary .btn:before {
  width: 0.5333333333vw;
  height: 4.8vw;
  top: 0;
  left: 2.1333333333vw;
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

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

@media only screen and (max-width: 47.9375em) {
  .details-content {
    padding: 8vw 0 5.3333333333vw;
  }
}

.p-under__nav-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-wrap {
    display: block;
  }
}

.p-under__nav-wrap h3 {
  font-size: 3rem;
  width: 10%;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-under__nav-wrap h3 {
    font-size: 2.5rem;
    width: 11%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-wrap h3 {
    font-size: 5.3333333333vw;
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__nav-wrap .p-under__nav-title {
    width: 100%;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.p-under__nav-wrap02 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-wrap02 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

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

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

.p-under__nav-wrap02 .p-under__nav-list {
  width: 64%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__nav-wrap02 .p-under__nav-list {
    width: 100%;
  }
}

.p-under__nav-wrap02 .p-under__nav-list li {
  width: 100%;
}

.p-under__banner {
  display: block;
  width: 100%;
  transition: 0.3s;
}

@media all and (min-width: 64.0625em) {
  .p-under__banner:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-under__banner:hover {
    opacity: 0.7;
  }
}
.p-under__box04 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box04 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

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

.p-under__box04-img p {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box04-img p {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-under__box04-img img {
  border-radius: 2rem;
}

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

.p-under__box04-txt h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__box04-txt h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

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

.p-news__wrap-top {
  display: none;
}

.p-news__wrap-top.is-active {
  display: block;
}

.p-event__wrap {
  display: none;
}

.p-event__wrap.is-active {
  display: block;
}

.p-news__wrap.is-active {
  display: block;
}

.p-news__list li {
  border-bottom: 1px solid #cccccc;
}

.p-news__list li:first-child {
  border-top: 1px solid #cccccc;
}

.p-news__list li:nth-child(2n) {
  background-color: #f6f6f6;
}

.p-news__list li a {
  display: flex;
  column-gap: 2rem;
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__list li a {
    flex-wrap: wrap;
    width: 100%;
    padding: 4vw;
  }
}

.p-news__list li a span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__list li a span {
    width: 100%;
    font-size: 3.2vw;
  }
}

.p-news__list li a p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__list li a p {
    font-size: 3.7333333333vw;
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}

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

.p-news_page__btn {
  display: flex;
  justify-content: center;
}

.p-news_page__btn .wp-pagenavi {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news_page__btn .wp-pagenavi {
    column-gap: 2.6666666667vw;
  }
}

.p-news_page__btn .wp-pagenavi a,
.p-news_page__btn .wp-pagenavi span {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-news_page__btn .wp-pagenavi a,
.p-news_page__btn .wp-pagenavi span {
    width: 8vw;
    height: 8vw;
    font-size: 3.4666666667vw;
  }
}

.p-news_page__btn .wp-pagenavi .previouspostslink {
  width: auto;
  height: auto;
  background-color: inherit;
  margin-right: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-news_page__btn .wp-pagenavi .previouspostslink {
    margin-right: 2.6666666667vw;
  }
}

.p-news_page__btn .wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-color: #4259a7;
  border-radius: 100%;
  margin-right: 2rem;
  background-image: url(/assets/images/common/arrow09.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-news_page__btn .wp-pagenavi .previouspostslink::after {
    height: 12.2666666667vw;
    width: 12.2666666667vw;
    margin-right: 2.6666666667vw;
  }
}

.p-news_page__btn .wp-pagenavi .nextpostslink {
  width: auto;
  height: auto;
  background-color: inherit;
  margin-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-news_page__btn .wp-pagenavi .nextpostslink {
    margin-left: 2.6666666667vw;
  }
}

.p-news_page__btn .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background-color: #4259a7;
  border-radius: 100%;
  margin-left: 2rem;
  background-image: url(/assets/images/common/arrow10.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-news_page__btn .wp-pagenavi .nextpostslink::after {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.p-news_page__btn .wp-pagenavi span.current {
  background-color: #ffffff;
  border: 1px solid #4259a7;
  font-weight: 700;
  color: #4259a7;
}

.p-news__title span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__title span {
    font-size: 3.7333333333vw;
  }
}

.p-news__title h1 {
  font-size: 4rem;
  padding-bottom: 4rem;
  margin-top: 3rem;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__title h1 {
    font-size: 7.4666666667vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.p-news__title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 0.2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__title h1::after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}

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

.p-news__content p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content p {
    font-size: 3.7333333333vw;
  }
}

.p-news__content h2 {
  font-size: 2.8rem;
  color: #4259a7;
  padding: 2rem 3.8rem;
  background-color: #f6f6f6;
  border-radius: 1rem;
  margin: 6rem 0 3rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content h2 {
    font-size: 4.8vw;
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin: 8vw 0 4vw 0;
  }
}

.p-news__content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #4259a7;
  margin: 3rem 0 1.5rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content h3 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 2.6666666667vw 0;
  }
}

.p-news__content ol {
  counter-reset: listnum;
  list-style: none;
  margin: 2rem 0 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content ol {
    margin: 4vw 0 4vw 0;
  }
}

.p-news__content img {
  display: block;
  margin: 0 auto;
}

.p-news__content ol li {
  position: relative;
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1.6rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content ol li {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}

.p-news__content ol li:first-child {
  margin-top: 0;
}

.p-news__content ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.p-news__content ul {
  margin: 2rem 0 2rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content ul {
    margin: 4vw 0 4vw 0;
  }
}

.p-news__content ul li {
  position: relative;
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1.6rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content ul li {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}

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

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

.p-news__content table tr th,
.p-news__content table tr td {
  padding: 2rem;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content table tr th,
.p-news__content table tr td {
    font-size: 3.7333333333vw;
    border: 0.2666666667vw solid #cccccc;
    padding: 4vw;
  }
}

.p-news__content table tr th {
  font-weight: 700;
  background-color: #f6f6f6;
}

.p-news__content table img {
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content table img {
    border-radius: 5.3333333333vw;
  }
}

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

.p-news__content #gallery-1.gallery-columns-2.gallery-size-large,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-large,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-large,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-large {
  margin: 4rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-2.gallery-size-large,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-large,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-large,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-large {
    margin: 5.3333333333vw auto 0 auto;
    gap: 5.3333333333vw;
  }
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-large dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-large dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-large dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-large dl.gallery-item {
  float: none;
  margin-top: 0;
  width: 47%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-2.gallery-size-large dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-large dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-large dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-large dl.gallery-item {
    width: 100%;
  }
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-large dl.gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-large br,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-large br,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-large br,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-large br {
  display: none;
}
.p-news__content #gallery-1.gallery-columns-3.gallery-size-large,
.p-news__content #gallery-2.gallery-columns-3.gallery-size-large,
.p-news__content #gallery-3.gallery-columns-3.gallery-size-large,
.p-news__content #gallery-4.gallery-columns-3.gallery-size-large {
  margin: 4rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-3.gallery-size-large,
.p-news__content #gallery-2.gallery-columns-3.gallery-size-large,
.p-news__content #gallery-3.gallery-columns-3.gallery-size-large,
.p-news__content #gallery-4.gallery-columns-3.gallery-size-large {
    margin: 5.3333333333vw auto 0 auto;
    gap: 5.3333333333vw;
  }
}
.p-news__content #gallery-1.gallery-columns-3.gallery-size-large dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-3.gallery-size-large dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-3.gallery-size-large dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-3.gallery-size-large dl.gallery-item {
  float: none;
  margin-top: 0;
  width: 31%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-3.gallery-size-large dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-3.gallery-size-large dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-3.gallery-size-large dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-3.gallery-size-large dl.gallery-item {
    width: 100%;
  }
}
.p-news__content #gallery-1.gallery-columns-3.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-2.gallery-columns-3.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-3.gallery-columns-3.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-4.gallery-columns-3.gallery-size-large dl.gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
}
.p-news__content #gallery-1.gallery-columns-3.gallery-size-large br,
.p-news__content #gallery-2.gallery-columns-3.gallery-size-large br,
.p-news__content #gallery-3.gallery-columns-3.gallery-size-large br,
.p-news__content #gallery-4.gallery-columns-3.gallery-size-large br {
  display: none;
}
.p-news__content #gallery-1.gallery-columns-4.gallery-size-large,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large {
  margin: 4rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-4.gallery-size-large,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large {
    margin: 5.3333333333vw auto 0 auto;
    gap: 5.3333333333vw;
  }
}
.p-news__content #gallery-1.gallery-columns-4.gallery-size-large dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large dl.gallery-item {
  float: none;
  margin-top: 0;
  width: 23%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-4.gallery-size-large dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large dl.gallery-item {
    width: 100%;
  }
}
.p-news__content #gallery-1.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large dl.gallery-item .gallery-icon img {
    width: 100%;
    height: auto;
  }
}
.p-news__content #gallery-1.gallery-columns-4.gallery-size-large br,
.p-news__content #gallery-2.gallery-columns-4.gallery-size-large br,
.p-news__content #gallery-3.gallery-columns-4.gallery-size-large br,
.p-news__content #gallery-4.gallery-columns-4.gallery-size-large br {
  display: none;
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-medium,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium {
  margin: 4rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-2.gallery-size-medium,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium {
    margin: 5.3333333333vw auto 0 auto;
    gap: 5.3333333333vw;
  }
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-medium dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium dl.gallery-item {
  float: none;
  margin-top: 0;
  width: 45%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-2.gallery-size-medium dl.gallery-item,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium dl.gallery-item,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium dl.gallery-item,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium dl.gallery-item {
    width: 100%;
  }
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__content #gallery-1.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium dl.gallery-item .gallery-icon img {
    width: 100%;
  }
}
.p-news__content #gallery-1.gallery-columns-2.gallery-size-medium br,
.p-news__content #gallery-2.gallery-columns-2.gallery-size-medium br,
.p-news__content #gallery-3.gallery-columns-2.gallery-size-medium br,
.p-news__content #gallery-4.gallery-columns-2.gallery-size-medium br {
  display: none;
}

.p-career__section-video01 {
  width: 72rem;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-career__section-video01 {
    width: 100%;
  }
}

.p-career__section-video01 iframe {
  width: 100%;
  display: block;
  height: 40.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-career__section-video01 iframe {
    height: 53.3333333333vw;
  }
}

.p-contact__form-item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}

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

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

.p-contact__form-item label {
  display: flex;
  column-gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item label {
    font-size: 3.7333333333vw;
    column-gap: 2.6666666667vw;
    margin-top: 0;
  }
}

.p-contact__form-item label span {
  display: block;
  line-height: 2;
  font-size: 1.2rem;
  color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item label span {
    font-size: 2.6666666667vw;
  }
}

.p-contact__form-item-input,
.p-contact__form-radio,
.p-contact__form-checkbox {
  width: 78%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input,
.p-contact__form-radio,
.p-contact__form-checkbox {
    width: 100%;
  }
}

.p-contact__form-item-input-flex {
  display: flex;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input-flex {
    column-gap: 6.6666666667vw;
  }
}

.p-contact__form-item-input-flex div {
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input-flex div {
    column-gap: 2.6666666667vw;
  }
}

.p-contact__form-item-input-flex div label {
  margin-top: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input-flex div label {
    margin-top: 5.3333333333vw;
  }
}

.p-contact__form-item-input input {
  border: none;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  padding: 2.4rem;
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input input {
    padding: 4vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-contact__form-select {
  width: 28rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-select {
    width: 100%;
  }
}

.p-contact__form-confirm .p-contact__form-item-input-tel span {
  margin-top: 0;
}

.p-contact__form-confirm .p-contact__form-item-input-tel {
  column-gap: 0;
}

.p-contact__form-select .wpcf7-form-control-wrap {
  margin-top: 0;
  width: 100%;
}

.p-contact__form-item-input-tel .wpcf7-form-control-wrap {
  margin-top: 0;
}

.p-contact__form-select02-content .p-contact__form-select {
  width: 12rem;
  position: relative;
}

.p-contact__form-item-input-tel {
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input-tel {
    column-gap: 1.3333333333vw;
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
  }
}

.p-contact__form-item-input-tel input {
  width: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input-tel input {
    width: 26.6666666667vw;
  }
}

.p-contact__form-item-input-tel span {
  display: block;
  margin-top: 2.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input-tel span {
    margin-top: 4.2666666667vw;
  }
}

.p-contact__form-select::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #4259a7;
  border-bottom: 2px solid #4259a7;
  transform: rotate(45deg);
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-select::after {
    top: 5.3333333333vw;
    right: 4.2666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.5333333333vw solid #4259a7;
    border-bottom: 0.5333333333vw solid #4259a7;
  }
}

.p-contact__form-item-input select {
  border: none;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  padding: 2.4rem;
  width: 100%;
  font-size: 1.6rem;
  appearance: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input select {
    padding: 4vw;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-contact__form-item-input textarea {
  border: none;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  padding: 2.4rem;
  width: 100%;
  height: 36rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item-input textarea {
    padding: 4vw;
    border-radius: 1.3333333333vw;
    height: 53.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-contact__form-txt01 {
  font-size: 1.6rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-txt01 {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.p-contact__form-btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn {
    margin-top: 10.6666666667vw;
    flex-direction: column-reverse;
    row-gap: 5.3333333333vw;
  }
}

.p-contact__form-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #4259a7;
  border: 1px solid #4259a7;
  border-radius: 10rem;
  width: 31rem;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn a {
    border: 0.2666666667vw solid #4259a7;
    border-radius: 26.6666666667vw;
    width: 82.6666666667vw;
    padding: 4vw 0;
    font-size: 3.7333333333vw;
    margin: 0 auto;
  }
}

.p-contact__form-btn input {
  color: #ffffff;
  background-color: #4259a7;
  border-radius: 10rem;
  width: 31rem;
  padding: 1.5rem 0;
  border: none;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn input {
    border-radius: 26.6666666667vw;
    width: 82.6666666667vw;
    padding: 4vw 0;
    font-size: 3.7333333333vw;
  }
}

.p-contact__form-btn div {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn div {
    width: fit-content;
    margin: 0 auto;
  }
}

.p-contact__form-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-image: url(/assets/images/common/arrow02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn a::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 5.3333333333vw;
  }
}

.p-contact__form-btn div::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-image: url(/assets/images/common/arrow03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-btn div::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 5.3333333333vw;
  }
}

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

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

  .p-contact__form-btn a:hover {
    opacity: 0.7;
  }
}
.p-contact__form-item-radio label {
  margin-top: 0;
}

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

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

.p-contact__form-radio div {
  display: flex;
  cursor: pointer;
}

.p-contact__form-checkbox div {
  display: flex;
  cursor: pointer;
}

.p-contact__form-radio div:first-child {
  margin-top: 0;
}

.p-contact__form-checkbox div:first-child {
  margin-top: 0;
}

.p-contact__form-radio div label {
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-radio div label {
    font-size: 3.7333333333vw;
  }
}

.p-contact__form-checkbox div label {
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-checkbox div label {
    font-size: 3.7333333333vw;
  }
}

.p-contact__form-radio div input {
  margin: 0;
  cursor: pointer;
}

.p-contact__form-checkbox div input {
  margin: 0;
  cursor: pointer;
}

.p-contact__form-item input[type=radio] {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  vertical-align: -2px;
  appearance: none;
  margin-right: 0.8rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item input[type=radio] {
    width: 4.8vw;
    height: 4.8vw;
    border: 0.2666666667vw solid #cbcbcb;
    margin-right: 1.6vw;
    margin-top: 1.0666666667vw;
  }
}

.p-contact__form-item input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #4259a7;
  content: "";
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item input[type=radio]:checked:before {
    width: 4vw;
    height: 4vw;
  }
}

.p-contact__form-item input[type=checkbox] {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #cbcbcb;
  vertical-align: -5px;
  appearance: none;
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item input[type=checkbox] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border: 0.2666666667vw solid #cbcbcb;
  }
}

.p-contact__form-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 0.6rem;
  transform: rotate(50deg);
  width: 0.9rem;
  height: 1.6rem;
  border-right: 2px solid #4259a7;
  border-bottom: 2px solid #4259a7;
  content: "";
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__form-item input[type=checkbox]:checked:before {
    top: 0.2666666667vw;
    left: 1.3333333333vw;
    width: 1.3333333333vw;
    height: 3.4666666667vw;
    border-right: 0.5333333333vw solid #4259a7;
    border-bottom: 0.5333333333vw solid #4259a7;
  }
}

.p-contact__form-confirm .p-contact__form-item label {
  margin-top: 0;
}

.wpcf7-spinner {
  display: none !important;
}

.p-search__sec01-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-search__sec01-head {
    padding-bottom: 5.3333333333vw;
  }
}

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

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

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

.p-search__sec01-item a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1155cc;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-search__sec01-item a {
    font-size: 4.2666666667vw;
  }
}

.p-search__sec01-item h3 {
  color: #009933;
  font-weight: 700;
}

@media all and (min-width: 64.0625em) {
  .p-search__sec01-item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-search__sec01-item a:hover {
    opacity: 0.7;
  }
}
.p-search__sec01-item div {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-search__sec01-item div {
    column-gap: 2.1333333333vw;
  }
}

.p-search__sec01-item div img {
  width: 12rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-search__sec01-item div img {
    width: 21.3333333333vw;
  }
}

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

.p-search__sec01 .pagination .prev,
.p-search__sec01 .pagination .next {
  display: none;
}

.p-search__sec01 .pagination li {
  color: #cccccc;
}

.p-search__sec01 .pagination li.active a {
  color: #4259a7;
}

.p-search__sec01 .nav-links {
  display: flex;
  column-gap: 1rem;
  color: #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-search__sec01 .nav-links {
    column-gap: 2.6666666667vw;
  }
}

.p-aca__section01-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.4rem;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-btn-wrap {
    column-gap: 2.6666666667vw;
    justify-content: flex-start;
  }
}

.p-aca__section01-btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  background-color: #4259a7;
  border-radius: 10rem;
  padding: 1.5rem 3rem;
  color: #ffffff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-btn-wrap a {
    font-size: 3.7333333333vw;
    column-gap: 4vw;
    padding: 3.7333333333vw 4vw;
  }
}

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

.p-aca__section01-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item {
    width: 100%;
    padding-bottom: 8vw;
  }
}

.p-aca__section01-item div img {
  width: 16rem;
  margin: 0 auto;
  border-radius: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div img {
    width: 37.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}

.p-aca__section01-item div h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div h2 {
    font-size: 5.8666666667vw;
    margin-top: 4vw;
  }
}

.p-aca__section01-item div .p-aca__section01-item-sub-name {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #cccccc;
  font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div .p-aca__section01-item-sub-name {
    font-size: 4.2666666667vw;
  }
}

.p-aca__section01-item div h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4259a7;
  text-align: center;
  min-height: 5.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div h3 {
    font-size: 3.7333333333vw;
    min-height: auto;
  }
}

.p-aca__section01-item div h4 {
  text-align: center;
  margin-top: 0.6rem;
  min-height: 5.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div h4 {
    margin-top: 1.3333333333vw;
    min-height: auto;
  }
}

.p-aca__section01-item div p {
  font-size: 1.6rem;
  margin-top: 2rem;
  padding: 2rem;
  background-color: #e4e8f2;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}

.p-aca__section01-item div p span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div p span {
    font-size: 3.7333333333vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}

.p-aca__section01-item div p span::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item div p span::after {
    top: 2.1333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.p-aca__section01-btn-wrap02 {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-aca__section01-btn-wrap02 {
    column-gap: 1.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-btn-wrap02 {
    margin-top: 4vw;
    column-gap: 4vw;
  }
}

.p-aca__section01-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  background-color: #4259a7;
  color: #ffffff;
  width: fit-content;
  padding: 0.6rem 2rem;
  column-gap: 1.4rem;
  transition: 0.3s;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-aca__section01-item a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__section01-item a {
    border-radius: 26.6666666667vw;
    padding: 1.0666666667vw 4vw;
    column-gap: 3.2vw;
    font-size: 3.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-aca__section01-item a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-aca__section01-item a:hover {
    opacity: 0.7;
  }
}
.p-aca__section02 .c-btn04 {
  margin-left: auto;
}

.p-aca__section02-table01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.p-aca__section02-table01 th,
.p-aca__section02-table01 td {
  padding: 2rem;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.p-aca__section02-table01 th {
  background-color: #f6f6f6;
  font-weight: 700;
}

.p-aca__section02-table02 {
  width: 100%;
  border-collapse: collapse;
}

.p-aca__section02-table02 th,
.p-aca__section02-table02 td {
  padding: 2rem;
  border: 1px solid #cccccc;
  vertical-align: middle;
  text-align: left;
}

.p-aca__section02-table02 td {
  line-height: 1.8;
}

.p-aca__section02-table02 th {
  background-color: #f6f6f6;
  font-weight: 700;
}

.p-aca__search form {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.p-aca__search input {
  width: 22rem;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 10rem;
  padding: 0.9rem 2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-aca__search input {
    width: 58.6666666667vw;
    border: 0.2666666667vw solid #cccccc;
    border-radius: 26.6666666667vw;
    padding: 2.4vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

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

.l-contents__breadcrumb {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__breadcrumb {
    margin-top: 95px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__breadcrumb {
    margin-top: 75px;
    margin-bottom: 20px;
  }
}
.l-contents__breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__breadcrumb .breadcrumb-list {
    gap: 14px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__breadcrumb .breadcrumb-list {
    gap: 14px;
    flex-wrap: wrap;
  }
}
.l-contents__breadcrumb .breadcrumb-item {
  color: #4259A7;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__breadcrumb .breadcrumb-item {
    font-size: 3.2vw;
  }
}
.l-contents__breadcrumb .breadcrumb-item a, .l-contents__breadcrumb .breadcrumb-item div {
  opacity: 0.3;
}
.l-contents__inner {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-contents__inner {
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.l-contents__inner .c-text-m {
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__inner .c-text-m {
    font-size: 3.7333333333vw;
  }
}
.l-contents__inner .u-ta-c {
  text-align: center;
}
.l-contents__inner .u-ta-c-pc {
  text-align: center;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__inner .u-ta-c-pc {
    text-align: left;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__inner .u-ta-c-pc {
    text-align: left;
  }
}
.l-contents__story--mv {
  height: 40vh !important;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--mv {
    height: 30vh !important;
  }
}
.l-contents__story--mv .l-container03 {
  height: 100%;
  position: relative;
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-contents__story--mv .l-container03 {
    max-width: 1040px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--mv .l-container03 {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--mv .l-container03 {
    max-width: 100%;
    padding: 0 20px;
  }
}
.l-contents__story--mv .p-story__mv-txt {
  position: absolute;
  width: 41.1rem;
  height: 16.3rem;
  top: 0rem;
  left: 2rem;
  z-index: 10;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--mv .p-story__mv-txt {
    width: 22.7rem;
    height: 15.7rem;
    top: 10px;
  }
}
.l-contents__story--mv---under {
  height: calc(70% + 70px) !important;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-contents__story--mv---under {
    height: calc(65% + 70px) !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--mv---under {
    height: 98% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--mv---under {
    height: 98% !important;
  }
}
.l-contents__story--mv---under .story-rail-left {
  opacity: 0;
}
.l-contents__story--hd {
  display: flex;
  gap: 180px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  padding-bottom: 95px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--hd {
    flex-direction: column;
    gap: 20px;
    background-position: 0 20px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--hd {
    flex-direction: column;
    gap: 20px;
    background-position: 0 20px;
    padding-bottom: 0px;
  }
}
.l-contents__story--hd---h2 {
  font-size: 4rem;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--hd---h2 {
    font-size: 7.4666666667vw;
  }
}
.l-contents__story--hd---h2::after {
  display: block;
  content: "";
  background: #16559B;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-contents__story--hd---info .txt {
  font-size: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--hd---info .txt {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--hd---info .txt {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--hd---info .txt {
    margin-bottom: 2rem;
  }
}
.l-contents__story--under .l-contents__university--hd {
  font-size: 5rem;
  font-weight: bold;
  color: #16559B;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--under .l-contents__university--hd {
    font-size: 7.4666666667vw;
  }
}
.l-contents__story--under .fz20 {
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--under .fz20 {
    font-size: 5.3333333333vw;
  }
}
.l-contents__story--under .fz16 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--under .fz16 {
    font-size: 4.2666666667vw;
  }
}
.l-contents__story--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4259A7;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  height: 50px;
  margin: auto auto;
  position: relative;
}
.l-contents__story--btn::before {
  display: inline-block;
  content: url(/assets/images/story/icon_arrow.svg);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.l-contents__story--btn:hover {
  opacity: 0.7;
}
.l-contents__story--btn---flex {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--btn---flex {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--btn---flex {
    flex-direction: column;
    gap: 20px;
  }
}
.l-contents__story--announce {
  position: relative;
}
.l-contents__story--announce---bg {
  width: calc(100% - 200px);
  padding-bottom: 200px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--announce---bg {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--announce---bg {
    width: calc(100% - 20px);
    padding-bottom: 400px;
  }
}
.l-contents__story--announce---wrap {
  background: #fff;
  padding: 40px;
  width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: absolute;
  right: 0;
  top: 180px;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--announce---wrap {
    padding: 20px;
    width: 315px;
    top: 120px;
  }
}
.l-contents__story--announce---wrap .ttl-img {
  width: 300px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__story--announce---wrap .ttl-img {
    width: 180px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__story--announce---wrap .ttl-img {
    width: 180px;
  }
}
.l-contents__block {
  margin-top: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__block {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__block {
    margin-top: 4rem;
  }
}
.l-contents__accordion {
  border-radius: 10px;
  overflow: hidden;
}
.l-contents__accordion--button {
  width: 100%;
  color: #16559B;
  background: #F6F6F6;
  border: none;
  border-radius: 10px;
  padding: 2rem 4rem;
  font-size: 2.8rem;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__accordion--button {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__accordion--button {
    padding: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__accordion--button {
    padding: 2rem;
  }
}
.l-contents__accordion--button .icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.l-contents__accordion--content {
  display: none;
  padding: 15px;
  background-color: #fff;
  margin-top: 4rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__accordion--content {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__accordion--content {
    margin-top: 1rem;
  }
}
.l-contents__card .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  padding: 13px 40px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 6rem;
}
.l-contents__card .search-box input {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 16px;
  outline: none;
}
.l-contents__card .search-box input::placeholder {
  color: #CCCCCC;
}
.l-contents__card .search-box button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.l-contents__card .search-box button img {
  width: 20px;
  height: 20px;
}
.l-contents__card .label-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__card .label-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .label-list {
    flex-wrap: wrap;
  }
}
.l-contents__card .label-item a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
}
.l-contents__card .label-item span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 6px 8px;
}
.l-contents__card .label-item .c-all {
  color: #CF2727 !important;
  border: 2px solid #CF2727;
}
.l-contents__card .label-item .c-lblue {
  background: #45C4D8;
}
.l-contents__card .label-item .c-navy {
  background: #16559B;
}
.l-contents__card .label-item .c-blue {
  background: #03B2EB;
}
.l-contents__card .label-item .c-green {
  background: #78BC3E;
}
.l-contents__card .label-item .c-pink {
  background: #E98CB8;
}
.l-contents__card .label-item .c-yellow {
  background: #F8B900;
}
.l-contents__card .label-item .c-purple {
  background: #B18FDD;
}
.l-contents__card--info strong {
  display: inline-block;
  padding: 6px 8px;
  color: #fff;
}
.l-contents__card--info .c-lblue {
  background: #45C4D8;
}
.l-contents__card--info .c-navy {
  background: #16559B;
}
.l-contents__card--info .c-blue {
  background: #03B2EB;
}
.l-contents__card--info .c-green {
  background: #78BC3E;
}
.l-contents__card--info .c-pink {
  background: #E98CB8;
}
.l-contents__card--info .c-yellow {
  background: #F8B900;
}
.l-contents__card--info .c-purple {
  background: #B18FDD;
}
.l-contents__card .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 32px;
  margin-top: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__card .card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
    margin-top: 4rem;
  }
}
.l-contents__card .card-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .card-list .card-btn a span {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .card-list .card-btn p {
    width: auto;
  }
}
.l-contents__card .card-thumb {
  position: relative;
  aspect-ratio: 312/234;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .card-thumb {
    aspect-ratio: 160/120;
  }
}
.l-contents__card .card-thumb img {
  aspect-ratio: 312/234;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .card-thumb img {
    aspect-ratio: 160/120;
  }
}
.l-contents__card .card-label {
  position: absolute;
  top: 0;
  left: 0;
}
.l-contents__card .card-ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #4259A7;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .card-ttl {
    font-size: 4.2666666667vw;
  }
}
.l-contents__card .article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 32px;
  margin-top: 6rem;
  padding-bottom: 8rem;
  margin-bottom: 8rem;
  border-bottom: 1px solid #4259A7;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__card .article-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .article-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
    margin-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 8rem;
  }
}
.l-contents__card .article-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .article-list .card-btn {
    display: none;
  }
}
.l-contents__card .article-thumb {
  position: relative;
  aspect-ratio: 312/234;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .article-thumb {
    aspect-ratio: 160/120;
  }
}
.l-contents__card .article-thumb img {
  aspect-ratio: 312/234;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .article-thumb img {
    aspect-ratio: 160/120;
  }
}
.l-contents__card .article-label {
  position: absolute;
  top: 0;
  left: 0;
}
.l-contents__card .article-ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #4259A7;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__card .article-ttl {
    font-size: 4.2666666667vw;
  }
}
.l-contents__university--item---ttl {
  color: #16559B;
  background: #F6F6F6;
  border: none;
  border-radius: 10px;
  padding: 2rem 4rem;
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--item---ttl {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__university--item---ttl {
    padding: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--item---ttl {
    padding: 2rem;
  }
}
.l-contents__university--item---flex {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__university--item---flex {
    margin-top: 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--item---flex {
    margin-top: 20px;
    flex-direction: column;
  }
}
.l-contents__university--item---img {
  min-width: 300px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__university--item---img {
    min-width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--item---img {
    min-width: auto;
  }
}
.l-contents__university--item---img img {
  margin: 0 auto;
}
.l-contents__university--card---list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-top: 8rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__university--card---list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--card---list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
    margin-top: 4rem;
  }
}
.l-contents__university--card---list__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-contents__university--card---ttl {
  color: #16559B;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--card---ttl {
    font-size: 4.8vw;
  }
}
.l-contents__university--card---flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #16559B;
  font-weight: bold;
  font-size: 1.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--card---flex {
    font-size: 4.8vw;
  }
}
.l-contents__university--card---flex:hover span {
  border: 1px solid #fff;
  transition-duration: 0.3s;
}
.l-contents__university--card---flex span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #4259a7;
  border-radius: 100%;
  transition-duration: 0.5s;
}
.l-contents__university--card---txt {
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--card---txt {
    font-size: 3.7333333333vw;
  }
}
.l-contents__university--card---box {
  background: #F6F6F6;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--card---box {
    font-size: 3.2vw;
  }
}
.l-contents__university--card---box strong {
  display: block;
}
.l-contents__university--banner {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__university--banner {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__university--banner {
    flex-direction: column;
    gap: 20px;
  }
}
.l-contents__university--banner a {
  display: inline-block;
}
.l-contents__university--banner a:hover {
  opacity: 0.7;
}
.l-contents__gallery--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  grid-auto-flow: row dense;
}
.l-contents__voice--info {
  margin-top: 6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__voice--info {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--info {
    margin-top: 4rem;
  }
}
.l-contents__voice--info strong {
  display: block;
  color: #16559B;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--info strong {
    font-size: 4.2666666667vw;
  }
}
.l-contents__voice--flex {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--flex {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.l-contents__voice--flex---image {
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--flex---image {
    max-width: 100%;
  }
}
.l-contents__voice--icon---item {
  padding: 20px 0;
  border-top: 1px solid #16559B;
}
.l-contents__voice--icon---item:last-child {
  border-bottom: 1px solid #16559B;
}
.l-contents__voice--icon---item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.l-contents__voice--icon---image img {
  min-width: 80px;
  height: 80px;
}
.l-contents__voice--icon---txt {
  font-size: 12px;
}
.l-contents__voice--icon---arrow {
  min-width: 12px;
}
.l-contents__voice--images {
  position: relative;
}
.l-contents__voice--images---ttl {
  width: 200px;
  position: absolute;
  top: 0;
  left: 80px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-contents__voice--images---ttl {
    width: 170px;
    position: absolute;
    top: 0;
    left: 60px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__voice--images---ttl {
    width: 170px;
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--images---ttl {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-contents__voice--images---bg {
  position: absolute;
  left: 40px;
  top: 55%;
  transform: translateY(-45%);
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--images---bg {
    width: 100%;
    left: 50%;
    top: 90px;
    transform: translateY(0%);
    transform: translateX(-50%);
  }
}
.l-contents__voice--images---txt {
  font-size: 30px;
  line-height: 2;
  margin-bottom: 60px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-contents__voice--images---txt {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__voice--images---txt {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--images---txt {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--images---info {
    padding-left: 20px;
  }
}
.l-contents__voice--images---info strong {
  display: inline-block;
  font-size: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .l-contents__voice--images---info strong {
    font-size: 36px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__voice--images---info strong {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--images---info strong {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.l-contents__voice--images---info span {
  font-size: 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__voice--images---info span {
    font-size: 16px;
  }
}

.l-contents__accordion--button.active + .l-contents__accordion--content {
  display: block;
}

.bg-university {
  background-image: url(/assets/images/story/university/bg-university.png);
}

.bg-pickup {
  background-image: url(/assets/images/story/pickup/bg-pickup.png);
}

.bg-gallery {
  background-image: url(/assets/images/story/gallery/bg-gallery.png);
}

.bg-voice {
  background-image: url(/assets/images/story/student-voice/bg-voice.png);
}

.story-bg01 {
  background-image: url(/assets/images/story/graduate-voice/bg01.png);
}
@media only screen and (max-width: 47.9375em) {
  .story-bg01 {
    background-image: url(/assets/images/story/graduate-voice/bg01_sp.png);
    margin-top: 80px;
  }
}

.story-bg02 {
  background-image: url(/assets/images/story/graduate-voice/bg02.png);
}
@media only screen and (max-width: 47.9375em) {
  .story-bg02 {
    background-image: url(/assets/images/story/graduate-voice/bg02_sp.png);
    margin-top: 80px;
  }
}

.story-bg03 {
  background-image: url(/assets/images/story/graduate-voice/bg03.png);
}
@media only screen and (max-width: 47.9375em) {
  .story-bg03 {
    background-image: url(/assets/images/story/graduate-voice/bg03_sp.png);
    margin-top: 80px;
  }
}

.story-bg04 {
  background-image: url(/assets/images/story/graduate-voice/bg04.png);
}
@media only screen and (max-width: 47.9375em) {
  .story-bg04 {
    background-image: url(/assets/images/story/graduate-voice/bg04_sp.png);
    margin-top: 80px;
  }
}

.w480 {
  width: 48rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .w480 {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .w480 {
    width: 100%;
  }
}

.w310 {
  width: 31rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .w310 {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .w310 {
    width: 100%;
  }
}

.icon-blank::after {
  display: inline-block;
  content: url(/assets/images/story/icon-window.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.after-center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.story-cube {
  gap: 60px;
  justify-content: space-between;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .story-cube {
    flex-direction: column-reverse;
    padding: 40px 0;
    gap: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .story-cube {
    flex-direction: column-reverse;
    padding: 40px 0;
    gap: 40px;
  }
}
.story-menu {
  min-width: 300px;
}
@media only screen and (max-width: 47.9375em) {
  .story-menu {
    width: 100%;
    min-width: 0;
  }
}
.story-menu-item {
  padding: 30px 20px;
  border-top: 1px solid #4259A7;
  color: #4259A7;
  font-weight: bold;
  font-size: 16px;
}
.story-menu-item:last-child {
  border-bottom: 1px solid #4259A7;
}
.story-menu-item:hover {
  background: #D9DEED;
}
.story-menu-item.active {
  background: #D9DEED;
}

.under-icon::before {
  display: inline-block;
  content: url(/assets/images/story/icon_arrow_under.svg);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.story-cube {
  margin-bottom: 100px;
}
.story-cube-container {
  position: relative;
  max-width: 1060px;
  width: 100%;
  /* コンテナの幅を調整 */
  height: 416px;
  /* 高さを合わせる */
  transition: transform 0.8s ease-in-out;
  transform-style: preserve-3d;
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-container {
    max-width: 100%;
    height: 242px;
  }
}
.story-cube-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* 調整しない */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-list {
    left: -80px;
    width: 145%;
  }
}
.story-cube-image img {
  width: 376px;
  height: 410px;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-image img {
    width: 270px;
    height: 242px;
  }
}
.story-cube-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: opacity 0.6s ease, transform 0.6s ease;
  backface-visibility: hidden;
}
.story-cube-box {
  width: 447px;
  height: 416px;
  color: #fff;
  padding: 0px 20px 0px 30px;
  background-image: url(/assets/images/story/c-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotateY(0deg);
  backface-visibility: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-box {
    width: 435px;
    height: 242px;
  }
}
.story-cube-ttl {
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  transform: skewY(3deg);
  perspective: 1000px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-ttl {
    font-size: 14px;
  }
}
.story-cube-ttl::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 38px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-ttl::before {
    width: 2px;
    height: 20px;
  }
}
.story-cube-text {
  font-size: 12px;
  line-height: 2;
  margin: 20px 0;
  transform: skewY(1deg);
  perspective: 1000px;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-text {
    margin: 10px 0;
  }
}
.story-cube-link a {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: skewY(-2deg);
  perspective: 1000px;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-link a {
    font-size: 14px;
  }
}
.story-cube-link a img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 47.9375em) {
  .story-cube-link a img {
    width: 24px;
    height: 24px;
  }
}

/* 各アイテムの基本設定 */
.story-cube-item {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

/* それぞれのアイテムの配置を45度ずつずらす */
.story-cube-item:nth-child(1) {
  transform: rotateY(0deg) translateZ(0px);
}

.story-cube-item:nth-child(2) {
  transform: rotateY(90deg) translateZ(0px);
}

.story-cube-item:nth-child(3) {
  transform: rotateY(180deg) translateZ(0px);
}

.story-cube-item:nth-child(4) {
  transform: rotateY(270deg) translateZ(0px);
}

/* 初期状態では1番目を表示 */
.story-cube-item:nth-child(1) {
  display: block;
}

/* 各メニューの active に応じて、対応するキューブアイテムを表示 */
.story-menu-item:nth-child(1).active ~ .story-cube-container .story-cube-item:nth-child(1),
.story-menu-item:nth-child(2).active ~ .story-cube-container .story-cube-item:nth-child(2),
.story-menu-item:nth-child(3).active ~ .story-cube-container .story-cube-item:nth-child(3),
.story-menu-item:nth-child(4).active ~ .story-cube-container .story-cube-item:nth-child(4) {
  display: block;
}

.story-cube-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

.story-cube-item.active {
  opacity: 1;
  visibility: visible;
}

.menu-ttl {
  color: #16559B;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .menu-ttl {
    font-size: 4.8vw;
  }
}

.menu-text {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .menu-text {
    font-size: 3.7333333333vw;
  }
}

.menu-item:first-child {
  border-top: 1px solid #4259A7;
}

.m-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media only screen and (max-width: 47.9375em) {
  .m-text {
    font-size: 3.7333333333vw;
  }
}

.story-info__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.story-info__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 50px;
  color: #4259A7;
  border: 1px solid #4259A7;
  border-radius: 100px;
}
@media only screen and (max-width: 47.9375em) {
  .story-info__btn a {
    width: 210px;
    height: 40px;
  }
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.custom-modal__content {
  background: #fff;
  margin: 7% auto 10%;
  padding: 40px;
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .custom-modal__content {
    padding: 20px;
    width: 80%;
    max-width: 100%;
    margin: 30% auto 10%;
  }
}

.custom-modal__close {
  background: #4259A7;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -90px;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .custom-modal__close {
    top: -70px;
  }
}

.custom-modal__body img {
  max-width: 920px;
  width: 100%;
  aspect-ratio: 46/25;
  object-fit: cover;
}

.ori-thumb img {
  object-fit: contain;
}

.modal-ttl {
  font-size: 4rem;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .modal-ttl {
    font-size: 7.4666666667vw;
  }
}
.modal-ttl::after {
  display: block;
  content: "";
  background: #16559B;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal-thumb {
  margin-bottom: 40px;
}
.modal-hd {
  font-weight: bold;
  color: #16559B;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.9375em) {
  .modal-hd {
    font-size: 4.8vw;
  }
}

.custom-modal__prev {
  position: absolute;
  left: -60px;
  top: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .custom-modal__prev {
    left: -20px;
    top: 200px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .custom-modal__prev img {
    width: 10px;
    height: 20px;
  }
}
.custom-modal__next {
  position: absolute;
  right: -60px;
  top: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .custom-modal__next {
    right: -20px;
    top: 200px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .custom-modal__next img {
    width: 10px;
    height: 20px;
  }
}

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

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

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

.p-sitemap__item02 {
  width: 100%;
}

.p-sitemap__link-top {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 2rem 3rem;
  border-radius: 1rem;
  font-size: 2.8rem;
  color: #4259a7;
  transition: 0.3s;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__link-top {
    font-size: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-sitemap__link-top:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-sitemap__link-top:hover {
    opacity: 0.7;
  }
}
.p-sitemap__link-top img {
  width: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__link-top img {
    width: 13.3333333333vw;
  }
}

.p-sitemap__list01 {
  margin-left: 2rem;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__list01 {
    margin-left: 0;
  }
}

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

.p-sitemap__list01 li a {
  display: flex;
  column-gap: 1.4rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__list01 li a {
    column-gap: 3.7333333333vw;
  }
}

.p-sitemap__list01 li ul {
  margin-left: 2.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__list01 li ul {
    margin-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-sitemap__list01 li ul li {
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__list01 li ul li {
    padding-left: 8vw;
  }
}

.p-sitemap__list01 li ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #4259a7;
  top: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__list01 li ul li::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    top: 3.2vw;
  }
}

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

.p-sitemap__wrap02 div h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap02 div h3 {
    font-size: 3.7333333333vw;
  }
}

.p-sitemap__wrap02 div h3 span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #cccccc;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap02 div h3 span {
    height: 0.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-sitemap__wrap02 div h3 span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3rem;
  height: 0.2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap02 div h3 span::after {
    width: 8vw;
    height: 0.5333333333vw;
  }
}

.p-sitemap__wrap02 div .p-sitemap__list01 {
  margin-left: 0;
}

.p-sitemap__wrap02 div {
  margin-left: 2rem;
  width: 47%;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap02 div {
    width: 100%;
    margin-left: 0;
  }
}

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

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

.p-sitemap__wrap03-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-top: 2rem;
  margin-left: 4.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap03-content {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    row-gap: 5.3333333333vw;
  }
}

.p-sitemap__wrap03-content a {
  width: 23%;
  display: block;
  position: relative;
  padding-left: 3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap03-content a {
    width: 48%;
    padding-left: 8vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-sitemap__wrap03-content a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-sitemap__wrap03-content a:hover {
    opacity: 0.7;
  }
}
.p-sitemap__wrap03-content a::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #4259a7;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap03-content a::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    top: 3.2vw;
  }
}

.p-sitemap__wrap04 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap04 {
    row-gap: 5.3333333333vw;
  }
}
.p-sitemap__wrap04 li {
  width: 30%;
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-sitemap__wrap04 li {
    width: 100%;
  }
}
.p-sitemap__wrap04 li a {
  align-items: baseline;
}

.u-c-test {
  color: rgba(255, 0, 0, 0.25);
}

.u-c-default {
  color: #333333;
}

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

.u-c-black-nl {
  color: #000000;
}

.u-c-gray01 {
  color: #cccccc;
}

.u-c-gray02 {
  color: #f6f6f6;
}

.u-c-blue01 {
  color: #4259a7;
}

.u-c-blue02 {
  color: #d9deed;
}

.u-c-blue03 {
  color: #03b2eb;
}

.u-c-yellow01 {
  color: #fff2ca;
}

.u-bg-test {
  background-color: rgba(255, 0, 0, 0.25);
}

.u-bg-default {
  background-color: #333333;
}

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

.u-bg-black-nl {
  background-color: #000000;
}

.u-bg-gray01 {
  background-color: #cccccc;
}

.u-bg-gray02 {
  background-color: #f6f6f6;
}

.u-bg-blue01 {
  background-color: #4259a7;
}

.u-bg-blue02 {
  background-color: #d9deed;
}

.u-bg-blue03 {
  background-color: #03b2eb;
}

.u-bg-yellow01 {
  background-color: #fff2ca;
}

.u-bdc-test {
  border-color: rgba(255, 0, 0, 0.25);
}

.u-bdc-default {
  border-color: #333333;
}

.u-bdc-white-nl {
  border-color: #ffffff;
}

.u-bdc-black-nl {
  border-color: #000000;
}

.u-bdc-gray01 {
  border-color: #cccccc;
}

.u-bdc-gray02 {
  border-color: #f6f6f6;
}

.u-bdc-blue01 {
  border-color: #4259a7;
}

.u-bdc-blue02 {
  border-color: #d9deed;
}

.u-bdc-blue03 {
  border-color: #03b2eb;
}

.u-bdc-yellow01 {
  border-color: #fff2ca;
}

.u-bdtc-test {
  border-top-color: rgba(255, 0, 0, 0.25);
}

.u-bdtc-default {
  border-top-color: #333333;
}

.u-bdtc-white-nl {
  border-top-color: #ffffff;
}

.u-bdtc-black-nl {
  border-top-color: #000000;
}

.u-bdtc-gray01 {
  border-top-color: #cccccc;
}

.u-bdtc-gray02 {
  border-top-color: #f6f6f6;
}

.u-bdtc-blue01 {
  border-top-color: #4259a7;
}

.u-bdtc-blue02 {
  border-top-color: #d9deed;
}

.u-bdtc-blue03 {
  border-top-color: #03b2eb;
}

.u-bdtc-yellow01 {
  border-top-color: #fff2ca;
}

.u-bdrc-test {
  border-right-color: rgba(255, 0, 0, 0.25);
}

.u-bdrc-default {
  border-right-color: #333333;
}

.u-bdrc-white-nl {
  border-right-color: #ffffff;
}

.u-bdrc-black-nl {
  border-right-color: #000000;
}

.u-bdrc-gray01 {
  border-right-color: #cccccc;
}

.u-bdrc-gray02 {
  border-right-color: #f6f6f6;
}

.u-bdrc-blue01 {
  border-right-color: #4259a7;
}

.u-bdrc-blue02 {
  border-right-color: #d9deed;
}

.u-bdrc-blue03 {
  border-right-color: #03b2eb;
}

.u-bdrc-yellow01 {
  border-right-color: #fff2ca;
}

.u-bdbc-test {
  border-bottom-color: rgba(255, 0, 0, 0.25);
}

.u-bdbc-default {
  border-bottom-color: #333333;
}

.u-bdbc-white-nl {
  border-bottom-color: #ffffff;
}

.u-bdbc-black-nl {
  border-bottom-color: #000000;
}

.u-bdbc-gray01 {
  border-bottom-color: #cccccc;
}

.u-bdbc-gray02 {
  border-bottom-color: #f6f6f6;
}

.u-bdbc-blue01 {
  border-bottom-color: #4259a7;
}

.u-bdbc-blue02 {
  border-bottom-color: #d9deed;
}

.u-bdbc-blue03 {
  border-bottom-color: #03b2eb;
}

.u-bdbc-yellow01 {
  border-bottom-color: #fff2ca;
}

.u-bdlc-test {
  border-left-color: rgba(255, 0, 0, 0.25);
}

.u-bdlc-default {
  border-left-color: #333333;
}

.u-bdlc-white-nl {
  border-left-color: #ffffff;
}

.u-bdlc-black-nl {
  border-left-color: #000000;
}

.u-bdlc-gray01 {
  border-left-color: #cccccc;
}

.u-bdlc-gray02 {
  border-left-color: #f6f6f6;
}

.u-bdlc-blue01 {
  border-left-color: #4259a7;
}

.u-bdlc-blue02 {
  border-left-color: #d9deed;
}

.u-bdlc-blue03 {
  border-left-color: #03b2eb;
}

.u-bdlc-yellow01 {
  border-left-color: #fff2ca;
}

.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-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;
  }
}

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

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