@charset "UTF-8";
.recruit2025_back {
  margin: 0;
  background: #fff;
}

/*--------------------------------*/
/* TOPイメージ */
/*--------------------------------*/
.p-recruit2025__top {
  margin-top: 15px;
  background: url(../images/recruit/recruit_orange/recruit_top_bak.png) no-repeat center center;
  position: relative;
}

@keyframes goNextLeft {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1810px 0;
  }
}
@keyframes goNextRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1810px 0;
  }
}
.c-gonext {
  padding: 15px 0;
  /* 左→右アニメ */
  /* 右→左アニメ */
}
.c-gonext--left, .c-gonext--right {
  position: relative;
}
.c-gonext--left {
  background: url("../images/recruit/recruit_orange/recruit_top_obi.png") repeat-x;
  background-size: auto 100%;
  height: 21px;
  animation: goNextLeft 30s linear infinite;
}
@media (max-width: 450px) {
  .c-gonext--left {
    height: 10px;
  }
}
.c-gonext--left-orange {
  background: url("../images/recruit/recruit_orange/recruit_contents_obi.png") repeat-x;
  background-size: auto 100%;
  height: 21px;
  animation: goNextLeft 30s linear infinite;
}
@media (max-width: 450px) {
  .c-gonext--left-orange {
    height: 10px;
  }
}
.c-gonext--right {
  background: url("../images/recruit/recruit_orange/recruit_top_obi.png") repeat-x;
  background-size: auto 100%;
  height: 21px;
  animation: goNextRight 30s linear infinite;
}
@media (max-width: 450px) {
  .c-gonext--right {
    height: 10px;
  }
}
.c-gonext--right-orange {
  background: url("../images/recruit/recruit_orange/recruit_contents_obi.png") repeat-x;
  background-size: auto 100%;
  height: 21px;
  animation: goNextRight 30s linear infinite;
}
@media (max-width: 450px) {
  .c-gonext--right-orange {
    height: 10px;
  }
}

.c-top__contents {
  margin: 0 auto;
  max-width: 980px;
  height: 457px;
  position: relative;
}

