@charset "UTF-8";
/*リセットcss
***************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* base（基本）設定
***************************************************************/
html {
  font-size: min(100vw / 375 * 10, 10 * 750 / 375 * 1px);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 700;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

picture,
video,
img,
svg {
  width: 100%;
  height: 100%;
}

/* PC時は電話番号リンクを無効化
***************************************************************/
/* mainレイアウト
***************************************************************/
.l-main {
  overflow: hidden;
  position: relative;
  max-width: 750px;
  height: inherit;
  margin-inline: auto;
}

/* 共通inner
***************************************************************/
.l-inner {
  position: relative;
  padding: 0 2.6rem;
  margin-inline: auto;
}

/* 共通ボタン
***************************************************************/
.c-button {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 700;
  color: #ffffff;
  border-radius: 2rem;
  transition: all 0.3s ease;
  background: #06C755;
  padding: 1.9rem 1rem 1.9rem 6.4rem;
  position: relative;
  width: 32rem;
  margin-inline: auto;
  animation-name: purupuru;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.c-button span {
  color: #FFE609;
}
.c-button::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 1.5rem;
  background: url(../img/icon_line.webp) no-repeat center center/cover;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1;
}

/* ボタンアニメーション
***************************************************************/
.purupuru {
  animation-name: purupuru;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

@keyframes purupuru {
  3% {
    transform: scale(0.93);
  }
  9% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.96);
  }
  19% {
    transform: scale(1);
  }
  23% {
    transform: scale(0.99);
  }
  26% {
    transform: scale(1);
  }
}
/* セクション共通見出し
***************************************************************/
.c-section-head {
  font-size: 4rem;
  color: #ff6060;
}

/* MV
***************************************************************/
.p-mv__cta {
  padding: 1.8rem 3.6rem;
}

/* ソクジョブとは
***************************************************************/
.p-about {
  padding-block: 3.1rem 0;
}

.p-about__inner {
  padding-inline: 1.2rem;
}

.p-about__container {
  position: relative;
  background: rgba(221, 32, 38, 0.8);
  position: relative;
  z-index: 0;
}

.p-about__img {
  position: absolute;
  z-index: 1;
  width: 16rem;
  bottom: 0;
  left: -0.9rem;
}
.p-about__img img {
  aspect-ratio: 160/208;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__contents {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0.6rem 1.4rem 0rem;
  width: 24rem;
  margin-inline-start: auto;
}

.p-about__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}
.p-about__title span {
  font-size: 1.7rem;
}

.p-about__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.7rem;
}

.p-about__text {
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
}

.p-about__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.9rem;
  margin-top: 1rem;
}

.p-about__list-item {
  min-height: 3.5rem;
  background: #FFFFFF;
  padding: 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-size: 1rem;
  color: #2D2D2D;
}
.p-about__list-item::before {
  content: "";
  position: absolute;
  background: url(../img/icon_check--pink.svg) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
  top: 52%;
  translate: 0 -50%;
  left: 0;
}

/* CTA
***************************************************************/
.p-cta__banner {
  padding-inline: 2.6rem;
  padding-block: 3.1rem 2.9rem;
  background: #FFFFFF;
}

.p-cta__intro {
  padding: 1.7rem 3.7rem 2.2rem 3.7rem;
  background: #E40007;
  color: #FFFFFF;
  position: relative;
}

.p-cta__intro-head {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  text-align: center;
}

.p-cta__intro-contents {
  margin-top: 1.7rem;
}

.p-cta__intro-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-cta__intro-list > li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.3rem;
  line-height: 1.2307692308;
}
.p-cta__intro-list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon_check--white.svg) no-repeat center center/contain;
}

.p-cta__intro-img {
  position: absolute;
  width: 12.6rem;
  right: 4.3rem;
  bottom: 0;
}

.p-cta__main {
  background: url(../img/bg_cta.webp) no-repeat center center/cover;
  padding-block: 2.3rem 3.2rem;
}

.p-cta__container {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}

.p-cta__head {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}

