@charset "UTF-8";
:root {
  --common-red-rgb: 175,30,43;
}

.tokyoschool2026 {
  font-size: 16px;
}
.tokyoschool2026 .container {
  width: calc(100% - 8vw);
  max-width: none;
}
.tokyoschool2026 .container.w1200 {
  max-width: 1200px;
}
.tokyoschool2026 .container.w1024 {
  max-width: 1024px;
}
.tokyoschool2026 .container.w980 {
  max-width: 980px;
}
.tokyoschool2026 .container.w720 {
  max-width: 720px;
}
.tokyoschool2026 h1, .tokyoschool2026 h2, .tokyoschool2026 h3, .tokyoschool2026 h4, .tokyoschool2026 h5 {
  font-weight: 600;
  letter-spacing: 0.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tokyoschool2026 h2.ttl {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.tokyoschool2026 p.ttl_before {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: var(--common-red);
}
.tokyoschool2026 .tc_yellow {
  color: #ffe200;
}
.tokyoschool2026 .flex_wrap {
  display: flex;
  flex-direction: row;
  gap: 4vw;
}
.tokyoschool2026 .flex_cell.top {
  flex: 1;
}
.tokyoschool2026 .flex_cell.top article {
  margin-top: 40px;
}
.tokyoschool2026 .flex_cell.top article > *:first-child {
  margin-top: 0;
}
.tokyoschool2026 .flex_cell.top article > *:last-child {
  margin-bottom: 0;
}
.tokyoschool2026 .flex_cell.top article hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.tokyoschool2026 .flex_cell.main {
  width: 50vw;
  max-width: 720px;
}
.tokyoschool2026 .sticky {
  position: sticky;
  top: 200px;
}
.tokyoschool2026 .faq {
  padding: 100px 0;
  background: #f5f5f5;
}
.tokyoschool2026 .faq dl.faq_list {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.tokyoschool2026 .faq dl.faq_list dt {
  width: 100%;
  padding: 24px 0;
  padding-right: 40px;
  border-top: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}
.tokyoschool2026 .faq dl.faq_list dt:first-of-type {
  border-top: none;
}
.tokyoschool2026 .faq dl.faq_list dt:hover {
  color: var(--common-red);
}
.tokyoschool2026 .faq dl.faq_list dt::after {
  content: "\e145";
  font-family: material icons;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  transition: transform 0.2s;
}
.tokyoschool2026 .faq dl.faq_list dt.active {
  color: var(--common-red);
}
.tokyoschool2026 .faq dl.faq_list dt.active::after {
  transform: rotate(45deg);
}
.tokyoschool2026 .faq dl.faq_list dd {
  margin: 0;
  padding: 16px 0 40px 2em;
  display: none;
}
.tokyoschool2026 .faq dl.faq_list dd > *:first-child {
  margin-top: 0;
}
.tokyoschool2026 .faq dl.faq_list dd > *:last-child {
  margin-bottom: 0;
}
.tokyoschool2026 .faq dl.faq_list dd p {
  line-height: 1.8;
}
.tokyoschool2026 .form {
  padding: 100px 0 0;
  background: #f5f5f5;
}
.tokyoschool2026 .form .flex_cell.top {
  padding-bottom: 100px;
}
.tokyoschool2026 .form_wrap {
  background: #fff;
}
.tokyoschool2026 .form ul.form_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tokyoschool2026 .form ul.form_list > li {
  padding: 20px 40px;
  border-top: 1px solid #e5e5e5;
}
.tokyoschool2026 .form ul.form_list > li:first-child {
  border-top: none;
}
.tokyoschool2026 .form ul.form_list > li.submit {
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}
.tokyoschool2026 .form ul.form_list > li.submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.tokyoschool2026 .form ul.form_list > li > .ttl label {
  font-weight: 600;
}
.tokyoschool2026 .form ul.form_list > li > .ttl label.required::after {
  content: "必須";
  margin-left: 4px;
  color: var(--common-red);
  font-size: 1.25rem;
  font-weight: 600;
}
.tokyoschool2026 .form ul.form_list > li > .input {
  margin-top: 20px;
}
.tokyoschool2026 .form ul.form_list > li p.memo {
  font-size: 1.4rem;
}
.tokyoschool2026 .form ul.form_list > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tokyoschool2026 .form ul.form_list > li ul.name_list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.tokyoschool2026 .form ul.form_list > li ul.name_list > li {
  flex: 1;
}
.tokyoschool2026 .form ul.form_list > li ul.name_list + .name_list {
  margin-top: 10px;
}
.tokyoschool2026 .form ul.form_list > li ul.memo_list {
  margin-top: 20px;
  list-style: disc;
  padding-left: 2em;
}
.tokyoschool2026 .form ul.form_list > li ul.memo_list > li {
  font-size: 1.25rem;
}
.tokyoschool2026 .form ul.form_list > li ul.hope_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tokyoschool2026 .form ul.form_list > li ul.hope_list > li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tokyoschool2026 .form ul.form_list > li ul.hope_list > li label {
  width: 100px;
}
.tokyoschool2026 .form ul.form_list > li ul.adr_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tokyoschool2026 .form ul.form_list > li ul.adr_list > li.zip input[type=text] {
  width: 160px;
}
.tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea) {
  width: 100%;
  padding: 0.25em 0.5em;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.4s;
  line-height: 1.5;
  background: #fafafa;
  font-size: 16px;
}
.tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea):hover {
  border-color: #999;
}
.tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea):focus {
  border-color: var(--blue02);
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea)::-moz-placeholder {
  color: #bbb;
}
.tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea)::placeholder {
  color: #bbb;
}
.tokyoschool2026 .form ul.form_list textarea {
  height: 200px;
}
.tokyoschool2026 .form ul.form_list input[type=submit] {
  width: 100%;
  max-width: 360px;
  padding: 20px 20px;
  border: none;
  border-radius: 100px;
  background: #1967d2;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.tokyoschool2026 .form ul.form_list input[type=submit]:hover {
  background: #195ab4;
}
.tokyoschool2026 .form article {
  margin: 40px 0;
}
.tokyoschool2026 .form article button.popup_open {
  padding: 0.75em;
  cursor: pointer;
}
.tokyoschool2026 .form article h3 {
  margin: 2em 0;
  padding: 0.25em 0 0.2em 0.5em;
  font-family: var(--common-sans-serif);
  border-left: 4px solid var(--common-red);
}
.tokyoschool2026 .form article h4 {
  font-family: var(--common-sans-serif);
}
.tokyoschool2026 .form article ul.campaign_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tokyoschool2026 .form article ul.campaign_list > li {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.tokyoschool2026 .form article ul.campaign_list > li h5 {
  margin: 0 0 10px;
  font-family: var(--common-sans-serif);
  font-size: 1.6rem;
}
.tokyoschool2026 .form article ul.campaign_list > li a.link_entry {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #195ab4;
  border-radius: 100px;
  background: #1967d2;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  transition: background 0.2s;
}
.tokyoschool2026 .form article ul.campaign_list > li a.link_entry:hover {
  background: #195ab4;
}
.tokyoschool2026 .form article ul.campaign_list > li a.link_detail {
  padding: 8px 0;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 100px;
  color: #111;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  transition: border 0.2s, color 0.2s;
}
.tokyoschool2026 .form article ul.campaign_list > li a.link_detail:hover {
  border-color: #195ab4;
  color: #195ab4;
}
.tokyoschool2026 .form article ul.detail_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
.tokyoschool2026 .form article ul.detail_list > li {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.tokyoschool2026 .form article ul.detail_list > li .detail {
  flex: 1;
}
.tokyoschool2026 .form article ul.link_list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.tokyoschool2026 .form article ul.link_list > li + li {
  margin-top: 10px;
}
.tokyoschool2026 .popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
.tokyoschool2026 .popup .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tokyoschool2026 .popup .wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.tokyoschool2026 .popup .wrap button.js-popup_close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s, text-shadow 0.4s;
}
.tokyoschool2026 .popup .wrap button.js-popup_close span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.tokyoschool2026 .popup .wrap button.js-popup_close span::before {
  content: "\e5cd";
  font-family: material icons;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.tokyoschool2026 .popup .wrap button.js-popup_close:hover {
  opacity: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tokyoschool2026 .popup .wrap .set {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.tokyoschool2026 .popup .wrap .set.othercontact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.tokyoschool2026 .popup .wrap .set.othercontact ul li {
  padding: 40px;
  border-top: 1px solid #ddd;
}
.tokyoschool2026 .popup .wrap .set.othercontact ul li:first-child {
  border-top: none;
}
.tokyoschool2026 .popup .wrap .set.othercontact ul li h3 {
  margin: 0 0 10px;
  font-family: var(--common-sans-serif);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
.tokyoschool2026 .popup .wrap .set.othercontact ul li .link a {
  width: 100%;
  padding: 16px 40px;
  color: #333;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 1px solid #999;
  background: #f5f5f5;
  position: relative;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.4s;
}
.tokyoschool2026 .popup .wrap .set.othercontact ul li .link a::after {
  content: "\e037";
  font-family: "material icons";
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: var(--red);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
}
.tokyoschool2026 .popup .wrap .set.othercontact ul li .link a:hover {
  background: #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-color: #666;
}
.tokyoschool2026 .popup .wrap .set.feature_subject {
  width: calc(100% - 8vw);
  max-width: 720px;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner {
  max-height: 90vh;
  padding: 0 4vw 4vw;
  overflow-y: auto;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner > *:first-child {
  margin-top: 0;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner > *:last-child {
  margin-bottom: 0;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner h3 {
  width: calc(100% + 8vw);
  margin-left: -4vw;
  margin-right: -4vw;
  margin-bottom: 4vw;
  padding: 1em 4vw;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner h3 span.bg_blue, .tokyoschool2026 .popup .wrap .set.feature_subject .inner h3 span.bg_red {
  margin-right: 0.25em;
  padding: 0 0.25em;
  color: #fff;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner h3 span.bg_blue {
  background: var(--blue);
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner h3 span.bg_red {
  background: var(--red);
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner p {
  margin: 1.5em 0;
  line-height: 1.8;
}
.tokyoschool2026 .popup .wrap .set.feature_subject .inner ol li {
  margin-top: 0.5em;
}
.tokyoschool2026 .popup .wrap .set.preopen {
  width: calc(100% - 8vw);
  max-width: 640px;
}
.tokyoschool2026 .popup .wrap .set.preopen ul.preopen_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tokyoschool2026 .popup .wrap .set.preopen ul.preopen_list > li {
  display: none;
}
.tokyoschool2026 .popup .wrap .set.preopen ul.preopen_list > li .img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.tokyoschool2026 .popup .wrap .set.preopen ul.preopen_list > li .img img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tokyoschool2026 .popup .wrap .set.preopen ul.preopen_list > li .txt {
  padding: 20px;
}
.tokyoschool2026 .popup .wrap .set.preopen ul.preopen_list > li .txt h3 {
  color: var(--common-red);
  font-size: 2rem;
}
.tokyoschool2026 .eyecatch {
  padding: 60px 0;
  background: var(--common-red);
  color: #fff;
}
.tokyoschool2026 .eyecatch h2.ttl {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 5rem;
}
.tokyoschool2026 .eyecatch p.caption {
  margin: 40px 0 0;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.8;
}
.tokyoschool2026 .method {
  padding: 100px 0;
  background: rgba(var(--common-red-rgb), 0.05);
  border-bottom: 1px solid var(--common-red);
  border-top: 1px solid var(--common-red);
}
.tokyoschool2026 .method ul.method_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.tokyoschool2026 .method ul.method_list > li {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.tokyoschool2026 .method ul.method_list > li:first-child {
  border-top: 0;
}
.tokyoschool2026 .method ul.method_list > li .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.tokyoschool2026 .method ul.method_list > li .head .icon span {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 12px;
  background: var(--common-red);
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 2rem;
}
.tokyoschool2026 .method ul.method_list > li .head .txt p.ttl_before {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.tokyoschool2026 .method ul.method_list > li .head .txt h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.tokyoschool2026 .method ul.method_list > li .body p {
  margin: 0;
}
.tokyoschool2026 .about {
  padding: 100px 0;
  background: var(--common-red);
  color: #fff;
}
.tokyoschool2026 .about p.ttl_before {
  color: #fff;
}
.tokyoschool2026 .about h2.ttl {
  font-size: min(5vw, 6.4rem);
}
.tokyoschool2026 .about h2.ttl + p.caption {
  text-align: center;
}
.tokyoschool2026 .about h2.ttl + p.caption span {
  color: #ffe200;
}
.tokyoschool2026 .about h2.ttl + p.caption span::before, .tokyoschool2026 .about h2.ttl + p.caption span::after {
  content: "-";
  margin: 0 10px;
}
.tokyoschool2026 .about article {
  max-width: 720px;
}
.tokyoschool2026 .about article p {
  color: rgba(255, 255, 255, 0.85);
}
.tokyoschool2026 .about ul.about_list {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.tokyoschool2026 .about ul.about_list > li {
  flex: 1;
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.tokyoschool2026 .about ul.about_list > li > *:last-child {
  margin-top: auto;
}
.tokyoschool2026 .about ul.about_list > li > *:nth-last-child(2) {
  margin-bottom: 20px;
}
.tokyoschool2026 .about ul.about_list > li h3 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ffe200;
}
.tokyoschool2026 .about ul.about_list > li p {
  margin: 10px 0 0;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}
.tokyoschool2026 .about ul.about_list > li button.btn_popup {
  margin: 16px 0 0;
  padding: 4px 10px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.tokyoschool2026 .about ul.about_list > li button.btn_popup:hover {
  background: #fff;
  color: var(--common-red);
}
.tokyoschool2026 .about ul.about_list > li picture {
  margin: 20px 0 0;
  height: 0;
  padding-top: 56.25%;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.tokyoschool2026 .about ul.about_list > li picture img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.tokyoschool2026 .about ul.about_list > li .link {
  margin-top: 20px;
}
.tokyoschool2026 .about ul.about_list > li .link a {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0.5em 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 100px;
  color: var(--common-red);
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
}
.tokyoschool2026 .about ul.about_list > li .link a:hover {
  background: #fff;
}
.tokyoschool2026 .about ul.detail_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tokyoschool2026 .about ul.detail_list li {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.tokyoschool2026 .about ul.detail_list li .ttl {
  font-size: 3.2rem;
  line-height: 1;
  color: #ffe200;
}
.tokyoschool2026 .about ul.detail_list li .detail {
  flex: 1;
  font-size: 1.6rem;
}
.tokyoschool2026 .about ul.detail_list li.date .ttl {
  font-family: var(--common-serif);
  font-size: 6rem;
  font-weight: 700;
}
.tokyoschool2026 .about ul.detail_list li.date .ttl span small {
  margin-left: 0.1em;
  font-size: 2.4rem;
}
.tokyoschool2026 .about ul.detail_list li.place {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 10px 20px;
}
.tokyoschool2026 .about ul.detail_list li.place > *:nth-child(1) {
  grid-column: 1/2;
}
.tokyoschool2026 .about ul.detail_list li.place > *:nth-child(2) {
  grid-column: 2/3;
}
.tokyoschool2026 .about ul.detail_list li.place > *:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
.tokyoschool2026 .about ul.detail_list li.place .map {
  margin-top: 10px;
}
.tokyoschool2026 .about ul.detail_list li.place .map iframe {
  width: 100%;
  border-radius: 16px;
}
.tokyoschool2026 .about ul.campaign_list {
  margin: 60px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.tokyoschool2026 .about ul.campaign_list li {
  flex: 1;
  padding: 20px 10px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.tokyoschool2026 .about ul.campaign_list li .num {
  text-align: center;
}
.tokyoschool2026 .about ul.campaign_list li .num span {
  padding: 4px 10px;
  display: inline-block;
  background: var(--common-red);
  color: #fff;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 1.2rem;
}
.tokyoschool2026 .about ul.campaign_list li .ttl {
  padding-top: 20px;
  color: #111;
  font-weight: 600;
}
.tokyoschool2026 .about ul.campaign_list li .detail {
  flex: 1;
  padding: 10px 0 0;
  color: var(--common-red);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tokyoschool2026 .about ul.books_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: absolute;
  right: -20px;
  bottom: 0;
  transform: rotate(-3deg);
}
.tokyoschool2026 .about ul.books_list li {
  width: 80px;
}
.tokyoschool2026 .about ul.books_list li img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tokyoschool2026 .about ul.step_list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.tokyoschool2026 .about ul.step_list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.tokyoschool2026 .about ul.step_list > li + li {
  margin-top: 16px;
}
.tokyoschool2026 .about ul.step_list > li.ttl {
  margin-bottom: 20px;
  border-top: none;
  font-weight: 600;
  text-align: center;
  color: #ffe200;
}
.tokyoschool2026 .about ul.step_list > li span.num {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  padding-right: 0.5em;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  background: var(--common-red);
  position: relative;
  top: -1px;
}
.tokyoschool2026 .about ul.step_list > li span + span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.tokyoschool2026 .about hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #fff;
}
.tokyoschool2026 .about .campaign {
  padding-bottom: 40px;
  position: relative;
}
.tokyoschool2026 .about .campaign h2.ttl {
  text-align: center;
  font-size: 4rem;
}
.tokyoschool2026 .about .campaign article {
  margin: 0 auto;
}
.tokyoschool2026 .about .campaign article p {
  text-align: center;
}
.tokyoschool2026 .philosophy {
  padding: 100px 0;
}
.tokyoschool2026 .philosophy .main article p.ttl_before {
  color: #111;
}
.tokyoschool2026 .philosophy .main article h3 {
  margin: 0 0 40px;
  font-size: 3.6rem;
}
.tokyoschool2026 .philosophy .main article figure {
  margin: 60px 0;
}
.tokyoschool2026 .philosophy .main article figure img {
  border-radius: 20px;
}
.tokyoschool2026 .philosophy .main article ul.performance_list {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tokyoschool2026 .philosophy .main article ul.performance_list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.tokyoschool2026 .philosophy .main article ul.performance_list li > * {
  background: #fff;
  margin-bottom: -1px;
}
.tokyoschool2026 .philosophy .main article ul.performance_list li .ttl {
  padding-right: 1em;
}
.tokyoschool2026 .philosophy .main article ul.performance_list li .detail {
  padding-left: 1em;
  font-weight: 600;
  color: var(--common-red);
}
.tokyoschool2026 .philosophy .main .result {
  margin-bottom: 100px;
  padding: 40px 0;
  border: 1px solid var(--common-red);
}
.tokyoschool2026 .philosophy .main .result h3 {
  margin-top: 0;
  text-align: center;
  font-size: 2.4rem;
}
.tokyoschool2026 .philosophy .main .result .memo {
  margin: 20px 0 0;
  font-size: 1.4rem;
  text-align: center;
}
.tokyoschool2026 .philosophy .main .result .result_set {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.tokyoschool2026 .philosophy .main .result .result_set .cel {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.tokyoschool2026 .philosophy .main .result .result_set .cel .ttl {
  font-weight: 600;
  font-size: 1.8rem;
}
.tokyoschool2026 .philosophy .main .result .result_set .cel .num {
  font-family: var(--common-serif);
  color: var(--common-red);
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
}
.tokyoschool2026 .philosophy .main .result .result_set .cel .num small {
  font-size: 5rem;
}
.tokyoschool2026 .kv {
  width: 100%;
  height: 600px;
  position: relative;
}
.tokyoschool2026 .kv .img {
  width: 100%;
  height: 100%;
}
.tokyoschool2026 .kv .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tokyoschool2026 .kv .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.tokyoschool2026 .kv .txt .set {
  width: calc(100% - 8vw);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0;
}
.tokyoschool2026 .kv .txt .set p.ttl_before {
  margin: 0 0 10px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 1.8rem;
}
.tokyoschool2026 .kv .txt .set h1 {
  margin: 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 8rem;
  line-height: 1.2;
}
.tokyoschool2026 .kv .bottom {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--common-red);
}
.tokyoschool2026 .kv .bottom .set {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.tokyoschool2026 .kv .bottom .set .main {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}
.tokyoschool2026 .kv .bottom .set .main .date {
  width: 360px;
  color: #ffe200;
  font-weight: 600;
  line-height: 1;
}
.tokyoschool2026 .kv .bottom .set .main .date > span {
  display: block;
  font-size: 5rem;
  font-family: var(--common-serif);
}
.tokyoschool2026 .kv .bottom .set .main .date > span small {
  font-size: 2rem;
}
.tokyoschool2026 .kv .bottom .set .main .date > small {
  margin: 16px 0 0;
  padding: 8px 0;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background: #ffe200;
  color: var(--common-red);
}
.tokyoschool2026 .kv .bottom .set .main .detail {
  flex: 1;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.tokyoschool2026 .kv .bottom .set .main .detail strong {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  display: block;
  font-size: 2rem;
}
.tokyoschool2026 .kv .bottom .set .entry a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: background 0.2s;
}
.tokyoschool2026 .kv .bottom .set .entry a span {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.tokyoschool2026 .kv .bottom .set .entry a span::after {
  content: "\e313";
  font-family: material icons;
  text-align: center;
  line-height: 20px;
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
.tokyoschool2026 .kv .bottom .set .entry a:hover {
  background: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023.98px) {
  .tokyoschool2026 .flex_wrap {
    max-width: 720px;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
  }
  .tokyoschool2026 .flex_cell.main {
    width: 100%;
    max-width: none;
  }
  .tokyoschool2026 .sticky {
    position: relative;
    top: 0;
  }
  .tokyoschool2026 .eyecatch h2.ttl {
    font-size: min(4rem, 7.5vw);
    text-align: left;
  }
  .tokyoschool2026 .eyecatch p.caption {
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .tokyoschool2026 .faq {
    padding: 8vw 0;
  }
  .tokyoschool2026 .faq dl.faq_list {
    border-top: 1px solid #ddd;
  }
  .tokyoschool2026 .faq dl.faq_list dt {
    padding-right: 30px;
  }
  .tokyoschool2026 .faq dl.faq_list dt::after {
    right: 0;
  }
  .tokyoschool2026 .faq dl.faq_list dd {
    padding: 16px 0 40px 1em;
  }
  .tokyoschool2026 .form {
    padding: 8vw 0 0;
  }
  .tokyoschool2026 .form ul.form_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tokyoschool2026 .form ul.form_list > li {
    padding: 20px 40px;
    border-top: 1px solid #e5e5e5;
  }
  .tokyoschool2026 .form ul.form_list > li:first-child {
    border-top: none;
  }
  .tokyoschool2026 .form ul.form_list > li.submit {
    padding-bottom: 60px;
    text-align: center;
  }
  .tokyoschool2026 .form ul.form_list > li > .ttl label {
    font-weight: 600;
  }
  .tokyoschool2026 .form ul.form_list > li > .ttl label.required::after {
    content: "必須";
    margin-left: 4px;
    color: var(--common-red);
    font-size: 1.25rem;
    font-weight: 600;
  }
  .tokyoschool2026 .form ul.form_list > li > .input {
    margin-top: 20px;
  }
  .tokyoschool2026 .form ul.form_list > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tokyoschool2026 .form ul.form_list > li ul.name_list {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .tokyoschool2026 .form ul.form_list > li ul.name_list > li {
    flex: 1;
  }
  .tokyoschool2026 .form ul.form_list > li ul.name_list + .name_list {
    margin-top: 10px;
  }
  .tokyoschool2026 .form ul.form_list > li ul.memo_list {
    margin-top: 20px;
    list-style: disc;
    padding-left: 2em;
  }
  .tokyoschool2026 .form ul.form_list > li ul.memo_list > li {
    font-size: 1.25rem;
  }
  .tokyoschool2026 .form ul.form_list > li ul.hope_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .tokyoschool2026 .form ul.form_list > li ul.hope_list > li {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .tokyoschool2026 .form ul.form_list > li ul.hope_list > li label {
    width: 100px;
  }
  .tokyoschool2026 .form ul.form_list > li ul.adr_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .tokyoschool2026 .form ul.form_list > li ul.adr_list > li.zip input[type=text] {
    width: 160px;
  }
  .tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea) {
    width: 100%;
    padding: 0.25em 0.5em;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.4s;
    line-height: 1.5;
    background: #fafafa;
    font-size: 16px;
  }
  .tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea):hover {
    border-color: #999;
  }
  .tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea):focus {
    border-color: var(--blue02);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea)::-moz-placeholder {
    color: #bbb;
  }
  .tokyoschool2026 .form ul.form_list :is(input[type=text], input[type=tel], input[type=email], select, textarea)::placeholder {
    color: #bbb;
  }
  .tokyoschool2026 .form ul.form_list textarea {
    height: 200px;
  }
  .tokyoschool2026 .form ul.form_list input[type=submit] {
    width: 100%;
    max-width: 360px;
    padding: 20px 20px;
    border: none;
    border-radius: 100px;
    background: #1967d2;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
  }
  .tokyoschool2026 .form ul.form_list input[type=submit]:hover {
    background: #195ab4;
  }
  .tokyoschool2026 .form article {
    margin: 40px 0;
  }
  .tokyoschool2026 .form article button.popup_open {
    padding: 0.75em;
    cursor: pointer;
  }
  .tokyoschool2026 .method {
    padding: 8vw 0;
  }
  .tokyoschool2026 .method h2.ttl {
    font-size: 2.8rem;
  }
  .tokyoschool2026 .method ul.method_list {
    margin: 8vw 0 0;
  }
  .tokyoschool2026 .method ul.method_list > li {
    padding: 4vw 0;
  }
  .tokyoschool2026 .method ul.method_list > li .head {
    align-items: flex-start;
    gap: 16px;
  }
  .tokyoschool2026 .method ul.method_list > li .head .icon span {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .tokyoschool2026 .method ul.method_list > li .head .txt h3 {
    font-size: 2rem;
  }
  .tokyoschool2026 .about {
    padding: 16vw 0;
  }
  .tokyoschool2026 .about h2.ttl {
    margin-bottom: 8vw;
    font-size: 3.5rem;
  }
  .tokyoschool2026 .about ul.about_list {
    margin: 40px 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .tokyoschool2026 .about ul.about_list li {
    flex: none;
    width: calc(50% - 8px);
  }
  .tokyoschool2026 .about ul.detail_list {
    gap: 8vw;
  }
  .tokyoschool2026 .about ul.detail_list li {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .tokyoschool2026 .about ul.detail_list li .ttl {
    width: 100%;
    font-size: 2rem;
  }
  .tokyoschool2026 .about ul.detail_list li .detail {
    width: 100%;
  }
  .tokyoschool2026 .about ul.detail_list li.date .ttl {
    font-size: 3.6rem;
  }
  .tokyoschool2026 .about ul.detail_list li.date .ttl span small {
    font-size: 1.6rem;
  }
  .tokyoschool2026 .about ul.detail_list li.place {
    display: flex;
    flex-direction: column;
  }
  .tokyoschool2026 .about ul.detail_list li.place .map {
    width: 100%;
  }
  .tokyoschool2026 .about ul.detail_list li.place .map iframe {
    height: 40vh;
  }
  .tokyoschool2026 .about ul.campaign_list {
    margin: 40px 0 80px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tokyoschool2026 .about ul.campaign_list li {
    flex: none;
    width: calc(50% - 10px);
    padding: 20px 10px;
  }
  .tokyoschool2026 .about ul.books_list {
    gap: 4px;
    right: -10px;
    transform: rotate(-3deg);
  }
  .tokyoschool2026 .about ul.books_list li {
    width: 80px;
  }
  .tokyoschool2026 .about hr {
    margin: 8vw 0;
  }
  .tokyoschool2026 .about .campaign h2.ttl {
    font-size: 2.8rem;
  }
  .tokyoschool2026 .philosophy {
    padding: 8vw 0;
  }
  .tokyoschool2026 .philosophy .main article {
    margin: 8vw 0 0;
  }
  .tokyoschool2026 .philosophy .main article h3 {
    margin: 0 0 40px;
    font-size: 2.4rem;
  }
  .tokyoschool2026 .philosophy .main article figure {
    margin: 8vw 0;
  }
  .tokyoschool2026 .kv {
    height: 700px;
  }
  .tokyoschool2026 .kv .txt .set {
    padding: 8vw 0 0;
  }
  .tokyoschool2026 .kv .txt .set h1 {
    font-size: 7.2rem;
  }
  .tokyoschool2026 .kv .bottom {
    padding: 30px 0;
  }
  .tokyoschool2026 .kv .bottom .set {
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
  .tokyoschool2026 .kv .bottom .set .main .detail strong {
    font-size: 2rem;
  }
  .tokyoschool2026 .kv .bottom .set .entry a {
    width: 240px;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tokyoschool2026 .about ul.about_list li {
    width: 100%;
  }
  .tokyoschool2026 .about ul.campaign_list {
    margin: 40px 0 80px;
  }
  .tokyoschool2026 .about ul.campaign_list li {
    width: 100%;
  }
  .tokyoschool2026 .about ul.campaign_list li .detail {
    font-size: 2rem;
  }
  .tokyoschool2026 .about ul.campaign_list li .detail br {
    display: none;
  }
  .tokyoschool2026 .about ul.books_list {
    right: -4px;
    bottom: 10px;
  }
  .tokyoschool2026 .about .campaign h2.ttl {
    font-size: 2.4rem;
    text-align: left;
  }
  .tokyoschool2026 .about .campaign h2.ttl + p.caption {
    text-align: left;
  }
  .tokyoschool2026 .about .campaign h2.ttl + p.caption span {
    padding: 0 10px;
    font-weight: 600;
    color: var(--common-red);
    background: #ffe200;
  }
  .tokyoschool2026 .about .campaign h2.ttl + p.caption span::before, .tokyoschool2026 .about .campaign h2.ttl + p.caption span::after {
    display: none;
  }
  .tokyoschool2026 .about .campaign article p {
    text-align: left;
  }
  .tokyoschool2026 .philosophy .main article h3 {
    font-size: 2rem;
  }
  .tokyoschool2026 .philosophy .main article figure img {
    border-radius: 16px;
  }
  .tokyoschool2026 .philosophy .main .result {
    margin: 40px 0;
    padding: 30px 20px;
  }
  .tokyoschool2026 .philosophy .main .result h3 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .tokyoschool2026 .philosophy .main .result .result_set {
    flex-direction: row;
  }
  .tokyoschool2026 .philosophy .main .result .result_set .cel .ttl {
    font-size: 1.4rem;
  }
  .tokyoschool2026 .philosophy .main .result .result_set .cel .num {
    font-size: 6.4rem;
  }
  .tokyoschool2026 .philosophy .main .result .result_set .cel .num small {
    font-size: 3.2rem;
  }
  .tokyoschool2026 .kv {
    height: auto;
  }
  .tokyoschool2026 .kv .img {
    height: 500px;
  }
  .tokyoschool2026 .kv .txt .set {
    padding: 8vw 0 0;
  }
  .tokyoschool2026 .kv .txt .set p.ttl_before {
    text-align: center;
  }
  .tokyoschool2026 .kv .txt .set h1 {
    text-align: center;
    font-size: 4.2rem;
  }
  .tokyoschool2026 .kv .bottom {
    position: relative;
    inset: 0;
  }
  .tokyoschool2026 .kv .bottom .set {
    gap: 20px;
  }
  .tokyoschool2026 .kv .bottom .set .main {
    flex-direction: column;
    gap: 40px;
  }
  .tokyoschool2026 .kv .bottom .set .main .date {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .tokyoschool2026 .kv .bottom .set .main .date > span {
    font-size: 4rem;
  }
  .tokyoschool2026 .kv .bottom .set .main .date > span small {
    margin-left: 0.25em;
    font-size: 1.6rem;
  }
  .tokyoschool2026 .kv .bottom .set .main .detail {
    margin: 0 auto;
    text-align: center;
  }
  .tokyoschool2026 .kv .bottom .set .main .detail strong {
    margin: 0 auto 10px;
  }
  .tokyoschool2026 .kv .bottom .set .entry a {
    width: 240px;
    padding: 12px 20px;
  }
}/*# sourceMappingURL=tokyoschool2026.css.map */