@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

:root {
  --cMain: rgb(31, 73, 125);
  /* メインカラー */
  --cSub01: rgb(51, 119, 204);
  /* 背景カラー */
  --bgcMain: #006cb6;
  --vw: 204px;

  --sec01Height: 1158;
  --marginPadding: 80px;
}
@media (max-width: 767px) {
  :root {
    --marginPadding: 100px;
  }
}

/* 固定ヘッダー／メニュー分のアンカーずらし（:target ジャンプ・#hash） */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}

#dmaConts * {
  box-sizing: border-box;
}

#dmaConts img,
#dmaConts picture {
  display: block;
  max-width: 100%;
}

#dmaConts figure {
  display: block;
}

#mdmaConts td,
#mdmaConts th {
  color: #000000;
}
/* 共通部分変更 */
.content__inner {
  display: block !important;
  padding-bottom: 0;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
}

.topic-path {
  margin-bottom: 0;
}
iframe.ytEmbet {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#dmaConts {
  width: 100%;
}
/* ここまで 共通部分変更 */
.dma_ContentsWrapper {
  overflow: visible;
}
.dma_ContentsWrapper * {
  font-feature-settings: "palt";
}

.dma_ContentsWrapper {
  /* background-color: var(--bgcMain); */
  /* position: relative; */

  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  background: url(../img/dma4/contents_bg.png) repeat-x left top;
  object-fit: contain;
  object-position: left top;
  background-color: #cbe1f0;
}

.dma_ContentsWrapper section {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  border-bottom: none;
  /* test */
  padding-bottom: 30px;
}

/* ナビゲーション */
img {
  max-width: 100%;
  height: auto;
}
#section01 {
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: 1400px;
  aspect-ratio: 1400 / var(--sec01Height);
}
.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 905px;
  aspect-ratio: 1400 / 905;
}
.bg_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  bottom: 0;
  width: calc(100% + 200px);
  aspect-ratio: 1200 / 905;
  background-image: url(../img/dma4/sec_top_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1400px) {
  .bg_img {
    overflow: hidden;
  }
  .bg_img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.dummy_sec01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
ul#navigation {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 1400 / 65;
  display: flex;
  margin-inline: auto;
  align-items: center;
  background-color: #2f87c3;
  gap: 0;
}

@media screen and (min-width: 769px) {
  ul#navigation {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
    will-change: filter;
  }
}
ul#navigation li {
  --vw: 204px;
  width: calc(var(--vw) / 1400 * 100%);
  height: 100%;
  position: relative;
}
ul#navigation li:nth-child(-n + 5)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #fff;
  z-index: 1;
}
ul#navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  left: 0;
}
@media (min-width: 769px) {
  ul#navigation li a span {
    display: none;
  }
}
ul#navigation li a img {
  transition: 0.3s all;
}
ul#navigation li:nth-of-type(1) {
  --vw: 204;
  a img {
    width: calc(152 / var(--vw) * 100%);
    aspect-ratio: 152 / 44;
  }
}
ul#navigation li:nth-of-type(2) {
  --vw: 203;
  a img {
    width: calc(92 / var(--vw) * 100%);
    aspect-ratio: 92 / 18;
  }
}
ul#navigation li:nth-of-type(3) {
  --vw: 203;
  a img {
    width: calc(81 / var(--vw) * 100%);
    aspect-ratio: 81 / 18;
  }
}
ul#navigation li:nth-of-type(4) {
  --vw: 203;
  a img {
    width: calc(152 / var(--vw) * 100%);
    aspect-ratio: 152 / 18;
  }
}
ul#navigation li:nth-of-type(5) {
  --vw: 202;
  a img {
    width: calc(100 / var(--vw) * 100%);
    aspect-ratio: 100 / 18;
  }
}
ul#navigation li:nth-of-type(6) {
  --vw: 199;
  a img {
    width: calc(39 / var(--vw) * 100%);
    aspect-ratio: 39 / 18;
  }
}
ul#navigation li:nth-of-type(7) {
  --vw: 186;
  position: relative;
  a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 186 / 125;
    filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
    will-change: filter;
  }
}
#section01 .catch01 {
  position: absolute;
  top: calc(510 / var(--sec01Height) * 100%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#section01 .catch02 {
  position: absolute;
  top: calc(630 / var(--sec01Height) * 100%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#section01 .top_main_title {
  position: absolute;
  width: calc(668 / 1400 * 100%);
  max-width: 668px;
  aspect-ratio: 668 / 336;
  left: calc(368 / 1400 * 100%);
  top: calc(775 / var(--sec01Height) * 100%);
  z-index: 2;
}
#section02 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  margin-top: calc(var(--marginPadding) * -1);
  padding-top: var(--marginPadding);
}
#section02b {
  margin-top: calc(var(--marginPadding) * -1);
  padding-top: var(--marginPadding);
}
#section03 {
  margin-top: calc(var(--marginPadding) * -1);
  padding-top: var(--marginPadding);
}
#curriculum {
  margin-top: calc(var(--marginPadding) * -1);
  padding-top: var(--marginPadding);
}
#section05 {
  margin-top: calc(var(--marginPadding) * -1);
  padding-top: var(--marginPadding);
}
#overview {
  margin-top: calc(var(--marginPadding) * -1);
  padding-top: var(--marginPadding);
}

