@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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 {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 0.078125vw;
  --h: 0.078125vw;
  --f: 0.078125vw;
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.14vw;
    --h: 0.10vw;
    --f: 0.19vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: calc(var(--f) * 16);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333333;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp, img.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc, img.pc {
    display: none;
  }
  br.sp, img.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.post-password-form {
  padding: 200px 40px 400px;
  text-align: center;
}

.cta {
  padding: calc(var(--h) * 180) 0 0;
}
.cta__container {
  padding: calc(var(--f) * 35.5) 0;
  margin: 0 auto;
  background: #fff;
  border-radius: calc(var(--f) * 15);
}
.cta__head {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 calc(var(--f) * 32);
}
.cta__head .en {
  display: block;
  margin: 0 0 calc(var(--f) * 10);
  color: #fff;
  font-size: calc(var(--f) * 40);
  font-weight: 700;
  text-align: center;
}
.cta__head .ja {
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 24);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .cta__head .en {
    font-size: calc(var(--f) * 36);
  }
  .cta__head .ja {
    font-size: calc(var(--f) * 20);
  }
}
.cta__head .en,
.cta__head .ja {
  color: #333333;
}
.cta__head .en {
  margin-bottom: calc(var(--f) * -4);
}
.cta__text {
  margin: 0 0 calc(var(--f) * 21);
  text-align: center;
}
.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta__button a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  width: calc(var(--f) * 290);
  padding: calc(var(--f) * 8) 0;
  color: #fff;
  text-align: center;
  background: #333333;
  border-radius: calc(var(--f) * 8);
}
.cta__button a:hover {
  opacity: 0.7;
}
.cta__button a::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
@media screen and (min-width: 960.02px) {
  .cta__container {
    width: calc(var(--f) * 700);
  }
}
@media screen and (max-width: 960px) {
  .cta {
    padding: calc(var(--h) * 120) 0 calc(var(--h) * 200);
  }
  .cta__container {
    width: 86vw;
    padding-bottom: calc(var(--f) * 58);
  }
  .cta__head {
    margin-bottom: calc(var(--f) * 16);
  }
}

.footer {
  position: relative;
  overflow: hidden;
  padding: calc(var(--s) * 20) 0 0;
  background: #55bfce;
}
.footer__container {
  position: relative;
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.footer__info {
  padding-bottom: calc(var(--f) * 30);
}
.footer__sitemap__link {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  padding: 0 0 calc(var(--f) * 7);
  color: #fff;
  font-size: calc(var(--f) * 14);
  line-height: 1.5;
  font-weight: 700;
  border-bottom: calc(var(--f) * 1) solid #fff;
}
.footer__sitemap__link:hover {
  opacity: 0.7;
}
.footer__sitemap__link[target=_blank]::after {
  content: "";
  display: block;
  width: 1.14em;
  height: 1.14em;
  background: url(../img/_common/outlink-ico.svg) center/contain no-repeat;
}
.footer__sitemap__sub {
  margin-bottom: calc(var(--f) * 36);
}
.footer__sitemap__sub a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: block;
  padding: 0 0 0 calc(var(--f) * 22.5);
  color: #fff;
  font-size: calc(var(--f) * 14);
  line-height: 2.29;
  white-space: nowrap;
  transition-duration: 300ms;
}
.footer__sitemap__sub a:hover {
  opacity: 0.7;
}
.footer__sitemap__sub a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.14em;
  display: block;
  width: calc(var(--f) * 15);
  height: 1px;
  background: #fff;
}
.footer__sitemap__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: calc(var(--f) * 36);
}
.footer__sitemap__cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--s) * 10);
}
.footer__sitemap__cta a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  background: #fff;
  border-radius: calc(var(--f) * 8);
  transition-duration: 300ms;
}
.footer__sitemap__cta a:hover {
  opacity: 0.7;
}
.footer__sitemap__cta a img {
  display: block;
  width: calc(var(--f) * 40);
}
.footer__university {
  position: relative;
  z-index: 10;
  padding: calc(var(--f) * 22) 0;
}
.footer__university::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #fff;
}
.footer__university__logo a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
}
.footer__university__logo a:hover {
  opacity: 0.7;
}
.footer__university__logo img {
  display: block;
  width: calc(var(--f) * 137);
}
.footer__university__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 calc(var(--f) * 8);
}
.footer__university__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: calc(var(--f) * 10);
}
.footer__university__nav li::after {
  content: "｜";
  margin: 0 0.25em;
}
.footer__university__nav li:last-child::after {
  display: none;
}
.footer__university__copyright {
  font-size: calc(var(--f) * 10);
}
@media screen and (min-width: 960.02px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__logo {
    width: calc(var(--f) * 250);
  }
  .footer__sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 38);
  }
  .footer__sitemap__box {
    min-width: calc(var(--f) * 275);
  }
  .footer__university {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    display: inline-block;
    width: calc(var(--f) * 220);
    margin: 0 0 calc(var(--f) * 40);
  }
  .footer__info {
    padding-bottom: calc(var(--f) * 50);
  }
  .footer__sitemap__link {
    font-size: calc(var(--f) * 18);
  }
  .footer__sitemap__sub a {
    font-size: calc(var(--f) * 18);
  }
  .footer__sitemap__cta a img {
    display: block;
    width: calc(var(--f) * 60);
  }
  .footer__university__logo img {
    width: calc(var(--f) * 190);
    margin: 0 auto calc(var(--f) * 24);
  }
  .footer__university__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(var(--f) * 20);
  }
  .footer__university__nav li {
    font-size: calc(var(--f) * 14);
  }
  .footer__university__copyright {
    display: block;
    font-size: calc(var(--f) * 11);
    text-align: center;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--s) * 5);
}
.header__cta__item {
  position: relative;
}
.header__cta__link {
  display: block;
  background: #333333;
  border-radius: calc(var(--f) * 8);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__cta__link:hover {
  background-color: #55BFCE;
}
.header__cta__link img {
  display: block;
  width: calc(var(--f) * 40);
}
.header__cta__sub {
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: none;
  opacity: 0;
  padding: calc(var(--f) * 10) 0 0;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.header__cta__sub ul {
  position: relative;
  padding: calc(var(--f) * 22) calc(var(--f) * 22) calc(var(--f) * 22) calc(var(--f) * 25);
  margin-left: calc(var(--f) * -48);
  background: #fff;
  border-radius: calc(var(--f) * 10);
  -webkit-box-shadow: calc(var(--f) * 3) calc(var(--f) * 3) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.08);
          box-shadow: calc(var(--f) * 3) calc(var(--f) * 3) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.08);
}
.header__cta__sub a {
  position: relative;
  display: block;
  padding: 0 0 0 calc(var(--f) * 22.5);
  font-size: calc(var(--f) * 14);
  line-height: 2.29;
  white-space: nowrap;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.header__cta__sub a:hover {
  color: #55BFCE;
}
.header__cta__sub a.active {
  pointer-events: none;
}
.header__cta__sub a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 10);
  display: block;
  width: calc(var(--f) * 15);
  height: calc(var(--f) * 8);
  border-left: calc(var(--f) * 2) solid #55BFCE;
  border-bottom: calc(var(--f) * 2) solid #55BFCE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__cta__item:hover .header__cta__sub {
  pointer-events: all;
  opacity: 1;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(var(--f) * 80);
    padding: 0 calc(var(--s) * 50);
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__logo img {
    display: block;
    width: calc(var(--s) * 256);
  }
  .header__cta {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: calc(var(--f) * 90);
    padding: 0 calc(var(--s) * 95) 0 1.5vw;
  }
  .header__logo img {
    display: block;
    width: calc(var(--s) * 370);
  }
  .header__cta__items {
    gap: calc(var(--s) * 10);
  }
  .header__cta__link img {
    width: calc(var(--s) * 70);
  }
}

