@charset "utf-8";

/* ==================================================
   Plat-Campus
================================================== */

/* ----------------------------------
   Main Visual
---------------------------------- */

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    background-image: url("/university/assets/img/mv-university-consulting.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(8, 23, 58, 0.85) 0%,
        rgba(8, 23, 58, 0.70) 45%,
        rgba(8, 23, 58, 0.35) 100%
    );
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.hero-title {
    margin: 0 0 32px;
    padding: 0;
    background: none !important;
    background-color: transparent !important;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3 !important;
}

.hero-description {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8 !important;
}

/* ----------------------------------
   Introduction
---------------------------------- */

.intro-section {
    max-width: 1200px;
    margin: 60px auto 30px;
    padding: 0 40px;
    box-sizing: border-box;
}

.intro-title {
    margin: 0 0 40px;
    color: #333333;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4 !important;
}

.intro-text {
    max-width: 1000px;
    margin: 0 auto;
}

.intro-text p {
    margin: 0 0 24px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7 !important;
}

.intro-text p:last-child {
    margin-bottom: 0;
}


.university-index-v2 .flxInner3.u-bgc--white:nth-of-type(odd) h4,
.university-index-v2 .flxInner3.u-bgc--white h4 {
	color: #333333!important;
}


/* ----------------------------------
   Challenge & Effect
---------------------------------- */

.challenge-effect {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin: 40px 0 60px;
}

.challenge-card,
.effect-card {
    background: #ffffff;
    border: 1px solid #d9e1ef;
    padding: 30px;
    box-sizing: border-box;
}

.challenge-card {
    flex: 0 0 280px;
}

.effect-card {
    flex: 1;
}

.challenge-card h5,
.effect-card h5 {
    margin: 0 0 16px;
    color: #0b1969;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4 !important;
}

.challenge-card p,
.effect-card li {
    color: #333333;
    font-size: 16px;
    line-height: 1.8 !important;
}

.challenge-card p {
    margin: 0;
}

.effect-card ul {
    margin: 0;
    padding-left: 20px;
}

.effect-card li{
	list-style: disc;
}

.effect-card li:not(:last-child) {
    margin-bottom: 8px;
}

.challenge-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    color: #4a6fb3;

    font-size: 40px;
    line-height: 1;
}

/* ----------------------------------
   Responsive
---------------------------------- */

@media screen and (max-width: 800px) {

    .hero-visual {
        min-height: 400px;
    }

    .hero-inner {
        padding: 40px 24px;
    }

    .hero-category {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.4 !important;
    }

    .hero-title {
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 400;
        line-height: 1.3 !important;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.8 !important;
    }

    .intro-section {
        margin: 50px auto;
        padding: 0 20px;
    }

    .intro-title {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .intro-text p {
        font-size: 14px;
        line-height: 1.9 !important;
    }

    .challenge-effect {
        flex-direction: column;
        gap: 20px;
    }

    .challenge-card,
    .effect-card {
        width: 100%;
        padding: 20px;
    }

    .challenge-card {
        flex-basis: auto;
    }

    .challenge-arrow {
        transform: rotate(90deg);
        font-size: 32px;
    }

    .challenge-card h5,
    .effect-card h5 {
        font-size: 18px;
    }

    .challenge-card p,
    .effect-card li {
        font-size: 14px;
    }

}

/* ======================================
   Service Block
====================================== */

#solution03 .service-block {
    max-width: 980px;
    margin: 0 auto 60px;
    padding: 32px;

    background-color: #f2f3f4;

    box-sizing: border-box;
}

/* ======================================
   Overview
====================================== */

#solution03 .service-block .overview {
    display: flex;
    align-items: center;
    gap: 32px;

    margin: 0 0 24px;
    padding: 0;

    background: transparent;
}

#solution03 .service-block .overview::before {
    display: none;
}

#solution03 .service-block .overview figure {
    flex: 0 0 260px;

    margin: 0;

    position: static;
}

#solution03 .service-block .overview figure img {
    width: 100%;
    height: auto;

    display: block;
}

#solution03 .service-block .overview dl {
    flex: 1;

    margin: 0;
    padding: 0;

    position: static;

    background: transparent;
    border: none;
}

#solution03 .service-block .overview dt {
    color: #072282;
}

#solution03 .service-block .overview dd {
    margin: 0;
}

/* ======================================
   Challenge -> Effect
====================================== */

#solution03 .challenge-effect {
    display: flex;
    align-items: stretch;
    gap: 24px;

    margin: 0;
}

#solution03 .challenge-card,
#solution03 .effect-card {
    background: rgba(255,255,255,0.9);

    border: 1px solid #ccd7ea;

    padding: 24px;

    box-sizing: border-box;
}

#solution03 .challenge-card {
    flex: 0 0 280px;
}

#solution03 .effect-card {
    flex: 1;
}

#solution03 .challenge-card h5,
#solution03 .effect-card h5 {
    margin: 0 0 16px;

    color: #072282;

    font-size: 20px;
    font-weight: 400;
    line-height: 1.4 !important;
}

#solution03 .challenge-card p,
#solution03 .effect-card li {
    color: #333333;

    font-size: 16px;
    line-height: 1.8 !important;
}

#solution03 .challenge-card p {
    margin: 0;
}

#solution03 .effect-card ul {
    margin: 0;
    padding-left: 20px;
}

#solution03 .effect-card li:not(:last-child) {
    margin-bottom: 8px;
}

#solution03 .challenge-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 40px;

    color: #4a6fb3;

    font-size: 40px;
    line-height: 1;
}

/* ======================================
   Responsive
====================================== */

@media screen and (max-width: 800px) {

    #solution03 .service-block {
        padding: 20px;
        margin-bottom: 40px;
    }

    #solution03 .service-block .overview {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    #solution03 .service-block .overview figure {
        flex: none;
        width: 100%;
    }

    #solution03 .challenge-effect {
        flex-direction: column;
        gap: 16px;
    }

    #solution03 .challenge-card,
    #solution03 .effect-card {
        width: 100%;
        padding: 20px;
    }

    #solution03 .challenge-card {
        flex: none;
    }

    #solution03 .challenge-arrow {
        transform: rotate(90deg);
        font-size: 32px;
    }

    #solution03 .challenge-card h5,
    #solution03 .effect-card h5 {
        font-size: 18px;
    }

    #solution03 .challenge-card p,
    #solution03 .effect-card li {
        font-size: 14px;
    }
}


.service-summary {
    max-width: 980px;
    margin: 0 auto 50px;
}

.service-summary p {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 2 !important;
}

.service-summary figure {
    margin: 0;
}

.service-summary img {
    display: block;
    width: 100%;
    height: auto;
}
.service-summary-image {
    max-width: 980px;
    margin: 0 auto;
}

.service-summary-image img {
    display: block;
    width: 100%;
    height: auto;
}

#case{
	padding: 40px 0 0;
}
#other{
	padding: 30px 0px 80px;
}