@charset "UTF-8";
.intro {
    margin-bottom: 80px;
}
.intro_inner {}
.intro_title {}
.intro_text {}
.tech {}
.tech_cols {
    flex-direction: row-reverse;
    display: flex;
    background: #f8f8f8;
}
.tech_col {
    width: 50%;
}
.tech_col-no1 {
    box-sizing: border-box;
    padding: 0 25px;
}
.tech_title {}
.tech_text {}
.tech_col-no2 {
    position: relative;
    z-index: 1;
}
.tech_areaText {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0;
    padding: 20px 0;
    box-sizing: border-box;
}
.tech_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tech_image-no1 {
    background-image: url(/assets/img/reason/pt-reason01@2x.jpg);
}
.tech_cols-rev {
    flex-direction: row;
}
.tech_image-no2 {
    background-image: url(/assets/img/reason/pt-reason02@2x.jpg);
}
.tech_image-no3 {
    background-image: url(/assets/img/reason/pt-reason03@2x.jpg);
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:1199px) {
    .tech_areaText {
        min-height: 360px;
    }
}
@media screen and (max-width:999px) {
    .intro {
        margin-bottom: 45px;
    }
    .intro_inner {}
    .intro_title {}
    .intro_text {}
    .tech {}
    .tech_cols {
        display: block;
    }
    .tech_col {
        width: auto;
    }
    .tech_col-no1 {
        padding: 25px;
    }
    .tech_title {}
    .tech_text {}
    .tech_col-no2 {}
    .tech_areaText {
        min-height: 0;
        max-width: none;
        padding: 0;
    }
    .tech_image {
        position: static;
        padding-bottom: 66.7%;
    }
    .tech_image-no1 {}
    .tech_cols-rev {}
    .tech_image-no2 {}
    .tech_image-no3 {}
}
@media screen and (max-width:767px) {
    .intro {
        margin-bottom: 25px;
    }
    .intro_inner {}
    .intro_title {}
    .intro_text {}
    .tech {}
    .tech_cols {}
    .tech_col {}
    .tech_col-no1 {
        padding: 25px 15px;
    }
    .tech_title {}
    .tech_text {}
    .tech_col-no2 {}
    .tech_areaText {}
    .tech_image {}
    .tech_image-no1 {}
    .tech_cols-rev {}
    .tech_image-no2 {}
    .tech_image-no3 {}
}