.inner_wrap {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  border-radius: 30px;
  padding-block: 35px;
  margin-bottom: 3rem;
  background-color: #fff;
}

.sec02_01_wrap {
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 1080 / 565;
  background-color: #fff;
}
#section02 .sec02_01_wrap {
  background: url(../img/dma4/dma-logo.png) no-repeat center bottom 10%;
  background-size: 21%;
  background-color: #fff;
}
.sec02_02_wrap {
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 1080 / 893;
  background: url(../img/dma4/section_bg_type01.png) repeat-y center center / cover;
}
.inner_txt_wrap {
  width: 100%;
  padding-inline: calc(80 / 1080 * 100%);
}
.inner_txt_wrap p {
  font-size: clamp(1.3rem, 1.1171rem + 0.7805vw, 1.8rem);
  margin-bottom: 0;
}
.sec0202_wrap {
  width: 100%;
  max-width: 1080px;
  position: relative;
}
.sec0202_wrap ul {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec03_popup_wrap {
  width: 100%;
  padding-inline: calc(60 / 1080 * 100%);
}
.sec03_popup_wrap ul.popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(60 / 1080 * 100%);
}

/* 講師紹介 */
.presons-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(45 / 960 * 100%);
}
.person {
  width: calc(450 / 960 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  gap: 1em;
}
.person .left {
  width: max(calc(135 / 450 * 100%), 100px);
  flex-shrink: 0;
}
.person .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.person .right p.name {
  font-size: 23px;
  font-weight: 500;
  color: #006cb6;
  line-height: 1.3 !important;
  margin-bottom: 0.2em;
}
.person .right p.name span {
  font-size: 15px;
  display: block;
}
.person .right p {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4 !important;
  word-break: break-word;
}

/* カリキュラム */

.sec04Ttl02 {
  width: calc(642 / 960 * 100%);
  margin-inline: auto;
  margin-top: calc(45 / 960 * 100%);
  margin-bottom: calc(30 / 960 * 100%);
}

#curriculum .contents_inner {
  background-color: #ebf3f9;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  display: block;
  background-color: #fff;
  padding-inline: min(calc(60 / 1080 * 100%), 60px);
  padding-block: 35px;
  border-radius: 30px;
  background: url(../img/dma4/sec04_bg.png) no-repeat left top / cover;
}

:root {
  --noto-font-family: "Noto Sans JP", Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Verdana, sans-serif;
}

.schedule {
  font-family: var(--noto-font-family);
  margin-bottom: 60px;
}

.schedule:last-child {
  margin-bottom: 0;
}

.days-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: calc(20 / 960 * 100%) calc(30 / 960 * 100%);
  background-color: #006cb6;
  border-radius: 10px 10px 0 0;
}

.times {
  display: flex;
  align-items: baseline;
  margin-right: 45px;
}

.times img {
  width: 366px;
  min-width: 200px;
}

.lecturer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2em;
}

