/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc1:not(.sp) {
    display: none;
  }
  .pc2:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1920px) {
  .sp:not(.pc1) {
    display: none;
  }
  .pc2:not(.pc1) {
    display: none;
  }
}
@media screen and (min-width: 1921px) and (max-width: px) {
  .sp:not(.pc2) {
    display: none;
  }
  .pc1:not(.pc2) {
    display: none;
  }
}
:root {
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-noto-serif: "Noto Serif JP", sans-serif;
  --font-garamond: "Cormorant Garamond", serif;
  --font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --color-accent01: #003a98;
  --color-accent02: #009657;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 375);
  }
}
@media (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: calc(1000vw / 1920);
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  max-width: 192rem;
  margin-inline: auto;
  color: #000;
  font-family: var(--font-noto-sans);
  overflow-x: hidden;
}

picture {
  display: block;
}

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

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

a {
  will-change: opacity;
  transition: opacity 0.2s ease;
}
a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

dt {
  font-weight: 400;
}

:focus-visible {
  outline: 2px solid var(--color-accent01);
  outline-offset: 2px;
}

.animation {
  opacity: 0;
  transition: 0.8s 0.1s ease;
}
.animation.fadeup {
  translate: 0 3rem;
}
.animation[data-fade="true"] {
  translate: 0 0;
  opacity: 1;
}

#top section .wrapper {
  width: min(120rem, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top section .wrapper {
    padding-inline: 2rem;
  }
}
#top h2 {
  width: min(120rem, 100%);
  margin-inline: auto;
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 2.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top h2 {
    width: 33.5rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}
