
.about_top {
    position: relative;
    height: 512px;
    padding-bottom: 53px;
    margin-bottom: 60px;
}

@media screen and (min-width: 64.0625em) {
    .about_top {
        margin-top: -24px;
    }
}
@media screen and (max-width: 64.06125em){
	.about_content{
		display:block!important;
	}
}
.about_content{
	display:flex;
}
@media screen and (max-width: 64.06125em) {
    .about_top {
        height: auto;
        padding-bottom: 0;
        margin-bottom: 52px;
    }
}

.about_top_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 463px;
    overflow: hidden;
    border-bottom: 4px solid #ffcc00;
}

@media screen and (max-width: 64.06125em) {
    .about_top_img {
        position: relative;
        height: 200px;
        border-bottom: 0;
    }
}

.about_top_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

@media screen and (max-width: 64.06125em) {
    .about_top_img img {
        max-height: 100%;
    }
}

@media screen and (max-width: 22.4375em) {
    .about_top_img img {
        -ms-transform: translate(-62%, -50%);
        transform: translate(-62%, -50%);
        min-width: 274%;
        max-height: none;
        max-width: 100%;
    }
}

.about_top_inner {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
}

.about_top_text {
	box-sizing:initial;
    position: absolute;
    bottom: -53px;
    left: 0;
    width: 100%;
    max-width: 495px;
    height: 402px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffcc00;
    padding: 35px 3% 0px;
    font-size: 15px;
}

@media screen and (max-width: 64.06125em) {
    .about_top_text {
        position: static;
        padding-bottom: 28px;
        padding-top: 28px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: none;
        margin-left: -20px;
        margin-right: -20px;
        height: auto;
        font-size: 14px;
    }
}

.about_top_text_title {
    font-size: 36px;
    font-weight: 500;
    color: black;
    line-height: 1;
    margin-bottom: 28px;
}

@media screen and (max-width: 64.06125em) {
    .about_top_text_title {
        font-size: 24px;
        line-height: 1.166;
        margin-bottom: 12px;
    }
}

.about_top_text_content {
    line-height: 1.6;
}

.about_content_quote {
    width: 193px;
    padding-top: 18px;
    margin-right: 9%;
    font-size: 12px;
    line-height: 1.666;
    color: #666666;
    border-top: 2px solid black;
}

@media screen and (max-width: 64.06125em) {
    .about_content_quote {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-right: 0;
    }
}

.about_content_quote_desc {
    max-width: 165px;
}

@media screen and (max-width: 64.06125em) {
    .about_content_quote_desc {
        max-width: none;
    }
}

.about_content_quote b {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
}

.about_content_quote p {
    margin-top: 0;
    margin-bottom: 20px;
}

.about_content-bottom .about_content_right {
    margin-left: calc(9% + 193px);
}

@media screen and (max-width: 64.06125em) {
    .about_content-bottom .about_content_right {
        margin-left: 0;
    }
}

.about_content_right {
    width: calc(91% - 193px);
    max-width: 798px;
}

@media screen and (max-width: 64.06125em) {
    .about_content_right {
        width: 100%;
    }
}

.about_content_right_text {
    color: #333333;
}

.about_content_right_text h3, .about_content_right_text .h3 {
    color: inherit;
}

.about_content_right_news-preview {
    margin-bottom: 14px;
}

.about_content_right_news-preview .declaration_list_item_info {
    border: 1px solid #ebebeb;
    padding-left: 42px;
    padding-right: 42px;
    padding-bottom: 31px;
    padding-top: 38px;
}

@media screen and (max-width: 64.06125em) {
    .about_content_right_news-preview .declaration_list_item_info {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.about_content_right_news-preview .declaration_list_item_text_content {
    margin-bottom: 20px;
}

@media screen and (max-width: 64.06125em) {
    .about_content_right_news-preview .declaration_list_item {
        margin-bottom: 10px;
    }
}

.about_btn{
    margin-top:25px;
    display: inline-flex;
    background: black;
    border-radius: 5px;
    border:none;
    padding: 15px 35px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}