{"id":213427,"date":"2025-05-09T10:05:20","date_gmt":"2025-05-09T01:05:20","guid":{"rendered":"https:\/\/www.tsuchiyahome.jp\/special\/?post_type=tsuchiyahome&#038;p=213427"},"modified":"2026-03-03T15:22:14","modified_gmt":"2026-03-03T06:22:14","slug":"college","status":"publish","type":"tsuchiyahome","link":"https:\/\/www.tsuchiyahome.jp\/special\/tsuchiyahome\/college\/","title":{"rendered":"\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8 \u5165\u6821\u306e\u3054\u6848\u5185 &#8211; \u7537\u5973\u8a13\u7df4\u751f\u52df\u96c6"},"content":{"rendered":"<div class=\"scriptbox\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@100..900&#038;display=swap\" rel=\"stylesheet\">\n<script src=\"\/assets\/js\/common.js\"><\/script>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick-theme.min.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick.min.css\">\n<script type=\"text\/javascript\">\njQuery(document).ready(function() {\n\tjQuery(window).on(\"scroll load\", function() {\n\t\tlet scroll_top    = jQuery(window).scrollTop();\n\t\tlet $header = jQuery(\".global_header\");\n\t\tif(scroll_top > 300) {\n\t\t\tif(!$header.hasClass(\"hidden\")) $header.addClass(\"hidden\");\n\t\t}else if(scroll_top <= 300) {\n\t\t\tif($header.hasClass(\"hidden\")) $header.removeClass(\"hidden\");\n\t\t}\n\t});\n\tfunction loadScript(src) {\n\t\treturn new Promise(function(resolve, reject) {\n\t\t\tconst script = document.createElement('script');\n\t\t\tscript.src = src;\n\t\t\tscript.onload = resolve;\n\t\t\tscript.onerror = reject;\n\t\t\tdocument.head.appendChild(script);\n\t\t});\n\t}\n\tloadScript('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/slick-carousel\/1.9.0\/slick.min.js').then(function() {\n\t\tjQuery(\".slideshow .views\").slick({\n\t\t\tarrows: false,\n\t\t\tdots: true,\n\t\t\tinfinite: true,\n\t\t\tautoplay: true,\n\t\t\tautoplaySpeed: 7000,\n\t\t\tspeed: 800,\n\t\t\tswipe: false,\n\t\t\tpauseOnFocus: false,\n\t\t\tpauseOnHover: false,\n\t\t\tpauseOnDotsHover: false\n\t\t});\n\t\tjQuery(\"#instagram .samples\").slick({\n\t\t\tarrows: true,\n\t\t\tdots: false,\n\t\t\tinfinite: true,\n\t\t\tslidesToShow: 4,\n\t\t\tslidesToScroll: 1,\n\t\t\tautoplay: false,\n\t\t\tspeed: 800,\n\t\t\tswipe: true,\n\t\t\tpauseOnFocus: false,\n\t\t\tpauseOnHover: false,\n\t\t\tpauseOnDotsHover: false,\n\t\t\tresponsive: [\n\t\t\t\t{breakpoint: 1140, settings: { slidesToShow: 3 }},\n\t\t\t\t{breakpoint: 840,  settings: { slidesToShow: 2 }}\n\t\t\t]\n\t\t});\n\t}).catch(function() {\n\t\tconsole.error('Slick\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f');\n\t});\n\tvar topBtn = jQuery(\"#rwd\");\n\tjQuery(window).scroll(function(){\n\t\tif (jQuery(this).scrollTop() > 100) topBtn.css({opacity:1});\n\t\telse topBtn.css({opacity:0});\n\t});\n\tjQuery('a[href^=\"#\"]').on(\"click\",function() {\n\t\tvar speed = 800;\n\t\tvar href= jQuery(this).attr(\"href\");\n\t\tvar target = jQuery(href == \"#\" || href == \"\" ? 'html' : href);\n\t\tvar offset = target.offset();\n\t\tif(offset != undefined) {\n\t\t\tlet position = offset.top;\n\t\t\tjQuery(\"html, body\").animate({scrollTop:position}, speed, \"swing\");\n\t\t}\n\t\treturn false;\n\t});\n\tjQuery(\"#architecture .cheader .menu .menu-toggle\").click(function() {\n\t\tjQuery(\"#architecture .cheader .menu\").toggleClass(\"toggled\");\n\t});\n\tjQuery(\"#architecture .cheader .menu ul li a\").click(function() {\n\t\tif(jQuery(\"#architecture .cheader .menu\").hasClass(\"toggled\")) jQuery(\"#architecture .cheader .menu\").removeClass(\"toggled\");\n\t});\n\tjQuery(window).on(\"scroll load\", checkParallax);\n\tcheckParallax();\n});\nfunction checkParallax() {\n\tvar winw = jQuery(window).outerWidth();\n\tvar scroll_top    = jQuery(window).scrollTop();\n\tvar scroll_bottom = scroll_top + jQuery(window).outerHeight();\n\tjQuery(\".parallax:not(.animated):not([rocked])\").each(function() {\n\t\tvar target_top    = jQuery(this).offset().top;\n\t\tvar target_bottom = target_top + jQuery(this).outerHeight();\n\t\tif (scroll_bottom > target_top) {\n\t\t\tvar chukan = scroll_bottom - target_top;\n\t\t\tvar zentai = scroll_bottom - scroll_top;\n\t\t\tvar percentage = (chukan \/ zentai) * 100;\n\t\t\tlet limit = 30;\n\t\t\tif(jQuery(this).closest(\"#about\").length > 0 && !jQuery(this).hasClass(\"onsp\")) {\n\t\t\t\tif(winw <= 480) limit = 40;\n\t\t\t\telse if(winw <= 840) limit = 50;\n\t\t\t\telse limit = 60;\n\t\t\t}\n\t\t\tif(limit < percentage) {\n\t\t\t\tjQuery(this).addClass(\"animated\");\n\t\t\t\tlet thisbg = jQuery(this).data(\"bg\");\n\t\t\t\tif(thisbg !== undefined) jQuery(\".background .\" + thisbg).addClass(\"active\");\n\t\t\t}\n\t\t}\n\t});\n}\n<\/script>\n<link rel=\"stylesheet\" href=\"\/assets\/css\/styles.css?241203\">\n<style rel=\"stylesheet\">\n.tsuchiyahome-template-default #container {margin-top:0;}\n.breadcrumb,\n#work-tsuchiya-header-wrap {display:none;}\n.m-all > section {padding:0;}\n.m-all > section > .inner {margin:0;max-width:none;}\n.m-all > section > .inner > .contact_area {margin:0;max-width:none;padding:0;}\n#container #content .wrap main .heading-h1 {display:none}\n#architecture header {\n    padding: 0;\n}\nheader .global_header {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    background: #fff;\n    z-index: 10;\n    transform: translatey(0%);\n    transition: transform 0.8s;\n}\nheader .global_header.hidden {\n    transform: translatey(-100%);\n}\nheader .global_header>div {\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);\n}\nheader .global_header .headerTop {\n    margin-bottom: 0;\n    width: 100%;\n    height: 30px;\n    text-align: center;\n    top: 0;\n    left: 0;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-bottom: 1px solid #b5b5b5;\n}\nheader .global_header .headerTop a {\n    font-size: 0;\n}\nheader .global_header .headerTop img, header .global_header .headerTop svg {\n    width: 75px;\n    height: 14.3px;\n    fill: #e60020;\n}\n@media (min-width: 768px) {\n    header .global_header .headerTop {\n        height: 40px;\n    }\n    header .global_header .headerTop img, header .global_header .headerTop svg {\n        width: 92px;\n        height: 17.5px;\n    }\n}\n.contact_area > .content {\n\tdisplay: none;\n}\n#architecture {\n\tbackground-color: #fff;\n\tcolor: #231815;\n\tfont-family: \"Noto Sans JP\", sans-serif;\n\tfont-weight: 400;\n\tfont-size: 114%;\n\tletter-spacing: 0;\n}\n#architecture * {\n\tfont-family: \"Noto Sans JP\", sans-serif !important;\n}\n#architecture p {\n\tmargin-bottom: 0;\n\tline-height: 180%;\n}\n#architecture .inbl {\n\tdisplay: inline-block;\n}\n#architecture .cols2 {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n}\n#architecture .contents {\n\tmargin-top: 40px;\n}\n@media screen and (max-width: 1024px) {\n\t#architecture {\n\t\tfont-size: 160%;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t#architecture .contents {\n\t\tmargin-top: 30px;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#architecture {\n\t\tfont-size: 140%;\n\t}\n}\n#architecture .cheader {\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n\tbackground-color: #000;\n\tcolor: #fff;\n}\n#architecture .cheader .brand {\n\tbox-sizing: border-box;\n\twidth: 16.6em;\n\tpadding: 14px 0;\n\tpadding-left: 40px;\n\tfont-size: 114%;\n\tfont-weight: 900;\n\tletter-spacing: 0.5px;\n\tline-height: 120%;\n}\n#architecture .cheader .brand small {\n\tdisplay: block;\n\tfont-size: 64%;\n}\n#architecture .cheader .menu {\n\tpadding-right: 6px;\n}\n#architecture .cheader .menu .rgt {\n\theight: 100%;\n}\n#architecture .cheader .menu ul {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: center;\n\tjustify-content: flex-end;\n\tmargin: 0;\n\theight: 100%;\n}\n#architecture .cheader .menu ul li {\n\tmargin: 0;\n\theight: 100%;\n}\n#architecture .cheader .menu ul li a {\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n\theight: 100%;\n\tpadding: 0px 24px;\n\ttext-align: center;\n\tcolor: #fff;\n\tfont-size: 84%;\n\tfont-weight: bold;\n\tline-height: 120%;\n}\n#architecture .cheader .menu ul li a:hover {\n\topacity: 0.9;\n}\n@media screen and (max-width: 1029px) {\n\t#architecture .cheader .brand {\n\t\tpadding-left: 30px;\n\t}\n}\n@media screen and (min-width: 981px) {\n\t#architecture .cheader .menu .menu-toggle {\n\t\tdisplay: none;\n\t}\n}\n@media screen and (max-width: 980px) {\n\t#architecture .cheader .menu {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\talign-items: flex-end;\n\t\tjustify-content: center;\n\t\tpadding-right: 14px;\n\t}\n\t#architecture .cheader .menu .menu-toggle {\n\t\tbox-sizing: border-box;\n\t\tdisplay: block;\n\t\tborder: none;\n\t\tborder-radius: 3px;\n\t\twidth: 43px;\n\t\theight: 34px;\n\t\tbackground-color: transparent;\n\t\tpadding: 6px;\n\t\tbox-shadow: none;\n\t\t-webkit-tap-highlight-color: transparent;\n\t\ttouch-action: manipulation;\n\t\tz-index: 122;\n\t\tcursor: pointer;\n\t\ttransition: border 0.6s;\n\t\tfilter: drop-shadow(0px 0px 2px #999);\n\t}\n\t#architecture .cheader .menu .menu-toggle:focus {\n\t\toutline: 0;\n\t}\n\t#architecture .cheader .menu .menu-toggle > div {\n\t\tposition: relative;\n\t\tmargin-top: 7px;\n\t\tmargin-bottom: 7px;\n\t}\n\t#architecture .cheader .menu .menu-toggle > div, #architecture .cheader .menu .menu-toggle > div:before, #architecture .cheader .menu .menu-toggle > div:after {\n\t\tdisplay: block;\n\t\twidth: 30px;\n\t\theight: 2px;\n\t\tbackground-color: #fff;\n\t\ttransition-property: background-color, transform;\n\t\ttransition-duration: 0.4s;\n\t}\n\t#architecture .cheader .menu .menu-toggle > div:before, #architecture .cheader .menu .menu-toggle > div:after {\n\t  position: absolute;\n\t  content: \"\";\n\t}\n\t#architecture .cheader .menu .menu-toggle > div:before {\n\t  top: -8.2px;\n\t}\n\t#architecture .cheader .menu .menu-toggle > div:after {\n\t  top: 8.2px;\n\t}\n\t#architecture .cheader .menu.toggled .menu-toggle {\n\t\tfilter: none;\n\t}\n\t#architecture .cheader .menu.toggled .menu-toggle > div:before {\n\t\ttop: -8px;\n\t}\n\t#architecture .cheader .menu.toggled .menu-toggle > div:after {\n\t\ttop: 6px;\n\t}\n\t#architecture .cheader .menu.toggled .menu-toggle > div {\n\t  background-color: transparent;\n\t}\n\t#architecture .cheader .menu.toggled .menu-toggle > div:before {\n\t  -moz-transform: translateY(7px) rotate(45deg);\n\t  -ms-transform: translateY(7px) rotate(45deg);\n\t  -webkit-transform: translateY(7px) rotate(45deg);\n\t  transform: translateY(7px) rotate(45deg);\n\t}\n\t#architecture .cheader .menu.toggled .menu-toggle > div:after {\n\t  -moz-transform: translateY(-7px) rotate(-45deg);\n\t  -ms-transform: translateY(-7px) rotate(-45deg);\n\t  -webkit-transform: translateY(-7px) rotate(-45deg);\n\t  transform: translateY(-7px) rotate(-45deg);\n\t}\n\t#architecture .cheader .menu .rgt {\n\t\tposition: absolute;\n\t\ttop: 100%;\n\t\tleft: 0;\n\t\twidth: 100%;\n\t\theight: auto;\n\t\toverflow: hidden;\n\t\tpointer-events: none;\n\t}\n\t#architecture .cheader .menu .rgt ul {\n\t\tposition: relative;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: flex-start;\n\t\tbackground: #000;\n\t\tpadding: 5px 5px 0;\n\t\ttransform: translateY(-100%);\n\t\ttransition: transform 0.4s cubic-bezier(0, 0, 0.4, 1);\n\t\tpointer-events: auto;\n\t\tz-index: 1;\n\t}\n\t#architecture .cheader .menu.toggled .rgt ul {\n\t\ttransform: translateY(0%);\n\t}\n\t#architecture .cheader .menu .rgt ul li {\n\t\twidth: 100%;\n\t}\n\t#architecture .cheader .menu .rgt ul li a {\n\t\tmargin-left: 0;\n\t}\n\t#architecture .cheader .menu .rgt ul li a {\n\t\tdisplay: block;\n\t\tborder-bottom: 1px solid #b6b6b6;\n\t\twidth: 100%;\n\t\tpadding: 14px 5px;\n\t\ttext-align: center;\n\t\tline-height: 140%;\n\t}\n}\n@media screen and (max-width: 880px) {\n\t#architecture .cheader .brand {\n\t\twidth: 100%;\n\t\tfont-size: 120%;\n\t}\n}\n@media screen and (max-width: 639px) {\n\t#architecture .cheader .brand {\n\t\tfont-size: 100%;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#architecture .cheader .brand {\n\t\tpadding: 6px 15px 9px;\n\t\tfont-size: 90%;\n\t}\n}\n#architecture .slideshow .views:not(.slick-initialized) img:nth-child(n + 2) {\n\tdisplay: none;\n}\n#architecture .slideshow .views.slick-slider {\n\tmargin-bottom: 0;\n\tpadding: 0 !important;\n}\n#architecture .slideshow .slick-dots {\n\tposition: static;\n\tbackground-color: #dd2526;\n\tpadding: 9px 0;\n\tline-height: 100%;\n}\n#architecture .slideshow .slick-dots li {\n\tmargin: 0 4px;\n}\n#architecture .slideshow .slick-dots li button {\n\tmargin: 0 auto;\n\tborder-radius: 50%;\n\twidth: 10px;\n\theight: 10px;\n\tbackground-color: #fff;\n}\n#architecture .slideshow .slick-dots li.slick-active button {\n\tbackground-color: #85d0f4;\n}\n#architecture .slideshow .slick-dots li button:before {\n\tcontent: none;\n}\n@media screen and (max-width: 540px) {\n\t#architecture .slideshow .slick-dots {\n\t\tpadding: 2px 0;\n\t}\n\t#architecture .slideshow .slick-dots li {\n\t\tmargin: 0 3px;\n\t}\n}\n#architecture .about {\n\tbackground-color: #fff9ee;\n\tpadding: 64px 0 60px;\n}\n#architecture .about .inr {\n\tmargin: 0 auto;\n\twidth: calc(100% - 180px);\n\tmax-width: 1240px;\n}\n#architecture .about h3 {\n\tmargin-bottom: 1.1em;\n\tfont-size: 115%;\n\tline-height: 100%;\n}\n#architecture .about h3 img {\n\tdisplay: inline-block;\n\tmargin-right: 12px;\n\twidth: 470px;\n}\n#architecture .about p {\n\tfont-size: 104%;\n\tline-height: 190%;\n}\n#architecture .about .cols2 {\n\talign-items: center;\n}\n#architecture .about .cols2 > .lft {\n\twidth: calc(100% - 534px);\n\tpadding-right: 42px;\n\ttext-align: center;\n}\n#architecture .about .cols2 > .lft p {\n\tfont-size: 88%;\n\tline-height: 140%;\n}\n#architecture .about .cols2 > .rgt {\n\twidth: 564px;\n}\n#architecture .about .cols2 > .rgt p {\n\tfont-weight: bold;\n}\n#architecture .about .cols2 > .rgt .award {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: flex-start;\n\tjustify-content: space-between;\n\tmargin-top: 14px;\n\tborder: 1px solid #dad8d3;\n\tbackground-color: #fff;\n\tpadding: 20px 34px;\n}\n#architecture .about .cols2 > .rgt .award p {\n\tfont-size: 92%;\n\tline-height: 180%;\n}\n#architecture .about .cols2 > .rgt .award figure {\n\tflex-shrink: 0;\n\tmargin-left: 18px;\n\tmargin-bottom: 0;\n\twidth: 50%;\n\tbox-shadow: 0 0 4px #00000057;\n}\n#architecture .comic figure {\n\tbox-sizing: border-box;\n\tmargin: 0;\n\tborder: 3px solid #000;\n\tbackground-color: #fff;\n}\n@media screen and (min-width: 481px) {\n\t#architecture .comic.parallax figure {\n\t\topacity: 1;\n\t\ttransform: scale(1) translatey(0px);\n\t\ttransition: opacity 0.3s linear, transform 0.3s cubic-bezier(0, 0.2, 0, 1);\n\t}\n\t#architecture .comic.parallax figure img {\n\t\topacity: 1;\n\t\ttransition: opacity 0.6s;\n\t\ttransition-delay: 0.2s;\n\t}\n\t#architecture .comic.parallax:not(.animated) figure {\n\t\topacity: 0;\n\t\ttransform: scale(0.9) translatey(60px);\n\t}\n\t#architecture .comic.parallax:not(.animated) figure img {\n\t\topacity: 0;\n\t}\n\t#architecture .comic.parallax.animated figure[koma=\"2\"] {\n\t\ttransition-delay: 0.25s;\n\t}\n\t#architecture .comic.parallax.animated figure[koma=\"2\"] img {\n\t\ttransition-delay: 0.45s;\n\t}\n\t#architecture .comic.parallax.animated figure[koma=\"3\"] {\n\t\ttransition-delay: 0.5s;\n\t}\n\t#architecture .comic.parallax.animated figure[koma=\"3\"] img {\n\t\ttransition-delay: 0.7s;\n\t}\n\t#architecture .comic.parallax.animated figure[koma=\"4\"] {\n\t\ttransition-delay: 0.75s;\n\t}\n\t#architecture .comic.parallax.animated figure[koma=\"4\"] img {\n\t\ttransition-delay: 0.95s;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#architecture .comic figure.parallax {\n\t\topacity: 1;\n\t\ttransform: scale(1) translatey(0px);\n\t\ttransition: opacity 0.3s linear, transform 0.3s cubic-bezier(0, 0.2, 0, 1);\n\t}\n\t#architecture .comic figure.parallax img {\n\t\topacity: 1;\n\t\ttransition: opacity 0.6s;\n\t\ttransition-delay: 0.2s;\n\t}\n\t#architecture .comic figure.parallax:not(.animated) {\n\t\topacity: 0;\n\t\ttransform: scale(0.9) translatey(60px);\n\t}\n\t#architecture .comic figure.parallax:not(.animated) img {\n\t\topacity: 0;\n\t}\n}\n#architecture .about .comic {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n\tmargin-bottom: 15px;\n}\n#architecture .about .comic .lft {\n\twidth: 47.8%;\n}\n#architecture .about .comic .rgt {\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: stretch;\n\tjustify-content: space-between;\n\twidth: 49.6%;\n}\n@media screen and (max-width: 1340px) {\n\t#architecture .about .inr {\n\t\twidth: calc(100% - 120px);\n\t}\n}\n@media screen and (max-width: 1210px) {\n\t#architecture .about p {\n\t\tfont-size: 94%;\n\t}\n\t#architecture .about .cols2 > .lft {\n\t\twidth: calc(100% - 480px);\n\t}\n\t#architecture .about .cols2 > .rgt {\n\t\twidth: 480px;\n\t}\n\t#architecture .about h3 img {\n\t\twidth: 390px;\n\t}\n\t#architecture .about .cols2 > .rgt .award p {\n\t\tfont-size: 78%;\n\t}\n}\n@media screen and (max-width: 1100px) {\n\t#architecture .about .cols2 {\n\t\tdisplay: block;\n\t}\n\t#architecture .about .cols2 > .lft {\n\t\tmargin-bottom: 50px;\n\t\twidth: 100%;\n\t\tpadding-right: 0;\n\t}\n\t#architecture .about .cols2 > .rgt {\n\t\tmargin: 0 auto;\n\t\twidth: 100%;\n\t\tpadding-top: 0;\n\t}\n\t#architecture .about h3 {\n\t\tmargin-bottom: 1.4em;\n\t\ttext-align: center;\n\t}\n\t#architecture .about h3 img {\n\t\twidth: 500px;\n\t}\n\t#architecture .about p {\n\t\tfont-size: 110%;\n\t\tline-height: 160%;\n\t}\n\t#architecture .about .cols2 > .rgt .award {\n\t\tmargin: 32px auto 0;\n\t\tmax-width: 650px;\n\t}\n\t#architecture .about .cols2 > .rgt .award p {\n\t\tfont-size: 100%;\n\t}\n\t#architecture .about .cols2 > .rgt .award figure {\n\t\twidth: 47%;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t#architecture .about {\n\t\tpadding-top: 40px;\n\t}\n\t#architecture .about .inr {\n\t\twidth: calc(100% - 60px);\n\t}\n\t#architecture .about h3 img {\n\t\twidth: 380px;\n\t}\n\t#architecture .about .cols2 > .rgt .award {\n\t\tmargin-top: 24px;\n\t}\n}\n@media screen and (max-width: 639px) {\n\t#architecture .about h3 {\n\t\tfont-size: 100%;\n\t}\n\t#architecture .about h3 img {\n\t\twidth: 67%;\n\t}\n\t#architecture .about p {\n\t\tfont-size: 100%;\n\t}\n\t#architecture .about .cols2 > .rgt .award p {\n\t\tfont-size: 90%;\n\t}\n}\n@media screen and (max-width: 580px) {\n\t#architecture .about .cols2 > .lft {\n\t\tmargin-bottom: 44px;\n\t}\n\t#architecture .about .cols2 > .rgt .award {\n\t\tflex-direction: column-reverse;\n\t}\n\t#architecture .about .cols2 > .rgt .award figure {\n\t\twidth: 100%;\n\t\tmargin: 0 0 18px;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#architecture .about {\n\t\tpadding-bottom: 50px;\n\t}\n\t#architecture .about .inr {\n\t\twidth: calc(100% - 40px);\n\t}\n\t#architecture .about p {\n\t\tfont-size: 94%;\n\t\tline-height: 180%;\n\t}\n\t#architecture .about .cols2 > .rgt .award p {\n\t\tfont-size: 86%;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#architecture .about {\n\t\tpadding: 32px 0 44px;\n\t}\n\t#architecture .about .inr {\n\t\twidth: calc(100% - 20px);\n\t}\n\t#architecture .about h3 img {\n\t\tmargin-right: 7px;\n\t\twidth: 80%;\n\t}\n\t#architecture .about .comic {\n\t\tdisplay: block;\n\t}\n\t#architecture .about .comic .lft,\n\t#architecture .about .comic .rgt {\n\t\twidth: 100%;\n\t}\n\t#architecture .about .comic .lft,\n\t#architecture .about .comic .rgt figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n\t#architecture .about .cols2 > .rgt .award {\n\t\tpadding: 18px 24px;\n\t}\n}\n#architecture .wr section {\n\tpadding: 84px 0 90px;\n}\n#architecture .wr section:nth-child(even) {\n\tbackground-color: #fff9ee;\n}\n#architecture .wr section:last-child {\n\tpadding-bottom: 110px;\n}\n#architecture .wr section .inr {\n\tmargin: 0 auto;\n\twidth: calc(100% - 120px);\n\tmax-width: 1240px;\n}\n#architecture .wr section h3 {\n\tmargin-bottom: 16px;\n\tfont-weight: 900;\n\tfont-size: 240%;\n\tline-height: 100%;\n}\n#architecture .wr section h3.ctr {\n\tpadding: 0 20px;\n\ttext-align: center;\n}\n#architecture .wr section h3.ctr .txt {\n\tposition: relative;\n\tdisplay: inline-block;\n\tpadding-bottom: 20px;\n}\n#architecture .wr section h3.ctr .txt:after {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 50%;\n\tbottom: 0;\n\tdisplay: block;\n\twidth: calc(100% - 3em);\n\theight: 3px;\n\tbackground-color: #231815;\n\ttransform: translatex(-50%);\n}\n#architecture .wr section h4 {\n\tfont-size: 198%;\n\tfont-weight: 700;\n\tline-height: 130%;\n}\n#architecture .wr section p {\n\tfont-size: 110%;\n\tfont-weight: bold;\n\tline-height: 160%;\n}\n#architecture .wr section ul.att {\n\tlist-style: none;\n\tmargin: 0;\n\tpadding: 0;\n}\n#architecture .wr section ul.att li {\n\tposition: relative;\n\tmargin-bottom: 8px;\n\tpadding-left: 1.2em;\n\tfont-size: 88%;\n\tline-height: 150%;\n}\n#architecture .wr section ul.att li:last-child {\n\tmargin-bottom: 0;\n}\n#architecture .wr section ul.att li:before {\n\tcontent: \"\\203B\";\n\tposition: absolute;\n\tleft: 0;\n}\n@media screen and (max-width: 1040px) {\n\t#architecture .wr section h3.ctr .txt {\n\t\tline-height: 130%;\n\t}\n}\n@media screen and (max-width: 980px) {\n\t#architecture .wr section {\n\t\tpadding-top: 70px;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t#architecture .wr section .inr {\n\t\twidth: calc(100% - 60px);\n\t}\n\t#architecture .wr section h3 {\n\t\tfont-size: 200%;\n\t}\n\t#architecture .wr section h4 {\n\t\tfont-size: 170%;\n\t}\n}\n@media screen and (max-width: 680px) {\n\t#architecture .wr section {\n\t\tfont-size: 100%;\n\t}\n}\n@media screen and (max-width: 640px) {\n\t#architecture .wr section {\n\t\tpadding-top: 56px;\n\t\tpadding-bottom: 70px;\n\t}\n\t#architecture .wr section h3 {\n\t\tfont-size: 190%;\n\t}\n\t#architecture .wr section h4 {\n\t\tfont-size: 160%;\n\t}\n}\n@media screen and (max-width: 539px) {\n\t#architecture .wr section .inr {\n\t\twidth: calc(100% - 40px);\n\t}\n\t#architecture .wr section h3 {\n\t\tfont-size: 160%;\n\t}\n\t#architecture .wr section h3.ctr .txt {\n\t\tpadding-bottom: 16px;\n\t}\n\t#architecture .wr section h4 {\n\t\tfont-size: 130%;\n\t}\n\t#architecture .wr section p {\n\t\tfont-size: 94%;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#architecture .wr section {\n\t\tpadding-top: 50px;\n\t\tpadding-bottom: 60px;\n\t}\n\t#architecture .wr section .inr {\n\t\twidth: calc(100% - 20px);\n\t}\n\t#architecture .wr section h3 {\n\t\tfont-size: 144%;\n\t}\n\t#architecture .wr section h4 {\n\t\tfont-size: 110%;\n\t}\n}\n#whatis .cols2 {\n\talign-items: center;\n\tmargin: 0 auto;\n\tmax-width: 1140px;\n}\n#whatis .cols2 > .lft {\n\twidth: 49%;\n\tpadding: 0;\n\tpadding-right: 50px;\n}\n#whatis .cols2 > .lft h3 {\n\tmargin-bottom: 80px;\n}\n#whatis .cols2 > .lft p {\n\tline-height: 170%;\n}\n#whatis .cols2 > .rgt {\n\twidth: 51%;\n}\n#whatis .comic {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n}\n#whatis .comic > div {\n\twidth: 48.6%;\n}\n#whatis .comic > div figure:not(:last-child) {\n\tmargin-bottom: 6%;\n}\n@media screen and (max-width: 1180px) {\n\t#whatis .cols2 > .lft {\n\t\tpadding-top: 20px;\n\t}\n\t#whatis .cols2 > .lft h3 {\n\t\tmargin-bottom: 50px;\n\t}\n}\n@media screen and (min-width: 1101px) {\n\t#whatis .cols2 > .lft h3.ctr {\n\t\tpadding: 0;\n\t\ttext-align: left;\n\t}\n\t#whatis .cols2 > .lft h3.ctr .txt {\n\t\tpadding-bottom: 0;\n\t}\n\t#whatis .cols2 > .lft h3.ctr .txt:after {\n\t\tcontent: none;\n\t}\n}\n@media screen and (max-width: 1100px) {\n\t#whatis .cols2 {\n\t\tdisplay: block;\n\t}\n\t#whatis .cols2 > .lft {\n\t\tmargin-bottom: 40px;\n\t\twidth: 100%;\n\t\tpadding: 0;\n\t}\n\t#whatis .cols2 > .lft h3 {\n\t\tmargin-bottom: 40px;\n\t}\n\t#whatis .cols2 > .lft p {\n\t\tline-height: 160%;\n\t}\n\t#whatis .cols2 > .rgt {\n\t\tmargin: 0 auto;\n\t\twidth: 100%;\n\t\tpadding-top: 0;\n\t}\n}\n@media screen and (max-width: 880px) {\n\t#whatis .cols2 > .lft {\n\t\tmargin-bottom: 30px;\n\t}\n}\n@media screen and (max-width: 680px) {\n\t#whatis .cols2 > .lft h3 {\n\t\tmargin-bottom: 30px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#whatis .cols2 > .lft h3 {\n\t\tmargin-bottom: 24px;\n\t}\n\t#whatis .comic {\n\t\tdisplay: block;\n\t}\n\t#whatis .comic .lft,\n\t#whatis .comic .rgt {\n\t\twidth: 100%;\n\t}\n\t#whatis .comic .lft,\n\t#whatis .comic .lft figure:not(:last-child),\n\t#whatis .comic .rgt figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n}\n#income h3 {\n\tmargin-bottom: 34px !important;\n}\n#income ul.att li {\n\tmargin-bottom: 2px !important;\n}\n#income .cols3 {\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 38px;\n}\n#income .cols3 .lft {\n\twidth: 41%;\n}\n#income .cols3 .ctr {\n\tbox-sizing: border-box;\n\twidth: 34%;\n\tpadding: 0 25px;\n}\n#income .cols3 .ctr p {\n\tmargin-bottom: 5px;\n}\n#income .cols3 .rgt {\n\twidth: 25%;\n}\n#income .comic {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n}\n#income .comic > div {\n\twidth: 49%;\n}\n@media screen and (max-width: 1340px) {\n\t#income .cols3 {\n\t\tflex-wrap: wrap;\n\t\tmargin-left: auto;\n\t\tmargin-right: auto;\n\t\tmax-width: 1170px;\n\t}\n\t#income .cols3 .lft {\n\t\torder: 1;\n\t\twidth: 60%;\n\t}\n\t#income .cols3 .ctr {\n\t\torder: 3;\n\t\tmargin-top: 44px;\n\t\twidth: 100%;\n\t\tpadding: 0;\n\t}\n\t#income .cols3 .rgt {\n\t\torder: 2;\n\t\twidth: calc(40% - 20px);\n\t}\n}\n@media screen and (min-width: 641px) {\n\t#income .cols3 .ctr p img.onsp {\n\t\tdisplay: none;\n\t}\n}\n@media screen and (max-width: 639px) {\n\t#income .cols3 {\n\t\talign-items: flex-start;\n\t}\n\t#income .cols3 .lft {\n\t\tmargin-bottom: 24px;\n\t\twidth: 100%;\n\t}\n\t#income .cols3 .lft img {\n\t\tmargin: 0 auto;\n\t\twidth: 460px;\n\t\ttransform: translateX(2%);\n\t}\n\t#income .cols3 .ctr {\n\t\tmargin-top: 0;\n\t}\n\t#income .cols3 .ctr p:after {\n\t\tcontent: \"\";\n\t\tdisplay: table;\n\t\tclear: both;\n\t}\n\t#income .cols3 .ctr p img.onsp {\n\t\tfloat: right;\n\t\tmargin-top: 6px;\n\t\tmargin-left: 14px;\n\t\tmargin-bottom: 8px;\n\t\twidth: 200px;\n\t}\n\t#income .cols3 .rgt {\n\t\tdisplay: none;\n\t}\n}\n@media screen and (max-width: 570px) {\n\t#income h3 {\n\t\tmargin-bottom: 26px !important;\n\t}\n\t#income h3 .txt {\n\t\tdisplay: inline-flex !important;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: flex-start;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#income .cols3 .ctr p img.onsp {\n\t\twidth: 180px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#income .cols3 {\n\t\tmargin-bottom: 30px;\n\t}\n\t#income .cols3 .lft img {\n\t\ttransform: none;\n\t}\n\t#income .cols3 .ctr p img.onsp {\n\t\twidth: 160px;\n\t}\n\t#income .comic {\n\t\tdisplay: block;\n\t}\n\t#income .comic .lft,\n\t#income .comic .rgt {\n\t\twidth: 100%;\n\t}\n\t#income .comic .lft,\n\t#income .comic .rgt figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n}\n@media screen and (max-width: 440px) {\n\t#income .cols3 .ctr p img.onsp {\n\t\tmargin-left: 4px;\n\t\tmargin-bottom: 4px;\n\t}\n}\n#future h3 {\n\tmargin-bottom: 40px !important;\n}\n#future p {\n\tmargin-bottom: 36px;\n}\n#future .comic {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n}\n#future .comic > .lft {\n\twidth: 34.3%;\n}\n#future .comic > .rgt {\n\twidth: 63.8%;\n}\n@media screen and (max-width: 1100px) {\n\t#future .cols2 {\n\t\tdisplay: block;\n\t}\n\t#future .cols2 > .lft {\n\t\tmargin-bottom: 40px;\n\t\twidth: 100%;\n\t\tpadding: 0;\n\t}\n\t#future .cols2 > .rgt {\n\t\tmargin: 0 auto;\n\t\twidth: 100%;\n\t\tpadding-top: 0;\n\t}\n}\n@media screen and (max-width: 880px) {\n\t#future .cols2 > .lft {\n\t\tmargin-bottom: 30px;\n\t}\n}\n@media screen and (max-width: 680px) {\n\t#future h3 {\n\t\tmargin-bottom: 30px !important;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#future h3 {\n\t\tmargin-bottom: 24px !important;\n\t}\n\t#future p {\n\t\tmargin-bottom: 30px;\n\t}\n\t#future .comic {\n\t\tdisplay: block;\n\t}\n\t#future .comic .lft,\n\t#future .comic .rgt {\n\t\twidth: 100%;\n\t}\n\t#future .comic .lft,\n\t#future .comic .rgt figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n}\n#requirements .withlogo {\n\tmargin-bottom: 50px;\n\ttext-align: center;\n}\n#requirements .withlogo .inner {\n\tposition: relative;\n\tdisplay: inline-flex;\n\tflex-direction: row;\n\talign-items: flex-end;\n\tjustify-content: center;\n\tmargin-bottom: 0;\n\tpadding-bottom: 23px;\n}\n#requirements .withlogo .inner:after {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 50%;\n\tbottom: 0;\n\tdisplay: block;\n\twidth: calc(100% - 120px);\n\theight: 3px;\n\tbackground-color: #231815;\n\ttransform: translatex(-50%);\n}\n#requirements .withlogo h3 {\n\tmargin-right: 30px;\n\tmargin-bottom: 0 !important;\n}\n#requirements .withlogo figure {\n\tmargin-bottom: 0;\n\twidth: 420px;\n}\n#requirements .withlogo figure figcaption {\n\tmargin-bottom: 8px;\n\tbackground-color: #e50020;\n\tpadding: 4px 0 5px;\n\ttext-align: center;\n\tcolor: #fff;\n\tfont-size: 1.4rem;\n\tline-height: 100%;\n}\n@media screen and (max-width: 860px) {\n\t#requirements .withlogo {\n\t\tmargin-bottom: 34px;\n\t}\n\t#requirements .withlogo .inner {\n\t\tflex-direction: column-reverse;\n\t\talign-items: center;\n\t}\n\t#requirements .withlogo h3 {\n\t\tmargin-right: 0;\n\t}\n\t#requirements .withlogo figure {\n\t\tmargin-bottom: 14px;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t#requirements .withlogo figure {\n\t\twidth: 340px;\n\t}\n\t#requirements .withlogo figure figcaption {\n\t\tpadding: 4px 0 5px;\n\t\tfont-size: 1.3rem;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#requirements .withlogo {\n\t\tmargin-bottom: 30px;\n\t}\n\t#requirements .withlogo figure {\n\t\twidth: calc(100% - 60px);\n\t}\n\t#requirements .withlogo figure figcaption {\n\t\tfont-size: 1.2rem;\n\t}\n}\n#requirements .cols2 .lft {\n\twidth: calc(47% - 80px);\n}\n#requirements .cols2 .rgt {\n\twidth: 53%;\n}\n#requirements .cols2 .lft figure {\n\tmargin-bottom: 46px;\n}\n#requirements .cols2 .lft .curriculum {\n\tmargin-bottom: 30px;\n}\n#requirements .cols2 .lft .trainingtime {\n\tmax-width: 318px;\n}\n#requirements .cols2 .lft .curriculum h4,\n#requirements .cols2 .lft .trainingtime h4 {\n\tmargin-bottom: 14px;\n\tfont-size: 130%;\n}\n#requirements .cols2 .lft .curriculum figure {\n\tmax-width: 590px;\n}\n#requirements .cols2 .lft .trainingtime figure {\n\tmargin-bottom: 0;\n\twidth: 300px;\n}\n#requirements .lists {\n\tmargin-bottom: 50px;\n}\n#requirements .lists h4 {\n\tposition: relative;\n\tmargin-bottom: 18px;\n\tpadding-left: 0.5em;\n\tpadding-right: 12px;\n\tpadding-bottom: 0.2em;\n\tfont-size: 130% !important;\n\tletter-spacing: 5px;\n\ttext-shadow: 3px 2px 0 #fffcf5;\n}\n#requirements .lists h4:before {\n\tcontent: \"\";\n\tposition: absolute;\n\tleft: 0;\n\tbottom: 0;\n\tdisplay: block;\n\tborder-radius: 8px;\n\twidth: 100%;\n\theight: 40%;\n\tmax-height: 20px;\n\tbackground-color: #ffb09f;\n}\n#requirements .lists h4 .txt {\n\tposition: relative;\n}\n#requirements .lists dl {\n\tmargin-bottom: 50px;\n\tline-height: 164%;\n}\n#requirements .lists > dl {\n\tfont-size: 88%;\n}\n#requirements .lists dl dt {\n\tposition: relative;\n\tfloat: left;\n\twidth: 6.6em;\n\tpadding-right: 1.3em;\n\ttext-align-last: justify;\n\tclear: left;\n}\n#requirements .lists dl dt:after {\n\tcontent: \"\\FF0F\";\n\tposition: absolute;\n\tright: 0;\n}\n#requirements .lists dl dd {\n\tmargin-bottom: 7px;\n\tpadding-left: 6.9em;\n}\n#requirements .lists dl.sub {\n\tmargin-bottom: 0;\n}\n#requirements .lists dl.sub dt {\n\twidth: 7.4em;\n}\n#requirements .lists dl.sub dt:after {\n\tcontent: \"\\FF1A\";\n}\n#requirements .lists dl.sub dd {\n\tmargin-bottom: 0px;\n\tpadding-left: 7.6em;\n}\n#requirements .comic figure:not(:last-child) {\n\tmargin-bottom: 4%;\n}\n@media screen and (max-width: 1080px) {\n\t#requirements .cols2 .lft {\n\t\twidth: calc(47% - 50px);\n\t}\n\t#requirements .lists dl {\n\t\tmargin-bottom: 32px;\n\t}\n}\n@media screen and (min-width: 941px) {\n\t#requirements .onsp {\n\t\tdisplay: none;\n\t}\n}\n@media screen and (max-width: 940px) {\n\t#requirements .cols2 {\n\t\tflex-direction: column-reverse;\n\t\tmargin-bottom: 50px;\n\t}\n\t#requirements .cols2 > .lft, \n\t#requirements .cols2 > .rgt {\n\t\twidth: 100%;\n\t}\n\t#requirements .cols2 > .lft figure:first-child,\n\t#requirements .cols2 > .rgt .comic {\n\t\tdisplay: none;\n\t}\n\t#requirements .lists {\n\t\tmargin-bottom: 44px;\n\t}\n\t#requirements .lists h4 {\n\t\tmargin-bottom: 20px;\n\t}\n\t#requirements .onsp {\n\t\tmargin: 0 auto;\n\t\tmax-width: 640px;\n\t}\n\t#requirements .onsp .comic figure {\n\t\tmargin-bottom: 20px;\n\t}\n\t#requirements .onsp > figure {\n\t\tmargin: 40px auto 0;\n\t\twidth: calc(100% - 80px);\n\t\tmax-width: 500px;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#requirements .lists dl dt {\n\t\tfloat: none;\n\t\twidth: 100%;\n\t\tpadding-right: 0;\n\t\ttext-align-last: left;\n\t}\n\t#requirements .lists > dl > dt {\n\t\tfont-size: 90%;\n\t\tfont-weight: 700;\n\t}\n\t#requirements .lists dl dt:after {\n\t\tposition: static;\n\t\tmargin-left: 4px;\n\t}\n\t#requirements .lists dl dd,\n\t#requirements .lists dl.sub dd {\n\t\tpadding-left: 0;\n\t}\n\t#requirements .lists > dl > dd {\n\t\tmargin-bottom: 10px;\n\t}\n\t#requirements .cols2 .lft .trainingtime figure {\n\t\twidth: 260px;\n\t}\n\t#requirements .onsp > figure {\n\t\tmargin-top: 30px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#requirements .cols2 .lft .curriculum h4,\n\t#requirements .cols2 .lft .trainingtime h4,\n\t#requirements .lists h4 {\n\t\tfont-size: 120% !important;\n\t}\n\t#requirements .comic {\n\t\tdisplay: block;\n\t}\n\t#requirements .comic .lft,\n\t#requirements .comic .rgt {\n\t\twidth: 100%;\n\t}\n\t#requirements .comic .lft,\n\t#requirements .comic .rgt figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n\t#requirements .onsp .comic figure {\n\t\tmargin-bottom: 14px;\n\t}\n\t#requirements .onsp > figure {\n\t\twidth: calc(100% - 30px);\n\t}\n\t#architecture .onsp > figure.parallax {\n\t\topacity: 1;\n\t\ttransform: scale(1);\n\t\ttransition: opacity 0.3s linear, transform 0.6s cubic-bezier(0, 0.2, 0, 1);\n\t}\n\t#architecture .onsp > figure.parallax:not(.animated) {\n\t\topacity: 0;\n\t\ttransform: scale(0.8);\n\t}\n}\n#others h3 {\n\tmargin-bottom: 40px !important;\n}\n#others .phs {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n\tflex-wrap: wrap;\n\tmargin-top: 40px;\n\twidth: 64%;\n}\n#others .phs > figure {\n\tmargin: 0;\n}\n#others .phs > figure:nth-child(n + 3) {\n\tmargin-top: 20px;\n}\n#others .phs > figure:nth-child(1) {\n\twidth: 42.8%;\n}\n#others .phs > figure:nth-child(2) {\n\twidth: 50.7%;\n}\n#others .phs > figure:nth-child(3) {\n\twidth: 32%;\n}\n#others .phs > figure figcaption {\n\tfont-size: 88%;\n}\n#others .groupmap {\n\tposition: relative;\n\tmargin-bottom: 44px;\n}\n#others .groupmap .map {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n\twidth: 63%;\n\tmax-width: 780px;\n}\n@media screen and (max-width: 1240px) {\n\t#others .groupmap .map {\n\t\ttop: 30px;\n\t}\n}\n@media screen and (max-width: 1100px) {\n\t#others .groupmap {\n\t\tmargin-bottom: 18px;\n\t}\n\t#others .groupmap h4 {\n\t\tmargin-bottom: 18px;\n\t\ttext-align: center;\n\t}\n\t#others .groupmap h4 + p {\n\t\ttext-align: center;\n\t}\n\t#others .phs {\n\t\tmargin-top: 30px;\n\t\tmargin-bottom: 30px;\n\t\twidth: 100%;\n\t}\n\t#others .groupmap .map {\n\t\tposition: static;\n\t\tmargin: 0 auto;\n\t\twidth: 100%;\n\t\tmax-width: 800px;\n\t}\n}\n@media screen and (max-width: 1100px) and (min-width: 881px) {\n\t#others .phs {\n\t\tflex-wrap: nowrap;\n\t}\n\t#others .phs > figure:nth-child(1) {\n\t\twidth: calc((100% - 40px) * 0.35);\n\t}\n\t#others .phs > figure:nth-child(2) {\n\t\twidth: calc((100% - 40px) * 0.41);\n\t}\n\t#others .phs > figure:nth-child(3) {\n\t\tmargin-top: 0;\n\t\twidth: calc((100% - 40px) * 0.235);\n\t}\n}\n@media screen and (max-width: 1040px) {\n\t#others h3 {\n\t\tmargin-bottom: 24px !important;\n\t}\n\t#others h3 .txt {\n\t\tdisplay: inline-flex !important;\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t\tjustify-content: flex-start;\n\t}\n}\n@media screen and (max-width: 880px) {\n\t#others .phs {\n\t\tmargin-bottom: 10px;\n\t}\n\t#others .phs > figure:nth-child(1) {\n\t\tmargin-right: 6.5%;\n\t}\n\t#others .phs > figure:nth-child(n + 3) {\n\t\tmargin-top: 30px;\n\t}\n\t#others .phs {\n\t\tjustify-content: center;\n\t}\n\t#others .phs > figure figcaption {\n\t\ttext-align: center;\n\t}\n\t#others .phs > figure:nth-child(1) {\n\t\tmargin-right: 4.9%;\n\t\twidth: 43.1%;\n\t}\n\t#others .phs > figure:nth-child(2) {\n\t\twidth: 51%;\n\t}\n\t#others .phs > figure:nth-child(3) {\n\t\tmargin-top: 18px;\n\t\twidth: 9.8em;\n\t}\n\t#others .phs > figure:nth-child(3) img {\n\t\tmargin: 0 auto;\n\t\twidth: 28vw;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t#others .groupmap h4 + p {\n\t\ttext-align: left;\n\t}\n}\n@media screen and (max-width: 640px) {\n\t#others .phs {\n\t\tmargin-top: 24px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#others h3 {\n\t\tmargin-bottom: 16px !important;\n\t}\n}\n#others .license.cols2 > .lft {\n\twidth: 54%;\n}\n#others .license.cols2 > .rgt {\n\twidth: 46%;\n\tpadding-left: 40px;\n}\n#others .license .comic > div {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: flex-start;\n\tjustify-content: space-between;\n}\n#others .license .comic > div:not(:last-child) {\n\tmargin-bottom: 3%;\n}\n#others .license .comic .upp figure:first-child {\n\twidth: 63.7%;\n}\n#others .license .comic .upp figure:last-child {\n\twidth: 33.9%;\n}\n#others .license .comic .dwn figure {\n\twidth: 48.8%;\n}\n#others .license .list p {\n\tmargin-bottom: 10px;\n\tcolor: #085d89;\n\tline-height: 140%;\n}\n#others .license .list figure {\n\tmax-width: 530px;\n}\n@media screen and (max-width: 980px) {\n\t#others .license.cols2 {\n\t\tflex-direction: column-reverse;\n\t}\n\t#others .license.cols2 > .lft {\n\t\twidth: 100%;\n\t}\n\t#others .license.cols2 > .rgt {\n\t\twidth: 100%;\n\t\tpadding-left: 0;\n\t}\n\t#others .license .list p {\n\t\tmargin-bottom: 22px;\n\t\ttext-align: center;\n\t}\n\t#others .license .list figure {\n\t\tmargin: 0 auto 30px;\n\t}\n}\n@media screen and (min-width: 481px) {\n\t#others .license .list p .inbl {\n\t\tdisplay: inline;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#others .license .list p {\n\t\ttext-align: left;\n\t}\n\t#others .license .comic > div {\n\t\tdisplay: block;\n\t}\n\t#others .license .comic .upp {\n\t\tmargin-bottom: 0;\n\t}\n\t#others .license .comic figure {\n\t\twidth: 100% !important;\n\t}\n\t#others .license .comic figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n}\n#opencollege h3 {\n\tbackground-color: #00aad2;\n\tpadding: 18px 0 22px;\n\ttext-align: center;\n\tcolor: #fff;\n}\n#opencollege h4 {\n\tmargin-bottom: 28px;\n\ttext-align: center;\n}\n#opencollege .schedule {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n\tmargin: 0 auto 44px;\n\tmax-width: 1030px;\n}\n#opencollege .schedule > div {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: center;\n\tjustify-content: space-between;\n\tborder-radius: 3px;\n\twidth: calc(50% - 30px);\n\tbackground-color: #ccf5fe;\n\tpadding: 22px 20px;\n\ttext-align: center;\n\tline-height: 100%;\n}\n#opencollege .schedule > div .period {\n\tflex-shrink: 0;\n\tdisplay: inline-block;\n\tborder-radius: 8px;\n\tbackground-color: #fff;\n\tpadding: 8px;\n\tcolor: #2fb1ce;\n\tfont-size: 88%;\n\tfont-weight: 800;\n\tline-height: 130%;\n}\n#opencollege .schedule > div .txt {\n\tflex-grow: 1;\n\tpadding-left: 14px;\n}\n#opencollege .schedule > div time {\n\tdisplay: inline-block;\n\tmargin-bottom: 7px;\n\tborder-bottom: 3px solid #000;\n\twidth: 100%;\n\tpadding-bottom: 11px;\n\tcolor: #000;\n\tfont-size: 130%;\n\tfont-weight: 900;\n\tline-height: 100%;\n}\n#opencollege .schedule > div .limit {\n\tdisplay: block;\n\tfont-size: 88%;\n\tline-height: 140%;\n}\n#opencollege .gaiyo {\n\tmargin-bottom: 30px;\n\ttext-align: center;\n}\n#opencollege .gaiyo h4 {\n\tcolor: #e50020;\n\tfont-weight: 900 !important;\n}\n#opencollege .gaiyo p {\n\tfont-size: 130%;\n}\n#opencollege .sml {\n\tmargin-top: 10px;\n\tfont-weight: normal !important;\n\tfont-size: 88% !important;\n}\n#opencollege .toForm {\n\tposition: relative;\n\tmargin-bottom: 38px;\n\ttext-align: center;\n}\n#opencollege .toForm .anchorLocationer {\n\tposition: absolute;\n\ttop: -20px;\n\tleft: 0;\n}\n#opencollege .toForm > a {\n\tdisplay: inline-block;\n\tborder-radius: 20px;\n\tbackground-color: #e50020;\n\tpadding: 23px 90px 24px;\n\tcolor: #fff;\n\tfont-size: 198%;\n\tfont-weight: 900;\n\tline-height: 100%;\n}\n#opencollege .toForm > a:hover {\n\topacity: 0.9;\n}\n#opencollege .toForm small {\n\tdisplay: block;\n\tfont-size: 92%;\n}\n#opencollege .toForm .address {\n\tposition: relative;\n\tmargin: 36px auto 0;\n\twidth: 100%;\n\tmax-width: 600px;\n}\n#opencollege .toForm .address h5 {\n\tmargin-bottom: 9px;\n\tbackground-color: #e50020;\n\tpadding: 6px 0 7px;\n\ttext-align: center;\n\tcolor: #fff;\n\tfont-size: 110%;\n\tline-height: 100%;\n}\n#opencollege .toForm .address .cols2 small {\n\tdisplay: inline-block;\n}\n#opencollege .toForm .address .cols2 .lft {\n\ttext-align: left;\n\tfont-size: 130%;\n\tfont-weight: 600;\n\tline-height: 110%;\n}\n#opencollege .toForm .address .cols2 .lft small {\n\tfont-size: 66%;\n\tfont-weight: normal;\n}\n#opencollege .toForm .address .cols2 .rgt {\n\ttext-align: left;\n\tfont-size: 140%;\n\tfont-weight: 900;\n\tline-height: 82%;\n\tpadding-top: 3px;\n}\n#opencollege .toForm .address .cols2 .rgt a {\n\tpointer-events: none;\n}\n#opencollege .toForm .address .cols2 .rgt .shigai {\n\tfont-size: 70%;\n\tmargin: 0 -0.4em;\n}\n#opencollege .toForm .address .cols2 .rgt small {\n\tdisplay: inline-flex;\n\tflex-direction: row;\n\talign-items: center;\n\tjustify-content: space-between;\n\twidth: 100%;\n\tfont-size: 58%;\n\tfont-weight: 600;\n}\n#opencollege .toForm .address .cols2 .rgt small .shigai {\n\tfont-size: 100%;\n}\n#opencollege .comic {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: space-between;\n}\n#opencollege .comic > div {\n\twidth: 49%;\n}\n@media screen and (max-width: 1100px) {\n\t#opencollege .schedule > div {\n\t\twidth: calc(50% - 18px);\n\t}\n}\n@media screen and (max-width: 1060px) {\n\t#opencollege .schedule {\n\t\tflex-direction: column;\n\t\tmax-width: 500px;\n\t}\n\t#opencollege .schedule > div {\n\t\twidth: 100%;\n\t}\n\t#opencollege .schedule > div:not(:last-child) {\n\t\tmargin-bottom: 20px;\n\t}\n}\n@media screen and (max-width: 1024px) {\n\t#opencollege .toForm .address {\n\t\twidth: 58vw;\n\t}\n}\n@media screen and (max-width: 880px) {\n\t#opencollege h3 {\n\t\tmargin-bottom: 21px !important;\n\t\tpadding-left: 30px;\n\t\tpadding-right: 30px;\n\t\tline-height: 120% !important;\n\t}\n\t#opencollege .gaiyo h4 {\n\t\tmargin-bottom: 18px;\n\t}\n\t#opencollege .toForm .address {\n\t\twidth: 62vw;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t#opencollege .schedule {\n\t\tmargin-bottom: 30px;\n\t\tmax-width: 460px;\n\t}\n\t#opencollege .gaiyo {\n\t\tmargin-bottom: 20px;\n\t}\n\t#opencollege .toForm > a {\n\t\tfont-size: 170%;\n\t}\n\t#opencollege .toForm .address {\n\t\twidth: 72vw;\n\t}\n}\n@media screen and (max-width: 700px) {\n\t#opencollege .gaiyo {\n\t\tmargin-bottom: 14px;\n\t}\n}\n@media screen and (max-width: 640px) {\n\t#opencollege .schedule {\n\t\tmargin-bottom: 26px;\n\t}\n\t#opencollege .schedule > div {\n\t\tpadding: 16px 20px;\n\t}\n\t#opencollege .schedule > div time {\n\t\tpadding-bottom: 8px;\n\t\tfont-size: 120%;\n\t\tline-height: 140%;\n\t}\n\t#opencollege .gaiyo h4 {\n\t\tmargin-bottom: 14px;\n\t}\n\t#opencollege .toForm > a {\n\t\tpadding: 20px 64px 21px;\n\t\tfont-size: 160%;\n\t}\n\t#opencollege .toForm .address {\n\t\tmargin-top: 30px;\n\t\twidth: 100%;\n\t}\n\t#opencollege .toForm .address h5 {\n\t\tfont-size: 100%;\n\t}\n\t#opencollege .toForm .address .cols2 {\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t}\n\t#opencollege .toForm .address .cols2 .lft {\n\t\tmargin-bottom: 4px;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt {\n\t\tfont-size: 105%;\n\t\tfont-weight: 600;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt small {\n\t\tmargin-top: 4px;\n\t\tflex-direction: column;\n\t\tfont-size: inherit;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt small > span:not(:last-child) {\n\t\tmargin-bottom: 7px;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt small > span:last-child {\n\t\tfont-size: 84%;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt small .shigai {\n\t\tfont-size: 70%;\n\t}\n\t#opencollege .toForm .anchorLocationer {\n\t\ttop: -14px;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#opencollege h3 {\n\t\tmargin-bottom: 18px !important;\n\t\tpadding-top: 12px;\n\t\tpadding-bottom: 14px;\n\t}\n\t#opencollege .schedule > div time {\n\t\tfont-size: 114%;\n\t}\n\t#opencollege .toForm {\n\t\tmargin-bottom: 30px;\n\t}\n\t#opencollege .toForm > a {\n\t\tpadding-left: 40px;\n\t\tpadding-right: 40px;\n\t\tfont-size: 150%;\n\t}\n\t#opencollege .toForm small {\n\t\tmargin-top: 12px;\n\t\tline-height: 140%;\n\t}\n\t#opencollege .toForm .address h5 {\n\t\tmargin-bottom: 14px;\n\t\tpadding-left: 10px;\n\t\tpadding-right: 10px;\n\t\tline-height: 130%;\n\t}\n\t#opencollege .toForm .address .cols2 .lft {\n\t\tmargin-bottom: 10px;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt {\n\t\tfont-size: 100%;\n\t}\n\t#opencollege .toForm .address .cols2 .rgt small > span:not(:last-child) {\n\t\tmargin-bottom: 0px;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#opencollege .schedule > div .period {\n\t\tfont-size: 80%;\n\t}\n\t#opencollege .schedule > div time {\n\t\tmargin-bottom: 9px;\n\t\tpadding-bottom: 10px;\n\t}\n\t#opencollege .schedule > div .limit {\n\t\tfont-size: 10.5pt;\n\t}\n\t#opencollege .toForm {\n\t\tmargin-bottom: 30px;\n\t}\n\t#opencollege .toForm > a {\n\t\tborder-radius: 12px;\n\t\tfont-size: 130%;\n\t}\n\t#opencollege .comic {\n\t\tdisplay: block;\n\t}\n\t#opencollege .comic .lft,\n\t#opencollege .comic .rgt {\n\t\twidth: 100%;\n\t}\n\t#opencollege .comic .lft,\n\t#opencollege .comic .rgt figure:not(:last-child) {\n\t\tmargin-bottom: 14px;\n\t}\n}\n@media screen and (max-width: 440px) {\n\t#opencollege .schedule > div {\n\t\tpadding-top: 10px;\n\t}\n\t#opencollege .schedule > div time .inbl {\n\t\tdisplay: block;\n\t}\n}\n.extras {\n\tbackground-color: #fbeef5;\n\tpadding-bottom: 40px;\n}\n.extras section {\n\tmargin: 0 auto;\n\twidth: calc(100% - 180px);\n\tmax-width: 1240px;\n}\n.extras section:first-child {\n\tpadding-top: 120px;\n}\n.extras section:not(:last-child) {\n\tpadding-bottom: 20px;\n}\n.extras section h3 {\n\tmargin-bottom: 1.7em;\n\ttext-align: center;\n\tfont-size: 200%;\n\tfont-weight: 900;\n\tline-height: 130%;\n}\n@media screen and (max-width: 1340px) {\n\t.extras section {\n\t\twidth: calc(100% - 120px);\n\t}\n}\n@media screen and (max-width: 1024px) {\n\t.extras {\n\t\tpadding-bottom: 0;\n\t}\n}\n@media screen and (max-width: 980px) {\n\t.extras section:first-child {\n\t\tpadding-top: 100px;\n\t}\n\t.extras section {\n\t\tpadding-top: 70px;\n\t}\n}\n@media screen and (max-width: 767px) {\n\t.extras section {\n\t\twidth: calc(100% - 60px);\n\t\tpadding-top: 60px;\n\t}\n}\n@media screen and (max-width: 640px) {\n\t.extras section {\n\t\tpadding-top: 40px;\n\t}\n\t.extras section h3 {\n\t\tmargin-bottom: 1.1em;\n\t\tfont-size: 180%;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t.extras section {\n\t\twidth: calc(100% - 40px);\n\t}\n\t.extras section:first-child {\n\t\tpadding-top: 90px;\n\t}\n\t.extras section h3 {\n\t\tfont-size: 160%;\n\t\tline-height: 140%;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t.extras section {\n\t\twidth: calc(100% - 20px);\n\t\tpadding-top: 26px;\n\t}\n\t.extras section#instagram {\n\t\twidth: 100%;\n\t}\n\t.extras section:first-child {\n\t\tpadding-top: 80px;\n\t}\n\t.extras section h3 {\n\t\tmargin-bottom: 1.2em;\n\t\tfont-size: 140%;\n\t}\n}\n#instagram .inr {\n\tbackground-color: #000;\n\tpadding: 10px 0;\n}\n#instagram .inr .holes {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: center;\n\tmargin: 0;\n\theight: 20px;\n\t\/*background: repeating-linear-gradient(to right, transparent, transparent 10px, #FBEEF5 10px, #fbeef5 24px, transparent 24px, transparent 32px);*\/\n\toverflow: hidden;\n}\n#instagram .inr .holes .hole {\n\tflex-shrink: 0;\n\tbackground-color: #FBEEF5;\n\tborder-radius: 3px;\n\twidth: 13px;\n\theight: 20px;\n\tmargin: 0 7px;\n}\n#instagram .samples.slick-slider {\n\tmargin-bottom: 0;\n\tpadding: 10px 0 !important;\n}\n#instagram .samples.slick-slider .slick-prev {\n\tleft: 5px;\n}\n#instagram .samples.slick-slider .slick-next {\n\tright: 8px;\n}\n#instagram .samples.slick-slider .slick-arrow {\n\twidth: 50px;\n\theight: 50px;\n}\n#instagram .samples.slick-slider .slick-arrow:before {\n\tcontent: \"\" !important;\n\ttop: -1px;\n\tborder-width: 2px;\n\tfilter: none;\n}\n#instagram .samples.slick-slider .slick-prev:before {\n\tright: -8px;\n}\n#instagram .samples.slick-initialized .slick-slide > div {\n\tpadding: 0 8px;\n}\n#instagram .samples.slick-initialized .slick-slide > div > div {\n\tdisplay: block !important;\n}\n#instagram .samples figure {\n\tdisplay: block !important;\n\tmargin: 0;\n\tborder: none !important;\n\tbackground-position: center;\n\tbackground-size: cover;\n}\n#instagram .samples figure:before {\n\tcontent: \"\";\n\tdisplay: block;\n\tpadding-top: 65%;\n}\n#instagram .toAccount {\n\ttext-align: center;\n\tfont-size: 115%;\n\tline-height: 200%;\n}\n#instagram .toAccount a {\n\tdisplay: inline-block;\n}\n#instagram .toAccount a:hover {\n\topacity: 0.8;\n}\n#instagram .toAccount a img {\n\twidth: 160px;\n}\n@media screen and (max-width: 540px) {\n\t#instagram .samples.slick-slider .slick-next {\n\t\tright: 6px;\n\t}\n\t#instagram .samples.slick-initialized .slick-slide > div {\n\t\tpadding: 0 10px;\n\t}\n\t#instagram .inr .holes .hole {\n\t\tmargin: 0 5px;\n\t}\n}\n#comics h3 img {\n\tdisplay: inline-block;\n\tmargin-right: 4px;\n\twidth: 410px;\n\tvertical-align: baseline;\n\ttransform: translateY(3px);\n}\n#comics ul {\n\tlist-style: none;\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: stretch;\n\tjustify-content: flex-start;\n\tflex-wrap: wrap;\n\tmargin: 0 auto;\n\tpadding: 0;\n\twidth: 100%;\n}\n#comics ul li {\n\tmargin-right: 44px;\n\tmargin-bottom: 0;\n\twidth: calc((100% - 176px) \/ 5 - 0.1px);\n}\n#comics ul li:last-child {\n\tmargin-right: 0;\n}\n#comics ul li:nth-child(n + 6) {\n\tmargin-top: 54px;\n}\n#comics ul li a {\n\tdisplay: block;\n}\n#comics ul li a:hover {\n\topacity: 0.8;\n}\n#comics ul li .caption {\n\tdisplay: block;\n\tmargin-top: 8px;\n\ttext-align: center;\n\tcolor: #231815;\n\tfont-size: 88%;\n\tline-height: 160%;\n}\n@media screen and (min-width: 941px) {\n\t#comics ul li:nth-child(5n) {\n\t\tmargin-right: 0;\n\t}\n}\n@media screen and (max-width: 940px) {\n\t#comics ul li {\n\t\twidth: calc((100% - 132px) \/ 4 - 0.1px);\n\t}\n\t#comics ul li:nth-child(n + 5) {\n\t\tmargin-top: 44px;\n\t}\n}\n@media screen and (max-width: 940px) and (min-width: 541px) {\n\t#comics ul li:nth-child(4n) {\n\t\tmargin-right: 0;\n\t}\n}\n@media screen and (max-width: 740px) {\n\t#comics h3 img {\n\t\twidth: 360px;\n\t}\n\t#comics ul li {\n\t\tmargin-right: 20px;\n\t\twidth: calc((100% - 60px) \/ 4 - 0.1px);\n\t}\n\t#comics ul li:nth-child(n + 5) {\n\t\tmargin-top: 36px;\n\t}\n}\n@media screen and (max-width: 640px) {\n\t#comics ul li .caption {\n\t\tfont-size: 10pt;\n\t}\n}\n@media screen and (max-width: 540px) {\n\t#comics h3 img {\n\t\twidth: 300px;\n\t}\n\t#comics ul li {\n\t\tmargin-right: 14px;\n\t\twidth: calc((100% - 28px) \/ 3 - 0.1px);\n\t}\n\t#comics ul li:nth-child(n + 4) {\n\t\tmargin-top: 32px;\n\t}\n\t#comics ul li:nth-child(3n) {\n\t\tmargin-right: 0;\n\t}\n}\n@media screen and (max-width: 480px) {\n\t#comics ul li .caption {\n\t\tfont-size: 9pt;\n\t}\n}\n.scriptbox {\n\tdisplay: none;\n}\n#rwdwp {\n\tposition: fixed;\n\tright: 32px;\n\tbottom: 65px;\n\twidth: 48px;\n\theight: 48px;\n\tz-index: 120;\n}\n#rwd {\n\tbox-sizing: border-box;\n\tborder: 1px solid #e50020;\n\tborder-radius: 24px;\n\tbackground-color: #e50020;\n\twidth: inherit;\n\theight: inherit;\n\topacity: 0;\n\ttransition: opacity 0.7s;\n}\n#rwd p:empty {\n\tdisplay: none;\n}\n#rwd a {\n\tbox-sizing: border-box;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: inherit;\n\theight: inherit;\n\tpadding: 4px 3px 0 0;\n\ttext-align: center;\n\tcolor: #3a2b20;\n\tfont-size: 18px;\n\tvertical-align: middle;\n\t-webkit-tap-highlight-color:rgba(0,0,0,0);\n\toutline: none;\n}\n#rwd a div {\n\twidth: 14px;\n\theight: 14px;\n\tborder-top: 1px solid;\n\tborder-right: 1px solid;\n\tborder-color: #fff #fff transparent transparent;\n\ttransform: rotate(-45deg);\n}\n@media screen and (max-width: 420px) {\n\t#rwdwp {\n\t\tright: 12px;\n\t\tbottom: 26px;\n\t}\n}\n<\/style>\n<\/div>\n<div id=\"architecture\">\n<header>\n<div class=\"global_header\">\n<div>\n        <svg display=\"none\" width=\"100\" height=\"19.062\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 500 95.331\">\n            <symbol id=\"logo_tsuchiya_jp_s\" viewBox=\"0 0 500 95.331\">\n                <g transform=\"translate(-171.673 -370.195)\">\n                    <path class=\"a\" d=\"M232.67,429.669c-6.907-8.314-13.659-24.568-13.659-24.568s-5.4,16.05-14.311,24.778c-6.486,7.393-19.382,16.442-22.117,18.32a47.665,47.665,0,0,0,6.539,6.512c4.22-2.874,12.684-9.1,18.115-16.228a104.862,104.862,0,0,0,11.775-19.923s6.392,15.151,11.949,22.01c4.087,5.053,13.136,11.771,17.583,14.942a46.533,46.533,0,0,0,7.175-6.859C251.832,446.022,238.521,436.714,232.67,429.669Zm-13.317-59.474A47.648,47.648,0,0,0,177.679,441a98.2,98.2,0,0,0,23.69-16.108c11.009-10.392,17.642-26.154,17.642-26.154s6.538,14.525,17.4,25.53c11.9,12.087,21.7,15.847,24.6,16.758a47.66,47.66,0,0,0-41.652-70.833Zm8.179,73.581c-4.155-5.6-8.523-19.506-8.523-19.506a188.936,188.936,0,0,1-9.284,18.115c-3.911,6.344-10.224,13.073-13.986,16.874a47.617,47.617,0,0,0,46.842.218C238.776,455.869,230.663,448.018,227.532,443.776Zm-2.862,17.133-5.662-12.61-6.948,12.927-5.3-1.568a51.971,51.971,0,0,0,6.853-8.87,115.377,115.377,0,0,0,5.391-10.735,81.279,81.279,0,0,0,5.343,10.573c2.5,3.738,6.078,8.885,6.078,8.885Z\" transform=\"translate(0 0)\"><\/path>\n                    <path class=\"a\" d=\"M592.382,409.979H576.249l10.617,23.594c-1.271,1.688-3.431,4.139-4.892,4.216-2.264.07-34.448,0-34.448,0l24.557-60.67H552.808s-22.486,59.706-25.177,61.294c-3.795,1.243-4.754.94-4.754.94v5.37s61.287-.172,59.4,0c2.56-.22,5.784-2.552,7.716-4.146l2.386,5.271h16.224ZM484.9,411.942h50.956v-8.53H484.9Zm-74.045,24.08c-1.176,1.42-4.892,2.364-4.892,2.364v6.863a69.467,69.467,0,0,0,11.646-.774c2.635-.445,4.94-1.034,6.691-2.687,5.06-4.728,7.245-40.114,7.245-40.114H415.912S414.318,431.815,410.853,436.022Zm65.391-33.467L460.4,402.18s4.292,37.7,6.977,39.99c2.713,2.305,19.626,2.305,19.626,2.305v-6.521a26.638,26.638,0,0,1-4.229-1.524C479.544,434.792,476.244,402.555,476.244,402.555ZM485,387.866H454.375V376.8H437.859v11.07H406.99v8.828h30.869v49.272h16.516V396.695H485Zm-212.625,47V394.841h29.633v-6.892H272.373V376.013H255.846v11.936h-27.7v6.892h27.7V433.71s0,2.776-1.23,4.244H225.077v6.521h80v-6.521H271.348A4.264,4.264,0,0,0,272.373,434.866Zm58.476-3.847V396.4h66.157V377.169h-82.7s.384,50.024.384,54.995c0,5.014-3.465,5.014-3.465,5.014v7.3h4.624C332.772,446.4,330.849,431.019,330.849,431.019Zm0-47.307h51.92v4.238h-51.92Zm41.909,47.307h21.936V424.1H372.758V417.49c2.748.648,9.542,1.657,10.765-4.159l1.937,4.992h12.7L392,406.023h2.3v-6.541H334.3v6.541h4.966a7.012,7.012,0,0,1-4.966,4.242v6.9h21.168v6.94H334.3v6.918h21.168v6.159H330.849v7.3h68.078v-7.3H372.758Zm-19.232-20.754,1.005-4.242h25.8c-.223,1.721-.934,4.242-2.951,4.242Z\" transform=\"translate(63.067 6.871)\"><\/path>\n                <\/g>\n            <\/symbol>\n        <\/svg><\/p>\n<figure class=\"headerTop\">\n            <a href=\"https:\/\/tsuchiyahome.jp\/\"><svg><use xlink:href=\"#logo_tsuchiya_jp_s\"><\/use><\/svg><\/a><br \/>\n        <\/figure>\n<\/p><\/div>\n<\/div>\n<\/header>\n<div class=\"contents\">\n<div class=\"cheader\">\n<div class=\"brand\"><small>\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u4f01\u696d\u5185\u8a8d\u5b9a\u5927\u5de5\u8077\u4eba\u990a\u6210\u5b66\u6821<\/small>\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8<\/div>\n<div class=\"menu\">\n<button class=\"menu-toggle\" aria-controls=\"primary-menu\" aria-expanded=\"false\"><\/p>\n<div><\/div>\n<p><\/button><\/p>\n<div class=\"rgt\">\n<ul>\n<li><a href=\"#whatis\">\u5927\u5de5\u3068\u306f<\/a><\/li>\n<li><a href=\"#requirements\">\u52df\u96c6\u8981\u9805<\/a><\/li>\n<li><a href=\"#opencollege\">\u4f53\u9a13\u5b66\u7fd2<\/a><\/li>\n<li><a href=\"#contact\">\u304a\u7533\u3057\u8fbc\u307f<br \/>\u304a\u554f\u3044\u5408\u308f\u305b<\/a><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"slideshow\">\n<div class=\"views\">\n<img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/sl_architecturecollege1.jpg\" alt=\"\u300c\u3082\u306e\u3065\u304f\u308a\u300d\u3067\u672a\u6765\u3092\u3064\u304f\u308b \u5927\u5de5\u3068\u3044\u3046\u9078\u629e\">\n<\/div>\n<ul class=\"slick-dots\" style=\"\" role=\"tablist\">\n<li class=\"slick-active\" role=\"presentation\" style=\"visibility:hidden\"><button type=\"button\" role=\"tab\" id=\"slick-slide-control00\" aria-controls=\"slick-slide00\" aria-label=\"1 of 4\" tabindex=\"-1\">1<\/button><\/li>\n<\/ul>\n<\/div>\n<div class=\"about\">\n<div class=\"inr\">\n<div class=\"cols2\">\n<div class=\"lft\">\n<div class=\"comic parallax\">\n<div class=\"lft\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-1-1.png\"><\/figure>\n<\/div>\n<div class=\"rgt\">\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-1-2.png\"><\/figure>\n<figure class=\"parallax\" koma=\"3\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-1-3.png\"><\/figure>\n<\/div>\n<\/div>\n<p>\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\u306f\u9ad8\u6821\u6642\u306e<span class=\"inbl\">\u5c02\u653b\u30af\u30e9\u30b9\u3084<\/span><span class=\"inbl\">\u6027\u5225\u3092\u554f\u3044\u307e\u305b\u3093\uff01<\/span><\/p>\n<\/div>\n<div class=\"rgt\">\n<h3><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/lg_architecturecollege.png\" alt=\"\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\">\u3068\u306f<\/h3>\n<p>\u300c\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\u300d\u306f\u6280\u80fd\u8077\uff08\u5927\u5de5\uff09\u306e\u8077\u696d\u8a13\u7df4\u6821\u3002\u8a2d\u7acb\u30fb\u904b\u55b6\u306f\u571f\u5c4b\u30db\u30fc\u30e0\u3001\u3064\u307e\u308a\u5165\u6821\u306f\u5165\u793e\u3092\u610f\u5473\u3057\u307e\u3059\u3002<br \/>\n\u672c\u6821\u3067\u306f\u9ad8\u6821\u5352\u696d\u8005\u3092\u5bfe\u8c61\u306b\u3001\u307e\u305a\u793e\u54e1\u3068\u3057\u3066\u63a1\u7528\u3002<br \/>\n\u5165\u793e\u5f8c1\u5e74\u9593\u306f\u8a13\u7df4\u751f\u3068\u3057\u3066\u7d66\u4e0e\u3092\u652f\u7d66\u3055\u308c\u306a\u304c\u3089\u5efa\u7bc9\u79d1\u306e2\u7d1a\u6280\u80fd\u58eb\u3092\u76ee\u6307\u3057\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002<br \/>\n\u8a13\u7df4\u7d42\u4e86\u5f8c\u306f\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u3068\u3057\u3066\u5bb6\u3065\u304f\u308a\u306e\u7b2c\u4e00\u7dda\u3078\u3002<br \/>\n\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u306e\u4e00\u54e1\u3068\u3057\u3066\u5927\u3044\u306b\u6d3b\u8e8d\u3057\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002<\/p>\n<div class=\"award\">\n<p>\u6280\u80fd\u691c\u5b9a\u306e\u666e\u53ca\u4fc3\u9032\u306b\u5bfe\u3059\u308b\u9577\u5e74\u306e\u53d6\u308a\u7d44\u307f\u304c\u8a55\u4fa1\u3055\u308c\u3001\u539a\u751f\u52b4\u50cd\u7701\u304c\u4e3b\u50ac\u3059\u308b\u300c\u4eca\u548c7\u5e74\u5ea6\u8077\u696d\u80fd\u529b\u958b\u767a\u95a2\u4fc2\u539a\u751f\u50cd\u5927\u81e3\u8868\u5f70\u300d\u3092\u53d7\u8cde\u3002<\/p>\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2026\/03\/im_architecturecollege-award.png\" alt=\"\u8868\u5f70\u72b6\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"wr\">\n<section id=\"whatis\">\n<div class=\"inr\">\n<div class=\"cols2\">\n<div class=\"lft\">\n<h3 class=\"ctr\"><span class=\"txt\">\u5927\u5de5\u306e\u4ed5\u4e8b\u3063\u3066\uff1f<\/span><\/h3>\n<p>\u5927\u5de5\u306e\u4e3b\u306a\u4ed5\u4e8b\u306f\u3001\u6728\u9020\u5efa\u7bc9\u7269\u306e\u67f1\u3084\u6881\u30fb\u5185\u5916\u306e\u58c1\u30fb\u5929\u4e95\u3084\u5e8a\u3068\u3044\u3063\u305f\u571f\u53f0\u3092\u4f5c\u308b\u3053\u3068\u3067\u3059\u3002\u5efa\u7bc9\u58eb\u304c\u4f5c\u6210\u3057\u305f\u8a2d\u8a08\u56f3\u306b\u5f93\u3063\u3066\u8cc7\u6750\u3092\u8abf\u9054\u30fb\u52a0\u5de5\u3057\u3001\u6b63\u78ba\u306b\u5efa\u3066\u308b\u6280\u8853\u304c\u8981\u6c42\u3055\u308c\u307e\u3059\u3002<br \/>\n\u3068\u3044\u3063\u3066\u3082\u3001\u672a\u7d4c\u9a13\u304b\u3089\u59cb\u3081\u3089\u308c\u3001\u3082\u306e\u3065\u304f\u308a\u304c\u597d\u304d\u306a\u65b9\u306a\u3089\u3001\u3069\u3093\u306a\u65b9\u3067\u3082\u30b9\u30ad\u30eb\u3092\u7fd2\u5f97\u3057\u7acb\u6d3e\u306a\u5927\u5de5\u306b\u306a\u308c\u308b\u3053\u3068\u3067\u3057\u3087\u3046\u3002<\/p>\n<\/div>\n<div class=\"rgt\">\n<div class=\"comic parallax\">\n<div class=\"lft\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-2-1.png\"><\/figure>\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-2-2.png\"><\/figure>\n<\/div>\n<div class=\"rgt\">\n<figure class=\"parallax\" koma=\"3\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-2-3.png\"><\/figure>\n<figure class=\"parallax\" koma=\"4\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-2-4.png\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"income\">\n<div class=\"inr\">\n<h3 class=\"ctr\"><span class=\"txt\">\u304a\u7d66\u6599\u306f\u3069\u308c\u304f\u3089\u3044<span class=\"inbl\">\u3082\u3089\u3048\u308b\uff1f<\/span><\/span><\/h3>\n<div class=\"cols3\">\n<div class=\"lft\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-income.png\" alt=\"\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7 \u5927\u5de5\u5e74\u53ce\u4f8b\"><\/div>\n<div class=\"ctr\">\n<p><img decoding=\"async\" class=\"onsp\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-3.png\" alt=\"20\u4ee3\u4e2d\u76e4\u3067\u5927\u5de5\u306e\u5e73\u5747\u5e74\u53ce\u8d8a\u3048\">\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u3067\u306f\u3001\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\u5728\u7c4d\u4e2d\u304b\u3089\u7d66\u6599\u3092\u3082\u3089\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<br \/>\n\u305d\u3057\u3066\u30017\u5e74\u76ee\u306e\u793e\u54e1\u3067\u5b89\u5b9a\u3057\u3066\u65e5\u672c\u306e\u5927\u5de5\u306e\u5e73\u5747\u5e74\u53ce\u3092\u8d85\u3048\u308b\u7d66\u6599\u3092\u3082\u3089\u3063\u3066\u3044\u308b\u5148\u8f29\u65b9\u304c\u591a\u6570\u5728\u7c4d\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<ul class=\"att\">\n<li>1\u30f5\u6708\u3042\u305f\u308a\u7d0431\u4e07\u5186\u3001\u3053\u308c\u3092\u30d9\u30fc\u30b9\u306b\u3059\u308b\u3068\u5e73\u5747\u5e74\u53ce\u306f\u7d04406\u4e07\u5186\u3002<br \/>\n\uff08\u6b8b\u696d\u4ee3\u3084\u624b\u5f53\u3092\u542b\u3081\u306a\u3044\u6240\u5b9a\u5185\u7d66\u4e0e\u984d\uff09<\/li>\n<li>\u539a\u751f\u52b4\u50cd\u7701 \u4ee4\u548c3\u5e74\u8cc3\u91d1\u69cb\u9020\u57fa\u672c\u7d71\u8a08\u8abf\u67fb\u3088\u308a<\/li>\n<\/ul>\n<\/div>\n<div class=\"rgt\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-3.png\" alt=\"20\u4ee3\u4e2d\u76e4\u3067\u5927\u5de5\u306e\u5e73\u5747\u5e74\u53ce\u8d8a\u3048\"><\/div>\n<\/div>\n<div class=\"comic parallax\">\n<div class=\"lft\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-4-1.png\"><\/figure>\n<\/div>\n<div class=\"rgt\">\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-4-2.png\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"future\">\n<div class=\"inr\">\n<h3 class=\"ctr\"><span class=\"txt\">\u5927\u5de5\u306e\u5c06\u6765\u306f\uff1f<\/span><\/h3>\n<p>\u4eba\u3005\u304c\u751f\u6d3b\u3057\u3066\u3044\u304f\u4e0a\u3067\u5efa\u7269\u306f\u4e0d\u53ef\u6b20\u3067\u3059\u304b\u3089\u3001\u5efa\u3066\u308b\u5927\u5de5\u3082\u5fc5\u8981\u3067\u3059\u3002<br \/>\n\u65e5\u672c\u3067\u306f\u3001\u6c17\u5019\u98a8\u571f\u306b\u5408\u3063\u305f\u6728\u9020\u5efa\u7bc9\u306e\u9700\u8981\u304c\u306a\u304f\u306a\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3057\u3001\u30d7\u30ec\u30ab\u30c3\u30c8\u304c\u4e3b\u6d41\u306b\u306a\u3063\u3066\u3082\u6728\u6750\u306e\u5fae\u8abf\u6574\u3092\u3059\u308b\u5927\u5de5\u306e\u30b9\u30ad\u30eb\u304c\u5fc5\u8981\u3067\u3059\u3002<br \/>\n\u305f\u3060\u5927\u5de5\u4eba\u53e3\u304c\u6e1b\u3063\u3066\u3044\u308b\u306e\u3082\u4e8b\u5b9f\u3067\u3059\u3002\u3057\u304b\u3057\u3001\u5927\u5de5\u306e\u6570\u304c\u6e1b\u5c11\u3057\u3066\u3044\u308b\u4eca\u3060\u304b\u3089\u3053\u305d\u3001\u5e0c\u5c11\u6027\u306e\u9ad8\u3055\u304b\u3089\u7d66\u6599\u304c\u30a2\u30c3\u30d7\u3057\u3066\u7a3c\u3052\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u305f\u3001\u6628\u4eca\u306e\u5efa\u8a2d\u696d\u754c\u3067\u306f\u50cd\u304d\u65b9\u6539\u9769\u304c\u9032\u3093\u3067\u3044\u308b\u306e\u3067\u3001\u50cd\u304d\u3084\u3059\u3044\u74b0\u5883\u3067\u3042\u308b\u3053\u3068\u3082\u9b45\u529b\u3002<br \/>\n\u4e16\u754c\u3067\u306f\u65e5\u672c\u306e\u5927\u5de5\u306e\u30ec\u30d9\u30eb\u304c\u9ad8\u304f\u8a55\u4fa1\u3055\u308c\u3066\u304a\u308a\u3001\u6d77\u5916\u3067\u306e\u6d3b\u8e8d\u3082\u671f\u5f85\u3067\u304d\u307e\u3059\u3002<\/p>\n<div class=\"comic parallax\">\n<div class=\"lft\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-5-1.png\"><\/figure>\n<\/div>\n<div class=\"rgt\">\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-5-2.png\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"requirements\">\n<div class=\"inr\">\n<div class=\"withlogo\">\n<div class=\"inner\">\n<h3>\u5927\u5de5\u3078\u306e\u8fd1\u9053<\/h3>\n<figure><figcaption>\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u4f01\u696d\u5185\u8a8d\u5b9a\u5927\u5de5\u8077\u4eba\u990a\u6210\u5b66\u6821<\/figcaption><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/lg_architecturecollege.png\" alt=\"\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\"><\/figure>\n<\/div>\n<\/div>\n<div class=\"cols2\">\n<div class=\"lft\">\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-6.png\" alt=\"image\"><\/figure>\n<div class=\"curriculum\">\n<h4>\u25a0\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0<span class=\"inbl\">\uff08\u6a19\u6e96\u7684\u5e74\u9593\u8a13\u7df4\u8a08\u753b\u8868\uff09<\/span><\/h4>\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-curriculum.png\" alt=\"\u30ab\u30ea\u30ad\u30e5\u30e9\u30e0\"><\/figure>\n<\/div>\n<div class=\"trainingtime\">\n<h4>\u25a0\u8a13\u7df4\u5408\u8a08\u8868<\/h4>\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-trainingtime.png\" alt=\"\u8a13\u7df4\u5408\u8a08\u8868\"><\/figure>\n<\/div>\n<\/div>\n<div class=\"rgt\">\n<div class=\"lists\">\n<h4><span class=\"txt\">\u52df\u96c6\u8981\u9805<\/span><\/h4>\n<dl>\n<dt>\u5165\u6821<\/dt>\n<dd>\u6bce\u5e744\u6708<\/dd>\n<dt>\u63a1\u7528\u8077\u7a2e<\/dt>\n<dd>\u6280\u80fd\u8077\uff08\u5927\u5de5\u30fb\u5185\u88c5\u5de5\u4e8b\uff09\uff081\u30fb2\u7d1a\u6280\u80fd\u58eb\u990a\u6210\uff09<\/dd>\n<dt>\u4ed5\u4e8b\u5185\u5bb9<\/dt>\n<dd>1\u5e74\u9593\u306f\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\u306b\u304a\u3044\u3066\u8a13\u7df4\u751f\u3068\u3057\u3066\u571f\u5c4b\u30db\u30fc\u30e0\u306e\u5927\u5de5\u30fb\u5185\u88c5\u8077\u306b\u3075\u3055\u308f\u3057\u3044\u4eba\u683c\u30fb\u6280\u80fd\u3092\u7fd2\u5f97\u3059\u308b\u3002<br \/>\n2\u5e74\u76ee\u4ee5\u964d\u306f\u3001\u5927\u5de5\u30fb\u5185\u88c5\u8077\u3068\u3057\u3066\u5168\u56fd\u306e\u5404\u652f\u5e97\u3078\u914d\u5c5e\u3068\u306a\u308a\u65bd\u5de5\u3092\u884c\u3046\u3002<br \/>\n\u305d\u306e\u5f8c\u672c\u4eba\u306e\u5e0c\u671b\u3092\u91cd\u8996\u3057\u3064\u3064\u3001\u52e4\u52d9\u5730\u306e\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002<\/dd>\n<dt>\u63a1\u7528\u5bfe\u8c61<\/dt>\n<dd>\u5168\u56fd\u306e\u6b21\u5e74\u5ea6\u5352\u696d\u4e88\u5b9a\u306e\u9ad8\u7b49\u5b66\u6821\u751f<\/dd>\n<dt>\u63a1\u7528\u4e88\u5b9a\u6570<\/dt>\n<dd>\u6570\u540d<\/dd>\n<dt>\u63d0\u51fa\u66f8\u985e<\/dt>\n<dd>\u5c65\u6b74\u66f8\uff08\u9854\u5199\u771f\u8cbc\u4ed8\uff09\u30fb\u8abf\u67fb\u66f8\uff08\u5c31\u8077\u7528\uff09<\/dd>\n<dt>\u9078\u8003\u65b9\u6cd5<\/dt>\n<dd>\u9069\u6027\u691c\u67fb\u30fb\u9762\u63a5\u8a66\u9a13\u30fb\u4f5c\u6587\uff08\u9762\u63a5\u91cd\u8996\uff09<\/dd>\n<dt>\u9078\u8003\u671f\u65e5<\/dt>\n<dd>12\u6708\u307e\u3067\u968f\u6642\u3001\u4f46\u3057\u5b9a\u54e1\u306b\u306a\u308a\u6b21\u7b2c\u53d7\u4ed8\u3092\u7d42\u4e86\u3002<br \/>\n\uff08\u4f8b\u5e74\u3001\u9078\u8003\u958b\u59cb\u671f\u65e5\u5f8c\u76f4\u3061\u306b\u5b9f\u65bd\u3057\u3066\u3044\u307e\u3059\u3002\uff09<\/dd>\n<dt>\u9078\u8003\u5834\u6240<\/dt>\n<dd>\u5317\u5e83\u5cf6\u4f1a\u5834\u30fb\u4ed9\u53f0\u4f1a\u5834\u306e\u3044\u305a\u308c\u304b\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\uff08\u4ea4\u901a\u8cbb\u81ea\u5df1\u8ca0\u62c5\uff09<\/p>\n<dl class=\"sub\">\n<dt>\u2460\u5317\u5e83\u5cf6\u4f1a\u5834<\/dt>\n<dd>\u5317\u5e83\u5cf6\u5e02\u5927\u66f2\u5de5\u696d\u56e3\u57305\u4e01\u76ee1\u756a\u57303\uff08\u5f53\u6821\uff09<\/dd>\n<dt>\u2461\u4ed9\u53f0\u4f1a\u5834<\/dt>\n<dd>\u571f\u5c4b\u30db\u30fc\u30e0\u4ed9\u53f0\u672c\u5e97 \u5bae\u57ce\u770c\u4ed9\u53f0\u5e02\u82e5\u6797\u533a\u5378\u753a2\u4e01\u76ee1-4<br \/>\n\u30a4\u30de\u30b9\u5378\u753a\u30a4\u30fc\u30b9\u30c8\u30f3\u30d3\u30eb 3F<\/dd>\n<\/dl>\n<\/dd>\n<dt>\u63a1\u5426\u901a\u77e5<\/dt>\n<dd>\u5b66\u6821\u5b9b\u901a\u77e5<\/dd>\n<\/dl>\n<h4><span class=\"txt\">\u5f85\u9047\u30fb\u52e4\u52d9<\/span><\/h4>\n<dl>\n<dt>\u521d\u4efb\u7d66<\/dt>\n<dd>\u9ad8\u6821\u5352 195,000\u5186<br \/>\n\uff08\u98df\u8cbb\u30fb\u7ba1\u7406\u8cbb\u306a\u3069\u5bee\u8cbb\u3068\u3057\u306638,000\u5186\u7a0b\u5ea6\u63a7\u9664\u3042\u308a\uff09<\/dd>\n<dt>\u6607\u7d1a<\/dt>\n<dd>\u5e741\u56de\uff084\u6708\uff09<\/dd>\n<dt>\u8cde\u4e0e<\/dt>\n<dd>\u5e742\u56de\uff086\u6708\u30fb12\u6708\uff09<\/dd>\n<dt>\u52e4\u52d9\u6642\u9593<\/dt>\n<dd>9\uff1a00\uff5e17\uff1a00\uff08\u5e73\u65e5\uff09<\/dd>\n<dt>\u4f11\u65e5\u4f11\u6687<\/dt>\n<dd>\u9031\u4f112\u65e5\u5236\uff08\u571f\u3001\u65e5\u3001\u795d\u30fb\u796d\u65e5\u3001\u590f\u30fb\u51ac\u4f11\u6687\uff09<br \/>\n\u5e742\u56de\uff08\u304a\u76c6\u30fb\u6b63\u6708\uff09\u5e30\u7701\u306e\u305f\u3081\u306e\u4ea4\u901a\u8cbb\u652f\u7d66<\/dd>\n<dt>\u798f\u5229\u539a\u751f<\/dt>\n<dd>\u793e\u4f1a\u4fdd\u967a\u5168\u52a0\u5165\u3001\u8ca1\u7523\u5f62\u6210\u8caf\u84c4\u5236\u5ea6\u3001\u6301\u5bb6\u63a8\u9032\u5236\u5ea6\u3001\u5f93\u696d\u54e1\u6301\u682a\u4f1a<\/dd>\n<dt>\u305d\u306e\u4ed6<\/dt>\n<dd>\u8a13\u7df4\u671f\u9593\u306f\u5168\u5bee\u5236\uff081\u5e74\u9593\uff09\u3002<br \/>\n\u4fee\u4e86\u5f8c\u3001\u81ea\u5b85\u5916\u304b\u3089\u901a\u52e4\u3059\u308b\u5834\u5408\u4f4f\u5c45\u3092\u65a1\u65cb\u3057\u307e\u3059\u3002<\/dd>\n<\/dl>\n<\/div>\n<div class=\"comic parallax\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-7-1.png\"><\/figure>\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-7-2.png\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"onsp\">\n<div class=\"comic parallax\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-7-1.png\"><\/figure>\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-7-2.png\"><\/figure>\n<\/div>\n<figure class=\"parallax\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-6.png\" alt=\"image\"><\/figure>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"others\">\n<div class=\"inr\">\n<h3 class=\"ctr\"><span class=\"txt\">\u5352\u696d\u5f8c\u306f\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u306e<span class=\"inbl\">\u4e00\u54e1\u3068\u3057\u3066\u5373\u6d3b\u8e8d!!<\/span><\/span><\/h3>\n<div class=\"groupmap\">\n<h4>\u65b0\u7bc9\u30fb\u30ea\u30d5\u30a9\u30fc\u30e0\u30fb\u4e0d\u52d5\u7523\u4e8b\u696d\u3067<br \/>\n\u5168\u56fd\u5c55\u958b\u3057\u3066\u3044\u308b\u4f4f\u5b85\u7dcf\u5408\u4f01\u696d\u3067\u3059\u3002<\/h4>\n<p>\u300c\u65b0\u3057\u3044\u5efa\u7269\u3092\u5efa\u3066\u308b\u300d\u300c\u58ca\u308c\u3066\u3057\u307e\u3063\u305f\u5efa\u7269\u3092\u76f4\u3059\u300d\u300c\u30ea\u30d5\u30a9\u30fc\u30e0\u3092\u3059\u308b\u300d\u2026<br \/>\n\u3053\u308c\u3089\u5168\u3066\u304c\u5927\u5de5\u306e\u4ed5\u4e8b\u3067\u3042\u308a\u3001\u305d\u308c\u306f\u3001\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u306e\u4e8b\u696d\u5185\u5bb9\u3067\u3082\u3042\u308a\u307e\u3059\u3002<\/p>\n<div class=\"phs\">\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege_group1.jpg\" alt=\"ph\"><figcaption>\u4f4f\u5b85\u4e8b\u696d<\/figcaption><\/figure>\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege_group2.jpg\" alt=\"ph\"><figcaption>\u30ea\u30d5\u30a9\u30fc\u30e0\u4e8b\u696d<\/figcaption><\/figure>\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege_group3.jpg\" alt=\"ph\"><figcaption>\u4e0d\u52d5\u7523\u4e8b\u696d\u30fb\u8cc3\u8cb8\u4e8b\u696d<\/figcaption><\/figure>\n<\/div>\n<figure class=\"map\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-groupmap2.png\" alt=\"\u30b0\u30eb\u30fc\u30d7\u4f1a\u793e\u5206\u5e03\u56f3\"><\/figure>\n<\/div>\n<div class=\"license cols2\">\n<div class=\"lft\">\n<div class=\"comic parallax\">\n<div class=\"upp\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-8-1.png\"><\/figure>\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-8-2.png\"><\/figure>\n<\/div>\n<div class=\"dwn\">\n<figure class=\"parallax\" koma=\"3\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-8-3.png\"><\/figure>\n<figure class=\"parallax\" koma=\"4\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-8-4.png\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"rgt\">\n<div class=\"list\">\n<p>\u8a13\u7df4\u7d42\u4e86\u5f8c\u306f\u571f\u5c4b\u30b0\u30eb\u30fc\u30d7\u306e<span class=\"inbl\">\u5efa\u7bc9\u6280\u80fd\u58eb\u3068\u3057\u3066\u6d3b\u8e8d\u3002<\/span><br \/>\n\u50cd\u304d\u306a\u304c\u3089\u81ea\u5df1\u5553\u767a\u3067\u8cc7\u683c\u53d6\u5f97\u3092\u76ee\u6307\u3057\u307e\u3059\u3002<\/p>\n<figure><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-lisence2.png\" alt=\"\u8cc7\u683c\u53d6\u5f97\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"opencollege\">\n<div class=\"inr\">\n<h3>\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2<span class=\"inbl\">\u30ab\u30ec\u30c3\u30b8<\/span><span class=\"inbl\">\u4f53\u9a13\u5b66\u7fd2<\/span><\/h3>\n<h4>\u3054\u5e0c\u671b\u306e\u4f53\u9a13\u65e5\u3092\u9078\u3093\u3067<span class=\"inbl\">\u3054\u53c2\u52a0\u304f\u3060\u3055\u3044\uff01<\/span><\/h4>\n<div class=\"schedule\">\n<div><span class=\"period\">\u7b2c\uff11\u56de<br \/>\u4f53\u9a13\u65e5<\/span><span class=\"txt\"><time>2025\u5e74 <span class=\"inbl\">8\u67085\u65e5(\u706b)\u30fb6\u65e5(\u6c34)<\/span><\/time><br \/>\n<span class=\"limit\">\u53d7\u4ed8\u7de0\u5207\uff1a2025\u5e74 7\u670828\u65e5(\u6708) 15\u6642\u307e\u3067<\/span><\/span><\/div>\n<div><span class=\"period\">\u7b2c\uff12\u56de<br \/>\u4f53\u9a13\u65e5<\/span><span class=\"txt\"><time>2025\u5e74 <span class=\"inbl\">10\u67087\u65e5(\u706b)\u30fb8\u65e5(\u6c34)<\/span><\/time><br \/>\n<span class=\"limit\">\u53d7\u4ed8\u7de0\u5207\uff1a2025\u5e74 9\u670829\u65e5(\u6708) 15\u6642\u307e\u3067<\/span><\/span><\/div>\n<\/div>\n<div class=\"gaiyo\">\n<h4>\u5b9f\u969b\u306b\u65bd\u8a2d\u3092\u898b\u5b66\u3057\u305f\u308a<span class=\"inbl\">\u5b9f\u6280\u3092\u4f53\u9a13\u3057\u3066\u307f\u3088\u3046\uff01<\/span><\/h4>\n<p>\u30fb\u5efa\u7bc9\u73fe\u5834\u3067\u306e\u898b\u5b66\u3068\u7c21\u5358\u306a\u5b9f\u7fd2\u30fb<br \/>\n\u30fb\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\u5b9f\u7fd2\u5ba4\u3067\u306e<span class=\"inbl\">\u6a5f\u68b0\u5de5\u5177\u306e\u5b9f\u7fd2\u30fb<\/span><br \/>\n\u30fb\u30d7\u30ec\u30ab\u30c3\u30c8\u5de5\u5834\u306e\u898b\u5b66\u30fb<\/p>\n<p class=\"sml\">\u4f53\u9a13\u65e5\u5f53\u65e5\u306e\u5915\u98df\u3001\u5bbf\u6cca\uff08\u30ab\u30ec\u30c3\u30b8\u98db\u9ce5\u5bee\u30fb\u6591\u9ce9\u5bee\uff09\u3001<span class=\"inbl\">\u4f53\u9a13\u65e5\u7fcc\u65e5\u306e\u671d\u98df\u3001\u663c\u98df\u3092\u7528\u610f\u3044\u305f\u3057\u307e\u3059\u3002<\/span><br \/>\n\uff08\u751f\u5f92\u672c\u4eba\u306e\u4ea4\u901a\u8cbb\u306f\u8ca0\u62c5\u3044\u305f\u3057\u307e\u3059\uff09<\/p>\n<\/div>\n<div class=\"toForm\">\n<div id=\"contact\" class=\"anchorLocationer\"><\/div>\n<p>\u304a\u7533\u3057\u8fbc\u307f\u306f<span class=\"inbl\">\u5165\u6821\u6848\u5185\u30d1\u30f3\u30d5\u30ec\u30c3\u30c8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002<\/span><\/p>\n<p class=\"sml\">\u5165\u6821\u6848\u5185\u30d1\u30f3\u30d5\u30ec\u30c3\u30c8\u306b\u3064\u3044\u3066\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u306f<span class=\"inbl\">\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\u307e\u3067\u3002<\/span><br \/>\n<small>\u203b\u304a\u7533\u3057\u8fbc\u307f\u306f\u5404\u5b66\u6821\u306e\u9032\u8def\u6307\u5c0e\u306e\u5148\u751f\u304b\u3089<span class=\"inbl\">\u304a\u9858\u3044\u3057\u307e\u3059\u3002<\/span><\/small><\/p>\n<div class=\"address\">\n<h5>\u4f53\u9a13\u5b66\u7fd2\u30fb\u5165\u6821\u306b\u95a2\u3059\u308b<span class=\"inbl\">\u304a\u554f\u3044\u5408\u308f\u305b\u53ca\u3073\u9762\u63a5\u4f1a\u5834<\/span><\/h5>\n<div class=\"cols2\">\n<div class=\"lft\">\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8<br \/>\n<small>\u3012061-1274 \u5317\u5e83\u5cf6\u5e02\u5927\u66f2\u5de5\u696d\u56e3\u57305\u4e01\u76ee1\u756a\u57303<\/small><\/div>\n<div class=\"rgt\">TEL<span class=\"shigai\">\uff08011\uff09<\/span>377-7333<br \/>\n<small><span class=\"\">FAX<span class=\"shigai\">\uff08011\uff09<\/span>377-7222<\/span><span class=\"\">\u62c5\u5f53\uff0f\u963f\u90e8<\/span><\/small><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"comic parallax\">\n<div class=\"lft\">\n<figure class=\"parallax\" koma=\"1\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-9-1.png\"><\/figure>\n<\/div>\n<div class=\"rgt\">\n<figure class=\"parallax\" koma=\"2\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comic-9-2.png\"><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n<div class=\"extras\">\n<section id=\"instagram\">\n<div class=\"inr\">\n<div class=\"holes\">\n<span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span>\n<\/div>\n<div class=\"samples\">\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery01.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery02.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery03.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery04.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery05.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery06.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery07.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery08.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery09.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery10.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery11.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery12.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery13.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery14.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery15.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery16.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery17.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery18.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery19.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery20.jpg)\"><\/figure>\n<\/div>\n<div>\n<figure style=\"background-image:url(\/special\/wp-content\/uploads\/2025\/05\/ph_architecturecollege-gallery21.jpg)\"><\/figure>\n<\/div>\n<\/div>\n<div class=\"holes\">\n<span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span><span class=\"hole\"><\/span>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"comics\">\n<div class=\"inr\">\n<h3><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/lg_architecturecollege.png\" alt=\"\u571f\u5c4b\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e5\u30a2\u30ab\u30ec\u30c3\u30b8\"><span class=\"inbl\">\u30aa\u30ea\u30b8\u30ca\u30eb\u30de\u30f3\u30ac\u516c\u958b\u4e2d\uff01<\/span><\/h3>\n<ul>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2021\/06\/college01.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics6.png\" alt=\"\u7b2c1\u8a71\uff1a\u8f1d\u304f\u672a\u6765\u3078\u306e\u65b9\u7a0b\u5f0f\"><span class=\"caption\">\u7b2c1\u8a71<br \/>\u8f1d\u304f\u672a\u6765\u3078\u306e\u65b9\u7a0b\u5f0f<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2021\/06\/college02.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics7.png\" alt=\"\u7b2c2\u8a71\uff1a\u8f1d\u304f\u672a\u6765\u3078\u306e\u5165\u5b66\"><span class=\"caption\">\u7b2c2\u8a71<br \/>\u8f1d\u304f\u672a\u6765\u3078\u306e\u5165\u5b66<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2021\/06\/college03.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics8.png\" alt=\"\u7b2c3\u8a71\uff1a\u8f1d\u304f\u5927\u5de5\u8077\u4eba\u3078\u306e\u9053\"><span class=\"caption\">\u7b2c3\u8a71<br \/>\u8f1d\u304f\u5927\u5de5\u8077\u4eba\u3078\u306e\u9053<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2021\/06\/college04.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics9.png\" alt=\"\u7b2c4\u8a71\uff1a\u5927\u5de5\u8077\u4eba\u306e\u672a\u6765\"><span class=\"caption\">\u7b2c4\u8a71<br \/>\u5927\u5de5\u8077\u4eba\u306e\u672a\u6765<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2021\/06\/college05.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics10.png\" alt=\"\u7b2c5\u8a71\uff1a\u6700\u9ad8\u306e\u68df\u6881\"><span class=\"caption\">\u7b2c5\u8a71<br \/>\u6700\u9ad8\u306e\u68df\u6881<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2021\/06\/college06.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics1.png\" alt=\"\u7b2c6\u8a71\uff1a\u68df\u6881\u306e\u8cac\u4efb\uff01\"><span class=\"caption\">\u7b2c6\u8a71<br \/>\u68df\u6881\u306e\u8cac\u4efb\uff01<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2023\/05\/college07.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics2.png\" alt=\"\u7b2c7\u8a71\uff1a\u4f53\u9a13\u5b66\u7fd2\u306b\u884c\u3053\u3046\uff01\uff01\"><span class=\"caption\">\u7b2c7\u8a71<br \/>\u4f53\u9a13\u5b66\u7fd2\u306b\u884c\u3053\u3046\uff01\uff01<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2023\/05\/college08.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics3.png\" alt=\"\u7b2c8\u8a71\uff1a\u5730\u5143\u306b\u8ee2\u52e4\uff01\"><span class=\"caption\">\u7b2c8\u8a71<br \/>\u5730\u5143\u306b\u8ee2\u52e4\uff01<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2024\/07\/college09.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics4.png\" alt=\"\u7b2c9\u8a71\uff1a\u5207\u78cb\u7422\u78e8\"><span class=\"caption\">\u7b2c9\u8a71<br \/>\u5207\u78cb\u7422\u78e8<\/span><\/a><\/li>\n<li><a href=\"https:\/\/www.tsuchiya.co.jp\/wp-content\/uploads\/2024\/07\/college10.pdf\" target=\"_blank\"><img decoding=\"async\" src=\"\/special\/wp-content\/uploads\/2025\/05\/im_architecturecollege-comics5.png\" alt=\"\u7b2c10\u8a71\uff1a\u5927\u5de5\u3068\u3044\u3046\u9078\u629e\"><span class=\"caption\">\u7b2c10\u8a71<br \/>\u5927\u5de5\u3068\u3044\u3046\u9078\u629e<\/span><\/a><\/li>\n<\/ul>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"rwdwp\">\n<div id=\"rwd\"><a href=\"#\"><\/p>\n<div><\/div>\n<p><\/a><\/div>\n<\/div>\n","protected":false},"featured_media":0,"template":"","class_list":["post-213427","tsuchiyahome","type-tsuchiyahome","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.tsuchiyahome.jp\/special\/wp-json\/wp\/v2\/tsuchiyahome\/213427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tsuchiyahome.jp\/special\/wp-json\/wp\/v2\/tsuchiyahome"}],"about":[{"href":"https:\/\/www.tsuchiyahome.jp\/special\/wp-json\/wp\/v2\/types\/tsuchiyahome"}],"version-history":[{"count":10,"href":"https:\/\/www.tsuchiyahome.jp\/special\/wp-json\/wp\/v2\/tsuchiyahome\/213427\/revisions"}],"predecessor-version":[{"id":217774,"href":"https:\/\/www.tsuchiyahome.jp\/special\/wp-json\/wp\/v2\/tsuchiyahome\/213427\/revisions\/217774"}],"wp:attachment":[{"href":"https:\/\/www.tsuchiyahome.jp\/special\/wp-json\/wp\/v2\/media?parent=213427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}