.lecturer dl {
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}

.lecturer dl dt {
  /* font-size: 14px; */
  font-size: clamp(0.75rem, 0.5173rem + 0.9929vw, 1.1875rem);
  padding: 0.1em 0.4em;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-right: 0.8em;
}

.lecturer dl dd {
  /* font-size: 24px; */
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.lecturer dl dd span {
  font-size: clamp(1.1rem, 0.9404rem + 0.6809vw, 1.4rem);
  display: block;
}

.explanation-wrap {
  padding: calc(20 / 960 * 100%) calc(30 / 960 * 100%);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.discussion_wrap {
  background-color: #fffae2;
}

.explanation-wrap .ttl {
  font-size: 30px;
  color: #006cb6;
  margin-bottom: 0.2em;
}
.discussion_wrap .ttl {
  color: #c9a85b;
}
.discussion_wrap .ttl_sub {
  color: #ffa500;
  background-color: #c9a85b;
  color: #fff;
  font-size: 21px;
  padding: 0.2em 0.5em;
  margin-right: 0.4em;
}
.explanation-wrap .ex {
  font-size: 17px;
}

.accordion__button {
  margin-top: -80px;
  font-size: clamp(1.3rem, 0.8213rem + 2.0426vw, 2.2rem);
  display: block;
  margin-inline: auto;
  width: fit-content;
  color: #006cb6;
  background-color: #fff;
  border: 1px solid #006cb6;
  border-radius: 50px;
  padding: 0.3em 1em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  z-index: 1;
  position: relative;
}

.accordion__button {
  margin-top: -80px;
  font-size: clamp(1.3rem, 0.8213rem + 2.0426vw, 2.2rem);
  display: block;
  margin-inline: auto;
  /* width: calc(228 / 1080 * 100%); */
  color: #006cb6;
  background-color: #fff;
  border: 1px solid #006cb6;
  border-radius: 50px;
  padding: 0.3em 1em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  z-index: 1;
  position: relative;
}
.accordion__button::before {
  content: "";
  width: 24px;
  height: 20px;
  background-color: #006cb6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .accordion__button::before {
    width: 18px;
    height: 16px;
  }
}
.schedule-wrap[data-accordion="false"] .accordion__button.closed {
  display: flex;
  margin-top: 30px;
}
.schedule-wrap[data-accordion="true"] .accordion__button.closed {
  display: none;
}
.accordion__button.closed::before {
  clip-path: polygon(50% 0, 100% 100%, 0 100%) !important;
}
.accordion__body {
  display: grid;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows 1s ease-out;
}
.accordion__inner {
  overflow: hidden;
}
.schedule-wrap[data-accordion="true"] .schedule:nth-child(2) {
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 0%, #000 50%, transparent 90%);
}
.schedule-wrap[data-accordion="false"] .accordion__body {
  display: grid;
  grid-template-rows: 1fr !important;
}
.schedule-wrap[data-accordion="false"] .accordion__button {
  display: none;
}

.sec05_01_wrap {
  margin-top: 140px;
  position: relative;
}
.sec05_01_wrap .sec05_top_img {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  aspect-ratio: 2160 / 655;
}
.sec05_01a_inner {
  position: relative;
}
.sec05_01_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section05 .contents_inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  display: block;
  background-color: #fff;
  padding-inline: min(calc(60 / 1080 * 100%), 60px);
}
.inner3_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(40 / 960 * 100%);
}
#section05 .contents_inner ul li p {
  font-size: 17px;
  /* font-size: clamp(0.625rem, -0.0625rem + 2.9333vw, 1.3125rem); */
  line-height: 1.5;
}
#section05 .contents_inner ul li p span {
  color: #006cb6;
  display: block;
  white-space: nowrap;
  margin-top: 0.1em;
}
.sec05_01b_inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #006cb6;
}
.sec05_01b_inner .inner2_wrap > ul {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #3d8fc7;
  margin-top: 30px;
}
.sec05_01b_inner .inner2_wrap > ul > li {
  width: calc(1 / 2 * 100%);
}

