@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@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: 140px;
}
@media only screen and (max-width: 47.9375em) {
  html {
    scroll-padding-top: 21.3333333333vw;
  }
}
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;
  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-x: clip;
}

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

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

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #ffffff;
}

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

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

.l-header__inner {
  padding: 1.6rem 4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  column-gap: 2rem;
  transition: 0.3s;
  border-bottom: 3px solid #004898;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 1.6vw 5.3333333333vw;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__inner {
    padding: 0.8rem 2rem;
    border-bottom: 0;
  }
}

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

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

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

.nav__items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .nav__items {
    display: block;
    margin-top: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.nav-items__item {
  position: relative;
}

@media only screen and (max-width: 64em) {
  .nav-items__item:nth-child(2) a {
    border-top: 0;
  }
}

.nav-items__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0.1rem;
  height: 1.5rem;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 64em) {
  .nav-items__item::after {
    content: none;
  }
}

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

/* ナビのリンク */
.nav-items__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 3rem;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    color: #333333;
    padding: 2rem;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item a {
    padding: 5.3333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .nav-items__item a.current {
    color: #004898;
  }
}
@media print {
  .nav-items__item a.current {
    color: #004898;
  }
}

.nav-items__item a span {
  position: relative;
}

@media all and (min-width: 64.0625em) {
  .nav-items__item a.current span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #004898;
  }
}
@media print {
  .nav-items__item a.current span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #004898;
  }
}

.nav-items__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a::after {
    background: none;
    background-image: url(../../assets/images/common/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.8rem;
    height: 1.3rem;
    opacity: 1;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item a::after {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
    right: 5.3333333333vw;
  }
}

@media only screen and (max-width: 64em) {
  .nav-items__item-accordion a::after {
    content: none;
  }
}

@media all and (min-width: 64.0625em) {
  .nav-items__item a:hover {
    color: #ffffff;
    opacity: 1;
  }

  .nav-items__item a:hover::after {
    opacity: 1;
  }

  .nav-items__item a.current:hover span::after {
    background-color: #ffffff;
  }
}
@media print {
  .nav-items__item a:hover {
    color: #ffffff;
    opacity: 1;
  }

  .nav-items__item a:hover::after {
    opacity: 1;
  }

  .nav-items__item a.current:hover span::after {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 64em) {
  .nav__items li:first-child a {
    padding-top: 0;
  }
}

/* ハンバーガーメニュー */
.hamburger {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  z-index: 9999;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 1.3333333333vw;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .hamburger {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media all and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}
@media print {
  .hamburger {
    display: none;
  }
}

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

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

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

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

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

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

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

.hamburger.active span:nth-child(2) {
  display: none;
}

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

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

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

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

.l-header.change-color .nav-items__item a {
  color: #333333;
}

.l-header.change-color .l-header__inner {
  padding: 2rem 4rem;
}
@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__inner {
    padding: 1.8rem 2rem;
  }
}

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

@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__logo img:first-child {
    display: block;
  }
}

@media only screen and (max-width: 64em) {
  .l-header.change-color .l-header__logo img:nth-child(2) {
    display: none;
  }
}

.l-header.change-color .header__hamburger span {
  background-color: #333333;
}

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

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

.l-header__item01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__item01 {
    display: block;
    margin-top: 2rem;
  }
}

