:root {
    --ff-base: "Fustat", "Noto Sans JP", sans-serif;
    --ff-jp: "Noto Sans JP", sans-serif;
    --ff-en: "Fustat", sans-serif;
    --c-text: #282828;
    --c-red: #E23B3B;
    --c-yellow: #FFE73B;
    --c-white: #FFFFFF;
    --c-blue-solid: #1E6AAF;
    --c-blue-dark: #00387C;
    --c-blue-light: #1973B2;
    --c-university-title: #48484E;
    --bg-blue-main: linear-gradient(90deg, #00387C 0%, #1973B2 25%, #1973B2 75%, #00387C 100%);
    --bg-blue-solid: #1E6AAF;
    --bg-soft: #ffffff;
    --c-blue-text: #1D6AAE;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--ff-base);
    color: var(--c-text);
    background: var(--c-white);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.inner {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;
}

.bg-blue-main {
    background: var(--bg-blue-main);
}

.bg-blue-solid {
    background: var(--bg-blue-solid);
}

.color-red {
    color: var(--c-red);
}

.bg-red {
    background: var(--c-red);
}

.font-en {
    font-family: var(--ff-en);
}

.font-jp {
    font-family: var(--ff-jp);
}

.fv {
    width: 100%;
    overflow: hidden;
    background: var(--bg-blue-main);
}

.fv-hero {
    position: relative;
    background: url("img/top.jpg") center center / cover no-repeat;
}

.fv-hero-inner {
    position: relative;
    min-height: 670px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 110px 0 0;
}

.fv-title {
    margin: 0 0 5%;
    text-align: center;
    color: var(--c-white);
    font-size: 63px;
    line-height: 1.34;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 16px rgb(0 0 0 / 71%), 0 4px 16px rgb(0 0 0 / 70%), 0 4px 16px rgb(0 0 0 / 69%);
}

.fv-pill {
    position: relative;
    margin: 26px 0 -16px;
    padding: 19px 45px 12px;
    border-radius: 999px;
    background: var(--c-white);
    color: var(--c-red);
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    z-index: 17;
}

.fv-pill::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 26px solid var(--c-white);
}

.fv-band {
    background: var(--bg-blue-main);
}

.fv-band-inner {
    padding: 48px 0 40px;
    text-align: center;
}

.fv-lead {
    margin: 0;
    color: var(--c-white);
    font-size: 37px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fv-lead span {
    color: var(--c-yellow);
    font-size: 1.2em;
    line-height: 1;
    vertical-align: -0.02em;
}

.fv-lead span b {
    font-size: 1.5em;
    font-weight: 700;
}

.cost-route {
    overflow: hidden;
}

.cost-route-top {
    position: relative;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0.96) 0%, rgba(244, 244, 244, 0.93) 38%, rgba(244, 244, 244, 0.86) 60%, rgba(244, 244, 244, 0.72) 100%), url("img/2bg.jpg") right center / cover no-repeat;
}

.cost-route-top-inner {
    padding: 48px 0 0;
}

.cost-route-title {
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.cost-route-sub {
    margin: 14px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 700;
}

.cost-route-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 78px;
    margin: 40px auto 0;
    max-width: 900px;
}

.cost-route-woman {
    width: 282px;
    flex: 0 0 282px;
}

.cost-route-woman img {
    width: 100%;
}

.cost-route-copy {
    width: 100%;
    max-width: 610px;
}

.cost-route-tag {
    position: relative;
    display: inline-block;
    margin: 0 0 18px -54px;
    padding: 10px 32px 11px;
    background: var(--c-white);
    border-radius: 6px;
    color: var(--c-red);
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    transform: rotate(-6deg);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}

.cost-route-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: rotate(339deg);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    border-top: 18px solid var(--c-white);
}

.cost-route-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cost-route-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 38px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
}

.cost-route-list li::before {
    content: "✓";
    position: absolute;
    top: -1px;
    left: 0;
    color: var(--c-red);
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}

.cost-route-list li span {
    color: var(--c-red);
}

