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

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%);
}

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

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

.event-close {
  padding: 20px;
  margin: 30px 0;
  text-align: center;
  border: solid 3px #f00;
}
.event-close h2 {
  margin: 24px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  background: none;
}
.event-close p {
  margin: 24px 0;
  font-weight: 600;
}
.event-close a {
  color: #000;
}
.event-close a img {
  width: 238px;
  height: auto;
}

.event-single::after {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 100px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .event-single::after {
    height: 10px;
    margin-top: 80px;
  }
}
.event-single__wrap {
  max-width: 1040px;
  padding: 60px 20px 0;
  margin: 0 auto;
}
.event-single__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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38px;
  padding: 0 14px;
  margin: 0;
  color: #fff;
  background: #0053A5;
}
.event-single__title .tribe-events-back {
  margin: 0;
}
.event-single__title a {
  display: block;
  padding: 0.5em 1em;
  font-size: 0.9rem;
  color: #000;
  background-color: #fff;
  border: solid 1px #ccc;
}
.event-single__h1 {
  padding: 19px 14px;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
}
.event-single__btn-wrap {
  padding: 35px;
  margin: 80px auto;
  background: #eee;
}
@media screen and (width <= 900px) {
  .event-single__btn-wrap {
    padding: 20px;
  }
}
.event-single__btn {
  display: block;
  width: 100%;
  padding: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #005ca2;
  border-radius: 5px;
}
.event-single__content {
  margin-top: 80px;
  font-weight: 300;
  color: #333;
}
.event-single__content b,
.event-single__content strong {
  font-weight: 600;
}
.event-single__content h1-2 {
  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) {
  .event-single__content h1-2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.event-single__content h2 {
  padding: 19px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
@media screen and (width <= 900px) {
  .event-single__content h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.event-single__content h2.nol {
  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;
}
.event-single__content h2.nol::before {
  display: block;
  width: 5px;
  height: auto;
  margin-right: 12px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .event-single__content h2.nol {
    margin: 67px 0 27px;
    font-size: 16px;
  }
  .event-single__content h2.nol::before {
    margin-right: 6px;
  }
}
.event-single__content h2-2 {
  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) {
  .event-single__content h2-2 {
    margin: 67px 0 27px;
    font-size: 16px;
  }
}
.event-single__content h2-2::before {
  display: block;
  width: 5px;
  height: auto;
  margin-right: 12px;
  content: "";
  background: #1B143F;
}
@media screen and (width <= 900px) {
  .event-single__content h2-2::before {
    margin-right: 6px;
  }
}
.event-single__content h3 {
  padding: 10px 12px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background: #448aca;
}
.event-single__content h3-2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
}
.event-single__content h4 {
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #000;
}
@media screen and (width <= 900px) {
  .event-single__content h4 {
    font-size: 13px;
    line-height: 20px;
  }
}
.event-single__content p {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (width <= 900px) {
  .event-single__content p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.event-single__content .text-center {
  margin-bottom: 28px;
  font-size: 16px;
  text-align: center;
}
@media screen and (width <= 900px) {
  .event-single__content .text-center {
    text-align: left;
  }
}
.event-single__content ul, .event-single__content ol {
  margin: 0 0 35px 1.5em;
}
@media screen and (width <= 900px) {
  .event-single__content ul, .event-single__content ol {
    margin-bottom: 20px;
  }
}
.event-single__content ul li {
  margin: 0 0 0.5em;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  list-style: disc;
}
@media screen and (width <= 900px) {
  .event-single__content ul li {
    font-size: 13px;
  }
}
.event-single__content ul.maru {
  margin: 0 0 100px;
}
@media screen and (width <= 900px) {
  .event-single__content ul.maru {
    margin-bottom: 80px;
  }
}
.event-single__content ul.maru li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.event-single__content ul.maru li span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-single__content ul.maru li::before {
  display: block;
  margin-right: 0.5em;
  content: "◯";
}
.event-single__content ul.check {
  margin: 0 0 35px;
}
@media screen and (width <= 900px) {
  .event-single__content ul.check {
    margin-bottom: 20px;
  }
}
.event-single__content ul.check li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}
.event-single__content ul.check li span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-single__content ul.check li::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 0.5em;
  margin-right: 0.5em;
  content: "";
  background: url("../img/icon/icon_box-checked.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (width <= 900px) {
  .event-single__content ul.check li {
    font-size: 16px;
  }
  .event-single__content ul.check li::before {
    margin-top: 0.4em;
  }
}
.event-single__content .pr {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em 1em;
  margin: 0 auto 35px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #0053a5;
  border-radius: 10px;
}
.event-single__content .pr::before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid #333;
  border-radius: 10px;
}
@media screen and (width <= 900px) {
  .event-single__content .pr {
    margin-bottom: 20px;
  }
}
.event-single__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
}
.event-single__content dt {
  width: 112px;
  margin-right: 14px;
}
.event-single__content dd {
  width: calc(100% - 126px);
  margin-bottom: 14px;
}
.event-single #tribe-events-pg-template {
  padding: 0;
}
.event-single #tribe-events-content {
  padding: 0;
  margin-bottom: 0;
}
.event-single .tribe-events-cal-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  clear: both;
}
.event-single .tribe-events-event-meta {
  margin: 30px 0;
  background: #fafafa;
  border: 1px solid #eee;
}
.event-single .tribe-events-meta-group {
  line-height: 1.2;
}
.event-single .tribe-events-meta-group dd {
  margin-bottom: 5px;
}
.event-single address.tribe-events-address {
  font-style: normal;
}
.event-single .tribe-events-meta-group-gmap {
  width: 100%;
  padding: 0 4% 4%;
  margin: 0;
}

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