body {
    background: unset;
}
.md_d-flex {
    display: flex;
}
.md_clr-yellow {
    color: #FEE302;
}
.md_clr-red {
    color: #D53024 !important;
}
.md_sp {
    display: block !important;
}
.md_pc {
    display: none !important;
}
.md_lp002e-main {
    padding-top: 140px;
    color: #182E4C;
}

/*-------------------------
    breadcrumb
-------------------------*/
.md-breadcrumb {
    background: #EEEEEE;
    border-bottom: 1px solid rgba(112, 112, 112, 0.26);
}
.p-breadcrumb__inner.md-breadcrumb__inner {
    font-size: 10px;
    line-height: 1;
    padding: 6px 0;
    color: #2E2E2E
}
.md-breadcrumb__inner .md-breadcrumb__item .md-breadcrumb__item-link {
    color: #2E2E2E;
}
.md-breadcrumb__inner .md-breadcrumb__item::after {
    vertical-align: unset;
}
.md-breadcrumb__inner .md-breadcrumb__item:first-child {
    padding-left: 10px;
}
.md-breadcrumb__inner .md-breadcrumb__item:last-child {
    padding-right: 10px;
}

/*-------------------------
    md_main-section
-------------------------*/
.md_main-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/*-------------------------
    KV
-------------------------*/
.md_lp002e-kv__title{
    padding: 20px 15px 0;
}
.md_lp002e-kv__title-text{
    font-size: 2.8rem;
    color: #182E4C;
    border-bottom: 2px solid #182E4C;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
}

/*-------------------------
    top-lead
-------------------------*/
.md_top-lead__text{
    font-size: 1.5rem;
    color: #182E4C;
    font-weight: 500;
    line-height: 1.4;
    padding: 17px 15px;
}

/*-------------------------
    CTA
-------------------------*/
.md_contact-area{
    background: #EEF6FD;
    padding: 28px 0 18px;
}
.mb-local {
  margin-bottom: 20px;
}
.md_contact-area.column4_01 {
  padding: 20px 0;
}
.md_contact-area.column4_02 {
  padding: 23px 0;
}
.md_contact-area.column4_03 {
  padding: 23px 0;
}
.md_contact-area .md_main-section{
    width: 90vw;
}