.p-cta__head-title {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #FFFFFF;
  height: 6rem;
  width: 100%;
  background: url(../img/deco_cta-title.webp) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.p-cta__text {
  font-size: 1.5rem;
  line-height: 1.2;
  text-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}

.p-cta__box {
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  padding: 2.2rem 2.6rem 2.6rem 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  margin-top: 0.5rem;
}

.p-cta__button {
  border-radius: 2rem;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  animation-name: purupuru;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

/* ボタンアニメーション
***************************************************************/
.purupuru {
  animation-name: purupuru;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

@keyframes purupuru {
  3% {
    transform: scale(0.93);
  }
  9% {
    transform: scale(1);
  }
  15% {
    transform: scale(0.96);
  }
  19% {
    transform: scale(1);
  }
  23% {
    transform: scale(0.99);
  }
  26% {
    transform: scale(1);
  }
}
/* メリット
***************************************************************/
.p-merit {
  background: rgba(221, 32, 38, 0.8);
}

.p-merit__inner {
  padding: 3.1rem 1rem 1.4rem 1rem;
}

.p-merit__notes {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  color: #FFFFFF;
  text-align: center;
}

.p-merit__head {
  display: flex;
  flex-direction: column;
  margin-top: 2.3rem;
}

.p-merit__head-title {
  font-size: 2rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}
.p-merit__head-title .text-marker {
  background: linear-gradient(transparent 80%, #FBA452 20%);
  font-weight: inherit;
}
.p-merit__head-title .text-dots {
  font-size: 2.5rem;
  background-image: radial-gradient(circle at center, #FBA452 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
.p-merit__head-title .text-large {
  font-size: 2.5rem;
}

.text-marker {
  background: linear-gradient(transparent 60%, #FBA452 40%);
  font-weight: inherit;
}

.p-merit__container {
  margin-top: 2.8rem;
}

.p-merit__item {
  width: 17rem;
  height: 6rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-merit__item::before {
  content: "";
  position: absolute;
  background: url(../img/icon_check--pink.svg) no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-merit__item.item01 {
  padding-left: 4rem;
  margin-inline: auto;
}
.p-merit__item.item02 {
  padding-left: 4rem;
}
.p-merit__item.item03 {
  padding-left: 3rem;
}

.p-merit__item-wrap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.9rem;
}

/* 8つの安心サポート
***************************************************************/
.p-support {
  padding-block: 3.2rem 2.1rem;
  background: #F2E2E2;
}

.p-support__head {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-support__head-sub {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  text-align: center;
}

.p-support__head-title {
  font-size: 2rem;
  color: #DD2026;
}
.p-support__head-title span {
  font-size: 3rem;
  line-height: 1.2;
}

.p-support__container {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.p-support__item {
  border: 1px solid #DD2026;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.5rem;
  min-height: 7.8rem;
  background: #FFFFFF;
}

.p-support__item-num {
  font-size: 3rem;
  color: #FFFFFF;
  width: 7.2rem;
  display: flex;
  align-items: center;
  background: url(../img/deco_support-number.svg) no-repeat center center/cover;
  padding-left: 1.4rem;
}

.p-support__item-body {
  padding: 0.8rem 1rem 0.8rem 0;
}

.p-support__item-title {
  font-size: 1.7rem;
  line-height: 1.2352941176;
  color: #DD2026;
}

.p-support__item-text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.7rem;
}

/* 事例
***************************************************************/
.p-case {
  background: #FFF6EF;
  padding-block: 2.4rem 3.6rem;
  position: relative;
}
.p-case::before {
  content: "";
  position: absolute;
  background: url(../img/img_japan.webp) no-repeat center center/contain;
  width: 13.3rem;
  height: 18rem;
  aspect-ratio: 266/360;
  top: 0.9rem;
  left: 52%;
  transform: translateX(-50%);
  z-index: 0;
}

.p-case__head {
  position: relative;
}

.p-case__head-sub {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.p-case__head-title {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  color: #DD2026;
  text-align: center;
  margin-top: 0.7rem;
  position: relative;
}
.p-case__head-title::after {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.5rem;
  height: 0.5rem;
  background: #E24F55;
}

.p-case__head-text {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 2rem;
}

.p-case__container {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  margin-top: 1.4rem;
}

.p-case__item {
  border: 0.1rem solid #2D2D2D;
  display: flex;
  background: #FFFFFF;
}

.p-case__item-img {
  width: 49.226006192%;
  flex-shrink: 0;
}
.p-case__item-img img {
  aspect-ratio: 161/175;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__item-body {
  padding-block: 2rem 2.6rem;
}

.p-case__item-title {
  font-size: 1.6rem;
  line-height: 1.1875;
  text-align: center;
}

.p-case__item-salary {
  margin-top: 0.7rem;
  padding-block: 1rem;
  text-align: center;
  position: relative;
}
.p-case__item-salary::before, .p-case__item-salary::after {
  content: "";
  position: absolute;
  width: 12.3rem;
  height: 0.1rem;
  background: #2D2D2D;
  left: 50%;
  transform: translateX(-50%);
}
.p-case__item-salary::before {
  top: 0;
}
.p-case__item-salary::after {
  bottom: 0;
}

.p-case__item-detail {
  margin-top: 1.3rem;
  padding-inline: 0.9rem 0.3rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

/* 入社までの流れ
***************************************************************/
.p-flow {
  padding-block: 2rem 3rem;
}

.p-flow__head {
  text-align: center;
}

.p-flow__head-sub {
  font-size: 1.3rem;
  line-height: 1.2307692308;
}

.p-flow__head-title {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  margin-top: 0.3rem;
  color: #DD2026;
}

.p-flow__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem 3rem;
  margin-top: 1.8rem;
  position: relative;
  z-index: 0;
}

.p-flow__step {
  border-radius: 2rem;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
.p-flow__step.step02::before {
  content: "";
  position: absolute;
  background: url(../img/icon_flow-arrow.svg) no-repeat center center/contain;
  width: 4.4rem;
  height: 4.4rem;
  top: 7.2rem;
  left: -3.8rem;
}
.p-flow__step.step03::before {
  content: "";
  position: absolute;
  background: url(../img/icon_flow-arrow.svg) no-repeat center center/contain;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 10;
  transform: rotate(90deg);
  top: -4rem;
  right: 5.2rem;
}
.p-flow__step.step03::after {
  content: "";
  position: absolute;
  background: url(../img/icon_flow-arrow.svg) no-repeat center center/contain;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 10;
  transform: rotate(180deg);
  top: 7.4rem;
  right: 13.8rem;
}

.p-flow__step-num {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  text-align: center;
  padding-block: 0.9rem;
  background: #DD2026;
  color: #FFFFFF;
  border-radius: 2rem 2rem 0 0;
}

.p-flow__step-body {
  padding-block: 1.3rem;
}

.p-flow__step-title {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.25;
}

.p-flow__step-img {
  text-align: center;
}
.step01 .p-flow__step-img {
  margin-top: 1rem;
}
.step01 .p-flow__step-img img {
  width: 6rem;
  aspect-ratio: 1;
}
.step02 .p-flow__step-img {
  margin-top: 2rem;
}
.step02 .p-flow__step-img img {
  width: 6.7rem;
  aspect-ratio: 60/45;
}
.step04 .p-flow__step-img {
  margin-top: 2.2rem;
}
.step04 .p-flow__step-img img {
  width: 6.7rem;
  aspect-ratio: 67/45;
}
.step03 .p-flow__step-img {
  margin-top: 1.4rem;
}
.step03 .p-flow__step-img img {
  width: 5rem;
  aspect-ratio: 50/49;
}

/* ディスプレイ表示切り替え
***************************************************************/
@media (min-width: 750px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .u-pc {
    display: none !important;
  }
}
/* テキスト装飾
***************************************************************/
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-under {
  border-bottom: 1px solid currentColor;
  font-weight: inherit;
  font-size: inherit;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-marker {
  background: linear-gradient(transparent 60%, #FBA452 40%);
  font-weight: inherit;
}

/* 余白（margin）
***************************************************************/
.u-mt20 {
  margin-top: 2rem;
}
/*# sourceMappingURL=style.css.map */
