@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500&family=Source+Code+Pro&family=Work+Sans:wght@400;600&display=swap");
/*-------------------------------------

color

-------------------------------------*/
/*-------------------------------------

sp

-------------------------------------*/
.sp {
  display: none;
}

@media (max-width: 736px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*-------------------------------------

fonts

-------------------------------------*/
/*-------------------------------------

padding

-------------------------------------*/
/*-------------------------------------

extend

-------------------------------------*/
.co {
  opacity: 0.7;
  font-size: 11px;
  display: block;
  line-height: 1;
}
.co::before {
  content: "// ";
  font-family: "Source Code Pro", sans-serif;
}

.link a {
  display: block;
  font-size: 20px;
  padding-left: 2em;
}
.link a .en::before {
  content: "->";
  display: inline-block;
  font-family: "Source Code Pro", sans-serif;
  color: #0093FF;
  margin: 0 0.6em 0 -1.8em;
}

.wide-s {
  width: 700px;
}
@media (max-width: 736px) {
  .wide-s {
    width: 100%;
  }
}

.wide-m {
  max-width: 1400px;
  padding-left: 10vw;
  padding-right: 10vw;
}
@media (max-width: 736px) {
  .wide-m {
    min-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recruit .visual, .wide-l {
  max-width: 1800px;
  padding-left: 3vw;
  padding-right: 3vw;
}

/*-------------------------------------

reset

-------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.85;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  line-height: 1.6;
}

img {
  max-width: 100%;
}

p {
  text-align: justify;
}

/*-------------------------------------

icon

-------------------------------------*/
/*-------------------------------------

font

-------------------------------------*/
.en {
  font-family: "Source Code Pro", sans-serif;
}

/*-------------------------------------

	parts

-------------------------------------*/
.t-caret {
  opacity: 0.1;
}

a .en {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover .en {
  color: #0093FF;
}

.recruitBnr {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  width: 450px;
}
.recruitBnr .closeBtn {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.recruitBnr .closeBtn img {
  vertical-align: top;
}
@media (max-width: 736px) {
  .recruitBnr {
    width: calc(100% - 40px);
    right: 20px;
    bottom: 20px;
  }
}

.recruitBnrContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0093FF;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.bnrTxtContainer {
  color: #ffffff;
  padding: 28px 15px 15px 30px;
  font-weight: bold;
}
@media (max-width: 736px) {
  .bnrTxtContainer {
    padding: 5.1630434783vw 2.7173913043vw 2.7173913043vw 5.4347826087vw;
    font-size: 3.2608695652vw;
  }
}

.bnrTxt {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.bnrImg {
  width: 50%;
}

.bnrTxtRecruit {
  position: relative;
  margin: 10px 0 0 50px;
}
@media (max-width: 736px) {
  .bnrTxtRecruit {
    margin: 2.0380434783vw 0 0 8.152173913vw;
  }
}
.bnrTxtRecruit::before {
  content: "->";
  display: inline-block;
  font-family: "Source Code Pro", sans-serif;
  margin: 0 0.6em 0 -1.8em;
}

.cHeader {
  margin-top: 70px;
  margin-bottom: 120px;
}
.cHeader h1 .co {
  font-size: 18px;
}
.cHeader h1 .en {
  font-size: 30px;
}
@media (max-width: 736px) {
  .cHeader h1 .co {
    font-size: 15px;
  }
  .cHeader h1 .en {
    font-size: 25px;
  }
}

.brackets {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  padding: 0 100px;
  text-align: center;
}
.brackets::before {
  content: "{";
  left: 0;
}
.brackets::after {
  content: "}";
  right: 0;
}
.brackets::before, .brackets::after {
  position: absolute;
  top: 50%;
  font-size: 250px;
  opacity: 0.1;
  line-height: 1;
  translate: 0 -60%;
  font-family: "Source Code Pro", sans-serif;
  font-weight: normal;
}
@media (max-width: 736px) {
  .brackets {
    font-size: 6vw;
    letter-spacing: 0.05em;
    margin: 0 auto 40px;
    padding: 0 0px;
    text-align: left;
  }
  .brackets::before, .brackets::after {
    opacity: 0.05;
  }
}

.defaultTable {
  width: 100%;
  font-size: 18px;
}
.defaultTable tr:not(:last-child) {
  border-bottom: 1px solid rgba(59, 67, 70, 0.2);
}
.defaultTable th,
.defaultTable td {
  padding: 30px 0;
}
.defaultTable th {
  color: #0093FF;
  min-width: 8em;
  padding-right: 1em;
}
.defaultTable a {
  text-decoration: underline;
  color: #0093FF;
}
@media (max-width: 736px) {
  .defaultTable {
    font-size: 14px;
  }
  .defaultTable th,
  .defaultTable td {
    padding: 15px 0;
  }
}

/*-------------------------------------

	layout

-------------------------------------*/
[class^=wide-] {
  margin-left: auto;
  margin-right: auto;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}
.nowrap::before {
  content: " ";
  display: inline-block;
  overflow: hidden;
  width: 0;
}

#gHeader #gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Source Code Pro", sans-serif;
  padding: 0 80px;
  margin-bottom: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  width: 100%;
}
#gHeader #gNav .logo {
  display: block;
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#gHeader #gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gHeader #gNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  position: relative;
  font-size: 20px;
  height: 80px;
  padding: 0 30px;
}
#gHeader #gNav ul li a::before {
  position: absolute;
  content: "";
}
#gHeader #gNav ul li.blog a {
  padding: 8px 15px;
  line-height: 1;
  color: #7F8A91;
  border: 1px solid #7F8A91;
  border-radius: 100vw;
  font-size: 14px;
}
#gHeader #gNav ul li:last-child a {
  height: 60px;
}

@media (max-width: 1440px) {
  #gHeader #gNav {
    padding: 0 5.5555555556vw;
  }
  #gHeader #gNav .logo {
    width: 18.0555555556vw;
  }
  #gHeader #gNav ul li a {
    height: 5.5555555556vw;
    font-size: 1.3888888889vw;
    padding: 0 2.0833333333vw;
  }
  #gHeader #gNav ul li a .co {
    font-size: 0.8333333333vw;
  }
  #gHeader #gNav ul li a .en {
    font-size: 1.3888888889vw;
  }
  #gHeader #gNav ul li:last-child a {
    height: 4.1666666667vw;
  }
}
@media (max-width: 960px) {
  #gHeader #gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: -5vh;
    z-index: 10;
  }
  #gHeader #gNav .logo {
    width: 180px;
    position: relative;
    z-index: 98;
  }
}
/*-------------------------------------

menuBtn

-------------------------------------*/
#menuBtn {
  display: none;
}