/*-------------------------
    trouble-area
-------------------------*/
.md_trouble-area__contents{
    background: #fff;
    padding: 33px 10px;
}
.md_trouble-area__title{
    margin-bottom: 33px;
}
.md_trouble-area__title--text{
    color: #182E4C;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 700;
}
.md_trouble-area__body--text{
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 24px;
}
.md_trouble-area__card{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px 10px;
    flex-wrap: wrap;
}
.md_trouble-area__card-item{
    width: 47%;
}
.md_trouble-area__card-item-head{
    position: relative;
    display: block;
}
.md_trouble-area__card-item-title{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.45;
}
.md_trouble-area__card-item-title--label{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: auto;
}
.md_trouble-area__card-item-body{
    display: block;
    background: #fff;
    border: solid 2px #1F3B9E;
    border-radius: 8px;
    padding: 24px 12px 16px;
}
.md_trouble-area__card-item-body.local {
    padding: 33px 12px 16px;
}
.md_trouble-area__trouble-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.md_trouble-area__trouble-item-head{
    font-size: 1.2rem;
    margin-bottom: 4px;
}
.md_trouble-area__trouble-img-wrap{
    font-size: 1rem;
    margin-bottom: 8px;
}
.md_trouble-area__trouble-img{
    max-width: 131px;
    width: 100%;
    margin-top: 20px;
}
.md_trouble-area__trouble-img.local {
    margin-top: 10px;
}
.md_trouble-area__card-item-description{
    font-size: 1.4rem;
    color: #182E4C;
    font-weight: 700;
    line-height: 1.45;
}
.md_trouble-area__body--notes{
    font-size: 1rem;
    text-align: left;
}
.md_trouble-subarea__body {
  display: flex;
  justify-content: center;
}
.md_trouble-subarea__head{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.md_trouble-subarea__head .md_trouble-subarea__title {
  position: absolute;
  top: 46%;
  left: 6%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: bold;
}
.red {
  color: #E52D2C;
}
.semi-Bold {
  font-weight: 600;
}
.size_larger {
  font-size: 2.8rem;
}
.small_mark {
  font-size: 1.2rem;
  vertical-align: baseline;
}
.md_trouble-subarea__discription {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.md_trouble-subarea__note {
  font-size: 1.0rem;
  margin-top: 21px;
}

/*-------------------------
    support-system
-------------------------*/
.md_support-system__contents{
    background: #182E4C;
    padding: 50px 10px 63px;
}
.md_support-system__title{
    margin-bottom: 26px;
}
.md_support-system__title--sub-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 136px; */
    height: 25px;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 100px;
    background-color: #fee300;
    color: #224087;
    margin: 0 auto 12px;
    padding: 0 15px;
}
.md_support-system__title--sub-text::before {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 20px;
    height: 10px;
    background-color: #fee300;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.md_support-system__title--text{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}
.md_support-system__list{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    gap: 17px;
}
.md_support-system__list-item{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 10px 36px;
}
.md_support-system__list-item-img{
    max-width: 65px;
}
.md_support-system__list-item-text{
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    margin-left: 35px;
}

/*-------------------------
    learning-point
-------------------------*/
.md_learning-point__contents{
    background: #182E4C;
    padding: 53px 16px 47px;
}
.md_learning-point__title{
    text-align: center;
    margin-bottom: 55px;
}
.md_learning-point__title--text{
    color: #fff;
    font-size: 1.9rem;
    line-height: 1;

}
.title--text--emp {
    font-size: 3.2rem;
    color: #fff;
    vertical-align: super;
    text-decoration: underline; /* 下線 */
    text-decoration-color: #FEE302;/* 線の色 */
    text-underline-offset: 0.2em;
}
.title--text--yellow {
    color: #FEE302;
}
.title--text--num {
  font-size: 5.4rem;
  padding-right: 3px;
}
.md_learning-point__list-item {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.md_learning-point__list-item:not(:first-child){
    margin-top: 56px;
}
.md_learning-point__list-item-text-wrap{
    width: 100%;
    text-align:left;
}
.md_learning-point__list-item-head {
    position: relative;
    display: block;
    border-radius: 12px 12px 0 0;
    padding: 40px 0 0;
    margin-bottom: 0px;
    min-height: auto;
}
.md_learning-point__list-item-title{
    color: #182E4C;
    font-size: 2rem;
    line-height: 1.4;
}
.md_learning-point__list-item-title sub{
    font-size: 1.2rem;
    bottom: 0;
}
.md_learning-point__list-item-title--label{
    position: absolute;
    align-items: baseline;
    background: #FEE300;
    color: #182E4C;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 100px;
    width: 129px;
    height: auto;
    padding: 10px 30px 12px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    top: -25px;
}
.md_learning-point__list-item-body{
    display: block;
    padding: 23px 0 31px; 
}
.md_learning-point__list-item-description{
    font-size: 1.4rem;
    width: 100%;
    padding: 25px 18px 0;
    line-height: 1.55;
}
.md_learning-point__list-item-notes{
    font-size: 1rem;
    text-align: left;
    margin: 13px 19px 0;
    background-color: #EEF6FD;
    padding: 12px 17px;
}
.md_learning-point__list-item-notes--head {
    font-size: 1.2rem;
    font-weight: bold;
}
.md_learning-point__list-item-notes--text {
    font-size: 1rem;
    padding-top: 6px;
}
.md_learning-point__list-item-img-wrap{
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0 20px;
    justify-content: center;
}

/* learning-point__support
-------------------------*/
.md_learning-point__support{
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 50px 16px;
}
.md_learning-point__support-title{
    font-size: 1.6rem;
    color: #182E4C;
    font-weight: 800;
    margin-bottom: 24px;
}
.md_learning-point__support-title--sub-text {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 14px;
    border: 1.7px solid #182e4c;
    border-radius: 7px;
    background-color: #ffffff;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #182e4c;
    white-space: nowrap;
    font-weight: bold;
}
.md_learning-point__support-title--sub-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #182e4c transparent transparent;
    translate: -50% 100%;
}
.md_learning-point__support-title--sub-text::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border-style: solid;
    border-width: 12.1px 9.5px 0 9.5px;;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}
.md_learning-point__support-list{
    display: block;
}
.md_learning-point__support-item {
    text-align: center;
}
.md_learning-point__support-item:not(:first-child){
    border-left: none;
    border-top: 1px solid #182E4C;
    padding-left: 0;
    padding-top: 24px;
}
.md_learning-point__support-item:not(:last-child){
    padding-right: 0;
    padding-bottom: 25px;
}
.md_learning-point__support-item-title{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    line-height: 1.3;
}
.md_learning-point__support-item-subtitle-text{
    text-align: center;
    font-weight: bold;
}
.highlight {
    text-decoration: underline;
    text-decoration-thickness: 0.5em; 
    text-decoration-color: #FFEAEA; 
    text-underline-offset: -0.2em; 
    text-decoration-skip-ink: none; 
}
.md_learning-point__support-item-title-text{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 14px;
}
.md_learning-point__support-item-title-label{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #E52D2C;
    background: #FFEAEA;
    padding: 4px 10px;
    margin-right: 7px;
    margin-top: 3px;
}
.md_learning-point__support-item-title-text--emp{
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-right: 21px;
    text-align: left;
}
.md_learning-point__support-item-title-text--emp:nth-child(2) {
    line-height: 1.3;
}
.md_learning-point__support-item-description {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    margin-top: 18px;
}
.md_learning-point__support-item:nth-child(2) .md_learning-point__support-item-description {
    line-height: 1.6;
}

/*-------------------------
    faq
-------------------------*/
.p-section__footer {
    text-align: center;
    margin-bottom: 2rem;
}
.faq-course .p-qa-toggle__q>.c-toggle__btn {
    min-height: 60px;
    height: auto !important;
}
.other-faq-button {
    color: #ffffff;
    background-color: #344BA0;
    position: relative;
    display: inline-block;
    width: 330px;
    padding: 18px 0 18px 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.64px;
    text-align: left;
    border: none;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 4px 0px 0px #002D6A;
}
.other-faq-button::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("/lp002e/img/faq_arrow.webp") no-repeat;
    background-size: contain;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


@media only screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .md_main-section {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 769px) {
    .md_sp {
        display: none !important;
    }
    .md_pc {
        display: block !important;
    }
    .md_lp002e-main {
        padding-top: 146px;
    }

    /*-------------------------
        breadcrumb
    -------------------------*/
    .p-breadcrumb__inner.md-breadcrumb__inner {
        padding: 18px 0;
    }
    .p-breadcrumb__inner li {
        font-size: 13px !important;
    }
    .md-breadcrumb__inner .md-breadcrumb__item:first-child {
      padding-left: 0;
    }

    /*-------------------------
        md_main-section
    -------------------------*/
    .md_main-section {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    /*-------------------------
        KV
    -------------------------*/
    .md_lp002e-kv-area{
        background: #182962;
    }
    .md_lp002e-kv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        gap: 30px;
    }
    .md_lp002e-kv__img{
        max-width: 666px;
        width: 100%;
    }
    .md_lp002e-kv__title{
        padding: 0;
    }
    .md_lp002e-kv__title-text{
        font-size: 3.63rem;
        color: #fff;
        border-bottom: none;
        margin: 0 auto;
        text-decoration: underline;
        text-decoration-color: #fff;
        text-underline-offset: 0.4em;
        margin-bottom: 11px;
    }

    /*-------------------------
        top-lead
    -------------------------*/
    .md_top-lead__text{
        font-size: 2.2rem;
        color: #333333;
        font-weight: 400;
        line-height: 1.6;
        padding: 33px 0;
    }

    /*-------------------------
        CTA
    -------------------------*/
    .md_contact-area{
        padding: 36px 0;
    }
    .mb-local {
        margin-bottom: 33px !important;
    }
    .md_contact-area.column4_01 {
        padding: 40px 0;
    }
    .md_contact-area.column4_02 {
        padding: 35px 0 41px;
    }
    .md_contact-area.column4_03 {
        padding: 36px 0;
    }
    .change_order01 {
        order: 2;
    }
    .change_order02 {
        order: 1;
    }
    .change_order03 {
        order: 3;
    }

    /*-------------------------
        trouble-area
    -------------------------*/
    .md_trouble-area__contents{
        padding: 60px 0;
    }
    .md_trouble-area__title{
        margin-bottom: 46px;
    }
    .md_trouble-area__title--text{
        font-size: 3.65rem;
        line-height: 1.2;
    }
    .md_trouble-area__body--text{
        font-size: 2.4rem;
        margin-bottom: 48px;
    }
    .md_trouble-area__main-contents{
        margin-bottom: 24px;
    }
    .md_trouble-area__card{
        gap: 26px;
        flex-wrap: nowrap;
    }
    .md_trouble-area__card-item{
        width: 360px;
    }
    .md_trouble-area__card-item-title{
        color: #fff;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.45;
    }
    .md_trouble-area__card-item-title--label{
        top: -15px;
        width: 34px;
    }
    .md_trouble-area__card-item-body{
        border: solid 3px #1F3B9E;
        border-radius: 8px;
        padding: 25px 12px;
        height: 293px;
    }
    .md_trouble-area__card-item-body.local{
        padding: 39px 12px 16px;
    }
    .md_trouble-area__trouble-img-wrap{
        font-size: 2rem;
        margin-bottom: 16px;
    }
    .md_trouble-area__trouble-img{
        max-width: 232px;
        margin-top: 28px;
    }
    .md_trouble-area__card-item-description{
        font-size: clamp(1.4rem, 2.2vw, 2.3rem);
        line-height: 1.4;
    }
    .md_trouble-area__body--notes{
        font-size: 2rem;
    }
    .md_sub-section {
        margin-top: 55px;
    }
    .md_trouble-subarea__body {
        max-width: 1000px;
        margin: 0 auto;
        justify-content: space-between;
        position: relative;
    }
    .md_trouble-subarea__inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 999;
    }
    .md_trouble-subarea__title {
        font-size: 4.65rem;
        font-weight: bold;
        line-height: 1.3;
        margin-top: 50px;
    }
    .md_trouble-subarea__img {
        max-width: 444px;
        position: absolute;
        right: 0;
    }
    .size_larger {
        font-size: 5.1rem;
    }
    .small_mark {
        font-size: 2rem;
    }
    .md_trouble-subarea__discription {
        text-align: left;
        font-size: 1.77rem;
        margin-top: 23px;
    }
    .md_trouble-subarea__note {
          font-size: 1.08rem;
          margin-top: 45px;
          margin-left: 3px;
    }
 
    /*-------------------------
        support-system
    -------------------------*/
    .md_support-system__contents{
        padding: 54px 0 89px;
    }
    .md_support-system__title{
        margin-bottom: 34px;
    }
    .md_support-system__title--text{
        color: #fff;
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1;
    }
    .md_support-system__list{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 35px 34px;
    }
    .md_support-system__list-item{
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 6px;
        padding: 22px 44.5px;
    }
    .md_support-system__list-item:last-child {
      padding-left: 33.5px;
    }
    .md_support-system__list-item-img{
        max-width: 112px;
    }
    .md_support-system__list-item-text{
        font-size: clamp(1.8rem, 2.1vw, 2.6rem);
        font-weight: 700;
        text-align: left;
        margin-left: 38px;
        line-height: 1.35;
    }

    /*-------------------------
        learning-point
    -------------------------*/
    .md_learning-point__contents{
        padding: 70px 0 81px;
    }
    .md_learning-point__title{
        text-align: center;
        margin-bottom: 90px;
    }
    .md_learning-point__title--text{
        color: #fff;
        font-size: 3.75rem;
        margin-bottom: 48px;
        padding-right: 68px;
    }
    .title--text--num {
        font-size: 11.1rem;
        padding-right: 4px;
        vertical-align: -27px;
        padding-left: 5px;
    }
    .title--text--emp {
        font-size: 5.55rem;
        vertical-align: sub;
    }
    .md_learning-point__list-item:not(:first-child){
        margin-top: 78px;
    }
    .md_learning-point__list-item-text-wrap{
        width: 54%;
        text-align:left;
    }
    .md_learning-point__list-item-head {
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 10px;
        padding: 0;
        margin-bottom: 21px;
    }
    .md_learning-point__list-item-title{
        color: #182E4C;
        font-size: 3.17rem;
    }
    .md_learning-point__list-item-title sub{
        font-size: 1.8rem;
        bottom: 0;
    }
    .md_learning-point__list-item-title--label{
        position: absolute;
        top: -34px;
        display: inline-flex;
        justify-content: center;
        align-items: baseline;
        background: #FEE300;
        color: #182E4C;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1.5;
        border-radius: 100px;
        width: 158px;
        height: 54px;
        padding: 5px 20px;
    }
    .md_learning-point__list-item-body{
        display: flex;
        align-items: center;
        gap: 53px;
        background: #fff;
        border-radius: 10px;
        padding: 66px 55px 54px;
    }
    .md_learning-point__list-item-description{
        font-size: 1.8rem;
        width: 100%;
        padding: 0;
    }
    .md_learning-point__list-item-notes{
        font-size: 1.8rem;
        margin: 16px 10px 0 0;
        padding: 12px 21px 12px 17px;
    }
    .md_learning-point__list-item-notes--head {
        font-size: 1.33rem;
    }
    .md_learning-point__list-item-notes--text {
        font-size: 1.31rem;
        padding-top: 4px;
    }
    .md_learning-point__list-item-img-wrap{
        display: flex;
        gap: 23px;
        width: 41%;
        padding: 0;
    }

    /* learning-point__support
    -------------------------*/
    .md_learning-point__support{
        padding: 90px 20px 28px;
        max-width: 1240px;
        margin: 0 auto;
    }
    .md_learning-point__support-title{
        font-size: 2.8rem;
        margin-bottom: 48px;
    }
    .md_learning-point__support-title--sub{
        top: -20px;
    }
    .md_learning-point__support-title--sub-text {
        font-size: 2.7rem;
        width: 412px;
        height: 70px;
        top: -37px;
        left: 51%;
        text-align: center;
        line-height: 70px;
        padding: 0;
    }
    .md_learning-point__support-list{
        display: flex;
        justify-content: space-between;
    }
    .md_learning-point__support-item {
        width: 31%;
    }
    .md_learning-point__support-item:not(:first-child){
        border-top: none;
        border:none;
        padding-top: 0;
    }
    .md_learning-point__support-item-title{
        margin-bottom: 28px;
    }
    .md_learning-point__support-item:last-child .md_learning-point__support-item-title {
        margin-top: 20px;
    }
    .md_learning-point__support-item:nth-child(1) .md_learning-point__support-item-title{
        margin-bottom: 35px;
    }
    .md_learning-point__support-item:nth-child(3) .md_learning-point__support-item-title{
        margin-bottom: 45px;
    }
    .md_learning-point__support-item-title-text{
        font-size: 1.8rem;
    }
    .md_learning-point__support-item-title-label {
        padding: 5px 12px;
        margin-right: 9px;
    }
    .md_learning-point__support-item-title-text--emp{
        font-size: clamp(2.1rem, 2.4vw, 2.95rem);
        margin-right: 15px;
    }
    .md_learning-point__support-item-description{
        font-size: 1.8rem;
        margin-top: 26px;
    }
    .md_learning-point__support-item-subtitle-text {
        font-size: clamp(1.9rem, 2vw, 2.1rem);
    }

    /*-------------------------
    faq
    -------------------------*/

    .faq-course {
        padding: 82px 10px 58px !important;
    }
    .other-faq-button {
        width: 400px;
        padding: 20px 0 21px 61px;
        font-size: 2.1rem;
        letter-spacing: 1.94px;
    }
    .other-faq-button::after {
        right: 21px;
    }
}