@charset "UTF-8";

.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.intro {
    margin: auto;
    padding: 100px 0;
    position: relative;
    background: rgba(104, 125, 188, .1);
    margin-bottom: 100px;
}
.intro_top {
    max-width: 764px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.intro_catch {
    max-width: 330px;
    width: 100%;
    line-height: 2;
}
.intro_bot {
    max-width: 764px;
    margin: 100px auto 0;
    width: 90%;
}
.intro_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.intro_card {
    width: calc(100% - 10px);
    display: flex;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
}
.intro_card::before{
    content: ' ';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: url("../img/card_shadow.png");
    -webkit-background-size: cover;
    background-size: cover;
}
.intro_inner{
    width: 100%;
    min-height: 342px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.intro_head {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 240px;
    box-sizing: border-box;
}
.intro_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    background: #2B3E8B;
    border-radius: 50%;
    margin-right: 20px;
}
.intro_name {
    font-size: 2rem;
    font-weight: bold;
    color: #121F67;
    margin-top: 10px;
}
.intro_cont {
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
}
.intro_com {
    max-width: 442px;
    color: #2B3E8B;
    line-height: 1.625;
}
@media screen and (max-width: 767px) {
.sec_title {
    max-width: 90%;
    margin: auto;
    }
.intro {
    flex-direction: column;
    width: 100%;
}
.intro_catch {
    max-width: 100%;
    margin: 20px auto 0;
}
.intro_top {
    flex-direction: column;
    align-items: center;
}
.intro_list {
    flex-direction: column;
}
.intro_head {
    padding: 0;
}
.intro_icon {
    width: 0;
    height: 0;
    min-width: 60px;
    min-height: 60px;
    margin-right: 10px;
}
.intro_icon img {
    max-width: 80%;
}
.intro_cont {
    flex-direction: column;
}
.intro_com {
    margin-top: 20px;
}
}
