@charset "UTF-8";
@font-face {
  font-family: "DIN Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DIN-Bold.otf") format("opentype");
}
@font-face {
  font-family: "DIN Condensed";
  font-style: normal;
  src: url("../fonts/DIN-Condensed-Bold.otf") format("opentype"), url("../fonts/DIN-Condensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: myfont;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/kgstdw1.otf") format("opentype");
}
@font-face {
  font-family: myfont;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kgstdw3.otf") format("opentype");
}
@font-face {
  font-family: myfont;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/kgstdw6.otf") format("opentype");
}
@font-face {
  font-family: myfontN;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/kgNW1.otf") format("opentype");
}
@font-face {
  font-family: myfontN;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/kgNW3.otf") format("opentype");
}
@font-face {
  font-family: myfontN;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/kgNW6.otf") format("opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

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

blockquote,
q {
  quotes: none;
}

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

ul,
ol,
li,
menu,
dir,
figure {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-block: 0 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

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

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

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

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

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

[hidden],
template {
  display: none;
}

input[type=button],
input[type=text],
input[type=search],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

table,
tbody {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

picture {
  line-height: 0;
}

.header {
  position: relative;
  z-index: 30;
  height: 130px;
}
@media screen and (max-width: 800px) {
  .header {
    height: 75px;
  }
}
@media screen and (max-width: 800px) {
  .header::after {
    display: block;
    height: 10px;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.49%, rgb(255, 255, 255)), color-stop(55.7%, rgb(251, 251, 251)), to(rgb(209, 209, 209)));
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 46.49%, rgb(251, 251, 251) 55.7%, rgb(209, 209, 209) 100%);
    background: linear-gradient(0deg, rgb(255, 255, 255) 46.49%, rgb(251, 251, 251) 55.7%, rgb(209, 209, 209) 100%);
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
}
.header_frontpage::after {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(46.49%, rgb(255, 255, 255)), color-stop(55.7%, rgb(251, 251, 251)), to(rgb(209, 209, 209)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 46.49%, rgb(251, 251, 251) 55.7%, rgb(209, 209, 209) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 46.49%, rgb(251, 251, 251) 55.7%, rgb(209, 209, 209) 100%);
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
}
@media screen and (max-width: 800px) {
  .header_frontpage::after {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
  }
}
.header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}
.header__section {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2;
  background: #fff;
}
.header__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
}
@media screen and (max-width: 800px) {
  .header__top {
    height: 65px;
  }
  .header__top::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 40px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(46.49%, #fff), color-stop(55.7%, #fbfbfb), to(#d1d1d1));
    background: -webkit-linear-gradient(top, #fff 46.49%, #fbfbfb 55.7%, #d1d1d1 100%);
    background: linear-gradient(180deg, #fff 46.49%, #fbfbfb 55.7%, #d1d1d1 100%);
  }
}
.header__title {
  position: relative;
  z-index: 2;
  display: block;
  width: 262px;
  margin: 25px 0 0 25px;
}
@media screen and (max-width: 800px) {
  .header__title {
    width: 230px;
    margin: 10px 0 0 10px;
  }
}
.header__right {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__nav0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__nav0 {
    display: none;
  }
}
.header__nav0 li, .header__nav0 a, .header__nav0 img {
  display: block;
  height: 12.4px;
}
.header__nav0 .soon {
  position: relative;
  display: block;
  cursor: pointer;
}
.header__nav0 .addsoon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav0 .soon:hover img {
  opacity: 0;
}
.header__nav0 .soon:hover .addsoon {
  opacity: 1;
}
.header__nav1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin: 0 91px 0 35px;
}
@media screen and (max-width: 870px) {
  .header__nav1 {
    display: none;
  }
}
.header__nav1-a, .header__nav1-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
}
.header__nav1-a {
  background: #1B143F;
}
.header img.header__nav1-a-child {
  width: 48px;
}
.header img.header__nav1-a-child1 {
  width: 39px;
}
.header__navmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.49%, rgb(255, 255, 255)), color-stop(55.7%, rgb(251, 251, 251)), to(rgb(209, 209, 209)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 46.49%, rgb(251, 251, 251) 55.7%, rgb(209, 209, 209) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 46.49%, rgb(251, 251, 251) 55.7%, rgb(209, 209, 209) 100%);
}
@media screen and (max-width: 800px) {
  .header__navmain {
    display: none;
  }
}
.header__navmain li {
  display: block;
}
.header__navmain a,
.header__navmain .soon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  cursor: pointer;
}
.header__navmain a img,
.header__navmain .soon img {
  height: 13px;
}
.header__navmain .addsoon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__navmain .soon:hover img {
  opacity: 0;
}
.header__navmain .soon:hover .addsoon {
  display: block;
}

.hamburger {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hamburger.open {
  position: fixed;
  z-index: 600;
}
.hamburger__line {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 602;
  width: 90px;
  height: 90px;
  padding: 32.5px 27.5px;
  cursor: pointer;
  background: #000;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media screen and (max-width: 800px) {
  .hamburger__line {
    width: 65px;
    height: 65px;
    padding: 23.5px 20px;
  }
}
.hamburger__line:hover {
  opacity: 0.7;
}
.hamburger__line.open {
  position: fixed;
}
.hamburger__border1, .hamburger__border2, .hamburger__border3 {
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .hamburger__border1, .hamburger__border2, .hamburger__border3 {
    width: 20px;
    height: 2px;
  }
}
.hamburger__border1 {
  margin-bottom: 6px;
}
.hamburger__border1.open {
  width: 49.4974746831px;
  -webkit-transform: rotate(45deg) translate(1.5px, 11px);
          transform: rotate(45deg) translate(1.5px, 11px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 800px) {
  .hamburger__border1.open {
    width: 28.2842712475px;
    -webkit-transform: rotate(45deg) translate(4px, 7px);
            transform: rotate(45deg) translate(4px, 7px);
  }
}
.hamburger__border2.open {
  visibility: hidden;
  opacity: 0;
}
.hamburger__border3 {
  margin-top: 6px;
}
.hamburger__border3.open {
  width: 49.4974746831px;
  -webkit-transform: rotate(-45deg) translate(1.5px, -11px);
          transform: rotate(-45deg) translate(1.5px, -11px);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 800px) {
  .hamburger__border3.open {
    width: 28.2842712475px;
    -webkit-transform: rotate(-45deg) translate(4px, -7px);
            transform: rotate(-45deg) translate(4px, -7px);
  }
}
.hamburger__main {
  position: relative;
  inset: 0;
  z-index: 601;
  height: 100%;
  padding-top: 90px;
  overflow-y: scroll;
  pointer-events: none;
  background: #1B143F;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media screen and (max-width: 800px) {
  .hamburger__main {
    padding-top: 65px;
  }
}
.hamburger__main.open {
  pointer-events: auto;
  opacity: 1;
}
.hamburger__box {
  max-width: 1050px;
  padding: 0 0 100px 20px;
  margin: 0 90px 0 auto;
}
@media screen and (max-width: 980px) {
  .hamburger__box {
    margin: 0 20px 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .hamburger__box {
    margin: 0 65px 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__box {
    padding: 0 0 60px;
    margin: 0;
  }
}
.hamburger__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .hamburger__wrap {
    display: block;
  }
}
.hamburger__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .hamburger__left {
    border: none;
  }
}
.hamburger__left-flex0, .hamburger__left-flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .hamburger__left-flex0, .hamburger__left-flex1 {
    gap: 40px;
  }
}
@media screen and (width <= 900px) {
  .hamburger__left-flex0, .hamburger__left-flex1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__left-flex0, .hamburger__left-flex1 {
    display: block;
    margin: 0;
  }
}
.hamburger__left0col0, .hamburger__left0col1 {
  width: 300px;
  margin-bottom: 90px;
}
.hamburger__left0col0.open, .hamburger__left0col1.open {
  margin-bottom: 78px;
}
@media screen and (max-width: 600px) {
  .hamburger__left0col0.open, .hamburger__left0col1.open {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__left0col0, .hamburger__left0col1 {
    width: 100%;
    margin-bottom: 0;
  }
}
.hamburger__left0col3 {
  width: 300px;
}
@media screen and (width <= 900px) {
  .hamburger__left0col3:first-of-type {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__left0col3:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__left0col3 {
    width: 100%;
  }
}
.hamburger__right {
  width: 250px;
  padding-left: 28px;
}
@media screen and (max-width: 600px) {
  .hamburger__right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__r-ul0 {
    padding: 9px 20px;
    border-bottom: 1px solid #fff;
  }
}
.hamburger__link-r0 {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  color: #FFF;
}
.hamburger__link-r0 img {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  width: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .hamburger__link-r0 img {
    display: block;
  }
}
.hamburger__r-ul1 {
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  .hamburger__r-ul1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 16px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .hamburger__r-ul1 li {
    width: calc(50vw - 20px);
    max-width: 200px;
  }
}
.hamburger__link-r1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 38px;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .hamburger__link-r1 {
    line-height: 33px;
  }
}
.hamburger__link-r1 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19px;
}
.hamburger__icon-doc {
  display: block;
  width: 14px;
}
.hamburger__icon-mail {
  display: block;
  width: 19px;
}
.hamburger__icon-mark {
  display: block;
  width: 14.2px;
}
.hamburger__icon-bubble {
  display: block;
  width: 19px;
}
.hamburger__icon-key {
  display: block;
  width: 17.3px;
}
.hamburger__link-r2 {
  display: block;
  margin-top: 26px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .hamburger__link-r2 {
    padding: 0 20px;
    margin-top: 32px;
  }
}
.hamburger__link-r3 {
  display: block;
  width: 129px;
  padding: 9px 0;
  margin-top: 42px;
  font-size: 17px;
  font-weight: 600;
  color: #1B143F;
  text-align: center;
  background: #FFF;
}
@media screen and (max-width: 600px) {
  .hamburger__link-r3 {
    margin: 36px 0 0 20px;
  }
}
.hamburger__link-r3 > p:nth-of-type(1) {
  margin-bottom: 3px;
  font-size: 31px;
}
.hamburger__soon {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 125px;
  height: 22px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 16px;
  color: #1F1715;
  letter-spacing: 1.3px;
  background: #fff;
  border-radius: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .hamburger__soon {
    right: 20px;
    width: 100px;
    height: 18px;
    font-size: 13px;
  }
}

.ham-child__index {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .ham-child__index {
    padding: 11px 20px 10px;
  }
}
.ham-child__index:hover {
  opacity: 0.7;
}
.ham-child__index::after {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0;
  display: block;
  width: 14px;
  height: 9px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 600px) {
  .ham-child__index::after {
    right: 20px;
  }
}
.ham-child__index.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ham-child__index-soon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .ham-child__index-soon {
    padding: 11px 20px 10px;
  }
}
.ham-child__ul {
  display: none;
  padding: 12px 0 0 22px;
}
@media screen and (max-width: 600px) {
  .ham-child__ul {
    padding: 12px 0 30px 44px;
  }
}
.ham-child__ul a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  color: #FFF;
}
.ham-child__link-bottom {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .ham-child__link-bottom {
    padding: 11px 20px 10px;
  }
}
.ham-child__link-bottom img {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .ham-child__link-bottom img {
    right: 20px;
  }
}

