{"id":424,"date":"2025-01-28T16:48:22","date_gmt":"2025-01-28T07:48:22","guid":{"rendered":"https:\/\/jpcpg.co.jp\/recruit\/?p=424"},"modified":"2025-01-28T16:48:23","modified_gmt":"2025-01-28T07:48:23","slug":"interview-20250129","status":"publish","type":"post","link":"https:\/\/jpcpg.co.jp\/recruit\/interview-20250129\/","title":{"rendered":"S\u30fbK\u3055\u3093\uff5c\u300c\u7406\u5ff5\u306b\u5171\u611f\u3057\u3001\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u3092\u8ef8\u306b\u5e45\u5e83\u3044\u6311\u6226\u3092\u76ee\u6307\u3057\u3066\u3044\u307e\u3059\u3002\u300d"},"content":{"rendered":"\n<head>\n  <style>\n    .interview-container {\n      margin: 0;\n      padding: 0;\n      overflow-x: hidden;\n      background: #fff;\n      font-family: '\u6e38\u30b4\u30b7\u30c3\u30af\u4f53', sans-serif;\n    }\n\n    .page-nav {\n      max-width: 800px;\n      margin: 60px auto;\n      padding: 0 20px;\n    }\n\n    .nav-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      border-left: 2px solid #dde2e5;\n    }\n\n    .nav-item {\n      margin: 16px 0;\n    }\n\n    .nav-link {\n      display: inline-block;\n      padding: 8px 24px;\n      color: #1f2f40;\n      text-decoration: none;\n      transition: all 0.3s ease;\n      position: relative;\n    }\n\n    .nav-link:hover {\n      color: #f8500a;\n    }\n\n    .nav-link::before {\n      content: '';\n      position: absolute;\n      left: -2px;\n      top: 50%;\n      width: 12px;\n      height: 2px;\n      background: #dde2e5;\n      transform: translateY(-50%);\n      transition: all 0.3s ease;\n    }\n\n    .nav-link:hover::before {\n      background: #f8500a;\n      width: 16px;\n    }\n\n    .hero-section {\n      position: relative;\n      padding: 120px 5%;\n      background: #fff;\n      overflow: hidden;\n      min-height: 80vh;\n      display: flex;\n      align-items: center;\n    }\n\n    .floating-shapes {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      pointer-events: none;\n      z-index: 1;\n    }\n\n    .shape {\n      position: absolute;\n      border: 1px solid transparent;\n      border-radius: 50%;\n      background: \n        linear-gradient(rgba(31, 47, 64, 0.01), rgba(31, 47, 64, 0.01)) padding-box,\n        linear-gradient(45deg, rgba(248, 80, 10, 0.08), rgba(31, 47, 64, 0.08)) border-box;\n      transform-origin: center;\n    }\n\n    .shape:nth-child(1) {\n      width: 500px;\n      height: 500px;\n      top: -20%;\n      left: -20%;\n      animation: moveAndRotate1 40s infinite ease-in-out;\n    }\n\n    .shape:nth-child(2) {\n      width: 400px;\n      height: 400px;\n      bottom: -20%;\n      right: -20%;\n      animation: moveAndRotate2 35s infinite ease-in-out;\n    }\n\n    .shape:nth-child(3) {\n      width: 300px;\n      height: 300px;\n      top: 30%;\n      left: 20%;\n      animation: moveAndRotate3 45s infinite ease-in-out;\n    }\n\n    .hero-content {\n      position: relative;\n      max-width: 800px;\n      margin: 0 auto;\n      z-index: 2;\n    }\n\n    .department {\n      font-size: 1rem;\n      color: #f8500a;\n      letter-spacing: 0.2em;\n      margin-bottom: 24px;\n      opacity: 0;\n      animation: fadeIn 1s ease forwards;\n    }\n\n    .hero-title {\n      font-size: 3.5rem;\n      font-weight: 700;\n      color: #1f2f40;\n      margin: 0 0 40px;\n      line-height: 1.2;\n      opacity: 0;\n      animation: fadeIn 1s ease 0.2s forwards;\n    }\n\n    .hero-text {\n      font-size: 1.2rem;\n      line-height: 2;\n      color: #1f2f40;\n      opacity: 0;\n      animation: fadeIn 1s ease 0.4s forwards;\n    }\n\n    @keyframes moveAndRotate1 {\n      0% { transform: rotate(0deg) translate(0, 0); }\n      25% { transform: rotate(90deg) translate(100px, 50px); }\n      50% { transform: rotate(180deg) translate(50px, 100px); }\n      75% { transform: rotate(270deg) translate(-50px, 50px); }\n      100% { transform: rotate(360deg) translate(0, 0); }\n    }\n\n    @keyframes moveAndRotate2 {\n      0% { transform: rotate(360deg) translate(0, 0); }\n      25% { transform: rotate(270deg) translate(-100px, -50px); }\n      50% { transform: rotate(180deg) translate(-50px, -100px); }\n      75% { transform: rotate(90deg) translate(50px, -50px); }\n      100% { transform: rotate(0deg) translate(0, 0); }\n    }\n\n    @keyframes moveAndRotate3 {\n      0% { transform: rotate(0deg) translate(0, 0) scale(1); }\n      25% { transform: rotate(90deg) translate(80px, -40px) scale(1.1); }\n      50% { transform: rotate(180deg) translate(0, -80px) scale(1); }\n      75% { transform: rotate(270deg) translate(-80px, -40px) scale(0.9); }\n      100% { transform: rotate(360deg) translate(0, 0) scale(1); }\n    }\n\n    @keyframes fadeIn {\n      from { \n        opacity: 0; \n        transform: translateY(20px); \n      }\n      to { \n        opacity: 1; \n        transform: translateY(0); \n      }\n    }\n\n    @media (max-width: 768px) {\n      .hero-title {\n        font-size: 2.5rem;\n      }\n      \n      .shape {\n        width: 200px !important;\n        height: 200px !important;\n      }\n\n      .hero-section {\n        padding: 80px 5%;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"interview-container\">\n    <div id=\"profile\" class=\"hero-section\">\n      <div class=\"floating-shapes\">\n        <div class=\"shape\"><\/div>\n        <div class=\"shape\"><\/div>\n        <div class=\"shape\"><\/div>\n      <\/div>\n      <div class=\"hero-content\">\n        <div class=\"department\">\u55b6\u696d\u90e8 \u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u62c5\u5f53<\/div>\n        <div class=\"hero-title\">2024\u5e74\u4e2d\u9014\u5165\u793e<br>K.S\u3055\u3093<\/div>\n        <div class=\"hero-text\">\n          Web\u96c6\u5ba2\u3092\u4e2d\u5fc3\u306b\u65bd\u7b56\u306e\u7ba1\u7406\u30fb\u5b9f\u884c\u3092\u62c5\u5f53\u3002<br>\n          \u5e83\u544a\u904b\u7528\u304b\u3089\u30b3\u30f3\u30c6\u30f3\u30c4\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u307e\u3067\u3001\u5e45\u5e83\u3044\u9818\u57df\u3067\u30c1\u30fc\u30e0\u306e\u6210\u9577\u306b\u8ca2\u732e\u3057\u3066\u3044\u307e\u3059\u3002\n        <\/div>\n      <\/div>\n    <\/div>\n<style>\n    .section {\n      padding: 160px 5%;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .section:nth-child(even) {\n      background: rgba(31, 47, 64, 0.02);\n    }\n\n    .section-inner {\n      max-width: 800px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 2;\n    }\n\n    .section-header {\n      margin-bottom: 80px;\n      opacity: 0;\n      transform: translateY(30px);\n    }\n\n    .section-header.visible {\n      animation: fadeUp 0.8s ease forwards;\n    }\n\n    .section-title {\n      font-size: 1rem;\n      font-weight: 600;\n      color: #f8500a;\n      margin: 0 0 8px;\n      letter-spacing: 0.2em;\n    }\n\n    .section-main-title {\n      font-size: 2.5rem;\n      font-weight: 700;\n      color: #1f2f40;\n      margin: 0;\n      line-height: 1.4;\n    }\n\n    .content-block {\n      opacity: 0;\n      transform: translateY(30px);\n    }\n\n    .content-block.visible {\n      animation: fadeUp 0.8s ease forwards;\n    }\n\n    .timeline {\n      position: relative;\n      padding-left: 60px;\n    }\n\n    .timeline::before {\n      content: '';\n      position: absolute;\n      left: 20px;\n      top: 0;\n      bottom: 0;\n      width: 1px;\n      background: linear-gradient(to bottom, \n        #dde2e5 0%, #dde2e5 47%, \n        transparent 47%, transparent 53%, \n        #dde2e5 53%, #dde2e5 100%);\n      background-size: 1px 16px;\n    }\n\n    .timeline-item {\n      margin-bottom: 40px;\n      position: relative;\n      opacity: 0;\n      transform: translateX(-20px);\n    }\n\n    .timeline-item:nth-child(1) { animation: slideIn 0.5s ease 0.1s forwards; }\n    .timeline-item:nth-child(2) { animation: slideIn 0.5s ease 0.2s forwards; }\n    .timeline-item:nth-child(3) { animation: slideIn 0.5s ease 0.3s forwards; }\n    .timeline-item:nth-child(4) { animation: slideIn 0.5s ease 0.4s forwards; }\n    .timeline-item:nth-child(5) { animation: slideIn 0.5s ease 0.5s forwards; }\n    .timeline-item:nth-child(6) { animation: slideIn 0.5s ease 0.6s forwards; }\n    .timeline-item:nth-child(7) { animation: slideIn 0.5s ease 0.7s forwards; }\n\n    .timeline-time {\n      position: absolute;\n      left: -60px;\n      top: 0;\n      color: #f8500a;\n      font-weight: 600;\n      font-size: 1rem;\n    }\n\n    .timeline-content {\n      background: white;\n      padding: 24px 32px;\n      border-radius: 8px;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n      transform: translateX(0);\n      transition: all 0.3s ease;\n    }\n\n    .timeline-content:hover {\n      transform: translateX(10px);\n    }\n\n    .work-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 24px;\n      margin: 40px 0;\n    }\n\n    .work-item {\n      background: white;\n      padding: 28px 32px;\n      border-radius: 8px;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n      color: #1f2f40;\n      transform: translateY(0);\n      transition: all 0.3s ease;\n    }\n\n    .work-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);\n    }\n\n    .text-content {\n      font-size: 1.1rem;\n      line-height: 1.8;\n      color: #1f2f40;\n    }\n\n    .text-content p {\n      margin: 0 0 24px;\n    }\n\n    .text-content p:last-child {\n      margin-bottom: 0;\n    }\n\n    @keyframes fadeUp {\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes slideIn {\n      to {\n        opacity: 1;\n        transform: translateX(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .section {\n        padding: 80px 5%;\n      }\n\n      .section-main-title {\n        font-size: 2rem;\n      }\n\n      .timeline {\n        padding-left: 40px;\n      }\n\n      .timeline-time {\n        left: -40px;\n        font-size: 0.9rem;\n      }\n    }\n<\/style>\n\n<div id=\"work\" class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-header\">\n      <div class=\"section-title\">WORK<\/div>\n      <div class=\"section-main-title\">\u696d\u52d9\u5185\u5bb9<\/div>\n    <\/div>\n    <div class=\"content-block\">\n      <div class=\"text-content\">\n        \u55b6\u696d\u90e8\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u62c5\u5f53\u3068\u3057\u3066\u3001Web\u96c6\u5ba2\u3092\u4e2d\u5fc3\u306b\u65bd\u7b56\u306e\u7ba1\u7406\u30fb\u5b9f\u884c\u3092\u62c5\u3063\u3066\u3044\u307e\u3059\u3002\n      <\/div>\n      <ul class=\"work-list\">\n        <li class=\"work-item\">\u30ea\u30b9\u30c6\u30a3\u30f3\u30b0\u5e83\u544a\u7ba1\u7406<\/li>\n        <li class=\"work-item\">Web\u95a2\u9023\u306e\u5916\u90e8\u30d9\u30f3\u30c0\u30fc\u3068\u306e\u9023\u7d61\u9023\u643a<\/li>\n        <li class=\"work-item\">\u5404\u7a2eSEO\u65bd\u7b56<\/li>\n        <li class=\"work-item\">\u30e1\u30fc\u30eb\u914d\u4fe1\u7b49\u30ca\u30fc\u30c1\u30e3\u30ea\u30f3\u30b0\u65bd\u7b56<\/li>\n        <li class=\"work-item\">\u5e02\u5834\/\u7af6\u5408\u8abf\u67fb<\/li>\n        <li class=\"work-item\">\u65b0\u898f\u30c1\u30e3\u30cd\u30eb\u306e\u7acb\u3061\u4e0a\u3052<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div id=\"schedule\" class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-header\">\n      <div class=\"section-title\">SCHEDULE<\/div>\n      <div class=\"section-main-title\">1\u65e5\u306e\u6d41\u308c<\/div>\n    <\/div>\n    <div class=\"content-block\">\n      <div class=\"timeline\">\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">9:00<\/div>\n          <div class=\"timeline-content\">\u51fa\u793e\u30fb\u5404\u7a2e\u30c1\u30e3\u30cd\u30eb\u6570\u5024\u78ba\u8a8d<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">9:30<\/div>\n          <div class=\"timeline-content\">\u671d\u793c<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">10:00<\/div>\n          <div class=\"timeline-content\">\u30d9\u30f3\u30c0\u30fc\u3068\u306e\u9023\u7d61<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">11:00<\/div>\n          <div class=\"timeline-content\">\u6210\u679c\u7269\u306e\u78ba\u8a8d\u304a\u3088\u3073\u4fee\u6b63\u6307\u793a<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">13:00<\/div>\n          <div class=\"timeline-content\">\u30e9\u30f3\u30c1<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">14:00<\/div>\n          <div class=\"timeline-content\">\u793e\u5185\u30df\u30fc\u30c6\u30a3\u30f3\u30b0<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">15:00<\/div>\n          <div class=\"timeline-content\">\u5e83\u544a\u753b\u9762\u4f5c\u696d<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">16:00<\/div>\n          <div class=\"timeline-content\">\u30b7\u30b9\u30c6\u30e0\u95a2\u9023\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u4f5c\u696d<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">17:00<\/div>\n          <div class=\"timeline-content\">\u305d\u306e\u4ed6\u4e8b\u52d9\u4f5c\u696d<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">18:30<\/div>\n          <div class=\"timeline-content\">\u9000\u52e4<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div id=\"motivation\" class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-header\">\n      <div class=\"section-title\">MOTIVATION<\/div>\n      <div class=\"section-main-title\">\u65e5\u3005\u306e\u696d\u52d9\u3067\u3084\u308a\u304c\u3044\u3084\u697d\u3057\u3055\u3092\u611f\u3058\u308b\u77ac\u9593<\/div>\n    <\/div>\n    <div class=\"content-block\">\n      <div class=\"text-content\">\n        <p>\u696d\u52d9\u306f\u30b2\u30fc\u30e0\u6027\u3092\u6301\u3063\u3066\u3084\u3063\u3066\u3044\u308b\u306e\u3067\u57fa\u672c\u7684\u306b\u3059\u3079\u3066\u697d\u3057\u3044\u3067\u3059\u3002\u5e38\u306b\u3084\u308a\u304c\u3044\u3082\u611f\u3058\u3066\u3044\u307e\u3059\u3002\u5f37\u3044\u3066\u3042\u3052\u308b\u3068\u3057\u305f\u3089\u30c1\u30fc\u30e0\u3067\u5b9f\u65bd\u3057\u305f\u65bd\u7b56\u304c\u30cf\u30de\u3063\u305f\u3068\u304d\u3067\u3059\u304b\u306d\u3002<\/p>\n        <p>\u73fe\u5728\u3001\u5e83\u544a\u5468\u308a\u306f\u4e00\u4eba\u3067\u898b\u3066\u304a\u308a\u307e\u3059\u304c\u3001\u30b3\u30f3\u30c6\u30f3\u30c4\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u306f\u8907\u6570\u540d\u3067\u30c1\u30e3\u30ec\u30f3\u30b8\u3057\u3066\u304a\u308a\u3001\u30e1\u30f3\u30d0\u30fc\u304c\u8003\u3048\u305f\u4f01\u753b\u3067\u4e0a\u624b\u304f\u6848\u4ef6\u304c\u767a\u751f\u3057\u305f\u308a\u3059\u308b\u3068\u7d20\u76f4\u306b\u5b09\u3057\u3044\u3067\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div id=\"reason\" class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-header\">\n      <div class=\"section-title\">REASON<\/div>\n      <div class=\"section-main-title\">\u5165\u793e\u3092\u6c7a\u3081\u305f\u7406\u7531<\/div>\n    <\/div>\n    <div class=\"content-block\">\n      <div class=\"text-content\">\n        <p>\u793e\u9577\u304c\u8003\u3048\u308b\u4f1a\u793e\u306e\u30df\u30c3\u30b7\u30e7\u30f3\u30fb\u30d0\u30ea\u30e5\u30fc\u306b\u5171\u611f\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u305f\u305f\u3081\u3001\u5165\u793e\u3092\u6c7a\u610f\u3044\u305f\u3057\u307e\u3057\u305f\u3002\u5f53\u7136\u306a\u304c\u3089\u3001\u50cd\u304f\u3068\u304d\u306e\u696d\u52d9\u5185\u5bb9\u3084\u81ea\u5206\u304c\u6210\u9577\u3067\u304d\u308b\u74b0\u5883\u304b\u5426\u304b\u3068\u3044\u3046\u90e8\u5206\u306f\u3082\u3061\u308d\u3093\u91cd\u8996\u3057\u3066\u304a\u308a\u307e\u3059\u3002<\/p>\n        <p>\u305f\u3060\u3001\u79c1\u500b\u4eba\u304c\u6700\u3082\u91cd\u8981\u8996\u3059\u308b\u306e\u306f\u3001\u305d\u306e\u4f1a\u793e\u304c\u3069\u3046\u3044\u3063\u305f\u8003\u3048\u3067\u793e\u4f1a\u306b\u3069\u3046\u8ca2\u732e\u3057\u3066\u3044\u3053\u3046\u3068\u8003\u3048\u3066\u3044\u308b\u306e\u304b\u3001\u3044\u308f\u3086\u308b\u7406\u5ff5\u3084\u8003\u3048\u306e\u90e8\u5206\u3067\u3057\u305f\u3002<\/p>\n        <p>\u30b9\u30bf\u30fc\u30c8\u30a2\u30c3\u30d7\u4f01\u696d\u306e\u6210\u9577\u3092\u4fc3\u3057\u3066\u65e5\u672c\u7d4c\u6e08\u3092\u6d3b\u6027\u5316\u3055\u305b\u308b\u3068\u3044\u3046\u8003\u3048\u306b\u6df1\u304f\u5171\u611f\u3057\u3001\u306a\u304a\u304b\u3064\u81ea\u5206\u304c\u8ca2\u732e\u3067\u304d\u305d\u3046\u306a\u74b0\u5883\u3067\u3042\u3063\u305f\u305f\u3081\u4ed6\u793e\u3068\u6bd4\u8f03\u3057\u3066\u3082\u5727\u5012\u7684\u306a\u5fd7\u671b\u5ea6\u3067\u3057\u305f\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div id=\"future\" class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-header\">\n      <div class=\"section-title\">FUTURE<\/div>\n      <div class=\"section-main-title\">\u4eca\u5f8c\u6311\u6226\u3057\u3066\u3044\u304d\u305f\u3044\u3053\u3068<\/div>\n    <\/div>\n    <div class=\"content-block\">\n      <div class=\"text-content\">\n        <p>\u73fe\u5728\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u696d\u52d9\u306b\u52a0\u3048\u3001\u7d4c\u55b6\u8996\u70b9\u3092\u6301\u3061\u306a\u304c\u3089\u3001\u5e45\u5e83\u3044\u696d\u52d9\u9818\u57df\u306b\u6311\u6226\u3057\u3066\u3044\u304d\u305f\u3044\u3068\u8003\u3048\u3066\u3044\u307e\u3059\u3002\u4f8b\u3048\u3070\u3001\u5e83\u5831\u3084\u4eba\u4e8b\u3068\u3044\u3063\u305f\u30d0\u30c3\u30af\u30aa\u30d5\u30a3\u30b9\u696d\u52d9\u3001\u3055\u3089\u306b\u306f\u55b6\u696d\u652f\u63f4\u3084\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u7ba1\u7406\u306a\u3069\u3001\u4f1a\u793e\u5168\u4f53\u3092\u652f\u3048\u308b\u5f79\u5272\u3092\u62c5\u3044\u3001\u4e8b\u696d\u306e\u6210\u9577\u306b\u8ca2\u732e\u3067\u304d\u308b\u4eba\u6750\u306b\u306a\u308a\u305f\u3044\u3067\u3059\u3002<\/p>\n        <p>\u7d4c\u55b6\u7684\u306a\u8996\u70b9\u3084\u30b9\u30ad\u30eb\u3092\u8eab\u306b\u7740\u3051\u3001\u3069\u306e\u3088\u3046\u306a\u72b6\u6cc1\u3067\u3082\u67d4\u8edf\u306b\u5bfe\u5fdc\u3067\u304d\u308b\u30aa\u30fc\u30eb\u30e9\u30a6\u30f3\u30c9\u306a\u4eba\u6750\u3092\u76ee\u6307\u3057\u3001\u4f1a\u793e\u306e\u6210\u9577\u3092\u76ee\u6307\u3057\u3066\u3001\u3055\u3089\u306b\u5927\u304d\u306a\u5f71\u97ff\u3092\u4e0e\u3048\u3089\u308c\u308b\u5b58\u5728\u306b\u306a\u308c\u308b\u3088\u3046\u52aa\u529b\u3057\u3066\u3044\u304d\u305f\u3044\u3068\u8003\u3048\u3066\u3044\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div id=\"workmate\" class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-header\">\n      <div class=\"section-title\">WORKMATE<\/div>\n      <div class=\"section-main-title\">\u3069\u3093\u306a\u4eba\u3068\u50cd\u304d\u305f\u3044\u304b<\/div>\n    <\/div>\n    <div class=\"content-block\">\n      <div class=\"text-content\">\n        <p>\u308f\u304b\u308a\u3084\u3059\u304f\u3044\u3046\u3068\u300c\u5c06\u6765\u8d77\u696d\u3092\u8003\u3048\u3066\u3044\u308b\u65b9\u300d\u3067\u3059\u3002\u8d77\u696d\u3092\u8003\u3048\u3066\u3044\u308b\u65b9\u306f\u79c1\u3092\u542b\u3081\u73fe\u5728\u3082\u793e\u5185\u306b\u304a\u308a\u307e\u3059\u304c\u3001\u3084\u306f\u308a\u7d4c\u55b6\u76ee\u7dda\u3067\u7269\u4e8b\u3092\u8003\u3048\u3001\u80fd\u52d5\u7684\u306b\u81ea\u3089\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u8d77\u3053\u305b\u308b\u5370\u8c61\u304c\u3042\u308b\u305f\u3081\u3001\u305d\u3046\u3044\u3063\u305f\u65b9\u3005\u3068\u50cd\u3051\u308b\u306e\u306f\u975e\u5e38\u306b\u559c\u3070\u3057\u3044\u3067\u3059\u3002<\/p>\n        <p>\u3061\u306a\u307f\u306b\u79c1\u3082\u305d\u308c\u307b\u3069\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u5f97\u610f\u3067\u306f\u306a\u3044\u306e\u3067\u3059\u304c\u30011\u30f6\u6708\u7a0b\u5ea6\u3067\u99b4\u67d3\u3080\u3053\u3068\u304c\u3067\u304d\u305f\u305f\u3081\u300c\u4ef2\u826f\u304f\u306a\u308c\u3070\u3088\u304f\u558b\u308b\u300d\u3068\u3044\u3046\u30bf\u30a4\u30d7\u306e\u65b9\u3067\u3082\u5168\u7136\u554f\u984c\u306a\u3044\u3068\u601d\u3044\u307e\u3059\uff08\u7b11\uff09<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n      }\n    });\n  }, {\n    threshold: 0.2\n  });\n\n  document.querySelectorAll('.section-header, .content-block, .timeline-item').forEach(el => {\n    observer.observe(el);\n  });\n\n  \/\/ \u30b9\u30e0\u30fc\u30b9\u30b9\u30af\u30ed\u30fc\u30eb\n  document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n    anchor.addEventListener('click', function(e) {\n      e.preventDefault();\n      const targetId = this.getAttribute('href');\n      const targetElement = document.querySelector(targetId);\n      if (targetElement) {\n        targetElement.scrollIntoView({\n          behavior: 'smooth'\n        });\n      }\n    });\n  });\n<\/script>\n<\/div>\n<\/body>\n\n","protected":false},"excerpt":{"rendered":"<p>\u55b6\u696d\u90e8 \u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u62c5\u5f53 2024\u5e74\u4e2d\u9014\u5165\u793eK.S\u3055\u3093 Web\u96c6\u5ba2\u3092\u4e2d\u5fc3\u306b\u65bd\u7b56\u306e\u7ba1\u7406\u30fb\u5b9f\u884c\u3092\u62c5\u5f53\u3002 \u5e83\u544a\u904b\u7528\u304b\u3089\u30b3\u30f3\u30c6\u30f3\u30c4\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u307e\u3067\u3001\u5e45\u5e83\u3044\u9818\u57df\u3067\u30c1\u30fc\u30e0\u306e\u6210\u9577\u306b\u8ca2\u732e\u3057\u3066\u3044\u307e\u3059\u3002 WORK \u696d\u52d9\u5185\u5bb9 \u55b6\u696d\u90e8\u306e\u30de\u30fc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"swell_btn_cv_data":"","footnotes":""},"categories":[12],"tags":[],"class_list":["post-424","post","type-post","status-publish","format-standard","hentry","category-12"],"_links":{"self":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/comments?post=424"}],"version-history":[{"count":1,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/424\/revisions"}],"predecessor-version":[{"id":425,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/424\/revisions\/425"}],"wp:attachment":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/media?parent=424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/categories?post=424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/tags?post=424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}