@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Regular_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Medium_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-SemiBold_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Bold_subset.woff") format("woff");
}
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */
  }
}
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}
@media (min-width: 769px) {
  body {
    /* 769px以上用 */
  }
}
@media (min-width: 1024px) {
  body {
    /* タブレットPro以上用 */
  }
}
@media (min-width: 1200px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  33.3333% {
    transform: translateX(-100%);
  }
  33.3334% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  66.6666% {
    transform: translateX(-200%);
  }
  66.6667% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  99.9%, to {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 464.9568;
    stroke-dashoffset: 464.9568;
  }
  99.9%, to {
    stroke-dasharray: 464.9568;
    stroke-dashoffset: 0;
  }
}
@keyframes circle02 {
  0% {
    stroke-dasharray: 238.7616;
    stroke-dashoffset: 238.7616;
  }
  99.9%, to {
    stroke-dasharray: 238.7616;
    stroke-dashoffset: 0;
  }
}
@keyframes fade-large {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(50%, -50%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-70%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fade-large-static {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(50%);
  }
  50.1% {
    opacity: 0;
    transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50.1% {
    transform: translate(-50%, 80%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-90deg);
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
  50% {
    opacity: 0;
    transform: translateY(20%) rotate(90deg);
  }
  50.1% {
    transform: translateY(-150%) rotate(90deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes fade-large_45deg {
  0% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(50%, -100%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate(-70%, 20%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@keyframes fade-small {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(40%, -50%);
  }
  50.1% {
    transform: translate(-40%, -50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fade-top-right {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(40%, -60%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, 75%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes border_hover {
  0% {
    width: 0;
  }
  99.9%, to {
    width: 100%;
  }
}
.new-employee_section {
  overflow: hidden;
}

.new-employee_inner {
  width: 100%;
  max-width: 688px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 769px) {
  .new-employee_inner {
    max-width: 1200px;
    padding-inline: 40px;
  }
}

.new-employee_accent {
  color: #00b2bc;
}

.new-employee_btn {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  max-width: 100%;
  height: 64px;
  border: 3px solid transparent;
  border-radius: 40px;
  background: linear-gradient(180deg, #00b2bc 0%, #fcd551 100%) border-box;
  font-size: 18px;
  text-align: center;
  font-feature-settings: "palt";
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  transition: color 0.3s;
}
@media (min-width: 769px) {
  .new-employee_btn {
    font-size: 20px;
  }
}

.new-employee_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 37px;
  transition: background-color 0.3s;
}

.new-employee_btn--white {
  color: #323232;
}

.new-employee_btn--white::before {
  background-color: #fff;
}

@media (min-width: 769px) {
  .new-employee_btn--white:hover {
    color: #fff;
  }
}

@media (min-width: 769px) {
  .new-employee_btn--white:hover::before {
    background-color: #00b2bc;
  }
}

.new-employee_btn--fill {
  color: #fff;
}

.new-employee_btn--fill::before {
  background-color: #00b2bc;
}

@media (min-width: 769px) {
  .new-employee_btn--fill:hover {
    color: #323232;
  }
}

@media (min-width: 769px) {
  .new-employee_btn--fill:hover::before {
    background-color: #fff;
  }
}

.new-employee_hero {
  position: relative;
}
@media (min-width: 769px) {
  .new-employee_hero {
    min-height: 800px;
    display: flex;
    align-items: center;
  }
}
@media (width >= 1440px) {
  .new-employee_hero {
    min-height: 55.556vw;
  }
}

.new-employee_hero_bg {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .new-employee_hero_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (width >= 1440px) {
  .new-employee_hero_bg {
    height: fit-content;
  }
}

.new-employee_hero_bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .new-employee_hero_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (width >= 1440px) {
  .new-employee_hero_bg img {
    height: auto;
  }
}

@media (min-width: 769px) {
  .new-employee_hero_curve {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: 110%;
    height: 200px;
    background-color: #fff;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    z-index: 3;
  }
}

@media (min-width: 769px) {
  .new-employee_hero_inner {
    width: 100%;
    max-width: 1200px;
    padding-inline: 40px;
    margin-inline: auto;
    position: relative;
    z-index: 4;
  }
}

.new-employee_hero_content {
  padding-bottom: 8px;
  margin-top: -13px;
  position: relative;
}
@media (min-width: 769px) {
  .new-employee_hero_content {
    max-width: 662px;
    padding-bottom: 0;
    margin-top: initial;
    position: initial;
  }
}

.new-employee_hero_title {
  margin-inline: auto;
  max-width: 648px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .new-employee_hero_title {
    line-height: 1.1;
    margin-left: -70px;
  }
}

.new-employee_hero_title-row {
  display: inline-block;
  background-color: #fff;
  font-size: 19px;
  white-space: nowrap;
  padding-left: 20px;
}
@media (min-width: 769px) {
  .new-employee_hero_title-row {
    padding-block: 16px;
    padding-inline: 40px 20px;
    font-size: 32px;
  }
}

.new-employee_hero_title-row .new-employee_accent {
  font-size: 26px;
  color: #00b2bc;
  font-feature-settings: "palt";
}
@media (min-width: 769px) {
  .new-employee_hero_title-row .new-employee_accent {
    font-size: 44px;
  }
}

.new-employee_hero_title-row[data-row="1"] {
  padding-top: 20px;
}
@media (min-width: 769px) {
  .new-employee_hero_title-row[data-row="1"] {
    padding-block: 16px;
  }
}

.new-employee_hero_title-row[data-row="2"] {
  font-size: 21px;
  margin-top: 12px;
}
@media (min-width: 769px) {
  .new-employee_hero_title-row[data-row="2"] {
    font-size: 36px;
    margin-top: -1px;
  }
}

.new-employee_hero_title-row[data-row="3"] {
  font-size: 19px;
  letter-spacing: 1.33px;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .new-employee_hero_title-row[data-row="3"] {
    font-size: 28px;
    letter-spacing: 1.96px;
    margin-top: -1px;
  }
}

.new-employee_hero_lead {
  margin-top: 34px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.5;
  color: #000;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 688px;
}
@media (width >= 375px) {
  .new-employee_hero_lead {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  .new-employee_hero_lead {
    max-width: 432px;
    margin-top: 28px;
    margin-left: 36px;
    padding-inline: initial;
    font-size: 16px;
    line-height: 2.8;
    color: #f2f2f2;
  }
}

.new-employee_hero_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .new-employee_hero_cta {
    flex-direction: row;
    align-items: flex-start;
    gap: 22px;
    margin-top: 48px;
    margin-left: 36px;
  }
}

.new-employee_intro {
  margin-top: 73px;
}
@media (min-width: 769px) {
  .new-employee_intro {
    margin-top: 49px;
  }
}

.new-employee_intro .new-employee_inner {
  padding-inline: 12px;
}
@media (min-width: 769px) {
  .new-employee_intro .new-employee_inner {
    padding-inline: 40px;
    max-width: 1200px;
  }
}

.new-employee_intro_inner {
  padding-inline: 8px;
}

.new-employee_intro_title {
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_intro_title {
    font-size: 28px;
  }
}

.new-employee_intro_main {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .new-employee_intro_main {
    flex-direction: row;
    justify-content: center;
    align-items: initial;
    margin-top: -13px;
    gap: 20px;
  }
}
@media (width >= 1200px) {
  .new-employee_intro_main {
    gap: initial;
  }
}

.new-employee_intro_character {
  order: -1;
  text-align: center;
  margin-top: -33px;
}
@media (min-width: 769px) {
  .new-employee_intro_character {
    order: 0;
    flex-shrink: 0;
    margin-top: initial;
  }
}

.new-employee_intro_character img {
  width: 306px;
  height: auto;
}

.new-employee_intro_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 769px) {
  .new-employee_intro_col {
    gap: 45px;
  }
}

.new-employee_intro_col--left {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .new-employee_intro_col--left {
    margin-top: 48px;
  }
}

.new-employee_intro_col--right {
  margin-top: 27px;
}
@media (min-width: 769px) {
  .new-employee_intro_col--right {
    margin-top: 48px;
  }
}

.new-employee_intro_balloon {
  position: relative;
  max-width: 335px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background-color: #fff;
  border: 2px solid #00b2bc;
  border-radius: 12px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.48px;
  text-align: center;
  color: #000;
  border-radius: 8px;
}
@media (width >= 375px) {
  .new-employee_intro_balloon {
    font-size: 16px;
  }
}
@media (width >= 769px) {
  .new-employee_intro_balloon {
    font-size: 14px;
  }
}
@media (width >= 1010px) {
  .new-employee_intro_balloon {
    font-size: 15px;
  }
}
@media (width >= 1200px) {
  .new-employee_intro_balloon {
    font-size: 16px;
  }
}

.new-employee_intro_balloon + .new-employee_intro_balloon {
  margin-top: 19px;
}
@media (min-width: 769px) {
  .new-employee_intro_balloon + .new-employee_intro_balloon {
    margin-top: initial;
  }
}

.new-employee_intro_balloon::after {
  content: "";
  position: absolute;
  bottom: -19px;
  width: 24px;
  height: 33px;
  background: url("/wp/wp-content/themes/newone/images/new-employee/intro_tail.svg") center/contain no-repeat;
}
@media (min-width: 769px) {
  .new-employee_intro_balloon::after {
    width: 24px;
    height: 31px;
    bottom: -17px;
  }
}

.new-employee_intro_balloon--left::after {
  left: -2px;
}
@media (min-width: 769px) {
  .new-employee_intro_balloon--left::after {
    left: auto;
    right: -2px;
    transform: scaleX(-1);
  }
}

.new-employee_intro_balloon--right::after {
  left: -2px;
}

.new-employee_intro_conclusion {
  position: relative;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .new-employee_intro_conclusion {
    margin-top: 20px;
  }
}

.new-employee_intro_conclusion::before {
  content: "";
  position: absolute;
  inset: 4px -4px -4px 4px;
  background-color: #00b2bc;
  border-radius: 16px;
  z-index: 1;
}

.new-employee_intro_conclusion-text {
  position: relative;
  z-index: 2;
  padding-block: 22px 12px;
  padding-inline: 11px;
  background-color: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 16px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1.19px;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_intro_conclusion-text {
    font-size: 19px;
    letter-spacing: 1.33px;
    padding: 22px 24px;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.new-employee_phase {
  margin-top: 86px;
}
@media (min-width: 769px) {
  .new-employee_phase {
    margin-top: 115px;
  }
}

@media (min-width: 769px) {
  .new-employee_phase_head {
    display: flex;
    gap: clamp(1.25rem, -2.045rem + 6.86vw, 4.125rem); /* 20 ~ 66 | 769 ~ 1440 */
  }
}

.new-employee_phase_title {
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_phase_title {
    margin-top: 18px;
    font-size: 28px;
  }
}

.new-employee_phase_lead {
  margin-top: 11px;
  padding-block: 12px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 769px) {
  .new-employee_phase_lead {
    margin-top: 0;
    max-width: 616px;
  }
}

.new-employee_phase_lead p {
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_phase_lead p {
    font-size: 16px;
    letter-spacing: normal;
  }
}

.new-employee_phase_body {
  margin-top: 51px;
}
@media (min-width: 769px) {
  .new-employee_phase_body {
    margin-top: 32px;
  }
}

.new-employee_phase_step {
  position: relative;
}
@media (min-width: 769px) {
  .new-employee_phase_step {
    display: flex;
    gap: 80px;
    align-items: stretch;
  }
}

.new-employee_phase_step + .new-employee_phase_step {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .new-employee_phase_step + .new-employee_phase_step {
    margin-top: -48px;
  }
}

.new-employee_phase_marker {
  display: none;
}
@media (min-width: 769px) {
  .new-employee_phase_marker {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    width: 178px;
  }
}

@media (min-width: 769px) {
  .new-employee_phase_step:not(:last-of-type) .new-employee_phase_marker::after {
    content: "";
    width: 1px;
    flex: 1 0 0;
    margin-left: 41px;
    margin-top: -41px;
    background-color: #bcbcbc;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 769px) {
  .new-employee_phase_step:not(:last-of-type) .new-employee_phase_marker::before {
    content: "";
    order: 3;
    width: 6px;
    height: 6px;
    margin-left: 38.5px;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #bcbcbc;
    position: relative;
    z-index: 1;
  }
}

.new-employee_phase_badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 178px;
  height: 178px;
  padding-left: 41px;
  border-radius: 50%;
  background-color: rgba(244, 244, 244, 0.8);
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 1.33px;
  text-align: left;
  color: #000;
  overflow: visible;
  white-space: nowrap;
}

.new-employee_phase_badge-no {
  font-size: 14px;
}

.new-employee_phase_badge-sub {
  font-size: 19px;
  font-feature-settings: "palt";
}

@media (min-width: 769px) {
  .new-employee_phase_group {
    flex: 1;
    min-width: 0;
    margin-top: 48px;
  }
}

.new-employee_phase_label {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 1.33px;
  color: #000;
}

.new-employee_phase_label-no {
  font-size: 14px;
}

.new-employee_phase_card {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  .new-employee_phase_card {
    display: flex;
    align-items: stretch;
    gap: 25px;
  }
}

@media (min-width: 769px) {
  .new-employee_phase_card:hover .new-employee_phase_card_img img {
    transform: scale(1.08);
  }
}

@media (min-width: 769px) {
  .new-employee_phase_card_catch .border_animation {
    transition-duration: 0.25s;
  }
}

@media (min-width: 769px) {
  .new-employee_phase_card_title .border_animation {
    transition-duration: 0.25s;
    transition-delay: 0.25s;
  }
}

.new-employee_phase_card + .new-employee_phase_card {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .new-employee_phase_card + .new-employee_phase_card {
    margin-top: 37px;
  }
}

.new-employee_phase_card_img {
  overflow: hidden;
}
@media (min-width: 769px) {
  .new-employee_phase_card_img {
    flex-shrink: 0;
    width: 240px;
  }
}

.new-employee_phase_card_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 335/188;
  transition: transform 0.3s;
}
@media (min-width: 769px) {
  .new-employee_phase_card_img img {
    width: 240px;
    aspect-ratio: 480/270;
  }
}

.new-employee_phase_card_body {
  margin-top: 18px;
}
@media (min-width: 769px) {
  .new-employee_phase_card_body {
    margin-top: 0;
    flex: 1;
    min-width: 0;
  }
}

.new-employee_phase_card_catch {
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #00b2bc;
}

.new-employee_phase_card_title {
  margin-top: 6px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
  color: #00b2bc;
}

.new-employee_phase_card_text {
  margin-top: 13px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_phase_card_text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.new-employee_phase_arrow {
  display: block;
  width: 20px;
  height: 48px;
  margin: 16px auto;
  background: url("/wp/wp-content/themes/newone/images/new-employee/phase_arrow.svg") center/contain no-repeat;
}
@media (min-width: 769px) {
  .new-employee_phase_arrow {
    margin: 20px 0 20px 110px;
  }
}

.new-employee_reason {
  margin-top: 76px;
}
@media (min-width: 769px) {
  .new-employee_reason {
    margin-top: 102px;
  }
}

.new-employee_reason_title {
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_reason_title {
    font-size: 28px;
  }
}

.new-employee_reason_grid {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .new-employee_reason_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 17px;
  }
}

.new-employee_reason_card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "badge title" "img   img" "text  text";
  align-items: start;
  column-gap: 12px;
  row-gap: 12px;
}
@media (min-width: 769px) {
  .new-employee_reason_card {
    grid-template-columns: 187px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "img title" "img text";
    align-items: start;
    column-gap: 29px;
    row-gap: 8px;
  }
}

.new-employee_reason_card + .new-employee_reason_card {
  margin-top: 22px;
  padding-top: 26px;
}
@media (min-width: 769px) {
  .new-employee_reason_card + .new-employee_reason_card {
    margin-top: 0;
    padding-top: 0;
  }
}

.new-employee_reason_card + .new-employee_reason_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  background-color: #e4e4e4;
}
@media (min-width: 769px) {
  .new-employee_reason_card + .new-employee_reason_card::before {
    display: none;
  }
}

.new-employee_reason_badge {
  grid-area: badge;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #00b2bc;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .new-employee_reason_badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.new-employee_reason_img {
  grid-area: img;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .new-employee_reason_img {
    align-self: start;
    justify-content: flex-start;
    padding-top: 21px;
    padding-left: 41px;
  }
}

.new-employee_reason_img img {
  display: block;
  height: auto;
  max-width: 100%;
}

.new-employee_reason_card-title {
  grid-area: title;
  align-self: center;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  color: #040404;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .new-employee_reason_card-title {
    font-size: 19px;
    margin-top: 16px;
  }
}

@media (width >= 1180px) {
  .new-employee_reason_card-title[data-title=nowrap] {
    white-space: nowrap;
  }
}

.new-employee_reason_card-text {
  grid-area: text;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #000;
}
@media (min-width: 769px) {
  .new-employee_reason_card-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    align-self: center;
  }
}

.new-employee_cta {
  margin-top: 47px;
}
@media (min-width: 769px) {
  .new-employee_cta {
    margin-top: 95px;
  }
}

.new-employee_cta_inner {
  margin-inline: auto;
  padding-inline: 12px;
  width: 100%;
  max-width: 672px;
}
@media (min-width: 769px) {
  .new-employee_cta_inner {
    max-width: 1200px;
    padding-inline: 40px;
  }
}

.new-employee_cta_box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #00b2bc;
  padding-block: 20px 33px;
  padding-inline: 12px;
}
@media (min-width: 769px) {
  .new-employee_cta_box {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 22px 29px 48px;
  }
}

.new-employee_cta_box::before {
  content: "";
  position: absolute;
  inset: 1px -4px -4px 4px;
  background-color: #fcc800;
  z-index: -1;
}
@media (min-width: 769px) {
  .new-employee_cta_box::before {
    inset: 10px -14px -10px 14px;
    inset: 8px -8px -8px 8px;
  }
}

.new-employee_cta_text {
  order: 2;
  color: #fff;
  margin-top: 28px;
}
@media (min-width: 769px) {
  .new-employee_cta_text {
    order: 0;
    flex: 1;
    min-width: 0;
    margin-top: 27px;
  }
}

.new-employee_cta_title {
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .new-employee_cta_title {
    font-size: 28px;
  }
}

.new-employee_cta_lead {
  margin-top: 22px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #fff;
}
@media (min-width: 769px) {
  .new-employee_cta_lead {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: normal;
    max-width: 412px;
  }
}

.new-employee_cta_right {
  display: contents;
}
@media (min-width: 769px) {
  .new-employee_cta_right {
    display: block;
    flex-shrink: 0;
    width: 480px;
  }
}

.new-employee_cta_photos {
  order: 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .new-employee_cta_photos {
    order: 0;
    justify-content: flex-start;
  }
}

.new-employee_cta_photos picture {
  width: 100%;
}
@media (min-width: 769px) {
  .new-employee_cta_photos picture {
    width: auto;
  }
}

.new-employee_cta_photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (min-width: 769px) {
  .new-employee_cta_photos img {
    width: auto;
    height: 220px;
  }
}

.new-employee_cta_buttons {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .new-employee_cta_buttons {
    order: 0;
    flex-direction: row;
    justify-content: flex-end;
    gap: 22px;
    margin-top: 25px;
    margin-left: clamp(-98px, 283.41px - 26.49vw, 0px);
  }
}

.new-employee_cta_buttons .new-employee_btn {
  width: 260px;
}

.new-employee_archive {
  margin-top: 72px;
}
@media (min-width: 769px) {
  .new-employee_archive {
    margin-top: 181px;
  }
}

.new-employee_archive_title {
  margin-bottom: 24px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (min-width: 769px) {
  .new-employee_archive_title {
    margin-bottom: 63px;
    font-size: 28px;
  }
}

.new-employee_other {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 769px) {
  .new-employee_other {
    margin-top: 95px;
    margin-bottom: 100px;
  }
}

body.new-employee .new-employee_other .workshop_search_wrap .workshop_title-01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 769px) {
  body.new-employee .new-employee_other .workshop_search_wrap .workshop_title-01 {
    gap: 16px;
  }
}

body.new-employee .new-employee_other .workshop_search_wrap .workshop_title-01 .title-main {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 769px) {
  body.new-employee .new-employee_other .workshop_search_wrap .workshop_title-01 .title-main {
    font-size: 32px;
  }
}

body.new-employee .new-employee_other .workshop_search_wrap .workshop_title-01 .title-sub {
  position: relative;
  padding-left: 24px;
  font-family: Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #6c757d;
}

body.new-employee .new-employee_other .workshop_search_wrap .workshop_title-01 .title-sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 17px;
  height: 4px;
  background-color: #fdd000;
}

.new-employee_other .workshop_search_wrap ul.list--workshop-purpose > li a span::before {
  content: "#";
}

/*# sourceMappingURL=new-employee.css.map */