@keyframes fadeInLeftRight {
  from {
    transform: translateX(-20%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInNormal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-top__image--catch-1, .c-top__image--catch-2, .c-top__image--catch-3, .c-top__image--catch-4, .c-top__image--img-1, .c-top__image--img-2, .c-top__image--img-3, .c-top__image--img-4, .c-top__image--recruit_top_c-pokun, .c-top__image--comment {
  position: absolute;
  opacity: 0;
  animation: fadeInNormal 0.3s linear forwards;
  transition: all 0.3s ease;
}
.c-top__image--catch-1 img, .c-top__image--catch-2 img, .c-top__image--catch-3 img, .c-top__image--catch-4 img, .c-top__image--img-1 img, .c-top__image--img-2 img, .c-top__image--img-3 img, .c-top__image--img-4 img, .c-top__image--recruit_top_c-pokun img, .c-top__image--comment img {
  max-width: 100%;
  height: auto;
}
.c-top__image--catch-1 {
  top: 0;
  left: 0;
  z-index: 5;
  animation: fadeInLeftRight 0.3s linear forwards;
}
.c-top__image--catch-2 {
  top: 120px;
  left: 137px;
  z-index: 5;
  animation: fadeInLeftRight 0.3s linear forwards;
  animation-delay: 0.3s;
}
.c-top__image--catch-3 {
  top: 40px;
  left: 420px;
  z-index: 5;
  animation: fadeInLeftRight 0.3s linear forwards;
  animation-delay: 0.6s;
}
.c-top__image--catch-4 {
  top: 148px;
  left: 284px;
  z-index: 5;
  animation: fadeInLeftRight 0.3s linear forwards;
  animation-delay: 0.9s;
}
.c-top__image--img-1 {
  top: 119px;
  left: 68px;
  animation-delay: 1s;
}
.c-top__image--img-2 {
  top: 37px;
  left: 667px;
  animation-delay: 1.2s;
}
.c-top__image--img-3 {
  top: 168px;
  left: 627px;
  animation-delay: 1.4s;
}
.c-top__image--img-4 {
  top: -96px;
  left: 709px;
  z-index: 10;
  animation: fadeInNormal 0.8s linear forwards;
  animation-delay: 1.2s;
}
.c-top__image--recruit_top_c-pokun {
  bottom: -4px;
  left: 37px;
  animation: fadeInNormal 0.5s linear forwards;
  animation-delay: 1.5s;
}
.c-top__image--comment {
  bottom: 7px;
  right: 0;
  z-index: 9;
  animation: fadeInNormal 0.5s linear forwards;
  animation-delay: 2s;
}
@media (max-width: 980px) {
  .c-top__image--catch-1 {
    top: 0;
    left: 0;
    width: clamp(100px, 80%, 732px);
    height: auto;
  }
  .c-top__image--catch-2 {
    top: 60px;
    left: 15%;
    width: clamp(100px, 70%, 265px);
    height: auto;
  }
  .c-top__image--catch-3 {
    top: 20px;
    left: 50%;
    width: clamp(100px, 60%, 290px);
    height: auto;
  }
  .c-top__image--catch-4 {
    top: initial;
    bottom: 5%;
    left: 30%;
    width: clamp(100px, 65%, 692px);
    height: auto;
  }
  .c-top__image--img-1 {
    top: 60px;
    left: 5%;
    width: clamp(100px, 50%, 290px);
    height: auto;
  }
  .c-top__image--img-2 {
    top: 18px;
    left: 50%;
    width: clamp(100px, 50%, 150px);
    height: auto;
  }
  .c-top__image--img-3 {
    top: 84px;
    left: 45%;
    width: clamp(100px, 50%, 290px);
    height: auto;
  }
  .c-top__image--img-4 {
    top: -96px;
    left: 70%;
    width: clamp(80px, 35%, 252px);
    height: auto;
  }
  .c-top__image--recruit_top_c-pokun {
    bottom: -2px;
    left: 5%;
    width: clamp(100px, 30%, 225px);
    height: auto;
  }
  .c-top__image--comment {
    bottom: 3px;
    right: 0;
    width: clamp(150px, 50%, 400px);
    height: auto;
  }
}
@media (max-width: 450px) {
  .c-top__image--catch-1 {
    top: -6px;
    left: 0;
    width: clamp(80px, 104%, 450px);
    height: auto;
  }
  .c-top__image--catch-2 {
    top: 36px;
    left: 10%;
    width: clamp(100px, 70%, 200px);
    height: auto;
  }
  .c-top__image--catch-3 {
    top: 119px;
    left: 43%;
    width: clamp(100px, 60%, 200px);
    height: auto;
  }
  .c-top__image--catch-4 {
    top: initial;
    bottom: 75px;
    left: 5%;
    width: clamp(100px, 93%, 692px);
    height: auto;
  }
  .c-top__image--img-1 {
    top: 150px;
    left: -2%;
    width: clamp(100px, 50%, 290px);
    height: auto;
  }
  .c-top__image--img-2 {
    top: 145px;
    left: 28%;
    width: clamp(100px, 50%, 150px);
    height: auto;
  }
  .c-top__image--img-3 {
    top: 328px;
    left: 43%;
    width: clamp(53px, 24%, 171px);
    height: auto;
  }
  .c-top__image--img-4 {
    top: -39px;
    left: 60%;
    width: clamp(100px, 39%, 252px);
    height: auto;
  }
  .c-top__image--recruit_top_c-pokun {
    bottom: -2px;
    left: 5%;
    width: clamp(100px, 30%, 225px);
    height: auto;
  }
  .c-top__image--comment {
    bottom: 3px;
    right: 0;
    width: clamp(150px, 66%, 400px);
    height: auto;
  }
}

/*--------------------------------*/
/* 面接エントリーボタン */
/*--------------------------------*/
.p-recruit2025__entry {
  background: url(../images/recruit/recruit_orange/recruit_back_hougan.png) repeat;
  margin-top: 0;
}

.c-entry__contents {
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 980px;
}
@media (max-width: 768px) {
  .c-entry__contents {
    padding: 50px 0;
  }
}

.c-entry__btn {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-entry__btn .images.comment {
  max-width: 298px;
  height: auto;
}
.c-entry__btn .images.button {
  max-width: 466px;
  height: auto;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .c-entry__btn .images.button {
    max-width: 80%;
  }
}
.c-entry__btn .images.button:hover {
  transform: translateY(5px);
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.6));
}

/*--------------------------------*/
/* コニックとは */
/*--------------------------------*/
.p-recruit2025__about {
  background: url(../images/recruit/recruit_orange/recruit_about_back.png) no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-about__contents {
  margin: 0 auto;
  max-width: 980px;
}

.c-about__title {
  margin: 0 auto;
  max-width: 980px;
}
@media (max-width: 768px) {
  .c-about__title {
    width: 80%;
  }
}

.c-about__box {
  position: relative;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  width: 980px;
  display: flex;
  border-radius: 35px;
  padding: 40px;
  background: #fff;
  box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .c-about__box {
    width: 90%;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .c-about__box {
    margin-top: 80px;
    width: 90%;
    padding: 50px 20px 20px 20px;
    display: block;
  }
  .c-about__box:last-of-type {
    margin-bottom: 0;
  }
}

.c-about__number {
  max-width: 121px;
  height: auto;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .c-about__number {
    position: absolute;
    top: -40px;
    left: 0;
    max-width: 100%;
    max-width: 80px;
  }
  .c-about__number img {
    max-width: 100%;
  }
}

.c-about__main {
  max-width: 600px;
}
.c-about__main .c-about__title {
  margin-top: 20px;
  margin-bottom: 36px;
  border-bottom: none;
}
.c-about__main .c-about__title img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .c-about__main .c-about__title {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.c-about__main p.c-about__comment {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.c-about__img--pc {
  max-width: 247px;
}
@media (max-width: 768px) {
  .c-about__img--pc {
    display: none;
  }
}
.c-about__img--pc img {
  max-width: 100%;
}

.c-about__img--sp {
  width: 50%;
}
@media (min-width: 768px) {
  .c-about__img--sp {
    display: none;
  }
}
.c-about__img--sp img {
  max-width: 100%;
}

/*--------------------------------*/
/* コニックで働く理由 */
/*--------------------------------*/
.p-recruit2025__reason {
  background: #fff;
}
@media (max-width: 768px) {
  .p-recruit2025__reason {
    margin-top: 20px;
  }
}

.c-reason__contents {
  margin: 0 auto;
  max-width: 980px;
}

.c-reason__title {
  margin: 0 auto;
  max-width: 710px;
}
@media (max-width: 768px) {
  .c-reason__title {
    margin-top: 20px;
    width: 80%;
  }
}

.c-reason__box {
  display: flex;
  max-width: 980px;
  gap: 33px;
  margin-top: 120px;
  background: #fff;
}
@media (max-width: 980px) {
  .c-reason__box {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .c-reason__box {
    display: block;
    margin-top: 30px;
    max-width: 95%;
    padding: 10px;
    text-align: left;
    border: 2px solid #0b203c;
  }
  .c-reason__box:last-of-type {
    margin-bottom: 20px;
  }
}

.c-reason__main {
  flex: 1 0 auto;
  min-width: 0;
  width: calc(100% - 497px - 33px);
}
@media (max-width: 768px) {
  .c-reason__main {
    margin-inline: auto;
    width: initial;
    max-width: 100%;
  }
}
.c-reason__main .c-reason__title {
  margin-top: 0;
  margin-bottom: 0px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-reason__main .c-reason__title {
    width: 80%;
  }
  .c-reason__main .c-reason__title img {
    max-width: 100%;
  }
}
.c-reason__main p.c-reason__caption {
  margin-top: 0;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .c-reason__main p.c-reason__caption {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 15px;
  }
  .c-reason__main p.c-reason__caption img {
    max-width: 100%;
  }
}
.c-reason__main p.c-reason__comment {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .c-reason__main p.c-reason__comment {
    font-size: 16px;
  }
}

.c-reason__img--pc {
  flex: 0 0 497px;
  min-width: 0;
}
@media (max-width: 980px) {
  .c-reason__img--pc {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .c-reason__img--pc {
    display: none;
  }
}
.c-reason__img--pc img {
  max-width: 100%;
}

.c-reason__img--sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 20px auto;
}
.c-reason__img--sp img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-reason__img--sp {
    display: none;
  }
}

/*--------------------------------*/
/* コニックで働く人の声 */
/*--------------------------------*/
.p-recruit2025__voice {
  background: #e7d8ce;
  padding: 100px 0 150px 0;
}
@media (max-width: 768px) {
  .p-recruit2025__voice {
    margin-top: 20px;
  }
}

.c-voice__contents {
  margin: 0 auto;
  max-width: 980px;
}
@media (max-width: 768px) {
  .c-voice__contents {
    margin-top: 0;
  }
}

.c-voice__title {
  max-width: 709px;
}
@media (max-width: 768px) {
  .c-voice__title {
    width: 80%;
  }
}

.c-voice__box {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin-inline: auto;
  margin-top: 120px;
}
@media (max-width: 980px) {
  .c-voice__box {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .c-voice__box {
    margin-top: 30px;
  }
}

.c-voice__main {
  position: relative;
  display: flex;
  width: 570px;
  padding: 25px 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border: 3px solid #0b203c;
  background: #fff;
  box-shadow: 6px 6px 0px 0px #0b203c;
}
@media (max-width: 768px) {
  .c-voice__main {
    width: 90%;
    padding: 15px 20px;
    margin-inline: auto;
  }
}
.c-voice__main .c-voice__title {
  padding: 7px 20px;
  align-items: center;
  color: #fff;
  background: #0b203c;
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-voice__main .c-voice__title {
    padding: 5px 10px;
    width: 100%;
  }
}
.c-voice__main p.c-voice__comment {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 0;
}

.c-voice__arrow-left--pc {
  position: absolute;
  left: -46px;
  bottom: 100px;
}
@media (max-width: 768px) {
  .c-voice__arrow-left--pc {
    display: none;
  }
}

.c-voice__arrow-right--pc {
  position: absolute;
  right: -46px;
  bottom: 100px;
}
@media (max-width: 768px) {
  .c-voice__arrow-right--pc {
    display: none;
  }
}

.c-voice__img--pc {
  flex: 0 0 352px;
  min-width: 0;
}
@media (max-width: 980px) {
  .c-voice__img--pc {
    margin: 0 15px;
    max-width: 40%;
  }
}
@media (max-width: 768px) {
  .c-voice__img--pc {
    display: none;
  }
}
.c-voice__img--pc img {
  max-width: 100%;
}

.c-voice__img--sp {
  width: 100%;
}
@media (min-width: 768px) {
  .c-voice__img--sp {
    display: none;
  }
}
.c-voice__img--sp img {
  max-width: 100%;
}

.c-voice__name {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.c-voice__name img {
  max-width: 100%;
}
@media (max-width: 980px) {
  .c-voice__name {
    float: right;
  }
}
@media (max-width: 768px) {
  .c-voice__name {
    width: 120px;
    float: right;
  }
}

/*--------------------------------*/
/* 工場見学 */
/*--------------------------------*/
.p-recruit2025__factory {
  background: url(../images/recruit/recruit_orange/recruit_kengaku-back.png) no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .p-recruit2025__factory {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f2f4ff;
  }
}

.c-factory__contents {
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 50px;
}
@media (max-width: 980px) {
  .c-factory__contents {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .c-factory__contents {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 90%;
  }
}

.c-factory__box {
  display: flex;
}
@media (max-width: 980px) {
  .c-factory__box {
    display: block;
  }
}

.c-factory__main {
  max-width: 490px;
}
@media (max-width: 980px) {
  .c-factory__main {
    max-width: 100%;
  }
}

.c-factory__title {
  margin-top: 20px;
  margin-bottom: 36px;
  border-bottom: none;
}
@media (max-width: 768px) {
  .c-factory__title {
    max-width: 80%;
    margin-inline: auto;
  }
  .c-factory__title img {
    max-width: 100%;
  }
}

p.c-factory__caption {
  color: #383838;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 36px;
}

p.c-factory__comment {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.c-factory__slide--pc {
  width: 458px;
  margin-top: 50px;
  margin-left: 45px;
}
.c-factory__slide--pc img {
  max-width: 100%;
}
@media (max-width: 979px) {
  .c-factory__slide--pc {
    display: none;
  }
}

.c-factory__slide--sp {
  max-width: 490px;
  margin-inline: auto;
}
@media (min-width: 980px) {
  .c-factory__slide--sp {
    display: none;
  }
}
.c-factory__slide--sp img {
  max-width: 100%;
}

.c-factory__btn {
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .c-factory__btn {
    margin-top: 50px;
  }
}
.c-factory__btn .images.comment {
  max-width: 298px;
  height: auto;
}
.c-factory__btn .images.button {
  max-width: 414px;
  height: auto;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .c-factory__btn .images.button {
    max-width: 80%;
  }
}
.c-factory__btn .images.button:hover {
  transform: translateY(5px);
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.6));
}/*# sourceMappingURL=recruit2025.css.map */