html,
body {
  width: 100%;
}

.recruitment-new-graduate {
  overflow-x: hidden;
}

#recruitment .recruitment-article {
  padding-bottom: 0;
}

.recruitment-new-graduate {
  margin-top: 0 !important;
}

.recruitment-new-graduate .new-graduate-fv {
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.recruitment-new-graduate .new-graduate-fv .fv-image-container {
  width: 100%;
  height: 800px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

.recruitment-new-graduate .new-graduate-fv .paints-container {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 90;
}

.recruitment-new-graduate .new-graduate-fv .paints {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, opacity;
}

.recruitment-new-graduate .new-graduate-fv .paints img {
  overflow-x: clip;
}

.recruitment-new-graduate .new-graduate-fv .paint1 {
  bottom: 0;
  left: 56px;
  width: 256px;
  height: 170px;
  z-index: 2;
  overflow-x: clip;
}

.recruitment-new-graduate .new-graduate-fv .paint2 {
  bottom: -110px;
  left: 180px;
  width: 260px;
  height: 186px;
  z-index: 1;
  overflow-x: clip;
}

.recruitment-new-graduate .new-graduate-fv .paint3 {
  right: 278px;
  bottom: -80px;
  width: 307px;
  height: 297px;
  z-index: 2;
  overflow-x: clip;
}

.recruitment-new-graduate .new-graduate-fv .paint4 {
  right: 56px;
  bottom: -200px;
  width: 460px;
  height: 291px;
  z-index: 1;
  overflow-x: clip;
}

.recruitment-new-graduate .new-graduate-fv .pc-image {
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
}

.recruitment-new-graduate .new-graduate-fv .tab-image {
  display: none;
}

.recruitment-new-graduate .message {
  padding: 0;
  margin-bottom: 120px;
  position: relative;
}

.recruitment-new-graduate .message-text {
  padding: 80px 32px;
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 24px;
  line-height: 210%;
  font-weight: 600;
  letter-spacing: 0;
}

.recruitment-new-graduate .message .paints {
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform, opacity;
}

.recruitment-new-graduate .message .paint5 {
  right: 56px;
  bottom: 0px;
  width: 120px;
  height: auto;
  z-index: -1;
}

.recruitment-new-graduate .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recruitment-new-graduate .lists h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1px;
}

.recruitment-new-graduate .lists ul li + li {
  margin-top: 8px;
}

.recruitment-new-graduate .lists ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.8px;
  list-style-type: disc;
  list-style-position: inside;
}

#meet-up .article {
  margin-bottom: 100px;
}

#meet-up .article h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
  border-left: 4px solid #00b293;
}

#meet-up .article h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 24px;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
}

#meet-up .article h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.5;
}

#meet-up .article p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

#meet-up .article ul,
#meet-up .article ol {
  margin-bottom: 32px;
  padding-left: 24px;
  list-style-position: outside;
}

#meet-up .article ul li,
#meet-up .article ol li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 4px;
}

#meet-up .article ul {
  list-style-type: disc;
}

#meet-up .article ul ul {
  list-style-type: circle;
  margin-top: 8px;
  margin-bottom: 16px;
}

#meet-up .article ul ul ul {
  list-style-type: square;
}

#meet-up .article ol {
  list-style-type: decimal;
}

#meet-up .article ol ol {
  list-style-type: lower-alpha;
  margin-top: 8px;
  margin-bottom: 16px;
}

#meet-up .article ol ol ol {
  list-style-type: lower-roman;
}

#meet-up .article img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
}

#meet-up .article .important-notice {
  border: 1px solid #00b293;
  padding: 24px;
  margin: 32px 0;
}

#meet-up .article a {
  color: #00b293;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#meet-up .article a:hover {
  opacity: 0.7;
}

#meet-up .article .wp-block-button a {
  text-decoration: none;
}

#meet-up .article table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}

#meet-up .article table th,
#meet-up .article table td {
  border: 1px solid #d2d2d2;
  padding: 12px;
  text-align: left;
}

#meet-up .article table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

@media screen and (max-width: 1210px) {
  .recruitment-new-graduate .new-graduate-fv .fv-image-container {
    height: 406px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint1 {
    left: 20px;
    width: 200px;
    height: 130px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint2 {
    left: 58px;
    bottom: -80px;
    width: 200px;
    height: 140px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint3 {
    right: 90px;
    bottom: -50px;
    width: 200px;
    height: 200px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint4 {
    right: 20px;
    bottom: -200px;
    width: 350px;
    height: 300px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint4 {
    right: -235px;
  }

  .recruitment-new-graduate .new-graduate-fv .tab-image {
    display: block;
    width: auto;
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
  }

  .recruitment-new-graduate .new-graduate-fv .pc-image {
    display: none;
  }

  .recruitment-new-graduate .message {
    margin-bottom: 0;
  }

  .recruitment-new-graduate .message .paint5 {
    right: 20px;
  }

  .recruitment-new-graduate .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  #meet-up .article {
    margin-bottom: 80px;
  }

  #meet-up .article h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  #meet-up .article h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  #meet-up .article h4 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  #meet-up .article p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  #meet-up .article ul li,
  #meet-up .article ol li {
    font-size: 15px;
    line-height: 1.7;
  }

  #meet-up .article img {
    margin: 24px 0;
  }

  #meet-up .article .important-notice {
    padding: 16px;
    margin: 24px 0;
  }

  #meet-up .article table {
    margin: 24px 0;
  }

  #meet-up .article table th,
  #meet-up .article table td {
    padding: 8px;
  }
}

@media screen and (max-width: 840px) {
  .recruitment-new-graduate .new-graduate-fv .paint1 {
    left: 0;
  }

  .recruitment-new-graduate .new-graduate-fv .paint2 {
    left: 30px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint3 {
    right: 25px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint4 {
    right: 0px;
  }

  .recruitment-new-graduate .message .paint5 {
    right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .recruitment-new-graduate .new-graduate-fv .paint1 {
    left: -90px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint2 {
    left: -10px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint3 {
    right: 0px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint4 {
    right: -140px;
  }
}

@media screen and (max-width: 695px) {
  .recruitment-new-graduate .message-text {
    font-size: 16px;
    padding: 80px 0;
  }
}

@media screen and (max-width: 570px) {
  .recruitment-new-graduate .new-graduate-fv .paint1 {
    left: -120px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint2 {
    left: -80px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint3 {
    right: -80px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint4 {
    right: -200px;
  }
}

@media screen and (max-width: 470px) {
  .recruitment-new-graduate .new-graduate-fv .paint1 {
    left: -150px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint2 {
    left: -120px;
  }

  .recruitment-new-graduate .new-graduate-fv .paint3 {
    right: -130px;
  }
}
/*# sourceMappingURL=page-meet-up.css.map */