:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --noto-serif: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --arial: "Arial", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --akshar: "Akshar", sans-serif;
  --poppins: "poppins", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #cf142b;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:-moz-any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  overflow-x: clip;
  font-family: var(--noto-sans);
  font-size: 100%;
  color: var(--black);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0;
}

body {
  position: relative;
  font-weight: 400;
  overflow-x: clip;
}

* {
  -webkit-print-color-adjust: exact;
}

img {
  width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: var(--black);
}

p,
dd,
li {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p,
  dd,
  li {
    font-size: 15px;
    line-height: 2;
  }
}

table {
  border-collapse: collapse;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: var(--white);
}
header nav {
  padding: 0 50px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header nav {
    height: 60px;
    padding: 0 0 0 20px;
  }
}
header nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  header nav:after {
    display: none;
  }
}
header nav .logo {
  max-width: 137px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  header nav .logo {
    max-width: 95px;
  }
}
header nav > ul.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  header nav > ul.menu-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  header nav > ul.menu-list {
    display: none;
  }
}
header nav > ul.menu-list li a {
  font-size: 18px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header nav > ul.menu-list li a {
    font-size: 16px;
  }
}
header nav > ul.menu-list li a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
header nav > ul.menu-list li a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--red);
  bottom: -5px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover) {
  header nav > ul.menu-list li a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
header nav button.hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 30;
  display: none;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger {
    width: 60px;
    height: 60px;
    display: block;
  }
}
header nav button.hamburger:focus {
  outline: none;
}
header nav button.hamburger span {
  width: 44px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 50%;
  background-color: var(--black);
  translate: -50% 0;
}
header nav button.hamburger span:nth-child(1) {
  top: 20px;
  -webkit-transition: top 0.15s, background-color 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s, background-color 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s, background-color 0.15s, transform 0.15s;
  transition: top 0.15s, background-color 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
header nav button.hamburger span:nth-child(2) {
  top: 30px;
  -webkit-transition: top 0.15s, background-color 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s, background-color 0.15s, -webkit-transform 0.15s;
  transition: top 0.15s, background-color 0.15s, transform 0.15s;
  transition: top 0.15s, background-color 0.15s, transform 0.15s, -webkit-transform 0.15s;
}
header nav button.hamburger span:nth-child(3) {
  top: 40px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
header nav button.hamburger.active {
  background-color: var(--white);
}
header nav button.hamburger.active span {
  background-color: var(--black);
}
header nav button.hamburger.active span:nth-child(1) {
  top: 30px;
  -webkit-transform: translateY(0px) rotate(40deg);
          transform: translateY(0px) rotate(40deg);
}
header nav button.hamburger.active span:nth-child(2) {
  top: 30px;
  -webkit-transform: translateY(0px) rotate(-40deg);
          transform: translateY(0px) rotate(-40deg);
}
header nav button.hamburger.active span:nth-child(3) {
  opacity: 0;
}
header nav button.hamburger.active p {
  color: var(--black);
}
header nav button.hamburger p {
  color: var(--white);
  font-size: 14px;
  text-align: center;
  padding-top: 23px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  header nav button.hamburger p {
    font-size: 2.9333333333vw;
    padding-top: 4.6666666667vw;
  }
}
header nav .global-menu {
  position: fixed;
  top: 0;
  right: -105%;
  overflow-y: scroll;
  width: 300px;
  height: 100dvh;
  z-index: 9;
  background: var(--white);
  -webkit-transition: right 0.8s;
  transition: right 0.8s;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  header nav .global-menu {
    padding: 0;
  }
}
header nav .global-menu.active {
  right: 0;
  -webkit-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
header nav .global-menu ul.menu-list {
  width: 100%;
  margin-top: 35px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list {
    margin-top: 60px;
    padding: 0 30px 30px;
  }
}
header nav .global-menu ul.menu-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 2px solid #ccc;
}
header nav .global-menu ul.menu-list li:has(a.active) {
  border-color: var(--red);
}
header nav .global-menu ul.menu-list li:has(a:hover) {
  border-color: var(--red);
}
header nav .global-menu ul.menu-list li p {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li p {
    font-size: 3.2vw;
  }
}
header nav .global-menu ul.menu-list li a {
  font-size: 22px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  header nav .global-menu ul.menu-list li a {
    font-size: 18px;
    display: inline;
    line-height: 1;
  }
}

main {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
main .btn-apply {
  width: 85px;
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  main .btn-apply {
    width: 50px;
    top: 30%;
  }
}
main .btn-apply img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover) {
  main .btn-apply img:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  header nav > ul.menu-list {
    display: none;
  }
}

main {
  position: relative;
}
main section.lead {
  width: 100%;
  text-align: center;
  color: var(--white);
  padding: 50px 20px 30px;
  letter-spacing: 0.1em;
  background: url(/tokyo/media/images/cms/teaser/bg_lead_l.jpg) no-repeat left center/auto 100%, url(/tokyo/media/images/cms/teaser/bg_lead_r.jpg) no-repeat right center/auto 100%;
  background-color: var(--black);
}
@media screen and (max-width: 1025px) {
  main section.lead {
    background: url(/tokyo/media/images/cms/teaser/bg_lead_l_sp.jpg) no-repeat left bottom/250px auto, url(/tokyo/media/images/cms/teaser/bg_lead_r_sp.jpg) no-repeat right top/250px auto;
    background-color: var(--black);
  }
}
@media screen and (max-width: 900px) {
  main section.lead {
    padding: 50px 1vw 30px;
  }
}
@media screen and (max-width: 767px) {
  main section.lead {
    background: url(/tokyo/media/images/cms/teaser/bg_lead_l_sp.jpg) no-repeat left bottom/40% auto, url(/tokyo/media/images/cms/teaser/bg_lead_r_sp.jpg) no-repeat right top/40% auto;
    background-color: var(--black);
    padding: 30px 1vw;
  }
}
main section.lead p {
  background: -webkit-gradient(linear, left top, right top, from(#d6b02c), color-stop(50%, #f8f0c9), to(#d4b439));
  background: linear-gradient(90deg, #d6b02c 0%, #f8f0c9 50%, #d4b439 100%);
  color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main section.lead p {
    line-height: 1.5;
    font-size: 5.4vw;
    margin-bottom: 1vw;
  }
}
main section.lead p .ss {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  main section.lead p .ss {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead p .ss {
    font-size: 5vw;
  }
}
main section.lead p .s {
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  main section.lead p .s {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead p .s {
    font-size: 4vw;
  }
}
main section.lead p .m {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  main section.lead p .m {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead p .m {
    font-size: 5.8vw;
  }
}
main section.lead p .l {
  font-size: 44px;
}
@media screen and (max-width: 900px) {
  main section.lead p .l {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead p .l {
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead p .l {
    display: block;
  }
}
main section.lead .announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 3vw;
  }
}
main section.lead .announcement p {
  line-height: 1;
  background: none;
  color: #fff;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p {
    line-height: 1.3;
  }
}
main section.lead .announcement p:nth-child(1) {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  main section.lead .announcement p:nth-child(1) {
    font-size: 3.2vw;
    margin: 0 0 13px;
  }
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(1) {
    font-size: 5.2vw;
    margin-bottom: 0;
  }
}
main section.lead .announcement p:nth-child(2) {
  font-size: 45px;
  font-weight: 900;
}
@media screen and (max-width: 900px) {
  main section.lead .announcement p:nth-child(2) {
    font-size: 41px;
  }
}
@media screen and (max-width: 900px) {
  main section.lead .announcement p:nth-child(2) {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(2) {
    font-size: 7vw;
  }
}
main section.lead .announcement p:nth-child(2) span {
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  main section.lead .announcement p:nth-child(2) span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p:nth-child(2) span {
    font-size: 5vw;
  }
}
main section.lead .announcement p br {
  display: none;
}
@media screen and (max-width: 767px) {
  main section.lead .announcement p br {
    display: block;
  }
}
main section.slider .swiper-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  main section.slider .swiper-container {
    padding: 0 5%;
  }
}
main section.slider .swiper-container .swiper {
  margin-top: 120px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main section.slider .swiper-container .swiper {
    margin-top: 40px;
  }
}
main section.slider .swiper-container .swiper .swiper-slide {
  max-width: 800px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main section.slider .swiper-container .swiper .swiper-slide {
    width: 100%;
  }
}
main section.slider .swiper-container .swiper .swiper-slide img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  main section.slider .swiper-container .swiper .swiper-slide img {
    opacity: 1;
  }
}
main section.slider .swiper-container .swiper .swiper-slide-active {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main section.slider .swiper-container .swiper .swiper-slide-active img {
  opacity: 1;
}
main section.slider .swiper-container .swiper-pagination {
  bottom: -50px !important;
  z-index: 5;
}
main section.slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 2px solid #bfc0c0;
  background-color: var(--white);
  opacity: 1 !important;
  margin: 0 8px !important;
}
main section.slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--red);
  border: 2px solid var(--red);
  opacity: 1 !important;
}
main .num {
  width: 98px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .num {
    width: 70px;
    margin: 0 auto 5px;
  }
}
main section#concept {
  padding: 140px 0 180px;
  position: relative;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
}
main section#concept .obj01 {
  position: absolute;
  top: 90px;
  right: 0;
  width: 560px;
  z-index: 0;
}
@media screen and (max-width: 1600px) {
  main section#concept .obj01 {
    width: clamp(15.625rem, -2.26rem + 37.26vw, 35rem);
  }
}
@media screen and (max-width: 767px) {
  main section#concept .obj01 {
    top: 250px;
    width: 80vw;
  }
}
main section#concept .obj02 {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 650px;
  z-index: 0;
}
@media screen and (max-width: 1600px) {
  main section#concept .obj02 {
    width: clamp(21.875rem, 4.567rem + 36.06vw, 40.625rem);
  }
}
@media screen and (max-width: 767px) {
  main section#concept .obj02 {
    bottom: 40px;
    width: 85vw;
  }
}
@media screen and (max-width: 767px) {
  main section#concept {
    padding: 100px 0;
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
  }
}
main section#concept .feature-box {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
main section#concept .feature-box .ttl-area hgroup {
  line-height: 1;
  position: relative;
}
main section#concept .feature-box .ttl-area hgroup h2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  font-family: var(--noto-serif);
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .ttl-area hgroup h2 {
    font-size: 36px;
    line-height: 1;
  }
}
main section#concept .feature-box .ttl-area hgroup p {
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .ttl-area hgroup p {
    font-size: 18px;
    padding-left: 0;
    line-height: 1;
  }
}
main section#concept .feature-box .ttl-area .copy {
  max-width: 750px;
  margin: 50px auto 70px;
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .ttl-area .copy {
    margin: 30px auto 20px;
  }
}
main section#concept .feature-box .txt-area h2 {
  color: var(--red);
  font-size: 54px;
  font-style: italic;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1170px) {
  main section#concept .feature-box .txt-area h2 {
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .txt-area h2 {
    font-size: 10vw;
  }
}
main section#concept .feature-box .txt-area h2 span {
  display: block;
}
main section#concept .feature-box .txt-area h2 span:first-child {
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .txt-area h2 span:first-child {
    padding-bottom: 4.5vw;
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .txt-area h2 span:last-child {
    margin-top: 4vw;
  }
}
main section#concept .feature-box .txt-area h2 em {
  font-size: 74px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1170px) {
  main section#concept .feature-box .txt-area h2 em {
    font-size: 6.3247863248vw;
  }
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .txt-area h2 em {
    font-size: 10vw;
  }
}
main section#concept .feature-box .txt-area p {
  margin-top: 30px;
  font-size: 18px;
}
main section#concept .feature-box .txt-area p span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .txt-area p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main section#concept .feature-box .txt-area p {
    font-size: 15px;
    margin-top: 25px;
  }
}
main section#seminar {
  margin-top: -100px;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
  padding: 100px 0;
  position: relative;
  background: url(/tokyo/media/images/cms/teaser/bg_seminar.jpg) no-repeat center/cover;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  main section#seminar {
    clip-path: polygon(0 1.5%, 100% 0%, 100% 100%, 0% 100%);
    padding: 60px 0;
    margin-top: -40px;
  }
}
main section#seminar .obj01 {
  position: absolute;
  top: -80px;
  right: 0;
  width: 490px;
  z-index: 0;
}
@media screen and (max-width: 1350px) {
  main section#seminar .obj01 {
    width: clamp(15.625rem, -4.169rem + 41.24vw, 30.625rem);
  }
}
@media screen and (max-width: 767px) {
  main section#seminar .obj01 {
    top: 0;
    width: 35vw;
  }
}
main section#seminar .obj02 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 180px;
  z-index: 0;
}
@media screen and (max-width: 1350px) {
  main section#seminar .obj02 {
    display: none;
  }
}
main section#seminar hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#seminar hgroup h2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  font-family: var(--noto-serif);
}
@media screen and (max-width: 767px) {
  main section#seminar hgroup h2 {
    font-size: 36px;
    line-height: 1;
  }
}
main section#seminar hgroup p {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#seminar hgroup p {
    font-size: 18px;
    padding-left: 0;
    line-height: 1;
  }
}
main section#seminar p.note {
  color: var(--white);
  text-align: center;
  margin-top: 80px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  main section#seminar p.note {
    padding: 0 5%;
    font-size: 16px;
    margin-top: 40px;
  }
}
main section#seminar ul.speakers-list {
  max-width: 1000px;
  margin: 60px auto 0;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  main section#seminar ul.speakers-list {
    margin-top: 40px;
    gap: 40px;
  }
}
main section#seminar ul.speakers-list li {
  width: calc((100% - 40px) / 2);
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main section#seminar ul.speakers-list li {
    width: 100%;
  }
}
main section#seminar ul.speakers-list li .name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main section#seminar ul.speakers-list li .name {
    margin-top: 15px;
    font-size: 20px;
  }
}
main section#seminar ul.speakers-list li .position {
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  main section#seminar ul.speakers-list li .position {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.7;
  }
}
main section#seminar ul.speakers-list li .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main section#seminar ul.speakers-list li .title {
    margin-top: 15px;
    font-size: 20px;
  }
}
main section#seminar ul.speakers-list li .category {
  margin-top: 25px;
  font-size: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 767px) {
  main section#seminar ul.speakers-list li .category {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 0;
  }
}
main section#overview {
  padding: 80px 0 160px;
  background: url(/tokyo/media/images/cms/teaser/bg_overview.jpg) no-repeat bottom center/100%;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main section#overview {
    background: #f2f2f2;
    padding: 60px 5%;
  }
}
main section#overview .obj01 {
  position: absolute;
  top: -70px;
  right: -100px;
  width: 512px;
}
@media screen and (max-width: 767px) {
  main section#overview .obj01 {
    width: 40%;
    top: -5vw;
    right: -5vw;
  }
}
main section#overview hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#overview hgroup h2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  font-family: var(--noto-serif);
}
@media screen and (max-width: 767px) {
  main section#overview hgroup h2 {
    font-size: 36px;
    line-height: 1;
  }
}
main section#overview hgroup p {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#overview hgroup p {
    font-size: 18px;
    padding-left: 0;
    line-height: 1;
  }
}
main section#overview .overview-area {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}
main section#overview .overview-area dl {
  padding: 15px 10px;
  border-bottom: 1px solid #bfc0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 15px 0;
  }
}
main section#overview .overview-area dl dt {
  width: 190px;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area dl dt {
    line-height: 1.7;
    width: 100px;
    font-size: 16px;
  }
}
main section#overview .overview-area dl dd {
  width: calc(100% - 190px);
  font-size: 16px;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  main section#overview .overview-area dl dd {
    padding-top: 2px;
    width: calc(100% - 100px);
    line-height: 1.5;
    font-size: 15px;
  }
}
main section#access {
  padding: 120px 0 160px;
  color: var(--white);
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section#access {
    padding: 60px 5% 90px;
  }
}
main section#access .obj01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
}
@media screen and (max-width: 767px) {
  main section#access .obj01 {
    width: 30vw;
  }
}
main section#access .obj02 {
  position: absolute;
  bottom: 140px;
  right: 0;
  width: 275px;
}
@media screen and (max-width: 767px) {
  main section#access .obj02 {
    width: 40vw;
    bottom: 5vw;
  }
}
main section#access hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#access hgroup h2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  font-family: var(--noto-serif);
}
@media screen and (max-width: 767px) {
  main section#access hgroup h2 {
    font-size: 36px;
    line-height: 1;
  }
}
main section#access hgroup p {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#access hgroup p {
    font-size: 18px;
    padding-left: 0;
    line-height: 1;
  }
}
main section#access .access-area {
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  main section#access .access-area {
    max-width: 100%;
  }
}
main section#access .access-area dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl {
    margin-bottom: 25px;
  }
}
main section#access .access-area dl:first-child {
  padding-bottom: 27px;
  border-bottom: 1px solid #bfc0c0;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
