@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::after, ::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-color: #fff;
  color: #2e407b;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.l-header {
  text-align: center;
}
.l-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 80px;
    max-width: 1200px;
    padding: 0 25px;
  }
}
.l-header__logo {
  margin: 0 0 0 14px;
}
.l-header__logo > img {
  width: 187px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin: 0;
  }
  .l-header__logo > img {
    width: 294px;
  }
}

.l-header-inquiry {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  height: 100%;
}
.l-header-inquiry__tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e407b;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
  .l-header-inquiry__tel {
    flex-direction: column;
    pointer-events: none;
    font-size: 2.8rem;
    padding: 0 30px;
    margin: 0 0 0 30px;
    white-space: nowrap;
    background-color: transparent;
  }
}
.l-header-inquiry__tel > i {
  height: 50px;
}
.l-header-inquiry__tel > i::before {
  display: inline-flex;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/ico_tel_white.svg) no-repeat center center;
  background-size: 17px;
}
@media screen and (min-width: 768px) {
  .l-header-inquiry__tel > i {
    height: auto;
  }
  .l-header-inquiry__tel > i::before {
    position: absolute;
    width: 19px;
    height: 19px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.l-header-inquiry__tel > span {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-inquiry__tel > span {
    display: block;
  }
  .l-header-inquiry__tel > span:nth-of-type(2) {
    font-size: 1.26rem;
    font-weight: normal;
  }
}
.l-header-inquiry__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ffff6c;
  box-shadow: 3px 3px 0px 0px rgba(34, 57, 91, 0.5);
  font-size: 1.1rem;
  line-height: 1.27;
  width: 95px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header-inquiry__button {
    width: 220px;
    height: auto;
    line-height: 4.6rem;
    font-size: 1.6rem;
  }
  .l-header-inquiry__button:hover {
    opacity: 0.7;
  }
}

.l-main {
  text-align: center;
}
.l-main__inner {
  text-align: left;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-main__inner {
    text-align: center;
    max-width: 1200px;
    padding: 0 25px;
  }
}

.l-footer {
  text-align: center;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1rem;
  align-items: center;
  height: 65px;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1200px;
    padding: 0 25px;
    font-size: 1.4rem;
    height: 90px;
  }
}
.l-footer__nav {
  display: flex;
}
.l-footer__nav > li a {
  color: #2e407b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.l-footer__nav > li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin: 0;
  }
  .l-footer__nav > img {
    min-width: 294px;
  }
}
.l-footer__copyright small {
  font-size: inherit;
}

.u-hide-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hide-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-hide-pc {
    display: none;
  }
}

.c-title {
  font-size: 3rem;
  margin: 0 0 23px;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 4.8rem;
    margin: 0 0 43px;
  }
}
.c-title-sub {
  font-size: 1.8rem;
  margin: 0 0 23px;
}
@media screen and (min-width: 768px) {
  .c-title-sub {
    font-size: 3.2rem;
    margin: 0 0 32px;
  }
}
.c-title-sub:before, .c-title-sub:after {
  display: inline-block;
  width: 28px;
  height: 2px;
  vertical-align: middle;
  background-color: #2e407b;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-title-sub:before, .c-title-sub:after {
    width: 44px;
    height: 3px;
  }
}
.c-title-sub:before {
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .c-title-sub:before {
    margin-right: 24px;
  }
}
.c-title-sub:after {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .c-title-sub:after {
    margin-left: 24px;
  }
}

.c-lead {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.c-number {
  max-width: 140px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
  background-color: #2e407b;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-number {
    max-width: 170px;
    margin-bottom: 50px;
    font-size: 2.3rem;
  }
}

.c-date {
  max-width: 280px;
  padding-top: 0.5em;
  padding-bottom: 0.55em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
  background-color: #ffff6c;
  text-align: center;
  color: #2e407b;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-date {
    max-width: 300px;
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}

.c-button-primary {
  background-color: #ffff6c;
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 15px;
  letter-spacing: 0.05em;
  width: 100%;
  box-shadow: 2px 2px 0px 0px rgba(34, 57, 91, 0.5);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button-primary {
    font-size: 1.7rem;
    padding: 18px;
  }
  .c-button-primary:hover {
    opacity: 0.7;
  }
}

.c-button-secondary {
  background-color: #2e407b;
  color: #fff;
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 15px;
  letter-spacing: 0.05em;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button-secondary {
    font-size: 1.7rem;
    padding: 18px;
  }
  .c-button-secondary:hover {
    opacity: 0.7;
  }
}