.menu {
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 101;
  top: 15px;
  right: 30px;
}
.menuPart {
  width: 20px;
  height: 3px;
  position: absolute;
  background: #000;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 5px;
  -webkit-transition: all 0.23s cubic-bezier(0.6, 0.1, 0.4, 0.8);
  transition: all 0.23s cubic-bezier(0.6, 0.1, 0.4, 0.8);
  width: 20;
  top: calc(50% - 9.5px - 2px);
}
.menuPart:nth-of-type(1) {
  top: calc(50% - 9.5px - 2px);
  width: 20px;
}
.menuPart:nth-of-type(2) {
  top: calc(50% - 9.5px + 5px);
  width: 20px;
}
.menuPart:nth-of-type(3) {
  top: calc(50% - 9.5px + 12px);
  width: 20px;
}

input#menuBtn:checked + label .menu {
  -webkit-transform: scale(1.21) rotate(180deg);
          transform: scale(1.21) rotate(180deg);
}

input#menuBtn:checked + label .menu .menuPart:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px !important;
  height: 3px !important;
  top: calc(50% - 2.5px) !important;
}

input#menuBtn:checked + label .menu .menuPart:nth-of-type(2) {
  left: 8px !important;
  opacity: 0;
}

input#menuBtn:checked + label .menu .menuPart:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px !important;
  height: 3px !important;
  top: calc(50% - 2.5px) !important;
}