.l-header__item01 a {
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 a {
    display: block;
    font-size: 3.7333333333vw;
    position: relative;
    width: fit-content;
    margin-top: 3.7333333333vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__item01 a {
    display: block;
    position: relative;
    width: fit-content;
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

@media only screen and (max-width: 64em) {
  .l-header__item01 a:first-child {
    margin-top: 0;
  }
}

.l-header__item01 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  background-color: #333333;
}
@media only screen and (max-width: 64em) {
  .l-header__item01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    background-image: url(../../assets/images/common/arrow02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 a::after {
    width: 1.6vw;
    height: 2.6666666667vw;
    margin-left: 1.6vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__item01 a::after {
    width: 0.6rem;
    height: 1rem;
    margin-left: 0.6rem;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__item01 a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
    opacity: 1;
  }

  .l-header__item01 a:hover {
    opacity: 1;
  }
}
@media print {
  .l-header__item01 a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
    opacity: 1;
  }

  .l-header__item01 a:hover {
    opacity: 1;
  }
}
.l-header__item01 a:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  width: 10rem;
  padding: 0.6rem 0 0.3rem;
  border-radius: 10rem;
}
@media only screen and (max-width: 64em) {
  .l-header__item01 a:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__item01 a:last-child {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-header__item01 a:last-child {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 0;
    font-size: 4.8vw;
  }
}

.l-header__item01 a:last-child::after {
  content: none;
}

@media all and (min-width: 64.0625em) {
  .l-header__item01 a:last-child:hover {
    opacity: 1;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
@media print {
  .l-header__item01 a:last-child:hover {
    opacity: 1;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.megaMenu {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
}
@media only screen and (max-width: 64em) {
  .megaMenu {
    position: static;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    transform: none;
    border-radius: 0;
  }
}

.megaMenu.is-open {
  max-height: 1000px;
}

.megaMenu-list {
  padding: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .megaMenu-list {
    padding: 5.3333333333vw 8vw 0;
    background-color: #f3f3f3;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .megaMenu-list {
    padding: 2rem 3rem 0;
    background-color: #f3f3f3;
    border-bottom: 0.1rem solid #d9d9d9;
  }
}

.megaMenu-item {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .megaMenu-item {
    margin-top: 0;
  }
}

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

.megaMenu a {
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .megaMenu a {
    margin: 0;
    width: 100%;
    padding: 1.6rem 0;
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 47.9375em) {
  .megaMenu a {
    padding: 4.2666666667vw 0;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 64em) {
  .megaMenu-item:last-child a {
    border-bottom: 0;
  }
}

.megaMenu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  background-color: #004898;
}
@media only screen and (max-width: 64em) {
  .megaMenu a::before {
    background-color: inherit;
    background-image: url(../../assets/images/common/arrow03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 1.3rem;
    transform: scale(1);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 64em) {
  .megaMenu .megaMenu-item:first-child a::before {
    top: 1.4rem;
  }
}

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

.megaMenu-item.megaMenu-item-none a {
  cursor: auto;
  color: #c5c5c5;
}

/* メニューをhoverした時のスタイル */
@media all and (min-width: 64.0625em) {
  .nav-items__item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .nav-items__item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item a:hover {
    opacity: 1;
  }
}
@media all and (min-width: 64.0625em) {
  .megaMenu a:hover::after {
    opacity: 0;
  }

  .megaMenu a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .megaMenu a:hover {
    color: #004898;
  }

  .megaMenu-item.megaMenu-item-none a:hover {
    color: #c5c5c5;
  }
}
@media print {
  .megaMenu a:hover::after {
    opacity: 0;
  }

  .megaMenu a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .megaMenu a:hover {
    color: #004898;
  }

  .megaMenu-item.megaMenu-item-none a:hover {
    color: #c5c5c5;
  }
}
@media only screen and (max-width: 64em) {
  .toggle-icon {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    transition: transform 0.3s;
  }
}
@media only screen and (max-width: 47.9375em) {
  .toggle-icon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #004898;
  transition: transform 0.3s;
}

.toggle-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .toggle-icon::before {
    height: 0.5333333333vw;
  }
}

.toggle-icon::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transform: rotate(90deg);
}
@media only screen and (max-width: 47.9375em) {
  .toggle-icon::after {
    height: 0.5333333333vw;
  }
}

/* 開いた時に「−」になる */
.toggle-icon.open::after {
  transform: rotate(0deg);
}

.l-footer {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  padding: 6rem 0 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}

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

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

.l-footer__head {
  display: flex;
  flex-direction: column;
  row-gap: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__head {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    row-gap: 5.3333333333vw;
    column-gap: 8vw;
  }
}

.l-footer__head a {
  display: block;
  width: fit-content;
}

.l-footer__head p {
  color: #ffffff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__head p {
    font-size: 3.4666666667vw;
  }
}

.l-footer__body {
  display: flex;
  align-items: flex-start;
  column-gap: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__body {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 6.4vw;
  }
}

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

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

.l-footer__body div h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__body div h3 {
    font-size: 4.2666666667vw;
  }
}

.l-footer__body div ul {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__body div ul {
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__body div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.6666666667vw;
    row-gap: 2.6666666667vw;
  }
}

.l-footer__body div:last-child ul {
  margin-top: 0;
}

.l-footer__body div ul li {
  margin-top: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__body div ul li {
    margin-top: 2.1333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__body div:last-child ul li {
    margin-top: 0;
    width: 28%;
  }
}

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

.l-footer__body div ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__body div ul li a {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__body div:first-child ul li:last-child a {
    text-decoration: none;
  }
}

.l-footer__body div ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  transform-origin: right;
  /* ← ここで右から縮小 */
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__body div ul li a::after {
    content: none;
  }
}

.l-footer__body div ul li a:hover::after {
  transform: scaleX(0);
  transition: transform 0.3s ease;
  /* 次のステップの再描画を誘発 */
  animation: underline-reappear 0.3s ease 0.3s forwards;
}

/* 再び左から右に伸ばす */
@keyframes underline-reappear {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-footer__body div ul li a.l-footer__link-none {
  color: #c5c5c5;
}

.l-footer__body div:first-child ul li:last-child a::after {
  content: none;
}

.l-footer small p {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.5;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer small p {
    font-size: 3.2vw;
    margin-top: 10.6666666667vw;
  }
}

.c-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 28.4rem;
  border-radius: 10rem;
  padding: 2.4rem 0 2.4rem;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    font-size: 4.2666666667vw;
    width: 75.7333333333vw;
    padding: 5.8666666667vw 0 4.5333333333vw;
    border-radius: 26.6666666667vw;
  }
}

.c-btn01-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01-img {
    right: 8vw;
  }
}

.c-btn01-img div {
  overflow: hidden;
  position: relative;
  width: 1rem;
  height: 1.4rem;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01-img div {
    width: auto;
    height: auto;
    display: block;
    width: 2.6666666667vw;
    height: 3.7333333333vw;
  }
}

.c-btn01-img img {
  transition: none;
  transform: translateX(-17px);
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01-img img {
    transform: translateX(0);
  }
}

.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  width: 44rem;
  padding: 1.4rem 2rem;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    width: 100%;
    padding: 3.7333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}

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

.c-btn03 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 28.4rem;
  border-radius: 10rem;
  padding: 2.4rem 0 2.4rem;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03 {
    font-size: 4.2666666667vw;
    width: 75.7333333333vw;
    padding: 5.8666666667vw 0 4.5333333333vw;
    border-radius: 26.6666666667vw;
  }
}

.c-btn03-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03-img {
    left: 8vw;
  }
}

.c-btn03-img div {
  overflow: hidden;
  position: relative;
  width: 1rem;
  height: 1.4rem;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03-img div {
    width: auto;
    height: auto;
    display: block;
    width: 2.6666666667vw;
    height: 3.7333333333vw;
  }
}

.c-btn03-img img {
  transition: none;
  transform: translateX(0px);
}
@media only screen and (max-width: 47.9375em) {
  .c-btn03-img img {
    transform: translateX(0);
  }
}

@media all and (min-width: 64.0625em) {
  .c-btn01:hover .c-btn01-img img {
    transform: translateX(1px);
    transition: 0.3s;
  }

  .c-btn01:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }

  .c-btn02:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }

  .c-btn03:hover .c-btn03-img img {
    transform: translateX(-18px);
    transition: 0.3s;
  }

  .c-btn03:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
@media print {
  .c-btn01:hover .c-btn01-img img {
    transform: translateX(1px);
    transition: 0.3s;
  }

  .c-btn01:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }

  .c-btn02:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }

  .c-btn03:hover .c-btn03-img img {
    transform: translateX(-18px);
    transition: 0.3s;
  }

  .c-btn03:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