.cost-route-alert {
    margin-top: 26px;
    padding: 20px 24px 24px;
    background: var(--c-red);
    text-align: center;
    color: var(--c-white);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cost-route-pill {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    margin: 0;
    padding: 17px 36px 10px;
    border-radius: 999px;
    background: var(--c-white);
    color: var(--c-red);
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    z-index: 3;
}

.cost-route-pill::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid var(--c-white);
}

.cost-route-band {
    background: var(--bg-blue-main);
}

.cost-route-band-inner {
    padding: 72px 0 30px;
}

.cost-route-band-title {
    margin: 0;
    text-align: center;
    color: var(--c-white);
    font-size: 38px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cost-route-band-title span {
    color: var(--c-yellow);
}

.cost-route-band-title b {
    font-size: 1.55em;
    line-height: 1;
    font-weight: 700;
}

.cost-route-bottom {
    background: var(--bg-soft);
}

.cost-route-bottom-inner {
    padding: 0 0 76px;
    text-align: center;
    margin-top: 0px;
}

.cost-route-chart {
    max-width: 900px;
    margin: 0 auto 40px;
}

.cost-route-chart img {
    width: 100%;
    position: relative;
    top: -30px;
}

.cost-route-cta {
    display: inline-block;
    margin-top: 34px;
    max-width: 760px;
}

.cost-route-cta img {
    width: 960px;
}

.adtp-intro {
    overflow: hidden;
    background: var(--bg-soft);
}

.adtp-intro-head {
    position: relative;
    background: var(--bg-blue-main);
    clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
}

.adtp-intro-head-inner {
    padding: 62px 0 125px;
    text-align: center;
    transform: rotate(
356deg);
}

.adtp-intro-head-copy {
    margin: 0;
    color: var(--c-white);
    font-size: 32px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
    transform-origin: center center;
    font-style: italic;
}

.adtp-intro-logo {
    width: 336px;
    margin: 20px auto 18px;
    padding: 7px 0 0;
    background: #ffffff;
    color: var(--c-red);
    font-size: 78px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0.01em;
}

.adtp-intro-head-sub {
    position: relative;
    display: inline-block;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.adtp-intro-head-sub::before, .adtp-intro-head-sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 96px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.adtp-intro-head-sub::before {
    right: calc(100% + 14px);
}

.adtp-intro-head-sub::after {
    left: calc(100% + 14px);
}

.adtp-intro-body {
    margin-bottom: -40px;
}

.adtp-intro-body-inner {
    margin-top: 0;
    padding: 0 0 62px;
    text-align: center;
}

.adtp-intro-map {
    max-width: 980px;
    margin: 0 auto -144px;
}

.adtp-intro-map img {
    width: 100%;
}

.adtp-intro-en {
    margin: 0;
    color: #315F9F;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.adtp-intro-title {
    margin: 10px 0 0;
    font-size: 56px;
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.adtp-intro-title span {
    color: var(--c-red);
}

.adtp-intro-steps {
    width: 100%;
    max-width: 680px;
    margin: 36px auto 0;
}

.adtp-step {
    display: flex;
    align-items: center;
    gap: 22px;
}

.adtp-step + .adtp-step {
    margin-top: 26px;
}

.adtp-step-flag {
    width: 78px;
    flex: 0 0 78px;
}

.adtp-step-flag img {
    width: 100%;
}

.adtp-step-text {
    text-align: left;
}

.adtp-step-label {
    margin: 0 0 3px;
    color: var(--c-red);
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.adtp-step-desc {
    margin: 0;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
}

.adtp-intro-foot {
    background: var(--c-red);
    clip-path: polygon(0 41%, 100% 0, 100% 100%, 0 100%);
}

.adtp-intro-foot-inner {
    padding: 138px 0 68px;
    text-align: center;
    transform: rotate(
356deg);
}

.adtp-intro-foot-copy {
    margin: 0;
    color: var(--c-white);
    font-size: 33px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-style: italic;
}

.adtp-intro-foot-copy span {
    color: var(--c-yellow);
}

.success-model {
    background: var(--bg-soft);
}

.success-model-inner {
    padding: 52px 0 0;
}

.success-model-head {
    text-align: center;
}

.success-model-catch {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 64px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-model-catch::before, .success-model-catch::after {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 66px;
    height: 3px;
    background: var(--c-red);
    border-radius: 999px;
}

.success-model-catch::before {
    right: 50%;
    transform-origin: right center;
    transform: rotate(28deg);
}

.success-model-catch::after {
    left: 50%;
    transform-origin: left center;
    transform: rotate(-28deg);
}

.success-model-question {
    position: relative;
    width: 100%;
    max-width: 813px;
    margin: 18px auto 0;
    padding: 18px 26px 11px;
    border-radius: 999px;
    background: var(--c-blue-solid);
    color: var(--c-white);
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.success-model-question::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid var(--c-blue-solid);
}

.success-rate {
    padding: 54px 0 0;
    text-align: center;
}

.success-rate-ring {
    position: relative;
    width: 370px;
    margin: 0 auto;
}

.success-rate-ring img {
    width: 100%;
}

.success-rate-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.success-rate-label {
    margin: 8px 0 2px;
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.success-rate-note {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.55;
}

.success-rate-value {
    margin: 0;
    line-height: 1;
}

.success-rate-value-main {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
    padding: 0 6px;
    font-family: var(--ff-en);
    font-weight: 800;
    color: #000000;
    line-height: 0.9;
    z-index: 1;
}

.success-rate-value-main::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 2px;
    bottom: 10px;
    height: 24px;
    background: #FFE73C;
    z-index: -1;
}

.success-rate-value-main {
    font-size: 112px;
    letter-spacing: -0.04em;
}

.success-rate-value-main small {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
}

.success-rate-copy {
    max-width: 980px;
    margin: 34px auto 0;
}

.success-rate-copy p {
    margin: 0;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-rate-copy p + p {
    margin-top: 2px;
}

.success-rate-copy span {
    color: var(--c-red);
    font-size: 1.2em;
}

.success-model-divider {
    position: relative;
    width: 92px;
    height: 26px;
    margin: 28px auto 0;
}

.success-model-divider::before, .success-model-divider::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: var(--c-red);
    border-radius: 999px;
}

.success-model-divider::before {
    right: 50%;
    transform-origin: right center;
    transform: rotate(28deg);
}

.success-model-divider::after {
    left: 50%;
    transform-origin: left center;
    transform: rotate(-28deg);
}

.success-model-reasons {
    margin-top: 34px;
}

.success-reasons-list {
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px 0;
}

.success-reason {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr) 360px;
    gap: 18px 22px;
    align-items: stretch;
    padding: 5px 0 0;
    border-top: 1px solid #CFCFCF;
}

.success-reason:first-child {
    border-top: 0;
}

.success-reason-num {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFE73C;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
    flex-direction: column;
    padding-top: 8px;
}

.success-reason-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0 28px;
}

.success-reason-text h3 {
    margin: 0;
    font-size: 36px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.success-reason-text h3 span {
    color: var(--c-red);
}

.success-reason-text p {
    margin: 8px 0 0;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-reason-image {
    display: flex;
    align-items: stretch;
}

.success-reason-image img {
    width: 100%;
    height: 100%;
    /* min-height: 154px; */
    object-fit: cover;
}

.success-model-band {
    position: relative;
    margin-top: 26px;
    background: var(--bg-blue-main);
}

.success-model-band::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 24px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--bg-soft);
}

.success-model-band-inner {
    padding: 82px 0 56px;
    text-align: center;
}

.success-model-band-copy {
    margin: 0;
    color: var(--c-white);
    font-size: 52px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-model-band-copy span {
    color: var(--c-yellow);
}

.success-model-cta {
    background: var(--bg-soft);
}

.success-model-cta-inner {
    padding: 64px 0 72px;
    text-align: center;
}

.success-model-cta-link {
    display: inline-block;
}

.success-model-cta-link img {
    width: 760px;
}

.success-university {
    background: var(--bg-soft);
}

.success-university-inner {
    padding: 0 0 84px;
}

.success-university-title {
    margin: 0;
    text-align: center;
    color: var(--c-university-title);
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.success-university-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    margin-top: 42px;
}

.success-university-card {
    text-align: left;
}

.success-university-thumb {
    width: 100%;
    aspect-ratio: 1.44 / 1;
    background: #5A5A62;
}

.success-university-card h3 {
    margin: 14px 0 10px;
    color: #083C8C;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: center;
}

.success-university-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.success-university-more {
    display: table;
    margin: 46px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.success-reason-num b {
    font-size: 32px;
    display: block;
    font-family: var(--ff-en);
}

.success-university-more-content {
    max-height: 0;
    /* overflow: hidden; */
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.7s ease, opacity 0.45s ease, transform 0.45s ease, margin-top 0.45s ease;
    margin-top: 0;
}

.success-model-band-inner:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 56px solid var(--c-white);
}

.success-university-more-content.is-open {
    max-height: 5000px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 36px;
}

.success-university-cards--more {
    margin-top: 0;
}

.case-media {
    background: var(--bg-soft);
}

.case-media-case-area {
    background: #E86261;
    padding: 72px 0 54px;
}

.case-media-title {
    position: relative;
    display: table;
    margin: 0 auto 74px;
    text-align: center;
    color: var(--c-white);
    font-size: 45px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}

h3.case-card-title br {
    display: none;
}

.case-media-title::before, .case-media-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 46px;
    height: 2px;
    background: var(--c-white);
}

.case-media-title::before {
    right: calc(100% + 18px);
    transform: rotate(48deg);
}

.case-media-title::after {
    left: calc(100% + 18px);
    transform: rotate(-48deg);
}

.case-card {
    position: relative;
    background: var(--c-white);
    padding: 60px 60px 62px;
}

.case-card + .case-card {
    margin-top: 84px;
}

.case-card-label {
    position: absolute;
    top: -37px;
    left: 60px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px 14px;
    background: #00377A;
    color: var(--c-white);
    font-family: var(--ff-en);
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

.case-card-label span {
    font-family: var(--ff-base);
    font-size: 24px;
    font-weight: 700;
}

.case-card-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 34px;
    align-items: start;
}

.case-card-left {
    min-width: 0;
}

.case-card-title {
    margin: 6px 0 28px;
    color: #00377A;
    font-size: 30px;
    line-height: 1.55;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.case-card-meta + .case-card-meta {
    margin-top: 22px;
}

.case-card-meta-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    padding: 14px 20px 12px;
    border: 2px solid #00377A;
    border-radius: 999px;
    color: #00377A;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    background: #E4EEF9;
    margin-bottom: 10px;
}

.case-card-meta ul {
    padding-left: 18px;
    margin: 0;
}

.case-card-meta li, .case-card-meta p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.case-card-photo img {
    width: 500px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #DDDDDD;
}

.case-card-route {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 104px 1fr;
    align-items: center;
    margin: 26px 0 22px;
}

.case-card-route-start, .case-card-route-end {
    color: var(--c-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 4px;
}

.case-card-route-start {
    position: relative;
}

.case-card-route-start::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 16px solid var(--c-white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.case-card-route-end {
    position: relative;
    flex-direction: column;
    gap: 2px;
}

.case-card-route-end::before {
    content: "";
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 16px solid var(--c-white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.case-card-route-center {
    position: relative;
    z-index: 1;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    border: 4px solid #00377A;
    border-radius: 50%;
    background: var(--bg-soft);
    color: #B51110;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-en);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.case-card-route-country {
    display: block;
    color: #B51110;
    font-family: var(--ff-en);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    position: absolute;
    top: -40px;
}

.case-card-route-school {
    display: block;
    line-height: 1.25;
    font-weight: 700;
}

.case-card-body {
    margin-top: 14px;
}

.case-card-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.case-card-body p + p {
    margin-top: 18px;
}

.case-media-news-area {
    background: var(--bg-soft);
    padding: 62px 0 120px;
}

.case-media-news-area-inner {
    text-align: center;
}

.case-media-news-badge {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 14px 38px 12px;
    border-radius: 999px;
    background: var(--c-blue-solid);
    color: var(--c-white);
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    width: 814px;
}

.case-media-news-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 16px solid var(--c-blue-solid);
}

.case-media-news-badge span {
    font-family: var(--ff-en);
    font-size: 1.45em;
    font-weight: 800;
    margin: 0 5px;
}

.case-media-news-title {
    margin: 36px 0 0;
    font-size: 56px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.case-media-news-title span {
    color: var(--c-red);
}

.case-media-news-copy {
    margin: 28px 0 0;
    font-size: 23px;
    line-height: 1.7;
    font-weight: 500;
}

.case-media-news-image {
    max-width: 650px;
    margin: 34px auto 0;
}

.case-media-news-image img {
    width: 100%;
}

.case-card-route:before {
    content: "";
    display: block;
    background: #00377A;
    position: absolute;
    width: 100%;
    height: 58px;
}

.reason-malaysia {
    background: var(--c-white);
}

.reason-malaysia-reason {
    background: var(--c-blue-solid);
    padding: 0px 0 78px;
}

.reason-malaysia-reason-inner {
    text-align: center;
    position: relative;
    top: -40px;
}

.reason-malaysia-badge {
    position: relative;
    display: inline-block;
    min-width: 760px;
    margin: 0;
    padding: 16px 48px 14px;
    border: 3px solid var(--c-blue-solid);
    border-radius: 999px;
    background: var(--c-white);
    color: var(--c-red);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.reason-malaysia-copy {
    margin-top: 42px;
    color: var(--c-white);
    font-size: 28px;
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.reason-malaysia-copy p {
    margin: 0;
}

.reason-malaysia-copy span {
    color: var(--c-yellow);
}

.reason-malaysia-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 64px;
}

.reason-malaysia-card {
    position: relative;
    padding: 42px 0px 24px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    min-height: 360px;
}

.reason-malaysia-card-check {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%) rotate(10deg);
    color: var(--c-yellow);
    font-family: var(--ff-en);
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
}

.reason-malaysia-card h3 {
    margin: 0;
    color: var(--c-red);
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason-malaysia-card-icon {
    height: 63px;
    margin: 20px auto 18px;
    display: flex;
    justify-content: center;
}

.reason-malaysia-card-icon img {
    height: auto;
    width: auto;
}

.reason-malaysia-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.reason-malaysia-attraction {
    background: var(--c-white);
}

.reason-malaysia-hero {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0) 54%, rgba(255,255,255,0.88) 92%, rgba(255,255,255,1) 100%), url("img/8.jpg") center bottom / cover no-repeat;
    min-height: 610px;
}

.reason-malaysia-hero-inner {
    padding: 120px 0 480px;
    text-align: center;
}

.reason-malaysia-hero-sub {
    position: relative;
    display: inline-block;
    margin: 0;
    color: var(--c-blue-text);
    font-size: 33px;
    line-height: 1.35;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.reason-malaysia-hero-sub::before, .reason-malaysia-hero-sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 46px;
    height: 2px;
    background: var(--c-blue-text);
}

.reason-malaysia-hero-sub::before {
    right: calc(100% + 18px);
    transform: rotate(48deg);
}

.reason-malaysia-hero-sub::after {
    left: calc(100% + 18px);
    transform: rotate(-48deg);
}

.reason-malaysia-hero-title {
    margin: 18px 0 0;
    color: var(--c-blue-text);
    font-size: 53px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.reason-malaysia-feature-inner {
    margin-top: -120px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}

.reason-malaysia-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 34px;
}

.reason-malaysia-feature-card {
    text-align: center;
}

.reason-malaysia-feature-image {
    position: relative;
    overflow: hidden;
}

.reason-malaysia-feature-image img {
    width: 100%;
    aspect-ratio: 1.74 / 1;
    object-fit: cover;
}

.reason-malaysia-feature-image h3 {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    margin: 0;
    color: var(--c-white);
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-shadow: 0 3px 8px rgb(0 0 0),0 3px 8px rgb(0 0 0);
}

.reason-malaysia-feature-card p {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

p.reason-malaysia-badge:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid var(--c-white);
}

.route-flex {
    background: var(--c-white);
}

.route-flex-slider-area {
    background: var(--c-white);
}

.route-flex-band {
    position: relative;
    background: var(--bg-blue-main);
}

.route-flex-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 28px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--c-white);
}

.route-flex-band-inner {
    padding: 74px 0 22px;
    text-align: center;
}

.route-flex-band-title {
    margin: 0;
    color: var(--c-white);
    font-size: 56px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.route-flex-band-title span {
    color: var(--c-yellow);
}

.route-flex-marquee-frame {
    background: var(--bg-blue-main);
    overflow: hidden;
    padding-bottom: 40px;
}

.route-flex-marquee {
    overflow: hidden;
    width: 100%;
}

.route-flex-marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: route-flex-marquee 38s linear infinite;
}

.route-flex-marquee-list {
    display: flex;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.route-flex-marquee-list li {
    width: 340px;
    flex: 0 0 340px;
    border-left: 2px solid var(--c-blue-solid);
}

.route-flex-marquee-list li:last-child {
    border-right: 2px solid var(--c-blue-solid);
}

.route-flex-marquee-list img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    display: block;
}

@keyframes route-flex-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.route-flex-slider-cta {
    background: var(--c-white);
}

.route-flex-slider-cta-inner {
    padding: 86px 0 88px;
    text-align: center;
}

.route-flex-slider-cta-link {
    display: inline-block;
}

.route-flex-slider-cta-link img {
    width: 760px;
}

.route-flex-plan {
    background: var(--c-white);
}

.route-flex-plan-inner {
    padding: 0 0 90px;
}

.route-flex-plan-badge {
    position: relative;
    width: 420px;
    margin: 0 auto;
    padding: 18px 24px 14px;
    border-radius: 999px;
    background: var(--c-blue-solid);
    color: var(--c-white);
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.route-flex-plan-badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 18px solid var(--c-blue-solid);
}


.route-flex-plan-title {
    margin: 44px 0 0;
    text-align: center;
    font-size: 66px;
    line-height: 1.34;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.route-flex-plan-title span {
    color: var(--c-red);
}

.route-flex-plan-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 34px;
    align-items: start;
    margin-top: 52px;
}

.route-flex-plan-gallery {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.route-flex-plan-gallery-item img {
    width: 100%;
    height: 174px;
    object-fit: cover;
    display: block;
}

.guide-faq {
    background: var(--c-white);
}

.guide-faq-hero {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.08) 42%, rgba(29,106,174,0.00) 42%, rgba(29,106,174,0.00) 100%), linear-gradient(172deg, rgba(29,106,174,0) 0 53%, rgba(29,106,174,1) 53% 100%), url("img/10.jpg") center center / cover no-repeat;
    overflow: hidden;
    padding-bottom: 50px;
}

.guide-faq-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.00) 18%, rgba(0,0,0,0.05) 46%, rgba(29,106,174,0.00) 54%, rgba(29,106,174,0.00) 100%);
    pointer-events: none;
}