.main {
  padding: 0 0 calc(var(--h) * 190);
  background: url(../img/_common/footer-bg.jpg) center bottom/100% auto no-repeat;
  -webkit-box-shadow: 0 -2px 0 0 #55bfce inset;
          box-shadow: 0 -2px 0 0 #55bfce inset;
}
body.home .main {
  padding-top: 0;
}
@media screen and (max-width: 960px) {
  .main {
    padding-top: calc(var(--f) * 90);
    background-size: 220% auto;
  }
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label, .nav__list__btn, .nav__list__label {
    display: none;
  }
  .nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: calc(var(--s) * 32);
    width: 100%;
    padding-right: calc(var(--s) * 30);
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 32);
  }
  .nav__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
  }
  .nav__list__link {
    position: relative;
    display: block;
    font-size: calc(var(--f) * 14);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__list__link:hover {
    color: #55BFCE;
  }
  .nav__list__link:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__list__item--haschild .nav__list__link {
    padding-right: calc(var(--f) * 20);
  }
  .nav__list__item--haschild .nav__list__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 14);
    height: 100%;
    background: url(../img/_common/header-subpage.svg) right center/contain no-repeat;
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }
  .nav__list__item--haschild .nav__list__link:hover {
    color: #55BFCE;
  }
  .nav__list__item--haschild .nav__list__link:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__list__item--outlink .nav__list__link {
    padding-right: calc(var(--f) * 26);
    background: url(../img/_common/header-outlink.svg) right center/calc(var(--f) * 14) auto no-repeat;
    background-size: calc(var(--f) * 18) auto;
  }
  .nav__list__item--outlink .nav__list__link::after {
    display: none;
  }
  .nav__list__sub {
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    opacity: 0;
    padding: calc(var(--f) * 10) 0 0;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
  }
  .nav__list__sub ul {
    position: relative;
    padding: calc(var(--f) * 22) calc(var(--f) * 14) calc(var(--f) * 22) calc(var(--f) * 25);
    margin-left: calc(var(--f) * -48);
    background: #fff;
    border-radius: calc(var(--f) * 10);
    -webkit-box-shadow: calc(var(--f) * 3) calc(var(--f) * 3) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.08);
            box-shadow: calc(var(--f) * 3) calc(var(--f) * 3) calc(var(--f) * 6) 0 rgba(0, 0, 0, 0.08);
  }
  .nav__list__sub a {
    position: relative;
    display: block;
    padding: 0 0 0 calc(var(--f) * 22.5);
    font-size: calc(var(--f) * 14);
    line-height: 2.29;
    white-space: nowrap;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__list__sub a::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--f) * 16);
    display: block;
    width: calc(var(--f) * 15);
    height: 1px;
    background: #55BFCE;
  }
  .nav__list__sub a:hover {
    color: #55BFCE;
  }
  .nav__list__item:hover .nav__list__sub {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn, .nav__list__btn, .nav__list__label {
    display: none !important;
  }
  .nav__label {
    position: absolute;
    top: 0;
    right: calc(var(--s) * 15);
    bottom: 0;
    display: block;
    width: calc(var(--s) * 70);
    height: calc(var(--s) * 70);
    margin: auto 0;
    background: #55BFCE;
    border-radius: calc(var(--f) * 8);
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: calc(var(--f) * 2.4);
    margin: auto;
    background: #fff;
    border-radius: 999px;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 999px;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -8);
  }
  .nav__label span::after {
    top: calc(var(--f) * 8);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav__wrap {
    position: absolute;
    left: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 6vw;
    color: #fff;
    background: rgba(85, 191, 206, 0.9);
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
  }
  .nav__btn:checked + .nav__label + .nav__wrap {
    pointer-events: all;
    opacity: 1;
  }
  .nav__list__item {
    margin-bottom: calc(var(--f) * 36);
  }
  .nav__list__label, .nav__list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: calc(var(--f) * 7);
    padding: 0 0 calc(var(--f) * 7);
    color: #fff;
    font-size: calc(var(--f) * 18);
    line-height: 1.5;
    font-weight: 700;
    border-bottom: calc(var(--f) * 1) solid #fff;
  }
  .nav__list__label[target=_blank]::after, .nav__list__link[target=_blank]::after {
    content: "";
    display: block;
    width: 1.14em;
    height: 1.14em;
    background: url(../img/_common/outlink-ico.svg) center/contain no-repeat;
  }
  .nav__list__sub a {
    position: relative;
    display: block;
    padding: 0 0 0 calc(var(--f) * 22.5);
    color: #fff;
    font-size: calc(var(--f) * 18);
    line-height: 2.29;
    white-space: nowrap;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__list__sub a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.14em;
    display: block;
    width: calc(var(--f) * 15);
    height: 1px;
    background: #fff;
  }
}