@media (max-width: 960px) {
  .nav-renew .sp {
    display: block;
  }
  .nav-renew .pc {
    display: none;
  }
}
.nav-renew ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-renew .entry-btn {
  background-color: #FF6C00;
  color: #ffffff;
  padding: 10px 20px;
  border: 2px solid #FF6C00;
  border-radius: 1000px;
}
.nav-renew .entry-btn:hover {
  background-color: #ffffff;
  color: #FF6C00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1440px) {
  .nav-renew .entry-btn {
    padding: 0.6944444444vw 1.3888888889vw;
  }
}
@media (max-width: 960px) {
  .nav-renew .entry-btn {
    padding: 1.5625vw 6.25vw;
  }
}
.nav-renew ul li:last-child a:hover .en {
  color: #FF6C00;
}

.js-nav {
  position: relative;
}

.js-nav.is-scrolled {
  position: fixed;
  z-index: 2;
  top: 0;
}

#gHeader #gNav .navBtn {
  display: none;
}
@media (max-width: 960px) {
  #gHeader #gNav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    -webkit-backdrop-filter: grayscale(100%) blur(10px);
            backdrop-filter: grayscale(100%) blur(10px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  #gHeader #gNav .navBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 53px;
  }
  #gHeader #gNav .navBtnIco {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
  }
  #gHeader #gNav .navBtnTxtBox {
    font-size: 13px;
    color: #7F8A91;
    line-height: 1;
    margin: 8px auto 0;
  }
  #gHeader #gNav .navBtnTxtBox p:nth-child(1) {
    display: block;
  }
  #gHeader #gNav .navBtnTxtBox p:nth-child(2) {
    display: none;
  }
  #gHeader #gNav .menuBar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 100px;
    background-color: #7F8A91;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
  #gHeader #gNav ul {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #gHeader #gNav ul li a {
    min-width: 0;
    height: auto;
    padding: 4.8309178744vw;
    margin-bottom: 8.4541062802vw;
  }
  #gHeader #gNav ul li a .co {
    font-size: 11px;
  }
  #gHeader #gNav ul li a .en {
    font-size: 20px;
  }
  #gHeader #gNav ul li.blog a {
    padding: 8px 15px;
    line-height: 1;
    color: #7F8A91;
    border: 1px solid #7F8A91;
    border-radius: 100vw;
    font-size: 14px;
  }
  #gHeader #gNav.is-active::before {
    opacity: 1;
    visibility: visible;
  }
  #gHeader #gNav.is-active .navBtnTxtBox p:nth-child(1) {
    display: none;
  }
  #gHeader #gNav.is-active .navBtnTxtBox p:nth-child(2) {
    display: block;
  }
  #gHeader #gNav.is-active .navBtnIco {
    position: relative;
  }
  #gHeader #gNav.is-active .menuBar:nth-child(1) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 9px;
    position: absolute;
  }
  #gHeader #gNav.is-active .menuBar:nth-child(2) {
    opacity: 0;
  }
  #gHeader #gNav.is-active .menuBar:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
    position: absolute;
  }
  #gHeader #gNav.is-active ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

#gFooter {
  font-family: "Source Code Pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 150px 50px 50px;
}
#gFooter nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#gFooter nav .logo {
  display: block;
  line-height: 1;
}
#gFooter nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
#gFooter .copyright {
  font-size: 12px;
}

@media (max-width: 1440px) {
  #gFooter {
    font-size: 1.1111111111vw;
  }
  #gFooter .copyright {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 736px) {
  #gFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 15px 15px 20px;
  }
  #gFooter nav {
    gap: 20px;
  }
  #gFooter nav ul {
    display: none;
  }
  #gFooter .copyright {
    font-size: 10px;
  }
}
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

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

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

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*-------------------------------------

index

