@charset "UTF-8";
/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..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;
  }
}
@-webkit-keyframes txtscroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes txtscroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*! 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 Sans JP", serif;
  font-weight: 400;
  line-height: 1.25;
  color: #757b8b;
  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: 63.9375em) {
  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: 63.9375em) {
  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: 63.9375em) and (max-width: 63.9375em) {
  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 Sans 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(117, 123, 139, 0.5);
}

input::-moz-placeholder {
  color: rgba(117, 123, 139, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(117, 123, 139, 0.5);
}

input::-ms-input-placeholder {
  color: rgba(117, 123, 139, 0.5);
}

input::placeholder {
  color: rgba(117, 123, 139, 0.5);
}

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

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
* {
  -webkit-tap-highlight-color: transparent;
  scroll-margin-top: 12rem;
}
@media only screen and (max-width: 63.9375em) {
  * {
    scroll-margin-top: 16vw;
  }
}

::-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;
  }
}

sup {
  font-size: 60%;
}

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

.cat {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #046fb1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .cat {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .cat {
    max-width: 26.6666666667vw;
    padding: 0.8vw 2.1333333333vw;
    margin-right: 5.3333333333vw;
  }
}

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

a:has(img) img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:has(img):hover img {
  opacity: 0.7;
}

.gazou-full {
  width: 100%;
  margin: 3rem auto;
}
.gazou-max {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

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

.txt-c {
  color: #000;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.black {
  font-weight: 900;
}

.txtcolor {
  color: #046fb1;
}

.txtred {
  color: #ff0000;
}

.txtlink {
  position: relative;
  display: inline-block;
  color: #046fb1;
  line-height: 1.5;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#046fb1), to(#046fb1));
  background-image: linear-gradient(#046fb1, #046fb1);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txtlink:hover {
  background-size: 100% 1px;
  opacity: 0.8;
}
.txtlink.ext {
  padding-right: 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.ext {
    padding-right: 5.3333333333vw;
  }
}
.txtlink.ext::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_extlink.svg) no-repeat center right;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.ext::after {
    top: 2.6666666667vw;
    width: 4.2666666667vw;
    height: 3.7333333333vw;
  }
}
.txtlink.pdf {
  padding-right: 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.pdf {
    padding-right: 5.3333333333vw;
  }
}
.txtlink.pdf::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_pdf.svg) no-repeat center right;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.pdf::after {
    top: 0.8vw;
    width: 3.4666666667vw;
  }
}
.txtlink.word {
  padding-right: 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.word {
    padding-right: 5.3333333333vw;
  }
}
.txtlink.word::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_word.svg) no-repeat center right;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.word::after {
    top: 0.8vw;
    width: 4vw;
  }
}
.txtlink.excel {
  padding-right: 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.excel {
    padding-right: 5.3333333333vw;
  }
}
.txtlink.excel::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_excel.svg) no-repeat center right;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.excel::after {
    top: 0.5333333333vw;
    width: 3.7333333333vw;
  }
}
.txtlink.googleform {
  padding-right: 2rem;
  text-decoration: none;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.googleform {
    padding-right: 5.3333333333vw;
  }
}
.txtlink.googleform::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_googleform.svg) no-repeat center right;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .txtlink.googleform::after {
    top: 0.5333333333vw;
    width: 3.4666666667vw;
  }
}

.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;
}

.l-page.page__top {
  overflow: hidden;
}

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

p,
.txt {
  line-height: 2;
}

.fz-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .fz-20 {
    font-size: 4.8vw;
  }
}

.fz-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .fz-18 {
    font-size: 4.2666666667vw;
  }
}

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

.fz-12 {
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 63.9375em) {
  .fz-12 {
    font-size: 3.2vw;
  }
}

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

section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 63.9375em) {
  section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
section.sec-bg {
  background: #eef2f6;
}
section.sec-pb-0 {
  padding-bottom: 0;
}
@media only screen and (max-width: 63.9375em) {
  section.sec-pb-0 {
    padding-bottom: 0;
  }
}

.listtype-none {
  margin-top: 2rem;
}
.listtype-none > li {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .listtype-none .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.listtype-none .flex span {
  color: #046fb1;
}
.listtype-none.remark .flex span {
  color: #757b8b;
}
.listtype-disc {
  padding-left: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-disc {
    padding-left: 4.2666666667vw;
  }
}
.listtype-disc > li {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-disc > li {
    margin-bottom: 1.3333333333vw;
  }
}
.listtype-disc > li:last-child {
  margin-bottom: 0;
}
.listtype-disc > li:before {
  position: absolute;
  top: 1rem;
  left: -1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background: #1782ba;
  border-radius: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-disc > li:before {
    top: 2.6666666667vw;
    left: -3.7333333333vw;
    width: 1.6vw;
  }
}
.listtype-disc.mb-15 li {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-disc.mb-15 li {
    margin-bottom: 4vw;
  }
}
.listtype-disc.mb-15 li:last-child {
  margin-bottom: 0;
}
.listtype-dash {
  padding-left: 3.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-dash {
    padding-left: 5.8666666667vw;
  }
}
.listtype-dash > li {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 63.9375em) {
  .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: #2ba7ea;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .listtype-number > li {
    margin-bottom: 0vw;
  }
}
.listtype-number > li:last-child {
  margin-bottom: 0;
}
.listtype-number > li::marker {
  font-size: 1.6rem;
  font-weight: 500;
  color: #046fb1;
  content: counter(list-item, decimal-leading-zero) "" "  ";
}
@media only screen and (max-width: 63.9375em) {
  .listtype-number > li::marker {
    font-size: 3.7333333333vw;
  }
}
.listtype-kakko {
  padding-left: 2.4rem;
  list-style-type: number;
}
.listtype-kakko > li {
  margin-bottom: 0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-kakko > li {
    margin-bottom: 0vw;
  }
}
.listtype-kakko > li:last-child {
  margin-bottom: 0;
}
.listtype-kakko > li::marker {
  font-size: 1.6rem;
  font-weight: 500;
  color: #757b8b;
  content: "(" counter(list-item, decimal) ") ";
}
@media only screen and (max-width: 63.9375em) {
  .listtype-kakko > li::marker {
    font-size: 3.7333333333vw;
  }
}
.listtype-num {
  padding-left: 2.4rem;
  list-style-type: decimal;
}
.listtype-num > li {
  margin-bottom: 0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-num > li {
    margin-bottom: 0vw;
  }
}
.listtype-num > li:last-child {
  margin-bottom: 0;
}
.listtype-num > li::marker {
  font-size: 1.6rem;
  font-weight: 500;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .listtype-num > li::marker {
    font-size: 3.7333333333vw;
  }
}
.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: 63.9375em) {
  .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 li img.gazou {
  width: 100%;
}
.imglist .link {
  position: relative;
  border: 1px solid #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .imglist .link {
    border: none;
  }
}
.imglist .link .c-ttl {
  position: absolute;
  top: 50%;
  left: 5rem;
  translate: 0 -50%;
}
@media only screen and (max-width: 63.9375em) {
  .imglist .link .c-ttl {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 0;
    translate: 0;
  }
}
.imglist__2col {
  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 (max-width: 63.9375em) {
  .imglist__2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .grid-items__item .btn {
    padding: 2.1333333333vw;
  }
}
.grid-items__item .btn .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #757b8b;
}
@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: 63.9375em) {
  .grid-items__item .btn .ttl {
    font-size: 3.2vw;
  }
}
.grid-items__item .btn .small {
  margin-bottom: 0;
  color: #757b8b;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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% #046fb1;
  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% #046fb1;
  background-size: 0.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .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 #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .grid-items.txtblk li .c-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .flex {
    display: block;
  }
}

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

.flexcol3 {
  width: 31%;
}
@media only screen and (max-width: 63.9375em) {
  .flexcol3 {
    width: 100%;
  }
}