.footer {
  padding-top: 155px;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-top: 30px;
  }
}
.footer img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}
.footer__head-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #1B143F;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .footer__head-text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* max-width: 1040px; */
  max-width: 800px;
  padding: 0 20px;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  .footer__sns {
    gap: 6px;
    max-width: 250px;
    margin-top: 22px;
  }
}
.footer__sns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 184px;
  height: 72px;
  border-radius: 8px;
}
@media screen and (max-width: 1040px) {
  .footer__sns li a {
    width: 100px;
    height: 70px;
  }
}
@media screen and (max-width: 800px) {
  .footer__sns li a {
    width: 60px;
    height: 40px;
    border-radius: 5px;
  }
}
.footer__sns .footer__sns-t {
  gap: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 15px;
  background: #000;
}
@media screen and (max-width: 1040px) {
  .footer__sns .footer__sns-t {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .footer__sns .footer__sns-t {
    padding: 0;
  }
}
.footer__sns-t img {
  display: block;
  width: 62px;
}
@media screen and (max-width: 800px) {
  .footer__sns-t img {
    width: 35px;
  }
}
.footer__sns-t span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .footer__sns-t span {
    display: none;
  }
}
.footer__sns-x {
  gap: 36px;
  padding: 15px 39px;
  background: #666;
}
@media screen and (max-width: 800px) {
  .footer__sns-x {
    padding: 0;
  }
}
.footer__sns-x img {
  display: block;
  width: 37px;
}
@media screen and (max-width: 800px) {
  .footer__sns-x img {
    width: 18px;
  }
}
.footer__sns-x span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .footer__sns-x span {
    display: none;
  }
}
.footer__sns-i {
  gap: 12px;
  padding: 15px;
  background: #cf42b3;
}
@media screen and (max-width: 800px) {
  .footer__sns-i {
    padding: 0;
  }
}
.footer__sns-i img {
  display: block;
  width: 42px;
}
@media screen and (max-width: 800px) {
  .footer__sns-i img {
    width: 22px;
  }
}
.footer__sns-i span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .footer__sns-i span {
    display: none;
  }
}
.footer__sns-f {
  gap: 12px;
  padding: 15px;
  background: #6689d3;
}
@media screen and (max-width: 800px) {
  .footer__sns-f {
    padding: 0;
  }
}
.footer__sns-f img {
  display: block;
  width: auto;
  height: 42px;
  margin: 0 11px;
}
@media screen and (max-width: 800px) {
  .footer__sns-f img {
    height: 22px;
    margin: 0;
  }
}
.footer__sns-f span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .footer__sns-f span {
    display: none;
  }
}
.footer__sns-l {
  gap: 12px;
  padding: 15px;
  background: #00B900;
}
@media screen and (max-width: 800px) {
  .footer__sns-l {
    padding: 0;
  }
}
.footer__sns-l img {
  display: block;
  width: auto;
  height: 42px;
}
@media screen and (max-width: 800px) {
  .footer__sns-l img {
    height: 22px;
  }
}
.footer__sns-l div {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .footer__sns-l div {
    display: none;
  }
}
.footer__sns-l span {
  display: block;
  font-size: 10px;
}
.footer__sns-y {
  gap: 12px;
  padding: 15px;
  background: #E8261E;
}
@media screen and (max-width: 800px) {
  .footer__sns-y {
    padding: 0;
  }
}
.footer__sns-y img {
  display: block;
  width: auto;
  height: 42px;
}
@media screen and (max-width: 800px) {
  .footer__sns-y img {
    height: 22px;
  }
}
.footer__sns-y span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 1040px) {
  .footer__sns-y span {
    display: none;
  }
}
.footer img.footer__text {
  display: block;
  max-width: 576px;
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  .footer img.footer__text {
    padding: 0 50px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 715px) {
  .footer img.footer__text {
    max-width: 303px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  max-width: 1045px;
  padding: 0 20px;
  margin: 75px auto 0;
}
@media screen and (max-width: 1045px) {
  .footer__nav {
    max-width: 715px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .footer__nav {
    margin-top: 25px;
  }
}
@media screen and (max-width: 715px) {
  .footer__nav {
    max-width: 375px;
  }
}
.footer__nav li {
  display: block;
}
.footer__nav li:nth-of-type(-n+4) a {
  color: #FFF;
  background: #1B143F;
}
.footer__nav a {
  position: relative;
  display: block;
  width: 155px;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  color: #1B143F;
  text-align: center;
  background: #FFF;
  border: 1px solid #1B143F;
  border-radius: 5px;
}
.footer__nolink0, .footer__nolink1 {
  position: relative;
  display: block;
  width: 155px;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  border: 1px solid #1B143F;
  border-radius: 5px;
}
.footer__nolink0 {
  color: #FFF;
  background: #1B143F;
}
.footer__nolink1 {
  color: #1B143F;
  background: #FFF;
}
.footer__comingsoon {
  position: absolute;
  top: -8.5px;
  right: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 99px;
  height: 17px;
  margin: 0 auto;
  font-family: "DIN Condensed", sans-serif;
  font-size: 13px;
  line-height: 1;
  color: #1F1715;
  letter-spacing: 1.3px;
  background: #FFED00;
  border-radius: 8.5px;
}
@media screen and (max-width: 715px) {
  .footer__comingsoon {
    top: auto;
    bottom: -8.5px;
  }
}
.footer__main {
  position: relative;
  padding: 60px 0 55px;
  margin: 40px 0 0;
  background: #E3E4E5;
}
@media screen and (width <= 900px) {
  .footer__main {
    padding: 50px 0 55px;
  }
}
@media screen and (max-width: 800px) {
  .footer__main {
    padding: 25px 0 45px;
    margin-top: 13px;
  }
}
.footer__main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .footer__main-wrap {
    display: block;
    padding: 0 25px;
  }
}
.footer__main-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (width <= 900px) {
  .footer__main-in {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .footer__main-in {
    display: block;
  }
}
.footer__main-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 384px;
      -ms-flex: 0 1 384px;
          flex: 0 1 384px;
  border-right: 1px solid #1B143F;
}
@media screen and (max-width: 800px) {
  .footer__main-col {
    border: none;
  }
}
.footer__main-col img {
  display: block;
  width: 279px;
}
@media screen and (max-width: 800px) {
  .footer__main-col img {
    margin: 0 auto;
  }
}
.footer__main-box {
  margin-top: 16px;
}
.footer__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #1B143F;
}
@media screen and (width <= 900px) {
  .footer__address {
    gap: 12px;
    width: 290px;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .footer__address:last-of-type {
    display: none;
  }
}
.footer__address dt {
  width: 56px;
}
@media screen and (max-width: 800px) {
  .footer__address dt {
    width: auto;
  }
}
.footer__main-center {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 354px;
      -ms-flex: 0 1 354px;
          flex: 0 1 354px;
  padding-left: 47px;
}
@media screen and (max-width: 950px) {
  .footer__main-center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 327px;
        -ms-flex: 0 1 327px;
            flex: 0 1 327px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .footer__main-center {
    padding-left: 0;
  }
}
.footer__main-text {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #1B143F;
}
@media screen and (width <= 900px) {
  .footer__main-text {
    margin-top: 28px;
    font-size: 14px;
    text-align: center;
  }
}
.footer__main-tel0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  .footer__main-tel0 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}
.footer__main-tel0 img {
  display: block;
  width: 60px;
}
@media screen and (max-width: 800px) {
  .footer__main-tel0 img {
    width: 55px;
  }
}
.footer__main-tel0 a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1B143F;
}
@media screen and (max-width: 800px) {
  .footer__main-tel0 a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.footer__tel {
  font-family: "DIN Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .footer__tel {
    font-size: 38px;
  }
}
.footer__tel-text {
  margin-right: -3px;
  font-size: 10px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 9px;
}
@media screen and (max-width: 800px) {
  .footer__tel-text {
    margin-right: -2px;
    letter-spacing: 7.5px;
  }
}
.footer__main-tel1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #1B143F;
}
@media screen and (max-width: 800px) {
  .footer__main-tel1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
    font-size: 14px;
  }
}
.footer__main-tel1 a {
  color: #1B143F;
}
.footer__main-r {
  width: 130px;
}
@media screen and (width <= 900px) {
  .footer__main-r {
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    width: auto;
  }
}
.footer__main-r a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 130px;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  color: #1B143F;
  text-align: center;
  background: #FFF;
  border: 5px solid #C9CCCE;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .footer__main-r a {
    width: auto;
    max-width: 324px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #C9CCCE;
    border-radius: 5px;
  }
}
@media screen and (width <= 900px) {
  .footer__main-r a br {
    display: none;
  }
}
.footer__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 790px;
  padding-top: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .footer__group {
    display: none;
  }
}
.footer__group-1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #1B143F;
  letter-spacing: 1.4px;
}
.footer__group-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 650px;
}
.footer__group-col a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #1B143F;
}
.footer__group-col a:nth-of-type(3n+1) {
  width: 210px;
}
.footer__group-col a:nth-of-type(3n+2) {
  width: 240px;
}
.footer__group-col a::before {
  display: block;
  width: 4px;
  height: 13px;
  margin-right: 6px;
  content: "";
  background-image: url("../img/footer/footer-arrow.svg");
  background-repeat: no-repeat;
  background-size: 4px 13px;
}
.footer__cptext {
  padding: 60px 0 80px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 12px;
  color: #494949;
  text-align: center;
  text-indent: 0.72px;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 800px) {
  .footer__cptext {
    padding: 50px 0 80px;
    font-size: 10px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.footer__sp {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  display: none;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .footer__sp {
    display: block;
  }
}
.footer__sp.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}
.footer__sp-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
.footer__splink {
  width: 33.3%;
}
.footer__splink img {
  display: block;
}

.body {
  position: relative;
}

.breadcrumbs {
  background: #000;
}
@media screen and (width <= 900px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__wrap {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.36px;
}

@media screen and (width <= 900px) {
  .breadcrumbs-subject {
    display: none;
  }
}
.breadcrumbs-subject__wrap {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.breadcrumbs-subject a, .breadcrumbs-subject span {
  font-size: 12px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0.36px;
}

.pagehead {
  position: relative;
}
@media screen and (max-width: 800px) {
  .pagehead {
    padding-top: 5px;
  }
}
.pagehead__mv {
  position: relative;
  z-index: 1;
}
.pagehead__mv picture {
  display: block;
  background: #1B1538;
}
.pagehead__mv::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  height: 40px;
  content: "";
  background: #1B1538;
}
@media screen and (width <= 900px) {
  .pagehead__mv::after {
    position: static;
    height: 10px;
  }
}
.pagehead__mv img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 800px) {
  .pagehead__mv img {
    height: 100px;
  }
}
.pagehead__boss {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 1035px;
  padding: 0 47.5px;
  margin: 0 auto;
}
.pagehead__in {
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.pagehead__title {
  padding-top: 40px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 43px;
  color: #1B143F;
  text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
}
@media screen and (max-width: 800px) {
  .pagehead__title {
    padding-top: 22px;
    font-size: 30px;
    line-height: 27px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 500px) {
  .pagehead__title.long {
    font-size: 22px;
    line-height: 27px;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}
.pagehead__subtitle {
  padding-top: 4px;
  padding-bottom: 12px;
  font-size: 21px;
  font-weight: 600;
  color: #1B143F;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (width <= 900px) {
  .pagehead__subtitle {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 12px;
  }
}

.search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  height: 50px;
  margin: 0 auto;
  line-height: 45px;
  background: #FFF;
  border: 1px solid #1B143F;
  border-radius: 5px;
}
.search-box__edit {
  width: 100%;
  height: 45px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border: none;
}
.search-box__edit::-webkit-input-placeholder {
  color: #D1D1D1;
}
.search-box__edit::-moz-placeholder {
  color: #D1D1D1;
}
.search-box__edit:-ms-input-placeholder {
  color: #D1D1D1;
}
.search-box__edit::-ms-input-placeholder {
  color: #D1D1D1;
}
.search-box__edit::placeholder {
  color: #D1D1D1;
}
.search-box__submit {
  padding: 0 16px;
  cursor: pointer;
  background: none;
  border: none;
}
.search-box__submit img {
  width: 16px;
}

.card {
  padding-top: 30px;
}
.card__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  padding: 20px 50px 20px 20px;
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .card__link {
    padding: 18px 40px 15px 20px;
  }
}
.card__fig {
  display: block;
  width: 200px;
}
@media screen and (width <= 900px) {
  .card__fig {
    display: none;
  }
}
.card__fig img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 130px;
}
.card__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (width <= 900px) {
  .card__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
}
@media screen and (width <= 900px) {
  .card__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card__date {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
@media screen and (width <= 900px) {
  .card__date {
    font-size: 14px;
  }
}
.card__catg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #000;
}
@media screen and (width <= 900px) {
  .card__catg {
    max-height: 20px;
    padding-top: 0;
    overflow: hidden;
  }
}
.card__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 10px;
}
.card__sys {
  color: #fff;
  background: #F8C93A;
  border-color: #F8C93A;
}
.card__it {
  color: #fff;
  background: #DD94BA;
  border-color: #DD94BA;
}
.card__anime {
  color: #fff;
  background: #88D28A;
  border-color: #88D28A;
}
.card__game {
  color: #fff;
  background: #E28F94;
  border-color: #E28F94;
}
.card__cg {
  color: #fff;
  background: #74C0C0;
  border-color: #74C0C0;
}
.card__design {
  color: #fff;
  background: #7682EB;
  border-color: #7682EB;
}
.card__ms {
  color: #fff;
  background: #A078CE;
  border-color: #A078CE;
}
.card__vo {
  color: #fff;
  background: #45BEFF;
  border-color: #45BEFF;
}
.card__title {
  display: -webkit-box;
  max-height: 60px;
  padding-top: 10px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (width <= 900px) {
  .card__title {
    max-height: 35px;
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
}
.card__arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
  width: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-news {
  padding-top: 30px;
}
.card-news__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  padding: 20px 50px 20px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .card-news__link {
    padding: 18px 40px 15px 20px;
  }
}
.card-news__fig {
  display: block;
  width: 200px;
}
@media screen and (width <= 900px) {
  .card-news__fig {
    display: none;
  }
}
.card-news__fig img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 130px;
}
.card-news__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (width <= 900px) {
  .card-news__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
}
@media screen and (width <= 900px) {
  .card-news__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.card-news__date {
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (width <= 900px) {
  .card-news__date {
    font-size: 14px;
  }
}
.card-news__catg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #FFF;
}
@media screen and (width <= 900px) {
  .card-news__catg {
    max-height: 20px;
    padding-top: 0;
    overflow: hidden;
  }
}
.card-news__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.card-news__sys {
  background: #F8C93A;
  border-color: #F8C93A;
}
.card-news__it {
  background: #DD94BA;
  border-color: #DD94BA;
}
.card-news__anime {
  background: #88D28A;
  border-color: #88D28A;
}
.card-news__game {
  background: #E28F94;
  border-color: #E28F94;
}
.card-news__cg {
  background: #74C0C0;
  border-color: #74C0C0;
}
.card-news__design {
  background: #7682EB;
  border-color: #7682EB;
}
.card-news__ms {
  background: #A078CE;
  border-color: #A078CE;
}
.card-news__vo {
  background: #45BEFF;
  border-color: #45BEFF;
}
.card-news__title {
  display: -webkit-box;
  max-height: 60px;
  padding-top: 10px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #FFF;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (width <= 900px) {
  .card-news__title {
    max-height: 35px;
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
}
.card-news__arrow {
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
  width: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-portfolio__link {
  display: block;
  max-width: 250px;
  padding: 12px;
  background: #FFF;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 575px) {
  .card-portfolio__link {
    max-width: 150px;
  }
}
.card-portfolio__title {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

.pagination {
  padding-top: 48px;
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  display: block;
}
.pagination .prev a,
.pagination .next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 26px;
}
@media screen and (width <= 900px) {
  .pagination .prev a,
  .pagination .next a {
    height: 23px;
  }
}
.pagination .prev img,
.pagination .next img {
  display: block;
  width: 6px;
}
.pagination .prev {
  margin-right: 80px;
}
@media screen and (width <= 900px) {
  .pagination .prev {
    margin-right: 0;
  }
}
.pagination .next {
  margin-left: 80px;
}
@media screen and (width <= 900px) {
  .pagination .next {
    margin-left: 0;
  }
}
.pagination a, .pagination span {
  display: inline-block;
  width: 26px;
  margin: 0 6px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #1B143F;
  text-align: center;
}
@media screen and (width <= 900px) {
  .pagination a, .pagination span {
    width: 23px;
    margin: 0 4px;
    font-size: 18px;
    line-height: 23px;
  }
}
.pagination .current {
  color: #fff;
  background: #1B143F;
  border-radius: 2px;
}

.post-nav {
  padding: 23px 0 22px;
  margin: 140px 0 0;
  border-top: 1px solid #1B143F;
  border-bottom: 1px solid #1B143F;
}
@media screen and (width <= 900px) {
  .post-nav {
    display: none;
  }
}
.post-nav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 794px;
  margin: 0 auto;
}
.post-nav__back {
  padding: 0;
  font-family: "DIN Condensed", sans-serif;
  font-size: 22px;
  color: #1B143F;
  letter-spacing: 2.64px;
  cursor: pointer;
  background: none;
  border: none;
}
.post-nav__back:hover {
  opacity: 0.7;
}
.post-nav__prev a, .post-nav__next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "DIN Condensed", sans-serif;
  font-size: 22px;
  color: #1B143F;
  letter-spacing: 2.64px;
}
.post-nav__prev img, .post-nav__next img {
  display: block;
  width: 6px;
}

.sns-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1035px;
  padding: 0 47.5px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sns-share {
    display: none;
  }
}
.sns-share a img {
  display: block;
  width: 25px;
}

.top__t1 {
  display: block;
  max-width: 665px;
  margin: 35px auto 45px;
}
@media screen and (max-width: 800px) {
  .top__t1 {
    max-width: 334px;
    margin: 22px auto 25px;
  }
}

@media screen and (width <= 900px) {
  .top-mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-mv__colm {
  position: relative;
  z-index: 1;
  height: 840px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
}
@media screen and (width <= 900px) {
  .top-mv__colm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 320px;
  }
}
.top-mv__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #000;
}
@media screen and (width <= 900px) {
  .top-mv__nav {
    display: block;
  }
}
.top-mv__li {
  width: 14.2857142857%;
}
@media screen and (width <= 900px) {
  .top-mv__li {
    width: 100px;
    border-bottom: 1px solid #fff;
  }
  .top-mv__li:last-of-type {
    border-bottom: 1px solid #000;
  }
}
.top-mv__li > * {
  display: block;
  height: 80px;
  padding: 15px 0 10px;
  cursor: pointer;
}
@media screen and (width <= 900px) {
  .top-mv__li > * {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44.7142857143px;
    padding: 5px 10px;
  }
}
.top-mv__li > *::after {
  display: block;
  width: 15px;
  height: 10px;
  margin: 10px auto 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
}
@media screen and (width <= 900px) {
  .top-mv__li > *::after {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    margin: 0;
    -webkit-clip-path: polygon(0 0, 50% 50%, 0% 100%);
            clip-path: polygon(0 0, 50% 50%, 0% 100%);
  }
}
.top-mv__li > * svg {
  display: block;
  height: 35px;
  margin: 0 auto;
  fill: #fff;
  stroke-width: 0;
}
@media screen and (width <= 900px) {
  .top-mv__li > * svg {
    height: 21px;
  }
}
.top-mv__li > *.on::after {
  background: #fff;
}
.top-mv__li > *.on svg {
  fill: #000;
}
@media screen and (width <= 900px) {
  .top-mv__pc {
    display: none;
  }
}
.top-mv__sp {
  display: none;
}
@media screen and (width <= 900px) {
  .top-mv__sp {
    display: block;
  }
}
.top-mv__nav0::after {
  background: #FACB3A;
}
.top-mv__nav0.on {
  background: #FACB3A;
}
.top-mv__nav1::after {
  background: #DD82B2;
}
.top-mv__nav1.on {
  background: #DD82B2;
}
.top-mv__nav2::after {
  background: #FF8464;
}
.top-mv__nav2.on {
  background: #FF8464;
}
.top-mv__nav3::after {
  background: #5AC2AB;
}
.top-mv__nav3.on {
  background: #5AC2AB;
}
.top-mv__nav4::after {
  background: #88D28A;
}
.top-mv__nav4.on {
  background: #88D28A;
}
.top-mv__nav5 {
  padding: 24px 0 10px;
}
@media screen and (width <= 900px) {
  .top-mv__nav5 {
    padding: 5px 10px;
  }
}
.top-mv__nav5 svg {
  height: 17px;
}
@media screen and (width <= 900px) {
  .top-mv__nav5 svg {
    height: 9px;
  }
}
.top-mv__nav5::after {
  margin-top: 19px;
  background: #7682EB;
}
@media screen and (width <= 900px) {
  .top-mv__nav5::after {
    margin-top: 0;
  }
}
.top-mv__nav5.on {
  background: #7682EB;
}
.top-mv__nav6::after {
  background: #A078CE;
}
.top-mv__nav6.on {
  background: #A078CE;
}
.top-mv__main_0 {
  background: #FACB3A;
}
.top-mv__main_1 {
  background: #DD82B2;
}
.top-mv__main_2 {
  background: #FF8464;
}
.top-mv__main_3 {
  background: #5AC2AB;
}
.top-mv__main_4 {
  background: #88D28A;
}
.top-mv__main_5 {
  background: #7682EB;
}
.top-mv__main_6 {
  background: #A078CE;
}
.top-mv__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
}
@media screen and (width <= 900px) {
  .top-mv__sub {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 30px;
  }
}
.top-mv__sub li:not(:last-of-type) {
  border-right: 1px solid #000;
}
@media screen and (max-width: 450px) {
  .top-mv__sub_5 li:nth-of-type(2) {
    border: none;
  }
}
@media screen and (max-width: 580px) {
  .top-mv__sub_6 {
    max-width: 284px;
    margin: 0 auto;
  }
  .top-mv__sub_6 li:nth-of-type(2) {
    border: none;
  }
}
.top-mv__sub2-0, .top-mv__sub3-0, .top-mv__sub4-0, .top-mv__sub5-0, .top-mv__sub6-0 {
  display: block;
  padding: 0 30px;
}
@media screen and (width <= 900px) {
  .top-mv__sub2-0, .top-mv__sub3-0, .top-mv__sub4-0, .top-mv__sub5-0, .top-mv__sub6-0 {
    padding: 0 13px;
    font-size: 10px;
  }
}
.top-mv__sub2-0 img, .top-mv__sub3-0 img, .top-mv__sub4-0 img, .top-mv__sub5-0 img, .top-mv__sub6-0 img {
  height: 15px;
}
@media screen and (width <= 900px) {
  .top-mv__sub2-0 img, .top-mv__sub3-0 img, .top-mv__sub4-0 img, .top-mv__sub5-0 img, .top-mv__sub6-0 img {
    height: 9px;
  }
}
@media screen and (max-width: 450px) {
  .top-mv__sub5-0 {
    width: 135px;
  }
}
@media screen and (max-width: 580px) {
  .top-mv__sub6-0 {
    width: 141px;
  }
}
@media screen and (max-width: 390px) {
  .top-mv__sub6-0 {
    width: 135px;
    padding: 0 10px;
  }
}
.top-mv__main0-wrap, .top-mv__main1-wrap, .top-mv__main2-wrap, .top-mv__main3-wrap, .top-mv__main4-wrap, .top-mv__main5-wrap, .top-mv__main6-wrap, .top-mv__main7-wrap {
  position: relative;
  height: 800px;
}
@media screen and (width <= 900px) {
  .top-mv__main0-wrap, .top-mv__main1-wrap, .top-mv__main2-wrap, .top-mv__main3-wrap, .top-mv__main4-wrap, .top-mv__main5-wrap, .top-mv__main6-wrap, .top-mv__main7-wrap {
    height: 290px;
  }
}
.top-mv__right0, .top-mv__right1, .top-mv__right2, .top-mv__right3, .top-mv__right4, .top-mv__right5, .top-mv__right6, .top-mv__right7 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: calc(50vw + 60px);
}
@media screen and (width <= 900px) {
  .top-mv__right0, .top-mv__right1, .top-mv__right2, .top-mv__right3, .top-mv__right4, .top-mv__right5, .top-mv__right6, .top-mv__right7 {
    width: 61%;
  }
}
.top-mv__picout {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 186px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 186px) 100%, 60px 100%, 60px calc(100% - 60px), calc(100% - 200px) calc(100% - 60px), calc(100% - 60px) calc(100% - 135px), calc(100% - 60px) 135px, calc(100% - 200px) 60px, 60px 60px, 60px 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 186px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 186px) 100%, 60px 100%, 60px calc(100% - 60px), calc(100% - 200px) calc(100% - 60px), calc(100% - 60px) calc(100% - 135px), calc(100% - 60px) 135px, calc(100% - 200px) 60px, 60px 60px, 60px 100%, 0% 100%);
  opacity: 0.6;
}
@media screen and (width <= 900px) {
  .top-mv__picout {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 52px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 52px) 100%, 20px 100%, 20px calc(100% - 20px), calc(100% - 60px) calc(100% - 20px), calc(100% - 20px) calc(100% - 47px), calc(100% - 20px) 47px, calc(100% - 60px) 20px, 20px 20px, 20px 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 52px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 52px) 100%, 20px 100%, 20px calc(100% - 20px), calc(100% - 60px) calc(100% - 20px), calc(100% - 20px) calc(100% - 47px), calc(100% - 20px) 47px, calc(100% - 60px) 20px, 20px 20px, 20px 100%, 0% 100%);
  }
}
.top-mv__picout_0 {
  background: #FACB3A;
}
.top-mv__picout_1 {
  background: #DD82B2;
}
.top-mv__picout_2 {
  background: #FF8464;
}
.top-mv__picout_3 {
  background: #5AC2AB;
}
.top-mv__picout_4 {
  background: #88D28A;
}
.top-mv__picout_5 {
  background: #7682EB;
}
.top-mv__picout_6 {
  background: #A078CE;
}
.top-mv__picout_7 {
  background: #45BEFF;
}
.top-mv__pic00, .top-mv__pic10, .top-mv__pic20, .top-mv__pic30, .top-mv__pic40, .top-mv__pic50, .top-mv__pic60, .top-mv__pic70 {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 186px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 186px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 186px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 186px) 100%, 0% 100%);
}
@media screen and (width <= 900px) {
  .top-mv__pic00, .top-mv__pic10, .top-mv__pic20, .top-mv__pic30, .top-mv__pic40, .top-mv__pic50, .top-mv__pic60, .top-mv__pic70 {
    -webkit-clip-path: polygon(0% 0%, calc(100% - 52px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 52px) 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(100% - 52px) 0%, 100% 12.5%, 100% 87.5%, calc(100% - 52px) 100%, 0% 100%);
  }
}
.top-mv__pic00 img, .top-mv__pic10 img, .top-mv__pic20 img, .top-mv__pic30 img, .top-mv__pic40 img, .top-mv__pic50 img, .top-mv__pic60 img, .top-mv__pic70 img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
.top-mv__pic30 img {
  -o-object-position: left top;
     object-position: left top;
}
.top-mv__left0, .top-mv__left1, .top-mv__left2, .top-mv__left3, .top-mv__left4, .top-mv__left5, .top-mv__left6, .top-mv__left7 {
  position: absolute;
  inset: 0 0 0 50%;
  z-index: 1;
  padding-left: 82px;
}
@media screen and (width <= 900px) {
  .top-mv__left0, .top-mv__left1, .top-mv__left2, .top-mv__left3, .top-mv__left4, .top-mv__left5, .top-mv__left6, .top-mv__left7 {
    inset: 0 0 0 42%;
    padding-left: 10px;
  }
}
.top-mv__left0::before, .top-mv__left1::before, .top-mv__left2::before, .top-mv__left3::before, .top-mv__left4::before, .top-mv__left5::before, .top-mv__left6::before, .top-mv__left7::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 240px;
  height: 100%;
  content: "";
}
@media screen and (width <= 900px) {
  .top-mv__left0::before, .top-mv__left1::before, .top-mv__left2::before, .top-mv__left3::before, .top-mv__left4::before, .top-mv__left5::before, .top-mv__left6::before, .top-mv__left7::before {
    width: 87px;
  }
}
.top-mv__left0::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(250, 203, 58)), color-stop(99.97%, rgba(250, 203, 58, 0)));
  background: -webkit-linear-gradient(left, rgb(250, 203, 58) 35.68%, rgba(250, 203, 58, 0) 99.97%);
  background: linear-gradient(90deg, rgb(250, 203, 58) 35.68%, rgba(250, 203, 58, 0) 99.97%);
}
.top-mv__left1::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(221, 130, 178)), color-stop(99.97%, rgba(221, 130, 178, 0)));
  background: -webkit-linear-gradient(left, rgb(221, 130, 178) 35.68%, rgba(221, 130, 178, 0) 99.97%);
  background: linear-gradient(90deg, rgb(221, 130, 178) 35.68%, rgba(221, 130, 178, 0) 99.97%);
}
.top-mv__left2::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(255, 132, 100)), color-stop(99.97%, rgba(255, 132, 100, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 132, 100) 35.68%, rgba(255, 132, 100, 0) 99.97%);
  background: linear-gradient(90deg, rgb(255, 132, 100) 35.68%, rgba(255, 132, 100, 0) 99.97%);
}
.top-mv__left3::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(90, 194, 171)), color-stop(99.97%, rgba(90, 194, 171, 0)));
  background: -webkit-linear-gradient(left, rgb(90, 194, 171) 35.68%, rgba(90, 194, 171, 0) 99.97%);
  background: linear-gradient(90deg, rgb(90, 194, 171) 35.68%, rgba(90, 194, 171, 0) 99.97%);
}
.top-mv__left4::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(136, 210, 138)), color-stop(99.97%, rgba(136, 210, 138, 0)));
  background: -webkit-linear-gradient(left, rgb(136, 210, 138) 35.68%, rgba(136, 210, 138, 0) 99.97%);
  background: linear-gradient(90deg, rgb(136, 210, 138) 35.68%, rgba(136, 210, 138, 0) 99.97%);
}
.top-mv__left5::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(118, 130, 235)), color-stop(99.97%, rgba(118, 130, 235, 0)));
  background: -webkit-linear-gradient(left, rgb(118, 130, 235) 35.68%, rgba(118, 130, 235, 0) 99.97%);
  background: linear-gradient(90deg, rgb(118, 130, 235) 35.68%, rgba(118, 130, 235, 0) 99.97%);
}
.top-mv__left6::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(160, 120, 206)), color-stop(99.97%, rgba(160, 120, 206, 0)));
  background: -webkit-linear-gradient(left, rgb(160, 120, 206) 35.68%, rgba(160, 120, 206, 0) 99.97%);
  background: linear-gradient(90deg, rgb(160, 120, 206) 35.68%, rgba(160, 120, 206, 0) 99.97%);
}
.top-mv__left7::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(35.68%, rgb(69, 190, 255)), color-stop(99.97%, rgba(69, 190, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(69, 190, 255) 35.68%, rgba(69, 190, 255, 0) 99.97%);
  background: linear-gradient(90deg, rgb(69, 190, 255) 35.68%, rgba(69, 190, 255, 0) 99.97%);
}
.top-mv__pic01, .top-mv__pic11, .top-mv__pic21, .top-mv__pic31, .top-mv__pic41, .top-mv__pic51, .top-mv__pic61, .top-mv__pic71 {
  display: block;
  height: 100%;
  overflow: hidden;
}
.top-mv__pic01 img, .top-mv__pic11 img, .top-mv__pic21 img, .top-mv__pic31 img, .top-mv__pic41 img, .top-mv__pic51 img, .top-mv__pic61 img, .top-mv__pic71 img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.top-mv__arrow0, .top-mv__arrow1, .top-mv__arrow2, .top-mv__arrow3, .top-mv__arrow4, .top-mv__arrow5, .top-mv__arrow6, .top-mv__arrow7 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  max-width: 991px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .top-mv__arrow0 img, .top-mv__arrow1 img, .top-mv__arrow2 img, .top-mv__arrow3 img, .top-mv__arrow4 img, .top-mv__arrow5 img, .top-mv__arrow6 img, .top-mv__arrow7 img {
    width: auto;
    height: 155px;
  }
}
.top-mv__text {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  z-index: 10;
  font-family: "DIN Condensed", sans-serif;
  font-size: 136px;
  line-height: 128px;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .top-mv__text {
    font-size: 120px;
    line-height: 110px;
  }
}
@media screen and (width <= 900px) {
  .top-mv__text {
    top: 60%;
    font-size: 40px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .top-mv__text {
    top: 57%;
  }
}
.top-mv__text_line {
  top: 60%;
  font-size: 160px;
}
@media screen and (width <= 900px) {
  .top-mv__text_line {
    top: 57%;
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top-mv__text_pc {
    display: none;
  }
}
.top-mv__text_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .top-mv__text_sp {
    display: block;
  }
}
.top-mv__text span {
  font-family: "DIN Condensed", sans-serif;
  opacity: 0;
}
.top-mv__colm_on .swiper-slide-active .top-mv__text span {
  -webkit-animation: glow-anime-on 1s ease-out forwards;
          animation: glow-anime-on 1s ease-out forwards;
}
.top-mv__malink {
  display: block;
}
.top-mv__malink:hover {
  opacity: 1;
}
.top-mv__malink_noul {
  padding-top: 40px;
}
@media screen and (width <= 900px) {
  .top-mv__malink_noul {
    padding-top: 30px;
  }
}

@-webkit-keyframes glow-anime-on {
  0% {
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
    opacity: 0;
  }
  50% {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
    opacity: 1;
  }
  100% {
    text-shadow: 0 0 100px #fff, 0 0 100px #fff, -3px 2px 10px rgba(0, 0, 0, 0.6), 0 0 100px #fff, 0 0 100px #fff, 0 0 100px #fff;
    opacity: 1;
  }
}

@keyframes glow-anime-on {
  0% {
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
    opacity: 0;
  }
  50% {
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
    opacity: 1;
  }
  100% {
    text-shadow: 0 0 100px #fff, 0 0 100px #fff, -3px 2px 10px rgba(0, 0, 0, 0.6), 0 0 100px #fff, 0 0 100px #fff, 0 0 100px #fff;
    opacity: 1;
  }
}
.top-topics {
  padding-top: 25px;
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .top-topics {
    padding-top: 0;
  }
}
.top-topics__wrap {
  background-image: url("../img/top/topics-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top-topics__title {
  padding: 53px 0 36px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 50px;
  color: #FFF;
  text-align: center;
  text-indent: 6px;
  letter-spacing: 6px;
}
@media screen and (width <= 900px) {
  .top-topics__title {
    padding: 48px 0 35px;
    font-size: 30px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
.top-topics__slider {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (width <= 900px) {
  .top-topics__slider {
    padding-bottom: 35px;
  }
}
.top-topics__text {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .top-topics__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18.4px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 3000px) {
  .top-topics__swiper {
    height: 220px;
  }
}
@media screen and (width <= 900px) {
  .top-topics__swiper {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .top-topics__slwrap {
    left: 30px;
  }
}
@media screen and (max-width: 3000px) {
  .top-topics__sli {
    width: 300px;
    height: 220px;
  }
}
@media screen and (width <= 900px) {
  .top-topics__sli {
    width: 240px;
    height: 180px;
  }
}

@media screen and (width <= 900px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 35px;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background-color: #FFF;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 12.5px;
}

.top-ms {
  background: #1B143F;
}
.top-ms__wrap {
  position: relative;
  max-width: 1300px;
  padding: 50px;
  margin: 0 auto;
  background-image: url("../img/top/ms-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .top-ms__wrap {
    padding: 30px;
  }
}
.top-ms__bg {
  position: absolute;
  inset: 50px;
  z-index: 1;
}
@media screen and (width <= 900px) {
  .top-ms__bg {
    inset: 30px;
  }
}
.top-ms__tab {
  display: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-ms__tab.on {
  display: block;
}
.top-ms__flex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 986px;
  height: 500px;
  padding: 50px 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-ms__flex {
    display: block;
    height: auto;
    padding: 27px 20px;
  }
}
.top-ms__title {
  font-family: "DIN Condensed", sans-serif;
  font-size: 28px;
  line-height: 20px;
  color: #FFF;
  letter-spacing: 3.36px;
}
@media screen and (width <= 900px) {
  .top-ms__title {
    font-size: 20px;
    text-align: center;
    text-indent: 2px;
    letter-spacing: 2px;
  }
}
.top-ms__key {
  display: block;
  width: 364px;
  padding-top: 36px;
}
@media screen and (width <= 900px) {
  .top-ms__key {
    width: 270px;
    padding-top: 20px;
    margin: 0 auto;
  }
}
.top-ms__right {
  width: 450px;
  padding-top: 15px;
}
@media screen and (width <= 900px) {
  .top-ms__right {
    width: auto;
    padding-top: 0;
  }
}
.top-ms__text {
  margin-top: 36px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
}
@media screen and (width <= 900px) {
  .top-ms__text {
    margin-top: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }
}
.top-ms__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 57px;
}
@media screen and (width <= 900px) {
  .top-ms__box {
    position: relative;
    max-width: 256px;
    padding-top: 25px;
    margin: 0 auto;
  }
}
.top-ms__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 240px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #FFF;
  border: 1px solid #fff;
}
@media screen and (width <= 900px) {
  .top-ms__link {
    width: 130px;
    height: 22px;
    padding: 0 7px;
    margin: 0 auto;
    font-size: 8px;
  }
}
.top-ms__link::after, .top-ms__link::before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
}
.top-ms__link::before {
  top: calc(50% - 0.5px);
  left: 10px;
  width: 10px;
  height: 1px;
}
@media screen and (width <= 900px) {
  .top-ms__link::before {
    left: 8px;
    width: 6px;
  }
}
.top-ms__link::after {
  top: calc(50% - 5px);
  left: 15px;
  width: 1px;
  height: 10px;
}
@media screen and (width <= 900px) {
  .top-ms__link::after {
    top: calc(50% - 3px);
    left: 10.5px;
    height: 6px;
  }
}
.top-ms__soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 156px;
  height: 27px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 21px;
  color: #1F1715;
  letter-spacing: 2.1px;
  background: #FFED00;
  border-radius: 13.5px;
}
@media screen and (width <= 900px) {
  .top-ms__soon {
    position: absolute;
    top: 19px;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56px;
    height: 34px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
.top-ms__soon br {
  display: none;
}
@media screen and (width <= 900px) {
  .top-ms__soon br {
    display: block;
  }
}

.top-news {
  padding: 85px 0 77px;
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .top-news {
    padding: 40px 0 60px;
  }
}
.top-news__title {
  font-family: "DIN Condensed", sans-serif;
  font-size: 50px;
  color: #FEC32C;
  text-align: center;
  text-indent: 6px;
  letter-spacing: 6px;
}
@media screen and (width <= 900px) {
  .top-news__title {
    font-size: 30px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
.top-news__tabs-out {
  border-bottom: 1px solid #FEC32C;
}
.top-news__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 980px;
  padding: 35px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-news__tabs {
    gap: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 25px 0;
  }
}
.top-news__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 450px;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-indent: 2px;
  letter-spacing: 2px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px 10px 0 0;
}
@media screen and (width <= 900px) {
  .top-news__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    height: 40px;
    font-size: 16px;
  }
}
.top-news__tab:hover {
  opacity: 0.7;
}
.top-news__tab.on {
  color: #1B143F;
  background: #FEC32C;
}
.top-news__ul {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  padding: 45px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-news__ul {
    padding: 25px 10px 0;
  }
}
.top-news__ul.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-news__ul_1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 701px;
}
@media screen and (width <= 900px) {
  .top-news__ul_1 {
    max-width: 481px;
  }
}
@media screen and (max-width: 520px) {
  .top-news__ul_1 {
    max-width: 351px;
  }
}
.top-news__li {
  padding: 0 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  cursor: pointer;
  border-left: 1px solid #fff;
  -webkit-transition: color 0s ease;
  transition: color 0s ease;
}
@media screen and (width <= 900px) {
  .top-news__li {
    padding: 0 20px;
    font-size: 14px;
  }
}
.top-news__li:hover {
  color: rgba(255, 255, 255, 0.7);
}
.top-news__li.on {
  color: #FEC32C;
}
.top-news__li.on:hover {
  color: rgba(254, 195, 44, 0.7);
}
.top-news__li:nth-of-type(1) {
  border-left: none;
}
.top-news__li_1 {
  width: 330px;
  padding: 0 20px;
}
@media screen and (width <= 900px) {
  .top-news__li_1 {
    width: 230px;
  }
}
@media screen and (max-width: 520px) {
  .top-news__li_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 165px;
    padding: 0 8px;
  }
}
.top-news__li_1:nth-of-type(2n-1) {
  border: none;
}
.top-news__li_1 br {
  display: none;
}
@media screen and (max-width: 520px) {
  .top-news__li_1 br {
    display: block;
  }
}
.top-news__search {
  margin: 40px auto 0;
}
@media screen and (width <= 900px) {
  .top-news__search {
    padding: 0 27.5px;
    margin-top: 22px;
  }
}
.top-news__divide {
  display: none;
}
.top-news__divide.on {
  display: block;
}
.top-news__cards {
  display: none;
  max-width: 790px;
  padding: 58px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-news__cards {
    padding: 5px 27.5px 0;
  }
}
.top-news__cards.on {
  display: block;
}
.top-news__read {
  display: block;
  width: 80px;
  margin: 52px auto 0;
}
@media screen and (width <= 900px) {
  .top-news__read {
    margin-top: 35px;
  }
}
.top-news__read p {
  margin-bottom: 7px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 17px;
  color: #FFF;
  text-align: center;
  letter-spacing: 2.04px;
  border-bottom: 1px solid #fff;
}
.top-news__read svg {
  display: block;
  width: 10px;
  margin: 0 auto;
  fill: #fff;
  stroke-width: 0;
}

.top-open {
  position: relative;
  padding-bottom: 88px;
  background-image: url("../img/top/top-open-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (width <= 900px) {
  .top-open {
    padding-bottom: 20px;
  }
}
.top-open__bgt {
  position: absolute;
  top: 155px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 323px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-open__bgt {
    top: 35px;
    width: 133px;
  }
}
.top-open__title {
  position: relative;
  z-index: 2;
  padding: 57px 20px 63px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 170px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-indent: 20px;
  letter-spacing: 20px;
  opacity: 0.54;
}
@media screen and (width <= 900px) {
  .top-open__title {
    padding: 22px 20px 12px;
    font-size: 49px;
    text-indent: 5px;
    letter-spacing: 5px;
  }
}
.top-open__box-out {
  padding: 0 27.5px;
}
.top-open__box {
  max-width: 990px;
  padding: 20px 25px;
  margin: 0 auto;
  background: #1B143F;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .top-open__box {
    max-width: 320px;
    padding: 14px 20px 10px;
    border-radius: 6px;
  }
}
.top-open__subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #F9CA3A;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .top-open__subtitle {
    font-size: 10px;
    line-height: 11px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.top-open__list {
  margin-top: 20px;
}
@media screen and (width <= 900px) {
  .top-open__list {
    margin-top: 10px;
  }
}
.top-open__list .ecs-event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (width <= 900px) {
  .top-open__list .ecs-event-list {
    display: block;
  }
}
.top-open__list li.ecs-event {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 22px;
  cursor: pointer;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .top-open__list li.ecs-event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    height: 32px;
    margin-top: 8px;
    border-radius: 9px;
  }
}
.top-open__list li.ecs-event h4 {
  display: none;
}
.top-open__list li.ecs-event .duration.time::after {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 20px;
  display: block;
  width: 6px;
  height: 15px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ljk5IDE0Ljg4Ij48cGF0aCBkPSJNMCAwaDIuMDVsMy45NCA3LjQ0LTMuOTQgNy40NEgwbDMuOTEtNy40NEwwIDBaIiBzdHlsZT0iZmlsbDojMUIxNDNGO3N0cm9rZS13aWR0aDowIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .top-open__list li.ecs-event .duration.time::after {
    top: calc(50% - 6px);
    width: 5px;
    height: 12px;
  }
}
.top-open__list li.ecs-event .tribe-event-date-start,
.top-open__list li.ecs-event .tribe-event-time {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #1B143F;
  letter-spacing: 2.16px;
}
@media screen and (width <= 900px) {
  .top-open__list li.ecs-event .tribe-event-date-start,
  .top-open__list li.ecs-event .tribe-event-time {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.top-open__list li.ecs-event:hover {
  opacity: 0.7;
}
.top-open__cal {
  max-width: 480px;
  padding: 40px 24px 35px;
  margin: 60px auto 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (width <= 900px) {
  .top-open__cal {
    max-width: 320px;
    padding: 20px 10px 15px;
    margin-top: 16px;
  }
}
.top-open__cal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-open__cal .spiffy-minical-block {
  width: auto;
}
.top-open__cal .spiffy .calendar-heading {
  background: #FFF;
  border: none;
}
.top-open__cal .spiffy .calendar-heading-tbl {
  margin-bottom: 10px !important;
  font-size: 16px;
}
.top-open__cal .spiffy .calendar-heading-tbl tr {
  vertical-align: middle;
}
.top-open__cal .spiffy .calendar-date-switcher {
  height: auto;
  background: #fff;
  border: none;
}
.top-open__cal .spiffy .calendar-next,
.top-open__cal .spiffy .calendar-prev {
  width: 50px;
}
@media screen and (width <= 900px) {
  .top-open__cal .spiffy .calendar-next,
  .top-open__cal .spiffy .calendar-prev {
    width: 40px;
  }
}
.top-open__cal .spiffy .calendar-next a,
.top-open__cal .spiffy .calendar-prev a {
  font-size: 20px;
  font-weight: 300;
  color: #000;
}
.top-open__cal .spiffy .calendar-month {
  width: auto;
  font-size: 19px;
  font-weight: 300;
  color: #000;
}
@media screen and (width <= 900px) {
  .top-open__cal .spiffy .calendar-month {
    font-size: 14px;
  }
}
.top-open__cal .spiffy .normal-day-heading,
.top-open__cal .spiffy .weekend-heading {
  width: 14.2857142857%;
  padding: 5px !important;
  font: bold 14px/24px "DIN Condensed", sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background: none;
  border: none;
}
@media screen and (width <= 900px) {
  .top-open__cal .spiffy .normal-day-heading,
  .top-open__cal .spiffy .weekend-heading {
    padding: 4px !important;
    font-size: 13px;
    line-height: 20px;
  }
}
.top-open__cal .spiffy .day-without-date,
.top-open__cal .spiffy .day-with-date,
.top-open__cal .spiffy .current-day {
  width: 14.2857142857%;
  padding: 5px !important;
  font: bold 14px/24px Roboto, sans-serif;
  text-align: center;
  background: none;
  border: none;
}
@media screen and (width <= 900px) {
  .top-open__cal .spiffy .day-without-date,
  .top-open__cal .spiffy .day-with-date,
  .top-open__cal .spiffy .current-day {
    position: relative;
    padding: 4px !important;
    font-size: 13px;
    line-height: 20px;
  }
}
.top-open__cal .spiffy .day-number {
  display: inline-block;
  width: 24px;
  font-family: Roboto, sans-serif;
}
@media screen and (width <= 900px) {
  .top-open__cal .spiffy .day-number {
    width: 20px;
  }
}
.top-open__cal .spiffy span.weekend {
  color: #000;
}
.top-open__cal .spiffy .calnk {
  display: block;
  padding-bottom: 0;
}
.top-open__cal .spiffy .mini-link {
  position: relative;
  width: 24px;
  font-family: Roboto, sans-serif;
  color: #fff;
  background-color: #EF856D !important;
  border-radius: 50%;
}
@media screen and (width <= 900px) {
  .top-open__cal .spiffy .mini-link {
    width: 20px;
  }
}
.top-open__cal .spiffy.minical .calnk-link span.spiffy-popup {
  top: 25px;
  padding: 2px;
  margin-left: -5px;
  background: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.top-open__cal .spiffy.minical .calnk-link span.spiffy-popup::before, .top-open__cal .spiffy.minical .calnk-link span.spiffy-popup::after {
  content: none;
}
.top-open__cal .spiffy.minical .calnk-link span.spiffy-popup > strong, .top-open__cal .spiffy.minical .calnk-link span.spiffy-popup > a {
  display: block;
  padding: 5px;
  border-radius: 4px;
  -webkit-transition: 0s;
  transition: 0s;
}
.top-open__cal .spiffy.minical .calnk-link span.spiffy-popup > a:hover {
  color: #fff;
  background: #EF856D;
}
.top-open__cal .spiffy.minical tr td:nth-of-type(-n+3) span.spiffy-popup {
  left: 0;
}
.top-open__cal .spiffy.minical tr td:nth-of-type(4) span.spiffy-popup {
  left: -40px;
}
.top-open__cal .spiffy.minical tr td:nth-last-of-type(-n+3) span.spiffy-popup {
  right: 0;
}

.top-admission {
  padding-top: 40px;
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .top-admission {
    padding-top: 15px;
  }
}
.top-admission__wrap {
  padding-bottom: 65px;
  background-image: url("../img/top/t-admission-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (width <= 900px) {
  .top-admission__wrap {
    padding-bottom: 40px;
  }
}
.top-admission__title, .top-admission__title2 {
  font-family: "DIN Condensed", sans-serif;
  font-size: 50px;
  color: #FFF;
  text-align: center;
  text-indent: 6px;
  letter-spacing: 6px;
}
@media screen and (width <= 900px) {
  .top-admission__title, .top-admission__title2 {
    font-size: 30px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
.top-admission__title {
  padding-top: 60px;
}
@media screen and (width <= 900px) {
  .top-admission__title {
    padding-top: 40px;
  }
}
.top-admission__title2 {
  padding-top: 58px;
}
@media screen and (width <= 900px) {
  .top-admission__title2 {
    padding-top: 50px;
  }
}
.top-admission__ul, .top-admission__ul2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 980px;
  padding: 53px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .top-admission__ul, .top-admission__ul2 {
    display: block;
    padding-top: 25px;
  }
}
.top-admission__ul li, .top-admission__ul2 li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
}
.top-admission__ul2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-admission__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  height: 90px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 600;
  color: #1B143F;
  letter-spacing: 0.5px;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .top-admission__link {
    margin: 10px auto 0;
  }
}
.top-admission__soon {
  padding: 3px 9px 2px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 13px;
  line-height: 14px;
  color: #1F1715;
  letter-spacing: 1px;
  background: #FFED00;
  border-radius: 9px;
}
.top-admission__arrow {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 20px;
  width: 6px;
  height: 15px;
}

.news-main {
  padding: 60px 0 0;
}
@media screen and (width <= 900px) {
  .news-main {
    padding: 60px 0 0;
  }
}
.news-main::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 150px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .news-main::after {
    height: 10px;
    margin-top: 80px;
  }
}
.news-main__tabs-out {
  border-bottom: 1px solid #1B143F;
}
.news-main__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 980px;
  padding: 35px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .news-main__tabs {
    gap: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 25px 0;
  }
}
.news-main__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 450px;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-indent: 2px;
  letter-spacing: 2px;
  background: rgba(27, 20, 63, 0.3);
  border-radius: 10px 10px 0 0;
}
@media screen and (width <= 900px) {
  .news-main__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    height: 40px;
    font-size: 16px;
  }
}
.news-main__tab a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.news-main__tab.on {
  background: #1B143F;
}
.news-main__ul {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  padding: 45px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .news-main__ul {
    padding: 25px 10px 0;
  }
}
.news-main__ul.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 900px) {
  .news-main__ul_1 {
    max-width: 480px;
  }
}
.news-main__li {
  padding: 0 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  color: #1B143F;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  border-left: 1px solid #1B143F;
  -webkit-transition: color 0s ease;
  transition: color 0s ease;
}
@media screen and (width <= 900px) {
  .news-main__li {
    padding: 0 20px;
    font-size: 14px;
  }
}
.news-main__li a {
  color: #1B143F;
}
.news-main__li.on {
  color: #FEC32C;
}
.news-main__li:nth-of-type(1) {
  border-left: none;
}
.news-main__li_1 {
  width: 330px;
  padding: 0 20px;
}
@media screen and (width <= 900px) {
  .news-main__li_1 {
    width: 230px;
  }
}
@media screen and (max-width: 520px) {
  .news-main__li_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 165px;
    padding: 0 8px;
  }
}
.news-main__li_1:nth-of-type(2n-1) {
  border: none;
}
.news-main__li_1 br {
  display: none;
}
@media screen and (max-width: 520px) {
  .news-main__li_1 br {
    display: block;
  }
}
.news-main__search {
  margin: 40px auto 0;
}
@media screen and (width <= 900px) {
  .news-main__search {
    padding: 0 27.5px;
    margin-top: 22px;
  }
}
.news-main__cards {
  max-width: 790px;
  padding: 58px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .news-main__cards {
    padding: 5px 27.5px 0;
  }
}