main section#access .access-area dl:first-child dt {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl:first-child dt {
    font-size: 20px;
  }
}
main section#access .access-area dl:first-child dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl:first-child dd {
    font-size: 15px;
  }
}
main section#access .access-area dl dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main section#access .access-area dl dt {
    margin-bottom: 5px;
  }
}
main section#access .access-area dl dd {
  font-size: 14px;
}
main section#access .map {
  max-width: 800px;
  margin: 40px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  main section#access .map {
    width: 100%;
  }
}
main section#access .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 800/460;
}
main section#venue {
  margin-top: -85px;
  padding: 120px 0;
  color: var(--white);
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
  background: url(/tokyo/media/images/cms/teaser/bg_venue.jpg) no-repeat bottom center/100%;
  background-color: var(--red);
}
@media screen and (max-width: 767px) {
  main section#venue {
    background: var(--red);
    margin-top: -40px;
    padding: 80px 5% 60px;
    clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
  }
}
main section#venue hgroup {
  text-align: center;
  line-height: 1;
  position: relative;
}
main section#venue hgroup h2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  font-family: var(--noto-serif);
}
@media screen and (max-width: 767px) {
  main section#venue hgroup h2 {
    font-size: 36px;
    line-height: 1;
  }
}
main section#venue hgroup p {
  padding-left: 5px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-family: var(--arial);
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section#venue hgroup p {
    font-size: 18px;
    padding-left: 0;
    line-height: 1;
  }
}
main section#venue h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main section#venue h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}
main section#venue .venue-area {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area {
    margin-top: 0;
  }
}
main section#venue .venue-area > dl {
  padding: 25px 0;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
