@charset "UTF-8";
/* https://www.figma.com/design/cS6I9uzFUtMC0fxmweNosz/%E3%80%90KAA%E5%B0%82%E9%96%80%E9%83%A8%E3%80%91%E5%A3%B0%E5%84%AA%E3%82%AA%E3%83%BC%E3%83%87%E3%82%A3%E3%82%B7%E3%83%A7%E3%83%B3%E7%89%B9%E8%A8%AD%E3%82%B5%E3%82%A4%E3%83%88?node-id=12134-12566&m=dev */
/* Primitive/Colors - Mode 1 */
:root {
  --primitive-grey-grey-50: #fafafaff;
  --primitive-grey-grey-100: #f5f5f5ff;
  --primitive-grey-grey-200: #eaeaeaff;
  --primitive-grey-grey-300: #e1e1e1ff;
  --primitive-grey-grey-400: #cacacaff;
  --primitive-grey-grey-500: #b3b3b3ff;
  --primitive-grey-grey-600: #8e8e8eff;
  --primitive-grey-grey-700: #6e6e6eff;
  --primitive-grey-grey-800: #4b4b4bff;
  --primitive-grey-grey-900: #2c2c2cff;
  --primitive-blue: #1f286fff;
  --primitive-pink: #f14094ff;
  --primitive-yellow: #ffe003ff;
  --primitive-orange: #ffbf00ff;
  --primitive-white: #ffffffff;
}