.flex-normal {
  gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-normal .gazou {
  width: 20rem;
}
@media only screen and (max-width: 63.9375em) {
  .flex-normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .flex-normal .gazou {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}

.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-end {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.flex.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.imgflex {
  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: 4rem;
  margin: 3rem 0;
}
.imgflex div p {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .imgflex div p {
    font-size: 3.2vw;
  }
}
.imgflex div img {
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .imgflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8vw 0;
  }
}

.pagenav {
  gap: 1.6rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 63.9375em) {
  .pagenav {
    gap: 1.3333333333vw;
  }
}
.pagenav li {
  min-width: 24rem;
  border: 1px solid #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .pagenav li {
    width: 48%;
    min-width: auto;
  }
}
.pagenav li a {
  font-size: 1.6rem;
  display: block;
  padding: 1.6rem;
  font-weight: 700;
  color: #046fb1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .pagenav li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .pagenav li a {
    padding: 2.6666666667vw;
  }
}
.pagenav li:hover .parent {
  color: #fff;
  background: #046fb1;
}
.pagenav li.current {
  color: #fff;
  background: #046fb1;
}
.pagenav li .parent.active {
  color: #fff;
  background: #046fb1;
}
.pagenav.col3 li {
  min-width: 35.2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .pagenav.col3 li {
    min-width: 30rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .pagenav.col3 li {
    min-width: 100%;
  }
}

.pagenavtabcontent {
  position: relative;
}

.js-tab02.current .pagenavcontent {
  opacity: 1;
  visibility: visible;
}

.pagenavcontent {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 999;
  display: none;
  gap: 5rem;
  width: 100%;
  padding: 0 0 0 10rem;
  visibility: hidden;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(#095a8a), color-stop(40%, #258ebd), to(#89cde3));
  background: linear-gradient(90deg, #095a8a, #258ebd 40%, #89cde3);
  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;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .pagenavcontent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 2.9296875vw 4.8828125vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .pagenavcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5.3333333333vw;
    padding: 8vw;
  }
}
.pagenavcontent .mainpage {
  width: 23.5rem;
  margin: 3rem 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .pagenavcontent .mainpage {
    width: 100%;
  }
}
.pagenavcontent .mainpage .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
}
.pagenavcontent .mainpage .list li {
  width: 23.5rem;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenavcontent .mainpage .list li .ttl {
  position: relative;
  display: block;
  padding: 0.6rem 1rem;
  font-weight: 600;
  color: #757b8b;
  text-align: left;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .pagenavcontent .mainpage .list li .ttl {
    font-size: 3.7333333333vw;
  }
}
.pagenavcontent .mainpage .list li .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: 63.9375em) {
  .pagenavcontent .mainpage .list li .ttl:after {
    right: 2.6666666667vw;
    width: 3.2vw;
    height: 1.0666666667vw;
  }
}
.pagenavcontent .mainpage .list li:hover {
  opacity: 0.5;
}
.pagenavcontent .pagebtnlist {
  margin: 2rem 0 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .pagenavcontent .pagebtnlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.9296875vw;
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .pagenavcontent .pagebtnlist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.pagenavcontent .pagebtnlist li {
  border: none;
}
.pagenavcontent .pagebtnlist .btn {
  font-size: 1.6rem;
  min-width: 23.5rem;
  padding: 0.4rem 0;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 63.9375em) {
  .pagenavcontent .pagebtnlist .btn {
    font-size: 3.7333333333vw;
  }
}
.pagenavcontent .pagebtnlist .btn:after, .pagenavcontent .pagebtnlist .btn:hover {
  color: #fff;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.pagenavcontent .pagebtnlist .btn:after {
  right: 0;
  width: 1.2rem;
  height: 0.4rem;
}
.pagenavcontent .bgimg {
  width: 40rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .pagenavcontent .bgimg {
    display: none;
  }
}
.pagenavcontent.current {
  visibility: visible;
}
.pagenavcontent.reverse .pagebtnlist {
  grid-template-columns: auto;
}

.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: #7e8081;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.1rem;
}
@media only screen and (max-width: 63.9375em) {
  .breadcrumbs {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .breadcrumbs {
    width: 100%;
  }
}
.breadcrumbs a {
  position: relative;
  display: inline;
  margin-right: 2.4rem;
  color: #757b8b;
}
.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: 63.9375em) {
  .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,
.sec-topics .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: 63.9375em) {
  .sec-news .newslist li,
  .sec-topics .newslist li {
    display: block;
    padding: 5.3333333333vw 0;
  }
}
.sec-news .newslist li .date,
.sec-topics .newslist li .date {
  margin-right: 2.4rem;
  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: 63.9375em) {
  .sec-news .newslist li .date,
  .sec-topics .newslist li .date {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li .date,
  .sec-topics .newslist li .date {
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newslist li .cat,
.sec-topics .newslist li .cat {
  display: inline-block;
  width: 100%;
  max-width: 12rem;
  height: auto;
  padding: 0.4rem;
  margin-right: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #046fb1;
  text-align: center;
  background: #fff;
  border: 1px solid #046fb1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li .cat,
  .sec-topics .newslist li .cat {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li .cat,
  .sec-topics .newslist li .cat {
    max-width: 26.6666666667vw;
    padding: 0.5333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newslist li .cat--event,
.sec-topics .newslist li .cat--event {
  color: #2ba7ea;
  border: 1px solid #2ba7ea;
}
.sec-news .newslist li .ttl,
.sec-topics .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: 63.9375em) {
  .sec-news .newslist li .ttl,
  .sec-topics .newslist li .ttl {
    display: -webkit-box;
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.62;
  }
}
.sec-news .newslist li .ttl .newtag,
.sec-topics .newslist li .ttl .newtag {
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-left: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background-color: #c0392b;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li .ttl .newtag,
  .sec-topics .newslist li .ttl .newtag {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li .ttl .newtag,
  .sec-topics .newslist li .ttl .newtag {
    padding: 0.5333333333vw 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.sec-news .newslist li:first-child,
.sec-topics .newslist li:first-child {
  border-top: 1px solid #dddddd;
}
.sec-news .newslist li:hover .ttl,
.sec-news .newslist li:hover .date,
.sec-topics .newslist li:hover .ttl,
.sec-topics .newslist li:hover .date {
  color: #2ba7ea;
}
.sec-news .newsdetail__ttl,
.sec-topics .newsdetail__ttl {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl,
  .sec-topics .newsdetail__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk,
.sec-topics .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: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk,
  .sec-topics .newsdetail__ttl .date-blk {
    gap: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk .date,
.sec-topics .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: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .date,
  .sec-topics .newsdetail__ttl .date-blk .date {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .date,
  .sec-topics .newsdetail__ttl .date-blk .date {
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk .cat,
.sec-topics .newsdetail__ttl .date-blk .cat {
  display: inline-block;
  width: 100%;
  max-width: 12rem;
  height: auto;
  padding: 0.4rem;
  margin-right: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #046fb1;
  text-align: center;
  background: transparent;
  border: 1px solid #046fb1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .cat,
  .sec-topics .newsdetail__ttl .date-blk .cat {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .cat,
  .sec-topics .newsdetail__ttl .date-blk .cat {
    max-width: 26.6666666667vw;
    padding: 0.5333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.sec-news .newsdetail__ttl .date-blk .cat--event,
.sec-topics .newsdetail__ttl .date-blk .cat--event {
  color: #2ba7ea;
  border: 1px solid #2ba7ea;
}
.sec-news .newsdetail__ttl .date-blk .newtag,
.sec-topics .newsdetail__ttl .date-blk .newtag {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background-color: #c0392b;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .newtag,
  .sec-topics .newsdetail__ttl .date-blk .newtag {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .newtag,
  .sec-topics .newsdetail__ttl .date-blk .newtag {
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.sec-news .newsdetail__ttl .news-ttl,
.sec-topics .newsdetail__ttl .news-ttl {
  margin-top: 2rem;
  font-size: 3.2rem;
  line-height: 1.6;
  color: #757b8b;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .news-ttl,
  .sec-topics .newsdetail__ttl .news-ttl {
    margin-top: 5.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.sec-news .newsdetail__content,
.sec-topics .newsdetail__content {
  padding: 6rem 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__content,
  .sec-topics .newsdetail__content {
    padding-bottom: 10.6666666667vw 0;
  }
}
.sec-news .newsdetail__content h3,
.sec-topics .newsdetail__content h3 {
  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: 63.9375em) {
  .sec-news .newsdetail__content h3,
  .sec-topics .newsdetail__content h3 {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__content h3,
  .sec-topics .newsdetail__content h3 {
    padding: 5.8666666667vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-news .newsdetail__content h3:before,
.sec-topics .newsdetail__content h3:before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 8rem;
  height: 0.1rem;
  margin: 0 auto;
  content: "";
  background: #046fb1;
}
.sec-news .newsdetail__content h4,
.sec-topics .newsdetail__content h4 {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.2;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__content h4,
  .sec-topics .newsdetail__content h4 {
    font-size: 4.8vw;
  }
}
.sec-news .newsdetail__content h4:before,
.sec-topics .newsdetail__content h4:before {
  position: absolute;
  top: 2.6rem;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  content: "";
  background: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__content h4:before,
  .sec-topics .newsdetail__content h4:before {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__content h4,
  .sec-topics .newsdetail__content h4 {
    padding-left: 7.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .sec-news .newsdetail__content h4:before,
  .sec-topics .newsdetail__content h4:before {
    top: 5.3333333333vw;
  }
}
.sec-news .newsdetail__content a,
.sec-topics .newsdetail__content a {
  display: inline-block;
  line-height: 2;
  color: #046fb1;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-news .newsdetail__content a:hover,
.sec-topics .newsdetail__content a:hover {
  color: #2ba7ea;
}

.sec-news .pagination-navi,
.sec-topics .pagination-navi,
.sec-pickup .pagination-navi {
  margin-top: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .pagination-navi,
  .sec-topics .pagination-navi,
  .sec-pickup .pagination-navi {
    margin-top: 10.6666666667vw;
  }
}
.sec-news .pagination-navi .wp-pagenavi,
.sec-topics .pagination-navi .wp-pagenavi,
.sec-pickup .pagination-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: #757b8b;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .pagination-navi .wp-pagenavi,
  .sec-topics .pagination-navi .wp-pagenavi,
  .sec-pickup .pagination-navi .wp-pagenavi {
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}
.sec-news .pagination-navi .wp-pagenavi .current,
.sec-topics .pagination-navi .wp-pagenavi .current,
.sec-pickup .pagination-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: #046fb1;
  border-radius: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .pagination-navi .wp-pagenavi .current,
  .sec-topics .pagination-navi .wp-pagenavi .current,
  .sec-pickup .pagination-navi .wp-pagenavi .current {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.sec-news .pagination-navi .wp-pagenavi a,
.sec-news .pagination-navi .wp-pagenavi span,
.sec-topics .pagination-navi .wp-pagenavi a,
.sec-topics .pagination-navi .wp-pagenavi span,
.sec-pickup .pagination-navi .wp-pagenavi a,
.sec-pickup .pagination-navi .wp-pagenavi span {
  padding: 0;
  margin: 0;
  border: none;
}
.sec-news .pagination-navi .wp-pagenavi a,
.sec-topics .pagination-navi .wp-pagenavi a,
.sec-pickup .pagination-navi .wp-pagenavi a {
  color: #757b8b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-news .pagination-navi .wp-pagenavi a:hover,
.sec-topics .pagination-navi .wp-pagenavi a:hover,
.sec-pickup .pagination-navi .wp-pagenavi a:hover {
  opacity: 0.7;
}
.sec-news .pagination-navi .wp-pagenavi a.previouspostslink,
.sec-topics .pagination-navi .wp-pagenavi a.previouspostslink,
.sec-pickup .pagination-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: 63.9375em) {
  .sec-news .pagination-navi .wp-pagenavi a.previouspostslink,
  .sec-topics .pagination-navi .wp-pagenavi a.previouspostslink,
  .sec-pickup .pagination-navi .wp-pagenavi a.previouspostslink {
    width: 5.8666666667vw;
    height: 1.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.sec-news .pagination-navi .wp-pagenavi a.nextpostslink,
.sec-topics .pagination-navi .wp-pagenavi a.nextpostslink,
.sec-pickup .pagination-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: 63.9375em) {
  .sec-news .pagination-navi .wp-pagenavi a.nextpostslink,
  .sec-topics .pagination-navi .wp-pagenavi a.nextpostslink,
  .sec-pickup .pagination-navi .wp-pagenavi a.nextpostslink {
    width: 5.8666666667vw;
    height: 1.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}

.pagination__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8rem;
}
@media only screen and (max-width: 63.9375em) {
  .pagination__blk {
    margin-top: 16vw;
  }
}
.pagination__blk .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 4rem;
}
.pagination__blk .pagination li {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4;
  color: #046fb1;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .pagination__blk .pagination li {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2.8;
  }
}
.pagination__blk .pagination li:last-child {
  margin-right: 0;
}
.pagination__blk .pagination li:hover {
  color: #2ba7ea;
}
.pagination__blk .pagination li.current {
  color: #fff;
  background: #046fb1;
}
.pagination__blk .pagination__btn {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-bottom: none;
}
@media only screen and (max-width: 63.9375em) {
  .pagination__blk .pagination__btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.pagination__blk .pagination__btn.prev {
  background: url(../images/common/pagination_prev.svg) no-repeat center;
  background-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination__blk .pagination__btn.next {
  margin-left: -0.1rem;
  background: url(../images/common/pagination_next.svg) no-repeat center;
  background-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .btnlist a:last-child {
    margin-top: 2.6666666667vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .btnlist a {
    padding: 5.0666666667vw;
    font-size: 4.2666666667vw;
  }
}

.acc-list .accordion {
  padding: 3rem 2rem;
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 63.9375em) {
  .acc-list .accordion {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.acc-list .accordion .acc-header {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 2.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .acc-list .accordion .acc-header {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .acc-list .accordion .acc-header {
    padding-right: 5.3333333333vw;
  }
}
.acc-list .accordion .acc-header::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #046fb1;
  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: 63.9375em) {
  .acc-list .accordion .acc-header::after {
    font-size: 5.8666666667vw;
  }
}
.acc-list .accordion .acc-header.ui-state-active::after {
  content: "–";
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.acc-list .accordion .acc-header:hover {
  color: #046fb1;
}
.acc-list .accordion .acc-content {
  padding-top: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .acc-list .accordion .acc-content {
    padding-top: 10.6666666667vw;
  }
}
.acc-list .accordion:last-child {
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .tbl {
    width: 70rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .tbl tr th,
  .tbl tr td {
    padding: 2.6666666667vw;
  }
}
.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 .bg-white td {
  background: #fff !important;
}
.tbl .bg-gray td {
  background: #f6f6f6 !important;
}
.tbl.md {
  width: 70rem;
}
@media only screen and (max-width: 63.9375em) {
  .tbl.md {
    width: 50rem;
  }
}
.tbl.col2 tr td:nth-child(odd) {
  width: 40rem;
}
@media only screen and (max-width: 63.9375em) {
  .tbl.col2 tr td:nth-child(odd) {
    width: auto;
  }
}
@media only screen and (max-width: 63.9375em) {
  .tbl.w50 {
    width: 100%;
  }
}
.tbl.w50 tr td {
  width: 50%;
}
.tbl th .flex {
  gap: 2.3rem;
  font-weight: 600;
  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;
}
@media only screen and (max-width: 63.9375em) {
  .tbl th .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;
  }
}
@media only screen and (max-width: 63.9375em) {
  .tbl.responsive-tbl {
    width: 100%;
  }
  .tbl.responsive-tbl th {
    white-space: nowrap;
  }
}

.tuition-ttl {
  font-weight: 700;
  color: #2ba7ea;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .tuition-ttl {
    font-size: 4.8vw;
  }
}
.tuition-ttl span {
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .tuition-ttl span {
    font-size: 3.7333333333vw;
  }
}

.tuition-tbl {
  width: 70rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #757b8b;
}
@media only screen and (max-width: 63.9375em) {
  .tuition-tbl {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
.tuition-tbl table th,
.tuition-tbl table td {
  line-height: 1.6;
  vertical-align: middle;
}
.tuition-tbl table tr th {
  padding: 1rem 3rem;
  white-space: nowrap;
  background: #bfe9ff;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .tuition-tbl table tr th {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .tuition-tbl table tr th {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.tuition-tbl table tr td {
  padding: 1rem 2rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .tuition-tbl table tr td {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .tuition-tbl table tr td {
    padding: 2.6666666667vw;
  }
}

.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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .contentlist .contentlist__item .ttl {
    font-size: 5.3333333333vw;
  }
}

.tblscrollbar {
  max-width: 90vw;
  overflow-x: auto;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .map iframe {
    height: 63.2vw;
  }
}

/* MODAL */
.modal-open {
  cursor: pointer;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15% 0;
  overflow: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container {
    padding: 26.6666666667vw 0;
  }
}
.modal-container::-webkit-scrollbar {
  display: none;
}
.modal-container:before {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  content: "";
  background: #046fb1;
  background: linear-gradient(312deg, rgba(181, 225, 250, 0.7) 0%, rgba(0, 149, 229, 0.7) 100%);
}
.modal-container.active {
  z-index: 9;
  visibility: visible;
  opacity: 1;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  width: 100rem;
  max-width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body {
    padding: 0 5.3333333333vw;
  }
}
.modal-container .modal-body .modal-content {
  padding: 3rem 3.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content {
    padding: 5.3333333333vw;
    background: rgba(255, 255, 255, 0.7);
  }
}
.modal-container .modal-body .modal-content .txtcontent {
  padding: 8rem 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content .txtcontent {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.modal-container .modal-body .modal-content .txtcontent .viewall {
  padding-right: 4.8rem;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content .txtcontent .viewall {
    padding-right: 12.8vw;
  }
}
.modal-container .modal-body .modal-content .txtcontent .viewall:after {
  width: 3.4rem;
  height: 3.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content .txtcontent .viewall:after {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.modal-container .modal-body .modal-content .txtcontent .ttl {
  font-weight: 600;
  color: #fff;
  font-size: 4.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content .txtcontent .ttl {
    font-size: 6.6666666667vw;
  }
}
.modal-container .modal-body .modal-content .txtcontent .txt {
  margin-top: 1rem;
  margin-bottom: 3.7rem;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content .txtcontent .txt {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-content .txtcontent .txt {
    margin-top: 4vw;
  }
}
.modal-container .modal-body .modal-content .txtcontent.keyword01 {
  background: url(../images/keywords/img_modal_keyword01.jpg) no-repeat top center;
  background-size: cover;
}
.modal-container .modal-body .modal-content .txtcontent.keyword02 {
  background: url(../images/keywords/img_modal_keyword02.jpg) no-repeat top center;
  background-size: cover;
}
.modal-container .modal-body .modal-content .txtcontent.keyword03 {
  background: url(../images/keywords/img_modal_keyword03.jpg) no-repeat top center;
  background-size: cover;
}
.modal-container .modal-body .modal-content .txtcontent.keyword04 {
  background: url(../images/keywords/img_modal_keyword04.jpg) no-repeat top center;
  background-size: cover;
}
.modal-container .modal-body .modal-content .txtcontent.keyword05 {
  background: url(../images/keywords/img_modal_keyword05.jpg) no-repeat top center;
  background-size: cover;
}
.modal-container .modal-body .modal-content .txtcontent.keyword06 {
  background: url(../images/keywords/img_modal_keyword06.jpg) no-repeat top center;
  background-size: cover;
}
.modal-container .modal-body .modal-close {
  position: absolute;
  top: -7rem;
  right: 0;
  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: 5rem;
  height: 5rem;
  font-family: "Noto Sans JP", serif;
  font-size: 2rem;
  color: #046fb1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-container .modal-body .modal-close:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .modal-container .modal-body .modal-close {
    right: 1.953125vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .modal-container .modal-body .modal-close {
    top: -16.5333333333vw;
    right: 5.3333333333vw;
    width: 11.2vw;
    height: 11.2vw;
    font-size: 5.3333333333vw;
    line-height: 2px;
    background: rgba(255, 255, 255, 0.7);
  }
}

.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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  #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: #757b8b;
  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: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: #046fb1;
}
.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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .searchresult li .blkttl {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .searchresult li .blkttl {
    padding: 5.3333333333vw 0;
    margin-bottom: 0vw;
  }
}
.searchresult li .blkttl.flex {
  gap: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .searchresult li .blkttl.flex {
    gap: 4vw;
  }
}
.searchresult li .blkttl.flex .viewall {
  white-space: nowrap;
}

hr.divider {
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(45deg, #2ba7ea 0, #2ba7ea 1px, transparent 0, transparent 50%);
  background-size: 5px 5px;
}

.calendar-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 8px;
}
.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.img-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .img-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.9296875vw;
    -webkit-column-gap: 2.9296875vw;
    -moz-column-gap: 2.9296875vw;
    column-gap: 2.9296875vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .img-2col {
    display: grid;
    grid-template-columns: auto;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}
.img-2col img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .img-2col__sp2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 5.3333333333vw;
    -moz-column-gap: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
}

.img-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3rem;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .img-3col {
    display: grid;
    grid-template-columns: repeat(3, 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: 63.9375em) {
  .img-3col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}
.img-3col img {
  width: 100%;
  height: auto;
}

.img-4col {
  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) {
  .img-4col {
    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: 63.9375em) {
  .img-4col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}
.img-4col img {
  width: 100%;
  height: auto;
}

/* 無効化（1920px~1490px） */
@media screen and (max-width: 1920px) and (min-width: 1490px) {
  .u-dn-1920-1490 {
    display: none;
  }
}
.pagenavcontent .pagebtnlist li .btn {
  padding-left: 3rem;
  position: relative;
}

.pagenavcontent .pagebtnlist li .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 1rem;
  width: 1.2rem;
  height: 0.1rem;
  background: #fff;
}

.pagenavcontent .pagebtnlist li:first-child .btn::after {
  content: none;
}

.pagenavcontent .pagebtnlist li:first-child .btn {
  padding-left: 0;
}

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

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

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

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .l-header {
    height: 16vw;
    background: -webkit-gradient(linear, left top, right top, from(#095a8a), color-stop(40%, #258ebd), to(#89cde3));
    background: linear-gradient(90deg, #095a8a, #258ebd 40%, #89cde3);
  }
}
.l-header .header__content .fixnav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 3;
  translate: 0 -50%;
}
@media only screen and (max-width: 63.9375em) {
  .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: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-column-gap: 1.3333333333vw;
    -moz-column-gap: 1.3333333333vw;
    column-gap: 1.3333333333vw;
    width: 100%;
    translate: none;
  }
}
.l-header .header__content .fixnav a {
  display: block;
  width: 100%;
  min-width: 6rem;
  min-height: 14rem;
  padding: 1.5rem 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.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .fixnav a {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content .fixnav a {
    min-width: 4.8828125vw;
    min-height: 12.6953125vw;
    padding: 1.46484375vw;
    font-size: 1.3671875vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .fixnav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 32vw;
    min-height: 10.6666666667vw;
    padding: 4vw 2.6666666667vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    border-bottom-right-radius: 0;
    border-bottom-left-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: 63.9375em) {
  .l-header .header__content .fixnav a:not(:first-child) {
    margin-top: 0;
  }
}
.l-header .header__content .fixnav a.info {
  background: #005284;
}
.l-header .header__content .fixnav a.apply {
  background: #046fb1;
}
.l-header .header__content .fixnav a.campus {
  background: #1993df;
}
.l-header .header__content .fixnav a:hover {
  background: #757b8b;
}
.l-header .header__content .fixnav a img {
  width: 100%;
}
.l-header .header__content .fixnav.index {
  top: 20rem;
  right: 1rem;
  gap: 1.2rem;
  translate: none;
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .fixnav.index {
    top: auto;
    right: 0;
    bottom: 0;
    gap: 0;
  }
}
.l-header .header__content .fixnav.index 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;
  width: 12rem;
  min-height: auto;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-writing-mode: rl;
  -ms-writing-mode: rl;
  writing-mode: rl;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .fixnav.index a {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .fixnav.index a {
    min-width: 50%;
    border: none;
    border-radius: 0;
  }
}
.l-header .header__content .fixnav.index a:not(:first-child) {
  margin-top: 1rem;
}
.l-header .header__content .fixnav.index a.entrance {
  background: #3da2d6;
}
.l-header .header__content .fixnav.index a:hover {
  opacity: 0.7;
}
.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: 63.9375em) {
  .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: 63.9375em) {
  .l-header .header__content .menu-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-header .header__content--sub {
  padding: 1rem 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#095a8a), color-stop(40%, #258ebd), to(#89cde3));
  background: linear-gradient(90deg, #095a8a, #258ebd 40%, #89cde3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 63.9375em) {
  .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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar {
    row-gap: 0.9765625vw;
  }
}
.l-header .header__content--sub .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: 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 .item {
  height: 100%;
  min-height: 6rem;
  padding: 1.3rem 1.8rem;
  -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;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content--sub .menu-bar .list li.menulink .item {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.menulink .item {
    padding: 1.26953125vw 0.9765625vw;
    font-size: 1.3671875vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.menulink .item:hover {
  opacity: 0.5;
}
.l-header .header__content--sub .menu-bar .list li.menulink .item.lg {
  gap: 0.5rem;
  min-width: 23rem;
  border-right: 1px solid #ddd;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.menulink .item.lg {
    gap: 0.48828125vw;
    min-width: auto;
  }
}
.l-header .header__content--sub .menu-bar .list li.searchbox {
  position: relative;
  margin-right: 2rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dddddd;
}
.l-header .header__content--sub .menu-bar .list li.searchbox input[type=text] {
  width: 18rem;
  padding: 1.1rem;
  font-size: 1.4rem;
  background: transparent;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.searchbox input[type=text] {
    width: 14.6484375vw;
    padding: 0.9765625vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.searchbox {
    margin-right: 1.46484375vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.searchbox button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3rem;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  translate: 0 -50%;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.searchbox button {
    width: 2.9296875vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.searchbox button:hover img {
  opacity: 0.5;
}
.l-header .header__content--sub .menu-bar .list li.searchbox button img {
  width: 1.8rem;
  margin: 0 auto;
}
.l-header .header__content--sub .menu-bar .list li.menubtn {
  height: 100%;
  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;
  min-width: 5.6rem;
  padding: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: bottom;
  cursor: pointer;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  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: 63.9375em) {
  .l-header .header__content--sub .menu-bar .list li.menubtn a {
    font-size: 2.6666666667vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.menubtn a .icon {
  width: 2.6rem;
  height: 2.2rem;
  margin: 0 auto 0.5rem auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.menubtn a {
    padding: 0.48828125vw;
    font-size: 0.78125vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.menubtn a:hover {
  background: rgba(51, 51, 51, 0.7);
}
.l-header .header__content--sub .menu-bar .list li.menubtn.contact a {
  padding: 0 2rem;
  color: #757b8b;
  background: #fff;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--sub .menu-bar .list li.menubtn.contact a {
    padding: 0 0.9765625vw;
  }
}
.l-header .header__content--sub .menu-bar .list li.menubtn.contact a:hover {
  opacity: 0.5;
}
.l-header .header__content--sub .menu-bar .list li.menubtn.contact .access {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.l-header .header__content--sub .menu-bar .list.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.4rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-header .header__content--main {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content--main {
    display: none;
  }
}
.l-header .header__content--main .menu-bar .list .menu-item {
  cursor: pointer;
}
.l-header .header__content--main .menu-bar .list .menu-item .parent-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1.2rem 1.5rem;
  color: #757b8b;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .header__content--main .menu-bar .list .menu-item .parent-item:hover {
  color: #fff;
  background: #046fb1;
}
.l-header .header__content--main .menu-bar .list .menu-item .parent-item.hosp_clinic {
  margin-left: 4rem;
  color: #757b8b;
}
.l-header .header__content--main .menu-bar .list .menu-item .parent-item.hosp_clinic::after {
  content: none;
}
.l-header .header__content--main .menu-bar .list .menu-item .parent-item.gsn::after {
  content: none;
}
.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: #2ba7ea;
}
.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: "Inter", serif;
  font-size: 1.4rem;
  color: #046fb1;
}
.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 .menu-item.current .parent-item {
  color: #046fb1;
}
.l-header .header__content--main .menu-bar .list .menu-item.current .parent-item:hover {
  color: #fff;
}
.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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--logo {
    margin-left: 0.9765625vw;
  }
}
.l-header .header__content--logo img {
  width: 37.3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content--logo img {
    width: 31.25vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: #046fb1;
}
.l-header .header__content--menu .mainmenu .navlist__item:hover:after, .l-header .header__content--menu .mainmenu .navlist__item.active:after {
  width: 100%;
  background: #046fb1;
}
@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: #046fb1;
}
.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: #046fb1;
}
.l-header .header__content--menu .mainmenu .navlist__content .submenu-list a {
  display: block;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #757b8b;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Inter", serif;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .language {
    font-size: 3.2vw;
  }
}
.l-header .header__content .language a {
  z-index: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -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 .language .slash {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.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;
  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: 45.3333333333vw;
}
.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: #fff;
  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: 16vw;
  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 0 17.8666666667vw 0;
  overflow-y: scroll;
  background: #1782ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#1782ba), to(#76bade));
  background: linear-gradient(#1782ba, #76bade);
  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 .pd {
  padding: 0vw 5.3333333333vw 0vw 5.3333333333vw;
}
.l-header .header__content .spmenu .menu-content .blk .pd .translate {
  margin-top: 10.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.l-header .header__content .spmenu .menu-content .blk .pd .translate .slash {
  padding: 0 1.3333333333vw;
}
.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 .commonmenu .flexblk {
  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: 2.6666666667vw;
}
.l-header .header__content .spmenu .menu-content .commonmenu .flexblk .searchbox {
  position: relative;
  width: 69.3333333333vw;
  background: #fff;
  border: 1px solid #dddddd;
}
.l-header .header__content .spmenu .menu-content .commonmenu .flexblk .searchbox input[type=text] {
  width: calc(100% - 13.3333333333vw);
  padding: 1.1rem;
  font-size: 1.4rem;
  background: #fff;
  background: transparent;
}
.l-header .header__content .spmenu .menu-content .commonmenu .flexblk .searchbox button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13.3333333333vw;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  translate: 0 -50%;
}
.l-header .header__content .spmenu .menu-content .commonmenu .flexblk .searchbox button img {
  width: 4.8vw;
  margin: 0 auto;
}
.l-header .header__content .spmenu .menu-content .commonmenu .flexblk .accessmenu {
  font-size: 3.2vw;
  color: #fff;
  text-align: center;
}
.l-header .header__content .spmenu .menu-content .commonmenu .flexblk .accessmenu .icon {
  margin: 0 auto 0.8vw auto;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.l-header .header__content .spmenu .menu-content .commonmenu .menubtn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.0666666667vw;
  -webkit-column-gap: 1.0666666667vw;
  -moz-column-gap: 1.0666666667vw;
  column-gap: 1.0666666667vw;
  margin: 5.3333333333vw auto;
}
.l-header .header__content .spmenu .menu-content .commonmenu .menubtn a {
  font-size: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.3333333333vw;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  cursor: pointer;
  background: #333;
  border-radius: 1.3333333333vw;
  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: 63.9375em) {
  .l-header .header__content .spmenu .menu-content .commonmenu .menubtn a {
    font-size: 3.2vw;
  }
}
.l-header .header__content .spmenu .menu-content .commonmenu .menubtn a .icon {
  width: 6.9333333333vw;
  height: 5.8666666667vw;
  margin: 0 auto 2.6666666667vw auto;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent {
  position: relative;
  border-bottom: 0.2666666667vw solid #ddd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .p-cat {
  display: block;
  width: 100%;
  padding: 4vw 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #757b8b;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .accordion .ui-accordion-header {
  outline: none;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .accordion .ui-accordion-header:focus {
  outline: none;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .accordion .p-cat {
  background: url("../images/common/ico_plus.svg") no-repeat center right;
  background-size: 4.2666666667vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.l-header .header__content .spmenu .menu-content .page-menu .parent .accordion .p-cat.ui-state-active {
  background: url("../images/common/ico_minus.svg") no-repeat center right;
  background-size: 4.2666666667vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.l-header .header__content .spmenu .menu-content .page-menu .child-cat {
  padding: 4vw 0 0 0;
}
.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;
}
.l-header .header__content .spmenu .menu-content__bg {
  padding: 1.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
}
.l-header .header__content .spmenu .menu-content__bg .parent.arr {
  background: url(../images/common/btn_arrow.svg) no-repeat center right;
  background-size: 5.8666666667vw;
}
.l-header .header__content .spmenu .menu-content__bg .parent.ext {
  background: url(../images/common/ico_extlink01.svg) no-repeat center right;
  background-size: 5.8666666667vw;
}
.l-header .header__content .spmenu .menu-content__bg .infomenu {
  gap: 2.6666666667vw 5.3333333333vw;
  margin-top: 10.6666666667vw;
  border-bottom: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-header .header__content .spmenu .menu-content__bg .infomenu a {
  position: relative;
  padding-left: 3.4666666667vw;
  font-size: 3.7333333333vw;
}
.l-header .header__content .spmenu .menu-content__bg .infomenu a:before {
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  content: "";
  background: #1782ba;
  border-radius: 50%;
}
.l-header .header__content .spmenu .menu-content__bg .infomenu a.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3333333333vw;
}
.l-header .header__content .spmenu .menu-content__bg .infomenu a.flex .icon {
  width: 5.8666666667vw;
}
.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: #046fb1;
}
.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;
}
.l-header .header__content .spmenu #spfixbtn {
  margin-top: 10.6666666667vw;
}
.l-header .header__content .spmenu #spfixbtn .fixnav {
  position: relative;
}

.l-header__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  color: #fff;
}

.l-header__link ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}

.l-header__link ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  cursor: pointer;
}

.l-header .header__content--main .menu-bar .list .menu-item .parent-item.current span {
  position: relative;
  font-weight: 700;
  color: #046fb1;
}

.l-header .header__content--main .menu-bar .list .menu-item.js-tab02.current .parent-item span {
  font-weight: 700;
  color: #046fb1;
}

.l-header .header__content--main .menu-bar .list .menu-item.js-tab02.current .parent-item:hover span {
  color: #fff;
}

.l-header .header__content--main .menu-bar .list .menu-item .parent-item.current:hover span {
  color: #fff;
}

.l-header .header__content--main .menu-bar .list .menu-item .parent-item.current span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  background: #046fb1;
}

.l-header .header__content--main .menu-bar .list .menu-item .parent-item.current:hover span::after {
  background: #fff;
}

.l-header__lang {
  font-size: 4.8vw;
  font-weight: 700;
  color: #fff;
}

.l-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10.6666666667vw;
  -moz-column-gap: 10.6666666667vw;
  column-gap: 10.6666666667vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5.3333333333vw;
}

.l-header__btn-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0666666667vw;
  -moz-column-gap: 1.0666666667vw;
  column-gap: 1.0666666667vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: #fff;
}

.l-header__btn-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.3333333333vw;
  -moz-column-gap: 1.3333333333vw;
  column-gap: 1.3333333333vw;
  margin: 5.3333333333vw 0;
}

.l-header .header__content .spmenu .menu-content .page-menu .child-cat li {
  padding-left: 4.8vw;
  margin-left: 5.3333333333vw;
}

.l-header .header__content .spmenu .menu-content .page-menu .child-cat li::after {
  position: absolute;
  top: 4.8vw;
  left: 0;
  width: 3.2vw;
  height: 0.2666666667vw;
  content: "";
  background: #1782ba;
}

.l-header .header__content .spmenu .menu-content .page-menu .child-cat li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.l-header .header__content .spmenu .menu-content .page-menu .child-cat li:first-child::after {
  content: none;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-footer {
  padding: 8rem 0;
  background: #84bcf8;
  background: -webkit-gradient(linear, left top, left bottom, from(#095a8a), to(#2683aa));
  background: linear-gradient(#095a8a, #2683aa);
}
.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: 63.9375em) {
  .l-footer {
    padding: 16vw 0 21.3333333333vw 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: 63.9375em) {
  .l-footer .footer__content .logo {
    display: block;
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}
.l-footer .footer__content--pagemenu {
  margin-top: 80px;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .l-footer .footer__content--pagemenu .menulist__col {
    font-size: 3.7333333333vw;
  }
}
.l-footer .footer__content--pagemenu .menulist__item {
  padding: 0 1rem 0 2rem;
  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 .pagebtnlist li {
  border: 1px solid #fff;
}
.l-footer .footer__content--pagemenu .pagebtnlist .btn {
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  color: #fff;
  background: none;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-footer .footer__content--pagemenu .pagebtnlist .btn {
    font-size: 3.7333333333vw;
  }
}
.l-footer .footer__content--pagemenu .pagebtnlist .btn:after {
  width: 1.5rem;
  height: 0.4rem;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.l-footer .footer__content--pagemenu .adjust {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  color: #fff;
  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;
}
.l-footer .footer__content--pagemenu .adjust .language {
  font-size: 1.2rem;
}
.l-footer .footer__content--pagemenu .adjust .fontsize span {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer .footer__content--pagemenu .adjust .fontsize span:hover {
  opacity: 0.5;
}
.l-footer .footer__content--pagemenu .adjust .fontsize span.active {
  pointer-events: none;
  opacity: 0.5;
}
.l-footer .footer__content--pagemenu .adjust .fontsize span.lg {
  font-size: 3rem;
}
.l-footer .footer__content--pagemenu .adjust .fontsize span.md {
  margin: 0 2rem;
  font-size: 2rem;
}
.l-footer .footer__content--pagemenu .adjust .fontsize span.sm {
  font-size: 1.6rem;
}
.l-footer .footer__content--pagemenu .snslist {
  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: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.l-footer .footer__content--pagemenu .snslist .ttl {
  margin-right: 1rem;
  color: #fff;
}
.l-footer .footer__content--pagemenu .snslist img {
  width: 2.4rem;
}
.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: 63.9375em) {
  .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: 63.9375em) {
  .l-footer .footer__content--infomenu .menulist li a {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .l-footer .footer__content--infomenu .menulist li:first-child a {
    border-left: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .l-footer .footer__content--infomenu .copyright {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-footer .footer__content--infomenu .copyright {
    color: #fff;
    text-align: center;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.c-scroll-in {
  opacity: 0;
}
@media print {
  .c-scroll-in {
    opacity: 1;
  }
}
.c-scroll-in.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}

.c-scroll-up {
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}
@media print {
  .c-scroll-up {
    opacity: 1;
  }
}
.c-scroll-up.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}
@media print {
  .c-scroll-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-scroll-up.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-scroll-left {
  opacity: 0;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
}
@media print {
  .c-scroll-left {
    opacity: 1;
  }
}
.c-scroll-left.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}
@media print {
  .c-scroll-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-scroll-left.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-scroll-right {
  opacity: 0;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}
@media print {
  .c-scroll-right {
    opacity: 1;
  }
}
.c-scroll-right.is-active {
  opacity: 1;
  -webkit-transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, -webkit-transform 1.2s;
  transition: opacity 2s, transform 1.2s;
  transition: opacity 2s, transform 1.2s, -webkit-transform 1.2s;
}
@media print {
  .c-scroll-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.c-scroll-right.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-scroll-white {
  position: relative;
  overflow: hidden;
}
.c-scroll-white:before {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  z-index: 2;
  content: "";
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s, -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
}
@media print {
  .c-scroll-white:before {
    display: none;
  }
}
.c-scroll-white.is-active:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.btn {
  position: relative;
  display: inline-block;
  width: 60rem;
  padding: 3.6rem 3rem;
  font-weight: 600;
  line-height: 1.5;
  color: #2ba7ea;
  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: 63.9375em) {
  .btn {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: #046fb1;
}
.btn.color::after {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
.btn.color:hover {
  background-color: rgba(4, 111, 177, 0.75);
}

.defaultbtn {
  display: inline-block;
  padding: 0.8rem 3rem;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
}
@media only screen and (max-width: 63.9375em) {
  .defaultbtn {
    font-size: 4.2666666667vw;
  }
}

.viewall {
  position: relative;
  padding-right: 8.5rem;
  white-space: nowrap;
  font-size: 1.5rem;
}
@media only screen and (max-width: 63.9375em) {
  .viewall {
    padding-right: 12.5333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .viewall:after {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.viewall:hover {
  color: #046fb1;
}
.viewall:hover:after {
  right: -1rem;
}
.viewall--jp {
  font-family: "Noto Sans JP", serif;
}

.viewall_sm {
  position: relative;
  padding-right: 6rem;
  white-space: nowrap;
  font-size: inherit;
  color: #046fb1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .viewall_sm {
    padding-right: 13.3333333333vw;
  }
}
.viewall_sm:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  content: "";
  background: url(../images/common/btn_view_sm.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: 63.9375em) {
  .viewall_sm:after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.viewall_sm:hover {
  opacity: 0.75;
}
.viewall_sm:hover:after {
  right: -1rem;
}

.pagebtnlist {
  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) {
  .pagebtnlist {
    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: 63.9375em) {
  .pagebtnlist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 3.7333333333vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.pagebtnlist li {
  border: 1px solid #046fb1;
}
.pagebtnlist li .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem 5rem 2rem 2rem;
  color: #046fb1;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .pagebtnlist li .btn {
    font-size: 3.7333333333vw;
  }
}
.pagebtnlist li .btn:after {
  right: 2rem;
}
.pagebtnlist li .btn:hover {
  color: rgba(4, 111, 177, 0.75);
}
.pagebtnlist li .btn:hover:after {
  right: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .pagebtnlist li .btn {
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.pagebtnlist li .btn.pdf::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.8rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_pdf.svg) no-repeat center right;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .pagebtnlist li .btn.pdf::after {
    right: 8vw;
    width: 4.1333333333vw;
  }
}
.pagebtnlist li .btn.pdf:hover::after {
  right: 3rem;
}
.pagebtnlist li .btn.word::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_word.svg) no-repeat center right;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .pagebtnlist li .btn.word::after {
    right: 8vw;
    width: 4.5333333333vw;
  }
}
.pagebtnlist li .btn.word:hover::after {
  right: 3rem;
}
.pagebtnlist li .btn.excel::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2rem;
  height: 100%;
  content: "";
  background: url(../images/common/ico_excel.svg) no-repeat center right;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .pagebtnlist li .btn.excel::after {
    right: 8vw;
    width: 4.5333333333vw;
  }
}
.pagebtnlist li .btn.excel:hover::after {
  right: 3rem;
}
.pagebtnlist.type01 li {
  border: none;
  border-top: 0.4rem solid #046fb1;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 63.9375em) {
  .pagebtnlist.type01 li {
    border-top: 1.0666666667vw solid #046fb1;
  }
}

.btn-gradient {
  position: relative;
  display: inline-block;
  width: 35rem;
  padding: 2rem 2.5rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background: linear-gradient(112deg, rgb(23, 130, 186) 0%, rgb(118, 186, 222) 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .btn-gradient {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .btn-gradient {
    width: 66.6666666667vw;
    padding: 4vw 5.3333333333vw;
  }
}
.btn-gradient:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.5rem;
  height: 0.4rem;
  content: "";
  background: url(../images/common/btn_arrow.svg) no-repeat top right;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  background-size: cover;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
  translate: 0 -50%;
}
@media only screen and (max-width: 63.9375em) {
  .btn-gradient:after {
    right: 5.3333333333vw;
    width: 4vw;
    height: 1.0666666667vw;
  }
}
.btn-gradient:hover::after {
  right: 1rem;
}

.viewall.pdf::after {
  background-image: url(../../assets/images/common/btn_pdf.svg);
}

.shadow-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 2rem 5rem 2rem 2rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .shadow-btn {
    font-size: 3.7333333333vw;
  }
}
.shadow-btn:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  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: 63.9375em) {
  .shadow-btn:after {
    right: 8vw;
    width: 5.8666666667vw;
    height: 1.6vw;
  }
}
.shadow-btn:hover {
  color: rgba(51, 51, 51, 0.75);
}
.shadow-btn:hover:after {
  right: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .shadow-btn {
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}

.img-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-btn:after {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  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: 63.9375em) {
  .img-btn:after {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 5.8666666667vw;
    height: 1.6vw;
  }
}
.img-btn:hover {
  opacity: 0.75;
}
.img-btn:hover:after {
  right: 1rem;
}
.img-btn__img {
  width: 22.5rem;
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .img-btn__img {
    width: 14rem;
    height: 9.5rem;
  }
}
.img-btn__txt {
  padding: 2rem 3rem;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .img-btn__txt {
    padding: 5.3333333333vw 4vw;
  }
}
.img-btn__txt .colortxt {
  color: #046fb1;
  font-size: 1.3rem;
}
@media only screen and (max-width: 63.9375em) {
  .img-btn__txt .colortxt {
    font-size: 3.2vw;
  }
}
.img-btn__txt .ttl {
  color: #333333;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .img-btn__txt .ttl {
    font-size: 3.7333333333vw;
  }
}

.link-btn {
  position: relative;
  display: inline-block;
  max-width: 35rem;
  width: 100%;
  height: 100%;
  padding: 2rem 5rem 2rem 2rem;
  border: 1px solid #046fb1;
  line-height: 1.5;
  color: #046fb1;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .link-btn {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .link-btn {
    max-width: 100%;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.link-btn:after {
  position: absolute;
  top: 50%;
  right: 2rem;
  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: 63.9375em) {
  .link-btn:after {
    right: 5.3333333333vw;
    width: 5.8666666667vw;
    height: 1.6vw;
  }
}
.link-btn:hover {
  color: rgba(4, 111, 177, 0.75);
  background-color: rgba(255, 255, 255, 0.75);
}
.link-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: 63.9375em) {
  .secttl {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .secttl {
    margin-bottom: 8vw;
    line-height: 1.4;
  }
}
.secttl .enttl {
  display: block;
  font-family: "Inter", serif;
  line-height: 1.5;
  color: #046fb1;
  font-size: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .secttl .enttl {
    font-size: 8vw;
  }
}
.sec-mv__ttlblk {
  gap: 5rem;
  padding-bottom: 3rem;
  background: url(../images/common/bg_mv.jpg) no-repeat bottom left;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 45rem;
  max-width: 45rem;
  min-height: 16rem;
  padding: 2rem 4rem;
  margin-top: -3rem;
  background: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .parentttl {
    display: none;
  }
}
.sec-mv__ttlblk .parentttl .secttl {
  margin-bottom: 0rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .parentttl .secttl {
    font-size: 4.8vw;
  }
}
.sec-mv__ttlblk .parentttl .secttl .enttl {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Inter", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .parentttl .secttl .enttl {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .parentttl .secttl .enttl {
    margin-bottom: 1.3333333333vw;
  }
}
.sec-mv__ttlblk .pagettl .secttl {
  margin-bottom: 0rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.45;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .pagettl .secttl {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .pagettl .secttl {
    max-width: 80vw;
    text-align: center;
  }
}
.sec-mv__ttlblk .pagettl .secttl .enttl {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Inter", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .pagettl .secttl .enttl {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk .pagettl .secttl .enttl {
    margin-bottom: 1.3333333333vw;
    text-align: center;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv__ttlblk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5.3333333333vw 0;
    background: url(../images/common/bg_mv_sp.jpg) no-repeat bottom right;
    background-size: cover;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv {
    padding-top: 0;
    margin: 0 0 8vw 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv .breadcrumbs {
    padding: 0 5.3333333333vw;
  }
}
.sec-mv.parent {
  height: 32vw;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sec-mv.parent .secttl {
  font-size: 5rem;
  position: absolute;
  top: 40%;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv.parent .secttl {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv.parent .secttl {
    top: 50%;
  }
}
.sec-mv.parent .secttl .enttl {
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv.parent .secttl .enttl {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .sec-mv.parent {
    height: 100%;
  }
  .sec-mv.parent img {
    height: 80vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

.pagettl {
  font-size: 3.6rem;
  font-weight: 600;
  color: #046fb1;
  text-align: center;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .blkttl {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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: #046fb1;
}

.c-ttl {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .c-ttl {
    font-size: 4.8vw;
  }
}
.c-ttl:before {
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  content: "";
  background: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .c-ttl:before {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-ttl {
    padding-left: 7.4666666667vw;
    margin-bottom: 4vw;
  }
  .c-ttl:before {
    top: 3.4666666667vw;
  }
}

.sec-menulist {
  display: inline-block;
}
.sec-menulist li {
  position: relative;
  margin-bottom: 5rem;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 63.9375em) {
  .sec-menulist li {
    margin-bottom: 8vw;
  }
}
.sec-menulist li:last-child {
  margin-bottom: 0;
}
.sec-menulist li .secttl {
  padding-left: 9rem;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-menulist li .secttl {
    padding-left: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.sec-menulist li .secttl .enttl {
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: #2ba7ea;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 63.9375em) {
  .s-ttl:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

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

.parent-ttl {
  position: relative;
  display: block;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 63.9375em) {
  .parent-ttl {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.parent-ttl .enttl {
  display: block;
  margin-bottom: 1rem;
  font-family: "Inter", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .parent-ttl .enttl {
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.parent-sub-ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .parent-sub-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

.secttlv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .secttlv2 {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .secttlv2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.secttlv2 p {
  font-size: 1.3rem;
  font-weight: 400;
  max-width: 48rem;
}
@media only screen and (max-width: 63.9375em) {
  .secttlv2 p {
    width: 100%;
    max-width: none;
    font-size: 3.7333333333vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.flex.stretch .parent-linkitem {
  width: 48.5%;
}
@media only screen and (max-width: 63.9375em) {
  .flex.stretch .parent-linkitem {
    width: 100%;
  }
}

.parent-linkitem {
  position: relative;
  background-color: #035885;
}
.parent-linkitem > a,
.parent-linkitem > div {
  display: block;
  padding: 9rem 4rem 3rem 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem > a,
  .parent-linkitem > div {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.parent-linkitem img {
  display: block;
  width: 100%;
  height: auto;
}
.parent-linkitem .link-txt {
  width: 100%;
  height: 100%;
}
.parent-linkitem .link-txt .parent-ttl,
.parent-linkitem .link-txt .enttl,
.parent-linkitem .link-txt p {
  color: #fff;
}
.parent-linkitem .link-txt p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt p {
    font-size: 3.7333333333vw;
    font-weight: 600;
  }
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt .parent-ttl {
    font-size: 7.4666666667vw;
  }
}
.parent-linkitem .link-txt .pagebtnlist {
  display: grid;
  grid-template-columns: repeat(3, 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) {
  .parent-linkitem .link-txt .pagebtnlist {
    display: grid;
    grid-template-columns: repeat(3, 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: 63.9375em) {
  .parent-linkitem .link-txt .pagebtnlist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 2.1333333333vw;
    -webkit-column-gap: 2.1333333333vw;
    -moz-column-gap: 2.1333333333vw;
    column-gap: 2.1333333333vw;
  }
}
.parent-linkitem .link-txt .pagebtnlist .wide {
  grid-column: span 2;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt .pagebtnlist .wide {
    grid-column: auto;
  }
}
.parent-linkitem .link-txt .pagebtnlist .btn {
  padding: 2rem 4rem 2rem 2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt .pagebtnlist .btn {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt .pagebtnlist .btn {
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.parent-linkitem .link-txt .one-third {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt .one-third {
    display: grid;
    grid-template-columns: auto;
    row-gap: 5.3333333333vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.parent-linkitem .link-txt .one-third .wide {
  grid-column: span 2;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem .link-txt .one-third .wide {
    grid-column: auto;
  }
}
.parent-linkitem > a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.parent-linkitem > a:hover {
  opacity: 0.75;
}
.parent-linkitem.affiliated {
  background: transparent url(../images/hosp_clinic/bg_affiliated.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.musashikosugi {
  background: transparent url(../images/hosp_clinic/bg_musashikosugi.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.yaesu_health {
  background: transparent url(../images/hosp_clinic/bg_yaesu_health.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.houjin {
  background: transparent url(../images/hosp_clinic/bg_houjin.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.tama_nagayama {
  background: transparent url(../images/hosp_clinic/bg_tama_nagayama.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.chiba_hokuso {
  background: transparent url(../images/hosp_clinic/bg_chiba_hokuso.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.kisokagaku {
  background: transparent url(../images/classroom/bg_kisokagaku.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.kisokagaku {
    background: transparent url(../images/classroom/bg_kisokagaku_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.kisoigaku {
  background: transparent url(../images/classroom/bg_kisoigaku.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.kisoigaku {
    background: transparent url(../images/classroom/bg_kisoigaku_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.rinshouigaku {
  background: transparent url(../images/classroom/bg_rinshouigaku.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.rinshouigaku {
    background: transparent url(../images/classroom/bg_rinshouigaku_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.saisentanigaku {
  background: transparent url(../images/classroom/bg_saisentanigaku.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.saisentanigaku {
    background: transparent url(../images/classroom/bg_saisentanigaku_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.intro {
  background: transparent url(../images/medicine/bg_intro.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.field {
  background: transparent url(../images/medicine/bg_field.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.scholarships {
  background: transparent url(../images/medicine/bg_scholarships.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.studentlife {
  background: transparent url(../images/medicine/bg_studentlife.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.message {
  background: transparent url(../images/introduction/intro_message.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.movie {
  background: transparent url(../images/introduction/intro_movie.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.overview {
  background: transparent url(../images/introduction/intro_overview.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.philosophy {
  background: transparent url(../images/introduction/intro_philosophy.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.information {
  background: transparent url(../images/introduction/intro_information.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.katsudo {
  background: transparent url(../images/kenkyujoho/bg_katsudo.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.katsudo {
    background: transparent url(../images/kenkyujoho/bg_katsudo_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.researchfacility {
  background: transparent url(../images/kenkyujoho/bg_researchfacility.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.researchfacility {
    background: transparent url(../images/kenkyujoho/bg_researchfacility_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.researchfunding {
  background: transparent url(../images/kenkyujoho/bg_researchfunding.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.researchfunding {
    background: transparent url(../images/kenkyujoho/bg_researchfunding_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.publicfund {
  background: transparent url(../images/kenkyujoho/bg_publicfund.jpg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .parent-linkitem.publicfund {
    background: transparent url(../images/kenkyujoho/bg_publicfund_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.parent-linkitem.introduction {
  background: transparent url(../images/gradschool/bg_introduction.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.gs-introduction {
  background: transparent url(../images/gradschool/bg_gs-introduction.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.gs-majorfield {
  background: transparent url(../images/gradschool/bg_gs-majorfield.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.medical-edu {
  background: transparent url(../images/keywords/bg_medical-edu.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.advanced-medical {
  background: transparent url(../images/keywords/bg_advanced-medical.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.medical-research {
  background: transparent url(../images/keywords/bg_medical-research.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.nms-global {
  background: transparent url(../images/keywords/bg_nms-global.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.legacy {
  background: transparent url(../images/keywords/bg_legacy.jpg) no-repeat top center;
  background-size: cover;
}
.parent-linkitem.future-of-nursing {
  background: transparent url(../images/keywords/bg_future-of-nursing.jpg) no-repeat top center;
  background-size: cover;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.c-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}

.c-box01__item {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  padding: 2rem 1rem 1rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 19.7rem;
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 31%;
    height: 35.4666666667vw;
    padding: 2.6666666667vw 1.6vw 5.3333333333vw;
  }
}

.c-box01__item h3 {
  font-size: 2rem;
  font-family: "Inter", serif;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01__item h3 {
    font-size: 3.2vw;
  }
}

.c-box01__item-icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01__item-icon {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin-top: 1.6vw;
  }
}

.c-box01__item-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01__item-icon::after {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}

.c-box01__item-icon.v1::after {
  background-image: url(../../assets/images/home/icon01.svg);
}

.c-box01__item.active .c-box01__item-icon.v1::after {
  background-image: url(../../assets/images/home/icon01-white.svg);
}

.c-box01__item-icon.v2::after {
  background-image: url(../../assets/images/home/icon02.svg);
}

.c-box01__item.active .c-box01__item-icon.v2::after {
  background-image: url(../../assets/images/home/icon02-white.svg);
}

.c-box01__item-icon.v3::after {
  background-image: url(../../assets/images/home/icon03.svg);
}

.c-box01__item.active .c-box01__item-icon.v3::after {
  background-image: url(../../assets/images/home/icon03-white.svg);
}

.c-box01__item-icon.v4::after {
  background-image: url(../../assets/images/home/icon04.svg);
}

.c-box01__item.active .c-box01__item-icon.v4::after {
  background-image: url(../../assets/images/home/icon04-white.svg);
}

.c-box01__item-icon.v5::after {
  background-image: url(../../assets/images/home/icon05.svg);
}

.c-box01__item.active .c-box01__item-icon.v5::after {
  background-image: url(../../assets/images/home/icon05-white.svg);
}

.c-box01__item-icon.v6::after {
  background-image: url(../../assets/images/home/icon06.svg);
}

.c-box01__item.active .c-box01__item-icon.v6::after {
  background-image: url(../../assets/images/home/icon06-white.svg);
}

.c-box01__item p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.4rem;
  color: #757b8b;
  line-height: 1.3;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01__item p {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 1.0666666667vw;
  }
}

.c-box01__item-btn {
  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: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #046fb1;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box01__item-btn {
    width: 3.2vw;
    height: auto;
    background: inherit;
    -webkit-transform: none;
    transform: none;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.c-box01__item.active {
  background: #046fb1;
}

.c-box01__item.active h3,
.c-box01__item.active p {
  color: #fff;
}

.c-box01__item.active .c-box01__item-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-box01__item.active .c-box01__item-btn {
  background: #fff;
}

.c-box01__item.active .c-box01__item-btn img {
  -webkit-filter: invert(29%) sepia(94%) saturate(1700%) hue-rotate(187deg) brightness(95%) contrast(95%);
  filter: invert(29%) sepia(94%) saturate(1700%) hue-rotate(187deg) brightness(95%) contrast(95%);
}

.c-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.c-box02__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 46rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .c-box02__item {
    width: 36rem;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item {
    width: 64vw;
    margin-right: 5.3333333333vw;
    height: 98.6666666667vw;
  }
}

@media all and (min-width: 73.8125em) {
  .c-box02__item:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box02__item:hover {
    opacity: 0.7;
  }
}
.c-box02__item-txt {
  padding: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item-txt {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}

.c-box02__item-txt time {
  font-size: 1.4rem;
  font-family: "Inter", serif;
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item-txt time {
    font-size: 3.2vw;
  }
}

.c-box02__item-tag {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item-tag {
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.c-box02__item-tag span {
  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;
  background: #046fb1;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.2rem 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item-tag span {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}

.c-box02__item-tag p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item-tag p {
    font-size: 3.2vw;
  }
}

.c-box02__item-txt01 {
  margin-top: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 63.9375em) {
  .c-box02__item-txt01 {
    margin-top: 2.6666666667vw;
  }
}

.c-box02__item-img {
  width: 100%;
  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;
  aspect-ratio: 6/4;
  overflow: hidden;
}

.c-img01 {
  width: 100%;
  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;
  aspect-ratio: 6/4;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
}

.c-img01 img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
}

.c-box02__item-img img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.c-box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-box03__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
}
@media only screen and (max-width: 63.9375em) {
  .c-box03__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

@media only screen and (max-width: 63.9375em) {
  .c-box03__item-img {
    width: 40%;
  }
}
.c-box03__item-img img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 73.8125em) {
  .c-box03__item:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box03__item:hover {
    opacity: 0.7;
  }
}
.c-box03__item h3 {
  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: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#095a8a), color-stop(40%, #258ebd), to(#89cde3));
  background: linear-gradient(90deg, #095a8a, #258ebd 40%, #89cde3);
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .c-box03__item h3 {
    width: 60%;
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.c-box04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 5.3333333333vw;
  }
}

.c-box04__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}

.c-box04__icon {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04__icon {
    width: 3.2vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

@media all and (min-width: 73.8125em) {
  .c-box04__item:hover {
    opacity: 0.7;
  }
}
@media print {
  .c-box04__item:hover {
    opacity: 0.7;
  }
}
.c-box04__item-img {
  width: 40%;
}

.c-box04__item-txt-wrap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04__item-txt-wrap {
    padding: 3.2vw;
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
}

.c-box04__item-txt-img {
  width: 4.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04__item-txt-img {
    width: 8vw;
  }
}

.c-box04__item-txt h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #046fb1;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04__item-txt h3 {
    font-size: 3.2vw;
    margin-bottom: 0.5333333333vw;
  }
}

.c-box04__item-txt p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 63.9375em) {
  .c-box04__item-txt p {
    font-size: 3.7333333333vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.l-page .l-contents .contents_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .contents_list {
    grid-template-columns: auto;
    gap: 5.3333333333vw;
  }
}
.l-page .l-contents .contents_list li {
  background-color: #fff;
}
.l-page .l-contents .contents_list li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-page .l-contents .contents_list li a .btn {
  width: 100%;
  padding: 2rem;
  font-size: 1.6rem;
  color: #757b8b;
  text-align: left;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .contents_list li a .btn {
    padding: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .contents_list li a .btn:after {
  right: 2rem;
  content: "";
  background: url(../images/common/btn_arrow.svg) no-repeat top right;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .contents_list li a .btn:after {
    right: 3.7333333333vw;
  }
}
.l-page .l-contents .contents_list li a:hover {
  opacity: 0.8;
}
.l-page .l-contents .contents_list li a:hover .btn:after {
  right: 1rem;
}
.l-page .l-contents .page-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor {
    gap: 2.6666666667vw;
  }
}
.l-page .l-contents .page-anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 1.6rem);
  background-color: transparent;
  border: 1px solid #046fb1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor li {
    width: calc(50% - 2.6666666667vw);
  }
}
.l-page .l-contents .page-anchor 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;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.6rem 2.6rem 1.6rem 1.6rem;
  font-weight: 700;
  color: #046fb1;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor li a {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
.l-page .l-contents .page-anchor li a:after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 1.1rem;
  height: 0.6rem;
  content: "";
  background: url(../images/common/menu_arrow.svg) no-repeat top right;
  background-size: cover;
  translate: 0 -50%;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor li a:after {
    right: 2.6666666667vw;
    width: 2.9333333333vw;
    height: 1.6vw;
  }
}
.l-page .l-contents .page-anchor li a.link:after {
  width: 0.6rem;
  height: 1.1rem;
  background: url(../images/common/menu_downarrow.svg) no-repeat top right;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor li a.link:after {
    width: 1.6vw;
    height: 2.9333333333vw;
  }
}
.l-page .l-contents .page-anchor li:hover {
  opacity: 0.7;
}
.l-page .l-contents .page-anchor li.active {
  pointer-events: none;
  background-color: #046fb1;
}
.l-page .l-contents .page-anchor li.active a {
  color: #fff;
}
.l-page .l-contents .page-anchor--5col {
  gap: 1.5rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor--5col {
    gap: 2.6666666667vw;
  }
}
.l-page .l-contents .page-anchor--5col li {
  width: calc(20% - 1.5rem);
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor--5col li {
    width: calc(50% - 2.6666666667vw);
  }
}
.l-page .l-contents .page-anchor--5col li a {
  padding: 1rem 2.5rem 1rem 1.5rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor--5col li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .page-anchor--5col li a {
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
.l-page .l-contents .blk-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .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;
  }
}
.l-page .l-contents .blk-col-2.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-page .l-contents .blk-col-2.ai-center-pconly {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .blk-col-2.ai-center-pconly {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 63.9375em) {
  .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;
  }
}
.l-page .l-contents .blk-col-2 .same-size {
  width: 49%;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .blk-col-2 .same-size {
    width: 100%;
  }
}
.l-page .l-contents .blk-col-2 .img-blk {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32rem;
  flex: 0 0 32rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .blk-col-2 .img-blk {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.l-page .l-contents .blk-col-2 .img-blk-400 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40rem;
  flex: 0 0 40rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .blk-col-2 .img-blk-400 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.l-page .l-contents .blk-col-2 .txt-blk {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-page .l-contents .blk-col-2 .sm-blk {
  min-width: 8rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .blk-col-2 .sm-blk {
    min-width: none;
  }
}
.l-page .l-contents .blk-col-2 img {
  display: block;
  width: 100%;
  height: auto;
}
.l-page .l-contents .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .profile {
    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;
  }
}
.l-page .l-contents .profile.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .profile--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;
  }
}
.l-page .l-contents .profile-info {
  width: 100%;
}
.l-page .l-contents .profile-info img {
  width: 26rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .profile-info img {
    width: 100%;
  }
}
.l-page .l-contents .profile-info .txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .profile-info .txt {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .profile-info .txt {
    text-align: center;
  }
}
.l-page .l-contents .profile-info .txt .name {
  font-size: 2rem;
  padding-left: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .profile-info .txt .name {
    font-size: 4.8vw;
  }
}
.l-page .l-contents .point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background: #ecf5fe;
}
.l-page .l-contents .point-box.half {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .point-box.half {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .point-box {
    gap: 4vw;
    padding: 4vw;
  }
}
.l-page .l-contents .point-box .point {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.4rem 1.6rem;
  font-family: "Inter", serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #046fb1;
  border-radius: 50%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .point-box .point {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .point-box .point {
    padding: 8vw 3.7333333333vw;
  }
}
.l-page .l-contents .point-box .point.lbl {
  min-width: 13rem;
  height: 13rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .point-box .point.lbl {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .point-box .point.lbl {
    min-width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.l-page .l-contents .circle-num {
  width: 6.5rem;
  height: 6.5rem;
  font-weight: 700;
  line-height: 6.5rem;
  color: #fff;
  text-align: center;
  background-color: #046fb1;
  border-radius: 50%;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .circle-num {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .circle-num {
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
  }
}
.l-page .l-contents .list-bg {
  padding: 4rem;
  background: #f1efe2;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .list-bg {
    padding: 2rem;
  }
}
.l-page .l-contents .list-bg.half {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .list-bg.half {
    width: 100%;
  }
}
.l-page .l-contents .list-bg .list-bg-ttl {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.25;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .list-bg .list-bg-ttl {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .list-bg .list-bg-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.l-page .l-contents .list-bg ul li {
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .list-bg ul li {
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  gap: 1.5rem;
  margin-top: 4rem;
  border-bottom: 1px solid #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .tab-list {
    gap: 1.3333333333vw;
    width: 100%;
    padding: 0 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.l-page .l-contents .tab-list .tab-btn {
  position: relative;
  width: 40rem;
  padding: 1.5rem;
  font-weight: 700;
  color: #757b8b;
  text-align: center;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .tab-list .tab-btn {
    font-size: 3.7333333333vw;
  }
}
.l-page .l-contents .tab-list .tab-btn.active {
  z-index: 2;
  color: #046fb1;
  pointer-events: none;
  background: #fff;
  border: 1px solid #046fb1;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .l-contents .tab-list .tab-btn {
    width: 49%;
    padding: 2.6666666667vw;
  }
}
.l-page .l-contents .tab-list .tab-btn:not(.active):hover {
  color: #046fb1;
  background: #ecf5fe;
}
.l-page .l-contents .tab-content {
  display: none;
}
.l-page .l-contents .tab-content.active {
  display: block;
}
.l-page .video {
  position: relative;
  padding: 56.25% 0 0 0;
  pointer-events: none;
}
.l-page .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .video iframe {
    width: 100%;
    height: 100%;
  }
}
.l-page .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
  }
}
.l-page .prof-info {
  width: 100%;
  max-width: 24rem;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .prof-info {
    margin: 0 auto;
  }
}
.l-page .prof-info img {
  width: 100%;
  min-width: 24rem;
  margin-bottom: 1.4rem;
}
.l-page .prof-info .txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .prof-info .txt {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-page .prof-info .txt {
    text-align: center;
  }
}
.l-page .prof-info .txt .name {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .l-page .prof-info .txt .name {
    font-size: 4.8vw;
  }
}

.page__top section {
  padding: 12rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top section {
    padding: 16vw 0;
  }
}
.page__top .secttl {
  font-weight: 600;
  margin-bottom: 4rem;
  font-size: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .secttl {
    font-size: 6.4vw;
  }
}
.page__top .secttl .enttl {
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .secttl .enttl {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .secttl {
    margin-bottom: 8vw;
    font-size: 8vw;
  }
}
.page__top .container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
.page__top .contentblk {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.page__top .contentblk .slick-slide a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (min-width: 73.8125em) {
  .page__top .contentblk .slick-slide a:hover {
    opacity: 0.7;
  }
}
@media print {
  .page__top .contentblk .slick-slide a:hover {
    opacity: 0.7;
  }
}
.page__top .spmenu__sub {
  display: none;
}
.page__top .mvblk {
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk {
    height: 123.4666666667vw;
    overflow: hidden;
  }
}
.page__top .mvblk .gazou {
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .video {
    padding: 0 0 177.78% 0;
  }
}
.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 .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: 63.9375em) {
  .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: 63.9375em) {
  .page__top .mvblk .mvttl__sub {
    font-size: 3.7333333333vw;
  }
}
.page__top .mvblk .keywordlist {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 0 -50%;
}
.page__top .mvblk .keywordlist.pc .list {
  gap: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn {
  position: absolute;
  opacity: 0;
  -webkit-animation: fadeIn 2s linear 10s;
  animation: fadeIn 2s linear 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(1) {
  top: 3vw;
  left: 20vw;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(2) {
  top: 22vw;
  left: 5vw;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(3) {
  bottom: 3vw;
  left: 20vw;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(4) {
  top: 3vw;
  right: 20vw;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(5) {
  top: 22vw;
  right: 5vw;
}
.page__top .mvblk .keywordlist.pc .list .modal-btn:nth-child(6) {
  right: 20vw;
  bottom: 3vw;
}
.page__top .mvblk .keywordlist .list .modal-btn {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .keywordlist .list .modal-btn {
    margin: 0 2.6666666667vw 3.4666666667vw 2.6666666667vw;
  }
}
.page__top .mvblk .keywordlist .list .modal-btn a {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.page__top .mvblk .keywordlist .list .modal-btn .icon {
  width: 20.8rem;
  border-radius: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .keywordlist .list .modal-btn .icon {
    width: 38.9333333333vw;
  }
}
.page__top .mvblk .keywordlist .list .modal-btn .ttl {
  position: absolute;
  right: 0;
  bottom: 5rem;
  left: 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .keywordlist .list .modal-btn .ttl {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .keywordlist .list .modal-btn .ttl {
    bottom: 13.3333333333vw;
  }
}
.page__top .mvblk .keywordlist .list .modal-btn:after {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  content: "";
  background: url(../images/common/btn_view.svg) no-repeat bottom right;
  background-size: cover;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .keywordlist .list .modal-btn:after {
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.page__top .mvblk .keywordlist .list .modal-btn:hover {
  opacity: 0.5;
}
.page__top .mvblk .keywordlist .list .modal-btn:hover:after {
  right: 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .mvblk .keywordlist {
    top: auto;
    bottom: 10.6666666667vw;
    height: auto;
    translate: none;
  }
  .page__top .mvblk .keywordlist .slick-dots {
    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;
  }
  .page__top .mvblk .keywordlist .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 1.3333333333vw;
    cursor: pointer;
  }
  .page__top .mvblk .keywordlist .slick-dots li button {
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    font-size: 0;
    line-height: 0;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page__top .mvblk .keywordlist .slick-dots li.slick-active button {
    background: #fff;
  }
}
.page__top .sec-nmstopics {
  padding: 8rem 0 12rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-nmstopics {
    padding: 16vw 0;
  }
}
.page__top .sec-nmstopics .secttl .enttl {
  display: inline-block;
  padding-left: 3.3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-nmstopics .secttl .enttl {
    display: block;
    padding-left: 0;
    margin-top: 1.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-nmstopics .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page__top .sec-nmstopics .nmstopics-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2.7rem;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  column-gap: 2.7rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-nmstopics .nmstopics-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.63671875vw;
    -webkit-column-gap: 2.63671875vw;
    -moz-column-gap: 2.63671875vw;
    column-gap: 2.63671875vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-nmstopics .nmstopics-list {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: auto;
    row-gap: 0vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page__top .sec-nmstopics .nmstopicslider .slick-slide img {
  width: 100%;
}
.page__top .sec-nmstopics .nmstopicslider .slick-dots {
  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;
  margin-top: 5.3333333333vw;
}
.page__top .sec-nmstopics .nmstopicslider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0.8vw;
  cursor: pointer;
}
.page__top .sec-nmstopics .nmstopicslider .slick-dots li button {
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: #dcdcdc;
  border-radius: 100%;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page__top .sec-nmstopics .nmstopicslider .slick-dots li.slick-active button {
  background: #046fb1;
}
.page__top .sec-contentslider {
  position: relative;
  max-width: 192rem;
  padding-top: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 26.6666666667vw;
    height: 100%;
    content: "";
    background: #046fb1;
    background: linear-gradient(45deg, rgba(118, 186, 222, 0.8) 0%, rgba(23, 130, 186, 0.8) 100%);
  }
}
.page__top .sec-contentslider .contentslider {
  position: relative;
  z-index: 1;
}
.page__top .sec-contentslider .contentslider .slideitem {
  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 (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-contentslider .contentslider .slideitem {
    gap: 5rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12vw;
  }
}
.page__top .sec-contentslider .contentslider .slideitem .imgblk {
  width: 80%;
  max-width: 68.5rem;
  padding: 9.5rem 8rem;
  background: #046fb1;
  background: linear-gradient(45deg, rgb(118, 186, 222) 0%, rgb(23, 130, 186) 100%);
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-contentslider .contentslider .slideitem .imgblk {
    width: 60%;
    padding: 7rem 6rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .imgblk {
    width: 100%;
    padding: 0;
    background: none;
  }
}
.page__top .sec-contentslider .contentslider .slideitem .txtblk {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk {
    width: 100%;
    max-width: 100%;
  }
}
.page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl {
  font-size: 3.2rem;
  margin-bottom: 4.5rem;
  font-weight: 600;
  line-height: 1.7;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl .en {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl .en {
    font-size: 7.2vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl .en {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .ttl .en {
    margin-bottom: 0;
    line-height: 2;
  }
}
.page__top .sec-contentslider .contentslider .slideitem .txtblk .txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .txt {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slideitem .txtblk .txt {
    line-height: 2;
  }
}
.page__top .sec-contentslider .contentslider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -7rem;
  margin-right: 20%;
}
.page__top .sec-contentslider .contentslider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0.5rem;
  cursor: pointer;
}
.page__top .sec-contentslider .contentslider .slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  line-height: 0;
  color: #fff;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page__top .sec-contentslider .contentslider .slick-dots li.slick-active button {
  background: #fff;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .sec-contentslider .contentslider .slick-dots {
    margin-top: -4rem;
    margin-right: 22%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-contentslider .contentslider .slick-dots {
    margin-top: 8vw;
    margin-right: 0;
  }
}
.page__top .sec-postlist {
  padding-top: 0;
}
.page__top .sec-postlist .secttl {
  margin-bottom: 0.5rem;
  font-size: 2.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .secttl {
    font-size: 5.3333333333vw;
  }
}
.page__top .sec-postlist .secttl .enttl {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .secttl .enttl {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .secttl .enttl {
    font-size: 3.4666666667vw;
  }
}
.page__top .sec-postlist .postlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3rem;
  -webkit-column-gap: 5.8rem;
  -moz-column-gap: 5.8rem;
  column-gap: 5.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 15.4666666667vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page__top .sec-postlist .postlist .viewall {
  padding-right: 4.8rem;
}
.page__top .sec-postlist .postlist .viewall:after {
  width: 3.4rem;
  height: 3.4rem;
}
.page__top .sec-postlist .postlist ul {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist ul {
    margin-bottom: 3.5rem;
  }
}
.page__top .sec-postlist .postlist ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #dddddd;
}
.page__top .sec-postlist .postlist ul li .postitem {
  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: 2rem;
}
.page__top .sec-postlist .postlist ul li .postitem .gazou {
  width: 14rem;
  height: 9rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist ul li .postitem .gazou {
    width: 37.3333333333vw;
    height: 24vw;
  }
}
.page__top .sec-postlist .postlist ul li .postitem .date {
  font-size: 1rem;
  color: #bfbfbf;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist ul li .postitem .date {
    font-size: 2.6666666667vw;
  }
}
.page__top .sec-postlist .postlist ul li .postitem .cat {
  display: inline-block;
  width: 100%;
  max-width: 8rem;
  height: auto;
  padding: 0.2rem;
  margin: 0 0.5rem;
  color: #046fb1;
  background: #fff;
  border: 1px solid #046fb1;
  font-size: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist ul li .postitem .cat {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist ul li .postitem .cat {
    max-width: 21.3333333333vw;
    padding: 0.5333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.page__top .sec-postlist .postlist ul li .postitem .ttl {
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.57;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist .postlist ul li .postitem .ttl {
    font-size: 3.2vw;
  }
}
.page__top .sec-postlist .postlist ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page__top .sec-postlist .postlist ul li a:hover {
  opacity: 0.5;
}
.page__top .sec-postlist.reportlist {
  padding: 14rem 0;
  background: #eef2f6;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist {
    padding: 16vw 0;
  }
}
.page__top .sec-postlist.reportlist .flex {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .flex {
    margin-bottom: 8vw;
  }
}
.page__top .sec-postlist.reportlist .reports {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6rem;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports {
    display: grid;
    grid-template-columns: auto;
    row-gap: 16vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page__top .sec-postlist.reportlist .reports .flex .viewall {
  margin-top: 3rem;
}
.page__top .sec-postlist.reportlist .reports .flex .enttl {
  display: block;
  margin-right: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports .flex .enttl {
    font-size: 6.6666666667vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul {
  margin: 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul {
    margin-bottom: 9.3333333333vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul.col2 {
    display: grid;
    grid-template-columns: auto;
    row-gap: 8vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page__top .sec-postlist.reportlist .reports ul.col2 li {
  padding: 0;
  border-bottom: none;
}
.page__top .sec-postlist.reportlist .reports ul.col2 .postitem {
  display: block;
}
.page__top .sec-postlist.reportlist .reports ul.col2 .postitem .gazou {
  width: 100%;
  max-height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul.col2 .postitem .gazou {
    height: auto;
    max-height: 21.7rem;
    margin-bottom: 5.3333333333vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul.col2 .postitem .ttl {
  font-size: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul.col2 .postitem .ttl {
    font-size: 3.7333333333vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul li {
  padding: 2rem 0;
}
.page__top .sec-postlist.reportlist .reports ul li:first-child {
  padding-top: 0;
}
.page__top .sec-postlist.reportlist .reports ul li .postitem {
  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: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul li .postitem {
    gap: 4vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul li .postitem .imgblk {
  position: relative;
}
.page__top .sec-postlist.reportlist .reports ul li .postitem .imgblk .cat {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #046fb1;
  background: #fff;
  border: 1px solid #046fb1;
}
.page__top .sec-postlist.reportlist .reports ul li .postitem .gazou {
  width: 18rem;
  min-width: 18rem;
  height: auto;
  max-height: 11.7rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul li .postitem .gazou {
    width: 37.3333333333vw;
    min-width: 37.3333333333vw;
    height: 24.2666666667vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul li .postitem .ttl {
  font-size: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.57;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul li .postitem .ttl {
    font-size: 3.7333333333vw;
  }
}
.page__top .sec-postlist.reportlist .reports ul .mainrow {
  padding-bottom: 0;
  border-bottom: none;
}
.page__top .sec-postlist.reportlist .reports ul .mainrow .postitem {
  display: block;
}
.page__top .sec-postlist.reportlist .reports ul .mainrow .postitem .gazou {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page__top .sec-postlist.reportlist .reports ul .mainrow .postitem .ttl {
  font-size: 2.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-postlist.reportlist .reports ul .mainrow .postitem .ttl {
    font-size: 4.2666666667vw;
  }
}
.page__top .sec-faculty {
  background: #1782ba;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(23, 130, 186)), to(rgb(81, 172, 220)));
  background: linear-gradient(180deg, rgb(23, 130, 186) 0%, rgb(81, 172, 220) 100%);
}
.page__top .sec-faculty .secttl {
  color: #fff;
  font-size: 3.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-faculty .secttl {
    font-size: 5.3333333333vw;
  }
}
.page__top .sec-faculty .secttl .enttl {
  color: #fff;
  margin-top: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-faculty .secttl .enttl {
    margin-top: 1.3333333333vw;
  }
}
.page__top .sec-faculty .facultylist {
  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 (max-width: 63.9375em) {
  .page__top .sec-faculty .facultylist {
    display: grid;
    grid-template-columns: auto;
    row-gap: 8vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page__top .sec-faculty .facultylist .facultyitem {
  position: relative;
}
.page__top .sec-faculty .facultylist .facultyitem .pagebtnlist {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 4rem);
}
.page__top .sec-faculty .facultylist .facultyitem .pagebtnlist li {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page__top .sec-faculty .facultylist .facultyitem .pagebtnlist li .btn {
  padding: 2rem 3rem 2rem 1rem;
  color: #757b8b;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-faculty .facultylist .facultyitem .pagebtnlist li .btn {
    font-size: 4.8vw;
  }
}
.page__top .sec-faculty .facultylist .facultyitem .pagebtnlist li .btn:after {
  right: 1rem;
}
.page__top .sec-faculty .facultylist .facultyitem .pagebtnlist li .btn:hover:after {
  right: 0.5rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-faculty .facultylist .facultyitem .pagebtnlist li .btn {
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.page__top .sec-admission .inner {
  position: relative;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .inner {
    padding: 0 5.3333333333vw 0 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .container {
    padding-right: 0;
  }
}
.page__top .sec-admission .contentblk {
  width: 80.5vw;
  max-width: 136.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .contentblk {
    width: 100%;
    max-width: 100%;
  }
}
.page__top .sec-admission .secttl {
  position: absolute;
  bottom: 9rem;
  left: 0;
  padding: 5rem 15rem 6rem 0;
  background: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .secttl {
    position: relative;
    bottom: 0;
    display: inline-block;
    padding: 5.3333333333vw;
    margin: -26.6666666667vw 0 0 -5.3333333333vw;
  }
}
.page__top .sec-admission .secttl .enttl {
  margin-top: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .secttl .enttl {
    margin-top: 1.3333333333vw;
  }
}
.page__top .sec-admission .flex {
  gap: 8rem;
  margin-top: 6rem;
}
.page__top .sec-admission .flex .btn {
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .flex .btn {
    font-size: 4.8vw;
  }
}
.page__top .sec-admission .flex .btn:nth-child(2) {
  background: #3da2d6;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .flex .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-admission .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.7333333333vw;
    margin-top: 8vw;
  }
}
.page__top .sec-president .inner {
  padding-left: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-president .inner {
    padding-left: 5.3333333333vw;
  }
}
.page__top .sec-president .information {
  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: 8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-president .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.8666666667vw;
  }
}
.page__top .sec-president .information .prof-info {
  max-width: 34rem;
}
.page__top .sec-president .information .prof-info .txt {
  padding-left: 1.6rem;
  font-weight: 400;
  line-height: 1.64;
  text-align: left;
  border-left: 0.3rem solid #0f3159;
}
.page__top .sec-president .information .prof-info .txt .name {
  display: inline-block;
  padding: 1rem 1.3rem 0 0;
}
.page__top .sec-president .information .prof-info .txt .kana {
  color: #046fb1;
}
.page__top .sec-president .information .messagelist {
  width: 100%;
}
.page__top .sec-president .information .messagelist li {
  border-bottom: 1px solid #ddd;
}
.page__top .sec-president .information .messagelist li:first-child a {
  padding-top: 0;
}
.page__top .sec-president .information .messagelist li a {
  position: relative;
  display: block;
  padding: 3rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-president .information .messagelist li a {
    padding: 5.3333333333vw 0;
  }
}
.page__top .sec-president .information .messagelist li a: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: 63.9375em) {
  .page__top .sec-president .information .messagelist li a:after {
    right: 8vw;
    width: 5.8666666667vw;
    height: 1.6vw;
  }
}
.page__top .sec-president .information .messagelist li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.page__top .sec-president .information .messagelist li a:hover::after {
  right: 2rem;
}
.page__top .sec-president .information .messagelist li a:hover .ttl {
  opacity: 0.5;
}
.page__top .sec-president .information .messagelist li .ttl {
  margin-top: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-president .information .messagelist li .ttl {
    font-size: 3.7333333333vw;
  }
}
.page__top .sec-president .information .messagelist li .date {
  line-height: 1.6;
  color: #bfbfbf;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-president .information .messagelist li .date {
    font-size: 3.2vw;
  }
}
.page__top .sec-hippocrates .inner {
  max-width: 1920px;
}
@media only screen and (max-width: 73.75em) {
  .page__top .sec-hippocrates .inner {
    max-width: 95%;
  }
}
.page__top .sec-hippocrates .inner .secttl .enttl {
  margin-top: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-hippocrates .inner .secttl .enttl {
    margin-top: 1.3333333333vw;
  }
}
.page__top .sec-hippocrates .hippocrateslist {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-hippocrates .hippocrateslist .container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-hippocrates .hippocrateslist {
    padding-bottom: 10.6666666667vw;
  }
}
.page__top .sec-hippocrates .hippocrateslist li {
  width: 36rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-hippocrates .hippocrateslist li {
    width: 77.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.page__top .sec-hippocrates .hippocrateslist li .ttl {
  font-size: 1.8rem;
  margin: 2.5rem 0 1.4rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-hippocrates .hippocrateslist li .ttl {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .sec-hippocrates .hippocrateslist li .ttl {
    margin: 6.6666666667vw 0 3.7333333333vw 0;
  }
}
.page__top .sec-hippocrates .line {
  position: relative;
}
.page__top .sec-hippocrates .line:after {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background: #ddd;
}
.page__top .sec-hippocrates .line .progress {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#046fb1), to(#046fb1));
  background-image: linear-gradient(to right, #046fb1, #046fb1);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border-radius: none;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.page__medicine .syllabus-search {
  padding: 4rem 0;
  background: url(../images/medicine/bg_syllabus.jpg) no-repeat top left;
  background-size: cover;
}
.page__medicine .syllabus-search * {
  color: #fff;
}
.page__keywords .lp__detail {
  background: transparent url(../images/keywords/keywords_bg.png) no-repeat right center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail {
    background: transparent url(../images/keywords/keywords_bg_sp.png) no-repeat right top;
    background-size: cover;
  }
}
.page__keywords .lp__detail .sec-mv {
  padding: 6rem 0 0 0;
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv {
    padding: 10.6666666667vw 0 0 0;
  }
}
.page__keywords .lp__detail .sec-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-mv__inner {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10.6666666667vw;
  }
}
.page__keywords .lp__detail .sec-mv__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page__keywords .lp__detail .sec-mv__content .enttl {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 6rem;
  font-family: "Inter", serif;
  color: #046fb1;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .enttl {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .enttl {
    margin-bottom: 5.3333333333vw;
    padding-left: 13.3333333333vw;
  }
}
.page__keywords .lp__detail .sec-mv__content .enttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  height: 0.1rem;
  content: "";
  background: #046fb1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .enttl:before {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
}
.page__keywords .lp__detail .sec-mv__content .pagettl {
  margin-bottom: 6rem;
  overflow-y: hidden;
  color: #757b8b;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  font-size: 5.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .pagettl {
    font-size: 9.8666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .pagettl {
    margin-bottom: 8vw;
  }
}
.page__keywords .lp__detail .sec-mv__content .maintxt {
  color: #757b8b;
  font-weight: 600;
  line-height: 2;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .maintxt {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__content .maintxt {
    letter-spacing: 0;
  }
}
.page__keywords .lp__detail .sec-mv__visual {
  width: 48%;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__visual {
    width: 100%;
    margin: 0 auto;
  }
}
.page__keywords .lp__detail .sec-mv__visual .img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-mv__visual .img-group {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__visual .img-group {
    gap: 9.3333333333vw;
  }
}
.page__keywords .lp__detail .sec-mv__visual img {
  display: block;
  height: auto;
}
.page__keywords .lp__detail .sec-mv__visual img.img-sm {
  width: 20rem;
  margin-top: 9.5rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-mv__visual img.img-sm {
    width: 16.6015625vw;
    margin-top: 8.30078125vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__visual img.img-sm {
    width: 30.1333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.page__keywords .lp__detail .sec-mv__visual img.img-md {
  width: 23rem;
  margin-right: 4rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-mv__visual img.img-md {
    width: 19.53125vw;
    margin-right: 2.9296875vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__visual img.img-md {
    width: 34.1333333333vw;
    margin-right: 6.6666666667vw;
  }
}
.page__keywords .lp__detail .sec-mv__visual img.img-lg {
  width: 44rem;
  margin-top: 6rem;
  margin-left: auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-mv__visual img.img-lg {
    width: 39.0625vw;
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-mv__visual img.img-lg {
    width: 66.6666666667vw;
    margin-top: 8vw;
  }
}
.page__keywords .lp__detail .sec-img {
  padding-top: 15rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-img {
    padding-top: 26.6666666667vw;
  }
}
.page__keywords .lp__detail .sec-img__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-img__inner {
    gap: 2.9296875vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-img__inner {
    gap: 4vw;
  }
}
.page__keywords .lp__detail .sec-img__inner img {
  width: 48%;
  max-width: 52rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-img__inner img {
    max-width: 42.6666666667vw;
  }
}
.page__keywords .lp__detail .sec-img__inner img:last-child {
  margin-top: 8rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__keywords .lp__detail .sec-img__inner img:last-child {
    margin-top: 5.859375vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-img__inner img:last-child {
    margin-top: 5.3333333333vw;
  }
}
.page__keywords .lp__detail .sec-lpcontent {
  padding-top: 15rem;
  padding-bottom: 17rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent {
    padding-top: 26.6666666667vw;
    padding-bottom: 16vw;
  }
}
.page__keywords .lp__detail .sec-lpcontent__inner .secttl {
  margin-bottom: 8rem;
  color: #757b8b;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  font-size: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent__inner .secttl {
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent__inner .secttl {
    margin-bottom: 10.6666666667vw;
  }
}
.page__keywords .lp__detail .sec-lpcontent__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent__blk--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;
  }
}
.page__keywords .lp__detail .sec-lpcontent__blk .blktxt {
  color: #757b8b;
  font-weight: 400;
  line-height: 2;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent__blk .blktxt {
    font-size: 3.7333333333vw;
  }
}
.page__keywords .lp__detail .sec-lpcontent__blk .blkimg {
  width: 48rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .lp__detail .sec-lpcontent__blk .blkimg {
    width: 89.3333333333vw;
  }
}
.page__keywords .sec-keywordlist {
  background: #f1efe2;
}
.page__keywords .sec-keywordlist .secttl {
  font-size: 3.2rem;
  font-weight: 600;
  color: #757b8b;
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .page__keywords .sec-keywordlist .secttl {
    font-size: 6.4vw;
  }
}
.page__keywords .sec-keywordlist .c-box01 .c-box01__item {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page__keywords .sec-keywordlist .c-box01 .c-box01__item:hover, .page__keywords .sec-keywordlist .c-box01 .c-box01__item.active {
  background: #046fb1;
}
.page__news .sec-news .newsdetail {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail {
    margin-bottom: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content * {
    font-size: 4.2666666667vw;
  }
}
.page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) {
  padding-left: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) {
    padding-left: 4.2666666667vw;
  }
}
.page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) > li {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) > li {
    margin-bottom: 1.3333333333vw;
  }
}
.page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) > li:last-child {
  margin-bottom: 0;
}
.page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) > li:before {
  position: absolute;
  top: 1.3rem;
  left: -1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background: #1782ba;
  border-radius: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ul:not([style*=list-style-type]) > li:before {
    top: 3.4666666667vw;
    left: -3.7333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"],
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"],
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] {
  padding-left: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"],
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"],
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] {
    padding-left: 4.8vw;
  }
}
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"] > li,
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"] > li,
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] > li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"] > li,
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"] > li,
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] > li {
    margin-bottom: 1.3333333333vw;
  }
}
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"] > li:last-child,
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"] > li:last-child,
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] > li:last-child {
  margin-bottom: 0;
}
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"] > li::marker,
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"] > li::marker,
.page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] > li::marker {
  font-size: 1.6rem;
  font-weight: 500;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: square"] > li::marker,
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: circle"] > li::marker,
  .page__news .sec-news .newsdetail__content ul[style*="list-style-type: disc"] > li::marker {
    font-size: 3.7333333333vw;
  }
}
.page__news .sec-news .newsdetail__content ol {
  padding-left: 2.4rem;
  list-style-type: decimal;
}
.page__news .sec-news .newsdetail__content ol > li {
  margin-bottom: 0rem;
  line-height: 1.8;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ol > li {
    margin-bottom: 0vw;
  }
}
.page__news .sec-news .newsdetail__content ol > li:last-child {
  margin-bottom: 0;
}
.page__news .sec-news .newsdetail__content ol > li::marker {
  font-size: 1.6rem;
  font-weight: 500;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__news .sec-news .newsdetail__content ol > li::marker {
    font-size: 3.7333333333vw;
  }
}
.page__pickup_contents {
  overflow-x: hidden;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupblk .contents_list {
    gap: 8vw;
  }
}
.page__pickup_contents .sec-pickup .pickupblk .contents_list li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page__pickup_contents .sec-pickup .pickupblk .contents_list li a img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupblk .contents_list li a img {
    height: 56vw;
  }
}
.page__pickup_contents .sec-pickup .pickupblk .contents_list li a .date {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupblk .contents_list li a .date {
    font-size: 3.2vw;
  }
}
.page__pickup_contents .sec-pickup .pickupblk .contents_list li a .btn {
  padding: 1rem 2.5rem 0 0;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupblk .contents_list li a .btn {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupblk .contents_list li a .btn {
    padding: 1.3333333333vw 5.3333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupblk .contents_list li a .btn:after {
  right: 0;
  width: 1.6rem;
  height: 0.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupblk .contents_list li a .btn:after {
    right: 0;
    width: 4.2666666667vw;
    height: 1.0666666667vw;
  }
}
.page__pickup_contents .sec-pickup .pickupblk .contents_list li a:hover .btn:after {
  right: -0.8rem;
}
.page__pickup_contents .sec-pickup .pickupdetail {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail {
    margin-bottom: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail .breadcrumbs {
  color: #c7c7c7;
}
.page__pickup_contents .sec-pickup .pickupdetail .breadcrumbs a {
  color: #fff;
}
.page__pickup_contents .sec-pickup .pickupdetail__mv {
  padding-top: 2rem;
  margin-bottom: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#095a8a), to(#2683aa));
  background: linear-gradient(180deg, #095a8a 0%, #2683aa 100%);
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv {
    padding-top: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec {
  position: relative;
  padding: 3rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec {
    padding: 5.3333333333vw 0;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec > .inner {
  position: relative;
  z-index: 2;
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .tag {
  display: inline-block;
  padding: 0.2rem 2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 2;
  color: #046fb1;
  background-color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .tag {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .tag {
    padding: 0.2666666667vw 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .ttl {
  font-weight: 600;
  line-height: 2;
  color: #fff;
  font-size: 3.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .ttl {
    font-size: 5.8666666667vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk {
    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;
    margin-top: 10.6666666667vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .main-img {
  width: 74rem;
  height: 43rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: -15rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .main-img {
    width: 48.828125vw;
    height: 29.296875vw;
    margin-right: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .main-img {
    width: 89.3333333333vw;
    height: 52vw;
    margin-right: 0;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .info-bg {
  background: transparent url(../images/pickup_contents/pickup_name_bg.jpg) no-repeat top center;
  background-size: cover;
  width: 41rem;
  height: 14rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .info-bg {
    width: 89.3333333333vw;
    height: 20.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .info-bg .name {
  position: relative;
  min-height: 14rem;
  width: 100%;
  top: 50%;
  z-index: 3;
  padding: 2rem 4rem;
  font-weight: 600;
  line-height: 2;
  color: #046fb1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .info-bg .name {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .img-blk .info-bg .name {
    min-height: 20vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .desc-blk {
  margin-top: 3rem;
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .desc-blk {
    margin-top: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .desc-blk .txt {
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .desc-blk .txt {
    font-size: 3.7333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt {
    top: 60%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt {
    top: 28%;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt .scrolling-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: txtscroll 20s linear infinite;
  animation: txtscroll 20s linear infinite;
}
.page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt .scrolling-track h2 {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 2rem;
  font-family: "Inter", serif;
  font-size: 12rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt .scrolling-track h2 {
    padding-right: 1.953125vw;
    font-size: 7.8125vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__mv .mv-sec .scrolling-txt .scrolling-track h2 {
    padding-right: 5.3333333333vw;
    font-size: 16vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__content img.w100 {
  width: 100%;
  height: auto;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info .txt-blk,
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info .img-blk {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__content .content-info .txt-blk,
  .page__pickup_contents .sec-pickup .pickupdetail__content .content-info .img-blk {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info .img-blk img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info.right-align .txt-blk {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 8rem;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info.right-align .img-blk {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info.right-align .img-blk img {
  width: calc(100% + (100vw - 110rem) / 2);
  max-width: none;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info.left-align .txt-blk {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 8rem;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info.left-align .img-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.page__pickup_contents .sec-pickup .pickupdetail__content .content-info.left-align .img-blk img {
  width: calc(100% + (100vw - 110rem) / 2);
  max-width: none;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__content .content-info .txt-blk {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 5.3333333333vw;
  }
  .page__pickup_contents .sec-pickup .pickupdetail__content .content-info .img-blk {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .page__pickup_contents .sec-pickup .pickupdetail__content .content-info .img-blk img {
    width: 100% !important;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__profilebox {
  padding: 3rem 4rem 4rem;
  background: #fff;
  border: 1px solid #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox {
    padding: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-ttl {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #046fb1;
  border-bottom: 1px solid #046fb1;
  font-size: 2.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-ttl {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-ttl {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-name {
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #757b8b;
  font-size: 2.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-name {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-name {
    margin-bottom: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-name span {
  display: inline-block;
  font-size: 2rem;
  padding-left: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-name span {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-name span {
    padding-top: 2.6666666667vw;
    padding-left: 0;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-detail p + p {
  margin-top: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail__profilebox .profile-detail p + p {
    margin-top: 5.3333333333vw;
  }
}
.page__pickup_contents .sec-pickup .pickupdetail .date {
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__pickup_contents .sec-pickup .pickupdetail .date {
    font-size: 3.7333333333vw;
  }
}
.page__philosophyandpolicy .l-contents {
  padding-bottom: 0;
}
.page__philosophyandpolicy .ttl {
  font-size: 2.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__philosophyandpolicy .ttl {
    font-size: 5.8666666667vw;
  }
}
.page__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: 63.9375em) {
  .page__philosophyandpolicy .listtype-num li {
    font-size: 4.2666666667vw;
  }
}
.page__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: 63.9375em) {
  .page__philosophyandpolicy .accordion-menu .parent .accordion-header {
    padding-right: 5.3333333333vw;
  }
}
.page__philosophyandpolicy .accordion-menu .parent .accordion-header::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 3rem;
  font-weight: 600;
  color: #046fb1;
  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: 63.9375em) {
  .page__philosophyandpolicy .accordion-menu .parent .accordion-header::after {
    font-size: 5.8666666667vw;
  }
}
.page__philosophyandpolicy .accordion-menu .parent .accordion-header.ui-state-active::after {
  content: "–";
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.page__philosophyandpolicy .accordion-menu .parent .accordion-header:hover {
  color: #046fb1;
}
.page__philosophyandpolicy .accordion-menu .parent .accordion-content {
  padding: 2rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__philosophyandpolicy .accordion-menu .parent .accordion-content {
    padding: 5.3333333333vw 0;
  }
}
.page__philosophyandpolicy .accordion-menu .parent .accordion-content .child {
  font-weight: 400;
  color: #757b8b;
  font-size: 1.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__philosophyandpolicy .accordion-menu .parent .accordion-content .child {
    font-size: 3.7333333333vw;
  }
}
.page__philosophyandpolicy .ui-accordion .ui-accordion-header {
  color: #757b8b;
  background: none;
  border: none;
}
.page__philosophyandpolicy .ui-accordion .ui-accordion-content {
  padding: 0;
  border: none;
}
.page__introduction.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: 63.9375em) {
  .page__introduction.opencampus .opencampus-nav {
    gap: 1.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.page__introduction.opencampus .opencampus-nav li {
  width: 40rem;
  background: #2ba7ea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page__introduction.opencampus .opencampus-nav li:nth-child(2) {
  background: #5b8fc9;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .opencampus-nav li {
    width: 49%;
  }
}
.page__introduction.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: 63.9375em) {
  .page__introduction.opencampus .opencampus-nav li a {
    gap: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.page__introduction.opencampus .opencampus-nav li:hover {
  opacity: 0.7;
}
.page__introduction.opencampus .sub-inner {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction.opencampus .sub-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sub-inner {
    width: 100%;
  }
}
.page__introduction.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: 63.9375em) {
  .page__introduction.opencampus .session-ttl {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .session-ttl {
    padding: 5.8666666667vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.page__introduction.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: 63.9375em) {
  .page__introduction.opencampus .session-ttl:before {
    top: -0.2666666667vw;
    width: 16vw;
    height: 0.5333333333vw;
  }
}
.page__introduction.opencampus .sec-opencampus {
  padding-bottom: 9rem;
  color: #fff;
  background-color: #2ba7ea;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus {
    padding-bottom: 10.6666666667vw;
  }
}
.page__introduction.opencampus .sec-opencampus .session-ttl {
  color: #fff;
}
.page__introduction.opencampus .sec-opencampus .session-ttl:before {
  background: #fff;
}
.page__introduction.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: 63.9375em) {
  .page__introduction.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__introduction.opencampus .sec-opencampus .campus-mvblk:before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 8rem;
  height: 0.1rem;
  margin: 0 auto;
  content: "";
  background: #046fb1;
}
.page__introduction.opencampus .sec-opencampus .campus-mvblk .blk-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.46;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus .campus-mvblk .blk-ttl {
    font-size: 5.8666666667vw;
  }
}
.page__introduction.opencampus .sec-opencampus .campus-mvblk img {
  width: 70rem;
  height: auto;
}
.page__introduction.opencampus .sec-opencampus .event-wrapper {
  width: 80rem;
  margin: 0 2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction.opencampus .sec-opencampus .event-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus .event-wrapper {
    width: 100%;
    margin: 0;
  }
}
.page__introduction.opencampus .sec-opencampus .event-wrapper .campus-event {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus .event-wrapper .campus-event {
    margin-bottom: 5.3333333333vw;
  }
}
.page__introduction.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: 63.9375em) {
  .page__introduction.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__introduction.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: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus .event-wrapper .campus-event li::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page__introduction.opencampus .sec-opencampus .event-wrapper .campus-event li .event-ttl {
  display: block;
  width: 20rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.46;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus .event-wrapper .campus-event li .event-ttl {
    width: 100%;
    font-size: 4.8vw;
  }
}
.page__introduction.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: 63.9375em) {
  .page__introduction.opencampus .sec-opencampus .event-wrapper .campus-event li .event-detail {
    font-size: 3.7333333333vw;
  }
}
.page__introduction.opencampus .sec-counseling {
  padding-bottom: 9rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-counseling {
    padding-bottom: 10.6666666667vw;
  }
}
.page__introduction.opencampus .sec-counseling .counseling-session .session-ttl {
  color: #000;
}
.page__introduction.opencampus .sec-counseling .counseling-session .session-ttl:before {
  background: #2ba7ea;
}
.page__introduction.opencampus .sec-counseling .counseling-session .session-place {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2ba7ea;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-counseling .counseling-session .session-place {
    font-size: 5.3333333333vw;
  }
}
.page__introduction.opencampus .sec-counseling .counseling-session .session-place span {
  display: block;
  margin-top: 1rem;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-counseling .counseling-session .session-place span {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page__introduction.opencampus .sec-counseling .counseling-session .session-txt {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2ba7ea;
}
.page__introduction.opencampus .sec-counseling .counseling-session .session-txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.1rem;
  content: "";
  background: #2ba7ea;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-counseling .counseling-session .session-txt:before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.opencampus .sec-counseling .counseling-session .session-txt {
    padding-left: 7.4666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.open-education .contents_list {
    gap: 8vw;
  }
}
.page__introduction.open-education .contents_list li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page__introduction.open-education .contents_list li a p {
  line-height: 1.8;
  letter-spacing: 0;
}
.page__introduction.open-education .contents_list li a img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.open-education .contents_list li a img {
    height: 56vw;
  }
}
.page__introduction.open-education .contents_list li a:hover {
  opacity: 0.75;
}
.page__introduction.policyandhistory .philosophy-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction.policyandhistory .philosophy-blk {
    gap: 3.90625vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.policyandhistory .philosophy-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__introduction.policyandhistory .philosophy-blk .img-blk {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41rem;
  flex: 0 0 41rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.policyandhistory .philosophy-blk .img-blk {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.page__introduction.policyandhistory .philosophy-blk .img-blk img {
  width: 100%;
}
.page__introduction.policyandhistory .philosophy-blk .txt-blk {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page__introduction.policyandhistory .philosophy-blk .txt-blk .ttl {
  font-weight: 700;
  line-height: 1.7;
  color: #046fb1;
  font-size: 3.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.policyandhistory .philosophy-blk .txt-blk .ttl {
    font-size: 5.3333333333vw;
  }
}
.page__introduction.policyandhistory .philosophy-blk .txt-blk .ttl .en {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.policyandhistory .philosophy-blk .txt-blk .ttl .en {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction.policyandhistory .philosophy-blk--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;
  }
}
.page__introduction .anni-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction .anni-list {
    display: grid;
    grid-template-columns: repeat(3, 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: 63.9375em) {
  .page__introduction .anni-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4vw;
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}
.page__introduction .anni-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 3rem;
  color: #757b8b;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .anni-list li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .anni-list li a {
    width: 42.6666666667vw;
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.page__introduction .anni-list li a .anni-icon {
  width: 8rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .anni-list li a .anni-icon {
    width: 16vw;
  }
}
.page__introduction .anni-list li a .anni-icon path {
  stroke: #046fb1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page__introduction .anni-list li a .anni-icon path.icon-fill {
  fill: #046fb1;
}
.page__introduction .anni-list li a:hover {
  background-color: #046fb1;
  color: #fff;
}
.page__introduction .anni-list li a:hover .anni-icon path {
  stroke: #fff;
}
.page__introduction .anni-list li a:hover .anni-icon path.icon-fill {
  fill: #fff;
}
.page__introduction .btn-bg {
  position: relative;
  display: inline-block;
  max-width: 60rem;
  width: 100%;
  height: 100%;
  padding: 3.5rem 5rem 3.5rem 2.5rem;
  border: 1px solid #046fb1;
  line-height: 1.5;
  color: #046fb1;
  font-weight: 700;
  text-align: center;
  background: url(../images/common/btn_bg.jpg) no-repeat top right;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .btn-bg {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .btn-bg {
    max-width: 100%;
    padding: 4.2666666667vw 10.6666666667vw 4.2666666667vw 5.3333333333vw;
  }
}
.page__introduction .btn-bg: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: 63.9375em) {
  .page__introduction .btn-bg:after {
    right: 5.3333333333vw;
    width: 5.8666666667vw;
    height: 1.6vw;
  }
}
.page__introduction .btn-bg:hover {
  color: rgba(4, 111, 177, 0.75);
  background-color: rgba(255, 255, 255, 0.75);
}
.page__introduction .btn-bg:hover::after {
  right: 2rem;
}
.page__introduction .film-slider-wrap {
  position: relative;
  overflow: hidden;
  background-color: #333333;
  width: 110rem;
  max-width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction .film-slider-wrap {
    width: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .film-slider-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.page__introduction .film-slider-wrap::before, .page__introduction .film-slider-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3rem;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%);
  background-size: 3rem 100%;
  background-color: #333333;
  border-top: 0.9rem solid #333333;
  border-bottom: 0.9rem solid #333333;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction .film-slider-wrap::before, .page__introduction .film-slider-wrap::after {
    height: 2.9296875vw;
    background-size: 2.9296875vw 100%;
    border-top: 0.87890625vw solid #333333;
    border-bottom: 0.87890625vw solid #333333;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .film-slider-wrap::before, .page__introduction .film-slider-wrap::after {
    height: 8vw;
    background-size: 8vw 100%;
    border-top: 2.4vw solid #333333;
    border-bottom: 2.4vw solid #333333;
  }
}
.page__introduction .film-slider-wrap::before {
  top: 0;
}
.page__introduction .film-slider-wrap::after {
  bottom: 0;
}
.page__introduction .film-slider-wrap .anni-slider-list {
  margin: 0;
  padding: 0;
}
.page__introduction .film-slider-wrap .anni-slider-list .slider-item {
  padding: 0 5px; /* Gap between "frames" */
  outline: none;
}
.page__introduction .film-slider-wrap .anni-slider-list .slider-item img {
  width: 100%;
  height: auto;
  min-height: 21.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-color: #333333;
  padding: 3rem 0;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__introduction .film-slider-wrap .anni-slider-list .slider-item img {
    min-height: 19.53125vw;
    padding: 2.9296875vw 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__introduction .film-slider-wrap .anni-slider-list .slider-item img {
    min-height: 40vw;
    padding: 8vw 0;
  }
}
.page__introduction .film-slider-wrap .anni-slider-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.page__introduction .film-slider-wrap .anni-slider-list .slick-list {
  padding: 0 !important;
}
.page__nyushi {
  overflow: hidden;
}
.page__nyushi .secttl {
  font-weight: 600;
  font-size: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .secttl {
    font-size: 8vw;
  }
}
.page__nyushi .secttl .enttl {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .secttl .enttl {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .secttl .enttl {
    margin-bottom: 1.3333333333vw;
  }
}
.page__nyushi .inner-ttl {
  font-weight: 600;
  line-height: 2;
  font-size: 2.4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .inner-ttl {
    font-size: 4.8vw;
  }
}
.page__nyushi .sec-admission {
  background-color: #f1efe2;
}
.page__nyushi .sec-admission .content .admission-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__nyushi .sec-admission .content .admission-list {
    display: grid;
    grid-template-columns: repeat(3, 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: 63.9375em) {
  .page__nyushi .sec-admission .content .admission-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.6666666667vw;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}
.page__nyushi .sec-admission .content .admission-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 3rem 2rem;
  color: #757b8b;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-size: 2.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-admission .content .admission-list li a {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-admission .content .admission-list li a {
    min-height: 26.6666666667vw;
    gap: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.page__nyushi .sec-admission .content .admission-list li a .admission-icon {
  width: 8rem;
  height: auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-admission .content .admission-list li a .admission-icon {
    width: 10.6666666667vw;
  }
}
.page__nyushi .sec-admission .content .admission-list li a .admission-icon path {
  stroke: #046fb1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page__nyushi .sec-admission .content .admission-list li a .admission-icon path.icon-fill {
  fill: #046fb1;
}
.page__nyushi .sec-admission .content .admission-list li a:hover {
  background-color: #046fb1;
  color: #fff;
}
.page__nyushi .sec-admission .content .admission-list li a:hover .admission-icon path {
  stroke: #fff;
}
.page__nyushi .sec-admission .content .admission-list li a:hover .admission-icon path.icon-fill {
  fill: #fff;
}
.page__nyushi .sec-news {
  background-color: #f1efe2;
}
.page__nyushi .sec-campusguide {
  background: url(../images/nyushi/bg_campusguide.jpg) no-repeat center;
  background-size: cover;
}
.page__nyushi .sec-campusguide .secttl span,
.page__nyushi .sec-campusguide .inner-ttl,
.page__nyushi .sec-campusguide p {
  color: #fff;
}
.page__nyushi .sec-campusguide .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-campusguide .flex {
    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__nyushi .sec-campusguide .flex .btn {
  width: 54rem;
  height: 13.6rem;
  padding: 5.2rem 3rem 5.2rem 20rem;
  color: #757b8b;
  font-size: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-campusguide .flex .btn {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-campusguide .flex .btn {
    width: 100%;
    height: 21.3333333333vw;
    padding: 8vw 2.6666666667vw 8vw 26.6666666667vw;
  }
  .page__nyushi .sec-campusguide .flex .btn:after {
    right: 2.6666666667vw;
    width: 4vw;
    height: 1.0666666667vw;
  }
}
.page__nyushi .sec-campusguide .flex .btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 21.8rem;
  height: 100%;
  content: "";
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-campusguide .flex .btn::before {
    width: 34.1333333333vw;
  }
}
.page__nyushi .sec-campusguide .flex .btn.campus-btn01::before {
  background: url(../images/nyushi/campusguide_img01.jpg) no-repeat left;
  background-size: 100%;
}
.page__nyushi .sec-campusguide .flex .btn.campus-btn02::before {
  background: url(../images/nyushi/campusguide_img02.jpg) no-repeat left;
  background-size: 100%;
}
.page__nyushi .sec-hippocrates .container {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container {
    padding-right: 0;
  }
}
.page__nyushi .sec-hippocrates .container .contentblk {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.page__nyushi .sec-hippocrates .container .contentblk .slick-slide a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (min-width: 73.8125em) {
  .page__nyushi .sec-hippocrates .container .contentblk .slick-slide a:hover {
    opacity: 0.7;
  }
}
@media print {
  .page__nyushi .sec-hippocrates .container .contentblk .slick-slide a:hover {
    opacity: 0.7;
  }
}
.page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist {
    padding-bottom: 10.6666666667vw;
  }
}
.page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li {
  width: 36rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li {
    width: 77.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info {
    gap: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info .year {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #046fb1;
  border: 1px solid #046fb1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info .year {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info .year {
    padding: 1.0666666667vw 3.2vw;
  }
}
.page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info .name {
  font-weight: 600;
  line-height: 1.6;
  font-size: 2.2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .sec-hippocrates .container .contentblk .hippocrateslist li .student-info .name {
    font-size: 4.8vw;
  }
}
.page__nyushi .sec-hippocrates .line {
  position: relative;
}
.page__nyushi .sec-hippocrates .line:after {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background: #ddd;
}
.page__nyushi .sec-hippocrates .line .progress {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#046fb1), to(#046fb1));
  background-image: linear-gradient(to right, #046fb1, #046fb1);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border-radius: none;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}
.page__nyushi.opencampus .opencampus-nav {
  gap: 1.5rem;
  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: 63.9375em) {
  .page__nyushi.opencampus .opencampus-nav {
    gap: 1.3333333333vw;
  }
}
.page__nyushi.opencampus .opencampus-nav li {
  width: 40rem;
  background: #046fb1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page__nyushi.opencampus .opencampus-nav li:nth-child(2) {
  background: #3da2d6;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .opencampus-nav li {
    width: 49%;
  }
}
.page__nyushi.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: 63.9375em) {
  .page__nyushi.opencampus .opencampus-nav li a {
    gap: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.page__nyushi.opencampus .opencampus-nav li:hover {
  opacity: 0.7;
}
.page__nyushi.opencampus .sub-inner {
  width: 100rem;
  margin: 0 auto;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__nyushi.opencampus .sub-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sub-inner {
    width: 100%;
  }
}
.page__nyushi.opencampus .session-ttl {
  position: relative;
  padding: 2rem 0;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: left;
  font-size: 2.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .session-ttl {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .session-ttl {
    padding: 5.8666666667vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.page__nyushi.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: 63.9375em) {
  .page__nyushi.opencampus .session-ttl:before {
    top: -0.2666666667vw;
    width: 16vw;
    height: 0.5333333333vw;
  }
}
.page__nyushi.opencampus .sec-opencampus {
  padding-bottom: 9rem;
  color: #fff;
  background-color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus {
    padding-bottom: 10.6666666667vw;
  }
}
.page__nyushi.opencampus .sec-opencampus .txtlink {
  color: #046fb1;
}
.page__nyushi.opencampus .sec-opencampus .txtlink:hover {
  color: #fff;
}
.page__nyushi.opencampus .sec-opencampus .session-ttl {
  color: #fff;
}
.page__nyushi.opencampus .sec-opencampus .session-ttl:before {
  background: #fff;
}
.page__nyushi.opencampus .sec-opencampus .c-ttl {
  color: #fff;
}
.page__nyushi.opencampus .sec-opencampus .c-ttl:before {
  background: #fff;
}
.page__nyushi.opencampus .sec-opencampus .campus-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .campus-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: 10.6666666667vw;
  }
}
.page__nyushi.opencampus .sec-opencampus .campus-blk__img {
  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;
}
.page__nyushi.opencampus .sec-opencampus .campus-blk__img img {
  display: block;
  width: 54rem;
  height: 33rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .campus-blk__img img {
    width: 100%;
    height: auto;
  }
}
.page__nyushi.opencampus .sec-opencampus .event-wrapper {
  width: 80rem;
  margin: 0 2rem;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__nyushi.opencampus .sec-opencampus .event-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .event-wrapper {
    width: 100%;
    margin: 0;
  }
}
.page__nyushi.opencampus .sec-opencampus .event-wrapper .campus-event {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .event-wrapper .campus-event {
    margin-bottom: 5.3333333333vw;
  }
}
.page__nyushi.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: 63.9375em) {
  .page__nyushi.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__nyushi.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: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .event-wrapper .campus-event li::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.page__nyushi.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: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .event-wrapper .campus-event li .event-ttl {
    min-width: 100%;
    font-size: 4.8vw;
  }
}
.page__nyushi.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: 63.9375em) {
  .page__nyushi.opencampus .sec-opencampus .event-wrapper .campus-event li .event-detail {
    font-size: 3.7333333333vw;
  }
}
.page__nyushi.opencampus .sec-counseling {
  padding-bottom: 9rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-counseling {
    padding-bottom: 10.6666666667vw;
  }
}
.page__nyushi.opencampus .sec-counseling .counseling-session .session-ttl {
  color: #000;
}
.page__nyushi.opencampus .sec-counseling .counseling-session .session-ttl:before {
  background: #046fb1;
}
.page__nyushi.opencampus .sec-counseling .counseling-session .session-place {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-counseling .counseling-session .session-place {
    font-size: 4.8vw;
  }
}
.page__nyushi.opencampus .sec-counseling .counseling-session .session-place span {
  display: block;
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-counseling .counseling-session .session-place span {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page__nyushi.opencampus .sec-counseling .counseling-session .session-txt {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #046fb1;
}
.page__nyushi.opencampus .sec-counseling .counseling-session .session-txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 0.1rem;
  content: "";
  background: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-counseling .counseling-session .session-txt:before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi.opencampus .sec-counseling .counseling-session .session-txt {
    padding-left: 7.4666666667vw;
  }
}
.page__nyushi .btn-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .btn-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page__nyushi .btn-2col .btncol {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .page__nyushi .btn-2col .btncol {
    width: 100%;
  }
}
.page__nyushi .btn-2col .btncol .img-btn__txt .ttl {
  color: #757b8b;
}
.page__exam .btn-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 63.9375em) {
  .page__exam .btn-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page__exam .btn-2col .btncol {
  width: 50%;
}
@media only screen and (max-width: 63.9375em) {
  .page__exam .btn-2col .btncol {
    width: 100%;
  }
}
.page__exam .btn-2col .btncol:first-child {
  border-right: 1px solid #dddddd;
  padding: 0 2rem 0 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__exam .btn-2col .btncol:first-child {
    border-right: none;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 5.3333333333vw 0;
  }
}
.page__exam .btn-2col .btncol:last-child {
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__exam .btn-2col .btncol:last-child {
    padding: 5.3333333333vw 0 0 0;
  }
}

.sec-news .newslist li div span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #046fb1;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li div span {
    font-size: 3.2vw;
    margin-bottom: 0;
    margin-top: 2.1333333333vw;
  }
}

.sec-news .newsdetail__ttl .date-blk .tag {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .tag {
    font-size: 3.2vw;
  }
}

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

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

.p-home__mv-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9.8096632504vw;
  width: 32.5768667643vw;
}
@media only screen and (max-width: 63.9375em) {
  .p-home__mv-txt {
    width: 49.3333333333vw;
    left: 5.3333333333vw;
  }
}

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

.page__top .p-home__sec01 {
  padding: 2rem 0 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec01 {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}

.page__top .p-home__sec02 {
  background: #f1efe2;
  padding: 8rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec02 {
    padding: 16vw 0;
  }
}

.page__top .p-home__sec02 .contentblk {
  width: auto;
  max-width: none;
  margin-right: 0;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .page__top .p-home__sec02 .contentblk {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec02 .contentblk {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

@media only screen and (max-width: 63.9375em) {
  .slick-list {
    padding: 1.6vw;
    padding-bottom: 2.6666666667vw;
  }
}

@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec02 .inner-line {
    margin-top: 8vw;
  }
}

.page__top .p-home__sec03 {
  padding: 11rem 0 10rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec03 {
    padding: 16vw 0;
  }
}

@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec03 .viewall {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.page__top .p-home__sec03 .c-box03 {
  margin-top: 3rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec03 .c-box03 {
    margin-top: 8vw;
  }
}

.page__top .p-home__sec03 .c-box04 {
  margin-top: 10rem;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec03 .c-box04 {
    margin-top: 16vw;
  }
}

.page__top .p-home__sec04 {
  background: #f1efe2;
  padding: 8rem 0;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec04 {
    padding: 16vw 0;
  }
}

.p-news-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-tab {
    overflow: scroll;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    margin-left: 0;
    padding-bottom: 2.6666666667vw;
    -webkit-column-gap: 1.0666666667vw;
    -moz-column-gap: 1.0666666667vw;
    column-gap: 1.0666666667vw;
  }
}

.p-news-tab li div {
  width: 16rem;
  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;
  padding: 1rem 0;
  background: #fff;
  border: 2px solid #046fb1;
  color: #046fb1;
  font-size: 1.7rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-tab li div {
    width: auto;
    padding: 2.1333333333vw 5.3333333333vw;
    border: 0.5333333333vw solid #046fb1;
    font-size: 3.4666666667vw;
    white-space: nowrap;
    width: 29.0666666667vw;
  }
}

@media all and (min-width: 73.8125em) {
  .p-news-tab li:hover div {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  }
}
@media print {
  .p-news-tab li:hover div {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  }
}
.p-news-tab li.is-active div {
  background: #046fb1;
  color: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
}

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

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

.p-news-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
  padding: 2rem 0;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3.2vw;
    padding: 5.3333333333vw 0;
    border-bottom: 0.2666666667vw solid #dddddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.6666666667vw;
    -moz-column-gap: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
}

@media all and (min-width: 73.8125em) {
  .p-news-wrap ul li a:hover {
    opacity: 0.7;
  }
}
@media print {
  .p-news-wrap ul li a:hover {
    opacity: 0.7;
  }
}
.p-news-wrap ul li:first-child a {
  border-top: 1px solid #dddddd;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li:first-child a {
    border-top: 0.2666666667vw solid #dddddd;
  }
}

.p-news-wrap ul li time {
  font-size: 1.4rem;
  font-family: "Inter", serif;
  white-space: nowrap;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li time {
    font-size: 3.2vw;
  }
}

.p-news-wrap ul li .p-news-tag {
  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: 11.5rem;
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border: 1px solid #046fb1;
  background: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li .p-news-tag {
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw;
    border: 0.2666666667vw solid #046fb1;
    width: 26.6666666667vw;
  }
}

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

.sec-news .newslist li .p-news__tag,
.sec-topics .newslist li .p-news__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newslist li .p-news__tag,
  .sec-topics .newslist li .p-news__tag {
    -webkit-column-gap: 1.6vw;
    -moz-column-gap: 1.6vw;
    column-gap: 1.6vw;
  }
}

.sec-news .newsdetail__ttl .date-blk .tag-wrap,
.sec-topics .newsdetail__ttl .date-blk .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .sec-news .newsdetail__ttl .date-blk .tag-wrap,
  .sec-topics .newsdetail__ttl .date-blk .tag-wrap {
    -webkit-column-gap: 1.6vw;
    -moz-column-gap: 1.6vw;
    column-gap: 1.6vw;
  }
}

.p-news-wrap ul li .p-news__txt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li .p-news__txt div {
    -webkit-column-gap: 1.6vw;
    -moz-column-gap: 1.6vw;
    column-gap: 1.6vw;
  }
}

.p-news-wrap ul li a .p-news__txt div span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #046fb1;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li a .p-news__txt div span {
    font-size: 3.2vw;
  }
}

.p-news-wrap ul li a .p-news__txt p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 63.9375em) {
  .p-news-wrap ul li a .p-news__txt p {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}

.p-home__sec04-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 6rem;
}
@media only screen and (max-width: 63.9375em) {
  .p-home__sec04-btn {
    margin-top: 10.6666666667vw;
  }
}

.page__top .p-home__sec06 {
  padding: 8rem 0;
  background: #f1efe2;
}
@media only screen and (max-width: 63.9375em) {
  .page__top .p-home__sec06 {
    padding: 16vw 0;
  }
}

@media only screen and (max-width: 63.9375em) {
  .inner.inner-home__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    margin-left: auto;
    margin-top: 10.6666666667vw;
  }
}

.search-form-wrap {
  position: absolute;
  top: 10rem;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  overflow: hidden;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  padding: 2rem 3rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 50, 96, 0.4);
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1000;
}

.search-form input {
  width: 42.8rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 1.9rem 2rem;
  font-size: 1.5rem;
  background: #f0f0f0;
}

.search-form input::-webkit-input-placeholder {
  color: #bcbcbc;
}

.search-form input::-moz-placeholder {
  color: #bcbcbc;
}

.search-form input:-ms-input-placeholder {
  color: #bcbcbc;
}

.search-form input::-ms-input-placeholder {
  color: #bcbcbc;
}

.search-form input::placeholder {
  color: #bcbcbc;
}

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

.fade-kv {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); /* ← 明示的にゼロにする */
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  pointer-events: none;
  will-change: opacity; /* ← 最適化のために追加 */
}

.fade-kv.is-visible {
  opacity: 1;
  pointer-events: visible;
}

.l-header .header__content .fixnav.index.fade-kv02 {
  bottom: 2rem;
  right: 2rem;
  top: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
}
@media only screen and (min-width: 64em) and (max-width: 73.75em) {
  .l-header .header__content .fixnav.index.fade-kv02 {
    display: none;
  }
}
@media only screen and (max-width: 63.9375em) {
  .l-header .header__content .fixnav.index.fade-kv02 {
    display: none;
  }
}

.l-header .header__content .fixnav.index.fade-kv02 a {
  width: 9rem;
}

.l-header .header__content .fixnav.index.fade-kv02.active {
  opacity: 1;
  pointer-events: visible;
}

/* コンパイル時に @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: 63.9375em) {
  .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: 63.9375em) {
  .u-mt-sp-0 {
    margin-top: 0vw;
  }
  .u-mb-sp-0 {
    margin-bottom: 0vw;
  }
  .u-mr-sp-0 {
    margin-right: 0vw;
  }
  .u-ml-sp-0 {
    margin-left: 0vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-5 {
    margin-top: 1.3333333333vw;
  }
  .u-mb-sp-5 {
    margin-bottom: 1.3333333333vw;
  }
  .u-mr-sp-5 {
    margin-right: 1.3333333333vw;
  }
  .u-ml-sp-5 {
    margin-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-10 {
    margin-top: 2.6666666667vw;
  }
  .u-mb-sp-10 {
    margin-bottom: 2.6666666667vw;
  }
  .u-mr-sp-10 {
    margin-right: 2.6666666667vw;
  }
  .u-ml-sp-10 {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-15 {
    margin-top: 4vw;
  }
  .u-mb-sp-15 {
    margin-bottom: 4vw;
  }
  .u-mr-sp-15 {
    margin-right: 4vw;
  }
  .u-ml-sp-15 {
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-20 {
    margin-top: 5.3333333333vw;
  }
  .u-mb-sp-20 {
    margin-bottom: 5.3333333333vw;
  }
  .u-mr-sp-20 {
    margin-right: 5.3333333333vw;
  }
  .u-ml-sp-20 {
    margin-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-25 {
    margin-top: 6.6666666667vw;
  }
  .u-mb-sp-25 {
    margin-bottom: 6.6666666667vw;
  }
  .u-mr-sp-25 {
    margin-right: 6.6666666667vw;
  }
  .u-ml-sp-25 {
    margin-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-30 {
    margin-top: 8vw;
  }
  .u-mb-sp-30 {
    margin-bottom: 8vw;
  }
  .u-mr-sp-30 {
    margin-right: 8vw;
  }
  .u-ml-sp-30 {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-35 {
    margin-top: 9.3333333333vw;
  }
  .u-mb-sp-35 {
    margin-bottom: 9.3333333333vw;
  }
  .u-mr-sp-35 {
    margin-right: 9.3333333333vw;
  }
  .u-ml-sp-35 {
    margin-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-40 {
    margin-top: 10.6666666667vw;
  }
  .u-mb-sp-40 {
    margin-bottom: 10.6666666667vw;
  }
  .u-mr-sp-40 {
    margin-right: 10.6666666667vw;
  }
  .u-ml-sp-40 {
    margin-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-45 {
    margin-top: 12vw;
  }
  .u-mb-sp-45 {
    margin-bottom: 12vw;
  }
  .u-mr-sp-45 {
    margin-right: 12vw;
  }
  .u-ml-sp-45 {
    margin-left: 12vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-50 {
    margin-top: 13.3333333333vw;
  }
  .u-mb-sp-50 {
    margin-bottom: 13.3333333333vw;
  }
  .u-mr-sp-50 {
    margin-right: 13.3333333333vw;
  }
  .u-ml-sp-50 {
    margin-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-55 {
    margin-top: 14.6666666667vw;
  }
  .u-mb-sp-55 {
    margin-bottom: 14.6666666667vw;
  }
  .u-mr-sp-55 {
    margin-right: 14.6666666667vw;
  }
  .u-ml-sp-55 {
    margin-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-60 {
    margin-top: 16vw;
  }
  .u-mb-sp-60 {
    margin-bottom: 16vw;
  }
  .u-mr-sp-60 {
    margin-right: 16vw;
  }
  .u-ml-sp-60 {
    margin-left: 16vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-65 {
    margin-top: 17.3333333333vw;
  }
  .u-mb-sp-65 {
    margin-bottom: 17.3333333333vw;
  }
  .u-mr-sp-65 {
    margin-right: 17.3333333333vw;
  }
  .u-ml-sp-65 {
    margin-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-70 {
    margin-top: 18.6666666667vw;
  }
  .u-mb-sp-70 {
    margin-bottom: 18.6666666667vw;
  }
  .u-mr-sp-70 {
    margin-right: 18.6666666667vw;
  }
  .u-ml-sp-70 {
    margin-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-75 {
    margin-top: 20vw;
  }
  .u-mb-sp-75 {
    margin-bottom: 20vw;
  }
  .u-mr-sp-75 {
    margin-right: 20vw;
  }
  .u-ml-sp-75 {
    margin-left: 20vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-80 {
    margin-top: 21.3333333333vw;
  }
  .u-mb-sp-80 {
    margin-bottom: 21.3333333333vw;
  }
  .u-mr-sp-80 {
    margin-right: 21.3333333333vw;
  }
  .u-ml-sp-80 {
    margin-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-85 {
    margin-top: 22.6666666667vw;
  }
  .u-mb-sp-85 {
    margin-bottom: 22.6666666667vw;
  }
  .u-mr-sp-85 {
    margin-right: 22.6666666667vw;
  }
  .u-ml-sp-85 {
    margin-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-90 {
    margin-top: 24vw;
  }
  .u-mb-sp-90 {
    margin-bottom: 24vw;
  }
  .u-mr-sp-90 {
    margin-right: 24vw;
  }
  .u-ml-sp-90 {
    margin-left: 24vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-95 {
    margin-top: 25.3333333333vw;
  }
  .u-mb-sp-95 {
    margin-bottom: 25.3333333333vw;
  }
  .u-mr-sp-95 {
    margin-right: 25.3333333333vw;
  }
  .u-ml-sp-95 {
    margin-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-100 {
    margin-top: 26.6666666667vw;
  }
  .u-mb-sp-100 {
    margin-bottom: 26.6666666667vw;
  }
  .u-mr-sp-100 {
    margin-right: 26.6666666667vw;
  }
  .u-ml-sp-100 {
    margin-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-105 {
    margin-top: 28vw;
  }
  .u-mb-sp-105 {
    margin-bottom: 28vw;
  }
  .u-mr-sp-105 {
    margin-right: 28vw;
  }
  .u-ml-sp-105 {
    margin-left: 28vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-110 {
    margin-top: 29.3333333333vw;
  }
  .u-mb-sp-110 {
    margin-bottom: 29.3333333333vw;
  }
  .u-mr-sp-110 {
    margin-right: 29.3333333333vw;
  }
  .u-ml-sp-110 {
    margin-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-115 {
    margin-top: 30.6666666667vw;
  }
  .u-mb-sp-115 {
    margin-bottom: 30.6666666667vw;
  }
  .u-mr-sp-115 {
    margin-right: 30.6666666667vw;
  }
  .u-ml-sp-115 {
    margin-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-120 {
    margin-top: 32vw;
  }
  .u-mb-sp-120 {
    margin-bottom: 32vw;
  }
  .u-mr-sp-120 {
    margin-right: 32vw;
  }
  .u-ml-sp-120 {
    margin-left: 32vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-125 {
    margin-top: 33.3333333333vw;
  }
  .u-mb-sp-125 {
    margin-bottom: 33.3333333333vw;
  }
  .u-mr-sp-125 {
    margin-right: 33.3333333333vw;
  }
  .u-ml-sp-125 {
    margin-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-130 {
    margin-top: 34.6666666667vw;
  }
  .u-mb-sp-130 {
    margin-bottom: 34.6666666667vw;
  }
  .u-mr-sp-130 {
    margin-right: 34.6666666667vw;
  }
  .u-ml-sp-130 {
    margin-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-135 {
    margin-top: 36vw;
  }
  .u-mb-sp-135 {
    margin-bottom: 36vw;
  }
  .u-mr-sp-135 {
    margin-right: 36vw;
  }
  .u-ml-sp-135 {
    margin-left: 36vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-140 {
    margin-top: 37.3333333333vw;
  }
  .u-mb-sp-140 {
    margin-bottom: 37.3333333333vw;
  }
  .u-mr-sp-140 {
    margin-right: 37.3333333333vw;
  }
  .u-ml-sp-140 {
    margin-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-145 {
    margin-top: 38.6666666667vw;
  }
  .u-mb-sp-145 {
    margin-bottom: 38.6666666667vw;
  }
  .u-mr-sp-145 {
    margin-right: 38.6666666667vw;
  }
  .u-ml-sp-145 {
    margin-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-150 {
    margin-top: 40vw;
  }
  .u-mb-sp-150 {
    margin-bottom: 40vw;
  }
  .u-mr-sp-150 {
    margin-right: 40vw;
  }
  .u-ml-sp-150 {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-155 {
    margin-top: 41.3333333333vw;
  }
  .u-mb-sp-155 {
    margin-bottom: 41.3333333333vw;
  }
  .u-mr-sp-155 {
    margin-right: 41.3333333333vw;
  }
  .u-ml-sp-155 {
    margin-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-160 {
    margin-top: 42.6666666667vw;
  }
  .u-mb-sp-160 {
    margin-bottom: 42.6666666667vw;
  }
  .u-mr-sp-160 {
    margin-right: 42.6666666667vw;
  }
  .u-ml-sp-160 {
    margin-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-165 {
    margin-top: 44vw;
  }
  .u-mb-sp-165 {
    margin-bottom: 44vw;
  }
  .u-mr-sp-165 {
    margin-right: 44vw;
  }
  .u-ml-sp-165 {
    margin-left: 44vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-170 {
    margin-top: 45.3333333333vw;
  }
  .u-mb-sp-170 {
    margin-bottom: 45.3333333333vw;
  }
  .u-mr-sp-170 {
    margin-right: 45.3333333333vw;
  }
  .u-ml-sp-170 {
    margin-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-175 {
    margin-top: 46.6666666667vw;
  }
  .u-mb-sp-175 {
    margin-bottom: 46.6666666667vw;
  }
  .u-mr-sp-175 {
    margin-right: 46.6666666667vw;
  }
  .u-ml-sp-175 {
    margin-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-180 {
    margin-top: 48vw;
  }
  .u-mb-sp-180 {
    margin-bottom: 48vw;
  }
  .u-mr-sp-180 {
    margin-right: 48vw;
  }
  .u-ml-sp-180 {
    margin-left: 48vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-185 {
    margin-top: 49.3333333333vw;
  }
  .u-mb-sp-185 {
    margin-bottom: 49.3333333333vw;
  }
  .u-mr-sp-185 {
    margin-right: 49.3333333333vw;
  }
  .u-ml-sp-185 {
    margin-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-190 {
    margin-top: 50.6666666667vw;
  }
  .u-mb-sp-190 {
    margin-bottom: 50.6666666667vw;
  }
  .u-mr-sp-190 {
    margin-right: 50.6666666667vw;
  }
  .u-ml-sp-190 {
    margin-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-195 {
    margin-top: 52vw;
  }
  .u-mb-sp-195 {
    margin-bottom: 52vw;
  }
  .u-mr-sp-195 {
    margin-right: 52vw;
  }
  .u-ml-sp-195 {
    margin-left: 52vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-mt-sp-200 {
    margin-top: 53.3333333333vw;
  }
  .u-mb-sp-200 {
    margin-bottom: 53.3333333333vw;
  }
  .u-mr-sp-200 {
    margin-right: 53.3333333333vw;
  }
  .u-ml-sp-200 {
    margin-left: 53.3333333333vw;
  }
}
.u-m-center {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .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: 63.9375em) {
  .u-pt-sp-0 {
    padding-top: 0vw;
  }
  .u-pb-sp-0 {
    padding-bottom: 0vw;
  }
  .u-pr-sp-0 {
    padding-right: 0vw;
  }
  .u-pl-sp-0 {
    padding-left: 0vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-5 {
    padding-top: 1.3333333333vw;
  }
  .u-pb-sp-5 {
    padding-bottom: 1.3333333333vw;
  }
  .u-pr-sp-5 {
    padding-right: 1.3333333333vw;
  }
  .u-pl-sp-5 {
    padding-left: 1.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-10 {
    padding-top: 2.6666666667vw;
  }
  .u-pb-sp-10 {
    padding-bottom: 2.6666666667vw;
  }
  .u-pr-sp-10 {
    padding-right: 2.6666666667vw;
  }
  .u-pl-sp-10 {
    padding-left: 2.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-15 {
    padding-top: 4vw;
  }
  .u-pb-sp-15 {
    padding-bottom: 4vw;
  }
  .u-pr-sp-15 {
    padding-right: 4vw;
  }
  .u-pl-sp-15 {
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-20 {
    padding-top: 5.3333333333vw;
  }
  .u-pb-sp-20 {
    padding-bottom: 5.3333333333vw;
  }
  .u-pr-sp-20 {
    padding-right: 5.3333333333vw;
  }
  .u-pl-sp-20 {
    padding-left: 5.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-25 {
    padding-top: 6.6666666667vw;
  }
  .u-pb-sp-25 {
    padding-bottom: 6.6666666667vw;
  }
  .u-pr-sp-25 {
    padding-right: 6.6666666667vw;
  }
  .u-pl-sp-25 {
    padding-left: 6.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-30 {
    padding-top: 8vw;
  }
  .u-pb-sp-30 {
    padding-bottom: 8vw;
  }
  .u-pr-sp-30 {
    padding-right: 8vw;
  }
  .u-pl-sp-30 {
    padding-left: 8vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-35 {
    padding-top: 9.3333333333vw;
  }
  .u-pb-sp-35 {
    padding-bottom: 9.3333333333vw;
  }
  .u-pr-sp-35 {
    padding-right: 9.3333333333vw;
  }
  .u-pl-sp-35 {
    padding-left: 9.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-40 {
    padding-top: 10.6666666667vw;
  }
  .u-pb-sp-40 {
    padding-bottom: 10.6666666667vw;
  }
  .u-pr-sp-40 {
    padding-right: 10.6666666667vw;
  }
  .u-pl-sp-40 {
    padding-left: 10.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-45 {
    padding-top: 12vw;
  }
  .u-pb-sp-45 {
    padding-bottom: 12vw;
  }
  .u-pr-sp-45 {
    padding-right: 12vw;
  }
  .u-pl-sp-45 {
    padding-left: 12vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-50 {
    padding-top: 13.3333333333vw;
  }
  .u-pb-sp-50 {
    padding-bottom: 13.3333333333vw;
  }
  .u-pr-sp-50 {
    padding-right: 13.3333333333vw;
  }
  .u-pl-sp-50 {
    padding-left: 13.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-55 {
    padding-top: 14.6666666667vw;
  }
  .u-pb-sp-55 {
    padding-bottom: 14.6666666667vw;
  }
  .u-pr-sp-55 {
    padding-right: 14.6666666667vw;
  }
  .u-pl-sp-55 {
    padding-left: 14.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-60 {
    padding-top: 16vw;
  }
  .u-pb-sp-60 {
    padding-bottom: 16vw;
  }
  .u-pr-sp-60 {
    padding-right: 16vw;
  }
  .u-pl-sp-60 {
    padding-left: 16vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-65 {
    padding-top: 17.3333333333vw;
  }
  .u-pb-sp-65 {
    padding-bottom: 17.3333333333vw;
  }
  .u-pr-sp-65 {
    padding-right: 17.3333333333vw;
  }
  .u-pl-sp-65 {
    padding-left: 17.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-70 {
    padding-top: 18.6666666667vw;
  }
  .u-pb-sp-70 {
    padding-bottom: 18.6666666667vw;
  }
  .u-pr-sp-70 {
    padding-right: 18.6666666667vw;
  }
  .u-pl-sp-70 {
    padding-left: 18.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-75 {
    padding-top: 20vw;
  }
  .u-pb-sp-75 {
    padding-bottom: 20vw;
  }
  .u-pr-sp-75 {
    padding-right: 20vw;
  }
  .u-pl-sp-75 {
    padding-left: 20vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-80 {
    padding-top: 21.3333333333vw;
  }
  .u-pb-sp-80 {
    padding-bottom: 21.3333333333vw;
  }
  .u-pr-sp-80 {
    padding-right: 21.3333333333vw;
  }
  .u-pl-sp-80 {
    padding-left: 21.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-85 {
    padding-top: 22.6666666667vw;
  }
  .u-pb-sp-85 {
    padding-bottom: 22.6666666667vw;
  }
  .u-pr-sp-85 {
    padding-right: 22.6666666667vw;
  }
  .u-pl-sp-85 {
    padding-left: 22.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-90 {
    padding-top: 24vw;
  }
  .u-pb-sp-90 {
    padding-bottom: 24vw;
  }
  .u-pr-sp-90 {
    padding-right: 24vw;
  }
  .u-pl-sp-90 {
    padding-left: 24vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-95 {
    padding-top: 25.3333333333vw;
  }
  .u-pb-sp-95 {
    padding-bottom: 25.3333333333vw;
  }
  .u-pr-sp-95 {
    padding-right: 25.3333333333vw;
  }
  .u-pl-sp-95 {
    padding-left: 25.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-100 {
    padding-top: 26.6666666667vw;
  }
  .u-pb-sp-100 {
    padding-bottom: 26.6666666667vw;
  }
  .u-pr-sp-100 {
    padding-right: 26.6666666667vw;
  }
  .u-pl-sp-100 {
    padding-left: 26.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-105 {
    padding-top: 28vw;
  }
  .u-pb-sp-105 {
    padding-bottom: 28vw;
  }
  .u-pr-sp-105 {
    padding-right: 28vw;
  }
  .u-pl-sp-105 {
    padding-left: 28vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-110 {
    padding-top: 29.3333333333vw;
  }
  .u-pb-sp-110 {
    padding-bottom: 29.3333333333vw;
  }
  .u-pr-sp-110 {
    padding-right: 29.3333333333vw;
  }
  .u-pl-sp-110 {
    padding-left: 29.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-115 {
    padding-top: 30.6666666667vw;
  }
  .u-pb-sp-115 {
    padding-bottom: 30.6666666667vw;
  }
  .u-pr-sp-115 {
    padding-right: 30.6666666667vw;
  }
  .u-pl-sp-115 {
    padding-left: 30.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-120 {
    padding-top: 32vw;
  }
  .u-pb-sp-120 {
    padding-bottom: 32vw;
  }
  .u-pr-sp-120 {
    padding-right: 32vw;
  }
  .u-pl-sp-120 {
    padding-left: 32vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-125 {
    padding-top: 33.3333333333vw;
  }
  .u-pb-sp-125 {
    padding-bottom: 33.3333333333vw;
  }
  .u-pr-sp-125 {
    padding-right: 33.3333333333vw;
  }
  .u-pl-sp-125 {
    padding-left: 33.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-130 {
    padding-top: 34.6666666667vw;
  }
  .u-pb-sp-130 {
    padding-bottom: 34.6666666667vw;
  }
  .u-pr-sp-130 {
    padding-right: 34.6666666667vw;
  }
  .u-pl-sp-130 {
    padding-left: 34.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-135 {
    padding-top: 36vw;
  }
  .u-pb-sp-135 {
    padding-bottom: 36vw;
  }
  .u-pr-sp-135 {
    padding-right: 36vw;
  }
  .u-pl-sp-135 {
    padding-left: 36vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-140 {
    padding-top: 37.3333333333vw;
  }
  .u-pb-sp-140 {
    padding-bottom: 37.3333333333vw;
  }
  .u-pr-sp-140 {
    padding-right: 37.3333333333vw;
  }
  .u-pl-sp-140 {
    padding-left: 37.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-145 {
    padding-top: 38.6666666667vw;
  }
  .u-pb-sp-145 {
    padding-bottom: 38.6666666667vw;
  }
  .u-pr-sp-145 {
    padding-right: 38.6666666667vw;
  }
  .u-pl-sp-145 {
    padding-left: 38.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-150 {
    padding-top: 40vw;
  }
  .u-pb-sp-150 {
    padding-bottom: 40vw;
  }
  .u-pr-sp-150 {
    padding-right: 40vw;
  }
  .u-pl-sp-150 {
    padding-left: 40vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-155 {
    padding-top: 41.3333333333vw;
  }
  .u-pb-sp-155 {
    padding-bottom: 41.3333333333vw;
  }
  .u-pr-sp-155 {
    padding-right: 41.3333333333vw;
  }
  .u-pl-sp-155 {
    padding-left: 41.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-160 {
    padding-top: 42.6666666667vw;
  }
  .u-pb-sp-160 {
    padding-bottom: 42.6666666667vw;
  }
  .u-pr-sp-160 {
    padding-right: 42.6666666667vw;
  }
  .u-pl-sp-160 {
    padding-left: 42.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-165 {
    padding-top: 44vw;
  }
  .u-pb-sp-165 {
    padding-bottom: 44vw;
  }
  .u-pr-sp-165 {
    padding-right: 44vw;
  }
  .u-pl-sp-165 {
    padding-left: 44vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-170 {
    padding-top: 45.3333333333vw;
  }
  .u-pb-sp-170 {
    padding-bottom: 45.3333333333vw;
  }
  .u-pr-sp-170 {
    padding-right: 45.3333333333vw;
  }
  .u-pl-sp-170 {
    padding-left: 45.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-175 {
    padding-top: 46.6666666667vw;
  }
  .u-pb-sp-175 {
    padding-bottom: 46.6666666667vw;
  }
  .u-pr-sp-175 {
    padding-right: 46.6666666667vw;
  }
  .u-pl-sp-175 {
    padding-left: 46.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-180 {
    padding-top: 48vw;
  }
  .u-pb-sp-180 {
    padding-bottom: 48vw;
  }
  .u-pr-sp-180 {
    padding-right: 48vw;
  }
  .u-pl-sp-180 {
    padding-left: 48vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-185 {
    padding-top: 49.3333333333vw;
  }
  .u-pb-sp-185 {
    padding-bottom: 49.3333333333vw;
  }
  .u-pr-sp-185 {
    padding-right: 49.3333333333vw;
  }
  .u-pl-sp-185 {
    padding-left: 49.3333333333vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-190 {
    padding-top: 50.6666666667vw;
  }
  .u-pb-sp-190 {
    padding-bottom: 50.6666666667vw;
  }
  .u-pr-sp-190 {
    padding-right: 50.6666666667vw;
  }
  .u-pl-sp-190 {
    padding-left: 50.6666666667vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-195 {
    padding-top: 52vw;
  }
  .u-pb-sp-195 {
    padding-bottom: 52vw;
  }
  .u-pr-sp-195 {
    padding-right: 52vw;
  }
  .u-pl-sp-195 {
    padding-left: 52vw;
  }
}
@media only screen and (max-width: 63.9375em) {
  .u-pt-sp-200 {
    padding-top: 53.3333333333vw;
  }
  .u-pb-sp-200 {
    padding-bottom: 53.3333333333vw;
  }
  .u-pr-sp-200 {
    padding-right: 53.3333333333vw;
  }
  .u-pl-sp-200 {
    padding-left: 53.3333333333vw;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */
.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: 63.9375em) {
  .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: 63.9375em) {
  .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;
  }
}