@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


.main_content{
}
.technology {
    background: transparent linear-gradient(89deg, #F0F1F2 0%, #FDFEFF 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0 70px;
    margin-top: 50px;
}
.tech_inner {
    max-width: 1054px;
    min-height: 200px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.tech_card {
    max-width: 495px;
    width: 100%;
    margin: 0 15px 50px 15px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.tech_card:nth-child(1){
    background: url("../img/bg_01.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tech_card:nth-child(2){
    background: url("../img/bg_02.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tech_card:nth-child(3){
    background: url("../img/bg_03.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tech_card:nth-child(4){
    background: url("../img/bg_04.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.tech_midashi {
    font-size: 2rem;
    font-weight: bold;
}
.tech_text {
    font-size: 1.4rem;
}
.tech_btn {
    max-width: 184px;
    margin-top: 10px;
}
.tech_btn a {
    padding: 5px 0;
}
.tech_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #E7F1FD;
    padding: 20px;
    margin-top: 20px;
    min-height: 235px;
    box-sizing: border-box;
    align-items: center;
    align-content: center;
}
.tech_list p {
    width: 50%;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.tech_inner {
    flex-direction: column;
    align-items: center;
}
.tech_card {
    margin: 0 0 50px 0;
}
.tech_card {
    margin: 0 0 50px 0;
    padding: 20px 5%;
}
.tech_list {
    flex-direction: column;
}
.tech_list p {
    width: 100%;
    font-size: 1.2rem;
}
}
