@charset "UTF-8";
@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.breadcrumb {
  position: absolute;
  z-index: 10;
}
@media (width >= 769px) {
  .breadcrumb {
    width: calc(100% - 11.4583333333vw);
  }
}
@media (width < 768px) {
  .breadcrumb {
    margin-top: 0;
  }
}

@media (width >= 769px) {
  .pagetitle {
    position: absolute;
    left: 5.7291666667vw;
    right: 5.7291666667vw;
    height: 100lvh;
  }
  .pagetitle h2 {
    top: 10.9375vw;
  }
  .pagetitle picture {
    height: 100%;
  }
}
@media (width < 768px) {
  .pagetitle {
    height: auto;
  }
}

.bottom-menu {
  margin-top: 0;
}

@media (width >= 769px) {
  .h3 {
    margin-bottom: 5.2083333333vw;
  }
}
@media (width < 768px) {
  .h3 {
    margin-bottom: 10.2564102564vw;
  }
}

.menu_has_image .about {
  display: none;
}

.about_contents {
  position: relative;
  z-index: 5;
  display: grid;
  align-items: start;
}
@media (width >= 769px) {
  .about_contents {
    padding-inline: 8.59375vw 2.0833333333vw;
    gap: 2.0833333333vw;
    grid-template-columns: 1fr 16.1458333333vw;
    grid-template-areas: "main navi";
  }
}
@media (width < 768px) {
  .about_contents {
    padding-inline: 5.1282051282vw;
  }
}
@media (width >= 769px) {
  .about_contents-navi {
    grid-area: navi;
    position: sticky;
    top: 7.2916666667vw;
    padding-bottom: 6.7708333333vw;
  }
}
@media (width >= 769px) {
  .about_contents-main {
    grid-area: main;
    margin-top: 100lvh;
    border-right: 1px solid var(--color-blue);
    padding-bottom: 6.7708333333vw;
    padding-right: 6.25vw;
  }
}
@media (width < 768px) {
  .about_contents-main {
    padding-bottom: 12.8205128205vw;
  }
}