.home-about {
  padding: calc(var(--h) * 128) 0 0;
}
.home-about__container {
  position: relative;
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.home-about__head {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 calc(var(--f) * 50);
}
.home-about__head .en {
  display: block;
  margin: 0 0 calc(var(--f) * 10);
  color: #fff;
  font-size: calc(var(--f) * 40);
  font-weight: 700;
  text-align: center;
}
.home-about__head .ja {
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 24);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-about__head .en {
    font-size: calc(var(--f) * 36);
  }
  .home-about__head .ja {
    font-size: calc(var(--f) * 20);
  }
}
.home-about__head .en,
.home-about__head .ja {
  color: #333333;
}
.home-about__text__detail {
  line-height: 2;
}
.home-about__text__nav li {
  margin-bottom: calc(var(--f) * 13);
}
.home-about__text__nav li:last-child {
  margin-bottom: 0;
}
.home-about__text__nav a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  padding: calc(var(--f) * 8) 0;
  color: #fff;
  text-align: center;
  background: #333333;
  border-radius: calc(var(--f) * 8);
}
.home-about__text__nav a:hover {
  opacity: 0.7;
}
.home-about__text__nav a::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
@media screen and (min-width: 960.02px) {
  .home-about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 calc(var(--s) * 88);
  }
  .home-about__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .home-about__text__detail {
    position: relative;
    top: calc(var(--f) * -2);
    width: 100%;
  }
  .home-about__text__nav {
    width: 100%;
    padding-right: calc(var(--s) * 75);
  }
  .home-about__photo {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .home-about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-about__text {
    width: 100%;
    margin: 0 0 calc(var(--f) * 50);
  }
  .home-about__text__detail {
    margin: 0 0 calc(var(--f) * 20);
  }
  .home-about__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 0 calc(var(--f) * 20);
  }
}

.home-mv {
  position: relative;
  overflow: hidden;
}
.home-mv__anime {
  position: relative;
}
.home-mv__anime img {
  display: block;
  width: 100%;
}
.home-mv__anime img.c01, .home-mv__anime img.c02 {
  opacity: 0;
}
.home-mv__anime img.c02, .home-mv__anime img.c03 {
  position: absolute;
  left: 0;
  top: 0;
}
.home-mv__anime img.c04 {
  position: absolute;
  left: 35.4%;
  top: 10.9%;
  width: 27.34375%;
}
.home-mv__container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  height: 100%;
  margin: 0 auto;
}
.home-mv__text {
  position: absolute;
  left: 0;
  top: calc(var(--f) * 158);
}
.home-mv__text__catch img {
  position: relative;
  display: block;
  max-width: unset;
  height: calc(var(--s) * 46);
  margin-bottom: calc(var(--s) * 34);
}
.home-mv__text__text {
  position: relative;
  overflow: hidden;
}
.home-mv__text__text p {
  width: calc(var(--s) * 285);
  color: #fff;
  font-size: calc(var(--f) * 14);
  line-height: 1.45;
}
.home-mv__topics {
  position: absolute;
  right: 0;
  bottom: calc(var(--s) * 220);
  z-index: 10;
  width: calc(var(--f) * 270);
  background: rgba(57, 33, 125, 0.5);
}
.home-mv__topics__box {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: block;
  padding: calc(var(--f) * 12) calc(var(--f) * 20);
  color: #fff;
}
.home-mv__topics__box:hover {
  opacity: 0.7;
}
.home-mv__topics__box .head {
  margin: 0 0 calc(var(--f) * 10);
  font-size: calc(var(--f) * 16);
  font-weight: 700;
}
.home-mv__topics__box .title {
  margin: 0 0 calc(var(--f) * 6);
  font-size: calc(var(--f) * 14);
}
.home-mv__topics__box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
}
.home-mv__topics__box .more::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
.home-mv__unit {
  position: absolute;
  left: 0;
  bottom: calc(var(--s) * 32);
  z-index: 10;
  width: 100%;
}
.home-mv__unit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: rgba(224, 224, 224, 0.35);
}
.home-mv__unit__box {
  display: block;
  padding: calc(var(--s) * 24) calc(var(--s) * 7);
}
.home-mv__unit__box img {
  display: block;
  width: 100%;
  border: 1px solid #707070;
}
.home-mv__skip {
  position: fixed;
  right: calc(var(--f) * 20);
  bottom: calc(var(--f) * 10);
  z-index: 1000;
  opacity: 0;
  padding: calc(var(--f) * 10) calc(var(--f) * 12);
  color: #fff;
  font-size: calc(var(--f) * 14);
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.home-mv__skip::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(var(--f) * 4);
  height: calc(var(--f) * 6);
  margin: auto 0;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 960px) {
  .home-mv {
    padding-bottom: calc(var(--f) * 230);
  }
  .home-mv__anime {
    left: -23vw;
    width: 190vw;
  }
  .home-mv__text {
    top: calc(var(--f) * 120);
  }
  .home-mv__text__catch img {
    height: calc(var(--s) * 48);
  }
  .home-mv__text__text {
    position: relative;
    overflow: hidden;
  }
  .home-mv__text__text p {
    width: calc(var(--s) * 300);
    font-size: calc(var(--f) * 16);
    line-height: 1.65;
  }
  .home-mv__topics {
    bottom: calc(var(--s) * 250);
    width: 100%;
  }
}
body.anime-set .home-mv__anime {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-delay: 6800ms;
          transition-delay: 6800ms;
}
body.anime-set .home-mv__anime img.c01 {
  -webkit-animation: mv-anime 3000ms ease-in-out 0ms;
          animation: mv-anime 3000ms ease-in-out 0ms;
}
body.anime-set .home-mv__anime img.c02 {
  -webkit-animation: mv-anime-2 4000ms ease-in-out 1400ms;
          animation: mv-anime-2 4000ms ease-in-out 1400ms;
}
body.anime-set .home-mv__anime img.c03 {
  opacity: 1;
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
body.anime-set .home-mv__anime img.c04 {
  opacity: 1;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
body.anime-set.anime-off .home-mv__anime img {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
@media screen and (max-width: 960px) {
  body.anime-set.anime-off .home-mv__anime {
    left: -45vw;
  }
}
@-webkit-keyframes mv-anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mv-anime-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mv-anime-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body.anime-set .home-mv__text__catch img {
  opacity: 1;
  left: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
body.anime-set .home-mv__text__catch img.c01 {
  -webkit-transition-delay: 7000ms;
          transition-delay: 7000ms;
}
body.anime-set .home-mv__text__catch img.c02 {
  -webkit-transition-delay: 7080ms;
          transition-delay: 7080ms;
}
body.anime-set .home-mv__text__catch img.c03 {
  -webkit-transition-delay: 7160ms;
          transition-delay: 7160ms;
}
body.anime-set.anime-off .home-mv__text__catch img {
  opacity: 0;
  left: calc(var(--f) * -90);
}
body.anime-set .home-mv__text__text {
  opacity: 1;
  width: 100%;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  -webkit-transition-delay: 7540ms;
          transition-delay: 7540ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
body.anime-set.anime-off .home-mv__text__text {
  opacity: 0;
  width: 0;
}
body.anime-set .home-mv__topics, body.anime-set .home-mv__unit {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-delay: 8700ms;
          transition-delay: 8700ms;
}
body.anime-set.anime-off .home-mv__topics, body.anime-set.anime-off .home-mv__unit {
  opacity: 0;
}
body.anime-set .home-mv__skip {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-delay: 8700ms;
          transition-delay: 8700ms;
}
body.anime-set.anime-off .home-mv__skip {
  opacity: 1;
  pointer-events: all;
}

body.anime-set .header,
body.anime-set .home-news {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-delay: 8700ms;
          transition-delay: 8700ms;
}

body.anime-set.anime-off .header,
body.anime-set.anime-off .home-news {
  opacity: 0;
}

.home-news {
  padding: calc(var(--h) * 63) 0 0;
}
.home-news__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.home-news__head {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 calc(var(--s) * 94);
}
.home-news__head .en {
  display: block;
  margin: 0 0 calc(var(--f) * 10);
  color: #fff;
  font-size: calc(var(--f) * 40);
  font-weight: 700;
  text-align: center;
}
.home-news__head .ja {
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 24);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-news__head .en {
    font-size: calc(var(--f) * 36);
  }
  .home-news__head .ja {
    font-size: calc(var(--f) * 20);
  }
}
.home-news__category {
  margin: 0 0 calc(var(--f) * 24);
}
.home-news__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-news__category li {
  border-right: calc(var(--f) * 1) solid #fff;
}
.home-news__category li:first-child {
  border-left: calc(var(--f) * 1) solid #fff;
}
.home-news__category a {
  position: relative;
  z-index: 10;
  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;
  min-width: calc(var(--f) * 198);
  padding: 0 0.5em;
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(var(--f) * 24);
  line-height: 1.66;
}
.home-news__category a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#55BFCE), to(transparent));
  background: linear-gradient(to right, transparent, #55BFCE, transparent);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-news__category a:hover,
.home-news__category .current-cat a {
  color: #fff;
}
.home-news__category a:hover::before,
.home-news__category .current-cat a::before {
  opacity: 1;
}
.home-news__list {
  padding: calc(var(--s) * 62);
  background: #fff;
}
.home-news__list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 64) calc(var(--s) * 58);
}
.home-news__list__item {
  width: calc((100% - var(--s) * 117) / 3);
}
.home-news__list__box .thumb {
  position: relative;
  aspect-ratio: 280/160;
  margin: 0 0 calc(var(--f) * 8);
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.25);
}
.home-news__list__box .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-news__list__box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 16) 0;
}
.home-news__list__box .category {
  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;
  color: #E51B46;
  font-weight: 500;
}
.home-news__list__box .category li::after {
  content: "/";
}
.home-news__list__box .category li:last-child::after {
  display: none;
}
.home-news__list__box .date {
  color: rgba(51, 51, 51, 0.3);
  font-size: calc(var(--f) * 14);
}
.home-news__list__box .excerpt {
  width: 100%;
  text-align: left;
}
.home-news__list__box .source {
  width: 100%;
  color: rgba(51, 51, 51, 0.6);
  font-size: calc(var(--f) * 13);
  text-align: left;
}
@media screen and (max-width: 960px) {
  .home-news__category a {
    min-width: unset;
    padding: 0 0.75em;
    font-size: calc(var(--f) * 20);
  }
  .home-news__list {
    padding: calc(var(--s) * 50) calc(var(--s) * 40) calc(var(--s) * 60);
  }
  .home-news__list__items {
    gap: calc(var(--s) * 64) calc(var(--s) * 40);
  }
  .home-news__list__item {
    width: calc((100% - var(--s) * 41) / 2);
  }
  .home-news__list__box .thumb {
    margin: 0 0 calc(var(--f) * 12);
  }
  .home-news__list__box .text {
    gap: calc(var(--f) * 4) 0;
  }
}