#top h2::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font-garamond);
  font-size: 6.9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top h2::before {
    margin-bottom: 0.6rem;
    font-size: 3.5rem;
  }
}
#top .mv {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1920/1080;
  background: url(/lp/dsdxcourse/assets/images/mv-bg.png) no-repeat center bottom/100% auto;
  padding: 7.7rem 7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv {
    align-items: initial;
    aspect-ratio: 375/535;
    background-image: url(/lp/dsdxcourse/assets/images/mv-bg-sp.png);
    padding: 4.3rem 1.5rem;
  }
}
#top .mv picture {
  display: block;
  width: 83.9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .mv picture {
    width: 29.3rem;
  }
}
#top section.intro {
  background: url(/lp/dsdxcourse/assets/images/intro-bg.png) no-repeat center top/100% auto;
  padding: 3.3rem 0 23rem 12.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top section.intro {
    background-image: url(/lp/dsdxcourse/assets/images/intro-bg-sp.png);
    padding: 2.9rem 2rem 7rem;
  }
}
#top section.intro picture {
  width: 10.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top section.intro picture {
    width: 31.6rem;
  }
}
#top section.intro .texts {
  width: -moz-fit-content;
  width: fit-content;
  margin: -26.6rem auto 0;
  padding-left: 14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top section.intro .texts {
    margin: 6.5rem 0 0;
    padding-left: initial;
  }
}
#top section.intro .texts p {
  font-size: 2.7rem;
  line-height: 2.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top section.intro .texts p {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
#top section.intro .texts p + p {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top section.intro .texts p + p {
    margin-top: 3.6rem;
  }
}
#top .feature {
  position: relative;
  padding-block: 13.2rem 18rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature {
    padding-block: 3.1rem 8rem;
  }
}
#top .feature::before {
  content: "";
  position: absolute;
  top: -22rem;
  width: 100%;
  aspect-ratio: 1920/2265;
  z-index: -1;
  background: url(/lp/dsdxcourse/assets/images/feature-bg.svg) no-repeat center top/100% auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature::before {
    top: 8rem;
    aspect-ratio: 375/1892;
    background-image: url(/lp/dsdxcourse/assets/images/feature-bg-sp.svg);
  }
}
#top .feature h2 {
  color: #fff;
  border-bottom-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature h2 {
    color: #000;
    border-bottom-color: #000;
  }
}
#top .feature ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 7.9rem;
  padding-inline: 4.3rem;
  gap: 9.8rem 13rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol {
    display: flex;
    flex-direction: column;
    gap: 7.9rem;
    padding-inline: initial;
  }
}
#top .feature ol li {
  display: flex;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li {
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2.4rem;
  }
}
#top .feature ol li span {
  display: inline-block;
}
#top .feature ol li span img {
  width: auto;
  height: 9.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li span img {
    height: 5.9rem;
  }
}
#top .feature ol li .catch {
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li .catch {
    font-size: 1.7rem;
  }
}
#top .feature ol li .description {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li .description {
    margin-block: 3rem 3.5rem;
    font-size: 1.4rem;
  }
}
#top .feature ol li:not(:last-of-type) {
  flex-direction: column;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:not(:last-of-type) {
    flex-direction: row;
  }
}
#top .feature ol li:not(:last-of-type) .catch {
  margin-block: 2rem 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:not(:last-of-type) .catch {
    margin-block: initial;
  }
}
#top .feature ol li:not(:last-of-type) .description {
  margin-bottom: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:not(:last-of-type) .description {
    margin-bottom: 3.5rem;
  }
}
#top .feature ol li:not(:last-of-type) figure {
  margin-top: auto;
}
#top .feature ol li:not(:last-of-type):first-of-type figure {
  box-shadow: 0 0 3rem rgba(16, 62, 116, 0.45);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:not(:last-of-type):first-of-type figure {
    box-shadow: 0 0 1.5rem rgba(16, 62, 116, 0.45);
  }
}
#top .feature ol li:nth-of-type(3) {
  grid-column: span 2 / span 2;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 0.8rem;
  margin-top: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:nth-of-type(3) {
    justify-content: initial;
    gap: 0 2.4rem;
    flex-direction: row;
  }
}
#top .feature ol li:nth-of-type(3) .body {
  width: 95.2rem;
  margin-top: -1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:nth-of-type(3) .body {
    display: contents;
    width: initial;
  }
}
#top .feature ol li:nth-of-type(3) .body .catch {
  margin-bottom: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:nth-of-type(3) .body .catch {
    margin-bottom: initial;
  }
}
#top .feature ol li:nth-of-type(3) picture {
  box-shadow: 0 0 1.5rem rgba(16, 62, 116, 0.45);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature ol li:nth-of-type(3) picture {
    width: 100%;
  }
}
#top .feature .banner {
  width: min(75.3rem, 100%);
  margin: 14rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .feature .banner {
    margin-top: 5rem;
  }
}
#top .feature .banner a {
  display: block;
}
#top .course {
  padding-top: 12rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course {
    padding-top: 6.6rem;
  }
}
#top .course h2 {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course h2 {
    text-align: initial;
  }
}
#top .course h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13rem;
  width: 25rem;
  aspect-ratio: 1;
  transform: rotate(15deg);
  background: url(/lp/dsdxcourse/assets/images/course-label.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course h2::after {
    top: -2.4rem;
    right: 2rem;
    width: 16rem;
  }
}
#top .course article {
  position: relative;
}
#top .course article::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
#top .course article .inner {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .inner {
    flex-direction: column;
    gap: 2.3rem;
  }
}
#top .course article h3 {
  position: relative;
}
#top .course article h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 54rem;
  left: 9.5rem;
  width: 1px;
  height: 60rem;
  background-color: #000;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article h3::before {
    display: none;
  }
}
#top .course article h3 picture {
  width: 12.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article h3 picture {
    width: initial;
    height: 8.1rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article h3 picture img {
    width: auto;
    height: 100%;
  }
}
#top .course article .body {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body {
    margin-top: initial;
  }
}
#top .course article .body .catch {
  margin-bottom: 5.5rem;
  font-family: var(--font-noto-serif);
  font-size: 2.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .catch {
    margin-bottom: 5rem;
    font-size: 1.7rem;
  }
}
#top .course article .body .description {
  margin-bottom: 5.2rem;
  border-left: 0.9rem solid #003a98;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .description {
    margin-bottom: initial;
    padding-left: 1.6rem;
    font-size: 1.4rem;
    border-left-width: min(0.3rem, 3px);
    word-wrap: break-word;
    line-break: strict;
  }
}
#top .course article .body .description > span {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .description > span {
    font-size: 1.6rem;
  }
}
#top .course article .body dl {
  background-color: #fff;
  padding: 4rem 3.6rem 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body dl {
    padding: 2.7rem 2rem 4rem;
  }
}
#top .course article .body dl + dl {
  margin-top: 2.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body dl + dl {
    margin-top: 3rem;
  }
}
#top .course article .body dl dt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.6rem;
  font-family: var(--font-noto-serif);
  font-size: 2.4rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body dl dt {
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 1.3rem;
    text-align: center;
    font-size: 1.8rem;
  }
}
#top .course article .body dl dt::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body dl dt::after {
    display: none;
  }
}
#top .course article .body dl dd {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body dl dd {
    font-size: 1.4rem;
  }
}
#top .course article .body .overview-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
#top .course article .body .overview-list dt {
  grid-column: 1/-1;
}
#top .course article .body .overview-list dd {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
  gap: 2rem;
  min-height: 8rem;
  padding-left: 13.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .overview-list dd {
    gap: 1.7rem;
    min-height: initial;
    padding-left: initial;
  }
}
#top .course article .body .overview-list dd + dd {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .overview-list dd + dd {
    margin-top: 3rem;
  }
}
#top .course article .body .overview-list dd svg {
  width: auto;
  height: 3.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .overview-list dd svg {
    height: 2.4rem;
  }
}
#top .course article .body .overview-list dd .text {
  position: relative;
  padding-left: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .overview-list dd .text {
    padding-left: 1.6rem;
    border-left: 1.2px solid var(--color-accent01);
  }
}
#top .course article .body .overview-list dd .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: min(0.2rem, 2px);
  height: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .overview-list dd .text::before {
    display: none;
  }
}
#top .course article .body .future-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-flow: dense;
  gap: 0 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .future-list {
    display: block;
    padding-bottom: 3rem;
  }
}
#top .course article .body .future-list dt {
  grid-column: 1/-1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .future-list dd {
    text-indent: -1.7rem;
    padding-left: 1.7rem;
    line-height: 1.8;
    white-space: nowrap;
  }
}
#top .course article .body .future-list dd::before {
  content: "◎ ";
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .future-list dd + dd {
    margin-top: 0.6rem;
  }
}
#top .course article .body .future-list dd:nth-child(n + 2):nth-child(-n + 4) {
  grid-column: 1;
  margin-left: 4.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .body .future-list dd:nth-child(n + 2):nth-child(-n + 4) {
    margin-left: initial;
  }
}
#top .course article .body .future-list dd:nth-child(n + 5) {
  grid-column: 2;
}
#top .course article .voice {
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice {
    margin-top: 7rem;
  }
}
#top .course article .voice .intro {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 11rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro {
    padding-top: initial;
  }
}
#top .course article .voice .intro::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  height: 47.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro::after {
    position: initial;
    display: block;
    height: 24.7rem;
  }
}
#top .course article .voice .intro h4 {
  margin-bottom: 6rem;
  font-family: var(--font-garamond);
  font-size: 4.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro h4 {
    margin-bottom: 4rem;
    font-size: 3.5rem;
  }
}
#top .course article .voice .intro blockquote {
  margin-bottom: 3rem;
}
#top .course article .voice .intro blockquote p {
  font-size: 2.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro blockquote p {
    font-size: 1.6rem;
  }
}
#top .course article .voice .intro blockquote footer {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro blockquote footer {
    margin-top: 2rem;
  }
}
#top .course article .voice .intro blockquote footer p .faculty {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro blockquote footer p .faculty {
    font-size: 1.4rem;
  }
}
#top .course article .voice .intro blockquote footer p .name {
  font-size: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .intro blockquote footer p .name {
    font-size: 2rem;
  }
}
#top .course article .voice .text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice .text {
    margin-top: 3.4rem;
    font-size: 1.4rem;
  }
}
#top .course article .voice picture {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course article .voice picture {
    margin-top: 4.6rem;
  }
}
#top .course .course01 {
  padding-block: 16rem 17.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course01 {
    padding-block: 5.2rem 10rem;
  }
}
#top .course .course01::before {
  top: -28rem;
  aspect-ratio: 1920/3016;
  background: url(/lp/dsdxcourse/assets/images/course01-bg.png) no-repeat top center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course01::before {
    top: -15.6rem;
    aspect-ratio: 375/3388;
    background-image: url(/lp/dsdxcourse/assets/images/course01-bg-sp.png);
  }
}
#top .course .course01 .body {
  position: relative;
}
#top .course .course01 .body .description {
  width: min(76.4rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course01 .body .description > span span {
    font-size: 1rem;
  }
}
#top .course .course01 .body figure {
  position: absolute;
  top: 9rem;
  right: 0;
  width: 25.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course01 .body figure {
    position: initial;
    margin: 3.5rem auto 2.4rem;
    width: 25rem;
  }
}
#top .course .course01 .body dl {
  box-shadow: 0 0 3rem rgba(26, 96, 178, 0.3);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course01 .body dl {
    box-shadow: 0 0 1.5rem rgba(26, 96, 178, 0.3);
  }
}
#top .course .course01 .body dl.overview-list svg path {
  fill: var(--color-accent01);
}
#top .course .course01 .body dl.overview-list .text::before {
  background-color: var(--color-accent01);
}
#top .course .course01 .body dl.overview-list .text span {
  color: var(--color-accent01);
}
#top .course .course01 .body dl.future-list dd::before {
  color: var(--color-accent01);
}
#top .course .course01 .voice .intro {
  margin-left: auto;
}
#top .course .course01 .voice .intro::after {
  right: 52.9rem;
  width: 103rem;
  background: url(/lp/dsdxcourse/assets/images/course01-image.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course01 .voice .intro::after {
    width: 35.5rem;
    translate: -2rem 0;
    background-image: url(/lp/dsdxcourse/assets/images/course01-image-sp.png);
  }
}
#top .course .course01 .voice picture {
  box-shadow: 0 0 3rem rgba(26, 96, 178, 0.3);
}
#top .course .course02 {
  padding-block: 14rem 16rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 {
    padding-block: 5.74rem 6.8rem;
  }
}
#top .course .course02::before {
  top: 0;
  aspect-ratio: 1920/2772;
  background: url(/lp/dsdxcourse/assets/images/course02-bg.png) no-repeat top center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02::before {
    aspect-ratio: 375/3191;
    background-image: url(/lp/dsdxcourse/assets/images/course02-bg-sp.png);
  }
}
#top .course .course02 .inner {
  flex-direction: row-reverse;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 .inner {
    flex-direction: column;
  }
}
#top .course .course02 h3::before {
  left: 2.8rem;
}
#top .course .course02 .body .description {
  border-left: 0.9rem solid var(--color-accent02);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 .body .description {
    width: calc(100% + 0.2rem);
    margin-bottom: 4rem;
  }
}
#top .course .course02 .body dl {
  box-shadow: 0 0 3rem rgba(18, 150, 74, 0.3);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 .body dl {
    box-shadow: 0 0 1.5rem rgba(18, 150, 74, 0.3);
  }
}
#top .course .course02 .body dl.overview-list {
  box-shadow: 0 0 1.5rem rgba(18, 150, 74, 0.3);
}
#top .course .course02 .body dl.overview-list svg path {
  fill: var(--color-accent02);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 .body dl.overview-list dd .text {
    border-left-color: var(--color-accent02);
  }
}
#top .course .course02 .body dl.overview-list dd .text::before {
  background-color: var(--color-accent02);
}
#top .course .course02 .body dl.overview-list dd .text span {
  color: var(--color-accent02);
}
#top .course .course02 .body dl.future-list dd::before {
  color: var(--color-accent02);
}
#top .course .course02 .body dl.future-list dd:nth-child(n + 2):nth-child(-n + 4) {
  margin-left: 10.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 .body dl.future-list dd:nth-child(n + 2):nth-child(-n + 4) {
    margin-left: initial;
  }
}
#top .course .course02 .voice .intro::after {
  left: 50.5rem;
  width: 105.4rem;
  background: url(/lp/dsdxcourse/assets/images/course02-image.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .course .course02 .voice .intro::after {
    width: 35.5rem;
    background-image: url(/lp/dsdxcourse/assets/images/course02-image-sp.png);
  }
}
#top .course .course02 .voice picture {
  box-shadow: 0 0 3rem rgba(18, 150, 74, 0.3);
}
#top .facility {
  padding-block: 20rem 10rem;
  background: url(/lp/dsdxcourse/assets/images/facility-bg.png) no-repeat center top/100% auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility {
    padding-block: 5rem 6.2rem;
    background-image: url(/lp/dsdxcourse/assets/images/facility-bg-sp.png);
  }
}
#top .facility .inner {
  margin-top: 10.6rem;
  box-shadow: 0 0 3rem rgba(16, 62, 116, 0.45);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6.7rem 10.6rem 6.9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility .inner {
    margin-top: 6rem;
    box-shadow: 0 0 1.5rem rgba(18, 150, 74, 0.3);
    padding: 4.5rem 2.1rem 3.6rem;
  }
}
#top .facility .intro {
  margin-bottom: 7rem;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility .intro {
    margin-bottom: 5rem;
    font-size: 1.8rem;
  }
}
#top .facility .intro span {
  display: block;
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility .intro span {
    font-size: 3rem;
  }
}
#top .facility article + article {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article + article {
    margin-top: 7rem;
  }
}
#top .facility article h3 {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article h3 {
    margin-bottom: 1.7rem;
    padding-bottom: 1.3rem;
    text-align: center;
  }
}
#top .facility article h3 img {
  width: auto;
  height: 7.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article h3 img {
    height: 3.4rem;
  }
}
#top .facility article dl {
  display: grid;
  grid-template-columns: 39rem auto;
  grid-template-rows: 1fr;
  align-items: start;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article dl {
    display: block;
  }
}
#top .facility article dl dt {
  grid-row: span 4;
  font-size: 3.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article dl dt {
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
  }
}
#top .facility article dl dt span:first-of-type {
  display: block;
  font-size: 2.6rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article dl dt span:first-of-type {
    font-size: 1.6rem;
  }
}
#top .facility article dl dt span:nth-of-type(2) {
  font-size: 2rem;
  margin-left: -1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article dl dt span:nth-of-type(2) {
    margin-left: -0.6rem;
    font-size: 1.4rem;
  }
}
#top .facility article dl dd {
  grid-column: 2;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article dl dd {
    font-size: 1.4rem;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
    line-height: 1.71;
  }
}
#top .facility article dl dd::before {
  content: "● ";
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility article dl dd + dd {
    margin-top: 1.4rem;
  }
}
#top .facility .campus01 dl dd::before {
  color: var(--color-accent01);
}
#top .facility .campus02 h3 {
  text-align: end;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility .campus02 h3 {
    text-align: center;
  }
}
#top .facility .campus02 dl dd::before {
  color: var(--color-accent02);
}
#top .facility figure {
  margin-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility figure {
    margin-top: 4.4rem;
  }
}
#top .facility figure figcaption {
  margin-top: 1.4rem;
  text-align: end;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .facility figure figcaption {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
#top .banner-links {
  background-image: linear-gradient(90deg, #315a72, #007ab2);
  padding-block: 1.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .banner-links {
    padding-block: 0.8rem;
  }
}
#top .banner-links .inner {
  background-image: linear-gradient(90deg, #fcfcfc, #f1f5f9, #d1e9fe);
  padding-block: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .banner-links .inner {
    padding-block: 3.5rem 4rem;
  }
}
#top .banner-links p {
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 3rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .banner-links p {
    font-size: 1.8rem;
  }
}
#top .banner-links ul {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .banner-links ul {
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
  }
}
#top .banner-links ul li a {
  display: block;
  width: 36rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top .banner-links ul li a {
    width: 26.8rem;
  }
}

.site-header {
  position: absolute;
  z-index: 4;
  top: 5.8rem;
  left: calc(50% - 89rem);
  width: min(40rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header {
    position: initial;
    display: grid;
    place-content: center;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header a {
    display: block;
    width: 19.8rem;
  }
}

.site-footer {
  padding-block: 10rem 1.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer {
    padding-block: 2rem 1.2rem;
  }
}
.site-footer a {
  display: block;
  width: 45.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer a {
    width: 26.7rem;
  }
}
.site-footer dl {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-block: 4rem 4.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl {
    flex-direction: column;
    gap: 2rem;
    margin-block: 3rem;
    padding-inline: 6.4rem 4rem;
  }
}
.site-footer dl div dt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl div dt {
    font-size: 1.4rem;
  }
}
.site-footer dl div dd {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl div dd {
    margin-top: initial;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.site-footer .copy {
  display: block;
  text-align: center;
  font-size: 1rem;
}

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