.md-top-main__header-banner {
    position: relative;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

.md-top-main__header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(6, 25, 80, 0.51);
}

.md-top-main__header-banner .md-top-main__header-banner-text {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.md-top-main__header-banner-text img {
    width: 100%;
    object-fit: contain;
}

.md-top-main__header-image img {
    width: 100%;
    object-fit: contain;
}

.md-top-main__header-slide .splide__arrow {
    background: #ffffff;
}

.md-top-main__header-slide .splide__arrow--next {
    right: 5px;
}

.md-top-main__header-slide .splide__arrow--prev {
    left: 5px;
}

.md-top-main__header-slide .splide__arrow--next:after {
    background-color: #9e9e9e;
}

.md-top-main__header-slide .splide__arrow--prev:after {
    background-color: #9e9e9e;
}

.md-top-main__header-slide .splide__arrow svg {
    fill: #9e9e9e;
}

.md-top-main__header-slide .splide__pagination {
    position: absolute;
    bottom: 15px;
}

.md-top-main__header-slide.splide__pagination__page.is-active {
    background: #5a85c7;
}

/* .md-around-header__banner {
    width: 100vw;
}

.md-around-header__banner img {
    width: 100%;
    object-fit: contain;
} */

.md-contact {
    padding-top: 31px;
    padding-bottom: 31px;
    background-color: #D1ECFF;
}

.md-contact .md-contact__text {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}

.md-contact .md-contact__title {
    /* color: #003682; */
    color: #4D4C4C;
    text-align: end;
    font-size: 10px;
    margin-right: 12px;
}

.md-contact__btn {}

.advertise-label {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 2px));
    border-radius: 30px;
    padding: 1px 8px;
    font-size: 14px;
    white-space: nowrap;
}

.advertise--label-bg-yellow {
    background-color: #FFE14F;
}

.advertise--label-bg-white {
    background-color: #ffffff;
}

.advertise-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -1px;
    left: -15px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #000;
    background-color: #FFE14F;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
}

.advertise-circle .advertise-circle-text--highlight {
    font-size: 26px;
    text-align: center;
    color: #BF2F2E;
}

.md-contact__tel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 72.5px;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
}

.md-contact__telnumber-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}

.md-contact__tel-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}

.md-contact__tel-icon img {
    width: 100%;
    object-fit: contain;
}

.md-contact__telnumber {
    color: #d81c1c;
    white-space: nowrap;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.12px;
}

.md-alink-tel {
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.md-contact__tel-btn {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    border-left: 1px solid #CCCCCC;
    color: #FF6E0E;
    font-weight: bold;
}

.md-contact__note {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
}

/* .md-around-content__study-place .md-study-place__title,
.md-around-content__teacher .md-teacher__title,
.md-featured .md-featured__title {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
} */

.md-try-advertise__banner {
    width: 90vw;
    margin: auto;
    margin-top: 20px;
}

.md-try-advertise__banner img {
    width: 100%;
    object-fit: contain;
}

.md-featured {
    margin-top: 10px;
}

.md-featured .md-featured__box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.md-featured__box .md-featured__box-title {
    color: #ffffff;
    background-color: #224087;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;

    /* border-radius: 12px;
  border: 4px solid #003682; */
}

.md-featured__box .md-featured__box-title::before {
    content: "";
    border-left: 100vw solid #224087;
    border-right: 0 solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
}

.md-featured__box .md-featured__box-title::after {
    content: "";
    border-left: 0 solid transparent;
    border-right: 100vw solid #224087;
    border-top: 15px solid transparent;
    border-bottom: 0 solid transparent;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
}

.md-featured__box .md-featured__box-title .md-featured__box-title-text {
    width: 70%;
    margin: auto;
}

.md-featured__number-label {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -15px;
    left: -40px;
    background-color: #FEE300;
    z-index: 1;
}

.md-featured__number-label::before {
    content: "";
    position: absolute;
    right: -30px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FEE300;
}

.md-featured__number-label .label-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    color: #1A407C;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    font-family: Roboto
}

.md-featured__number-label .label-text .label-num {
    font-size: 24px;
}

/* .md-featured__box .md-featured__box-title::before {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #ffffff;

  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.md-featured__box .md-featured__box-title::after {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #003682;

  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
} */

.md-featured__box .md-featured__box-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.md-featured__box .md-featured__box-img:first-child {
    margin-top: -10px;
}

.md-featured__box .md-featured__box-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.md-featured__box .md-featured__box-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.md-featured__box .md-featured__box-text .md-featured__box-text--highlight {
    color: #ff6e0e;
}

