@charset "UTF-8";
/* Responsive
============================================================= */
/* Exclude
============================================================= */
/* map-get
============================================================= */
/* color */
/* font */
/* 文字列を数値化
========================================================================== */
/* ==========================================================================
Century Gothic
========================================================================== */
/* ==========================================================================
メインロゴ
========================================================================== */
/* ==========================================================================
メインロゴ（日本版）
========================================================================== */
/* ==========================================================================
多言語アイコン
========================================================================== */
/* ==========================================================================
重要アイコン
========================================================================== */
/* ==========================================================================
矢印アイコン1
========================================================================== */
/* ==========================================================================
矢印アイコン2
========================================================================== */
/* ==========================================================================
矢印スライダーアイコン
========================================================================== */
/* ==========================================================================
_blankアイコン
========================================================================== */
/* mediaquery
============================================================= */
/* hover
============================================================= */
/* other
============================================================= */
/* textCrop
============================================================= */
/* layout
============================================================= */
/* =============================================================
extend
============================================================= */
.button {
  display: inline-block;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none; }

/* base
============================================================= */
/* Canvas Size
============================================================= */
/* Contents Width
============================================================= */
/* PC Responsive Width
============================================================= */
/* Font
============================================================= */
/* Color
============================================================= */
/* Font Level
========================================================================== */
/* Space Level
========================================================================== */
/* reset
============================================================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* base
============================================================= */
html,
body {
  min-height: 100%; }

html {
  color: #000;
  overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 26.6666666667vw; } }
  @media screen and (min-width: 768px), print {
    html {
      font-size: 351.3909224012%; } }
  @media screen and (min-width: 768px) {
    html {
      font-size: 7.3206442167vw; } }
  @media screen and (min-width: 1600px), print {
    html {
      font-size: 732.0644216691%; } }
body {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  font-size: 160%;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2D287F;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0;
    /* 初期値 : 透過状態 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .8s ease; }
  body.fadeout::after {
    opacity: 1; }
  body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media screen and (min-width: 768px), print {
    body {
      font-size: 0.16rem;
      line-height: 1.8; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 0.14rem;
      line-height: 1.8; }
      body.-menuOpen {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh; } }
#main {
  display: block; }

/* link
============================================================= */
a {
  color: #000;
  text-decoration: underline;
  /* blank */
  /* pdf */ }
  a:hover {
    text-decoration: none; }

/* image
============================================================= */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

/* form
============================================================= */
input,
textarea,
label {
  vertical-align: middle; }

/* =============================================================
modifier
============================================================= */
/* display
============================================================= */
@media screen and (min-width: 768px), print {
  .-pcItem {
    display: block; } }

@media screen and (max-width: 767px) {
  .-pcItem {
    display: none !important; } }

@media screen and (min-width: 768px), print {
  .-spItem {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .-spItem {
    display: block; } }

/* margin
============================================================= */
@media screen and (min-width: 768px), print {
  .-mt0 {
    margin-top: 0rem; } }

@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0rem; } }

@media screen and (min-width: 768px), print {
  .-mt5 {
    margin-top: 0.05rem; } }

@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 0.05rem; } }

@media screen and (min-width: 768px), print {
  .-mt10 {
    margin-top: 0.1rem; } }

@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 0.1rem; } }

@media screen and (min-width: 768px), print {
  .-mt15 {
    margin-top: 0.15rem; } }

@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 0.15rem; } }

@media screen and (min-width: 768px), print {
  .-mt20 {
    margin-top: 0.2rem; } }

@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 0.2rem; } }

@media screen and (min-width: 768px), print {
  .-mt25 {
    margin-top: 0.25rem; } }

@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 0.25rem; } }

@media screen and (min-width: 768px), print {
  .-mt30 {
    margin-top: 0.3rem; } }

@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 0.3rem; } }

@media screen and (min-width: 768px), print {
  .-mt35 {
    margin-top: 0.35rem; } }

@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 0.35rem; } }

@media screen and (min-width: 768px), print {
  .-mt40 {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 0.4rem; } }

@media screen and (min-width: 768px), print {
  .-mt45 {
    margin-top: 0.45rem; } }

@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 0.45rem; } }

@media screen and (min-width: 768px), print {
  .-mt50 {
    margin-top: 0.5rem; } }

@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 0.5rem; } }

@media screen and (min-width: 768px), print {
  .-mt55 {
    margin-top: 0.55rem; } }

@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 0.55rem; } }

@media screen and (min-width: 768px), print {
  .-mt60 {
    margin-top: 0.6rem; } }

@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 0.6rem; } }

@media screen and (min-width: 768px), print {
  .-mb0 {
    margin-bottom: 0rem; } }

@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0rem; } }

@media screen and (min-width: 768px), print {
  .-mb5 {
    margin-bottom: 0.05rem; } }

@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 0.05rem; } }

@media screen and (min-width: 768px), print {
  .-mb10 {
    margin-bottom: 0.1rem; } }

@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 0.1rem; } }

@media screen and (min-width: 768px), print {
  .-mb15 {
    margin-bottom: 0.15rem; } }

@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 0.15rem; } }

@media screen and (min-width: 768px), print {
  .-mb20 {
    margin-bottom: 0.2rem; } }

@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 0.2rem; } }

@media screen and (min-width: 768px), print {
  .-mb25 {
    margin-bottom: 0.25rem; } }

@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 0.25rem; } }

@media screen and (min-width: 768px), print {
  .-mb30 {
    margin-bottom: 0.3rem; } }

@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 0.3rem; } }

@media screen and (min-width: 768px), print {
  .-mr0 {
    margin-right: 0rem; } }

@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0rem; } }

@media screen and (min-width: 768px), print {
  .-mr5 {
    margin-right: 0.05rem; } }

@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 0.05rem; } }

@media screen and (min-width: 768px), print {
  .-mr10 {
    margin-right: 0.1rem; } }

@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 0.1rem; } }

@media screen and (min-width: 768px), print {
  .-mr15 {
    margin-right: 0.15rem; } }

@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 0.15rem; } }

@media screen and (min-width: 768px), print {
  .-mr20 {
    margin-right: 0.2rem; } }

@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 0.2rem; } }

@media screen and (min-width: 768px), print {
  .-ml0 {
    margin-left: 0rem; } }

@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0rem; } }

@media screen and (min-width: 768px), print {
  .-ml5 {
    margin-left: 0.05rem; } }

@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 0.05rem; } }

@media screen and (min-width: 768px), print {
  .-ml10 {
    margin-left: 0.1rem; } }

@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 0.1rem; } }

@media screen and (min-width: 768px), print {
  .-ml15 {
    margin-left: 0.15rem; } }

@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 0.15rem; } }

@media screen and (min-width: 768px), print {
  .-ml20 {
    margin-left: 0.2rem; } }

@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 0.2rem; } }

/* padding
============================================================= */
@media screen and (min-width: 768px), print {
  .-pcPdg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (max-width: 767px) {
  .-spPdg {
    padding-left: 0.2rem;
    padding-right: 0.2rem; } }

/* text-align
============================================================= */
.-textRight {
  text-align: right; }

.-textCenter {
  text-align: center; }

.-textLeft {
  text-align: left; }

/* inview
============================================================= */
@media (prefers-reduced-motion: reduce) {
  .inview {
    opacity: 1 !important;
    display: block !important;
    transition-duration: 0s !important; } }

/* footer
============================================================= */
@media screen and (min-width: 768px), print {
  .section__links {
    margin-top: 1.005rem; } }

@media screen and (max-width: 767px) {
  .section__links {
    margin-top: 0.34rem; } }

@media screen and (min-width: 768px), print {
  .section__links__list {
    margin-top: 0.275rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .section__links__list:after {
      content: "";
      display: block;
      width: calc((100% - 0.4rem) / 3); }
    .section__links__list > .layout__item {
      width: calc((100% - 0.4rem) / 3); }
      .section__links__list > .layout__item:nth-child(n + 4) {
        margin-top: 0.2rem; }
      .section__links__list > .layout__item:nth-child(n + 2) {
        margin-left: 0.2rem; }
      .section__links__list > .layout__item:nth-child(3n - 2) {
        margin-left: 0px; }
      .section__links__list > .layout__item:nth-child(3n) {
        margin-right: -1%; } }

@media screen and (max-width: 767px) {
  .section__links__list {
    margin-top: 0.19rem; } }

@media screen and (max-width: 767px) {
  .section__links__listItem + .section__links__listItem {
    margin-top: 0.165rem; } }

@media screen and (min-width: 768px), print {
  .section__links__listItem.layout__item.-go {
    width: calc((100% - 0.4rem) / 6) !important; } }

#footer {
  background-color: #2D287F;
  color: #fff; }

@media screen and (min-width: 768px), print {
  .footer__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 12rem; } }

@media screen and (min-width: 768px), print {
  .footer__inner {
    padding: 0.4rem 0 0.2rem; } }

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0.32rem 0.24rem 0.2rem; } }

@media screen and (min-width: 768px), print {
  .-cgi .footer__inner {
    padding: 0.47rem 0 0.2rem; } }

@media screen and (max-width: 767px) {
  .-cgi .footer__inner {
    padding: 0.32rem 0.2rem 0.2rem; } }

.footer__navi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (min-width: 768px), print {
    .footer__navi {
      margin-left: auto;
      margin-right: auto;
      max-width: 12rem; } }
  @media screen and (min-width: 768px), print {
    .footer__navi .globalNavi {
      transform: translateY(0); } }
  .footer__navi .globalNavi__list .globalNavi__listItem a {
    color: #fff; }
    @media screen and (min-width: 768px), print {
      .footer__navi .globalNavi__list .globalNavi__listItem a.navigate-anchor + .globalNavi__list__child {
        margin-top: 0.26rem; } }
  @media screen and (min-width: 768px), print {
    .footer__navi .globalNavi__listItem.-hasChildren {
      padding-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .footer__navi .globalNavi__listItem.-hasChildren > a {
      padding-right: 0; }
      .footer__navi .globalNavi__listItem.-hasChildren > a::before {
        content: none; } }
  @media screen and (min-width: 768px), print {
    .footer__navi .globalNavi__listItem.-hasChildren ul {
      position: static;
      opacity: 1;
      text-align: left;
      background-color: transparent;
      box-shadow: none;
      bottom: auto;
      left: auto;
      transform: translateX(0);
      width: auto;
      margin-top: 0.09rem; } }
  @media screen and (min-width: 768px), print {
    .footer__navi .globalNavi__listItem.-hasChildren ul li + li {
      border-top: none; } }
  .footer__navi .globalNavi__listItem.-hasChildren ul li a {
    position: relative;
    text-decoration: none; }
    @media screen and (min-width: 768px), print {
      .footer__navi .globalNavi__listItem.-hasChildren ul li a {
        display: block;
        font-size: 0.13rem;
        color: #fff;
        padding: 0.05rem 0;
        padding-left: 0.12rem; } }
    .footer__navi .globalNavi__listItem.-hasChildren ul li a::before {
      position: absolute;
      background-color: #fff;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .footer__navi .globalNavi__listItem.-hasChildren ul li a::before {
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 0.06rem;
          height: 1px; } }
  @media screen and (min-width: 768px), print {
    .footer__navi .globalNavi__list__child li:not(:first-of-type) {
      margin-top: 0.1rem; } }
  .footer__navi .globalNavi__list__child li a {
    display: block;
    font-weight: 400; }
    @media screen and (min-width: 768px), print {
      .footer__navi .globalNavi__list__child li a {
        line-height: 2;
        font-size: 0.14rem; } }
  .footer__navi .globalNavi__list__child li a[target="_blank"] {
    position: relative; }
    @media screen and (min-width: 768px), print {
      .footer__navi .globalNavi__list__child li a[target="_blank"] {
        padding-left: 0.19rem; } }
    .footer__navi .globalNavi__list__child li a[target="_blank"]::before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 0.12rem;
      height: 0.12rem;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_717%22%20data-name%3D%22%E3%83%91%E3%82%B9%20717%22%20d%3D%22M13%2C10.333v3.333A1.333%2C1.333%2C0%2C0%2C1%2C11.667%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V6.333A1.337%2C1.337%2C0%2C0%2C1%2C4.333%2C5H7.667M11%2C3h4V7M7.667%2C10.333l6.8-6.8%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: contain;
      content: ""; }

@media screen and (min-width: 768px), print {
  .footer__logo {
    width: 2.73rem;
    transition: 0.5s opacity ease; }
    .footer__logo:hover {
      opacity: 0.6; } }

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 1.03rem; } }

@media screen and (min-width: 768px), print {
  .-cgi .footer__logo {
    margin-bottom: 0.225rem; } }

.footer__address {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .footer__address {
      margin-top: 0;
      line-height: 1.68; } }
  @media screen and (max-width: 767px) {
    .footer__address {
      margin-top: 0.129rem;
      font-size: 0.12rem;
      line-height: 1.35; } }
  .-cgi .footer__address {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 768px), print {
      .-cgi .footer__address {
        font-size: 0.14rem; } }
    @media screen and (max-width: 767px) {
      .-cgi .footer__address {
        line-height: 1.5; } }
.footer__copyright {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.92;
  text-align: right; }
  @media screen and (min-width: 768px), print {
    .footer__copyright {
      margin-top: 0.72rem;
      font-size: 0.14rem; } }
  @media screen and (max-width: 767px) {
    .footer__copyright {
      margin-top: 0.4rem;
      font-size: 0.1rem; } }
  .-cgi .footer__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    @media screen and (min-width: 768px), print {
      .-cgi .footer__copyright {
        margin-top: -0.05rem;
        font-size: 0.12rem;
        letter-spacing: 0.04em; } }
    @media screen and (max-width: 767px) {
      .-cgi .footer__copyright {
        margin-top: 0.3rem;
        letter-spacing: 0em; } }
/* form
============================================================= */
/* reset */
input,
textarea,
label {
  vertical-align: middle; }
  input:focus,
  textarea:focus,
  label:focus {
    border-color: #2D287F; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa; }

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }
  input::-ms-clear {
    visibility: hidden; }
  input::-ms-reveal {
    visibility: hidden; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }
  select::-ms-expand {
    background-color: transparent;
    border: 0;
    display: none; }
  select:focus {
    border-color: #2D287F; }

textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  outline: none;
  width: 100%; }

button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