.pfo::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 104px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .pfo::after {
    height: 10px;
    margin-top: 86px;
  }
}
.pfo__title-out {
  padding: 16.25px 0;
  margin-top: 90px;
  margin-bottom: 20px;
  border-top: 1px solid #1B143F;
  border-bottom: 1px solid #1B143F;
}
@media screen and (width <= 900px) {
  .pfo__title-out {
    padding: 14px 0;
  }
}
.pfo__title {
  max-width: 995px;
  padding: 0 27.5px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .pfo__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.pfo__text {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .pfo__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}
.pfo__wrap {
  max-width: 845px;
  padding: 0 27.5px;
  margin: 0 auto;
}
@media screen and (max-width: 845px) {
  .pfo__wrap {
    max-width: 575px;
  }
}
@media screen and (max-width: 575px) {
  .pfo__wrap {
    max-width: 375px;
  }
}
.pfo__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.pfo__bn1, .pfo__bn2 {
  position: relative;
  display: block;
  max-width: 995px;
  padding: 25px;
  margin: 50px auto;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .pfo__bn1, .pfo__bn2 {
    font-size: 18px;
  }
}
.pfo__bn1 {
  background: rgb(255, 0, 228);
  background: -webkit-linear-gradient(29deg, rgb(255, 0, 228) 0%, rgb(8, 21, 129) 50%, rgb(0, 212, 255) 100%);
  background: linear-gradient(61deg, rgb(255, 0, 228) 0%, rgb(8, 21, 129) 50%, rgb(0, 212, 255) 100%);
}
.pfo__bn2 {
  background: #555;
}
.pfo .fa-picture-o {
  display: block;
  margin-bottom: 8px;
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  .pfo .fa-picture-o {
    font-size: 30px;
  }
}
.pfo .fa-external-link-square {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}

.subject-news {
  padding: 65px 0;
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .subject-news {
    padding: 70px 0 60px;
  }
}
.subject-news__title {
  font-family: "DIN Condensed", sans-serif;
  font-size: 43px;
  color: #FFF;
  text-align: center;
  text-indent: 6px;
  letter-spacing: 6px;
}
@media screen and (width <= 900px) {
  .subject-news__title {
    font-size: 30px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
.subject-news__subtitle {
  padding-top: 8px;
  font-size: 21px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  text-indent: 1.68px;
  letter-spacing: 1.68px;
}
@media screen and (width <= 900px) {
  .subject-news__subtitle {
    padding-top: 5px;
    font-size: 13px;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}
.subject-news__cards {
  display: block;
  max-width: 790px;
  padding: 25px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .subject-news__cards {
    padding: 5px 27.5px 0;
  }
}
.subject-news__read {
  display: block;
  width: 80px;
  margin: 52px auto 0;
}
@media screen and (width <= 900px) {
  .subject-news__read {
    margin-top: 35px;
  }
}
.subject-news__read p {
  margin-bottom: 7px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 17px;
  color: #FFF;
  text-align: center;
  letter-spacing: 2.04px;
  border-bottom: 1px solid #fff;
}
.subject-news__read svg {
  display: block;
  width: 10px;
  margin: 0 auto;
  fill: #fff;
  stroke-width: 0;
}

.subject-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 454px;
  border: 1px solid #E0E0E0;
}
@media screen and (width <= 900px) {
  .subject-box {
    max-width: 320px;
  }
}
.subject-box__left {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 202px;
      -ms-flex: 0 1 202px;
          flex: 0 1 202px;
}
@media screen and (width <= 900px) {
  .subject-box__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 143px;
        -ms-flex: 0 1 143px;
            flex: 0 1 143px;
  }
}
.subject-box__left img {
  display: block;
}
.subject-box__col {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 252px;
      -ms-flex: 0 1 252px;
          flex: 0 1 252px;
  padding: 15px;
}
@media screen and (width <= 900px) {
  .subject-box__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 177px;
        -ms-flex: 0 1 177px;
            flex: 0 1 177px;
    padding: 10px;
  }
}
.subject-box__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #1A1536;
  text-align: center;
}
@media screen and (width <= 900px) {
  .subject-box__title {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.subject-box__title::after {
  display: block;
  width: 60px;
  height: 3px;
  margin: 8px auto 0;
  content: "";
  background: #1A1536;
}
@media screen and (width <= 900px) {
  .subject-box__title::after {
    width: 42px;
    height: 2px;
    margin-top: 5px;
  }
}
.subject-box__add {
  width: 170px;
  height: 25px;
  margin: 0 auto 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #1A1536;
  text-align: center;
  background: #FACB3A;
  border-radius: 12.5px;
}
@media screen and (width <= 900px) {
  .subject-box__add {
    width: 120px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 9px;
  }
}
.subject-box__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 221px;
  height: 28px;
  margin: 0 auto 7px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
}
@media screen and (width <= 900px) {
  .subject-box__link {
    gap: 5px;
    width: 156px;
    height: 20px;
    font-size: 11px;
    border-radius: 3px;
  }
}
.subject-box__link:nth-of-type(4) {
  margin-bottom: 0;
}
.subject-box__link_game {
  background: #DC878B;
}
.subject-box__link_cg {
  background: #6DB8B8;
}
.subject-box__link_manga {
  background: #72B174;
}
.subject-box__link_design {
  background: #2774B6;
}
.subject-box__link_ms {
  background: #7B8BBF;
}
.subject-box__link span {
  display: block;
  margin-top: 1px;
}
.subject-box__link svg {
  width: 6px;
  fill: #fff;
  stroke-width: 0;
}
@media screen and (width <= 900px) {
  .subject-box__link svg {
    width: 4px;
  }
}
.subject-box__more {
  position: absolute;
  inset: auto 0 15px;
  width: 90px;
  padding: 0 0 6px;
  margin: 0 auto;
  font-family: "DIN Condensed", sans-serif;
  font-size: 17px;
  color: #1A1536;
  letter-spacing: 2px;
  border-bottom: 1px solid #1A1536;
}
@media screen and (width <= 900px) {
  .subject-box__more {
    inset: auto 0 8px;
    width: 63px;
    padding-bottom: 4px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.subject-box__more span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.subject-box__more svg {
  width: 6px;
  fill: #1A1536;
  stroke-width: 0;
}
@media screen and (width <= 900px) {
  .subject-box__more svg {
    width: 4px;
  }
}

.subject__wrap {
  padding: 0 27.5px;
}
.subject__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 940px;
  height: 40px;
  margin: 60px auto 0;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  background: #1B1538;
}
@media screen and (width <= 900px) {
  .subject__title {
    font-size: 16px;
  }
}
.subject__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  margin: 40px auto 70px;
}
@media screen and (width <= 900px) {
  .subject__box {
    gap: 10px;
    margin: 20px auto 40px;
  }
}
.subject__box_last {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 994px) {
  .subject__box_last {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (width <= 900px) {
  .subject__box_last {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 650px;
    margin: 20px auto 50px;
  }
}
@media screen and (max-width: 704px) {
  .subject__box_last {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.event {
  padding: 60px 37.5px 0;
}
.event picture {
  display: block;
}
.event__link0, .event__link1, .event__link2 {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .event__link0, .event__link1, .event__link2 {
    margin-bottom: 12px;
  }
}
.event__btn-out {
  margin-top: 40px;
}
.event__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  height: 59px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-indent: 2px;
  letter-spacing: 2px;
  background: #1B1538;
  border-radius: 11px;
}
@media screen and (max-width: 700px) {
  .event__btn {
    width: 240px;
    height: 46px;
    font-size: 14px;
    text-indent: 1.68px;
    letter-spacing: 1.68px;
    border-radius: 8px;
  }
}
.event__btn span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .event__btn span {
    right: 14px;
  }
}
.event__btn svg {
  width: 6px;
  fill: #fff;
  stroke-width: 0;
}
@media screen and (max-width: 700px) {
  .event__btn svg {
    width: 5px;
  }
}
.event__btn2-out {
  margin-top: 40px;
}
.event__btn2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  height: 59px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #1B1538;
  text-indent: 2px;
  letter-spacing: 2px;
  background: #FFF;
  border-radius: 11px;
}
@media screen and (max-width: 700px) {
  .event__btn2 {
    width: 240px;
    height: 46px;
    font-size: 14px;
    text-indent: 1.68px;
    letter-spacing: 1.68px;
    border-radius: 8px;
  }
}
.event__btn2 span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .event__btn2 span {
    right: 14px;
  }
}
.event__btn2 svg {
  width: 6px;
  fill: #1B1538;
  stroke-width: 0;
}
@media screen and (max-width: 700px) {
  .event__btn2 svg {
    width: 5px;
  }
}

.event-news {
  padding: 100px 0 0;
}
@media screen and (width <= 900px) {
  .event-news {
    padding: 80px 0 0;
  }
}
.event-news::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 104px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .event-news::after {
    height: 10px;
    margin-top: 80px;
  }
}
.event-news__title {
  font-family: "DIN Condensed", sans-serif;
  font-size: 26px;
  color: #1D1342;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}
@media screen and (width <= 900px) {
  .event-news__title {
    font-size: 30px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
.event-news__subtitle {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #1D1342;
  text-align: center;
  text-indent: 1.68px;
  letter-spacing: 1.68px;
}
@media screen and (width <= 900px) {
  .event-news__subtitle {
    padding-top: 5px;
    font-size: 13px;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}
.event-news__cards {
  display: block;
  max-width: 790px;
  padding: 20px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .event-news__cards {
    padding: 5px 27.5px 0;
  }
}
.event-news__read {
  display: block;
  width: 80px;
  margin: 50px auto 0;
}
@media screen and (width <= 900px) {
  .event-news__read {
    margin-top: 35px;
  }
}
.event-news__read p {
  margin-bottom: 7px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 17px;
  color: #1B143F;
  text-align: center;
  letter-spacing: 2.04px;
  border-bottom: 1px solid #1B143F;
}
.event-news__read svg {
  display: block;
  width: 10px;
  margin: 0 auto;
  fill: #1B143F;
  stroke-width: 0;
}

.event-cal::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 100px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .event-cal::after {
    height: 10px;
    margin-top: 80px;
  }
}
.event-cal__wrap {
  padding: 60px 20px 0;
}
.event-cal #tribe-events-pg-template {
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.event-cal #tribe-events-pg-template #tribe-events-bar {
  max-width: 955px;
  padding: 0 7.5px;
  margin: 0 auto;
}
.event-cal #tribe-events-pg-template #tribe-bar-form .tribe-bar-filters {
  float: none;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template #tribe-bar-form .tribe-bar-filters {
    float: left;
  }
}
.event-cal #tribe-events-pg-template #tribe-bar-form .tribe-bar-filters-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template #tribe-bar-form .tribe-bar-filters-inner {
    display: block;
    float: left;
    width: 100%;
  }
}
.event-cal #tribe-events-pg-template .tribe-bar-date-filter {
  float: none;
  width: 225px;
  padding: 15px 10px 15px 15px;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template .tribe-bar-date-filter {
    float: left;
    padding: 15px;
  }
}
@media screen and (max-width: 610px) {
  .event-cal #tribe-events-pg-template .tribe-bar-date-filter {
    width: 100%;
  }
}
.event-cal #tribe-events-pg-template .tribe-bar-search-filter {
  float: none;
  width: 355px;
  padding: 15px 15px 15px 10px;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template .tribe-bar-search-filter {
    float: left;
    padding: 15px;
  }
}
@media screen and (max-width: 610px) {
  .event-cal #tribe-events-pg-template .tribe-bar-search-filter {
    width: 100%;
  }
}
.event-cal #tribe-events-pg-template .label-tribe-bar-date,
.event-cal #tribe-events-pg-template .label-tribe-bar-search {
  font-size: 13px;
  color: #000;
}
.event-cal #tribe-events-pg-template #tribe-bar-dates input[type=text],
.event-cal #tribe-events-pg-template #tribe-bar-form input[type=text] {
  font-size: 16px;
  font-style: normal;
}
.event-cal #tribe-events-pg-template #tribe-bar-dates input[type=text]::-webkit-input-placeholder, .event-cal #tribe-events-pg-template #tribe-bar-form input[type=text]::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #8D8D8D;
}
.event-cal #tribe-events-pg-template #tribe-bar-dates input[type=text]::-moz-placeholder, .event-cal #tribe-events-pg-template #tribe-bar-form input[type=text]::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #8D8D8D;
}
.event-cal #tribe-events-pg-template #tribe-bar-dates input[type=text]:-ms-input-placeholder, .event-cal #tribe-events-pg-template #tribe-bar-form input[type=text]:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #8D8D8D;
}
.event-cal #tribe-events-pg-template #tribe-bar-dates input[type=text]::-ms-input-placeholder, .event-cal #tribe-events-pg-template #tribe-bar-form input[type=text]::-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  color: #8D8D8D;
}
.event-cal #tribe-events-pg-template #tribe-bar-dates input[type=text]::placeholder,
.event-cal #tribe-events-pg-template #tribe-bar-form input[type=text]::placeholder {
  font-style: normal;
  font-weight: 300;
  color: #8D8D8D;
}
.event-cal #tribe-events-pg-template .tribe-bar-submit {
  position: relative;
  width: 280px;
  margin-left: 70px;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template .tribe-bar-submit {
    width: 100%;
    padding: 20px 40px 35px;
    margin-left: 0;
  }
}
.event-cal #tribe-events-pg-template .tribe-bar-submit input {
  margin: 0;
}
.event-cal #tribe-events-pg-template .tribe-bar-submit::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 6px;
  height: 14px;
  content: "";
  background-image: url("../img/card-news-arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template .tribe-bar-submit::after {
    top: calc(50% - 8px);
    right: 60px;
  }
}
.event-cal #tribe-events-pg-template #tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: #1B1538;
  border-radius: 11px;
}
.event-cal #tribe-events-pg-template h2.tribe-events-page-title {
  margin: 70px 0 25px;
  font-size: 25px;
  font-weight: 600;
  color: #1B1538;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template h2.tribe-events-page-title {
    margin: 63px 0 22px;
    font-size: 16px;
  }
}
.event-cal #tribe-events-pg-template #tribe-events-header {
  display: none;
}
.event-cal #tribe-events-pg-template #tribe-events-content {
  margin: 0;
}
.event-cal #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar {
    margin-bottom: 13px;
  }
}
.event-cal #tribe-events-pg-template .tribe-events-calendar thead th {
  padding: 8.5px 0;
  font-size: 13px;
  color: #FFF;
  background: #004B9D;
}
@media screen and (width <= 900px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar thead th {
    padding: 3.5px 0;
  }
}
.event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  color: #8D8D8D;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
    color: #000;
    background: none;
  }
}
.event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  color: #fff;
  background: #006B92;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: none;
  }
}
.event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-present.mobile-active {
  background: #006B90;
}
.event-cal #tribe-events-pg-template .tribe-events-calendar div[id*=tribe-events-daynum-],
.event-cal #tribe-events-pg-template .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  padding: 3.5px 9px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: #5b5b5b;
  background: #96D2E7;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar div[id*=tribe-events-daynum-],
  .event-cal #tribe-events-pg-template .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    padding: 0;
    margin: 9px 0 0;
    font-size: 15px;
    background: none;
  }
}
.event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
  color: #8d8d8d;
  background-color: #D7D7D7;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
  .event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
    background: none;
  }
}
.event-cal #tribe-events-pg-template .tribe-events-calendar td.tribe-events-othermonth {
  background: #F7F7F7;
}
.event-cal #tribe-events-pg-template #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  padding: 9px 10px;
  margin: 0;
  overflow: hidden;
  font-family: myfont, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
}
.event-cal #tribe-events-pg-template #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  color: #004B9D;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar td.mobile-active {
    color: #fff;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template #tribe-events-content .tribe-events-calendar td {
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template .tribe-events-calendar .tribe-events-has-events::after {
    width: 10px;
    height: 10px;
    background-color: #000;
  }
}
.event-cal #tribe-events-pg-template #tribe-events-footer {
  margin: 0;
}
.event-cal #tribe-events-pg-template ul.tribe-events-sub-nav a {
  font-size: 15px;
  font-weight: 300;
  color: #004b9d;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template ul.tribe-events-sub-nav a {
    padding: 7.5px 10px;
    line-height: 1;
    color: #fff;
    background: #598ABF;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: calc(50% - 5px);
  }
}
.event-cal #tribe-events-pg-template a.tribe-events-gcal,
.event-cal #tribe-events-pg-template a.tribe-events-ical {
  width: 140px;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #FFF;
  background: #1B1538;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .event-cal #tribe-events-pg-template a.tribe-events-gcal,
  .event-cal #tribe-events-pg-template a.tribe-events-ical {
    margin: 25px auto 0;
  }
}

