body {
  line-height: 1.6;
  font-size: clamp(0.875rem, 0.591rem + 1.42vw, 16.5px);
  font-family: "Noto Sans JP", "sans-serif";
  color: #434242;
}

a {
  transition: 0.5s;
}

a:hover {
  opacity: 0.5;
}

.noto-bold800 {
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 800;
}

.outfit-400 {
  font-family: "Outfit", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section {
  margin-bottom: 15rem;
}

h2 {
  font-size: 3rem;
  margin-bottom: 4rem;
  line-height: 2.5rem;
}

h2 .slash {
  padding: 0 15px;
}

.df-orange {
  color: #f69902;
}

.df-yellow {
  color: #ffda49;
}

.df-profile {
  color: #a38b2f;
}

h2 small {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

h3 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

h3.culture-catch {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}

.modal.modal-interview2 h4 {
  font-size: 1.7rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.modal.modal-interview2 h4 small {
  font-size: 1rem;
}

h4 span {
  padding: 0 5px;
}

h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 1rem;
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header-btn {
  transform: skew(-0deg);
  padding: 10px;
  background-color: #efbf02;
  color: white;
  position: relative;
}

.header-btn svg {
  height: 1.5rem;
}

.entry-btn {
  background-color: #f69902;
  padding: 10px 40px;
}

span.br {
  display: block;
}

canvas {
  display: block;
  vertical-align: bottom;
  opacity: 0.9;
}
#particles-js {
  z-index: -1;
  top: 20vh;
  left: 20vw;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

#page_top {
  position: fixed;
  background: #aaa;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  color: white;
  right: 0;
  bottom: 0;
}

.openbtn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #aaa;
  width: 70%;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 20px;
}

.openbtn span:nth-of-type(3) {
  top: 30px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 24px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 24px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.menu-box {
  position: fixed;
  z-index: 1000;
  transition: 0.5s;
  overflow: hidden;

  top: 60px;
  /* left: 0; */
  display: inline-block;
  padding: 20px;
  background-color: white;
  right: -800px;
  display: inline-block;
}

.menu-box.active {
  right: 0;
}

.menu-box li {
  text-align: center;
  padding: 5px;
  padding: 10px 20px;
  cursor: pointer;
}

.menu-box li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.logo {
  max-width: 180px;
  display: inline-block;
}

table.table {
  border-top: 1px solid #ddd;
  max-width: 800px;
}

table.table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

table.table td:first-child {
  background-color: #fff3da;
  width: 200px;
}

td.job_features span {
  border-radius: 5px;
  border: 1px solid #f69902;
  color: #f69902;
  font-size: 0.7rem;
  padding: 2px 4px;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 5px;
}

.main-visual-outer {
  max-width: 1280px;
  width: 100%;
}

.main-visual {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 100px;
}

.main-img {
  width: 0%;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  position: relative;
  background-image: url("/wp-content/themes/dlfl/page/engineer/img/groupphoto.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}

.main-img.active {
  width: 100%;
}

.orange-skew {
  background-color: #efbf02;
  transform: skew(-5deg);
  width: 0%;
  height: 30%;
  position: absolute;
  z-index: -1;
  top: -5%;
  right: 50%;
  opacity: 0.8;
  transition: 0.4s 0.5s ease-in-out;
}

.orange-skew.active {
  width: 55%;
  right: -2%;
}

.main-catch1 {
  position: absolute;
  right: 0;
  bottom: 30%;
  transition: 0.5s 0.3s ease-in-out;
  width: 33%;
  opacity: 0;
}

.main-catch1.active {
  right: 10%;
  opacity: 1;
}

.main-catch2 {
  position: absolute;
  right: 0%;
  width: 45%;
  transition: 0.5s 0.4s ease-in-out;
  opacity: 0;
  bottom: 10%;
}

.main-catch2.active {
  right: 15%;
  opacity: 1;
}

.main-catch1-sm,
.main-catch1-sm.active {
  display: none;
  width: 55vw;
  margin-left: 0;
  transition: 0.5s 0.3s ease-in-out;
  margin-top: 120px;
}

.main-catch1-sm.active {
  margin-left: 5vw;
}

.main-catch2-sm,
.main-catch2-sm.active {
  display: none;
  width: 82vw;
  transition: 0.5s 0.4s ease-in-out;
  margin: 10px 0;
}

.main-catch2-sm.active {
  margin: 10px 0 0 5vw;
}

.entry-btn-group {
  width: 400px;
  margin: 40px auto 150px;
  opacity: 0;
  transition: 0.5s 1s ease-in-out;
}

.entry-btn-group.active {
  opacity: 1;
}

.top-info-btn {
  background-color: #555;
  color: white;
  padding: 10px;
}

.top-entry-btn {
  background-color: #e9c32f;
  color: white;
  padding: 10px;
}

.header-btn-group {
  opacity: 0;
}

.recruit {
  position: absolute;
  left: -2%;
  width: 5%;
  opacity: 0;
  bottom: 3.5%;
  transition: 0.5s 0.3s ease-in-out;
}

.recruit.active {
  opacity: 0.4;
  bottom: -0.9%;
}

.main-triangle {
  position: absolute;
  bottom: -25%;
  left: -2%;
  width: 13%;
  transition: 0.5s 0.1s ease-in-out;
  opacity: 0;
}

.main-triangle.active {
  bottom: -8%;
  opacity: 1;
}

.arrow-message {
  height: 1.2rem;
}

.arrow-right {
  width: 2rem;
}

.service-box {
  border-radius: 20px;
  background-color: white;
  text-align: justify;
  line-height: 2;
  padding: 1rem 2.5rem;
  border: 1px solid #eee;
  transition: 0.5s;
  cursor: pointer;
}

.service-box:hover {
  transform: scale(1.05);
}

.service-logo {
  margin: 20px auto 30px;
  max-width: 180px;
}

.service-site {
  border: 1px solid #ddd;
  margin: 20px auto;
}

.orange-round-box {
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  color: white;
  background-color: #f69902;
  font-size: clamp(0.875rem, 0.5rem + 1vw, 1.2rem);
  max-width: 900px;
  margin: auto;
  margin-bottom: 1rem;
}

.achievements-box svg {
  height: 1rem;
  display: inline-block;
  padding-bottom: 2px;
}

.career-box {
  border-radius: 15px;
  border: 4px solid #f69902;
  padding: 30px 50px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 4rem;
  background-color: white;
  position: relative;
}

.career-point {
  color: #f69902;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1rem + 1.2vw, 1.5rem);

  margin-top: 2rem;
}

.career-point::before {
  margin-right: 10px;
  content: "＼";
}

.career-point:after {
  margin-left: 10px;
  content: "／";
}

.career-catch {
  font-size: clamp(1rem, 1rem + 1vw, 1.5rem);
  color: #f69902;
  margin-bottom: 1rem;
}

.career-right-text {
  margin-left: 40%;
}

.career-left-text {
  margin-right: 40%;
}

.career-photo1 img {
  border-radius: 10px;
  transform: rotate(-2deg);
}

.career-photo2 img {
  border-radius: 10px;
  transform: rotate(2deg);
}

.career-photo3 img {
  border-radius: 10px;
  transform: rotate(-2deg);
}

strong {
  font-weight: bold;
  color: #f69902;
}

.career-number-box {
  border: 4px solid #f69902;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.career-number-left {
  border-right: 4px solid #f69902;
  height: 100%;
}

.number-box {
  border: 2px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievements-table {
  width: 100%;
}

.achievements-table td {
  padding: 5px 20px;
  width: 50%;
}

.achievements-table td:first-child {
  text-align: right;
}

.achievements-table td svg {
  height: 1rem;
  display: inline;
}

.skill-table,
.stack-list {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.skill-table td {
  padding: 10px;
}

.skill-table td:first-child {
  padding-right: 40px;
  padding-left: 25px;
}

.skill-table td svg {
  height: 1rem;
}

.arrow-icon {
  background-image: url("/wp-content/themes/dlfl/page/engineer/img/arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center left;
}

ul.stack-list li {
  background-image: url("/wp-content/themes/dlfl/page/engineer/img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: top left;
  padding-left: 2.5rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.job-photo-box {
  width: 100%;
  background-color: #eee;
  margin-bottom: 20px;
}

.job-box {
  border-radius: 20px;
  background-color: white;
  text-align: justify;
  line-height: 2;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.5s;
  cursor: pointer;
  padding: 10px 0;
  width: 35%;
  margin-top: 1.5rem;
}

.job-box:hover {
  transform: scale(1.05);
}

.interview-section {
  margin-bottom: 2rem;
}

.interview-box {
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 500px;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}

.interview-box-inner {
  display: inline-block;
  position: absolute;
  left: 20%;
  display: flex;
  gap: 20px;
  transition: 0.5s;
}

.interview-person-box {
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #eee;
  display: inline-block;
  background-color: white;
  text-align: center;
  transition: 0.5s;
  width: 350px;
}

.interview-person-box:hover {
  transform: scale(1.05);
}

.interview-link-btn {
  background-image: url("/wp-content/themes/dlfl/page/engineer/img/arrow-right-icon.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center left;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
  padding: 5px 0;
  padding-left: 2.2rem;
}

.interview-photo-box {
  width: 150px;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 50px;
}

.interview-person {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #eee;
}

.interview-number {
  background-color: yellow;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  text-align: center;
  line-height: 70px;
  right: -20px;
  bottom: -20px;
  font-size: 1.2rem;
}

.guide-box {
  max-width: 800px;
  margin: auto;
}

.cta-entry-btn {
  max-width: 250px;
  width: 100%;
  margin: 50px auto;
  transition: 0.5s;
  cursor: pointer;
}

.cta-casual-btn {
  max-width: 480px;
  width: 100%;
  margin: 50px auto;
  transition: 0.5s;
  cursor: pointer;
}

.cta-entry-btn:hover,
.cta-casual-btn:hover {
  transform: scale(1.05);
}

.entry-btn-group-sm {
  display: none;
}

.btn {
  transition: 0.5s ease-in-out;
}

.btn:hover {
  transform: scale(1.05);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(255, 245, 220, 0.9);
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
  padding: 20px;
}

.modal.active {
  opacity: 1;
  z-index: 1000;
}

.modal-btn,
.modal-bottom-close-btn {
  cursor: pointer;
}

.modal-inner {
  background-color: white;
  border-radius: 10px;
  height: calc(100vh - 80px);
  margin-top: 20px;
  overflow-y: scroll;
  max-width: 1000px;
}

.ceo {
  width: 100%;
  max-width: 450px;
  margin: 5px auto;
}

.modal-ceo .modal-inner {
  padding: 4% 8%;
}

.ceo-modal-title {
  border-bottom: 1px solid #f69902;
  padding-bottom: 20px;
}

.close-btn {
  width: 1.5rem;
}

.modal-bottom-close-btn {
  padding: 5px 10px;
  border-radius: 10px;
  width: 100px;
  margin: auto;
  margin-top: 2rem;
  background: #b0b0b0;
  color: white;
}

.modal-bottom-close-btn svg {
  width: 1.5rem;
}

.ceo-name {
  width: 240px;
  margin-left: auto;
  margin-top: 20px;
  display: block;
}

.modal-interview-header {
  background-color: #ffda49;
}

.interview-main {
  margin-top: -30px;
}

.photo-interview {
  position: relative;
}

.modal-interview2 .photo-interview {
  max-width: 350px;
  width: 100%;
}

.profile-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  width: 80%;
  margin: 40px auto;
}

.interview-q {
  align-items: center;
  gap: 4px;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.btn-negative {
  opacity: 0.3;
}

.schedule-box {
  border-left: 1px solid #f69902;
  display: inline-block;
  margin: auto;
}

.sc-label {
  margin-left: -10px;
  color: #f69a01;
  padding: 10px 0;
}

.sc-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f69902;
  margin-right: 8px;
  vertical-align: middle;
}

.sc-text {
  padding: 0px 0px 20px 2rem;
}

.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

@media screen and (max-width: 1278px) {
  .main-catch1,
  .main-catch1.active {
    top: 48%;
  }
  .main-catch2,
  .main-catch2.active {
    top: 62%;
  }
  .entry-btn-group,
  .entry-btn-group.active {
    bottom: 8%;
    right: 6%;
  }
  .main-img {
    height: 60vh;
  }

  h3 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .main-catch1,
  .main-catch1.active {
    top: 32vw;
    width: 46%;
    margin-left: 2%;
  }
  .main-catch2,
  .main-catch2.active {
    top: 42vw;
    width: 60%;
    margin-left: -20%;
  }
  .entry-btn-group,
  .entry-btn-group.active {
    bottom: 10%;
    right: 6%;
    opacity: 1;
  }

  .header-btn-group {
    display: none;
  }

  .entry-btn-group {
    display: block;
    width: 50%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 150px;
  }

  .job-box {
    width: 50%;
  }
}

@media screen and (max-width: 920px) {
  .main-catch1,
  .main-catch1.active {
    top: 42vw;
    width: 46%;
    margin-left: 2%;
  }
  .main-catch2,
  .main-catch2.active {
    top: 52vw;
  }

  h3,
  h3.culture-catch {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 840px) {
  .main-img {
    height: 40vh;
  }

  .orange-round-box {
    padding: 8px 15px;
  }
  .main-catch1,
  .main-catch1.active {
    top: 28vw;
    width: 42%;
    margin-left: -0%;
  }
  .main-catch2,
  .main-catch2.active {
    top: 38vw;
    width: 60%;
    margin-left: -30%;
  }
}

@media screen and (max-width: 768px) {
  h2 small {
    display: block;
  }

  table.skill-table td {
    display: block;
  }

  table.skill-table td:first-child {
    width: 100%;
  }
  table.skill-table td:last-child {
    padding-left: 25px;
    padding-top: 0;
  }
  .job-box {
    width: 100%;
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
  }
  .main-catch1,
  .main-catch1.active {
    top: 32vw;
    width: 42%;
    margin-left: -0%;
  }
  .main-catch2,
  .main-catch2.active {
    top: 42vw;
    width: 60%;
    margin-left: -30%;
  }

  .career-photo1,
  .career-photo2,
  .career-photo3 {
    margin: 0 auto;
    max-width: 350px;
  }
}

@media screen and (max-width: 700px) {
  table.achievements-table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  table.achievements-table td:first-child {
    text-align: center;
  }
  table.achievements-table td:nth-child(2) {
    padding-bottom: 20px;
  }

  span.br {
    display: inline;
  }

  h3,
  h3.culture-catch {
    font-size: 5vw;
  }

  .ceo-text {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 640px) {
  .main-visual {
    margin-top: 20px;
  }
  .photo-interview {
    margin-top: 20px;
  }
  .main-img {
    height: 25vh;
  }
  .main-catch1,
  .main-catch1.active {
    display: none;
  }
  .main-catch2,
  .main-catch2.active {
    display: none;
  }

  .main-catch1-sm,
  .main-catch2-sm {
    display: block;
    opacity: 0;
  }

  .main-catch1-sm.active,
  .main-catch2-sm.active {
    display: block;
    opacity: 1;
  }

  .interview-main {
    margin-top: 0;
  }

  h5 {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 580px) {
  h2 {
    font-size: 2.4rem;
  }

  .career-catch {
    font-size: 1.2rem;
  }

  .logo {
    width: 140px;
  }
  .logo-box {
    font-size: 0.7rem;
  }

  table.table td {
    display: block;
  }
  table.table td:first-child {
    width: 100%;
  }

  section {
    margin-bottom: 60px;
  }
  .career-point {
    font-size: 4vw;
  }

  .career-box {
    padding: 5%;
  }
  .entry-btn-group {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 150px;
  }
  .cta-entry-btn {
    max-width: 250px;
  }

  .interview-box-inner {
    left: 15%;
  }

  p {
    text-align: justify !important;
  }
}

@media screen and (max-width: 400px) {
  .site-description {
    display: none;
  }
  .service-logo {
    height: auto;
    width: 80%;
  }
  .service-box {
    padding: 1rem 1.5rem;
  }

  .main-catch1,
  .main-catch1.active {
    top: 52vw;
    width: 56%;
    margin-left: -10%;
  }
  .main-catch2,
  .main-catch2.active {
    top: 65vw;
    width: 75%;
    margin-left: -35%;
  }
  .main-triangle.active {
    bottom: 14%;
    opacity: 0;
  }
  .recruit.active {
    bottom: 20%;
  }

  ul.stack-list li {
    background-size: 1.8rem;
    padding-left: 2rem;
  }
}