.sec05_01b_inner .inner2_wrap > ul > li:nth-child(2) {
  border-left: 1px dashed #3d8fc7;
}
.sec05_01_inner2_wrap ul {
  display: flex;
  justify-content: space-between;
  gap: calc(20 / 480 * 100%);
}

.wrap_left {
  padding-right: calc(35 / 480 * 100%);
}
.wrap_right {
  padding-left: calc(35 / 480 * 100%);
}
.inner2_wrap ul li img {
  margin-bottom: 1em;
  margin-top: 2em;
}
.accordion__button2 {
  margin-top: -30px;
  font-size: clamp(1.3rem, 0.8213rem + 2.0426vw, 2.2rem);
  display: block;
  margin-inline: auto;
  width: fit-content;
  color: #006cb6;
  background-color: #fff;
  border: 1px solid #006cb6;
  border-radius: 50px;
  padding: 0.3em 1em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  z-index: 1;
  position: relative;
}
.accordion__button2::before {
  content: "";
  width: 24px;
  height: 20px;
  background-color: #006cb6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec05_01_wrap[data-accordion="true"] .sec05_01b_inner {
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 0%, #000 60%, transparent 90%);
}
.sec05_01_wrap[data-accordion="false"] .accordion__body {
  display: grid;
  grid-template-rows: 1fr !important;
}
.sec05_01_wrap[data-accordion="false"] .accordion__button2 {
  display: none;
}
.sec05_01_wrap[data-accordion="false"] .accordion__button2.closed {
  display: flex;
  margin-top: 30px;
}
.sec05_01_wrap[data-accordion="true"] .accordion__button2.closed {
  display: none;
}
.accordion__button2.closed::before {
  clip-path: polygon(50% 0, 100% 100%, 0 100%) !important;
}
.sec05_01_wrap[data-accordion="false"] .accordion__button2 {
  display: none;
}

.sec05_02_inner .inner2_wrap {
  display: flex;
  justify-content: space-between;
}
.sec05_02_inner .inner2_wrap > * {
  width: calc(1 / 2 * 100%);
}

.sec05_02_inner .inner2_wrap ul {
  display: flex;
  justify-content: space-between;
  gap: calc(20 / 480 * 100%);
  flex-wrap: wrap;
}
.sec05_02_inner .inner2_wrap ul li {
  width: calc(1 / 2 * 100% - calc(10 / 480 * 100%));
}
.sec05_02_inner .inner2_wrap ul li:nth-child(1) {
  width: 100%;
}

#dmaVoice .inner_wrap {
  width: 100%;
  /* padding-inline: calc(60 / 1080 * 100%); */
  background-color: transparent;
  padding-top: 0;
}

.movieList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(70 / 1080 * 100%);
}
p.kome {
  font-size: clamp(1.5rem, 1.234rem + 1.1348vw, 2rem);
  margin-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 1em !important;
}
.movieList li {
  width: calc(1 / 2 * 100% - calc(35 / 1080 * 100%));
}
#overview .inner_wrap {
  width: 100%;
  /* padding-inline: calc(60 / 1080 * 100%); */
  background-color: transparent;
}
#overview .inner_wrap dl {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  border-bottom: 1px solid #a0a4a8;
  gap: 18px;
  font-family: var(--noto-font-family);
  font-weight: 400;
}
#overview .inner_wrap dl:last-child {
  border-bottom: none;
}
#overview .inner_wrap dl dt {
  font-size: 16px;
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006cb6;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-block: 0.4em;
}
#overview .inner_wrap dl dd {
  font-size: 20px;
  line-height: 1.7;
  flex-shrink: 1;
  letter-spacing: 0.08em;
  color: #202124;
}
#overview .inner_wrap dl dd span {
  font-size: 17px;
  display: inline;
}
#overview .inner_wrap dl dd span.bg-yellow {
  background-color: #fff000;
}
.dma_ContentsWrapper section {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  border-bottom: none;
}