.home-unit {
  padding: calc(var(--h) * 92) 0 calc(var(--h) * 212);
}
.home-unit__container {
  position: relative;
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  padding-top: calc(var(--h) * 152);
  margin: 0 auto;
}
.home-unit__head {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}
.home-unit__head .en {
  display: block;
  margin: 0 0 calc(var(--f) * 10);
  color: #fff;
  font-size: calc(var(--f) * 40);
  font-weight: 700;
  text-align: center;
}
.home-unit__head .ja {
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 24);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-unit__head .en {
    font-size: calc(var(--f) * 36);
  }
  .home-unit__head .ja {
    font-size: calc(var(--f) * 20);
  }
}
.home-unit__box--1 {
  margin-bottom: calc(var(--h) * 216);
}
.home-unit__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.home-unit__title .inner {
  position: relative;
  display: block;
  padding: 0 0 0 calc(var(--f) * 25);
}
.home-unit__title .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f) * 18);
  display: block;
  width: calc(var(--f) * 15);
  height: calc(var(--f) * 1);
  background: #fff;
}
.home-unit__title .en {
  display: block;
  margin: 0 0 calc(var(--f) * 10);
  color: #fff;
  font-size: calc(var(--f) * 24);
  line-height: 1.33;
}
.home-unit__title .ja {
  display: block;
  color: #fff;
}
.home-unit__list__item {
  margin-bottom: calc(var(--h) * 216);
}
.home-unit__list__item:last-child {
  margin-bottom: 0;
}
.home-unit__list__box {
  position: relative;
  display: block;
  padding: calc(var(--f) * 25);
  color: #fff;
  background: rgba(38, 74, 145, 0.25);
}
.home-unit__list__box .text {
  line-height: 2;
}
.home-unit__list__box .num {
  display: block;
  padding: calc(var(--f) * 42) 0 calc(var(--f) * 4);
  font-weight: 700;
  border-bottom: calc(var(--f) * 1) solid rgba(255, 255, 255, 0.5);
}
.home-unit__list__box .more {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: absolute;
  right: calc(var(--s) * 25);
  bottom: calc(var(--s) * 30);
  padding: 0 calc(var(--f) * 27) 0 0;
  background: url(../img/_common/outlink-ico.svg) right center/1em auto no-repeat;
}
.home-unit__list__box .more:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960.02px) {
  .home-unit__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-unit__head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .home-unit__head .inner {
    position: sticky;
    left: 0;
    top: calc(var(--h) * 110);
  }
  .home-unit__head .en,
  .home-unit__head .ja {
    text-align: left;
  }
  .home-unit__title {
    width: 100%;
    margin-top: calc(var(--h) * 142);
  }
  .home-unit__title .inner {
    position: sticky;
    left: 0;
    top: calc(var(--h) * 300);
    -webkit-transition-duration: 100ms;
            transition-duration: 100ms;
  }
  .home-unit__title .inner.hide {
    opacity: 0;
  }
  .home-unit__list {
    width: calc(var(--f) * 680);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .home-unit__list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-unit__list__box .logo {
    width: calc((100% - var(--f) * 24) * 0.363);
  }
  .home-unit__list__box .text {
    position: relative;
    width: calc((100% - var(--f) * 24) * 0.637);
    margin-top: calc(var(--f) * -2);
  }
  .home-unit__list__box .num {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .home-unit__head {
    margin-bottom: calc(var(--f) * 50);
  }
  .home-unit__title {
    margin-bottom: calc(var(--f) * 20);
  }
  .home-unit__title .en {
    font-size: calc(var(--f) * 27);
  }
  .home-unit__title .ja {
    font-size: calc(var(--f) * 18);
  }
  .home-unit__list__box {
    padding: calc(var(--s) * 40);
  }
  .home-unit__list__box .logo {
    float: left;
    display: inline;
    width: calc(var(--f) * 200);
    margin: 0 calc(var(--s) * 40) 0 0;
  }
  .home-unit__list__box .text {
    display: inline;
  }
  .home-unit__list__box .num {
    clear: both;
    width: 100%;
  }
  .home-unit__list__box .more {
    right: calc(var(--s) * 40);
    bottom: calc(var(--s) * 48);
  }
}

.home-wrap {
  background: url(../img/home/home-bg.jpg) center;
  background-size: 100% 100%;
}

.about-message {
  padding: calc(var(--h) * 70) 0 calc(var(--h) * 130);
}
.about-message__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.about-message__head {
  margin: 0 0 calc(var(--h) * 70);
}
.about-message__head small {
  display: block;
}
.about-message__head span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 40);
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.about-message__intro {
  margin: 0 0 calc(var(--h) * 50);
  line-height: 2;
}
.about-message__box__text {
  line-height: 2;
}
.about-message__box__text p {
  margin: 0 0 calc(var(--h) * 50);
}
.about-message__box__text p:last-child {
  margin-bottom: 0;
}
.about-message__box__photo .img {
  display: block;
  margin: 0 0 calc(var(--f) * 18);
}
.about-message__box__photo .text {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: right;
}
.about-message__box__photo .institute {
  margin-bottom: 0.3em;
  font-size: calc(var(--f) * 24);
  font-weight: 700;
}
.about-message__box__photo .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 10);
  font-size: calc(var(--f) * 32);
  font-weight: 700;
}
.about-message__box__photo .name small {
  margin-top: 0.2em;
  font-size: 0.5em;
  font-weight: 500;
}
@media screen and (min-width: 960.02px) {
  .about-message__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--f) * 40);
  }
  .about-message__box__text {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-message__box__photo {
    width: 100%;
    padding-top: calc(var(--f) * 6);
  }
}
@media screen and (max-width: 960px) {
  .about-message__head span {
    font-size: calc(var(--f) * 32);
  }
  .about-message__box {
    position: relative;
    padding-top: 70vw;
  }
  .about-message__box__photo {
    margin-top: calc(var(--f) * 30);
  }
  .about-message__box__photo .img {
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    aspect-ratio: 500/380;
  }
  .about-message__box__photo .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about-organization {
  padding: calc(var(--h) * 130) 0 0;
}
.about-organization__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.about-organization__head {
  margin: 0 0 calc(var(--f) * 40);
}
.about-organization__head .en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 20);
  font-size: calc(var(--f) * 40);
  font-weight: 700;
  text-align: center;
}
.about-organization__head .ja {
  display: block;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-organization__head .en {
    font-size: calc(var(--f) * 32);
  }
}