.c-title01 h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h2 {
    font-size: 6.4vw;
  }
}

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

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

.c-title02 h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 h2 {
    font-size: 6.4vw;
  }
}

.c-title02 span {
  font-size: 1.6rem;
  font-family: "Nunito Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 span {
    font-size: 3.2vw;
  }
}

.c-title03 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03 {
    font-size: 3.7333333333vw;
    padding-left: 2.1333333333vw;
  }
}

.c-title03::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.3rem;
  height: 2.4rem;
  background-color: #004898;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title03::after {
    width: 0.8vw;
    height: 4vw;
    border-radius: 2.6666666667vw;
    top: 1.0666666667vw;
  }
}

.c-title04 {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04 {
    font-size: 5.8666666667vw;
    padding-bottom: 3.7333333333vw;
  }
}

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

.c-title04::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 6rem;
  height: 0.3rem;
  background-color: #004898;
  z-index: 1;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-title04::before {
    border-radius: 2.6666666667vw;
    bottom: -0.2666666667vw;
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}

.c-title05 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.7rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05 {
    font-size: 4.8vw;
    padding-left: 3.4666666667vw;
    padding-bottom: 3.2vw;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}

.c-title05::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.3rem;
  height: 2.4rem;
  border-radius: 1rem;
  background-color: #004898;
}
@media only screen and (max-width: 47.9375em) {
  .c-title05::after {
    top: 1.3333333333vw;
    width: 0.8vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

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

.c-slide01-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-slide01 .swiper-pagination {
  position: relative;
  width: auto;
}

.c-slide01-swiper {
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-swiper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.c-slide01 .swiper-button-prev {
  right: 100%;
  left: auto;
}

.c-slide01 .swiper-button-next {
  left: 100%;
  right: auto;
}

.c-slide01 .swiper-pagination-bullet {
  width: 4rem;
  height: 0.3rem;
  border-radius: 0;
  cursor: default;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01 .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 0.8vw;
    margin: 0.5333333333vw !important;
    margin-bottom: 0 !important;
  }
}

.c-slide01 .swiper-pagination-bullet-active {
  background: #004898;
}

.c-slide01-swiper a {
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-swiper a {
    border-radius: 1.3333333333vw;
  }
}

.c-slide01-img {
  aspect-ratio: 16/9;
}

.c-slide01-img img {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-img img {
    border-top-right-radius: 1.3333333333vw;
    border-top-left-radius: 1.3333333333vw;
  }
}

.swiper02 {
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .swiper02 {
    padding: 5.3333333333vw;
  }
}

.c-slide01-txt-wrap {
  padding: 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 29rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-txt-wrap {
    padding: 4.2666666667vw 2.6666666667vw;
    height: 58.6666666667vw;
  }
}

.c-slide01-txt-wrap time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9397a3;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-txt-wrap time {
    font-size: 3.2vw;
  }
}

.c-slide01-txt-wrap h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.8rem;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-txt-wrap h3 {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-slide01-swiper a:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
@media print {
  .c-slide01-swiper a:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.c-slide01-txt-wrap p {
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-txt-wrap p {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
    line-height: 1.7;
  }
}

.c-slide01-txt-wrap .c-slide01-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.4rem 1.2rem;
  border: 1px solid #004898;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  color: #004898;
}
@media only screen and (max-width: 47.9375em) {
  .c-slide01-txt-wrap .c-slide01-tag {
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw;
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #004898;
  }
}

.c-slide01-swiper .swiper-button-next,
.c-slide01-swiper .swiper-button-prev {
  color: #004898;
}

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

.c-box01 p {
  width: 58%;
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .c-box01 p {
    width: 100%;
  }
}

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

.c-box02 {
  display: flex;
  justify-content: space-between;
  background-color: #f3f3f3;
  padding: 3rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02 {
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.c-box02-img {
  width: 44%;
  height: 22.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02-img {
    width: 100%;
    height: 52.2666666667vw;
  }
}

.c-box02-img img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  border-radius: 0.5rem;
}

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

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

.c-box02-txt h3 {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02-txt h3 {
    font-size: 5.8666666667vw;
    padding-bottom: 3.7333333333vw;
  }
}

.c-box02-txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02-txt h3::after {
    height: 0.2666666667vw;
  }
}

.c-box02-txt h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 4rem;
  height: 0.3rem;
  background-color: #004898;
  border-radius: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02-txt h3::before {
    width: 10.6666666667vw;
    height: 0.8vw;
    bottom: -0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.c-box02-link {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02-link {
    margin-top: 5.3333333333vw;
  }
}

.c-box02-link .c-link02 {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box02-link .c-link02 {
    margin-top: 2.6666666667vw;
  }
}

.c-box02-link .c-link02:first-child {
  margin-top: 0;
}

.c-box03 ul li {
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 ul li {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    padding: 5.8666666667vw 0;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}

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

.c-box03 ul li span {
  font-size: 1.6rem;
  font-weight: 700;
  width: 16%;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 ul li span {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}

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

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

.c-box03 ul li div a {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box03 ul li div a {
    margin-top: 2.6666666667vw;
  }
}

.c-box03 ul li div a:first-child {
  margin-top: 0;
}

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

.c-box04 a {
  width: 31.3%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04 a {
    width: 48%;
  }
}

.c-box04 a.c-box04-inactive {
  position: relative;
}

.c-box04 a.c-box04-inactive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.c-box04 a.c-box04-inactive .c-box04-txt h4 {
  color: #c5c5c5;
}

.c-box04-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.4rem;
  padding: 0 1.4rem;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-txt {
    bottom: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}

.c-box04-txt h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-txt h4 {
    font-size: 3.7333333333vw;
  }
}

.c-box04-txt h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  background-color: #ffffff;
}

.c-box04-link-img {
  overflow: hidden;
  position: relative;
  width: 0.9rem;
  height: 1.3rem;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-link-img {
    width: auto;
    height: auto;
    display: block;
  }
}

.c-box04-link-img img {
  transition: none;
  transform: translateX(-17px);
}
@media only screen and (max-width: 47.9375em) {
  .c-box04-link-img img {
    transform: translateX(0);
    width: 1.6vw;
  }
}

.c-box04 a.c-box04-inactive .c-box04-link-img img {
  transform: none;
}

@media all and (min-width: 64.0625em) {
  .c-box04 a:hover h4::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .c-box04 a.c-box04-inactive:hover h4::after {
    transform: scale(0);
  }

  .c-box04 a:hover .c-box04-link-img img {
    transform: translateX(1px);
    transition: 0.3s;
  }

  .c-box04 a.c-box04-inactive:hover .c-box04-link-img img {
    transform: translate(0);
  }
}
@media print {
  .c-box04 a:hover h4::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .c-box04 a.c-box04-inactive:hover h4::after {
    transform: scale(0);
  }

  .c-box04 a:hover .c-box04-link-img img {
    transform: translateX(1px);
    transition: 0.3s;
  }

  .c-box04 a.c-box04-inactive:hover .c-box04-link-img img {
    transform: translate(0);
  }
}
.c-tab01 {
  width: 100%;
}

.c-tab01__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #004898;
}
@media only screen and (max-width: 47.9375em) {
  .c-tab01__container {
    border-bottom: 0.2666666667vw solid #004898;
  }
}

.tab {
  text-align: center;
  padding: 1rem;
  background: #ffffff;
  cursor: pointer;
  width: 32%;
  font-weight: 700;
  color: #004898;
  border: 1px solid #004898;
  border-bottom: none;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .tab {
    padding: 1.6vw;
    border: 0.2666666667vw solid #004898;
    border-top-right-radius: 0.8vw;
    border-top-left-radius: 0.8vw;
    border-bottom: none;
  }
}

.tab.is-active {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  color: #ffffff;
  border: none;
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

@media all and (min-width: 64.0625em) {
  .tab:hover {
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
@media print {
  .tab:hover {
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
.c-tab01__content-container {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-tab01__content-container {
    margin-top: 8vw;
  }
}

.content {
  display: none;
}

.content.show {
  display: block;
}

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

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

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

.c-link01 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #004898;
}
@media only screen and (max-width: 47.9375em) {
  .c-link01 {
    text-decoration: underline;
    display: inline;
  }
}

.c-link01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #004898;
  transform-origin: right;
  /* ← ここで右から縮小 */
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-link01::after {
    content: none;
  }
}

.c-link01:hover::after {
  transform: scaleX(0);
  transition: transform 0.3s ease;
  animation: underline-reappear 0.3s ease 0.3s forwards;
}

@keyframes underline-reappear {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-link02 {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-link02 {
    column-gap: 1.6vw;
  }
}

.c-link02 p {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 47.9375em) {
  .c-link02 p {
    text-decoration: underline;
  }
}

.c-link02 p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #333;
  transform-origin: right;
  /* ← ここで右から縮小 */
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-link02 p::after {
    content: none;
  }
}

.c-link02:hover p::after {
  transform: scaleX(0);
  transition: transform 0.3s ease;
  animation: underline-reappear 0.3s ease 0.3s forwards;
}

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

.c-link03 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03 {
    flex-wrap: wrap;
    overflow: scroll;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    margin-left: 0;
    padding-bottom: 1rem;
    column-gap: 5.3333333333vw;
    row-gap: 3.7333333333vw;
  }
}

.c-link03 li a {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-link03 li a {
    width: max-content;
  }
}

.c-link03 li a.inactive {
  color: #c5c5c5;
}

.c-link03 li a p {
  font-weight: 700;
}

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

  .c-link03 li a.inactive:hover {
    opacity: 1;
  }
}
@media print {
  .c-link03 li a:hover {
    opacity: 0.7;
  }

  .c-link03 li a.inactive:hover {
    opacity: 1;
  }
}
.c-link04 {
  display: flex;
  align-items: center;
}

.c-link04 a {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  text-decoration: underline;
  color: #004898;
}
@media only screen and (max-width: 47.9375em) {
  .c-link04 a {
    column-gap: 1.6vw;
  }
}

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

.c-link05 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.c-link05 li {
  display: flex;
  column-gap: 2rem;
  width: 50%;
}
@media only screen and (max-width: 64em) {
  .c-link05 li {
    width: 100%;
    column-gap: 5.3333333333vw;
  }
}

.c-list05-txt {
  position: relative;
  padding-left: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list05-txt {
    padding-left: 4.8vw;
  }
}

.c-list05-txt::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1rem;
  height: 0.1rem;
  background-color: #004898;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list05-txt::after {
    top: 2.9333333333vw;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.c-link05 li a {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-link05 li a {
    column-gap: 1.6vw;
  }
}

.c-link05 li a p {
  color: #004898;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .c-link05 li a p {
    text-decoration: underline;
  }
}

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

@media only screen and (max-width: 47.9375em) {
  .c-link05 li a:last-child img {
    width: 4.8vw;
  }
}

.c-link05 li a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #004898;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-link05 li a p::after {
    content: none;
  }
}