#application .inner_wrap {
  width: 100%;
  /* padding-inline: calc(60 / 1080 * 100%); */
  background-color: transparent;
  /* padding-bottom: 0; */
  margin-bottom: 0;
}
.bt {
  display: block;
  width: 100%;
  max-width: 443px;
  margin: 0 auto;
  padding: calc(20 / 960 * 100%) calc(30 / 960 * 100%);
  background-color: #e95532;
  color: #fff !important;
  text-decoration: none !important;
  font-size: clamp(2.4rem, 1.8149rem + 2.4965vw, 3.5rem);
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 50px;
  margin-bottom: calc(30 / 960 * 100%);
  position: relative;
  text-decoration: none;
  transition: 0.5s;
}
.bt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 20px;
  height: 23px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#application .application_shimekiri {
  width: calc(311.5 / 1080 * 100%);
  margin-inline: auto;
  /* margin-top: calc(45 / 960 * 100%); */
  margin-bottom: 35px;
}
#application p.ex_kome {
  font-size: clamp(1.3rem, 1.1171rem + 0.7805vw, 1.8rem);
  display: block;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 0.5em;
}
#application p.kome {
  font-size: clamp(1.5rem, 1.234rem + 1.1348vw, 2rem);
  margin-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0 !important;
}
#application .inner_txt_wrap {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: calc(80 / 1080 * 100%);
}
/* スマホ用 */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .bg_img {
    display: none;
  }
  section {
    padding-bottom: 0;
  }

  .dma_ContentsWrapper {
    background: none !important;
    background-color: #fff;
  }
  #section01 {
    background-color: #006cb6;
    aspect-ratio: calc(750 / 1423 * 100vw);
  }
  ul#navigation {
    width: 100vw;
    height: auto;
    aspect-ratio: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-block: 25px;
    padding-inline: calc(50 / 750 * 100vw);
    z-index: 5;
    background-color: #006cb6;
    position: relative;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
    will-change: filter;
  }
  ul#navigation li a img,
  ul#navigation li:last-child {
    display: none;
  }
  ul#navigation li:nth-child(-n + 5)::after {
    display: none;
  }
  ul#navigation li {
    display: flex;
    width: calc(302 / 750 * 100vw);
    height: auto;
    aspect-ratio: 302 / 67;
    order: 1;
    /* 1番目 */
    &:nth-child(4) {
      order: 2;
    } /* 4番目を2番目に */
    &:nth-child(2) {
      order: 3;
    } /* 2番目を3番目に */
    &:nth-child(5) {
      order: 4;
    } /* 5番目を4番目に */
    &:nth-child(3) {
      order: 5;
    } /* 3番目を5番目に */
    &:nth-child(6) {
      order: 6;
    } /* 6番目を6番目に */
  }
  ul#navigation li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  ul#navigation li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/dma4/pagenavi/navSp_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(12 / 750 * 100vw);
    aspect-ratio: 1;
  }
  ul#navigation li a span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    font-size: clamp(0.875rem, 0.0401rem + 3.5623vw, 1.75rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .sp_sec01_top_wrap {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .sp_sec01_top_wrap .sp_sec01_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 2;
  }
  #section01 .top_main_title {
    position: relative;
    width: calc(592 / 750 * 100%);
    max-width: 592px;
    aspect-ratio: 592 / 321;
    inset: unset;
    z-index: 2;
    margin-inline: auto;
    margin-top: -30px;
  }
  #section02 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  #section02 .sec02_01_wrap {
    background: url(../img/dma4/dma-logo.png) no-repeat center bottom 10%;
    background-size: 44%;
    background-color: #fff;
    padding-bottom: 0;
    margin-bottom: 30px !important;
  }
  #section02b .sec02_02_wrap {
    aspect-ratio: initial !important;
  }
  .inner_wrap {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  #pagetop.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: block;
    z-index: 2;
    pointer-events: none;
  }
  .nav-wrap {
    position: relative;
    top: initial;
    right: initial;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    opacity: 1;
    transition: 0.5s;
    pointer-events: auto;
  }
  #pagetop.fix .nav-wrap {
    position: fix;
    bottom: 0;
    left: 0;
    top: initial;
    right: initial;
    animation: fadeIn 1s ease 0s 1 normal forwards;
  }

  /* アニメーション */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .inner_txt_wrap {
    width: 100%;
    padding-inline: calc(50 / 750 * 100%);
  }
  .sec0202_wrap {
    width: 100%;
    max-width: 1080px;
    position: relative;
    padding-bottom: 40px;
  }
  .sec0202_wrap ul {
    display: flex;
    position: relative;
    inset: unset;
    flex-direction: column;
  }
  .sec02_02_wrap {
    padding-bottom: 0;
  }

  /* 講師紹介 */
  .presons-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .person {
    width: 100%;
  }

  /* カリキュラム */
  #curriculum {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  #curriculum .contents_inner {
    border-radius: 0 !important;
    background: url(../img/dma4/section_bg_type01.png) repeat-y left top;
    background-size: 100% auto;
  }

  .schedule {
    font-family: var(--noto-font-family);
    margin-bottom: clamp(1.5rem, 0rem + 6.4vw, 3rem);
  }

  .days-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: calc(20 / 960 * 100%) calc(30 / 960 * 100%);
    background-color: #006cb6;
    border-radius: 10px 10px 0 0;
  }
  .days-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: calc(20 / 960 * 100%) calc(30 / 960 * 100%);
    background-color: #006cb6;
    border-radius: 5px 5px 0 0;
  }
  .times {
    display: flex;
    align-items: baseline;
    margin-right: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 0.75px solid #ffffff8e;
  }
  .times img {
    width: calc(370 / 650 * 100%);
  }
  .lecturer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.2em;
    padding-bottom: 4px;
  }
  .lecturer dl dt {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    padding: 0.1em 0.4em;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: 0.8em;
  }
  .lecturer dl dd {
    font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
    font-weight: 400;
    line-height: 1.2;
  }
  .explanation-wrap .ttl {
    font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
    color: #006cb6;
    margin-bottom: 0.2em;
  }
  .explanation-wrap .ex {
    font-size: clamp(0.6875rem, 0rem + 2.9333vw, 1.375rem);
  }

  .accordion__button {
    margin-top: -80px;
    font-size: clamp(1.3rem, 0.8213rem + 2.0426vw, 2.2rem);
    display: block;
    margin-inline: auto;
    width: fit-content;
    color: #006cb6;
    background-color: #fff;
    border: 1px solid #006cb6;
    border-radius: 50px;
    padding: 0.3em 1em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
    z-index: 1;
    position: relative;
  }
  .discussion_wrap .ttl_sub {
    color: #ffa500;
    background-color: #c9a85b;
    color: #fff;
    font-size: 16px;
    padding: 0.1em 0.3em;
    margin-right: 0.4em;
    display: block;
    width: fit-content;
  }

  /* VOICE OF DMA */
  .sec05_01_wrap {
    margin-top: 0;
    position: relative;
  }
  .sec05_01_wrap .sec05_top_img {
    position: relative;

    inset: unset;
    width: 100%;
    height: auto;
    aspect-ratio: initial;
  }
  #section05 .contents_inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    display: block;
    background-color: #fff;
    padding-inline: min(calc(46 / 750 * 100%), 46px);
  }
  #section05 .contents_inner ul li p {
    font-size: clamp(0.6875rem, 0rem + 2.9333vw, 1.375rem);
    line-height: 1.5;
  }
  .sp_inner2_wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .sp_inner2_wrap ul li {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sp_inner2_wrap ul li:nth-child(1) {
    width: calc(305 / 658 * 100%);
  }
  .sp_inner2_wrap ul li:nth-child(2) {
    width: calc(312 / 658 * 100%);
  }
  .sp_inner2_wrap ul li p {
    margin-bottom: 0;
  }
  .sec05_01_img {
    position: relative;
    inset: unset;
    max-width: 100%;
    height: auto;
    aspect-ratio: initial;
  }
  .sec05_01_inner2_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sec05_01b_inner .inner2_wrap > ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-top: 1px dashed #3d8fc7;
    margin-top: 30px;
  }
  .sec05_01b_inner .inner2_wrap > ul li {
    align-items: start;
    display: flex;
    flex-direction: column;
    min-height: 6.5em;
  }
  .inner2_wrap ul li img {
    margin-bottom: 0;
    margin-top: 0;
    max-height: 80px;
  }
  .sec05_01b_inner .inner2_wrap > ul > li:nth-child(1) {
    width: calc(287 / 658 * 100%);
  }
  .sec05_01b_inner .inner2_wrap > ul > li:nth-child(2) {
    width: calc(328 / 658 * 100%);
    padding-left: calc(42 / 658 * 100%);
  }
  .sp_btm_img_wrap {
    margin-top: 50px;
  }

  #dmaVoice {
    padding-bottom: 0;
  }
  #dmaVoice .inner_wrap {
    padding-bottom: 0;
  }
  .movieList {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 100%;
    padding-inline: min(calc(46 / 750 * 100%), 46px);
  }
  .movieList li {
    width: 100%;
  }
  #overview {
    padding-bottom: 0;
  }
  #overview .inner_wrap {
    padding-inline: min(calc(46 / 750 * 100%), 46px);
  }
  #overview .inner_wrap dl {
    display: flex;
    align-items: flex-start;
    padding-block: 0.6em;
    padding-inline: 0;
    border-bottom: 1px solid #a0a4a8;
    gap: 10px;
    font-family: var(--noto-font-family);
    font-weight: 400;
  }

  #overview .inner_wrap dl dt {
    font-size: clamp(0.625rem, 0rem + 2.6667vw, 1.25rem);
    width: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006cb6;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-block: 0.4em;
    padding-inline: 0;
  }
  #overview .inner_wrap dl dd {
    font-size: clamp(0.6875rem, 0rem + 2.9333vw, 1.375rem);
    line-height: 1.5;
    flex: 1 1 auto;
    letter-spacing: 0.08em;
    color: #202124;
  }
  #overview .inner_wrap dl dd span {
    font-size: clamp(0.625rem, -0.0625rem + 2.9333vw, 1.3125rem);
    display: inline;
  }

  .bt {
    display: block;
    width: calc(443 / 750 * 100%);
    max-width: 443px;
    padding: calc(20 / 960 * 100%) calc(30 / 960 * 100%);
    font-size: clamp(1.0625rem, -0.0625rem + 4.8vw, 2.1875rem);
    border-radius: 50px;
    margin-bottom: calc(30 / 960 * 100%);
    color: #fff !important;
  }

  .bt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8%;
    width: 15px;
    height: 17px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  #application .application_shimekiri {
    width: calc(443 / 750 * 100%);
    margin-inline: auto;
    /* margin-top: calc(45 / 960 * 100%); */
    margin-bottom: 35px;
  }
  #application p.kome {
    font-size: clamp(0.6875rem, 0rem + 2.9333vw, 1.375rem);
    margin-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 0;
  }
}