-------------------------------------*/
.mainVis {
  height: calc(100% - 150px);
  min-height: 600px;
  max-height: 50vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20vh;
}
.mainVis .mainVis-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
  -webkit-mask-image: url(/assets/images/logo_footer.svg);
          mask-image: url(/assets/images/logo_footer.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.mainVis .mainVis-txt {
  width: 40%;
  margin-left: 8%;
}
.mainVis .mainVis-txt h1 {
  font-size: 3vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.mainVis .mainVis-txt .lead {
  margin: 30px 0 40px;
}

.top-recruit {
  background: #7F8A91;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-recruit .txt {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
}
.top-recruit .txt h2 {
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.top-recruit .txt .link {
  margin-top: 30px;
}
.top-recruit .txt .link a:hover .en {
  color: #fff;
}
.top-recruit .txt .link a .en::before {
  color: #fff;
}
.top-recruit .txt .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.top-recruit .txt .linkList .link {
  min-width: 180px;
}
.top-recruit .pho {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-recruit .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 736px) {
  .mainVis {
    height: auto;
    min-height: 0;
    max-height: 1000vh;
    margin-bottom: 10vh;
  }
  .mainVis .mainVis-slide {
    width: 70%;
  }
  .mainVis .mainVis-txt {
    width: 85%;
    margin-top: 70vw;
  }
  .mainVis .mainVis-txt h1 {
    font-size: 7vw;
  }
  .mainVis .mainVis-txt .lead {
    margin: 20px 0 30px;
    font-size: 14px;
    line-height: 2.4;
  }
  .top-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .top-recruit .txt {
    width: 100%;
    padding: 40px 20px;
  }
  .top-recruit .txt h2 {
    font-size: 5vw;
  }
  .top-recruit .txt p {
    font-size: 14px;
  }
  .top-recruit .txt .link {
    margin-top: 20px;
  }
  .top-recruit .txt .linkList .link {
    min-width: 180px;
  }
  .top-recruit .pho {
    width: 100%;
  }
  .top-recruit .linkList {
    overflow: hidden;
    gap: 30px;
  }
  .top-recruit .linkList .link {
    min-width: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-recruit .linkList .link a {
    word-break: keep-all;
  }
}
/*-------------------------------------

business

-------------------------------------*/
main.business .lead .businessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}
main.business .lead .businessList > div {
  width: 300px;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
main.business .lead .businessList > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0093FF;
  border-radius: 50%;
  scale: 1.05;
}
main.business .lead .businessList > div dt {
  font-size: 22px;
  color: #0093FF;
  line-height: 1.4;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
}
main.business .lead .businessList > div dd {
  font-size: 14px;
}
main.business .project {
  margin-top: 120px;
}
main.business .project h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
}
main.business .project .projectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 60px;
}
main.business .project .projectList > li {
  width: calc(50% - 30px);
}
main.business .project .projectList > li:nth-child(n+3) {
  border-top: 1px solid rgba(59, 67, 70, 0.3);
  padding-top: 50px;
}
main.business .project .projectList > li h3 {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold;
}
main.business .project .projectList > li table {
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0 12px;
}
main.business .project .projectList > li table tr th {
  font-size: 12px;
  color: #0093FF;
  text-align: center;
  padding: 0 0.5em;
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
}
main.business .project .projectList > li table tr th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  border: 1px solid #0093FF;
  border-radius: 100vw;
}
main.business .project .projectList > li table tr td {
  font-size: 15px;
  color: #0093FF;
  line-height: 1.4;
  padding-left: 1em;
}