/* input */
.input {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  /* type */
  /* modifier */ }
  @media screen and (min-width: 768px), print {
    .input {
      padding: 0.15rem;
      font-size: 0.16rem; } }
  @media screen and (max-width: 767px) {
    .input {
      font-size: 16px;
      padding: 0.12rem; } }
  .input.-radio {
    display: inline-block;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
    .input.-radio + label {
      display: flex;
      align-items: center;
      cursor: pointer;
      position: relative; }
      @media screen and (max-width: 767px) {
        .input.-radio + label {
          font-size: 0.16rem;
          line-height: 1.3; } }
      .input.-radio + label:last-of-type {
        margin-right: 0; }
      .input.-radio + label:before {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        content: "";
        display: inline-block;
        position: relative;
        vertical-align: top;
        cursor: pointer;
        box-sizing: border-box; }
        @media screen and (min-width: 768px), print {
          .input.-radio + label:before {
            min-width: 0.24rem;
            width: 0.24rem;
            height: 0.24rem;
            margin-right: 0.1rem; } }
        @media screen and (max-width: 767px) {
          .input.-radio + label:before {
            width: 0.2rem;
            height: 0.2rem;
            margin-right: 0.08rem; } }
      .input.-radio + label::after {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
        @media screen and (min-width: 768px), print {
          .input.-radio + label::after {
            background-size: 0.14rem auto;
            width: 0.24rem;
            height: 0.24rem; } }
        @media screen and (max-width: 767px) {
          .input.-radio + label::after {
            background-size: 0.12rem auto;
            width: 0.2rem;
            height: 0.2rem; } }
    .input.-radio:checked + label::after {
      opacity: 1; }
    .input.-radio:focus + label::before {
      border: 1px solid #2D287F; }
    .input.-radio:disabled + label::before {
      border-color: #f9f9f9;
      background: #f9f9f9; }
  .input.-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
    .input.-checkbox + label {
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-left: 0.27rem; }
      .input.-checkbox + label:before {
        background: #fff;
        border: 1px solid #d5d5d5;
        content: "";
        display: block;
        position: absolute;
        cursor: pointer;
        left: 0;
        width: 0.17rem;
        height: 0.17rem;
        top: 0.02rem; }
      .input.-checkbox + label::after {
        content: "";
        background: transparent;
        display: block;
        position: absolute;
        opacity: 0;
        border-left: 2px solid #fff;
        border-bottom: 4px solid #fff;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        transform: rotate(-45deg) scaleY(0.5);
        width: 0.1rem;
        height: 0.1rem;
        left: 0.03rem;
        top: 0.02rem; }
    .input.-checkbox:checked + label::before {
      background-color: #2D287F;
      border: 1px solid #2D287F; }
    .input.-checkbox:checked + label::after {
      opacity: 1; }
    .input.-checkbox:focus + label::before {
      border: 1px solid #2D287F;
      border-color: #2D287F; }
    .input.-checkbox:disabled + label::before {
      border-color: #f9f9f9;
      background: #f9f9f9; }
  @media screen and (min-width: 768px), print {
    .input.-sizeSS {
      width: 0.8rem; } }
  @media screen and (max-width: 767px) {
    .input.-sizeSS {
      width: 0.6rem; } }
  @media screen and (min-width: 768px), print {
    .input.-sizeS {
      width: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .input.-sizeS {
      width: 1rem; } }
  @media screen and (min-width: 768px), print {
    .input.-sizeM {
      width: 2rem; } }
  @media screen and (min-width: 768px), print {
    .input.-sizeL {
      width: 4rem; } }
  @media screen and (min-width: 768px), print {
    .input.-sizeLL {
      width: 5rem; } }
  .input.-postalFirst {
    width: 0.7rem; }
  .input.-postalLast {
    width: 0.9rem; }

.select {
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1.2;
  width: 100%; }
  @media screen and (min-width: 768px), print {
    .select {
      font-size: 0.16rem;
      padding: 0.16rem 0.45rem 0.16rem 0.15rem; } }
  @media screen and (max-width: 767px) {
    .select {
      font-size: 0.16rem;
      padding: 0.13rem 0.6rem 0.13rem 0.2rem;
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .select.-sizeSS {
      width: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .select.-sizeSS {
      width: 1rem; } }
  @media screen and (min-width: 768px), print {
    .select.-sizeS {
      width: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .select.-sizeS {
      width: 1rem; } }
  @media screen and (min-width: 768px), print {
    .select.-sizeM {
      width: 2rem; } }
  .select.-w100 {
    width: 100%; }

.textarea {
  background-color: #fff;
  border: 1px solid #ccc; }
  @media screen and (min-width: 768px), print {
    .textarea {
      font-size: 0.16rem;
      min-height: 2.5rem;
      padding: 0.15rem; } }
  @media screen and (max-width: 767px) {
    .textarea {
      font-size: 0.16rem;
      min-height: 1.6rem;
      padding: 0.15rem; } }
  @media screen and (min-width: 768px), print {
    .textarea.-large {
      min-height: 3.5rem; } }
  @media screen and (max-width: 767px) {
    .textarea.-large {
      min-height: 2.2rem; } }
  @media screen and (min-width: 768px), print {
    .textarea.-small {
      min-height: 0.7rem; } }
  @media screen and (max-width: 767px) {
    .textarea.-small {
      min-height: 0.5rem; } }
/* postalButton */
.postalButton {
  background-color: #000;
  color: #fff; }
  @media screen and (min-width: 768px), print {
    .postalButton {
      font-size: 0.12rem;
      padding: 0.06rem 0.1rem; }
      .postalButton br {
        display: none; } }
  @media screen and (max-width: 767px) {
    .postalButton {
      font-size: 0.11rem;
      padding: 0.03rem 0.1rem;
      line-height: 1.3; } }
  .-marginSmall .postalButton {
    margin-left: 0.1rem; }

/* wrap */
.inputWrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
  /* modifier */ }
  .inputWrap > div {
    margin-bottom: 0.1rem; }
    .inputWrap > div:not(:last-child) {
      margin-right: 0.2rem; }
  .inputWrap.-center {
    align-items: center; }
  .inputWrap.-marginSmall > div:not(:last-child) {
    margin-right: 0.1rem; }
  .inputWrap.-block {
    display: block; }
    .inputWrap.-block > div {
      margin-right: 0; }
      .inputWrap.-block > div:not(:last-child) {
        margin-bottom: 0.1rem; }
    .inputWrap.-block label {
      display: block !important; }
  @media screen and (max-width: 767px) {
    .inputWrap.-spBlock {
      display: block; }
      .inputWrap.-spBlock > div {
        margin-right: 0; }
        .inputWrap.-spBlock > div:not(:last-child) {
          margin-bottom: 0.1rem; } }
.selectWrap {
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 767px) {
    .selectWrap {
      width: 100%; }
      .selectWrap + .selectWrap {
        margin-top: 0.05rem; } }
  .selectWrap::after {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0.04rem;
    top: 0;
    margin: auto;
    border-top: 2px solid #2D287F;
    border-right: 2px solid #2D287F;
    transform: rotate(135deg);
    width: 0.08rem;
    height: 0.08rem;
    right: 0.17rem; }

.fileWrap + .fileWrap {
  margin-top: 0.1rem; }

.fileWrap .inputWrap {
  margin-bottom: 0; }

/* error */
ul.error {
  background-color: rgba(45, 40, 127, 0.1); }
  @media screen and (min-width: 768px), print {
    ul.error {
      padding: 0.2rem; } }
  @media screen and (max-width: 767px) {
    ul.error {
      padding: 0.15rem; } }
  ul.error a {
    text-decoration: underline; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      ul.error a:hover {
        text-decoration: none; } }
  ul.error + * {
    margin-top: 0.2rem; }

/* formTitle */
.formTitle {
  font-weight: 700; }
  @media screen and (min-width: 768px), print {
    .formTitle {
      font-size: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .formTitle {
      font-size: 0.2rem; } }
  .formTitle + * {
    margin-top: 0.2rem; }

/* formInfo */
.formInfo + * {
  margin-top: 0.35rem; }

/* formTable */
.formTable {
  background-color: #fff;
  border-top: 1px solid #c9d2cd;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .formTable {
      display: block; }
      .formTable tbody,
      .formTable tr,
      .formTable th,
      .formTable td {
        display: block; } }
  .formTable tr.-verTop th,
  .formTable tr.-verTop td {
    vertical-align: top !important; }
  .formTable tr.-required th span {
    display: flex;
    align-items: center; }
    .formTable tr.-required th span::after {
      background-color: red;
      color: #fff;
      content: "必須";
      display: inline-block;
      font-size: 0.12rem;
      line-height: 1;
      margin-left: 0.1rem;
      padding: 0.03rem 0.05rem;
      white-space: nowrap; }
  .formTable th,
  .formTable td {
    border-bottom: 1px solid #c9d2cd;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 768px), print {
      .formTable th,
      .formTable td {
        padding: 0.2rem 0.25rem; } }
    @media screen and (max-width: 767px) {
      .formTable th,
      .formTable td {
        padding: 0.15rem; } }
  .formTable th {
    background-color: #e7e7df;
    font-weight: 700; }
    @media screen and (min-width: 768px), print {
      .formTable th {
        font-size: 0.18rem;
        width: 28%; } }
    @media screen and (max-width: 767px) {
      .formTable th {
        font-size: 0.17rem; } }
    .formTable th.required > span {
      background-color: red;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 768px), print {
        .formTable th.required > span {
          padding-right: 0.71rem; } }
      @media screen and (max-width: 767px) {
        .formTable th.required > span {
          padding-right: 0.568rem; } }
  .formTable td {
    letter-spacing: 0.03em; }
    @media screen and (min-width: 768px), print {
      .formTable td {
        font-size: 0.16rem;
        width: 72%; } }
    @media screen and (max-width: 767px) {
      .formTable td {
        font-size: 0.15rem; } }
    .formTable td span.note {
      display: block;
      color: red; }
      @media screen and (min-width: 768px), print {
        .formTable td span.note {
          font-size: 0.13rem;
          margin-top: 0.1rem; } }
      @media screen and (max-width: 767px) {
        .formTable td span.note {
          font-size: 0.11rem;
          margin-top: 0.08rem; } }
    .formTable td span.error {
      display: block;
      color: red; }
      @media screen and (min-width: 768px), print {
        .formTable td span.error {
          margin-top: 0.15rem; } }
      @media screen and (max-width: 767px) {
        .formTable td span.error {
          margin-top: 0.15rem; } }
/* formPrivacy */
@media screen and (min-width: 768px), print {
  .formPrivacy {
    margin-top: 0.4rem; } }

.formPrivacy__title {
  font-weight: 700; }
  @media screen and (min-width: 768px), print {
    .formPrivacy__title {
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .formPrivacy__title {
      font-size: 0.16rem; } }
  .formPrivacy__title + * {
    margin-top: 0.15rem; }

.formPrivacy__contents {
  background-color: #eee;
  height: 2rem;
  overflow-y: scroll;
  padding: 0.3rem 0.35rem;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 768px), print {
    .formPrivacy__contents {
      font-size: 0.14rem; } }
/* formButton */
.formButton {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 768px), print {
    .formButton {
      margin-top: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .formButton {
      margin-top: 0.3rem; } }
  @media screen and (min-width: 768px), print {
    .formButton > *:not(:last-child) {
      margin-right: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .formButton > *:not(:last-child) {
      margin-right: 0.15rem; } }
  @media screen and (min-width: 768px), print {
    .formButton .button {
      min-width: 3.2rem; } }
.form__selectParts {
  display: inline-block;
  position: relative;
  border-radius: 0.05rem;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .form__selectParts {
      position: absolute;
      top: 1.4rem;
      left: 0.24rem;
      width: calc(100% - 0.48rem); } }
  .form__selectParts::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #000;
    content: "";
    pointer-events: none; }
    @media screen and (min-width: 768px), print {
      .form__selectParts::before {
        right: 0.48rem;
        height: 0.2rem; } }
    @media screen and (max-width: 767px) {
      .form__selectParts::before {
        right: 0.315rem;
        height: 0.13rem; } }
  .form__selectParts::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    pointer-events: none; }
    @media screen and (min-width: 768px), print {
      .form__selectParts::after {
        right: 0.2rem;
        width: 0.06rem;
        height: 0.06rem; } }
    @media screen and (max-width: 767px) {
      .form__selectParts::after {
        top: 46%;
        right: 0.136rem;
        width: 0.04rem;
        height: 0.04rem; } }
  .form__selectParts select {
    font-weight: 400;
    font-style: normal;
    font-family: "Century Gothic";
    letter-spacing: 0.008em;
    line-height: 1.6;
    border-radius: 0.05rem; }
    @media screen and (min-width: 768px), print {
      .form__selectParts select {
        padding: 0.15rem 0.9rem 0.15rem 0.2rem;
        font-size: 0.15rem; } }
    @media screen and (max-width: 767px) {
      .form__selectParts select {
        padding: 0.09rem 0.45rem 0.09rem 0.1rem;
        font-size: 0.11rem; } }
/* header
============================================================= */
#header {
  position: relative;
  background-color: #2D287F;
  /* header カラー反転 */ }
  .-colorInversion #header {
    background-color: #F5F5F5; }

#header__cgi {
  position: relative;
  background-color: #fff; }

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (min-width: 768px), print {
    .header__inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 12rem; } }
  @media screen and (min-width: 768px), print {
    .header__inner {
      padding: 0.26rem 0 0.395rem; } }
  @media screen and (max-width: 767px) {
    .header__inner {
      padding: 0.19rem 0.2rem; } }
  @media screen and (min-width: 768px), print {
    #header__cgi .header__inner {
      padding: 0.16rem 0 0.212rem; } }
  @media screen and (max-width: 767px) {
    #header__cgi .header__inner {
      padding: 0.12rem 0.2rem 0.145rem; } }
@media screen and (min-width: 768px), print {
  .header__logo {
    width: 2.73rem;
    transform: translateX(-0.5rem);
    transition: 0.5s opacity ease; }
    .header__logo:hover {
      opacity: 0.6; } }

@media screen and (max-width: 767px) {
  .header__logo {
    width: 1.8rem; } }

@media screen and (min-width: 768px), print {
  #header__cgi .header__logo, .header__fixed.-cgi .header__logo {
    width: 3.41rem;
    transform: translateX(-0.19rem); } }

@media screen and (max-width: 767px) {
  #header__cgi .header__logo a, .header__fixed.-cgi .header__logo a {
    display: block; } }

#header__cgi .header__logo img, .header__fixed.-cgi .header__logo img {
  width: 100%;
  height: auto; }

@media screen and (min-width: 768px), print {
  .header__language {
    position: absolute;
    top: 0;
    right: 0; } }

@media screen and (min-width: 768px), print {
  #header__cgi .header__language, .header__fixed.-cgi .header__language {
    transform: translateX(0.2rem); } }

.header__language__list {
  border: 1px solid #fff;
  /* header カラー反転 */ }
  @media screen and (min-width: 768px), print {
    .header__language__list {
      border-top: none; } }
  .-colorInversion .header__language__list {
    border: 1px solid #2D287F;
    border-top: none; }

.header__language__listItem {
  /* header カラー反転 */ }
  .header__language__listItem a {
    display: block;
    position: relative;
    font-weight: 400;
    font-style: normal;
    font-family: "Century Gothic";
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: 1; }
    @media screen and (min-width: 768px), print {
      .header__language__listItem a {
        padding: 0.05rem 0.06rem 0.05rem 0.27rem;
        font-size: 0.13rem;
        transition: 0.5s opacity ease; }
        .header__language__listItem a:hover {
          opacity: 0.6; } }
    @media screen and (max-width: 767px) {
      .header__language__listItem a {
        padding: 0.08rem 0.15rem 0.08rem 0.41rem;
        font-size: 0.13rem; } }
    .header__language__listItem a::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%22%20transform%3D%22translate(0%20-0.006)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M8%2C.006a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C.006ZM3.05%2C3.056A7%2C7%2C0%2C0%2C1%2C5.658%2C1.409a7.329%2C7.329%2C0%2C0%2C0-1.18%2C2.16H2.587C2.733%2C3.39%2C2.887%2C3.219%2C3.05%2C3.056Zm-1%2C1.262H4.237a13.513%2C13.513%2C0%2C0%2C0-.48%2C3.312H1.01A6.953%2C6.953%2C0%2C0%2C1%2C2.05%2C4.318Zm0%2C7.375A6.953%2C6.953%2C0%2C0%2C1%2C1.01%2C8.381H3.76a13.552%2C13.552%2C0%2C0%2C0%2C.475%2C3.312H2.05Zm1%2C1.262c-.163-.163-.317-.334-.464-.512H4.479a8.925%2C8.925%2C0%2C0%2C0%2C.447%2C1.038%2C6.344%2C6.344%2C0%2C0%2C0%2C.73%2C1.122A7%2C7%2C0%2C0%2C1%2C3.05%2C12.955ZM7.625%2C15q-.176-.009-.349-.027a2.455%2C2.455%2C0%2C0%2C1-.547-.343%2C5.4%2C5.4%2C0%2C0%2C1-1.45-2.183H7.625V15Zm0-3.3H5.018a12.631%2C12.631%2C0%2C0%2C1-.51-3.312H7.625v3.312Zm0-4.062H4.51a12.612%2C12.612%2C0%2C0%2C1%2C.511-3.312h2.6V7.631Zm0-4.062H5.283c.1-.243.2-.479.31-.694A4.7%2C4.7%2C0%2C0%2C1%2C6.729%2C1.386a2.455%2C2.455%2C0%2C0%2C1%2C.547-.342q.173-.018.349-.027V3.568Zm6.325.75a6.953%2C6.953%2C0%2C0%2C1%2C1.04%2C3.312H12.24a13.546%2C13.546%2C0%2C0%2C0-.475-3.312H13.95Zm-1-1.262c.163.163.317.334.464.512H11.52a8.953%2C8.953%2C0%2C0%2C0-.447-1.038%2C6.345%2C6.345%2C0%2C0%2C0-.73-1.122A7.007%2C7.007%2C0%2C0%2C1%2C12.95%2C3.056ZM8.375%2C1.016q.176.009.349.027a2.469%2C2.469%2C0%2C0%2C1%2C.547.342%2C5.394%2C5.394%2C0%2C0%2C1%2C1.45%2C2.183H8.375Zm0%2C3.3h2.607a12.627%2C12.627%2C0%2C0%2C1%2C.51%2C3.312H8.375Zm0%2C4.062H11.49a12.61%2C12.61%2C0%2C0%2C1-.511%2C3.312h-2.6Zm.9%2C6.245a2.467%2C2.467%2C0%2C0%2C1-.547.343q-.173.018-.349.027V12.443h2.342c-.1.243-.2.478-.31.694A4.694%2C4.694%2C0%2C0%2C1%2C9.271%2C14.626Zm3.679-1.671A7%2C7%2C0%2C0%2C1%2C10.342%2C14.6a7.329%2C7.329%2C0%2C0%2C0%2C1.18-2.16h1.892C13.267%2C12.621%2C13.113%2C12.793%2C12.95%2C12.955Zm1-1.262H11.762a13.515%2C13.515%2C0%2C0%2C0%2C.48-3.312H14.99A6.953%2C6.953%2C0%2C0%2C1%2C13.95%2C11.693Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .header__language__listItem a::before {
          left: 0.07rem;
          width: 0.16rem;
          height: 0.16rem; } }
      @media screen and (max-width: 767px) {
        .header__language__listItem a::before {
          left: 0.16rem;
          width: 0.1725rem;
          height: 0.1725rem; } }
    #header__cgi .header__language__listItem a, .header__fixed.-cgi .header__language__listItem a {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      color: #2D287F; }
      @media screen and (min-width: 768px), print {
        #header__cgi .header__language__listItem a, .header__fixed.-cgi .header__language__listItem a {
          top: 0.21rem;
          transform: translateY(0);
          padding: 0 0 0 0.27rem;
          font-size: 0.12rem; } }
      #header__cgi .header__language__listItem a::before, .header__fixed.-cgi .header__language__listItem a::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%22%20transform%3D%22translate(0%20-0.006)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M8%2C.006a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C.006ZM3.05%2C3.056A7%2C7%2C0%2C0%2C1%2C5.658%2C1.409a7.329%2C7.329%2C0%2C0%2C0-1.18%2C2.16H2.587C2.733%2C3.39%2C2.887%2C3.219%2C3.05%2C3.056Zm-1%2C1.262H4.237a13.513%2C13.513%2C0%2C0%2C0-.48%2C3.312H1.01A6.953%2C6.953%2C0%2C0%2C1%2C2.05%2C4.318Zm0%2C7.375A6.953%2C6.953%2C0%2C0%2C1%2C1.01%2C8.381H3.76a13.552%2C13.552%2C0%2C0%2C0%2C.475%2C3.312H2.05Zm1%2C1.262c-.163-.163-.317-.334-.464-.512H4.479a8.925%2C8.925%2C0%2C0%2C0%2C.447%2C1.038%2C6.344%2C6.344%2C0%2C0%2C0%2C.73%2C1.122A7%2C7%2C0%2C0%2C1%2C3.05%2C12.955ZM7.625%2C15q-.176-.009-.349-.027a2.455%2C2.455%2C0%2C0%2C1-.547-.343%2C5.4%2C5.4%2C0%2C0%2C1-1.45-2.183H7.625V15Zm0-3.3H5.018a12.631%2C12.631%2C0%2C0%2C1-.51-3.312H7.625v3.312Zm0-4.062H4.51a12.612%2C12.612%2C0%2C0%2C1%2C.511-3.312h2.6V7.631Zm0-4.062H5.283c.1-.243.2-.479.31-.694A4.7%2C4.7%2C0%2C0%2C1%2C6.729%2C1.386a2.455%2C2.455%2C0%2C0%2C1%2C.547-.342q.173-.018.349-.027V3.568Zm6.325.75a6.953%2C6.953%2C0%2C0%2C1%2C1.04%2C3.312H12.24a13.546%2C13.546%2C0%2C0%2C0-.475-3.312H13.95Zm-1-1.262c.163.163.317.334.464.512H11.52a8.953%2C8.953%2C0%2C0%2C0-.447-1.038%2C6.345%2C6.345%2C0%2C0%2C0-.73-1.122A7.007%2C7.007%2C0%2C0%2C1%2C12.95%2C3.056ZM8.375%2C1.016q.176.009.349.027a2.469%2C2.469%2C0%2C0%2C1%2C.547.342%2C5.394%2C5.394%2C0%2C0%2C1%2C1.45%2C2.183H8.375Zm0%2C3.3h2.607a12.627%2C12.627%2C0%2C0%2C1%2C.51%2C3.312H8.375Zm0%2C4.062H11.49a12.61%2C12.61%2C0%2C0%2C1-.511%2C3.312h-2.6Zm.9%2C6.245a2.467%2C2.467%2C0%2C0%2C1-.547.343q-.173.018-.349.027V12.443h2.342c-.1.243-.2.478-.31.694A4.694%2C4.694%2C0%2C0%2C1%2C9.271%2C14.626Zm3.679-1.671A7%2C7%2C0%2C0%2C1%2C10.342%2C14.6a7.329%2C7.329%2C0%2C0%2C0%2C1.18-2.16h1.892C13.267%2C12.621%2C13.113%2C12.793%2C12.95%2C12.955Zm1-1.262H11.762a13.515%2C13.515%2C0%2C0%2C0%2C.48-3.312H14.99A6.953%2C6.953%2C0%2C0%2C1%2C13.95%2C11.693Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%232D287F%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: contain; }
        @media screen and (min-width: 768px), print {
          #header__cgi .header__language__listItem a::before, .header__fixed.-cgi .header__language__listItem a::before {
            left: 0.1rem;
            width: 0.14rem;
            height: 0.14rem; } }
    @media screen and (max-width: 767px) {
      .header__fixed.-cgi .header__language__listItem a {
        color: #fff; } }
    @media screen and (max-width: 767px) {
      .header__fixed.-cgi .header__language__listItem a::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%22%20transform%3D%22translate(0%20-0.006)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M8%2C.006a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C.006ZM3.05%2C3.056A7%2C7%2C0%2C0%2C1%2C5.658%2C1.409a7.329%2C7.329%2C0%2C0%2C0-1.18%2C2.16H2.587C2.733%2C3.39%2C2.887%2C3.219%2C3.05%2C3.056Zm-1%2C1.262H4.237a13.513%2C13.513%2C0%2C0%2C0-.48%2C3.312H1.01A6.953%2C6.953%2C0%2C0%2C1%2C2.05%2C4.318Zm0%2C7.375A6.953%2C6.953%2C0%2C0%2C1%2C1.01%2C8.381H3.76a13.552%2C13.552%2C0%2C0%2C0%2C.475%2C3.312H2.05Zm1%2C1.262c-.163-.163-.317-.334-.464-.512H4.479a8.925%2C8.925%2C0%2C0%2C0%2C.447%2C1.038%2C6.344%2C6.344%2C0%2C0%2C0%2C.73%2C1.122A7%2C7%2C0%2C0%2C1%2C3.05%2C12.955ZM7.625%2C15q-.176-.009-.349-.027a2.455%2C2.455%2C0%2C0%2C1-.547-.343%2C5.4%2C5.4%2C0%2C0%2C1-1.45-2.183H7.625V15Zm0-3.3H5.018a12.631%2C12.631%2C0%2C0%2C1-.51-3.312H7.625v3.312Zm0-4.062H4.51a12.612%2C12.612%2C0%2C0%2C1%2C.511-3.312h2.6V7.631Zm0-4.062H5.283c.1-.243.2-.479.31-.694A4.7%2C4.7%2C0%2C0%2C1%2C6.729%2C1.386a2.455%2C2.455%2C0%2C0%2C1%2C.547-.342q.173-.018.349-.027V3.568Zm6.325.75a6.953%2C6.953%2C0%2C0%2C1%2C1.04%2C3.312H12.24a13.546%2C13.546%2C0%2C0%2C0-.475-3.312H13.95Zm-1-1.262c.163.163.317.334.464.512H11.52a8.953%2C8.953%2C0%2C0%2C0-.447-1.038%2C6.345%2C6.345%2C0%2C0%2C0-.73-1.122A7.007%2C7.007%2C0%2C0%2C1%2C12.95%2C3.056ZM8.375%2C1.016q.176.009.349.027a2.469%2C2.469%2C0%2C0%2C1%2C.547.342%2C5.394%2C5.394%2C0%2C0%2C1%2C1.45%2C2.183H8.375Zm0%2C3.3h2.607a12.627%2C12.627%2C0%2C0%2C1%2C.51%2C3.312H8.375Zm0%2C4.062H11.49a12.61%2C12.61%2C0%2C0%2C1-.511%2C3.312h-2.6Zm.9%2C6.245a2.467%2C2.467%2C0%2C0%2C1-.547.343q-.173.018-.349.027V12.443h2.342c-.1.243-.2.478-.31.694A4.694%2C4.694%2C0%2C0%2C1%2C9.271%2C14.626Zm3.679-1.671A7%2C7%2C0%2C0%2C1%2C10.342%2C14.6a7.329%2C7.329%2C0%2C0%2C0%2C1.18-2.16h1.892C13.267%2C12.621%2C13.113%2C12.793%2C12.95%2C12.955Zm1-1.262H11.762a13.515%2C13.515%2C0%2C0%2C0%2C.48-3.312H14.99A6.953%2C6.953%2C0%2C0%2C1%2C13.95%2C11.693Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: contain; } }
  .-colorInversion .header__language__listItem a {
    color: #2D287F; }
    .-colorInversion .header__language__listItem a::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cg%20id%3D%22%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%22%20transform%3D%22translate(0%20-0.006)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M8%2C.006a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C.006ZM3.05%2C3.056A7%2C7%2C0%2C0%2C1%2C5.658%2C1.409a7.329%2C7.329%2C0%2C0%2C0-1.18%2C2.16H2.587C2.733%2C3.39%2C2.887%2C3.219%2C3.05%2C3.056Zm-1%2C1.262H4.237a13.513%2C13.513%2C0%2C0%2C0-.48%2C3.312H1.01A6.953%2C6.953%2C0%2C0%2C1%2C2.05%2C4.318Zm0%2C7.375A6.953%2C6.953%2C0%2C0%2C1%2C1.01%2C8.381H3.76a13.552%2C13.552%2C0%2C0%2C0%2C.475%2C3.312H2.05Zm1%2C1.262c-.163-.163-.317-.334-.464-.512H4.479a8.925%2C8.925%2C0%2C0%2C0%2C.447%2C1.038%2C6.344%2C6.344%2C0%2C0%2C0%2C.73%2C1.122A7%2C7%2C0%2C0%2C1%2C3.05%2C12.955ZM7.625%2C15q-.176-.009-.349-.027a2.455%2C2.455%2C0%2C0%2C1-.547-.343%2C5.4%2C5.4%2C0%2C0%2C1-1.45-2.183H7.625V15Zm0-3.3H5.018a12.631%2C12.631%2C0%2C0%2C1-.51-3.312H7.625v3.312Zm0-4.062H4.51a12.612%2C12.612%2C0%2C0%2C1%2C.511-3.312h2.6V7.631Zm0-4.062H5.283c.1-.243.2-.479.31-.694A4.7%2C4.7%2C0%2C0%2C1%2C6.729%2C1.386a2.455%2C2.455%2C0%2C0%2C1%2C.547-.342q.173-.018.349-.027V3.568Zm6.325.75a6.953%2C6.953%2C0%2C0%2C1%2C1.04%2C3.312H12.24a13.546%2C13.546%2C0%2C0%2C0-.475-3.312H13.95Zm-1-1.262c.163.163.317.334.464.512H11.52a8.953%2C8.953%2C0%2C0%2C0-.447-1.038%2C6.345%2C6.345%2C0%2C0%2C0-.73-1.122A7.007%2C7.007%2C0%2C0%2C1%2C12.95%2C3.056ZM8.375%2C1.016q.176.009.349.027a2.469%2C2.469%2C0%2C0%2C1%2C.547.342%2C5.394%2C5.394%2C0%2C0%2C1%2C1.45%2C2.183H8.375Zm0%2C3.3h2.607a12.627%2C12.627%2C0%2C0%2C1%2C.51%2C3.312H8.375Zm0%2C4.062H11.49a12.61%2C12.61%2C0%2C0%2C1-.511%2C3.312h-2.6Zm.9%2C6.245a2.467%2C2.467%2C0%2C0%2C1-.547.343q-.173.018-.349.027V12.443h2.342c-.1.243-.2.478-.31.694A4.694%2C4.694%2C0%2C0%2C1%2C9.271%2C14.626Zm3.679-1.671A7%2C7%2C0%2C0%2C1%2C10.342%2C14.6a7.329%2C7.329%2C0%2C0%2C0%2C1.18-2.16h1.892C13.267%2C12.621%2C13.113%2C12.793%2C12.95%2C12.955Zm1-1.262H11.762a13.515%2C13.515%2C0%2C0%2C0%2C.48-3.312H14.99A6.953%2C6.953%2C0%2C0%2C1%2C13.95%2C11.693Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%232D287F%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain; }

.header__fixed {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-105%);
  transition: transform 0.3s;
  background-color: #2D287F; }
  @media screen and (min-width: 768px), print {
    .header__fixed {
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06); } }
  @media screen and (max-width: 767px) {
    .header__fixed {
      transform: translateY(-100%); } }
  .header__fixed .spGlobalNaviButton {
    z-index: 102; }
    @media screen and (max-width: 767px) {
      .header__fixed .spGlobalNaviButton {
        width: 0.48rem;
        height: 0.48rem;
        transform: translateY(0.74rem); } }
  .header__fixed.-cgi {
    background-color: #fff; }
    @media screen and (min-width: 768px), print {
      .header__fixed.-cgi .header__inner {
        padding: 0.16rem 0 0.212rem; } }
    .header__fixed.-cgi a {
      color: #2D287F; }

@media screen and (min-width: 768px), print {
  .pg__cgi.-showFixedHeader .header__fixed,
  .pg__cgi__bottom.-showFixedHeader .header__fixed {
    transform: translateY(0); } }

@media screen and (min-width: 768px), print {
  .pg__cgi.en #header__hovDisp,
  .pg__cgi__bottom.en #header__hovDisp {
    bottom: -0.882rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi.en #header__hovDisp ul.-donation::before,
  .pg__cgi.en #header__hovDisp__fixed ul.-donation::before,
  .pg__cgi__bottom.en #header__hovDisp ul.-donation::before,
  .pg__cgi__bottom.en #header__hovDisp__fixed ul.-donation::before {
    right: 2.2rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi.en #header__hovDisp ul.-relatedDivisions::before,
  .pg__cgi.en #header__hovDisp__fixed ul.-relatedDivisions::before,
  .pg__cgi__bottom.en #header__hovDisp ul.-relatedDivisions::before,
  .pg__cgi__bottom.en #header__hovDisp__fixed ul.-relatedDivisions::before {
    right: 0.6rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi.en #header__hovDisp ul li a,
  .pg__cgi.en #header__hovDisp__fixed ul li a,
  .pg__cgi__bottom.en #header__hovDisp ul li a,
  .pg__cgi__bottom.en #header__hovDisp__fixed ul li a {
    font-size: 0.13rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp,
  .pg__cgi__bottom #header__hovDisp {
    position: absolute;
    bottom: -0.938rem;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp,
  .pg__cgi #header__hovDisp__fixed,
  .pg__cgi__bottom #header__hovDisp,
  .pg__cgi__bottom #header__hovDisp__fixed {
    display: none;
    border-top: 1px solid #2D287F; } }

@media screen and (max-width: 767px) {
  .pg__cgi #header__hovDisp,
  .pg__cgi #header__hovDisp__fixed,
  .pg__cgi__bottom #header__hovDisp,
  .pg__cgi__bottom #header__hovDisp__fixed {
    display: none; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp.-active,
  .pg__cgi #header__hovDisp__fixed.-active,
  .pg__cgi__bottom #header__hovDisp.-active,
  .pg__cgi__bottom #header__hovDisp__fixed.-active {
    display: block; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp ul,
  .pg__cgi #header__hovDisp__fixed ul,
  .pg__cgi__bottom #header__hovDisp ul,
  .pg__cgi__bottom #header__hovDisp__fixed ul {
    position: relative;
    display: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 12rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp ul.-donation::before,
  .pg__cgi #header__hovDisp__fixed ul.-donation::before,
  .pg__cgi__bottom #header__hovDisp ul.-donation::before,
  .pg__cgi__bottom #header__hovDisp__fixed ul.-donation::before {
    position: absolute;
    top: -0.08rem;
    right: 1.5rem;
    width: 0.1rem;
    height: 0.08rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_1_480%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%228%22%3E%3Crect%20width%3D%2210%22%20height%3D%228%22%20fill%3D%22%23d9d9d9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_1_480)%22%3E%3Cpath%20d%3D%22M-0.196152%2010L5%201L10.1962%2010H-0.196152Z%22%20fill%3D%22white%22%20stroke%3D%22%232d287f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp ul.-relatedDivisions::before,
  .pg__cgi #header__hovDisp__fixed ul.-relatedDivisions::before,
  .pg__cgi__bottom #header__hovDisp ul.-relatedDivisions::before,
  .pg__cgi__bottom #header__hovDisp__fixed ul.-relatedDivisions::before {
    position: absolute;
    top: -0.08rem;
    right: 0.2rem;
    width: 0.1rem;
    height: 0.08rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_1_480%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%228%22%3E%3Crect%20width%3D%2210%22%20height%3D%228%22%20fill%3D%22%23d9d9d9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_1_480)%22%3E%3Cpath%20d%3D%22M-0.196152%2010L5%201L10.1962%2010H-0.196152Z%22%20fill%3D%22white%22%20stroke%3D%22%232d287f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp ul.-active,
  .pg__cgi #header__hovDisp__fixed ul.-active,
  .pg__cgi__bottom #header__hovDisp ul.-active,
  .pg__cgi__bottom #header__hovDisp__fixed ul.-active {
    display: flex; } }

@media screen and (min-width: 768px), print {
  .pg__cgi #header__hovDisp ul li:not(:first-of-type),
  .pg__cgi #header__hovDisp__fixed ul li:not(:first-of-type),
  .pg__cgi__bottom #header__hovDisp ul li:not(:first-of-type),
  .pg__cgi__bottom #header__hovDisp__fixed ul li:not(:first-of-type) {
    margin-left: 0.45rem; } }

.pg__cgi #header__hovDisp ul li a,
.pg__cgi #header__hovDisp__fixed ul li a,
.pg__cgi__bottom #header__hovDisp ul li a,
.pg__cgi__bottom #header__hovDisp__fixed ul li a {
  display: block;
  color: #2D287F;
  font-weight: 700;
  text-decoration: none; }
  @media screen and (min-width: 768px), print {
    .pg__cgi #header__hovDisp ul li a,
    .pg__cgi #header__hovDisp__fixed ul li a,
    .pg__cgi__bottom #header__hovDisp ul li a,
    .pg__cgi__bottom #header__hovDisp__fixed ul li a {
      padding: 0.32rem 0;
      font-size: 0.16rem; } }