.open-head {
  position: relative;
}
@media screen and (max-width: 800px) {
  .open-head {
    padding-top: 5px;
  }
}
.open-head__mv {
  position: relative;
  z-index: 1;
}
.open-head__mv picture {
  display: block;
}
.open-head__mv img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 800px) {
  .open-head__mv img {
    height: 180px;
  }
}
.open-head__text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.open-head__text picture {
  display: block;
}
.open-head__text img {
  display: block;
  max-width: 444px;
  margin: 32px auto 0;
}
@media screen and (max-width: 800px) {
  .open-head__text img {
    width: 296px;
    margin-top: 30px;
  }
}

.open-news {
  padding: 53px 0 80px;
}
@media screen and (width <= 900px) {
  .open-news {
    padding: 38px 0 30px;
  }
}
.open-news__title {
  font-family: "DIN Condensed", sans-serif;
  font-size: 26px;
  color: #1D1342;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}
@media screen and (width <= 900px) {
  .open-news__title {
    font-size: 30px;
    text-indent: 3px;
    letter-spacing: 3px;
  }
}
.open-news__subtitle {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #1D1342;
  text-align: center;
  text-indent: 1.68px;
  letter-spacing: 1.68px;
}
@media screen and (width <= 900px) {
  .open-news__subtitle {
    padding-top: 5px;
    font-size: 13px;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}
.open-news__cards {
  display: block;
  max-width: 790px;
  padding: 20px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .open-news__cards {
    padding: 0 27.5px;
  }
}

.open-1 {
  max-width: 1045px;
  padding: 0 27.5px;
  margin: 0 auto;
}
.open-1__wrap {
  padding: 35px 25px;
  background: #1B1538;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .open-1__wrap {
    padding: 23px 20px 30px;
  }
}
.open-1__title {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
.open-1__title.add {
  margin-top: 20px;
}
@media screen and (width <= 900px) {
  .open-1__title {
    font-size: 12px;
    text-indent: 1px;
    letter-spacing: 1.44px;
  }
  .open-1__title.add {
    margin-top: 10px;
  }
}
.open-1__list {
  margin-top: 20px;
}
@media screen and (width <= 900px) {
  .open-1__list {
    margin-top: 10px;
  }
}
.open-1__list .ecs-event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (width <= 900px) {
  .open-1__list .ecs-event-list {
    display: block;
  }
}
.open-1__list li.ecs-event {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 22px;
  cursor: pointer;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .open-1__list li.ecs-event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    height: 32px;
    margin-top: 8px;
    border-radius: 9px;
  }
}
.open-1__list li.ecs-event h4 {
  display: none;
}
.open-1__list li.ecs-event .duration.time::after {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 20px;
  display: block;
  width: 6px;
  height: 15px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ljk5IDE0Ljg4Ij48cGF0aCBkPSJNMCAwaDIuMDVsMy45NCA3LjQ0LTMuOTQgNy40NEgwbDMuOTEtNy40NEwwIDBaIiBzdHlsZT0iZmlsbDojMUIxNDNGO3N0cm9rZS13aWR0aDowIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .open-1__list li.ecs-event .duration.time::after {
    top: calc(50% - 6px);
    width: 5px;
    height: 12px;
  }
}
.open-1__list li.ecs-event .tribe-event-date-start,
.open-1__list li.ecs-event .tribe-event-time {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: #1B143F;
  letter-spacing: 2.16px;
}
@media screen and (width <= 900px) {
  .open-1__list li.ecs-event .tribe-event-date-start,
  .open-1__list li.ecs-event .tribe-event-time {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.open-1__list li.ecs-event:hover {
  opacity: 0.7;
}
.open-1__link {
  position: relative;
  display: block;
  width: 404px;
  padding: 15px 20px 11px;
  margin: 30px auto 0;
  color: #FFF;
  background-color: #f7af00;
  border: 3px solid #f7af00;
  border-radius: 15px;
}
@media screen and (width <= 900px) {
  .open-1__link {
    width: 240px;
    padding: 16px 14px;
    border-radius: 8px;
  }
}
.open-1__link:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
.open-1__link:hover .open-1__svg svg {
  fill: #000;
}
.open-1__link-text0 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .open-1__link-text0 {
    font-size: 14px;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}
.open-1__link-text1 {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 100;
  text-align: center;
  text-indent: 1.8px;
  letter-spacing: 1.8px;
}
@media screen and (width <= 900px) {
  .open-1__link-text1 {
    padding-top: 5px;
    font-size: 13px;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}
.open-1__svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .open-1__svg {
    right: 14px;
    width: 5px;
  }
}
.open-1__svg svg {
  fill: #fff;
  stroke-width: 0;
}

.open-2 {
  padding: 60px 27.5px 0;
}
@media screen and (width <= 900px) {
  .open-2 {
    padding: 50px 27.5px 0;
  }
}
.open-2__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 98px;
  max-width: 595px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .open-2__flex {
    display: block;
  }
}
.open-2__col {
  width: 270px;
  text-align: center;
}
.open-2__col:nth-of-type(2) {
  width: 227px;
}
@media screen and (max-width: 800px) {
  .open-2__col:nth-of-type(2) {
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 800px) {
  .open-2__col {
    margin: 0 auto;
  }
}
.open-2__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  color: #FFF;
  text-indent: 1px;
  letter-spacing: 1px;
  background: #1B1538;
}
.open-2__text {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
}
.open-2__boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  max-width: 940px;
  margin: 45px auto 0;
}
@media screen and (max-width: 995px) {
  .open-2__boxs {
    max-width: 805px;
  }
}
@media screen and (max-width: 860px) {
  .open-2__boxs {
    max-width: 670px;
  }
}
@media screen and (max-width: 725px) {
  .open-2__boxs {
    max-width: 535px;
  }
}
@media screen and (max-width: 590px) {
  .open-2__boxs {
    gap: 4px;
    max-width: 320px;
    margin-top: 19px;
  }
}
.open-2__box {
  width: 130px;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  background: #605B74;
}
@media screen and (max-width: 590px) {
  .open-2__box {
    width: 104px;
    font-size: 12px;
    line-height: 28px;
  }
}
.open-2__box:nth-of-type(2n) {
  background: #322C4C;
}

.open-point {
  padding: 53px 27.5px 0;
}
@media screen and (width <= 900px) {
  .open-point {
    padding-top: 80px;
  }
}
.open-point__subtitle {
  font-family: "DIN Condensed", sans-serif;
  font-size: 20px;
  color: #1B1538;
  text-align: center;
  text-indent: 2.2px;
  letter-spacing: 2.2px;
}
@media screen and (width <= 900px) {
  .open-point__subtitle {
    font-size: 18px;
    text-indent: 2px;
    letter-spacing: 2px;
  }
}
.open-point__title {
  padding-top: 14px;
  font-size: 28px;
  font-weight: 600;
  color: #1B1538;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}
@media screen and (width <= 900px) {
  .open-point__title {
    padding-top: 11px;
    font-size: 21px;
    text-indent: 2px;
    letter-spacing: 2px;
  }
}
.open-point__wrap {
  max-width: 650px;
  margin: 13px auto 0;
}
@media screen and (width <= 900px) {
  .open-point__wrap {
    padding: 0 45px;
    margin-top: 9px;
  }
}
.open-point__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
@media screen and (width <= 900px) {
  .open-point__flex {
    display: block;
    padding-top: 23px;
  }
}
.open-point__left {
  width: 70px;
  padding-top: 5px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 23px;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  background: #1B1538;
}
@media screen and (width <= 900px) {
  .open-point__left {
    margin: 0 auto;
  }
}
.open-point__right {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
@media screen and (width <= 900px) {
  .open-point__right {
    padding-top: 8px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
}
.open-point__under {
  padding: 0 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #FFC21B));
  background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #FFC21B 50%);
  background: linear-gradient(180deg, #fff 0, #fff 50%, #FFC21B 50%);
}
.open-point__text {
  padding-top: 35px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .open-point__text {
    font-size: 13px;
    line-height: 24px;
  }
}
.open-point__link {
  position: relative;
  display: block;
  width: 300px;
  margin: 22px auto 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  background: #1B1538;
  border-radius: 11px;
}
@media screen and (width <= 900px) {
  .open-point__link {
    width: 240px;
    margin-top: 34px;
    font-size: 14px;
    /* coming soon 追加 line-height: 46px; */
    line-height: 53px;
    text-indent: 0;
    letter-spacing: 0;
    border-radius: 8px;
  }
}
.open-point__link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  fill: #fff;
  stroke-width: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .open-point__link svg {
    right: 14px;
    width: 5px;
  }
}
.open-point__link .open-sel__soon {
  top: 4px;
  width: 120px;
  padding: 1px 0 0;
  font-size: 13px;
  line-height: 15px;
  border-radius: 8px;
}
@media screen and (width <= 900px) {
  .open-point__link .open-sel__soon {
    top: 2px;
    width: 100px;
    padding: 1px 0 0;
    font-size: 12px;
    line-height: 13px;
    border-radius: 7px;
  }
}

.open-flow {
  padding-top: 70px;
}
.open-flow__wrap {
  position: relative;
  padding-top: 25px;
}
.open-flow__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 470px;
  padding: 13px 0;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: #1B1538;
  text-align: center;
  background: #fff;
  border: 1px solid #1b1538;
  border-radius: 25px;
}
@media screen and (width <= 900px) {
  .open-flow__title {
    max-width: 300px;
    font-size: 17px;
    line-height: 20px;
  }
}
.open-flow__title::before {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  z-index: 3;
  width: 16px;
  height: 13px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #1b1538;
}
.open-flow__title::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  z-index: 4;
  width: 14px;
  height: 12px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #FFF;
}
.open-flow__main {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 80px 27.5px 40px;
  margin: 0 auto;
  background: #1B1538;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .open-flow__main {
    max-width: none;
    padding: 60px 25px 45px;
    border-radius: 0;
  }
}
.open-flow__subtitle {
  padding: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (width <= 900px) {
  .open-flow__subtitle {
    padding-bottom: 23px;
    font-size: 14px;
  }
}
.open-flow__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 515px;
  margin: 30px auto 0;
}
@media screen and (width <= 900px) {
  .open-flow__flex {
    gap: 12px;
  }
}
.open-flow__flex img {
  display: block;
  width: 195px;
}
@media screen and (width <= 900px) {
  .open-flow__flex img {
    width: 118px;
  }
}
.open-flow__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.open-flow__ss {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #FFF;
  letter-spacing: 1px;
}
@media screen and (width <= 900px) {
  .open-flow__ss {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
  }
}
.open-flow__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  color: #FFF;
  letter-spacing: -0.3px;
}
@media screen and (width <= 900px) {
  .open-flow__text {
    padding-top: 6px;
    font-size: 12px;
    line-height: 20px;
  }
}
.open-flow__add {
  width: 120px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  text-align: center;
  background: #FFC21B;
}
@media screen and (width <= 900px) {
  .open-flow__add {
    width: 113px;
    font-size: 13px;
    line-height: 22px;
  }
}
.open-flow__foot {
  max-width: 515px;
  padding-top: 37px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  color: #FFF;
}
@media screen and (width <= 900px) {
  .open-flow__foot {
    padding-top: 47px;
  }
}
.open-flow ul {
  max-width: 515px;
  padding-left: 1em;
  margin: 0 auto;
  font-size: 11px;
  line-height: 22px;
  color: #FFF;
}
@media screen and (width <= 900px) {
  .open-flow ul {
    padding-top: 4px;
    line-height: 20px;
  }
}
.open-flow ul li {
  list-style: disc;
}

