@charset 'utf-8';
/* Base
--------------------------------------------------- */
/* defaults */
*, ::before, ::after { box-sizing: border-box; }
::before, ::after { text-decoration: inherit; vertical-align: inherit; }
html { cursor: default; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-tap-highlight-color: transparent; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; word-break: break-word; }

body { margin: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }

dl dl, dl ol, dl ul, ol dl, ul dl { margin: 0; }
ol ol, ol ul, ul ol, ul ul { margin: 0; }
hr { height: 0; overflow: visible; }
main { display: block; }
nav ol, nav ul { list-style: none; padding: 0; }
pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }
abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
iframe { border-style: none; }
img { border-style: none; }
svg:not([fill]) { fill: currentColor; }
svg:not(:root) { overflow: hidden; }

table { border-collapse: collapse; }

details { display: block; }
dialog { background-color: white; border: solid; color: black; display: block; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; left: 0; margin: auto; padding: 1em; position: absolute; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; }
dialog:not([open]) { display: none; }
summary { display: list-item; }

canvas { display: inline-block; }
template { display: none; }

a, area, button, input, label, select, summary, textarea, [tabindex] { touch-action: manipulation; }
[hidden] { display: none; }

button, input, select { margin: 0; }
button { overflow: visible; text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
fieldset { border: 1px solid #a0a0a0; padding: 0.35em 0.75em 0.625em; }
input { overflow: visible; }
legend { color: inherit; display: table; max-width: 100%; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
select { text-transform: none; }
textarea { margin: 0; overflow: auto; resize: vertical; }
[type="checkbox"], [type="radio"] { padding: 0; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
::-moz-focus-inner { border-style: none; padding: 0; }
:-moz-focusring { outline: 1px dotted ButtonText; }
:-moz-ui-invalid { box-shadow: none; }
button, input, select, textarea { background-color: transparent; border: 1px solid WindowFrame; color: inherit; letter-spacing: inherit; padding: 0.25em 0.375em; }
select { -moz-appearance: none; -webkit-appearance: none; background: no-repeat right center / 1em; border-radius: 0; padding-right: 1em; }
::-ms-expand { display: none; }
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.54); }

img { max-width: 100%; height: auto; }
img[src$=".svg"], svg { width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 100%; font-weight: normal; }
blockquote, figure, p { margin: 0; }
dl, dd, ol, ul { margin: 0; padding: 0; }
ol, ul { list-style: none; }
i, em { font-style: normal; }
sup { font-size: .75em; vertical-align: top; }
sub { font-size: .75em; vertical-align: bottom; }
/* elements */
@media screen and (max-width: 23.4275em), screen and (min-width: 48em) and (max-width: 79.99em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 47.99em), screen and (min-width: 80em) {
  html {
    font-size: 62.5%;
  }
}
body {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #393939;
  font-feature-settings: "palt" 1;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
::-moz-selection {
  background: rgba(40,90,106,0.1);
  color: #285a6a;
  text-shadow: none;
}
::selection {
  background: rgba(40,90,106,0.1);
  color: #285a6a;
  text-shadow: none;
}
a {
  color: #393939;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a:link,
a:visited {
  color: #393939;
  text-decoration: none;
}
@media not all and (hover: none) and (pointer: coarse) {
  a:hover,
  a:active {
    color: #285a6a;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  a:hover img,
  a:active img {
    opacity: 0.8;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
svg {
  width: 100%;
  height: auto;
}
svg path {
  transition: fill 0.2s ease-in-out;
}
/* Layouts
--------------------------------------------------- */
/* frame */
.frame {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.frame__header,
.frame__footer {
  flex-grow: 0;
  width: 100%;
}
.frame__content {
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
.frame__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 47.999em) {
  .frame__content {
    min-height: 8rem;
    padding-top: 7.2rem;
  }
  .frame-archive__aside {
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 48em) {
  .frame__header,
  .frame__footer,
  .frame__content {
    min-width: 1024px;
  }
  .frame__content {
    min-height: 80rem;
    padding-top: 10.4rem;
  }
  .frame-archive {
    display: flex;
    justify-content: space-between;
  }
  .frame-archive__main {
    width: 63.19%;
  }
  .frame-archive__aside {
    width: 30.21%;
  }
}
/* column */
.grid {
  display: grid;
}
@media screen and (max-width: 47.999em) {
  .grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .grid.-c2-sp,
  .grid.-c4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.-c3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.-g4,
  .grid.-g2-sp {
    gap: 0.2rem;
  }
  .grid.-g8,
  .grid.-g4-sp {
    gap: 0.4rem;
  }
  .grid.-g16,
  .grid.-g8-sp {
    gap: 0.8rem;
  }
  .grid.-g24 {
    gap: 1.2rem;
  }
  .grid.-g32,
  .grid.-g16-sp {
    gap: 1.6rem;
  }
  .grid.-g40 {
    gap: 2rem;
  }
  .grid.-g24-sp,
  .grid.-g48-sp,
  .grid.-g56 {
    gap: 2.4rem;
  }
  .grid.-g40-sp,
  .grid.-g80 {
    gap: 4rem;
  }
  .grid.-articles-home {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .grid__item {
    grid-column: span 2;
  }
  .grid.-c2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.-c3 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.-c4 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.-c5 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid.-c2 .grid__item.-x2,
  .grid.-c3 .grid__item.-x2,
  .grid.-c4 .grid__item.-x2,
  .grid.-c5 .grid__item.-x2 {
    grid-column: span 4;
  }
  .grid.-c4 .grid__item.-x3,
  .grid.-c5 .grid__item.-x3 {
    grid-column: span 6;
  }
  .grid.-c5 .grid__item.-x4 {
    grid-column: span 8;
  }
  .grid.-c2.-center .grid__item:last-child:nth-child(2n - 1) {
    grid-column-end: 4;
  }
  .grid.-c3.-center .grid__item:last-child:nth-child(3n - 1) {
    grid-column-end: -2;
  }
  .grid.-c3.-center .grid__item:nth-last-child(2):nth-child(3n + 1) {
    grid-column-end: 4;
  }
  .grid.-c3.-center .grid__item:last-child:nth-child(3n - 2) {
    grid-column-end: 5;
  }
  .grid.-g2,
  .grid.-g2-pc {
    gap: 0.2rem;
  }
  .grid.-g4,
  .grid.-g4-pc {
    gap: 0.4rem;
  }
  .grid.-g8,
  .grid.-g8-pc {
    gap: 0.8rem;
  }
  .grid.-g16,
  .grid.-g16-pc {
    gap: 1.6rem;
  }
  .grid.-g24,
  .grid.-g24-pc {
    gap: 2.4rem;
  }
  .grid.-g40,
  .grid.-g40-pc {
    gap: 4rem;
  }
  .grid.-g56,
  .grid.-g56-pc {
    gap: 5.6rem;
  }
  .grid.-g80,
  .grid.-g80-pc {
    gap: 8rem;
  }
  .grid.-articles-home {
    gap: 4rem 5.6rem;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.-center {
    align-items: center;
  }
}
/* Components
--------------------------------------------------- */
/*
 * global
 */
/* header */
.header {
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.header.-sticky {
  background-color: rgba(255,255,255,0.94);
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.header-menu__item a,
.header-menu__item a:link,
.header-menu__item a:visited {
  font-weight: 700;
  color: #285a6a;
}
.header-menu__item.-current > a {
  color: #e49e47;
}
@media screen and (max-width: 47.999em) {
  .header {
    padding: 1rem 4.27%;
    height: 7.2rem;
  }
  .header__logo {
    position: relative;
    z-index: 999;
    width: 18rem;
  }
  .header__menu {
    padding: 8.8rem 6.4% 4rem;
  }
  .header__menu-link {
    width: 20rem;
    margin-top: 4rem;
  }
  .header-menu__item {
    border-bottom: 1px solid #285a6a;
    font-size: 1.8rem;
    background: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3.13397C7.16667 3.51887 7.16667 4.48113 6.5 4.86603L2 7.4641C1.33333 7.849 0.5 7.36788 0.5 6.59808L0.5 1.40192C0.5 0.632124 1.33333 0.150998 2 0.535898L6.5 3.13397Z' fill='%23E49E47'/%3E%3C/svg%3E%0A") right center no-repeat;
    background-size: 0.8rem;
  }
  .header-menu__item a,
  .header-menu__item a:link,
  .header-menu__item a:visited {
    display: inline-block;
    width: 100%;
    padding: 1.6rem 0;
  }
}
@media screen and (min-width: 48em) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 92.19%;
    max-width: 132.8rem;
    padding: 1.4rem 0;
    transition: padding 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__logo {
    width: 24rem;
    transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.6rem;
    padding-top: 0.8rem;
    transition: gap 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header__menu-link {
    order: -1;
    width: 16rem;
  }
  .header.-sticky .header__inner {
    padding: 0.4rem 0;
    transition: padding 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header.-sticky .header__logo {
    width: 20rem;
    transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header.-sticky .header__menu {
    gap: 0.8rem;
    transition: gap 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header-menu {
    display: flex;
  }
  .header-menu__item {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
  .header-menu__item a,
  .header-menu__item a:link,
  .header-menu__item a:visited {
    padding: 0.4rem 0;
    border-bottom: 1px solid transparent;
  }
  .header-menu__item a:hover,
  .header-menu__item a:active {
    color: #285a6a;
    border-bottom-color: #285a6a;
  }
  .header-menu__item.-current > a {
    color: #e49e47;
    border-bottom-color: #e49e47;
  }
}
@media screen and (min-width: 80em) {
  .header__logo {
    width: 26.2rem;
  }
  .header-menu__item {
    margin-left: 1.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 47.999em) {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button {
    position: absolute;
    top: 0;
    right: 4.27%;
    z-index: 999;
    width: 3.2rem;
    height: 6.5rem;
    display: block;
    cursor: pointer;
  }
  .nav__button-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.6rem;
  }
  .nav__button-icon::before,
  .nav__button-icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.2rem;
    height: 0.2rem;
    background-color: #285a6a;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .nav__button-icon::before {
    transform: translateY(-0.3rem);
  }
  .nav__button-icon::after {
    transform: translateY(0.3rem);
  }
  .-open .nav {
    z-index: 100;
    width: 100%;
    min-height: 100vh;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: scroll;
    background-color: #fcf7e9;
  }
  .-open .nav__button-icon::before {
    transform: translateY(0.2rem) rotate(25deg) scale(1);
  }
  .-open .nav__button-icon::after {
    transform: translateY(0.2rem) rotate(-25deg);
  }
}
@media screen and (min-width: 48em) {
  .nav__button {
    display: none;
  }
}
/* footer */
.footer {
  background: url("../img/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  color: #285a6a;
}
.footer a,
.footer a:link,
.footer a:visited {
  color: #285a6a;
}
.footer__inner {
  background-color: rgba(255,255,255,0.95);
}
.footer-menu {
  font-weight: 700;
}
.legal-link {
  display: flex;
  font-size: 1.3rem;
}
.footer-copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 47.999em) {
  .footer {
    padding: 2.4rem 0.8rem;
    text-align: center;
  }
  .footer__inner {
    padding: 2rem 4.46%;
  }
  .footer__logo {
    margin: 0 auto 2rem;
    width: 20rem;
  }
  .footer-menu__item {
    margin-top: -1px;
    border: 1px solid #285a6a;
    font-size: 1.4rem;
  }
  .footer-menu__item > a {
    display: block;
    padding: 1.4rem 1.6rem;
  }
  .legal-link {
    padding-bottom: 2.4rem;
    justify-content: center;
  }
  .legal-link__item:nth-child(n+2) {
    margin-left: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .footer {
    padding: 4.8rem 0;
  }
  .footer a:hover,
  .footer a:active {
    color: #e49e47;
  }
  .footer__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 92.19%;
    max-width: 136rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .footer__inner:not(:last-child) {
    justify-content: space-between;
    padding-top: 4.8rem;
  }
  .footer__inner:last-child {
    justify-content: flex-end;
    padding-top: 2.4rem;
    padding-bottom: 4.8rem;
  }
  .footer__logo {
    width: 22rem;
  }
  .footer-menu {
    display: flex;
  }
  .footer-menu__item {
    margin-left: 1.6rem;
  }
  .legal-link__item {
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 80em) {
  .footer {
    padding: 6.4rem 0;
  }
  .footer__inner {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .footer__inner:not(:last-child) {
    padding-top: 8rem;
  }
  .footer__inner:last-child {
    padding-bottom: 8rem;
  }
  .footer__logo {
    width: 27.5rem;
  }
}
.totop-button {
  width: 6.4rem;
  height: 4rem;
  border-radius: 0.2rem;
}
.totop-button__icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.totop-button__icon::after {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #285a6a;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: top left;
  text-align: center;
}
.totop-button.-revert .totop-button__icon::after {
  border-color: #d8d8d8;
}
@media screen and (max-width: 47.999em) {
  .totop-button {
    margin: auto;
  }
}
@media screen and (min-width: 48em) {
  .totop-button {
    position: fixed;
    bottom: 1.6rem;
    right: 1.6rem;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.8s;
  }
  .totop-button.-sticky {
    opacity: 1;
    transition: opacity 1s;
  }
  .totop-button:hover {
    opacity: 0.8;
  }
  .totop-button__icon:hover::after,
  .totop-button__icon:active::after {
    top: 55%;
    transition: top 0.4s cubic-bezier(0.1, 0.85, 0.4, 1);
  }
}
@media screen and (min-width: 90em) {
  .totop-button {
    bottom: 6.4rem;
    right: 1.67%;
  }
}
/*
 * common
 */
.page-breadcrumb {
  background-color: #f1efe9;
  border-radius: 3.2rem;
}
.page-breadcrumb__list {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.page-breadcrumb__list > li {
  font-size: 1.2rem;
}
.page-breadcrumb__list > li:not(:last-child)::after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295044 5.67L2.58504 3.375L0.295044 1.08L1.00004 0.375L4.00004 3.375L1.00004 6.375L0.295044 5.67Z' fill='%23E49E47'/%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 47.999em) {
  .page-breadcrumb {
    margin: 0 1.07%;
  }
  .page-breadcrumb__list {
    padding: 0.8rem 5.33%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .page-breadcrumb__list > li {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .page-breadcrumb {
    margin: auto;
    width: 78.13%;
    max-width: 115.2rem;
  }
  .page-breadcrumb__list {
    padding: 1rem 1.6rem;
  }
  .page-breadcrumb__list a:hover,
  .page-breadcrumb__list a:active {
    color: #e49e47;
  }
}
.block {
  position: relative;
}
.block + .block {
  padding-top: 0;
}
@media screen and (max-width: 47.999em) {
  .block {
    padding: 4.8rem 0;
  }
  .block__inner {
    margin: auto;
    padding: 0 6.4%;
  }
}
@media screen and (min-width: 48em) {
  .block {
    padding: 6.4rem 0 8rem;
  }
  .block.-home-events .block__inner,
  .block.-home-articles .block__inner {
    max-width: 124.8rem;
    border-radius: 0.4rem;
    padding: 4.8rem 6.4rem;
  }
  .block.-home-events .block__inner {
    background-color: rgba(255,255,255,0.94);
  }
  .block.-home-articles .block__inner {
    background-color: rgba(255,247,239,0.94);
  }
  .block__inner {
    margin: auto;
    width: 92.19%;
    max-width: 80rem;
  }
  .block__inner.-nr {
    max-width: 72rem;
  }
  .block__inner.-xwd {
    max-width: 112rem;
  }
  .block__inner.-articles {
    max-width: 115.19999999999999rem;
  }
  .block__inner.-event {
    max-width: 96rem;
  }
}
/* typo & editor */
.page-content {
  line-height: 2;
}
.page-content strong,
.page-content em,
.page-content b {
  font-weight: _fontBold;
}
.page-content small {
  font-size: 0.8em;
}
.page-content a,
.page-content a:link,
.page-content a:visited {
  color: #1966b8;
  text-decoration: underline;
}
.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]),
.page-content h2.wp-block-heading,
.page-content h3.wp-block-heading,
.page-content h4.wp-block-heading {
  font-weight: bolder;
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.33;
}
.page-content h2:not([class]),
.page-content h2.wp-block-heading {
  font-size: 2.1rem;
  color: #285a6a;
}
.page-content h3:not([class]),
.page-content h3.wp-block-heading {
  font-size: 1.8rem;
}
.page-content p + p {
  margin-top: 1em;
}
.page-content ul:not([class]):not(:first-child),
.page-content ol:not([class]):not(:first-child),
.page-content ul.wp-block-list:not(:first-child),
.page-content ol.wp-block-list:not(:first-child) {
  margin-top: 1em;
}
.page-content ul:not([class]):not(:last-child),
.page-content ol:not([class]):not(:last-child),
.page-content ul.wp-block-list:not(:last-child),
.page-content ol.wp-block-list:not(:last-child) {
  margin-bottom: 1em;
}
.page-content ul:not([class]) li,
.page-content ol:not([class]) li,
.page-content ul.wp-block-list li,
.page-content ol.wp-block-list li {
  position: relative;
  padding-left: 2.4rem;
}
.page-content ul:not([class]) li:nth-child(n+2),
.page-content ol:not([class]) li:nth-child(n+2),
.page-content ul.wp-block-list li:nth-child(n+2),
.page-content ol.wp-block-list li:nth-child(n+2) {
  margin-top: 0.25em;
}
.page-content ul:not([class]) li::before,
.page-content ol:not([class]) li::before,
.page-content ul.wp-block-list li::before,
.page-content ol.wp-block-list li::before {
  display: inline-block;
  position: absolute;
}
.page-content ul:not([class]) li ul,
.page-content ol:not([class]) li ul,
.page-content ul.wp-block-list li ul,
.page-content ol.wp-block-list li ul,
.page-content ul:not([class]) li ol,
.page-content ol:not([class]) li ol,
.page-content ul.wp-block-list li ol,
.page-content ol.wp-block-list li ol {
  margin: 0.5em 0 !important;
}
.page-content ul:not([class]) li::before,
.page-content ul.wp-block-list li::before {
  content: '\2022';
  left: 0.4em;
  text-align: center;
  color: #285a6a;
}
.page-content ol:not([class]),
.page-content ol.wp-block-list {
  counter-reset: num;
}
.page-content ol:not([class]) li::before,
.page-content ol.wp-block-list li::before {
  content: '' counter(num) '.';
  counter-increment: num;
  left: 0;
  width: 2.4rem;
  color: #285a6a;
  text-align: center;
}
.page-content .wp-block-columns,
.page-content .wp-block-image,
.page-content .wp-block-gallery,
.page-content .wp-block-media-text,
.page-content .wp-block-embed,
.page-content [class|="embed"],
.page-content iframe {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-content .wp-block-columns a,
.page-content .wp-block-image a,
.page-content .wp-block-gallery a,
.page-content .wp-block-media-text a,
.page-content .wp-block-embed a,
.page-content [class|="embed"] a,
.page-content iframe a {
  border: 0;
}
.page-content .wp-block-table {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-content .wp-block-table.-fixed table {
  table-layout: fixed;
}
.page-content .wp-block-table.-scroll {
  min-width: 100%;
}
.page-content .wp-block-table table {
  width: 100%;
}
.page-content .wp-block-table thead,
.page-content .wp-block-table th,
.page-content .wp-block-table td {
  border: 0;
  text-align: left;
}
.page-content .wp-block-table thead {
  background-color: rgba(57,57,57,0.08);
}
.page-content .wp-block-table th,
.page-content .wp-block-table td {
  border-bottom: 1px solid #767676;
}
.page-content .wp-block-separator,
.page-content hr {
  height: 1px;
  border: 0;
  background-color: #d8d8d8;
}
.page-content iframe {
  width: 100%;
}
.page-content img:not(.square) {
  border-radius: 0.2rem;
  margin-bottom: _margin;
}
.page-content figure figcaption {
  margin-top: 1em;
  font-size: 1.2rem;
}
.page-content *:first-child {
  margin-top: 0;
}
.page-content *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 47.999em) {
  .page-content .wp-block-table.-scroll {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 0.6rem;
  }
  .page-content .wp-block-table.-scroll::-webkit-scrollbar {
    height: 0.4rem;
  }
  .page-content .wp-block-table.-scroll::-webkit-scrollbar-track {
    background-color: #d8d8d8;
  }
  .page-content .wp-block-table.-scroll::-webkit-scrollbar-thumb {
    background-color: #e49e47;
  }
  .page-content .wp-block-table.-scroll table {
    width: auto;
  }
  .page-content .wp-block-table th,
  .page-content .wp-block-table td {
    padding: 0.8rem 1.6rem 0.8rem 0;
  }
  .page-content hr {
    margin: 2.4rem auto;
  }
}
@media screen and (min-width: 48em) {
  .page-content a:hover,
  .page-content a:active {
    color: #4897c9;
  }
  .page-content .wp-block-table th,
  .page-content .wp-block-table td {
    padding: 1.2rem 1.6rem 1.2rem 0;
  }
  .page-content hr {
    margin: 3.2rem auto;
  }
}
.h-page,
.h-section,
.h-post,
.h-large,
.h-medium,
.h-small,
.txt-lead {
  font-weight: bolder;
}
.h-page,
.h-section {
  position: relative;
  line-height: 1.2;
}
.h-page__subhead,
.h-section__subhead {
  display: block;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  font-family: 'Barlow', sans-serif;
  color: #e49e47;
  line-height: 1;
  text-transform: uppercase;
}
.h-post {
  line-height: 1.2;
}
.h-large {
  color: #285a6a;
  line-height: 1.2;
}
.h-large.-aside {
  color: #393939;
}
.h-small:not(:first-child) {
  margin-top: 1.6rem;
}
[class^="h-"]:first-child,
[class*=" h-"]:first-child,
[class^="txt-"]:first-child,
[class*=" txt-"]:first-child {
  margin-top: 0;
}
[class^="h-"].-en,
[class*=" h-"].-en,
[class^="txt-"].-en,
[class*=" txt-"].-en {
  font-family: 'Barlow', sans-serif;
}
[class^="h-"].-aside,
[class*=" h-"].-aside,
[class^="txt-"].-aside,
[class*=" txt-"].-aside,
[class^="h-"].-post,
[class*=" h-"].-post,
[class^="txt-"].-post,
[class*=" txt-"].-post {
  color: #393939;
}
.txt-accent {
  color: #285a6a;
}
.txt-marker {
  font-family: _fontBold;
  background-image: linear-gradient(transparent 62.5%,#fffb26 62.5%);
}
.txt-bold {
  font-family: _fontBold;
}
.txt-lead {
  line-height: 2;
}
.txt-small {
  font-size: 1.4rem;
}
.txt-note,
.txt-notes > li {
  padding-left: 1.05em;
  font-size: 1.4rem;
  line-height: 1.38;
}
.txt-note::before,
.txt-notes > li::before {
  display: inline-block;
  content: '\203B';
  width: 1.05em;
  margin-left: -1.05em;
}
.txt-notes > li:nth-child(n+2) {
  margin-top: 0.4rem;
}
strong.emphasized-text {
  font-style: normal;
  font-size: 1.25em;
  color: #ffa500;
  line-height: 1;
  padding-bottom: 0.2rem;
  background-image: linear-gradient(transparent 70%,#f8e71c 30%);
}
em.emphasized-text {
  color: #409247;
}
@media screen and (max-width: 47.999em) {
  .h-page,
  .h-section {
    margin-bottom: 2rem;
  }
  .h-page:not(:first-child),
  .h-section:not(:first-child) {
    margin-top: 4.8rem;
  }
  .h-page {
    font-size: 2.4rem;
  }
  .h-post,
  .h-section {
    font-size: 2.2rem;
  }
  .h-large {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .h-large:not(:first-child) {
    margin-top: 3.2rem;
  }
  .h-medium {
    margin-bottom: 1.2rem;
    font-size: 1.7rem;
  }
  .h-medium:not(:first-child) {
    margin-top: 2.4rem;
  }
  .txt-note {
    font-size: 1.2rem;
  }
  .txt-lead {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 48em) {
  .h-page,
  .h-section {
    margin-bottom: 4rem;
  }
  .h-page:not(:first-child),
  .h-section:not(:first-child) {
    margin-top: 8rem;
  }
  .h-page {
    font-size: 3rem;
  }
  .h-section {
    font-size: 2.4rem;
  }
  .h-post {
    font-size: 2.8rem;
  }
  .h-large {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
  }
  .h-large:not(:first-child) {
    margin-top: 5.6rem;
  }
  .h-medium {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .h-medium:not(:first-child) {
    margin-top: 3.2rem;
  }
  .txt-note {
    font-size: 1.4rem;
  }
  .txt-lead {
    font-size: 1.8rem;
  }
}
/* other */
.list-disc li {
  padding-left: 2.4rem;
}
.list-disc li:not(:first-child) {
  margin-top: 0.25em;
}
.list-disc li::before {
  content: '';
  display: inline-block;
  margin-left: -1.6rem;
  margin-right: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateY(-25%);
  border-radius: 50%;
  text-align: center;
  background-image: linear-gradient(180deg,rgba(232,87,133,0.5) 0%,#e85785 100%);
}
.list-disc.-large,
.list-disc.-strong {
  font-family: _fontBold;
}
.list-disc.-large li {
  padding-left: 2.8rem;
}
.list-disc.-large li:not(:first-child) {
  margin-top: 0.5em;
}
.list-disc.-large li::before {
  margin-left: -2rem;
  margin-right: 1.2rem;
}
.list-disc.-small {
  font-size: 1.4rem;
}
.list-disc.-small li {
  padding-left: 2rem;
}
.list-disc.-small li:not(:first-child) {
  margin-top: 0.1em;
}
.list-disc.-small li::before {
  margin-left: -1.2rem;
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 47.999em) {
  .list-disc.-large {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 48em) {
  .list-disc.-large {
    font-size: 1.8rem;
  }
}
.box {
  border-radius: 0.2rem;
  background-color: #fff7ef;
}
@media screen and (max-width: 47.999em) {
  .box {
    padding: 2.4rem 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .box {
    padding: 4rem;
  }
}
.link-bullet,
.link-button {
  display: flex;
  align-items: center;
  font-weight: bolder;
  padding-left: 1em;
}
.link-bullet.-back::before,
.link-button.-back::before,
.link-bullet::after,
.link-button::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.8rem;
  background: center center no-repeat;
  background-size: contain;
}
.link-bullet {
  line-height: 1;
  color: #393939 !important;
  text-decoration: none !important;
}
.link-bullet::after {
  background-image: url("../img/icon-angle-arrow.svg");
}
.link-bullet.-center {
  justify-content: center;
}
.link-button {
  justify-content: center;
  position: relative;
  max-width: 28rem;
  background-color: #f7e8bf;
  color: #393939;
  text-align: center;
}
.link-button > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link-button::after {
  background-image: url("../img/icon-angle-arrow.svg");
}
.link-button.-jato {
  background-color: #00699f;
  font-size: 2rem;
  color: #fff;
}
.link-button.-jato::after {
  width: 1.6rem;
  margin-left: 1.2rem;
  background-image: url("../img/icon-angle-arrow-white.svg");
}
.link-button.-back {
  padding-left: 0;
}
.link-button.-back::before {
  margin-right: 0.8rem;
  margin-left: 0;
  background-image: url("../img/icon-angle-arrow.svg");
  transform: rotate(180deg);
}
.link-button.-back::after {
  display: none;
}
.link-button.-upcoming,
.link-button.-past {
  max-width: 14.8rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 3.4rem;
}
.link-button.-upcoming::after,
.link-button.-past::after {
  background-image: url("../img/icon-angle-arrow-white.svg");
}
.link-button.-upcoming {
  background-color: #285a6a;
}
.link-button.-past {
  background-color: #94938f;
}
@media screen and (max-width: 47.999em) {
  .link-button {
    border-radius: 4rem;
    line-height: 4rem;
  }
  .link-button.-upcoming,
  .link-button.-past {
    margin: auto;
  }
}
@media screen and (min-width: 48em) {
  .link-bullet:hover,
  .link-bullet:active {
    color: #e49e47 !important;
    text-decoration: underline !important;
  }
  .link-button {
    border-radius: 4.6rem;
    line-height: 4.6rem;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .link-button:hover {
    opacity: 0.8;
  }
}
.table > dt {
  font-weight: bolder;
}
@media screen and (max-width: 47.999em) {
  .table > dt {
    padding-top: 1.2rem;
  }
  .table > dd {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #285a6a;
  }
}
@media screen and (min-width: 48em) {
  .table {
    display: flex;
    flex-wrap: wrap;
  }
  .table > dt,
  .table > dd {
    padding: 1.2rem 0;
    border-bottom: 1px solid #285a6a;
  }
  .table > dt {
    width: 20rem;
  }
  .table > dd {
    width: calc(100% - 20rem);
  }
}
.anchor-link {
  display: block;
}
@media screen and (max-width: 47.999em) {
  .anchor-link {
    padding-top: 4.800000000000001rem;
    margin-top: -4.800000000000001rem;
  }
}
@media screen and (min-width: 48em) {
  .anchor-link {
    padding-top: 4.8rem;
    margin-top: -4.8rem;
  }
}
.toggle-heading {
  position: relative;
  margin-top: 0.2rem;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 0.4rem;
  line-height: 1.5;
  cursor: pointer;
}
.toggle-heading__number,
.toggle-heading__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-heading__number {
  display: block;
  border-radius: 50%;
  background-color: #285a6a;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  text-align: center;
}
.toggle-heading__icon {
  position: absolute;
  padding-left: 2.4rem;
  font-size: 1.2rem;
}
.toggle-heading__icon::before,
.toggle-heading__icon::after {
  content: '';
  display: block;
  position: absolute;
}
.toggle-heading__icon::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.5H13.5V8.5H4.5V9.5ZM9.00335 18C7.7588 18 6.58872 17.7638 5.4931 17.2915C4.39748 16.8192 3.44444 16.1782 2.63397 15.3685C1.82352 14.5588 1.18192 13.6066 0.70915 12.512C0.236383 11.4174 0 10.2479 0 9.00335C0 7.7588 0.236158 6.58872 0.708475 5.4931C1.18081 4.39748 1.82183 3.44444 2.63153 2.63398C3.44123 1.82353 4.39337 1.18192 5.48795 0.709151C6.58255 0.236384 7.75212 0 8.99665 0C10.2412 0 11.4113 0.236158 12.5069 0.708475C13.6025 1.18081 14.5556 1.82182 15.366 2.63152C16.1765 3.44122 16.8181 4.39337 17.2908 5.48795C17.7636 6.58255 18 7.75212 18 8.99665C18 10.2412 17.7638 11.4113 17.2915 12.5069C16.8192 13.6025 16.1782 14.5556 15.3685 15.366C14.5588 16.1765 13.6066 16.8181 12.512 17.2909C11.4174 17.7636 10.2479 18 9.00335 18ZM9 17C11.2333 17 13.125 16.225 14.675 14.675C16.225 13.125 17 11.2333 17 9C17 6.76667 16.225 4.875 14.675 3.325C13.125 1.775 11.2333 1 9 1C6.76667 1 4.875 1.775 3.325 3.325C1.775 4.875 1 6.76667 1 9C1 11.2333 1.775 13.125 3.325 14.675C4.875 16.225 6.76667 17 9 17Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A") left center no-repeat;
}
.toggle-heading__icon::after {
  top: 50%;
  left: 4px;
  transform: rotate(90deg);
  width: 10px;
  height: 1px;
  background-color: #393939;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.toggle-heading.-open {
  border-bottom: none;
  border-radius: 0.4rem 0.4rem 0 0;
}
.toggle-heading.-open .toggle-heading__icon::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 47.999em) {
  .toggle-heading {
    padding: 1.2rem 5.6rem 1.2rem 4rem;
  }
  .toggle-heading__number {
    left: 0.8rem;
  }
  .toggle-heading__number {
    font-size: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
  }
  .toggle-heading__icon {
    right: 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .toggle-heading {
    padding: 1.6rem 6.4rem;
    font-size: 2rem;
  }
  .toggle-heading:hover {
    background-color: rgba(40,90,106,0.1);
  }
  .toggle-heading__number {
    left: 1.6rem;
  }
  .toggle-heading__number {
    font-size: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }
  .toggle-heading__icon {
    right: 1.6rem;
  }
}
.toggle-content {
  position: relative;
  transition: all 0.25s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-top: none;
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.toggle-content.-open {
  transition: all 0.25s;
  opacity: 1;
}
@media screen and (max-width: 47.999em) {
  .toggle-content {
    padding-left: 4rem;
    padding-right: 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .toggle-content {
    padding-left: 6.4rem;
    padding-right: 1.6rem;
  }
}
.card-event {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.card-event:not(.-upcoming) {
  background-color: #efede5;
}
.card-event.-upcoming {
  color: #285a6a;
}
.card-event.-upcoming:nth-of-type(odd) {
  background-color: #e9eeef;
}
.card-event.-upcoming:nth-of-type(even) {
  background-color: #fff7ee;
}
.card-event + .card-event {
  margin-top: 0.8rem;
}
.card-event > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-event__image {
  height: 13.8rem;
}
.card-event__image > img {
  border-radius: 0.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-event__text-date {
  font-family: 'Barlow', sans-serif;
  line-height: 2.2rem;
}
.card-event__text-date > span {
  margin-right: 1.6rem;
  padding: 0.5rem 0.6rem;
  background-color: #fff;
  border-radius: 0.2rem;
  font-weight: 600;
  font-size: 1.2rem;
}
.card-event__text-title {
  font-weight: 600;
  line-height: 1.33;
}
.card-event__text-desc {
  font-size: 1.4rem;
  line-height: 1.71;
}
.card-event__text-title,
.card-event__text-desc {
  margin: 1.2rem 0;
}
@media screen and (max-width: 47.999em) {
  .card-event {
    padding: 1.2rem;
  }
  .card-event__text {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 48em) {
  .card-event {
    padding: 1.6rem;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card-event:hover {
    opacity: 0.8;
  }
  .card-event__text {
    margin-top: 2.4rem;
  }
  .card-event__text-title {
    font-size: 1.8rem;
  }
  .card-event.-upcoming {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
    padding: 4rem;
  }
  .card-event.-upcoming .card-event__image {
    width: 36rem;
    height: auto;
    min-height: 18rem;
  }
  .card-event.-upcoming .card-event__text {
    margin-top: 0;
    width: calc(100% - 36rem);
  }
  .card-event.-upcoming .card-event__text-title {
    font-size: 2.1rem;
  }
}
.card-article {
  position: relative;
}
.card-article > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-article__image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 61.25%;
}
.card-article__image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-article__image-icon {
  display: flex;
  gap: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.card-article__image-icon > .new,
.card-article__image-icon > .cat,
.card-article__image-icon > .date {
  display: inline-block;
  padding: 0 0.8rem;
  line-height: 2rem;
}
.card-article__image-icon > .new,
.card-article__image-icon > .cat {
  border-radius: 0 0.2rem 0 0;
  font-weight: bolder;
  font-size: 1.2rem;
  color: #fff;
}
.card-article__image-icon > .new {
  background-color: #ff9500;
  text-transform: uppercase;
}
.card-article__image-icon > .cat {
  background-color: #285a6a;
}
.card-article__image-icon > .date {
  margin-left: auto;
  background-color: #fff;
  border-radius: 0.2rem 0 0 0;
  font-family: 'Barlow', sans-serif;
  font-size: 1.3rem;
  color: #767676;
}
.card-article__text {
  margin-top: 1.2rem;
}
.card-article__text-title {
  font-weight: bolder;
  line-height: 1.5;
}
.card-article__text-tags {
  margin-top: 0.8rem;
}
.card-article.-aside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.card-article.-aside .card-article__image-icon > .cat {
  font-size: 1rem;
  line-height: 1.8rem;
}
.card-article.-aside .card-article__image-icon > .date {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.card-article.-aside .card-article__text {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .card-article {
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card-article:hover {
    opacity: 0.7;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.card-profile {
  display: flex;
  gap: 2.4rem;
  border-radius: 0.2rem;
  background-color: #fff7ee;
  line-height: 1.5;
}
.card-profile__portrait {
  width: 12rem;
}
.card-profile__text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 14.4rem);
}
.card-profile__text-title {
  flex-grow: 2;
  margin-top: 0.4rem;
}
.card-profile__text-button {
  align-self: flex-start;
  margin-top: 1.2rem;
}
.card-profile-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40,90,106,0.7);
  line-height: 1.5;
  z-index: 999;
}
.card-profile-modal.-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.card-profile-modal__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.4rem;
  width: 80%;
  max-width: 72rem;
  max-height: 90vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card-profile-modal__content::-webkit-scrollbar {
  display: none;
}
.card-profile-modal__content-title {
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
}
.card-profile-modal__content-button {
  position: relative;
  align-self: flex-end;
  margin-top: 2rem;
  padding-left: 3.2rem !important;
  text-align: right;
}
.card-profile-modal__content-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.8rem;
  display: inline-block;
  width: 18px;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4 13.3077L9 9.7077L12.6 13.3077L13.3077 12.6L9.7077 9L13.3077 5.4L12.6 4.6923L9 8.2923L5.4 4.6923L4.6923 5.4L8.2923 9L4.6923 12.6L5.4 13.3077ZM9.00335 18C7.7588 18 6.58872 17.7638 5.4931 17.2915C4.39748 16.8192 3.44444 16.1782 2.63397 15.3685C1.82352 14.5588 1.18192 13.6066 0.70915 12.512C0.236383 11.4174 0 10.2479 0 9.00335C0 7.7588 0.236158 6.58872 0.708475 5.4931C1.18081 4.39748 1.82183 3.44444 2.63153 2.63398C3.44123 1.82353 4.39337 1.18192 5.48795 0.709151C6.58255 0.236384 7.75212 0 8.99665 0C10.2412 0 11.4113 0.236158 12.5069 0.708475C13.6025 1.18081 14.5556 1.82182 15.366 2.63152C16.1765 3.44122 16.8181 4.39337 17.2908 5.48795C17.7636 6.58255 18 7.75212 18 8.99665C18 10.2412 17.7638 11.4113 17.2915 12.5069C16.8192 13.6025 16.1782 14.5556 15.3685 15.366C14.5588 16.1765 13.6066 16.8181 12.512 17.2909C11.4174 17.7636 10.2479 18 9.00335 18ZM9 17C11.2333 17 13.125 16.225 14.675 14.675C16.225 13.125 17 11.2333 17 9C17 6.76667 16.225 4.875 14.675 3.325C13.125 1.775 11.2333 1 9 1C6.76667 1 4.875 1.775 3.325 3.325C1.775 4.875 1 6.76667 1 9C1 11.2333 1.775 13.125 3.325 14.675C4.875 16.225 6.76667 17 9 17Z' fill='%231C1B1F'/%3E%3C/svg%3E%0A") left center no-repeat;
}
.card-profile__text-name,
.card-profile-modal__content-name,
.card-profile__text-title,
.card-profile-modal__content-title {
  font-weight: bolder;
}
.card-profile__text-title,
.card-profile-modal__content-title,
.card-profile__text-button,
.card-profile-modal__content-button {
  font-size: 1.2rem;
}
.card-profile__text-button,
.card-profile-modal__content-button {
  display: inline-block;
  border: 1px solid #111;
  border-radius: 0.2rem;
  padding: 0 0.8rem;
  line-height: 2.4rem;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 47.999em) {
  .card-profile {
    padding: 0.8rem;
  }
  .card-profile-modal__content {
    padding: 1.6rem;
  }
  .card-profile-modal__content-name {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 48em) {
  .card-profile {
    padding: 2.4rem;
  }
  .card-profile-modal__content {
    padding: 4rem;
  }
  .card-profile-modal__content-name {
    font-size: 1.8rem;
  }
  .card-profile,
  .card-profile-modal__content-button {
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .card-profile:hover,
  .card-profile-modal__content-button:hover {
    opacity: 0.8;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.banner {
  position: relative;
  border: 1px solid #00699f;
  border-radius: 0.4rem;
  background-color: #fff;
  background-repeat: no-repeat;
  color: #00699f;
}
.banner > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner__text-subhead {
  margin-bottom: 1.6rem;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.banner__text-copy {
  margin-top: 1.6rem;
  border-top: 1px solid #00699f;
  padding-top: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.banner__fig {
  width: 16.4rem;
}
.banner__link {
  width: 24rem;
}
@media screen and (max-width: 47.999em) {
  .banner {
    padding: 2.4rem;
    background-position: right 25% bottom 25%;
    background-size: 150%;
  }
  .banner__text-logo {
    max-width: 32rem;
  }
  .banner__fig {
    margin: 2.4rem auto;
  }
  .banner__link {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 8rem;
    background-position: right top 25%;
    background-size: 75%;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .banner:hover {
    opacity: 0.7;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .banner__text {
    width: 44.8rem;
  }
  .banner__text-logo {
    width: 36.8rem;
  }
}
.share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  line-height: 1;
}
.share .twitter-share-button,
.share .fb-share-button {
  margin: 0 !important;
}
/*
 * local
 */
/* home */
.home-hero {
  position: relative;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
}
.home-hero__slide {
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home-hero__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-hero__nav {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
}
.home-hero-copy {
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 0 0.4rem rgba(0,0,0,0.2);
}
.home-hero-copy__main {
  font-weight: 700;
  line-height: 1.33;
}
.home-hero-copy__sub {
  margin-top: 2.4rem;
  font-family: 'Barlow', sans-serif;
  line-height: 1.52;
}
.home-hero-dots {
  justify-content: flex-start !important;
  padding: 0 !important;
  font-size: 0 !important;
}
.home-hero-dots > li > button {
  margin: 0 0.2rem !important;
  border-radius: 0.4rem;
  opacity: 0.5 !important;
}
.home-hero-dots > li > button.is-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (max-width: 47.999em) {
  .home-hero {
    height: 100vw;
    max-height: calc(100vh - 7.2rem);
  }
  .home-hero__content,
  .home-hero__nav {
    width: 87.2%;
  }
  .home-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 3.2rem);
  }
  .home-hero__nav {
    bottom: 1.2rem !important;
  }
  .home-hero-copy__main {
    font-size: 2rem;
  }
  .home-hero-copy__main > em {
    font-size: 2.8rem;
  }
  .home-hero-copy__sub {
    font-size: 1.3rem;
  }
  .home-hero-dots > li > button {
    width: 2.4rem;
    height: 0.4rem;
  }
}
@media screen and (min-width: 48em) {
  .home-hero {
    height: 51.74vw;
    min-height: 68rem;
    margin-bottom: -12.2rem;
  }
  .home-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24rem;
    z-index: 1;
    background-image: linear-gradient(180deg,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
  }
  .home-hero__content,
  .home-hero__nav {
    width: 92.19%;
    max-width: 120rem;
  }
  .home-hero__content {
    padding-bottom: 10.75rem;
  }
  .home-hero__nav {
    bottom: 14.6rem !important;
  }
  .home-hero-copy__main {
    font-size: 4rem;
  }
  .home-hero-copy__main > em {
    font-size: 5.6rem;
  }
  .home-hero-copy__sub {
    font-size: 2.1rem;
  }
  .home-hero-dots > li > button {
    width: 6.4rem;
    height: 0.4rem;
  }
}
.home-about.-intro,
.home-about.-feature,
.home-about.-info {
  position: relative;
  z-index: 1;
}
.home-about.-intro::after,
.home-about.-feature::after,
.home-about.-info::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-about.-intro,
.home-about.-feature {
  color: #fff;
}
.home-about.-intro::after,
.home-about.-feature::after {
  background-color: rgba(0,87,166,0.8);
}
.home-about.-info::after {
  background-color: rgba(255,255,255,0.8);
}
.home-about.-intro {
  background: url("../img/bg-box01.jpg") no-repeat center center;
  background-size: cover;
}
.home-about.-feature {
  background: url("../img/bg-box02.jpg") no-repeat center center;
  background-size: cover;
}
.home-about.-info {
  background: url("../img/bg-box03.jpg") no-repeat center center;
  background-size: cover;
}
.home-about.-academy {
  background-color: #f5fbfe;
}
.home-about__heading {
  font-weight: bolder;
  color: #0057a6;
  line-height: 1.25;
}
@media screen and (max-width: 47.999em) {
  .home-about {
    padding: 0 6.4%;
  }
  .home-about.-intro,
  .home-about.-feature,
  .home-about.-info {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .home-about.-academy {
    margin-top: -2.4rem;
    margin-left: -7.34%;
    margin-right: -7.34%;
    padding-bottom: 2.4rem;
  }
  .home-about__heading {
    margin-bottom: 1.6rem;
    padding: 0.4rem 0.8rem;
    background-color: #fff;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .home-about {
    z-index: 1;
    margin: auto;
    width: 92.19%;
    max-width: 124.8rem;
  }
  .home-about.-intro,
  .home-about.-feature {
    display: grid;
    place-content: center;
    padding: 8rem 0;
  }
  .home-about.-academy {
    margin-top: -6.4rem;
    padding-bottom: 6.4rem;
  }
  .home-about.-info {
    padding: 4.8rem 6.4rem;
  }
  .home-about__heading {
    max-width: 96rem;
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  .home-about__heading > span {
    display: inline-block;
    background-color: #fff;
    padding: 0.8rem 1.6rem;
  }
  .home-about__inner {
    width: 88rem;
  }
}
.home-about-academy {
  font-weight: bolder;
  text-align: center;
}
.home-about-academy__image {
  position: relative;
  z-index: 1;
  width: 86.4rem;
}
.home-about-academy__org {
  position: relative;
  margin-top: 0.8rem;
  font-weight: bolder;
  font-size: 1.8rem;
}
.home-about-academy__org::after {
  content: '';
  position: absolute;
  left: calc(50% - 0.6rem);
  bottom: -50%;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 1.2rem solid #0057a6;
}
.home-about-academy__slogan {
  color: #0057a6;
}
@media screen and (max-width: 47.999em) {
  .home-about-academy__slogan {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 48em) {
  .home-about-academy__org {
    font-size: 1.8rem;
  }
  .home-about-academy__slogan {
    margin-top: 1.6rem !important;
    font-size: 3rem;
  }
}
.home-about-feature {
  font-weight: bolder;
  letter-spacing: 0;
  counter-reset: num;
}
.home-about-feature li {
  position: relative;
  padding-left: 3.2rem;
}
.home-about-feature li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 47.999em) {
  .home-about-feature {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .home-about-feature li:nth-child(n+2) {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 48em) {
  .home-about-feature {
    font-size: 2.1rem;
  }
  .home-about-feature li:nth-child(n+2) {
    margin-top: 0.25em;
  }
}
.home-about-info-col {
  display: grid;
  gap: 0.4rem;
}
@media screen and (min-width: 48em) {
  .home-about-info-col {
    grid-template-columns: 75% auto;
  }
}
.home-about-info {
  display: grid;
  gap: 0.4rem;
}
.home-about-info > dt,
.home-about-info > dd {
  background-color: #fff;
}
.home-about-info > dt {
  display: grid;
  align-items: center;
  font-weight: bolder;
  font-size: 1.8rem;
}
.home-about-info > dd {
  padding: 1.6rem;
}
.home-about-info.-flow > dt {
  color: #0057a6;
  text-align: center;
}
.home-about-info.-flow b {
  color: #0057a6;
}
@media screen and (max-width: 47.999em) {
  .home-about-info > dt {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .home-about-info {
    grid-template-columns: 49.76% auto;
  }
  .home-about-info > dt {
    padding: 1.6rem 2.4rem;
  }
  .home-about-info.-flow {
    grid-template-columns: 41.8rem auto;
  }
  .home-about-info.-flow > dt {
    grid-row-start: span 4;
    font-size: 2.1rem;
  }
}
.home-about-link {
  display: grid;
  gap: 0.4rem;
}
.home-about-link__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0057a6;
  font-weight: bolder;
  color: #fff;
  line-height: 1;
}
.home-about-link__item::after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19'%3E%3Cpath d='M2.006 18.683.942 17.619l8.245-8.244L.942 1.131 2.006.067l9.308 9.308-9.308 9.308Z' fill='%23fff'/%3E%3C/svg%3E");
}
.home-about-link__item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 47.999em) {
  .home-about-link {
    grid-template-columns: 1fr 1fr;
  }
  .home-about-link__item {
    padding: 1.6rem 1.2rem;
  }
  .home-about-link__item::after {
    width: 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .home-about-link__item {
    padding: 2.4rem;
    font-size: 2.1rem;
  }
  .home-about-link__item::after {
    width: 1rem;
  }
}
@media screen and (min-width: 80em) {
  .home-about-link__item {
    padding: 4rem;
  }
}
@media not all and (hover: none) and (pointer: coarse) {
  .home-about-link__item {
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .home-about-link__item:hover,
  .home-about-link__item:active {
    opacity: 0.8;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (max-width: 47.999em) {
  .fb-page span,
  .fb-page span iframe {
    width: 100% !important;
  }
}
/* 險倅ｺ� */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: -1.2rem;
}
.article-tags a,
.article-tags a:link,
.article-tags a:visited {
  display: inline-block;
  color: #393939;
  text-decoration: none;
}
.article-tags > li {
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}
.article-tags > li a::before {
  content: '';
  display: inline-block;
  margin-right: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87814 5.17228L4.837 0.118639C4.75784 0.0394809 4.65368 -0.00634766 4.54119 -0.00634766H0.416623C0.18748 -0.00634766 0 0.176967 0 0.410276V4.53485C0 4.64317 0.0458285 4.74732 0.124987 4.83065L5.16613 9.88429C5.32861 10.0468 5.59108 10.0468 5.75357 9.88429L9.87814 5.75972C10.0406 5.59307 10.0406 5.3306 9.87814 5.16811V5.17228ZM3.5413 3.53495C3.05385 4.01823 2.26226 4.01823 1.77482 3.53495C1.28737 3.0475 1.28737 2.25175 1.77482 1.76847C2.26226 1.28102 3.05385 1.28102 3.5413 1.76847C4.02875 2.25175 4.02875 3.0475 3.5413 3.53495Z' fill='%23E49E47'/%3E%3C/svg%3E%0A");
  background-size: 1rem;
}
.article-tags > li.-current > a {
  color: #e49e47;
  text-decoration: underline;
}
.article-tags:not(.-aside) {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.article-tags:not(.-aside) > li {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .article-tags a:hover,
  .article-tags a:active {
    color: #e49e47;
    text-decoration: underline;
  }
}
.article-cats {
  display: flex;
  flex-wrap: wrap;
  font-weight: bolder;
  line-height: 2;
}
.article-cats a,
.article-cats a:link,
.article-cats a:visited {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #285a6a;
}
.article-cats > li.-current > a {
  background-color: #082d39;
}
.article-cats.-post {
  font-size: 1.4rem;
}
@media screen and (max-width: 47.999em) {
  .article-cats {
    font-size: 1.4rem;
    margin: -0.2rem;
  }
  .article-cats a {
    padding: 0 1.2rem;
    border-radius: 2.4rem;
  }
  .article-cats > li {
    margin: 0.2rem;
  }
}
@media screen and (min-width: 48em) {
  .article-cats {
    margin: -0.4rem;
  }
  .article-cats a {
    padding: 0 1.6rem;
    border-radius: 3.2rem;
  }
  .article-cats a:hover,
  .article-cats a:active {
    background-color: #082d39;
  }
  .article-cats > li {
    margin: 0.4rem;
  }
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.article-meta__date {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  color: #767676;
}
.article-meta__event-date {
  font-size: 1.2rem;
  color: #e49e47;
  font-weight: bolder;
  line-height: 1;
}
.article-meta__event-date > span {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.article-meta__tag {
  margin-top: 1.6rem;
  width: 100%;
}
.archive-dropdown select {
  cursor: pointer;
  text-overflow: ellipsis;
  border: 1px solid #d8d8d8;
  border-radius: 0.4rem;
  outline: none;
  background: transparent;
  background: #fff url("../img/icon-selectbox.svg") right 1.6rem center no-repeat;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  font-weight: 600;
  color: #285a6a;
}
/* 隰帛ｺｧ */
.course-flow {
  display: grid;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
  border-radius: 0.2rem;
  background: url("../img/bg-box01.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-weight: bolder;
}
.course-flow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.2rem;
  background-color: rgba(0,87,166,0.8);
}
@media screen and (max-width: 47.999em) {
  .course-flow {
    grid-template-columns: 9.6rem auto;
    padding: 2.4rem 1.6rem;
  }
}
@media screen and (min-width: 48em) {
  .course-flow {
    grid-template-columns: 12rem auto;
    padding: 4rem;
  }
}
.course-info {
  width: 100%;
  border-bottom: 1px solid #767676;
  line-height: 1.5;
}
.course-info > dt {
  font-weight: bolder;
}
@media screen and (max-width: 47.999em) {
  .course-info {
    padding-bottom: 0.8rem;
  }
  .course-info > dt {
    margin-top: 0.8rem;
    border-top: 1px solid #767676;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .course-info {
    display: grid;
    grid-template-columns: 13.2rem auto;
  }
  .course-info > dt,
  .course-info > dd {
    border-top: 1px solid #767676;
    padding: 0.8rem 0;
  }
  .course-info > dt {
    padding-right: 2.4rem;
  }
}
.lecture-title {
  font-weight: bolder;
  line-height: 1.2;
}
@media screen and (max-width: 47.999em) {
  .lecture-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em) {
  .lecture-title {
    font-size: 1.6rem;
  }
}
.lecture-info {
  font-size: 1.2rem;
}
.lecture-info > dt {
  margin-right: 0.8rem;
}
.lecture-info > dd {
  font-weight: bolder;
}
/* @media screen and (max-width: 47.999em) { */
  .lecture-info {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    padding-top: 0.4rem;
  }
/* }
@media screen and (min-width: 48em) {
  .lecture-info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.8rem;
  }
  .lecture-info > dd {
    margin-right: 1.6rem;
  }
} */
/* 蝠上＞蜷医ｏ縺� */
.form-req {
  margin-left: 0.5rem;
  font-size: 0.9em;
  color: #e50020;
}
.form-list input {
  width: 100%;
  max-width: 100%;
}
.form-list textarea {
  width: 100%;
  min-height: 16rem;
  line-height: 1.5;
}
.form-list input,
.form-list textarea {
  outline: none;
  border-radius: 0.4rem;
  padding: 1.1rem 1.6rem;
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
.form-list input:focus,
.form-list textarea:focus {
  box-shadow: inset 0 0 2px 0 #fff;
}
.form-list input[type="checkbox"] {
  margin-right: 0.4rem;
  vertical-align: middle;
}
.form-list span.error {
  color: #a30c02 !important;
  display: block !important;
  width: auto !important;
}
.form-list ::-webkit-input-placeholder {
  color: #393939;
}
.form-list ::-moz-placeholder {
  color: #393939;
}
.form-list :-ms-input-placeholder {
  color: #393939;
}
.form-list select {
  cursor: pointer;
  text-overflow: ellipsis;
  border: 1px solid #d8d8d8;
  border-radius: 0.4rem;
  outline: none;
  background: transparent;
  background: #fff url("../img/icon-selectbox.svg") right 1.6rem center no-repeat;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.1rem 3.2rem 1.1rem 1.6rem;
}
.form-list .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  margin-bottom: -0.2rem;
  font-size: 1.2rem !important;
  width: auto !important;
}
.form-address > li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.form-address .address-zip-field {
  width: 12rem;
}
.form-address .address-pref-field {
  width: 16rem;
}
.form-address .address-field {
  width: 32rem;
}
.form-back,
.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-back input[type="button"] {
  font-weight: 700;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 1;
  border-bottom: 1px solid #393939;
}
.form-submit {
  display: flex;
  justify-content: center;
  max-width: 24rem;
  position: relative;
}
.form-submit::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(50% - 4em);
  transform: translateY(-50%);
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/icon-angle-arrow-white.svg") center center no-repeat;
  background-size: contain;
}
.form-submit input[type="submit"] {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  max-width: 24rem;
  padding: 0;
  background-color: #285a6a;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.form-submit input[type="submit"]:disabled {
  cursor: not-allowed /* 遖∵ｭ｢繧ｫ繝ｼ繧ｽ繝ｫ */;
  background-color: #d8d8d8;
}
.form-submit .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 47.999em) {
  .form-list select {
    font-size: 1.6rem;
  }
  .form-submit {
    margin-top: 4.8rem;
  }
  .form-submit input[type="submit"] {
    border-radius: 4rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .form-back input[type="button"]:hover {
    opacity: 0.8;
  }
  .form-submit input[type="submit"] {
    border-radius: 5.2rem;
    line-height: 5.2rem;
  }
  .form-submit input[type="submit"]:not(:disabled):hover {
    opacity: 0.8;
  }
}
.form-list {
  line-height: 1;
}
.form-list__label {
  padding-top: 0.8rem;
  font-weight: 700;
  line-height: 1.71;
}
.form-list__field {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 47.999em) {
  .form-list.-comfirm .form-list__label,
  .form-list.-comfirm .form-list__field {
    line-height: 1.71;
  }
}
@media screen and (min-width: 48em) {
  .form-list {
    display: flex;
    flex-wrap: wrap;
  }
  .form-list__label {
    width: 20rem;
    padding-top: 1.6rem;
  }
  .form-list__field {
    padding-top: 0.8rem;
    width: calc(100% - 20rem);
  }
  .form-list.-comfirm .form-list__label,
  .form-list.-comfirm .form-list__field {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    line-height: 1.71;
  }
}
/* 繧ｵ繧､繝医�繝�� */
/* Trumps
--------------------------------------------------- */
/* typo */
._center {
  text-align: center !important;
}
._left {
  text-align: left !important;
}
._right {
  text-align: right !important;
}
._small {
  font-size: 0.8em !important;
}
._large {
  font-size: 1.2em !important;
}
._nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 47.999em) {
  ._center-sp {
    text-align: center !important;
  }
  ._left-sp {
    text-align: left !important;
  }
  ._right-sp {
    text-align: right !important;
  }
  ._small-sp {
    font-size: 0.8em !important;
  }
  ._large-sp {
    font-size: 1.2em !important;
  }
  ._nowrap-sp {
    white-space: nowrap;
  }
}
@media screen and (min-width: 48em) {
  ._center-pc {
    text-align: center !important;
  }
  ._left-pc {
    text-align: left !important;
  }
  ._right-pc {
    text-align: right !important;
  }
  ._small-pc {
    font-size: 0.8em !important;
  }
  ._large-pc {
    font-size: 1.2em !important;
  }
  ._nowrap-pc {
    white-space: nowrap;
  }
}
/* layout */
._pull-rt {
  float: right !important;
}
._pull-lt {
  float: left !important;
}
._p0 {
  padding: 0 !important;
}
._pt0,
._py0 {
  padding-top: 0 !important;
}
._pb0,
._py0 {
  padding-bottom: 0 !important;
}
._mr-auto {
  margin-right: auto !important;
}
._ml-auto {
  margin-left: auto !important;
}
._mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
._m0 {
  margin: 0 !important;
}
._mt0,
._my0 {
  margin-top: 0 !important;
}
._mb0,
._my0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 47.999em) {
  ._p0-sp {
    padding: 0 !important;
  }
  ._pt0-sp,
  ._py0-sp {
    padding-top: 0 !important;
  }
  ._pb0-sp,
  ._py0-sp {
    padding-bottom: 0 !important;
  }
  ._mr-auto-sp {
    margin-right: auto !important;
  }
  ._ml-auto-sp {
    margin-left: auto !important;
  }
  ._mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ._mt4,
  ._my4 {
    margin-top: 0.2rem !important;
  }
  ._mb4,
  ._my4 {
    margin-bottom: 0.2rem !important;
  }
  ._mt8,
  ._my8,
  ._mt4-sp,
  ._my4-sp {
    margin-top: 0.4rem !important;
  }
  ._mb8,
  ._my8,
  ._mb4-sp,
  ._my4-sp {
    margin-bottom: 0.4rem !important;
  }
  ._mt12,
  ._my12 {
    margin-top: 0.6rem !important;
  }
  ._mb12,
  ._my12 {
    margin-bottom: 0.6rem !important;
  }
  ._mt16,
  ._my16,
  ._mt8-sp,
  ._my8-sp {
    margin-top: 0.8rem !important;
  }
  ._mb16,
  ._my16,
  ._mb8-sp,
  ._my8-sp {
    margin-bottom: 0.8rem !important;
  }
  ._mt24,
  ._my24,
  ._mt12-sp,
  ._my12-sp {
    margin-top: 1.2rem !important;
  }
  ._mt20,
  ._my20 {
    margin-top: 1rem !important;
  }
  ._mb20,
  ._my20 {
    margin-bottom: 1rem !important;
  }
  ._mb24,
  ._my24,
  ._mb12-sp,
  ._my12-sp {
    margin-bottom: 1.2rem !important;
  }
  ._mt28,
  ._my28 {
    margin-top: 2.4rem !important;
  }
  ._mb28,
  ._my28 {
    margin-bottom: 2.4rem !important;
  }
  ._mt32,
  ._my32,
  ._mt16-sp,
  ._my16-sp {
    margin-top: 1.6rem !important;
  }
  ._mb32,
  ._my32,
  ._mb16-sp,
  ._my16-sp {
    margin-bottom: 1.6rem !important;
  }
  ._mt40,
  ._my40,
  ._mt20-sp,
  ._my20-sp {
    margin-top: 2rem !important;
  }
  ._mb40,
  ._my40,
  ._mb20-sp,
  ._my20-sp {
    margin-bottom: 2rem !important;
  }
  ._mt48,
  ._my48,
  ._mt24-sp,
  ._my24-sp {
    margin-top: 2.4rem !important;
  }
  ._mb48,
  ._my48,
  ._mb24-sp,
  ._my24-sp {
    margin-bottom: 2.4rem !important;
  }
  ._mt56,
  ._my56,
  ._mt28-sp,
  ._my28-sp {
    margin-top: 2.8rem !important;
  }
  ._mb56,
  ._my56,
  ._mb28-sp,
  ._my28-sp {
    margin-bottom: 2.8rem !important;
  }
  ._mt64,
  ._my64,
  ._mt32-sp,
  ._my32-sp {
    margin-top: 3.2rem !important;
  }
  ._mb64,
  ._my64,
  ._mb32-sp,
  ._my32-sp {
    margin-bottom: 3.2rem !important;
  }
  ._mt72,
  ._my72 {
    margin-top: 3.6rem !important;
  }
  ._mb72,
  ._my72 {
    margin-bottom: 3.6rem !important;
  }
  ._mt80,
  ._my80,
  ._mt40-sp,
  ._my40-sp {
    margin-top: 4rem !important;
  }
  ._mb80,
  ._my80,
  ._mb40-sp,
  ._my40-sp {
    margin-bottom: 4rem !important;
  }
  ._mt96,
  ._my96,
  ._mt48-sp,
  ._my48-sp {
    margin-top: 4.8rem !important;
  }
  ._mb96,
  ._my96,
  ._mb48-sp,
  ._my48-sp {
    margin-bottom: 4.8rem !important;
  }
  ._mt56-sp,
  ._my56-sp {
    margin-top: 5.6rem !important;
  }
  ._mb56-sp,
  ._my56-sp {
    margin-bottom: 5.6rem !important;
  }
  ._mt120,
  ._my120 {
    margin-top: 6rem !important;
  }
  ._mb120,
  ._my120 {
    margin-bottom: 6rem !important;
  }
  ._mt64-sp,
  ._my64-sp {
    margin-top: 6.4rem !important;
  }
  ._mb64-sp,
  ._my64-sp {
    margin-bottom: 6.4rem !important;
  }
  ._mt72-sp,
  ._my72-sp {
    margin-top: 7.2rem !important;
  }
  ._mb72-sp,
  ._my72-sp {
    margin-bottom: 7.2rem !important;
  }
  ._mt160,
  ._my160,
  ._mt80-sp,
  ._my80-sp {
    margin-top: 8rem !important;
  }
  ._mb160,
  ._my160,
  ._mb80-sp,
  ._my80-sp {
    margin-bottom: 8rem !important;
  }
  ._mt96-sp,
  ._my96-sp {
    margin-top: 9.6rem !important;
  }
  ._mb96-sp,
  ._my96-sp {
    margin-bottom: 9.6rem !important;
  }
  ._mt120-sp,
  ._my120-sp {
    margin-top: 12rem !important;
  }
  ._mb120-sp,
  ._my120-sp {
    margin-bottom: 12rem !important;
  }
  ._mt160-sp,
  ._my160-sp {
    margin-top: 16rem !important;
  }
  ._mb160-sp,
  ._my160-sp {
    margin-bottom: 16rem !important;
  }
}
@media screen and (min-width: 48em) {
  ._p0-pc {
    padding: 0 !important;
  }
  ._pt0-pc,
  ._py0-pc {
    padding-top: 0 !important;
  }
  ._pb0-pc,
  ._py0-pc {
    padding-bottom: 0 !important;
  }
  ._mr-auto-pc {
    margin-right: auto !important;
  }
  ._ml-auto-pc {
    margin-left: auto !important;
  }
  ._mx-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  ._mt4,
  ._my4,
  ._mt4-pc,
  ._my4-pc {
    margin-top: 0.4rem !important;
  }
  ._mb4,
  ._my4,
  ._mb4-pc,
  ._my4-pc {
    margin-bottom: 0.4rem !important;
  }
  ._mt8,
  ._my8,
  ._mt8-pc,
  ._my8-pc {
    margin-top: 0.8rem !important;
  }
  ._mb8,
  ._my8,
  ._mb8-pc,
  ._my8-pc {
    margin-bottom: 0.8rem !important;
  }
  ._mt12,
  ._my12,
  ._mt12-pc,
  ._my12-pc {
    margin-top: 1.2rem !important;
  }
  ._mb12,
  ._my12,
  ._mb12-pc,
  ._my12-pc {
    margin-bottom: 1.2rem !important;
  }
  ._mt16,
  ._my16,
  ._mt16-pc,
  ._my16-pc {
    margin-top: 1.6rem !important;
  }
  ._mb16,
  ._my16,
  ._mb16-pc,
  ._my16-pc {
    margin-bottom: 1.6rem !important;
  }
  ._mt20,
  ._my20,
  ._mt20-pc,
  ._my20-pc {
    margin-top: 2rem !important;
  }
  ._mb20,
  ._my20,
  ._mb20-pc,
  ._my20-pc {
    margin-bottom: 2rem !important;
  }
  ._mt24,
  ._my24,
  ._mt24-pc,
  ._my24-pc {
    margin-top: 2.4rem !important;
  }
  ._mb24,
  ._my24,
  ._mb24-pc,
  ._my24-pc {
    margin-bottom: 2.4rem !important;
  }
  ._mt28,
  ._my28,
  ._mt28-pc,
  ._my28-pc {
    margin-top: 2.8rem !important;
  }
  ._mb28,
  ._my28,
  ._mb28-pc,
  ._my28-pc {
    margin-bottom: 2.8rem !important;
  }
  ._mt32,
  ._my32,
  ._mt32-pc,
  ._my32-pc {
    margin-top: 3.2rem !important;
  }
  ._mb32,
  ._my32,
  ._mb32-pc,
  ._my32-pc {
    margin-bottom: 3.2rem !important;
  }
  ._mt40,
  ._my40,
  ._mt40-pc,
  ._my40-pc {
    margin-top: 4rem !important;
  }
  ._mb40,
  ._my40,
  ._mb40-pc,
  ._my40-pc {
    margin-bottom: 4rem !important;
  }
  ._mt48,
  ._my48,
  ._mt48-pc,
  ._my48-pc {
    margin-top: 4.8rem !important;
  }
  ._mb48,
  ._my48,
  ._mb48-pc,
  ._my48-pc {
    margin-bottom: 4.8rem !important;
  }
  ._mt56,
  ._my56,
  ._mt56-pc,
  ._my56-pc {
    margin-top: 5.6rem !important;
  }
  ._mb56,
  ._my56,
  ._mb56-pc,
  ._my56-pc {
    margin-bottom: 5.6rem !important;
  }
  ._mt64,
  ._my64,
  ._mt64-pc,
  ._my64-pc {
    margin-top: 6.4rem !important;
  }
  ._mb64,
  ._my64,
  ._mb64-pc,
  ._my64-pc {
    margin-bottom: 6.4rem !important;
  }
  ._mt72,
  ._my72,
  ._mt72-pc,
  ._my72-pc {
    margin-top: 7.2rem !important;
  }
  ._mb72,
  ._my72,
  ._mb72-pc,
  ._my72-pc {
    margin-bottom: 7.2rem !important;
  }
  ._mt80,
  ._my80,
  ._mt80-pc,
  ._my80-pc {
    margin-top: 8rem !important;
  }
  ._mb80,
  ._my80,
  ._mb80-pc,
  ._my80-pc {
    margin-bottom: 8rem !important;
  }
  ._mt96,
  ._my96,
  ._mt96-pc,
  ._my96-pc {
    margin-top: 9.6rem !important;
  }
  ._mb96,
  ._my96,
  ._mb96-pc,
  ._my96-pc {
    margin-bottom: 9.6rem !important;
  }
  ._mt120,
  ._my120,
  ._mt120-pc,
  ._my120-pc {
    margin-top: 12rem !important;
  }
  ._mb120,
  ._my120,
  ._mb120-pc,
  ._my120-pc {
    margin-bottom: 12rem !important;
  }
  ._mt160,
  ._my160,
  ._mt160-pc,
  ._my160-pc {
    margin-top: 16rem !important;
  }
  ._mb160,
  ._my160,
  ._mb160-pc,
  ._my160-pc {
    margin-bottom: 16rem !important;
  }
}
/* responsive */
@media screen and (max-width: 47.999em) {
  ._hide-sp {
    display: none;
  }
  ._sp {
    display: block;
  }
  ._sp-xs,
  ._pc {
    display: none;
  }
}
@media screen and (max-width: 25.624em) {
  ._sp-xs,
  ._sp {
    display: block;
  }
  ._pc {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  ._hide-pc {
    display: none;
  }
  ._pc {
    display: block;
  }
  ._sp-xs,
  ._sp {
    display: none;
  }
}
/* JS, Plugin
--------------------------------------------------- */
/* wp-pagenav */
.wp-pagenavi {
  font-weight: 700;
  font-size: 1.4rem;
}
.wp-pagenavi > a:link,
.wp-pagenavi > a:visited {
  color: #285a6a;
  background-color: #fff;
  border-radius: 0.2rem;
}
.wp-pagenavi > .page,
.wp-pagenavi > .current,
.wp-pagenavi > .first,
.wp-pagenavi > .last,
.wp-pagenavi > .previouspostslink,
.wp-pagenavi > .nextpostslink {
  display: inline-block;
  text-align: center;
}
.wp-pagenavi > .current {
  color: #fff;
  background-color: #285a6a;
  border-radius: 0.2rem;
}
.wp-pagenavi > .first::before,
.wp-pagenavi > .previouspostslink::before {
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: 0.4rem;
}
.wp-pagenavi > .last::after,
.wp-pagenavi > .nextpostslink::after {
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-size: 0.4rem;
}
.wp-pagenavi > .first::before {
  background: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295044 5.67L2.58504 3.375L0.295044 1.08L1.00004 0.375L4.00004 3.375L1.00004 6.375L0.295044 5.67Z' fill='%23285A6A'/%3E%3C/svg%3E%0A") center center no-repeat;
  transform: scale(-1, 1);
  margin-right: 0.8rem;
}
.wp-pagenavi > .last::after {
  background: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295044 5.67L2.58504 3.375L0.295044 1.08L1.00004 0.375L4.00004 3.375L1.00004 6.375L0.295044 5.67Z' fill='%23285A6A'/%3E%3C/svg%3E%0A") center center no-repeat;
  margin-left: 0.8rem;
}
.wp-pagenavi > .previouspostslink::before {
  background: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295044 5.67L2.58504 3.375L0.295044 1.08L1.00004 0.375L4.00004 3.375L1.00004 6.375L0.295044 5.67Z' fill='%23285A6A'/%3E%3C/svg%3E%0A") center center no-repeat;
  transform: scale(-1, 1);
}
.wp-pagenavi > .nextpostslink::after {
  background: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295044 5.67L2.58504 3.375L0.295044 1.08L1.00004 0.375L4.00004 3.375L1.00004 6.375L0.295044 5.67Z' fill='%23285A6A'/%3E%3C/svg%3E%0A") center center no-repeat;
}
@media screen and (max-width: 47.999em) {
  .wp-pagenavi {
    line-height: 3.2rem;
  }
  .wp-pagenavi > .page,
  .wp-pagenavi > .current,
  .wp-pagenavi > .first,
  .wp-pagenavi > .last,
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    margin: 0 0.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
  }
  .wp-pagenavi > .first,
  .wp-pagenavi > .last {
    padding: 0 0.8rem;
  }
}
@media screen and (min-width: 48em) {
  .wp-pagenavi {
    line-height: 4.8rem;
  }
  .wp-pagenavi > a:hover,
  .wp-pagenavi > a:active {
    color: #fff;
    background-color: #285a6a;
  }
  .wp-pagenavi > .page,
  .wp-pagenavi > .current,
  .wp-pagenavi > .first,
  .wp-pagenavi > .last,
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    margin: 0 0.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
  }
  .wp-pagenavi > .first,
  .wp-pagenavi > .last {
    padding: 0 1.6rem;
  }
  .wp-pagenavi > .first:hover::before,
  .wp-pagenavi > .last:hover::after,
  .wp-pagenavi > .previouspostslink:hover::before,
  .wp-pagenavi > .nextpostslink:hover::after {
    background: url("data:image/svg+xml,%3Csvg width='4' height='7' viewBox='0 0 4 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295044 5.67L2.58504 3.375L0.295044 1.08L1.00004 0.375L4.00004 3.375L1.00004 6.375L0.295044 5.67Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") center center no-repeat;
  }
}
@media screen and (min-width: 48em) {
  .customize-support .frame__header {
    margin-top: 32px;
  }
}