.pg__cgi #header__hovDisp ul li a[target="_blank"],
.pg__cgi #header__hovDisp__fixed ul li a[target="_blank"],
.pg__cgi__bottom #header__hovDisp ul li a[target="_blank"],
.pg__cgi__bottom #header__hovDisp__fixed ul li a[target="_blank"] {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .pg__cgi #header__hovDisp ul li a[target="_blank"],
    .pg__cgi #header__hovDisp__fixed ul li a[target="_blank"],
    .pg__cgi__bottom #header__hovDisp ul li a[target="_blank"],
    .pg__cgi__bottom #header__hovDisp__fixed ul li a[target="_blank"] {
      padding-left: 0.19rem; } }
  .pg__cgi #header__hovDisp ul li a[target="_blank"]::before,
  .pg__cgi #header__hovDisp__fixed ul li a[target="_blank"]::before,
  .pg__cgi__bottom #header__hovDisp ul li a[target="_blank"]::before,
  .pg__cgi__bottom #header__hovDisp__fixed ul li a[target="_blank"]::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.12rem;
    height: 0.12rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_717%22%20data-name%3D%22%E3%83%91%E3%82%B9%20717%22%20d%3D%22M13%2C10.333v3.333A1.333%2C1.333%2C0%2C0%2C1%2C11.667%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V6.333A1.337%2C1.337%2C0%2C0%2C1%2C4.333%2C5H7.667M11%2C3h4V7M7.667%2C10.333l6.8-6.8%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    content: ""; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0.8rem 0.25rem; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 10rem;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0.04rem 0.15rem rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  background-color: transparent;
  position: fixed;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 0.4rem;
  height: 0.4rem;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 768px), print {
    .modaal-close {
      right: 0.3rem;
      top: 0.3rem; } }
  @media screen and (max-width: 767px) {
    .modaal-close {
      right: 0.2rem;
      top: 0.2rem; } }
  .modaal-close:hover {
    opacity: .7; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0.2rem;
    width: 2px;
    height: 0.4rem;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 0.1rem;
    top: 0.1rem; }

@media screen and (min-width: 768px), print {
  .modaal-content-container {
    padding: 0.3rem; } }

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 0.2rem; } }

.modaal-confirm-wrap {
  padding: 0.3rem 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 0.14rem;
  display: inline-block;
  margin: 0 0.1rem;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 0.1rem 0.15rem;
    color: #fff;
    background: #555;
    border-radius: 0.03rem;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -0.06rem !important;
  border-radius: 0 !important;
  width: 10rem !important;
  max-width: 8rem !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 1.4rem;
  padding-right: 1.4rem; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0.2rem 0 0;
  font-size: 0.18rem;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0.16rem;
    left: 0.25rem;
    width: 0.04rem;
    height: 0.18rem;
    border-radius: 0.04rem;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -0.05rem 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 0.05rem 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 0.4rem; }

.modaal-gallery-next-outer {
  right: 0.45rem; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 0.22rem; }

.modaal-gallery-prev:before {
  margin: 0.05rem 0 0;
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -0.05rem 0 0;
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 0.4rem; }

.modaal-gallery-prev-outer {
  left: 0.45rem; }

