@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  width: calc(100vw - (100vw - 100%));
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

html:has(.modal.is-open), html:has(.side.right.is-open),
body:has(.modal.is-open),
body:has(.side.right.is-open) {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

main {
  background: linear-gradient(to right, #d7d7cc 0%, #fafaf9 50%, #d7d7cc 100%);
  background-size: 150% 150%;
  background-position: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main {
    display: grid;
    grid-template-columns: calc((100% - 66rem) / 2) 66rem calc((100% - 66rem) / 2);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding-top: 15.1515151515vw;
  }
}
main::before {
  content: "";
  pointer-events: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}
main:has(.modal.is-open) {
  pointer-events: none;
}
main:has(.modal.is-open)::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

.notice {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: min(0.5208333333vw, 10px);
  background-image: linear-gradient(to left, #b91c1b, #e72b5b);
  background-size: 150% 150%;
  background-position: center;
  width: 100%;
  height: min(5.9895833333vw, 115px);
  padding: 0 min(0.78125vw, 15px);
}
@media screen and (max-width: 768px) {
  .notice {
    flex-flow: row nowrap;
    gap: 5.303030303vw;
    height: 13.0303030303vw;
    padding: 0 2.2727272727vw;
  }
}
.notice::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(max(-0.78125vw, -15px), -50%);
  background-image: url("../img/icon_arrow.svg");
  background-size: cover;
  width: min(0.8333333333vw, 16px);
  height: auto;
  aspect-ratio: 14/23;
}
@media screen and (max-width: 768px) {
  .notice::after {
    transform: translate(-3.7878787879vw, -50%);
    width: 2.1212121212vw;
  }
}
.notice span {
  flex-shrink: 0;
  display: block;
  font-size: min(1.3541666667vw, 26px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .notice span {
    font-size: 4.5454545455vw;
  }
}
.notice p {
  display: block;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(0.9375vw, 18px);
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .notice p {
    font-size: 3.0303030303vw;
    line-height: 4.2424242424vw;
    text-align: left;
  }
}
.notice p em {
  text-decoration: underline;
  font-style: normal;
}

.reserve a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to left, #1c248a, #01a3e7);
  border-radius: 4.5rem;
  width: 100%;
  max-width: 53rem;
  height: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reserve a {
    border-radius: 6.8181818182vw;
    max-width: 80.303030303vw;
    height: 13.6363636364vw;
  }
}
.reserve a button {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  padding-bottom: 0.15em;
}
@media screen and (max-width: 768px) {
  .reserve a button {
    font-size: 3.9393939394vw;
  }
}
.reserve a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-5rem, -50%);
  background-image: url("../img/icon_arrow.svg");
  background-size: cover;
  width: 1.4rem;
  height: 2.3rem;
}
@media screen and (max-width: 768px) {
  .reserve a::after {
    transform: translate(-7.5757575758vw, -50%);
    width: 2.1212121212vw;
    height: 3.4848484848vw;
  }
}

