/*------------------------------------
求人代行ページ用CSS
------------------------------------*/
.circle-dot{
  border-radius: 0;
}
.section-1 .column-section.count-2 {
  display: block;
}
.blue-cercle {
  position: absolute;
  width: 15vw;
  height: 15vw;
  background-color: var(--color-blue);
  border-radius: 50%;
  right: -5vw;
  bottom: 70px;
}
.blue-cercle::before {
  content: "";
  width: 5vw;
  height: 5vw;
  background-image: url(../img/dots-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1vw;
  left: -1vw;
  z-index: 1;
}
.bg-cercle-dots {
  width: 33vw;
  height: 33vw;
  background-image: url(../img/bg-cercle-dots.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0vw;
  right: -18vw;
  z-index: 0;
}
.column-section > div.company-slider-wrap{
  display: block;
}
.section-1 .column-section.count-2 > div:first-of-type {
  width: 100%;
}

.section-1 .column-section.count-3 .image-dots:after {
  right: unset;
  left: -10%;
}

.section-1 .column-section.count-4 {
  flex-direction: row;
  margin-bottom: 0;
}

.section-flow .section-margin {
  margin-top: 40px;
}

.section-flow .column-section.count-1 {
  flex-direction: row;
}

.section-flow .column-section.count-2 {
  flex-direction: row-reverse;
  display: flex;
}

.section-flow .column-section.count-3 {
  flex-direction: row;
}

.section-flow .column-section.count-4 {
  flex-direction: row-reverse;
}

.section-flow .column-section.count-5 {
  flex-direction: row;
}

.circle-dot {
  position: absolute;
  bottom: -2vw;
  z-index: 10;
  right: -100px;
  width: 23vw;
}

.section-flow .column-section {
  background-color: #F4F7F8;
  border-radius: 25px;
  padding: 35px 70px;
  border-top: unset;
}

.section-flow .column-section > div:first-of-type {
  width: 55%;
}

.section-flow .image-dots {
  width: 40%;
}

.section-flow .column-section.count-2 > div:first-of-type {
  width: 55%;
}

.section-flow .column-inner > span {
  font-size: 17px;
  padding: unset;
  border-left: unset;
  color: var(--color-blue);
}

.section-flow .column-inner h3 {
  border: unset;
  font-size: 2.3rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: var(--color-blue);
}
.section-flow .image-dots:after {
  content: unset;
}

.column-section-red .column-inner > span {
  font-size: 24px;
  color: #FF0000;
}

.column-section-red .column-inner > span > span {
  font-size: 32px;
  color: #FF0000;
}

.column-section-red .column-inner > h3 {
  color: #FF0000;
}

.column-section-red .red-text {
  margin-top: 20px;
  font-size: 1.2em;
  color: #FF0000;
  font-weight: bold;
}

.column-section-red .column-inner h3 {
  position: relative;
  width: fit-content;
}

.column-section-red .column-inner h3 span.fukidashi {
  position: absolute;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  background-color: #FF0000;
  color: #fff;
  font-size: 1.1rem;
  right: -10px;
  top: -40px;
  transform: translateX(100%);
}
.column-section-red .column-inner h3 span.fukidashi::before {
  content: "";
  border-right: 15px solid #FF0000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -3px;
  bottom: -4px;
  transform: rotate(-38deg);
}

.section-flow .count-5 {
  position: relative;
  z-index: 15;
}
.bg-cercle-dots {
  width: 33vw;
  height: 33vw;
  position: absolute;
  top: 0vw;
  left: -18vw;
  z-index: 0;
}
.inner-top{
  padding-top: 60px;
}
.column-section p{
  font-weight: 600;
}
.section-3 .column-section ul {
  margin-top: 15px;
}
.section-3 .column-section ul li {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .inner-top{
    padding: 50px 0;
  }
  .section-1 .section-margin {
    margin: 50px 0;
  }
  .section-job .image-dots {
    margin-top: 20px;
  }
  .section-job .column-section {
    padding-top: 35px;
  }
  .section-job .column-section.count-2 {
    margin-bottom: 3.5rem;
  }
  .section-flow .column-section{
    margin-top: 20px;
    padding: 1.2rem;
    border-radius: 15px;
  }
  .section-flow .column-section p {
    font-size: 0.9rem;
  }
  .section-flow .column-section ul {
    margin-top: 20px;
  }
  .section-flow .column-section ul li {
    font-size: 0.9rem;
  }
  .section-flow .column-section:last-of-type{
    margin-bottom: 0;
  }

  .column-section,
  .section-flow .column-section.count-4 {
    display: block;
  }
  .section-flow .column-inner h3 {
    font-size: 1.6rem;
  }
  .section-flow .column-section > div:first-of-type {
    width: 100%;
  }
  .section-flow .image-dots {
    width: 100%;
  }
  .section-flow .column-section.count-1 {
    margin-top: 40px;
  }
  .section-flow .column-section.count-2 {
    display: block;
  }
  .section-flow .column-section.count-2 > div:first-of-type {
    width: 100%;
  }
  .section-flow ul{
    margin: 1rem 0; 
  }
  .section-flow .column-section.count-1,
  .section-flow .column-section.count-2,
  .section-flow .column-section.count-3,
  .section-flow .column-section.count-4,
  .section-flow .column-section.count-5,
  .section-1 .column-section.count-3,
  .section-1 .column-section.count-4 {
    flex-direction: column;
  }
  .section-flow .column-section {
    margin-bottom: 2rem;
  }
  .column-section-red .column-inner h3 span.fukidashi {
    font-size: 0.8rem;
    right: -5px;
    top: -35px;
  }
  
}
@media screen and (min-width: 769px) and (max-width: 1280px){
  .image-dots {
    text-align: center;
  }
  .image-dots:after{
    left: 0%;
    bottom: -20%;
  }
  .column-section-2 .image-dots:after{
    right: -25%;
  }
  .column-section-red .column-inner h3 span.fukidashi {
    font-size: 0.9rem;
  }
} 