.modaal-video-wrap {
  margin: auto 0.5rem;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 13rem;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 7.31rem; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .modaal-gallery-control {
    top: auto;
    bottom: 0.2rem;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 0.2rem; }
  .modaal-gallery-prev {
    left: 0.2rem;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 5rem !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 7rem !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem; }
  .modaal-instagram iframe {
    width: 6rem !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 5rem !important; }
  .modaal-video-container {
    max-width: 9rem;
    max-height: 5.1rem; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 2.8rem !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/* all
============================================================= */
/* object fit image */
img.objectFit {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  object-fit: cover; }
  img.objectFit.-contain {
    font-family: 'object-fit: contain;';
    object-fit: contain; }

/* sticky */
.sticky {
  position: sticky;
  top: 0; }
  .sticky::before, .sticky::after {
    content: '';
    display: table; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dots {
  display: inline-block;
  position: absolute;
  list-style: none;
  line-height: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99; }
  @media screen and (min-width: 768px), print {
    .slick-dots {
      bottom: -0.32rem; } }
  @media screen and (max-width: 767px) {
    .slick-dots {
      bottom: -0.24rem; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    overflow: hidden; }
    @media screen and (min-width: 768px), print {
      .slick-dots li {
        width: 0.11rem;
        height: 0.11rem;
        margin: 0 0.06rem; } }
    @media screen and (max-width: 767px) {
      .slick-dots li {
        width: 0.09rem;
        height: 0.09rem;
        margin: 0 0.04rem; } }
    .slick-dots li button {
      background-color: #ccc;
      border: 0;
      border-radius: 50%;
      color: transparent;
      display: block;
      outline: none;
      line-height: 1;
      font-size: 0;
      padding: 0;
      overflow: hidden;
      cursor: pointer; }
      @media screen and (min-width: 768px), print {
        .slick-dots li button {
          width: 0.11rem;
          height: 0.11rem; } }
      @media screen and (max-width: 767px) {
        .slick-dots li button {
          width: 0.09rem;
          height: 0.09rem; } }
    .slick-dots li.slick-active button {
      background-color: #2D287F; }

/* arrow */
.slick-prev,
.slick-next {
  background-color: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  margin: auto;
  top: 0;
  bottom: 0; }
  @media screen and (min-width: 768px), print {
    .slick-prev,
    .slick-next {
      transition-duration: 0.375s;
      height: 0.58rem;
      width: 0.58rem; } }
  @media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
      height: 0.36rem;
      width: 0.36rem; } }
  .slick-prev::before,
  .slick-next::before {
    background-color: transparent;
    content: '';
    border-top: 3px solid #2D287F;
    border-right: 3px solid #2D287F;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (min-width: 768px), print {
      .slick-prev::before,
      .slick-next::before {
        width: 0.12rem;
        height: 0.12rem; } }
    @media screen and (max-width: 767px) {
      .slick-prev::before,
      .slick-next::before {
        border-width: 2px;
        width: 0.08rem;
        height: 0.08rem; } }
.slick-prev {
  left: 0.1rem; }
  .slick-prev::before {
    left: 0.04rem;
    transform: rotate(-135deg); }

.slick-next {
  right: 0.1rem; }
  .slick-next::before {
    right: 0.04rem;
    transform: rotate(45deg); }

/**
 * Swiper 6.5.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #000; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0.1rem;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0.1rem;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.1rem;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.1rem;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.06rem 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.04rem; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0.04rem;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 0.04rem;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 0.1rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.03rem;
  z-index: 50;
  height: 0.05rem;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.03rem;
  top: 1%;
  z-index: 50;
  width: 0.05rem;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.21rem;
  margin-top: -0.21rem;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 0.04rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* pg__404
============================================================= */
@media screen and (max-width: 767px) {
  .pg__404 .other__categoryPage__section {
    padding: 0; } }

.pg__404 .notfound__content {
  background-color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__404 .notfound__content {
      padding: 0.5rem 0.56rem 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pg__404 .notfound__content {
      padding: 0.42rem 0.24rem 0.47rem; } }
@media screen and (min-width: 768px), print {
  .pg__404 .notfound__text {
    font-size: 0.16rem; }
    .pg__404 .notfound__text:nth-child(1) {
      margin-bottom: 0.24rem; } }

@media screen and (max-width: 767px) {
  .pg__404 .notfound__text {
    font-size: 0.14rem;
    text-align: left; }
    .pg__404 .notfound__text:nth-child(1) {
      margin-bottom: 0.16rem; } }

.pg__404 .notfound__text a {
  text-decoration: underline;
  color: #2d287f; }
  .pg__404 .notfound__text a:hover {
    text-decoration: none; }

/* pg__about
============================================================= */
@media screen and (max-width: 767px) {
  .pg__about .other__categoryPage__section {
    padding: 0; } }

.pg__about .about__content {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__about .about__content {
      padding: 0.56rem 0.56rem 0.8rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__content {
      padding: 0.42rem 0.24rem 0.48rem; } }
  @media screen and (min-width: 768px), print {
    .pg__about .about__content + .about__content__section {
      margin-top: 0.8rem; } }
@media screen and (min-width: 768px), print {
  .pg__about .about__content__section + .about__content__section {
    margin-top: 0.76rem; } }

@media screen and (max-width: 767px) {
  .pg__about .about__content__section + .about__content__section {
    margin-top: 0.48rem; } }

.pg__about .about__title {
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__about .about__title {
      font-size: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__title {
      font-size: 0.24rem;
      line-height: 1.25; } }
  @media screen and (min-width: 768px), print {
    .pg__about .about__title + * {
      margin-top: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__title + * {
      margin-top: 0.19rem; } }
.pg__about .about__read {
  letter-spacing: 0.02em;
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__about .about__read {
      font-size: 0.16rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__read {
      font-size: 0.14rem; } }
  @media screen and (min-width: 768px), print {
    .pg__about .about__read + * {
      margin-top: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__read + * {
      margin-top: 0.24rem; } }
@media screen and (max-width: 767px) {
  .pg__about .about__image {
    overflow-x: scroll; } }

@media screen and (max-width: 767px) {
  .pg__about .about__image .about__image__wrap {
    width: 8rem;
    margin-top: 0.12rem; } }

@media screen and (min-width: 768px), print {
  .pg__about .about__image + * {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .pg__about .about__image + * {
    margin-top: 0.24rem; } }

.pg__about .about__image + .about__read {
  background-color: rgba(255, 204, 1, 0.08); }
  @media screen and (min-width: 768px), print {
    .pg__about .about__image + .about__read {
      padding: 0.24rem 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__image + .about__read {
      margin-left: -0.24rem;
      margin-right: -0.24rem;
      padding: 0.24rem; } }
.pg__about .about__image__date {
  text-align: right;
  font-style: italic;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__about .about__image__date {
      margin-top: -0.2rem;
      font-size: 0.14rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__image__date {
      margin-top: 0.15rem;
      font-size: 0.12rem; } }
@media screen and (min-width: 768px), print {
  .pg__about .about__logo {
    width: 1.95rem;
    margin-top: 0.12rem; } }

@media screen and (max-width: 767px) {
  .pg__about .about__logo {
    width: 1.27rem;
    margin-top: 0.16rem; } }

@media screen and (min-width: 768px), print {
  .pg__about .about__iconList {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__about .about__iconList > .layout__item {
      width: calc((100% - 1.52rem) / 9); }
      .pg__about .about__iconList > .layout__item:nth-child(n + 10) {
        margin-top: 0.13rem; }
      .pg__about .about__iconList > .layout__item:nth-child(n + 2) {
        margin-left: 0.19rem; }
      .pg__about .about__iconList > .layout__item:nth-child(9n - 8) {
        margin-left: 0px; }
      .pg__about .about__iconList > .layout__item:nth-child(9n) {
        margin-right: -1%; } }

@media screen and (max-width: 767px) {
  .pg__about .about__iconList {
    margin-top: 0.33rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__about .about__iconList > .layout__item {
      width: calc((100% - 0.24rem) / 5); }
      .pg__about .about__iconList > .layout__item:nth-child(n + 6) {
        margin-top: 0.06rem; }
      .pg__about .about__iconList > .layout__item:nth-child(n + 2) {
        margin-left: 0.06rem; }
      .pg__about .about__iconList > .layout__item:nth-child(5n - 4) {
        margin-left: 0px; }
      .pg__about .about__iconList > .layout__item:nth-child(5n) {
        margin-right: -1%; } }

@media screen and (min-width: 768px), print {
  .pg__about .about__iconList + * {
    margin-top: 0.8rem; } }

@media screen and (min-width: 768px), print {
  .pg__about .about__linkList {
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .pg__about .about__linkList {
    padding: 0.48rem 0.24rem 0; } }

@media screen and (min-width: 768px), print {
  .pg__about .about__linkList__item {
    width: 49%; } }

@media screen and (max-width: 767px) {
  .pg__about .about__linkList__item {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .pg__about .about__linkList__item:not(:first-of-type) {
    margin-top: 0.2rem; } }

.pg__about .about__linkList__item.-partners a {
  background-image: url(/about/img/about_linkBg_partners@2x.jpg); }

.pg__about .about__linkList__item.-campus a {
  background-image: url(/about/img/about_linkBg_campus@2x.jpg); }

.pg__about .about__linkList__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 768px), print {
    .pg__about .about__linkList__item a {
      padding: 1.24rem 0;
      font-size: 0.22rem; } }
  @media screen and (max-width: 767px) {
    .pg__about .about__linkList__item a {
      padding: 0.73rem 0;
      font-size: 0.15rem;
      line-height: 1.2; } }
  .pg__about .about__linkList__item a > span {
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 768px), print {
      .pg__about .about__linkList__item a > span {
        padding-right: 0.36rem; } }
    @media screen and (max-width: 767px) {
      .pg__about .about__linkList__item a > span {
        padding-right: 0.28rem; } }
    .pg__about .about__linkList__item a > span:after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_174%22%20data-name%3D%22%E3%83%91%E3%82%B9%20174%22%20d%3D%22M16.333%2C12.778v4.444A1.778%2C1.778%2C0%2C0%2C1%2C14.556%2C19H4.778A1.778%2C1.778%2C0%2C0%2C1%2C3%2C17.222V7.444A1.783%2C1.783%2C0%2C0%2C1%2C4.778%2C5.667H9.222M13.667%2C3H19V8.333M9.222%2C12.778l9.067-9.067%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .pg__about .about__linkList__item a > span:after {
          width: 0.16rem;
          height: 0.16rem; } }
      @media screen and (max-width: 767px) {
        .pg__about .about__linkList__item a > span:after {
          width: 0.12rem;
          height: 0.12rem; } }
/* pg__cgi
============================================================= */
.pg__cgi {
  font-family: "Noto Sans JP", sans-serif; }
  .pg__cgi #wrapper {
    background-color: #F5F5F5; }
  .pg__cgi #header__cgi .globalNavi__listItem > span,
  .pg__cgi .header__fixed .globalNavi__listItem > span {
    color: #2D287F;
    font-weight: 700;
    cursor: pointer; }
  .pg__cgi .cgi__hero {
    position: relative; }
    .pg__cgi .cgi__hero .hero__slider {
      padding-bottom: 0; }
    .pg__cgi .cgi__hero .swiper-button-prev,
    .pg__cgi .cgi__hero .swiper-button-next {
      bottom: 0;
      background-color: #2D287F; }
      @media screen and (min-width: 768px), print {
        .pg__cgi .cgi__hero .swiper-button-prev,
        .pg__cgi .cgi__hero .swiper-button-next {
          width: 0.8rem;
          height: 0.8rem; } }
      @media screen and (max-width: 767px) {
        .pg__cgi .cgi__hero .swiper-button-prev,
        .pg__cgi .cgi__hero .swiper-button-next {
          width: 0.4rem;
          height: 0.4rem; } }
      @media screen and (min-width: 768px), print {
        .pg__cgi .cgi__hero .swiper-button-prev::after,
        .pg__cgi .cgi__hero .swiper-button-next::after {
          width: 0.1rem;
          height: 0.18rem; } }
      @media screen and (max-width: 767px) {
        .pg__cgi .cgi__hero .swiper-button-prev::after,
        .pg__cgi .cgi__hero .swiper-button-next::after {
          width: 0.05rem;
          height: 0.09rem; } }
    .pg__cgi .cgi__hero .swiper-button-prev {
      left: 0; }
      .pg__cgi .cgi__hero .swiper-button-prev::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.46758e-06%209.001C-0.000233084%208.86941%200.0254694%208.73907%200.0756393%208.61742C0.125809%208.49577%200.199463%208.3852%200.29239%208.29203L8.30303%200.281095C8.49189%200.0986884%208.74483%20-0.00224373%209.00737%203.78109e-05C9.26992%200.00231936%209.52106%200.107632%209.70672%200.293293C9.89237%200.478955%209.99768%200.730111%209.99996%200.992666C10.0022%201.25522%209.90132%201.50817%209.71891%201.69703L2.41721%209.001L9.71891%2016.303C9.90131%2016.4918%2010.0022%2016.7448%209.99996%2017.0073C9.99768%2017.2699%209.89237%2017.521%209.70672%2017.7067C9.52106%2017.8924%209.26992%2017.9977%209.00737%2018C8.74483%2018.0022%208.49189%2017.9013%208.30303%2017.7189L0.29239%209.70797C0.105203%209.5203%205.87228e-05%209.26607%202.46758e-06%209.001Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgi__hero .swiper-button-next {
        left: 0.81rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgi__hero .swiper-button-next {
        left: 0.41rem; } }
    .pg__cgi .cgi__hero .swiper-button-next::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2219%22%20viewBox%3D%220%200%2010%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%209.60541C10.0002%209.73765%209.97453%209.86863%209.92436%209.99087C9.87419%2010.1131%209.80054%2010.2242%209.70761%2010.3179L1.69697%2018.368C1.50811%2018.5513%201.25517%2018.6528%200.992629%2018.6505C0.730083%2018.6482%200.478937%2018.5424%200.293282%2018.3558C0.107627%2018.1692%200.00231927%2017.9168%203.78095e-05%2017.653C-0.00224365%2017.3891%200.0986848%2017.135%200.281085%2016.9452L7.58279%209.60541L0.281085%202.26767C0.0986841%202.07788%20-0.00224433%201.82369%203.71095e-05%201.55985C0.00231855%201.29601%200.107626%201.04362%200.293281%200.857054C0.478936%200.670483%200.730082%200.564655%200.992628%200.562363C1.25517%200.56007%201.50811%200.661497%201.69697%200.844797L9.70761%208.89498C9.8948%209.08357%209.99994%209.33905%2010%209.60541Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .pg__cgi .cgi__heroCopy {
    position: absolute; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgi__heroCopy {
        bottom: 0.4rem;
        right: 0.64rem;
        width: 1.46rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgi__heroCopy {
        bottom: 0.11rem;
        right: 0.2rem;
        width: 0.99rem; } }
  .pg__cgi .section__cgiTop {
    background-color: #F5F5F5; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .section__cgiTop {
        padding: 0.8rem 0 0.82rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .section__cgiTop {
        padding: 0.48rem 0.2rem 0.62rem; } }
  .pg__cgi .cgiTop__inner {
    background-color: #fff; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__inner {
        padding: 0.64rem 0.8rem 0.8rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__inner {
        padding: 0.22rem 0.24rem 0.485rem; } }
  .pg__cgi .cgiTop__title {
    font-weight: 700; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__title {
        font-size: 0.32rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__title {
        font-size: 0.24rem; } }
    .pg__cgi .cgiTop__title.-center {
      text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__cgi .cgiTop__sticky {
      display: flex; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi .cgiTop__stickySide {
      width: 2.3rem;
      margin-right: 0.8rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi .cgiTop__stickySide {
      text-align: center;
      transform: translateY(-2px); } }
  @media screen and (min-width: 768px), print {
    .pg__cgi .cgiTop__stickySide__wrap {
      position: sticky;
      top: 0.2rem; } }
  .pg__cgi .cgiTop__stickySide__title {
    line-height: 1;
    font-weight: 700;
    border-top: 4px solid #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__stickySide__title {
        padding-top: 0.28rem;
        font-size: 0.32rem;
        letter-spacing: 0.03em;
        transform: translateY(-0.02rem); } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__stickySide__title {
        display: inline-block;
        padding-top: 0.23rem;
        font-size: 0.24rem;
        letter-spacing: 0.04em; } }
  .pg__cgi .cgiTop__stickySide__titleSub {
    font-weight: 700;
    color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__stickySide__titleSub {
        margin-top: 0.06rem;
        font-size: 0.16rem; } }
  .pg__cgi .cgiTop__titleEn {
    display: block;
    color: #2D287F;
    line-height: 1;
    letter-spacing: 0.04em; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__titleEn {
        margin-top: 0.2rem;
        font-size: 0.16rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__titleEn {
        margin-top: 0.1rem;
        font-size: 0.12rem; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi .cgiTop__stickyMain {
      flex: 1; } }
  @media screen and (max-width: 767px) {
    .pg__cgi .cgiTop__stickyMain {
      margin-top: 0.33rem; } }
  .pg__cgi .cgiTop__mechanismChief {
    background-color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__mechanismChief {
        display: flex;
        align-items: center; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi .cgiTop__mechanismChief__thumb {
      width: 1.6rem; } }
  .pg__cgi .cgiTop__mechanismChief__detail {
    color: #fff;
    font-weight: 700;
    line-height: 1; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__mechanismChief__detail {
        margin-left: 0.8rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__mechanismChief__detail {
        padding: 0.14rem 0 0.16rem;
        text-align: center; } }
  .pg__cgi .cgiTop__mechanismChief__label {
    letter-spacing: 0.04em; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__mechanismChief__label {
        margin-top: 0.05rem;
        font-size: 0.16rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__mechanismChief__label {
        font-size: 0.12rem; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi .cgiTop__mechanismChief__name {
      margin-top: 0.18rem;
      font-size: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi .cgiTop__mechanismChief__name {
      margin-top: 0.08rem;
      font-size: 0.18rem; } }
  .pg__cgi .cgiTop__text {
    line-height: 1.75; }
    @media screen and (min-width: 768px), print {
      .pg__cgi .cgiTop__text {
        margin-top: 0.55rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi .cgiTop__text {
        margin-top: 0.3rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi.en .cgiTop__title {
    font-size: 0.28rem; } }

@media screen and (max-width: 767px) {
  .pg__cgi.en .cgiTop__title {
    line-height: 1.35; } }

@media screen and (min-width: 768px), print {
  .pg__cgi.en .cgiTop__mechanismChief__detail {
    margin-left: 0.64rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi.en .cgiTop__mechanismChief__label {
    font-size: 0.14rem; } }

@media screen and (max-width: 767px) {
  .pg__cgi.en .cgiTop__mechanismChief__label {
    font-size: 0.11rem; } }

@media screen and (min-width: 768px), print {
  .topics__list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.34rem; } }

@media screen and (max-width: 767px) {
  .topics__list {
    margin-top: 0.32rem; } }

@media screen and (min-width: 768px), print {
  .topics__listItem {
    width: 2.45rem; } }

@media screen and (max-width: 767px) {
  .topics__listItem:not(:first-of-type) {
    margin-top: 0.36rem; } }

.topics__listItem a {
  text-decoration: none; }
  .topics__listItem a.link__blank span {
    position: relative;
    display: inline-block;
    padding-right: 0.2rem; }
    .topics__listItem a.link__blank span::after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0.12rem;
      height: 0.12rem;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_717%22%20data-name%3D%22%E3%83%91%E3%82%B9%20717%22%20d%3D%22M13%2C10.333v3.333A1.333%2C1.333%2C0%2C0%2C1%2C11.667%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V6.333A1.337%2C1.337%2C0%2C0%2C1%2C4.333%2C5H7.667M11%2C3h4V7M7.667%2C10.333l6.8-6.8%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: contain;
      content: ""; }

.topics__listItem img {
  width: 100%;
  height: auto; }

.topics__listItem span {
  display: block;
  margin-top: 0.24rem;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.4375; }

@media screen and (min-width: 768px), print {
  .-programs {
    margin-top: 1.1rem; } }

@media screen and (max-width: 767px) {
  .-programs {
    margin-top: 0.81rem; } }

.-programs .program__button a {
  display: block;
  background-color: #e6e5f7;
  text-decoration: none;
  font-weight: 700;
  color: #2D287F;
  letter-spacing: 0.04em; }
  @media screen and (min-width: 768px), print {
    .-programs .program__button a {
      padding: 0.2rem 0.4rem;
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .-programs .program__button a {
      width: 100%;
      padding: 0.18rem 0.24rem;
      font-size: 0.15rem; } }
  .-programs .program__button a.link__blank span {
    position: relative;
    display: inline-block;
    padding-right: 0.2rem; }
    .-programs .program__button a.link__blank span::after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0.12rem;
      height: 0.12rem;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_717%22%20data-name%3D%22%E3%83%91%E3%82%B9%20717%22%20d%3D%22M13%2C10.333v3.333A1.333%2C1.333%2C0%2C0%2C1%2C11.667%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V6.333A1.337%2C1.337%2C0%2C0%2C1%2C4.333%2C5H7.667M11%2C3h4V7M7.667%2C10.333l6.8-6.8%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
      background-size: contain;
      content: ""; }
  .-programs .program__button a small {
    display: block;
    font-weight: 400; }
    @media screen and (min-width: 768px), print {
      .-programs .program__button a small {
        margin-top: 0.05rem;
        font-size: 0.14rem; } }
    @media screen and (max-width: 767px) {
      .-programs .program__button a small {
        margin-top: 0.05rem;
        font-size: 0.13rem; } }
@media screen and (min-width: 768px), print {
  .-programs .program__button:not(:first-of-type) {
    margin-top: 0.24rem; } }

@media screen and (max-width: 767px) {
  .-programs .program__button:not(:first-of-type) {
    margin-top: 0.08rem; } }

/* pg__cgi__bottom
============================================================= */
.pg__cgi__bottom {
  font-family: "Noto Sans JP", sans-serif; }
  .pg__cgi__bottom #wrapper {
    background-color: #F5F5F5; }
  .pg__cgi__bottom #header__cgi .globalNavi__listItem > span,
  .pg__cgi__bottom .header__fixed .globalNavi__listItem > span {
    color: #2D287F;
    font-weight: 700;
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .pg__cgi__bottom .section {
      padding: 0 0.2rem; } }
  .pg__cgi__bottom .topicpath__wrap {
    position: relative; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .topicpath__wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 12rem; } }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .topicpath__wrap {
        height: 0.3rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .topicpath__wrap {
        height: 0.2rem; } }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .topicpath__wrap + * {
        margin-top: 0.8rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .topicpath__wrap + * {
        margin-top: 0.395rem; } }
  .pg__cgi__bottom .topicPath {
    bottom: 0;
    right: 0;
    z-index: 99;
    color: #999999;
    margin: initial;
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .topicPath {
        font-size: 0.1rem; } }
    .pg__cgi__bottom .topicPath a {
      color: #999999; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .link__inner {
      padding: 0 2.4rem 0.81rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__bottom .link__inner {
      padding: 0 0 0.66rem; } }
  .pg__cgi__bottom .link__button a {
    display: block;
    background-color: #e6e5f7;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #2D287F;
    letter-spacing: 0.04em; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .link__button a {
        padding: 0.2rem 0;
        font-size: 0.18rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .link__button a {
        width: 100%;
        padding: 0.18rem 0;
        font-size: 0.15rem; } }
    .pg__cgi__bottom .link__button a.link__blank span {
      position: relative;
      display: inline-block;
      padding-right: 0.2rem; }
      .pg__cgi__bottom .link__button a.link__blank span::after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 0.12rem;
        height: 0.12rem;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_717%22%20data-name%3D%22%E3%83%91%E3%82%B9%20717%22%20d%3D%22M13%2C10.333v3.333A1.333%2C1.333%2C0%2C0%2C1%2C11.667%2C15H4.333A1.333%2C1.333%2C0%2C0%2C1%2C3%2C13.667V6.333A1.337%2C1.337%2C0%2C0%2C1%2C4.333%2C5H7.667M11%2C3h4V7M7.667%2C10.333l6.8-6.8%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
        background-size: contain;
        content: ""; }
  .pg__cgi__bottom .link__button:not(:first-of-type) {
    margin-top: 0.24rem; }
  .pg__cgi__bottom .section__cgiTop {
    background-color: #F5F5F5; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .section__cgiTop {
        padding: 0.8rem 0 0.82rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .section__cgiTop {
        padding: 0.48rem 0.2rem 0.62rem; } }
  .pg__cgi__bottom .cgiTop__inner {
    background-color: #fff; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__inner {
        padding: 0.64rem 0.8rem 0.8rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__inner {
        padding: 0.22rem 0.24rem 0.485rem; } }
  .pg__cgi__bottom .cgiTop__title {
    font-weight: 700; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__title {
        font-size: 0.32rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__title {
        font-size: 0.24rem; } }
    .pg__cgi__bottom .cgiTop__title.-center {
      text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .cgiTop__sticky {
      display: flex; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .cgiTop__stickySide {
      width: 1.65rem;
      margin-right: 1.04rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__bottom .cgiTop__stickySide {
      text-align: center;
      transform: translateY(-2px); } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .cgiTop__stickySide__wrap {
      position: sticky;
      top: 0.2rem; } }
  .pg__cgi__bottom .cgiTop__stickySide__title {
    line-height: 1;
    font-weight: 700;
    border-top: 4px solid #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__stickySide__title {
        padding-top: 0.28rem;
        font-size: 0.32rem;
        letter-spacing: 0.03em;
        transform: translateY(-0.02rem); } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__stickySide__title {
        display: inline-block;
        padding-top: 0.23rem;
        font-size: 0.24rem;
        letter-spacing: 0.04em; } }
  .pg__cgi__bottom .cgiTop__stickySide__titleSub {
    font-weight: 700;
    color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__stickySide__titleSub {
        margin-top: 0.06rem;
        font-size: 0.16rem; } }
  .pg__cgi__bottom .cgiTop__titleEn {
    display: block;
    color: #2D287F;
    line-height: 1;
    letter-spacing: 0.04em; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__titleEn {
        margin-top: 0.2rem;
        font-size: 0.16rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__titleEn {
        margin-top: 0.1rem;
        font-size: 0.12rem; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .cgiTop__stickyMain {
      flex: 1; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__bottom .cgiTop__stickyMain {
      margin-top: 0.33rem; } }
  .pg__cgi__bottom .cgiTop__mechanismChief {
    background-color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__mechanismChief {
        display: flex;
        align-items: center; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .cgiTop__mechanismChief__thumb {
      width: 1.6rem; } }
  .pg__cgi__bottom .cgiTop__mechanismChief__detail {
    color: #fff;
    font-weight: 700;
    line-height: 1; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__mechanismChief__detail {
        margin-left: 0.8rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__mechanismChief__detail {
        padding: 0.14rem 0 0.16rem;
        text-align: center; } }
  .pg__cgi__bottom .cgiTop__mechanismChief__label {
    letter-spacing: 0.04em; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__mechanismChief__label {
        margin-top: 0.05rem;
        font-size: 0.16rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__mechanismChief__label {
        font-size: 0.12rem; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__bottom .cgiTop__mechanismChief__name {
      margin-top: 0.18rem;
      font-size: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__bottom .cgiTop__mechanismChief__name {
      margin-top: 0.08rem;
      font-size: 0.18rem; } }
  .pg__cgi__bottom .cgiTop__text {
    line-height: 1.75; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__bottom .cgiTop__text {
        margin-top: 0.55rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__bottom .cgiTop__text {
        margin-top: 0.3rem; } }
/* pg__cgi__greeting
============================================================= */
/* pg__cgi__about
============================================================= */
.pg__cgi__about .about__intro {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__intro {
      padding-bottom: 0.85rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__intro {
      padding-bottom: 0.475rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__inner {
    padding: 0 2rem; } }

.pg__cgi__about .about__title {
  line-height: 1.35;
  letter-spacing: 0.08em; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__title {
      font-size: 0.32rem;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__title {
      font-size: 0.21rem; } }
.pg__cgi__about .about__titleSub {
  line-height: 1;
  color: #2D287F;
  font-weight: 700;
  letter-spacing: 0.07em; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__titleSub {
      margin-top: 0.11rem;
      font-size: 0.16rem;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__titleSub {
      margin-top: 0.09rem;
      font-size: 0.12rem; } }
.pg__cgi__about .about__read {
  line-height: 1.75; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__read {
      margin-top: 0.5rem;
      font-size: 0.16rem;
      letter-spacing: 0.04em; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__read {
      margin-top: 0.26rem;
      font-size: 0.14rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__organizationChart {
    margin-top: 1.08rem; } }

@media screen and (max-width: 767px) {
  .pg__cgi__about .about__organizationChart {
    margin-top: 0.44rem; } }

.pg__cgi__about .about__organizationChart > p {
  line-height: 1.55;
  font-weight: 700;
  color: #2D287F;
  letter-spacing: 0.08em; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__organizationChart > p {
      font-size: 0.18rem;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__organizationChart > p {
      font-size: 0.16rem;
      line-height: 1.75; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__organizationChart__img {
    margin-top: 0.12rem; } }

@media screen and (max-width: 767px) {
  .pg__cgi__about .about__organizationChart__img {
    margin-top: 0.1rem; } }

.pg__cgi__about .about__organization {
  background-color: #F5F5F5; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__organization {
      padding: 0.7rem 0 0.85rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__organization {
      padding: 0.37rem 0 0.62rem; } }
.pg__cgi__about .about__organization__listItem {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__organization__listItem {
      display: flex;
      padding: 0.62rem;
      padding-bottom: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__organization__listItem {
      padding: 0.36rem 0.24rem 0.48rem; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__organization__listItem:not(:first-of-type) {
      margin-top: 0.64rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__organization__listItem:not(:first-of-type) {
      margin-top: 0.24rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__organization__nameArea {
    width: 2.24rem;
    margin-right: 0.55rem; } }

.pg__cgi__about .about__organization__name {
  font-weight: 700;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__organization__name {
      font-size: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__organization__name {
      font-size: 0.18rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__organization__link {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .pg__cgi__about .about__organization__link {
    margin-top: 0.3rem; } }

.pg__cgi__about .about__organization__link span {
  display: inline-block;
  position: relative; }
  .pg__cgi__about .about__organization__link span::after {
    position: absolute;
    top: 50%;
    right: -0.205rem;
    transform: translateY(-50%);
    width: 0.04rem;
    height: 0.08rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.207%22%20height%3D%229.414%22%20viewBox%3D%220%200%205.207%209.414%22%3E%20%3Cpath%20id%3D%22chevron-right%22%20d%3D%22M9%2C14l4-4L9%2C6%22%20transform%3D%22translate(-8.293%20-5.293)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    content: ""; }
    @media screen and (max-width: 767px) {
      .pg__cgi__about .about__organization__link span::after {
        right: -0.85rem; } }
.pg__cgi__about .about__organization__link a {
  line-height: 1.75;
  background-color: #2D287F;
  color: #fff;
  text-decoration: none;
  border-radius: 0.24rem; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__about .about__organization__link a {
      font-size: 0.16rem;
      padding: 0.08rem 0.4rem 0.09rem 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__about .about__organization__link a {
      font-size: 0.14rem;
      padding: 0.1rem 1.04rem 0.1rem 0.24rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__organization__detailArea {
    flex: 1; } }

@media screen and (max-width: 767px) {
  .pg__cgi__about .about__organization__detailArea {
    margin-top: 0.12rem; } }

@media screen and (min-width: 768px), print {
  .pg__cgi__about .about__organization__depBox {
    flex: 1; }
    .pg__cgi__about .about__organization__depBox .about__organization__detailArea {
      display: flex;
      justify-content: flex-start;
      gap: 20px; }
      .pg__cgi__about .about__organization__depBox .about__organization__detailArea + .about__organization__detailArea {
        margin-top: 0.35rem;
        padding-top: 0.35rem;
        border-top: 1px dotted #2d287f; }
    .pg__cgi__about .about__organization__depBox .about__organization__dep {
      width: 1.7rem;
      color: #2d287f;
      line-height: 2.2;
      font-size: 0.18rem;
      font-weight: 600; }
    .pg__cgi__about .about__organization__depBox .list__dot {
      flex: 1; } }

@media screen and (max-width: 767px) {
  .pg__cgi__about .about__organization__depBox .about__organization__dep {
    color: #2d287f;
    font-weight: 600;
    margin-bottom: 0.12rem; } }

/* pg__cgi__faculty
============================================================= */
.pg__cgi__faculty .button__more {
  width: 100%;
  margin-top: 0; }
  .pg__cgi__faculty .button__more a {
    width: 100% !important; }

.pg__cgi__faculty .faculty__inner {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__faculty .faculty__inner {
      margin-bottom: 0.78rem;
      padding: 0.8rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .faculty__inner {
      margin-bottom: 0.62rem;
      padding: 0.4rem 0.24rem; } }
.pg__cgi__faculty .faculty__title {
  line-height: 1;
  border-left: 4px solid #2D287F; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__faculty .faculty__title {
      margin-top: 0.64rem;
      margin-bottom: 0.42rem;
      padding-left: 0.165rem;
      font-size: 0.21rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .faculty__title {
      margin-top: 0.4rem;
      margin-bottom: 0.155rem;
      padding-left: 0.085rem;
      font-size: 0.16rem; } }
.pg__cgi__faculty .faculty__title__sub {
  color: #2D287F; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__faculty .faculty__title__sub {
      font-size: 0.18rem;
      margin-top: 0.4rem;
      margin-bottom: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .faculty__title__sub {
      font-size: 0.16rem;
      margin-top: 0.155rem;
      margin-bottom: 0.155rem; } }
.pg__cgi__faculty .pannel__table {
  font-family: "Noto Sans JP", sans-serif; }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .pannel__table p {
      margin-bottom: 0.14rem;
      padding-top: 0.05rem;
      font-size: 0.13rem;
      font-weight: 700; } }
  .pg__cgi__faculty .pannel__table dl {
    border-bottom: 1px dotted #2D287F; }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dl {
        display: flex;
        align-items: flex-end;
        padding: 0;
        background-color: transparent !important; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dl.-color {
        background-color: rgba(163, 160, 219, 0.1) !important; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dl.-spColor {
        background-color: rgba(163, 160, 219, 0.1) !important; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dl.-spNoColor {
        background-color: transparent !important; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dl + p {
        margin-top: 0.24rem; } }
  .pg__cgi__faculty .pannel__table dt {
    font-weight: 700; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__faculty .pannel__table dt {
        width: 28.5%;
        padding: 0.17rem 0.8rem;
        padding-right: 0;
        font-size: 0.18rem; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dt {
        display: none; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__faculty .pannel__table dd {
      width: 31.5%;
      padding: 0.17rem;
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .pannel__table dd {
      width: 34%;
      margin-top: 0;
      padding: 0.21rem 0;
      font-size: 0.13rem;
      line-height: 1.25; } }
  .pg__cgi__faculty .pannel__table dd:nth-of-type(1) {
    color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__faculty .pannel__table dd:nth-of-type(1) {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dd:nth-of-type(1) {
        width: 66%; } }
  .pg__cgi__faculty .pannel__table dd:nth-of-type(1) a {
    color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__cgi__faculty .pannel__table dd:nth-of-type(1) a {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .pg__cgi__faculty .pannel__table dd:nth-of-type(1) a {
        width: 66%; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .pannel__table dd p.-spItem {
      margin-bottom: 0.14rem;
      padding-top: 0.05rem;
      font-size: 0.13rem;
      font-weight: 700;
      color: #000; } }
  .pg__cgi__faculty .pannel__table dd a[target="_blank"] span {
    position: relative;
    display: inline-block;
    padding-right: 0.2rem; }
    .pg__cgi__faculty .pannel__table dd a[target="_blank"] span::after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0.12rem;
      height: 0.12rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2.5%20-2.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_717%22%20data-name%3D%22%E3%83%91%E3%82%B9%20717%22%20d%3D%22M11.333%2C9.111v2.778A1.111%2C1.111%2C0%2C0%2C1%2C10.222%2C13H4.111A1.111%2C1.111%2C0%2C0%2C1%2C3%2C11.889V5.778A1.114%2C1.114%2C0%2C0%2C1%2C4.111%2C4.667H6.889M9.667%2C3H13V6.333M6.889%2C9.111l5.667-5.667%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }

.pg__cgi__faculty.en .pannel__table dt {
  font-weight: 700; }
  @media screen and (min-width: 768px), print {
    .pg__cgi__faculty.en .pannel__table dt {
      width: 32%;
      padding: 0.17rem 0.8rem;
      padding-right: 0.4rem;
      font-size: 0.18rem; } }
@media screen and (min-width: 768px), print {
  .pg__cgi__faculty.en .pannel__table dd {
    width: 34%;
    padding: 0.17rem;
    font-size: 0.18rem; } }

/* pg__expo
============================================================= */
@media screen and (max-width: 767px) {
  .pg__expo .other__categoryPage__section {
    padding: 0; } }

.pg__expo .expo__content {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__content {
      padding: 0.56rem 0.56rem 0.64rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__content {
      padding: 0.42rem 0.24rem 0.48rem; } }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__content + .expo__content__section {
      margin-top: 0.8rem; } }
@media screen and (min-width: 768px), print {
  .pg__expo .expo__content__section + .expo__content__section {
    margin-top: 0.76rem; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__content__section + .expo__content__section {
    margin-top: 0.48rem; } }

.pg__expo .expo__title {
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__title {
      font-size: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__title {
      font-size: 0.23rem;
      line-height: 1.25; } }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__title + * {
      margin-top: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__title + * {
      margin-top: 0.19rem; } }
.pg__expo .expo__read {
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__read {
      font-size: 0.16rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__read {
      font-size: 0.14rem; } }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__read + * {
      margin-top: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__read + * {
      margin-top: 0.24rem; } }
@media screen and (max-width: 767px) {
  .pg__expo .expo__image {
    overflow-x: scroll; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__image .expo__image__wrap {
    width: 8rem;
    margin-top: 0.12rem; } }

@media screen and (min-width: 768px), print {
  .pg__expo .expo__image + * {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__image + * {
    margin-top: 0.24rem; } }

.pg__expo .expo__image + .expo__read {
  background-color: rgba(255, 204, 1, 0.08); }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__image + .expo__read {
      padding: 0.24rem 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__image + .expo__read {
      margin-left: -0.24rem;
      margin-right: -0.24rem;
      padding: 0.24rem; } }
.pg__expo .expo__image__date {
  text-align: right;
  font-style: italic;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__image__date {
      margin-top: -0.2rem;
      font-size: 0.14rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__image__date {
      margin-top: 0.15rem;
      font-size: 0.12rem; } }
@media screen and (min-width: 768px), print {
  .pg__expo .expo__logo {
    width: 1.95rem;
    margin-top: 0.12rem; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__logo {
    width: 1.27rem;
    margin-top: 0.16rem; } }

@media screen and (min-width: 768px), print {
  .pg__expo .expo__iconList {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__expo .expo__iconList > .layout__item {
      width: calc((100% - 1.52rem) / 9); }
      .pg__expo .expo__iconList > .layout__item:nth-child(n + 10) {
        margin-top: 0.13rem; }
      .pg__expo .expo__iconList > .layout__item:nth-child(n + 2) {
        margin-left: 0.19rem; }
      .pg__expo .expo__iconList > .layout__item:nth-child(9n - 8) {
        margin-left: 0px; }
      .pg__expo .expo__iconList > .layout__item:nth-child(9n) {
        margin-right: -1%; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__iconList {
    margin-top: 0.33rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__expo .expo__iconList > .layout__item {
      width: calc((100% - 0.24rem) / 5); }
      .pg__expo .expo__iconList > .layout__item:nth-child(n + 6) {
        margin-top: 0.06rem; }
      .pg__expo .expo__iconList > .layout__item:nth-child(n + 2) {
        margin-left: 0.06rem; }
      .pg__expo .expo__iconList > .layout__item:nth-child(5n - 4) {
        margin-left: 0px; }
      .pg__expo .expo__iconList > .layout__item:nth-child(5n) {
        margin-right: -1%; } }

@media screen and (min-width: 768px), print {
  .pg__expo .expo__iconList + * {
    margin-top: 0.8rem; } }

@media screen and (min-width: 768px), print {
  .pg__expo .expo__linkList {
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__linkList {
    padding: 0.48rem 0.24rem 0; } }

@media screen and (min-width: 768px), print {
  .pg__expo .expo__linkList__item {
    width: 49%; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__linkList__item {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .pg__expo .expo__linkList__item:not(:first-of-type) {
    margin-top: 0.2rem; } }

.pg__expo .expo__linkList__item.-partners a {
  background-image: url(/expo/img/expo_linkBg_partners@2x.jpg); }

.pg__expo .expo__linkList__item.-campus a {
  background-image: url(/expo/img/expo_linkBg_campus@2x.jpg); }

.pg__expo .expo__linkList__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__linkList__item a {
      padding: 1.24rem 0;
      font-size: 0.22rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__linkList__item a {
      padding: 0.73rem 0;
      font-size: 0.15rem;
      line-height: 1.2; } }
  .pg__expo .expo__linkList__item a > span {
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 768px), print {
      .pg__expo .expo__linkList__item a > span {
        padding-right: 0.36rem; } }
    @media screen and (max-width: 767px) {
      .pg__expo .expo__linkList__item a > span {
        padding-right: 0.28rem; } }
    .pg__expo .expo__linkList__item a > span:after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_174%22%20data-name%3D%22%E3%83%91%E3%82%B9%20174%22%20d%3D%22M16.333%2C12.778v4.444A1.778%2C1.778%2C0%2C0%2C1%2C14.556%2C19H4.778A1.778%2C1.778%2C0%2C0%2C1%2C3%2C17.222V7.444A1.783%2C1.783%2C0%2C0%2C1%2C4.778%2C5.667H9.222M13.667%2C3H19V8.333M9.222%2C12.778l9.067-9.067%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .pg__expo .expo__linkList__item a > span:after {
          width: 0.16rem;
          height: 0.16rem; } }
      @media screen and (max-width: 767px) {
        .pg__expo .expo__linkList__item a > span:after {
          width: 0.12rem;
          height: 0.12rem; } }
.pg__expo .expo__movie__container {
  display: grid;
  padding-top: 0.6rem;
  justify-content: center; }
  .pg__expo .expo__movie__container .card iframe {
    width: 100%; }
  .pg__expo .expo__movie__container .card .details {
    margin-top: 0.1rem;
    font-family: Arial, sans-serif; }
    .pg__expo .expo__movie__container .card .details h3 {
      font-size: 0.16rem;
      font-weight: bold; }
    .pg__expo .expo__movie__container .card .details p {
      font-size: 0.15rem;
      color: #666; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__movie__container {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__movie__container {
      gap: 0.32rem; }
      .pg__expo .expo__movie__container .card .details {
        margin-top: 0.16rem; }
        .pg__expo .expo__movie__container .card .details p {
          font-size: 0.13rem;
          line-height: 1.5; } }
.pg__expo a[target="_blank"] {
  position: relative; }
  .pg__expo a[target="_blank"]::after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.3em;
    margin-bottom: 0.1em;
    background-image: url("/expo2025/img/icon_blank.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }

.pg__expo .italic {
  font-style: italic; }

.pg__expo .expo__content + .expo__inochi__content {
  margin-top: 0.6rem; }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__content + .expo__inochi__content {
      margin-top: 0.48rem; } }
.pg__expo .expo__inochi__img {
  width: 2.62rem; }
  .pg__expo .expo__inochi__img img {
    width: 100%; }

.pg__expo .expo__inochi__content {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__inochi__content {
      padding: 0.56rem 0.56rem 0.64rem; } }
  @media screen and (max-width: 767px) {
    .pg__expo .expo__inochi__content {
      padding: 0.42rem 0.24rem 0.48rem; } }
  @media screen and (min-width: 768px), print {
    .pg__expo .expo__inochi__content + .expo__content__section {
      margin-top: 0.8rem; } }
  .pg__expo .expo__inochi__content .expo__inochi__title {
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
    font-size: 0.24rem; }
    @media screen and (max-width: 767px) {
      .pg__expo .expo__inochi__content .expo__inochi__title {
        font-size: 0.23rem; } }
/* pg__partnerSummit__gallery
============================================================= */
@media screen and (max-width: 767px) {
  .pg__partnerSummit__gallery .other__categoryPage__section {
    padding: 0; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit__gallery .title__pageTitle span {
    text-align: center; } }

.pg__partnerSummit__gallery .gallery__main__read {
  position: relative;
  z-index: 1;
  background-color: #fff;
  letter-spacing: 0.02em;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08); }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__main__read {
      margin: -0.62rem 0.4rem 0;
      padding: 0.4rem;
      font-size: 0.16rem;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__main__read {
      margin: -0.52rem 0.24rem 0;
      padding: 0.2rem;
      font-size: 0.14rem;
      line-height: 1.71; } }
.pg__partnerSummit__gallery .gallery__title {
  text-align: center;
  line-height: 1.22; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__title {
      font-size: 0.48rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__title {
      font-size: 0.36rem; } }
  .pg__partnerSummit__gallery .gallery__title > span {
    position: relative;
    display: inline-block; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__gallery .gallery__title > span {
        padding-bottom: 0.04rem; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__gallery .gallery__title > span {
        padding-bottom: 0.02rem; } }
    .pg__partnerSummit__gallery .gallery__title > span::after {
      position: absolute;
      background-color: #000;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .pg__partnerSummit__gallery .gallery__title > span::after {
          bottom: 0;
          left: 0;
          width: 100%;
          height: 5px; } }
      @media screen and (max-width: 767px) {
        .pg__partnerSummit__gallery .gallery__title > span::after {
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__title + * {
      margin-top: 0.41rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__title + * {
      margin-top: 0.23rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__gallery .gallery__photo {
    margin-top: 0.82rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__gallery .gallery__photo {
    margin-top: 0.6rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__gallery .gallery__photo .swiper-pagination-sp {
    margin-top: 0.08rem; } }

.pg__partnerSummit__gallery .gallery__photo .slider__thumbnail {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__photo .slider__thumbnail {
      margin-top: 0.12rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__photo .slider__thumbnail {
      margin-top: 0.08rem; } }
  .pg__partnerSummit__gallery .gallery__photo .slider__thumbnail .swiper-wrapper .swiper-slide {
    height: 100%;
    opacity: 1;
    overflow: hidden; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__gallery .gallery__photo .slider__thumbnail .swiper-wrapper .swiper-slide {
        width: 10%;
        padding: 0 0.025rem; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__gallery .gallery__photo .slider__thumbnail .swiper-wrapper .swiper-slide {
        width: 20%;
        padding: 0 0.02rem; } }
    .pg__partnerSummit__gallery .gallery__photo .slider__thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
      opacity: .5; }

.pg__partnerSummit__gallery .gallery__photo .swiper-button-prev,
.pg__partnerSummit__gallery .gallery__photo .swiper-button-next {
  height: 100%;
  bottom: 0;
  background-color: rgba(45, 40, 127, 0.7); }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-prev,
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-next {
      width: 0.26rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-prev,
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-next {
      width: 0.24rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-prev::after,
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-next::after {
      width: 0.06rem;
      height: 0.12rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-prev::after,
    .pg__partnerSummit__gallery .gallery__photo .swiper-button-next::after {
      width: 0.04rem;
      height: 0.08rem; } }
.pg__partnerSummit__gallery .gallery__photo .swiper-button-prev {
  left: 0; }
  .pg__partnerSummit__gallery .gallery__photo .swiper-button-prev::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.414%22%20height%3D%2214.828%22%20viewBox%3D%220%200%208.414%2014.828%22%3E%20%3Cpath%20id%3D%22chevron-left%22%20d%3D%22M15%2C18%2C9%2C12l6-6%22%20transform%3D%22translate(-8%20-4.586)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.pg__partnerSummit__gallery .gallery__photo .swiper-button-next {
  right: 0; }
  .pg__partnerSummit__gallery .gallery__photo .swiper-button-next::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.414%22%20height%3D%2214.828%22%20viewBox%3D%220%200%208.414%2014.828%22%3E%20%3Cpath%20id%3D%22chevron-left%22%20d%3D%22M15%2C18%2C9%2C12l6-6%22%20transform%3D%22translate(16.414%2019.414)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit__gallery .gallery__movie {
    margin-top: 0.75rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__gallery .gallery__movie {
    margin-top: 0.46rem;
    margin-left: 0.24rem;
    margin-right: 0.24rem; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit__gallery .gallery__movieContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__partnerSummit__gallery .gallery__movieContainer > .layout__item {
      width: calc((100% - 0.4rem) / 2); }
      .pg__partnerSummit__gallery .gallery__movieContainer > .layout__item:nth-child(n + 3) {
        margin-top: 0.4rem; }
      .pg__partnerSummit__gallery .gallery__movieContainer > .layout__item:nth-child(n + 2) {
        margin-left: 0.4rem; }
      .pg__partnerSummit__gallery .gallery__movieContainer > .layout__item:nth-child(odd) {
        margin-left: 0px; }
      .pg__partnerSummit__gallery .gallery__movieContainer > .layout__item:nth-child(2n) {
        margin-right: -1%; } }

.pg__partnerSummit__gallery .gallery__movieContainer .layout__item {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__movieContainer .layout__item {
      width: 48.3%; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__movieContainer .layout__item + .layout__item {
      margin-top: 0.24rem; } }
.pg__partnerSummit__gallery .gallery__movieContainer__readBlock {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__gallery .gallery__movieContainer__readBlock {
      padding: 0.24rem 0.39rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__gallery .gallery__movieContainer__readBlock {
      padding: 0.15rem 0.2rem 0.225rem; } }
  .pg__partnerSummit__gallery .gallery__movieContainer__readBlock h4 {
    line-height: 1.27;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__gallery .gallery__movieContainer__readBlock h4 {
        font-size: 0.18rem; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__gallery .gallery__movieContainer__readBlock h4 {
        font-size: 0.15rem; } }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__gallery .gallery__movieContainer__readBlock h4 + * {
        margin-top: 0.1rem; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__gallery .gallery__movieContainer__readBlock h4 + * {
        margin-top: 0.085rem; } }
  .pg__partnerSummit__gallery .gallery__movieContainer__readBlock p {
    letter-spacing: 0.02em; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__gallery .gallery__movieContainer__readBlock p {
        font-size: 0.15rem;
        line-height: 1.6; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__gallery .gallery__movieContainer__readBlock p {
        font-size: 0.13rem;
        line-height: 1.5; } }
/* pg__inquiry
============================================================= */
@media screen and (max-width: 767px) {
  .pg__inquiry .other__categoryPage__section {
    padding: 0; } }

.pg__inquiry .inquiry__content {
  background-color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__inquiry .inquiry__content {
      padding: 0.5rem 0.56rem 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pg__inquiry .inquiry__content {
      padding: 0.42rem 0.24rem 0.47rem; } }
.pg__inquiry .inquiry__mail {
  color: #2D287F;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__inquiry .inquiry__mail {
      font-size: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__inquiry .inquiry__mail {
      font-size: 0.18rem; } }
.pg__inquiry .inquiry__read {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__inquiry .inquiry__read {
      margin-top: 0.36rem;
      font-size: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__inquiry .inquiry__read {
      margin-top: 0.24rem;
      font-size: 0.18rem; } }
@media screen and (min-width: 768px), print {
  .pg__inquiry .inquiry__caution {
    margin-top: 0.36rem;
    font-size: 0.16rem; } }

@media screen and (max-width: 767px) {
  .pg__inquiry .inquiry__caution {
    margin-top: 0.24rem;
    font-size: 0.14rem;
    text-align: left; } }

/* pg__partnerSummit__jointStatement
============================================================= */
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .other__categoryPage__section {
    margin-top: -5.5rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__jointStatement .other__categoryPage__section {
    padding: 0;
    margin-top: -5.58rem; } }

.pg__partnerSummit__jointStatement .partnerSummit__content {
  position: relative;
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content {
      padding: 0.56rem 2.28rem 0.64rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content {
      padding: 0.42rem 0.24rem 0.46rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content.-declaration {
      padding: 1.6rem 0.54rem 0.64rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content.-declaration {
      margin-left: 0.24rem;
      margin-right: 0.24rem;
      padding: 0.88rem 0.24rem 0.48rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content.-jointstatement {
      padding: 0.54rem 0.56rem 0.64rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content + .partnerSummit__content {
      margin-top: 0.64rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content + .partnerSummit__content {
      margin-top: 0.48rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .other__categoryPage .title__pageTitle > span {
    padding-bottom: 5.82rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__jointStatement .other__categoryPage .title__pageTitle > span {
    padding-bottom: 5.85rem; } }

.pg__partnerSummit__jointStatement .partnerSummit__subTitle {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #fff;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__subTitle {
      font-size: 0.24rem;
      line-height: 1.4; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__subTitle {
      padding: 0 0.24rem;
      font-size: 0.18rem;
      line-height: 1.28; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__subTitle > span {
      font-size: 0.32rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__subTitle > span {
      font-size: 0.28rem; } }
  .pg__partnerSummit__jointStatement .partnerSummit__subTitle > span.-colorSub {
    display: block;
    color: #FFCC01; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__subTitle + * {
      margin-top: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__subTitle + * {
      margin-top: 0.08rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__between {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__between {
      padding: 0 0.24rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__between + * {
      margin-top: 0.78rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__between + * {
      margin-top: 0.64rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__between .partnerSummit__between__title {
      font-size: 0.22rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__between .partnerSummit__between__title {
      font-size: 0.18rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__between .partnerSummit__between__list {
      margin-top: 0.16rem;
      font-size: 0.32rem;
      line-height: 1.35; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__between .partnerSummit__between__list {
      margin-top: 0.08rem;
      font-size: 0.24rem;
      line-height: 1.5; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__mainTitle {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.21;
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__mainTitle {
      font-size: 0.32rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__mainTitle {
      font-size: 0.24rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__mainTitle + * {
      margin-top: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__mainTitle + * {
      margin-top: 0.24rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__mainRead {
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__mainRead {
      font-size: 0.18rem;
      line-height: 2;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__mainRead {
      font-size: 0.14rem;
      line-height: 1.75;
      text-align: left; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__declarationTitle {
  position: absolute;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-color: #FFCC01;
  color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationTitle {
      top: 0.64rem;
      left: -0.1rem;
      padding: 0.16rem 0.56rem;
      font-size: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationTitle {
      top: 0.24rem;
      left: -0.1rem;
      padding: 0.1rem 0.24rem;
      font-size: 0.16rem; } }
  .pg__partnerSummit__jointStatement .partnerSummit__content__declarationTitle::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #bea543 transparent transparent;
    content: ""; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__jointStatement .partnerSummit__content__declarationTitle::before {
        border-width: 0 0.1rem 0.05rem 0; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__jointStatement .partnerSummit__content__declarationTitle::before {
        border-width: 0 0.1rem 0.05rem 0; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__declarationRead {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic"; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationRead {
      font-size: 0.22rem;
      line-height: 1.2;
      letter-spacing: 0.04em; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationRead {
      font-size: 0.18rem;
      line-height: 1.35;
      letter-spacing: 0.02em; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationRead + * {
      margin-top: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationRead + * {
      margin-top: 0.24rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList {
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__item {
    width: 30.8%; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__item + .partnerSummit__content__declarationList__item {
    margin-top: 0.24rem; } }

.pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__titleArea {
  position: relative;
  border: 2px solid #2D287F;
  text-align: center;
  color: #fff;
  background-color: #2D287F; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__titleArea {
      padding: 0.2rem 0; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__titleArea {
      padding: 0.14rem 0; } }
  .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__titleArea::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #2D287F transparent transparent transparent; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__titleArea::after {
        bottom: -0.21rem;
        border-width: 0.25rem 0.21rem 0 0.21rem; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__titleArea::after {
        bottom: -0.12rem;
        border-width: 0.125rem 0.105rem 0 0.105rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__title {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__title {
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__title {
      font-size: 0.14rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__number {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.08em;
  line-height: 1; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__number {
      font-size: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__number {
      font-size: 0.4rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__readArea {
  border: 2px solid #2D287F; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__readArea {
      padding: 0.38rem 0.32rem 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__readArea {
      padding: 0.32rem 0.24rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__read {
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__read {
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .partnerSummit__content__declarationList__read {
      font-size: 0.14rem; } }
.pg__partnerSummit__jointStatement .declarationIcon__title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #2D287F;
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .declarationIcon__title {
      padding-right: 0.48rem;
      font-size: 0.32rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .declarationIcon__title {
      padding-right: 0.36rem;
      font-size: 0.22rem; } }
  .pg__partnerSummit__jointStatement .declarationIcon__title::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-color: #2D287F; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__jointStatement .declarationIcon__title::after {
        width: 0.32rem;
        height: 4px; } }
    @media screen and (max-width: 767px) {
      .pg__partnerSummit__jointStatement .declarationIcon__title::after {
        width: 0.24rem;
        height: 3px; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .declarationIcon__title + * {
      margin-top: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit__jointStatement .declarationIcon__title + * {
      margin-top: 0.16rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .declaration__iconList {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item {
      width: calc((100% - 1.26rem) / 7); }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(n + 8) {
        margin-top: 0.13rem; }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(n + 2) {
        margin-left: 0.21rem; }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(7n - 6) {
        margin-left: 0px; }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(7n) {
        margin-right: -1%; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__jointStatement .declaration__iconList {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item {
      width: calc((100% - 0.24rem) / 4); }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(n + 5) {
        margin-top: 0.08rem; }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(n + 2) {
        margin-left: 0.08rem; }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(4n - 3) {
        margin-left: 0px; }
      .pg__partnerSummit__jointStatement .declaration__iconList > .layout__item:nth-child(4n) {
        margin-right: -1%; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .declaration__iconList + * {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit__jointStatement .declaration__iconList + * {
    margin-top: 0.24rem; } }

.pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementTitle {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: .02em;
  line-height: 1.125; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementTitle {
      font-size: 0.32rem; } }
  .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementTitle > span {
    display: block; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementTitle > span {
        margin-top: 0.09rem;
        font-size: 0.16rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementSubTitle {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #2D287F;
  letter-spacing: .02em;
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementSubTitle {
      margin-top: 0.12rem;
      font-size: 0.24rem; } }
.pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementDate {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #FFCC01;
  letter-spacing: .02em;
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementDate {
      margin-top: 0.03rem;
      font-size: 0.24rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween {
    margin-top: 0.26rem; } }

.pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > p {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > p {
      font-size: 0.16rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > p + * {
      margin-top: 0.32rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul > .layout__item {
      width: calc((100% - 0.72rem) / 4); }
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul > .layout__item:nth-child(n + 5) {
        margin-top: 0.24rem; }
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul > .layout__item:nth-child(n + 2) {
        margin-left: 0.24rem; }
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul > .layout__item:nth-child(4n - 3) {
        margin-left: 0px; }
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul > .layout__item:nth-child(4n) {
        margin-right: -1%; } }

.pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li {
  position: relative;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08); }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li {
      padding-top: 1.03rem; } }
  .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li .partnerSummit__content__jointstatementBetween__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li .partnerSummit__content__jointstatementBetween__logo {
        top: 0.2rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-mu .partnerSummit__content__jointstatementBetween__logo {
      width: 1.19rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-sjtu .partnerSummit__content__jointstatementBetween__logo {
      width: 0.64rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-ubc .partnerSummit__content__jointstatementBetween__logo {
      width: 0.469rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-ucDavis .partnerSummit__content__jointstatementBetween__logo {
      top: 0.32rem;
      width: 1.56rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-ucl .partnerSummit__content__jointstatementBetween__logo {
      top: 0.32rem;
      width: 1.375rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-ug .partnerSummit__content__jointstatementBetween__logo {
      top: 0.32rem;
      width: 1.453rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li.-osaka .partnerSummit__content__jointstatementBetween__logo {
      top: 0.32rem;
      width: 1.58rem; } }
  .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li > p {
    background-color: #2D287F;
    font-weight: 700;
    font-style: normal;
    font-family: "Century Gothic";
    color: #fff;
    letter-spacing: .02em;
    text-align: center; }
    @media screen and (min-width: 768px), print {
      .pg__partnerSummit__jointStatement .partnerSummit__content__jointstatementBetween > ul li > p {
        padding: 0.11rem 0 0.12rem;
        font-size: 0.15rem; } }
/* pg__newsTopics
============================================================= */
@media screen and (min-width: 768px), print {
  .pg__newsTopics .other__categoryPage__section {
    margin-top: -1.33rem; } }

@media screen and (max-width: 767px) {
  .pg__newsTopics .other__categoryPage__section {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel + .pannel {
    margin-top: 0.2rem; } }

.pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel > a {
  position: relative; }
  .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel > a::after {
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229.347%22%20viewBox%3D%220%200%2016%209.347%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-7.473%2C8.966H6.961M3.561%2C5%2C7.527%2C8.966%2C3.561%2C12.933%22%20transform%3D%22translate(7.973%20-4.293)%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: ''; }
    @media screen and (min-width: 768px), print {
      .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel > a::after {
        bottom: 0.2rem;
        right: 0.2rem;
        width: 0.2rem;
        height: 0.1078rem; } }
    @media screen and (max-width: 767px) {
      .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel > a::after {
        bottom: 0.19rem;
        right: 0.24rem;
        width: 0.1635rem;
        height: 0.0881rem; } }
@media screen and (max-width: 767px) {
  .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel .pannel__flexWrap {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.24rem; } }

@media screen and (max-width: 767px) {
  .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel .pannel__left {
    width: 30.5%; } }

@media screen and (max-width: 767px) {
  .pg__newsTopics .other__categoryPage__section .layout__sideFixed__main .pannel .pannel__right {
    width: 64%; } }

/* pg__newsTopics__detail
============================================================= */
@media screen and (max-width: 767px) {
  .pg__newsTopics__detail .other__categoryPage__section {
    padding: 0; } }

.pg__newsTopics__detail .layout__sideFixed__main {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__newsTopics__detail .layout__sideFixed__main {
      padding: 0.56rem 0.56rem 0.805rem; } }
  @media screen and (max-width: 767px) {
    .pg__newsTopics__detail .layout__sideFixed__main {
      padding: 0.48rem 0.24rem; } }
.pg__newsTopics__detail .news .news__read {
  font-weight: 700; }
  @media screen and (min-width: 768px), print {
    .pg__newsTopics__detail .news .news__read {
      font-size: 0.24rem;
      line-height: 1.66; } }
  @media screen and (max-width: 767px) {
    .pg__newsTopics__detail .news .news__read {
      font-size: 0.2rem;
      line-height: 1.25; } }
@media screen and (min-width: 768px), print {
  .pg__newsTopics__detail .ve {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .pg__newsTopics__detail .ve {
    margin-top: 0.32rem; } }

@media screen and (min-width: 768px), print {
  .pg__newsTopics__detail .button__flexWrap {
    margin-top: 0.79rem; } }

@media screen and (max-width: 767px) {
  .pg__newsTopics__detail .button__flexWrap {
    margin-top: 0.325rem; } }

/* pg__partners
============================================================= */
@media screen and (max-width: 767px) {
  .pg__partners .other__categoryPage__section {
    padding: 0; } }

.pg__partners .partners__logo {
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__logo.-ubc {
      width: 0.73rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__logo.-ubc {
      width: 0.66rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__logo.-ucl {
      width: 2.2rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__logo.-ucl {
      width: 1.92rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__logo.-ucDavis {
      width: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__logo.-ucDavis {
      width: 2.19rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__logo.-mu {
      width: 1.86rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__logo.-mu {
      width: 1.67rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__logo.-ug {
      width: 2.33rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__logo.-ug {
      width: 2.03rem; } }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__logo.-sjtu {
      width: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__logo.-sjtu {
      width: 0.9rem; } }
.pg__partners .partners__title {
  line-height: 1.2;
  letter-spacing: .02em;
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__title {
      margin-top: 0.19rem;
      font-size: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__title {
      margin-top: 0.16rem;
      font-size: 0.22rem; } }
.pg__partners .partners__read {
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__partners .partners__read {
      margin-top: 0.17rem;
      font-size: 0.13rem; } }
  @media screen and (max-width: 767px) {
    .pg__partners .partners__read {
      margin-top: 0.24rem;
      font-size: 0.13rem; } }
.pg__partners .button__more {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pg__partners .button__more.-pannel a {
      margin-top: 0.24rem; } }
/* pg__partnerSummit
============================================================= */
@media screen and (max-width: 767px) {
  .pg__partnerSummit .other__categoryPage__section {
    padding: 0; } }

.pg__partnerSummit .partnerSummit__content {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit .partnerSummit__content {
      padding: 0.8rem 0.56rem 0.7rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit .partnerSummit__content {
      padding: 0.48rem 0.24rem 0.48rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit .partnerSummit__flexWrap {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0.79rem; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit .partnerSummit__image {
    width: 45%; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit .partnerSummit__text {
    width: 55%; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit .partnerSummit__text {
    margin-top: 0.25rem; } }

.pg__partnerSummit .partnerSummit__title {
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit .partnerSummit__title {
      padding-top: 1.94rem;
      font-size: 0.28rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit .partnerSummit__title {
      font-size: 0.22rem;
      line-height: 1.5; } }
.pg__partnerSummit .partnerSummit__sub {
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit .partnerSummit__sub {
      margin-top: 0.23rem;
      font-size: 0.2rem;
      line-height: 2; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit .partnerSummit__sub {
      margin-top: 0.03rem;
      font-size: 0.18rem;
      line-height: 1.5; } }
.pg__partnerSummit .partnerSummit__read {
  background-color: rgba(255, 204, 1, 0.08);
  line-height: 1.5;
  letter-spacing: .02em; }
  @media screen and (min-width: 768px), print {
    .pg__partnerSummit .partnerSummit__read {
      margin-top: 0.77rem;
      padding: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pg__partnerSummit .partnerSummit__read {
      margin-top: 0.36rem;
      margin-left: -0.24rem;
      margin-right: -0.24rem;
      padding: 0.24rem; } }
@media screen and (min-width: 768px), print {
  .pg__partnerSummit .button__flexWrap {
    margin-top: 0.8rem; } }

@media screen and (max-width: 767px) {
  .pg__partnerSummit .button__flexWrap {
    margin-top: 0.4rem; } }

@media screen and (min-width: 768px), print {
  .pg__partnerSummit .button__flexWrap .button__more a {
    width: 2.98rem;
    padding-right: 0.2rem; } }

/* pg__projects
============================================================= */
/* pg__researchers
============================================================= */
@media screen and (max-width: 767px) {
  .pg__researchers .other__categoryPage .title__pageTitle > span {
    padding-bottom: 1.37rem; } }

@media screen and (max-width: 767px) {
  .pg__researchers .other__categoryPage__section {
    padding: 0; } }

.pg__researchers #main {
  background-color: #F5F5F5; }

@media screen and (min-width: 768px), print {
  .pg__researchers .title__pageTitle + .form__selectParts {
    margin-top: 0.27rem; } }

@media screen and (min-width: 768px), print {
  .pg__researchers .form__selectParts + * {
    margin-top: 0.4rem; } }

@media screen and (min-width: 768px), print {
  .pg__researchers .pannel__block {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__researchers .pannel__block > .layout__item {
      width: calc((100% - 0.56rem) / 2); }
      .pg__researchers .pannel__block > .layout__item:nth-child(n + 3) {
        margin-top: 0.56rem; }
      .pg__researchers .pannel__block > .layout__item:nth-child(n + 2) {
        margin-left: 0.56rem; }
      .pg__researchers .pannel__block > .layout__item:nth-child(odd) {
        margin-left: 0px; }
      .pg__researchers .pannel__block > .layout__item:nth-child(2n) {
        margin-right: -1%; } }

@media screen and (min-width: 768px), print {
  .pg__researchers .pannel__block .pannel:nth-of-type(2) {
    margin-top: 0; } }

/* pg__top
============================================================= */
.pg__top .section__importantNews {
  text-align: center; }

.pg__top .section__newsTopics {
  background-color: #F2F2F2; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__newsTopics {
      padding-top: 0.64rem;
      padding-bottom: 0.8rem; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics {
      padding-top: 0.31rem;
      padding-bottom: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics .swiper-container.-spOnly {
      margin: 0 -0.24rem; } }
.pg__top .section__newsTopics__title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics__title {
      align-items: flex-end; } }
@media screen and (min-width: 768px), print {
  .pg__top .section__newsTopics__list {
    margin-top: 0.47rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .pg__top .section__newsTopics__list:after {
      content: "";
      display: block;
      width: calc((100% - 1.16rem) / 3); }
    .pg__top .section__newsTopics__list > .layout__item {
      width: calc((100% - 1.16rem) / 3); }
      .pg__top .section__newsTopics__list > .layout__item:nth-child(n + 4) {
        margin-top: 0.58rem; }
      .pg__top .section__newsTopics__list > .layout__item:nth-child(n + 2) {
        margin-left: 0.58rem; }
      .pg__top .section__newsTopics__list > .layout__item:nth-child(3n - 2) {
        margin-left: 0px; }
      .pg__top .section__newsTopics__list > .layout__item:nth-child(3n) {
        margin-right: -1%; } }

@media screen and (max-width: 767px) {
  .pg__top .section__newsTopics__list {
    margin-top: 0.24rem; } }

.pg__top .section__newsTopics__listItem {
  background-color: #fff; }
  .pg__top .section__newsTopics__listItem a {
    text-decoration: none; }

.pg__top .section__newsTopics__listThumb {
  position: relative;
  display: block;
  width: 100%; }
  .pg__top .section__newsTopics__listThumb::before {
    display: block;
    padding-top: 60.648%;
    content: ""; }
  .pg__top .section__newsTopics__listThumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.pg__top .section__newsTopics__listTextBlock {
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__newsTopics__listTextBlock {
      padding: 0.32rem 0.2rem; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics__listTextBlock {
      padding: 0.18rem 0.2rem; } }
.pg__top .section__newsTopics__listTag {
  position: absolute;
  background-color: #FFCC01;
  color: #fff; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__newsTopics__listTag {
      top: -0.2rem;
      left: 0;
      padding: 0.05rem 0.2rem 0.07rem;
      font-size: 0.15rem;
      line-height: 1.6; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics__listTag {
      top: -0.13rem;
      left: 0;
      padding: 0.04rem 0.14rem 0.05rem;
      font-size: 0.1rem;
      line-height: 1.6; } }
  .pg__top .section__newsTopics__listTag.-news {
    background-color: #FFCC01; }
  .pg__top .section__newsTopics__listTag.-events {
    background-color: #2EDB50; }
  .pg__top .section__newsTopics__listTag.-reports {
    background-color: #FA47BC; }
  .pg__top .section__newsTopics__listTag.-others {
    background-color: #51B5F2; }

.pg__top .section__newsTopics__listTime {
  color: #777777; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__newsTopics__listTime {
      font-size: 0.13rem; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics__listTime {
      font-size: 0.12rem; } }
.pg__top .section__newsTopics__listRead {
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__newsTopics__listRead {
      margin-top: 0.05rem;
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__newsTopics__listRead {
      margin-top: 0.03rem;
      font-size: 0.14rem; } }
@media screen and (min-width: 768px), print {
  .pg__top .layout__imageText {
    display: flex; } }

.pg__top .layout__imageText__read {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.5; }
  @media screen and (min-width: 768px), print {
    .pg__top .layout__imageText__read {
      margin-top: 0.1rem;
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .pg__top .layout__imageText__read {
      margin-top: 0.15rem;
      font-size: 0.14rem; } }
@media screen and (min-width: 768px), print {
  .pg__top .section__projects {
    padding-top: 0.8rem;
    padding-bottom: 0.75rem; } }

@media screen and (max-width: 767px) {
  .pg__top .section__projects {
    padding-top: 0.4rem; } }

.pg__top .section__projects .layout__imageText {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center; }

@media screen and (min-width: 768px), print {
  .pg__top .section__projects__textBlock {
    width: 36.75%; } }

@media screen and (max-width: 767px) {
  .pg__top .section__projects__textBlock {
    margin-top: 0.16rem; } }

.pg__top .section__projects__imageBlock {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__projects__imageBlock {
      width: 57%; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__projects__imageBlock {
      margin: 0 -0.24rem; } }
  .pg__top .section__projects__imageBlock::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .pg__top .section__projects__imageBlock iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.pg__top .section__about {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__about {
      padding: 0.8rem 0; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__about {
      margin-top: 0.8rem;
      padding-bottom: 0.4rem; } }
  .pg__top .section__about::after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    background-color: #F2F2F2;
    content: ""; }
    @media screen and (min-width: 768px), print {
      .pg__top .section__about::after {
        height: 2.8rem;
        left: 0; } }
    @media screen and (max-width: 767px) {
      .pg__top .section__about::after {
        height: 1.91rem;
        left: 0; } }
  .pg__top .section__about .layout__imageText {
    align-items: flex-end;
    justify-content: flex-end; }

@media screen and (min-width: 768px), print {
  .pg__top .section__about__textBlock {
    width: 44.25%;
    margin-left: 0.57rem; } }

@media screen and (max-width: 767px) {
  .pg__top .section__about__textBlock {
    margin-top: 0.16rem; } }

.pg__top .section__about__imageBlock {
  position: relative; }
  @media screen and (min-width: 768px), print {
    .pg__top .section__about__imageBlock {
      width: 44.33%; } }
  @media screen and (max-width: 767px) {
    .pg__top .section__about__imageBlock {
      margin: 0 -0.24rem; } }
/* メインビジュアル スライダー */
.hero__slider {
  position: relative;
  padding-bottom: 0.56rem;
  background-color: #2D287F; }
  .hero__slider::before {
    position: absolute;
    z-index: 1;
    bottom: 0.185rem;
    right: 0.515rem;
    width: 1px;
    height: 0.18rem;
    background-color: #2D287F;
    content: ""; }
  .hero__slider::after {
    position: absolute;
    bottom: 0.12rem;
    right: 0.12rem;
    width: 0.8rem;
    height: 0.32rem;
    border-radius: 1.1rem;
    content: "";
    background-color: #fff; }

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.15rem;
  height: 0.0793rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229.347%22%20viewBox%3D%220%200%2016%209.347%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-7.473%2C8.966H6.961M3.561%2C5%2C7.527%2C8.966%2C3.561%2C12.933%22%20transform%3D%22translate(7.973%20-4.293)%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; }
  @media screen and (min-width: 768px), print {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      transition: 0.2s all ease; } }
.swiper-button-prev {
  top: auto;
  bottom: 0.12rem;
  right: 0.52rem;
  left: auto;
  width: 0.4rem;
  height: 0.32rem; }
  @media screen and (min-width: 768px), print {
    .swiper-button-prev:hover::after {
      left: calc(50% - 0.03rem); } }
  .swiper-button-prev::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.342%22%20height%3D%226.884%22%20viewBox%3D%220%200%2011.342%206.884%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-7.473%2C7.735H2.479M.135%2C5%2C2.87%2C7.735.135%2C10.47%22%20transform%3D%22translate(3.37%2011.177)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.swiper-button-next {
  top: auto;
  bottom: 0.12rem;
  right: 0.12rem;
  left: auto;
  width: 0.4rem;
  height: 0.32rem; }
  @media screen and (min-width: 768px), print {
    .swiper-button-next:hover::after {
      left: calc(50% + 0.03rem); } }
  .swiper-button-next::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.342%22%20height%3D%226.884%22%20viewBox%3D%220%200%2011.342%206.884%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-7.473%2C7.735H2.479M.135%2C5%2C2.87%2C7.735.135%2C10.47%22%20transform%3D%22translate(7.973%20-4.293)%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.swiper-pagination-fraction {
  bottom: 0.2rem;
  right: 1.25rem;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 1;
  text-align: right;
  font-size: 0.12rem; }
  @media screen and (max-width: 767px) {
    .swiper-pagination-fraction {
      right: 1.12rem; } }
  .swiper-pagination-fraction::before {
    position: absolute;
    top: 50%;
    right: 0.19rem;
    transform: translateY(-50%);
    width: 0.24rem;
    height: 1px;
    background-color: #fff;
    content: ""; }

.swiper-pagination-current {
  margin-right: 0.47rem; }

@media screen and (max-width: 767px) {
  .swiper-pagination-sp {
    margin-top: 0.2rem;
    text-align: center; } }

.swiper-pagination-bullet {
  background: #aaaaaa;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
      width: 0.4rem;
      height: 0.04rem;
      border-radius: 0.2rem; } }
.swiper-pagination-bullet-active {
  background: #2D287F; }

/* anchorList
============================================================= */
.anchorList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.2rem; }

.anchorList__item {
  margin-bottom: 0.2rem; }
  .anchorList__item:not(:last-child) {
    margin-right: 0.3rem; }
  .anchorList__item a {
    color: #000;
    display: block;
    position: relative;
    text-decoration: none;
    padding-bottom: 0.08rem; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .anchorList__item a:hover::before {
        display: none; } }
    .anchorList__item a::before {
      background-color: #000;
      content: '';
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
    .anchorList__item a > span {
      position: relative;
      display: inline-block;
      padding-right: 0.3rem; }
      .anchorList__item a > span::before {
        content: '';
        display: block;
        width: 0.08rem;
        height: 0.08rem;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        position: absolute;
        right: 0.05rem;
        top: 0;
        bottom: 0.04rem;
        margin: auto;
        transform: rotate(135deg); }

/* box-search
============================================================= */
.box-search-input {
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-search-input input[type="text"] {
    width: 1rem;
    height: 0.8rem;
    font-size: 0.25rem;
    outline: none;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    background-position: 0.4rem center !important;
    border-radius: 0.4rem;
    border: none !important;
    padding: 0.2rem 1rem 0.2rem 0.4rem !important; }

.box-search-btn {
  display: inline-block;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.836%22%20height%3D%2219.836%22%20viewBox%3D%220%200%2019.836%2019.836%22%3E%20%3Cg%20id%3D%22Interface-Essential_Search_search-remove-1%22%20data-name%3D%22Interface-Essential%2FSearch%2Fsearch-remove-1%22%20transform%3D%22translate(1%201)%22%3E%20%3Cg%20id%3D%22Group%22%3E%20%3Cg%20id%3D%22search-remove-1%22%3E%20%3Ccircle%20id%3D%22Oval%22%20cx%3D%226.725%22%20cy%3D%226.725%22%20r%3D%226.725%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22Shape%22%20d%3D%22M5.941%2C5.941%2C0%2C0%22%20transform%3D%22translate(11.48%2011.48)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain; }
  .box-search-btn a {
    display: block; }
  @media screen and (min-width: 768px), print {
    .box-search-btn {
      margin-left: -0.8rem;
      height: 0.44rem;
      width: 0.44rem; } }
  @media screen and (max-width: 767px) {
    .box-search-btn {
      margin-left: -0.6rem;
      width: 0.3rem;
      height: 0.3rem; } }
@media screen and (max-width: 767px) {
  .box-search input[type="text"] {
    background-position: 0.2rem center !important;
    border-radius: 0.45rem;
    width: 0.4rem;
    height: 0.5rem;
    padding: 0.15rem 0.6rem 0.15rem 0.2rem !important;
    font-size: 0.16rem; } }

.box-search input[type="text"] {
  transform: rotateY(0);
  height: auto !important;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57); }
  @media screen and (min-width: 768px), print {
    .box-search input[type="text"] {
      width: 5rem !important; } }
  @media screen and (max-width: 767px) {
    .box-search input[type="text"] {
      width: 80% !important; }
      .box-search input[type="text"] .box-search-btn {
        margin-left: -60px; }
        .box-search input[type="text"] .box-search-btn .icon {
          height: 30px;
          width: 30px; } }
/* button
============================================================= */
.button {
  border: 1px solid #000;
  color: #000;
  position: relative;
  /* modifier */ }
  @media screen and (min-width: 768px), print {
    .button {
      font-size: 0.16rem;
      padding: 0.2rem 0.5rem; } }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 0.14rem;
      padding: 0.15rem;
      width: 100%; } }
  @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .button {
      transition-duration: 0.25s; }
      .button:hover {
        background-color: #000;
        color: #fff; }
        .button:hover > span::after {
          border-color: #fff; } }
  .button > span::after {
    content: "";
    position: absolute;
    right: 0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.08rem;
    height: 0.08rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg); }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .button > span::after {
        transition-duration: 0.25s; } }
  .button.-arrowReverse > span::after {
    right: auto;
    left: 0.1rem;
    transform: rotate(-135deg); }

.button__more {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em; }
  .button__more a {
    display: inline-block;
    position: relative;
    color: #2D287F;
    text-decoration: none;
    line-height: 1.25;
    border-bottom: 1px solid #2D287F; }
    @media screen and (min-width: 768px), print {
      .button__more a {
        padding-bottom: 0.04rem;
        padding-right: 0.465rem; }
        .button__more a:hover::after {
          right: -0.03rem; } }
    @media screen and (max-width: 767px) {
      .button__more a {
        padding-bottom: 0.05rem;
        padding-right: 0.29rem;
        font-size: 0.12rem; } }
    .button__more a::after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229.347%22%20viewBox%3D%220%200%2016%209.347%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-7.473%2C8.966H6.961M3.561%2C5%2C7.527%2C8.966%2C3.561%2C12.933%22%20transform%3D%22translate(7.973%20-4.293)%22%20fill%3D%22none%22%20stroke%3D%22%232d287f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .button__more a::after {
          width: 0.15rem;
          height: 0.0793rem;
          transition: 0.2s all ease; } }
      @media screen and (max-width: 767px) {
        .button__more a::after {
          width: 0.12rem;
          height: 0.0635rem; } }
  @media screen and (max-width: 767px) {
    .button__more.-pannel {
      text-align: center; } }
  .button__more.-pannel a {
    color: #fff;
    line-height: 1.2;
    border-bottom: none;
    background-color: #2D287F;
    border: 1px solid #2D287F; }
    @media screen and (min-width: 768px), print {
      .button__more.-pannel a {
        margin-top: 0.39rem;
        padding: 0.23rem 1rem 0.25rem 0.2rem;
        font-size: 0.2rem;
        transition: 0.2s all ease; }
        .button__more.-pannel a:hover {
          color: #2D287F;
          background-color: #fff; }
          .button__more.-pannel a:hover::after {
            right: 0.15rem;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.864%22%20height%3D%2212.402%22%20viewBox%3D%220%200%2032.864%2012.402%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-16.273%2C10.494h31.08M10.1%2C5l5.494%2C5.494L10.1%2C15.988%22%20transform%3D%22translate(16.773%20-4.293)%22%20fill%3D%22none%22%20stroke%3D%22%232D287F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-size: contain; } }
    @media screen and (max-width: 767px) {
      .button__more.-pannel a {
        width: 74.2%;
        margin-top: 0.2rem;
        padding: 0.19rem 0.2rem;
        font-size: 0.15rem;
        text-align: left; } }
    .button__more.-pannel a::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.864%22%20height%3D%2212.402%22%20viewBox%3D%220%200%2032.864%2012.402%22%3E%20%3Cpath%20id%3D%22arrow-right%22%20d%3D%22M-16.273%2C10.494h31.08M10.1%2C5l5.494%2C5.494L10.1%2C15.988%22%20transform%3D%22translate(16.773%20-4.293)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
      @media screen and (min-width: 768px), print {
        .button__more.-pannel a::after {
          right: 0.2rem;
          width: 0.3186rem;
          height: 0.1099rem; } }
      @media screen and (max-width: 767px) {
        .button__more.-pannel a::after {
          right: 0.2rem;
          width: 0.28rem;
          height: 0.0966rem; } }
    @media screen and (min-width: 768px), print {
      .button__more.-pannel a.-pdf:hover::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_562%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20562%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2221.001%22%20viewBox%3D%220%200%2018%2021.001%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_481%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20481%22%20width%3D%2218%22%20height%3D%2221.001%22%20fill%3D%22%232D287F%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_561%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20561%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_775%22%20data-name%3D%22%E3%83%91%E3%82%B9%20775%22%20d%3D%22M14.508%2C14.144a2.812%2C2.812%2C0%2C0%2C0-1.641-.281%2C4.439%2C4.439%2C0%2C0%2C0%2C1.453.328%2C1.122%2C1.122%2C0%2C0%2C0%2C.211-.012c0-.008-.008-.02-.023-.036m-7.571.188a17.177%2C17.177%2C0%2C0%2C1%2C3.328-.949%2C1.6%2C1.6%2C0%2C0%2C1-.152-.111%2C2.126%2C2.126%2C0%2C0%2C1-.188-.158%2C6.2%2C6.2%2C0%2C0%2C1-1.488-2.063%2C15.722%2C15.722%2C0%2C0%2C1-.973%2C2.309q-.351.656-.527.973M8.39%2C6.586a3.494%2C3.494%2C0%2C0%2C0-.023%2C1.547q.012-.083.082-.516c0-.024.028-.191.082-.5a.273.273%2C0%2C0%2C1%2C.047-.094A.034.034%2C0%2C0%2C1%2C8.566%2C7a.02.02%2C0%2C0%2C0-.006-.017.027.027%2C0%2C0%2C1-.005-.018A.678.678%2C0%2C0%2C0%2C8.4%2C6.539a.032.032%2C0%2C0%2C1-.012.023ZM3.726%2C17.368a5.179%2C5.179%2C0%2C0%2C0%2C1.6-1.852%2C6.689%2C6.689%2C0%2C0%2C0-1.025.984%2C3.9%2C3.9%2C0%2C0%2C0-.58.867m6.749-4.817a8.911%2C8.911%2C0%2C0%2C0%2C.985.656%2C11.5%2C11.5%2C0%2C0%2C1%2C1.371-.082q1.723%2C0%2C2.074.574a.568.568%2C0%2C0%2C1%2C.023.61.034.034%2C0%2C0%2C1-.012.023l-.023.023v.012q-.071.446-.832.445a4.811%2C4.811%2C0%2C0%2C1-1.348-.234%2C8.551%2C8.551%2C0%2C0%2C1-1.524-.621A21.06%2C21.06%2C0%2C0%2C0%2C6.6%2C14.93Q4.8%2C18%2C3.761%2C18a.675.675%2C0%2C0%2C1-.328-.082l-.281-.141-.07-.059a.482.482%2C0%2C0%2C1-.07-.421%2C2.549%2C2.549%2C0%2C0%2C1%2C.656-1.072%2C5.656%2C5.656%2C0%2C0%2C1%2C1.547-1.131.171.171%2C0%2C0%2C1%2C.269.07.068.068%2C0%2C0%2C1%2C.024.047q.609-1%2C1.254-2.309A17.917%2C17.917%2C0%2C0%2C0%2C7.98%2C9.832a9.429%2C9.429%2C0%2C0%2C1-.357-1.869A4.562%2C4.562%2C0%2C0%2C1%2C7.7%2C6.469Q7.828%2C6%2C8.191%2C6h.257a.5.5%2C0%2C0%2C1%2C.411.175.936.936%2C0%2C0%2C1%2C.105.8.247.247%2C0%2C0%2C1-.046.094.329.329%2C0%2C0%2C1%2C.012.094v.352a15.286%2C15.286%2C0%2C0%2C1-.165%2C2.25%2C5.927%2C5.927%2C0%2C0%2C0%2C1.712%2C2.79ZM16.5%2C19.5V7.5H11.625A1.119%2C1.119%2C0%2C0%2C1%2C10.5%2C6.375V1.5h-9v18ZM12%2C1.594V6h4.406a1.278%2C1.278%2C0%2C0%2C0-.257-.481L12.48%2C1.852A1.273%2C1.273%2C0%2C0%2C0%2C12%2C1.594m5.2%2C2.859a2.734%2C2.734%2C0%2C0%2C1%2C.563.891A2.712%2C2.712%2C0%2C0%2C1%2C18%2C6.375v13.5A1.122%2C1.122%2C0%2C0%2C1%2C16.875%2C21H1.125a1.085%2C1.085%2C0%2C0%2C1-.8-.329%2C1.082%2C1.082%2C0%2C0%2C1-.328-.8V1.125a1.081%2C1.081%2C0%2C0%2C1%2C.328-.8A1.085%2C1.085%2C0%2C0%2C1%2C1.125%2C0h10.5a2.712%2C2.712%2C0%2C0%2C1%2C1.031.234A2.734%2C2.734%2C0%2C0%2C1%2C13.547.8Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%232D287F%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: contain; } }
    .button__more.-pannel a.-pdf::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_562%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20562%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2221.001%22%20viewBox%3D%220%200%2018%2021.001%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_481%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20481%22%20width%3D%2218%22%20height%3D%2221.001%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_561%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20561%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_775%22%20data-name%3D%22%E3%83%91%E3%82%B9%20775%22%20d%3D%22M14.508%2C14.144a2.812%2C2.812%2C0%2C0%2C0-1.641-.281%2C4.439%2C4.439%2C0%2C0%2C0%2C1.453.328%2C1.122%2C1.122%2C0%2C0%2C0%2C.211-.012c0-.008-.008-.02-.023-.036m-7.571.188a17.177%2C17.177%2C0%2C0%2C1%2C3.328-.949%2C1.6%2C1.6%2C0%2C0%2C1-.152-.111%2C2.126%2C2.126%2C0%2C0%2C1-.188-.158%2C6.2%2C6.2%2C0%2C0%2C1-1.488-2.063%2C15.722%2C15.722%2C0%2C0%2C1-.973%2C2.309q-.351.656-.527.973M8.39%2C6.586a3.494%2C3.494%2C0%2C0%2C0-.023%2C1.547q.012-.083.082-.516c0-.024.028-.191.082-.5a.273.273%2C0%2C0%2C1%2C.047-.094A.034.034%2C0%2C0%2C1%2C8.566%2C7a.02.02%2C0%2C0%2C0-.006-.017.027.027%2C0%2C0%2C1-.005-.018A.678.678%2C0%2C0%2C0%2C8.4%2C6.539a.032.032%2C0%2C0%2C1-.012.023ZM3.726%2C17.368a5.179%2C5.179%2C0%2C0%2C0%2C1.6-1.852%2C6.689%2C6.689%2C0%2C0%2C0-1.025.984%2C3.9%2C3.9%2C0%2C0%2C0-.58.867m6.749-4.817a8.911%2C8.911%2C0%2C0%2C0%2C.985.656%2C11.5%2C11.5%2C0%2C0%2C1%2C1.371-.082q1.723%2C0%2C2.074.574a.568.568%2C0%2C0%2C1%2C.023.61.034.034%2C0%2C0%2C1-.012.023l-.023.023v.012q-.071.446-.832.445a4.811%2C4.811%2C0%2C0%2C1-1.348-.234%2C8.551%2C8.551%2C0%2C0%2C1-1.524-.621A21.06%2C21.06%2C0%2C0%2C0%2C6.6%2C14.93Q4.8%2C18%2C3.761%2C18a.675.675%2C0%2C0%2C1-.328-.082l-.281-.141-.07-.059a.482.482%2C0%2C0%2C1-.07-.421%2C2.549%2C2.549%2C0%2C0%2C1%2C.656-1.072%2C5.656%2C5.656%2C0%2C0%2C1%2C1.547-1.131.171.171%2C0%2C0%2C1%2C.269.07.068.068%2C0%2C0%2C1%2C.024.047q.609-1%2C1.254-2.309A17.917%2C17.917%2C0%2C0%2C0%2C7.98%2C9.832a9.429%2C9.429%2C0%2C0%2C1-.357-1.869A4.562%2C4.562%2C0%2C0%2C1%2C7.7%2C6.469Q7.828%2C6%2C8.191%2C6h.257a.5.5%2C0%2C0%2C1%2C.411.175.936.936%2C0%2C0%2C1%2C.105.8.247.247%2C0%2C0%2C1-.046.094.329.329%2C0%2C0%2C1%2C.012.094v.352a15.286%2C15.286%2C0%2C0%2C1-.165%2C2.25%2C5.927%2C5.927%2C0%2C0%2C0%2C1.712%2C2.79ZM16.5%2C19.5V7.5H11.625A1.119%2C1.119%2C0%2C0%2C1%2C10.5%2C6.375V1.5h-9v18ZM12%2C1.594V6h4.406a1.278%2C1.278%2C0%2C0%2C0-.257-.481L12.48%2C1.852A1.273%2C1.273%2C0%2C0%2C0%2C12%2C1.594m5.2%2C2.859a2.734%2C2.734%2C0%2C0%2C1%2C.563.891A2.712%2C2.712%2C0%2C0%2C1%2C18%2C6.375v13.5A1.122%2C1.122%2C0%2C0%2C1%2C16.875%2C21H1.125a1.085%2C1.085%2C0%2C0%2C1-.8-.329%2C1.082%2C1.082%2C0%2C0%2C1-.328-.8V1.125a1.081%2C1.081%2C0%2C0%2C1%2C.328-.8A1.085%2C1.085%2C0%2C0%2C1%2C1.125%2C0h10.5a2.712%2C2.712%2C0%2C0%2C1%2C1.031.234A2.734%2C2.734%2C0%2C0%2C1%2C13.547.8Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (min-width: 768px), print {
        .button__more.-pannel a.-pdf::after {
          width: 0.18rem;
          height: 0.21rem; } }
      @media screen and (max-width: 767px) {
        .button__more.-pannel a.-pdf::after {
          width: 0.15rem;
          height: 0.175rem; } }
  @media screen and (min-width: 768px), print {
    .button__more.-mt a {
      margin-top: 0.39rem; } }
  @media screen and (max-width: 767px) {
    .button__more.-mt a {
      margin-top: 0.2rem; } }
  @media screen and (min-width: 768px), print {
    .button__more.-en a {
      padding: 0.23rem 1.3rem 0.25rem 0.2rem; } }
  .button__more.-blank a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2.5%20-2.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_174%22%20data-name%3D%22%E3%83%91%E3%82%B9%20174%22%20d%3D%22M16.333%2C12.778v4.444A1.778%2C1.778%2C0%2C0%2C1%2C14.556%2C19H4.778A1.778%2C1.778%2C0%2C0%2C1%2C3%2C17.222V7.444A1.783%2C1.783%2C0%2C0%2C1%2C4.778%2C5.667H9.222M13.667%2C3H19V8.333M9.222%2C12.778l9.067-9.067%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: ""; }
    @media screen and (min-width: 768px), print {
      .button__more.-blank a::after {
        right: 0.215rem;
        width: 0.16rem;
        height: 0.16rem; } }
    @media screen and (max-width: 767px) {
      .button__more.-blank a::after {
        right: 0.2rem;
        width: 0.14rem;
        height: 0.14rem; } }
  @media screen and (min-width: 768px), print {
    .button__more.-blank a:hover {
      color: #2D287F;
      background-color: #fff; }
      .button__more.-blank a:hover::after {
        right: 0.215rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%20%3Cg%20id%3D%22external-link%22%20transform%3D%22translate(-2.5%20-2.5)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_174%22%20data-name%3D%22%E3%83%91%E3%82%B9%20174%22%20d%3D%22M16.333%2C12.778v4.444A1.778%2C1.778%2C0%2C0%2C1%2C14.556%2C19H4.778A1.778%2C1.778%2C0%2C0%2C1%2C3%2C17.222V7.444A1.783%2C1.783%2C0%2C0%2C1%2C4.778%2C5.667H9.222M13.667%2C3H19V8.333M9.222%2C12.778l9.067-9.067%22%20fill%3D%22none%22%20stroke%3D%22%232D287F%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: contain; } }
  @media screen and (min-width: 768px), print {
    .pg__cgi__faculty .button__more a {
      margin-top: 0.01rem; } }
  @media screen and (max-width: 767px) {
    .pg__cgi__faculty .button__more a {
      margin-top: 0.01rem; } }
  @media screen and (min-width: 768px), print {
    .button__more.-mt a {
      margin-top: 0.39rem; } }
  @media screen and (max-width: 767px) {
    .button__more.-mt a {
      margin-top: 0.2rem; } }
@media screen and (min-width: 768px), print {
  .button__flexWrap {
    display: flex;
    justify-content: center; } }

.button__flexWrap .button__more a {
  margin-top: 0; }

@media screen and (min-width: 768px), print {
  .button__flexWrap .button__more:not(:first-of-type) {
    margin-left: 0.4rem; } }

@media screen and (max-width: 767px) {
  .button__flexWrap .button__more:not(:first-of-type) {
    margin-top: 0.15rem; } }

@media screen and (min-width: 768px), print {
  .button__flexWrap.-full .button__more a {
    width: 6.38rem; } }

@media screen and (max-width: 767px) {
  .button__flexWrap.-full .button__more a {
    font-size: 0.14rem;
    letter-spacing: -0.02em; } }

@media screen and (min-width: 768px), print {
  .button__flexWrap + .button__flexWrap {
    margin-top: 0.4rem; } }

@media screen and (max-width: 767px) {
  .button__flexWrap + .button__flexWrap {
    margin-top: 0.15rem; } }

/* globalNavi
============================================================= */
@media screen and (max-width: 767px) {
  .globalNaviWrap {
    background-color: #2D287F;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    left: 0;
    z-index: 101;
    padding-bottom: 1rem;
    display: none;
    padding: 0 0.36rem 1rem; } }

@media screen and (max-width: 767px) {
  .-menuOpen .globalNaviWrap {
    display: block; } }

@media screen and (max-width: 767px) {
  .-cgi .globalNaviWrap {
    padding: 0 0.2rem 1rem; } }

@media screen and (max-width: 767px) {
  .-cgi .globalNaviWrap .header__logo {
    width: 1.8rem;
    margin: 0.12rem 0 0.537rem; } }

.-cgi .globalNaviWrap .header__logo img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .-cgi .globalNaviWrap .globalNavi__list {
    border-top: 1px solid #fff; } }

@media screen and (min-width: 768px), print {
  .globalNavi {
    position: relative;
    z-index: 10;
    transform: translateY(0.2rem); } }

@media screen and (max-width: 767px) {
  .globalNavi .header__logo {
    margin: 0.19rem -0.16rem; } }

@media screen and (min-width: 768px), print {
  #header__cgi .globalNavi {
    transform: translateX(0.19rem) translateY(-0.07rem); } }

@media screen and (min-width: 768px), print {
  .header__fixed.-cgi .globalNavi {
    transform: translateX(0.19rem) translateY(-0.07rem); } }

@media screen and (max-width: 767px) {
  .header__fixed.-cgi .globalNavi a {
    color: #fff; } }

@media screen and (min-width: 768px), print {
  .globalNavi__list {
    display: flex; } }

.globalNavi__listItem {
  position: relative;
  line-height: 1;
  /* header カラー反転 */ }
  @media screen and (min-width: 768px), print {
    .globalNavi__listItem:nth-child(n + 2) {
      margin-left: 0.23rem; }
    .globalNavi__listItem:hover > a::after {
      transform: scale(1, 1); } }
  @media screen and (min-width: 768px), print {
    #header__cgi .globalNavi__listItem, .-cgi .globalNavi__listItem {
      margin-left: 0.43rem; } }
  .globalNavi__listItem::after {
    position: absolute;
    content: ""; }
    @media screen and (max-width: 767px) {
      .globalNavi__listItem::after {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff; } }
  .globalNavi__listItem.-hasChildren {
    position: relative; }
    @media screen and (min-width: 768px), print {
      .globalNavi__listItem.-hasChildren {
        padding-bottom: 0.2rem; }
        .globalNavi__listItem.-hasChildren:hover > ul {
          opacity: 1; } }
    @media screen and (min-width: 768px), print {
      .globalNavi__listItem.-hasChildren > a {
        position: relative;
        padding-right: 0.15rem; }
        .globalNavi__listItem.-hasChildren > a::before {
          position: absolute;
          top: 60%;
          right: 0;
          transform: translateY(-50%);
          content: "";
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.707%22%20height%3D%224.561%22%20viewBox%3D%220%200%207.707%204.561%22%3E%20%3Cpath%20id%3D%22chevron-down%22%20d%3D%22M6%2C9l3.5%2C3.5L13%2C9%22%20transform%3D%22translate(-5.646%20-8.646)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
          background-repeat: no-repeat;
          background-size: contain;
          width: 0.1rem;
          height: 0.05rem; } }
    @media screen and (max-width: 767px) {
      .globalNavi__listItem.-hasChildren > a {
        padding-bottom: 0.13rem; } }
    @media screen and (min-width: 768px), print {
      .globalNavi__listItem.-hasChildren ul {
        opacity: 0;
        position: absolute;
        z-index: 10;
        bottom: -0.6rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1.48rem;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
        transition: 0.3s opacity ease; } }
    @media screen and (min-width: 768px), print {
      .globalNavi__listItem.-hasChildren ul li + li {
        border-top: 1px solid #2D287F; } }
    .globalNavi__listItem.-hasChildren ul li a {
      position: relative;
      text-decoration: none; }
      @media screen and (min-width: 768px), print {
        .globalNavi__listItem.-hasChildren ul li a {
          display: block;
          font-size: 0.13rem;
          color: #2D287F;
          padding: 0.09rem 0;
          transition: 0.3s all ease; }
          .globalNavi__listItem.-hasChildren ul li a:hover {
            background-color: #2D287F;
            color: #fff; } }
      .globalNavi__listItem.-hasChildren ul li a::before {
        position: absolute;
        background-color: #fff;
        content: ""; }
  @media screen and (min-width: 768px), print {
    .globalNavi__listItem > a {
      position: relative;
      display: inline-block;
      text-decoration: none; }
      .globalNavi__listItem > a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform 0.3s; } }
  .globalNavi__listItem a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-family: "Century Gothic";
    letter-spacing: 0.02em; }
    @media screen and (min-width: 768px), print {
      .globalNavi__listItem a {
        transition: 0.5s opacity ease; } }
    @media screen and (max-width: 767px) {
      .globalNavi__listItem a {
        font-size: 0.16rem; } }
    #header__cgi .globalNavi__listItem a {
      color: #2D287F;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700; }
    .-cgi .globalNavi__listItem a {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    .globalNavi__listItem ul {
      padding-bottom: 0.22rem; } }
  @media screen and (max-width: 767px) {
    .globalNavi__listItem ul li + li {
      margin-top: 0.1rem; } }
  .globalNavi__listItem ul li a {
    position: relative; }
    @media screen and (max-width: 767px) {
      .globalNavi__listItem ul li a {
        padding-left: 0.12rem;
        font-size: 0.14rem; } }
    .globalNavi__listItem ul li a::before {
      position: absolute;
      background-color: #fff;
      content: ""; }
      @media screen and (max-width: 767px) {
        .globalNavi__listItem ul li a::before {
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 0.06rem;
          height: 1px; } }
  .-colorInversion .globalNavi__listItem a {
    color: #2D287F; }

.globalNavi__listLink {
  display: block;
  color: #000;
  position: relative;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .globalNavi__listLink {
      display: block;
      padding: 0.19rem 0; } }
.globalNavi__listChild {
  display: none; }
  @media screen and (max-width: 767px) {
    .globalNavi__listChild {
      padding: 0 0.2rem 0.2rem 0.2rem; }
      .-childOpen .globalNavi__listChild {
        display: block; } }
@media screen and (max-width: 767px) {
  .globalNavi__listChildList > li:not(:last-child) {
    margin-bottom: 0.1rem; } }

@media screen and (min-width: 768px), print {
  .globalNavi__utility {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .globalNavi__utility {
    display: inline-block;
    padding: 0.2rem 0; } }

@media screen and (max-width: 767px) {
  .-cgi .globalNavi__utility {
    padding-top: 0.409rem; } }

/* googleMap
============================================================= */
.googleMap {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .googleMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

img[loading="lazy"] {
  opacity: 0; }

img.inview[loading="lazy"] {
  opacity: 0;
  transition: opacity 1s; }
  img.inview[loading="lazy"].-inviewLazyLoaded {
    transition: opacity 1s;
    opacity: 1; }

/* layout
============================================================= */
@media screen and (min-width: 768px), print {
  .layout__sideFixed {
    display: flex;
    justify-content: space-between; } }

@media screen and (min-width: 768px), print {
  .layout__sideFixed__side {
    width: 17.7%; } }

@media screen and (max-width: 767px) {
  .layout__sideFixed__side {
    margin-top: 0.433rem;
    padding: 0 0.24rem; } }

.layout__sideFixed__side ul {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .layout__sideFixed__side ul {
      padding: 0.4rem 0.44rem; } }
  @media screen and (max-width: 767px) {
    .layout__sideFixed__side ul {
      padding: 0.2rem 0.2rem 0.24rem; } }
  .layout__sideFixed__side ul li {
    line-height: 1; }
    @media screen and (min-width: 768px), print {
      .layout__sideFixed__side ul li + li {
        margin-top: 0.25rem; } }
    @media screen and (max-width: 767px) {
      .layout__sideFixed__side ul li + li {
        margin-top: 0.15rem; } }
.layout__sideFixed__side a {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #2D287F;
  text-decoration: none;
  line-height: 1; }

@media screen and (min-width: 768px), print {
  .layout__sideFixed__main {
    width: 76.9%; } }

.layout__fixedTarget {
  position: sticky;
  top: 0;
  transition: .3s top ease; }
  .-showFixedHeader .layout__fixedTarget {
    top: 1.45rem; }
  .layout__fixedTarget > li.-active a {
    display: block;
    position: relative;
    pointer-events: none;
    padding-left: 1em; }
    .layout__fixedTarget > li.-active a::before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      content: '・'; }
      @media screen and (min-width: 768px), print {
        .layout__fixedTarget > li.-active a::before {
          font-size: 0.25rem; } }
      @media screen and (max-width: 767px) {
        .layout__fixedTarget > li.-active a::before {
          font-size: 0.2rem; } }
@media screen and (min-width: 768px), print {
  .modal__underLayer {
    width: 100%;
    min-width: 13.66rem; } }

@media screen and (max-width: 767px) {
  .modal__underLayer {
    width: 100% !important; } }

.modal__underLayer.-fixed {
  position: fixed;
  overflow: hidden; }

#modalWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  #modalWrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px); }
  body[data-modal="show"] #modalWrap {
    opacity: 1;
    pointer-events: all; }

#modalBackground {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }

body[data-modal="show"] #modalBackground {
  pointer-events: all;
  opacity: 1; }

#modal {
  width: 100%;
  position: relative;
  vertical-align: middle;
  margin: auto;
  z-index: 99999;
  overflow: hidden;
  padding: 1.55rem 0; }

#modal__inner {
  background-color: #fff;
  box-shadow: 0 0.02rem 0.04rem rgba(185, 175, 175, 0.2);
  color: #000;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  @media screen and (min-width: 768px), print {
    #modal__inner {
      width: 10.74rem;
      padding: 0.69rem 0.89rem 0.4rem; } }
  @media screen and (max-width: 767px) {
    #modal__inner {
      width: 3.07rem;
      padding: 0.47rem 0.34rem; } }
  body[data-modal="show"] #modal:not(.-fadeoutInner) #modal__inner {
    opacity: 1;
    pointer-events: all; }

.modal__link {
  cursor: pointer; }
  body[data-modal="lock"] .modal__link {
    pointer-events: none; }

.modal__contents {
  display: none; }

.modal__closeWrap {
  text-align: center; }
  @media screen and (min-width: 768px), print {
    .modal__closeWrap {
      margin-top: 0.29rem; } }
  @media screen and (max-width: 767px) {
    .modal__closeWrap {
      margin-top: 0.21rem; } }
.modal__close {
  cursor: pointer;
  z-index: 99999;
  position: relative;
  display: inline-block;
  text-align: center;
  border: solid 1px #2D287F;
  background-color: #fff;
  color: #2D287F;
  border-radius: 0.05rem;
  line-height: 1;
  text-decoration: none;
  outline: none;
  transition: color 0.25s, background-color 0.25s; }
  @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .modal__close:hover {
      background-color: #2D287F;
      color: #fff; } }
  .modal__close:before {
    content: "とじる"; }
  @media screen and (min-width: 768px), print {
    .modal__close {
      padding: 0.09rem 0.13rem 0.1rem; } }
  @media screen and (max-width: 767px) {
    .modal__close {
      padding: 0.09rem 0.13rem 0.1rem; } }
.modal__prev,
.modal__next {
  cursor: pointer;
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  body[data-modal="show"] .modal__prev, body[data-modal="show"] .modal__next {
    opacity: 1;
    pointer-events: all; }
  @media screen and (min-width: 768px), print {
    .modal__prev,
    .modal__next {
      width: 1rem;
      height: 1rem; } }
  @media screen and (max-width: 767px) {
    .modal__prev,
    .modal__next {
      width: 0.28rem;
      height: 0.28rem; } }
  .modal__prev:before,
  .modal__next:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #000;
    border-color: #000 #000 transparent transparent;
    transform-origin: center center;
    transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
    @media screen and (min-width: 768px), print {
      .modal__prev:before,
      .modal__next:before {
        width: 0.21rem;
        height: 0.21rem; } }
    @media screen and (max-width: 767px) {
      .modal__prev:before,
      .modal__next:before {
        width: 0.08rem;
        height: 0.08rem; } }
  #modal.-alone .modal__prev, #modal.-alone .modal__next {
    display: none; }

.modal__prev {
  right: auto; }
  @media screen and (min-width: 768px), print {
    .modal__prev {
      left: 0rem; } }
  @media screen and (max-width: 767px) {
    .modal__prev {
      left: 0rem; }
      .modal__prev:before {
        margin-left: 0.05rem; } }
.modal__next:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  @media screen and (max-width: 767px) {
    .modal__next:before {
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      margin-left: -0.05rem; } }
/* movie
============================================================= */
.movie {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .movie > * {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/* news
============================================================= */
.news__importantList {
  display: inline-block;
  text-align: left; }
  @media screen and (min-width: 768px), print {
    .news__importantList {
      padding: 0.2rem 0;
      font-size: 0.17rem; } }
  @media screen and (max-width: 767px) {
    .news__importantList {
      padding: 0.13rem 0;
      font-size: 0.13rem;
      line-height: 1.5; } }
.news__importantList__item a {
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.7; }
  @media screen and (min-width: 768px), print {
    .news__importantList__item a {
      padding-left: 0.45rem; } }
  @media screen and (max-width: 767px) {
    .news__importantList__item a {
      padding-left: 0.4rem; } }
  .news__importantList__item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.443%22%20height%3D%2223.983%22%20viewBox%3D%220%200%2027.443%2023.983%22%3E%20%3Cg%20id%3D%22alert-triangle%22%20transform%3D%22translate(-0.519%20-1.897)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M12.163%2C4.066%2C1.877%2C21.237A2.429%2C2.429%2C0%2C0%2C0%2C3.954%2C24.88H24.525A2.429%2C2.429%2C0%2C0%2C0%2C26.6%2C21.237L16.316%2C4.066a2.429%2C2.429%2C0%2C0%2C0-4.153%2C0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23ff0000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_2%22%20data-name%3D%22%E7%B7%9A%202%22%20y2%3D%224.857%22%20transform%3D%22translate(14.239%2010.308)%22%20fill%3D%22none%22%20stroke%3D%22red%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_3%22%20data-name%3D%22%E7%B7%9A%203%22%20x2%3D%220.012%22%20transform%3D%22translate(14.239%2020.023)%22%20fill%3D%22none%22%20stroke%3D%22red%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 0.25rem;
    height: 0.22rem; }

@media screen and (min-width: 768px), print {
  .news .news__labelDate + * {
    margin-top: 0.17rem; } }

@media screen and (max-width: 767px) {
  .news .news__labelDate + * {
    margin-top: 0.1rem; } }

.news .news__labelDate {
  display: flex;
  align-items: center; }

.news .news__label {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background-color: #FFCC01;
  border-radius: 0.8rem; }
  @media screen and (min-width: 768px), print {
    .news .news__label {
      width: 1.16rem;
      padding: 0.03rem 0 0.04rem;
      font-size: 0.12rem; } }
  @media screen and (max-width: 767px) {
    .news .news__label {
      width: 0.8rem;
      padding: 0.02rem 0 0.03rem;
      font-size: 0.1rem;
      line-height: 1; } }
  .news .news__label.-news {
    background-color: #FFCC01; }
  .news .news__label.-events {
    background-color: #2EDB50; }
  .news .news__label.-reports {
    background-color: #FA47BC; }
  .news .news__label.-others {
    background-color: #51B5F2; }

.news .news__date {
  flex: 1;
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  color: #777777; }
  @media screen and (min-width: 768px), print {
    .news .news__date {
      margin-left: 0.16rem;
      font-size: 0.11rem; } }
  @media screen and (max-width: 767px) {
    .news .news__date {
      margin-left: 0.08rem;
      font-size: 0.1rem; } }
.news .news__read {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.25; }
  @media screen and (min-width: 768px), print {
    .news .news__read {
      font-size: 0.16rem; } }
  @media screen and (max-width: 767px) {
    .news .news__read {
      padding-right: 0.16rem; } }
/* olList
============================================================= */
.olList {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0; }
  .olList > li {
    line-height: 1.5;
    position: relative;
    padding-left: 1.1em; }
    .olList > li::before {
      counter-increment: item;
      content: counter(item) ".";
      position: absolute;
      left: 0;
      top: 0; }
    .olList > li:not(:last-child) {
      margin-bottom: 0.05rem; }

/* other
============================================================= */
.other__imgFull {
  width: 100%;
  height: auto; }

.other__categoryPage {
  position: relative;
  background-color: #F2F2F2; }
  .other__categoryPage::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fff; }
    @media screen and (min-width: 768px), print {
      .other__categoryPage::after {
        width: 100%;
        height: 0.48rem; } }
    @media screen and (max-width: 767px) {
      .other__categoryPage::after {
        width: 100%;
        height: 0.4rem; } }
  .other__categoryPage .title__pageTitle {
    color: #fff;
    background-color: #2D287F; }
    .other__categoryPage .title__pageTitle > span {
      display: block; }
      @media screen and (min-width: 768px), print {
        .other__categoryPage .title__pageTitle > span {
          margin-left: auto;
          margin-right: auto;
          max-width: 12rem; } }
      @media screen and (min-width: 768px), print {
        .other__categoryPage .title__pageTitle > span {
          padding-top: 0.625rem;
          padding-bottom: 2.24rem; } }
      @media screen and (max-width: 767px) {
        .other__categoryPage .title__pageTitle > span {
          padding: 0.4rem 0.24rem 0.64rem; } }
@media screen and (min-width: 768px), print {
  .other__categoryPage__section {
    margin-top: -1.51rem; } }

.popup__cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background-color: #2D287F; }
  @media screen and (min-width: 768px), print {
    .popup__cookie {
      max-width: 3.5rem;
      font-size: 0.16rem; } }
  @media screen and (max-width: 767px) {
    .popup__cookie {
      max-width: 2.5rem;
      font-size: 0.1rem; } }
  .popup__cookie a {
    color: #fff; }
  @media screen and (min-width: 768px), print {
    .popup__cookie .popup__cookie__read {
      margin: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .popup__cookie .popup__cookie__read {
      margin: 0.15rem; } }
  .popup__cookie .popup__cookie__buttonBlock {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    align-content: space-between; }
    .popup__cookie .popup__cookie__buttonBlock > * {
      display: block;
      flex: 1;
      text-align: center;
      cursor: pointer;
      font-weight: bold;
      text-decoration: underline; }
      @media screen and (min-width: 768px), print {
        .popup__cookie .popup__cookie__buttonBlock > * {
          padding: 0.05rem 0.08rem;
          transition: 0.3s all ease; } }
      @media screen and (max-width: 767px) {
        .popup__cookie .popup__cookie__buttonBlock > * {
          padding: 0.05rem; } }
      @media screen and (min-width: 768px), print {
        .popup__cookie .popup__cookie__buttonBlock > *:hover {
          text-decoration: none; } }
    .popup__cookie .popup__cookie__buttonBlock .popup__cookie__allow {
      background-color: #FFCC01; }
      @media screen and (min-width: 768px), print {
        .popup__cookie .popup__cookie__buttonBlock .popup__cookie__allow:hover {
          background-color: rgba(255, 204, 1, 0.8); } }
/* pager
============================================================= */
/*
<div class="pager">
  <ul>
    <li class="prev"><a href="/report?page=2" rel="prev"></a></li>
    <li><a href="/report?page=1">1</a></li>
    <li><a href="/report?page=2">2</a></li>
    <li class="current">3</li>
    <li><a href="/report?page=4">4</a></li>
    <li><a href="/report?page=5">5</a></li>
    <li class="next"><a href="/report?page=4" rel="next"></a></li>
  </ul>
</div>
*/
.pager ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1; }
  @media screen and (min-width: 768px), print {
    .pager ul {
      margin: 0.56rem 0 0; } }
  @media screen and (max-width: 767px) {
    .pager ul {
      justify-content: center;
      margin: 0.4rem auto -0.1rem; } }
  .pager ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2D287F;
    background-color: #fff; }
    @media screen and (min-width: 768px), print {
      .pager ul li {
        font-size: 0.14rem;
        margin: 0 0.1rem;
        width: 0.32rem;
        height: 0.32rem; } }
    @media screen and (max-width: 767px) {
      .pager ul li {
        font-size: 0.12rem;
        margin: 0 0.09rem 0.1rem;
        width: 0.28rem;
        height: 0.28rem; } }
    .pager ul li.current {
      background-color: #2D287F;
      pointer-events: none;
      color: #fff;
      border-color: #fff; }
    .pager ul li.prev, .pager ul li.next {
      border: none;
      margin-left: 0;
      margin-right: 0;
      background-color: transparent; }
      .pager ul li.prev a, .pager ul li.next a {
        background-color: transparent; }
        .pager ul li.prev a::before, .pager ul li.next a::before {
          background-color: transparent;
          content: ""; }
          @media screen and (min-width: 768px), print {
            .pager ul li.prev a::before, .pager ul li.next a::before {
              width: 0.06rem;
              height: 0.06rem;
              border-top: 2px solid #2D287F;
              border-left: 2px solid #2D287F; } }
          @media screen and (max-width: 767px) {
            .pager ul li.prev a::before, .pager ul li.next a::before {
              width: 0.05rem;
              height: 0.05rem;
              border-top: 1px solid #2D287F;
              border-left: 1px solid #2D287F; } }
    .pager ul li.prev a::before {
      transform: rotate(-45deg); }
    .pager ul li.next a::before {
      transform: rotate(135deg); }
  .pager ul a {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #2D287F; }

/* pageTop
============================================================= */
.pageTop {
  cursor: pointer;
  width: 100%;
  position: sticky;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.25s;
  z-index: 99; }
  @media screen and (min-width: 768px), print {
    .pageTop {
      margin-top: 1.08rem; } }
  @media screen and (max-width: 767px) {
    .pageTop {
      margin-top: 1.08rem; } }
  .pageTop.-active {
    opacity: 1;
    pointer-events: all; }
  .pageTop span {
    display: block;
    background-color: #FFCC01;
    position: relative;
    margin-left: auto;
    margin-right: 0; }
    @media screen and (min-width: 768px), print {
      .pageTop span {
        width: 0.48rem;
        height: 0.48rem; } }
    @media screen and (max-width: 767px) {
      .pageTop span {
        width: 0.4rem;
        height: 0.4rem; } }
    .pageTop span::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      content: "";
      width: 0.08rem;
      height: 0.08rem;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0.04rem;
      margin: auto;
      transform: rotate(-45deg); }
  .pageTop.-cgi {
    margin-top: 0;
    background-color: transparent; }
    .pageTop.-cgi span {
      background-color: #9694bf; }

/* pannel
============================================================= */
.pannel__flex {
  display: flex;
  justify-content: space-between; }

.pannel__left,
.pannel__right {
  width: calc(50% - 0.1rem); }
  @media screen and (min-width: 768px), print {
    .pannel__left .pannel + .pannel,
    .pannel__right .pannel + .pannel {
      margin-top: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .pannel__left .pannel + .pannel,
    .pannel__right .pannel + .pannel {
      margin-top: 0.48rem; } }
.pannel {
  background-color: #fff; }
  @media screen and (min-width: 768px), print {
    .pannel + .pannel {
      margin-top: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pannel + .pannel {
      margin-top: 0.48rem; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type01 {
      padding: 0.5rem 0.56rem 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pannel.-type01 {
      margin-left: -0.24rem;
      margin-right: -0.24rem;
      padding: 0.42rem 0.24rem 0.485rem; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type01 .pannel__left {
      width: 42%; } }
  @media screen and (max-width: 767px) {
    .pannel.-type01 .pannel__left {
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type01 .pannel__right {
      width: 54%; } }
  @media screen and (max-width: 767px) {
    .pannel.-type01 .pannel__right {
      width: 100%;
      margin-top: 0.2rem; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type02 {
      padding: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .pannel.-type02 {
      padding: 0.46rem 0.24rem 0.48rem; } }
  .pannel.-type03 > a {
    display: block;
    text-decoration: none; }
    @media screen and (min-width: 768px), print {
      .pannel.-type03 > a {
        padding: 0.24rem;
        padding-right: 0.68rem; } }
  .pannel.-type03 .pannel__flexWrap {
    margin-top: 0; }
  @media screen and (min-width: 768px), print {
    .pannel.-type03 .pannel__left {
      width: 17.6%; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type03 .pannel__right {
      width: 79.6%; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type03 + .pannel {
      margin-top: 0.24rem; } }
  @media screen and (min-width: 768px), print {
    .pannel.-type04 {
      padding: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .pannel.-type04 {
      padding: 0.48rem 0.24rem; } }
@media screen and (min-width: 768px), print {
  .pannel__flexWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem; } }

@media screen and (max-width: 767px) {
  .pannel__flexWrap {
    margin-top: 0.21rem; } }

.pannel__read {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .pannel__read {
      font-size: 0.16rem;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .pannel__read {
      font-size: 0.14rem;
      line-height: 1.71; } }
  @media screen and (min-width: 768px), print {
    .pannel__read + * {
      margin-top: 0.2rem; } }
  @media screen and (max-width: 767px) {
    .pannel__read + * {
      margin-top: 0.22rem; } }
.pannel__link a {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  color: #FFCC01;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 2px solid #FFCC01; }
  @media screen and (min-width: 768px), print {
    .pannel__link a {
      padding-bottom: 0.085rem;
      font-size: 0.18rem;
      line-height: 1.33;
      transition: border-color 0.3s ease; } }
  @media screen and (max-width: 767px) {
    .pannel__link a {
      padding-bottom: 0.055rem;
      font-size: 0.16rem;
      line-height: 1.33; } }
  @media screen and (min-width: 768px), print {
    .pannel__link a:hover {
      border-color: transparent; } }
.pannel__thumb {
  position: relative; }
  .pannel__thumb::before {
    content: "";
    display: block;
    padding-top: 85%; }
  .pannel__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (min-width: 768px), print {
    .pannel__thumb + * {
      margin-top: 0.33rem; } }
  @media screen and (max-width: 767px) {
    .pannel__thumb + * {
      margin-top: 0.24rem; } }
.pannel__table {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.008em;
  line-height: 1.6; }
  @media screen and (min-width: 768px), print {
    .pannel__table {
      font-size: 0.15rem; } }
  @media screen and (min-width: 768px), print {
    .pannel__table dl {
      display: flex; } }
  @media screen and (max-width: 767px) {
    .pannel__table dl {
      padding: 0.12rem; } }
  .pannel__table dl:nth-of-type(odd) {
    background-color: rgba(163, 160, 219, 0.1); }
  @media screen and (min-width: 768px), print {
    .pannel__table dt,
    .pannel__table dd {
      padding: 0.1rem 0.16rem 0.12rem; } }
  @media screen and (min-width: 768px), print {
    .pannel__table dt {
      width: 33.6%; } }
  @media screen and (max-width: 767px) {
    .pannel__table dt {
      font-size: 0.1rem; } }
  @media screen and (min-width: 768px), print {
    .pannel__table dd {
      width: 66.4%; } }
  @media screen and (max-width: 767px) {
    .pannel__table dd {
      margin-top: 0.04rem;
      line-height: 1; } }
/* section
============================================================= */
@media screen and (min-width: 768px), print {
  .section {
    margin-left: auto;
    margin-right: auto;
    max-width: 12rem; } }

@media screen and (max-width: 767px) {
  .section {
    padding: 0 0.24rem; } }

@media screen and (min-width: 768px), print {
  .section.-margin > *:not(:last-child) {
    margin-bottom: 0.4rem; } }

@media screen and (max-width: 767px) {
  .section.-margin > *:not(:last-child) {
    margin-bottom: 0.3rem; } }

/* spMenuButton
============================================================= */
.spGlobalNaviButton {
  /* header カラー反転 */ }
  @media screen and (min-width: 768px), print {
    .spGlobalNaviButton {
      display: none !important; } }
  @media screen and (max-width: 767px) {
    .spGlobalNaviButton {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 0.48rem;
      height: 100%;
      background-color: #2D287F;
      z-index: 100; } }
  @media screen and (max-width: 767px) {
    .-colorInversion .spGlobalNaviButton {
      background-color: #F5F5F5; } }
  @media screen and (max-width: 767px) {
    .-cgi .spGlobalNaviButton {
      width: 0.68rem;
      height: 0.74rem;
      background-color: #fff; } }
.spGlobalNaviButton__icon {
  /* header カラー反転 */ }
  @media screen and (max-width: 767px) {
    .spGlobalNaviButton__icon {
      background-color: #fff;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 0.24rem;
      height: 1px; }
      .spGlobalNaviButton__icon::before, .spGlobalNaviButton__icon::after {
        background-color: #fff;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 0.24rem;
        height: 1px;
        transition: all 0.25s; }
      .spGlobalNaviButton__icon::before {
        top: -0.14rem; }
      .spGlobalNaviButton__icon::after {
        top: 0.16rem; } }
  @media screen and (max-width: 767px) {
    .-cgi .spGlobalNaviButton__icon {
      top: 0.1rem;
      width: 0.28rem;
      height: 2px;
      background-color: #2D287F; }
      .-cgi .spGlobalNaviButton__icon::before, .-cgi .spGlobalNaviButton__icon::after {
        width: 0.28rem;
        height: 2px;
        background-color: #2D287F; } }
  @media screen and (max-width: 767px) {
    .-colorInversion .spGlobalNaviButton__icon {
      background-color: #2D287F; }
      .-colorInversion .spGlobalNaviButton__icon::before, .-colorInversion .spGlobalNaviButton__icon::after {
        background-color: #2D287F; } }
  @media screen and (max-width: 767px) {
    .-menuOpen .spGlobalNaviButton__icon {
      background-color: transparent; }
      .-menuOpen .spGlobalNaviButton__icon::before, .-menuOpen .spGlobalNaviButton__icon::after {
        top: 0; }
      .-menuOpen .spGlobalNaviButton__icon::before {
        transform: rotate(-45deg); }
      .-menuOpen .spGlobalNaviButton__icon::after {
        transform: rotate(45deg); } }
@media screen and (max-width: 767px) {
  .-menuOpen .-cgi .spGlobalNaviButton {
    background-color: transparent; } }

@media screen and (max-width: 767px) {
  .-menuOpen .-cgi .spGlobalNaviButton__icon::before, .-menuOpen .-cgi .spGlobalNaviButton__icon::after {
    background-color: #fff; } }

/* table
============================================================= */
.table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%; }
  .table th,
  .table td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 768px), print {
      .table th,
      .table td {
        padding: 0.1rem; } }
    @media screen and (max-width: 767px) {
      .table th,
      .table td {
        padding: 0.1rem; } }
    .table th:not(:last-child),
    .table td:not(:last-child) {
      border-right: 1px solid #ccc; }
  .table th {
    background-color: #f5f5f5; }
  .table.-center th,
  .table.-center td {
    text-align: center; }
  .table.-verticalMiddle th,
  .table.-verticalMiddle td {
    vertical-align: middle; }

/* spTableScroll */
@media screen and (max-width: 767px) {
  .spTableScroll {
    overflow-x: scroll; }
    .spTableScroll > table {
      width: 100%;
      white-space: nowrap; }
    .spTableScroll .ve {
      width: 8.03rem;
      margin-top: 0; } }

.spTableScroll__caution {
  color: #555;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .spTableScroll__caution {
      font-size: 0.11rem; } }
  @media screen and (max-width: 767px) {
    .spTableScroll__caution + * {
      margin-top: 0.07rem !important; } }
/* telLink
============================================================= */
@media screen and (min-width: 768px), print {
  .telLink {
    color: #000;
    pointer-events: none;
    text-decoration: none; } }

@media screen and (max-width: 767px) {
  .telLink {
    text-decoration: underline; } }

/* title
============================================================= */
.title__categoryTitle {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.21; }
  @media screen and (min-width: 768px), print {
    .title__categoryTitle {
      font-size: 0.56rem; } }
  @media screen and (max-width: 767px) {
    .title__categoryTitle {
      font-size: 0.32rem; } }
.title__categoryTitle__samll {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.21; }
  @media screen and (min-width: 768px), print {
    .title__categoryTitle__samll {
      padding-right: 0.605rem;
      font-size: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .title__categoryTitle__samll {
      padding-right: 0.48rem;
      font-size: 0.28rem; } }
  .title__categoryTitle__samll::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000;
    content: ''; }
    @media screen and (min-width: 768px), print {
      .title__categoryTitle__samll::after {
        width: 0.4rem;
        height: 2px; } }
    @media screen and (max-width: 767px) {
      .title__categoryTitle__samll::after {
        width: 0.32rem;
        height: 2px; } }
.title__pageTitle {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em;
  line-height: 1.21;
  color: #2D287F; }
  @media screen and (min-width: 768px), print {
    .title__pageTitle {
      font-size: 0.64rem; } }
  @media screen and (max-width: 767px) {
    .title__pageTitle {
      font-size: 0.4rem; } }
.title__pannelTitle {
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px), print {
    .title__pannelTitle {
      font-size: 0.28rem;
      line-height: 1.21; } }
  @media screen and (max-width: 767px) {
    .title__pannelTitle {
      font-size: 0.24rem;
      line-height: 1.25; } }
.title {
  background-color: #f5f5f5;
  padding: 0.05rem 0.2rem; }
  @media screen and (min-width: 768px), print {
    .title {
      font-size: 0.24rem; } }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 0.18rem; } }
  @media screen and (min-width: 768px), print {
    .title + * {
      margin-top: 0.25rem; } }
  @media screen and (max-width: 767px) {
    .title + * {
      margin-top: 0.2rem; } }
  * + .title {
    margin-top: 0.8rem; }

/* cgi以下
============================================================= */
.title__cgiCategoryTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.475;
  background-color: #2D287F; }
  @media screen and (min-width: 768px), print {
    .title__cgiCategoryTitle {
      padding: 0.91rem 0 0.9rem;
      font-size: 0.4rem; } }
  @media screen and (max-width: 767px) {
    .title__cgiCategoryTitle {
      padding: 0.49rem 0 0.48rem;
      font-size: 0.28rem; } }
/* topicPath
============================================================= */
.topicPath {
  position: absolute;
  z-index: 100;
  display: flex; }
  @media screen and (min-width: 768px), print {
    .topicPath {
      margin-left: auto;
      margin-right: auto;
      max-width: 12rem; } }
  @media screen and (min-width: 768px), print {
    .topicPath {
      bottom: 0.13rem;
      right: 0.85rem;
      font-size: 0.12rem; } }
  @media screen and (max-width: 767px) {
    .topicPath {
      bottom: 0.1rem;
      right: 0.52rem;
      font-size: 0.11rem; } }
  .topicPath li {
    list-style-type: none; }
    .topicPath li:last-child a {
      color: #000;
      cursor: text;
      pointer-events: none; }
    .topicPath li:not(:last-child) {
      position: relative;
      position: relative; }
      @media screen and (min-width: 768px), print {
        .topicPath li:not(:last-child) {
          padding-right: 0.18rem;
          margin-right: 0.1rem; } }
      @media screen and (max-width: 767px) {
        .topicPath li:not(:last-child) {
          padding-right: 0.09rem;
          margin-right: 0.05rem; } }
      .topicPath li:not(:last-child)::before, .topicPath li:not(:last-child)::after {
        background-color: #666;
        content: "";
        display: block;
        width: 0.07rem;
        height: 1px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0.02rem;
        margin: auto;
        transform-origin: right center; }
        @media screen and (max-width: 767px) {
          .topicPath li:not(:last-child)::before, .topicPath li:not(:last-child)::after {
            bottom: 0;
            width: 0.05rem; } }
      .topicPath li:not(:last-child)::before {
        transform: rotate(30deg); }
      .topicPath li:not(:last-child)::after {
        transform: rotate(-30deg); }

/* ulList
============================================================= */
.ulList > li {
  line-height: 1.5;
  position: relative;
  padding-left: 1.1em; }
  .ulList > li:not(:last-child) {
    margin-bottom: 0.05rem; }
  .ulList > li::before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%230%22%2F%3E%3C%2Fsvg%3E") no-repeat left 0;
    background-size: 100% auto;
    content: '';
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    position: absolute;
    top: .7em;
    left: .2em; }

.list__dot__item {
  position: relative;
  letter-spacing: 0.04em; }
  @media screen and (min-width: 768px), print {
    .list__dot__item {
      padding-left: 1.2em;
      line-height: 2.2;
      font-size: 0.18rem; } }
  @media screen and (max-width: 767px) {
    .list__dot__item {
      padding-left: 1em;
      line-height: 1.75;
      font-size: 0.14rem; } }
  .list__dot__item::before {
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #FFCC01;
    border-radius: 50%;
    content: ""; }
    @media screen and (max-width: 767px) {
      .list__dot__item::before {
        top: 0.7em;
        width: 0.06rem;
        height: 0.06rem; } }
/* webfont
============================================================= */
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic";
  src: url("/common/fonts/centuryGothic/GOTHIC.woff2") format("woff2"), url("/common/fonts/centuryGothic/GOTHIC.woff") format("woff"), url("/common/fonts/centuryGothic/GOTHIC.ttf") format("truetype"); }

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Century Gothic";
  src: url("/common/fonts/centuryGothic/GOTHICB.woff2") format("woff2"), url("/common/fonts/centuryGothic/GOTHICB.woff") format("woff"), url("/common/fonts/centuryGothic/GOTHICB.ttf") format("truetype"); }

/* youtube
============================================================= */
.youtube__wrap {
  position: relative; }
  .youtube__wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .youtube__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