.guide-faq-hero-inner {
    position: relative;
    z-index: 1;
    padding: 84px 0 10px;
    text-align: center;
}

.guide-faq-lead {
    margin: 0;
    color: #0A3F8C;
    font-size: 33px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 0 10px rgba(255,255,255,0.95), 0 0 18px rgba(255,255,255,0.95), 0 0 28px rgba(255,255,255,0.85);
}

.guide-faq-title {
    margin: 26px 0 0;
    color: #0A3F8C;
    font-size: 53px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 0 10px rgba(255,255,255,0.98), 0 0 22px rgba(255,255,255,0.95), 0 0 36px rgba(255,255,255,0.9);
}

.guide-faq-title span {
    color: #C10C20;
    text-shadow: 0 0 10px rgba(255,255,255,0.98), 0 0 22px rgba(255,255,255,0.95), 0 0 36px rgba(255,255,255,0.9);
}

.guide-faq-copy {
    margin: 34px 0 0;
    font-size: 21px;
    line-height: 1.8;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(255,255,255,0.92), 0 0 16px rgba(255,255,255,0.92), 0 0 26px rgba(255,255,255,0.88);
}

.guide-faq-main {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 52px;
    align-items: end;
    width: 100%;
    max-width: 980px;
    margin: 70px auto 0;
    text-align: left;
}