main section#venue .venue-area > dl > dt {
  line-height: 1.3;
  width: 220px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area > dl > dt {
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
}
main section#venue .venue-area > dl > dd {
  width: calc(100% - 220px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main section#venue .venue-area > dl > dd {
    width: 100%;
    font-size: 15px;
  }
}
main section#venue .venue-area > dl > dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
main section#venue .venue-area > dl > dd dl:first-of-type {
  margin-top: 0;
}
main section#venue .venue-area > dl > dd dl dt {
  font-weight: normal;
}
main section#venue .venue-area > dl > dd dl dd span {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}

footer {
  background-color: #202020;
}
footer nav {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1100px) {
  footer nav {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer nav {
    display: block;
    height: auto;
    padding: 30px 5%;
  }
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 1100px) {
  footer nav ul {
    gap: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer nav ul li {
    text-align: center;
    width: calc((100% - 20px) / 2);
  }
}
footer nav ul li a {
  font-size: 14px;
  color: var(--white);
  position: relative;
}
@media screen and (max-width: 767px) {
  footer nav ul li a {
    font-size: 16px;
  }
}
footer nav ul li a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--white);
  bottom: -5px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover) {
  footer nav ul li a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (max-width: 767px) {
  footer nav .copyright {
    text-align: center;
    margin-top: 30px;
  }
}
footer nav .copyright small {
  font-size: 14px;
  color: var(--white);
}
@media screen and (max-width: 1100px) {
  footer nav .copyright small {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  footer nav .copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer nav .copyright small {
    line-height: 1;
  }
}

.btn-cta a {
  margin-right: auto;
  margin-left: auto;
  background-color: var(--red);
  border: 3px solid var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 80px;
  color: var(--white);
  font-size: 22px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-cta a {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
}
@media (hover) {
  .btn-cta a:hover {
    color: var(--red);
    background-color: var(--white);
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}