@media (max-width: 736px) {
  main.business .lead .businessList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  main.business .lead .businessList > div {
    width: 100%;
    height: auto;
    display: block;
  }
  main.business .lead .businessList > div::before {
    display: none;
  }
  main.business .lead .businessList > div:not(:last-child) {
    margin-bottom: 30px;
  }
  main.business .lead .businessList > div dt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  main.business .project {
    margin-top: 100px;
  }
  main.business .project h2 {
    font-size: 6vw;
  }
  main.business .project .projectList {
    gap: 20px;
  }
  main.business .project .projectList > li {
    width: 100%;
  }
  main.business .project .projectList > li:nth-child(n+2) {
    border-top: 1px solid rgba(59, 67, 70, 0.3);
    padding-top: 30px;
  }
  main.business .project .projectList > li table {
    margin-top: 10px;
  }
  main.business .project .projectList > li table tr th {
    font-size: 12px;
  }
  main.business .project .projectList > li table tr td {
    font-size: 14px;
  }
}
/*-------------------------------------

company

-------------------------------------*/
main.company .lead {
  text-align: center;
  margin-bottom: 150px;
}
main.company .lead h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  padding: 0 100px;
}
main.company .lead h2::before {
  content: "{";
  left: 0;
}
main.company .lead h2::after {
  content: "}";
  right: 0;
}
main.company .lead h2::before, main.company .lead h2::after {
  position: absolute;
  top: 50%;
  font-size: 250px;
  opacity: 0.1;
  line-height: 1;
  translate: 0 -60%;
  font-family: "Source Code Pro", sans-serif;
  font-weight: normal;
}
main.company .lead p {
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
main.company .lead p + p {
  margin-top: 1.5em;
}
main.company .outline {
  margin-bottom: 150px;
}
main.company .outline dl {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  font-size: 18px;
}
main.company .outline dl div {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
main.company .outline dl div dt {
  letter-spacing: 0.4em;
}
main.company .outline dl div dd {
  padding: 25px;
}
main.company .history {
  background: #3B4346;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
main.company .history h3 {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
}
main.company .history dl {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
main.company .history dl div {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
main.company .history dl div dt {
  font-family: "Source Code Pro", sans-serif;
  color: #0093FF;
}
main.company .history dl div dd {
  font-size: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 1.5em;
}
main.company .history dl div dd:nth-child(2) {
  padding-top: 1em;
}
main.company .history dl div dd:last-child {
  padding-bottom: 1em;
}
main.company .map-points {
  max-width: 1400px;
  margin: 0 auto 40px;
  padding-left: 10vw;
  padding-right: 10vw;
}
main.company .map-points-inner {
  background-color: #FADBDA;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid #E83929;
}
main.company .map-points-ttl {
  font-size: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.company .map-points-txt {
  line-height: 1.2;
}
main.company .map-points-ico {
  display: block;
  margin-right: 5px;
  line-height: 1;
}
main.company .map-points-ico img {
  width: 100%;
  height: auto;
}
main.company .map-points-txt + .map-points-txt {
  margin-top: 10px;
}

@media (max-width: 736px) {
  main.company .lead {
    text-align: justify;
    margin-bottom: 100px;
  }
  main.company .lead h2 {
    font-size: 6vw;
    letter-spacing: 0.05em;
    margin: 0 auto 40px;
    padding: 0 0px;
  }
  main.company .lead h2::before, main.company .lead h2::after {
    opacity: 0.05;
  }
  main.company .lead p {
    text-align: justify;
  }
  main.company .outline {
    margin-bottom: 50px;
  }
  main.company .outline dl {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    font-size: 16px;
  }
  main.company .outline dl dd {
    padding: 0.5em 0 2em 0.5em;
  }
  main.company .history h3 {
    font-size: 6vw;
  }
  main.company .history dl {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  main.company .map-points-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/*-------------------------------------

common

-------------------------------------*/
.recruit {
  background: #EDEEF1;
}
.recruit .cHeader {
  margin-bottom: 50px;
}
.recruit .cHeader #recruitNav {
  border-left: 1px solid rgba(127, 138, 145, 0.2);
  padding-left: 15px;
  margin-top: 15px;
  margin-left: 5px;
}
.recruit .cHeader #recruitNav ul li a {
  color: #7F8A91;
}
.recruit .cHeader #recruitNav ul li a::before {
  content: "<>";
  color: #0093FF;
  font-family: "Source Code Pro", sans-serif;
  margin-right: 0.5em;
}
.recruit .cHeader #recruitNav ul li a.is-current {
  color: #0093FF;
  pointer-events: none;
}
.recruit .visual {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.recruit .visual img {
  width: 100%;
}
.recruit h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 120px;
  letter-spacing: 0.2em;
}
.recruit .phoSlider {
  margin-top: 120px;
}
.recruit .phoSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit .phoSlider .swiper-wrapper .swiper-slide {
  margin: 0 20px;
}

@media (max-width: 736px) {
  .recruit .cHeader #recruitNav ul li {
    font-size: 13px;
  }
  .recruit .visual {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .recruit .visual img {
    width: 130%;
    max-width: none;
    margin: 0 -15%;
  }
  .recruit h2 {
    font-size: 22px;
    margin-top: 80px;
    margin-bottom: 80px;
    letter-spacing: 0.1em;
  }
  .recruit .phoSlider {
    margin-top: 80px;
  }
  .recruit .phoSlider .swiper-wrapper .swiper-slide {
    margin: 0 5px;
  }
}
.philosophy .lead {
  margin-bottom: 120px;
}
.philosophy .lead p {
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 2em;
}
.philosophy h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #0093FF;
}
.philosophy .philosophyItem {
  position: relative;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.philosophy .philosophyItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background: #0093FF;
}
.philosophy .philosophyItem h3 {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  color: #0093FF;
  font-size: 35px;
  line-height: 1.2;
}
.philosophy .philosophyItem h3 .en {
  font-size: 70px;
}

@media (max-width: 736px) {
  .philosophy .lead {
    margin-bottom: 100px;
  }
  .philosophy .philosophyItem {
    padding: 40px 0 80px;
    display: block;
  }
  .philosophy .philosophyItem:last-child {
    padding-bottom: 0;
  }
  .philosophy .philosophyItem::before {
    width: 40%;
  }
  .philosophy .philosophyItem h3 {
    width: 100%;
    gap: 20px;
    font-size: 25px;
    margin-bottom: 40px;
  }
  .philosophy .philosophyItem h3 .en {
    font-size: 50px;
  }
}
.topInterview .phoW {
  display: block;
  margin: 0 -50px 80px;
  position: relative;
}
.topInterview .phoW .name {
  position: absolute;
  top: 30px;
  left: -30px;
}
.topInterview .phoW .name > * {
  display: block;
  background: #0093FF;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 5px 10px;
  letter-spacing: 0.1em;
}
.topInterview .phoW .name span {
  font-size: 12px;
  margin-bottom: 2px;
}
.topInterview .phoW .name strong {
  font-size: 16px;
}
.topInterview p {
  margin-bottom: 80px;
}
.topInterview p.q {
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin-bottom: 60px;
}
.topInterview p.q::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.topInterview .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.topInterview .flex.phoR {
  margin-right: -10vw;
}
.topInterview .flex.phoL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -10vw;
}
.topInterview .flex .pho {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 736px) {
  .topInterview .phoW {
    margin: 0 -20px 60px;
  }
  .topInterview .phoW .name {
    top: 20px;
    left: 0;
  }
  .topInterview p {
    margin-bottom: 60px;
  }
  .topInterview p.q {
    padding-left: 40px;
  }
  .topInterview p.q::before {
    width: 30px;
  }
  .topInterview .flex {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topInterview .flex.phoR {
    margin-right: 0;
  }
  .topInterview .flex.phoL {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
  .topInterview .flex .pho {
    width: 100%;
    margin-bottom: 60px;
  }
}
.keyword .keywordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
.keyword .keywordItem {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 50px;
  width: calc((100% - 80px) / 3);
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .keyword .keywordItem:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
}
.keyword .keywordItem::after {
  content: "+";
  font-family: "Source Code Pro", sans-serif;
  color: #0093FF;
  font-size: 35px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  line-height: 1;
}
.keyword .keywordItem h2 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: bold;
  min-height: 5em;
}
.keyword .keywordItem h2::before {
  content: "Keyword";
  font-family: "Source Code Pro", sans-serif;
  color: #0093FF;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.keyword .keywordItem p {
  font-size: 15px;
  color: #7F8A91;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.keyword #modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: brightness(95%) blur(10px);
          backdrop-filter: brightness(95%) blur(10px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.keyword #modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.keyword #modal .keywordItem {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 101;
  padding: 40px 40px 50px;
  width: 750px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 95vh;
}
.keyword #modal .keywordItem::after {
  content: "-";
}
.keyword #modal .keywordItem h2 {
  font-size: 40px;
  min-height: 4em;
}
.keyword #modal .keywordItem p {
  color: #000;
  display: block;
}

@media (max-width: 736px) {
  .keyword .keywordList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .keyword .keywordItem {
    padding: 20px 20px 30px;
    width: 100%;
    overflow: scroll;
  }
  .keyword .keywordItem::after {
    font-size: 25px;
    right: 5px;
    bottom: 3px;
  }
  .keyword .keywordItem h2 {
    min-height: 0;
    margin-bottom: 1.5em;
  }
  .keyword #modal .keywordItem {
    padding: 20px 20px 30px;
    width: 90%;
    max-height: 95dvh;
  }
  .keyword #modal .keywordItem h2 {
    font-size: 28px;
    min-height: 0;
  }
}
.interview .interviewItem {
  width: 800px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 0 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.interview .interviewItem + * {
  margin-top: 80px;
}
@media (any-hover: hover) {
  .interview .interviewItem:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
.interview .interviewItem .phoW {
  display: block;
  position: relative;
}
.interview .interviewItem .phoW:first-child img {
  border-radius: 10px 10px 0 0;
}
.interview .interviewItem .phoW .en {
  display: block;
  font-size: 20px;
  line-height: 1;
  background: #0093FF;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 30px;
  left: -30px;
  padding: 5px 15px;
}
.interview .interviewItem header {
  margin-left: 50px;
  margin-right: 50px;
}
.interview .interviewItem h2 {
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: -0.7em;
  margin-bottom: 0.7em;
  position: relative;
}
.interview .interviewItem .profile {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.interview .interviewItem .profile .dev {
  font-size: 12px;
  display: block;
}
.interview .interviewItem .profile .name {
  font-size: 20px;
}
.interview .interviewItem .accordion {
  padding-top: 80px;
  display: none;
}
.interview .interviewItem .accordion .phoW {
  margin-top: 50px;
  margin-bottom: 50px;
}
.interview .interviewItem .accordion p {
  margin: 0 50px;
}

@media (max-width: 736px) {
  .interview .interviewItem {
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 0 0 20px;
  }
  .interview .interviewItem + * {
    margin-top: 40px;
  }
  .interview .interviewItem .phoW .en {
    font-size: 16px;
    left: -20px;
    padding: 5px 10px;
  }
  .interview .interviewItem header {
    margin-left: 20px;
    margin-right: 20px;
  }
  .interview .interviewItem h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .interview .interviewItem .profile .dev {
    font-size: 11px;
  }
  .interview .interviewItem .profile .name {
    font-size: 16px;
  }
  .interview .interviewItem .accordion {
    padding-top: 40px;
  }
  .interview .interviewItem .accordion .phoW {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .interview .interviewItem .accordion p {
    margin: 0 20px;
  }
}
.welfare .welfareList {
  margin-top: 120px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.welfare .welfareList .welfareItem {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  background: #e2e4e8;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
.welfare .welfareList .welfareItem p {
  font-size: 22px;
  font-weight: bold;
}
.welfare .welfareList .welfareItem .listTit {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.welfare .welfareList .welfareItem ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.welfare .welfareList .welfareItem ul li {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 0.5em;
}

@media (max-width: 736px) {
  .welfare .welfareList {
    margin-top: 60px;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .welfare .welfareList .welfareItem {
    padding: 20px;
    margin-bottom: 10px;
  }
  .welfare .welfareList .welfareItem p {
    font-size: 18px;
  }
  .welfare .welfareList .welfareItem .listTit {
    font-size: 16px;
  }
}
.salary .data {
  background: #fff;
  padding: 80px;
  border-radius: 5px;
}
.salary .data > div:not(:last-child) {
  margin-bottom: 80px;
}
.salary .data h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 50px;
}
.salary .data h2 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
.salary .data .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salary .data .model li {
  text-align: center;
  padding: 0 40px;
}
.salary .data .model li:not(:last-child) {
  border-right: 1px solid rgba(59, 67, 70, 0.2);
}
.salary .data .model li span {
  display: block;
}
.salary .data .model li span.stage {
  font-size: 22px;
  font-weight: bold;
  color: #0093FF;
}
.salary .data .model li span.spec {
  font-size: 12px;
  color: #0093FF;
  line-height: 1.4;
}
.salary .data .model li span.price {
  font-weight: bold;
  font-size: 22px;
}
.salary .data .model li span.price em {
  font-style: normal;
  font-size: 150%;
}
.salary .data .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.salary .data .rank .chartArea {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.salary .data .rank .rankTable {
  font-weight: bold;
  font-size: 16px;
}
.salary .data .rank .rankTable th, .salary .data .rank .rankTable td {
  vertical-align: middle;
}
.salary .data .rank .rankTable th {
  font-size: 120%;
  padding-right: 1em;
  color: #0093FF;
}

@media (max-width: 736px) {
  .salary .data {
    padding: 20px;
  }
  .salary .data > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .salary .data h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .salary .data h2 span {
    font-size: 14px;
  }
  .salary .data .model {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  .salary .data .model li {
    text-align: center;
    padding: 0 15px;
    width: 50%;
  }
  .salary .data .model li:nth-child(2n) {
    border-right: none;
  }
  .salary .data .model li span.stage {
    font-size: 16px;
  }
  .salary .data .model li span.spec {
    font-size: 11px;
  }
  .salary .data .model li span.price {
    font-size: 16px;
  }
  .salary .data .rank {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .salary .data .rank .chartArea {
    width: 80%;
  }
}
/*-------------------------------------

	index

-------------------------------------*/
.entryBtn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #0093FF;
  border-radius: 5px;
  margin-top: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .entryBtn:hover {
    opacity: 0.8;
  }
}

.jobIndex .jobList > li {
  margin-bottom: 40px;
}
.jobIndex .jobList > li a {
  display: block;
  background: #fff;
  padding: 60px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .jobIndex .jobList > li a:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
}
.jobIndex .jobList > li a h2 {
  margin: 0;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.jobIndex .jobList > li a .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.jobIndex .jobList > li a .tag li {
  font-size: 14px;
  color: #0093FF;
  border: 1px solid #0093FF;
  padding: 8px 20px;
  border-radius: 100vw;
  line-height: 1;
}

@media (max-width: 736px) {
  .jobIndex .jobList > li {
    margin-bottom: 20px;
  }
  .jobIndex .jobList > li a {
    padding: 30px;
  }
  .jobIndex .jobList > li a h2 {
    margin-bottom: 25px;
  }
  .jobIndex .jobList > li a .tag {
    margin-bottom: 20px;
  }
  .jobIndex .jobList > li a .tag li {
    font-size: 11px;
    padding: 6px 12px;
  }
}
/*-------------------------------------

	form

-------------------------------------*/
.entry form input, .entry form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
}
.entry form input[type=number], .entry form textarea[type=number] {
  width: 200px;
}
.entry .formTable {
  width: 100%;
  font-size: 18px;
  margin-top: 50px;
}
.entry .formTable tr th {
  color: #0093FF;
  width: 25%;
  padding: 20px 0 0;
}
.entry .formTable tr td {
  padding: 10px 0;
  width: 75%;
}

@media (max-width: 736px) {
  .entry .formTable {
    font-size: 16px;
  }
  .entry .formTable tr th, .entry .formTable tr td {
    display: block;
    width: 100%;
  }
  .entry .formTable tr th {
    padding: 10px 0 0;
  }
  .entry .formTable tr td {
    padding: 5px 0;
  }
}/*# sourceMappingURL=style.css.map */

/*-------------------------------------
  contact form (= /contact/)
-------------------------------------*/
.contactForm {
  max-width: 640px;
  margin: 40px auto 0;
}
.contactForm p {
  margin-bottom: 24px;
}
.contactForm label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.contactForm .required {
  color: #d33;
  margin-left: 4px;
}
.contactForm input,
.contactForm textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
  background: #fff;
  box-sizing: border-box;
}
.contactForm input:focus,
.contactForm textarea:focus {
  outline: 2px solid #2c7be5;
  outline-offset: -1px;
  border-color: #2c7be5;
}
.contactForm textarea {
  resize: vertical;
  min-height: 160px;
}
.contactForm .submit {
  margin-top: 32px;
  text-align: center;
}
.contactForm .entryBtn {
  display: inline-block;
  min-width: 240px;
  padding: 14px 32px;
  cursor: pointer;
  border: none;
  font-size: 1rem;
}
.contact .lead {
  margin: 20px 0;
  line-height: 1.8;
}
