@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -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;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/* --------------------------------------------------
	base
-------------------------------------------------- */
html {
  font-size: 62.5%;
  background-color: #CBCBCB;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  html.is-fixed {
    overflow: hidden;
  }
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 640px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #007BFF; /* 青い枠線 */
  outline-offset: 2px;
}

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

sup {
  font-size: 1rem;
}

section {
  padding: 2em 0;
}
@media screen and (min-width: 640px) {
  section {
    padding: 4em 0;
  }
}

/* --------------------------------------------------
	common
-------------------------------------------------- */
.sp, .tb, .pc {
  display: none;
}

@media screen and (max-width: 639px) {
  .sp {
    display: inherit;
  }
}
@media screen and (min-width: 640px) {
  .tb {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
.inner {
  width: 92%;
  max-width: 1152px;
  margin: 0 auto;
}

.note {
  font-size: 1rem;
  line-height: 1.833;
}
@media screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}

.txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .txt {
    font-size: 1.55rem;
  }
}

.--blank {
  vertical-align: baseline;
  width: 13px;
  margin-left: 5px;
}

/* ----------------------------------------
	btn
---------------------------------------- */
.btn {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#6221b8), to(#ba26ff));
  background: linear-gradient(to right, #6221b8 0%, #ba26ff 100%);
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .btn {
    font-size: 2.2rem;
    max-width: 320px;
    padding: 23px;
  }
}

.btn2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  border: 1px solid #fff;
  padding: 20px;
  display: block;
}
@media screen and (min-width: 640px) {
  .btn2 {
    max-width: 320px;
    padding: 23px;
  }
}
.btn2 .--blank {
  vertical-align: baseline;
  width: 13px;
  margin-left: 5px;
}

/* ----------------------------------------
	txtLink
---------------------------------------- */
.txtLink {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 0 20px 5px 0;
  position: relative;
}
.txtLink::before, .txtLink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: 12px;
  right: 4px;
}
.txtLink::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.txtLink2 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 0 5px 5px 0;
}

