/* layout */
section {
    padding: 40px 0;
}
@media screen and (min-width: 1025px) {
    section {
        padding: 80px 0;
    }
}

/* swiper */
.swiper {
    overflow-x: hidden;
}
.swiper-pagination {
    bottom: -48px !important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}
.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}

/* font */
h2.title {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 16px;
}
h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
}
h4 span {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    color: var(--color-brand-Auxiliary);
}
/*p.subtitle, section p, section span {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-brand-Auxiliary);
}*/
p.subtitle {
    margin-bottom: 40px !important;
}
span.more {
    position: relative;
    color: var(--color-brand-standard);
}
span.more::after {
    content: "";
    display: none;
    width: 19px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: calc(100% + 16px);
    transform: translate(-50%, -50%);
    background: url('../images/csr-main/icon-arrow.svg') scroll no-repeat center / contain;
}
a {
    transition: 0.3s;
}
a:hover span.more::after {
    display: block;
}
@media screen and (min-width: 1025px) {
    h2.title {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 24px;
    }
    h3 {
        font-size: 32px;
        line-height: 42px;
    }
    h4 span {
        font-size: 28px;
        line-height: 32px;
    }
    p.subtitle {
        margin-bottom: 56px !important;
    }
}

/* banner */
.swiper-container.innner-pc {
    margin-bottom: 80px;
}
.innner-pc .container > * {
    margin-left: calc(1 / 12 * 100%);
}
.innner-pc .pc-small-title {
    padding-top: 335px;
}
.innner-pc .banner-text-title {
    font-size: 72px;
    font-weight: normal;
    line-height: 88px;
    padding: 0 0 24px;
    color: white;
}
.innner-pc .banner-text-content {
    max-width: 733px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: white;
}
@media screen and (max-width: 1024px) {
    .swiper-container.innner-wap {
        height: 675px;
        margin-bottom: 60px;
    }
    .wap-small-title {
        padding-top: 114px;
        color: white;
    }
    .innner-wap .banner-text-title {
        font-size: 28px;
        font-weight: normal;
        line-height: 38px;
        padding: 0 0 24px;
        color: white;
    }
}

/* main-categories */
#main-categories {
    padding-bottom: 160px;
}
#main-categories .content-wrapper {
    background-color: #f7f7fa;
    padding: 32px 24px;
}
#main-categories .content-wrapper h3 {
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    #main-categories {
        padding-bottom: 120px;
    }
    #main-categories .content-wrapper p {
        margin-bottom: 16px;
    }
    #main-categories a:hover {
        transform: translate(0, -16px);
        transition: 0.3s;
    }
}
@media screen and (min-width: 1025px) {
    #main-categories .content-wrapper {
        padding: 45px 32px 32px;
        height:350px;
    }
    #main-categories .content-wrapper h3 {
        margin-bottom: 24px;
    }
    #main-categories .content-wrapper p {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 834px) {
    #main-categories span.more {
        display: none;
    }
}

/* our-strategies */
#our-strategies {
    background-color: #f7f7fa;
    padding: 68px 0 56px;
}
#our-strategies .grid {
    display: flex;
    flex-direction: column;
}
#our-strategies .grid-item {
    border-radius: 4px;
    background-color: var(--color-icon-01);
    padding: 40px 24px 32px;
}
#our-strategies .grid-item:hover {
    box-shadow: 0 2px 9px 0 rgba(183, 183, 183, 0.5);
}
#our-strategies h4 {
    margin-bottom: 24px;
}
#our-strategies svg {
    margin-right: 18px;
}
#our-strategies p {
    margin-bottom: 32px;
}
@media screen and (min-width: 835px) {
    #our-strategies {
        background-color: #f7f7fa;
    }
    #our-strategies .grid {
        max-width: 1380px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 24px;
        margin: 0 auto;
    }
    #our-strategies .grid-item {
        padding: 40px 96px 32px 48px;
    }
    #our-strategies p {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1025px) {
    #our-strategies .grid {
        gap: 56px 64px;
    }
}
@media screen and (max-width: 834px) {
    #our-strategies .grid-item:not(:last-child) {
        margin-bottom: 24px;
    }
}

/* csr-news */
#csr-news {
    padding: 80px 0;
}
#csr-news h2 {
    margin-bottom: 24px;
}
#csr-news .wp_rss_retriever_item {
    margin: 0 0 32px;
}
#csr-news .wp_rss_retriever_item_wrapper {
    display: flex;
    flex-direction: column;
}
#csr-news .wp_rss_retriever_image {
    order: 1;
    width: 100% !important;
    height: 212px !important;
    background-color: #f7f7fa;
    margin: 0 0 24px;
}
#csr-news .wp_rss_retriever_image img.portrait {
    max-width: 100%;
    min-height: auto;
    object-fit: contain;
}
#csr-news .wp_rss_retriever_title {
    order: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--color-brand-Auxiliary);
    text-align: left;
    margin: 0 0 8px;
}
#csr-news .wp_rss_retriever_container {
    order: 3;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-brand-Auxiliary);
    text-align: left;
}
#csr-news .wp_rss_retriever_metadata {
    display: none;
}
#csr-news .wp_rss_retriever_item{
    transition: .3s;
}
#csr-news .wp_rss_retriever_item:hover {
    transform: translate(0, -1rem);
}
#csr-news .wp_rss_retriever_item:hover .wp_rss_retriever_title,
#csr-news .wp_rss_retriever_item:hover .wp_rss_retriever_container { 
    color: var(--color-brand-standard);
}
@media screen and (min-width: 835px) {
    #csr-news {
        padding-bottom: 80px;
    }
    #csr-news .wp_rss_retriever {
        margin-left: -12px;
        margin-right: -12px;
    }
    #csr-news .wp_rss_retriever_list {
        display: flex;
        flex-wrap: wrap;
    }
    #csr-news .wp_rss_retriever_item {
        flex: 0 0 33.33333%;
        margin: 0 0 72px;
        padding: 0 12px;
    }
    #csr-news .wp_rss_retriever_item:nth-of-type(-n+2) {
        flex: 0 0 50%;
    }
    #csr-news .wp_rss_retriever_image {
        height: 171px !important;
    }
    #csr-news .wp_rss_retriever_item:nth-of-type(-n+2) .wp_rss_retriever_image {
        height: 259px !important;
    }
}
@media screen and (min-width: 1025px) {
    #csr-news {
        padding: 120px 0 160px;
    }
    #csr-news h2 {
        margin-bottom: 56px;
    }
    #csr-news .wp_rss_retriever_image {
        height: 341px !important;
    }
    #csr-news .wp_rss_retriever_item:nth-of-type(-n+2) .wp_rss_retriever_image {
        height: 519px !important;
    }
    #csr-news .wp_rss_retriever_title {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 24px;
        padding: 0 24px;
    }
    #csr-news .wp_rss_retriever_container {
        padding: 0 24px;
    }
}