{"id":415,"date":"2025-01-28T16:25:47","date_gmt":"2025-01-28T07:25:47","guid":{"rendered":"https:\/\/jpcpg.co.jp\/recruit\/?p=415"},"modified":"2025-01-28T16:38:16","modified_gmt":"2025-01-28T07:38:16","slug":"interview-20250126","status":"publish","type":"post","link":"https:\/\/jpcpg.co.jp\/recruit\/interview-20250126\/","title":{"rendered":"C\u30fbY\u3055\u3093\uff5c\u300c\u3053\u306e\u4eba\u306b\u4efb\u305b\u305f\u3044\u3001\u305d\u3046\u601d\u3063\u3066\u3082\u3089\u3048\u308b\u55b6\u696d\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 \u4ef2\u4ecb\u30c1\u30fc\u30e0<\/div>\n        <div class=\"hero-title\">2022\u5e74\u4e2d\u9014\u5165\u793e<br>Y.C\u3055\u3093<\/div>\n        <div class=\"hero-text\">\n          \u30aa\u30d5\u30a3\u30b9\u3092\u63a2\u3057\u3066\u3044\u308b\u4f01\u696d\u69d8\u3078\u6700\u9069\u306a\u30aa\u30d5\u30a3\u30b9\u306e\u63d0\u6848\u3092\u884c\u3063\u3066\u3044\u307e\u3059\u3002<br>\n          \u5185\u898b\u306e\u969b\u306b\u306f\u3001\u304a\u5ba2\u69d8\u306e\u30cb\u30fc\u30ba\u3092\u3088\u308a\u6df1\u304f\u628a\u63e1\u3057\u3001\u305d\u306e\u5834\u3067\u7591\u554f\u3084\u4e0d\u5b89\u3092\u89e3\u6d88\u3059\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304a\u308a\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\u4ef2\u4ecb\u30c1\u30fc\u30e0\u3068\u3057\u3066\u3001\u30aa\u30d5\u30a3\u30b9\u3092\u63a2\u3057\u3066\u3044\u308b\u4f01\u696d\u69d8\u3078\u6700\u9069\u306a\u30aa\u30d5\u30a3\u30b9\u306e\u63d0\u6848\u3092\u884c\u3063\u3066\u3044\u307e\u3059\u3002\n      <\/div>\n      <ul class=\"work-list\">\n        <li class=\"work-item\">\u7269\u4ef6\u7d39\u4ecb\uff0f\u63d0\u6848<\/li>\n        <li class=\"work-item\">\u5185\u898b\u5bfe\u5fdc<\/li>\n        <li class=\"work-item\">\u30c6\u30ca\u30f3\u30c8\u8a2a\u554f<\/li>\n        <li class=\"work-item\">\u30aa\u30fc\u30ca\u30fc\u8a2a\u554f<\/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\">\u7269\u4ef6\u8cc7\u6599\u4f5c\u6210<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">12: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\">\u5185\u898b\u5bfe\u5fdc<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">16:00<\/div>\n          <div class=\"timeline-content\">\u30aa\u30fc\u30ca\u30fc\u8a2a\u554f<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">18:00<\/div>\n          <div class=\"timeline-content\">\u4e8b\u52d9\u4f5c\u696d<\/div>\n        <\/div>\n        <div class=\"timeline-item\">\n          <div class=\"timeline-time\">19:00<\/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>\u304a\u5ba2\u69d8\u304c\u5e0c\u671b\u901a\u308a\u306e\u30aa\u30d5\u30a3\u30b9\u3092\u898b\u3064\u3051\u3066\u300c\u3053\u3053\u306b\u6c7a\u3081\u307e\u3059\uff01\u300d\u3068\u8a00\u3063\u3066\u3044\u305f\u3060\u3051\u308b\u77ac\u9593\u304c\u4e00\u756a\u306e\u3084\u308a\u304c\u3044\u3067\u3059\u3002\u5185\u898b\u3067\u304a\u5ba2\u69d8\u306e\u53cd\u5fdc\u3092\u76f4\u63a5\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3001\u81ea\u5206\u306e\u63d0\u6848\u3057\u305f\u7269\u4ef6\u3092\u6c17\u306b\u5165\u3063\u3066\u3082\u3089\u3048\u305f\u3068\u304d\u306f\u672c\u5f53\u306b\u5b09\u3057\u3044\u3067\u3059\u3002<\/p>\n        <p>\u307e\u305f\u3001\u30aa\u30fc\u30ca\u30fc\u69d8\u3084\u30c6\u30ca\u30f3\u30c8\u69d8\u306e\u6a4b\u6e21\u3057\u5f79\u3068\u3057\u3066\u4fe1\u983c\u3092\u3044\u305f\u3060\u3051\u308b\u3068\u3001\u81ea\u5206\u306e\u4ed5\u4e8b\u304c\u8ab0\u304b\u306e\u5f79\u306b\u7acb\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5b9f\u611f\u3067\u304d\u307e\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>\u300c\u6577\u91d1\u534a\u984d\u304f\u3093\u300d\u3068\u3044\u3046\u30b5\u30fc\u30d3\u30b9\u3092\u77e5\u308a\u3001\u305d\u306e\u9769\u65b0\u7684\u306a\u9b45\u529b\u3092\u611f\u3058\u305f\u3053\u3068\u304c\u5165\u793e\u306e\u304d\u3063\u304b\u3051\u3067\u3059\u3002<\/p>\n        <p>\u3053\u306e\u30b5\u30fc\u30d3\u30b9\u306f\u3001\u30aa\u30d5\u30a3\u30b9\u306b\u5165\u5c45\u3057\u305f\u3044\u304a\u5ba2\u69d8\u3068\u4e0d\u52d5\u7523\u30aa\u30fc\u30ca\u30fc\u306e\u4e21\u65b9\u306b\u3068\u3063\u3066\u30e1\u30ea\u30c3\u30c8\u304c\u3042\u308b\u3068\u3044\u3046\u306e\u304c\u30dd\u30a4\u30f3\u30c8\u3067\u3059\u3002<\/p>\n        <p>\u307e\u3060\u6210\u9577\u904e\u7a0b\u306e\u3042\u308b\u4f01\u696d\u3067\u3001\u81ea\u5206\u306e\u63d0\u6848\u3084\u884c\u52d5\u304c\u4f1a\u793e\u5168\u4f53\u306e\u6210\u679c\u306b\u76f4\u7d50\u3059\u308b\u74b0\u5883\u306b\u3082\u9b45\u529b\u3092\u611f\u3058\u307e\u3057\u305f\u3002\u5165\u793e\u5f8c\u3082\u3001\u81ea\u5206\u306e\u3084\u308a\u305f\u3044\u3053\u3068\u3084\u6311\u6226\u3057\u305f\u3044\u3053\u3068\u306b\u7a4d\u6975\u7684\u306b\u53d6\u308a\u7d44\u3080\u6a5f\u4f1a\u3092\u4e0e\u3048\u3066\u3082\u3089\u3063\u3066\u3001\u5145\u5b9f\u3057\u305f\u65e5\u3005\u3092\u904e\u3054\u3057\u3066\u3044\u307e\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>\u30aa\u30fc\u30ca\u30fc\u69d8\u3084\u304a\u5ba2\u69d8\u306b\u3068\u3063\u3066\u300c\u3053\u306e\u4eba\u306b\u304a\u4efb\u305b\u3059\u308c\u3070\u5927\u4e08\u592b\u300d\u3068\u4fe1\u983c\u3057\u3066\u3044\u305f\u3060\u3051\u308b\u30d1\u30fc\u30c8\u30ca\u30fc\u306b\u306a\u308b\u3053\u3068\u3067\u3059\u3002\u305d\u306e\u305f\u3081\u306b\u3001\u30de\u30fc\u30b1\u30c3\u30c8\u52d5\u5411\u3092\u6df1\u304f\u7406\u89e3\u3057\u3001\u63d0\u6848\u529b\u3092\u9ad8\u3081\u305f\u3044\u3068\u601d\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n        <p>\u307e\u305f\u3001\u5c06\u6765\u7684\u306b\u306f\u5927\u898f\u6a21\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3084\u8907\u6570\u306e\u30c6\u30ca\u30f3\u30c8\u3092\u7d71\u62ec\u3059\u308b\u6848\u4ef6\u306b\u3082\u6311\u6226\u3057\u3066\u3044\u304d\u305f\u3044\u3067\u3059\u3002\u793e\u5185\u3067\u3082\u5f8c\u8f29\u306e\u80b2\u6210\u306b\u643a\u308f\u308b\u3053\u3068\u3067\u3001\u30c1\u30fc\u30e0\u5168\u4f53\u306e\u6210\u9577\u306b\u3082\u8ca2\u732e\u3057\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>\u524d\u5411\u304d\u3067\u67d4\u8edf\u306a\u8003\u3048\u65b9\u3092\u6301\u3061\u3001\u304a\u5ba2\u69d8\u3084\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u306e\u3053\u3068\u3092\u8003\u3048\u3089\u308c\u308b\u65b9\u3068\u4e00\u7dd2\u306b\u50cd\u304d\u305f\u3044\u3067\u3059\u3002\u307e\u305f\u3001\u5206\u304b\u3089\u306a\u3044\u3053\u3068\u3092\u7d20\u76f4\u306b\u805e\u304f\u59ff\u52e2\u3084\u3001\u5e38\u306b\u5b66\u3073\u7d9a\u3051\u308b\u610f\u6b32\u3092\u6301\u3063\u3066\u3044\u308b\u4eba\u304c\u3044\u308b\u3068\u3001\u30c1\u30fc\u30e0\u5168\u4f53\u304c\u3055\u3089\u306b\u6210\u9577\u3057\u3066\u3044\u3051\u308b\u3068\u611f\u3058\u307e\u3059\u3002<\/p>\n        <p>\u55b6\u696d\u90e8\u306f\u65e5\u3005\u591a\u304f\u306e\u4eba\u3068\u95a2\u308f\u308b\u4ed5\u4e8b\u306a\u306e\u3067\u3001\u7a4d\u6975\u7684\u306b\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u3068\u308a\u3001\u5468\u56f2\u3092\u5dfb\u304d\u8fbc\u3080\u529b\u304c\u3042\u308b\u65b9\u304c\u30c1\u30fc\u30e0\u5168\u4f53\u3092\u3088\u308a\u3088\u304f\u3057\u3066\u304f\u308c\u308b\u3068\u611f\u3058\u3066\u3044\u307e\u3059\u3002\u304a\u4e92\u3044\u3092\u5c0a\u91cd\u3057\u5408\u3044\u306a\u304c\u3089\u3001\u6210\u9577\u3092\u697d\u3057\u3081\u308b\u65b9\u3068\u4e00\u7dd2\u306b\u50cd\u304d\u305f\u3044\u3067\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","protected":false},"excerpt":{"rendered":"<p>\u55b6\u696d\u90e8 \u4ef2\u4ecb\u30c1\u30fc\u30e0 2022\u5e74\u4e2d\u9014\u5165\u793eY.C\u3055\u3093 \u30aa\u30d5\u30a3\u30b9\u3092\u63a2\u3057\u3066\u3044\u308b\u4f01\u696d\u69d8\u3078\u6700\u9069\u306a\u30aa\u30d5\u30a3\u30b9\u306e\u63d0\u6848\u3092\u884c\u3063\u3066\u3044\u307e\u3059\u3002 \u5185\u898b\u306e\u969b\u306b\u306f\u3001\u304a\u5ba2\u69d8\u306e\u30cb\u30fc\u30ba\u3092\u3088\u308a\u6df1\u304f\u628a\u63e1\u3057\u3001\u305d\u306e\u5834\u3067\u7591\u554f\u3084\u4e0d\u5b89\u3092\u89e3\u6d88\u3059\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304a\u308a\u307e\u3059\u3002 WO [&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":[1],"tags":[],"class_list":["post-415","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/415","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=415"}],"version-history":[{"count":6,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/415\/revisions"}],"predecessor-version":[{"id":423,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/posts\/415\/revisions\/423"}],"wp:attachment":[{"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/media?parent=415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/categories?post=415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpcpg.co.jp\/recruit\/wp-json\/wp\/v2\/tags?post=415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}