/* ----------------------------------------
	secTtl
---------------------------------------- */
.secTtl {
  margin: 0 0 30px;
}
@media screen and (min-width: 640px) {
  .secTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 45px;
  }
}
.secTtl .--en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 5.6rem;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 6px;
  background: -webkit-gradient(linear, left top, right top, from(#0bcdfb), to(#526cff));
  background: linear-gradient(to right, #0bcdfb, #526cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .secTtl .--en {
    font-size: 7.2rem;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--en {
    font-size: 10rem;
    margin: 0 48px 0 0;
  }
}
.secTtl .--ja {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 0 0 60px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .secTtl .--ja {
    font-size: 2rem;
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--ja {
    font-size: 2.4rem;
    padding: 0 0 0 115px;
  }
}
.secTtl .--ja::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .secTtl .--ja::before {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .secTtl .--ja::before {
    width: 80px;
  }
}

/* ----------------------------------------
	heading
---------------------------------------- */
.header {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #000;
  height: 40px;
}
@media screen and (min-width: 640px) {
  .header {
    height: 60px;
    padding: 9px 20px;
  }
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-left-logo {
  width: 72px;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 640px) {
  .header-left-logo {
    width: 86px;
    margin: 0 22px 0 0;
  }
}
.header-left-txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 640px) {
  .header-left-txt {
    font-size: 1.7rem;
  }
}
.header-right {
  width: 100%;
}
@media screen and (max-width: 1269px) {
  .header-right {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    z-index: 1000;
    padding: 50px 20px 80px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    overflow-y: scroll;
  }
  .header-right.panelactive {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (min-width: 1270px) {
  .header-right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 1270px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1270px) {
  .header-nav-list li:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1269px) {
  .header-nav-list li a {
    font-size: 1.6rem;
    padding: 18px;
    border-bottom: 1px solid #6B6B6B;
    display: block;
    position: relative;
  }
  .header-nav-list li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 639px) {
  .header-nav-list li a {
    padding: 15px;
  }
}
@media screen and (min-width: 1270px) {
  .header-nav-list li a {
    font-size: 1.4rem;
  }
}
.header-nav-list li a .is-new {
  display: inline;
  color: #ff0000;
  font-size: 0.9rem;
  vertical-align: text-top;
}
.header-hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  right: 15px;
  top: 21px;
  padding: 0;
  display: none;
}
@media screen and (max-width: 1269px) {
  .header-hamburger {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .header-hamburger {
    top: 11px;
  }
}
.header-hamburger span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  border-radius: 2px;
}
.header-hamburger span:nth-child(1) {
  top: 0;
}
.header-hamburger span:nth-child(2) {
  margin: 6px 0;
}
.header-hamburger span:nth-child(3) {
  top: 0;
}
.header-hamburger.active span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header-hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .btn {
  margin: 20px 0;
}
@media screen and (min-width: 1270px) {
  .header .btn {
    font-size: 1.5rem;
    max-width: 154px;
    padding: 10px;
    margin: 0 0 0 14px;
  }
}
@media screen and (min-width: 1270px) {
  .header #js-focus-trap {
    display: none;
  }
}

.footer {
  padding: 40px 0 20px;
  border-top: 1px solid #fff;
  background: url(../img/footer_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 70px 0;
  }
}
.footer-inner {
  margin: 0 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    margin: 0 60px;
  }
}
.footer-body-heading {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-body-logo {
  max-width: 120px;
  width: 100%;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 640px) {
  .footer-body-logo {
    max-width: 160px;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-body-logo {
    max-width: 250px;
    margin: 0 54px 0 0;
  }
}
.footer-body-txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 640px) {
  .footer-body-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-body-txt {
    font-size: 2.7rem;
  }
}
.footer-nav {
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .footer-list li:nth-child(n+2) {
    margin: 0 0 0 27px;
  }
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .footer-sns {
    margin: 0 0 0 45px;
  }
}
.footer-sns li {
  width: 24px;
}
@media screen and (min-width: 640px) {
  .footer-sns li {
    width: 30px;
  }
}
.footer-sns li:nth-child(n+2) {
  margin: 0 0 0 20px;
}
.footer-note {
  font-size: 1rem;
  line-height: 1.66;
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .footer-note {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-note {
    font-size: 1.2rem;
  }
}
.footer-copy {
  text-align: right;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 1024px) {
  .footer-copy {
    font-size: 1.2rem;
  }
}

.pageTop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 640px) {
  .pageTop {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTop {
    width: 90px;
    height: 90px;
  }
}
.pageTop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 15px;
}

.kv {
  width: 100%;
  height: 80vh;
  max-height: 940px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 640px) {
  .kv {
    height: 100vh;
  }
}
.kv .inner {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 639px) {
  .kv .inner {
    width: 88%;
  }
}
.kv-video {
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.6) 1px, transparent 1px);
  background-size: 3px 3px; /* 網点の大きさ */
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  .kv-container {
    padding-top: 60px;
  }
}
@media screen and (min-width: 640px) {
  .kv-container {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 639px) {
  .kv-container .btn {
    font-size: 2rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 15px;
    max-width: 325px;
    width: 100%;
  }
}
.kv-subTtl {
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  font-weight: 100;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#0bcdfb), to(#526cff));
  background: linear-gradient(to right, #0bcdfb, #526cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 640px) {
  .kv-subTtl {
    font-size: 4.4rem;
    margin-bottom: 10px;
  }
}
.kv-ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (min-width: 640px) {
  .kv-ttl {
    font-size: 5.3rem;
  }
}
.kv-txt {
  font-size: 1.4rem;
  line-height: 1.88;
  margin: 10px 0;
}
@media screen and (min-width: 640px) {
  .kv-txt {
    font-size: 1.7rem;
    margin: 30px 0 80px;
  }
}
.kv .pauseBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 130px;
  right: 25px;
  background: url(../img/icn_pause.svg) no-repeat center center/11px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .kv .pauseBtn {
    bottom: 30px;
    right: 56px;
  }
}
.kv .pauseBtn.is-pause {
  background-image: url(../img/icn_play.svg);
}

.about {
  position: relative;
  overflow: hidden;
}
.about::before {
  position: absolute;
  content: "";
  width: 374px;
  height: 259px;
  background: url(../img/deco_about.png) no-repeat center center/100%;
  left: -202px;
  top: 10px;
}
@media screen and (min-width: 640px) {
  .about::before {
    width: 623px;
    height: 431px;
    left: -336px;
    top: -100px;
  }
}
.about .inner {
  position: relative;
  z-index: 2;
}
.about .secTtl {
  margin: 0 0 20px;
}
.about-catch {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.67;
}
@media screen and (min-width: 640px) {
  .about-catch {
    font-size: 3.1rem;
  }
}
.about-wrap {
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .about-wrap {
    margin: 28px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-img {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .about-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 58%;
    margin: 0 4% 0 0;
  }
}
.about-figure {
  max-width: 446px;
  width: 100%;
  margin: 16px auto;
}
@media screen and (min-width: 640px) {
  .about-figure {
    margin: 30px auto 35px;
  }
}

.feature {
  background: #0f1426;
  position: relative;
}
.feature .secTtl {
  position: absolute;
  left: 0;
  top: 30px;
}
@media screen and (min-width: 640px) {
  .feature .secTtl {
    top: 50px;
  }
}
.feature-list {
  margin: 80px 0 0;
}
@media screen and (min-width: 1024px) {
  .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.feature-item {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 640px) {
  .feature-item {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-item {
    width: 32%;
    margin: 0;
  }
}
.feature-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-item-num {
  display: block;
  color: #526cff;
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 100;
  margin: 0 16px 0 0;
}
@media screen and (min-width: 640px) {
  .feature-item-num {
    font-size: 5rem;
    margin: 0 24px 0 0;
  }
}
.feature-item-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.54;
}
@media screen and (min-width: 640px) {
  .feature-item-ttl {
    font-size: 2.4rem;
  }
}
.feature-item-img {
  margin: 16px auto 5px;
}
@media screen and (min-width: 640px) {
  .feature-item-img {
    margin: 24px auto 10px;
  }
}
.works {
  position: relative;
  overflow: hidden;
}
.works::before {
  position: absolute;
  content: "";
  width: 517px;
  height: 193px;
  background: url(../img/deco_works.png) no-repeat center center/100%;
  right: -229px;
  top: 0;
}
@media screen and (min-width: 640px) {
  .works::before {
    width: 862px;
    height: 322px;
    right: -382px;
    top: 0;
  }
}
.works .inner {
  position: relative;
  z-index: 2;
}
.works-txt {
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .works-txt {
    margin: 0 0 40px;
  }
}
.works-wrapper {
  position: relative;
}
.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
@media screen and (min-width: 640px) {
  .works-list {
    margin-bottom: 140px;
  }
}
.works-list.slick-initialized .slick-item:nth-child(n+2) {
  display: block;
}
.works-item {
  width: 484px;
  margin: 0 40px 0 0;
}
.works-item:nth-child(n+2) {
  display: none;
}
.works-item-img {
  margin: 0 0 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
@media screen and (min-width: 640px) {
  .works-item-img {
    margin: 0 0 16px;
  }
}
.works-item-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.works-item-cat {
  color: #526cff;
}
.works-item-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 16px;
  min-height: 76px;
}
@media screen and (min-width: 640px) {
  .works-item-ttl {
    font-size: 1.9rem;
  }
}
.works-item-info {
  font-size: 1.2rem;
  line-height: 1.92;
}
@media screen and (min-width: 640px) {
  .works-item-info {
    font-size: 1.4rem;
  }
}
.works-more {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 45px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 190px;
  padding: 30px;
  text-align: center;
}
.works-more span {
  position: relative;
  padding-right: 20px;
}
.works-more span::after {
  position: absolute;
  content: "";
  background: url(../img/icn_arrow_top.svg) no-repeat center center/100%;
  width: 12px;
  height: 14px;
  right: 0;
  top: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.works .slick-slide {
  margin: 0 10px;
}
@media screen and (min-width: 640px) {
  .works .slick-slide {
    margin: 0 20px;
  }
}
.works .slick-slide img {
  display: inline-block;
}
.works .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: -90px;
  font-size: 1rem;
  color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .works .slick-arrow {
    width: 90px;
    height: 90px;
    bottom: -144px;
  }
}
.works .slick-arrow.slick-next {
  right: 25px;
}
.works .slick-arrow.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.works .slick-arrow.slick-prev {
  right: 90px;
}
@media screen and (min-width: 640px) {
  .works .slick-arrow.slick-prev {
    right: 140px;
  }
}
.works .slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.works .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 14px;
  background: url(../img/icn_arrow_top.svg) no-repeat center center;
}
.works .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -80px;
  right: 160px;
}
@media screen and (min-width: 640px) {
  .works .slick-dots {
    bottom: -115px;
    right: 260px;
  }
}
.works .slick-dots li {
  text-align: center;
  border-bottom: 2px solid #666;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.works .slick-dots li.slick-active {
  border-bottom: 2px solid #fff;
}
.works .slick-dots li button {
  cursor: pointer;
  padding: 5px 10px;
}
@media screen and (min-width: 640px) {
  .works .slick-dots li button {
    padding: 10px 15px;
  }
}

.case {
  background: #0f1426;
  position: relative;
  overflow: hidden;
}
.case::before {
  position: absolute;
  content: "";
  width: 397px;
  height: 352px;
  background: url(../img/deco_case.png) no-repeat center center/100%;
  left: -155px;
  top: 90px;
}
@media screen and (min-width: 640px) {
  .case::before {
    width: 661px;
    height: 586px;
    left: -258px;
    top: 30px;
  }
}
.case .inner {
  position: relative;
  z-index: 2;
}
.case-txt {
  text-align: center;
}
.case-list {
  margin: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 0;
  }
}
.case-item {
  line-height: 1.66;
  background: #191d2f;
  max-width: 370px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 24px 16px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .case-item {
    width: 32%;
    margin: 0 0 24px;
    padding: 33px 20px;
  }
}
.case-item-ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .case-item-ttl {
    font-size: 2.2rem;
  }
}
.case-item-img {
  max-width: 162px;
  width: 60%;
  margin: 10px auto 15px;
}
.case-item-catch {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .case-item-catch {
    font-size: 1.8rem;
  }
}
.case-item-txt {
  margin: 15px 0;
  display: none;
}
.case-item .txtLink.is-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.case-item .txtLink.is-open::after {
  -webkit-transform: rotate(90deg) rotate(45deg);
          transform: rotate(90deg) rotate(45deg);
}
.case-sh {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 30px 0;
}
@media screen and (min-width: 640px) {
  .case-sh {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .case .production {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.case .production-item {
  background: #191d2f;
  max-width: 570px;
  width: 100%;
  margin: 0 auto 14px;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .case .production-item {
    width: 49.5%;
    margin: 0 0 14px;
  }
}
.case .production-item-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #526cff;
  padding: 0 0 15px;
  margin: 0 0 14px;
}
@media screen and (min-width: 640px) {
  .case .production-item-ttl {
    font-size: 2.2rem;
  }
}
.case .production-item-ttl .--s {
  font-size: 0.7em;
}
@media screen and (min-width: 640px) {
  .case .production-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.case .production-item-txt {
  text-align: justify;
}
.case .production-item-btn {
  font-size: 1.5rem;
  font-weight: 600;
}
.case .production-item-img {
  width: 100%;
  margin: 0 auto 15px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .case .production-item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 260px;
    width: 49.5%;
    margin: 0 0 0 15px;
  }
}

.cta {
  text-align: center;
  background: #191d2f;
  padding: 30px 0;
}
@media screen and (min-width: 640px) {
  .cta {
    padding: 45px 0 70px;
  }
}
.cta.bg-black {
  background: #000;
}
.cta-catch {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 640px) {
  .cta-catch {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-catch {
    font-size: 2.8rem;
  }
}
.cta-txt {
  font-size: 1.4rem;
  margin: 30px 0 20px;
}
@media screen and (min-width: 640px) {
  .cta-txt {
    font-size: 1.7rem;
    margin: 50px 0 30px;
  }
}

.flow {
  position: relative;
  overflow: hidden;
}
.flow::before {
  position: absolute;
  content: "";
  width: 374px;
  height: 259px;
  background: url(../img/deco_flow.png) no-repeat center center/100%;
  right: -197px;
  top: 20px;
}
@media screen and (min-width: 640px) {
  .flow::before {
    width: 623px;
    height: 431px;
    right: -328px;
    top: 20px;
  }
}
.flow .inner {
  position: relative;
  z-index: 2;
}
.flow-list {
  margin: 38px 0 0;
}
@media screen and (min-width: 1250px) {
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flow-item {
  position: relative;
}
@media screen and (max-width: 1249px) {
  .flow-item {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 auto 15px;
    width: 300px;
  }
}
@media screen and (min-width: 1250px) {
  .flow-item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1249px) {
  .flow-item:nth-child(1) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(1) {
    border-left: 1px solid #fff;
    width: 22%;
  }
  .flow-item:nth-child(1) .flow-item-inner {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(2) {
    width: 24%;
  }
  .flow-item:nth-child(2) .flow-item-inner {
    padding-left: 16%;
  }
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(3) {
    width: 26%;
  }
  .flow-item:nth-child(3) .flow-item-inner {
    padding-left: 16%;
  }
}
@media screen and (max-width: 1249px) {
  .flow-item:nth-child(4) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(4) {
    border-right: 1px solid #fff;
    width: 25.5%;
  }
  .flow-item:nth-child(4) .flow-item-inner {
    padding-left: 8%;
  }
}
.flow-item:nth-child(2) .flow-item-inner, .flow-item:nth-child(3) .flow-item-inner {
  position: relative;
}
.flow-item:nth-child(2) .flow-item-inner::before, .flow-item:nth-child(2) .flow-item-inner::after, .flow-item:nth-child(3) .flow-item-inner::before, .flow-item:nth-child(3) .flow-item-inner::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #fff;
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(2) .flow-item-inner::before, .flow-item:nth-child(3) .flow-item-inner::before {
    height: 165px;
    top: -3px;
    left: 21px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .flow-item:nth-child(2) .flow-item-inner::after, .flow-item:nth-child(3) .flow-item-inner::after {
    height: 165px;
    bottom: -3px;
    left: 21px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.flow-item:nth-child(1)::before, .flow-item:nth-child(1)::after, .flow-item:nth-child(2)::before, .flow-item:nth-child(2)::after, .flow-item:nth-child(3)::before, .flow-item:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #fff;
}
@media screen and (max-width: 1249px) {
  .flow-item:nth-child(1)::before, .flow-item:nth-child(2)::before, .flow-item:nth-child(3)::before {
    height: 151px;
    bottom: -86px;
    left: 74px;
    -webkit-transform: rotate(-82deg);
            transform: rotate(-82deg);
  }
  .flow-item:nth-child(1)::after, .flow-item:nth-child(2)::after, .flow-item:nth-child(3)::after {
    height: 151px;
    bottom: -86px;
    right: 74px;
    -webkit-transform: rotate(82deg);
            transform: rotate(82deg);
  }
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(1)::before, .flow-item:nth-child(2)::before, .flow-item:nth-child(3)::before {
    height: 165px;
    top: -3px;
    right: -21px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .flow-item:nth-child(1)::after, .flow-item:nth-child(2)::after, .flow-item:nth-child(3)::after {
    height: 165px;
    bottom: -3px;
    right: -21px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@media screen and (max-width: 1249px) {
  .flow-item:nth-child(2) .flow-item-inner::before, .flow-item:nth-child(2) .flow-item-inner::after, .flow-item:nth-child(3) .flow-item-inner::before, .flow-item:nth-child(3) .flow-item-inner::after, .flow-item:nth-child(4) .flow-item-inner::before, .flow-item:nth-child(4) .flow-item-inner::after {
    position: absolute;
    content: "";
    width: 1px;
    background: #fff;
  }
  .flow-item:nth-child(2) .flow-item-inner::before, .flow-item:nth-child(3) .flow-item-inner::before, .flow-item:nth-child(4) .flow-item-inner::before {
    height: 151px;
    top: -65px;
    left: 74px;
    -webkit-transform: rotate(-82deg);
            transform: rotate(-82deg);
  }
  .flow-item:nth-child(2) .flow-item-inner::after, .flow-item:nth-child(3) .flow-item-inner::after, .flow-item:nth-child(4) .flow-item-inner::after {
    height: 151px;
    top: -65px;
    right: 74px;
    -webkit-transform: rotate(82deg);
            transform: rotate(82deg);
  }
}
.flow-item:nth-child(4)::before, .flow-item:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #fff;
}
@media screen and (min-width: 1250px) {
  .flow-item:nth-child(4)::before {
    height: 165px;
    top: -3px;
    left: 21px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .flow-item:nth-child(4)::after {
    height: 165px;
    bottom: -3px;
    left: 21px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.flow-item-inner {
  height: 100%;
}
@media screen and (max-width: 1249px) {
  .flow-item-inner {
    padding: 35px 0 10px;
  }
}
@media screen and (min-width: 1250px) {
  .flow-item-inner {
    padding: 20px 0;
  }
}
.flow-item-num {
  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;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
.flow-item-num .--en {
  font-size: 1.8rem;
  font-weight: 300;
  margin-right: 8px;
}
.flow-item-num .--num {
  font-size: 4.4rem;
  font-weight: 300;
}
.flow-item-ttl {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.71;
  text-align: center;
  margin-bottom: 18px;
}
.flow-item-txt {
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
}
.flow-txt {
  text-align: center;
}

.faq {
  background: #0f1426;
  position: relative;
  overflow: hidden;
}
.faq::before {
  position: absolute;
  content: "";
  width: 401px;
  height: 349px;
  background: url(../img/deco_faq.png) no-repeat center center/100%;
  left: -180px;
  top: -40px;
}
@media screen and (min-width: 640px) {
  .faq::before {
    width: 668px;
    height: 578px;
    left: -300px;
    top: -60px;
  }
}
.faq .inner {
  position: relative;
  z-index: 2;
}
.faq-txt {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .faq-txt {
    margin: 0 0 40px;
  }
}
.faq-item {
  margin: 0 0 10px;
  background: #191d2f;
}
@media screen and (min-width: 640px) {
  .faq-item {
    margin: 0 0 20px;
  }
}
.faq-item-ttl {
  font-size: 1.5rem;
  padding: 16px 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .faq-item-ttl {
    font-size: 1.8rem;
    padding: 27px 100px 27px 113px;
  }
}
.faq-item-ttl.is-open .faqBtn::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faq-item-ttl::before {
  position: absolute;
  content: "Q";
  left: 17px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: 100;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .faq-item-ttl::before {
    font-size: 3.3rem;
    left: 45px;
  }
}
.faq-item-ttl:hover {
  cursor: pointer;
}
.faq-item-ttl .faqBtn {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .faq-item-ttl .faqBtn {
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
.faq-item-ttl .faqBtn::before, .faq-item-ttl .faqBtn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .faq-item-ttl .faqBtn::before, .faq-item-ttl .faqBtn::after {
    width: 14px;
  }
}
.faq-item-ttl .faqBtn::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.faq-item-txt {
  padding: 0 50px 30px 50px;
  display: none;
}
@media screen and (min-width: 640px) {
  .faq-item-txt {
    padding: 0 100px 30px 113px;
  }
}
.faq-item-txt .--inline {
  display: block;
  border-top: 1px dotted #fff;
  padding: 10px 0 0;
}
.faq-item-txt a {
  text-decoration: underline;
}

.news-mh {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .news-mh {
    font-size: 2.4rem;
  }
}
.news-item {
  border-bottom: 1px dotted #fff;
}
.news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .news-item-link {
    padding: 20px;
  }
}
.news-item-date {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 16px 0 0;
}
@media screen and (min-width: 640px) {
  .news-item-date {
    font-size: 1.8rem;
    margin: 0 28px 0 0;
  }
}
.event {
  border: 1px solid #fff;
  margin-top: 48px;
  padding: 20px;
}
@media screen and (min-width: 640px) {
  .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
}
.event-img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .event-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
    margin: 0 4.5% 0 0;
  }
}
.event-cat {
  color: #526cff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 7px;
  position: relative;
  padding: 0 0 0 23px;
}
.event-cat::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #526cff;
  top: 5px;
  left: 0;
}
.event-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .event-ttl {
    font-size: 2rem;
  }
}
.event-txt {
  margin-bottom: 10px;
}

.recruit {
  background: #0f1426;
}
.recruit-inner {
  max-width: 950px;
  margin: 0 auto;
}
.recruit-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .recruit-ttl {
    font-size: 2.4rem;
  }
}
.recruit-ttl::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-top: 1px dotted #fff;
}
.recruit-ttl-inline {
  display: inline-block;
  padding: 0 15px;
  background: #0f1426;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .recruit-ttl-inline {
    padding: 0 35px;
  }
}
.recruit-txt {
  margin-bottom: 27px;
}
.recruit-img {
  margin: 0 0 24px;
}
@media screen and (min-width: 640px) {
  .recruit-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruit-img li {
  margin: 10px auto;
}
@media screen and (min-width: 640px) {
  .recruit-img li {
    max-width: 306px;
    width: 32.5%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */