@charset "utf-8";

/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
:where(html) {
  line-height: 1.15; /* 1 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}
/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
}

@font-face {
  font-family: "MyHiragino";
  src: local("HiraginoSans-W3"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
}
@font-face {
  font-family: "MyHiragino";
  font-weight: bold;
  src: local("HiraginoSans-W6"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
}
@font-face {
  font-family: "MyHiragino";
  font-weight: 800;
  src: local("HiraginoSans-W8"), local("ヒラギノ角ゴ StdN"), local("Hiragino Kaku Gothic StdN");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}
body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: YuGothic, "Yu Gothic", "MyHiragino", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  height: 100%;
  min-width: 1024px;
  min-height: 100vh;
  color: #2B2B2B;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #2B2B2B;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

button {
  font-family: YuGothic, "Yu Gothic", "MyHiragino", "メイリオ", Meiryo, sans-serif;
}

/* vue.js マウント前非表示
-----------------------------------------------*/
[v-cloak] {
  visibility: hidden;
  opacity: 0;
}

/* [layout] サイトレイアウト
-----------------------------------------------*/
:root {
  --header-H: 198px;
}

.l-content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.l-page-title {
  background: #004982 url(/assets/img/shared/bg_header@2x.png) no-repeat center top/cover;
  padding-top: var(--header-H);
}
.l-page-title--top {
  background: #004982 url(/assets/img/shared/bg_top@2x.png) no-repeat center top/100% auto;
}
.l-page-title--members {
  background: #004982 url(/assets/img/shared/bg_members@2x.jpg) no-repeat center top/100% auto;
}

/* [layout] 最大幅付き汎用コンテナ
-----------------------------------------------*/
.l-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 42px;
  padding-left: 42px;
  max-width: 1664px;
  min-width: 1024px;
  width: calc(100% - 256px);
}

.l-container-sm {
  padding-right: 24px;
  padding-left: 24px;
}

/* [layout] sectionレイアウト
-----------------------------------------------*/
.l-main {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #F4F4F4;
}

.l-section {
  background-color: #F4F4F4;
  padding-bottom: 96px;
}

.l-section-white {
  background-color: #fff;
  padding-bottom: 96px;
}

.l-section-transparent {
  padding-bottom: 96px;
}

.l-box {
  background: #fff;
  padding: 48px 64px;
}

/* [layout] gapルール用クラス
-----------------------------------------------*/
.l-gap--xll {
  margin-top: 160px;
}

.l-gap--xl {
  margin-top: 128px;
}

.l-gap--lg {
  margin-top: 96px;
}

.l-gap--md {
  margin-top: 32px;
}

.l-gap--md-2 {
  margin-top: 48px;
}

.l-gap--md-3 {
  margin-top: 64px;
}

.l-gap--sm {
  margin-top: 24px;
}

.l-gap--xs {
  margin-top: 16px;
}

.l-gap--xss {
  margin-top: 8px;
}

/* [layout] ボタン並列表示
-----------------------------------------------*/
.l-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -16px;
}
.l-button-container .c-button {
  margin: 0 10px 16px;
}