.c-button-download {
  position: relative;
  background-color: #ffff6c;
  color: #2e407b;
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 15px;
  letter-spacing: 0.05em;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
  box-shadow: 4px 4px 0 #8392a6;
}
.c-button-download::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: 3px 0 3px 8px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%;
}
@media screen and (min-width: 768px) {
  .c-button-download {
    font-size: 1.7rem;
    padding: 18px;
    box-shadow: 4px 4px 0 #8392a6;
  }
  .c-button-download:hover {
    opacity: 0.7;
  }
  .c-button-download::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent currentColor;
    border-width: 5px 0 5px 12px;
    right: 30px;
  }
}

.p-kv {
  position: relative;
  background: #0f2133 url(../images/bg_kv.png) top center no-repeat;
  background-size: 815px auto;
  color: #fff;
  padding: 30px 0 155px;
}
@media screen and (min-width: 768px) {
  .p-kv {
    background-size: 1900px auto;
    background-position: center -75px;
    padding: 122px 0 135px;
  }
}
.p-kv__lead {
  font-size: 1.7rem;
  line-height: 1.52;
}
@media screen and (min-width: 768px) {
  .p-kv__lead {
    font-size: 2.6rem;
  }
}
.p-kv__title {
  margin: 26px auto 26px;
  width: 215px;
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    width: 723px;
    margin: 26px auto 42px;
  }
}
.p-kv__online {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 87px;
}
@media screen and (min-width: 768px) {
  .p-kv__online {
    left: 20px;
    top: 20px;
    width: 174px;
  }
}
@media screen and (min-width: 1200px) {
  .p-kv__online {
    left: calc(50% - 575px);
  }
}
.p-kv__date {
  width: 285px;
  margin: 0 auto 48px;
}
@media screen and (min-width: 768px) {
  .p-kv__date {
    width: 520px;
    margin: 0 auto 92px;
  }
}
.p-kv__button {
  position: relative;
  /*
  width: 80%;
  max-width: 290px;
  */
  margin: 0 auto;
  font-size: 1.5rem;
  color: #2e407b;
  letter-spacing: 0.05em;
  line-height: 4.5rem;
}
.p-kv__button a {
  display: block;
  background-color: #ffff6c;
  transition: all 0.3s;
}
.p-kv__button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: 3px 0 3px 8px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%;
}
@media screen and (min-width: 768px) {
  .p-kv__button {
    /*
    max-width: none;
    width: 480px;
    */
    font-size: 2.4rem;
    line-height: 6.4rem;
  }
  .p-kv__button a::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent currentColor;
    border-width: 5px 0 5px 12px;
    right: 30px;
  }
  .p-kv__button a:hover {
    opacity: 0.7;
  }
}
.p-kv__button.is-large {
  width: 100%;
  max-width: none;
  font-size: 1.6rem;
  line-height: 6.5rem;
  letter-spacing: 0;
  box-shadow: 2px 2px 0 #8392a6;
}
@media screen and (min-width: 768px) {
  .p-kv__button.is-large {
    max-width: none;
    width: 660px;
    font-size: 3.2rem;
    line-height: 11rem;
    box-shadow: 4px 4px 0 #8392a6;
    letter-spacing: 0.025em;
  }
  .p-kv__button.is-large::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent currentColor;
    border-width: 6px 0 6px 14px;
    right: 45px;
  }
}
.p-kv__close {
  display: block;
  margin-bottom: 23px;
  text-align: center;
}
.p-kv__close > span {
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em 0.55em;
  background-color: #888;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-kv__close > span {
    font-size: 2.4rem;
  }
}
.p-kv__icon {
  position: absolute;
  display: block;
  width: 325px;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-kv__icon {
    width: 525px;
    top: -36px;
  }
}
.p-kv__icon > img {
  display: block;
}
.p-kv__button.is-large .p-kv__icon {
  left: -15px;
  top: -35px;
  width: 74px;
}
@media screen and (min-width: 768px) {
  .p-kv__button.is-large .p-kv__icon {
    width: 140px;
    left: -76px;
    top: -52px;
  }
}
.p-kv__text {
  margin: 48px 0 0;
  padding: 0 30px;
  font-weight: bold;
  text-align: left;
  line-height: 1.9;
}
.p-kv__text p + p {
  margin: 1.1em 0 0;
}
@media screen and (min-width: 768px) {
  .p-kv__text {
    max-width: 980px;
    margin: 108px auto;
    font-size: 2.4rem;
  }
}