/* アニメーション */

/*----------------------------------------------------
  01.keyframes
----------------------------------------------------*/
@keyframes fadeBlur {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate(0, -70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect {
  opacity: 0;
}

.effect_on.fadeInDown {
  --dur: 1s;
  --delay: 0s;
  animation: fadeInDown var(--dur) ease-out var(--delay) 1 normal forwards;
}
.effect_on.fadeInUp {
  --dur: 0.8s;
  --delay: 0s;
  animation: fadeInUp var(--dur) ease-in-out var(--delay) 1 normal forwards;
}
.effect_on.fadeIn {
  --dur: 1s;
  --delay: 0s;
  animation: fadeIn var(--dur) ease-in-out var(--delay) 1 normal forwards;
}

@media screen and (max-width: 767.499px) {
  .pagetop .btn {
    position: absolute;
    right: 10px;
    bottom: 70px;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}

.speechBubble {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 10px;
  background-color: #c9a85b;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #c9a85b transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #c9a85b transparent transparent;
  translate: -50% 100%;
}
.speechBubble p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.speechBubble p.ttl {
  font-size: 22px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .speechBubble {
    margin-bottom: 3em;
  }
  .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #c9a85b transparent transparent;
    translate: -50% 100%;
  }

  .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10.5px 5.3px 0 5.3px;
    border-color: #c9a85b transparent transparent;
    translate: -50% 100%;
  }
  .speechBubble p {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
  }
  .speechBubble p.ttl {
    font-size: 15px;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