.c-link05 li a:hover p::after {
  transform: scaleX(0);
  transition: transform 0.3s ease;
  /* 次のステップの再描画を誘発 */
  animation: underline-reappear 0.3s ease 0.3s forwards;
}

.c-link05 li a.none p {
  color: #d9d9d9;
}

.c-link05 li a.none p::after {
  background-color: #d9d9d9;
}

/* 再び左から右に伸ばす */
@keyframes underline-reappear {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.c-list01 li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.6;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li {
    padding-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.c-list01 li a {
  color: #004898;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li a {
    text-decoration: underline;
  }
}

.c-list01 li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #004898;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li a::after {
    content: none;
  }
}

@media all and (min-width: 64.0625em) {
  .c-list01 li a:hover::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    animation: underline-reappear 0.3s ease 0.3s forwards;
  }
}
@media print {
  .c-list01 li a:hover::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    animation: underline-reappear 0.3s ease 0.3s forwards;
  }
}
.c-list01 li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 1rem;
  height: 0.2rem;
  background-color: #004898;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list01 li::after {
    top: 3.2vw;
    width: 2.6666666667vw;
    height: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}

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

.c-list-news li a {
  display: block;
  padding: 2.8rem 0;
  transition: 0.3s;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-news li a {
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}

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

.c-list-news__tag time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9397a3;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-news__tag time {
    font-size: 3.2vw;
  }
}