@-ms-viewport {
  width: device-width;
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(10px * -2);
  margin-right: calc(-1 * 10px);
  margin-left: calc(-1 * 10px);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .l-col,
.no-gutters > [class*=l-col-] {
  padding-right: 0;
  padding-left: 0;
}

.l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12, .l-col,
.l-col-auto, .l-col-sm-1, .l-col-sm-2, .l-col-sm-3, .l-col-sm-4, .l-col-sm-5, .l-col-sm-6, .l-col-sm-7, .l-col-sm-8, .l-col-sm-9, .l-col-sm-10, .l-col-sm-11, .l-col-sm-12, .l-col-sm,
.l-col-sm-auto, .l-col-md-1, .l-col-md-2, .l-col-md-3, .l-col-md-4, .l-col-md-5, .l-col-md-6, .l-col-md-7, .l-col-md-8, .l-col-md-9, .l-col-md-10, .l-col-md-11, .l-col-md-12, .l-col-md,
.l-col-md-auto, .l-col-lg-1, .l-col-lg-2, .l-col-lg-3, .l-col-lg-4, .l-col-lg-5, .l-col-lg-6, .l-col-lg-7, .l-col-lg-8, .l-col-lg-9, .l-col-lg-10, .l-col-lg-11, .l-col-lg-12, .l-col-lg,
.l-col-lg-auto, .l-col-xl-1, .l-col-xl-2, .l-col-xl-3, .l-col-xl-4, .l-col-xl-5, .l-col-xl-6, .l-col-xl-7, .l-col-xl-8, .l-col-xl-9, .l-col-xl-10, .l-col-xl-11, .l-col-xl-12, .l-col-xl,
.l-col-xl-auto {
  position: relative;
  margin-bottom: calc(10px * 2);
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  min-height: 1px;
}

.l-col {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
}

.l-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-col-1 {
  width: 8.333333%;
}

.l-col-2 {
  width: 16.666667%;
}

.l-col-3 {
  width: 25%;
}

.l-col-4 {
  width: 33.333333%;
}

.l-col-5 {
  width: 41.666667%;
}

.l-col-6 {
  width: 50%;
}

.l-col-7 {
  width: 58.333333%;
}

.l-col-8 {
  width: 66.666667%;
}

.l-col-9 {
  width: 75%;
}

.l-col-10 {
  width: 83.333333%;
}

.l-col-11 {
  width: 91.666667%;
}

.l-col-12 {
  width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

/* [header]
-----------------------------------------------*/
:root {
  --header-X: 0;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: var(--header-X);
  z-index: 100;
}
.l-header__inner {
  background: transparent linear-gradient(180deg, #000000E6 0%, #0000004D 100%) 0% 0% no-repeat padding-box;
}

/* [header] ログイン後の最上部メニュー
-----------------------------------------------*/
.l-header__member-utility {
  background-color: #002A4B;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
}
.l-header__member-utility__inner {
  display: flex;
  justify-content: flex-end;
}
.l-header__member-utility a {
  margin-left: 16px;
  font-size: 1.2rem;
  color: #fff;
}
.l-header__member-utility a:hover {
  opacity: 0.7;
}

/* [header] ログイン後のロゴのカラム
-----------------------------------------------*/
.l-header__logo-area__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 73px;
}
.l-header__logo-area__links {
  display: flex;
  align-items: center;
}
.l-header__logo-area__links > .c-link-icon {
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.l-header__logo-area__links > .c-link-icon .text {
  position: relative;
  padding-bottom: 6px;
}
.l-header__logo-area__links > .c-link-icon .text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 110%;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  transition: right 0.2s, opacity 0.2s;
  opacity: 0;
}
.l-header__logo-area__links > .c-link-icon:hover {
  opacity: 1;
}
.l-header__logo-area__links > .c-link-icon:hover .text::before {
  right: 0%;
  opacity: 1;
}

.l-header__logout-button {
  cursor: pointer;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  padding: 12px;
  font-size: 1.4rem;
  color: #004982;
  text-align: center;
  width: 130px;
  line-height: 1;
}
.l-header__logout-button > span {
  display: block;
}
.l-header__logout-button > span:not(:first-child) {
  margin-top: 5px;
}
.l-header__logout-button:hover {
  background-color: white;
  opacity: 1;
}

/**
 * gnav
**/
/* [gnav] レイアウト
-----------------------------------------------*/
.l-gnav {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
@media screen and (max-width: 1023.9px) {
  .l-gnav {
    justify-content: flex-start;
    width: 1024px;
  }
}
.l-gnav::before, .l-gnav::after {
  content: "";
  display: block;
  background-color: rgba(59, 108, 154, 0.9);
  height: inherit;
  flex: 1;
}
.l-gnav::before {
  margin-right: 1px;
}
.l-gnav::after {
  margin-left: 1px;
}

.l-gnav__list {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 40px;
  max-width: 1580px;
  min-width: 940px;
  width: calc(100% - 256px - 84px);
}
.l-gnav__list > li {
  position: relative;
  flex: 1;
  align-items: center;
  margin: 0 1px 0 0;
  padding: 0;
  text-align: center;
}
.l-gnav__list > li:last-child {
  margin-right: 0;
}
.l-gnav__list > li > a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(59, 108, 154, 0.9);
  height: 100%;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
.l-gnav__list > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 110%;
  bottom: 0;
  z-index: 1;
  background-color: rgba(124, 191, 248, 0.9);
  border-radius: 0 0 100% 0;
  opacity: 0;
  transition: right 0.3s, border 0.3s, opacity 0.3s;
}
.l-gnav__list > li > a:hover {
  opacity: 1;
}
.l-gnav__list > li > a:hover::before {
  border-radius: 0 0 0 0;
  right: -10%;
  opacity: 1;
}
.l-gnav__list > li .text {
  position: relative;
  z-index: 2;
}
.l-gnav__list .c-icon {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * Footer Style
 */
/* [footer] layout
-----------------------------------------------*/
.l-footer {
  background: #1A1A1A url(/assets/img/shared/bg_footer@2x.png) no-repeat left top/cover;
  padding-top: 48px;
  color: #fff;
  text-align: center;
}

/* [footer] address
-----------------------------------------------*/
.l-footer-address__name {
  margin: 0;
  line-height: 1;
}
.l-footer-address__name > .text01 {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.l-footer-address__name > .text02 {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
}
.l-footer-address__body {
  background-color: rgba(124, 191, 248, 0.2);
  margin: 16px auto 0;
  padding: 24px;
  width: 460px;
}

/* [footer] copyright
-----------------------------------------------*/
.l-footer-copyright {
  margin-top: 32px;
  border-top: 1px solid #fff;
  padding: 16px 0;
  line-height: 1;
}
.l-footer-copyright small {
  margin: 0 auto;
  width: 1024px;
  font-size: 1.2rem;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

/**
 * Swiper 6.8.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: August 23, 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: #007aff;
}

.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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      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: 10;
  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: 10px;
  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: 10px;
  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;
  -webkit-transform: translate3d(0, 0, 0);
          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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  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:only-child {
  display: none !important;
}

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

/* 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  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: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  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%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px 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;
}

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            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;
  -webkit-transform-origin: 0 0;
          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 {
  -webkit-transform-origin: 100% 0;
          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: 0px;
  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;
}

/**
 * Icons
**/
.c-icon {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.c-icon svg {
  fill: currentColor;
}

/* [icons] svgスプライト設定
-----------------------------------------------*/
.svg-icon-arrow-r-dims {
  width: 8.31px;
  height: 10.82px;
}

.svg-icon-download-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-external-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-invisible-dims {
  width: 19px;
  height: 19px;
}

.svg-icon-mail-dims {
  width: 19px;
  height: 19px;
}

.svg-icon-pdf-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-setting-dims {
  width: 20px;
  height: 20px;
}

.svg-icon-tel-dims {
  width: 19px;
  height: 19px;
}

.svg-icon-visible-dims {
  width: 19px;
  height: 19px;
}

.svg-slide-arrow-l-dims {
  width: 21.1px;
  height: 41.38px;
}

.svg-slide-arrow-r-dims {
  width: 21.1px;
  height: 41.38px;
}

/**
 * Button
 */
/* [button] デフォルト
-----------------------------------------------*/
.c-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 26px;
  min-width: 200px;
  min-height: 40px;
  background-color: #004982;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  transition: background-color 0.2s;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button--secondary {
  background-color: #fff;
  color: #001e57;
}
.c-button--tertiary {
  background-color: #2B2B2B;
  color: #fff;
}
.c-button:disabled, .c-button.disabled {
  pointer-events: none;
  background-color: #C9C9C9;
  border: none;
  color: #fff;
}
.c-button > .c-icon {
  position: relative;
  top: 1px;
  vertical-align: middle;
  margin-left: 4px;
}

/**
 * Title
**/
.c-title-page {
  margin: 84px 0 94px;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-title-xl {
  margin: 0;
  font-size: 3.5rem;
  color: #004982;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-title-xl > .eng {
  font-family: "Lato", sans-serif;
  margin-left: 24px;
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: bold;
  color: #2B2B2B;
}
.c-title-xl--white {
  color: #fff;
}
.c-title-xl--white > .eng {
  color: #fff;
}

.c-title-lg {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 3.5rem;
  color: #004982;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-title-lg::before, .c-title-lg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.c-title-lg::before {
  background-color: #C2C2C2;
  width: 100%;
}
.c-title-lg::after {
  background-color: #004982;
  width: 90px;
}

.c-title-md {
  margin: 0;
  font-size: 2.8rem;
  color: #004982;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-title-md--underline {
  position: relative;
  padding-bottom: 24px;
}
.c-title-md--underline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #C2C2C2;
  height: 2px;
  width: 100%;
}
.c-title-md > .text-md {
  margin-left: 24px;
  font-size: 1.6rem;
  vertical-align: middle;
  font-weight: normal;
  color: #2B2B2B;
}

.c-title-sm {
  position: relative;
  margin: 0;
  padding-left: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-title-sm::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 6px;
  background-color: #004982;
  width: 2px;
}

.c-title-xs {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004982;
}

.c-title-xss {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004982;
}

/**
 * Text
**/
/* [Text] レギュレーション フォントサイズ
-----------------------------------------------*/
.c-text-lg {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-text-md {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
}

.c-text-sm {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-text-xs {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

/**
 * List
**/
/* [list] テキストリスト
-----------------------------------------------*/
.c-list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.c-list > li {
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-list > li:not(:first-child) {
  margin-top: 16px;
}

/* [list] 見出し＋本文の入れ子リスト
-----------------------------------------------*/
.c-list-section {
  margin: 0;
  padding: 0 0 0 1.2em;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-list-section > li:not(:first-child) {
  margin-top: 32px;
}
.c-list-section ul, .c-list-section ol {
  margin: 0;
  padding: 0 0 0 1.2em;
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-list-section ul > li:not(:first-child), .c-list-section ol > li:not(:first-child) {
  margin-top: 16px;
}
.c-list-section ol {
  list-style: lower-latin;
}
.c-list-section__body {
  padding-top: 24px;
  font-weight: normal;
}

ul.c-list-section {
  list-style: none;
}
ul.c-list-section > li {
  position: relative;
}
ul.c-list-section > li::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: -1.2em;
  background-color: #004982;
  width: 0.8em;
  height: 0.8em;
}

ol.c-list-section {
  list-style: decimal;
}

/* [list] STEPリスト
-----------------------------------------------*/
.c-list-step {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-step > li {
  display: flex;
}
.c-list-step > li:not(:first-child) {
  margin-top: 16px;
}
.c-list-step__icon > span {
  display: inline-block;
  position: relative;
  background-color: #004982;
  padding: 4px 10px;
  height: 22px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.c-list-step__icon > span::after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 0px;
  border-top: 11px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 8px solid #004982;
  width: 0;
  height: 0;
}
.c-list-step__body {
  flex: 1;
  margin-left: 26px;
}

/**
 * Link
**/
/* [Link] テキストリンク
-----------------------------------------------*/
.c-link-text {
  text-decoration: underline;
  color: #0066C0;
}
.c-link-text:hover {
  opacity: 0.6;
}

/* [Link] アイコンリンク
-----------------------------------------------*/
.c-link-icon .c-icon {
  position: relative;
  vertical-align: middle;
  margin: 0 2px;
}

/* [Link] リンク帯
-----------------------------------------------*/
.c-link-obi {
  display: block;
  background-color: #fff;
  border-left: 3px solid #004982;
  padding: 13px;
  font-size: 1.8rem;
  color: #004982;
  font-weight: bold;
}
.c-link-obi .c-icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-left: 8px;
}
.c-link-obi:hover {
  color: rgba(0, 73, 130, 0.6);
  opacity: 1;
}

/**
 * Table
**/
/* [table] デフォルトのtable
-----------------------------------------------*/
.c-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
  margin-right: -4px;
  margin-left: -4px;
  width: calc(100% + 8px);
}
.c-table th,
.c-table td {
  padding: 8px 16px;
  vertical-align: middle;
  -moz-text-align-last: left;
       text-align-last: left;
}
.c-table > thead th {
  background-color: #004982;
  color: #fff;
  text-align: left;
}
.c-table > tbody tr {
  margin-bottom: 8px;
}
.c-table > tbody tr th,
.c-table > tbody tr td {
  background-color: #fff;
}
.c-table > tbody tr:nth-child(2n) th,
.c-table > tbody tr:nth-child(2n) td {
  background-color: rgba(0, 73, 130, 0.1);
}

/**
 * Form
**/
/* [Form] デフォルト設定
-----------------------------------------------*/
form {
  flex: 1;
  flex-direction: column;
  display: flex;
}

label {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label + input[type=text],
label + input[type=number],
label + input[type=url],
label + input[type=email],
label + input[type=tel],
label + input[type=password],
label + textarea,
label + .c-form-cell,
label + .c-form-select {
  margin-top: 8px;
}

.icon-require {
  display: inline-block;
  background-color: #FF4343;
  border-radius: 3px;
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #fff;
}

.c-form-cell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  min-height: 44px;
  text-indent: 24px;
}

button {
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

input {
  border: none;
  color: #2B2B2B;
}

textarea {
  color: #2B2B2B;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=button]:focus {
  outline-color: none;
  outline: none;
}

input[type=submit] {
  cursor: pointer;
  outline: none;
}
input[type=submit]:focus {
  outline: none;
}

input[type=text],
input[type=search],
input[type=number],
input[type=url],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  display: flex;
  align-items: center;
  font-family: YuGothic, "Yu Gothic", "MyHiragino", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #C2C2C2;
  padding: 8px 24px;
  min-height: 44px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #939393;
  font-weight: normal;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #939393;
  font-weight: normal;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #939393;
  font-weight: normal;
  opacity: 1;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #939393;
  font-weight: normal;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #939393;
  font-weight: normal;
  opacity: 1;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline-color: none;
  outline: none;
}

textarea {
  min-height: 190px;
  resize: vertical;
  width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=reset] {
  background: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #2B2B2B;
}

/* [Form] ラジオボタン
-----------------------------------------------*/
.c-form-radio {
  position: relative;
  vertical-align: -webkit-baseline-middle;
  line-height: 1;
}
.c-form-radio > label {
  cursor: pointer;
  display: inline-block;
  padding-right: 1em;
  padding-left: 27px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form-radio__icon {
  cursor: pointer;
  display: inline-block;
}
.c-form-radio__icon:before, .c-form-radio__icon:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  top: 0px;
  bottom: 0px;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.c-form-radio__icon:before {
  z-index: 1;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #C2C2C2;
}
.c-form-radio__icon:after {
  z-index: 2;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #004982;
  opacity: 0;
  transition: 0.2s;
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}

input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  z-index: 2;
  margin: auto 0px;
  outline: none;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
input[type=radio]:checked {
  box-shadow: none;
}
input[type=radio]:checked ~ .c-form-radio__icon:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
input[type=radio]:focus {
  background: none;
  opacity: 0.2;
}
input[type=radio]:focus {
  box-shadow: none;
}

/* [Form] チェックボックス
-----------------------------------------------*/
.c-form-checkbox {
  position: relative;
  vertical-align: -webkit-baseline-middle;
  padding-left: 27px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-form-checkbox > label {
  cursor: pointer;
  display: inline-block;
  padding-right: 1em;
}
.c-form-checkbox__icon {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  z-index: 2;
  background-color: #fff;
  margin: auto 0px;
  outline: none;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: 0.2s;
}
.c-form-checkbox__icon:before, .c-form-checkbox__icon:after {
  content: "";
  position: absolute;
}
.c-form-checkbox__icon:before {
  background: #fff;
  border: 1px solid #C2C2C2;
  display: block;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
}
.c-form-checkbox__icon:after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  display: block;
  top: 10%;
  left: 30%;
  width: 5px;
  height: 9px;
  -webkit-transform: scale3d(0, 0, 0) rotate(20deg);
          transform: scale3d(0, 0, 0) rotate(20deg);
  opacity: 0;
  transition: 0.2s;
}

input[type=checkbox] {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 5;
  opacity: 0;
}
input[type=checkbox]:checked + .c-form-checkbox__icon {
  box-shadow: none;
  border-color: #004982;
  background-color: #004982;
}
input[type=checkbox]:checked ~ .c-form-checkbox__icon::before {
  opacity: 0;
}
input[type=checkbox]:checked ~ .c-form-checkbox__icon:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) rotate(45deg);
          transform: scale3d(1, 1, 1) rotate(45deg);
}
input[type=checkbox]:focus {
  box-shadow: none;
}

/* [Form] プルダウン
-----------------------------------------------*/
.c-form-select {
  position: relative;
  background: #fff;
  width: 100%;
  text-indent: 0px;
}
.c-form-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #2B2B2B #2B2B2B transparent;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-75%) rotate(45deg);
          transform: translateY(-75%) rotate(45deg);
}
.c-form-select select {
  position: relative;
  z-index: 2;
  font-family: YuGothic, "Yu Gothic", "MyHiragino", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #C2C2C2;
  padding: 13px 17px 13px 15px;
  width: 100%;
  line-height: 1;
  color: #2B2B2B;
  font-size: 1.6rem;
}
.c-form-select select option {
  color: #2B2B2B;
}
.c-form-select select:focus {
  outline: none;
}
.c-form-select select::-ms-expand {
  display: none;
}
.c-form-select select:disabled {
  color: #939393;
}
.c-form-select select.is-value-empty {
  color: #939393;
}

/* [Form] 検索
-----------------------------------------------*/
.c-form-search {
  position: relative;
  width: 100%;
  max-width: 440px;
}
.c-form-search > input {
  display: block;
}
.c-form-search > input[type=search] {
  padding: 9px 40px 9px 16px;
}
.c-form-search > input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}
.c-form-search > button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 100%;
}

/* [Form] セキュリティコード
-----------------------------------------------*/
.c-form-security-code {
  max-width: 225px;
}

/**
 * Media
 */
/* [Media] 幅100%画像
-----------------------------------------------*/
figure {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}
figure img {
  width: 100%;
  height: auto;
}
figure > figcaption {
  margin-top: 24px;
  font-size: 1.4rem;
  text-align: right;
}

/**
 * p-nav
 */
/* [p-nav] パンくずリスト
-----------------------------------------------*/
.p-nav-topic-path {
  display: inline-flex;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: top;
}
.p-nav-topic-path > li {
  color: #fff;
}
.p-nav-topic-path > li a {
  color: #fff;
}
.p-nav-topic-path > li a:hover {
  opacity: 0.7;
}
.p-nav-topic-path > li:not(:last-child)::after {
  content: "＞";
  margin: 0 4px;
  color: #fff;
}

/* [p-nav] ページ上部のボタンナビゲーションエリア
-----------------------------------------------*/
.p-nav-container {
  text-align: right;
  background-color: #fff;
  padding: 24px 0;
}
.p-nav-container .c-button {
  margin-left: 16px;
}
.p-nav-container-gray {
  background-color: #F4F4F4;
}

/**
 * p-list
 */
/* [p-list] 1行ごとに線で区切られるtableのようなリスト
-----------------------------------------------*/
.p-list-table * {
  word-break: break-all;
}
.p-list-table__col:not(:last-child) {
  padding-right: 8px;
}
.p-list-table__col:first-child {
  width: 116px;
}
.p-list-table__col:nth-child(2) {
  width: 300px;
}
.p-list-table__col:last-child {
  flex: 1;
}

.p-list-table__header {
  background-color: #004982;
  border: 1px solid #004982;
  padding: 0 24px;
  font-weight: bold;
  color: #fff;
}
.p-list-table__header-inner {
  display: flex;
  padding: 8px 24px 8px 0;
}

.p-list-table__scroll-body {
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  padding: 24px;
  max-height: 400px;
}

.p-list-table__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-list-table__list > li {
  display: flex;
  border-bottom: 1px dashed #C2C2C2;
  padding: 8px 0;
}
.p-list-table__list > li:first-child {
  padding-top: 0;
}

/**
 * p-form
 */
/* [p-form] 郵便番号
-----------------------------------------------*/
.p-form-post {
  display: flex;
}
.p-form-post > .c-form-cell {
  width: 140px;
}
.p-form-post > .c-form-cell:first-child {
  margin-right: 10px;
}
.p-form-post-hyphen {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

/* [p-form] 一つだけの場合
-----------------------------------------------*/
.c-form-single {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form-single > label {
  font-weight: normal;
}
.c-form-single > .c-form-cell {
  flex: 1;
  margin-top: 0;
  margin-left: 24px;
  max-width: 300px;
  width: 100%;
}

/* [p-form] パスワード
-----------------------------------------------*/
.p-form-password > label {
  margin-top: -28px;
}
.p-form-password-box {
  max-width: 300px;
  width: 100%;
  margin-left: 24px;
  text-align: left;
}

/* [p-form] パスワードアイコン付き
-----------------------------------------------*/
.c-form-password-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.c-form-password-icon.is-visible .c-icon-visible {
  display: none;
}
.c-form-password-icon > .c-icon-invisible {
  display: none;
}
.c-form-password-icon.is-visible .c-icon-invisible {
  display: block;
}
.c-form-password-icon:hover {
  color: #004982;
}

/**
 * p-login
 */
/* [p-login] ログインパネル
-----------------------------------------------*/
.p-login {
  background-color: #F4F4F4;
  padding: 24px;
}
.p-login__title {
  border-bottom: 1px solid #004982;
  padding-bottom: 24px;
}
.p-login__links {
  display: flex;
  justify-content: center;
}
.p-login__links > a {
  padding: 0 16px;
  font-size: 1.4rem;
  line-height: 1;
}
.p-login__links > a:not(:last-child) {
  border-right: 1px solid #C2C2C2;
}

/**
 * p-top
 */
/* [p-top]
-----------------------------------------------*/
.p-top {
  padding: 160px 0;
}
.p-top-title {
  font-size: 5rem;
  margin: 0;
  text-align: center;
}
.p-top-title-eng {
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  letter-spacing: 5.5px;
  text-align: center;
  display: block;
}
.p-top-news {
  background-color: inherit;
}

.c-title-xl > .p-top-news-eng {
  color: #fff;
}

/**
 * p-member
 */
/* [p-member] ボードメンバー
-----------------------------------------------*/
.p-member-board {
  list-style: none;
  padding: 0;
  text-align: center;
}

.p-member-board__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.p-member-board__item > .name {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 8px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-member-board__item > .company {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004982;
  padding: 8px;
  font-size: 1.4rem;
  color: #fff;
}

/* [p-member] コアメンバー
-----------------------------------------------*/
.p-member-core {
  list-style: none;
  padding: 0;
  text-align: center;
}
.p-member-core__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-right: 1px solid #004982;
  border-bottom: 1px solid #004982;
  padding: 8px;
  min-height: 80px;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004982;
}

/**
 * p-news
 */
/* [p-news] お知らせ一覧（スライド）
-----------------------------------------------*/
.p-news {
  position: relative;
}
.p-news > .swiper {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-news > .swiper.swiper-container-initialized {
  opacity: 1;
}
.p-news > .swiper.swiper-container-initialized .swiper-wrapper {
  flex-wrap: unset;
}
.p-news > .swiper.swiper-container-initialized .swiper-slide {
  width: 300px;
}
.p-news .swiper-slide {
  height: auto;
}
.p-news .swiper-wrapper {
  flex-wrap: wrap;
}
.p-news .swiper-pagination {
  visibility: hidden;
}
.p-news__item time {
  display: block;
  margin-top: 24px;
  line-height: 1;
  vertical-align: top;
}
.p-news__item:hover {
  opacity: 0.6;
}
.p-news__item.is-disabled {
  pointer-events: none;
}
.p-news .p-news__prev,
.p-news .p-news__next {
  display: block;
  position: absolute;
  top: 85px;
  margin-top: 0;
  width: 21px;
  height: 41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-news .p-news__prev::after,
.p-news .p-news__next::after {
  display: none;
}
.p-news .p-news__prev:hover,
.p-news .p-news__next:hover {
  opacity: 0.6;
}
.p-news .p-news__prev {
  left: -41px;
}
.p-news .p-news__next {
  right: -41px;
}
.p-news .swiper-button-disabled {
  opacity: 0;
}

/**
 * p-deliverables
 */
/* [p-deliverables] 成果物
-----------------------------------------------*/
.p-deliverable {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 62px 32px 32px;
  height: 100%;
}
.p-deliverable__time {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #004982;
  width: 130px;
  height: 30px;
  padding: 8px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.p-deliverable__time:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-color: #004982 transparent transparent #004982;
  border-width: 15px 8px;
  border-style: solid;
}
.p-deliverable__body {
  flex: 1;
}
.p-deliverable__info {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #C2C2C2;
}
.p-deliverable__info__text {
  position: relative;
  padding-left: 10px;
}
.p-deliverable__info__text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-color: #004982;
  width: 2px;
  height: 1em;
}

/**
 * p-article
 */
/* [p-article] header
-----------------------------------------------*/
.p-article-header {
  background-color: #004982;
  padding: 32px 0;
}
.p-article-header__title {
  margin: 0;
  font-size: 3.5rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-article-header__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
.p-article-header__info > div {
  display: inline-flex;
  margin-bottom: 16px;
  color: #fff;
  width: 100%;
}
.p-article-header__info dt {
  position: relative;
  background-color: #fff;
  margin: 0 18px 0 0;
  padding: 5px 12px;
  width: 78px;
  height: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #004982;
  line-height: 1;
  text-align: center;
}
.p-article-header__info dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 14px 10px;
  border-style: solid;
}
.p-article-header__info dd {
  flex: 1;
  margin: 0;
  font-size: 2rem;
}
.p-article-header__info dd:not(:last-child) {
  margin-right: 24px;
}

/**
 * p-modal
 */
/* [p-modal] モーダル
-----------------------------------------------*/
.p-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: var(--header-X);
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-modal__inner > .l-container {
  max-width: 1024px;
}
.p-modal.is-show {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
}

/**
 * p-scrollbox
 */
/* [scrollbox]
-----------------------------------------------*/
.p-scrollbox {
  overflow-y: scroll;
  width: 100%;
  height: 400px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}
.p-scrollbox-ly {
  padding: 30px 25px;
}

/**
 * p-withdrawal
 */
/* [p-withdrawal]
-----------------------------------------------*/
.p-withdrawal {
  background: #fff;
  width: 400px;
  margin: auto;
  padding: 32px 0;
}

/**
 * p-joc2023
 */
/* [p-joc2023]
-----------------------------------------------*/
.p-joc2023 {
  min-width: unset;
  background: #F7F7F7;
}
.p-joc2023 .p-joc2023__body .l-container {
  margin: 0 auto;
  min-width: unset;
  max-width: 936px;
  padding-right: 42px;
  padding-left: 42px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-joc2023 .p-joc2023__body .l-container {
    padding-right: 28px;
    padding-left: 27px;
  }
}
.p-joc2023 .p-joc2023__footer .l-container {
  min-width: unset;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-joc2023 .p-joc2023__footer .l-container {
    padding-right: 28px;
    padding-left: 27px;
  }
}
.p-joc2023 .l-button-container .p-joc2023__button {
  margin-bottom: 16px;
}
.p-joc2023 .c-text-md {
  margin: calc(-1 * 4px) 0;
}
@media screen and (max-width: 768px) {
  .p-joc2023 .l-gap--md-3 {
    margin-top: 48px;
  }
}
.p-joc2023__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent linear-gradient(180deg, #0425414D 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  padding: 26px 32px;
  height: 94px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print {
  .p-joc2023__header {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .p-joc2023__header {
    padding: 15px 16px 30px;
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .p-joc2023__header__logo {
    width: 153px;
  }
}
.p-joc2023__button {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(79deg, #2F3541 0%, #444A55 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: calc(24px - 4.5px) 16px;
  min-width: 408px;
  min-height: 66px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
@media screen and (max-width: 768px) {
  .p-joc2023__button {
    padding: calc(16px - 4px) 24px;
    min-width: unset;
    max-width: 288px;
    min-height: 48px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-joc2023__button > span,
.p-joc2023__button > .c-icon {
  position: relative;
  z-index: 2;
  transition: 0.2s;
  font-weight: bold;
}
.p-joc2023__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: 125%;
  -webkit-transform: skew(-25deg, 0);
          transform: skew(-25deg, 0);
  z-index: 1;
  background: transparent linear-gradient(264deg, #58B7FF 0%, #004E91 100%) 0% 0% no-repeat padding-box;
  transition: 0.5s;
}
.p-joc2023__button:visited {
  color: #fff;
}
.p-joc2023__button > .c-icon {
  position: absolute;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-joc2023__button > .c-icon {
    right: 12px;
    margin-top: -2.5px;
  }
}
.p-joc2023__button > .c-icon svg {
  position: relative;
  right: 0px;
  width: 11px;
  height: 11px;
  stroke: currentColor;
  stroke-width: 2px;
  scale: 0.8 1;
}
.p-joc2023__button:hover {
  opacity: 1;
}
.p-joc2023__button:hover::before {
  right: -10%;
}
.p-joc2023__button:hover svg.svg-icon_arrow-dims {
  right: -10px;
}
.p-joc2023__button--small {
  padding: calc(12px - 4px) 16px;
  font-size: 1.6rem;
  min-width: 232px;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__button--small {
    min-width: unset;
    max-width: 166px;
    font-size: 1.3rem;
  }
}
.p-joc2023__button--white {
  background: #fff;
  border-color: #004982;
  color: #004982;
  transition: 0.3s ease-out;
}
.p-joc2023__button--white::before {
  display: none;
}
.p-joc2023__button--white:visited {
  color: #004982;
}
.p-joc2023__button--white > span,
.p-joc2023__button--white > .c-icon {
  transition: 0.05s;
}
.p-joc2023__button--white:hover {
  opacity: 1;
  border-color: transparent;
  background: linear-gradient(261deg, #58B7FF 0%, #004E91 50%, #004E91 100%);
  background-size: 200% auto;
  background-position: right -1px center;
  color: #fff;
}
.p-joc2023__button--white:hover svg.svg-icon_arrow-dims {
  right: 0px;
}
.p-joc2023__main {
  position: relative;
  background: url(../img/joc2023/kv_image@2x.jpg) no-repeat center top/cover;
  min-height: 967px;
  padding-left: 42px;
  padding-right: 42px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-joc2023__main {
    background-image: url(../img/joc2023/kv_image_sp@2x.jpg);
    min-height: 893px;
  }
}
.p-joc2023__main__inner {
  margin: 0 auto 96px;
  max-width: 1024px;
}
.p-joc2023__main__title {
  margin: 0;
  padding: 226px 0 96px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__main__title {
    margin: 0 auto;
    padding: 137px 0 64px;
    max-width: 301px;
  }
}
.p-joc2023__main:before, .p-joc2023__main:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-joc2023__main:before {
  background-image: url(../img/joc2023/triangle_object01@2x.png);
  top: 0;
  left: 0;
  height: 260px;
  width: 303px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__main:before {
    height: 130px;
    width: 151px;
  }
}
.p-joc2023__main:after {
  background-image: url(../img/joc2023/triangle_object02@2x.png);
  bottom: 0px;
  right: 0;
  height: 507px;
  width: 652px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__main:after {
    bottom: 130px;
    width: 308px;
    height: 240px;
  }
}
.p-joc2023__main__scroll {
  position: absolute;
  right: 92px;
  top: 578px;
  z-index: 10;
  display: flex;
  align-items: center;
  margin: 0 -100px 0 0;
  color: #fff;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  .p-joc2023__main__scroll {
    top: 558px;
    right: 44px;
  }
}
.p-joc2023__main__scroll:before {
  display: block;
  content: "";
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
  width: 36px;
}
.p-joc2023__greeting {
  position: relative;
  z-index: 10;
  background: #2F3541 url(../img/joc2023/greeting_bg@2x.png) no-repeat right center/auto 100%;
  box-shadow: 6px 7px 25px #00000029;
  margin-top: -200px;
  margin-right: 96px;
  padding: 64px 128px;
  max-width: 1222px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-joc2023__greeting {
    background-image: url(../img/joc2023/greeting_bg_sp@2x.png);
    margin-top: -200px;
    margin-right: 0;
    padding: 48px 44px 48px 27px;
  }
}
.p-joc2023__greeting__title {
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: 0;
}
.p-joc2023__greeting__title .eng {
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .p-joc2023__greeting__title .eng {
    font-size: 3.5rem;
  }
}
.p-joc2023__greeting__title .jp {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.p-joc2023__greeting__title .jp:before {
  content: "";
  display: block;
  margin: 0 16px;
  height: 1px;
  width: 29px;
  background-color: #fff;
}
.p-joc2023__body {
  position: relative;
}
.p-joc2023__body:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 5;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/joc2023/triangle_object03@2x.png);
  top: 0;
  left: 0;
  height: 371px;
  width: 487px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__body:before {
    top: -50px;
    height: 180px;
    width: 257px;
  }
}
.p-joc2023__program-title {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 2rem;
  color: #004982;
  font-weight: bold;
}
.p-joc2023__program-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -5px;
  background: #004982;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.p-joc2023__section {
  background-color: #F7F7F7;
  padding: 128px 0;
}
@media screen and (max-width: 768px) {
  .p-joc2023__section {
    padding: 96px 0;
  }
}
.p-joc2023__section--program {
  background-color: #F1F1F1;
}
.p-joc2023__section--program__body {
  position: relative;
}
.p-joc2023__section--program__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: #004982;
  width: 1px;
}
.p-joc2023__section-title {
  position: relative;
  margin: 0;
  text-align: center;
  line-height: 1;
}
.p-joc2023__section-title:after {
  display: block;
  content: "";
  margin: 36px auto 0;
  background-color: #004982;
  width: 90px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__section-title:after {
    margin-top: 27px;
  }
}
.p-joc2023__section-title > .eng {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 7.5rem;
  letter-spacing: 0.2em;
  font-weight: 100;
  color: #004982;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .p-joc2023__section-title > .eng {
    font-size: 4.2rem;
  }
}
.p-joc2023__section-title > .jp {
  display: block;
  margin-top: -1em;
  font-size: 4rem;
  color: #004982;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .p-joc2023__section-title > .jp {
    font-size: 2.5rem;
  }
}
.p-joc2023__table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-joc2023__table {
    display: block;
    border-bottom: 1px solid #C2C2C2;
  }
}
@media screen and (max-width: 768px) {
  .p-joc2023__table tbody,
.p-joc2023__table tr {
    display: block;
    width: 100%;
  }
}
.p-joc2023__table th,
.p-joc2023__table td {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  padding: 24px 0;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-joc2023__table th,
.p-joc2023__table td {
    display: block;
    border-bottom: none;
    width: 100%;
  }
}
.p-joc2023__table th h3.c-text-md,
.p-joc2023__table td h3.c-text-md {
  margin: calc(-1 * 4px) 0;
}
.p-joc2023__table th h3.c-text-md:not(:first-child),
.p-joc2023__table td h3.c-text-md:not(:first-child) {
  margin-top: calc(24px - 1 * 4px);
}
.p-joc2023__table th p.c-text-md,
.p-joc2023__table td p.c-text-md {
  margin: calc(-1 * 4px) 0;
}
.p-joc2023__table th p.c-text-md:not(:first-child),
.p-joc2023__table td p.c-text-md:not(:first-child) {
  margin-top: calc(16px - 1 * 4px);
}
.p-joc2023__table th {
  width: 16rem;
  font-weight: bold;
  color: #004982;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-joc2023__table th {
    padding-bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-joc2023__table td {
    border-top: none;
    padding-top: 0;
  }
}
.p-joc2023__program-section {
  position: relative;
  background: #fff;
  margin-top: 24px;
  padding: 53px 23px 30px;
}
.p-joc2023__program-section__time {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #004982;
  padding: 8px 23px;
  height: 30px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.p-joc2023__program-section__time:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 15px solid #004982;
  border-right: 7px solid transparent;
  border-left: 7px solid #004982;
  border-bottom: 15px solid transparent;
  width: 0;
  height: 0;
  translate: 100% 0;
}
.p-joc2023__program-section__title {
  margin: calc(-1 * 5px) 0 calc(15px - 1 * 5px);
  font-size: 2rem;
  line-height: 1.5;
  color: #004982;
}
@media screen and (max-width: 768px) {
  .p-joc2023__program-section__title {
    margin: calc(-1 * 4.5px) 0 calc(15px - 1 * 4.5px);
    font-size: 1.8rem;
  }
}
.p-joc2023__program-section__title:last-child {
  margin-bottom: calc(-1 * 5px);
}
.p-joc2023__footer {
  background: #222;
  padding-top: 64px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-joc2023__footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-joc2023__footer__logo {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.p-joc2023__footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}
.p-joc2023__footer__col {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-joc2023__footer__col {
    width: 100%;
  }
}
.p-joc2023__footer__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px -33px 0;
  padding: 0;
  list-style: none;
  max-width: 360px;
}
.p-joc2023__footer__list > li {
  padding-bottom: 33px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-joc2023__footer__list > li {
    padding-bottom: 25px;
    width: 100%;
  }
}
.p-joc2023__footer__list > li a {
  color: #fff;
  font-size: 1.6rem;
}
.p-joc2023__footer small {
  display: block;
  margin: 64px 0 0;
  border-top: 1px solid #fff;
  padding: 18px 0 calc(env(safe-area-inset-bottom) + 18px);
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-joc2023__footer small {
    margin-top: 48px;
    text-align: left;
  }
}

/**
 * p-attention
 */
/* [p-attention] アニメーション表示
-----------------------------------------------*/
.js-attention:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(270deg, #58B7FF 0%, #004E91 100%) 0% 0% no-repeat padding-box;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: 0.7s cubic-bezier(0.9, 0, 0.1, 1), opacity 0.2s;
  transition-delay: 1s;
}
.js-attention.is-show:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition-delay: 0.5s;
}
.js-attention.is-closed {
  display: none;
}
.js-attention .js-attention-inner {
  display: flex;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.js-attention .js-attention-inner.is-show--contents {
  opacity: 1;
  transition: 0.5s;
}

/* [p-attention] テキストバナー、PC：ヘッダー下、SP：下付き
-----------------------------------------------*/
.p-attention-banner {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  min-width: 1100px;
  width: 100%;
}
.p-attention-banner__inner {
  position: relative;
  width: 1100px;
  margin: 6px auto;
  padding: 0 20px;
}
.p-attention-banner__inner > a {
  flex: 1;
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.p-attention-banner__inner > a .highlight {
  padding: 0 0 3px 2px;
  background: linear-gradient(transparent 60%, rgba(26, 156, 110, 0.64) 0%);
}
.p-attention-banner__inner > a .size-large {
  font-size: 2.2rem;
  vertical-align: middle;
}
.p-attention-banner__inner > a:hover {
  opacity: 0.7;
}
.p-attention-banner__close {
  position: absolute;
  top: calc(50% - 10px);
  right: 21px;
  z-index: 5;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.p-attention-banner__close:hover {
  opacity: 0.7;
}
.p-attention-banner__close > span {
  display: block;
  position: relative;
}
.p-attention-banner__close > span:before, .p-attention-banner__close > span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 21px;
  height: 2px;
  background-color: #fff;
}
.p-attention-banner__close > span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-attention-banner__close > span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-table-wrap--overflow {
  border-radius: 5px;
}

.c-table__title {
  position: relative;
  border-left: none;
  background: #CEC9C9;
  padding: 8px 24px;
  font-size: 18px;
  text-align: left;
}

.c-table__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  background: #CEC9C9;
  width: 1px;
}

.c-table__content {
  position: relative;
  border-top: none;
  border-left: none;
  padding: 8px 24px;
}

.c-table__content-block:not(:last-child) .c-table__content::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #CEC9C9;
  height: 1px;
}

.c-table__content:first-child::after {
  left: 24px;
}

.c-table__content:last-child::after {
  right: 24px;
}

/* [utility] position
--------------------------------*/
.u-position--absolute {
  position: absolute;
}

/* [utility] text
--------------------------------*/
.u-weight--normal {
  font-weight: normal;
}

.u-weight--bold {
  font-weight: bold;
}

.u-font-serif--regular {
  font-family: "NotoSerifJP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}

.u-font-serif--bold {
  font-family: "NotoSerifJP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}

/* [utility] color
--------------------------------*/
.u-color--key {
  color: #004982;
}

.u-color--default {
  color: #2B2B2B;
}

.u-color--white {
  color: #fff;
}

.u-color--red {
  color: #FF4343;
}

.u-color--gray-light {
  color: #939393;
}

/* [utility] fill color
--------------------------------*/
.u-fill--key {
  fill: #004982;
}

.u-fill--sub {
  fill: #2B2B2B;
}

/* [utility] max-width
--------------------------------*/
.u-max-width--col6 {
  max-width: 432px;
  width: 100%;
}

.u-max-width--col2 {
  max-width: 277px;
  width: 100%;
}

/* [utility] border
--------------------------------*/
.u-border-top {
  border-top: 1px solid #004982;
}
.u-border-top--gray-light {
  border-top: 1px solid #939393;
}

/* [utility] display
--------------------------------*/
.u-display--b {
  display: block;
}

.u-display--ib {
  display: inline-block;
}

.u-display--none {
  display: none;
}

/* [utility] margin
--------------------------------*/
.u-mt--none {
  margin-top: 0 !important;
}

.u-mb--none {
  margin-bottom: 0 !important;
}

.u-ml--none {
  margin-left: 0 !important;
}

.u-mr--none {
  margin-right: 0 !important;
}

.u-mt--xss {
  margin-top: 8px !important;
}

.u-mb--xss {
  margin-bottom: 8px !important;
}

.u-ml--xss {
  margin-left: 8px !important;
}

.u-mr--xss {
  margin-right: 8px !important;
}

.u-mt--xs {
  margin-top: 16px !important;
}

.u-mb--xs {
  margin-bottom: 16px !important;
}

.u-ml--xs {
  margin-left: 16px !important;
}

.u-mr--xs {
  margin-right: 16px !important;
}

.u-mt--sm {
  margin-top: 24px !important;
}

.u-mb--sm {
  margin-bottom: 24px !important;
}

.u-ml--sm {
  margin-left: 24px !important;
}

.u-mr--sm {
  margin-right: 24px !important;
}

.u-mt--md {
  margin-top: 32px !important;
}

.u-mb--md {
  margin-bottom: 32px !important;
}

.u-ml--md {
  margin-left: 32px !important;
}

.u-mr--md {
  margin-right: 32px !important;
}

.u-mt--lg {
  margin-top: 96px !important;
}

.u-mb--lg {
  margin-bottom: 96px !important;
}

.u-ml--lg {
  margin-left: 96px !important;
}

.u-mr--lg {
  margin-right: 96px !important;
}

.u-mt--xl {
  margin-top: 128px !important;
}

.u-mb--xl {
  margin-bottom: 128px !important;
}

.u-ml--xl {
  margin-left: 128px !important;
}

.u-mr--xl {
  margin-right: 128px !important;
}

.u-mt--xll {
  margin-top: 160px !important;
}

.u-mb--xll {
  margin-bottom: 160px !important;
}

.u-ml--xll {
  margin-left: 160px !important;
}

.u-mr--xll {
  margin-right: 160px !important;
}

/* [utility] padding
--------------------------------*/
.u-pt--none {
  padding-top: 0 !important;
}

.u-pb--none {
  padding-bottom: 0 !important;
}

.u-pl--none {
  padding-left: 0 !important;
}

.u-pr--none {
  padding-right: 0 !important;
}

.u-pt--xss {
  padding-top: 8px !important;
}

.u-pb--xss {
  padding-bottom: 8px !important;
}

.u-pl--xss {
  padding-left: 8px !important;
}

.u-pr--xss {
  padding-right: 8px !important;
}

.u-pt--xs {
  padding-top: 16px !important;
}

.u-pb--xs {
  padding-bottom: 16px !important;
}

.u-pl--xs {
  padding-left: 16px !important;
}

.u-pr--xs {
  padding-right: 16px !important;
}

.u-pt--sm {
  padding-top: 24px !important;
}

.u-pb--sm {
  padding-bottom: 24px !important;
}

.u-pl--sm {
  padding-left: 24px !important;
}

.u-pr--sm {
  padding-right: 24px !important;
}

.u-pt--md {
  padding-top: 32px !important;
}

.u-pb--md {
  padding-bottom: 32px !important;
}

.u-pl--md {
  padding-left: 32px !important;
}

.u-pr--md {
  padding-right: 32px !important;
}

.u-pt--lg {
  padding-top: 96px !important;
}

.u-pb--lg {
  padding-bottom: 96px !important;
}

.u-pl--lg {
  padding-left: 96px !important;
}

.u-pr--lg {
  padding-right: 96px !important;
}

.u-pt--xl {
  padding-top: 128px !important;
}

.u-pb--xl {
  padding-bottom: 128px !important;
}

.u-pl--xl {
  padding-left: 128px !important;
}

.u-pr--xl {
  padding-right: 128px !important;
}

.u-pt--xll {
  padding-top: 160px !important;
}

.u-pb--xll {
  padding-bottom: 160px !important;
}

.u-pl--xll {
  padding-left: 160px !important;
}

.u-pr--xll {
  padding-right: 160px !important;
}

/* [utility] font
--------------------------------*/
.u-align--left {
  text-align: left !important;
}

.u-align--center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .u-align-sm-down--center {
    text-align: center !important;
  }
}
.u-align--right {
  text-align: right !important;
}

.u-align--justify {
  text-align: justify !important;
}

.u-align--super {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font_size--xs {
  font-size: 1.2rem !important;
}

.u-font_size--sm {
  font-size: 1.4rem !important;
}

.u-font_size--md {
  font-size: 1.6rem !important;
}

.u-font_size--lg {
  font-size: 1.8rem !important;
}

/* [utility] サイズ指定など
--------------------------------*/
.u-width--12 {
  width: 100%;
}

.u-width--11 {
  width: 91.66666667%;
}

.u-width--10 {
  width: 83.33333333%;
}

.u-width--9 {
  width: 75%;
}

.u-width--8 {
  width: 66.66666667%;
}

.u-width--7 {
  width: 58.33333333%;
}

.u-width--6 {
  width: 50%;
}

.u-width--5 {
  width: 41.66666667%;
}

.u-width--4 {
  width: 33.33333333%;
}

.u-width--3 {
  width: 25%;
}

.u-width--2 {
  width: 16.66666667%;
}

.u-width--1 {
  width: 8.33333333%;
}

.u-width--sm {
  width: 110px !important;
}

.u-width--xs {
  width: 75px !important;
}
/*# sourceMappingURL=../maps/style.css.map */