@charset "UTF-8";
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

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

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.25;
  color: #333333;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 64em) {
  body {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  body {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 64em) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 64em) and (max-width: 64em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@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;
  margin: 0;
}

input:focus {
  outline: none;
}

input,
textarea,
button,
select {
  font-family: "Noto Serif JP", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

/*! purgecss end ignore */
/* IE */
*:focus {
  outline: none;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
::-moz-selection {
  color: #000;
  background: #e3e3f3;
}
::selection {
  color: #000;
  background: #e3e3f3;
}

a[href=""] {
  pointer-events: none;
}

@media all and (min-width: 73.8125em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.bg {
  padding-bottom: 9rem;
  background: #ecf5fe;
}
@media only screen and (max-width: 64em) {
  .bg {
    padding-bottom: 10.6666666667vw;
  }
}

.hover .frame {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hover .frame::before, .hover .frame::after,
.hover .frame .bdr::before,
.hover .frame .bdr::after {
  position: absolute;
  display: block;
  width: 1px;
  height: 2px;
  content: "";
  background-color: #3273bc;
}
.hover .frame::before {
  top: 0;
  right: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.hover .frame::after {
  top: 0;
  right: 0;
  width: 2px;
  height: 0%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.hover .frame .bdr::before {
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.hover .frame .bdr::after {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.hover:hover .frame::before {
  width: 100%;
}
.hover:hover .frame::after {
  height: 100%;
}
.hover:hover .frame .bdr::before {
  width: 100%;
}
.hover:hover .frame .bdr::after {
  height: 100%;
}

@media only screen and (max-width: 64em) {
  .m-ls {
    letter-spacing: 0.05em;
  }
}

.en {
  font-family: "Baskervville", serif;
}

.txt-c {
  color: #000;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.txtlink {
  position: relative;
  display: inline-block;
  color: #82b8f5;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txtlink:hover {
  color: #3273bc;
}
.txtlink.ext {
  padding-left: 4rem;
}
@media only screen and (max-width: 64em) {
  .txtlink.ext {
    padding-left: 8vw;
  }
}
.txtlink.ext:before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../images/common/ico_link.svg) no-repeat top left;
  background-size: 100%;
}
@media only screen and (max-width: 64em) {
  .txtlink.ext:before {
    top: 0.8vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.txtlink.pdf {
  padding-left: 3rem;
}
@media only screen and (max-width: 64em) {
  .txtlink.pdf {
    padding-left: 8vw;
  }
}
.txtlink.pdf:before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.2rem;
  height: 2.6rem;
  content: "";
  background: url(../images/common/ico_pdf.svg) no-repeat top left;
  background-size: 100%;
}
@media only screen and (max-width: 64em) {
  .txtlink.pdf:before {
    top: 0.5333333333vw;
    width: 5.8666666667vw;
    height: 6.9333333333vw;
  }
}

.l-page {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.remarks {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4rem;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .remarks {
    font-size: 3.7333333333vw;
  }
}
.remarks::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #82b8f5;
  content: "※";
}

p,
.txt {
  line-height: 2;
}
p.fz-20,
.txt.fz-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  p.fz-20,
  .txt.fz-20 {
    font-size: 4.8vw;
  }
}
p.font-24,
.txt.font-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 64em) {
  p.font-24,
  .txt.font-24 {
    font-size: 4.8vw;
  }
}
p.font-20,
.txt.font-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  p.font-20,
  .txt.font-20 {
    font-size: 3.7333333333vw;
  }
}

.fz-14 {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 64em) {
  .fz-14 {
    font-size: 3.7333333333vw;
  }
}

@media only screen and (max-width: 64em) {
  .imgframe {
    overflow-x: scroll;
  }
  .imgframe img {
    width: 100rem;
    max-width: 100rem;
  }
}

section {
  padding-top: 9rem;
}
@media only screen and (max-width: 64em) {
  section {
    padding-top: 10.6666666667vw;
  }
}

.listtype-none {
  margin-top: 2rem;
}
.listtype-none.mt10 {
  margin-top: 1rem;
}
.listtype-none > li {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 64em) {
  .listtype-none > li {
    margin-bottom: 2.6666666667vw;
  }
}
.listtype-none > li:last-child {
  margin-bottom: 0;
}
.listtype-none .flex {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 64em) {
  .listtype-none .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.listtype-none .flex span {
  color: #82b8f5;
}
.listtype-none.remark .flex span {
  color: #333333;
}
.listtype-disc {
  padding-left: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .listtype-disc {
    padding-left: 4.2666666667vw;
  }
}
.listtype-disc > li {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 64em) {
  .listtype-disc > li {
    margin-bottom: 2.6666666667vw;
  }
}
.listtype-disc > li:last-child {
  margin-bottom: 0;
}
.listtype-disc > li:before {
  position: absolute;
  top: 1rem;
  left: -1.4rem;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: #1782ba;
  border-radius: 50%;
}
@media only screen and (max-width: 64em) {
  .listtype-disc > li:before {
    top: 2.6666666667vw;
    left: -3.7333333333vw;
    width: 2.1333333333vw;
  }
}
.listtype-dash {
  padding-left: 3.2rem;
}
@media only screen and (max-width: 64em) {
  .listtype-dash {
    padding-left: 5.8666666667vw;
  }
}
.listtype-dash > li {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 2;
}
@media only screen and (max-width: 64em) {
  .listtype-dash > li {
    margin-bottom: 1.3333333333vw;
    letter-spacing: 1.2px;
  }
}
.listtype-dash > li:last-child {
  margin-bottom: 0;
}
.listtype-dash > li:before {
  position: absolute;
  top: 1.8rem;
  left: -3.2rem;
  width: 1.2rem;
  height: 1px;
  content: "";
  background: #3273bc;
}
@media only screen and (max-width: 64em) {
  .listtype-dash > li:before {
    top: 4.8vw;
    left: -8.5333333333vw;
    width: 3.2vw;
  }
}
.listtype-number {
  padding-left: 2.4rem;
  list-style-type: number;
}
.listtype-number > li {
  margin-bottom: 0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 64em) {
  .listtype-number > li {
    margin-bottom: 0vw;
  }
}
.listtype-number > li:last-child {
  margin-bottom: 0;
}
.listtype-number > li::marker {
  font-size: 1.8rem;
  color: #82b8f5;
  content: counter(list-item, decimal-leading-zero) "" "  ";
}
@media only screen and (max-width: 64em) {
  .listtype-number > li::marker {
    font-size: 4.2666666667vw;
  }
}
.listtype-num > li {
  position: relative;
  line-height: 1.8;
}
.listtype-num > li:last-child {
  margin-bottom: 0;
}
.listtype-num > li:before {
  position: absolute;
  top: 2.4rem;
  left: 0;
  color: #82b8f5;
  text-align: center;
  content: counter(list-item, decimal-leading-zero) "" "  ";
  font-size: 1.8rem;
}
@media only screen and (max-width: 64em) {
  .listtype-num > li:before {
    font-size: 4.2666666667vw;
  }
}
.listtype-jpnum > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 2;
  text-indent: -2rem;
}
.listtype-jpnum > li li {
  text-indent: 0;
}

.imglist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .imglist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.953125vw;
    -webkit-column-gap: 1.953125vw;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .imglist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 2.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}
.imglist .link {
  position: relative;
  border: 1px solid #82b8f5;
}
@media only screen and (max-width: 64em) {
  .imglist .link {
    border: none;
  }
}
.imglist .link .c-ttl {
  position: absolute;
  top: 50%;
  left: 5rem;
  translate: 0 -50%;
}
@media only screen and (max-width: 64em) {
  .imglist .link .c-ttl {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 0;
    translate: 0;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.90625vw;
    -webkit-column-gap: 5.859375vw;
    -moz-column-gap: 5.859375vw;
    column-gap: 5.859375vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid {
    display: grid;
    grid-template-columns: auto;
    row-gap: 8vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.grid-gap20 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-gap20 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.953125vw;
    -webkit-column-gap: 1.953125vw;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-gap20 {
    display: grid;
    grid-template-columns: auto;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.8rem;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.734375vw;
    -webkit-column-gap: 2.734375vw;
    -moz-column-gap: 2.734375vw;
    column-gap: 2.734375vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4vw;
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}
.grid-items__item {
  overflow: hidden;
  background: #fff;
  border-radius: 0.8rem 0.8rem 1rem 1rem;
}
@media only screen and (max-width: 64em) {
  .grid-items__item {
    border-radius: 1.0666666667vw;
  }
}
.grid-items__item .gazou {
  max-height: 19.8rem;
  overflow: hidden;
}
.grid-items__item .gazou img {
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
@media only screen and (max-width: 64em) {
  .grid-items__item .gazou img {
    height: 23.4666666667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.grid-items__item .btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-items__item .btn {
    padding: 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items__item .btn {
    padding: 2.1333333333vw;
  }
}
.grid-items__item .btn .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-items__item .btn .ttl {
    font-size: 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items__item .btn .ttl {
    font-size: 3.2vw;
  }
}
.grid-items__item .btn .small {
  margin-bottom: 0;
  color: #333333;
}
@media only screen and (max-width: 64em) {
  .grid-items__item .btn .small {
    font-size: 1.6vw;
  }
}
.grid-items__item .btn .icon {
  width: 4.8rem;
  min-width: 4.8rem;
  height: 4.8rem;
  background-size: 0.6rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-items__item .btn .icon {
    width: 3.7109375vw;
    min-width: 3.7109375vw;
    height: 3.7109375vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items__item .btn .icon {
    width: 5.8666666667vw;
    min-width: 5.8666666667vw;
    height: 5.8666666667vw;
    background-size: 1.0666666667vw;
  }
}
.grid-items__item .btn:hover .icon {
  background: url(../images/common/ico_btn_hover.svg) no-repeat center left 53% #82b8f5;
  background-size: 0.6rem;
}
.grid-items__item:hover img {
  scale: 1.2;
}
.grid-items__item:hover .icon {
  background: url(../images/common/ico_btn_hover.svg) no-repeat center left 53% #82b8f5;
  background-size: 0.6rem;
}
@media only screen and (max-width: 64em) {
  .grid-items.txtblk {
    display: grid;
    grid-template-columns: auto;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}
.grid-items.txtblk li {
  padding: 3rem;
  border: 1px solid #82b8f5;
}
@media only screen and (max-width: 64em) {
  .grid-items.txtblk li {
    padding: 5.3333333333vw;
  }
}
.grid-items.txtblk li .c-ttl {
  padding: 0;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  .grid-items.txtblk li .c-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items.txtblk li .c-ttl {
    font-size: 4.8vw;
  }
}
.grid-items.txtblk li .c-ttl::before {
  content: none;
}

.grid-items-2 {
  display: grid;
  grid-template-columns: 41% 55.4%;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-items-2 {
    display: grid;
    -webkit-column-gap: 3.90625vw;
    -moz-column-gap: 3.90625vw;
    column-gap: 3.90625vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items-2 {
    display: grid;
    grid-template-columns: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.grid-items-2__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .grid-items-2__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.grid-items-2__mini {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 34%);
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .grid-items-2__mini {
    display: grid;
    grid-template-columns: repeat(2, 34%);
    -webkit-column-gap: 2.34375vw;
    -moz-column-gap: 2.34375vw;
    column-gap: 2.34375vw;
  }
}
@media only screen and (max-width: 64em) {
  .grid-items-2__mini {
    margin: 4vw 0 8vw 0;
    display: grid;
    grid-template-columns: repeat(2, 42.6666666667vw);
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 64em) {
  .flex {
    display: block;
  }
}

.flexcol {
  width: 46%;
}
@media only screen and (max-width: 64em) {
  .flexcol {
    width: 100%;
  }
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenav {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.6rem;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .pagenav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.5625vw;
    -webkit-column-gap: 1.5625vw;
    -moz-column-gap: 1.5625vw;
    column-gap: 1.5625vw;
  }
}
@media only screen and (max-width: 64em) {
  .pagenav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.3333333333vw;
    -webkit-column-gap: 1.3333333333vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
  }
}
.pagenav li {
  border: 1px solid #82b8f5;
}
.pagenav li a {
  font-size: 1.6rem;
  display: block;
  padding: 1.6rem;
  font-weight: 700;
  color: #82b8f5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 64em) {
  .pagenav li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .pagenav li a {
    padding: 2.6666666667vw;
  }
}
.pagenav li:hover .parent {
  color: #fff;
  background: #82b8f5;
}
.pagenav li.current {
  color: #fff;
  background: #82b8f5;
}
.pagenav li .parent.active {
  color: #fff;
  background: #82b8f5;
}

.pagenavtabcontent {
  position: relative;
}

.pagenavcontent {
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 1;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  width: 100%;
  padding: 3rem 5rem;
  background: #82b8f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 64em) {
  .pagenavcontent {
    display: none !important;
  }
}
.pagenavcontent .mainpage {
  width: 23.5rem;
  min-width: 23.5rem;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 64em) {
  .pagenavcontent .mainpage {
    width: 100%;
    min-width: 100%;
  }
}
.pagenavcontent .mainpage .ttl {
  position: relative;
  display: block;
  padding: 0.6rem 1rem;
}
.pagenavcontent .mainpage .ttl:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.2rem;
  height: 0.4rem;
  content: "";
  background: url(../images/common/btn_arrow.svg) no-repeat top right;
  background-size: cover;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
  translate: 0 -50%;
}
@media only screen and (max-width: 64em) {
  .pagenavcontent .mainpage .ttl:after {
    right: 2.6666666667vw;
    width: 3.2vw;
    height: 1.0666666667vw;
  }
}
.pagenavcontent .mainpage .ttl:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.pagenavcontent .mainpage .ttl:hover::after {
  right: 0.5rem;
}
.pagenavcontent .mainpage a {
  padding: 0;
  font-weight: 600;
  color: #333333;
  text-align: left;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .pagenavcontent .mainpage a {
    font-size: 3.7333333333vw;
  }
}
.pagenavcontent .pagebtnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 3rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
@media only screen and (max-width: 64em) {
  .pagenavcontent .pagebtnlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pagenavcontent .pagebtnlist .btn {
  min-width: 20rem;
  padding: 0.4rem 2rem 0 0;
  color: #fff;
  background: none;
}
.pagenavcontent .pagebtnlist .btn:after, .pagenavcontent .pagebtnlist .btn:hover {
  color: #fff;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.pagenavcontent .pagebtnlist .btn:after {
  width: 1.2rem;
  height: 0.4rem;
}
.pagenavcontent .pagebtnlist.faculty .btn {
  min-width: 23rem;
}

.sec-mv {
  position: relative;
  max-width: 100%;
  padding: 4rem 0 0 0;
  margin: 2rem auto 5rem auto;
}
.breadcrumbs {
  display: -webkit-box;
  width: 50%;
  margin: 1rem 0;
  overflow: hidden;
  color: #333333;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.1rem;
}
@media only screen and (max-width: 64em) {
  .breadcrumbs {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .breadcrumbs {
    width: 100%;
  }
}
.breadcrumbs a {
  position: relative;
  display: inline-block;
  margin-right: 2.4rem;
  color: #7e8081;
}
.breadcrumbs a::after {
  position: absolute;
  width: 2.4rem;
  height: 100%;
  content: "";
  background: url(../images/common/arr.svg) no-repeat center left 1rem;
  background-size: 0.5rem;
}
@media only screen and (max-width: 64em) {
  .breadcrumbs a {
    margin-right: 6.4vw;
  }
  .breadcrumbs a::after {
    width: 6.4vw;
    background: url(../images/common/arr.svg) no-repeat center left 2.6666666667vw;
    background-size: 1.3333333333vw;
  }
}

.sec-news .newslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2.4rem 0;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 64em) {
  .sec-news .newslist li {
    display: block;
    padding: 5.3333333333vw 0;
  }
}
.sec-news .newslist li .date {
  margin-right: 1.5rem;
  line-height: 1.6;
  color: #bfbfbf;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .newslist li .date {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-news .newslist li .date {
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newslist li .cat {
  display: inline-block;
  width: 8.6rem;
  height: 2.6rem;
  padding: 0.4rem;
  margin-right: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #82b8f5;
  text-align: center;
  border: 1px solid #82b8f5;
  font-size: 1.2rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .newslist li .cat {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-news .newslist li .cat {
    width: 26.6666666667vw;
    height: 6.4vw;
    padding: 0.5333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newslist li .cat--event {
  color: #3273bc;
  border: 1px solid #3273bc;
}
.sec-news .newslist li .ttl {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 64em) {
  .sec-news .newslist li .ttl {
    display: -webkit-box;
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.62;
  }
}
.sec-news .newslist li:first-child {
  border-top: 1px solid #dddddd;
}
.sec-news .newslist li:hover .ttl,
.sec-news .newslist li:hover .date {
  color: #3273bc;
}
.sec-news .newsdetail__ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl .date-blk {
    gap: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk .date {
  margin-right: 1.5rem;
  line-height: 1.6;
  color: #bfbfbf;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl .date-blk .date {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl .date-blk .date {
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk .cat {
  display: inline-block;
  width: 8.6rem;
  height: 2.6rem;
  padding: 0.4rem;
  margin-right: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #82b8f5;
  text-align: center;
  border: 1px solid #82b8f5;
  font-size: 1.2rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl .date-blk .cat {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl .date-blk .cat {
    width: 26.6666666667vw;
    height: 6.4vw;
    padding: 0.5333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk .cat--event {
  color: #3273bc;
  border: 1px solid #3273bc;
}
.sec-news .newsdetail__ttl .news-ttl {
  margin-top: 2rem;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #333333;
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__ttl .news-ttl {
    margin-top: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.sec-news .newsdetail__content {
  padding: 6rem 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 64em) {
  .sec-news .newsdetail__content {
    padding-bottom: 10.6666666667vw 0;
  }
}
.sec-news .newsdetail__content a {
  display: inline-block;
  color: #82b8f5;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-news .newsdetail__content a:hover {
  color: #3273bc;
}
.sec-news .news-navi {
  margin-top: 6rem;
}
@media only screen and (max-width: 64em) {
  .sec-news .news-navi {
    margin-top: 10.6666666667vw;
  }
}
.sec-news .news-navi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  color: #333333;
}
@media only screen and (max-width: 64em) {
  .sec-news .news-navi .wp-pagenavi {
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}
.sec-news .news-navi .wp-pagenavi .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  color: #fff;
  background-color: #3273bc;
  border-radius: 100%;
}
@media only screen and (max-width: 64em) {
  .sec-news .news-navi .wp-pagenavi .current {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.sec-news .news-navi .wp-pagenavi a,
.sec-news .news-navi .wp-pagenavi span {
  padding: 0;
  margin: 0;
  border: none;
}
.sec-news .news-navi .wp-pagenavi a {
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-news .news-navi .wp-pagenavi a:hover {
  opacity: 0.7;
}
.sec-news .news-navi .wp-pagenavi a.previouspostslink {
  width: 2.2rem;
  height: 0.5rem;
  margin-right: 2rem;
  text-indent: -9999px;
  background-image: url(../../assets/images/common/pagination_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 64em) {
  .sec-news .news-navi .wp-pagenavi a.previouspostslink {
    width: 5.8666666667vw;
    height: 1.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.sec-news .news-navi .wp-pagenavi a.nextpostslink {
  width: 2.2rem;
  height: 0.5rem;
  margin-left: 2rem;
  text-indent: -9999px;
  background-image: url(../../assets/images/common/pagination_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 64em) {
  .sec-news .news-navi .wp-pagenavi a.nextpostslink {
    width: 5.8666666667vw;
    height: 1.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

@media only screen and (max-width: 64em) {
  .pagecontent .article {
    margin-top: 10.6666666667vw;
  }
}
.pagecontent .article p {
  padding-bottom: 6rem;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 64em) {
  .pagecontent .article p {
    padding-bottom: 5.3333333333vw;
  }
}
.pagecontent .article p:last-child {
  padding-bottom: 0;
}

.btnlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnlist a {
  width: 38rem;
  max-width: 100%;
  padding: 2.7rem;
  font-weight: 700;
}
.btnlist a:last-child {
  margin-left: 2rem;
}
@media only screen and (max-width: 64em) {
  .btnlist a:last-child {
    margin-top: 2.6666666667vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 64em) {
  .btnlist a {
    padding: 5.0666666667vw;
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 64em) {
  .tblframe {
    overflow-x: scroll;
  }
}

.tbl, .tbl th, .tbl td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.tbl {
  width: 100%;
  background: #ccc;
}
@media only screen and (max-width: 64em) {
  .tbl {
    width: 70rem;
  }
}
@media only screen and (max-width: 64em) {
  .tbl tr {
    font-size: 3.7333333333vw;
  }
}
.tbl tr th {
  text-align: center;
  background: #eef2f6;
}
.tbl tr th,
.tbl tr td {
  padding: 1.3rem 1.6rem;
  line-height: 1.87;
  vertical-align: middle;
}
@media only screen and (max-width: 64em) {
  .tbl tr th,
  .tbl tr td {
    padding: 2.6666666667vw;
  }
}
.tbl tr th.txt-nowarp,
.tbl tr td.txt-nowarp {
  white-space: nowrap;
}
.tbl tr td {
  background: #fff;
}
.tbl tr td.crossed {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #dddddd, transparent calc(50% + 1px));
}
.tbl tr td.bg-gray {
  background: #dddddd;
}
.tbl .bg-white td {
  background: #fff !important;
}
.tbl .bg-gray td {
  background: #f6f6f6 !important;
}
.tbl.md {
  width: 70rem;
}
@media only screen and (max-width: 64em) {
  .tbl.md {
    width: 50rem;
  }
}
.tbl.ni-retsu tr td:nth-child(odd) {
  width: 17.2rem;
}
@media only screen and (max-width: 64em) {
  .tbl.ni-retsu tr td:nth-child(odd) {
    width: 100%;
    border-bottom: 0.2666666667vw solid #ccc;
  }
}
@media only screen and (max-width: 64em) {
  .tbl.ni-retsu tr td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .tbl.ni-retsu tr {
    font-size: 4.2666666667vw;
  }
}
.tbl.vertical tr th.w30,
.tbl.vertical tr td.w30 {
  width: 30%;
}
.tbl.vertical tr th.w25,
.tbl.vertical tr td.w25 {
  width: 25%;
}
.tbl.vertical tr th.w20,
.tbl.vertical tr td.w20 {
  width: 20%;
}
.tbl.vertical tr th.w15,
.tbl.vertical tr td.w15 {
  width: 15%;
}
.tbl.vertical tr th {
  font-weight: 500;
  background: #f6f6f6;
}
.tbl.vertical tr td {
  font-weight: 400;
  background: #fff;
}
.tbl.vertical tr td:nth-child(odd) {
  width: auto;
  font-weight: 400;
  background: #fff;
}
@media only screen and (max-width: 64em) {
  .tbl.vertical tr td:nth-child(odd) {
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .tbl.vertical tr {
    font-size: 3.7333333333vw;
  }
}
.tbl.cols-4 tr th,
.tbl.cols-4 tr td {
  width: 25%;
}
.tbl.cols-4 tr td:nth-child(odd) {
  width: 25%;
}
@media only screen and (max-width: 64em) {
  .tbl.cols-4 tr td:nth-child(odd) {
    width: 25%;
  }
}

.contentlist .contentlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .contentlist .contentlist__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
.contentlist .contentlist__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 64em) {
  .contentlist .contentlist__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contentlist .contentlist__item:not(:first-child) {
  margin-top: 11rem;
}
@media only screen and (max-width: 64em) {
  .contentlist .contentlist__item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.contentlist .contentlist__item .gazou {
  width: 54rem;
}
.contentlist .contentlist__item .ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  .contentlist .contentlist__item .ttl {
    font-size: 5.3333333333vw;
  }
}

.tblscrollbar {
  max-width: 90vw;
  overflow-x: auto;
}
@media only screen and (max-width: 64em) {
  .tblscrollbar table {
    width: 680px;
  }
}

.map {
  width: 100%;
  height: 57.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .map {
    height: 55.95703125vw;
  }
}
@media only screen and (max-width: 64em) {
  .map {
    height: 63.2vw;
  }
}
.map iframe {
  width: 100%;
  height: 57.3rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .map iframe {
    height: 57.3rem;
  }
}
@media only screen and (max-width: 64em) {
  .map iframe {
    height: 63.2vw;
  }
}

.pdf-icon {
  padding-left: 3rem;
  background: transparent url(../images/common/ico_pdf.svg) no-repeat no-repeat 0 2px;
  background-size: 20px;
}

.word-icon {
  padding-left: 3rem;
  background: transparent url(../images/common/ico_word.svg) no-repeat no-repeat 0 3px;
  background-size: 22px;
}

.xlsx-icon {
  padding-left: 3rem;
  background: transparent url(../images/common/ico_excel.svg) no-repeat no-repeat 0 3px;
  background-size: 22px;
}

.ppt-icon {
  padding-left: 3rem;
  background: transparent url(../images/common/ico_ppt.svg) no-repeat no-repeat 0 3px;
  background-size: 22px;
}

.mail-icon {
  padding-left: 3.5rem;
  background: transparent url(../images/common/ico_mail.svg) no-repeat no-repeat 0 6px;
  background-size: 24px;
}

.arrow-icon {
  padding-left: 2rem;
  background: transparent url(../images/common/ico_menu_blue.svg) no-repeat no-repeat 0px 6px;
  background-size: 12px;
}

.ext-icon {
  padding-right: 4rem;
}
@media only screen and (max-width: 64em) {
  .ext-icon {
    padding-right: 10.6666666667vw;
  }
}
.ext-icon:after {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../images/common/ico_link_white.svg) no-repeat top left;
  background-size: cover;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  translate: 0 -50%;
}
@media only screen and (max-width: 64em) {
  .ext-icon:after {
    width: 4vw;
    height: 4vw;
  }
}

.m-auto {
  margin: 0 auto;
}

.w-auto {
  width: auto !important;
}

a,
.wrap-url {
  word-break: break-word;
  white-space: normal;
}

.red {
  color: #c0392b;
}

@media only screen and (max-width: 64em) {
  #trp-floater-ls {
    z-index: 0 !important;
  }
  #trp-floater-ls.trp-bottom-right {
    right: 0vw !important;
    bottom: 21.3333333333vw !important;
  }
  #trp-floater-ls.trp-color-dark {
    border-radius: 8px 0 0 8px !important;
  }
}

.toggle-contents {
  margin-top: 2rem;
}
.toggle-contents .contents-list .parent {
  position: relative;
  font-weight: 500;
  color: #333333;
  background-color: #f6f6f6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle-contents .contents-list .parent h5 {
  display: block;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .contents-list .parent h5 {
    padding: 5.3333333333vw;
  }
}
.toggle-contents .contents-list .parent .ui-state-default {
  background: url("../images/common/ico_plus_blue.svg") no-repeat center;
  background-size: 1.6rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .contents-list .parent .ui-state-default {
    background-size: 4.2666666667vw;
  }
}
.toggle-contents .contents-list .parent .ui-state-active {
  background: url("../images/common/ico_minus_blue.svg") no-repeat center;
  background-size: 1.6rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .contents-list .parent .ui-state-active {
    background-size: 4.2666666667vw;
  }
}
.toggle-contents .contents-list .child-content {
  position: relative;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .contents-list .child-content {
    padding: 5.3333333333vw 4vw;
  }
}
.toggle-contents .contents-list .child-content .c-content-inner .ttl {
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  color: #82b8f5;
}
.toggle-contents .contents-list .child-content .c-content-inner .txt {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .contents-list .child-content .c-content-inner .txt {
    font-size: 1.2rem;
  }
}
.toggle-contents .contents-list .child-content .c-content-inner a .txtlink {
  font-size: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .contents-list .child-content .c-content-inner a .txtlink {
    font-size: 3.7333333333vw;
  }
}
.toggle-contents .ui-accordion-header {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  margin: 0 0 0 auto;
  cursor: pointer;
  outline: none;
}
.toggle-contents .ui-accordion-header:focus {
  outline: none;
}
@media only screen and (max-width: 64em) {
  .toggle-contents .ui-accordion-header {
    top: 4vw;
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
  }
}

.searchresult li .blkttl {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 64em) {
  .searchresult li .blkttl {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .searchresult li .blkttl {
    padding: 5.3333333333vw 0;
    margin-bottom: 0vw;
  }
}
.searchresult li .blkttl.flex {
  gap: 3rem;
}
@media only screen and (max-width: 64em) {
  .searchresult li .blkttl.flex {
    gap: 4vw;
  }
}
.searchresult li .blkttl.flex .viewall {
  white-space: nowrap;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-contents {
  padding-top: 12.2rem;
  padding-bottom: 8rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-contents {
    padding-top: 12.2rem;
    padding-bottom: 5.859375vw;
  }
}
@media only screen and (max-width: 64em) {
  .l-contents {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
}

.inner {
  width: 110rem;
  max-width: 110rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .inner {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 64em) {
  .inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.container {
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .container {
    width: 100%;
    padding: 0 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .container {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .l-header {
    height: 60px;
  }
}
.l-header .header__content .fixnav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .fixnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.3333333333vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
.l-header .header__content .fixnav a {
  display: block;
  width: 100%;
  min-height: 17.2rem;
  padding: 1.2rem 2.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .fixnav a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .fixnav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 10.6666666667vw;
    max-width: 26.6666666667vw;
    padding: 4vw 2.6666666667vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.l-header .header__content .fixnav a:not(:first-child) {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .fixnav a:not(:first-child) {
    margin-top: 0;
    max-width: 29.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .fixnav a:last-child {
    max-width: 40vw;
  }
}
.l-header .header__content .fixnav a.info {
  background: #3273bc;
}
.l-header .header__content .fixnav a.campus {
  background: #5a90cd;
}
.l-header .header__content .fixnav a.access {
  background: #82b8f5;
}
.l-header .header__content .fixnav a:hover {
  background: #333333;
}
.l-header .header__content .menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  word-break: break-word;
}
.l-header .header__content .menu-bar .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .menu-bar .list {
    display: none;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content .menu-bar .list li {
    font-size: 1.3671875vw;
  }
}
@media all and (min-width: 73.8125em) and (max-width: 85.375em) {
  .l-header .header__content .menu-bar .list li {
    font-size: 1.4rem;
  }
}
@media print {
  .l-header .header__content .menu-bar .list li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .menu-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-header .header__content--sub {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content--sub {
    display: none;
  }
}
.l-header .header__content--sub .menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .header__content--sub .menu-bar .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .header__content--sub .menu-bar .list li.menulink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .header__content--sub .menu-bar .list li.menulink a {
  height: 100%;
  padding: 1.3rem 1.8rem;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content--sub .menu-bar .list li.menulink a {
    font-size: 3.7333333333vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.menulink a:hover {
  background: #ddd;
}
.l-header .header__content--sub .menu-bar .list li.menulink a.lg {
  gap: 2rem;
  min-width: 23rem;
}
.l-header .header__content--sub .menu-bar .list li a {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content--sub .menu-bar .list li a {
    font-size: 2.4vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.menubtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .header__content--sub .menu-bar .list li.menubtn a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 5.6rem;
  padding: 0.4rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header .header__content--sub .menu-bar .list li.menubtn a .icon {
  margin: 0.5rem auto;
}
.l-header .header__content--sub .menu-bar .list li.menubtn a:hover {
  background: #82b8f5;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.9765625vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.l-header .header__content--main {
  position: relative;
  padding: 1.4rem;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (min-width: 73.8125em) and (max-width: 85.375em) {
  .l-header .header__content--main {
    padding: 0 2rem;
  }
}
@media print {
  .l-header .header__content--main {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .l-header .header__content--main {
    display: none;
  }
}
.l-header .header__content--main .menu-bar .list .menu-item {
  padding: 0.5rem 2.4rem;
  color: #1782ba;
  text-align: center;
}
.l-header .header__content--main .menu-bar .list .menu-item:not(:first-child) {
  border-left: 1px solid #1782ba;
}
.l-header .header__content--main .menu-bar .list .menu-item .parentmenu {
  position: relative;
  cursor: pointer;
}
.l-header .header__content--main .menu-bar .list .menu-item .parentmenu:after {
  position: absolute;
  top: 7.2rem;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  visibility: hidden;
  content: "";
  border-right: 0rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-left: 0rem solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--main .menu-bar .list .menu-item .parentmenu:after {
    top: 5.2rem;
    border-bottom: 3rem solid transparent;
  }
}
.l-header .header__content--main .menu-bar .list .menu-item .parentmenu.active:after {
  visibility: visible;
  border-right: 3rem solid transparent;
  border-bottom: 4rem solid #3273bc;
  border-left: 3rem solid transparent;
  opacity: 1;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--main .menu-bar .list .menu-item .parentmenu.active:after {
    border-right: 2rem solid transparent;
    border-bottom: 3rem solid #3273bc;
    border-left: 2rem solid transparent;
  }
}
.l-header .header__content--main .menu-bar .list .menu-item a {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--main .menu-bar .list .menu-item a:hover {
  color: #3273bc;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu {
  position: absolute;
  top: 14rem;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--main .menu-bar .list .menu-item .submenu {
    top: 8rem;
  }
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk {
  max-height: 70vh;
  padding: 6rem 0;
  overflow-y: scroll;
  background: #3273bc;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk::-webkit-scrollbar {
  display: none;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .flex-start {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-ttl {
  width: 23%;
  padding-right: 3rem;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-ttl .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-ttl .enttl {
  margin-top: 2rem;
  font-family: "Baskervville", serif;
  font-size: 1.4rem;
  color: #82b8f5;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-ttl:hover {
  opacity: 0.7;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content {
  width: 77%;
  padding-left: 3rem;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .submenulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  height: auto;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .submenulist li {
  margin: 0 0 2rem 0;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .submenulist a {
  position: relative;
  display: block;
  padding-left: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .submenulist a:before {
  position: absolute;
  left: 0rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../images/common/ico_submenu.svg) no-repeat top left;
  background-size: cover;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .submenulist a:hover {
  opacity: 0.5;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .childmenu {
  padding-left: 0.8rem;
  margin-top: 2rem;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .childmenu li {
  margin-top: 1rem;
  margin-bottom: 0;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .childmenu li a {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--main .menu-bar .list .menu-item .submenu .submenublk .submenu-content .childmenu li a:before {
  position: absolute;
  top: 0.4rem;
  left: 0rem;
  width: 0.6rem;
  height: 1rem;
  content: "";
  background: url(../images/common/ico_menu.svg) no-repeat top left;
  background-size: cover;
}
.l-header .header__content--main .menu-bar .list .search {
  position: relative;
}
.l-header .header__content--main .menu-bar .list .search input[type=text] {
  width: 22rem;
  padding: 0.8rem;
  font-size: 1.4rem;
  background: none;
  border: 1px solid #dddddd;
}
.l-header .header__content--main .menu-bar .list .search button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  translate: 0 -50%;
}
.l-header .header__content--main .menu-bar .list .search button:hover {
  opacity: 0.5;
}
.l-header .header__content--main .menu-bar .list .language a:hover, .l-header .header__content--main .menu-bar .list .language a.active {
  opacity: 0.5;
}
.l-header .header__content--logo {
  z-index: 1;
  margin-left: 4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header .header__content--logo img {
  width: 21.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content--logo img {
    width: 37.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.l-header .header__content--logo:hover {
  opacity: 0.75;
}
.l-header .header__content--menu .mainmenu .navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-header .header__content--menu .mainmenu .navlist__item {
  position: relative;
  padding: 0 0 3rem 0;
  margin: 0 4rem;
  text-align: center;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--menu .mainmenu .navlist__item {
    margin: 0 2.9296875vw;
  }
}
.l-header .header__content--menu .mainmenu .navlist__item a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--menu .mainmenu .navlist__item:after {
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  width: 0;
  height: 0.2rem;
  margin: 0 auto;
  content: "";
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--menu .mainmenu .navlist__item:hover a, .l-header .header__content--menu .mainmenu .navlist__item.active a {
  color: #82b8f5;
}
.l-header .header__content--menu .mainmenu .navlist__item:hover:after, .l-header .header__content--menu .mainmenu .navlist__item.active:after {
  width: 100%;
  background: #82b8f5;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--menu .mainmenu .navlist img {
    width: 4.5rem;
  }
}
.l-header .header__content--menu .mainmenu .navlist__content {
  position: absolute;
  top: 4rem;
  left: -4rem;
  display: none;
  min-width: 20rem;
  padding: 4rem 2rem;
  margin: 0 auto;
  background: #fff9f1;
  border-radius: 0.8rem;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list {
  text-align: left;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list li {
  position: relative;
  margin-bottom: 2rem;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list li:before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.5rem;
  height: 0.1rem;
  content: "";
  background: #82b8f5;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list li:last-child {
  margin-bottom: 0;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list li:hover a {
  color: #82b8f5;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list a {
  display: block;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  font-family: "Baskervville", serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 1.2rem;
}
@media only screen and (max-width: 64em) {
  .l-header .header__content .language {
    font-size: 3.2vw;
  }
}
.l-header .header__content .language a {
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content .language a.active {
  opacity: 0.5;
}
.l-header .header__content .language a:hover {
  opacity: 0.5;
}
.l-header .header__content .spmenu {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.l-header .header__content .spmenu__fix {
  position: relative;
  z-index: 3;
  padding: 3.7333333333vw 5.3333333333vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .header__content .spmenu__fix .logo {
  width: 39.4666666667vw;
}
.l-header .header__content .spmenu__fix .menu-btn {
  position: relative;
  width: 8vw;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.l-header .header__content .spmenu__fix .menu-btn span {
  position: absolute;
  right: 0;
  left: 0;
  width: 8vw;
  height: 0.5333333333vw;
  margin: 0 auto;
  background: #1782ba;
  border-radius: 0.5333333333vw;
}
.l-header .header__content .spmenu__fix .menu-btn span:nth-of-type(1) {
  top: 2.6666666667vw;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.l-header .header__content .spmenu__fix .menu-btn span:nth-of-type(2) {
  top: 4.8vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content .spmenu__fix .menu-btn span:nth-of-type(3) {
  top: 6.9333333333vw;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.l-header .header__content .spmenu__fix .menu-btn.active span {
  width: 8vw;
  height: 0.5333333333vw;
}
.l-header .header__content .spmenu__fix .menu-btn.active span:nth-of-type(1) {
  top: 5.3333333333vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-header .header__content .spmenu__fix .menu-btn.active span:nth-of-type(3) {
  top: 5.3333333333vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.l-header .header__content .spmenu__fix .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .header__content .spmenu .menu-content {
  position: fixed;
  top: 17.6vw;
  left: -100%;
  z-index: 9;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header .header__content .spmenu .menu-content::-webkit-scrollbar {
  display: none;
}
.l-header .header__content .spmenu .menu-content .blk {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding: 8vw 5.3333333333vw 24vw 5.3333333333vw;
  overflow-y: scroll;
  background: #1782ba;
  background: linear-gradient(45deg, rgb(118, 186, 222) 0%, rgb(23, 130, 186) 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header .header__content .spmenu .menu-content .blk::-webkit-scrollbar {
  display: none;
}
.l-header .header__content .spmenu .menu-content .blk .pagelink {
  padding: 8vw 4vw;
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 5.3333333333vw;
  -webkit-column-gap: 10.6666666667vw;
  -moz-column-gap: 10.6666666667vw;
  column-gap: 10.6666666667vw;
}
.l-header .header__content .spmenu .menu-content .blk .pagelink .menulink a {
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: #fff;
}
.l-header .header__content .spmenu .menu-content .blk .language {
  width: 49.0666666667vw;
  padding: 1.0666666667vw;
  margin: 0 auto;
}
.l-header .header__content .spmenu .menu-content .blk .language a {
  width: 22.9333333333vw;
  font-size: 5.8666666667vw;
  line-height: 1.45;
}
.l-header .header__content .spmenu .menu-content .blk .p-link {
  font-size: 4.2666666667vw;
  text-align: center;
  background: #d8d8e7;
}
.l-header .header__content .spmenu .menu-content .blk .p-link:after {
  width: 1.8666666667vw;
  height: 3.2vw;
}
.l-header .header__content .spmenu .menu-content.active {
  left: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header .header__content .spmenu .menu-content.active .blk {
  opacity: 1;
}
.l-header .header__content .spmenu .menu-content .menu-ttl {
  padding-bottom: 26px;
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.7px;
  border-bottom: 2px solid #cccccc;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent {
  position: relative;
  padding: 3.2vw 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .p-cat {
  font-size: 4.8vw;
  font-weight: 500;
  color: #fff;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .ui-state-default {
  background: url("../images/common/ico_plus.svg") no-repeat center;
  background-size: 4.2666666667vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .ui-state-active {
  background: url("../images/common/ico_minus.svg") no-repeat center;
  background-size: 4.2666666667vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.l-header .header__content .spmenu .menu-content .page-menu .child-cat li {
  position: relative;
  padding: 2.6666666667vw 0;
}
.l-header .header__content .spmenu .menu-content .page-menu .child-cat li a {
  font-size: 3.7333333333vw;
  font-weight: 400;
  color: #fff;
}
.l-header .header__content .spmenu .menu-content .ui-accordion-header {
  position: absolute;
  top: 4.8vw;
  right: 1.3333333333vw;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: 0 0 0 auto;
  outline: none;
}
.l-header .header__content .spmenu .menu-content .ui-accordion-header:focus {
  outline: none;
}
.l-header .header__content .spmenu .spmenu__sub {
  position: relative;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content {
  position: absolute;
  top: 12.5333333333vw;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content::-webkit-scrollbar {
  display: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .blk {
  position: absolute;
  width: 100%;
  height: 85vh;
  padding: 5.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  overflow-y: scroll;
  background: #edf5ff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .blk::-webkit-scrollbar {
  display: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .blk .pagelink {
  padding: 8vw 4vw;
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 5.3333333333vw;
  -webkit-column-gap: 10.6666666667vw;
  -moz-column-gap: 10.6666666667vw;
  column-gap: 10.6666666667vw;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content.active {
  visibility: visible;
  -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header .header__content .spmenu .spmenu__sub .menu-content.active .blk {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent {
  position: relative;
  padding: 3.2vw 0;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent .p-cat {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.8;
  color: #5a90cd;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent .ui-state-default {
  background: url("../images/common/ico_plus.svg") no-repeat center;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(30%) saturate(4798%) hue-rotate(185deg) brightness(85%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(71%) sepia(30%) saturate(4798%) hue-rotate(185deg) brightness(85%) contrast(88%);
  background-size: 4.2666666667vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent .ui-state-active {
  background: url("../images/common/ico_minus.svg") no-repeat center;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(30%) saturate(4798%) hue-rotate(185deg) brightness(85%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(71%) sepia(30%) saturate(4798%) hue-rotate(185deg) brightness(85%) contrast(88%);
  background-size: 4.2666666667vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent.lang {
  border-bottom: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent.infomenu {
  padding: 8vw 0;
  border-bottom: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .parent.infomenu .p-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 2.9333333333vw;
  -moz-column-gap: 2.9333333333vw;
  column-gap: 2.9333333333vw;
  padding: 3.2vw 5.3333333333vw;
  font-size: 3.7333333333vw;
  border-bottom: 1px solid #ffffff;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .child-cat {
  padding: 4vw 0 0 0;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .child-cat li {
  position: relative;
  padding: 4vw 0;
  padding-left: 5.3333333333vw;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .child-cat li:before {
  content: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .child-cat li a {
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #5a90cd;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .logoarea {
  -webkit-column-gap: 8vw;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
  padding: 8vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .page-menu .logoarea .logo {
  width: 65.8666666667vw;
  background: #fff;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .ui-accordion-header {
  position: absolute;
  top: 4.8vw;
  right: 1.3333333333vw;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  margin: 0 0 0 auto;
  outline: none;
}
.l-header .header__content .spmenu .spmenu__sub .menu-content .ui-accordion-header:focus {
  outline: none;
}
.l-header .header__content .spmenu__subttl {
  position: relative;
  z-index: 2;
  padding: 3.2vw;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  background: #82b8f5;
}
.l-header .header__content .spmenu__subttl::after {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  width: 4.8vw;
  height: 2.6666666667vw;
  content: "";
  background: url(../images/common/ico_sparrow.svg) no-repeat center right;
  background-size: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  translate: 0 -50%;
}
.l-header .header__content .spmenu__subttl.active::after {
  scale: -1;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-footer {
  padding: 8rem 0 6rem 0;
  background: #84bcf8;
  background: linear-gradient(112deg, rgb(132, 188, 248) 0%, rgb(50, 114, 189) 100%);
}
.l-footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 64em) {
  .l-footer {
    padding: 16vw 0 10.6666666667vw 0;
  }
}
.l-footer .footer__content .logo {
  display: inline-block;
  width: 25.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer .footer__content .logo:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content .logo {
    display: block;
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}
.l-footer .footer__content--pagemenu {
  margin-top: 35px;
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--pagemenu {
    display: none;
  }
}
.l-footer .footer__content--pagemenu .menuttl {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--pagemenu .menuttl {
    font-size: 4.8vw;
  }
}
.l-footer .footer__content--pagemenu .menulist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0rem;
  -webkit-column-gap: 0rem;
  -moz-column-gap: 0rem;
  column-gap: 0rem;
}
.l-footer .footer__content--pagemenu .menulist.nursing {
  grid-template-columns: 27.5rem 1fr;
}
.l-footer .footer__content--pagemenu .menulist__col {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--pagemenu .menulist__col {
    font-size: 3.7333333333vw;
  }
}
.l-footer .footer__content--pagemenu .menulist__item {
  padding: 0 1rem 0 3rem;
  border-left: 1px solid #fff;
}
.l-footer .footer__content--pagemenu .menulist__item li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.l-footer .footer__content--pagemenu .nursingmenu {
  position: relative;
  padding-top: 4rem;
  margin: 4rem 0;
  border-top: 1px solid #bad3ee;
}
.l-footer .footer__content--pagemenu .nursingmenu .logoarea {
  position: absolute;
  top: 4rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
.l-footer .footer__content--pagemenu .nursingmenu .logoarea .logo {
  width: 24.7rem;
  background: #fff;
}
.l-footer .footer__content--infomenu .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .menulist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4.8vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10.6666666667vw 0 16vw 0;
  }
}
.l-footer .footer__content--infomenu .menulist li a {
  font-size: 1.4rem;
  padding: 0 2.4rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .menulist li a {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .menulist li a {
    padding: 0 5.3333333333vw;
  }
}
.l-footer .footer__content--infomenu .menulist li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .menulist li:first-child a {
    border-left: none;
  }
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .menulist li:nth-child(2) a, .l-footer .footer__content--infomenu .menulist li:last-child a {
    border-right: none;
  }
}
.l-footer .footer__content--infomenu .copyright {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .copyright {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .l-footer .footer__content--infomenu .copyright {
    color: #fff;
    text-align: center;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.btn {
  position: relative;
  display: inline-block;
  width: 60rem;
  padding: 3.6rem 3rem;
  font-weight: 600;
  line-height: 1.5;
  color: #3273bc;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 2.2rem;
}
@media only screen and (max-width: 64em) {
  .btn {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 64em) {
  .btn {
    width: 89.3333333333vw;
    padding: 6.4vw 5.3333333333vw;
  }
}
.btn:after {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2.2rem;
  height: 0.6rem;
  content: "";
  background: url(../images/common/btn_arrow.svg) no-repeat top right;
  background-size: cover;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
  translate: 0 -50%;
}
@media only screen and (max-width: 64em) {
  .btn:after {
    right: 8vw;
    width: 5.8666666667vw;
    height: 1.6vw;
  }
}
.btn:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.btn:hover::after {
  right: 2rem;
}
.btn.color {
  color: #fff;
  text-align: center;
  background-color: #82b8f5;
}
.btn.color::after {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.btn.color:hover {
  background-color: rgba(130, 184, 245, 0.75);
}
.btn.sm {
  width: 46rem;
  padding: 2.5rem 2rem;
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  .btn.sm {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .btn.sm {
    width: 100%;
    padding: 5.3333333333vw;
  }
}
.btn.w100 {
  width: 100%;
}
.btn.pdf, .btn.word {
  padding-left: 4rem;
}
@media only screen and (max-width: 64em) {
  .btn.pdf, .btn.word {
    padding-left: 8vw;
  }
}
.btn.pdf:before, .btn.word:before {
  position: absolute;
  top: 50%;
  left: 4rem;
  content: "";
  translate: 0 -50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 64em) {
  .btn.pdf:before, .btn.word:before {
    left: 8vw;
  }
}
.btn.pdf:hover:before, .btn.word:hover:before {
  opacity: 0.7;
}
.btn.pdf:before {
  width: 2.2rem;
  height: 2.6rem;
  content: "";
  background: url(../images/common/ico_pdf.svg) no-repeat top left;
  background-size: 100%;
}
@media only screen and (max-width: 64em) {
  .btn.pdf:before {
    width: 5.8666666667vw;
    height: 6.9333333333vw;
  }
}
.btn.word:before {
  width: 2.2rem;
  height: 2.1rem;
  background: url(../images/common/ico_word.svg) no-repeat top left;
  background-size: 100%;
}
@media only screen and (max-width: 64em) {
  .btn.word:before {
    width: 5.8666666667vw;
    height: 5.6vw;
  }
}

.viewall {
  position: relative;
  padding-right: 8.5rem;
  font-family: "Baskervville", serif;
  font-size: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .viewall {
    padding-right: 12.5333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .viewall {
    font-size: 4vw;
  }
}
.viewall:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.5rem;
  height: 6.5rem;
  content: "";
  background: url(../images/common/btn_view.svg) no-repeat top right;
  background-size: 100%;
  -webkit-transition: right linear 0.2s;
  transition: right linear 0.2s;
  translate: 0 -50%;
}
@media only screen and (max-width: 64em) {
  .viewall:after {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.viewall:hover {
  color: #3273bc;
}
.viewall:hover:after {
  right: -1rem;
}
.viewall--jp {
  font-family: "Noto Serif JP", serif;
}

.pagebtnlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.2rem;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .pagebtnlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.125vw;
    -webkit-column-gap: 3.125vw;
    -moz-column-gap: 3.125vw;
    column-gap: 3.125vw;
  }
}
@media only screen and (max-width: 64em) {
  .pagebtnlist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.pagebtnlist .btn {
  width: 100%;
  padding: 1.8rem 0;
  color: #333333;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  font-size: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .pagebtnlist .btn {
    font-size: 4.2666666667vw;
  }
}
.pagebtnlist .btn:after {
  right: 0;
}
.pagebtnlist .btn:hover {
  color: rgba(51, 51, 51, 0.75);
}
.pagebtnlist .btn:hover:after {
  right: -1rem;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.secttl {
  position: relative;
  display: block;
  margin-bottom: 6rem;
  font-size: 2rem;
  text-align: left;
}
@media only screen and (max-width: 64em) {
  .secttl {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .secttl {
    margin-bottom: 8vw;
    line-height: 1.4;
  }
}
.secttl .enttl {
  display: block;
  font-family: "Baskervville", serif;
  line-height: 1.5;
  color: #82b8f5;
  font-size: 7.4rem;
}
@media only screen and (max-width: 64em) {
  .secttl .enttl {
    font-size: 8.5333333333vw;
  }
}
.sec-mv__ttlblk {
  gap: 7rem;
  padding-bottom: 4rem;
  background: url(../images/common/bg_mv.jpg) no-repeat bottom right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sec-mv__ttlblk .parentttl {
  padding: 7rem 5rem 7rem 9rem;
  margin-top: -4rem;
  background: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .parentttl {
    display: none;
  }
}
.sec-mv__ttlblk .parentttl .secttl {
  margin-bottom: 0rem;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .parentttl .secttl {
    font-size: 7.4666666667vw;
  }
}
.sec-mv__ttlblk .parentttl .secttl .enttl {
  display: block;
  margin-bottom: 0.6rem;
  font-family: "Baskervville", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .parentttl .secttl .enttl {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .parentttl .secttl .enttl {
    margin-bottom: 2.6666666667vw;
  }
}
.sec-mv__ttlblk .pagettl .secttl {
  margin-bottom: 0rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.45;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .pagettl .secttl {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .pagettl .secttl {
    text-align: center;
  }
}
.sec-mv__ttlblk .pagettl .secttl .enttl {
  display: block;
  margin-bottom: 1rem;
  font-family: "Baskervville", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .pagettl .secttl .enttl {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk .pagettl .secttl .enttl {
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv__ttlblk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18.6666666667vw 0 10.6666666667vw 0;
    background: url(../images/common/bg_mv_sp.jpg) no-repeat bottom right;
    background-size: cover;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv {
    padding-top: 0;
    margin: 0 0 8vw 0;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv .container {
    padding: 0;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv .breadcrumbs {
    padding: 0 5.3333333333vw;
  }
}
.sec-mv.parent {
  padding: 0;
  margin: 0;
}
.sec-mv.parent img {
  margin: 0 auto;
}
.sec-mv.parent .secttl {
  font-size: 5rem;
  position: absolute;
  top: 40%;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .sec-mv.parent .secttl {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 64em) {
  .sec-mv.parent .secttl {
    top: 50%;
  }
}
.sec-mv.parent .secttl .enttl {
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .sec-mv.parent .secttl .enttl {
    font-size: 4.2666666667vw;
  }
}

.pagettl {
  font-size: 3.6rem;
  font-weight: 600;
  color: #82b8f5;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .pagettl {
    font-size: 8vw;
  }
}

.blkttl {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.46;
  text-align: left;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 64em) {
  .blkttl {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .blkttl {
    padding: 5.8666666667vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.blkttl:before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 8rem;
  height: 0.1rem;
  margin: 0 auto;
  content: "";
  background: #82b8f5;
}

.c-ttl {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.2;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .c-ttl {
    font-size: 4.8vw;
  }
}
.c-ttl:before {
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  content: "";
  background: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .c-ttl:before {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .c-ttl {
    padding-left: 7.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .c-ttl:before {
    top: 5.3333333333vw;
  }
}

.sec-menulist {
  display: inline-block;
}
.sec-menulist li {
  position: relative;
  margin-bottom: 5rem;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 64em) {
  .sec-menulist li {
    margin-bottom: 8vw;
  }
}
.sec-menulist li:last-child {
  margin-bottom: 0;
}
.sec-menulist li .secttl {
  padding-left: 9rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .sec-menulist li .secttl {
    padding-left: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.sec-menulist li .secttl .enttl {
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .sec-menulist li .secttl .enttl {
    margin-bottom: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
.sec-menulist li .secttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6rem;
  height: 6rem;
  content: "";
  background: url(../images/common/btn_menu.svg) no-repeat top left;
  background-size: cover;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .sec-menulist li .secttl::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 100%;
  }
}
.sec-menulist li a {
  display: inline-block;
}
.sec-menulist li:hover .secttl::before {
  left: 10px;
}

.sec-subttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  color: #8fc31f;
  letter-spacing: 1px;
}
@media only screen and (max-width: 64em) {
  .sec-subttl {
    font-size: 4.8vw;
  }
}

.s-ttl {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 64em) {
  .s-ttl {
    padding-left: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.s-ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: #3273bc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .s-ttl:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.ttl-serif {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 64em) {
  .ttl-serif {
    font-size: 4.2666666667vw;
    line-height: 2.15;
  }
}

.parent-ttl {
  position: relative;
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 64em) {
  .parent-ttl {
    font-size: 8vw;
    line-height: 1.4;
  }
}
.parent-ttl .enttl {
  display: block;
  margin-top: 1rem;
  font-family: "Baskervville", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .parent-ttl .enttl {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.parent-sub-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.7;
  color: #82b8f5;
}
@media only screen and (max-width: 64em) {
  .parent-sub-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-page .l-contents .parent-link-item {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-page .l-contents .parent-link-item img {
  display: block;
  width: 100%;
  height: auto;
}
.l-page .l-contents .parent-link-item .link-txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 64em) {
  .l-page .l-contents .parent-link-item .link-txt {
    padding: 5.3333333333vw;
  }
}
.l-page .l-contents .parent-link-item .link-txt .parent-ttl,
.l-page .l-contents .parent-link-item .link-txt .enttl,
.l-page .l-contents .parent-link-item .link-txt p {
  color: #fff;
}
.l-page .l-contents .parent-link-item .link-txt p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 64em) {
  .l-page .l-contents .parent-link-item .link-txt p {
    font-size: 3.4666666667vw;
    font-weight: 600;
  }
}
@media only screen and (max-width: 64em) {
  .l-page .l-contents .parent-link-item .link-txt .parent-ttl {
    font-size: 5.8666666667vw;
  }
}
.l-page .l-contents .parent-link-item:hover {
  opacity: 0.75;
}
.l-page .l-contents .blk-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .l-page .l-contents .blk-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .l-page .l-contents .blk-col-2--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}
.l-page .l-contents .blk-col-2 .img-blk {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70rem;
  flex: 0 0 70rem;
  height: 35rem;
}
@media only screen and (max-width: 64em) {
  .l-page .l-contents .blk-col-2 .img-blk {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
  }
}
.l-page .l-contents .blk-col-2 .img-blk img {
  display: block;
  width: 100%;
  height: auto;
}
.l-page .l-contents .blk-col-2 .txt-blk {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page__notfound .spmenu__sub {
  display: none;
}
.page__top .img {
  margin: 0 auto;
}
.page__top .spmenu__sub {
  display: none;
}
.page__top .mvblk .pagenav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  translate: 0 -50%;
}
.page__top .mvblk .pagenav li {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
}
.page__top .mvblk .video {
  position: relative;
  padding: 56.25% 0 0 0;
  pointer-events: none;
}
.page__top .mvblk .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page__top .mvblk .mvttl {
  position: absolute;
  bottom: 3.5rem;
  left: 5rem;
  color: #fff;
}
.page__top .mvblk .mvttl__main {
  font-weight: 600;
  font-size: 5.2rem;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 64em) {
  .page__top .mvblk .mvttl__main {
    font-size: 3.7333333333vw;
  }
}
.page__top .mvblk .mvttl__sub {
  font-weight: 600;
  font-size: 2.7rem;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 64em) {
  .page__top .mvblk .mvttl__sub {
    font-size: 3.7333333333vw;
  }
}
.page__top .sec-news {
  padding-bottom: 9rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-news {
    padding-bottom: 16vw;
  }
}
.page__top .sec-news .newslist {
  margin-bottom: 4rem;
}
.page__top .sec-features .featureslist .features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 7rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page__top .sec-features .featureslist .features__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page__top .sec-features .featureslist .features__item:not(:first-child) {
  margin-top: 11rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.page__top .sec-features .featureslist .features__item .content {
  position: relative;
}
.page__top .sec-features .featureslist .features__item .content .features__icon {
  position: absolute;
}
.page__top .sec-features .featureslist .features__item .content .features__icon.campus {
  top: -3rem;
  right: -2rem;
  width: 16.2rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item .content .features__icon.campus {
    top: -2.6666666667vw;
    right: -4vw;
    width: 24vw;
  }
}
.page__top .sec-features .featureslist .features__item .content .features__icon.history {
  top: -3rem;
  right: 9.5rem;
  width: 12.3rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item .content .features__icon.history {
    top: -2.6666666667vw;
    right: 13.3333333333vw;
    width: 17.3333333333vw;
  }
}
.page__top .sec-features .featureslist .features__item .content .features__icon.edu {
  top: -2rem;
  right: 5rem;
  width: 12.2rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item .content .features__icon.edu {
    top: 0vw;
    right: 1.3333333333vw;
    width: 16.5333333333vw;
  }
}
.page__top .sec-features .featureslist .features__item .gazou {
  width: 48rem;
}
.page__top .sec-features .featureslist .features__item .txt {
  margin: 3rem 0 4rem 0;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item .txt {
    margin: 5.3333333333vw 0;
  }
}
.page__top .sec-features .featureslist .features__item .features__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.4rem;
}
.page__top .sec-features .featureslist .features__item .features__ttl .ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item .features__ttl .ttl {
    font-size: 5.3333333333vw;
  }
}
.page__top .sec-features .featureslist .features__item .features__ttl .pticon {
  width: 10rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-features .featureslist .features__item .features__ttl .pticon {
    width: 15.7333333333vw;
  }
}
.page__top .sec-admission {
  padding: 0 0 9rem 0;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-admission {
    padding: 0 0 10.6666666667vw 0;
  }
}
.page__top .sec-admission .content {
  position: relative;
  padding: 4rem 6rem;
  margin-top: -11rem;
  background: #fff;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-admission .content {
    padding: 5.3333333333vw 0;
    margin-top: 0;
  }
}
.page__top .sec-admission .content .flex {
  gap: 5.8rem;
}
.page__top .sec-admission .content .flex .btn {
  width: 43.5rem;
  max-width: 100%;
}
.page__top .sec-opencampus {
  padding-bottom: 9rem;
  background: url(../images/bg_campus.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus {
    padding-bottom: 10.6666666667vw;
  }
}
.page__top .sec-opencampus .ttlblk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page__top .sec-opencampus .ttlblk .secttl,
.page__top .sec-opencampus .ttlblk .enttl {
  color: #fff;
  text-align: center;
}
.page__top .sec-opencampus .ttlblk .secttl {
  margin-right: 8rem;
  margin-left: 5rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .ttlblk .secttl {
    margin-right: 2.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.page__top .sec-opencampus .ttlblk .ico {
  width: 9rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .ttlblk .ico {
    width: 13.3333333333vw;
  }
}
.page__top .sec-opencampus .ttlblk .ico.book {
  width: 17rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .ttlblk .ico.book {
    width: 16vw;
  }
}
.page__top .sec-opencampus .flex {
  gap: 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
  }
}
.page__top .sec-opencampus .flex .gazou {
  width: 48rem;
}
.page__top .sec-opencampus .flex .content {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.page__top .sec-opencampus .flex .content .ttl {
  padding: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #3273bc;
  font-size: 2.4rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .flex .content .ttl {
    font-size: 5.3333333333vw;
  }
}
.page__top .sec-opencampus .flex .content .txt {
  padding: 2rem 4rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .flex .content .txt {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .flex .content .txt {
    padding: 5.3333333333vw;
  }
}
.page__top .sec-opencampus .flex .content .txt p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .flex .content .txt p {
    font-size: 3.7333333333vw;
  }
}
.page__top .sec-opencampus .flex .content .txt p:not(:first-child) {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .flex .content .txt p:not(:first-child) {
    margin-top: 4vw;
  }
}
.page__top .sec-opencampus .listtype-disc {
  padding-left: 2rem;
  list-style-type: disc;
}
.page__top .sec-opencampus .listtype-disc > li {
  margin-bottom: 0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-disc > li {
    margin-bottom: 0vw;
  }
}
.page__top .sec-opencampus .listtype-disc > li:last-child {
  margin-bottom: 0;
}
.page__top .sec-opencampus .listtype-disc > li::marker {
  font-size: 0.8rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-disc > li::marker {
    font-size: 2.1333333333vw;
  }
}
.page__top .sec-opencampus .listtype-disc > li::before {
  content: none;
}
.page__top .sec-opencampus .listtype-dash {
  padding-left: 3.2rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-dash {
    padding-left: 5.8666666667vw;
  }
}
.page__top .sec-opencampus .listtype-dash > li {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 2;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-dash > li {
    margin-bottom: 1.3333333333vw;
    letter-spacing: 1.2px;
  }
}
.page__top .sec-opencampus .listtype-dash > li:last-child {
  margin-bottom: 0;
}
.page__top .sec-opencampus .listtype-dash > li:before {
  position: absolute;
  top: 1.8rem;
  left: -3.2rem;
  width: 1.2rem;
  height: 1px;
  content: "";
  background: #3273bc;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-dash > li:before {
    top: 4.8vw;
    left: -8.5333333333vw;
    width: 3.2vw;
  }
}
.page__top .sec-opencampus .listtype-number {
  padding-left: 2.4rem;
  list-style-type: number;
}
.page__top .sec-opencampus .listtype-number > li {
  margin-bottom: 0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-number > li {
    margin-bottom: 0vw;
  }
}
.page__top .sec-opencampus .listtype-number > li:last-child {
  margin-bottom: 0;
}
.page__top .sec-opencampus .listtype-number > li::marker {
  font-size: 1.4rem;
  color: #333333;
  content: counter(list-item) "." "  ";
}
@media only screen and (max-width: 64em) {
  .page__top .sec-opencampus .listtype-number > li::marker {
    font-size: 3.7333333333vw;
  }
}
.page__top .sec-opencampus .listtype-num {
  padding-left: 5rem;
}
.page__top .sec-opencampus .listtype-num > li {
  position: relative;
  margin-bottom: 1rem;
  line-height: 2;
}
.page__top .sec-opencampus .listtype-num > li:last-child {
  margin-bottom: 0;
}
.page__top .sec-opencampus .listtype-num > li:before {
  position: absolute;
  top: 50%;
  left: -5rem;
  width: 3.4rem;
  height: 3.4rem;
  font-family: "Baskervville", serif;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  content: counter(list-item) "  ";
  background: #3273bc;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page__top .sec-opencampus .listtype-jpnum > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 2;
  text-indent: -2rem;
}
.page__top .sec-opencampus .listtype-jpnum > li li {
  text-indent: 0;
}
.page__top .sec-campus {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-campus {
    padding-bottom: 0;
  }
}
.page__top .sec-campus .content {
  position: relative;
}
.page__top .sec-campus .content .gazou {
  width: 75.8rem;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-campus .content .gazou {
    margin-left: -5.3333333333vw;
  }
}
.page__top .sec-campus .content .campusintro {
  position: absolute;
  top: 30%;
  right: 0;
  width: 56.5rem;
  padding: 6rem 3rem 3rem 5rem;
  background: #fff;
  border-top: 1rem solid #82b8f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-campus .content .campusintro {
    position: relative;
    top: auto;
    width: 89.3333333333vw;
    padding: 8vw;
    margin-top: -18.6666666667vw;
  }
}
.page__top .sec-campus .content .campusintro .secttl {
  position: relative;
}
.page__top .sec-campus .content .campusintro .secttl:after {
  position: absolute;
  top: 50%;
  right: 0rem;
  width: 5.5rem;
  height: 1.4rem;
  content: "";
  background: url(../images/common/btn_arrow_light.svg) no-repeat top right;
  background-size: cover;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
  translate: 0 -50%;
}
@media only screen and (max-width: 64em) {
  .page__top .sec-campus .content .campusintro .secttl:after {
    width: 8vw;
    height: 2.1333333333vw;
  }
}
.page__top .sec-campus .content .campusintro:hover {
  background: rgba(255, 255, 255, 0.9);
}
.page__top .sec-campus .content .campusintro:hover .secttl::after {
  right: -2rem;
}
.page__news .sec-news .newsdetail {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 64em) {
  .page__news .sec-news .newsdetail {
    margin-bottom: 5.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__news .sec-news .newsdetail__content * {
    font-size: 4.2666666667vw;
  }
}
.page__news .sec-news .newsdetail__content p,
.page__news .sec-news .newsdetail__content ul,
.page__news .sec-news .newsdetail__content ol,
.page__news .sec-news .newsdetail__content div {
  margin-top: 3rem;
}
@media only screen and (max-width: 64em) {
  .page__news .sec-news .newsdetail__content p,
  .page__news .sec-news .newsdetail__content ul,
  .page__news .sec-news .newsdetail__content ol,
  .page__news .sec-news .newsdetail__content div {
    margin-top: 5.3333333333vw;
  }
}
.page__news .sec-news .newsdetail__content img {
  width: 80rem;
  max-width: 100%;
  margin: 6rem auto;
}
@media only screen and (max-width: 64em) {
  .page__news .sec-news .newsdetail__content img {
    margin: 5.3333333333vw auto;
  }
}
.page__faculty.faculty .faculty-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 7rem;
}
@media only screen and (max-width: 64em) {
  .page__faculty.faculty .faculty-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__faculty.faculty .faculty-col-2--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.3333333333vw;
  }
}
.page__faculty.faculty .faculty-col-2 .img-blk {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48rem;
  flex: 0 0 48rem;
}
@media only screen and (max-width: 64em) {
  .page__faculty.faculty .faculty-col-2 .img-blk {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.page__faculty.faculty .faculty-col-2 .img-blk img {
  display: block;
  width: 100%;
  height: auto;
}
.page__faculty.faculty .faculty-col-2 .txt-blk {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page__faculty.message .message-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
}
@media only screen and (max-width: 64em) {
  .page__faculty.message .message-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page__faculty.message .message-blk .img-blk {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26rem;
  flex: 0 0 26rem;
}
@media only screen and (max-width: 64em) {
  .page__faculty.message .message-blk .img-blk {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
  }
}
.page__faculty.message .message-blk .img-blk img {
  display: block;
  width: 100%;
  height: auto;
}
.page__faculty.message .message-blk .img-blk .dean-name {
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  .page__faculty.message .message-blk .img-blk .dean-name {
    font-size: 3.2vw;
  }
}
.page__faculty.message .message-blk .img-blk .dean-name span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  .page__faculty.message .message-blk .img-blk .dean-name span {
    font-size: 4.2666666667vw;
  }
}
.page__faculty.directions .imgmap {
  width: 71rem;
  margin: 0 auto;
}
.page__nursing .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__nursing .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.953125vw;
    -webkit-column-gap: 1.953125vw;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid {
    display: grid;
    grid-template-columns: auto;
    row-gap: 8vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page__nursing .grid li {
  position: relative;
  padding: 1.5rem 0 9rem 0;
  letter-spacing: 0;
  border: 1px solid #82b8f5;
}
.page__nursing .grid li .content {
  padding: 0 1.5rem;
}
.page__nursing .grid li .year {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #82b8f5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li .year {
    font-size: 3.7333333333vw;
  }
}
.page__nursing .grid li .txt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li .txt {
    font-size: 3.7333333333vw;
  }
}
.page__nursing .grid li .tag {
  display: none;
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 4vw;
    color: #fff;
    text-align: center;
    background: #82b8f5;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 64em) and (max-width: 64em) {
  .page__nursing .grid li .tag {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li .tag:after {
    position: absolute;
    right: 0;
    bottom: -6.6666666667vw;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-top: 6.6666666667vw solid #82b8f5;
    border-right: 10.6666666667vw solid transparent;
    border-left: 10.6666666667vw solid transparent;
  }
}
.page__nursing .grid li:nth-child(2) .tag {
  background: #5d99dc;
}
.page__nursing .grid li:nth-child(2) .tag:after {
  border-top: 8vw solid #5d99dc;
}
.page__nursing .grid li:nth-child(3) .tag {
  background: #4b88cf;
}
.page__nursing .grid li:nth-child(3) .tag:after {
  border-top: 8vw solid #4b88cf;
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li:nth-child(3) {
    margin-right: 5.3333333333vw;
  }
}
.page__nursing .grid li:nth-child(4) .tag {
  background: #3575bf;
}
.page__nursing .grid li:nth-child(4) .tag:after {
  border-top: 8vw solid #3575bf;
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li:nth-child(4) {
    margin-right: 5.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .grid li {
    padding: 4vw 0 26.6666666667vw 0;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .content-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .caption-wrapper {
    position: absolute;
    right: 0;
    bottom: -2.6666666667vw;
  }
}
.page__nursing .caption-wrapper .caption {
  position: relative;
  width: 54rem;
  max-width: 100%;
  margin-top: 2.5rem;
  margin-left: auto;
  background: url(../images/nursing/bg_caption.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 64em) {
  .page__nursing .caption-wrapper .caption {
    width: 4vw;
    height: 138.6666666667vw;
    margin-top: 0;
    background: url(../images/nursing/bg_caption_sp.png) no-repeat center;
    background-size: 100%;
  }
}
.page__nursing .caption-wrapper .caption span {
  font-size: 1.4rem;
  display: block;
  width: 50%;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.4;
  color: #3273bc;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 64em) {
  .page__nursing .caption-wrapper .caption span {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .caption-wrapper .caption span {
    position: absolute;
    top: 50%;
    width: 70%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page__nursing .taglist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: -8rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__nursing .taglist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.953125vw;
    -webkit-column-gap: 1.953125vw;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing .taglist {
    display: none;
  }
}
.page__nursing .taglist .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem;
  color: #fff;
  background: #82b8f5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .page__nursing .taglist .tag {
    font-size: 3.7333333333vw;
  }
}
.page__nursing .taglist .tag:after {
  position: absolute;
  right: -2rem;
  bottom: 0;
  width: 0;
  height: 6.6rem;
  margin: 0 auto;
  content: "";
  border-top: 3.3rem solid transparent;
  border-bottom: 3.3rem solid transparent;
  border-left: 2rem solid #82b8f5;
}
.page__nursing .taglist .tag:nth-child(2) {
  background: #5d99dc;
}
.page__nursing .taglist .tag:nth-child(2):after {
  border-left: 2rem solid #5d99dc;
}
.page__nursing .taglist .tag:nth-child(3) {
  background: #4b88cf;
}
.page__nursing .taglist .tag:nth-child(3):after {
  border-left: 2rem solid #4b88cf;
}
.page__nursing .taglist .tag:nth-child(4) {
  width: calc(100% - 2rem);
  background: #3575bf;
}
.page__nursing .taglist .tag:nth-child(4):after {
  border-left: 2rem solid #3575bf;
}
.page__nursing.philosophyandpolicy .l-contents {
  padding-bottom: 0;
}
.page__nursing.philosophyandpolicy article .ttl {
  font-size: 2.8rem;
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy article .ttl {
    font-size: 5.8666666667vw;
  }
}
.page__nursing.philosophyandpolicy .listtype-num li {
  font-size: 1.8rem;
  padding: 2.4rem 0rem 2.4rem 3.7rem;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy .listtype-num li {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy .listtype-num li {
    padding: 5.3333333333vw 0vw 5.3333333333vw 8vw;
  }
}
.page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-header {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-header {
    padding-right: 5.3333333333vw;
  }
}
.page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-header::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #82b8f5;
  content: "+";
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-header::after {
    font-size: 5.8666666667vw;
  }
}
.page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-header.ui-state-active::after {
  content: "–";
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-header:hover {
  color: #82b8f5;
}
.page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-content {
  padding: 2rem 0;
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-content {
    padding: 5.3333333333vw 0;
  }
}
.page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-content .child {
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
}
@media only screen and (max-width: 64em) {
  .page__nursing.philosophyandpolicy .accordion-menu .parent .accordion-content .child {
    font-size: 3.7333333333vw;
  }
}
.page__nursing.philosophyandpolicy .ui-accordion .ui-accordion-header {
  color: #333333;
  background: none;
  border: none;
}
.page__nursing.philosophyandpolicy .ui-accordion .ui-accordion-content {
  padding: 0;
  border: none;
}
.page__nursing.curriculum .table-wrapper {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  overflow-x: auto;
}
.page__nursing.curriculum .table-wrapper .curriculum-table {
  width: 130rem;
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
}
.page__nursing.curriculum .table-wrapper .curriculum-table .first-col,
.page__nursing.curriculum .table-wrapper .curriculum-table .row-header {
  width: 14rem;
}
.page__nursing.curriculum .table-wrapper .curriculum-table thead .first-col {
  background-color: #fff;
}
.page__nursing.curriculum .table-wrapper .curriculum-table thead .year-header {
  position: relative;
  height: 2.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #fff;
}
.page__nursing.curriculum .table-wrapper .curriculum-table thead .year-header:nth-child(2), .page__nursing.curriculum .table-wrapper .curriculum-table thead .year-header:nth-child(4) {
  background-color: #46a8de;
}
.page__nursing.curriculum .table-wrapper .curriculum-table thead .year-header:nth-child(3), .page__nursing.curriculum .table-wrapper .curriculum-table thead .year-header:nth-child(5) {
  background-color: #49b2c5;
}
.page__nursing.curriculum .table-wrapper .curriculum-table thead .sub-header {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
  background-color: #fff;
  border: none;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-header {
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody td {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  border-right: 1px dashed #c1c1c1;
  border-bottom: 1px solid #fff;
  border-left: 1px dashed #c1c1c1;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody td:nth-of-type(2n) {
  border-right: 1px solid #dcdcdc;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-teal .row-header {
  background-color: #5abdc0;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-teal td {
  background-color: #d5ebdf;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-pink .row-header {
  background-color: #e88799;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-pink td {
  background-color: #fbe7eb;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-blue .row-header {
  background-color: #6b9bc6;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-blue td {
  background-color: #d2e1ec;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-green .row-header {
  background-color: #7bc193;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-green td {
  background-color: #d7eacd;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-palepurple .row-header {
  background-color: #d083ac;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-palepurple td {
  background-color: #ede2e8;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-purple .row-header {
  background-color: #9e90b9;
}
.page__nursing.curriculum .table-wrapper .curriculum-table tbody .row-purple td {
  background-color: #dddce6;
}
.page__admissions.opencampus .opencampus-nav {
  gap: 1.5rem;
  margin-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .opencampus-nav {
    gap: 1.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.page__admissions.opencampus .opencampus-nav li {
  width: 40rem;
  background: #3273bc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page__admissions.opencampus .opencampus-nav li:nth-child(2) {
  background: #5b8fc9;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .opencampus-nav li {
    width: 49%;
  }
}
.page__admissions.opencampus .opencampus-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .opencampus-nav li a {
    gap: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.page__admissions.opencampus .opencampus-nav li:hover {
  opacity: 0.7;
}
.page__admissions.opencampus .sub-inner {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__admissions.opencampus .sub-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sub-inner {
    width: 100%;
  }
}
.page__admissions.opencampus .session-ttl {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: left;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .session-ttl {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .session-ttl {
    padding: 5.8666666667vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.page__admissions.opencampus .session-ttl:before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 6rem;
  height: 0.2rem;
  margin: 0 auto;
  content: "";
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .session-ttl:before {
    top: -0.2666666667vw;
    width: 16vw;
    height: 0.5333333333vw;
  }
}
.page__admissions.opencampus .sec-opencampus {
  padding-bottom: 9rem;
  color: #fff;
  background-color: #3273bc;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus {
    padding-bottom: 10.6666666667vw;
  }
}
.page__admissions.opencampus .sec-opencampus .txtlink {
  color: #82b8f5;
}
.page__admissions.opencampus .sec-opencampus .txtlink:hover {
  color: #fff;
}
.page__admissions.opencampus .sec-opencampus .session-ttl {
  color: #fff;
}
.page__admissions.opencampus .sec-opencampus .session-ttl:before {
  background: #fff;
}
.page__admissions.opencampus .sec-opencampus .campus-mvblk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 4rem;
  padding: 2rem 0;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .campus-mvblk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.page__admissions.opencampus .sec-opencampus .campus-mvblk:before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 8rem;
  height: 0.1rem;
  margin: 0 auto;
  content: "";
  background: #82b8f5;
}
.page__admissions.opencampus .sec-opencampus .campus-mvblk .blk-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.46;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .campus-mvblk .blk-ttl {
    font-size: 5.8666666667vw;
  }
}
.page__admissions.opencampus .sec-opencampus .campus-mvblk img {
  width: 70rem;
  height: auto;
}
.page__admissions.opencampus .sec-opencampus .event-wrapper {
  width: 80rem;
  margin: 0 2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper {
    width: 100%;
    margin: 0;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event {
    margin-bottom: 5.3333333333vw;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  gap: 2rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  margin-top: 3rem;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background-color: #84bbf8;
  border-radius: 50%;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li .event-ttl {
  display: block;
  min-width: 20rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li .event-ttl {
    min-width: 100%;
    font-size: 4.8vw;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li .event-detail {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .campus-event li .event-detail {
    font-size: 3.7333333333vw;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .dot-ttl {
  position: relative;
  padding-left: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .dot-ttl {
    padding-left: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.page__admissions.opencampus .sec-opencampus .event-wrapper .dot-ttl::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background-color: #84bbf8;
  border-radius: 50%;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-opencampus .event-wrapper .dot-ttl::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page__admissions.opencampus .sec-counseling {
  padding-bottom: 9rem;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-counseling {
    padding-bottom: 10.6666666667vw;
  }
}
.page__admissions.opencampus .sec-counseling .counseling-session .session-ttl {
  color: #000;
}
.page__admissions.opencampus .sec-counseling .counseling-session .session-ttl:before {
  background: #3273bc;
}
.page__admissions.opencampus .sec-counseling .counseling-session .session-place {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3273bc;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-counseling .counseling-session .session-place {
    font-size: 4.8vw;
  }
}
.page__admissions.opencampus .sec-counseling .counseling-session .session-place span {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-counseling .counseling-session .session-place span {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page__admissions.opencampus .sec-counseling .counseling-session .session-txt {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3273bc;
}
.page__admissions.opencampus .sec-counseling .counseling-session .session-txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.1rem;
  content: "";
  background: #3273bc;
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-counseling .counseling-session .session-txt:before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__admissions.opencampus .sec-counseling .counseling-session .session-txt {
    padding-left: 7.4666666667vw;
  }
}
.page__features.features .features-bg {
  padding-bottom: 9rem;
  background: #ecf5fe;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg {
    padding-bottom: 10.6666666667vw;
  }
}
.page__features.features .features-bg--white {
  background: #fff;
}
.page__features.features .features-bg .features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8vw;
  }
}
.page__features.features .features-bg .features__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page__features.features .features-bg .features__item .content {
  position: relative;
}
.page__features.features .features-bg .features__item .content .features__icon {
  position: absolute;
}
.page__features.features .features-bg .features__item .content .features__icon.campus {
  top: -5rem;
  right: 0;
  width: 16.2rem;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item .content .features__icon.campus {
    top: -5.3333333333vw;
    width: 24vw;
  }
}
.page__features.features .features-bg .features__item .content .features__icon.history {
  top: 3rem;
  right: 0;
  width: 12.3rem;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item .content .features__icon.history {
    top: 5.3333333333vw;
    width: 17.3333333333vw;
  }
}
.page__features.features .features-bg .features__item .content .features__icon.edu {
  top: -5rem;
  right: 0;
  width: 12rem;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item .content .features__icon.edu {
    top: -2.6666666667vw;
    width: 16vw;
  }
}
.page__features.features .features-bg .features__item .gazou {
  width: 64rem;
}
.page__features.features .features-bg .features__item .txt {
  margin: 4rem 0;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item .txt {
    margin: 8vw 0 5.3333333333vw 0;
  }
}
.page__features.features .features-bg .features__item .features__ttl .ttl {
  font-size: 2.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item .features__ttl .ttl {
    font-size: 5.3333333333vw;
  }
}
.page__features.features .features-bg .features__item .features__ttl .pticon {
  width: 10rem;
}
@media only screen and (max-width: 64em) {
  .page__features.features .features-bg .features__item .features__ttl .pticon {
    width: 15.7333333333vw;
  }
}
.page__features.history .anniversary-blk {
  width: 90.2rem;
  margin: 0 auto 11.5rem auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__features.history .anniversary-blk {
    width: 100%;
    margin-bottom: 7.8125vw;
  }
}
@media only screen and (max-width: 64em) {
  .page__features.history .anniversary-blk {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.page__features.history .anniversary-blk .anni-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 64em) {
  .page__features.history .anniversary-blk .anni-img {
    margin-bottom: 8vw;
  }
}
.page__features.history .anniversary-blk .anni-img img {
  width: 47.5rem;
  height: auto;
}
@media only screen and (max-width: 64em) {
  .page__features.history .anniversary-blk .anni-img img {
    width: 100%;
  }
}
.page__features.history .anniversary-blk .anni-txt {
  font-size: 2.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 64em) {
  .page__features.history .anniversary-blk .anni-txt {
    font-size: 4.8vw;
  }
}
.page__features.history .history-ttl {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 64em) {
  .page__features.history .history-ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page__features.history .golden-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 6rem;
  border: 1px solid #d9b300;
}
@media only screen and (max-width: 64em) {
  .page__features.history .golden-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 4vw;
  }
}
.page__features.history .golden-box img {
  width: 24.4rem;
  height: auto;
}
@media only screen and (max-width: 64em) {
  .page__features.history .golden-box img {
    width: 37.3333333333vw;
  }
}
.page__features.history .golden-box p {
  font-size: 2.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 64em) {
  .page__features.history .golden-box p {
    font-size: 4.2666666667vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-dn-all {
  display: none;
}
@media all and (min-width: 73.8125em) {
  .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: 73.8125em) 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: 64em) and (max-width: 73.75em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-fw-blk {
  font-weight: 900;
}
.u-fw-bold {
  font-weight: 700;
}
.u-fw-semibold {
  font-weight: 600;
}
.u-fw-medium {
  font-weight: 500;
}
.u-fw-normal {
  font-weight: 400;
}
.u-fw-light {
  font-weight: 300;
}
.u-fw-extralight {
  font-weight: 300;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 73.8125em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) and (max-width: 73.75em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 64em) {
  .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: 73.8125em) {
  .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: 64em) and (max-width: 73.75em) {
  .u-m-center-tb {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 64em) {
  .u-m-center-sp {
    margin-right: auto;
    margin-left: auto;
  }
}
.u-mr-auto {
  margin-right: auto;
}
@media all and (min-width: 73.8125em) {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media print {
  .u-mr-auto-pc {
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-mr-auto-tb {
    margin-right: auto;
  }
}
@media only screen and (max-width: 64em) {
  .u-mr-auto-sp {
    margin-right: auto;
  }
}
.u-ml-auto {
  margin-left: auto;
}
@media all and (min-width: 73.8125em) {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media print {
  .u-ml-auto-pc {
    margin-left: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-ml-auto-tb {
    margin-left: auto;
  }
}
@media only screen and (max-width: 64em) {
  .u-ml-auto-sp {
    margin-left: auto;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-pt-0 {
  padding-top: 0rem;
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}
.u-pr-0 {
  padding-right: 0rem;
}
.u-pl-0 {
  padding-left: 0rem;
}
.u-pt-5 {
  padding-top: 0.5rem;
}
.u-pb-5 {
  padding-bottom: 0.5rem !important;
}
.u-pr-5 {
  padding-right: 0.5rem;
}
.u-pl-5 {
  padding-left: 0.5rem;
}
.u-pt-10 {
  padding-top: 1rem;
}
.u-pb-10 {
  padding-bottom: 1rem !important;
}
.u-pr-10 {
  padding-right: 1rem;
}
.u-pl-10 {
  padding-left: 1rem;
}
.u-pt-15 {
  padding-top: 1.5rem;
}
.u-pb-15 {
  padding-bottom: 1.5rem !important;
}
.u-pr-15 {
  padding-right: 1.5rem;
}
.u-pl-15 {
  padding-left: 1.5rem;
}
.u-pt-20 {
  padding-top: 2rem;
}
.u-pb-20 {
  padding-bottom: 2rem !important;
}
.u-pr-20 {
  padding-right: 2rem;
}
.u-pl-20 {
  padding-left: 2rem;
}
.u-pt-25 {
  padding-top: 2.5rem;
}
.u-pb-25 {
  padding-bottom: 2.5rem !important;
}
.u-pr-25 {
  padding-right: 2.5rem;
}
.u-pl-25 {
  padding-left: 2.5rem;
}
.u-pt-30 {
  padding-top: 3rem;
}
.u-pb-30 {
  padding-bottom: 3rem !important;
}
.u-pr-30 {
  padding-right: 3rem;
}
.u-pl-30 {
  padding-left: 3rem;
}
.u-pt-35 {
  padding-top: 3.5rem;
}
.u-pb-35 {
  padding-bottom: 3.5rem !important;
}
.u-pr-35 {
  padding-right: 3.5rem;
}
.u-pl-35 {
  padding-left: 3.5rem;
}
.u-pt-40 {
  padding-top: 4rem;
}
.u-pb-40 {
  padding-bottom: 4rem !important;
}
.u-pr-40 {
  padding-right: 4rem;
}
.u-pl-40 {
  padding-left: 4rem;
}
.u-pt-45 {
  padding-top: 4.5rem;
}
.u-pb-45 {
  padding-bottom: 4.5rem !important;
}
.u-pr-45 {
  padding-right: 4.5rem;
}
.u-pl-45 {
  padding-left: 4.5rem;
}
.u-pt-50 {
  padding-top: 5rem;
}
.u-pb-50 {
  padding-bottom: 5rem !important;
}
.u-pr-50 {
  padding-right: 5rem;
}
.u-pl-50 {
  padding-left: 5rem;
}
.u-pt-55 {
  padding-top: 5.5rem;
}
.u-pb-55 {
  padding-bottom: 5.5rem !important;
}
.u-pr-55 {
  padding-right: 5.5rem;
}
.u-pl-55 {
  padding-left: 5.5rem;
}
.u-pt-60 {
  padding-top: 6rem;
}
.u-pb-60 {
  padding-bottom: 6rem !important;
}
.u-pr-60 {
  padding-right: 6rem;
}
.u-pl-60 {
  padding-left: 6rem;
}
.u-pt-65 {
  padding-top: 6.5rem;
}
.u-pb-65 {
  padding-bottom: 6.5rem !important;
}
.u-pr-65 {
  padding-right: 6.5rem;
}
.u-pl-65 {
  padding-left: 6.5rem;
}
.u-pt-70 {
  padding-top: 7rem;
}
.u-pb-70 {
  padding-bottom: 7rem !important;
}
.u-pr-70 {
  padding-right: 7rem;
}
.u-pl-70 {
  padding-left: 7rem;
}
.u-pt-75 {
  padding-top: 7.5rem;
}
.u-pb-75 {
  padding-bottom: 7.5rem !important;
}
.u-pr-75 {
  padding-right: 7.5rem;
}
.u-pl-75 {
  padding-left: 7.5rem;
}
.u-pt-80 {
  padding-top: 8rem;
}
.u-pb-80 {
  padding-bottom: 8rem !important;
}
.u-pr-80 {
  padding-right: 8rem;
}
.u-pl-80 {
  padding-left: 8rem;
}
.u-pt-85 {
  padding-top: 8.5rem;
}
.u-pb-85 {
  padding-bottom: 8.5rem !important;
}
.u-pr-85 {
  padding-right: 8.5rem;
}
.u-pl-85 {
  padding-left: 8.5rem;
}
.u-pt-90 {
  padding-top: 9rem;
}
.u-pb-90 {
  padding-bottom: 9rem !important;
}
.u-pr-90 {
  padding-right: 9rem;
}
.u-pl-90 {
  padding-left: 9rem;
}
.u-pt-95 {
  padding-top: 9.5rem;
}
.u-pb-95 {
  padding-bottom: 9.5rem !important;
}
.u-pr-95 {
  padding-right: 9.5rem;
}
.u-pl-95 {
  padding-left: 9.5rem;
}
.u-pt-100 {
  padding-top: 10rem;
}
.u-pb-100 {
  padding-bottom: 10rem !important;
}
.u-pr-100 {
  padding-right: 10rem;
}
.u-pl-100 {
  padding-left: 10rem;
}
.u-pt-105 {
  padding-top: 10.5rem;
}
.u-pb-105 {
  padding-bottom: 10.5rem !important;
}
.u-pr-105 {
  padding-right: 10.5rem;
}
.u-pl-105 {
  padding-left: 10.5rem;
}
.u-pt-110 {
  padding-top: 11rem;
}
.u-pb-110 {
  padding-bottom: 11rem !important;
}
.u-pr-110 {
  padding-right: 11rem;
}
.u-pl-110 {
  padding-left: 11rem;
}
.u-pt-115 {
  padding-top: 11.5rem;
}
.u-pb-115 {
  padding-bottom: 11.5rem !important;
}
.u-pr-115 {
  padding-right: 11.5rem;
}
.u-pl-115 {
  padding-left: 11.5rem;
}
.u-pt-120 {
  padding-top: 12rem;
}
.u-pb-120 {
  padding-bottom: 12rem !important;
}
.u-pr-120 {
  padding-right: 12rem;
}
.u-pl-120 {
  padding-left: 12rem;
}
.u-pt-125 {
  padding-top: 12.5rem;
}
.u-pb-125 {
  padding-bottom: 12.5rem !important;
}
.u-pr-125 {
  padding-right: 12.5rem;
}
.u-pl-125 {
  padding-left: 12.5rem;
}
.u-pt-130 {
  padding-top: 13rem;
}
.u-pb-130 {
  padding-bottom: 13rem !important;
}
.u-pr-130 {
  padding-right: 13rem;
}
.u-pl-130 {
  padding-left: 13rem;
}
.u-pt-135 {
  padding-top: 13.5rem;
}
.u-pb-135 {
  padding-bottom: 13.5rem !important;
}
.u-pr-135 {
  padding-right: 13.5rem;
}
.u-pl-135 {
  padding-left: 13.5rem;
}
.u-pt-140 {
  padding-top: 14rem;
}
.u-pb-140 {
  padding-bottom: 14rem !important;
}
.u-pr-140 {
  padding-right: 14rem;
}
.u-pl-140 {
  padding-left: 14rem;
}
.u-pt-145 {
  padding-top: 14.5rem;
}
.u-pb-145 {
  padding-bottom: 14.5rem !important;
}
.u-pr-145 {
  padding-right: 14.5rem;
}
.u-pl-145 {
  padding-left: 14.5rem;
}
.u-pt-150 {
  padding-top: 15rem;
}
.u-pb-150 {
  padding-bottom: 15rem !important;
}
.u-pr-150 {
  padding-right: 15rem;
}
.u-pl-150 {
  padding-left: 15rem;
}
.u-pt-155 {
  padding-top: 15.5rem;
}
.u-pb-155 {
  padding-bottom: 15.5rem !important;
}
.u-pr-155 {
  padding-right: 15.5rem;
}
.u-pl-155 {
  padding-left: 15.5rem;
}
.u-pt-160 {
  padding-top: 16rem;
}
.u-pb-160 {
  padding-bottom: 16rem !important;
}
.u-pr-160 {
  padding-right: 16rem;
}
.u-pl-160 {
  padding-left: 16rem;
}
.u-pt-165 {
  padding-top: 16.5rem;
}
.u-pb-165 {
  padding-bottom: 16.5rem !important;
}
.u-pr-165 {
  padding-right: 16.5rem;
}
.u-pl-165 {
  padding-left: 16.5rem;
}
.u-pt-170 {
  padding-top: 17rem;
}
.u-pb-170 {
  padding-bottom: 17rem !important;
}
.u-pr-170 {
  padding-right: 17rem;
}
.u-pl-170 {
  padding-left: 17rem;
}
.u-pt-175 {
  padding-top: 17.5rem;
}
.u-pb-175 {
  padding-bottom: 17.5rem !important;
}
.u-pr-175 {
  padding-right: 17.5rem;
}
.u-pl-175 {
  padding-left: 17.5rem;
}
.u-pt-180 {
  padding-top: 18rem;
}
.u-pb-180 {
  padding-bottom: 18rem !important;
}
.u-pr-180 {
  padding-right: 18rem;
}
.u-pl-180 {
  padding-left: 18rem;
}
.u-pt-185 {
  padding-top: 18.5rem;
}
.u-pb-185 {
  padding-bottom: 18.5rem !important;
}
.u-pr-185 {
  padding-right: 18.5rem;
}
.u-pl-185 {
  padding-left: 18.5rem;
}
.u-pt-190 {
  padding-top: 19rem;
}
.u-pb-190 {
  padding-bottom: 19rem !important;
}
.u-pr-190 {
  padding-right: 19rem;
}
.u-pl-190 {
  padding-left: 19rem;
}
.u-pt-195 {
  padding-top: 19.5rem;
}
.u-pb-195 {
  padding-bottom: 19.5rem !important;
}
.u-pr-195 {
  padding-right: 19.5rem;
}
.u-pl-195 {
  padding-left: 19.5rem;
}
.u-pt-200 {
  padding-top: 20rem;
}
.u-pb-200 {
  padding-bottom: 20rem !important;
}
.u-pr-200 {
  padding-right: 20rem;
}
.u-pl-200 {
  padding-left: 20rem;
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }
  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }
  .u-pr-pc-0 {
    padding-right: 0rem;
  }
  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}
@media print {
  .u-pt-pc-0 {
    padding-top: 0rem;
  }
  .u-pb-pc-0 {
    padding-bottom: 0rem;
  }
  .u-pr-pc-0 {
    padding-right: 0rem;
  }
  .u-pl-pc-0 {
    padding-left: 0rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }
  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }
  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}
@media print {
  .u-pt-pc-5 {
    padding-top: 0.5rem;
  }
  .u-pb-pc-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-pc-5 {
    padding-right: 0.5rem;
  }
  .u-pl-pc-5 {
    padding-left: 0.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }
  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }
  .u-pr-pc-10 {
    padding-right: 1rem;
  }
  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}
@media print {
  .u-pt-pc-10 {
    padding-top: 1rem;
  }
  .u-pb-pc-10 {
    padding-bottom: 1rem;
  }
  .u-pr-pc-10 {
    padding-right: 1rem;
  }
  .u-pl-pc-10 {
    padding-left: 1rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }
  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }
  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}
@media print {
  .u-pt-pc-15 {
    padding-top: 1.5rem;
  }
  .u-pb-pc-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-pc-15 {
    padding-right: 1.5rem;
  }
  .u-pl-pc-15 {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }
  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }
  .u-pr-pc-20 {
    padding-right: 2rem;
  }
  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}
@media print {
  .u-pt-pc-20 {
    padding-top: 2rem;
  }
  .u-pb-pc-20 {
    padding-bottom: 2rem;
  }
  .u-pr-pc-20 {
    padding-right: 2rem;
  }
  .u-pl-pc-20 {
    padding-left: 2rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }
  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }
  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}
@media print {
  .u-pt-pc-25 {
    padding-top: 2.5rem;
  }
  .u-pb-pc-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-pc-25 {
    padding-right: 2.5rem;
  }
  .u-pl-pc-25 {
    padding-left: 2.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }
  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }
  .u-pr-pc-30 {
    padding-right: 3rem;
  }
  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}
@media print {
  .u-pt-pc-30 {
    padding-top: 3rem;
  }
  .u-pb-pc-30 {
    padding-bottom: 3rem;
  }
  .u-pr-pc-30 {
    padding-right: 3rem;
  }
  .u-pl-pc-30 {
    padding-left: 3rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }
  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }
  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}
@media print {
  .u-pt-pc-35 {
    padding-top: 3.5rem;
  }
  .u-pb-pc-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-pc-35 {
    padding-right: 3.5rem;
  }
  .u-pl-pc-35 {
    padding-left: 3.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }
  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }
  .u-pr-pc-40 {
    padding-right: 4rem;
  }
  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}
@media print {
  .u-pt-pc-40 {
    padding-top: 4rem;
  }
  .u-pb-pc-40 {
    padding-bottom: 4rem;
  }
  .u-pr-pc-40 {
    padding-right: 4rem;
  }
  .u-pl-pc-40 {
    padding-left: 4rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }
  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }
  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}
@media print {
  .u-pt-pc-45 {
    padding-top: 4.5rem;
  }
  .u-pb-pc-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-pc-45 {
    padding-right: 4.5rem;
  }
  .u-pl-pc-45 {
    padding-left: 4.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }
  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }
  .u-pr-pc-50 {
    padding-right: 5rem;
  }
  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}
@media print {
  .u-pt-pc-50 {
    padding-top: 5rem;
  }
  .u-pb-pc-50 {
    padding-bottom: 5rem;
  }
  .u-pr-pc-50 {
    padding-right: 5rem;
  }
  .u-pl-pc-50 {
    padding-left: 5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }
  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }
  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}
@media print {
  .u-pt-pc-55 {
    padding-top: 5.5rem;
  }
  .u-pb-pc-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-pc-55 {
    padding-right: 5.5rem;
  }
  .u-pl-pc-55 {
    padding-left: 5.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }
  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }
  .u-pr-pc-60 {
    padding-right: 6rem;
  }
  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}
@media print {
  .u-pt-pc-60 {
    padding-top: 6rem;
  }
  .u-pb-pc-60 {
    padding-bottom: 6rem;
  }
  .u-pr-pc-60 {
    padding-right: 6rem;
  }
  .u-pl-pc-60 {
    padding-left: 6rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }
  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }
  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}
@media print {
  .u-pt-pc-65 {
    padding-top: 6.5rem;
  }
  .u-pb-pc-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-pc-65 {
    padding-right: 6.5rem;
  }
  .u-pl-pc-65 {
    padding-left: 6.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }
  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }
  .u-pr-pc-70 {
    padding-right: 7rem;
  }
  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}
@media print {
  .u-pt-pc-70 {
    padding-top: 7rem;
  }
  .u-pb-pc-70 {
    padding-bottom: 7rem;
  }
  .u-pr-pc-70 {
    padding-right: 7rem;
  }
  .u-pl-pc-70 {
    padding-left: 7rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }
  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }
  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}
@media print {
  .u-pt-pc-75 {
    padding-top: 7.5rem;
  }
  .u-pb-pc-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-pc-75 {
    padding-right: 7.5rem;
  }
  .u-pl-pc-75 {
    padding-left: 7.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }
  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }
  .u-pr-pc-80 {
    padding-right: 8rem;
  }
  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}
@media print {
  .u-pt-pc-80 {
    padding-top: 8rem;
  }
  .u-pb-pc-80 {
    padding-bottom: 8rem;
  }
  .u-pr-pc-80 {
    padding-right: 8rem;
  }
  .u-pl-pc-80 {
    padding-left: 8rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }
  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }
  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}
@media print {
  .u-pt-pc-85 {
    padding-top: 8.5rem;
  }
  .u-pb-pc-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-pc-85 {
    padding-right: 8.5rem;
  }
  .u-pl-pc-85 {
    padding-left: 8.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }
  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }
  .u-pr-pc-90 {
    padding-right: 9rem;
  }
  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}
@media print {
  .u-pt-pc-90 {
    padding-top: 9rem;
  }
  .u-pb-pc-90 {
    padding-bottom: 9rem;
  }
  .u-pr-pc-90 {
    padding-right: 9rem;
  }
  .u-pl-pc-90 {
    padding-left: 9rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }
  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }
  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}
@media print {
  .u-pt-pc-95 {
    padding-top: 9.5rem;
  }
  .u-pb-pc-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-pc-95 {
    padding-right: 9.5rem;
  }
  .u-pl-pc-95 {
    padding-left: 9.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }
  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }
  .u-pr-pc-100 {
    padding-right: 10rem;
  }
  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}
@media print {
  .u-pt-pc-100 {
    padding-top: 10rem;
  }
  .u-pb-pc-100 {
    padding-bottom: 10rem;
  }
  .u-pr-pc-100 {
    padding-right: 10rem;
  }
  .u-pl-pc-100 {
    padding-left: 10rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }
  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }
  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}
@media print {
  .u-pt-pc-105 {
    padding-top: 10.5rem;
  }
  .u-pb-pc-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-pc-105 {
    padding-right: 10.5rem;
  }
  .u-pl-pc-105 {
    padding-left: 10.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }
  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }
  .u-pr-pc-110 {
    padding-right: 11rem;
  }
  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}
@media print {
  .u-pt-pc-110 {
    padding-top: 11rem;
  }
  .u-pb-pc-110 {
    padding-bottom: 11rem;
  }
  .u-pr-pc-110 {
    padding-right: 11rem;
  }
  .u-pl-pc-110 {
    padding-left: 11rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }
  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }
  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}
@media print {
  .u-pt-pc-115 {
    padding-top: 11.5rem;
  }
  .u-pb-pc-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-pc-115 {
    padding-right: 11.5rem;
  }
  .u-pl-pc-115 {
    padding-left: 11.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }
  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }
  .u-pr-pc-120 {
    padding-right: 12rem;
  }
  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}
@media print {
  .u-pt-pc-120 {
    padding-top: 12rem;
  }
  .u-pb-pc-120 {
    padding-bottom: 12rem;
  }
  .u-pr-pc-120 {
    padding-right: 12rem;
  }
  .u-pl-pc-120 {
    padding-left: 12rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }
  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }
  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}
@media print {
  .u-pt-pc-125 {
    padding-top: 12.5rem;
  }
  .u-pb-pc-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-pc-125 {
    padding-right: 12.5rem;
  }
  .u-pl-pc-125 {
    padding-left: 12.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }
  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }
  .u-pr-pc-130 {
    padding-right: 13rem;
  }
  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}
@media print {
  .u-pt-pc-130 {
    padding-top: 13rem;
  }
  .u-pb-pc-130 {
    padding-bottom: 13rem;
  }
  .u-pr-pc-130 {
    padding-right: 13rem;
  }
  .u-pl-pc-130 {
    padding-left: 13rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }
  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }
  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}
@media print {
  .u-pt-pc-135 {
    padding-top: 13.5rem;
  }
  .u-pb-pc-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-pc-135 {
    padding-right: 13.5rem;
  }
  .u-pl-pc-135 {
    padding-left: 13.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }
  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }
  .u-pr-pc-140 {
    padding-right: 14rem;
  }
  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}
@media print {
  .u-pt-pc-140 {
    padding-top: 14rem;
  }
  .u-pb-pc-140 {
    padding-bottom: 14rem;
  }
  .u-pr-pc-140 {
    padding-right: 14rem;
  }
  .u-pl-pc-140 {
    padding-left: 14rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }
  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }
  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}
@media print {
  .u-pt-pc-145 {
    padding-top: 14.5rem;
  }
  .u-pb-pc-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-pc-145 {
    padding-right: 14.5rem;
  }
  .u-pl-pc-145 {
    padding-left: 14.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }
  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }
  .u-pr-pc-150 {
    padding-right: 15rem;
  }
  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}
@media print {
  .u-pt-pc-150 {
    padding-top: 15rem;
  }
  .u-pb-pc-150 {
    padding-bottom: 15rem;
  }
  .u-pr-pc-150 {
    padding-right: 15rem;
  }
  .u-pl-pc-150 {
    padding-left: 15rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }
  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }
  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}
@media print {
  .u-pt-pc-155 {
    padding-top: 15.5rem;
  }
  .u-pb-pc-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-pc-155 {
    padding-right: 15.5rem;
  }
  .u-pl-pc-155 {
    padding-left: 15.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }
  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }
  .u-pr-pc-160 {
    padding-right: 16rem;
  }
  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}
@media print {
  .u-pt-pc-160 {
    padding-top: 16rem;
  }
  .u-pb-pc-160 {
    padding-bottom: 16rem;
  }
  .u-pr-pc-160 {
    padding-right: 16rem;
  }
  .u-pl-pc-160 {
    padding-left: 16rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }
  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }
  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}
@media print {
  .u-pt-pc-165 {
    padding-top: 16.5rem;
  }
  .u-pb-pc-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-pc-165 {
    padding-right: 16.5rem;
  }
  .u-pl-pc-165 {
    padding-left: 16.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }
  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }
  .u-pr-pc-170 {
    padding-right: 17rem;
  }
  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}
@media print {
  .u-pt-pc-170 {
    padding-top: 17rem;
  }
  .u-pb-pc-170 {
    padding-bottom: 17rem;
  }
  .u-pr-pc-170 {
    padding-right: 17rem;
  }
  .u-pl-pc-170 {
    padding-left: 17rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }
  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }
  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}
@media print {
  .u-pt-pc-175 {
    padding-top: 17.5rem;
  }
  .u-pb-pc-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-pc-175 {
    padding-right: 17.5rem;
  }
  .u-pl-pc-175 {
    padding-left: 17.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }
  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }
  .u-pr-pc-180 {
    padding-right: 18rem;
  }
  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}
@media print {
  .u-pt-pc-180 {
    padding-top: 18rem;
  }
  .u-pb-pc-180 {
    padding-bottom: 18rem;
  }
  .u-pr-pc-180 {
    padding-right: 18rem;
  }
  .u-pl-pc-180 {
    padding-left: 18rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }
  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }
  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}
@media print {
  .u-pt-pc-185 {
    padding-top: 18.5rem;
  }
  .u-pb-pc-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-pc-185 {
    padding-right: 18.5rem;
  }
  .u-pl-pc-185 {
    padding-left: 18.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }
  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }
  .u-pr-pc-190 {
    padding-right: 19rem;
  }
  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}
@media print {
  .u-pt-pc-190 {
    padding-top: 19rem;
  }
  .u-pb-pc-190 {
    padding-bottom: 19rem;
  }
  .u-pr-pc-190 {
    padding-right: 19rem;
  }
  .u-pl-pc-190 {
    padding-left: 19rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }
  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }
  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}
@media print {
  .u-pt-pc-195 {
    padding-top: 19.5rem;
  }
  .u-pb-pc-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-pc-195 {
    padding-right: 19.5rem;
  }
  .u-pl-pc-195 {
    padding-left: 19.5rem;
  }
}
@media all and (min-width: 73.8125em) {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }
  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }
  .u-pr-pc-200 {
    padding-right: 20rem;
  }
  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}
@media print {
  .u-pt-pc-200 {
    padding-top: 20rem;
  }
  .u-pb-pc-200 {
    padding-bottom: 20rem;
  }
  .u-pr-pc-200 {
    padding-right: 20rem;
  }
  .u-pl-pc-200 {
    padding-left: 20rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-0 {
    padding-top: 0rem;
  }
  .u-pb-tb-0 {
    padding-bottom: 0rem;
  }
  .u-pr-tb-0 {
    padding-right: 0rem;
  }
  .u-pl-tb-0 {
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-5 {
    padding-top: 0.5rem;
  }
  .u-pb-tb-5 {
    padding-bottom: 0.5rem;
  }
  .u-pr-tb-5 {
    padding-right: 0.5rem;
  }
  .u-pl-tb-5 {
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-10 {
    padding-top: 1rem;
  }
  .u-pb-tb-10 {
    padding-bottom: 1rem;
  }
  .u-pr-tb-10 {
    padding-right: 1rem;
  }
  .u-pl-tb-10 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-15 {
    padding-top: 1.5rem;
  }
  .u-pb-tb-15 {
    padding-bottom: 1.5rem;
  }
  .u-pr-tb-15 {
    padding-right: 1.5rem;
  }
  .u-pl-tb-15 {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-20 {
    padding-top: 2rem;
  }
  .u-pb-tb-20 {
    padding-bottom: 2rem;
  }
  .u-pr-tb-20 {
    padding-right: 2rem;
  }
  .u-pl-tb-20 {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-25 {
    padding-top: 2.5rem;
  }
  .u-pb-tb-25 {
    padding-bottom: 2.5rem;
  }
  .u-pr-tb-25 {
    padding-right: 2.5rem;
  }
  .u-pl-tb-25 {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-30 {
    padding-top: 3rem;
  }
  .u-pb-tb-30 {
    padding-bottom: 3rem;
  }
  .u-pr-tb-30 {
    padding-right: 3rem;
  }
  .u-pl-tb-30 {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-35 {
    padding-top: 3.5rem;
  }
  .u-pb-tb-35 {
    padding-bottom: 3.5rem;
  }
  .u-pr-tb-35 {
    padding-right: 3.5rem;
  }
  .u-pl-tb-35 {
    padding-left: 3.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-40 {
    padding-top: 4rem;
  }
  .u-pb-tb-40 {
    padding-bottom: 4rem;
  }
  .u-pr-tb-40 {
    padding-right: 4rem;
  }
  .u-pl-tb-40 {
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-45 {
    padding-top: 4.5rem;
  }
  .u-pb-tb-45 {
    padding-bottom: 4.5rem;
  }
  .u-pr-tb-45 {
    padding-right: 4.5rem;
  }
  .u-pl-tb-45 {
    padding-left: 4.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-50 {
    padding-top: 5rem;
  }
  .u-pb-tb-50 {
    padding-bottom: 5rem;
  }
  .u-pr-tb-50 {
    padding-right: 5rem;
  }
  .u-pl-tb-50 {
    padding-left: 5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-55 {
    padding-top: 5.5rem;
  }
  .u-pb-tb-55 {
    padding-bottom: 5.5rem;
  }
  .u-pr-tb-55 {
    padding-right: 5.5rem;
  }
  .u-pl-tb-55 {
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-60 {
    padding-top: 6rem;
  }
  .u-pb-tb-60 {
    padding-bottom: 6rem;
  }
  .u-pr-tb-60 {
    padding-right: 6rem;
  }
  .u-pl-tb-60 {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-65 {
    padding-top: 6.5rem;
  }
  .u-pb-tb-65 {
    padding-bottom: 6.5rem;
  }
  .u-pr-tb-65 {
    padding-right: 6.5rem;
  }
  .u-pl-tb-65 {
    padding-left: 6.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-70 {
    padding-top: 7rem;
  }
  .u-pb-tb-70 {
    padding-bottom: 7rem;
  }
  .u-pr-tb-70 {
    padding-right: 7rem;
  }
  .u-pl-tb-70 {
    padding-left: 7rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-75 {
    padding-top: 7.5rem;
  }
  .u-pb-tb-75 {
    padding-bottom: 7.5rem;
  }
  .u-pr-tb-75 {
    padding-right: 7.5rem;
  }
  .u-pl-tb-75 {
    padding-left: 7.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-80 {
    padding-top: 8rem;
  }
  .u-pb-tb-80 {
    padding-bottom: 8rem;
  }
  .u-pr-tb-80 {
    padding-right: 8rem;
  }
  .u-pl-tb-80 {
    padding-left: 8rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-85 {
    padding-top: 8.5rem;
  }
  .u-pb-tb-85 {
    padding-bottom: 8.5rem;
  }
  .u-pr-tb-85 {
    padding-right: 8.5rem;
  }
  .u-pl-tb-85 {
    padding-left: 8.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-90 {
    padding-top: 9rem;
  }
  .u-pb-tb-90 {
    padding-bottom: 9rem;
  }
  .u-pr-tb-90 {
    padding-right: 9rem;
  }
  .u-pl-tb-90 {
    padding-left: 9rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-95 {
    padding-top: 9.5rem;
  }
  .u-pb-tb-95 {
    padding-bottom: 9.5rem;
  }
  .u-pr-tb-95 {
    padding-right: 9.5rem;
  }
  .u-pl-tb-95 {
    padding-left: 9.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-100 {
    padding-top: 10rem;
  }
  .u-pb-tb-100 {
    padding-bottom: 10rem;
  }
  .u-pr-tb-100 {
    padding-right: 10rem;
  }
  .u-pl-tb-100 {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-105 {
    padding-top: 10.5rem;
  }
  .u-pb-tb-105 {
    padding-bottom: 10.5rem;
  }
  .u-pr-tb-105 {
    padding-right: 10.5rem;
  }
  .u-pl-tb-105 {
    padding-left: 10.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-110 {
    padding-top: 11rem;
  }
  .u-pb-tb-110 {
    padding-bottom: 11rem;
  }
  .u-pr-tb-110 {
    padding-right: 11rem;
  }
  .u-pl-tb-110 {
    padding-left: 11rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-115 {
    padding-top: 11.5rem;
  }
  .u-pb-tb-115 {
    padding-bottom: 11.5rem;
  }
  .u-pr-tb-115 {
    padding-right: 11.5rem;
  }
  .u-pl-tb-115 {
    padding-left: 11.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-120 {
    padding-top: 12rem;
  }
  .u-pb-tb-120 {
    padding-bottom: 12rem;
  }
  .u-pr-tb-120 {
    padding-right: 12rem;
  }
  .u-pl-tb-120 {
    padding-left: 12rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-125 {
    padding-top: 12.5rem;
  }
  .u-pb-tb-125 {
    padding-bottom: 12.5rem;
  }
  .u-pr-tb-125 {
    padding-right: 12.5rem;
  }
  .u-pl-tb-125 {
    padding-left: 12.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-130 {
    padding-top: 13rem;
  }
  .u-pb-tb-130 {
    padding-bottom: 13rem;
  }
  .u-pr-tb-130 {
    padding-right: 13rem;
  }
  .u-pl-tb-130 {
    padding-left: 13rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-135 {
    padding-top: 13.5rem;
  }
  .u-pb-tb-135 {
    padding-bottom: 13.5rem;
  }
  .u-pr-tb-135 {
    padding-right: 13.5rem;
  }
  .u-pl-tb-135 {
    padding-left: 13.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-140 {
    padding-top: 14rem;
  }
  .u-pb-tb-140 {
    padding-bottom: 14rem;
  }
  .u-pr-tb-140 {
    padding-right: 14rem;
  }
  .u-pl-tb-140 {
    padding-left: 14rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-145 {
    padding-top: 14.5rem;
  }
  .u-pb-tb-145 {
    padding-bottom: 14.5rem;
  }
  .u-pr-tb-145 {
    padding-right: 14.5rem;
  }
  .u-pl-tb-145 {
    padding-left: 14.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-150 {
    padding-top: 15rem;
  }
  .u-pb-tb-150 {
    padding-bottom: 15rem;
  }
  .u-pr-tb-150 {
    padding-right: 15rem;
  }
  .u-pl-tb-150 {
    padding-left: 15rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-155 {
    padding-top: 15.5rem;
  }
  .u-pb-tb-155 {
    padding-bottom: 15.5rem;
  }
  .u-pr-tb-155 {
    padding-right: 15.5rem;
  }
  .u-pl-tb-155 {
    padding-left: 15.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-160 {
    padding-top: 16rem;
  }
  .u-pb-tb-160 {
    padding-bottom: 16rem;
  }
  .u-pr-tb-160 {
    padding-right: 16rem;
  }
  .u-pl-tb-160 {
    padding-left: 16rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-165 {
    padding-top: 16.5rem;
  }
  .u-pb-tb-165 {
    padding-bottom: 16.5rem;
  }
  .u-pr-tb-165 {
    padding-right: 16.5rem;
  }
  .u-pl-tb-165 {
    padding-left: 16.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-170 {
    padding-top: 17rem;
  }
  .u-pb-tb-170 {
    padding-bottom: 17rem;
  }
  .u-pr-tb-170 {
    padding-right: 17rem;
  }
  .u-pl-tb-170 {
    padding-left: 17rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-175 {
    padding-top: 17.5rem;
  }
  .u-pb-tb-175 {
    padding-bottom: 17.5rem;
  }
  .u-pr-tb-175 {
    padding-right: 17.5rem;
  }
  .u-pl-tb-175 {
    padding-left: 17.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-180 {
    padding-top: 18rem;
  }
  .u-pb-tb-180 {
    padding-bottom: 18rem;
  }
  .u-pr-tb-180 {
    padding-right: 18rem;
  }
  .u-pl-tb-180 {
    padding-left: 18rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-185 {
    padding-top: 18.5rem;
  }
  .u-pb-tb-185 {
    padding-bottom: 18.5rem;
  }
  .u-pr-tb-185 {
    padding-right: 18.5rem;
  }
  .u-pl-tb-185 {
    padding-left: 18.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-190 {
    padding-top: 19rem;
  }
  .u-pb-tb-190 {
    padding-bottom: 19rem;
  }
  .u-pr-tb-190 {
    padding-right: 19rem;
  }
  .u-pl-tb-190 {
    padding-left: 19rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-195 {
    padding-top: 19.5rem;
  }
  .u-pb-tb-195 {
    padding-bottom: 19.5rem;
  }
  .u-pr-tb-195 {
    padding-right: 19.5rem;
  }
  .u-pl-tb-195 {
    padding-left: 19.5rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-pt-tb-200 {
    padding-top: 20rem;
  }
  .u-pb-tb-200 {
    padding-bottom: 20rem;
  }
  .u-pr-tb-200 {
    padding-right: 20rem;
  }
  .u-pl-tb-200 {
    padding-left: 20rem;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-0 {
    padding-top: 0vw;
  }
  .u-pb-sp-0 {
    padding-bottom: 0vw;
  }
  .u-pr-sp-0 {
    padding-right: 0vw;
  }
  .u-pl-sp-0 {
    padding-left: 0vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-5 {
    padding-top: 1.3333333333vw;
  }
  .u-pb-sp-5 {
    padding-bottom: 1.3333333333vw;
  }
  .u-pr-sp-5 {
    padding-right: 1.3333333333vw;
  }
  .u-pl-sp-5 {
    padding-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-10 {
    padding-top: 2.6666666667vw;
  }
  .u-pb-sp-10 {
    padding-bottom: 2.6666666667vw;
  }
  .u-pr-sp-10 {
    padding-right: 2.6666666667vw;
  }
  .u-pl-sp-10 {
    padding-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-15 {
    padding-top: 4vw;
  }
  .u-pb-sp-15 {
    padding-bottom: 4vw;
  }
  .u-pr-sp-15 {
    padding-right: 4vw;
  }
  .u-pl-sp-15 {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-20 {
    padding-top: 5.3333333333vw;
  }
  .u-pb-sp-20 {
    padding-bottom: 5.3333333333vw;
  }
  .u-pr-sp-20 {
    padding-right: 5.3333333333vw;
  }
  .u-pl-sp-20 {
    padding-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-25 {
    padding-top: 6.6666666667vw;
  }
  .u-pb-sp-25 {
    padding-bottom: 6.6666666667vw;
  }
  .u-pr-sp-25 {
    padding-right: 6.6666666667vw;
  }
  .u-pl-sp-25 {
    padding-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-30 {
    padding-top: 8vw;
  }
  .u-pb-sp-30 {
    padding-bottom: 8vw;
  }
  .u-pr-sp-30 {
    padding-right: 8vw;
  }
  .u-pl-sp-30 {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-35 {
    padding-top: 9.3333333333vw;
  }
  .u-pb-sp-35 {
    padding-bottom: 9.3333333333vw;
  }
  .u-pr-sp-35 {
    padding-right: 9.3333333333vw;
  }
  .u-pl-sp-35 {
    padding-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-40 {
    padding-top: 10.6666666667vw;
  }
  .u-pb-sp-40 {
    padding-bottom: 10.6666666667vw;
  }
  .u-pr-sp-40 {
    padding-right: 10.6666666667vw;
  }
  .u-pl-sp-40 {
    padding-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-45 {
    padding-top: 12vw;
  }
  .u-pb-sp-45 {
    padding-bottom: 12vw;
  }
  .u-pr-sp-45 {
    padding-right: 12vw;
  }
  .u-pl-sp-45 {
    padding-left: 12vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-50 {
    padding-top: 13.3333333333vw;
  }
  .u-pb-sp-50 {
    padding-bottom: 13.3333333333vw;
  }
  .u-pr-sp-50 {
    padding-right: 13.3333333333vw;
  }
  .u-pl-sp-50 {
    padding-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-55 {
    padding-top: 14.6666666667vw;
  }
  .u-pb-sp-55 {
    padding-bottom: 14.6666666667vw;
  }
  .u-pr-sp-55 {
    padding-right: 14.6666666667vw;
  }
  .u-pl-sp-55 {
    padding-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-60 {
    padding-top: 16vw;
  }
  .u-pb-sp-60 {
    padding-bottom: 16vw;
  }
  .u-pr-sp-60 {
    padding-right: 16vw;
  }
  .u-pl-sp-60 {
    padding-left: 16vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-65 {
    padding-top: 17.3333333333vw;
  }
  .u-pb-sp-65 {
    padding-bottom: 17.3333333333vw;
  }
  .u-pr-sp-65 {
    padding-right: 17.3333333333vw;
  }
  .u-pl-sp-65 {
    padding-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-70 {
    padding-top: 18.6666666667vw;
  }
  .u-pb-sp-70 {
    padding-bottom: 18.6666666667vw;
  }
  .u-pr-sp-70 {
    padding-right: 18.6666666667vw;
  }
  .u-pl-sp-70 {
    padding-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-75 {
    padding-top: 20vw;
  }
  .u-pb-sp-75 {
    padding-bottom: 20vw;
  }
  .u-pr-sp-75 {
    padding-right: 20vw;
  }
  .u-pl-sp-75 {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-80 {
    padding-top: 21.3333333333vw;
  }
  .u-pb-sp-80 {
    padding-bottom: 21.3333333333vw;
  }
  .u-pr-sp-80 {
    padding-right: 21.3333333333vw;
  }
  .u-pl-sp-80 {
    padding-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-85 {
    padding-top: 22.6666666667vw;
  }
  .u-pb-sp-85 {
    padding-bottom: 22.6666666667vw;
  }
  .u-pr-sp-85 {
    padding-right: 22.6666666667vw;
  }
  .u-pl-sp-85 {
    padding-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-90 {
    padding-top: 24vw;
  }
  .u-pb-sp-90 {
    padding-bottom: 24vw;
  }
  .u-pr-sp-90 {
    padding-right: 24vw;
  }
  .u-pl-sp-90 {
    padding-left: 24vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-95 {
    padding-top: 25.3333333333vw;
  }
  .u-pb-sp-95 {
    padding-bottom: 25.3333333333vw;
  }
  .u-pr-sp-95 {
    padding-right: 25.3333333333vw;
  }
  .u-pl-sp-95 {
    padding-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-100 {
    padding-top: 26.6666666667vw;
  }
  .u-pb-sp-100 {
    padding-bottom: 26.6666666667vw;
  }
  .u-pr-sp-100 {
    padding-right: 26.6666666667vw;
  }
  .u-pl-sp-100 {
    padding-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-105 {
    padding-top: 28vw;
  }
  .u-pb-sp-105 {
    padding-bottom: 28vw;
  }
  .u-pr-sp-105 {
    padding-right: 28vw;
  }
  .u-pl-sp-105 {
    padding-left: 28vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-110 {
    padding-top: 29.3333333333vw;
  }
  .u-pb-sp-110 {
    padding-bottom: 29.3333333333vw;
  }
  .u-pr-sp-110 {
    padding-right: 29.3333333333vw;
  }
  .u-pl-sp-110 {
    padding-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-115 {
    padding-top: 30.6666666667vw;
  }
  .u-pb-sp-115 {
    padding-bottom: 30.6666666667vw;
  }
  .u-pr-sp-115 {
    padding-right: 30.6666666667vw;
  }
  .u-pl-sp-115 {
    padding-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-120 {
    padding-top: 32vw;
  }
  .u-pb-sp-120 {
    padding-bottom: 32vw;
  }
  .u-pr-sp-120 {
    padding-right: 32vw;
  }
  .u-pl-sp-120 {
    padding-left: 32vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-125 {
    padding-top: 33.3333333333vw;
  }
  .u-pb-sp-125 {
    padding-bottom: 33.3333333333vw;
  }
  .u-pr-sp-125 {
    padding-right: 33.3333333333vw;
  }
  .u-pl-sp-125 {
    padding-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-130 {
    padding-top: 34.6666666667vw;
  }
  .u-pb-sp-130 {
    padding-bottom: 34.6666666667vw;
  }
  .u-pr-sp-130 {
    padding-right: 34.6666666667vw;
  }
  .u-pl-sp-130 {
    padding-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-135 {
    padding-top: 36vw;
  }
  .u-pb-sp-135 {
    padding-bottom: 36vw;
  }
  .u-pr-sp-135 {
    padding-right: 36vw;
  }
  .u-pl-sp-135 {
    padding-left: 36vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-140 {
    padding-top: 37.3333333333vw;
  }
  .u-pb-sp-140 {
    padding-bottom: 37.3333333333vw;
  }
  .u-pr-sp-140 {
    padding-right: 37.3333333333vw;
  }
  .u-pl-sp-140 {
    padding-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-145 {
    padding-top: 38.6666666667vw;
  }
  .u-pb-sp-145 {
    padding-bottom: 38.6666666667vw;
  }
  .u-pr-sp-145 {
    padding-right: 38.6666666667vw;
  }
  .u-pl-sp-145 {
    padding-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-150 {
    padding-top: 40vw;
  }
  .u-pb-sp-150 {
    padding-bottom: 40vw;
  }
  .u-pr-sp-150 {
    padding-right: 40vw;
  }
  .u-pl-sp-150 {
    padding-left: 40vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-155 {
    padding-top: 41.3333333333vw;
  }
  .u-pb-sp-155 {
    padding-bottom: 41.3333333333vw;
  }
  .u-pr-sp-155 {
    padding-right: 41.3333333333vw;
  }
  .u-pl-sp-155 {
    padding-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-160 {
    padding-top: 42.6666666667vw;
  }
  .u-pb-sp-160 {
    padding-bottom: 42.6666666667vw;
  }
  .u-pr-sp-160 {
    padding-right: 42.6666666667vw;
  }
  .u-pl-sp-160 {
    padding-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-165 {
    padding-top: 44vw;
  }
  .u-pb-sp-165 {
    padding-bottom: 44vw;
  }
  .u-pr-sp-165 {
    padding-right: 44vw;
  }
  .u-pl-sp-165 {
    padding-left: 44vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-170 {
    padding-top: 45.3333333333vw;
  }
  .u-pb-sp-170 {
    padding-bottom: 45.3333333333vw;
  }
  .u-pr-sp-170 {
    padding-right: 45.3333333333vw;
  }
  .u-pl-sp-170 {
    padding-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-175 {
    padding-top: 46.6666666667vw;
  }
  .u-pb-sp-175 {
    padding-bottom: 46.6666666667vw;
  }
  .u-pr-sp-175 {
    padding-right: 46.6666666667vw;
  }
  .u-pl-sp-175 {
    padding-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-180 {
    padding-top: 48vw;
  }
  .u-pb-sp-180 {
    padding-bottom: 48vw;
  }
  .u-pr-sp-180 {
    padding-right: 48vw;
  }
  .u-pl-sp-180 {
    padding-left: 48vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-185 {
    padding-top: 49.3333333333vw;
  }
  .u-pb-sp-185 {
    padding-bottom: 49.3333333333vw;
  }
  .u-pr-sp-185 {
    padding-right: 49.3333333333vw;
  }
  .u-pl-sp-185 {
    padding-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-190 {
    padding-top: 50.6666666667vw;
  }
  .u-pb-sp-190 {
    padding-bottom: 50.6666666667vw;
  }
  .u-pr-sp-190 {
    padding-right: 50.6666666667vw;
  }
  .u-pl-sp-190 {
    padding-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-195 {
    padding-top: 52vw;
  }
  .u-pb-sp-195 {
    padding-bottom: 52vw;
  }
  .u-pr-sp-195 {
    padding-right: 52vw;
  }
  .u-pl-sp-195 {
    padding-left: 52vw;
  }
}
@media only screen and (max-width: 64em) {
  .u-pt-sp-200 {
    padding-top: 53.3333333333vw;
  }
  .u-pb-sp-200 {
    padding-bottom: 53.3333333333vw;
  }
  .u-pr-sp-200 {
    padding-right: 53.3333333333vw;
  }
  .u-pl-sp-200 {
    padding-left: 53.3333333333vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

@media all and (min-width: 73.8125em) {
  .u-ta-l-pc {
    text-align: left;
  }
  .u-ta-c-pc {
    text-align: center;
  }
  .u-ta-r-pc {
    text-align: right;
  }
  .u-ta-j-pc {
    text-align: justify;
  }
}
@media print {
  .u-ta-l-pc {
    text-align: left;
  }
  .u-ta-c-pc {
    text-align: center;
  }
  .u-ta-r-pc {
    text-align: right;
  }
  .u-ta-j-pc {
    text-align: justify;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-ta-l-tb {
    text-align: left;
  }
  .u-ta-c-tb {
    text-align: center;
  }
  .u-ta-r-tb {
    text-align: right;
  }
  .u-ta-j-tb {
    text-align: justify;
  }
}
@media only screen and (max-width: 64em) {
  .u-ta-l-sp {
    text-align: left;
  }
  .u-ta-c-sp {
    text-align: center;
  }
  .u-ta-r-sp {
    text-align: right;
  }
  .u-ta-j-sp {
    text-align: justify;
  }
}
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex--col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.u-flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex--hr-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-flex--hr-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex--hr-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex--hr-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-flex--vt-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.u-flex--vt-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-flex--vt-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-flex--vt-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex--order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.u-flex--order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.u-flex--order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.u-flex--order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.u-flex--order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.u-flex--order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.u-flex--order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.u-flex--order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.u-flex--order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.u-flex--order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.u-flex--order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.u-flex--order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

@media all and (min-width: 73.8125em) {
  .u-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex-inline-pc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-flex--wrap-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-flex--col-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--hr-end-pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--hr-center-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--hr-between-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--hr-around-pc {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--vt-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--vt-start-pc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--vt-end-pc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--vt-center-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--order--1-pc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .u-flex--order-0-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .u-flex--order-1-pc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-pc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-pc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-pc {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-pc {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .u-flex--order-6-pc {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .u-flex--order-7-pc {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .u-flex--order-8-pc {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .u-flex--order-9-pc {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .u-flex--order-10-pc {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media print {
  .u-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex-inline-pc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-flex--wrap-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-flex--col-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--hr-end-pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--hr-center-pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--hr-between-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--hr-around-pc {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--vt-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--vt-start-pc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--vt-end-pc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--vt-center-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--order--1-pc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .u-flex--order-0-pc {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .u-flex--order-1-pc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-pc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-pc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-pc {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-pc {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .u-flex--order-6-pc {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .u-flex--order-7-pc {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .u-flex--order-8-pc {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .u-flex--order-9-pc {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .u-flex--order-10-pc {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media all and (min-width: 64em) {
  .u-flex-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex-inline-ct {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-flex--wrap-ct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-ct {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-flex--col-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--hr-end-ct {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--hr-center-ct {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--hr-between-ct {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--hr-around-ct {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--vt-start-ct {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--vt-baseline-ct {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--vt-end-ct {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--vt-center-ct {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--order--1-ct {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .u-flex--order-0-ct {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .u-flex--order-1-ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-ct {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-ct {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-ct {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .u-flex--order-6-ct {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .u-flex--order-7-ct {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .u-flex--order-8-ct {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .u-flex--order-9-ct {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .u-flex--order-10-ct {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media print {
  .u-flex-ct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex-inline-ct {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-flex--wrap-ct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--row-reverse-ct {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .u-flex--col-reverse-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-flex--col-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--hr-end-ct {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--hr-center-ct {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--hr-between-ct {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--hr-around-ct {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--vt-start-ct {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--vt-baseline-ct {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--vt-end-ct {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--vt-center-ct {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--order--1-ct {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .u-flex--order-0-ct {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .u-flex--order-1-ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-ct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-ct {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-ct {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-ct {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .u-flex--order-6-ct {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .u-flex--order-7-ct {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .u-flex--order-8-ct {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .u-flex--order-9-ct {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .u-flex--order-10-ct {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .u-flex-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex-inline-tb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-flex--wrap-tb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--col-reverse-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-flex--col-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--hr-end-tb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--hr-center-tb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--hr-between-tb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--hr-around-tb {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--vt-start-tb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--vt-end-tb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--vt-center-tb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--order--1-tb {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .u-flex--order-0-tb {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .u-flex--order-1-tb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-tb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-tb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-tb {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-tb {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .u-flex--order-6-tb {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .u-flex--order-7-tb {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .u-flex--order-8-tb {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .u-flex--order-9-tb {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .u-flex--order-10-tb {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media only screen and (max-width: 64em) {
  .u-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex--wrap-sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-flex--col-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--hr-end-sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--hr-center-sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--hr-between-sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--hr-around-sp {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--vt-start-sp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--vt-end-sp {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--vt-center-sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--order--1-sp {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .u-flex--order-0-sp {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .u-flex--order-1-sp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-sp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-sp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-sp {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-sp {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .u-flex--order-6-sp {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .u-flex--order-7-sp {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .u-flex--order-8-sp {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .u-flex--order-9-sp {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .u-flex--order-10-sp {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}