{"id":1502,"date":"2025-10-27T15:06:48","date_gmt":"2025-10-27T06:06:48","guid":{"rendered":"http:\/\/sekimoto-works.com\/portfolio\/?p=1502"},"modified":"2026-02-13T01:30:58","modified_gmt":"2026-02-12T16:30:58","slug":"training-diary-42","status":"publish","type":"post","link":"https:\/\/sekimoto-works.com\/portfolio\/archives\/1502","title":{"rendered":"\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467\u3000\u6a2a\u4e26\u3073\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u6f14\u7fd2"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u25c6\u901a\u6240\u8a13\u7df4\uff0825\/10\/27\uff09<\/h2>\n\n\n\n<p>\u8b1b\u5e2b\uff1a\u5927\u6d5c\u4fe1\u5f66\u5148\u751f<br>\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8cc7\u6599\uff1a\u306a\u3057<\/p>\n\n\n\n<p>1\u9650\u76ee<br>\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467<br>Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5<\/p>\n\n\n\n<p>2\u9650\u76ee<br>\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467<br>Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5<\/p>\n\n\n\n<p>3\u9650\u76ee<br>\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467<br>Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5<\/p>\n\n\n\n<p>4\u9650\u76ee<br>\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467<br>Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5<\/p>\n\n\n\n<p>5\u9650\u76ee<br>\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467<br>\u672c\u65e5\u306e\u8b1b\u7fa9\u306e\u307e\u3068\u3081<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u25c6\u672c\u65e5\u306e\u30c6\u30fc\u30de<\/h2>\n\n\n\n<p>Web\u30da\u30fc\u30b8\u3092\u5b8c\u6210\u3055\u305b\u307e\u3057\u3087\u3046<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25bcWeb\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5\u2463<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">\u6a2a\u4e26\u3073\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u7d44\u3093\u3067\u307f\u308b<\/h4>\n\n\n\n<p><br>html\u306f\u57fa\u672c\u7684\u306b\u7e26\u306b\u30ec\u30a4\u30a2\u30a6\u30c8\u304c\u7a4d\u307e\u308c\u3066\u3044\u304d\u307e\u3059\u304c\u3001css\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u3063\u3066\u6a2a\u4e26\u3073\u306b\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059\u3002<a href=\"https:\/\/samplesdl.me\/training_html-css\/side-by-side_sample\/\">\u53c2\u8003\u5143<\/a><br>\u4eca\u56de\u306fcss\u306eflexbox\u3092\u4f7f\u3063\u3066\u3001\u6a2a\u4e26\u3073\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u4f5c\u3063\u3066\u307f\u307e\u3057\u3087\u3046<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!doctype html&gt;\n&lt;html&gt;\n    &lt;head&gt;\n\u3000\u3000\u3000\u3000\u3000&lt;meta&gt;\u301c\u301c\u301c\n\u3000\u3000\u3000\u3000\u3000&lt;meta&gt;\u301c\u301c\u301c\n\u3000\u3000\u3000\u3000\u3000&lt;title&gt;\u301c\u301c\u301c&lt;\/title&gt;\n        &lt;link href=\"style.css\" rel=\"stylesheet\"&gt;\n    &lt;\/head&gt;\n    &lt;body&gt;\n        &lt;div class=\"oya\"&gt;\n           &lt;div class=\"kodomo_a\"&gt;&lt;\/div&gt;\n           &lt;div class=\"kodomo_b\"&gt;&lt;\/div&gt;\n           &lt;div class=\"kodomo_c\"&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>.oya {\n    display: flex;\n}\n\n.kodomo_a{\n  width: 200px;\n  height: 200px;\n  background: red;\n}\n\n.kodomo_b{\n  width: 200px;\n  height: 200px;\n  background: blue;\n}\n\n.kodomo_c{\n  width: 200px;\n  height: 200px;\n  background: green;\n}<\/code><\/pre>\n\n\n\n<p>\u6a2a\u7a4d\u307f\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u7d44\u3080\u3053\u3068\u304c\u51fa\u6765\u308c\u3070\u3001\u30ef\u30a4\u30e4\u30fc\u30d5\u30ec\u30fc\u30e0\u3092html\u3068css\u3067\u4f5c\u6210\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">html\u3067\u8868\u3092\u4f5c\u308b<\/h4>\n\n\n\n<p>\u6642\u523b\u8868\u3084\u30e1\u30cb\u30e5\u30fc\u8868\u3001\u30ab\u30ec\u30f3\u30c0\u30fc\u7b49\u306ftable\u30bf\u30b0\u3092\u4f7f\u3063\u3066\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u7d44\u3080\u3053\u3068\u304c\u591a\u3044\u3067\u3059\u3002<a href=\"https:\/\/samplesdl.me\/training_html-css\/calendar_sample\/\">\u53c2\u8003\u5143<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">html\u3067\u30d5\u30a9\u30fc\u30e0\u3092\u4f5c\u308b<\/h4>\n\n\n\n<p>WEB\u30b5\u30a4\u30c8\u306b\u8a2d\u7f6e\u3055\u308c\u3066\u3044\u308b\u304a\u554f\u3044\u5408\u308f\u305b\u30da\u30fc\u30b8\u306a\u3069\u3092\u30d5\u30a9\u30fc\u30e0\u3068\u547c\u3073\u307e\u3059\u3002html\u3067\u30d5\u30a9\u30fc\u30e0\u3092\u4f5c\u308b\u969b\u3001html\u5358\u4f53\u3067\u30d5\u30a9\u30fc\u30e0\u306f\u52d5\u304d\u307e\u305b\u3093\u3002\uff08\u5225\u9014php\u306a\u3069\u3067\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u7d44\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\uff09\u4eca\u56de\u306f\u3001html\u3067\u64ec\u4f3c\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25bc\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0-\uff14<\/h3>\n\n\n\n<p>\u5b9f\u969b\u306eWeb\u30da\u30fc\u30b8\u3092\u4f5c\u6210\u3057\u307e\u3057\u3087\u3046\u3002<\/p>\n\n\n\n<p>\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u7528\u30d5\u30a1\u30a4\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u304a\u3088\u3073\u89e3\u51cd\u3092\u884c\u3063\u3066\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3092\u5b9f\u65bd\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u306e\u5b9f\u65bd\u65b9\u6cd5\u306f\u3001\u89e3\u51cd\u3057\u305f\u30d5\u30a9\u30eb\u30c0\u306b\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u300creadme.pdf\u300d\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p><strong>\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8cc7\u6599 \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u7528\u30b5\u30a4\u30c8<br><\/strong><a href=\"https:\/\/samplesdl-web.com\/doc\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/samplesdl-web.com\/doc\/<\/a><\/p>\n\n\n\n<p>\u4e0b\u8a18\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3057\u3087\u3046\u3002<br><strong>\u300c<\/strong>training-4.zip\u300d\u3000<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u25c6\u672c\u65e5\u306e\u8ab2\u984c<\/h2>\n\n\n\n<p>Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5\u3067\u4f5c\u6210\u3057\u305f\u30da\u30fc\u30b8\u306e\u30ad\u30e3\u30d7\u30c1\u30e3\u3092\u53d6\u5f97\u3057\u3066WordPress\u306e\u6295\u7a3f\u30da\u30fc\u30b8\u306b\u8cbc\u308a\u4ed8\u3051\u3092\u884c\u3044\u307e\u3057\u3087\u3046\u3002\uff08\u51fa\u6765\u305f\u3068\u3053\u308d\u307e\u3067\u3067\u5927\u4e08\u592b\u3067\u3059\uff09\u3067\u3059\uff09<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"http:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/image-1024x576.png\" alt=\"\" class=\"wp-image-1506\" srcset=\"https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/image-1024x576.png 1024w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/image-300x169.png 300w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/image-768x432.png 768w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/image-1536x864.png 1536w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/image.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"259\" height=\"1024\" src=\"http:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/C__Users_0237_Desktop_training-4_training_index.html-259x1024.png\" alt=\"\" class=\"wp-image-1508\" srcset=\"https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/C__Users_0237_Desktop_training-4_training_index.html-259x1024.png 259w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/C__Users_0237_Desktop_training-4_training_index.html-76x300.png 76w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/C__Users_0237_Desktop_training-4_training_index.html-768x3040.png 768w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/C__Users_0237_Desktop_training-4_training_index.html-388x1536.png 388w, https:\/\/sekimoto-works.com\/portfolio\/wp-content\/uploads\/2025\/10\/C__Users_0237_Desktop_training-4_training_index.html-scaled.png 647w\" sizes=\"auto, (max-width: 259px) 100vw, 259px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u25c6\u672c\u65e5\u306e\u6c17\u4ed8\u304d\u30fb\u30e1\u30e2<\/h2>\n\n\n\n<p>\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\uff14\u3067\u4f5c\u6210\u3057\u305fcss\u30d5\u30a1\u30a4\u30eb\u306e\u6c17\u4ed8\u304d\u3092\u4ee5\u4e0b\u306b\u30e1\u30e2\u3057\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<p>@charset &#8220;utf-8&#8221;;<\/p>\n\n\n\n<p>body {<br>background-color: #fffaf5;<br>color: #333;<br>}<\/p>\n\n\n\n<p>.navbar {<br>position: fixed; \/* \u554f\u984c01\uff1a\u8981\u7d20\u306e\u914d\u7f6e\u6307\u5b9a *<em>\/<\/em><br> top: 0; \/ *\u554f\u984c02\uff1a\u8981\u7d20\u306e\u4f4d\u7f6e\u6307\u5b9a *\/<br>width: 100%;<br>background-color: #ffe4e1;<br>box-shadow: 0 2px 4px rgba(0,0,0,0.1);<br>z-index: 1000;<br>}<\/p>\n\n\n\n<p>.navbar nav ul {<br>margin: 0;<br>padding: 10px 0;<br>display: flex;<br>justify-content: center;<br>list-style: none;<br>}<\/p>\n\n\n\n<p>.navbar nav ul li {<br>margin: 0 15px;<br>}<\/p>\n\n\n\n<p>.navbar nav ul li a {<br>text-decoration: none;<br>color: #333;<br>font-weight: bold;<br>}<\/p>\n\n\n\n<p>.hero {<br>position: relative;<br>height: 100lvh;<br>overflow: hidden;<br>}<\/p>\n\n\n\n<p>.hero video {<br>width: 100%;<br>height: 100%;<br>object-fit: cover;<br>}<\/p>\n\n\n\n<p>.hero .hero-text {<br>max-width: 600px;<br>position: absolute;<br>top: 60px;<br>left: 40px;<br>color: #fff;<br>line-height: 1.2;<br>}<\/p>\n\n\n\n<p>.hero .hero-text h1 {<br>max-width: 100%;<br>margin: 40px 0 0 0;<br>font-size: 4em;<br>}<\/p>\n\n\n\n<p>.hero .hero-text h1 img {<br>width: 100%;<br>height: auto;<br>}<\/p>\n\n\n\n<p>.hero .hero-text p {<br>font-size: 2em;<br>font-weight: bold;<br>text-align: center;<br>}<\/p>\n\n\n\n<p>.section {<br>margin-top: 46px;<br>padding: 60px 40px;<br>background: #fff;<br>border: 1px #ccc solid;<br>}<\/p>\n\n\n\n<p>.container {<br>max-width: 960px;<br>margin: 0 auto;<br>}<\/p>\n\n\n\n<p>.section img {<br>max-width: 100%;<br>border-radius: 8px;<br>}<\/p>\n\n\n\n<p>.section h2 {<br>font-size: 1.8em;<br>margin: 0 0 30px 0;<br>color: #d08080;<br>border-bottom: 6px #d08080 dotted;<br>}<\/p>\n\n\n\n<p>.section h2::before { \u3000\u3000\/* \u554f\u984c03\uff1a\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u633f\u5165 *<em>\/<\/em>\u3000<strong>\u300c\u7591\u4f3c\u8981\u7d20\u300d\u306f\u3001\u201d..\u201d\u3068\u66f8\u304f<\/strong><br><em> <\/em>content: &#8220;\u25c6&#8221;; \u3000\u3000\/* \u554f\u984c04\uff1a\u633f\u5165\u30b3\u30f3\u30c6\u30f3\u30c4\u6307\u5b9a *\/<br>padding-right: 8px;<br>}<\/p>\n\n\n\n<p>.section.about {<br>padding: 60px 40px 40px 40px;<br>}<\/p>\n\n\n\n<p>.section.about .about-wrapper {<br>padding: 0 0 20px 0;<br>display: flex; \/* \u554f\u984c05\uff1a\u30d5\u30ec\u30c3\u30af\u30b9\u30ec\u30a4\u30a2\u30a6\u30c8\u6307\u5b9a *\/<br>align-items: center;<br>gap: 40px;<br>}<\/p>\n\n\n\n<p>.section.about .about-wrapper.reverse {<br>flex-direction: row-reverse; \/* \u554f\u984c06\uff1a\u30d5\u30ec\u30c3\u30af\u30b9\u30a2\u30a4\u30c6\u30e0\u306e\u4e26\u3073\u9806\u6307\u5b9a *\/<br>}<\/p>\n\n\n\n<p>.section.about .about-wrapper img {<br>width: calc((100% &#8211; 40px) * 0.4);<br>}<\/p>\n\n\n\n<p>.section.about .about-wrapper div {<br>width: calc((100% &#8211; 40px) * 0.6);<br>}<\/p>\n\n\n\n<p>.section.about .about-wrapper div p {<br>padding: 5px 0;<br>font-size: 1.2em;<br>}<\/p>\n\n\n\n<p>.section.pricing p {<br>margin-top: 20px;<br>text-align: right;<br>}<\/p>\n\n\n\n<p>.section.pricing table {<br>width: 100%;<br>border-collapse: collapse;<br>}<\/p>\n\n\n\n<p>.section.pricing table th, .section.pricing table td {<br>width: 50%;<br>border: solid #ddd 1px; \/* \u554f\u984c07\uff1a\u30c6\u30fc\u30d6\u30eb\u30bb\u30eb\u306e\u30dc\u30fc\u30c0\u30fc\u6307\u5b9a*\/\u3000<strong>\u30dc\u30fc\u30c0\u30fc\u306e\u8981\u7d20\u306e\u592a\u3055\u3001\u8272\u3001\u30b9\u30bf\u30a4\u30eb\u6307\u5b9a\u306b\u9806\u756a\u306f\u306a\u3057<\/strong><br> <em>padding: 12px 12px; \/<\/em> \u554f\u984c08\uff1a\u30c6\u30fc\u30d6\u30eb\u30bb\u30eb\u306e\u30d1\u30c7\u30a3\u30f3\u30b0\u6307\u5b9a* \/<br><em>text-align: center; \/<\/em> \u554f\u984c09\uff1a\u30c6\u30fc\u30d6\u30eb\u30bb\u30eb\u306e\u6587\u5b57\u914d\u7f6e\u6307\u5b9a *\/<br>}<\/p>\n\n\n\n<p>.section.pricing table th {<br>background-color: #ffe4e1; \/* \u554f\u984c10\uff1a\u30c6\u30fc\u30d6\u30eb\u898b\u51fa\u3057\u306e\u80cc\u666f\u8272\u6307\u5b9a *\/<br>}<\/p>\n\n\n\n<p>.section.access iframe {<br>width: 100%;<br>height: 300px;<br>}<\/p>\n\n\n\n<p>.section.access p {<br>text-align: center;<br>}<\/p>\n\n\n\n<p>.section .gallery-grid {<br>display: flex;<br>gap: 20px;<br>flex-wrap: wrap; \/* \u554f\u984c11\uff1a\u30d5\u30ec\u30c3\u30af\u30b9\u30a2\u30a4\u30c6\u30e0\u306e\u6298\u308a\u8fd4\u3057\u6307\u5b9a *\/<br>}<\/p>\n\n\n\n<p>.section.info ul {<br>margin-left: 40px;<br>}<\/p>\n\n\n\n<p>.section .gallery-grid div {<br>width: calc((100% &#8211; 60px) \/ 4);<br>text-align: center;<br>line-height: 1;<br>}<\/p>\n\n\n\n<p>.section .gallery-grid div img {<br>width: 100%;<br>border-radius: 10px; \/* \u554f\u984c12\uff1a\u30dc\u30fc\u30c0\u30fc\u306e\u89d2\u306e\u4e38\u307f\u6307\u5b9a *\/<br>}<\/p>\n\n\n\n<p>.section .gallery-grid div p {<br>margin-top: 8px;<br>color: #666;<br>}<\/p>\n\n\n\n<p>footer {<br>padding: 40px 0;<br>margin-top: 80px;<br>text-align: center;<br>background-color: #ffe4e1;<br>box-shadow: 0 2px 4px rgba(0,0,0,0.1);<br>}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u25c6\u901a\u6240\u8a13\u7df4\uff0825\/10\/27\uff09 \u8b1b\u5e2b\uff1a\u5927\u6d5c\u4fe1\u5f66\u5148\u751f\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\u8cc7\u6599\uff1a\u306a\u3057 1\u9650\u76ee\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5 2\u9650\u76ee\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467Web\u30da\u30fc\u30b8\u5236\u4f5c\u5b9f\u8df5 3\u9650\u76ee\u5b66\u79d1 HTML\/CSS\u57fa\u790e\u2467 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2403,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_kadence_starter_templates_imported_post":false,"vkexunit_cta_each_option":"","footnotes":""},"categories":[12],"tags":[23],"class_list":["post-1502","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-training-diary","tag-html-css"],"_links":{"self":[{"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/posts\/1502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/comments?post=1502"}],"version-history":[{"count":9,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/posts\/1502\/revisions"}],"predecessor-version":[{"id":3471,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/posts\/1502\/revisions\/3471"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/media\/2403"}],"wp:attachment":[{"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/media?parent=1502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/categories?post=1502"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sekimoto-works.com\/portfolio\/wp-json\/wp\/v2\/tags?post=1502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}