.p-join {
  position: relative;
  padding: 0 20px 30px;
  margin-top: -105px;
}
.p-join::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 105px);
  background-color: #e5ecf2;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-join {
    padding-bottom: 80px;
    margin-top: -150px;
  }
  .p-join::before {
    height: calc(100% - 150px);
  }
}
.p-join__inner {
  position: relative;
  background-color: #fff;
  padding: 23px 18px 16px 18px;
  box-shadow: 0px 0px 5px 0px rgba(34, 57, 91, 0.06);
}
@media screen and (min-width: 768px) {
  .p-join__inner {
    padding: 35px 40px 30px;
    max-width: 1150px;
    margin: 0 auto;
  }
}
.p-join__title {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  display: inline;
  line-height: 2;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #2e407b;
}
@media screen and (min-width: 768px) {
  .p-join__title {
    font-size: 3.2rem;
    border-bottom-width: 4px;
  }
}

.p-join-list {
  max-width: 300px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-join-list {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
}
.p-join-list__item {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0 0 15px;
}
.p-join-list__item > span {
  font-size: 1.3rem;
  line-height: 1.64;
}
.p-join-list__item > span:nth-of-type(1) {
  width: 85px;
}
.p-join-list__item > span:nth-of-type(2) {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 768px) {
  .p-join-list__item {
    margin: 0 0 30px;
    width: 50%;
  }
  .p-join-list__item > span {
    font-size: 2.4rem;
  }
  .p-join-list__item > span:nth-of-type(1) {
    width: 170px;
  }
  .p-join-list__item > span:nth-of-type(2) {
    padding: 0 30px;
  }
  .p-join-list__item--w-full {
    width: 100%;
  }
}

.p-program {
  background-color: #f5f7fa;
  padding: 28px 20px 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-program {
    padding: 48px 25px 60px;
  }
}

.p-program-list {
  width: 89.5%;
  margin: 28px auto 0;
}
@media screen and (min-width: 768px) {
  .p-program-list {
    width: auto;
    margin: 38px auto 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 1150px;
    pointer-events: none;
  }
}
.p-program-list__item {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(34, 57, 91, 0.06);
  padding: 0 0 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-program-list__item {
    margin: 0 0 20px;
    padding: 0 0 45px;
  }
  .p-program-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-program-list__header {
  position: relative;
  color: #fff;
  padding: 20px 20px 100px;
}
@media screen and (min-width: 768px) {
  .p-program-list__header {
    padding: 32px 20px 120px;
  }
}
.swiper-slide:nth-child(1) .p-program-list__header {
  padding-bottom: 84px;
}
@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(1) .p-program-list__header {
    padding-bottom: 108px;
  }
}
.p-program-list__header--color1 {
  background-color: #2e407b;
}
.p-program-list__header--color2 {
  background-color: #283d6b;
}
.p-program-list__header--color3 {
  background-color: #22395b;
}
.p-program-list__title {
  font-size: 2.8rem;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .p-program-list__title {
    font-size: 3.8rem;
    margin: 0 0 24px;
  }
}
.swiper-slide:nth-child(1) .p-program-list__title {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(1) .p-program-list__title {
    margin-bottom: 8px;
  }
}
.p-program-list__period {
  font-size: 1.3rem;
  display: inline-flex;
  border: 1px solid #fff;
  padding: 4px 6px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-program-list__period {
    font-size: 1.7rem;
    padding: 8px 10px;
  }
}
.p-program-list__period.is-accent {
  background-color: #ffff6c;
  border-color: #ffff6c;
  color: #22395b;
}
.swiper-slide:nth-child(1) .p-program-list__period {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(1) .p-program-list__period {
    margin-bottom: 10px;
  }
}
.p-program-list__end {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-program-list__end {
    font-size: 1.7rem;
  }
}
.p-program-list__icon {
  position: absolute;
  width: 75px;
  left: -25px;
  top: -23px;
}
@media screen and (min-width: 768px) {
  .p-program-list__icon {
    width: 110px;
    left: -12.1%;
    top: -58px;
  }
}
.p-program-list__pop {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  padding: 1em 1.65em;
  background-color: #d5e5fc;
  color: #2e407b;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-program-list__pop {
    top: -40px;
    font-size: 1.8rem;
  }
}
.p-program-list__pop:after {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #d5e5fc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
  content: "";
}
.p-program-list__image {
  position: relative;
  width: 73%;
  margin: -73px auto 0;
}
@media screen and (min-width: 768px) {
  .p-program-list__image {
    max-width: 264px;
    margin-top: -88px;
    min-height: 0%;
  }
}
.p-program-list__subtitle {
  font-size: 2rem;
  line-height: 1.45;
  margin: 14px 0 11px;
  padding: 0 20px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-program-list__subtitle {
    font-size: 2.3rem;
    line-height: 1.56;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 21px;
  }
}
.p-program-list__text {
  font-size: 1.3rem;
  line-height: 1.69;
  text-align: left;
  margin: 0 25px 25px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-program-list__text {
    font-size: 1.7rem;
    line-height: 1.76;
    margin-bottom: 40px;
  }
}
.p-program-list__bottom {
  margin: auto 25px 0;
  letter-spacing: 0.05em;
}
.p-program-list__bottom > span {
  font-size: 1.3rem;
  display: inline-flex;
  justify-content: center;
  line-height: 1.2;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-program-list__bottom {
    margin: auto 45px 0;
    pointer-events: visible;
  }
  .p-program-list__bottom > span {
    font-size: 1.8rem;
    padding: 17px;
  }
}