.guide-faq-book img {
    width: 100%;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.28));
}

.guide-faq-points {
    padding-bottom: 28px;
    color: var(--c-white);
}

.guide-faq-points h3 {
    margin: 0 0 24px;
    color: #c21023;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 0 8px rgb(255 255 255), 0 0 16px rgba(255, 255, 255, 0.22), 0 0 8px rgba(255, 255, 255, 0.32), 0 0 16px rgba(255, 255, 255, 0.22), 0 0 8px rgb(255 255 255), 0 0 16px rgba(255, 255, 255, 0.22), 0 0 8px rgb(255 255 255), 0 0 16px rgba(255, 255, 255, 0.22);
}

.guide-faq-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-faq-points li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px;
    color: var(--c-white);
    font-size: 19px;
    line-height: 1.65;
    font-weight: 500;
    text-shadow: 0 2px 6px rgb(0 0 0), 0 0 12px rgb(0 0 0),0 2px 6px rgb(0 0 0), 0 0 12px rgb(0 0 0);
}

.guide-faq-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--c-white);
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    text-shadow: 0 2px 6px rgb(0 0 0), 0 0 12px rgb(0 0 0),0 2px 6px rgb(0 0 0), 0 0 12px rgb(0 0 0);
}

.guide-faq-points-copy {
    margin: 28px 0 0;
    color: var(--c-white);
    font-size: 22px;
    line-height: 1.8;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.38), 0 0 12px rgba(0,0,0,0.24);
}