.about-philosophy {
  padding: calc(var(--h) * 118) 0 calc(var(--h) * 114);
  color: #fff;
  background: url(../img/about/philosophy-bg.jpg) center/100% 100% no-repeat;
}
.about-philosophy__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.about-philosophy__box {
  padding: calc(var(--f) * 50) calc(var(--f) * 50) calc(var(--f) * 45);
  margin: 0 0 calc(var(--h) * 80);
  color: #fff;
  text-align: center;
  background: rgba(38, 74, 145, 0.25);
}
.about-philosophy__box:last-child {
  margin-bottom: 0;
}
.about-philosophy__head {
  display: inline-block;
  min-width: calc(var(--f) * 236);
  margin: 0 0 calc(var(--f) * 36);
}
.about-philosophy__head .en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 2);
  font-size: calc(var(--f) * 40);
  font-weight: 700;
  text-align: center;
}
.about-philosophy__head .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: calc(var(--f) * 18);
  letter-spacing: 0.5em;
  text-align: center;
  white-space: nowrap;
}
.about-philosophy__head .ja::before, .about-philosophy__head .ja::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.about-philosophy__head .ja::before {
  margin-right: 0.5em;
}
.about-philosophy__text {
  width: calc(var(--f) * 654);
  max-width: 100%;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
}
.about-philosophy__list {
  width: calc(var(--f) * 880);
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.about-philosophy__list .title {
  font-size: calc(var(--f) * 20);
  font-weight: 700;
}
.about-philosophy__list .contents {
  padding: 0 0 calc(var(--f) * 28) calc(var(--f) * 36);
  line-height: 2;
}
@media screen and (min-width: 960.02px) {
  .about-philosophy__list .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 calc(var(--s) * 80);
  }
  .about-philosophy__list .item {
    width: calc((100% - var(--s) * 81) / 2);
  }
  .about-philosophy__list .item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-philosophy__list .item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about-philosophy__list .item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-philosophy__list .item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 960px) {
  .about-philosophy__box {
    padding: 7vw;
  }
  .about-philosophy__head .en {
    font-size: calc(var(--f) * 32);
  }
  .about-philosophy__head .ja {
    font-size: calc(var(--f) * 14);
  }
}

