.ly_jobSingleFv {
  background: var(--color-accent);
  padding: 160px 20px 40px;
  color: #fff;
}

.ly_jobSingleFv .el_sectionTitle {
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.bl_jobSingleFv_text {
  display: contents;
  max-width: 400px;
}

.ly_jobSingleFv .el_sectionTitle span {
  color: #fff;
}

.ly_jobSingleFv .el_sectionTitle span svg path {
  fill: #fff;
}

.el_sectionTitle h1 {
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
}

.bl_jobSingle_img {
  aspect-ratio: 325 / 200;
  transform: skewY(-10deg);
  overflow: hidden;
  width: calc(100% + 20px);
  margin-top: 40px;
}

.bl_jobSingle_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewY(10deg) scale(1.3);
  transform-origin: center center;
}

.bl_jobSingle_tags {
  margin-top: 24px;
  font-weight: 500;
}

.bl_jobSingle_tags p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bl_jobSingle_tags span {
  display: block;
  border-radius: 999px;
  border: 1px solid #fff;
  padding: 8px 16px;
}

.bl_videoText {
  margin-block: 48px;
  font-size: 16px;
  line-height: 1.8;
}

.bl_videoText p {
  margin-bottom: 1em;
}

.bl_videoText p:last-child {
  margin-bottom: 0;
}

.bl_videoText h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--color-accent);
}

.bl_videoText h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 1.25em;
  margin-bottom: 0.5em;

  border-left: 3px solid #FD5500;
  padding-block: 6px;
  padding-inline: 16px;
  background-color: #e9e9e9;
}

.bl_videoText h4 {
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #FD5500;
}

.bl_videoText h2:first-child,
.bl_videoText h3:first-child,
.bl_videoText h4:first-child {
  margin-top: 0;
}

.bl_videoText ul,
.bl_videoText ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.bl_videoText ul {
  list-style-type: disc;
}

.bl_videoText ol {
  list-style-type: decimal;
}

.bl_videoText li {
  margin-bottom: 0.5em;
}

.bl_videoText li:last-child {
  margin-bottom: 0;
}

.bl_videoText strong,
.bl_videoText b {
  font-weight: 700;
}

.bl_videoText em,
.bl_videoText i {
  font-style: italic;
}

.bl_videoText blockquote {
  margin: 1em 0;
  padding: 1em 1.5em;
  border-left: 4px solid var(--color-accent);
  background: #f5f5f5;
}

.bl_videoText [style*="text-align: left"],
.bl_videoText .alignleft {
  text-align: left;
}

.bl_videoText [style*="text-align: center"],
.bl_videoText .aligncenter {
  text-align: center;
}

.bl_videoText [style*="text-align: right"],
.bl_videoText .alignright {
  text-align: right;
}

.ly_jobContent {
  background: #f5f5f5;
  padding: 160px 20px;
}

.ly_jobFlow {
  padding: 160px 20px 80px;
}

.bl_jobFlow_list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bl_jobFlow_list li {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.bl_jobFlow_list li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: url(../img/education/step-after.svg) no-repeat center;
  width: 56px;
  height: 23px;
}

.bl_jobFlow_list li p:first-child {
  flex-shrink: 0;
  min-width: 80px;
  align-self: stretch;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--color-accent);
}

.bl_jobFlow_list li p:last-child {
  flex-grow: 1;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bl_jobFlow_list li p:last-child span:first-child {
  font-weight: 700;
  color: var(--color-accent);
  font-weight: 900;
}

.bl_jobFlow_list li p:last-child strong {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0357rem + 0.4464vw, 1.25rem);
}

.bl_jobFlow_list li p:last-child strong small {
  font-size: 14px;
}


/* 採用の流れのstep1のLINEで応募するボタン */
.bl_jobFlow_list li a {
  height: 40px;
  width: 100%;
  max-width: 280px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  background: #06c755;
	margin-left: 0;
}

.bl_bottomCatch h3 {
  text-align: center;
}

.bl_jobDetails {
  margin-top: 80px;
}

.bl_jobDetails_list {
  display: flex;
  flex-direction: column;
}

.bl_jobDetails_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0;
  border-bottom: 1px solid #d9d9d9;
}

.bl_jobDetails_item:first-child {
  border-top: 1px solid #d9d9d9;
}

.bl_jobDetails_item dt {
  font-weight: 700;
  font-size: 16px;
}

.bl_jobDetails_item dd {
  font-size: 14px;
  line-height: 1.8;
}

.bl_bottomCatch {
  font-size: clamp(1rem, 0.8214rem + 0.8929vw, 1.25rem);
}

.bl_bottomCatch img {
  margin-block: 30px;
  max-width: 16px;
  margin-inline: auto;
}

.ly_jobApply {
  padding: 160px 20px;
  background: #f5f5f5;
}

.bl_jobApplyContent {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.ly_jobApply h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, var(--color-accent) 64px, #251b13 64px) 1;
}

.bl_jobApplyLine>div {
  background: #fff;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}

.bl_jobApplyLine a {
  height: 55px;
  width: 100%;
  max-width: 295px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  background: #06c755;
  margin-inline: auto;
}

.ly_jobApply.ly_bottomTriangle.ly_bottomTriangleWhite::after {
  content: none;
}

.bl_jobApplyForm>div {
  background: #fff;
  padding: 32px 20px;
}

@media screen and (min-width: 768px) {
  .bl_jobSingleFv {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1440px;
    margin-inline: auto;
  }

  .bl_jobSingleFv .el_sectionTitle {
    gap: 40px;
  }

  .bl_jobSingleFv_text {
    display: flex;
    flex-direction: column;
  }

  .bl_jobSingle_img {
    transform: skewY(-5deg);
    max-width: 800px;
    width: 60vw;
    aspect-ratio: 755 / 460;
    margin-right: -20px;
  }

  .bl_jobSingle_img img {
    transform: skewY(5deg) scale(1.6);
    transform-origin: center 20%;
  }

  .bl_jobSingle_tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .bl_videoText {
    max-width: 900px;
    margin-inline: auto;
    margin-block: 40px 120px;
  }

  .el_sectionTitle,
  .bl_jobApplyContent {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_jobDetails {
    max-width: 900px;
    margin-inline: auto;
  }

  .bl_jobDetails_item {
    flex-direction: row;
    gap: 40px;
    padding: 32px 0;
  }

  .bl_jobDetails_item dt {
    min-width: 160px;
    flex-shrink: 0;
  }

  .bl_jobDetails_item dd {
    font-size: 16px;
  }

  .ly_jobFlow {
    padding-block: 200px 80px;
  }

  .bl_jobFlow {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_jobFlow_list li {
    padding: 32px min(32px, 2vw);
    gap: 40px;
  }

  .bl_jobFlow_list li p:first-child {
    min-width: 160px;
    justify-content: center;
  }

  .bl_jobFlow_list li p:first-child img {
    width: 100px;
    height: 100px;
  }

  .bl_bottomCatch {
    text-align: center;
  }

  .bl_bottomCatch img {
    margin-block: 20px;
    max-width: 32px;
  }

  .bl_jobApply {
    max-width: 1040px;
    margin-inline: auto;
  }

  .bl_jobApplyLine>div {
    align-items: center;
    text-align: center;
    gap: 32px;
    padding: 40px;
  }

  .bl_jobApplyForm>div {
    padding: 40px;
  }

  .ly_jobApply.ly_bottomTriangle.ly_bottomTriangleWhite::after {
    content: '';
  }
}

@media screen and (min-width: 1040px) {
  .bl_jobApplyContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}