\n \n
\n 実績紹介
\n \n \n works
\n \n \n \n
\n \n \n {workInfo.map((work, index) => {\n return (\n \n {work.link === 'production-management-system' ? (\n \n \n \n ) : (\n \n \n \n )}\n {work.title.join('\\n')}\n \n {work.description.join('\\n')}\n \n {work.text}\n {work.buttonlabel === 'Comming Soon...' ? (\n \n \n {work.buttonlabel}\n \n \n ) : (\n \n \n {work.buttonlabel}\n \n \n )}\n \n );\n })}\n \n
\n \n );\n};\nexport default Works;\n","import { useStaticQuery, graphql } from 'gatsby';\n\nconst WorkDetailFluidImages = image => {\n const data = useStaticQuery(graphql`\n query {\n workproductDevelopmentDescktop01: file(\n relativePath: { eq: \"v2-work-detail/productDevelopment_img_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 608, maxHeight: 320) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n workproductDevelopmentMobile01: file(\n relativePath: { eq: \"v2-work-detail/productDevelopment_img_sp_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 360, maxHeight: 238) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n workproductDevelopmentDescktop02: file(\n relativePath: { eq: \"v2-work-detail/productDevelopment_img_02.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 608, maxHeight: 320) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n workproductDevelopmentMobile02: file(\n relativePath: { eq: \"v2-work-detail/productDevelopment_img_sp_02.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 360, maxHeight: 238) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n\n valveMaintenanceSystemDescktop01: file(\n relativePath: { eq: \"v2-work-detail/valveMaintenanceSystem_img_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 608, maxHeight: 320) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n valveMaintenanceSystemMobile01: file(\n relativePath: {\n eq: \"v2-work-detail/valveMaintenanceSystem_img_sp_01.png\"\n }\n ) {\n childImageSharp {\n fluid(maxWidth: 360, maxHeight: 238) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n\n dxsolutionDescktop01: file(\n relativePath: { eq: \"v2-work-detail/dxsolution_img_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 608, maxHeight: 320) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n dxsolutionMobile01: file(\n relativePath: { eq: \"v2-work-detail/dxsolution_img_sp_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 360, maxHeight: 238) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n\n dxHumanIntroduceDescktop01: file(\n relativePath: { eq: \"v2-work-detail/dxHumanIntroduce_img_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 608, maxHeight: 320) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n dxHumanIntroduceMobile01: file(\n relativePath: { eq: \"v2-work-detail/dxHumanIntroduce_img_sp_01.png\" }\n ) {\n childImageSharp {\n fluid(maxWidth: 360, maxHeight: 238) {\n ...GatsbyImageSharpFluid_withWebp\n ...GatsbyImageSharpFluidLimitPresentationSize\n }\n }\n }\n }\n `);\n\n return data[image].childImageSharp.fluid;\n};\n\nexport default WorkDetailFluidImages;\n"],"sourceRoot":""}