.contact-form {
  padding: calc(var(--h) * 32) 0 calc(var(--h) * 160);
}
.contact-form .required {
  position: relative;
  top: -0.25em;
  display: inline-block;
  padding: 0 0.5em;
  margin-left: 0.5em;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  background: #FA020C;
  border-radius: calc(var(--f) * 5);
}
.contact-form__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  padding: calc(var(--h) * 40) calc(var(--s) * 100) calc(var(--h) * 70);
  margin: 0 auto;
  background: url(../img/contact/container-bg.jpg) center/100% 100% no-repeat;
}
.contact-form__head {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: calc(var(--f) * 6);
  font-size: calc(var(--f) * 40);
  line-height: 1.8;
  font-weight: 700;
}
.contact-form__text {
  margin: 0 0 calc(var(--h) * 28);
  line-height: 2;
}
.contact-form__input {
  position: relative;
  margin: 0 0 1em;
}
.contact-form__input table {
  width: 100%;
}
.contact-form__input th, .contact-form__input td {
  display: block;
}
.contact-form__input th {
  margin: 0 0 0.25em;
  font-weight: 500;
}
.contact-form__input td {
  margin: 0 0 1.6em;
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea {
  display: block;
  width: 100%;
  padding: 0.75em;
  border: 1px solid #55BFCE;
  border-radius: calc(var(--f) * 8);
}
.contact-form__input input[type=text]::-webkit-input-placeholder, .contact-form__input input[type=email]::-webkit-input-placeholder, .contact-form__input input[type=tel]::-webkit-input-placeholder, .contact-form__input textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.35);
}
.contact-form__input input[type=text]::-moz-placeholder, .contact-form__input input[type=email]::-moz-placeholder, .contact-form__input input[type=tel]::-moz-placeholder, .contact-form__input textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.35);
}
.contact-form__input input[type=text]:-ms-input-placeholder, .contact-form__input input[type=email]:-ms-input-placeholder, .contact-form__input input[type=tel]:-ms-input-placeholder, .contact-form__input textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.35);
}
.contact-form__input input[type=text]::-ms-input-placeholder, .contact-form__input input[type=email]::-ms-input-placeholder, .contact-form__input input[type=tel]::-ms-input-placeholder, .contact-form__input textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.35);
}
.contact-form__input input[type=text]::placeholder,
.contact-form__input input[type=email]::placeholder,
.contact-form__input input[type=tel]::placeholder,
.contact-form__input textarea::placeholder {
  color: rgba(51, 51, 51, 0.35);
}
.contact-form__input textarea {
  height: calc(var(--h) * 215);
}
.contact-form__input .notice {
  display: block;
  margin: 0.25em 0 0;
  font-size: calc(var(--f) * 14);
}
.contact-form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(var(--h) * 45);
}
.contact-form__agree .title {
  font-weight: 500;
}
.contact-form__agree .wpcf7-form-control-wrap input {
  display: none;
}
.contact-form__agree .wpcf7-form-control-wrap .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  top: 0.25em;
  display: block;
  width: calc(var(--f) * 18);
  height: calc(var(--f) * 18);
  border: 1px solid #55BFCE;
  background: #fff;
  overflow: hidden;
  text-indent: 9999px;
}
.contact-form__agree .wpcf7-form-control-wrap input:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 40%;
  margin: auto;
  border-left: 1.5px solid #55BFCE;
  border-bottom: 1.5px solid #55BFCE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-form__agree .notice a {
  display: inline-block;
  margin: 0 0.5em;
  text-decoration: underline;
}
.contact-form__submit .wpcf7-spinner {
  display: none;
}
.contact-form__submit .label {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  width: calc(var(--f) * 290);
  padding: calc(var(--f) * 8) 0;
  color: #fff;
  text-align: center;
  background: #333333;
  border-radius: calc(var(--f) * 8);
}
.contact-form__submit .label:hover {
  opacity: 0.7;
}
.contact-form__submit .label::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
.contact-form__submit .label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-form--thanks {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(#fff, transparent);
}
.contact-form--thanks .contact-form__container {
  padding-top: calc(var(--f) * 70);
  padding-bottom: calc(var(--h) * 344);
  background: none;
}
.contact-form__thanks {
  padding: calc(var(--f) * 10) 0 0;
}
.contact-form__thanks li {
  line-height: 2;
}
.contact-form__thanks li::before {
  content: "●";
  color: #55BFCE;
}
.contact-form__thanks a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  width: calc(var(--f) * 290);
  padding: calc(var(--f) * 8) 0;
  margin: calc(var(--f) * 50) 0 0;
  color: #fff;
  text-align: center;
  background: #333333;
  border-radius: calc(var(--f) * 8);
}
.contact-form__thanks a:hover {
  opacity: 0.7;
}
.contact-form__thanks a::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
@media screen and (min-width: 960.02px) {
  .contact-form__input table input[type=text],
  .contact-form__input table input[type=email],
  .contact-form__input table input[type=tel] {
    width: calc(var(--f) * 440);
  }
  .contact-form__agree .title {
    margin-right: calc(var(--f) * 50);
  }
}
@media screen and (max-width: 960px) {
  .contact-form__container {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  .contact-form__head {
    font-size: calc(var(--f) * 32);
  }
  .contact-form__agree .title {
    width: 100%;
    margin-bottom: calc(var(--f) * 16);
  }
  .contact-form--thanks .contact-form__container {
    padding-right: 0;
    padding-left: 0;
  }
}

.wpcf7cp-form-hide {
  position: relative;
  overflow: hidden;
  height: 0;
}

div#wpcf7cpcnf {
  position: relative !important;
  z-index: 1 !important;
  width: calc(var(--s) * 1080) !important;
  max-width: 86vw;
  padding: calc(var(--h) * 40) calc(var(--s) * 100) calc(var(--h) * 70);
  margin: calc(var(--h) * 32) auto calc(var(--h) * 160) !important;
  background: url(../img/contact/container-bg.jpg) center/100% 100% no-repeat;
}
div#wpcf7cpcnf::before {
  content: "お問い合わせ内容確認";
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: calc(var(--f) * 10);
  font-size: calc(var(--f) * 40);
  line-height: 1.8;
  font-weight: 700;
}
div#wpcf7cpcnf table {
  position: relative;
  width: 100%;
  margin: calc(var(--h) * 100) 0 calc(var(--f) * 26);
}
div#wpcf7cpcnf table::before {
  content: "内容をご確認のうえ、送信ボタンを押してください。";
  position: absolute;
  left: 0;
  top: calc(var(--h) * -100);
  display: block;
  width: 100%;
}
div#wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 24);
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  width: calc(var(--f) * 290);
  padding: calc(var(--f) * 8) 0;
  color: #fff;
  text-align: center;
  background: #333333;
  border-radius: calc(var(--f) * 8);
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control:hover {
  opacity: 0.7;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  background: #666B6C;
}
div#wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
div#wpcf7cpcnf__submit .wpcf7-spinner {
  display: none;
}
div#wpcf7cpcnf__submit .label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
  width: calc(var(--f) * 290);
  padding: calc(var(--f) * 8) 0;
  color: #fff;
  text-align: center;
  background: #333333;
  border-radius: calc(var(--f) * 8);
}
div#wpcf7cpcnf__submit .label::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #fff url(../img/_common/arrow-black.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
div#wpcf7cpcnf__submit .label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960.02px) {
  div#wpcf7cpcnf table th, div#wpcf7cpcnf table td {
    padding: 1.625em 0;
    vertical-align: top;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  }
  div#wpcf7cpcnf table th {
    padding-right: 1em;
  }
}
@media screen and (max-width: 960px) {
  div#wpcf7cpcnf {
    padding-right: 7vw;
    padding-left: 7vw;
  }
  div#wpcf7cpcnf::before {
    font-size: calc(var(--f) * 32);
  }
  div#wpcf7cpcnf table th, div#wpcf7cpcnf table td {
    display: block;
  }
  div#wpcf7cpcnf table th {
    padding: 1.625em 0 0.5em;
  }
  div#wpcf7cpcnf table td {
    padding: 0 0 1.625em;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  }
}