.p-seminar {
  background-color: #e5ecf2;
  padding: 28px 20px 10px;
}
@media screen and (min-width: 768px) {
  .p-seminar {
    padding: 40px 25px 80px;
  }
}
.p-seminar--border {
  border-top: 2px solid #fff;
}
.p-seminar__note {
  border: 2px solid #fff;
  font-size: 1.3rem;
  line-height: 1.69;
  padding: 12px;
  margin: 12px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-seminar__note {
    font-size: 2.2rem;
    border-width: 4px;
    line-height: 1.81;
    padding: 27px;
    max-width: 1150px;
    margin: 34px auto 30px;
  }
}
.p-seminar__day {
  position: absolute;
  background-color: #1b3357;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 40px;
  left: -10px;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .p-seminar__day {
    font-size: 2.4rem;
    width: 110px;
    height: 60px;
    left: -20px;
    top: 40px;
    z-index: 1;
  }
}
.p-seminar-list__item.is-end .p-seminar__day {
  top: 70px;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-end .p-seminar__day {
    top: 110px;
  }
}
.p-seminar__theme {
  font-size: 3rem;
}
.p-seminar__theme--ja {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-seminar__theme {
    font-size: 4.8rem;
    line-height: 1.23;
  }
  .p-seminar__theme--ja {
    font-size: 3.8rem;
  }
}
.p-seminar__date {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  margin: 6px 0 0;
  letter-spacing: 0;
}
.p-seminar__date > span {
  font-size: 1.6rem;
  padding-bottom: 5px;
  font-weight: 700;
  border-right: 1px solid #2e407b;
  border-left: 1px solid #2e407b;
  padding: 2px 0.4em 0;
  margin: 2px 0.5em 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-seminar__date {
    font-size: 4.8rem;
    margin: 16px 0 6px;
    line-height: 1;
  }
  .p-seminar__date > span {
    font-size: 2.6rem;
    margin: 4px 0.5em 0 0.5em;
  }
}
.p-seminar__time {
  display: inline-flex;
  vertical-align: bottom;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 6px;
  letter-spacing: 0;
}
.p-seminar__time > i {
  margin: 0 0.5em 0 0;
  width: 15px;
  height: 15px;
  background: url(../images/ico_clock.svg) no-repeat;
}
@media screen and (min-width: 768px) {
  .p-seminar__time {
    display: flex;
    font-size: 2rem;
    margin-top: 8px;
  }
  .p-seminar__time > i {
    width: 2rem;
    height: 2rem;
    margin: 2px 0.5em 0 0;
  }
}
.p-seminar__link {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-seminar__link {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-seminar-list {
    max-width: 1150px;
    margin: 0 auto;
  }
}
.p-seminar-list__item {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(34, 57, 91, 0.06);
  margin: 0 0 20px;
  padding: 20px;
  position: relative;
}
.p-seminar-list__item.is-end {
  padding-top: 80px;
}
.p-seminar-list__item.is-tba {
  padding: 8px;
}
.p-seminar-list__item > div {
  text-align: left;
}
.p-seminar-list__item > div:nth-of-type(1) {
  padding: 0 0 0 60px;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 70px 40px 0;
    /*
    &:not(:last-child) {
        &::after {
            position: absolute;
            content: '';
            width: 6px;
            height: calc(100% - 30px);
            background-color: rgba(g.$color-deepblue4, .1);
            top: 100px;
            left: 33px;
            z-index: 1;
        }
    }
    */
  }
  .p-seminar-list__item.is-end {
    padding-top: 125px;
  }
  .p-seminar-list__item > div:nth-of-type(1) {
    width: 35.2%;
    min-width: 330px;
    padding: 0 0 0 130px;
  }
  .p-seminar-list__item > div:nth-of-type(2) {
    width: 64.8%;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-seminar-list__item.is-tba > div:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 12px 14px;
  background-color: #d7edfd;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba > div:nth-of-type(1) {
    flex-direction: column;
    justify-content: center;
    width: 140px;
    padding: 16px 0;
  }
}
.p-seminar-list__item.is-tba > div:nth-of-type(2) {
  padding: 0 14px 12px 14px;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba > div:nth-of-type(2) {
    width: calc(100% - 140px);
    padding: 0 0 0 32px;
  }
}
.p-seminar-list__time {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__time {
    margin-left: 0;
  }
}
.p-seminar-list__end {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 0.75em;
  background-color: #f8dede;
  text-align: center;
  color: #cc3333;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__end {
    left: 20px;
    right: 20px;
    top: 20px;
    font-size: 2.8rem;
  }
}
.p-seminar-list__end2 {
  margin-bottom: 20px;
  padding: 0.75em;
  background-color: #f8dede;
  text-align: center;
  color: #cc3333;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__end2 {
    font-size: 2.8rem;
  }
}
.p-seminar-list__image {
  display: flex;
  flex-wrap: wrap;
  margin: 13px 0 2px;
}
.p-seminar-list__image > li {
  width: 31.7333333333%;
  margin: 0 2.4% 2.4% 0;
}
.p-seminar-list__image > li:nth-of-type(3n) {
  margin-right: 0;
}
.p-seminar-list__image > li > img:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__image {
    display: block;
    width: 20%;
    margin: 10px 0 0;
  }
  .p-seminar-list__image > li {
    width: auto;
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba .p-seminar-list__image {
    width: 140px;
    margin: 32px 0 0;
  }
}
.p-seminar-list__item.is-tba .p-seminar-list__category {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba .p-seminar-list__category {
    margin-bottom: 4px;
    font-size: 18px;
  }
}
.p-seminar-list__item.is-tba .p-seminar-list__number {
  margin-left: 8px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba .p-seminar-list__number {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 48px;
  }
}
.p-seminar-list__item.is-tba .p-seminar-list__date {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba .p-seminar-list__date {
    font-size: 17px;
  }
}

