{"id":373,"date":"2025-01-27T23:11:42","date_gmt":"2025-01-27T14:11:42","guid":{"rendered":"https:\/\/jpcpg.co.jp\/recruit\/?p=373"},"modified":"2025-01-28T09:53:46","modified_gmt":"2025-01-28T00:53:46","slug":"interview-20250128","status":"publish","type":"post","link":"https:\/\/jpcpg.co.jp\/recruit\/interview-20250128\/","title":{"rendered":"M\u30fbK\u3055\u3093\uff5c\u300c\u672a\u7d4c\u9a13\u3067\u3082\u6311\u6226\u3067\u304d\u308b\u3001\u3053\u306e\u74b0\u5883\u306a\u3089\u6210\u9577\u3067\u304d\u308b\u3068\u601d\u3044\u307e\u3057\u305f\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\">\u7d4c\u55b6\u4f01\u753b\u90e8 \u5e83\u5831\u62c5\u5f53<\/div>\n        <div class=\"hero-title\">2022\u5e74\u4e2d\u9014\u5165\u793e<br>M.K\u3055\u3093<\/div>\n        <div class=\"hero-text\">\n          \u4f1a\u793e\u306e\u8a8d\u77e5\u5ea6\u5411\u4e0a\u3084\u30d6\u30e9\u30f3\u30c9\u30a4\u30e1\u30fc\u30b8\u306e\u5f37\u5316\u3092\u76ee\u6307\u3057\u3001\u591a\u5c90\u306b\u308f\u305f\u308b\u696d\u52d9\u3092\u62c5\u5f53\u3002<br>\n          \u524d\u8077\u306f\u55b6\u696d\u8077\u3067\u3057\u305f\u304c\u3001\u65b0\u3057\u3044\u6311\u6226\u306b\u5411\u3051\u3066\u672a\u7d4c\u9a13\u304b\u3089\u5e83\u5831\u306e\u4e16\u754c\u3078\u98db\u3073\u8fbc\u307f\u307e\u3057\u305f\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        \u7d4c\u55b6\u4f01\u753b\u90e8\u306e\u5e83\u5831\u62c5\u5f53\u3068\u3057\u3066\u3001\u4f1a\u793e\u306e\u8a8d\u77e5\u5ea6\u5411\u4e0a\u3084\u30d6\u30e9\u30f3\u30c9\u30a4\u30e1\u30fc\u30b8\u306e\u5f37\u5316\u3092\u76ee\u6307\u3057\u3001\u591a\u5c90\u306b\u308f\u305f\u308b\u696d\u52d9\u3092\u62c5\u3063\u3066\u3044\u307e\u3059\u3002\n      <\/div>\n      <ul class=\"work-list\">\n        <li class=\"work-item\">\u30d7\u30ec\u30b9\u30ea\u30ea\u30fc\u30b9\u4f5c\u6210\uff0f\u914d\u4fe1<\/li>\n        <li class=\"work-item\">\u30e1\u30c7\u30a3\u30a2\u5bfe\u5fdc<\/li>\n        <li class=\"work-item\">\u30a4\u30f3\u30bf\u30d3\u30e5\u30fc\u8a18\u4e8b\u4f5c\u6210<\/li>\n        <li class=\"work-item\">SNS\u904b\u7528<\/li>\n        <li class=\"work-item\">\u30a4\u30d9\u30f3\u30c8\u904b\u55b6<\/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\u30e1\u30fc\u30eb\u30c1\u30a7\u30c3\u30af<\/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\">\u793e\u5185MTG<\/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\">\u30d7\u30ec\u30b9\u30ea\u30ea\u30fc\u30b9\u4f5c\u6210<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">16:00<\/div>\n          <div class=\"timeline-content\">SNS\u66f4\u65b0<\/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<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>\u5f53\u793e\u306e\u30b5\u30fc\u30d3\u30b9\u306b\u5927\u304d\u306a\u53ef\u80fd\u6027\u3092\u611f\u3058\u305f\u3053\u3068\u304c\u3001\u5165\u793e\u306e\u304d\u3063\u304b\u3051\u3067\u3059\u3002<\/p>\n        <p>\u7279\u306b\u3001\u30d6\u30eb\u30fc\u30aa\u30fc\u30b7\u30e3\u30f3\u306e\u9818\u57df\u3067\u5e02\u5834\u3092\u958b\u62d3\u3057\u3066\u3044\u304f\u904e\u7a0b\u306b\u643a\u308f\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u70b9\u306b\u9b45\u529b\u3092\u611f\u3058\u307e\u3057\u305f\u3002<\/p>\n        <p>\u524d\u8077\u3067\u306f\u55b6\u696d\u3060\u3063\u305f\u306e\u3067\u3001\u5168\u304f\u306e\u672a\u7d4c\u9a13\u3067\u3057\u305f\u304c\u3001\u9762\u63a5\u3067\u611f\u3058\u305f\u793e\u54e1\u540c\u58eb\u306e\u660e\u308b\u304f\u524d\u5411\u304d\u306a\u96f0\u56f2\u6c17\u3084\u3001\u6311\u6226\u3092\u6b53\u8fce\u3059\u308b\u6587\u5316\u306b\u3082\u60f9\u304b\u308c\u3001\u300c\u3053\u306e\u74b0\u5883\u3067\u3042\u308c\u3070\u672a\u7d4c\u9a13\u3067\u3082\u30dd\u30b8\u30c6\u30a3\u30d6\u306b\u6210\u9577\u3067\u304d\u308b\u306e\u3067\u306f\u306a\u3044\u304b\u300d\u3068\u5165\u793e\u3092\u6c7a\u3081\u307e\u3057\u305f\u3002<\/p>\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>\u81ea\u793e\u30b5\u30fc\u30d3\u30b9\u306b\u95a2\u3059\u308b\u8a18\u4e8b\u304c\u30e1\u30c7\u30a3\u30a2\u306b\u53d6\u308a\u4e0a\u3052\u3089\u308c\u305f\u6642\u306b\u306f\u3001\u5927\u304d\u306a\u9054\u6210\u611f\u3068\u3084\u308a\u304c\u3044\u3092\u611f\u3058\u307e\u3059\u3002\u81ea\u5206\u304c\u4f01\u753b\u3057\u3001\u4e01\u5be7\u306b\u4f5c\u308a\u4e0a\u3052\u305f\u30d7\u30ec\u30b9\u30ea\u30ea\u30fc\u30b9\u3084\u8a18\u4e8b\u304c\u5e83\u304f\u3001\u8aad\u8005\u3084\u9867\u5ba2\u306b\u5c4a\u304f\u3053\u3068\u3067\u3001\u81ea\u5206\u306e\u4ed5\u4e8b\u304c\u4f1a\u793e\u306e\u6210\u9577\u3084\u8a8d\u77e5\u5ea6\u5411\u4e0a\u306b\u76f4\u63a5\u3064\u306a\u304c\u3063\u3066\u3044\u308b\u3068\u8a8d\u8b58\u3067\u304d\u308b\u304b\u3089\u3067\u3059\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>\u5e83\u5831\u6226\u7565\u3092\u3055\u3089\u306b\u5f37\u5316\u3057\u3001\u4f01\u696d\u3068\u3057\u3066\u306e\u30d6\u30e9\u30f3\u30c9\u529b\u3092\u9ad8\u3081\u3066\u3044\u304f\u3053\u3068\u304c\u76ee\u6a19\u3067\u3059\u3002\u81ea\u793e\u30b5\u30fc\u30d3\u30b9\u3084\u4e8b\u696d\u5185\u5bb9\u3092\u3001\u3088\u308a\u591a\u304f\u306e\u4eba\u306b\u6b63\u3057\u304f\u9b45\u529b\u7684\u306b\u4f1d\u3048\u308b\u3053\u3068\u3067\u3001\u4f01\u696d\u5168\u4f53\u306e\u4fa1\u5024\u3092\u5411\u4e0a\u3055\u305b\u305f\u3044\u3068\u8003\u3048\u3066\u3044\u307e\u3059\u3002<\/p>\n        <p>\u305d\u306e\u305f\u3081\u306b\u306f\u3001\u5404\u30b9\u30c6\u30fc\u30af\u30db\u30eb\u30c0\u30fc\u3054\u3068\u306b\u7570\u306a\u308b\u8996\u70b9\u3084\u30cb\u30fc\u30ba\u306b\u5fdc\u3048\u305f\u5e83\u5831\u6226\u7565\u3092\u69cb\u7bc9\u3059\u308b\u3053\u3068\u304c\u91cd\u8981\u3060\u3068\u8003\u3048\u3066\u3044\u307e\u3059\u3002\u4eee\u306b\u3001\u682a\u4e3b\u3084\u53d6\u5f15\u5148\u306e\u4f01\u696d\u306b\u306f\u6570\u5b57\u3084\u6210\u679c\u3092\u91cd\u8996\u3057\u305f\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3001\u6d88\u8cbb\u8005\u306b\u306f\u512a\u5148\u7684\u306b\u611f\u60c5\u306b\u97ff\u304f\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u767a\u4fe1\u3059\u308b\u306a\u3069\u3001\u67d4\u8edf\u306a\u30a2\u30d7\u30ed\u30fc\u30c1\u3092\u76ee\u6307\u3057\u3066\u3044\u304d\u305f\u3044\u3067\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>\u5e38\u306b\u67d4\u8edf\u306a\u59ff\u52e2\u3067\u5354\u529b\u3057\u5408\u3044\u306a\u304c\u3089\u3001\u8ab0\u306b\u5bfe\u3057\u3066\u3082\u30ea\u30b9\u30da\u30af\u30c8\u306e\u6c17\u6301\u3061\u3092\u5fd8\u308c\u305a\u306b\u52aa\u529b\u3067\u304d\u308b\u4eba\u3068\u4e00\u7dd2\u306b\u50cd\u304d\u305f\u3044\u3067\u3059\u3002\u307e\u3060\u307e\u3060\u6210\u9577\u9014\u4e2d\u306e\u4f01\u696d\u306a\u306e\u3067\u3001\u74b0\u5883\u306e\u5909\u5316\u3084\u6210\u9577\u30b9\u30d4\u30fc\u30c9\u3092\u30dd\u30b8\u30c6\u30a3\u30d6\u306b\u6349\u3048\u3089\u308c\u308b\u3068\u697d\u3057\u304f\u50cd\u3051\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/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\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u7d4c\u55b6\u4f01\u753b\u90e8 \u5e83\u5831\u62c5\u5f53 2022\u5e74\u4e2d\u9014\u5165\u793eM.K\u3055\u3093 \u4f1a\u793e\u306e\u8a8d\u77e5\u5ea6\u5411\u4e0a\u3084\u30d6\u30e9\u30f3\u30c9\u30a4\u30e1\u30fc\u30b8\u306e\u5f37\u5316\u3092\u76ee\u6307\u3057\u3001\u591a\u5c90\u306b\u308f\u305f\u308b\u696d\u52d9\u3092\u62c5\u5f53\u3002 \u524d\u8077\u306f\u55b6\u696d\u8077\u3067\u3057\u305f\u304c\u3001\u65b0\u3057\u3044\u6311\u6226\u306b\u5411\u3051\u3066\u672a\u7d4c\u9a13\u304b\u3089\u5e83\u5831\u306e\u4e16\u754c\u3078\u98db\u3073\u8fbc\u307f\u307e\u3057\u305f\u3002 WORK \u696d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":207,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"swell_btn_cv_data":"","footnotes":""},"categories":[12],"tags":[],"class_list":["post-373","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-12"],"_links":{"self":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/373","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=373"}],"version-history":[{"count":13,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/373\/revisions"}],"predecessor-version":[{"id":403,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/373\/revisions\/403"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/media\/207"}],"wp:attachment":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/media?parent=373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/categories?post=373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/tags?post=373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}