.md-featured__box .md-featured__box-text .md-featured__box-text--highlight .md-featured__box-text--highlight-kome{
    font-size: 7px;
}

.md-featured__box .md-featured__box-checklist {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.md-featured__box .md-bottom-note {
    text-align: right;
    padding-top : 10px;
    font-size: 11px;
}

.md-featured__box .md-featured__checklist-icon {
    width: 27px;
    flex-shrink: 0;
}

.md-featured__box .md-featured__checklist-icon img {
    width: 100%;
    object-fit: contain;
}

.md-featured__box input[type="checkbox"].md-featured__checkbox {
    position: relative;
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.md-featured__box input[type="checkbox"].md-featured__checkbox::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 27px;
    height: 27px;
    border: 2px solid #ff6e0e;
    border-radius: 3px;
    background-color: #ffffff;
}

/* &.border-checkbox-red::before {
		border-color: $red;
	} */
.md-featured__box input[type="checkbox"].md-featured__checkbox:checked::before {
    background-color: #ff6e0e;
    border-color: #ff6e0e;
}

.md-featured__box input[type="checkbox"].md-featured__checkbox:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 8px;
    rotate: 45deg;
    width: 9px;
    height: 18px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.md-featured__box input[type="checkbox"].md-featured__checkbox:disabled {
    cursor: default;
}

.md-featured__box .md-text-link {
    text-align: center;
}

.md-featured__box .md-text-link a {
    color: #224087;
    text-decoration: underline;
}

.md-course {}

.md-course .md-course__header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.md-course .md-course__title {
    display: inline-block;
    position: relative;
    color: #003682;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.md-course .md-course__title span {
    position: relative;
    z-index: 1;
}

.md-course .md-course__title::before {
    content: "";
    background-image: url('/top/assets/images/md-img/title-mark1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    top: -10px;
    left: -20px;
}

.md-course .md-course__title::after {
    content: "";
    background-image: url('/top/assets/images/md-img/title-mark2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 80px;
    height: 100%;
    top: calc(100% - 10px);
    right: 0;
}

.md-course .md-course__box {
    /* padding-left: 15px;
  padding-right: 15px; */
    padding-bottom: 20px;
}

.md-course .md-course__box.md-course__box--style1 {
    background-color: #87d5fa;
}

.md-course .md-course__box.md-course__box--style2 {
    background-color: #9ed800;
}

.md-course .md-course__box.md-course__box--style3 {
    background-color: #f1b141;
}

.md-course__box .md-course__box-header {
    display: flex;
    align-items: center;
    position: relative;
    top: 16px;
    gap: 14px;
}

.md-course__box .md-course__box-title {
    font-size: 24px;
    font-weight: 700;
}

.md-course__box .md-course__box-header .md-course__box-title-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.md-course__box .md-course__box-header .md-course__box-title-img img {
    width: 100%;
    object-fit: cover;
}

.md-course__box .md-course__box-info {
    padding: 30px 15px 0;
    border-radius: 10px;
    background-color: white;
}

.md-course__box ul.md-box-info__list {
    list-style: inside;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #cccccc; */
}

.md-course__box ul.md-box-info__list li.md-box-info__item {
    list-style-type: "・";
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.md-course__box ul.md-box-info__list li::marker {
    font-size: 14px;
}

.md-box-info__item-btn-wrap {
    margin-top: 16px;
    /* padding-top: 16px; */
    border-top: 1px solid #cccccc;
}

.md-course__box .md-course__box-footer {
    display: flex;
    justify-content: center;
}

.md-course__box-footer .md-course__box-btn {
    width: 155px;
    height: 34px;
    position: relative;
    background-color: #192963;
    border-radius: 20px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    outline: none;
}

.md-course__box-footer .md-course__box-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: right;
}

.md-course-services {
    background-color: #224087;
    padding-top: 33px;
    padding-bottom: 33px;
}

.md-course-services .md-course-services__header {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.md-course-services .md-course-services__subheading {
    text-align: center;
    color: #fff;
}
.md-course-services__box {
    padding: 12px 12px 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.md-course-services__2column_box{
    padding: 12px 12px 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.md-course-services__box .md-course-services__thumb-img img {
    width: 100%;
    object-fit: contain;
}

.md-course-services__2column_box  .md-course-services__thumb-img img {
    width: 100%;
    object-fit: contain;
}

.md-course-services__box .md-course-services__title {
    color: #ff6e0e;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.md-course-services__2column_box .md-course-services__title {
    color: #ff6e0e;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}


.md-course-services__box .md-course-services__detail {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
}

.md-course-services__2column_box .md-course-services__detail {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
}

.md-course-services__box .md-course-services__box-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
    background-color: #2d4486;
    color: #ffffff;
    border: none;
    outline: none;
}

.md-course-services__box .md-course-services__box-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: right;
}

.md-course-services .md-course-services__note {
    color: #fff;
    font-size: 9px;
    font-weight: 400;
}

.md-course-services .md-course-services__subnote {
    color: #fff;
    font-size: 9px;
    font-weight: 400;
}

.md-course-services .md-course-services__footer-btn {
    display: block;
    position: relative;
    color: #fff;
    background-color: #399d26;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    height: 53px;
    border-radius: 53px;
    border: none;
    outline: none;
}

.md-course-services .md-course-services__footer-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transform-origin: right;
}

.md-course-fee {
    padding: 45px 0;
}

.md-course-fee .md-course-fee__btn.md-btn--light-blue.md-btn--left-arrow::before {
    border-top: 2px solid #224087;
    border-right: 2px solid #224087;
    width: 12px;
    height: 12px;
}

.md-location-search {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(rgba(6, 25, 80, 0.71), rgba(6, 25, 80, 0.71)), url('/top/assets/images/md-img/map-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.md-location-search__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.md-location__search-box {
    padding-left: 30px;
    padding-right: 30px;
}

.md-location__search {
    /* display: flex;
    align-items: center; */
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 60px;
}

.md-location-search__input {
    /* position: relative; */
    width: 100%;
    font-size: 16px;
    padding: 16px;
    border: none;
    outline: none;
    height: 100%;
}

.md-location__point-icon {
    width: 43px;
}

.md-location__point-icon img {
    width: 100%;
    object-fit: contain;
}

.md-location-search__text {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.96px
}

.md-location__search-box-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.64px;
}

.md-location__search-btn {
    cursor: pointer;
    display: block;
    border: none;
    outline: none;
}

.md-location__search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background-color: #FF6E0E;
}

.md-location__search-icon img {
    width: 24px;
    object-fit: contain;
}

.md-title--has-mark {
    display: inline-block;
    position: relative;
}

.md-title--has-mark::before {
    content: "";
    background-image: url('/top/assets/images/md-img/title-mark3.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.md-title--has-mark::after {
    content: "";
    background-image: url('/top/assets/images/md-img/title-mark4.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}
.splide__slide {
    width: 100% !important;
    height: fit-content;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
.p-top-main-visual__slider {
    margin-top: 0;
}
.p-top-main-visual__slider img {
    box-shadow: none;
}
.splide__list {
    height: auto;
}
.md-top-main__header-slide .splide__arrow {
    display: none;
}
.p-top-mv-slider__container {
    height: auto;
}
.p-school-info__tag._new {
    background: #FFF7B9;
}
.md-course__box .md-course__box-info .md-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
}
.md-btn--plus::before {
    background: #0379D6;
}
.md-course {
    margin-bottom: 50px;
}
.p-footer-service__main-service-item a.md-btn {
    color: #fff;
}
.try-course-banner_left {
    display: none;
}
@media screen and (max-width: 768px) {
    .md-top-main__header-image .l-container {
        width: 100%;
    }
    .p-top-mv-slider .splide__track {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .md-course-fee__btn {
        /* font-size: 13px; */
        text-align: left;
    }
}
@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    /* .p-top-mv-slider__control {
        margin-top: 35px;
    } */
    .md-try-advertise__banner {
        display: flex;
        max-width: 1200px;
        margin-top: 0;
        /* padding-top: 50px; */
    }
    .md-try-advertise__banner img {
        width: 100%;
    }

    .md-try-advertise__banner img.try-course-banner_02 {
        width: 50%;
    }
    .try-course-banner_right {
        /* transform: translateY(-130px); */
    }
    .try-course-banner_left {
        object-fit: contain;
        transform: translateY(71px);
    }
    .md-featured__number-label .label-text .label-num {
        font-size: 42px;
    }
    .md-featured__number-label .label-text {
        font-size: 15px;
    }
    .md-featured__number-label {
        width: 113px;
        height: 113px;
    }
    .md-featured__box .md-featured__box-title {
        font-size: 40px;
    }
    .md-featured__box .md-featured__box-title {
        line-height: 50px;
    }
    .md-featured .md-featured__box {
        padding-bottom: 75px;
    }
    .md-featured__box .md-featured__box-title::before {
        display: none;
    }
    .md-featured__box .md-featured__box-title::after {
        display: none;
    }
    .md-location-search .l-container {
        width: 100%;
        max-width: 1200px;
        overflow: auto;
    }
    .md-location__search {
        width: 46%;
        /* float: left; */
        /* overflow: auto; */
    }
    .md-location__search-box a {
        width: 46%;
        /* float: right; */
        margin-top: 0;
        font-size: 21px;
    }
    .md-location-search__text {
        font-size: 34px;
    }
    .md-location__search-box-title {
        font-size: 20px;
    }
    .md-location-search {
        padding-bottom: 50px;
        overflow: auto;
    }
    .md-course .md-course__box {
        padding: 0 20px 20px 20px;
    }
    .md-location__search-box {
        padding-left: 0;
        padding-right: 0;
        /* overflow: auto; */
        margin: 30px auto;
    }
    .md-course .md-course__content .l-container {
        width: 100%;
    }
    .md-course__header h2 {
        font-size: 35px;
    }
    .md-course__box .md-course__box-title {
        font-size: 22px;
    }
    .md-course__box ul.md-box-info__list li.md-box-info__item {
        font-size: 16px;
    }
    .md-course__box .md-course__box-info .md-btn {
        /* font-size: 13px; */
        padding-right: 40px;
    }
    .md-course__box-footer button {
        font-size: 15px;
    }
    .md-course-fee button {
        font-size: 20px;
    }
    .c-title._h2 {
        font-size: 35px;
    }
    .p-school-info__row {
        flex-direction: column;
    }
    .p-school-info__tag._new, .p-news__tag {
        font-size: 20px;
    }
    .p-school-info__tag+.p-school-info__text, .p-news__text {
        font-size: 25px;
    }
    .md-btn--extend-info {
        font-size: 20px;
        padding-right: 40px;
    }
    .md-course {
        margin-bottom: 100px;
    }
    .md-course .md-course__header {
        margin-bottom: 15px;
    }

    .p-top-news .p-section__inner {
        padding-top: 30px;
    }
    .md-course-services__box .md-course-services__detail {
        font-size: 15px;
    }

    .md-course-services__2column_box .md-course-services__detail {
        font-size: 15px;
    }

    .p-school-info__tag._move {
        font-size: 20px;
    }
    .pc.try-advertise__banner {
        display: flex;
        width: 100%;
        padding-bottom: 54px;
    }
    .sub-advertise__banner {
        width: 80%;
        transform: translateX(-30px);
    }
    .title-advertise__banner {
        font-size: 40px;
        font-weight: bold;
        color: #224087;
        text-align: center;
        display: flex;
    }
    .title-advertise__banner img {
        width: 40px;
    }
    .title-advertise__banner p {
        padding: 0 15px;
    }
    .center-advertise__banner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .md-try-advertise__banner img.try-course-text {
        width: 230px;
    }
    .center-advertise__banner p {
        font-size: 45px;
        font-weight: bold;
        color: #224087;
    }
    .footer-advertise__banner {
        font-size: 50px;
        font-weight: bold;
        color: #224087;
        text-align: right;
    }
    .try-course-banner_02 {
        transform: translate(70px, 135px);
    }
    .md-course-services .md-course-services__subnote {
        padding-top: 50px;
    }
}
@media screen and (min-width: 1025px) {
    .md-location__search-box {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .md-location-search .l-container {
        width: calc(100% - 60px);
        padding: 0 20px;
    }
    /* .try-course-banner_left {
        display: block;
    } */
    .pc.try-advertise__banner {
        display: none;
    }
    .try-course-banner_left {
        object-fit: contain;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .md-try-advertise__banner img.try-course-banner_02 {
        transform: translate(0, 122px);
        width: 50%;
    }
    .sub-advertise__banner {
        transform: translateX(-67px);
    }
    .title-advertise__banner p {
        padding: 0px 7px;
    }
    /* .try-course-banner_left {
        display: none;
    } */
    .pc.try-advertise__banner {
        display: flex;
    }
}

/* ---------------------------------------------
  バナーエリア
--------------------------------------------- */
.banner_area{
  max-width: 100%;
  padding: min(8%, 50px) 0;
}
.banner_area p{
  margin: 0;
  text-align: center;
}
.banner_area img {
  width: min(100%, 1160px); /* pxのみ実寸の数値を入力する */
  margin: 0 auto;
}