.p-seminar-content {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-seminar-content {
    width: 80%;
    padding: 10px 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba .p-seminar-content {
    width: calc(100% - 140px);
    padding: 28px 0 32px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-list__item.is-tba .p-seminar-content.is-only-title {
    padding: 24px 0 24px 30px;
  }
}
.p-seminar-content__title {
  font-size: 1.9rem;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .p-seminar-content__title {
    font-size: 3rem;
    line-height: 1.33;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-content.is-only-title .p-seminar-content__title {
    font-size: 2.4rem;
  }
}
.p-seminar-content__subtitle {
  font-size: 1rem;
  margin: 4px 0 0;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-seminar-content__subtitle {
    font-size: 1.6rem;
    line-height: 1.33;
    margin: 7px 0 0;
  }
}
.p-seminar-content__list {
  border-left: 3px solid #2e407b;
  padding: 0 0 0 20px;
  margin: 20px 0 25px;
}
.p-seminar-content__list > li {
  margin: 0 0 12px;
}
@media screen and (min-width: 768px) {
  .p-seminar-content__list {
    border-left-width: 4px;
    padding: 0 0 0 25px;
    margin: 26px 0 30px;
  }
  .p-seminar-content__list > li {
    margin: 0 0 14px;
  }
}
.p-seminar-content__text--company {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 5px;
}
.p-seminar-content__text--company.is-ml {
  margin-bottom: 15px;
}
.p-seminar-content__text--name {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 3px;
}
.p-seminar-content__text--name > span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}
.p-seminar-content__text--name-en {
  display: block;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-content__text--company {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 3px;
  }
  .p-seminar-content__text--name {
    font-size: 2.4rem;
    margin: 0 0 5px;
  }
  .p-seminar-content__text--name > span {
    font-size: 1.8rem;
  }
  .p-seminar-content__text--name-en {
    font-size: 1.2rem;
  }
}
.p-seminar-content__option {
  background-color: #d5e5fc;
  display: inline-flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 6px 7px 4px;
  margin: 6px 0 6px;
  color: #2e407b;
}
@media screen and (min-width: 768px) {
  .p-seminar-content__option {
    margin: 0 0 15px;
    font-size: 1.6rem;
    padding: 8px 9px 6px;
  }
}
.p-seminar-heading {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 10px auto;
  background-color: #283d6b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-seminar-heading {
    margin: 0 auto 20px auto;
  }
}
.p-seminar-list + .p-seminar-heading, .p-seminar__link + .p-seminar-heading {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-seminar-list + .p-seminar-heading, .p-seminar__link + .p-seminar-heading {
    margin-top: 80px;
  }
}
.p-seminar-heading__day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  background-color: #1b3357;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-seminar-heading__day {
    width: 160px;
    height: 80px;
    font-size: 26px;
  }
}
.p-seminar-heading__date {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 0 0 13px;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .p-seminar-heading__date {
    height: 80px;
    padding: 0 0 0 26px;
    font-size: 54px;
  }
}
.p-seminar-heading__date small {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-seminar-heading__date small {
    font-size: 28px;
  }
}
.p-seminar-heading__theme {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px 0 0;
  margin-left: auto;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-seminar-heading__theme {
    height: 80px;
    padding: 0 26px 0 0;
    font-size: 26px;
  }
}