.guide-faq-points-copy span {
    color: var(--c-yellow);
    text-shadow: 0 2px 6px rgba(0,0,0,0.38), 0 0 12px rgba(0,0,0,0.24);
}

.guide-faq-cta {
    margin-top: 42px;
    text-align: center;
}

.guide-faq-cta a {
    display: inline-block;
}

.guide-faq-cta img {
    width: 760px;
}

.guide-faq-list-wrap {
    background: var(--c-white);
}

.guide-faq-list-inner {
    padding: 86px 0 96px;
}

.guide-faq-list-title {
    margin: 0;
    text-align: center;
    color: var(--c-university-title);
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.guide-faq-list {
    margin-top: 78px;
    border-top: 1px solid #D8D8D8;
}

.faq-item {
    border-bottom: 1px solid #D8D8D8;
}

.faq-question {
    width: 100%;
    padding: 28px 0;
    border: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 22px;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.faq-q, .faq-a {
    display: inline-block;
    font-family: var(--ff-en);
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.faq-q {
    color: var(--c-red);
}

.faq-a {
    color: #0A3F8C;
}

.faq-question-text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: var(--c-text);
}

.faq-toggle {
    position: relative;
    width: 18px;
    height: 18px;
    justify-self: end;
}

.faq-toggle::before, .faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #7A7A7A;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.faq-answer-inner {
    padding: 0 0 30px;
}

.faq-answer-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.faq-answer-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.faq-answer-text p + p {
    margin-top: 2px;
}

.guide-faq-lead {
    position: relative;
    display: inline-block;
}

.guide-faq-lead span {
    position: relative;
    display: flex;
    padding: 0 40px;
}

.guide-faq-lead span::before, .guide-faq-lead span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #0A3F8C;
}