.page_navi dt {
  border-bottom: 1px solid var(--color-blue);
  font-weight: 500;
  font-family: var(--font-en);
}
@media (width >= 769px) {
  .page_navi dt {
    padding-bottom: 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .page_navi dt {
    padding-bottom: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}
.page_navi dd {
  border-bottom: 1px solid var(--color-blue);
}
.page_navi a {
  display: flex;
  align-items: center;
  background-image: url(../img/about/mrk-nav.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-decoration: none;
  padding-left: 0.5em;
}
@media (width >= 769px) {
  .page_navi a {
    height: 3.90625vw;
    background-size: 1.8229166667vw;
    font-size: 1.0416666667vw;
  }
  .page_navi a.active {
    background-color: var(--color-yellow);
  }
}
@media (width < 768px) {
  .page_navi a {
    height: 10.2564102564vw;
    background-size: 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}

@media (width >= 769px) {
  .sec-message {
    padding-top: 12.5vw;
  }
}
@media (width < 768px) {
  .sec-message {
    padding-top: 25.641025641vw;
  }
}
.sec-message .lead {
  font-weight: 700;
  line-height: 1.4;
}
.sec-message .lead b {
  font-family: var(--font-en);
  font-weight: 500;
}
@media (width >= 769px) {
  .sec-message .lead {
    margin-top: -2.34375vw;
    font-size: 2.8645833333vw;
  }
  .sec-message .lead b {
    font-size: 3.9583333333vw;
  }
}
@media (width < 768px) {
  .sec-message .lead {
    margin-top: -2.5641025641vw;
    font-size: 5.641025641vw;
  }
  .sec-message .lead b {
    font-size: 7.6923076923vw;
  }
}
.sec-message .desc {
  margin-top: 2em;
  line-height: 2.4;
}
@media (width >= 769px) {
  .sec-message .desc {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-message .desc {
    font-size: 4.1025641026vw;
  }
  .sec-message .desc br {
    display: none;
  }
}

@media (width >= 769px) {
  .sec-charm {
    padding-top: 10.4166666667vw;
  }
}
@media (width < 768px) {
  .sec-charm {
    padding-top: 25.641025641vw;
  }
}
.sec-charm .lead-block .desc {
  margin-bottom: 0.3em;
  line-height: 1.8;
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-charm .lead-block .desc {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-charm .lead-block .desc {
    font-size: 4.1025641026vw;
  }
}
.sec-charm .lead-block .line {
  line-height: 1.6;
  font-weight: 900;
  text-decoration: underline var(--color-yellow) 0.6em;
  text-underline-offset: -0.2em;
}
@media (width >= 769px) {
  .sec-charm .lead-block .line {
    font-size: 2.6041666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .lead-block .line {
    font-size: 5.641025641vw;
  }
}
.sec-charm .card-wrap {
  display: grid;
}
@media (width >= 769px) {
  .sec-charm .card-wrap {
    margin-top: 2.0833333333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap {
    margin-top: 7.6923076923vw;
    gap: 3.8461538462vw;
  }
}
.sec-charm .card-wrap [class^=card-] {
  background-color: #FFFBBC;
  background-repeat: no-repeat;
}
@media (width >= 769px) {
  .sec-charm .card-wrap [class^=card-] {
    border-radius: 1.5625vw;
    padding: 1.5625vw;
    padding-bottom: 2.34375vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap [class^=card-] {
    border-radius: 5.1282051282vw;
    padding: 5.1282051282vw;
    padding-bottom: 7.6923076923vw;
  }
}
.sec-charm .card-wrap .ttl {
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-charm .card-wrap .ttl {
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap .ttl {
    font-size: 5.1282051282vw;
  }
}
.sec-charm .card-wrap .catch {
  padding-block: 1.2em 0.8em;
  display: grid;
  gap: 0.4em;
  justify-items: start;
  line-height: 1;
  font-weight: 700;
}
.sec-charm .card-wrap .catch span {
  padding: 0.2em 0.5em 0.3em;
  background-color: var(--color-blue);
  color: #fff;
}
@media (width >= 769px) {
  .sec-charm .card-wrap .catch {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap .catch {
    font-size: 4.1025641026vw;
  }
}
.sec-charm .card-wrap .desc {
  line-height: 1.4;
}
@media (width >= 769px) {
  .sec-charm .card-wrap .desc {
    width: 13.5416666667vw;
    font-size: 0.9375vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap .desc {
    width: 48.7179487179vw;
  }
}
.sec-charm .card-wrap .card-1 {
  background-image: url(../img/about/ill-charm-1.svg);
}
@media (width >= 769px) {
  .sec-charm .card-wrap .card-1 {
    background-size: 7.7604166667vw;
    background-position: right 1.5625vw bottom 2.34375vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap .card-1 {
    background-size: 21.7948717949vw;
    background-position: right 5.1282051282vw bottom 7.6923076923vw;
  }
}
.sec-charm .card-wrap .card-2 {
  background-image: url(../img/about/ill-charm-2.svg);
}
@media (width >= 769px) {
  .sec-charm .card-wrap .card-2 {
    background-size: 5.8854166667vw;
    background-position: right 2.34375vw bottom 2.34375vw;
  }
}
@media (width < 768px) {
  .sec-charm .card-wrap .card-2 {
    background-size: 16.4102564103vw;
    background-position: right 7.6923076923vw bottom 7.6923076923vw;
  }
}
.sec-charm p.border {
  margin: 2em 0;
  padding-block: 0.4em;
  border-top: 0.1041666667vw solid var(--color-blue);
  border-bottom: 0.1041666667vw solid var(--color-blue);
  font-weight: 700;
  text-align: center;
}
@media (width >= 769px) {
  .sec-charm p.border {
    font-size: 1.3541666667vw;
  }
}
@media (width < 768px) {
  .sec-charm p.border {
    font-size: 4.6153846154vw;
  }
}
@media (width >= 769px) {
  .sec-charm .appeal {
    margin-top: 8.8541666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal {
    margin-top: 23.0769230769vw;
  }
}
.sec-charm .appeal hgroup {
  position: relative;
  background-color: var(--color-yellow);
  border-radius: 999px;
}
@media (width >= 769px) {
  .sec-charm .appeal hgroup {
    margin-right: -3.125vw;
    margin-bottom: 2.34375vw;
    padding-inline: 1.8229166667vw;
    padding-block: 1.3020833333vw 1.5104166667vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal hgroup {
    margin-bottom: 5.1282051282vw;
    padding-inline: 6.4102564103vw;
    padding-block: 5.1282051282vw;
  }
}
.sec-charm .appeal hgroup .number {
  position: absolute;
  display: grid;
  justify-items: center;
  line-height: 0.8;
}
@media (width >= 769px) {
  .sec-charm .appeal hgroup .number {
    bottom: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal hgroup .number {
    bottom: calc(100% - 2.5641025641vw);
  }
}
.sec-charm .appeal hgroup .label {
  font-family: var(--font-en);
}
@media (width >= 769px) {
  .sec-charm .appeal hgroup .label {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal hgroup .label {
    font-size: 4.1025641026vw;
  }
}
.sec-charm .appeal hgroup .order {
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-charm .appeal hgroup .order {
    font-size: 6.6666666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal hgroup .order {
    font-size: 15.3846153846vw;
  }
}
.sec-charm .appeal hgroup .h4 {
  line-height: 1.4;
}
@media (width >= 769px) {
  .sec-charm .appeal hgroup .h4 {
    padding-left: 8.3333333333vw;
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal hgroup .h4 {
    font-size: 5.1282051282vw;
  }
}
.sec-charm .appeal .h5 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  line-height: 1.68;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media (width >= 769px) {
  .sec-charm .appeal .h5 {
    font-size: 1.1458333333vw;
  }
  .sec-charm .appeal .h5 sup {
    font-size: 0.7291666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal .h5 {
    font-size: 4.1025641026vw;
  }
  .sec-charm .appeal .h5 sup {
    font-size: 2.5641025641vw;
  }
}
.sec-charm .appeal p {
  line-height: 1.67;
}
@media (width >= 769px) {
  .sec-charm .appeal p {
    font-size: 0.9375vw;
  }
}
.sec-charm .appeal p.lead {
  margin: -0.5em 0 -0.1em;
  font-weight: 700;
  line-height: 1.7;
}
@media (width >= 769px) {
  .sec-charm .appeal p.lead {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal p.lead {
    font-size: 4.1025641026vw;
  }
}
.sec-charm .appeal .image {
  border: 1px solid var(--color-blue);
  overflow: hidden;
}
@media (width >= 769px) {
  .sec-charm .appeal .image.large {
    margin-top: 2.0833333333vw;
    border-radius: 4.1666666667vw;
  }
  .sec-charm .appeal .image.small {
    border-radius: 2.6041666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal .image.large {
    margin-top: 6.4102564103vw;
    border-radius: 10.2564102564vw;
  }
  .sec-charm .appeal .image.small {
    border-radius: 7.6923076923vw;
  }
}
.sec-charm .appeal small.online {
  display: block;
  margin-top: 1.6em;
  line-height: 1.6;
}
@media (width >= 769px) {
  .sec-charm .appeal small.online {
    font-size: 0.7291666667vw;
  }
}
@media (width < 768px) {
  .sec-charm .appeal small.online {
    font-size: 3.0769230769vw;
  }
}
@media (width >= 769px) {
  .sec-charm .portableskill {
    margin-top: 2.8645833333vw;
    width: 34.2708333333vw;
  }
}
@media (width < 768px) {
  .sec-charm .portableskill {
    margin-top: 6.4102564103vw;
    max-width: 168.7179487179vw;
  }
}
.sec-charm .images-school {
  display: grid;
  position: relative;
}
@media (width >= 769px) {
  .sec-charm .images-school {
    margin-top: 1.5625vw;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8333333333vw;
  }
}
@media (width < 768px) {
  .sec-charm .images-school {
    margin-top: 6.4102564103vw;
    gap: 5.1282051282vw;
  }
}
.sec-charm .images-school .card {
  display: grid;
}
@media (width >= 769px) {
  .sec-charm .images-school .card {
    gap: 0.78125vw;
  }
}
@media (width < 768px) {
  .sec-charm .images-school .card {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2.5641025641vw;
  }
}
@media (width >= 769px) {
  .sec-charm .images-school .text {
    padding-inline: 1.3020833333vw;
  }
}
.sec-charm .images-school dl + small {
  display: inline-block;
  margin-top: 0.5em;
}
.sec-charm .images-school dt {
  margin-bottom: 0.3em;
  line-height: 1.4;
}
@media (width >= 769px) {
  .sec-charm .images-school dt {
    font-size: 0.9375vw;
  }
}
@media (width < 768px) {
  .sec-charm .images-school dt {
    font-size: 3.8461538462vw;
  }
}
.sec-charm .images-school dd {
  line-height: 1.65;
}
.sec-charm .images-school .college dt {
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-charm .images-school .college :is(dt, dd) {
    font-size: 1.1458333333vw;
  }
}
@media (width < 768px) {
  .sec-charm .images-school .college :is(dt, dd) {
    font-size: 3.8461538462vw;
  }
}
@media (width >= 769px) {
  .sec-charm .images-school small {
    font-size: 0.8854166667vw;
  }
}
.sec-charm .images-school .note {
  position: absolute;
  right: 0;
}
@media (width >= 769px) {
  .sec-charm .images-school .note {
    top: -2.1875vw;
  }
}
@media (width < 768px) {
  .sec-charm .images-school .note {
    top: -6.4102564103vw;
  }
}
.sec-charm .images-planning {
  display: grid;
}
@media (width >= 769px) {
  .sec-charm .images-planning {
    margin-top: 1.3020833333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6145833333vw;
  }
}
@media (width < 768px) {
  .sec-charm .images-planning {
    margin-top: 5.1282051282vw;
    gap: 3.8461538462vw;
  }
}

@media (width >= 769px) {
  .sec-feature {
    padding-top: 10.4166666667vw;
  }
}
@media (width < 768px) {
  .sec-feature {
    padding-top: 25.641025641vw;
  }
}
.sec-feature [class^=tokushoku-] {
  display: grid;
  align-items: center;
}
.sec-feature [class^=tokushoku-] li {
  line-height: 1.67;
}
.sec-feature [class^=tokushoku-] li + li {
  margin-top: 0.5em;
}
@media (width >= 769px) {
  .sec-feature [class^=tokushoku-] {
    margin-top: 6.25vw;
  }
  .sec-feature [class^=tokushoku-] ul {
    font-size: 0.9375vw;
  }
}
@media (width < 768px) {
  .sec-feature [class^=tokushoku-] {
    margin-top: 12.8205128205vw;
  }
  .sec-feature [class^=tokushoku-] ul {
    font-size: 3.5897435897vw;
  }
}
.sec-feature .numbering {
  display: grid;
}
.sec-feature .numbering .label {
  font-family: var(--font-en);
}
.sec-feature .numbering .order {
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-feature .numbering {
    margin-bottom: 1.0416666667vw;
  }
  .sec-feature .numbering .label {
    font-size: 1.3020833333vw;
  }
  .sec-feature .numbering .order {
    font-size: 4.6875vw;
  }
}
@media (width < 768px) {
  .sec-feature .numbering {
    margin-bottom: 2.5641025641vw;
  }
  .sec-feature .numbering .label {
    font-size: 3.5897435897vw;
  }
  .sec-feature .numbering .order {
    font-size: 11.5384615385vw;
  }
}
.sec-feature .h4 {
  display: grid;
  justify-items: start;
  gap: 0.3em;
  margin-bottom: 1em;
}
.sec-feature .h4 span {
  padding: 0.2em 0.4em 0.3em;
  background-color: var(--color-yellow);
  line-height: 1.4;
}
@media (width >= 769px) {
  .sec-feature .h4 {
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-feature .h4 {
    font-size: 5.1282051282vw;
  }
}
@media (width >= 769px) {
  .sec-feature .tokushoku-1 {
    grid-template-columns: 1fr 34.2708333333vw;
    gap: 2.0833333333vw;
  }
}
@media (width < 768px) {
  .sec-feature .tokushoku-1 {
    gap: 6.4102564103vw;
  }
}
.sec-feature .tokushoku-2 .image {
  border: 1px solid var(--color-blue);
  overflow: hidden;
}
.sec-feature .tokushoku-2 em {
  margin-top: 1.3em;
  display: block;
  padding: 0.9em;
  border: 1px solid var(--color-blue);
  border-radius: 1.5em;
  background-color: #DAD9EA;
  line-height: 1.5;
  text-align: center;
}
@media (width >= 769px) {
  .sec-feature .tokushoku-2 {
    gap: 2.6041666667vw;
    grid-template-columns: 1fr 20.5208333333vw;
    grid-template-areas: "image text";
  }
  .sec-feature .tokushoku-2 .text {
    grid-area: text;
  }
  .sec-feature .tokushoku-2 .image {
    grid-area: image;
    margin-left: -8.59375vw;
    border-radius: 0 4.1666666667vw 4.1666666667vw 0;
    border-left: none;
  }
  .sec-feature .tokushoku-2 em {
    font-size: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-feature .tokushoku-2 {
    gap: 6.4102564103vw;
  }
  .sec-feature .tokushoku-2 .image {
    border-radius: 10.2564102564vw;
  }
  .sec-feature .tokushoku-2 em {
    font-size: 3.8461538462vw;
  }
}
.sec-feature .h5 {
  margin-top: 1.5em;
}
.sec-feature .h5 small {
  font-weight: 500;
}
@media (width >= 769px) {
  .sec-feature .h5 {
    font-size: 1.5625vw;
  }
  .sec-feature .h5 small {
    font-size: 0.8333333333vw;
  }
}
@media (width < 768px) {
  .sec-feature .h5 {
    font-size: 5.1282051282vw;
  }
  .sec-feature .h5 small {
    font-size: 3.0769230769vw;
  }
}
.sec-feature .school {
  display: grid;
}
@media (width >= 769px) {
  .sec-feature .school {
    margin-top: 1.0416666667vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8333333333vw;
  }
}
@media (width < 768px) {
  .sec-feature .school {
    margin-top: 3.8461538462vw;
    gap: 5.1282051282vw;
  }
}
.sec-feature .school .item {
  display: grid;
}
@media (width >= 769px) {
  .sec-feature .school .item {
    gap: 1.0416666667vw;
    align-content: start;
  }
}
@media (width < 768px) {
  .sec-feature .school .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw;
    align-items: center;
  }
}
.sec-feature .school .image {
  border: 1px solid var(--color-blue);
  overflow: hidden;
}
@media (width >= 769px) {
  .sec-feature .school .image {
    border-radius: 1.6666666667vw;
  }
}
@media (width < 768px) {
  .sec-feature .school .image {
    border-radius: 5.1282051282vw;
  }
}
.sec-feature .school dl + small {
  display: inline-block;
  margin-top: 0.6em;
}
.sec-feature .school dt {
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.4;
}
@media (width >= 769px) {
  .sec-feature .school dt {
    font-size: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-feature .school dt {
    font-size: 4.1025641026vw;
  }
}
.sec-feature .school dd {
  line-height: 1.67;
}
@media (width >= 769px) {
  .sec-feature .school dd {
    font-size: 0.9375vw;
  }
}
.sec-feature .school small {
  font-weight: 500;
}
@media (width >= 769px) {
  .sec-feature .school small {
    font-size: 0.7291666667vw;
  }
}
@media (width < 768px) {
  .sec-feature .school small {
    font-size: 3.0769230769vw;
  }
}

@media (width >= 769px) {
  .sec-learning {
    padding-top: 10.4166666667vw;
  }
}
@media (width < 768px) {
  .sec-learning {
    padding-top: 25.641025641vw;
  }
}
.sec-learning .flow {
  display: grid;
}
@media (width >= 769px) {
  .sec-learning .flow {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.0729166667vw;
  }
}
@media (width < 768px) {
  .sec-learning .flow {
    gap: 8.9743589744vw;
    justify-items: center;
  }
  .sec-learning .flow > * {
    width: 35.8974358974vw;
  }
}
.sec-learning .flow .plus + .plus {
  position: relative;
}
.sec-learning .flow .plus + .plus::before {
  position: absolute;
  content: "";
  background: url(../img/about/mrk-plus-thin.svg) no-repeat center;
  background-size: 100%;
  aspect-ratio: 1;
}
@media (width >= 769px) {
  .sec-learning .flow .plus + .plus::before {
    top: 50%;
    left: -2.6041666667vw;
    translate: 0 -50%;
    width: 2.2916666667vw;
  }
}
@media (width < 768px) {
  .sec-learning .flow .plus + .plus::before {
    top: -7.4358974359vw;
    left: 50%;
    translate: -50%;
    width: 5.641025641vw;
  }
}
.sec-learning .flow .equal {
  position: relative;
}
.sec-learning .flow .equal::before {
  position: absolute;
  content: "";
  background: url(../img/about/mrk-right.svg) no-repeat center;
  background-size: 100%;
  aspect-ratio: 1;
}
@media (width >= 769px) {
  .sec-learning .flow .equal::before {
    top: 50%;
    left: -2.5vw;
    translate: 0 -50%;
    width: 2.0833333333vw;
  }
}
@media (width < 768px) {
  .sec-learning .flow .equal::before {
    top: -6.6666666667vw;
    left: 50%;
    translate: -50%;
    width: 5.1282051282vw;
    rotate: 90deg;
  }
}
@media (width >= 769px) {
  .sec-learning [class^=step-] {
    margin-top: 4.6875vw;
  }
}
@media (width < 768px) {
  .sec-learning [class^=step-] {
    margin-top: 12.8205128205vw;
  }
}
.sec-learning .h4 {
  margin-bottom: 0.6em;
  line-height: 1.6;
}
@media (width >= 769px) {
  .sec-learning .h4 {
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-learning .h4 {
    font-size: 4.6153846154vw;
  }
}
.sec-learning .ul li {
  line-height: 1.9;
}
@media (width >= 769px) {
  .sec-learning .ul li {
    font-size: 0.9375vw;
  }
}
.sec-learning .ul li::before {
  content: "・";
}
.sec-learning .image {
  border: 1px solid var(--color-blue);
}
@media (width >= 769px) {
  .sec-learning .image {
    margin-top: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-learning .image {
    margin-top: 3.8461538462vw;
  }
}
.sec-learning .schedule img {
  width: 100%;
}
.sec-learning :is(.step-2, .step-3) {
  position: relative;
}
.sec-learning :is(.step-2, .step-3)::before {
  content: "";
  position: absolute;
  background: url(../img/about/mrk-down.svg) no-repeat center;
  background-size: auto 100%;
  aspect-ratio: 1;
}
@media (width >= 769px) {
  .sec-learning :is(.step-2, .step-3) {
    margin-top: 5.7291666667vw;
  }
  .sec-learning :is(.step-2, .step-3)::before {
    top: -4.6875vw;
    left: 4.1666666667vw;
    width: 2.8645833333vw;
  }
}
@media (width < 768px) {
  .sec-learning :is(.step-2, .step-3) {
    margin-top: 17.9487179487vw;
  }
  .sec-learning :is(.step-2, .step-3)::before {
    top: -12.8205128205vw;
    left: 7.6923076923vw;
    width: 7.6923076923vw;
  }
}
.sec-learning p.bg_yellow {
  margin: 1.2em 0;
  padding: 1em 1.5em;
  background-color: var(--color-yellow);
  border-radius: 1.5em;
  font-weight: 700;
  line-height: 1.8;
}
@media (width >= 769px) {
  .sec-learning p.bg_yellow {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-learning p.bg_yellow {
    font-size: 4.1025641026vw;
  }
}

@media (width >= 769px) {
  .sec-curriculum {
    padding-top: 8.8541666667vw;
  }
}
@media (width < 768px) {
  .sec-curriculum {
    padding-top: 25.641025641vw;
  }
}
.sec-curriculum [class^=year-] {
  border: 1px solid var(--color-blue);
  background-color: #DAD9EA;
}
@media (width >= 769px) {
  .sec-curriculum [class^=year-] {
    margin-top: 2.0833333333vw;
    border-radius: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-curriculum [class^=year-] {
    margin-top: 6.4102564103vw;
    border-radius: 5.1282051282vw;
  }
}
.sec-curriculum .h4 {
  background-color: var(--color-blue);
  padding-block: 0.5em;
  color: #fff;
}
@media (width >= 769px) {
  .sec-curriculum .h4 {
    border-radius: 1.4583333333vw 1.4583333333vw 0 0;
    padding-inline: 2.0833333333vw;
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .h4 {
    border-radius: 4.8717948718vw 4.8717948718vw 0 0;
    padding-inline: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
@media (width >= 769px) {
  .sec-curriculum .body {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .body {
    padding: 3.8461538462vw 5.1282051282vw;
  }
}
.sec-curriculum p {
  font-weight: 700;
  text-decoration: dashed underline 1px;
  text-underline-offset: 0.3em;
}
@media (width >= 769px) {
  .sec-curriculum p {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum p {
    font-size: 4.1025641026vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .year-2 .body {
    position: relative;
    padding-bottom: 15.3846153846vw;
  }
}
.sec-curriculum .year-2 em {
  position: absolute;
  padding: 0 0.5em;
  margin-left: 1em;
  margin-top: 0.4em;
  background-color: #fff;
  font-weight: 500;
}
@media (width >= 769px) {
  .sec-curriculum .year-2 em {
    font-size: 0.9375vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .year-2 em {
    left: 0;
    bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.sec-curriculum .example {
  position: relative;
  border: 1px solid var(--color-blue);
  background-color: #fff;
}
.sec-curriculum .example::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/about/mrk-plus-bold.svg) no-repeat center;
  background-size: 100%;
  aspect-ratio: 1;
}
@media (width >= 769px) {
  .sec-curriculum .example {
    margin-top: 5.2083333333vw;
    border-radius: 1.5625vw;
  }
  .sec-curriculum .example::before {
    top: -3.90625vw;
    width: 2.8645833333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .example {
    margin-top: 12.8205128205vw;
    border-radius: 5.1282051282vw;
  }
  .sec-curriculum .example::before {
    top: -10.2564102564vw;
    width: 6.4102564103vw;
  }
}
.sec-curriculum .h5 {
  background-color: var(--color-blue);
  padding-block: 0.55em;
  color: #fff;
  line-height: 1.4;
}
@media (width >= 769px) {
  .sec-curriculum .h5 {
    border-radius: 1.4583333333vw 1.4583333333vw 0 0;
    padding-inline: 2.0833333333vw;
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .h5 {
    border-radius: 4.8717948718vw 4.8717948718vw 0 0;
    padding-inline: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.sec-curriculum .example_body {
  display: grid;
}
@media (width >= 769px) {
  .sec-curriculum .example_body {
    padding: 1.5625vw;
    grid-template-columns: 2.8125vw 1fr;
    gap: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .example_body {
    padding: 3.8461538462vw;
    gap: 2.5641025641vw;
  }
}
.sec-curriculum .example_label {
  border: 1px solid var(--color-blue);
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-curriculum .example_label {
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .example_label {
    width: 10.2564102564vw;
    font-size: 4.1025641026vw;
  }
}
.sec-curriculum .example_detail {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  font-weight: 700;
}
.sec-curriculum .example_detail dt {
  padding: 0 1em;
  background-color: var(--color-blue);
  color: #fff;
  text-align: center;
}
@media (width >= 769px) {
  .sec-curriculum .example_detail {
    gap: 1.0416666667vw;
    font-size: 1.3020833333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .example_detail {
    gap: 2.5641025641vw;
  }
}
.sec-curriculum .underline {
  width: fit-content;
  padding-block: 0.3em;
  margin: auto;
  border-bottom: solid currentColor;
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-curriculum .underline {
    margin-top: 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .underline {
    margin-top: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}
.sec-curriculum .note {
  position: absolute;
  bottom: -2em;
  right: 0;
  font-weight: 700;
}
@media (width >= 769px) {
  .sec-curriculum .note {
    font-size: 0.8333333333vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .note {
    font-size: 3.0769230769vw;
  }
}
.sec-curriculum .more_info {
  font-weight: 500;
  text-align: right;
  text-decoration: none;
}
.sec-curriculum .more_info a {
  text-underline-offset: 0.3em;
}
@media (width >= 769px) {
  .sec-curriculum .more_info {
    margin-top: 4.1666666667vw;
    font-size: 1.0416666667vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .more_info {
    margin-top: 12.8205128205vw;
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.sec-curriculum .btn_cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.2s;
}
.sec-curriculum .btn_cta a::after {
  content: "";
  background: url(../img/common/mrk-arrow-right.svg) no-repeat center;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
}
.sec-curriculum .btn_cta a:hover {
  background-color: #fff;
  color: var(--color-blue);
}
@media (width >= 769px) {
  .sec-curriculum .btn_cta {
    margin-top: 3.90625vw;
  }
  .sec-curriculum .btn_cta a {
    padding-inline: 5.2083333333vw 2.6041666667vw;
    height: 8.1770833333vw;
    font-size: 1.5625vw;
  }
  .sec-curriculum .btn_cta a::after {
    width: 2.7083333333vw;
    background-size: 0.78125vw;
  }
}
@media (width < 768px) {
  .sec-curriculum .btn_cta {
    margin-top: 12.8205128205vw;
  }
  .sec-curriculum .btn_cta a {
    padding-inline: 12.8205128205vw 6.4102564103vw;
    height: 20.5128205128vw;
    font-size: 4.6153846154vw;
  }
  .sec-curriculum .btn_cta a::after {
    width: 10.2564102564vw;
    background-size: 2.5641025641vw;
  }
}