.c-list-news__tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #004898;
  width: auto;
  padding: 0.2rem 1.2rem;
  border: 1px solid #004898;
  border-radius: 0.3rem;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-news__tag span {
    font-size: 3.2vw;
    padding: 0.5333333333vw 3.2vw;
    border: 0.2666666667vw solid #004898;
    border-radius: 0.8vw;
  }
}

.c-list-news li a p {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-news li a p {
    margin-top: 3.2vw;
  }
}

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

.c-list-research li {
  width: 31.3%;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research li {
    width: 100%;
  }
}

.c-list-research li a {
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research li a {
    border-radius: 1.3333333333vw;
  }
}

.c-list-research-img {
  aspect-ratio: 16/9;
}

.c-list-research-img img {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research-img img {
    border-top-right-radius: 1.3333333333vw;
    border-top-left-radius: 1.3333333333vw;
  }
}

.c-list-research-txt {
  padding: 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 29rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research-txt {
    padding: 4.2666666667vw 2.6666666667vw;
    height: 58.6666666667vw;
  }
}

.c-list-research-txt time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9397a3;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research-txt time {
    font-size: 3.2vw;
  }
}

.c-list-research-txt h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0.8rem;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research-txt h2 {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}

@media all and (min-width: 64.0625em) {
  .c-list-research a:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .c-list-research li a:hover .under_line {
    background-size: 100% 1px;
  }
}
@media print {
  .c-list-research a:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .c-list-research li a:hover .under_line {
    background-size: 100% 1px;
  }
}
.c-list-research-txt p {
  margin-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research-txt p {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
    line-height: 1.7;
  }
}

.c-list-research-txt .c-list-research-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.4rem 1.2rem;
  border: 1px solid #004898;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  color: #004898;
}
@media only screen and (max-width: 47.9375em) {
  .c-list-research-txt .c-list-research-tag {
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw;
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #004898;
  }
}

.c-list02 li {
  padding-left: 1.8rem;
  position: relative;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list02 li {
    margin-top: 2.6666666667vw;
    padding-left: 3.2vw;
  }
}

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

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

.c-list03 li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1.8rem;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .c-list03 li {
    margin-top: 2.6666666667vw;
    padding-left: 4vw;
  }
}

.c-list03 li::before {
  content: counter(cnt);
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #004898;
}

.c-list04 {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-list04 {
    column-gap: 2.1333333333vw;
    margin-top: 2.6666666667vw;
  }
}

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

.c-list04 p {
  width: 90%;
}
@media only screen and (max-width: 47.9375em) {
  .c-list04 p {
    width: 90%;
  }
}

.c-table01 {
  width: 100%;
}

.c-table01 th,
.c-table01 td {
  padding-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 th,
.c-table01 td {
    padding-top: 2.6666666667vw;
  }
}

.c-table01 tr:first-child th,
.c-table01 tr:first-child td {
  padding-top: 0;
}

.c-table01 th {
  font-weight: 700;
  color: #004898;
  width: 7%;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 th {
    width: 14%;
  }
}

.c-table01 td {
  width: 93%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table01 td {
    width: 86%;
  }
}

.c-table02 {
  width: 100%;
}

.c-table02 th,
.c-table02 td {
  padding: 2.8rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 th,
.c-table02 td {
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #d9d9d9;
    display: block;
  }
}

.c-table02 tr:first-child th,
.c-table02 tr:first-child td {
  padding-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-table02 tr:first-child td {
    padding-top: 2.6666666667vw;
  }
}

.c-table02 th {
  font-weight: 700;
  color: #004898;
  width: 22%;
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.c-table02 td {
  width: 78%;
}
@media only screen and (max-width: 47.9375em) {
  .c-table02 td {
    width: 100%;
    padding-top: 2.6666666667vw;
  }
}

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

.p-home__mv {
  margin-top: 10.8rem;
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-home__mv {
    margin-top: 6.9rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv {
    margin-top: 12.8vw;
  }
}

.p-home__mv-txt {
  color: #ffffff;
  position: absolute;
  top: 7.7598828697vw;
  left: 9.7364568082vw;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt {
    left: 5.3333333333vw;
    top: 21.3333333333vw;
  }
}

.p-home__mv-txt h2 {
  font-size: 3.513909224vw;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt h2 {
    font-size: 8vw;
  }
}

.p-home__mv-txt p {
  font-size: 1.1713030747vw;
  font-weight: 700;
  font-family: "Nunito Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 0.7320644217vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt p {
    font-size: 2.9333333333vw;
    margin-top: 6.4vw;
  }
}

.p-home__mv-news {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  background-color: #ffffff;
  width: 80%;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news {
    flex-wrap: wrap;
    row-gap: 1.0666666667vw;
    padding: 2.6666666667vw 3.7333333333vw;
    width: 89%;
    bottom: 3.7333333333vw;
  }
}

.p-home__mv-news .new {
  color: #004898;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news .new {
    font-size: 3.2vw;
  }
}

.p-home__mv-news time {
  color: #9397a3;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news time {
    font-size: 3.2vw;
  }
}

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

.p-home__mv-news div .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  border: 1px solid #004898;
  font-size: 1.2rem;
  color: #004898;
  padding: 0.4rem 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news div .tag {
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 2.6666666667vw;
    border: 0.2666666667vw solid #004898;
  }
}