.open-sel {
  padding-top: 70px;
}
.open-sel__wrap {
  position: relative;
  padding-top: 25px;
}
.open-sel__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 470px;
  padding: 13px 0;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  color: #1B1538;
  text-align: center;
  background: #fff;
  border: 1px solid #1b1538;
  border-radius: 25px;
  max-width: 520px;
}
@media screen and (width <= 900px) {
  .open-sel__title {
    max-width: 300px;
    font-size: 17px;
    line-height: 20px;
  }
}
.open-sel__title::before {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  z-index: 3;
  width: 16px;
  height: 13px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #1b1538;
}
.open-sel__title::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  z-index: 4;
  width: 14px;
  height: 12px;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #FFF;
}
.open-sel__main {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 80px 27.5px 44px;
  margin: 0 auto;
  background: #1B1538;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .open-sel__main {
    max-width: none;
    padding: 60px 25px 45px;
    border-radius: 0;
  }
}
.open-sel__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .open-sel__flex {
    gap: 10px 12px;
  }
}
@media screen and (max-width: 536px) {
  .open-sel__flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 320px;
  }
}
.open-sel__box {
  position: relative;
  display: block;
  width: 190px;
  height: 130px;
  overflow: hidden;
}
@media screen and (width <= 900px) {
  .open-sel__box {
    width: 154px;
    height: 105px;
  }
}
.open-sel__box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.open-sel__foot {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  width: 100%;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 600;
  line-height: 29px;
  color: #FFF;
  text-align: center;
}
@media screen and (width <= 900px) {
  .open-sel__foot {
    font-size: 10px;
    line-height: 23px;
  }
}
.open-sel__foot svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  fill: #fff;
  stroke-width: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .open-sel__foot svg {
    right: 8px;
    width: 4px;
  }
}
.open-sel__foot_it {
  background: #E989B5;
}
.open-sel__foot_is {
  background: #FFC21B;
}
.open-sel__foot_manga {
  background: #59B46E;
}
.open-sel__foot_game {
  background: #F0838B;
}
.open-sel__foot_cg {
  background: #4EBCBA;
}
.open-sel__foot_design {
  background: #0076BD;
}
.open-sel__foot_ms {
  background: #788CC4;
}
.open-sel__foot_vo {
  background: #57BBE9;
}
.open-sel__soon {
  position: absolute;
  inset: 38px 0 auto;
  z-index: 2;
  width: 132px;
  padding: 3px 0 0;
  margin: 0 auto;
  font-family: "DIN Condensed", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #1F1715;
  text-align: center;
  letter-spacing: 1.8px;
  background: #FFED00;
  border-radius: 11.5px;
}

.open-book__wrap {
  padding: 100px 25px 0;
}
@media screen and (width <= 900px) {
  .open-book__wrap {
    padding-top: 90px;
  }
}
.open-book__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 940px;
  height: 75px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  color: #1B1538;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
  background: #FFC21B;
}
@media screen and (width <= 900px) {
  .open-book__title {
    font-size: 16px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.open-book__box {
  max-width: 940px;
  padding: 40px 50px;
  margin: 30px auto 0;
  border: 1px solid #757575;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .open-book__box {
    padding: 30px 23px 37px;
  }
}
.open-book__subt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
@media screen and (width <= 900px) {
  .open-book__subt {
    padding-bottom: 0;
  }
}
.open-book__subt img {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.open-book__in .ecs-event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (width <= 900px) {
  .open-book__in .ecs-event-list {
    display: block;
  }
}
.open-book__in .ecs-event {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc((100% - 20px) / 3);
      -ms-flex: 0 1 calc((100% - 20px) / 3);
          flex: 0 1 calc((100% - 20px) / 3);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 5px 100px 5px 12px;
  cursor: pointer;
  background: #EDEDED;
  border: 1px solid #8D8D8D;
  border-radius: 5px;
}
@media screen and (width <= 900px) {
  .open-book__in .ecs-event {
    margin-top: 16px;
  }
}
.open-book__in .ecs-event:hover {
  background: #fff;
}
.open-book__in .ecs-event h4 {
  display: none;
}
.open-book__in .ecs-event .tribe-event-date-start,
.open-book__in .ecs-event .tribe-event-time {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  color: #1B1538;
  letter-spacing: 2px;
}
.open-book__in .ecs-event .duration.time::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 78px;
  height: 20px;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  /* content: "交通費支給"; */
  background: #1B1538;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.open-book__in .ecs-event.short_ecs_category .duration.time::after {
  content: "個別相談";
}
.open-book__in .ecs-event.two-department_ecs_category .duration.time::after {
  content: "特別イベント";
}

.open-support {
  padding: 50px 0 0;
}
@media screen and (width <= 900px) {
  .open-support {
    padding: 55px 0 0;
  }
}
.open-support__title {
  padding: 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #1B1538;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .open-support__title {
    font-size: 18px;
    line-height: 24px;
    color: #1B1538;
  }
}
.open-support__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 740px;
  padding: 28px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .open-support__box {
    display: block;
    padding-top: 16px;
  }
}
@media screen and (width <= 900px) {
  .open-support__box:nth-of-type(2) {
    padding-top: 0;
  }
}
.open-support__pref {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 220px;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #FFF;
  text-indent: 2px;
  letter-spacing: 2px;
  cursor: pointer;
  background: #1B1538;
  border: 1px solid #1B1538;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (width <= 900px) {
  .open-support__pref {
    width: 260px;
    margin: 5px auto 0;
  }
}
.open-support__pref:hover {
  color: #1B1538;
  background: #fff;
}
.open-support__pref:hover::after, .open-support__pref:hover::before {
  background: #1B1538;
}
.open-support__pref::after, .open-support__pref::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  background: #fff;
  -webkit-transition: 1s linear;
  transition: 1s linear;
}
.open-support__pref::after {
  top: 50%;
  right: 13px;
  width: 12px;
  height: 1px;
}
.open-support__pref::before {
  top: 14px;
  right: 19px;
  width: 1px;
  height: 12px;
}
@media screen and (width <= 900px) {
  .open-support__pref.open {
    border-bottom: none;
  }
}
.open-support__pref.open::before {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.open-support__pref.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.open-support__index {
  display: none;
  padding-bottom: 25px;
}
@media screen and (width <= 900px) {
  .open-support__index {
    padding-bottom: 5px;
  }
}
.open-support__table {
  width: 100%;
  margin-top: 10px;
}
@media screen and (width <= 900px) {
  .open-support__table {
    width: 260px;
    margin: 0 auto;
  }
}
.open-support__table th {
  background: #EDEDED;
}
.open-support__table th, .open-support__table td {
  width: 54.5%;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
  text-align: center;
  letter-spacing: 0.65px;
  border: 1px solid #8D8D8D;
}
@media screen and (width <= 900px) {
  .open-support__table th, .open-support__table td {
    width: 53.8%;
  }
}
.open-support__table th:nth-of-type(2), .open-support__table td:nth-of-type(2) {
  width: 45.5%;
}
@media screen and (width <= 900px) {
  .open-support__table th:nth-of-type(2), .open-support__table td:nth-of-type(2) {
    width: 46.1%;
  }
}
.open-support__table td:nth-of-type(2) {
  width: 45.5%;
  font-size: 14px;
}
@media screen and (width <= 900px) {
  .open-support__table td:nth-of-type(2) {
    width: 46.1%;
  }
}
.open-support__foot {
  max-width: 700px;
  margin: 15px auto 0;
  font-size: 11px;
  color: #000;
}
@media screen and (width <= 900px) {
  .open-support__foot {
    max-width: 260px;
    margin-top: 12px;
  }
}

.open-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 800px;
  margin: 35px auto 0;
}
@media screen and (width <= 900px) {
  .open-add {
    display: block;
    margin-top: 40px;
  }
}
.open-add a, .open-add picture {
  display: block;
}
@media screen and (width <= 900px) {
  .open-add a, .open-add picture {
    width: 300px;
    margin: 10px auto 0;
  }
}

.open-state {
  padding: 100px 0 0;
}
@media screen and (width <= 900px) {
  .open-state {
    padding-top: 55px;
  }
}
.open-state__title {
  font-size: 22px;
  font-weight: 600;
  color: #1B1538;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .open-state__title {
    font-size: 18px;
  }
}
.open-state__youtube-out {
  max-width: 655px;
  padding: 0 27.5px;
  margin: 20px auto 0;
}
.open-state__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.open-state__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.open-voice {
  padding: 100px 0 0;
}
@media screen and (width <= 900px) {
  .open-voice {
    padding-top: 55px;
  }
}
.open-voice::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 100px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .open-voice::after {
    height: 10px;
    margin-top: 80px;
  }
}
.open-voice__title {
  font-size: 22px;
  font-weight: 600;
  color: #1B1538;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .open-voice__title {
    font-size: 18px;
  }
}
.open-voice__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  max-width: 855px;
  padding: 0 27.5px;
  margin: 20px auto 0;
}
@media screen and (width <= 900px) {
  .open-voice__flex {
    gap: 10px;
    max-width: 845px;
  }
}
@media screen and (max-width: 844px) {
  .open-voice__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.open-voice__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 390px;
      -ms-flex: 0 1 390px;
          flex: 0 1 390px;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
@media screen and (width <= 900px) {
  .open-voice__box {
    font-size: 13px;
    line-height: 20px;
  }
}
.open-voice__box p {
  padding-top: 15px;
}
.open-voice__box_it {
  background: #FCEDF4;
}
.open-voice__box_is {
  background: #FFF6DD;
}
.open-voice__box_game {
  background: #FDECEE;
}
.open-voice__box_cg {
  background: #E4F5F5;
}
.open-voice__box_manga {
  background: #E4F5F5;
}
.open-voice__box_design {
  background: #D9EAF5;
}
.open-voice__box_ms {
  background: #EBEEF6;
}
.open-voice__box_vo {
  background: #E6F5FC;
}
.open-voice__subt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 258px;
  height: 30px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  border-radius: 15px;
}
.open-voice__subt_it {
  background: #E989B5;
}
.open-voice__subt_is {
  background: #FFC21B;
}
.open-voice__subt_game {
  background: #F0838B;
}
.open-voice__subt_cg {
  background: #4EBCBA;
}
.open-voice__subt_manga {
  background: #59B46E;
}
.open-voice__subt_design {
  background: #0076BD;
}
.open-voice__subt_ms {
  background: #788CC4;
}
.open-voice__subt_vo {
  background: #57BBE9;
}

.open-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  max-width: 855px;
  padding: 0 27.5px;
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  .open-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.open-foot__link {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 263px;
      -ms-flex: 0 1 263px;
          flex: 0 1 263px;
  height: 150px;
  padding: 51px 20px 20px;
  background: #1B1538;
}
@media screen and (max-width: 800px) {
  .open-foot__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 263px;
    height: 130px;
    padding: 40px 20px 12px;
    margin: 0 auto;
  }
}
.open-foot__eg {
  font-family: "DIN Condensed", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  text-indent: 1.8px;
  letter-spacing: 1.8px;
}
.open-foot__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6px;
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .open-foot__text {
    font-size: 20px;
  }
}
.open-foot__text svg {
  width: 6px;
}
.open-foot__soon {
  width: 133px;
  padding-top: 3px;
  margin: 7px auto 0;
  font-family: "DIN Condensed", sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #1F1715;
  text-align: center;
  letter-spacing: 1.8px;
  background: #FFED00;
  border-radius: 12px;
}