.p-seminar-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.p-seminar-link > li {
  width: 49%;
}
.p-seminar-link > li.is-wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-seminar-link > li.is-wide {
    width: 49%;
  }
}
.p-seminar-link__button {
  height: 100%;
  align-items: center;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .p-seminar-link__button {
    padding: 20px;
  }
  .p-seminar-link__button i {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent currentColor;
    border-width: 3.5px 0 3.5px 9px;
    margin-left: 0.6em;
  }
}

@media screen and (min-width: 768px) {
  .p-seminar-modal {
    max-width: 1150px;
  }
}
.p-seminar-modal__header {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__header {
    flex-direction: row-reverse;
  }
}
.p-seminar-modal__dateinfo {
  background-color: #e5ecf2;
  text-align: left;
  padding: 18px 0 15px 83px;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__dateinfo {
    width: 30%;
    padding: 52px 1.7% 20px 3.9%;
  }
  .p-seminar-modal__dateinfo .p-seminar__day {
    top: -30px;
    left: -20px;
  }
}
.p-seminar-modal.is-tba .p-seminar-modal__dateinfo {
  background-color: #d7edfd;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal.is-tba .p-seminar-modal__dateinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 0;
  }
}
.p-seminar-modal__category {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__category {
    font-size: 22px;
  }
}
.p-seminar-modal__number {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__number {
    font-size: 70px;
  }
}
.p-seminar-modal__title {
  background: #0f2133 url(../images/bg_kv.png) center -50px no-repeat;
  background-size: 680px auto;
  padding: 36px 20px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__title {
    width: 70%;
    text-align: left;
    font-size: 4rem;
    line-height: 1.5;
    padding: 65px 5.2%;
    background-position: -200px -80px;
    background-size: 1000px auto;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar-modal.is-tba .p-seminar-modal__title {
    width: 80%;
  }
}
.p-seminar-modal__subtitle {
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 4px 0 0;
  letter-spacing: 0.025em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__subtitle {
    font-size: 2.1rem;
    line-height: 1.33;
  }
}
.p-seminar-modal__option {
  background-color: #d5e5fc;
  display: inline-flex;
  align-items: center;
  font-size: 1.1rem;
  padding: 6px 7px 4px;
  margin: 6px 0 6px;
  color: #2e407b;
  width: 110px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__option {
    margin: 0 0 15px;
    font-size: 1.6rem;
    padding: 8px 9px 6px;
    width: 160px;
    white-space: nowrap;
  }
}
.p-seminar-modal__body {
  text-align: left;
  padding: 25px 25px;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__body {
    padding: 65px 10%;
  }
}
.p-seminar-modal__text {
  font-size: 1.3rem;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
.p-seminar-modal__text + .p-seminar-modal__text {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__text {
    font-size: 2.2rem;
    line-height: 1.9;
  }
  .p-seminar-modal__text + .p-seminar-modal__text {
    margin: 1.1em 0 0;
  }
}
.p-seminar-modal__footer {
  background-color: #e5ecf2;
  border: 4px solid #fff;
  padding: 21px 16px 30px;
}
@media screen and (min-width: 768px) {
  .p-seminar-modal__footer {
    padding: 40px 5.8% 65px;
    border-width: 8px;
  }
}

.p-seminar-profile {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-seminar-profile {
    margin: 50px 0 0;
  }
}
.p-seminar-profile__item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e5ecf2;
  padding: 20px 0 18px;
}
.p-seminar-profile__item:last-child {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-seminar-profile__item {
    display: block;
    position: relative;
    padding: 40px 0 35px 20.6%;
  }
  .p-seminar-profile__item:last-child {
    padding-bottom: 0;
  }
}
.p-seminar-profile__image {
  width: 31%;
}
@media screen and (min-width: 768px) {
  .p-seminar-profile__image {
    width: 15.2%;
    position: absolute;
    left: 0;
  }
}
.p-seminar-profile__title {
  width: 69%;
  padding: 0 0 0 20px;
  letter-spacing: 0.05em;
}
.p-seminar-profile__title--role {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 6px;
}
.p-seminar-profile__title--company {
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 3px;
}
.p-seminar-profile__title--name {
  font-size: 1.6rem;
  margin: 0 0 1px;
}
.p-seminar-profile__title--name > span {
  font-size: 1.2rem;
  margin-left: 0.5em;
}
.p-seminar-profile__title--name-en {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-profile__title {
    width: auto;
    padding: 0;
  }
  .p-seminar-profile__title--role {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  .p-seminar-profile__title--company {
    font-size: 1.4rem;
    line-height: 1.1;
    margin: 0 0 8px;
  }
  .p-seminar-profile__title--name {
    font-size: 2.4rem;
    margin: 0 0 4px;
  }
  .p-seminar-profile__title--name > span {
    font-size: 1.2rem;
  }
  .p-seminar-profile__title--name-en {
    font-size: 1.2rem;
  }
}
.p-seminar-profile__text {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.81;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .p-seminar-profile__text {
    font-size: 1.7rem;
    line-height: 1.76;
  }
}

.p-seminar-info__inner {
  background-color: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-seminar-info__inner {
    padding: 40px;
  }
}
.p-seminar-info__table th, .p-seminar-info__table td {
  display: block;
  text-align: left;
  line-height: 1.43;
}
.p-seminar-info__table th {
  font-size: 1.25rem;
  padding: 2px 0 3px;
}
.p-seminar-info__table td {
  font-size: 1.25rem;
  padding: 3px 0 8px;
}
.p-seminar-info__table b {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-seminar-info__table th, .p-seminar-info__table td {
    display: table-cell;
  }
  .p-seminar-info__table th {
    font-size: 1.8rem;
    text-align: right;
    white-space: nowrap;
    padding: 6px 0;
  }
  .p-seminar-info__table td {
    font-size: 1.9rem;
    padding: 6px 0 8px 45px;
  }
  .p-seminar-info__table b {
    font-size: 2.3rem;
    line-height: 1;
  }
}
.p-seminar-info__list {
  font-size: 1.3rem;
  line-height: 1.69;
  padding: 0 0 0 1em;
}
.p-seminar-info__list > li {
  position: relative;
}
.p-seminar-info__list > li::before {
  content: "・";
  position: absolute;
  left: -1em;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-seminar-info__list {
    font-size: 1.9rem;
    line-height: 1.78;
  }
}
.p-seminar-info__button {
  margin: 25px 0 0;
  font-size: 1.6rem;
  padding: 19px;
  width: 95%;
  max-width: 300px;
}
.p-seminar-info__button i {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: 3px 0 3px 9px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-seminar-info__button {
    margin: 40px 0 0;
    font-size: 3rem;
    padding: 30px;
    box-shadow: 3px 3px 0px 0px rgba(34, 57, 91, 0.5);
    width: 600px;
    max-width: none;
  }
  .p-seminar-info__button i {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent currentColor;
    border-width: 6px 0 6px 15px;
  }
}

.p-partner {
  background-color: #1b3357;
  color: #fff;
  padding: 28px 20px 30px;
}
@media screen and (min-width: 768px) {
  .p-partner {
    padding: 48px 25px 60px;
  }
}
.p-partner__text {
  font-size: 1.3rem;
  line-height: 1.84;
  margin: 13px 0 23px;
}
@media screen and (min-width: 768px) {
  .p-partner__text {
    font-size: 2rem;
    line-height: 1.9;
    margin: 19px 0 34px;
  }
}

.p-partne-list {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(34, 57, 91, 0.06);
  padding: 20px 5.8% 12px;
  display: flex;
  flex-wrap: wrap;
  color: #2e407b;
}
@media screen and (min-width: 768px) {
  .p-partne-list {
    padding: 60px 4.4% 22px;
    max-width: 1150px;
    margin: 0 auto;
  }
}
.p-partne-list__item {
  display: flex;
  flex-direction: column;
  width: 47.85%;
  margin: 0 4.3% 18px 0;
}
.p-partne-list__item:nth-of-type(2n) {
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .p-partne-list__item {
    width: 22.15%;
    margin: 0 3.8% 55px 0;
  }
  .p-partne-list__item:nth-of-type(2n) {
    margin-right: 3.8%;
  }
  .p-partne-list__item:nth-of-type(4n) {
    margin-right: 0px;
  }
  .p-partne-list__item a:hover {
    opacity: 0.7;
  }
}
.p-partne-list__image {
  margin: 0 0 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-partne-list__image {
    margin: 0 0 16px;
    min-height: 0%;
  }
}
.p-partne-list__text {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-partne-list__text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.p-management {
  background-color: #f5f7fa;
  padding: 28px 20px 0;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-management {
    padding: 48px 25px 45px;
  }
}
.p-management__title {
  font-size: 2.1rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p-management__title {
    font-size: 3.4rem;
    margin: 0 0 26px;
  }
}
.p-management__lead {
  font-size: 1.3rem;
  line-height: 1.84;
  margin: 0 0 13px;
}
@media screen and (min-width: 768px) {
  .p-management__lead {
    font-size: 2rem;
    margin: 0 0 25px;
  }
}
.p-management__movie {
  position: relative;
  margin: 0 0 20px;
}
.p-management__movie > div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-management__movie > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-kv iframe  {
  width: 100%;
  aspect-ratio: 560 / 315;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-kv iframe  {
    width: 560px;
    height: 315px;
  }
}
@media screen and (min-width: 768px) {
  .p-management__movie {
    max-width: 920px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-management-list {
    display: flex;
    max-width: 920px;
    margin: 0 auto;
  }
}
.p-management-list__item {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(34, 57, 91, 0.06);
  padding: 40px 30px;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .p-management-list__item {
    padding: 30px 30px 44px;
    width: 47.85%;
    margin-right: 4.3%;
  }
  .p-management-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-management-list__image {
  display: block;
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .p-management-list__image {
    display: flex;
    align-items: center;
    height: 140px;
    margin: 0 0 45px;
  }
  .p-management-list__image:hover {
    opacity: 0.7;
  }
  .p-management-list__image > img {
    flex-shrink: 0;
  }
}
.p-management-list__title {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .p-management-list__title {
    font-size: 2.2rem;
    margin: 0 0 23px;
  }
}
.p-management-list__text {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.84;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .p-management-list__text {
    font-size: 1.7rem;
    line-height: 1.76;
    margin: 0 0 31px;
  }
}
.p-management-list__button {
  width: 83%;
}
@media screen and (min-width: 768px) {
  .p-management-list__button {
    width: 74%;
  }
}

.p-transition-to-2023{
  background-color: #e5ecf2;
  padding: 70px 0 75px 0;
}
.text-to-2023{
  font-size: 1.6rem;
  line-height: 2.88rem;
  letter-spacing: 0.05em;
}
.text-to-2023:first-child{
  margin-bottom: 20px;
}
.fv-img-2023{
  display: block;
  width: 90%;
  margin: 25px auto 40px auto;
}
.c-btn-to-2023 {
  display: block;
  width: 90%;
  margin: 0 auto;
  transform: translateX(2px);
}
@media screen and (min-width: 768px) {
  .p-transition-to-2023{
    padding: 62px 0 70px 0;
  }
  .text-to-2023{
    font-size: 2.8rem;
    line-height: 5.04rem;
  }
  .text-to-2023:first-child{
    margin-bottom: 0;
  }
  .fv-img-2023{
    width: 528px;
    margin: 40px auto 50px auto;
  }
  .c-btn-to-2023 {
    width: 532px;
    transform: translateX(2px);
  }
  .c-btn-to-2023:hover{
    opacity: .7;
  }
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(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-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 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;
  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 {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 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%;
  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;
  transform-origin: 50%;
  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;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 0 40px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin: 0 0 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal-inner {
  margin-top: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .remodal-inner {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -15px;
  right: -10px;
  display: block;
  overflow: visible;
  width: 39px;
  height: 39px;
  margin: 0;
  padding: 0;
  background: #333 url(../images/ico_close.svg) center center no-repeat;
  background-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background-size: 22px;
  }
}

.remodal-close:hover,
.remodal-close:focus {
  background-color: #111;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
