{"id":8557,"date":"2026-07-17T16:37:23","date_gmt":"2026-07-17T07:37:23","guid":{"rendered":"https:\/\/www.baiko.ac.jp\/highschool\/?page_id=8557"},"modified":"2026-07-17T16:37:23","modified_gmt":"2026-07-17T07:37:23","slug":"concept","status":"publish","type":"page","link":"https:\/\/www.baiko.ac.jp\/highschool\/senior\/concept\/","title":{"rendered":"\u30b9\u30af\u30fc\u30eb\u30b3\u30f3\u30bb\u30d7\u30c8"},"content":{"rendered":"<style>\r\n#concept .wrap {\r\n  display: flex;\r\n}\r\n\r\n#concept .wrap2 {\r\n  display: grid;\r\n  grid-template-columns: 65% 35%;\r\n  gap: 1rem;\r\n}\r\n\r\n#concept .wrap .photo img {\r\n  max-width: 100%;\r\n  height: auto;\r\n  display: block;\r\n}\r\n\r\n#concept .wrap .exp-txt {\r\n  width: 50vw;\r\n  padding-left: 20px;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n  #concept .wrap {\r\n    display: flex;\r\n    flex-flow: column;\r\n  }\r\n  #concept .wrap2 {\r\n    display: grid;\r\n    grid-template-columns: 60% 40%;\r\n    gap: 1rem;\r\n  }\r\n  #concept .wrap .exp-txt {\r\n    width: 100%;\r\n    padding-left: 0;\r\n  }\r\n}\r\n\r\n#concept .ttl{\r\n  color: #c9395f;\r\n}\r\n\r\n#concept .subttl{\r\n  position: relative;\r\n  padding: .6em;\r\n  background-color: #c9395f;\r\n  color: #fff;\r\n  line-height: 1.6;\r\n  margin-bottom: 1em;\r\n  font-size: 2rem;\r\n  font-weight: 700;\r\n}\r\n\r\n#concept .h5 {\r\n  font-size: 1.8rem;\r\n  font-weight: 500;\r\n  margin-bottom: 10px;\r\n  color: #c9395f;\r\n}\r\n\r\n#concept .readmore{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:.4em;\r\n  text-decoration:none;\r\n  color: #c9395f;\r\n  font-size:1.2rem;\r\n  transition:\r\n    transform var(--theme-transition),\r\n    opacity var(--theme-transition);\r\n}\r\n\r\n#concept .readmore:hover{\r\n  opacity:.7;\r\n  transform:translateX(4px);\r\n}\r\n\r\n\/* ==================================\r\n   \u5168\u4f53\r\n================================== *\/\r\n\r\n.flow {\r\n  width:100%;\r\n  max-width:720px;\r\n  margin: 0 auto;\r\n}\r\n\r\n\/* ==================================\r\n   section\r\n================================== *\/\r\n\r\n.flow-section {\r\n  position: relative;\r\n  padding: 32px;\r\n  background: #f5f5f5;\r\n  border-radius: 16px;\r\n}\r\n\r\n\/* section\u9593\u306e\u77e2\u5370 *\/\r\n\r\n.flow-arrow {\r\n  display: inline-block;\r\n  width: 140px;\r\n  height: 60px;\r\n  background: linear-gradient(180deg, #aa3b4e 0%, #ec9105 100%);\r\n  clip-path: polygon(0 43.2%, 21% 43.2%, 21% 0, 79% 0, 79% 43.2%, 100% 43.2%, 50% 100%);\r\n  position: relative;\r\n  left: 50%;\r\n  transform: translateX(-50%);\r\n}\r\n\r\n\/* .flow-section:not(:last-child) {\r\n  margin-bottom: 64px;\r\n}\r\n\r\n.flow-section:not(:last-child)::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 50%;\r\n  bottom: -48px;\r\n  transform: translateX(-50%);\r\n  width: 2px;\r\n  height: 28px;\r\n  background: #666;\r\n}\r\n\r\n.flow-section:not(:last-child)::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  left: 50%;\r\n  bottom: -64px;\r\n  transform: translateX(-50%);\r\n  border-left: 8px solid transparent;\r\n  border-right: 8px solid transparent;\r\n  border-top: 12px solid #666;\r\n} *\/\r\n\r\n#concept .flow-section:last-child {\r\n  background: url(\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img07.png\") center center \/ cover;\r\n  overflow: hidden;\r\n}\r\n\r\n#concept .flow-section h3 {\r\n  font-family: \"\u6e38\u660e\u671d\";\r\n}\r\n\r\n#concept .flow-section:last-child h3 {\r\n  color: #fff;\r\n}\r\n\r\n#concept .flow-section:last-child h4 {\r\n  color: #ff0;\r\n}\r\n\r\n#concept .lead-text {\r\n  font-family: \"\u6e38\u660e\u671d\";\r\n  padding-left: 1rem;\r\n}\r\n\r\n\r\n\r\n\/* ==================================\r\n   3\u30ab\u30e9\u30e0\r\n================================== *\/\r\n\r\n.card-grid {\r\n  display: flex;\r\n  gap: 16px;\r\n}\r\n\r\n.card {\r\n  flex: 1;\r\n  padding: 20px;\r\n  background: #fff;\r\n  border: 1px solid #ddd;\r\n  border-radius: 12px;\r\n}\r\n\r\n.card h3 {\r\n  margin: 0 0 12px;\r\n  font-size: 18px;\r\n  line-height: 1.4;\r\n}\r\n\r\n.card p {\r\n  margin: 0;\r\n  line-height: 1.8;\r\n}\r\n\r\n@media (max-width: 767px) {\r\n\r\n  .flow-section {\r\n    padding: 24px 16px;\r\n  }\r\n\r\n  .card-grid {\r\n    flex-direction: column;\r\n    gap: 12px;\r\n  }\r\n\r\n  .card {\r\n    padding: 16px;\r\n  }\r\n\r\n  .card h3 {\r\n    font-size: 16px;\r\n    margin-bottom: 8px;\r\n  }\r\n\r\n  .card p {\r\n    font-size: 14px;\r\n    line-height: 1.7;\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* ==================================\r\n   \u5199\u771f\uff0b\u30c6\u30ad\u30b9\u30c8\u30d1\u30fc\u30c4\u7528\r\n================================== *\/\r\n\r\n.media-block {\r\n  display: flex;\r\n  flex-flow: column;\r\n  gap: 24px;\r\n  align-items: center;\r\n}\r\n\r\n.media-block__image {\r\n  width: 100%;\r\n  height: max-content;\r\n}\r\n\r\n.media-block__text {\r\n  flex: 1;\r\n  padding-right: 1vw;\r\n}\r\n\r\n.media-block__text::after {\r\n  content: \"\";\r\n  display: block;\r\n  clear: both;\r\n}\r\n\r\n.media-block__text p {\r\n  color: #fff;\r\n  margin: 0;\r\n}\r\n\r\n.bg-corner .media-block__text p {\r\n  color: #333;\r\n}\r\n\r\n.media-block .bg-corner {\r\n  background-color: #f7e8e0;\r\n  padding: 20px;\r\n}\r\n\r\n\r\n\r\n<\/style>\r\n<div class=\"contents-inner\">\r\n  <h3>\u30b9\u30af\u30fc\u30eb\u30b3\u30f3\u30bb\u30d7\u30c8<br><span>Senior high school concept<\/span>\r\n  <\/h3>\r\n  <div class=\"block\">\r\n    <div class=\"wrap\">\r\n        <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-ttl-hs.jpg\" alt=\"\u300c\u697d\u3057\u3044\uff01\u300d\u304b\u3089\u3053\u305d\u3001\u81ea\u3089\u5b66\u3076\u3002\u305d\u306e\u300c\u81ea\u5f8b\u300d\u3053\u305d\u304c \u3001\u672a\u6765\u3092\u62d3\u304f\u4e00\u751f\u306e\u8cdc\u7269\u3002\u5fc3\u304c\u52d5\u304f\u304b\u3089\u3001\u4eba\u306f\u4f38\u3073\u308b\u3002\u5927\u5b66\u5408\u683c\u306f\u3001\u305d\u306e\u901a\u904e\u70b9\u306b\u3059\u304e\u306a\u3044\u3002\" \/>\r\n    <\/div>\r\n    <p class=\"lead-text\">\u300c\u3084\u3089\u3055\u308c\u308b\u52c9\u5f37\u300d\u306f\u3001\u3082\u3046\u7d42\u308f\u308a\u3002<br>\r\n\u6885\u5149\u306f\u3001\u751f\u5f92\u3092\u82e6\u3057\u3081\u308b\u3060\u3051\u306e\u300c\u7121\u610f\u5473\u306a\u5bbf\u984c\u300d\u3084\u300c\u53e4\u3044\u30eb\u30fc\u30eb\u300d\u3092\u6368\u3066\u307e\u3057\u305f\u3002<br>\r\n\u3042\u308b\u306e\u306f\u3001\u4e16\u754c\u3078 \u98db\u3073\u51fa\u3059\u8208\u596e \u3001\u6b63\u89e3\u306e\u306a\u3044\u554f\u3044\u306b\u6311\u3080\u30ef\u30af\u30ef\u30af\u3001<br>\r\n\u305d\u3057\u3066\u4ef2\u9593\u306b\u60f3\u3044\u3092\u4f1d\u3048\u308b\u559c\u3073\u3067\u3059\u3002<br>\r\n\u5fc3\u304b\u3089\u300c\u697d\u3057\u3044\uff01\u300d\u3068\u601d\u3048\u308b\u304b\u3089\u3001\u8ab0\u306b\u8a00\u308f\u308c\u306a\u304f\u3066\u3082\u673a\u306b\u5411\u304b\u3046\u3002<br>\r\n\u305d\u306e\u300c\u81ea\u5f8b\u300d\u3057\u305f\u5b66\u3073 \u306e\u5148\u306b\u3001\u5fd7\u671b\u6821\u5408\u683c\u3068\u3044\u3046\u7d50\u679c\u304c\u81ea\u7136\u3068\u3064\u3044\u3066\u304f\u308b\u306e\u3067\u3059\u3002<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"flow\">\r\n    <section id=\"phase1\" class=\"flow-section\">\r\n      <h3 class=\"ttl\" style=\"letter-spacing: 0;\">Phase 1 \u57fa\u790e\u30fb\u571f\u53f0<br><small>\uff5e\u4e16\u754c\u3092\u77e5\u308a\u3001\u81ea\u3089\u5b66\u3076\u300c\u30a8\u30f3\u30b8\u30f3\u300d\u306b\u706b\u3092\u3064\u3051\u308b\uff5e<\/small><\/h3>\r\n      <div class=\"wrap mb40\">\r\n        <div class=\"exp-txt mb20\" style=\"padding: 0 20px 0 0;\">\r\n            <h4 class=\"ttl\">Wake-Up\u5168\u54e1\u7559\u5b66<br><small style=\"color: #333;\">\u203b\u666e\u901a\u79d1GSS\u30fb\u97f3\u697d\u79d1<\/small><\/h4>\r\n            <p>\u9ad8\u2160\u306e\u65e9\u3044\u6bb5\u968e\u3067\u6d77\u3092\u6e21\u308a\u307e\u3059\u3002\u300c\u82f1\u8a9e\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u304b\u3089\u300d\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u300c\u3067\u304d\u306a\u3044\u307e\u307e\u98db\u3073\u8fbc\u3080\u300d\u3053\u3068\u306b\u610f\u5473\u304c\u3042\u308a\u307e\u3059\u3002\u7570\u6587\u5316\u306e\u4e2d\u3067\u8a00\u8449\u304c\u901a\u3058\u306a\u3044\u3082\u3069\u304b\u3057\u3055\u3084\u3001\u591a\u69d8\u306a\u4fa1\u5024\u89b3\u306b\u89e6\u308c\u308b\u300c\u30b7\u30e7\u30c3\u30af\u300d\u304c\u3001\u3053\u308c\u307e\u3067\u306e\u5e38\u8b58\u3092\u58ca\u3057\u3001<strong style=\"color: #c9395f;\">\u300c\u3082\u3063\u3068\u8a71\u3057\u305f\u3044\uff01\u3082\u3063\u3068\u77e5\u308a\u305f\u3044\uff01\u300d\u3068\u3044\u3046\u5f37\u70c8\u306a\u5b66\u7fd2\u610f\u6b32\u306b\u706b\u3092\u3064\u3051\u307e\u3059\u3002<\/strong><\/p>\r\n            <a href=\"..\/..\/education\/wake-up\/\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n        <div class=\"photo\">\r\n            <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img01.png\" alt=\"Wake-Up\u5168\u54e1\u7559\u5b66\" class=\"\"><small>\u203b\u904e\u53bb\u306e\u5199\u771f<\/small>\r\n        <\/div>\r\n      <\/div>\r\n      <h4 class=\"ttl\">\u300c\u82f1\u8a9e\u306e\u6885\u5149\u300d\u304c\u8a87\u308b\u3001\u4e07\u5168\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u4f53\u5236<\/h4>\r\n      <div class=\"wrap mb40\">\r\n        <div class=\"photo\">\r\n            <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img02.png\" alt=\"\u300c\u30cd\u30a4\u30c6\u30a3\u30d6\u6559\u54e1\u5e38\u99d0\u300d\u306e\u65e5\u5e38\" class=\"\">\r\n        <\/div>\r\n        <div class=\"exp-txt\">\r\n            <div class=\"subttl\">\u300c\u30cd\u30a4\u30c6\u30a3\u30d6\u6559\u54e1\u5e38\u99d0\u300d\u306e\u65e5\u5e38<\/div>\r\n            <p>\u5e30\u56fd\u5f8c\u3001\u300c\u3082\u3063\u3068\u8a71\u3057\u305f\u3044\u300d\u3068\u601d\u3063\u305f\u305d\u306e\u77ac\u9593\u3001\u3044\u3064\u3067\u3082\u8a71\u305b\u308b\u30cd\u30a4\u30c6\u30a3\u30d6\u6559\u54e1\u304c\u5e38\u306b\u305d\u3070\u306b\u3044\u307e\u3059\u3002\u65e5\u5e38\u304c\u305d\u306e\u307e\u307e\u5b9f\u8df5\u306e\u5834\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/english\/\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"wrap mb40\">\r\n        <div class=\"photo\">\r\n              <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img03.png\" alt=\"\u300c\u7fd2\u719f\u5ea6\u5225\u6388\u696d\u300d\u306e\u5b89\u5fc3\" class=\"\">\r\n        <\/div>\r\n        <div class=\"exp-txt\">\r\n          <div class=\"subttl\">\u300c\u7fd2\u719f\u5ea6\u5225\u6388\u696d\u300d\u306e\u5b89\u5fc3<\/div>\r\n            <p>\u82f1\u8a9e\u304c\u5f97\u610f\u306a\u751f\u5f92\u3082\u3001\u82e6\u624b\u610f\u8b58\u304c\u3042\u308b\u751f\u5f92\u3082\u5927\u4e08\u592b\u3002\u30ec\u30d9\u30eb\u306b\u5408\u308f\u305b\u305f\u30af\u30e9\u30b9\u7de8\u6210\u3067\u3001\u7121\u7406\u306a\u304f\u3001\u3057\u304b\u3057\u7740\u5b9f\u306b\u529b\u3092\u4f38\u3070\u305b\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/english\/\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"card-grid\">\r\n      <div class=\"card\">\r\n        <h5>\u5b9a\u671f\u30c6\u30b9\u30c8\u5ec3\u6b62\u30fb<br class=\"pc\">\u5358\u5143\u5225\u30c6\u30b9\u30c8<\/h5>\r\n        <p>\u4e00\u767a\u52dd\u8ca0\u306e\u5b9a\u671f\u8003\u67fb\u3092\u5ec3\u6b62\u3057\u3001\u300c\u5358\u5143\u5225\u30c6\u30b9\u30c8\u300d\u3092\u5b9f\u65bd\u3002\u70b9\u6570\u306b\u7d0d\u5f97\u304c\u3044\u304b\u306a\u3044\u5834\u5408\u306f\u3001\u81ea\u3089\u7533\u3057\u51fa\u308b\u3053\u3068\u3067\u300c\u518d\u30c1\u30e3\u30ec\u30f3\u30b8\u300d\u304c\u53ef\u80fd\u3002\u53d7\u3051\u8eab\u3067\u306f\u306a\u304f\u3001\u300c\u81ea\u5206\u304c\u7d0d\u5f97\u3059\u308b\u307e\u3067\u5b66\u3076\u300d\u3068\u3044\u3046\u5f37\u3044\u81ea\u5f8b\u5fc3\u3092\u80b2\u3066\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/program\/#commitment02\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <h5>\u5168\u54e1\u62c5\u4efb\u5236<\/h5>\r\n        <p>\u7279\u5b9a\u306e\u30af\u30e9\u30b9\u62c5\u4efb\u3092\u7f6e\u304b\u305a\u3001\u5168\u6559\u54e1\u304c\u5168\u30af\u30e9\u30b9\u306e\u62c5\u4efb\u3068\u306a\u308a\u3001\u751f\u5f92\u3092\u898b\u5b88\u308a\u307e\u3059\u3002\u9762\u8ac7\u76f8\u624b\u3082\u81ea\u5206\u3067\u6307\u540d\u53ef\u80fd\u3002\u300c\u62c5\u4efb\u30ac\u30c1\u30e3\u300d\u3068\u3044\u3046\u8a00\u8449\u3068\u306f\u7121\u7e01\u306e\u3001\u76f8\u6027\u306e\u826f\u3044\u300c\u6559\u54e1\u300d\u304c\u5fc5\u305a\u898b\u3064\u304b\u308b\u74b0\u5883\u304c\u3001\u6311\u6226\u3078\u306e\u6050\u6016\u5fc3\u3092\u6d88\u3057\u53bb\u308a\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/program\/#commitment01\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n      <\/div>\r\n\r\n      <div class=\"card\">\r\n        <h5>Weekly Missions<\/h5>\r\n        <p>\u30b9\u30bf\u30c7\u30a3\u30b5\u30d7\u30ea\u3092\u52b9\u679c\u7684\u306b\u6d3b\u7528\u3057\u3001\u4e2d\u5b66\u6642\u4ee3\u307e\u3067\u306e\u5b66\u7fd2\u5185\u5bb9\u306e\u53d6\u308a\u3053\u307c\u3057\u3092\u898b\u3064\u3051\u306a\u304c\u3089\u3001\u57fa\u790e\u5b66\u529b\u306e\u5b9a\u7740\u3092\u56f3\u308a\u307e\u3059\u3002\u914d\u4fe1\u3055\u308c\u305f\u8ab2\u984c\u306b\u8a08\u753b\u7684\u306b\u53d6\u308a\u7d44\u307f\u3001\u300c\u3044\u3064\u307e\u3067\u306b\u3001\u4f55\u3092\u7d42\u308f\u3089\u305b\u308b\u304b\u300d\u3092\u81ea\u5206\u3067\u7ba1\u7406\u3057\u3001\u5fc5\u305a\u3084\u308a\u9042\u3052\u308b\u8a13\u7df4\u3092\u901a\u3058\u3066\u3001\u300c\u7d04\u675f\u3092\u5b88\u308b\u529b\u300d\u3092\u990a\u3044\u307e\u3059\u3002<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  <div class=\"flow-arrow\"><\/div>\r\n  <section id=\"phase2\" class=\"flow-section\">\r\n      <h3 class=\"ttl\" style=\"letter-spacing: 0;\">Phase 2 \u5b9f\u8df5\u30fb\u6311\u6226<br><small>\uff5e\u6559\u5ba4\u306f\u300c\u793e\u4f1a\u300d\u306e\u30b7\u30df\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\uff5e<\/small><\/h3>\r\n      <div class=\"wrap mb40\">\r\n        <div class=\"photo\">\r\n            <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img04.png\" alt=\"Skill: \u4f1d\u3048\u308b\u529b\u30fb\u5f71\u97ff\u529b\" class=\"\">\r\n        <\/div>\r\n        <div class=\"exp-txt\">\r\n            <h5>\u5727\u5012\u7684\u306a\u767a\u8868\u56de\u6570<\/h5>\r\n            <p>\u6885\u5149\u3067\u306f\u3001\u6bce\u65e5\u306e\u6388\u696d\u305d\u306e\u3082\u306e\u304c\u300c\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\uff08\u767a\u8868\uff09\u300d\u306e\u9023\u7d9a\u3067\u3059\u3002\u4eba\u524d\u3067\u81ea\u5206\u306e\u610f\u601d\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u4f1d\u3048\u308b\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3092\u65e5\u5e38\u7684\u306b\u7e70\u308a\u8fd4\u3059\u3053\u3068\u3067\u3001\u7dcf\u5408\u578b\u30fb\u5b66\u6821\u63a8\u85a6\u578b\u9078\u629c\u3067\u554f\u308f\u308c\u308b\u300c\u8868\u73fe\u529b\u300d\u306f\u3082\u3061\u308d\u3093\u3001\u793e\u4f1a\u306b\u51fa\u3066\u304b\u3089\u6700\u3082\u5fc5\u8981\u3068\u3055\u308c\u308b\u300c\u4ed6\u8005\u3092\u52d5\u304b\u3059\u30b3\u30df\u30e5\u30cb\u30b1\u30fc\u30b7\u30e7\u30f3\u529b\u300d\u304c\u81ea\u7136\u3068\u8eab\u306b\u3064\u304d\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/english\/\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"wrap mb40\">\r\n        <div class=\"photo\">\r\n              <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img05.png\" alt=\"Skill: \u554f\u984c\u89e3\u6c7a\u30fb\u601d\u8003\u529b\" class=\"\">\r\n        <\/div>\r\n        <div class=\"exp-txt\">\r\n          <h5>\u5927\u5b66\u30fb\u4f01\u696d\u7b49\u9023\u643a\u5352\u696d\u8ad6\u6587\u30d7\u30ed\u30b0\u30e9\u30e0<\/h5>\r\n            <p>\u8208\u5473\u306e\u3042\u308b\u30c6\u30fc\u30de\u30921\u5e74\u9593\u63a2\u7a76\u3057\u3001\u5927\u5b66\u6559\u6388\u3084\u4f01\u696d\u4eba\u3078\u30d7\u30ec\u30bc\u30f3\u30fb\u8ad6\u6587\u63d0\u793a\u3092\u884c\u3044\u307e\u3059\u3002\u3053\u308c\u306f\u5358\u306a\u308b\u8abf\u3079\u5b66\u7fd2\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u4ed5\u4e8b\u306e\u57fa\u672c\u3067\u3042\u308b\u300c\u554f\u984c\u767a\u898b\u300d\u3068\u300c\u554f\u984c\u89e3\u6c7a\u300d\u306e\u30d7\u30ed\u30bb\u30b9\u3092\u5b9f\u8df5\u3059\u308b\u5834\u3067\u3059\u3002\u793e\u4f1a\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u304b\u3089\u306e\u672c\u6c17\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\u3092\u901a\u3058\u3066\u3001\u5b9f\u793e\u4f1a\u3067\u901a\u7528\u3059\u308b\u601d\u8003\u529b\u3092\u935b\u3048\u4e0a\u3052\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/senior\/course\/#renkei2\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"wrap mb40\">\r\n        <div class=\"photo\">\r\n              <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img06.png\" alt=\"Skill: \u4f01\u753b\u529b\u30fb\u76f8\u624b\u8996\u70b9\" class=\"\">\r\n        <\/div>\r\n        <div class=\"exp-txt\">\r\n          <h5>\u5b8c\u5168\u751f\u5f92\u4e3b\u4f53\u306e\u884c\u4e8b\u904b\u55b6<\/h5>\r\n            <p>\u300c\u81ea\u5206\u305f\u3061\u304c\u697d\u3057\u3051\u308c\u3070\u3044\u3044\u300d\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u300c\u3069\u3046\u3059\u308c\u3070\u5168\u54e1\u3092\u697d\u3057\u307e\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u304b\uff1f\u300d\u3068\u3044\u3046\u76f8\u624b\u8996\u70b9\uff08\u53c2\u52a0\u8005\u76ee\u7dda\uff09\u3067\u4f01\u753b\u3092\u7df4\u308a\u4e0a\u3052\u307e\u3059\u3002\u4f01\u753b\u66f8\u4f5c\u6210\u304b\u3089\u8077\u54e1\u4f1a\u8b70\u3067\u306e\u30d7\u30ec\u30bc\u30f3\u3001\u627f\u8a8d\u7372\u5f97\u307e\u3067\u3001\u3059\u3079\u3066\u751f\u5f92\u306e\u624b\u3067\u3002\u30bc\u30ed\u304b\u3089\u4fa1\u5024\u3092\u5275\u308a\u51fa\u3059\u7d4c\u9a13\u306f\u3001\u307e\u3055\u306b\u4f01\u696d\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u904b\u55b6\u305d\u306e\u3082\u306e\u3067\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/features\/#features01\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n      <\/div>\r\n  <\/section>\r\n  <div class=\"flow-arrow\"><\/div>\r\n  <section id=\"phase3\" class=\"flow-section mb80\">\r\n      <h3 class=\"ttl\" style=\"letter-spacing: 0;\">Phase 3 \u4f7f\u547d\u30fb\u672a\u6765<br><small>\uff5e\u78e8\u3044\u305f\u300c\u6b66\u5668\u300d\u3067\u7b2c\u4e00\u5fd7\u671b\u3092\u52dd\u3061\u53d6\u308a\u3001\u793e\u4f1a\u3068\u3044\u3046\u6d77\u3078\uff5e<\/small><\/h3>\r\n\r\n      <div class=\"media-block\">\r\n      <div class=\"wrap wrap2 mb40\">\r\n        <div class=\"media-block__text\">\r\n            <h4 class=\"ttl\" style=\"letter-spacing: 0;\">3\u5e74\u9593\u306e\u300c\u7269\u8a9e\u300d\u304c\u56fd\u516c\u7acb\u30fb\u7dcf\u5408\u578b\u9078\u629c\u306e\u6700\u5f37\u306e\u6b66\u5668\u306b\u306a\u308b<\/h4>\r\n            <p>\u56fd\u516c\u7acb\u5927\u5b66\u3084\u96e3\u95a2\u79c1\u5927\u304c\u3044\u307e\u6c42\u3081\u3066\u3044\u308b\u306e\u306f\u3001\u504f\u5dee\u5024\u3060\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u300c\u4f55\u306b\u6311\u6226\u3057\u3001\u3069\u3093\u306a\u30b9\u30ad\u30eb\u3092\u5f97\u305f\u304b\u300d\u3068\u3044\u3046\u552f\u4e00\u7121\u4e8c\u306e\u30b9\u30c8\u30fc\u30ea\u30fc\uff08\u30dd\u30fc\u30c8\u30d5\u30a9\u30ea\u30aa\uff09\u3067\u3059\u3002<span class=\"pc\">Phase 1\u306e\u7559\u5b66\u3001Phase2\u3067\u306e\u30d7\u30ec\u30bc\u30f3\u529b\u3084\u4f01\u753b\u30fb\u904b\u55b6\u529b\u3002\u3053\u308c\u3089\u7a4d\u307f\u4e0a\u3052\u305f\u5727\u5012\u7684\u306a\u300c\u5b9f\u529b\u300d\u3092\u6b66\u5668\u306b\u3001\u7dcf\u5408\u578b\u9078\u629c\u30fb\u5b66\u6821\u63a8\u85a6\u578b\u9078\u629c\u3067\u3001\u3042\u306a\u305f\u306e\u7b2c\u4e00\u5fd7\u671b\u5408\u683c\u3092\u6226\u7565\u7684\u306b\u52dd\u3061\u53d6\u308a\u307e\u3059\u3002<\/span><\/p>\r\n            <p class=\"sp\" style=\"width: 80vw;z-index: 1;position: relative;\">Phase 1\u306e\u7559\u5b66\u3001Phase2\u3067\u306e\u30d7\u30ec\u30bc\u30f3\u529b\u3084\u4f01\u753b\u30fb\u904b\u55b6\u529b\u3002\u3053\u308c\u3089\u7a4d\u307f\u4e0a\u3052\u305f\u5727\u5012\u7684\u306a\u300c\u5b9f\u529b\u300d\u3092\u6b66\u5668\u306b\u3001\u7dcf\u5408\u578b\u9078\u629c\u30fb\u5b66\u6821\u63a8\u85a6\u578b\u9078\u629c\u3067\u3001\u3042\u306a\u305f\u306e\u7b2c\u4e00\u5fd7\u671b\u5408\u683c\u3092\u6226\u7565\u7684\u306b\u52dd\u3061\u53d6\u308a\u307e\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/agreement\/\" class=\"readmore\" style=\"color: #fff;\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n        <div class=\"media-block__image\">\r\n              <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img08.png\" alt=\"\u7dcf\u5408\u578b\u9078\u629c\u3067\u5408\u683c\u3057\u307e\u3057\u305f!\" class=\"\">\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"wrap wrap2 mb40 bg-corner\">\r\n        <div class=\"media-block__text\">\r\n            <h5>\u6311\u6226\u3092\u652f\u3048\u308b\u3001\u76e4\u77f3\u306e\u300c\u30ad\u30ea\u30b9\u30c8\u6559\u540c\u76df\u6821\u300d\u6307\u5b9a\u6821\u67a0<\/h5>\r\n            <p>\u679c\u6562\u306a\u6311\u6226\u304c\u3067\u304d\u308b\u306e\u306f\u3001\u80cc\u4e2d\u3092\u5b88\u308b\u5f37\u529b\u306a\u300c\u76fe\u300d\u304c\u3042\u308b\u304b\u3089\u3067\u3059\u3002\u95a2\u897f\u5b66\u9662\u5927\u5b66\uff08\u5354\u5b9a\u6821\uff09\u3078\u306e\u7d0425\u67a0\u3092\u306f\u3058\u3081\u3001\u751f\u5f92\u6570\u306e\u4f55\u500d\u3082\u306e\u81a8\u5927\u306a\u30ad\u30ea\u30b9\u30c8\u6559\u540c\u76df\u6821\u306e\u63a8\u85a6\u67a0\u304c\u3001\u3042\u306a\u305f\u306e\u9032\u8def\u3092\u76e4\u77f3\u306b\u652f\u3048\u307e\u3059\u3002<span class=\"pc\">\u3053\u306e\u300c\u9032\u8def\u4fdd\u969c\u300d\u3068\u3044\u3046\u5b89\u5fc3\u611f\u304c\u3042\u308b\u304b\u3089\u3053\u305d\u3001\u5931\u6557\u3092\u6050\u308c\u305a\u3001\u672c\u5f53\u306b\u306e\u305e\u3080\u9ad8\u3044\u76ee\u6a19\uff08\u56fd\u516c\u7acb\u30fb\u7b2c\u4e00\u5fd7\u671b\uff09\u3078\u601d\u3044\u5207\u308a\u6311\u3080\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3059\u3002<\/span><\/p>\r\n            <p class=\"sp\" style=\"width: 50vw;padding-top: 6vw;\">\u3053\u306e\u300c\u9032\u8def\u4fdd\u969c\u300d\u3068\u3044\u3046\u5b89\u5fc3\u611f\u304c\u3042\u308b\u304b\u3089\u3053\u305d\u3001\u5931\u6557\u3092\u6050\u308c\u305a\u3001\u672c\u5f53\u306b\u306e\u305e\u3080\u9ad8\u3044\u76ee\u6a19\uff08\u56fd\u516c\u7acb\u30fb\u7b2c\u4e00\u5fd7\u671b\uff09\u3078\u601d\u3044\u5207\u308a\u6311\u3080\u3053\u3068\u304c\u3067\u304d\u308b\u306e\u3067\u3059\u3002<\/p>\r\n            <a href=\"..\/..\/education\/agreement\/#recommendation\" class=\"readmore\">\r\n              Read more \u2192\r\n            <\/a>\r\n        <\/div>\r\n        <div class=\"media-block__image\">\r\n              <img src=\"https:\/\/www.baiko.ac.jp\/highschool\/img\/concept-hs-img09.png\" alt=\"\u4e0a\uff1a\u95a2\u897f\u5b66\u9662\u5927\u5b66\uff0f\u4e0b\uff1a\u56fd\u969b\u57fa\u7763\u6559\u5927\u5b66\uff08ICU\uff09\" class=\"\">\r\n        <\/div>\r\n      <\/div>\r\n      <\/div>\r\n  <\/section>\r\n<\/div>\r\n\r\n<div class=\"block-2\">\r\n      <p class=\"btn-1\"><a href=\"https:\/\/www.baiko.ac.jp\/highschool\/senior\/course\/\">\u9ad8\u7b49\u5b66\u6821-\u666e\u901a\u79d1-\u306f\u3053\u3061\u3089 &gt;&gt;<i class=\"fa fa-chevron-right\"><\/i><\/a><\/p>\r\n  <\/div>\r\n<div class=\"block-2\">\r\n      <p class=\"btn-1\"><a href=\"https:\/\/www.baiko.ac.jp\/highschool\/senior\/music\/\">\u9ad8\u7b49\u5b66\u6821-\u97f3\u697d\u79d1-\u306f\u3053\u3061\u3089 &gt;&gt;<i class=\"fa fa-chevron-right\"><\/i><\/a><\/p>\r\n  <\/div>\r\n\r\n\r\n<\/div>","protected":false},"excerpt":{"rendered":"\u30b9\u30af\u30fc\u30eb\u30b3\u30f3\u30bb\u30d7\u30c8Senior high school concept \u300c\u3084\u3089\u3055\u308c\u308b\u52c9\u5f37\u300d\u306f\u3001\u3082\u3046\u7d42\u308f\u308a\u3002 \u6885\u5149\u306f\u3001\u751f\u5f92\u3092\u82e6\u3057\u3081\u308b\u3060\u3051\u306e\u300c\u7121\u610f\u5473\u306a\u5bbf\u984c\u300d\u3084\u300c\u53e4\u3044\u30eb\u30fc\u30eb\u300d\u3092\u6368\u3066\u307e\u3057\u305f\u3002 \u3042\u308b\u306e\u306f\u3001\u4e16\u754c\u3078 \u98db\u3073\u51fa\u3059\u8208\u596e \u3001\u6b63 [&hellip;]","protected":false},"author":1,"featured_media":0,"parent":76,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"page-high.php","meta":[],"_links":{"self":[{"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/pages\/8557"}],"collection":[{"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/comments?post=8557"}],"version-history":[{"count":1,"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/pages\/8557\/revisions"}],"predecessor-version":[{"id":8558,"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/pages\/8557\/revisions\/8558"}],"up":[{"embeddable":true,"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/pages\/76"}],"wp:attachment":[{"href":"https:\/\/www.baiko.ac.jp\/highschool\/wp-json\/wp\/v2\/media?parent=8557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}