@media screen and (min-width: 769px) {
  .side {
    position: sticky;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
  }
}
.side.left .logo {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .side.left {
    grid-column: 1/2;
    justify-content: center;
    align-items: center;
  }
  .side.left .logo {
    width: min(18.75vw, 360px);
  }
}
@media screen and (max-width: 768px) {
  .side.left {
    z-index: 9980;
    position: fixed;
    top: 0;
    background-color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15.1515151515vw;
    padding: 0 4.5454545455vw;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
    transition: filter 0.2s ease;
  }
  .side.left .logo {
    width: auto;
    height: 7.5757575758vw;
  }
  .side.left .logo a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .side.left .logo a img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  .side.left .open-menu {
    position: relative;
    width: 9.3939393939vw;
    height: 100%;
  }
  .side.left .open-menu > span {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -100% 0;
    transform-origin: center;
    display: block;
    background-color: #222;
    width: 9.3939393939vw;
    height: 0.4545454545vw;
    margin: 0.9090909091vw 0;
    transition: transform 0.1s ease, rotate 0.3s 0.1s ease;
  }
  .side.left .open-menu > span:first-child {
    transform: translateY(-250%);
    rotate: 0deg;
  }
  .side.left .open-menu > span:last-child {
    transform: translateY(250%);
    rotate: 0deg;
  }
  .side.left .open-menu.is-open > span:first-child {
    transform: translateY(0%);
    rotate: 25deg;
  }
  .side.left .open-menu.is-open > span:last-child {
    transform: translateY(0%);
    rotate: -25deg;
  }
  .side.left:has(.open-menu.is-open) {
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  }
}
@media screen and (min-width: 769px) {
  .side.right {
    grid-column: 3/4;
    justify-content: center;
    align-items: start;
    width: min(19.7916666667vw, 380px);
    margin: 0 auto;
  }
  .side.right .toc .table-list {
    display: flex;
    flex-flow: column nowrap;
    gap: min(2.0833333333vw, 40px);
  }
  .side.right .toc .table-item .text {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    gap: min(1.0416666667vw, 20px);
    width: -moz-fit-content;
    width: fit-content;
  }
  .side.right .toc .table-item .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #004ea2;
    width: 0%;
    height: 2px;
    transition: width 0.2s ease;
  }
  .side.right .toc .table-item .text__en {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1;
    letter-spacing: 0.12em;
    color: #004ea2;
  }
  .side.right .toc .table-item .text__jp {
    font-weight: bold;
    font-size: min(1.25vw, 24px);
    line-height: 1;
    letter-spacing: 0.08em;
    color: #004ea2;
  }
  .side.right .toc .table-item .text.current::after {
    width: 100%;
  }
  .side.right .notice {
    margin: min(2.6041666667vw, 50px) 0 min(4.1666666667vw, 80px);
  }
  .side.right .reserve {
    width: 100%;
  }
  .side.right .reserve a {
    border-radius: min(2.34375vw, 45px);
    height: min(3.6458333333vw, 70px);
  }
  .side.right .reserve a button {
    font-weight: normal;
    font-size: min(1.1458333333vw, 22px);
  }
  .side.right .reserve a::after {
    transform: translate(max(-2.6041666667vw, -50px), -50%);
    width: min(0.7291666667vw, 14px);
    height: min(1.1979166667vw, 23px);
  }
}
@media screen and (max-width: 768px) {
  .side.right {
    z-index: 9970;
    position: fixed;
    top: 0;
    left: 0;
    translate: 100% 0 0;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 15.1515151515vw 6.0606060606vw 0;
    transition: translate 0.4s ease;
  }
  .side.right.is-open {
    translate: 0% 0 0;
  }
  .side.right .toc {
    margin: 0 0 12.1212121212vw;
  }
  .side.right .toc .table-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 6.0606060606vw;
  }
  .side.right .toc .table-item .text {
    position: relative;
    border-bottom: 0.1rem solid #004ea2;
    display: flex;
    flex-flow: column nowrap;
    gap: 3.0303030303vw;
    padding-bottom: 6.0606060606vw;
  }
  .side.right .toc .table-item .text__en {
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #004ea2;
  }
  .side.right .toc .table-item .text__jp {
    font-weight: bold;
    font-size: 5.1515151515vw;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #004ea2;
  }
  .side.right .toc .table-item .text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-image: url("../img/icon_arrow.svg");
    background-size: cover;
    width: 2.1212121212vw;
    height: 3.4848484848vw;
    filter: brightness(0) saturate(100%) invert(14%) sepia(59%) saturate(5067%) hue-rotate(200deg) brightness(101%) contrast(101%);
  }
  .side.right .notice {
    margin-bottom: 9.0909090909vw;
  }
  .side.right .reserve a {
    max-width: none;
    margin: 0;
  }
}