.access::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 150px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .access::after {
    height: 10px;
    margin-top: 85px;
  }
}
.access__wrap {
  padding: 0 20px;
}
.access__head {
  margin: 57px auto 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
  text-align: center;
}
@media screen and (width <= 900px) {
  .access__head {
    margin-top: 52px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}
.access__address {
  margin: 90px auto 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  color: #1B143F;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (width <= 900px) {
  .access__address {
    margin-top: 60px;
    font-size: 15px;
    line-height: 25px;
    text-indent: 1.8px;
    letter-spacing: 1.8px;
  }
}
.access__address br {
  display: none;
}
@media screen and (width <= 900px) {
  .access__address br {
    display: block;
  }
}
.access__map-out {
  max-width: 940px;
  margin: 30px auto 0;
}
@media screen and (width <= 900px) {
  .access__map-out {
    margin-top: 5px;
  }
}
.access__map {
  position: relative;
  height: 0;
  padding-bottom: 47.8723404255%;
  overflow: hidden;
}
@media screen and (width <= 900px) {
  .access__map {
    padding-bottom: 74.4444444444%;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  height: 50px;
  margin: 50px auto 0;
  font-size: 22px;
  font-weight: 600;
  color: #1B143F;
  text-indent: 2px;
  letter-spacing: 2px;
  border: 2px solid #1B143F;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .access__link {
    width: 240px;
    height: 47px;
    margin-top: 15px;
    font-size: 14px;
    text-indent: 1.6px;
    letter-spacing: 1.6px;
    border-radius: 8px;
  }
}
.access__link img {
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .access__link img {
    left: 11px;
    width: 11px;
  }
}
.access__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .access__arrow {
    right: 11px;
  }
}
.access__arrow svg {
  width: 6px;
  fill: #1B143F;
  stroke-width: 0;
}
@media screen and (width <= 900px) {
  .access__arrow svg {
    width: 5px;
  }
}
.access__title {
  max-width: 940px;
  margin: 100px auto 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 75px;
  color: #FFF;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .access__title {
    margin-top: 50px;
    font-size: 18px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.access__ul {
  max-width: 480px;
  padding-left: 1em;
  margin: 16px auto 0;
}
@media screen and (width <= 900px) {
  .access__ul {
    max-width: 330px;
  }
}
.access__ul li {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  letter-spacing: 2.16px;
  list-style: disc;
}
@media screen and (width <= 900px) {
  .access__ul li {
    font-size: 13px;
    line-height: 24px;
  }
}
.access__subt {
  max-width: 940px;
  padding-bottom: 12px;
  margin: 43px auto 0;
  font-size: 20px;
  font-weight: 600;
  color: #1B143F;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  border-bottom: 1px solid #1B143F;
}
@media screen and (width <= 900px) {
  .access__subt {
    margin-top: 37px;
    font-size: 18px;
    text-indent: 1.2px;
    letter-spacing: 1.2px;
  }
}
.access__ac1 {
  display: block;
  max-width: 713px;
  margin: 30px auto 50px;
}
@media screen and (width <= 900px) {
  .access__ac1 {
    margin: 10px auto 0;
  }
}
.access__ac1 img {
  display: block;
}
.access__ac2 {
  display: block;
  max-width: 940px;
  margin: 30px auto 0;
}
@media screen and (width <= 900px) {
  .access__ac2 {
    margin-top: 10px;
  }
}
.access__ac2 img {
  display: block;
}

.privacy {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #000;
}
@media screen and (width <= 900px) {
  .privacy {
    font-size: 13px;
    line-height: 24px;
  }
}
.privacy::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 143px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .privacy::after {
    height: 10px;
    margin-top: 85px;
  }
}
.privacy__wrap {
  max-width: 995px;
  padding: 0 27.5px;
  margin: 53px auto 0;
}
.privacy h2,
.privacy h3 {
  margin: 43px 0 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #1B143F;
}
@media screen and (width <= 900px) {
  .privacy h2,
  .privacy h3 {
    margin: 46px 0 9px;
    font-size: 18px;
  }
}