.guide-faq-lead span::before {
    left: 0;
    transform: translateY(-50%) rotate(48deg);
    transform-origin: left center;
    top: 10px;
}

.guide-faq-lead span::after {
    right: 0;
    transform: translateY(-50%) rotate(-48deg);
    transform-origin: right center;
    top: 10px;
}

.about-final {
    background: var(--c-white);
}

.about-team {
    padding: 82px 0 0;
    background: var(--c-white);
}

.about-team-inner {
    text-align: center;
}

.about-team-title {
    margin: 0;
    color: #E1A204;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.about-team-title span {
    position: relative;
    display: inline-block;
    padding: 0 48px;
}

.about-team-title span::before, .about-team-title span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 34px;
    height: 2px;
    background: #E1A204;
}

.about-team-title span::before {
    left: 0;
    transform: translateY(-50%) rotate(48deg);
    transform-origin: left center;
    top: 10px;
}

.about-team-title span::after {
    right: 0;
    transform: translateY(-50%) rotate(-48deg);
    transform-origin: right center;
    top: 10px;
}

.about-team-photo {
    margin: 48px auto 0;
    max-width: 1030px;
}

.about-team-photo img {
    width: 100%;
}

.about-team-heading {
    margin: 48px 0 0;
    font-size: 38px;
    line-height: 1.65;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.about-team-heading span {
    color: #E1A204;
}

.about-team-copy {
    max-width: 1180px;
    margin: 34px auto 0;
    font-size: 19px;
    line-height: 2.0;
    font-weight: 500;
    text-align: left;
}

.about-final-cta {
    position: relative;
    margin-top: 56px;
    background: var(--bg-blue-main);
}

.about-final-cta::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 112px;
    height: 34px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: var(--c-white);
}