.modal {
  z-index: 10010;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: calc(100% - 8rem);
  max-width: 110rem;
  height: calc(100vh - 8rem);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .modal {
    width: calc(100% - 12.1212121212vw);
    height: calc(100vh - 12.1212121212vw);
    height: calc(100dvh - 12.1212121212vw);
  }
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #222;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 0.8;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal__close {
    gap: 0.7575757576vw;
    font-size: 3.3333333333vw;
    padding: 2.2727272727vw;
  }
}
.modal__close::before {
  content: "";
  display: block;
  background-image: url("../img/icon_close.svg");
  background-size: cover;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal__close::before {
    width: 2.2727272727vw;
    height: 2.2727272727vw;
  }
}
.modal__inner {
  overflow-y: scroll;
  height: 100%;
  padding: 5rem 5rem 4rem;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    padding: 6.0606060606vw 6.0606060606vw 7.5757575758vw;
  }
}
.modal__inner p {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  color: #222;
}
@media screen and (max-width: 768px) {
  .modal__inner p {
    font-size: 3.9393939394vw;
  }
}
.modal__inner p + p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modal__inner p + p {
    font-size: 3.0303030303vw;
    line-height: 5vw;
    margin-top: 3.0303030303vw;
  }
}

.content {
  width: 100%;
  max-width: 66rem;
}
@media screen and (min-width: 769px) {
  .content {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 8rem;
    filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.05));
  }
}
.content__inner {
  background-color: #fff;
  padding-bottom: 6rem;
}
.content__header {
  background-color: #222;
  width: 100%;
  height: 6rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .content__header {
    height: 9.0909090909vw;
    font-size: 3.3333333333vw;
    line-height: 9.0909090909vw;
  }
}
.content__visual {
  width: 100%;
}
.content__date, .content__flow, .content__seen, .content__qna {
  scroll-margin-top: 10rem;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .content__date, .content__flow, .content__seen, .content__qna {
    scroll-margin-top: 19.696969697vw;
    padding-bottom: 1.5151515152vw;
  }
}
.content__date .campaign-date {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  color: #004ea2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .content__date .campaign-date {
    gap: 2.2727272727vw;
    margin-bottom: 4.5454545455vw;
  }
}
.content__date .campaign-date .year span {
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .content__date .campaign-date .year span {
    font-size: 5.1515151515vw;
  }
}
.content__date .campaign-date .from p,
.content__date .campaign-date .to p {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.content__date .campaign-date .from p strong,
.content__date .campaign-date .to p strong {
  font-size: 6rem;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
.content__date .campaign-date .from p strong em,
.content__date .campaign-date .to p strong em {
  display: inline-block;
  transform: translateY(-0.1em);
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
}
@media screen and (max-width: 768px) {
  .content__date .campaign-date .from p,
  .content__date .campaign-date .to p {
    font-size: 3.9393939394vw;
  }
  .content__date .campaign-date .from p strong,
  .content__date .campaign-date .to p strong {
    font-size: 9.0909090909vw;
  }
}
.content__date .campaign-date .seperator {
  background-color: #004ea2;
  width: 3.5rem;
  height: 0.3rem;
}
@media screen and (max-width: 768px) {
  .content__date .campaign-date .seperator {
    width: 5.303030303vw;
    height: 0.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .content__date .notice {
    width: calc(100% - 12.1212121212vw);
    margin: 0 auto 6.0606060606vw;
  }
}
.content__flow {
  position: relative;
}
.content__flow .flow-slides {
  position: relative;
}
.content__flow .flow-slide {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 5rem;
  width: 42rem;
  padding-top: 2rem;
  margin-right: 3rem;
}
.content__flow .flow-slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-slide {
    gap: 7.5757575758vw;
    width: 74.2424242424vw;
    padding-top: 3.0303030303vw;
    margin-right: 4.5454545455vw;
  }
}
.content__flow .flow-slide__title {
  position: relative;
  border: 0.2rem solid #004ea2;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.4rem;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  color: #004ea2;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-slide__title {
    border: 0.303030303vw solid #004ea2;
    border-radius: 0.7575757576vw;
    height: 13.6363636364vw;
    font-size: 4.8484848485vw;
  }
}
.content__flow .flow-slide__title span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(1.5rem, calc(-50% - 0.5rem));
  background-color: #fff;
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-slide__title span {
    transform: translate(2.2727272727vw, calc(-50% - 1.0606060606vw));
    font-size: 3.6363636364vw;
    padding: 0 1.5151515152vw;
  }
}
.content__flow .flow-slide__title span em {
  font-style: normal;
  font-size: 1.6em;
}
.content__flow .flow-slide__image {
  width: auto;
  height: 18rem;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-slide__image {
    height: 32.5757575758vw;
  }
}
.content__flow .flow-slide__image img {
  width: auto;
  height: 100%;
}
.content__flow .flow-slide__detail p:not(.note) {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-slide__detail p:not(.note) {
    font-size: 3.6363636364vw;
    line-height: 6.2121212121vw;
  }
}
.content__flow .flow-slide__detail p.note {
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-slide__detail p.note {
    font-size: 3.0303030303vw;
    line-height: 5vw;
    margin-top: 1.5151515152vw;
  }
}
.content__flow .flow-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 13rem));
  display: flex;
  justify-content: space-between;
  width: 55rem;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-nav {
    transform: translate(-50%, calc(-50% + 19.696969697vw));
    width: 83.3333333333vw;
  }
}
.content__flow .flow-nav__prev, .content__flow .flow-nav__next {
  background-color: #004ea2;
  background-image: url("../img/icon_arrow.svg");
  background-size: 1.5rem 2.2rem;
  background-position: calc(50% + 0.2rem) 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  opacity: 1;
  transition: opacity 200ms ease;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-nav__prev, .content__flow .flow-nav__next {
    background-size: 2.7272727273vw 3.7878787879vw;
    background-position: calc(50% + 0.303030303vw) 50%;
    width: 12.1212121212vw;
    height: 12.1212121212vw;
  }
}
.content__flow .flow-nav__prev[disabled], .content__flow .flow-nav__next[disabled] {
  opacity: 0;
}
.content__flow .flow-nav__prev {
  rotate: 180deg;
}
.content__flow .flow-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0;
  margin: 7rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-progress {
    margin: 10.6060606061vw 12.8787878788vw 0;
  }
}
.content__flow .flow-progress__track {
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: relative;
  height: 0.4rem;
  background: #e8e8e8;
}
@media screen and (max-width: 768px) {
  .content__flow .flow-progress__track {
    height: 0.9090909091vw;
  }
}
.content__flow .flow-progress__bar {
  height: 100%;
  width: 0%;
  background: #004ea2;
  transition: width 350ms ease;
}
.content__seen {
  position: relative;
}
.content__seen .seen-slide {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f8fd;
  width: 29.5rem;
  height: 40rem;
  padding: 3rem 0 4rem;
  margin-right: 3rem;
}
.content__seen .seen-slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-slide {
    width: 53.7878787879vw;
    height: 72.7272727273vw;
    padding: 4.5454545455vw 0 6.8181818182vw;
    margin-right: 4.5454545455vw;
  }
}
.content__seen .seen-slide span {
  color: #004ea2;
}
.content__seen .seen-slide span.no {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-slide span.no {
    font-size: 7.2727272727vw;
  }
}
.content__seen .seen-slide span.title {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-slide span.title {
    font-size: 4.2424242424vw;
  }
}
.content__seen .seen-slide span.title > em {
  font-style: normal;
  font-size: 0.85em;
}
.content__seen .seen-slide .image {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 19.5rem;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-slide .image {
    height: 35.6060606061vw;
  }
}
.content__seen .seen-slide .image img {
  width: auto;
  height: 100%;
}
.content__seen .seen-note {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 4rem 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-note {
    font-size: 3.0303030303vw;
    line-height: 5vw;
    margin: 4.5454545455vw 12.8787878788vw 0;
  }
}
.content__seen .seen-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 1rem));
  display: flex;
  justify-content: space-between;
  width: 55rem;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-nav {
    transform: translate(-50%, calc(-50% + 3.0303030303vw));
    width: 83.3333333333vw;
  }
}
.content__seen .seen-nav__prev, .content__seen .seen-nav__next {
  background-color: #004ea2;
  background-image: url("../img/icon_arrow.svg");
  background-size: 1.5rem 2.2rem;
  background-position: calc(50% + 0.2rem) 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  opacity: 1;
  transition: opacity 200ms ease;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-nav__prev, .content__seen .seen-nav__next {
    background-size: 2.7272727273vw 3.7878787879vw;
    background-position: calc(50% + 0.303030303vw) 50%;
    width: 12.1212121212vw;
    height: 12.1212121212vw;
  }
}
.content__seen .seen-nav__prev[disabled], .content__seen .seen-nav__next[disabled] {
  opacity: 0;
}
.content__seen .seen-nav__prev {
  rotate: 180deg;
}
.content__seen .seen-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0;
  margin: 7rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-progress {
    margin: 10.6060606061vw 12.8787878788vw 0;
  }
}
.content__seen .seen-progress__track {
  overflow: hidden;
  cursor: pointer;
  outline: none;
  position: relative;
  height: 0.4rem;
  background: #e8e8e8;
}
@media screen and (max-width: 768px) {
  .content__seen .seen-progress__track {
    height: 0.9090909091vw;
  }
}
.content__seen .seen-progress__bar {
  height: 100%;
  width: 0%;
  background: #004ea2;
  transition: width 350ms ease;
}
.content__qna {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .content__qna {
    margin-bottom: 10.6060606061vw;
  }
}
.content__qna .qna-list {
  width: 100%;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list {
    padding: 0 6.0606060606vw;
  }
}
.content__qna .qna-list .qna-item {
  position: relative;
}
.content__qna .qna-list .qna-item + .qna-item {
  border-top: 0.1rem solid #004ea2;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list .qna-item + .qna-item {
    padding-top: 4.5454545455vw;
  }
}
.content__qna .qna-list .qna-item:last-child {
  border-bottom: 0.1rem solid #004ea2;
}
.content__qna .qna-list .qna-item .question {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  color: #004ea2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list .qna-item .question {
    gap: 2.2727272727vw;
    font-size: 3.4848484848vw;
    line-height: 6.2121212121vw;
    letter-spacing: normal;
    margin-bottom: 4.5454545455vw;
  }
}
.content__qna .qna-list .qna-item .question::before, .content__qna .qna-list .qna-item .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50% 0;
  background-color: #004ea2;
  display: block;
  width: 2.6rem;
  height: 0.2rem;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list .qna-item .question::before, .content__qna .qna-list .qna-item .question::after {
    width: 3.9393939394vw;
    height: 0.303030303vw;
  }
}
.content__qna .qna-list .qna-item .question::after {
  transform: rotate(-90deg);
  transition: transform 200ms ease;
}
.content__qna .qna-list .qna-item .question > span {
  display: block;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #004ea2;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list .qna-item .question > span {
    font-size: 6.6666666667vw;
  }
}
.content__qna .qna-list .qna-item .answer {
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  transition: height 280ms ease, opacity 200ms ease;
}
.content__qna .qna-list .qna-item .answer__inner {
  background-color: #f0f8fd;
  padding: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list .qna-item .answer__inner {
    padding: 4.5454545455vw;
    margin-bottom: 4.5454545455vw;
  }
}
.content__qna .qna-list .qna-item .answer__inner p {
  font-size: 2.1rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .content__qna .qna-list .qna-item .answer__inner p {
    font-size: 3.4848484848vw;
    line-height: 4.5454545455vw;
    letter-spacing: normal;
  }
}
.content__qna .qna-list .qna-item.is-open .question::after {
  transform: rotate(0deg);
}
.content__qna .qna-list .qna-item.is-open .answer {
  opacity: 1;
}
.content .content-title {
  background-color: #004ea2;
  height: 5rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 5rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  margin: 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .content .content-title {
    height: 9.0909090909vw;
    font-size: 3.9393939394vw;
    line-height: 9.0909090909vw;
    margin: 4.5454545455vw 6.0606060606vw;
  }
}
.content .content-detail {
  padding: 0 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .content .content-detail {
    padding: 0 6.0606060606vw;
    margin-bottom: 7.5757575758vw;
  }
}
.content .content-detail p {
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.3rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #004ea2;
}
.content .content-detail p + p {
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  text-align: left;
  color: #222;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .content .content-detail p {
    font-size: 6.0606060606vw;
    line-height: 9.0909090909vw;
    letter-spacing: 0.02em;
  }
  .content .content-detail p + p {
    font-size: 3.6363636364vw;
    line-height: 6.2121212121vw;
    letter-spacing: 0.02em;
    margin-top: 4.5454545455vw;
  }
}/*# sourceMappingURL=style.css.map */