@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

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

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

.eng {
  font-family: "Poppins", sans-serif;
}

.eng {
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}
.mb8 {
      margin-bottom: 8rem;
}


body {
  font-size: 1.4rem;
  background-color: #1C1C1C;
  color: #FFFFFF;
  overflow-x: hidden;
  line-height: 2;
  -webkit-text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-width: inherit;
  overscroll-behavior: contain;
}
body * {
  box-sizing: border-box;
  outline: none;
}
body img {
  display: block;
  max-width: 100%;
}
body sup {
  font-size: 60%;
  vertical-align: top;
  line-height: 1;
  position: relative;
  top: 1.1rem;
}
body sub {
  font-size: 60%;
  vertical-align: bottom;
}
body a {
  color: #00865D;
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
body a img {
  transition: opacity 0.3s;
}
a:hover {
    opacity: .6;
}
body .pc {
  display: block;
}
body .sp {
  display: none;
}
@media screen and (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}

header {
  padding: 3rem 3rem 1.5rem;
  position: relative;
  z-index: 2;
}

main {
  position: relative;
  z-index: 1;
}
main article {
    background-color: #1d1d1d;
    background-image: url(../img/bg1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
}
main article .inner p {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
main article h1.mv{
    width: 70%;
    margin: 0 auto;
}
main article .inner h2{
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0;
}
main article .read {
    display: flex;
}
main article .read > div{
    width: 50%;
}
main article .read .mao-img img{
    width: 60%;
    margin-left: auto;
    margin-right: 3rem;
}
main article .read .btn {
    width: 60%;
    margin-top: 1rem;
}
section .inner h2 {
    width: 45%;
    margin: 5rem auto 0;
}
.inner .desc {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin: 4rem 0;
}
.inner .desc span {
    border-bottom: solid 2px #FFF;
    padding-bottom: 1rem;
}
.cv-btn {
    margin: 5rem auto;
    width: 30%;
}
.sec02__inner > div {
    position: relative;
    margin-bottom: 3rem;
}
.sec02__inner > div .more-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    padding: 2.5rem;
}
.join-flow {
    position: relative;
}
.join-flow a {
    position: absolute;
    width: 25%;
}
.join-flow a.step1 {
    bottom: 4%;
    left: 3%;
}
.join-flow a.step2 {
    bottom: 25%;
    left: 37.5%;
}
.join-flow a.step3 {
    bottom: 5%;
    right: 2.5%;
}
.image {
    width: 60%;
    margin: 0 auto;
}
.image img{
    margin: 0 auto;
}
section .inner .coloso-desc{
    width: 62%;
    margin: 0 auto;
    font-size: 1.6rem;
}
main .sec01,
main .sec03 {
    background-color: #1d1d1d;
    background-image: url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
}
main .sec02 {
    background-color: #1d1d1d;
    background-image: url(../img/bg3.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 7rem 0 8rem 0;
}
footer {
    background-color: #1d1d1d;
    background-image: url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 5rem;
}
.inner {
    position: relative;
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
    z-index: 20;
}

.ko .right-txt{
  margin-top: -6rem;
}
.ko .join-flow a.step2 {
    bottom: 23%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  body sup {
    top: 0.6rem;
  }
  body img {
    width: 100%;
    max-width: inherit;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  main article .inner p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  main article h1.mv {
    width: 100%;
  }
  main article .inner h2 {
    font-size: 2.4rem;
  }
  main article .read > div {
    width: 90%;
    margin-bottom: 2rem;
  }
  main article .read .mao-img img {
    width: 100%;
  }
  main article .read {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main article .read .btn {
    width: 90%;
  }
  section .inner h2 {
    width: 80%;
    margin: 0 auto;
  }
  section .inner .desc {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin: 3rem 0;
    line-height: 1.4;
  }
  .join-flow a {
    position: absolute;
    width: 85%;
  }
  .join-flow a.step1 {
    top: 29%;
    left: 8%;
    bottom: unset;
  }
  .join-flow a.step2 {
    top: 56.5%;
    left: 8%;
    bottom: unset;
  }
  .join-flow a.step3 {
    bottom: 1.5%;
    right: 8%;
  }
  .sec02__inner > div .more-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
  }
  .cv-btn {
    margin: 5rem auto;
    width: 90%;
  }
  .image {
      width: 80%;
      margin: 5rem auto;
  }
  section .inner .coloso-desc {
    width: 90%;
  }
  .ko .right-txt {
    margin-top: 0;
  }
  .ko .join-flow a.step1 {
    top: 27.5%;
    bottom: unset;
  }
  .ko .join-flow a.step2 {
    top: 56%;
    bottom: unset;
  }
  .ko .join-flow a.step3 {
    bottom: 2.5%;
  }
}