.p-home__mv-news p {
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-news p {
    font-size: 3.2vw;
  }
}

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

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

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

.p-home__sec02-head {
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-head {
    width: auto;
  }
}

.p-home__sec02-body {
  width: 47%;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4vw;
    column-gap: 5%;
  }
}

.p-home__sec02-link {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8%;
}

.p-home__sec02-link a {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  padding: 2.4rem 0;
  position: relative;
}

.p-home__sec02-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.p-home__sec02-link a p {
  position: relative;
}

.p-home__sec02-sample .p-home__sec02-link a p {
  font-size: 1.7rem;
}

.p-home__sec02-link a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  background-color: #ffffff;
}

.p-home__sec02-link-img {
  overflow: hidden;
  position: relative;
  width: 0.9rem;
  height: 1.3rem;
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-link-img {
    width: auto;
    height: auto;
    display: block;
  }
}

.p-home__sec02-link-img img {
  transition: none;
  transform: translateX(-17px);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-link-img img {
    transform: translateX(0);
  }
}

.p-home__sec02-link a:last-child .p-home__sec02-link-img img {
  transform: none;
}

.p-home__sec02-link a:last-child {
  color: #c5c5c5;
}

@media all and (min-width: 64.0625em) {
  .p-home__sec02-link a:hover p::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .p-home__sec02-link a:last-child:hover p::after {
    content: none;
  }

  .p-home__sec02-link a:hover .p-home__sec02-link-img img {
    transform: translateX(1px);
    transition: 0.3s;
  }

  .p-home__sec02-link a:last-child:hover .p-home__sec02-link-img img {
    transform: none;
  }
}
@media print {
  .p-home__sec02-link a:hover p::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .p-home__sec02-link a:last-child:hover p::after {
    content: none;
  }

  .p-home__sec02-link a:hover .p-home__sec02-link-img img {
    transform: translateX(1px);
    transition: 0.3s;
  }

  .p-home__sec02-link a:last-child:hover .p-home__sec02-link-img img {
    transform: none;
  }
}
.p-home__sec02-link a:first-child,
.p-home__sec02-link a:nth-child(2) {
  padding-top: 0;
}

.p-home__sec02-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img {
    position: relative;
    opacity: 1;
    width: 46.5%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-img img {
    border-radius: 0.8vw;
  }
}

.p-home__sec02-img.active {
  opacity: 1;
  z-index: 1;
}

.p-home__sec02-txt {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt {
    left: 0;
    bottom: 2.6666666667vw;
    width: 100%;
  }
}

.p-home__sec02-txt h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt h4 {
    font-size: 3.7333333333vw;
    width: 100%;
    position: relative;
    padding-left: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt h4::after {
    content: "";
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../assets/images/common/arrow01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}

.p-home__sec02-txt p {
  margin-top: 0.6rem;
  font-size: 1.6rem;
}

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

.p-home__sec03::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/home/bg02.png);
  background-size: contain;
  left: 0;
  bottom: 0;
  width: 113rem;
  height: 44.6rem;
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03::after {
    background-image: url(../../assets/images/home/bg02_sp.png);
    width: 100%;
    height: 66.6666666667vw;
  }
}

.p-home__sec03-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-title {
    flex-wrap: wrap;
    border-bottom: 0;
  }
}

.p-home__sec03-title .c-title01 {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-title .c-title01 {
    padding-bottom: 8vw;
  }
}

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

.p-home__sec03-news-wrap.is-active {
  display: block;
}

