img {
    max-width: 100%;
}

.garage_top {}

.garage_general {
    color: #000;
}

.hero-section {
    position: relative;
    height: 129vw;
    background-color: #f7f8f8;
}

.hero-title {
    position: absolute;
    left: 6vw;
    top: 66vw;
    font-size: 6vw;
    width: 100vw;
    font-weight: 700;
    line-height: 1.6;
}

.hero-title br {
    /*    display: none;*/
}

.hero-text {
    position: absolute;
    left: 6vw;
    top: 104vw;
    font-size: 3vw;
    width: 88vw;
    line-height: 1.6;
}

.hero-text br {
    display: none;
}

.hero-text:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/common/img/common/garuxgarage_logo.svg);
    left: 0vw;
    top: -64px;
    width: 64vw;
    height: 12vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
}

.points-section {}

.points-title {
    text-align: center;
    font-size: 6vw;
    width: 100%;
    font-weight: 700;
    line-height: 1.6;
}

.points {}

.points-container {
    margin-top: 3.6vw;
}

.point-item {}

.point-image {
    width: 100%;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

.point-headline {
    text-align: left;
    font-size: 5vw;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 1vw;
    width: 86vw;
    margin-left: auto;
    margin-right: auto;

}

.point-headline br {
    display: none;
}

.point-description {
    font-size: 3vw;
    margin-top: 2vw;
    font-weight: 500;
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vw;
}

.lifestyle-section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 88vw;
    padding-top: 6.7vw;
}

.lifestyle-title {
    margin-bottom: 6vw;
    text-align: center;
    font-size: 6vw;
    width: 100%;
    font-weight: 700;
    line-height: 1.6;
}

.lifestyle-item {
    position: relative;
    margin-bottom: 10vw;
}

.lifestyle-item:before {
    content: "";
    position: absolute;
    top: 87vw;
    font-size: 11vw;
    left: 0;
    color: #f0f0f0;
    font-weight: 500;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.lifestyle-item:nth-child(2):before {
    content: "Lifestyle";
}

.lifestyle-item:nth-child(3):before {
    content: "Reliability";
}

.lifestyle-item:nth-child(4):before {
    content: "One and Only";
}

.lifestyle-item:nth-child(5):before {
    content: "Tailor Made";
}

.lifestyle-item:nth-child(6):before {
    content: "Cozy Space";
}

.lifestyle-headline {
    line-height: 1.6;
    font-weight: 500;
    font-size: 5vw;
    margin-bottom: 2vw;
}

.lifestyle-description {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.9;
    clear: both;
    padding-top: 4vw;
}

.lifestyle-description br {
    display: none;
}

.lifestyle-description-list {
    display: block;
    padding-left: 0.5vw;
    line-height: 2;
    margin-top: 3vw;
}

.lifestyle-description-list br {
    display: block;
}

.lifestyle-image-01 {
    width: 100vw;
    margin-bottom: 0vw;
}

.lifestyle-image-02 {
    width: 43vw;
    float: left;
}

.lifestyle-image-03 {
    width: 43vw;
    float: right;
}

.needs-section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 88vw;
}

.needs-title {
    margin-bottom: 6vw;
    text-align: center;
    font-size: 5vw;
    width: 100%;
    font-weight: 700;
    line-height: 1.6;
}

.cases {}

.needs-container {}

.case-item {
    position: relative;
}

.case-header {
    width: 88vw;
    border: 1px solid #000;
    height: 23vw;
    position: relative;
    margin-bottom: 3vw;
}

.case-header:before {
    content: "";
}

.case-headline {
    text-align: left;
    font-weight: 700;
    font-size: 4vw;
    padding: 3vw 0 0 4vw;
    line-height: 1.4;
}

.case-icon {
    position: absolute;
    width: 12vw;
    right: 25vw;
    top: 5vw;
    border-radius: 44vw;
}

.case-customer {
    position: absolute;
    top: 8vw;
    right: 4.5vw;
}

.case-image-01 {
    width: 88vw;
    margin-bottom: 0vw;
}

.case-description {
    clear: both;
    padding-top: 3vw;
    padding-bottom: 10vw;
}

.case-image-02 {
    width: 43vw;
    float: left;
}

.case-image-03 {
    width: 43vw;
    float: right;
}

/******************************************/
.txt_type_01 {
    border-bottom: 3px dotted #0d5899;
}

.garage_farmer_flow p {
    background-color: #97bad8;
}

.garage_farmer_flow .garage_farmer_flow_boxs {
    background-color: #d2e4f3;
}

.garage_farmer_flow li:before {
    background-color: #72a2cb;
}

.garage_farmer_faq div {
    background-color: #d2e4f3;
}

.garage_farmer_faq dt h4:before {
    background-color: #72a2cb;
}

.garage_farmer_faq dd ul li:before {
    background-color: #4380b5;
}