.doc-detail {
  padding: calc(var(--h) * 70) 0;
}
.doc-detail__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
}
.doc-detail__head {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: calc(var(--h) * 90);
  font-size: calc(var(--f) * 40);
  line-height: 1.8;
  font-weight: 700;
}
.doc-detail__intro {
  margin-bottom: 3.7em;
  line-height: 2;
}
.doc-detail__list {
  line-height: 2;
}
.doc-detail__list li {
  margin-bottom: 3.75em;
}
.doc-detail__list h3 {
  margin-bottom: 0.3em;
  font-size: calc(var(--f) * 24);
  font-weight: 700;
}
.doc-detail__list p {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 960px) {
  .doc-detail__head {
    font-size: calc(var(--f) * 32);
  }
}

.news-contents__thumb {
  margin: 0 0 calc(var(--f) * 28);
}
.news-contents__list {
  padding: calc(var(--s) * 62);
  background: #fff;
}
.news-contents__list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 64) calc(var(--s) * 28);
}
.news-contents__list__item {
  width: calc((100% - var(--s) * 57) / 3);
}
.news-contents__list__box .thumb {
  position: relative;
  aspect-ratio: 280/160;
  margin: 0 0 calc(var(--f) * 8);
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.25);
}
.news-contents__list__box .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-contents__list__box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 12) 0;
}
.news-contents__list__box .category {
  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;
  color: #E51B46;
  font-weight: 500;
}
.news-contents__list__box .category li::after {
  content: "/";
}
.news-contents__list__box .category li:last-child::after {
  display: none;
}
.news-contents__list__box .date {
  color: rgba(51, 51, 51, 0.3);
  font-size: calc(var(--f) * 14);
}
.news-contents__list__box .excerpt {
  width: 100%;
  text-align: left;
}
.news-contents__list__box .source {
  width: 100%;
  color: rgba(51, 51, 51, 0.6);
  font-size: calc(var(--f) * 13);
  text-align: left;
}
.news-contents__container .source {
  width: 100%;
  color: rgba(51, 51, 51, 0.6);
  font-size: calc(var(--f) * 15);
}
.news-contents__back {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--f) * 22) 0 0;
  margin: calc(var(--f) * 54) 0 0;
}
.news-contents__back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: calc(var(--f) * 5);
  background: -webkit-gradient(linear, left top, right top, from(#E51B46), color-stop(6.5%, #582487), color-stop(85%, #55BFCE));
  background: linear-gradient(to right, #E51B46, #582487 6.5%, #55BFCE 85%);
}
.news-contents__back a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 7);
}
.news-contents__back a:hover {
  opacity: 0.7;
}
.news-contents__back a::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 20);
  background: #333333 url(../img/_common/arrow-white.svg) center/calc(var(--f) * 10.5) auto no-repeat;
  border-radius: 999px;
}
@media screen and (max-width: 960px) {
  .news-contents__list {
    padding: calc(var(--s) * 50) calc(var(--s) * 40) calc(var(--s) * 60);
  }
  .news-contents__list__items {
    gap: calc(var(--s) * 64) calc(var(--s) * 40);
  }
  .news-contents__list__item {
    width: calc((100% - var(--s) * 41) / 2);
  }
  .news-contents__list__box .thumb {
    margin: 0 0 calc(var(--f) * 12);
  }
  .news-contents__list__box .text {
    gap: calc(var(--f) * 4) 0;
  }
}

.news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 calc(var(--f) * 16);
}
.news-head .title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  margin: 0 0 0.1em;
  font-size: calc(var(--f) * 27);
  font-weight: 700;
}
.news-head .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
}
.news-head .category li::after {
  content: "/";
}
.news-head .category li:first-child::before {
  content: "《";
}
.news-head .category li:last-child::after {
  content: "》";
}
.news-head .date {
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .news-head {
    margin: 0 0 calc(var(--f) * 30);
  }
  .news-head .title {
    font-size: calc(var(--f) * 32);
  }
}

.news-nav__cate {
  padding: 0 0 calc(var(--f) * 13);
  margin: 0 0 calc(var(--f) * 17);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news-nav__cate .title {
  padding: 0.25em 0.75em;
  margin: 0 0 0.5em;
  color: #fff;
  font-weight: 700;
  background: #55BFCE;
}
.news-nav__cate .items a {
  position: relative;
  display: block;
  padding: 0 0 0 1.7em;
  line-height: 2;
  white-space: nowrap;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.news-nav__cate .items a::before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 1.14em;
  display: block;
  width: 0.9375em;
  height: 1px;
  background: #55BFCE;
}
.news-nav__cate .items a:hover,
.news-nav__cate .items li.current-cat a {
  color: #55BFCE;
  font-weight: 500;
}
.news-nav__tag {
  padding: 0 0 calc(var(--f) * 19);
  margin: 0 0 calc(var(--f) * 17);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news-nav__tag .title {
  margin: 0 0 0.5em;
  font-weight: 500;
}
.news-nav__tag .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 8) calc(var(--f) * 5);
}
.news-nav__tag .items a {
  display: block;
  padding: 0.1em 1.25em;
  font-size: calc(var(--f) * 14);
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 999px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.news-nav__tag .items a:hover {
  background-color: rgba(85, 191, 206, 0.15);
}
.news-nav__tag:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news-nav__related .title {
  margin: 0 0 0.7em;
  font-weight: 500;
}
.news-nav__related .items > li {
  margin-bottom: calc(var(--h) * 50);
}
.news-nav__related .items > li:last-child {
  margin-bottom: 0;
}
.news-nav__related .box .thumb {
  position: relative;
  aspect-ratio: 280/160;
  margin: 0 0 calc(var(--f) * 4);
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.25);
          box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.25);
}
.news-nav__related .box .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-nav__related .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-content: center;
  gap: calc(var(--f) * 8) 0;
}
.news-nav__related .box .category {
  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;
  color: #E51B46;
  font-weight: 500;
}
.news-nav__related .box .category li::after {
  content: "/";
}
.news-nav__related .box .category li:last-child::after {
  display: none;
}
.news-nav__related .box .date {
  color: rgba(51, 51, 51, 0.3);
  font-size: calc(var(--f) * 14);
}
.news-nav__related .box .excerpt {
  width: 100%;
  font-size: calc(var(--f) * 14);
  text-align: left;
}
.news-nav__related .box .source {
  width: 100%;
  color: rgba(51, 51, 51, 0.6);
  font-size: calc(var(--f) * 13);
  text-align: left;
}
@media screen and (max-width: 960px) {
  .news-nav__related .title {
    margin: 0 0 0.7em;
    font-weight: 500;
  }
  .news-nav__related .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 64) calc(var(--s) * 40);
  }
  .news-nav__related .items > li {
    width: calc((100% - var(--s) * 41) / 2);
    margin: 0;
  }
  .news-nav__related .box .thumb {
    margin: 0 0 calc(var(--f) * 12);
  }
  .news-nav__related .box .text {
    gap: calc(var(--f) * 4) 0;
  }
}