.p-home__sec03-tab {
  display: flex;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-tab {
    overflow: scroll;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    margin-left: 0;
    padding-bottom: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__content-body .p-home__sec03-tab.p-seminar-tab {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .simplebar-content {
    display: flex;
    column-gap: 2.6666666667vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-left: 0;
    padding-bottom: 2.6666666667vw !important;
  }
}

.simplebar-content:after,
.simplebar-content:before {
  content: none;
}

.simplebar-track.simplebar-horizontal {
  height: 0.8vw;
  background: #d9d9d9;
  border-radius: 0;
  width: 89.3333333333vw !important;
}

.simplebar-scrollbar {
  height: 0.8vw !important;
  background: #9f9f9f;
  border-radius: 0;
  top: 0 !important;
  width: 26.6666666667vw !important;
}

.simplebar-scrollbar:before {
  content: none;
}

.p-home__sec03-tab li {
  padding-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-tab li {
    padding-bottom: 0;
  }
}

.p-home__sec03-tab li.is-active::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-tab li.is-active::after {
    content: none;
  }
}

.p-home__sec03-tab li div {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background: #ffffff;
  border-radius: 0.3rem;
  border: 1px solid #004898;
  color: #004898;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-tab li div {
    width: auto;
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #004898;
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
}

.p-home__sec03-tab li a {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  background: #ffffff;
  border-radius: 0.3rem;
  border: 1px solid #004898;
  color: #004898;
  font-size: 1.7rem;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-tab li a {
    width: auto;
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #004898;
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
}

@media all and (min-width: 64.0625em) {
  .p-home__sec03-tab li div:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
@media print {
  .p-home__sec03-tab li div:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
.p-home__sec03-tab li div.is-active {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.p-home__sec03-tab li a.is-active {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.p-home__sec03-tab li.is-active a {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.p-home__sec03-tab li.active a {
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}

.p-home__sec03-news-wrap ul li a {
  display: flex;
  align-items: flex-start;
  column-gap: 2.8rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-news-wrap ul li a {
    flex-wrap: wrap;
    row-gap: 3.2vw;
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #d9d9d9;
    align-items: center;
  }
}

.p-home__sec03-news-wrap ul li:first-child a {
  padding-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-news-wrap ul li:first-child a {
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid #d9d9d9;
  }
}

.p-home__sec03-news-wrap ul li time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9397a3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-news-wrap ul li time {
    font-size: 3.2vw;
  }
}

.p-home__sec03-news-wrap ul li .p-home__sec03-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.3rem;
  color: #004898;
  padding: 0.4rem 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid #004898;
  background-color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-news-wrap ul li .p-home__sec03-tag {
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw;
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #004898;
  }
}

.p-home__sec03-news-wrap ul li p {
  display: inline;
  width: 77%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec03-news-wrap ul li p {
    width: 100%;
  }
}

.under_line {
  background-image: linear-gradient(90deg, #333, #333);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.6s;
}

@media all and (min-width: 64.0625em) {
  .p-home__sec03-news-wrap ul li a:hover .under_line {
    background-size: 100% 1px;
  }

  .p-home__mv-news:hover .under_line {
    background-size: 100% 1px;
  }

  .c-slide01-swiper a:hover .under_line {
    background-size: 100% 1px;
  }

  .c-list-news a:hover .under_line {
    background-size: 100% 1px;
  }
}
@media print {
  .p-home__sec03-news-wrap ul li a:hover .under_line {
    background-size: 100% 1px;
  }

  .p-home__mv-news:hover .under_line {
    background-size: 100% 1px;
  }

  .c-slide01-swiper a:hover .under_line {
    background-size: 100% 1px;
  }

  .c-list-news a:hover .under_line {
    background-size: 100% 1px;
  }
}
.p-home__sec04 {
  padding: 8rem 0 10rem;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04 {
    padding: 10.6666666667vw 0 16vw;
  }
}

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

.p-home__sec04-link {
  display: flex;
  align-items: flex-start;
  column-gap: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link {
    column-gap: 0;
    flex-wrap: wrap;
    row-gap: 8vw;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link-item:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link-item:first-child div {
    width: 48%;
  }
}

.p-home__sec04-link-item div {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link-item div {
    margin-top: 0;
  }
}

.p-home__sec04-link-item div:first-child {
  margin-top: 0;
}

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

.p-home__sec04-link-item ul li {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link-item ul li {
    margin-top: 2.1333333333vw;
  }
}

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

.p-home__sec04-link-item ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link-item ul li a {
    text-decoration: underline;
  }
}

.p-home__sec04-link-item ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #333;
  transform-origin: right;
  /* ← ここで右から縮小 */
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec04-link-item ul li a::after {
    content: none;
  }
}

/* hover時：まず右から左へ縮小 */
.p-home__sec04-link-item ul li a:hover::after {
  transform: scaleX(0);
  transition: transform 0.3s ease;
  /* 次のステップの再描画を誘発 */
  animation: underline-reappear 0.3s ease 0.3s forwards;
}

/* 再び左から右に伸ばす */
@keyframes underline-reappear {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.p-404-txt {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-404-txt {
    font-size: 3.7333333333vw;
  }
}

.p-under__mv {
  margin-top: 10.8rem;
  height: 20.3rem;
  background: linear-gradient(90deg, #004898 11%, #3479c7 100%);
  position: relative;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-under__mv {
    margin-top: 6.9rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    margin-top: 12.8vw;
    height: 43.2vw;
  }
}

.p-under__mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 79.7rem;
  height: 100%;
  background-image: url(../../assets/images/under/mv-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv::after {
    width: 56vw;
    background-image: url(../../assets/images/under/mv-bg_sp.png);
  }
}

.p-under__mv .l-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-under__mv-title h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-title h1 {
    font-size: 7.4666666667vw;
  }
}

.p-under__mv-title p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-title p {
    font-size: 4.8vw;
    margin-top: 1.6vw;
  }
}

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

.p-under__pan ul {
  text-align: right;
}

.p-under__pan ul li {
  display: inline;
  margin-right: 2.6rem;
  position: relative;
  font-size: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__pan ul li {
    margin-right: 5.8666666667vw;
    font-size: 3.2vw;
  }
}

.p-under__pan ul li:last-child {
  margin-right: 0;
}

.p-under__pan ul li:last-child::after {
  content: none;
}

.p-under__pan ul li::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 100%;
  background-image: url(../../assets/images/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6rem;
  height: 0.9rem;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__pan ul li::after {
    top: 1.3333333333vw;
    margin-left: 2.6666666667vw;
    width: 1.6vw;
    height: 2.4vw;
  }
}

.p-under__pan ul li a {
  text-decoration: underline;
}

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

.p-under__content {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__content {
    flex-wrap: wrap;
  }
}

.p-under__content-head {
  width: 21rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__content-head {
    display: none;
  }
}

.p-under__content-body {
  width: 88rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__content-body {
    width: 100%;
  }
}

.p-under__content-nav {
  position: sticky;
  top: 14rem;
  left: 0;
}

.p-under__content-nav ul li {
  position: relative;
  padding: 1rem 0;
  padding-left: 1.6rem;
  font-size: 1.6rem;
  color: #9397a3;
  transition: 0.3s;
}

.p-under__content-nav ul li a {
  transition: 0.3s;
  position: relative;
}

.p-under__content-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  background-color: #333333;
}

.p-under__content-nav ul li.active {
  color: #333333;
  font-weight: 700;
}

.p-under__content-nav ul li.active::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #004898;
  border-radius: 100%;
}

@media all and (min-width: 64.0625em) {
  .p-under__content-nav ul li a:hover {
    color: #333333;
  }

  .p-under__content-nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media print {
  .p-under__content-nav ul li a:hover {
    color: #333333;
  }

  .p-under__content-nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.p-under__sec01 {
  padding: 8rem 0 5rem;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__sec01 {
    padding: 16vw 0 10.6666666667vw;
    border-top: 0.2666666667vw solid #d9d9d9;
  }
}

.p-under__content-body .p-home__sec03-tab {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__content-body .p-home__sec03-tab {
    display: flex;
    margin-top: 5.3333333333vw;
  }
}

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

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

.p-news__nav {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav {
    margin-top: 8vw;
    width: auto;
  }
}

.p-news__nav .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi {
    column-gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-news__nav .wp-pagenavi a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi a {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #d9d9d9;
  }
}

.p-news__nav .wp-pagenavi span.current {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  background-color: #004898;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi span.current {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 0.8vw;
  }
}

.p-news__nav .wp-pagenavi .previouspostslink {
  margin-right: 5rem;
  font-size: 0;
  position: absolute;
  right: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .previouspostslink {
    margin-right: auto;
    position: absolute;
    left: 0;
  }
}

.p-news__nav .wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/news/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .previouspostslink::after {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}

.p-news__nav .wp-pagenavi .nextpostslink {
  margin-left: 5rem;
  font-size: 0;
  position: absolute;
  left: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .nextpostslink {
    margin-left: auto;
    position: absolute;
    right: 0;
  }
}

.p-news__nav .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/news/arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__nav .wp-pagenavi .nextpostslink::after {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}

@media all and (min-width: 64.0625em) {
  .p-news__nav .wp-pagenavi a:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
@media print {
  .p-news__nav .wp-pagenavi a:hover {
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.p-news__sec02 {
  margin-top: 6rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02 {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}

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

.p-news__sec02-tag time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9397a3;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-tag time {
    font-size: 3.2vw;
  }
}

.p-news__sec02-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.5rem;
  padding: 0.2rem;
  border: 1px solid #004898;
  border-radius: 0.3rem;
  color: #004898;
  font-size: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-tag span {
    padding: 0.5333333333vw;
    width: 28.8vw;
    border: 0.2666666667vw solid #004898;
    border-radius: 0.8vw;
    font-size: 3.2vw;
  }
}

.p-research__sec02 .p-news__sec02-tag span {
  width: auto;
  padding: 0.2rem 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec02 .p-news__sec02-tag span {
    padding: 0.5333333333vw 3.2vw;
  }
}

.p-news__sec02-content {
  margin-top: 3.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content {
    margin-top: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}

.p-news__sec02-content h2 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.7rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content h2 {
    font-size: 4.8vw;
    padding-left: 3.4666666667vw;
    padding-bottom: 3.2vw;
    border-bottom: 0.2666666667vw solid #d9d9d9;
    margin-top: 5.3333333333vw;
  }
}

.p-news__sec02-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.3rem;
  height: 2.4rem;
  border-radius: 1rem;
  background-color: #004898;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content h2::after {
    top: 1.3333333333vw;
    width: 0.8vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.p-news__sec02-content p {
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content p {
    margin-top: 2.6666666667vw;
  }
}

.p-news__sec02-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004898;
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content h3 {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-news__sec02-content a {
  text-decoration: none;
  color: #004898;
  transition: 0.3s;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content a {
    text-decoration: underline;
    width: auto;
  }
}

.p-news__sec02-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #004898;
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content a::after {
    content: none;
  }
}

@media all and (min-width: 64.0625em) {
  .p-news__sec02-content a:hover::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    animation: underline-reappear 0.3s ease 0.3s forwards;
  }
}
@media print {
  .p-news__sec02-content a:hover::after {
    transform: scaleX(0);
    transition: transform 0.3s ease;
    animation: underline-reappear 0.3s ease 0.3s forwards;
  }
}
.p-news__sec02-content p strong {
  display: block;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content p strong {
    margin-top: 2.6666666667vw;
  }
}

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

.p-news__sec02-content ul li {
  position: relative;
  padding-left: 1.8rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content ul li {
    margin-top: 2.6666666667vw;
    padding-left: 3.2vw;
  }
}

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

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

.p-news__sec02-content ol li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1.8rem;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-news__sec02-content ol li {
    margin-top: 2.6666666667vw;
    padding-left: 4vw;
  }
}

.p-news__sec02-content ol li::before {
  content: counter(cnt);
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #004898;
}

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

.p-news__sec02-content .right {
  text-align: right;
}

.p-research__sec01,
.p-research__sec03 {
  margin-top: 6rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec01,
.p-research__sec03 {
    margin-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}

.p-research__sec02-img {
  margin-top: 3.6rem;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec02-img {
    margin-top: 5.3333333333vw;
  }
}

.p-research__sec02-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec02-img img {
    border-radius: 1.3333333333vw;
  }
}

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

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

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

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

.p-research__sec03-box .c-box02 {
  width: 80rem;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-box .c-box02 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

.p-research__sec03-box .c-box02:first-child {
  margin-top: 0;
}

.p-research__sec03-content .c-box03-txt {
  width: 28%;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-content .c-box03-txt {
    width: 100%;
  }
}

.p-research__sec03-content .c-box03 ul li .c-box03-link-wrap {
  width: 58%;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-content .c-box03 ul li .c-box03-link-wrap {
    width: 100%;
  }
}

.p-research__sec03-content .c-box03 ul li .c-box03-link {
  display: flex;
  column-gap: 4rem;
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-content .c-box03 ul li .c-box03-link {
    display: block;
  }
}

.p-research__sec03-content .c-box03 ul li span {
  width: 14%;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-content .c-box03 ul li span {
    width: 100%;
  }
}

.p-research__sec03-content .c-box03 ul li .c-box03-link a {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-content .c-box03 ul li .c-box03-link a {
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-research__sec03-content .c-box03 ul li .c-box03-link a:first-child {
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

.p-bulletin__content-body {
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-bulletin__content-body {
    width: 58.6666666667vw;
    margin: 0 auto;
  }
}

.p-bulletin__content-head .c-link05 {
  margin-top: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-bulletin__content-head .c-link05 {
    margin-top: 5.3333333333vw;
  }
}

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

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

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

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

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

.p-joint__sec01-box {
  background: #f3f3f3;
  padding: 4rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-joint__sec01-box {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}

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

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

.p-joint__sec01-box-item .c-txt02 {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-joint__sec01-box-item .c-txt02 {
    margin-top: 3.2vw;
  }
}

.p-joint__sec01-box-item .c-list03 {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-joint__sec01-box-item .c-list03 {
    margin-top: 3.2vw;
  }
}

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

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

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