.single {
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
}
@media screen and (width <= 900px) {
  .single {
    font-size: 13px;
    line-height: 20px;
  }
}
.single::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 104px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .single::after {
    height: 10px;
    margin-top: 86px;
  }
}
.single__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 995px;
  padding: 60px 27.5px 10px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .single__head {
    display: block;
    padding: 55px 27.5px 14px;
  }
}
.single__head ul.card__catg {
  padding: 0;
  margin: 0;
}
@media screen and (width <= 900px) {
  .single__head ul.card__catg {
    max-height: none;
  }
}
.single__head ul.card__catg li {
  margin: 0;
  list-style: none;
}
.single .time {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}
@media screen and (width <= 900px) {
  .single .time {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.single .time__published {
  display: none;
}
.single__title {
  padding: 16.25px 0;
  margin-bottom: 20px;
  border-top: 1px solid #1B143F;
  border-bottom: 1px solid #1B143F;
}
@media screen and (width <= 900px) {
  .single__title {
    padding: 14px 0;
  }
}
.single h1 {
  max-width: 995px;
  padding: 0 27.5px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
@media screen and (width <= 900px) {
  .single h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
.single__wrap {
  max-width: 855px;
  padding: 0 27.5px;
  margin: 0 auto;
}
.single__none {
  display: none;
}
.single__eye-catch {
  margin: 64px 0 40px;
}
@media screen and (width <= 900px) {
  .single__eye-catch {
    margin: 45px 0 28px;
  }
}
.single__eye-catch-fig {
  line-height: 0;
}
.single__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.single__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.single img {
  max-width: 100%;
  height: auto;
}
.single a {
  word-wrap: break-word;
}
.single h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 90px 0 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #1B143F;
}
@media screen and (width <= 900px) {
  .single h2 {
    margin: 67px 0 27px;
    font-size: 16px;
  }
}
.single h2::before {
  display: block;
  width: 5px;
  height: auto;
  margin-right: 12px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .single h2::before {
    margin-right: 6px;
  }
}
.single b, .single strong {
  font-weight: 600;
}
.single p {
  margin-bottom: 35px;
}
@media screen and (width <= 900px) {
  .single p {
    margin-bottom: 20px;
  }
}
.single ul,
.single ol {
  margin: 0 0 35px 1.5em;
}
@media screen and (width <= 900px) {
  .single ul,
  .single ol {
    margin-bottom: 20px;
  }
}
.single ul li {
  margin: 0 0 0.5em;
  list-style: disc;
}
.single ol li {
  margin: 0 0 0.5em;
  list-style: decimal;
}

.s-news {
  padding: 70px 0 0;
}
@media screen and (width <= 900px) {
  .s-news {
    padding: 48px 0 0;
  }
}
.s-news::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 72px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .s-news::after {
    height: 10px;
    margin-top: 63px;
  }
}
.s-news__tw {
  position: relative;
}
.s-news__tw::after, .s-news__tw::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: calc(50% - 156px);
  height: 55px;
  content: "";
  background-image: url("../img/s/s-title-bg.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__tw::after, .s-news__tw::before {
    width: calc(50% - 100px);
    height: 38px;
  }
}
.s-news__tw::after {
  left: 0;
}
.s-news__tw::before {
  right: 0;
}
.s-news__title {
  position: relative;
  z-index: 2;
  width: 310px;
  padding: 24px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .s-news__title {
    width: 200px;
    padding: 16px 0;
  }
}
.s-news__title span {
  position: relative;
  z-index: 3;
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.s-news__title span:nth-of-type(1) {
  padding: 5px 0 6px;
  font-size: 14px;
  text-indent: 1.2px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 800px) {
  .s-news__title span:nth-of-type(1) {
    font-size: 12px;
  }
}
.s-news__title span:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 45px;
  text-indent: 5px;
  letter-spacing: 5px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 800px) {
  .s-news__title span:nth-of-type(2) {
    height: 32px;
    font-size: 32px;
    text-indent: 3px;
    letter-spacing: 3px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.s-news__title_is::before {
  background-image: url("../img/s/s-tit-is-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_is::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_it::before {
  background-image: url("../img/s/s-tit-it-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_it::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_game::before {
  background-image: url("../img/s/s-tit-game-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_game::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_cg::before {
  background-image: url("../img/s/s-tit-cg-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_cg::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_manga::before {
  background-image: url("../img/s/s-tit-manga-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_manga::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_design::before {
  background-image: url("../img/s/s-tit-design-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_design::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_ms::before {
  background-image: url("../img/s/s-tit-ms-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_ms::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__title_voice::before {
  background-image: url("../img/s/s-tit-voice-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .s-news__title_voice::before {
    width: 82px;
    height: 82px;
  }
}
.s-news__cards {
  display: block;
  max-width: 790px;
  padding: 8px 20px 0;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .s-news__cards {
    padding: 15px 27.5px 0;
  }
}
.s-news__read {
  display: block;
  width: 80px;
  margin: 45px auto 0;
}
@media screen and (width <= 900px) {
  .s-news__read {
    margin-top: 35px;
  }
}
.s-news__read p {
  margin-bottom: 7px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 17px;
  color: #1B143F;
  text-align: center;
  letter-spacing: 2.04px;
  border-bottom: 1px solid #1B143F;
}
.s-news__read svg {
  display: block;
  width: 10px;
  margin: 0 auto;
  fill: #1B143F;
  stroke-width: 0;
}

.sis-soon {
  width: 180px;
  padding-top: 1px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 37px;
  color: #1C1149;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
  background: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .sis-soon {
    width: 130px;
    font-size: 13px;
    line-height: 27px;
    border-radius: 15px;
  }
}
.sis-soon_is {
  border: 1px solid #F7AF00;
}
.sis-soon_it {
  border: 1px solid #DE82B2;
}
.sis-soon_game {
  border: 1px solid #EF8585;
}
.sis-soon_cg {
  border: 1px solid #49BCBD;
}
.sis-soon_manga {
  border: 1px solid #6BBC6E;
}
.sis-soon_design {
  border: 1px solid #0086C9;
}
.sis-soon_ms {
  border: 1px solid #8E87C0;
}
.sis-soon_voice {
  border: 1px solid #46B2E7;
}

.sis-voice_is {
  background: #FDE7B2;
}
.sis-voice_it {
  background: #F5D9E8;
}
.sis-voice_game {
  background: #FADADA;
}
.sis-voice_cg {
  background: #C8EBEB;
}
.sis-voice_manga {
  background: #D3EBD3;
}
.sis-voice_design {
  background: #B2DBEF;
}
.sis-voice_ms {
  background: #DDDBEC;
}
.sis-voice_voice {
  background: #ECF7FD;
}
.sis-voice__wrap {
  position: relative;
  max-width: 1020px;
  padding: 36.5px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .sis-voice__wrap {
    padding: 33px 20px 22px;
  }
}
.sis-voice__title {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
.sis-voice__title span {
  position: relative;
  z-index: 3;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  text-indent: 1.5px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 800px) {
  .sis-voice__title span {
    font-size: 16px;
    line-height: 22px;
  }
}
.sis-voice__title::before {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  content: "";
  background-image: url("../img/s/s-tit-bbg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-voice__title::before {
    width: 70px;
    height: 70px;
  }
}
.sis-voice .sis-soon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-voice .sis-soon {
    position: static;
    margin: 15px auto 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sis-facility {
  padding: 40px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sis-facility.open {
  padding: 40px 0 0;
}
.sis-facility_is {
  background: #FACF66;
}
.sis-facility_it {
  background: #EBB4D1;
}
.sis-facility_game {
  background: #F5B6B6;
}
.sis-facility_cg {
  background: #92D7D7;
}
.sis-facility_manga {
  background: #A6D7A8;
}
.sis-facility_design {
  background: #66B6DF;
}
.sis-facility_ms {
  background: #BBB7D9;
}
.sis-facility_voice {
  background: #A2D8F3;
}
.sis-facility__wrap {
  position: relative;
  max-width: 1020px;
  padding: 36.5px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .sis-facility__wrap {
    padding: 33px 20px 22px;
  }
}
.sis-facility__title {
  position: relative;
  padding: 24px 0;
  text-align: center;
}
.sis-facility__title span {
  position: relative;
  z-index: 3;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  text-indent: 1.5px;
  letter-spacing: 1.5px;
}
@media screen and (width <= 900px) {
  .sis-facility__title span {
    font-size: 16px;
    line-height: 22px;
  }
}
.sis-facility__title::before {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  content: "";
  background-image: url("../img/s/s-tit-bbg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-facility__title::before {
    width: 70px;
    height: 70px;
  }
}
.sis-facility .sis-soon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-facility .sis-soon {
    position: static;
    margin: 15px auto 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sis-aim {
  /* padding-top: 74px; */
  padding: 74px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.sis-aim_is {
  background-image: url("../img/s/aim-is-bg.png");
}
.sis-aim_it {
  background-image: url("../img/s/aim-it-bg.png");
}
.sis-aim_game {
  background-image: url("../img/s/aim-game-bg.png");
}
.sis-aim_cg {
  background-image: url("../img/s/aim-cg-bg.png");
}
.sis-aim_manga {
  background-image: url("../img/s/aim-manga-bg.png");
}
.sis-aim_design {
  background-image: url("../img/s/aim-design-bg.png");
}
.sis-aim_ms {
  background-image: url("../img/s/aim-ms-bg.png");
}
.sis-aim_voice {
  background-image: url("../img/s/aim-voice-bg.png");
}
@media screen and (max-width: 800px) {
  .sis-aim {
    /* padding-top: 38px; */
    padding: 38px 0;
  }
}

.sis-aim__tw,
.sis-facility__tw,
.sis-voice__tw {
  position: relative;
}
.sis-aim__tw::after, .sis-aim__tw::before,
.sis-facility__tw::after,
.sis-facility__tw::before,
.sis-voice__tw::after,
.sis-voice__tw::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: calc(50% - 156px);
  height: 55px;
  content: "";
  background-image: url("../img/s/s-title-bg.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-aim__tw::after, .sis-aim__tw::before,
  .sis-facility__tw::after,
  .sis-facility__tw::before,
  .sis-voice__tw::after,
  .sis-voice__tw::before {
    width: calc(50% - 100px);
    height: 38px;
  }
}
.sis-aim__tw::after,
.sis-facility__tw::after,
.sis-voice__tw::after {
  left: 0;
}
.sis-aim__tw::before,
.sis-facility__tw::before,
.sis-voice__tw::before {
  right: 0;
}

.sis-aim__title {
  position: relative;
  z-index: 2;
  width: 310px;
  padding: 24px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (width <= 900px) {
  .sis-aim__title {
    width: 200px;
  }
}
.sis-aim__title span {
  position: relative;
  z-index: 3;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  color: #000;
  text-indent: 1.5px;
  letter-spacing: 1.5px;
}
@media screen and (width <= 900px) {
  .sis-aim__title span {
    font-size: 16px;
    line-height: 22px;
  }
}
.sis-aim__title::before {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  content: "";
  background-image: url("../img/s/s-tit-bbg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-aim__title::before {
    width: 70px;
    height: 70px;
  }
}

.sis-aim__title-btn {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  max-width: 900px;
  height: 40px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-aim__title-btn {
    height: 25px;
  }
}
.sis-aim__title-btn span {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .sis-aim__title-btn span {
    width: 25px;
    height: 25px;
  }
}
.sis-aim__title-btn span::after {
  position: absolute;
  /* top: 10px; */
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 16px;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 800px) {
  .sis-aim__title-btn span::after {
    /* top: 6px; */
    width: 15px;
    height: 10px;
  }
}

.sis-aim__tw.open .sis-aim__title-btn span::after,
.sis-facility__tw.open .sis-aim__title-btn span::after,
.sis-voice__tw.open .sis-aim__title-btn span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.sis-aim__title-btn_is span::after {
  background: #f7af00;
}
.sis-aim__title-btn_it span::after {
  background: #de82b2;
}
.sis-aim__title-btn_game span::after {
  background: #ef8585;
}
.sis-aim__title-btn_cg span::after {
  background: #49bcbd;
}
.sis-aim__title-btn_manga span::after {
  background: #6bbc6e;
}
.sis-aim__title-btn_design span::after {
  background: #0086c9;
}
.sis-aim__title-btn_ms span::after {
  background: #8e87c0;
}
.sis-aim__title-btn_voice span::after {
  background: #46b2e7;
}

.sis-aim__content {
  /* padding: 46px 20px 74px; */
  display: none;
  padding: 46px 20px 0;
}
@media screen and (max-width: 800px) {
  .sis-aim__content {
    /* padding: 19px 15px 45px; */
    padding: 19px 15px 0;
  }
}
.sis-aim__box {
  max-width: 860px;
  padding: 30px 27.5px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .sis-aim__box {
    padding: 34px 12.5px;
    border-radius: 8px;
  }
}
.sis-aim__subt {
  padding-bottom: 11px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-indent: 1.2px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  .sis-aim__subt {
    padding-bottom: 12px;
    font-size: 18px;
  }
}
.sis-aim__subt_2nd {
  padding-top: 32px;
}
@media screen and (max-width: 800px) {
  .sis-aim__subt_2nd {
    padding-top: 38px;
  }
}
.sis-aim__litit {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .sis-aim__litit {
    padding-top: 20px;
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (max-width: 800px) {
  .sis-aim__litit_top {
    padding-top: 14px;
  }
}
.sis-aim__list0, .sis-aim__list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 12px;
  padding: 10px 5px 30px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0, .sis-aim__list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 0 30px;
  }
}
.sis-aim__list0 li, .sis-aim__list1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0 li, .sis-aim__list1 li {
    font-size: 14px;
    line-height: 23px;
  }
}
.sis-aim__list0 li::before, .sis-aim__list1 li::before {
  display: block;
  width: 15px;
  height: 15px;
  margin: 12.5px 5px 0 0;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0 li::before, .sis-aim__list1 li::before {
    width: 14px;
    height: 14px;
    margin: 4.5px 5px 0 0;
  }
}
.sis-aim__list0_is li::before, .sis-aim__list1_is li::before {
  background: #FBB800;
}
.sis-aim__list0_it li::before, .sis-aim__list1_it li::before {
  background: #de82b2;
}
.sis-aim__list0_game, .sis-aim__list1_game {
  padding: 0 5px;
}
.sis-aim__list0_game li, .sis-aim__list1_game li {
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_game li, .sis-aim__list1_game li {
    line-height: 23px;
  }
}
.sis-aim__list0_game li::before, .sis-aim__list1_game li::before {
  margin-top: 10px;
  background: #ef8585;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_game li::before, .sis-aim__list1_game li::before {
    margin-top: 4.5px;
  }
}
.sis-aim__list0_cg, .sis-aim__list1_cg {
  padding: 0 5px;
}
.sis-aim__list0_cg li, .sis-aim__list1_cg li {
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_cg li, .sis-aim__list1_cg li {
    line-height: 23px;
  }
}
.sis-aim__list0_cg li::before, .sis-aim__list1_cg li::before {
  margin-top: 10px;
  background: #49bcbd;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_cg li::before, .sis-aim__list1_cg li::before {
    margin-top: 4.5px;
  }
}
.sis-aim__list0_manga, .sis-aim__list1_manga {
  padding: 0 5px;
}
.sis-aim__list0_manga li, .sis-aim__list1_manga li {
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_manga li, .sis-aim__list1_manga li {
    line-height: 23px;
  }
}
.sis-aim__list0_manga li::before, .sis-aim__list1_manga li::before {
  margin-top: 10px;
  background: #6bbc6e;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_manga li::before, .sis-aim__list1_manga li::before {
    margin-top: 4.5px;
  }
}
.sis-aim__list0_design, .sis-aim__list1_design {
  padding: 0 5px;
}
.sis-aim__list0_design li, .sis-aim__list1_design li {
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_design li, .sis-aim__list1_design li {
    line-height: 23px;
  }
}
.sis-aim__list0_design li::before, .sis-aim__list1_design li::before {
  margin-top: 10px;
  background: #0086c9;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_design li::before, .sis-aim__list1_design li::before {
    margin-top: 4.5px;
  }
}
.sis-aim__list0_ms, .sis-aim__list1_ms {
  padding: 0 5px;
}
.sis-aim__list0_ms li, .sis-aim__list1_ms li {
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_ms li, .sis-aim__list1_ms li {
    line-height: 23px;
  }
}
.sis-aim__list0_ms li::before, .sis-aim__list1_ms li::before {
  margin-top: 10px;
  background: #8e87c0;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_ms li::before, .sis-aim__list1_ms li::before {
    margin-top: 4.5px;
  }
}
.sis-aim__list0_voice, .sis-aim__list1_voice {
  padding: 0 5px;
}
.sis-aim__list0_voice li, .sis-aim__list1_voice li {
  line-height: 35px;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_voice li, .sis-aim__list1_voice li {
    line-height: 23px;
  }
}
.sis-aim__list0_voice li::before, .sis-aim__list1_voice li::before {
  margin-top: 10px;
  background: #46b2e7;
}
@media screen and (max-width: 800px) {
  .sis-aim__list0_voice li::before, .sis-aim__list1_voice li::before {
    margin-top: 4.5px;
  }
}
.sis-aim__list1 {
  padding-bottom: 13px;
}
.sis-aim__list1 li::before {
  border-radius: 0;
}
.sis-aim__foot {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .sis-aim__foot {
    font-size: 14px;
  }
}
.sis-aim__cg0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .sis-aim__cg0 {
    font-size: 14px;
    line-height: 23px;
  }
}
.sis-aim__cg0::before {
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 5px 0 0;
  content: "";
  background: #49bcbd;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .sis-aim__cg0::before {
    width: 14px;
    height: 14px;
    margin: 4.5px 5px 0 0;
  }
}
.sis-aim__cg0-span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5px 0 0 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (max-width: 800px) {
  .sis-aim__cg0-span {
    padding-top: 0;
    line-height: 23px;
  }
}

.sis-cu {
  padding-top: 74px;
  padding-bottom: 130px;
  background-image: url("../img/s/curriculum-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .sis-cu {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
.sis-cu__tw {
  position: relative;
}
.sis-cu__tw::after, .sis-cu__tw::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: calc(50% - 156px);
  height: 55px;
  content: "";
  background-image: url("../img/s/s-title-bg.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__tw::after, .sis-cu__tw::before {
    width: calc(50% - 100px);
    height: 38px;
  }
}
.sis-cu__tw::after {
  left: 0;
}
.sis-cu__tw::before {
  right: 0;
}
.sis-cu__title {
  position: relative;
  z-index: 2;
  width: 310px;
  padding: 24px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .sis-cu__title {
    width: 200px;
    padding: 16px 0;
  }
}
.sis-cu__title span {
  position: relative;
  z-index: 3;
  display: block;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.sis-cu__title span:nth-of-type(1) {
  padding: 5px 0 6px;
  font-size: 14px;
  text-indent: 1.2px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 800px) {
  .sis-cu__title span:nth-of-type(1) {
    font-size: 12px;
  }
}
.sis-cu__title span:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 48px;
  text-indent: 5px;
  letter-spacing: 5px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 800px) {
  .sis-cu__title span:nth-of-type(2) {
    height: 32px;
    font-size: 32px;
    text-indent: 5px;
    letter-spacing: 5px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.sis-cu__title_is::before {
  background-image: url("../img/s/s-tit-is-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_is::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_it::before {
  background-image: url("../img/s/s-tit-it-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_it::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_game::before {
  background-image: url("../img/s/s-tit-game-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_game::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_cg::before {
  background-image: url("../img/s/s-tit-cg-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_cg::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_manga::before {
  background-image: url("../img/s/s-tit-manga-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_manga::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_design::before {
  background-image: url("../img/s/s-tit-design-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_design::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_ms::before {
  background-image: url("../img/s/s-tit-ms-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_ms::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__title_voice::before {
  background-image: url("../img/s/s-tit-voice-bg.svg");
  position: absolute;
  inset: 50% 0 auto;
  z-index: 1;
  display: block;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-cu__title_voice::before {
    width: 82px;
    height: 82px;
  }
}
.sis-cu__head {
  padding: 0 27.5px 72px;
  font-size: 16px;
  line-height: 31px;
  color: #000;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .sis-cu__head {
    padding: 0 27.5px 60px;
    font-size: 13px;
    line-height: 23px;
    text-indent: 0.4px;
    letter-spacing: 0.4px;
  }
}
.sis-cu__head_title {
  padding: 44px 27.5px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #000;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .sis-cu__head_title {
    padding: 23px 27.5px 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    text-indent: 0.4px;
    letter-spacing: 0.4px;
  }
}
.sis-cu__subt {
  width: 107px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 41px;
  color: #FFF;
  text-align: center;
  letter-spacing: 3.3px;
  text-rendering: 3.3px;
  background: #000;
}
.sis-cu__subt.long {
  width: 480px;
}
@media screen and (max-width: 800px) {
  .sis-cu__subt {
    width: 75px;
    font-size: 18px;
    line-height: 29px;
    text-indent: 1.2px;
    letter-spacing: 1.2px;
  }
  .sis-cu__subt.long {
    width: 300px;
  }
}
.sis-cu__subt.long_bottom20 {
  width: 480px;
}
@media screen and (max-width: 800px) {
  .sis-cu__subt.long_bottom20 {
    width: 300px;
  }
}
.sis-cu__subt_bottom20 {
  width: 107px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 41px;
  color: #FFF;
  text-align: center;
  letter-spacing: 3.3px;
  text-rendering: 3.3px;
  background: #000;
}
@media screen and (max-width: 800px) {
  .sis-cu__subt_bottom20 {
    width: 75px;
    font-size: 18px;
    line-height: 29px;
    text-indent: 1.2px;
    letter-spacing: 1.2px;
  }
}
.sis-cu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 980px;
  padding: 30px 20px 70px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex {
    display: block;
    padding: 20px 0 35px;
  }
}
.sis-cu__flex_cen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  padding: 30px 20px 70px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex_cen {
    display: block;
    padding: 20px 0 35px;
  }
}
.sis-cu__flex-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 704px;
  padding: 30px 20px 20px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex-2nd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
    padding: 20px 0 0;
  }
}
.sis-cu__flex-game {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 636px;
  padding: 0 20px 78px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex-game {
    gap: 11px;
    padding: 0 0 35px;
  }
}
.sis-cu__flex-cg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 872px;
  padding: 0 20px 78px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex-cg {
    gap: 11px;
    padding: 0 0 35px;
  }
}
.sis-cu__flex-manga {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 872px;
  padding: 0 20px 78px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex-manga {
    gap: 11px;
    padding: 0 0 35px;
  }
}
.sis-cu__flex-design {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 872px;
  padding: 0 20px 78px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex-design {
    gap: 11px;
    padding: 0 0 35px;
  }
}
.sis-cu__flex-ms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 872px;
  padding: 0 20px 78px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__flex-ms {
    gap: 11px;
    padding: 0 0 35px;
  }
}
.sis-cu__left {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 360px;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  padding: 20px;
}
@media screen and (width <= 900px) {
  .sis-cu__left {
    width: 320px;
    margin: 0 auto;
  }
}
.sis-cu__left_is {
  background: #F7AF00;
}
.sis-cu__left_it {
  background: #DE82B2;
}
.sis-cu__left_cg {
  background: #49BCBD;
}
.sis-cu__left_manga {
  background: #6BBC6E;
}
.sis-cu__left_design {
  background: #0086C9;
}
.sis-cu__left_design2nd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 324px;
      -ms-flex: 0 1 324px;
          flex: 0 1 324px;
  padding: 32px 10px 25px;
  background: #0086C9;
}
@media screen and (width <= 900px) {
  .sis-cu__left_design2nd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 36.5px 10px 32px;
  }
}
.sis-cu__left_ms {
  background: #8E87C0;
}
.sis-cu__left_ms2nd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 324px;
      -ms-flex: 0 1 324px;
          flex: 0 1 324px;
  padding: 29px 10px 22px;
  background: #8E87C0;
}
@media screen and (width <= 900px) {
  .sis-cu__left_ms2nd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 36.5px 10px 32px;
  }
}
.sis-cu__left_voice {
  background: #46B2E7;
}
.sis-cu__left ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
  text-align: center;
}
@media screen and (width <= 900px) {
  .sis-cu__left ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.sis-cu__left ul li::before {
  content: "・";
}
.sis-cu__left::after, .sis-cu__left::before {
  position: absolute;
  top: 7px;
  display: block;
  width: 7.4px;
  height: 7.4px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.sis-cu__left::after {
  right: 7px;
  background-image: url("../img/s/45do.svg");
}
.sis-cu__left::before {
  left: 7px;
  background-image: url("../img/s/135do.svg");
}
.sis-cu__game, .sis-cu__cg, .sis-cu__manga, .sis-cu__design, .sis-cu__ms {
  position: relative;
  max-width: 596px;
  padding: 32px 10px 25px;
  margin: 0 auto;
  background: #EF8585;
}
@media screen and (width <= 900px) {
  .sis-cu__game, .sis-cu__cg, .sis-cu__manga, .sis-cu__design, .sis-cu__ms {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 320px;
    padding: 36.5px 10px 32px;
    margin: 0 auto;
  }
}
.sis-cu__game ul, .sis-cu__cg ul, .sis-cu__manga ul, .sis-cu__design ul, .sis-cu__ms ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sis-cu__game ul li, .sis-cu__cg ul li, .sis-cu__manga ul li, .sis-cu__design ul li, .sis-cu__ms ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
  letter-spacing: -1px;
}
@media screen and (width <= 900px) {
  .sis-cu__game ul li, .sis-cu__cg ul li, .sis-cu__manga ul li, .sis-cu__design ul li, .sis-cu__ms ul li {
    font-size: 16px;
    line-height: 26px;
    /* text-align: center; */
    letter-spacing: normal;
  }
}
.sis-cu__game::after, .sis-cu__game::before, .sis-cu__cg::after, .sis-cu__cg::before, .sis-cu__manga::after, .sis-cu__manga::before, .sis-cu__design::after, .sis-cu__design::before, .sis-cu__ms::after, .sis-cu__ms::before {
  position: absolute;
  top: 7px;
  display: block;
  width: 7.4px;
  height: 7.4px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.sis-cu__game::after, .sis-cu__cg::after, .sis-cu__manga::after, .sis-cu__design::after, .sis-cu__ms::after {
  right: 7px;
  background-image: url("../img/s/45do.svg");
}
.sis-cu__game::before, .sis-cu__cg::before, .sis-cu__manga::before, .sis-cu__design::before, .sis-cu__ms::before {
  left: 7px;
  background-image: url("../img/s/135do.svg");
}
.sis-cu__gameli0, .sis-cu__gameli1 {
  width: 270px;
}
@media screen and (width <= 900px) {
  .sis-cu__gameli0, .sis-cu__gameli1 {
    width: 100%;
  }
}
.sis-cu__cg {
  background: #49BCBD;
}
.sis-cu__manga {
  background: #6BBC6E;
}
.sis-cu__design {
  background: #0086C9;
}
.sis-cu__ms {
  background: #8E87C0;
}
.sis-cu__cg2nd {
  position: relative;
  max-width: 666px;
  padding: 32px 10px 25px;
  margin: 0 auto;
  background: #49BCBD;
}
@media screen and (width <= 900px) {
  .sis-cu__cg2nd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 320px;
    padding: 36.5px 10px 32px;
    margin: 0 auto;
  }
}
.sis-cu__cg2nd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sis-cu__cg2nd ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
  letter-spacing: -1px;
}
@media screen and (width <= 900px) {
  .sis-cu__cg2nd ul li {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: normal;
  }
}
.sis-cu__cg2nd ul li::before {
  letter-spacing: -5px;
  content: "・";
}
@media screen and (width <= 900px) {
  .sis-cu__cg2nd ul li::before {
    letter-spacing: normal;
  }
}
.sis-cu__cg2nd::after, .sis-cu__cg2nd::before {
  position: absolute;
  top: 7px;
  display: block;
  width: 7.4px;
  height: 7.4px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.sis-cu__cg2nd::after {
  right: 7px;
  background-image: url("../img/s/45do.svg");
}
.sis-cu__cg2nd::before {
  left: 7px;
  background-image: url("../img/s/135do.svg");
}
.sis-cu__cgli0 {
  width: 270px;
}
@media screen and (width <= 900px) {
  .sis-cu__cgli0 {
    width: 100%;
  }
}
.sis-cu__mangali0 {
  width: 270px;
}
@media screen and (width <= 900px) {
  .sis-cu__mangali0 {
    width: 100%;
  }
}
.sis-cu__designli0 {
  width: 270px;
}
@media screen and (width <= 900px) {
  .sis-cu__designli0 {
    width: 100%;
  }
}
.sis-cu__msli0 {
  width: 270px;
}
@media screen and (width <= 900px) {
  .sis-cu__msli0 {
    width: 100%;
  }
}
.sis-cu__manga2nd {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 404px;
      -ms-flex: 0 1 404px;
          flex: 0 1 404px;
  padding: 32px 10px 25px;
  background: #6BBC6E;
}
@media screen and (width <= 900px) {
  .sis-cu__manga2nd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 320px;
    padding: 36.5px 10px 32px;
    margin: 0 auto;
  }
}
.sis-cu__manga2nd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sis-cu__manga2nd ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
}
@media screen and (width <= 900px) {
  .sis-cu__manga2nd ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.sis-cu__manga2nd ul li::before {
  content: "・";
}
.sis-cu__manga2nd::after, .sis-cu__manga2nd::before {
  position: absolute;
  top: 7px;
  display: block;
  width: 7.4px;
  height: 7.4px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.sis-cu__manga2nd::after {
  right: 7px;
  background-image: url("../img/s/45do.svg");
}
.sis-cu__manga2nd::before {
  left: 7px;
  background-image: url("../img/s/135do.svg");
}
.sis-cu__leftin::after, .sis-cu__leftin::before {
  position: absolute;
  bottom: 7px;
  display: block;
  width: 7.4px;
  height: 7.4px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
}
.sis-cu__leftin::before {
  left: 7px;
  background-image: url("../img/s/45do.svg");
}
.sis-cu__leftin::after {
  right: 7px;
  background-image: url("../img/s/135do.svg");
}
.sis-cu__sst {
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (width <= 900px) {
  .sis-cu__sst {
    padding-bottom: 14.5px;
    font-size: 17px;
    line-height: 22px;
  }
}
.sis-cu__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 560px;
      -ms-flex: 0 1 560px;
          flex: 0 1 560px;
  padding: 18px 16px 14px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .sis-cu__right {
    max-width: 375px;
    padding: 12px 11px;
    margin: 25px auto 0;
    border-radius: 0;
  }
}
.sis-cu__right h4 {
  font-family: "DIN Condensed", sans-serif;
  font-size: 25px;
  text-align: center;
  text-indent: 2.5px;
  letter-spacing: 2.5px;
}
@media screen and (width <= 900px) {
  .sis-cu__right h4 {
    font-size: 17px;
    text-indent: 1.7px;
    letter-spacing: 1.7px;
  }
}
.sis-cu__right h5 {
  font-size: 20px;
  text-align: center;
  text-indent: 2.5px;
  letter-spacing: 2.5px;
}
@media screen and (width <= 900px) {
  .sis-cu__right h5 {
    font-size: 15px;
    text-indent: 1.7px;
    letter-spacing: 1.7px;
  }
}
.sis-cu__right table {
  margin-top: 7px;
}
@media screen and (width <= 900px) {
  .sis-cu__right table {
    margin: 5px auto 0;
  }
}
.sis-cu__right th {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-indent: 1.4px;
  letter-spacing: 1.4px;
  vertical-align: middle;
  border: 1px solid #1F1715;
}
@media screen and (width <= 900px) {
  .sis-cu__right th {
    height: 18px;
    font-size: 11px;
    line-height: 1;
    text-indent: 1.1px;
    letter-spacing: 1.1px;
  }
}
.sis-cu__right td {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 97px;
  height: 62px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  vertical-align: middle;
  border: 1px solid #1F1715;
}
@media screen and (width <= 900px) {
  .sis-cu__right td {
    width: 65px;
    height: 42px;
    font-size: 10px;
    line-height: 10.71px;
    letter-spacing: -0.5px;
  }
}
.sis-cu__right td:first-child {
  width: 44px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 14px;
}
@media screen and (width <= 900px) {
  .sis-cu__right td:first-child {
    width: 29px;
    font-size: 10px;
  }
}
.sis-cu__right th:first-child, .sis-cu__right td:first-child {
  border-left: none;
}
.sis-cu__right tr:first-child th {
  border-top: none;
}
.sis-cu__right_is h4 {
  color: #F7AF00;
}
.sis-cu__right_is th {
  color: #F7AF00;
}
.sis-cu__right_is td:first-child {
  color: #F7AF00;
}
.sis-cu__right_is .none {
  background: #FDEFCC;
}
.sis-cu__right_it h4 {
  color: #de82b2;
}
.sis-cu__right_it th {
  color: #de82b2;
}
.sis-cu__right_it td:first-child {
  color: #de82b2;
}
.sis-cu__right_it .none {
  background: #F8E6F0;
}
.sis-cu__right_game h4 {
  color: #ef8585;
}
.sis-cu__right_game th {
  color: #ef8585;
}
.sis-cu__right_game td:first-child {
  color: #ef8585;
}
.sis-cu__right_game .none {
  background: #FCE7E7;
}
.sis-cu__right_cg h4 {
  color: #49BCBD;
}
.sis-cu__right_cg h5 {
  color: #49BCBD;
}
.sis-cu__right_cg th {
  color: #49BCBD;
}
.sis-cu__right_cg td:first-child {
  color: #49BCBD;
}
.sis-cu__right_cg .none {
  background: #DBF2F2;
}
.sis-cu__right_manga h4 {
  color: #6BBC6E;
}
.sis-cu__right_manga h5 {
  color: #6BBC6E;
}
.sis-cu__right_manga th {
  color: #6BBC6E;
}
.sis-cu__right_manga td:first-child {
  color: #6BBC6E;
}
.sis-cu__right_manga .none {
  background: #E1F2E2;
}
.sis-cu__right_design h4 {
  color: #0086C9;
}
.sis-cu__right_design h5 {
  color: #0086C9;
}
.sis-cu__right_design th {
  color: #0086C9;
}
.sis-cu__right_design td:first-child {
  color: #0086C9;
}
.sis-cu__right_design .none {
  background: #CCE7F4;
}
.sis-cu__right_ms h4 {
  color: #8E87C0;
}
.sis-cu__right_ms h5 {
  color: #8E87C0;
}
.sis-cu__right_ms th {
  color: #8E87C0;
}
.sis-cu__right_ms td:first-child {
  color: #8E87C0;
}
.sis-cu__right_ms .none {
  background: #E8E7F2;
}
.sis-cu__right_voice h4 {
  color: #46B2E7;
}
.sis-cu__right_voice th {
  color: #46B2E7;
}
.sis-cu__right_voice td:first-child {
  color: #46B2E7;
}
.sis-cu__right_voice .none {
  background: #DAF0FA;
}
.sis-cu__noflex {
  max-width: 560px;
  padding-bottom: 72px;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .sis-cu__noflex {
    padding-bottom: 35px;
  }
}
.sis-cu__noflex.game, .sis-cu__noflex.cg, .sis-cu__noflex.manga, .sis-cu__noflex.design, .sis-cu__noflex.ms {
  padding-top: 30px;
}
@media screen and (width <= 900px) {
  .sis-cu__noflex.game, .sis-cu__noflex.cg, .sis-cu__noflex.manga, .sis-cu__noflex.design, .sis-cu__noflex.ms {
    padding-top: 0;
  }
}
.sis-cu__foot {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 100;
  color: #000;
  text-align: right;
  letter-spacing: -1px;
}
.sis-cu__text0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 750px;
  padding: 0 27.5px;
  margin: 27px auto 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-indent: 1px;
  letter-spacing: 1px;
}
.sis-cu__text0 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sis-cu__text0::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 2px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  line-height: 16px;
  content: "";
  background: #0086c9;
}
.sis-cu__text1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  padding: 0 20px;
  margin: 27px auto 0;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  text-indent: 1px;
  letter-spacing: 1px;
}
.sis-cu__text1 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sis-cu__text1::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 2px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  line-height: 23px;
  content: "";
  background: #49bcbd;
}
.sis-cu__text1_2nd {
  margin-top: 14px;
  margin-bottom: 5px;
}
.sis-cu__text1_3th {
  margin-bottom: 5px;
}
.sis-cu__text0_noindex::before, .sis-cu__text1_noindex::before {
  content: none;
}

.sis-st {
  background-image: url("../img/s/st-bg.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}
.sis-st__head {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 800px) {
  .sis-st__head {
    height: 135px;
  }
}
.sis-st__title {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .sis-st__title {
    bottom: -6px;
  }
}
.sis-st__title img {
  display: block;
  width: auto;
  height: 261px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .sis-st__title img {
    height: 119px;
  }
}
.sis-st__main {
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  background-blend-mode: lighten;
}
.sis-st__main_is {
  background-image: url("../img/s/st-is-bg.png");
}
.sis-st__main_it {
  background-image: url("../img/s/st-it-bg.png");
}
.sis-st__main_game {
  background-image: url("../img/s/st-game-bg.png");
}
.sis-st__main_cg {
  background-image: url("../img/s/st-cg-bg.png");
}
.sis-st__main_manga {
  background-image: url("../img/s/st-manga-bg.png");
}
.sis-st__main_design {
  background-image: url("../img/s/st-design-bg.png");
}
.sis-st__main_ms {
  background-image: url("../img/s/st-ms-bg.png");
}
.sis-st__main_voice {
  background-image: url("../img/s/st-voice-bg.png");
}
.sis-st__content {
  padding: 6px 27.5px 60px;
}
@media screen and (max-width: 800px) {
  .sis-st__content {
    padding-bottom: 54px;
  }
}
.sis-st__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  max-width: 800px;
  padding: 54px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .sis-st__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding-top: 27px;
  }
}
.sis-st__flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  .sis-st__flex_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sis-st__col0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 427px;
      -ms-flex: 0 1 427px;
          flex: 0 1 427px;
}
@media screen and (max-width: 860px) {
  .sis-st__col0 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.sis-st__colhd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sis-st__point {
  position: relative;
  width: 60px;
}
.sis-st__point img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 47px;
}
.sis-st__point p {
  padding: 30px 10px 0 0;
  font-family: "DIN Condensed", sans-serif;
  font-size: 64px;
  line-height: 46px;
  text-align: right;
}
.sis-st__point .is {
  color: #F7AF00;
}
.sis-st__point .it {
  color: #DE82B2;
}
.sis-st__point .game {
  color: #ef8585;
}
.sis-st__point .cg {
  color: #49BCBD;
}
.sis-st__point .manga {
  color: #6BBC6E;
}
.sis-st__point .design {
  color: #0086c9;
}
.sis-st__point .ms {
  color: #8E87C0;
}
.sis-st__point .voice {
  color: #3C7BCB;
}
.sis-st__subt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5px;
}
.sis-st__subt span {
  padding: 0 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #FFF;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .sis-st__subt span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
  }
}
.sis-st__subt-1 {
  margin-top: 4px;
  background: #000;
}
.sis-st__subt-1.cg {
  margin-top: 21px;
}
@media screen and (max-width: 400px) {
  .sis-st__subt-1.cg {
    letter-spacing: -1px;
  }
}
.sis-st__subt-1.game, .sis-st__subt-1.mang, .sis-st__subt-1.voice {
  margin-top: 21px;
}
.sis-st__subt-p {
  margin-top: 4px;
  background: #000;
}
@media screen and (max-width: 500px) {
  .sis-st__subt-p {
    display: none;
  }
}
.sis-st__subt-p.game {
  margin-top: 21px;
}
.sis-st__subt-p.ms, .sis-st__subt-p.design {
  letter-spacing: -1px;
}
.sis-st__subt-500 {
  display: none;
  background: none;
}
@media screen and (max-width: 500px) {
  .sis-st__subt-500 {
    display: inline-block;
  }
}
.sis-st__subt-500 span {
  margin-top: 4px;
  background: #000;
}
.sis-st__text {
  padding-top: 7px;
  font-size: 15px;
  line-height: 30px;
  color: #000;
  letter-spacing: 1.2px;
}
@media screen and (width <= 900px) {
  .sis-st__text {
    padding-top: 5px;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    letter-spacing: 0.4px;
  }
}
.sis-st__col1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 350px;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
}
@media screen and (max-width: 860px) {
  .sis-st__col1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.sis-st__col1 img {
  display: block;
}
@media screen and (max-width: 860px) {
  .sis-st__col1 img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.sis-st__foot {
  padding: 56px 20px 70px;
}
@media screen and (max-width: 500px) {
  .sis-st__foot {
    padding-top: 100px;
  }
}
.sis-st__foot-te {
  padding-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
  color: #000;
  text-align: center;
  text-indent: 1.2px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 800px) {
  .sis-st__foot-te {
    font-size: 16px;
    line-height: 30px;
    text-indent: 0.5px;
    letter-spacing: 0.5px;
  }
}
.sis-st__foot-box {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sis-st__foot-tit {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 630px;
  margin: 0 auto;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sis-st__foot-tit {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 700px) {
  .sis-st__foot-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sis-st__foot-tit h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .sis-st__foot-tit h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.sis-st__foot-tit span.is {
  color: #fbd780;
}
.sis-st__foot-tit span.it {
  color: #eec0d8;
}
.sis-st__foot-in {
  padding: 40px 20px 18px;
}
.sis-st__foot-in p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 31px;
  color: #000;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 800px) {
  .sis-st__foot-in p {
    font-size: 13px;
    line-height: 25px;
  }
}
.sis-st__foot-it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 745px;
  padding: 12px 0 17px;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .sis-st__foot-it {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 390px) {
  .sis-st__foot-it {
    padding-top: 30px;
  }
}
.sis-st__foot-it img {
  display: block;
}
.sis-st__foot-it-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 550px) {
  .sis-st__foot-it-out {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sis-st__foot-it-box0, .sis-st__foot-it-box2, .sis-st__foot-it-box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.8px;
  border: 1px solid #000;
  border-radius: 6px;
}
.sis-st__foot-it-box0 img, .sis-st__foot-it-box2 img, .sis-st__foot-it-box4 img {
  width: 178px;
}
.sis-st__foot-it-box4 {
  color: #FFF;
  background: #DE82B2;
  border: none;
}
.sis-st__foot-it-box1, .sis-st__foot-it-box3 {
  width: 21px;
  padding: 0 5px;
}
.sis-st__foot-it-box5 {
  width: 34px;
  padding: 0 9px;
}
@media screen and (max-width: 550px) {
  .sis-st__foot-it-box5 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.sis-st__foot-it-box6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 67px;
  height: 67px;
  font-size: 23px;
  font-weight: 600;
  color: #FFF;
  text-indent: 1.4px;
  letter-spacing: 1.4px;
  background: #1B143F;
  border-radius: 50%;
}

.sis-mv {
  position: relative;
}
.sis-mv__pic {
  display: block;
}
.sis-mv__pic img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 800px) {
  .sis-mv__pic img {
    height: 400px;
  }
}
@media screen and (max-width: 800px) {
  .sis-mv__pic_voice img {
    height: 435px;
  }
}
.sis-mv__pic7 {
  display: block;
}
.sis-mv__pic7 img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 800px) {
  .sis-mv__pic7 img {
    height: 435px;
  }
}
.sis-mv__box {
  position: absolute;
  top: 127px;
  right: 0;
  left: 0;
  z-index: 2;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .sis-mv__box {
    top: 98px;
  }
}
.sis-mv__box_game, .sis-mv__box_cg, .sis-mv__box_manga, .sis-mv__box_design, .sis-mv__box_ms, .sis-mv__box_voice {
  top: 50px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 800px) {
  .sis-mv__box_game, .sis-mv__box_cg, .sis-mv__box_manga, .sis-mv__box_design, .sis-mv__box_ms, .sis-mv__box_voice {
    top: 89px;
    padding: 0 15px;
  }
}
.sis-mv__boxin {
  position: relative;
  width: 470px;
  padding: 28px 20px 38px;
  margin: 0 0 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin {
    width: auto;
    max-width: 345px;
    padding: 31px 20px;
    margin: 116px auto 0;
    border-radius: 7px;
  }
}
.sis-mv__boxin_is {
  background: rgba(247, 175, 0, 0.5);
}
.sis-mv__boxin_it {
  background: rgba(222, 130, 178, 0.5);
}
.sis-mv__boxin_game {
  padding: 40px 0 48px;
  background: rgba(239, 133, 133, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin_game {
    padding: 19px 0 17px;
    margin: 90px auto 0;
  }
}
.sis-mv__boxin_cg {
  padding: 40px 0 48px;
  background: rgba(73, 188, 189, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin_cg {
    padding: 32px 0 24px;
    margin: 90px auto 0;
  }
}
.sis-mv__boxin_manga {
  padding: 40px 0 48px;
  background: rgba(107, 188, 110, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin_manga {
    padding: 19px 0 17px;
    margin: 90px auto 0;
  }
}
.sis-mv__boxin_design {
  padding: 40px 0 48px;
  background: rgba(0, 134, 201, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin_design {
    padding: 19px 0 17px;
    margin: 90px auto 0;
  }
}
.sis-mv__boxin_ms {
  padding: 40px 0 48px;
  background: rgba(142, 135, 192, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin_ms {
    padding: 32px 0 24px;
    margin: 90px auto 0;
  }
}
.sis-mv__boxin_voice {
  padding: 40px 0 48px;
  background: rgba(70, 178, 231, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxin_voice {
    padding: 19px 0 17px;
    margin: 90px auto 0;
  }
}
.sis-mv__boxp0 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .sis-mv__boxp0 {
    font-size: 14px;
  }
}
.sis-mv__boxp1 {
  padding-top: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #FFF;
  text-align: center;
  text-indent: 1.3px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 800px) {
  .sis-mv__boxp1 {
    padding-top: 13px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.2px;
  }
}
.sis-mv__boxp1.game {
  text-indent: 0;
  letter-spacing: normal;
}
.sis-mv__boxlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 404px;
  height: 90px;
  padding: 0 17px;
  margin: 54px auto 0;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  .sis-mv__boxlink {
    width: 100%;
    max-width: 315px;
    height: 80px;
    margin-top: 17px;
  }
}
.sis-mv__boxlink.game {
  margin-top: 18px;
  background: rgba(239, 133, 133, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxlink.game {
    margin-top: 15px;
  }
}
.sis-mv__boxlink.cg {
  background: rgba(73, 188, 189, 0.5);
}
.sis-mv__boxlink.manga {
  margin-top: 18px;
  background: rgba(107, 188, 110, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxlink.manga {
    margin-top: 15px;
  }
}
.sis-mv__boxlink.design {
  margin-top: 18px;
  background: rgba(0, 134, 201, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxlink.design {
    margin-top: 15px;
  }
}
.sis-mv__boxlink.ms {
  background: rgba(142, 135, 192, 0.5);
}
.sis-mv__boxlink.voice {
  margin-top: 18px;
  background: rgba(0, 134, 201, 0.5);
}
@media screen and (max-width: 800px) {
  .sis-mv__boxlink.voice {
    margin-top: 15px;
  }
}
.sis-mv__boxlink p {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-indent: 1.5px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 800px) {
  .sis-mv__boxlink p {
    font-size: 17px;
    line-height: 25px;
    text-indent: 1.7px;
    letter-spacing: 1.7px;
  }
}
.sis-mv__boxchain {
  display: block;
  width: 15px;
  margin-right: 10px;
}
.sis-mv__arrow {
  display: block;
  width: 8px;
  margin-left: 17px;
}
.sis-mv__subt {
  position: absolute;
  top: 188px;
  right: 20px;
  left: 20px;
  padding: 0 7px;
  font-family: "DIN Condensed", sans-serif;
  font-size: 50px;
  color: #FFF;
  text-align: right;
  text-shadow: 5px 5px 0.2em rgba(255, 255, 255, 0.4), -5px 5px 0.2em rgba(255, 255, 255, 0.4), 5px -5px 0.2em rgba(255, 255, 255, 0.4), -5px -5px 0.2em rgba(255, 255, 255, 0.4), 2px 2px 0.4em rgba(255, 255, 255, 0.4), -2px 2px 0.4em rgba(255, 255, 255, 0.4), 2px -2px 0.4em rgba(255, 255, 255, 0.4), -2px -2px 0.4em rgba(255, 255, 255, 0.4);
  letter-spacing: 6px;
}
@media screen and (max-width: 800px) {
  .sis-mv__subt {
    top: 0;
    font-size: 22px;
    letter-spacing: 2.64px;
  }
}
.sis-mv__subt_game, .sis-mv__subt_cg, .sis-mv__subt_ms, .sis-mv__subt_design, .sis-mv__subt_manga, .sis-mv__subt_voice {
  top: 318px;
}
@media screen and (max-width: 800px) {
  .sis-mv__subt_cg, .sis-mv__subt_ms, .sis-mv__subt_design, .sis-mv__subt_manga, .sis-mv__subt_voice {
    top: 0;
  }
  .sis-mv__subt_game {
    top: -10px;
  }
}
.sis-mv h1 {
  padding-top: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #FFF;
  text-align: right;
  letter-spacing: 5px;
}
@media screen and (max-width: 980px) {
  .sis-mv h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .sis-mv h1 {
    position: absolute;
    top: 26px;
    right: 23px;
    left: 23px;
    padding-top: 0;
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.sis-mv h1.game, .sis-mv h1.ms {
  margin-right: 5px;
  letter-spacing: -10px;
}
@media screen and (max-width: 800px) {
  .sis-mv h1.ms {
    margin-right: 0;
    letter-spacing: -0.5px;
  }
  .sis-mv h1.game {
    top: 16px;
    margin-right: 0;
    letter-spacing: -0.5px;
  }
}
.sis-mv h1.manga {
  margin-right: 5px;
  letter-spacing: -15px;
}
@media screen and (max-width: 800px) {
  .sis-mv h1.manga {
    margin-right: 0;
    letter-spacing: -1.5px;
  }
}

.sis-mv-foot {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot {
    position: static;
    padding-top: 7px;
  }
}
.sis-mv-foot__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__wrap {
    gap: 8px;
  }
}
.sis-mv-foot__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.sis-mv-foot__side {
  width: calc(50% - 471px);
  height: 100px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__side {
    width: calc(50% - 150.5px);
    height: auto;
  }
}
.sis-mv-foot__side.cg {
  background: #49BCBD;
}
.sis-mv-foot__side.game {
  background: #EF8585;
}
.sis-mv-foot__side.manga {
  background: #6BBC6E;
}
.sis-mv-foot__side.design {
  background: #0086C9;
}
.sis-mv-foot__side.ms {
  background: #8E87C0;
}
.sis-mv-foot__link {
  position: relative;
  display: block;
  padding-top: 31px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__link {
    padding: 19px 0 17px;
  }
}
.sis-mv-foot__link.game {
  width: 455px;
  background: #EF8585;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__link.game {
    width: 285px;
  }
}
.sis-mv-foot__link.cg {
  width: 455px;
  background: #49BCBD;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__link.cg {
    width: 285px;
  }
}
.sis-mv-foot__link.manga {
  width: 455px;
  background: #6BBC6E;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__link.manga {
    width: 285px;
  }
}
.sis-mv-foot__link.design {
  width: 300px;
  background: #0086C9;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__link.design {
    width: 285px;
  }
}
.sis-mv-foot__link.ms {
  width: 223px;
  background: #8E87C0;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__link.ms {
    width: 285px;
  }
}
.sis-mv-foot__eg {
  font-family: "DIN Condensed", sans-serif;
  font-size: 28px;
  text-indent: 1px;
  letter-spacing: 1px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__eg {
    font-size: 19px;
  }
}
.sis-mv-foot__text {
  font-size: 14px;
  font-weight: 600;
  text-indent: 1.4px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__text {
    font-size: 13px;
    text-indent: 0;
    letter-spacing: 0;
  }
}
.sis-mv-foot__line1, .sis-mv-foot__line2 {
  position: absolute;
  width: 30px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__line1, .sis-mv-foot__line2 {
    width: 20px;
  }
}
.sis-mv-foot__line1 svg, .sis-mv-foot__line2 svg {
  fill: none;
  stroke: #1b143f;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
.sis-mv-foot__line1 {
  top: 0;
  left: 8px;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__line1 {
    left: 4px;
  }
}
.sis-mv-foot__line2 {
  right: 8px;
  bottom: 0;
}
@media screen and (max-width: 970px) {
  .sis-mv-foot__line2 {
    right: 4px;
  }
}

.opening {
  position: fixed;
  inset: 0;
  z-index: 700;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.opening.off {
  pointer-events: none;
  opacity: 0;
}
.opening picture,
.opening img {
  display: block;
}
.opening__bg {
  position: relative;
  z-index: 1;
}
.opening__bg img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.opening__box {
  position: absolute;
  top: calc(50% - 166.5px);
  right: 0;
  left: 0;
  z-index: 2;
  margin: 17px auto 0;
}
@media screen and (width <= 900px) {
  .opening__box {
    top: calc(50% - 17.906625vh);
    margin-top: 0;
  }
}
.opening__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 900px) {
  .opening__head {
    gap: 3.2541866667vw;
  }
}
.opening__text {
  width: 332px;
}
@media screen and (width <= 900px) {
  .opening__text {
    width: 34.71824vw;
  }
}
.opening__su {
  width: 349px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (width <= 900px) {
  .opening__su {
    width: 36.4889333333vw;
  }
}
.opening__su.on {
  -webkit-animation-name: opening-anime-on;
          animation-name: opening-anime-on;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.opening__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media screen and (width <= 900px) {
  .opening__name {
    padding-top: 1.9532vw;
  }
}
.opening__name img {
  width: auto;
}
.opening__senmon {
  height: 67px;
  margin-right: 16.4704px;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (width <= 900px) {
  .opening__senmon {
    height: 6.9545866667vw;
    margin-right: 1.68888vw;
  }
}
.opening__d {
  height: 66px;
  margin-top: 1px;
  margin-right: 5.3988px;
}
@media screen and (width <= 900px) {
  .opening__d {
    height: 6.8562133333vw;
    margin-top: 0.1162133333vw;
    margin-right: 0.54688vw;
  }
}
.opening__j {
  height: 66px;
  margin-top: 1px;
  margin-right: 4.4717px;
}
@media screen and (width <= 900px) {
  .opening__j {
    height: 6.8562133333vw;
    margin-top: 0.1162133333vw;
    margin-right: 0.41128vw;
  }
}
.opening__t {
  height: 66px;
  margin-top: 1px;
  margin-right: 6.9942px;
}
@media screen and (width <= 900px) {
  .opening__t {
    height: 6.8580533333vw;
    margin-top: 0.1162133333vw;
    margin-right: 0.7354666667vw;
  }
}
.opening__r {
  height: 66.4819px;
  margin-top: 1px;
  margin-right: 2.98px;
}
@media screen and (width <= 900px) {
  .opening__r {
    height: 6.9495733333vw;
    margin-top: 0.10832vw;
    margin-right: 0.2651466667vw;
  }
}
.opening__a {
  height: 65px;
  margin-top: 2px;
  margin-right: 1.9317px;
}
@media screen and (width <= 900px) {
  .opening__a {
    height: 6.82128vw;
    margin-top: 0.1511466667vw;
    margin-right: 0.2084vw;
  }
}
.opening__0 {
  height: 10px;
  margin-top: 20px;
  margin-right: 5.9077px;
}
@media screen and (width <= 900px) {
  .opening__0 {
    height: 1.07704vw;
    margin-top: 2.01504vw;
    margin-right: 0.4253866667vw;
  }
}
.opening__tu {
  height: 66.0183px;
  margin-right: 6.9665px;
}
@media screen and (width <= 900px) {
  .opening__tu {
    height: 6.8660266667vw;
    margin-top: 0.11208vw;
    margin-right: 0.7013333333vw;
  }
}
.opening__s {
  height: 67px;
  margin-right: 6.4756px;
}
@media screen and (width <= 900px) {
  .opening__s {
    height: 7.01888vw;
    margin-top: 0.02392vw;
    margin-right: 0.63624vw;
  }
}
.opening__i {
  height: 67px;
}
@media screen and (width <= 900px) {
  .opening__i {
    height: 7.0044533333vw;
    margin-top: 0.0215466667vw;
  }
}
.opening__eg {
  width: 386px;
  margin: 64px auto 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (width <= 900px) {
  .opening__eg {
    width: 50.3703466667vw;
    margin-top: 9.8666666667vw;
  }
}
.opening__eg.on {
  -webkit-animation-name: opening-anime-on;
          animation-name: opening-anime-on;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.opening__foot {
  margin-top: 39px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (width <= 900px) {
  .opening__foot {
    margin-top: 5.106vw;
  }
}
.opening__foot.on {
  -webkit-animation-name: opening-anime-on;
          animation-name: opening-anime-on;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.opening__foot0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (width <= 900px) {
  .opening__foot0 {
    gap: 3.2822666667vw;
  }
}
.opening__foot0 img {
  width: auto;
  height: 17px;
}
@media screen and (width <= 900px) {
  .opening__foot0 img {
    height: 2.1497333333vw;
  }
}
.opening__foot1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 0;
}
@media screen and (width <= 900px) {
  .opening__foot1 {
    gap: 3.2822666667vw;
    margin-top: 2.4552vw;
  }
}
.opening__foot1 img {
  width: auto;
  height: 17px;
}
@media screen and (width <= 900px) {
  .opening__foot1 img {
    height: 2.1497333333vw;
  }
}
.opening .typing {
  opacity: 0;
}
.opening .typing.on {
  -webkit-animation-name: typing-animation;
          animation-name: typing-animation;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes opening-anime-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes opening-anime-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes typing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.din {
  font-family: "DIN Bold", sans-serif;
  font-style: normal;
}

.letter-sp {
  font-style: normal;
  text-indent: 0.07em;
  letter-spacing: 0.07em;
}