.news-wrap {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  padding: calc(var(--h) * 80) 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 960.02px) {
  .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-wrap .news-head {
    width: calc(100% - var(--f) * 380);
    margin: 0 0 calc(var(--f) * 22);
  }
  .news-wrap .news-contents {
    width: calc(100% - var(--f) * 380);
  }
  .news-wrap .news-nav {
    width: calc(var(--f) * 240);
  }
}
@media screen and (max-width: 960px) {
  .news-wrap .news-contents {
    margin-bottom: calc(var(--f) * 60);
  }
}

.page-title {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.page-title__container {
  position: relative;
}
.page-title__photo img {
  display: block;
  width: 100%;
}
.page-title__text {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  margin: 0 auto;
  text-align: left;
}
.page-title__text .en {
  display: block;
  margin: 0 0 calc(var(--f) * 14);
  color: #fff;
  font-size: calc(var(--f) * 48);
  line-height: 1;
  font-weight: 700;
}
.page-title__text .ja {
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 16);
  line-height: 1;
}
@media screen and (min-width: 960.02px) {
  .page-title__text {
    position: absolute;
    right: 0;
    bottom: calc(var(--s) * 44);
    left: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 960px) {
  .page-title__container {
    padding: 0 0 22vw;
  }
  .page-title__photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .page-title__photo img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: unset;
    max-width: unset;
    height: 45vw;
  }
  .page-title__photo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: calc(100% - 15vw);
    background: url(../img/_common/page-title-bg.png) left top/100% 100% no-repeat;
  }
  .page-title__text {
    position: relative;
    z-index: 10;
    top: calc(var(--f) * 40);
    bottom: unset;
  }
  .page-title__text .en {
    margin-bottom: calc(var(--f) * 22);
    font-size: calc(var(--f) * 50);
  }
  .page-title__text .ja {
    font-size: calc(var(--f) * 22);
  }
}

.post-contents > * {
  margin-bottom: calc(var(--f) * 28);
}
.post-contents h1, .post-contents h2, .post-contents h3, .post-contents h4, .post-contents h5, .post-contents h6 {
  padding: 2em 0 0.5em;
  margin-bottom: 0;
  font-weight: 500;
}
.post-contents h1:first-child, .post-contents h2:first-child, .post-contents h3:first-child, .post-contents h4:first-child, .post-contents h5:first-child, .post-contents h6:first-child {
  padding-top: 0;
}
.post-contents h1 {
  font-size: calc(var(--f) * 26);
}
.post-contents h2 {
  font-size: calc(var(--f) * 24);
}
.post-contents h3 {
  font-size: calc(var(--f) * 22);
}
.post-contents h4 {
  font-size: calc(var(--f) * 20);
}
.post-contents h5 {
  font-size: calc(var(--f) * 18);
}
.post-contents h6 {
  font-size: calc(var(--f) * 16);
}
.post-contents h1 + h1, .post-contents h1 + h2, .post-contents h1 + h3, .post-contents h1 + h4, .post-contents h1 + h5, .post-contents h1 + h6, .post-contents h2 + h1, .post-contents h2 + h2, .post-contents h2 + h3, .post-contents h2 + h4, .post-contents h2 + h5, .post-contents h2 + h6, .post-contents h3 + h1, .post-contents h3 + h2, .post-contents h3 + h3, .post-contents h3 + h4, .post-contents h3 + h5, .post-contents h3 + h6, .post-contents h4 + h1, .post-contents h4 + h2, .post-contents h4 + h3, .post-contents h4 + h4, .post-contents h4 + h5, .post-contents h4 + h6, .post-contents h5 + h1, .post-contents h5 + h2, .post-contents h5 + h3, .post-contents h5 + h4, .post-contents h5 + h5, .post-contents h5 + h6, .post-contents h6 + h1, .post-contents h6 + h2, .post-contents h6 + h3, .post-contents h6 + h4, .post-contents h6 + h5, .post-contents h6 + h6 {
  padding-top: 0;
}
.post-contents strong {
  font-weight: 700;
}
.post-contents a {
  color: #55BFCE;
  text-decoration: underline;
}
.post-contents i {
  font-style: italic;
}

.topic-path__container {
  width: calc(var(--s) * 1080);
  max-width: 86vw;
  padding: calc(var(--f) * 16) 0;
  margin: 0 auto;
}
.topic-path__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topic-path__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: rgba(51, 51, 51, 0.5);
}
.topic-path__items li::after {
  content: ">";
  margin: 0 calc(var(--f) * 8);
  color: #333333;
}
.topic-path__items li:last-child::after {
  display: none;
}
.topic-path__items li a {
  color: #333333;
}

.wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 10);
  padding: calc(var(--h) * 80) 0 0;
}
.wp-pager .page-numbers {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  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: calc(var(--f) * 40);
  aspect-ratio: 1/1;
  border: 1px solid #333333;
  border-radius: calc(var(--f) * 8);
}
.wp-pager .page-numbers:hover {
  opacity: 0.7;
}
.wp-pager .page-numbers.current {
  pointer-events: none;
  color: #fff;
  background: #333333;
}
.wp-pager .page-numbers.prev, .wp-pager .page-numbers.next {
  background: url(../img/_common/arrow-black.svg) center/30% auto no-repeat;
  border: none;
}
.wp-pager .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}