/*-----------------------------------------
    Reset
-----------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
html [type="button"] {
  -webkit-appearance: button;
}

* {
  background-repeat: no-repeat;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  height: 0;
  overflow: visible;
}

details {
  display: block;
}

main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  text-decoration: none;
  background-color: transparent;
}
a:active {
  outline-width: 0;
}
a:hover {
  outline-width: 0;
}

code {
  font-family: monospace, monospace;
}

kbd {
  font-family: monospace, monospace;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

samp {
  font-family: monospace, monospace;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

input {
  border-radius: 0;
  font: inherit;
  background-color: transparent;
  border-style: none;
}

[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  font: inherit;
  background-color: transparent;
  border-style: none;
}

button {
  font: inherit;
  overflow: visible;
  text-transform: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
  background-color: transparent;
  border-style: none;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

optgroup {
  font: inherit;
  font-weight: 700;
}

select {
  font: inherit;
  text-transform: none;
  background-color: transparent;
  border-style: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentcolor;
}

[role="button"] {
  color: inherit;
  cursor: pointer;
}

[type="button"] {
  color: inherit;
  cursor: pointer;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}

[type="reset"] {
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
}
[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}

[type="submit"] {
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

summary {
  list-style-type: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

*:focus {
  outline: none;
}

ul {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
body {
  font-feature-settings: "palt" on;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic",
    Meiryo, sans-serif;
  font-optical-sizing: auto;
  color: var(--semantic-color-text-body, #333333);
  text-align: left;
  font-size: var(--body-m-180-font-size, 1rem);
  line-height: var(--body-m-180-line-height, 180%);
  font-weight: var(--body-m-180-font-weight, 500);
  background: #fff;
  margin: auto;
}

main {
  position: relative;
}
main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  position: relative;
  z-index: 1;
}

[class^="sct-"] {
  max-width: 1080px;
  box-sizing: content-box;
  padding-inline: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  [class^="sct-"] {
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  [class^="sct-"] {
    padding-inline: 4rem;
  }
}

picture {
  display: block;
  line-height: 0;
}

.br-tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tb {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .br-tb {
    display: none;
  }
}

.pc-img,
.br-pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc-img,
  .br-pc {
    display: block !important;
  }
}

.sp-img {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .sp-img {
    display: none !important;
  }
}

.br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

a[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}

.m-flex-wrap {
  display: flex;
  gap: 1rem;
}

.font-en {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}

/*
*   COMPONENT … セクションブロックをまたいで使用するコンポーネント
*   - section-bg
*   - section-heading
*   - section-sub-heading
*   - m-partition
*   - a-button
*/
.section-bg {
  position: relative;
  overflow: hidden;
}
.section-bg::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  background-image: url(../img/bg01.png);
  opacity: 0.2;
  z-index: -999;
}
.section-bg.-bg02 {
  background: linear-gradient(180deg, rgba(241, 64, 148, 0) 0%, #f14094 100%),
    var(--primitive-blue, #1f286f);
}
.section-bg.-bg02::before {
  opacity: 0.1;
  background-image: url(../img/bg02.png);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.section-heading + * {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .section-heading + * {
    margin-top: 2.5rem;
  }
}
.section-heading .section-heading__en {
  color: var(--primitive-orange, #ffbf00);
  text-align: left;
  font-family: var(--m-font-family, "Outfit", sans-serif);
  font-size: var(--m-font-size, 1.125rem);
  line-height: var(--m-line-height, 140%);
  letter-spacing: var(--m-letter-spacing, 0.05em);
  font-weight: var(--m-font-weight, 700);
  position: relative;
}
.section-heading .section-heading__ja {
  color: var(--primitive-blue, #1f286f);
  text-align: left;
  font-size: var(--h2-sp-font-size, 1.625rem);
  line-height: var(--h2-sp-line-height, 140%);
  letter-spacing: var(--h2-sp-letter-spacing, 0.04em);
  font-weight: var(--h2-sp-font-weight, 600);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-heading .section-heading__ja {
    font-size: 2.5rem;
  }
}

.section-sub {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.section-sub .section-sub__heading {
  color: var(--primitive-blue, #1f286f);
  text-align: center;
  font-size: var(--h2-sp-font-size, 1.625rem);
  line-height: var(--h2-sp-line-height, 140%);
  letter-spacing: var(--h2-sp-letter-spacing, 0.04em);
  font-weight: var(--h2-sp-font-weight, 600);
  position: relative;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .section-sub .section-sub__heading {
    font-size: 2.5rem;
  }
}
.section-sub .font-en {
  color: var(--primitive-pink, #f14094);
  text-align: center;
  font-size: var(--l-font-size, 2.5rem);
  line-height: var(--l-line-height, 100%);
  font-weight: var(--l-font-weight, 700);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .section-sub .font-en {
    font-size: 4rem;
  }
}
.section-sub .section-sub__text {
  color: var(--primitive-blue, #1f286f);
  text-align: left;
  font-size: var(--body-m-font-size, 1rem);
  line-height: var(--body-m-line-height, 180%);
  letter-spacing: var(--body-m-letter-spacing, 0.04em);
  font-weight: var(--body-m-font-weight, 400);
  position: relative;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .section-sub .section-sub__text {
    text-align: center;
  }
}

.m-partition__wrap {
  padding-top: 8.75rem;
  position: relative;
}
.m-partition__wrap.-bg02 {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .m-partition__wrap {
    padding-top: 10rem;
  }
}

.partition__img {
  position: absolute;
  width: 22.5rem;
  height: 22.5rem;
  top: auto;
  bottom: -9.25rem;
  right: -5.375rem;
}
@media screen and (min-width: 768px) {
  .partition__img {
    width: 26.25rem;
    height: 26.25rem;
    top: -1.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .partition__img {
    font-size: 2.5rem;
    width: 33.3125rem;
    height: 33.3125rem;
    top: auto;
    bottom: -11.25rem;
  }
}

.bg-img {
  position: absolute;
  width: 22.5rem;
  height: 22.5rem;
  left: -5.875rem;
  bottom: -11.75rem;
}
@media screen and (min-width: 1024px) {
  .bg-img {
    width: 34rem;
    height: 34rem;
    left: -2.75rem;
    bottom: -11.5rem;
  }
}

.partition {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 40px;
  background: var(--primitive-blue, #1f286f);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.m-partition__wrap.-bg02 .partition {
  background: var(--primitive-pink, #f14094);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .partition {
    height: 82px;
  }
}
@media screen and (min-width: 1024px) {
  .partition {
    height: 152px;
  }
}

.a-button-wrap {
  max-width: 25rem;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .a-button-wrap {
    max-width: 54rem;
  }
}

.a-button {
  display: flex;
  width: 100%;
  position: relative;
  border-style: solid;
  border-color: var(--primitive-white, #ffffff);
  border-width: 0.0625rem;
  padding: 0.75rem;
  background-color: var(--primitive-blue, #1f286f);
  background-image: url(../img/bg-stripe.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0.25rem 0.25rem 0rem 0rem rgba(255, 191, 0, 0.5);
}
.a-button.o-yellow {
  background-color: var(--primitive-yellow, #ffe003);
  background-image: none;
  box-shadow: 0.25rem 0.25rem 0rem 0rem rgba(31, 40, 111, 1);
}

@media screen and (min-width: 1024px) {
  .a-button {
    padding: 1rem;
  }
}

a.a-button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow_forward_ios.svg);
}
.a-button.o-yellow::after {
  background-image: url(../img/arrow_forward_ios_blue.svg);
}
@media screen and (min-width: 1024px) {
  a.a-button::after {
    right: 1rem;
  }
}

.a-button__label {
  display: flex;
  gap: 0.75rem;
  color: var(--primitive-white, #ffffff);
  text-align: left;
  font-size: var(--m-font-size, 1.125rem);
  line-height: var(--l-line-height, 140%);
  letter-spacing: var(--l-letter-spacing, 0.04em);
  font-weight: var(--l-font-weight, 400);
  position: relative;
  font-feature-settings: "palt" on;
}
.a-button.o-yellow .a-button__label {
  color: var(--primitive-blue, #1f286f);
}
@media screen and (min-width: 1024px) {
  .a-button__label {
    font-size: var(--l-font-size, 1.5rem);
  }
}

.a-button__sub {
  font-size: var(--m-font-size, 1rem);
  letter-spacing: var(--m-letter-spacing, 0.05em);
  font-weight: var(--m-font-weight, 600);
  font-family: "Outfit", sans-serif;
}

.sct-fv {
  padding: 0;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
}
.sct-fv picture img {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .sct-fv {
    height: 702px;
  }
  .sct-fv picture img {
    width: 1440px;
  }
}
.sct-fv .tagline {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  writing-mode: vertical-rl;
  color: var(--primitive-White, #fff);
  font-feature-settings: "pwid" on, "vrt2" on;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .sct-fv .tagline {
    top: 3.625rem;
    left: 1.25rem;
    font-feature-settings: "pwid" on, "palt" on;
    writing-mode: horizontal-tb;
    --calculated: calc(2.4375 / 48 * 100vw);
    font-size: clamp(2.4375rem, var(--calculated), 4.5625rem);
  }
  .sct-fv .tagline .tagline__size-s-1 {
    --calculated: calc(1.6875 / 48 * 100vw);
    font-size: clamp(1.6875rem, var(--calculated), 3.25rem);
  }
  .sct-fv .tagline .tagline__size-s-2 {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .tagline {
    top: 6.875rem;
    left: 2.5rem;
    font-feature-settings: "pwid" on, "palt" on;
    writing-mode: horizontal-tb;
    font-size: 4.5625rem;
  }
  .sct-fv .tagline .tagline__size-s-1 {
    font-size: 3.25rem;
  }
  .sct-fv .tagline .tagline__size-s-2 {
    font-size: 2.25rem;
  }
}
.sct-fv .title {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .sct-fv .title {
    bottom: 58px;
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .title {
    gap: 1.5rem;
    bottom: 110px;
  }
}
.sct-fv .title__frame-626015 {
  background: var(--primitive-white, #ffffff);
  padding: 0rem 0.25rem 0rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sct-fv .title__frame-626015 {
    padding-left: 40px;
  }
}
.sct-fv .title__kadokawa {
  color: var(--primitive-blue, #1f286f);
  text-align: left;
  font-size: 1.0625rem;
  line-height: 130%;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .title__kadokawa {
    --calculated: calc(1.1875 / 48 * 100vw);
    font-size: clamp(1.1875rem, var(--calculated), 2.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .title__kadokawa {
    font-size: 2.25rem;
  }
}
.sct-fv .title___6 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .title___6 {
    gap: 1rem;
  }
}
.sct-fv .title__div {
  background: var(--primitive-blue, #1f286f);
  padding: 0rem 0.25rem 0.5rem 1.5rem;
  color: var(--primitive-yellow, #ffe003);
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .sct-fv .title__div {
    --calculated: calc(4.5 / 48 * 100vw);
    font-size: clamp(4.5rem, var(--calculated), 8.5rem);
    padding: 0px 4px 9px 21px;
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .title__div {
    font-size: 8.5rem;
    padding: 0px 8px 17px 40px;
  }
}
.sct-fv .title___16 {
  background: var(--primitive-blue, #1f286f);
  padding: 0rem 0.25rem 0.375rem 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .title___16 {
    padding: 0px 4px 6px 21px;
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .title___16 {
    padding: 0px 8px 12px 40px;
  }
}
.sct-fv .title__div2 {
  color: var(--primitive-yellow, #ffe003);
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-feature-settings: "palt" on;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .title__div2 {
    --calculated: calc(2.5625 / 48 * 100vw);
    font-size: clamp(2.5625rem, var(--calculated), 4.8125rem);
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .title__div2 {
    font-size: 4.8125rem;
  }
}
.sct-fv .title__div3 {
  color: var(--primitive-yellow, #ffe003);
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-feature-settings: "palt" on;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: -0.08em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .title__div3 {
    --calculated: calc(2.5625 / 48 * 100vw);
    font-size: clamp(2.5625rem, var(--calculated), 4.8125rem);
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .title__div3 {
    font-size: 4.8125rem;
  }
}
.sct-fv .badge {
  /* background: var(--primitive-blue, #1f286f); */
  border-radius: 50%;
  border-style: solid;
  /* border-color: var(--primitive-blue, #1f286f); */
  border-width: 0.059375rem;
  width: 9.0625rem;
  height: 9.0625rem;
  position: absolute;
  right: 0.75rem;
  left: auto;
  bottom: 0%;
  top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .sct-fv .badge {
    --calculated: calc(9.875 / 48 * 100vw);
    width: clamp(9.875rem, var(--calculated), 13.9375rem);
    height: clamp(9.875rem, var(--calculated), 13.9375rem);
    right: 1.25rem;
    bottom: 1.25rem;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .badge {
    width: 13.9375rem;
    height: 13.9375rem;
    right: 2.5rem;
    bottom: 2rem;
    top: auto;
  }
}
.sct-fv .badge__inner {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  justify-content: center;
}
.sct-fv .badge__label-1 {
  display: flex;
  flex-direction: row;
  gap: 0.125rem;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  color: var(--primitive-white, #ffffff);
  text-align: left;
  font-size: 0.9375rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .badge__label-1 {
    gap: 0.1875rem;
    --calculated: calc(1 / 48 * 100vw);
    font-size: clamp(1rem, var(--calculated), 1.4375rem);
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .badge__label-1 {
    gap: 0.1875rem;
    font-size: 1.4375rem;
  }
}
.sct-fv .badge__label-1__year {
  color: var(--primitive-yellow, #ffe003);
  text-align: left;
  font-size: 1.375rem;
  line-height: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sct-fv .badge__label-1__year {
    --calculated: calc(1.5 / 48 * 100vw);
    font-size: clamp(1.5rem, var(--calculated), 2.125rem);
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .badge__label-1__year {
    font-size: 2.125rem;
  }
}
.sct-fv .badge__label-1__month {
  color: var(--primitive-yellow, #ffe003);
  text-align: center;
  font-size: 1.875rem;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  margin-right: -2px;
}
@media screen and (min-width: 768px) {
  .sct-fv .badge__label-1__month {
    --calculated: calc(2.0625 / 48 * 100vw);
    font-size: clamp(2.0625rem, var(--calculated), 2.875rem);
    margin-right: -4px;
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .badge__label-1__month {
    font-size: 2.875rem;
    margin-right: -4px;
  }
}
.sct-fv .badge__label-2 {
  font-feature-settings: "hwid" 1, "palt" 1;
  color: var(--primitive-white, #ffffff);
  text-align: center;
  font-size: 1.4375rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-fv .badge__label-2 {
    --calculated: calc(1.625 / 48 * 100vw);
    font-size: clamp(1.625rem, var(--calculated), 2.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .sct-fv .badge__label-2 {
    font-size: 2.25rem;
  }
}

/* Results section placeholders and table */
.a-media {
  display: block;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  background: var(--primitive-grey-grey-300, #e1e1e1);
  border-radius: 8px;
  overflow: hidden;
}
.a-media.-ratio-4x3 {
  aspect-ratio: 16 / 9;
  margin-top: 32px;
}

.o-result__stats {
  max-width: 680px;
  margin: 2rem auto 0;
  text-align: center;
}

.o-result__label {
  color: var(--primitive-blue, #1f286f);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

.o-result__metric {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
  color: var(--primitive-pink, #f14094);
  font-weight: 700;
}

.o-result__metric-label {
  font-size: clamp(1.125rem, 3.5vw, 1.75rem);
}

.o-result__metric-value {
  font-size: clamp(3.5rem, 12vw, 6rem);
  line-height: 0.9;
}

.o-result__metric-unit {
  font-size: clamp(1.125rem, 3.5vw, 1.75rem);
  margin-bottom: 0.5rem;
}

.o-result__lead {
  margin-top: 1rem;
  text-align: center;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  font-weight: 500;
}

.o-result__table-section {
  text-align: center;
}

.o-result__subheading {
  color: var(--primitive-blue, #1f286f);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

.o-result__note {
  text-align: center;
  color: var(--primitive-blue, #1f286f);
  font-size: var(--body-m-font-size, 1rem);
  line-height: var(--body-m-line-height, 180%);
  letter-spacing: var(--body-m-letter-spacing, 0.04em);
  font-weight: var(--body-m-font-weight, 300);
}

.a-mt-24 { margin-top: 1.5rem; }
.a-mb-24 { margin-bottom: 1.5rem; }

.o-result__table {
  max-width: 880px;
  margin-inline: auto;
}

.m-table.-result {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--primitive-white, #ffffff);
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid var(--primitive-grey-grey-400, #cacaca);
}
.m-table.-result thead th {
  background: var(--primitive-blue, #1f286f);
  color: var(--primitive-white, #ffffff);
  text-align: center;
  padding: 0.875rem 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.m-table.-result tbody td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--primitive-grey-grey-200, #eaeaea);

  @media screen and (min-width: 768px) {
    padding: 0.875rem 3rem;
  }
}
.m-table.-result tbody tr:nth-child(even) {
  background: var(--primitive-grey-grey-50, #fafafa);
}
.m-table.-result tbody td:first-child {
  text-align: left;
}
.m-table.-result tbody td:last-child {
  text-align: center;
}

/* Corner rounding without overflow hidden */
.m-table.-result tbody tr:first-child td:first-child { border-top-left-radius: 10px; }
.m-table.-result tbody tr:first-child td:last-child { border-top-right-radius: 10px; }
.m-table.-result tbody tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.m-table.-result tbody tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.result-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  background: transparent;
  border: 1px solid var(--primitive-blue, #1f286f);
  color: var(--primitive-blue, #1f286f);
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  box-shadow: none;
  white-space: nowrap;
  font-size: 0.95rem;
}
.result-initial:hover {
  background: var(--primitive-blue, #1f286f);
  color: var(--primitive-white, #ffffff);
}

.result-initial .result-suffix {
  font-size: 0.85em;
  margin-left: 0.25em;
}

@media screen and (min-width: 768px) {
  .result-initial {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

.sct-result {
  padding-top: 32px;
}
@media screen and (min-width: 1024px) {
  .sct-result {
    padding-top: 56px;
  }
}

.sct-about .o-topics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding-top: 2.5rem;
}
.sct-about .o-topics .m-flex-wrap {
  flex-direction: column;
  width: 100%;
}
.sct-about .o-topics + .o-about__content {
  padding-top: 3.75rem;
}
.sct-about .o-topics .font-en {
  color: var(--primitive-blue, #1f286f);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .sct-about .o-topics {
    padding-top: 5rem;
  }
  .sct-about .o-topics + .o-about__content {
    padding-top: 5rem;
  }
  .sct-about .o-topics .font-en {
    font-size: 1.75rem;
  }
}
.sct-about .o-about__content {
  padding-top: 3.75rem;
}
.sct-about .o-about__content picture img {
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .sct-about .o-about__content {
    padding-top: 6.25rem;
  }
  .sct-about .o-about__content picture {
    max-width: 590px;
    margin-inline: auto;
  }
  .sct-about .o-about__content picture img {
    border-radius: 6px;
  }
}
.sct-about .about__content__p {
  color: var(--primitive-blue, #1f286f);
  font-feature-settings: "palt" on;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.04em;
  margin: auto;
  padding-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .sct-about .about__content__p {
    text-align: center;
    padding-top: 2.5rem;
  }
}
.sct-about .about__content__note {
  color: var(--primitive-blue, #1f286f);
  font-feature-settings: "palt" on;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.04em;
  text-align: left;
  text-indent: -1.5em;
  padding-left: 1.5em;
  padding-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .sct-about .about__content__note {
    text-align: center;
    padding-top: 1rem;
  }
}

.sct-schedule {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .sct-schedule {
    padding-top: 80px;
  }
}
.sct-schedule .section-heading__en {
  color: var(--primitive-yellow, #ffe003);
}
.sct-schedule .section-heading__ja {
  color: var(--primitive-White, #fff);
}

.o-schedule__content {
  padding-left: 29px;
  padding-bottom: 40px;
  position: relative;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .o-schedule__content {
    padding-top: 28px;
    padding-left: 55px;
    padding-bottom: 72px;
  }
}

.schedule__content__list {
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem 2.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .schedule__content__list {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 56px;
  }
}
.schedule__content__list::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  opacity: 0.6;
  background: var(--primitive-White, #fff);
  top: 0;
  left: -23px;
}
@media screen and (min-width: 1024px) {
  .schedule__content__list::after {
    left: -48px;
  }
}
.schedule__content__list::before {
  content: "";
  position: absolute;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  top: 29px;
  left: -29px;
  background-color: var(--primitive-yellow, #ffe003);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .schedule__content__list::before {
    top: 34px;
    left: -55px;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.schedule__content__list:nth-child(1) {
  padding-top: 0;
}
.schedule__content__list:nth-child(1)::after {
  top: 29px;
  height: calc(100% - 29px);
}
.schedule__content__list:nth-child(1) .schedule__content__month {
  max-width: 10.6875rem;
}
.schedule__content__list:nth-child(2) .schedule__content__month {
  max-width: 13.5rem;
}
.schedule__content__list:nth-child(3) .schedule__content__month {
  max-width: 18.625rem;
}
.schedule__content__list:nth-child(4)::after {
  height: 42px;
}
.schedule__content__list:nth-child(4) .schedule__content__month {
  max-width: 17.3125rem;
}
@media screen and (min-width: 1024px) {
  .schedule__content__list:nth-child(1)::after {
    top: 34px;
    height: calc(100% - 29px);
  }
  .schedule__content__list:nth-child(1) .schedule__content__month {
    max-width: 11.5rem;
  }
  .schedule__content__list:nth-child(2) .schedule__content__month {
    max-width: 14.25rem;
  }
  .schedule__content__list:nth-child(3) .schedule__content__month {
    max-width: 19.375rem;
  }
  .schedule__content__list:nth-child(4)::after {
    height: 42px;
  }
  .schedule__content__list:nth-child(4) .schedule__content__month {
    max-width: 18.3125rem;
  }
}

.schedule__content__textbox {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .schedule__content__textbox {
    gap: 1.5rem;
  }
}

.schedule__content__textbox__inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .schedule__content__textbox__inner {
    gap: 0.5rem;
  }
}

.schedule__content__heading {
  color: var(--primitive-white, #ffffff);
  text-align: left;
  font-size: 1.375rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .schedule__content__heading {
    font-size: 1.75rem;
  }
}

.schedule__content__text {
  color: var(--primitive-white, #ffffff);
  text-align: left;
  font-size: var(--body-m-font-size, 1rem);
  line-height: var(--body-m-line-height, 180%);
  letter-spacing: var(--body-m-letter-spacing, 0.04em);
  font-weight: 300;
  position: relative;
}

.schedule__content__img {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .schedule__content__img {
    max-width: 400px;
  }
}

.sct-production {
  padding-top: 60px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .sct-production {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.o-production__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5rem;
}

.o-production__wrap .production__item {
  flex: 1 1 calc(33.333% - 0.667rem);
  max-width: 104px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.o-production__wrap .production__item picture {
  width: 100%;
  aspect-ratio: 16/9;
}

.o-production__wrap .production__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--primitive-blue, #1f286f);
}

.o-production__wrap .production__company {
  color: var(--primitive-blue, #1f286f);
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .o-production__wrap {
    margin-top: 4rem;
    gap: 2rem;
  }

  .o-production__wrap .production__item {
    flex: 1 1 calc(25% - 1.5rem);
    max-width: 258px;
  }

  .o-production__wrap .production__company {
    font-size: 0.875rem;
  }
}

.sct-entry {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .sct-entry {
    padding-bottom: 100px;
  }
}

.o-entry__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5rem;
}

.o-entry__wrap li {
  position: relative;
  flex: 0 0 calc(25% - 0.75rem);
  max-width: 156px;
  width: calc(25% - 0.75rem);
}

.o-entry__wrap li picture {
  display: block;
  width: 100%;
  aspect-ratio: 10/16;
}

.o-entry__wrap li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.o-entry__wrap .m-name_card {
  background-color: var(--primitive-blue, #1f286f);
  background-image: url(../img/bg-stripe.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  max-width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0 1.25rem 0 0.25rem;
  padding: 0.75rem 0.625rem;
}

.o-entry__wrap .name_card__name {
  color: var(--primitive-white, #ffffff);
  text-align: left;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.o-entry__wrap .font-en {
  color: var(--primitive-white, #ffffff);
  text-align: left;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .o-entry__wrap {
    margin-top: 4rem;
    gap: 2rem;
  }

  .o-entry__wrap li {
    flex: 1 1 calc(25% - 1.5rem);
    max-width: 250px;
  }

  .o-entry__wrap .m-name_card {
    border-radius: 0 2rem 0 0.25rem;
    padding: 1.25rem;
  }

  .o-entry__wrap .name_card__name {
    font-size: 1.5rem;
  }

  .o-entry__wrap .font-en {
    font-size: 0.875rem;
  }
}
/* 所属・合格最終結果 */
.sct-final-result {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .sct-final-result {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sct-final-result .section-sub {
  margin-bottom: 2rem;
}

.o-final-result__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.final-result__list {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  list-style: none;
  padding: 0;
}

.final-result__item {
  background: linear-gradient(90deg, #232970, #EC3F93);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 1rem 0.5rem;
  border-bottom: 1px dashed var(--primitive-blue, #1f286f);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .final-result__item {
    font-size: 1.125rem;
    padding: 1.125rem 0.5rem;
  }
}

.final-result__paren {
  display: inline-block;
  font-size: 0.875rem;
}

.final-result__btn-wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.final-result__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 220px;
  padding: 1rem 1.5rem;
  background-color: var(--primitive-blue, #1f286f);
  color: var(--primitive-white, #ffffff);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.final-result__more-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .final-result__more-btn {
    max-width: 220px;
    font-size: 1.25rem;
    padding: 1.125rem 2rem;
  }
}

.final-result__more-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.final-result__note {
  margin-top: 1.25rem;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  color: var(--primitive-blue, #1f286f);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
@media screen and (min-width: 768px) {
  .final-result__note {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.o-final-result__other {
  margin-top: 3rem;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .o-final-result__other {
    margin-top: 4rem;
  }
}

.final-result__other-heading {
  color: var(--primitive-blue, #1f286f);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .final-result__other-heading {
    font-size: 1.25rem;
  }
}

.final-result__other-box {
  /* background-color: var(--primitive-grey-grey-100, #f5f5f5); */
  background-color: #fff;
  border: 1px solid rgb(226,232,240);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  color: var(--primitive-blue, #1f286f);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .final-result__other-box {
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }
}

.final-result__other-footer {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: var(--primitive-grey-grey-700, #6e6e6e);
}
.sct-documentary {
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  .sct-documentary {
    padding-bottom: 100px;
  }
}

.o-documentary__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .o-documentary__wrap {
    margin-top: 4rem;
    flex-direction: row;
    justify-content: center;
  }
}
.o-documentary__wrap .m-documentary__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .o-documentary__wrap .m-documentary__item {
    flex: 1 1 calc(50% - 32px);
    max-width: 508px;
    gap: 1.5rem;
  }
}
.o-documentary__wrap .documentary__item__title {
  color: var(--primitive-blue, #1f286f);
  text-align: center;
  font-size: var(--h3-sp-font-size, 1.375rem);
  line-height: var(--h3-sp-line-height, 140%);
  letter-spacing: var(--h3-sp-letter-spacing, 0.04em);
  font-weight: var(--h3-sp-font-weight, 600);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .o-documentary__wrap .documentary__item__title {
    font-size: 1.75rem;
  }
}
.o-documentary__wrap .documentary__item__imgwrap {
  border-radius: 0.25rem;
  overflow: hidden;
}

.sct-about_us {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sct-about_us {
    padding-bottom: 22.5rem;
  }
}
.sct-about_us .a-button-wrap {
  padding-top: 64px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .sct-about_us .a-button-wrap {
    gap: 1rem 2.5rem;
  }
}
.sct-about_us .a-button {
  padding: 1rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sct-about_us .a-button {
    flex: 0 0 calc(50% - 8px);
    max-width: 334px;
  }
  .sct-about_us .a-button .a-button__label {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .sct-about_us .a-button {
    max-width: calc(33% - 26.6666666667px);
  }
  .sct-about_us .a-button .a-button__label {
    font-size: 1.125rem;
  }
}

.o-about_us {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 1.25rem;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.o-about_us picture img {
  border-radius: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .o-about_us {
    flex-direction: row;
  }
  .o-about_us .pc-img {
    flex: 1 1 50%;
    max-width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .o-about_us .about_us__textbox {
    flex: 1 1 50%;
  }
  .o-about_us .about_us__textbox .section-heading {
    align-items: flex-start;
    text-align: left;
  }
}
.o-about_us .about_us__text {
  padding-top: 1.25rem;
  color: var(--primitive-blue, #1f286f);
  text-align: left;
  font-size: var(--body-m-font-size, 1rem);
  line-height: var(--body-m-line-height, 180%);
  letter-spacing: var(--body-m-letter-spacing, 0.04em);
  font-weight: var(--body-m-font-weight, 300);
  position: relative;
}

/* モーダルスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  background-color: var(--primitive-white, #ffffff);
  margin: 2% auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.close:hover,
.close:focus {
  color: var(--primitive-blue, #1f286f);
  text-decoration: none;
}

/* カルーセルスタイル */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 224, 3, 0.2) 30%,
    rgba(255, 255, 255, 0.9) 70%,
    rgba(31, 40, 111, 0.1) 100%
  );
  backdrop-filter: blur(10px);
  border-radius: 8px;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}

.carousel-slide {
  display: flex;
  transition: transform 0.3s ease;
}

.profile-card {
  display: flex;
  width: 100%;
  padding: 2rem;
  gap: 2rem;
  align-items: flex-start;
}

.profile-image {
  flex-shrink: 0;
}

.profile-image img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.profile-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 224, 3, 0.1) 100%
  );
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--primitive-yellow, #ffe003);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-field:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.profile-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primitive-blue, #1f286f);
  background: linear-gradient(
    45deg,
    var(--primitive-yellow, #ffe003) 0%,
    #ffd700 100%
  );
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  width: fit-content;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-value {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--primitive-blue, #1f286f);
  padding: 0.5rem 0;
  font-weight: 400;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* カルーセルボタン */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(31, 40, 111, 0.8);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.carousel-btn:hover {
  background-color: var(--primitive-blue, #1f286f);
}

.prev-btn {
  left: 1rem;
}

.next-btn {
  right: 1rem;
}

/* エントリー者カードのホバー効果 */
.entry-item {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 5% auto;
  }

  .profile-card {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }

  .profile-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .profile-field {
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .profile-image {
    align-self: center;
  }

  .profile-image img {
    width: 200px;
    height: auto;
  }

  .profile-label {
    font-size: 0.8rem;
    padding: 0.3rem 0.7rem;
    flex-shrink: 0;
    width: fit-content;
  }

  .profile-value {
    font-size: 0.9rem;
    padding: 0.25rem 0;
    flex: 1;
    line-height: 1.4;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    background-color: rgba(31, 40, 111, 0.4);
  }

  .carousel-btn:hover {
    background-color: rgba(31, 40, 111, 0.6);
  }

  .prev-btn {
    left: 0.5rem;
  }

  .next-btn {
    right: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .carousel-btn {
    background-color: rgba(31, 40, 111, 0.3);
  }

  .carousel-btn:hover {
    background-color: rgba(31, 40, 111, 0.5);
  }

  .profile-card {
    padding: 0.5rem;
  }

  .profile-image img {
    width: 150px;
  }

  .profile-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .profile-field {
    gap: 1rem;
    padding: 0.75rem;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
  }

  .profile-label {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    flex-shrink: 0;
    width: fit-content;
  }

  .profile-value {
    font-size: 0.875rem;
    padding: 0.25rem 0;
    flex: 1;
    line-height: 1.4;
  }
}

.video-card-button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  overflow: hidden;
}

.video-card-button:focus-visible {
  outline: 3px solid rgba(31, 40, 111, 0.8);
  outline-offset: 2px;
}

.video-card-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 16, 41, 0.1) 0%, rgba(10, 16, 41, 0.35) 100%);
  transition: background 0.4s ease;
}

.video-card-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgba(31, 40, 111, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.video-card-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}

.video-card-button:hover .video-card-thumb,
.video-card-button:focus-visible .video-card-thumb {
  transform: scale(1.05);
}

.video-card-button:hover .video-card-overlay,
.video-card-button:focus-visible .video-card-overlay {
  background: linear-gradient(180deg, rgba(10, 16, 41, 0.2) 0%, rgba(10, 16, 41, 0.55) 100%);
}

.video-card-button:hover .video-card-play,
.video-card-button:focus-visible .video-card-play {
  transform: translate(-50%, -50%) scale(1.08);
  background-color: rgba(241, 64, 148, 0.9);
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(10, 16, 41, 0.65);
  backdrop-filter: blur(2px);
}

.video-modal__dialog {
  position: relative;
  width: min(960px, 100%);
  background-color: #040617;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 24px 48px rgba(10, 16, 41, 0.35);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video-modal__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.video-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  color: transparent;
}

.video-modal__close::before,
.video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video-modal__close:focus-visible {
  outline: 3px solid rgba(255, 224, 3, 0.85);
  outline-offset: 4px;
}

.video-modal__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.video-modal__content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
}

.video-modal__content iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.video-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .video-modal {
    padding: 24px;
  }

  .video-modal__dialog {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .video-modal__title {
    font-size: 1.125rem;
    text-align: center;
    padding-right: 40px;
  }

  .video-modal__close {
    top: 12px;
    right: 12px;
  }
}

@media screen and (max-width: 480px) {
  .video-modal {
    padding: 16px;
  }

  .video-modal__dialog {
    padding: 20px 12px;
  }

  .video-modal__title {
    font-size: 1rem;
  }

  .video-modal__close {
    width: 36px;
    height: 36px;
  }

  .video-card-play {
    width: 56px;
    height: 56px;
  }

  .video-card-play::before {
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