.about-final-cta-inner {
    padding: 86px 0 60px;
    text-align: center;
}

.about-final-message {
    margin: 0;
    color: var(--c-white);
    font-size: 68px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.about-final-message span {
    color: var(--c-yellow);
}

.about-final-sub {
    display: inline-block;
    margin: 28px 0 0;
    color: var(--c-red);
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.about-final-cta-button {
    margin-top: 86px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.about-final-cta-button a {
    display: inline-block;
}

.about-final-cta-button img {
    width: 760px;
}

.about-final-copyright {
    margin: 26px 0 160px;
    color: rgba(255,255,255,0.7);
    font-family: var(--ff-en);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    opacity: 1!important;
}
p.about-final-sub span {
    background: var(--c-white);
    padding: 3px 8px 0;
    display: inline-block;
    margin: 3px -8px;
}
br.sp-only {
  display: none;
}
.js-fade {
  opacity: 0;
  translate: 0 24px;
  will-change: opacity, translate;
  transition: opacity 0.75s ease, translate 0.75s cubic-bezier(.22, 1, .36, 1);
}

.js-fade.is-visible {
  opacity: 1;
  translate: 0 0;
}
.cost-route-cta,
.success-model-cta-link,
.guide-faq-cta a,
.about-final-cta-button {
  transform-origin: center bottom;
  animation: lineCtaPoko 3.2s ease-in-out infinite;
  will-change: transform;
}
div#successUniversityMore ul li {
    line-height: 2;
}

div#successUniversityMore h4 {
    text-align: center;
    border: 1px solid;
    padding: 8px;
}
@keyframes lineCtaPoko {
  0% {
    transform: translateY(0) scale(1);
  }
  6% {
    transform: translateY(-8px) scale(1.03);
  }
  12% {
    transform: translateY(0) scale(1);
  }
  18% {
    transform: translateY(-5px) scale(1.015);
  }
  24% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@media (hover: hover) {
  .cost-route-cta:hover,
  .success-model-cta-link:hover,
  .guide-faq-cta a:hover,
  .about-final-cta-button:hover {
    animation-play-state: paused;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cost-route-cta,
  .success-model-cta-link,
  .guide-faq-cta a,
  .about-final-cta-button {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-fade,
  .js-fade.is-visible {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}
@media (max-width: 767px) {
  br.sp-only {
    display: block;
  }
}