/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
    padding-bottom: 82px;
}
#main .mainVisual {
    aspect-ratio: 2636 / 1081;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url(/about/sustainability/deandi/img/index/main_img.jpg) no-repeat center center / cover;
}
#main .mainVisual h2 {
    padding-bottom: 9px;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
    font-size: 4.1rem;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5),1px 1px 1px rgba(0, 0, 0, 0.5),1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 1.23;
}
#main .mainVisual h2 small {
    font-size: 2.7rem;
}
#main .mission {
    padding: 132px 0 172px;
    position: relative;
    background: url(/about/sustainability/deandi/img/index/mission_bg01.png) no-repeat left top / calc(50% + 267px),url(/about/sustainability/deandi/img/index/mission_bg02.png) no-repeat right bottom / calc(50% + 347px);
}
#main .mission .text {
    margin-bottom: 27px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.87;
}
#main .mission .smallText {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.05;
    text-align: center;
}
#main .overview {
	margin-top: -1px;
	position: relative;
	z-index: 5;
    background: #F8F6F1;
}
#main .overview .imgBox {
    align-items: center;
}
#main .overview .textBox {
    width: 48.7%;
}
#main .overview .textBox .subBox {
    margin: 0 0 0 auto;
    padding-right: 20px;
    width: 435px;
}
#main .overview .textBox .subBox .text {
    margin-bottom: 47px;
    font-size: 1.8rem;
    line-height: 1.75;
    font-weight: 500;
}
#main .overview .photoBox {
    width: 51.3%;
}
#main .initiatives {
    padding: 51px 0 102px;
    background: url(/about/sustainability/deandi/img/index/initiatives_bg01.jpg) no-repeat center center / cover;
}
#main .initiatives .headLine03 {
    margin-bottom: 37px;
    color: #FFF;
    text-align: center;
}
#main .initiatives .photoUl {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#main .initiatives .photoUl li {
    width: calc((100% - 80px) / 3);
}
#main .initiatives .photoUl li .textBox {
    padding: 24px 0 35px;
    background: #FFF;
}
#main .initiatives .photoUl li .textBox .title {
    margin-bottom: 17px;
    font-size: 2.7rem;
    font-weight: 700;
    text-align: center;
}
#main .infrastructure {
    padding: 90px 0 132px;
    background: #E0FBFB;
}
#main .infrastructure .headLine03 {
    margin-bottom: 5px;
    color: #239AC3;
    text-align: center;
}
#main .infrastructure .text {
    margin-bottom: 69px;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.75;
}
#main .infrastructure .photoUl li {
    width: calc((100% - 50px) / 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
}
#main .infrastructure .photoUl li .textBox {
    padding: 42px 0 10px;
    width: calc(100% - 185px);
}
#main .infrastructure .photoUl li .textBox .title {
    margin-bottom: 22px;
    min-height: 73px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}
#main .infrastructure .photoUl li .photo {
    width: 185px;
}
#main .performance {
    padding: 101px 0 0;
}
#main .performance .headLine03 {
    margin-bottom: 50px;
    text-align: center;
}
#main .performance .comLogoList {
    margin-bottom: 63px;
}
#main .performance .comBtn {
    margin: 0 auto;
    width: 313px;
}
#main .performance .comBtn a {
    min-height: 48px;
    font-size: 18px;
}
@media all and (max-width: 767px) {
    #main {
        padding-bottom: 60px;
    }
    #main .mainVisual h2 {
        padding-bottom: 0;
        font-size: 3.3vw;
    }
    #main .mainVisual h2 small {
        font-size: 2.3vw;
    }
    #main .mission {
        padding: 60px 0 80px;
        background: url(/about/sustainability/deandi/img/index/mission_bg01.png) no-repeat left top / 70%,url(/about/sustainability/deandi/img/index/mission_bg02.png) no-repeat right bottom / 70%;
    }
    #main .mission .text {
        margin-bottom: 27px;
        font-size: 1.6rem;
        text-align: left;
    }
    #main .mission .smallText {
        font-size: 1.4rem;
        text-align: left;
    }
    #main .overview {
        padding: 60px 0 0;
    }
    #main .overview .imgBox {
        padding: 0 20px;
        display: block;
    }
    #main .overview .textBox {
        margin-bottom: 40px;
        width: auto;
    }
    #main .overview .textBox .subBox {
        margin: 0;
        padding-right: 0;
        width: auto;
    }
    #main .overview .textBox .subBox .text {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
    #main .overview .textBox .subBox .comBtn {
        margin: 0;
        width: 70%;
    }
    #main .overview .photoBox {
        margin: 0 -20px;
        width: auto;
    }
    #main .overview .photoBox img {
        width: 100%;
    }
    #main .initiatives {
        padding: 60px 0;
    }
    #main .initiatives .photoUl {
        display: block;
    }
    #main .initiatives .photoUl li {
        margin-bottom: 30px;
        width: auto;
    }
    #main .initiatives .photoUl li:last-child {
        margin-bottom: 0;
    }
    #main .initiatives .photoUl li .textBox {
        padding: 20px 0 35px;
    }
    #main .initiatives .photoUl li .textBox .title {
        font-size: 1.8rem;
    }
    #main .initiatives .photoUl li .photo img {
        width: 100%;
    }
    #main .infrastructure {
        padding: 60px 0;
    }
    #main .infrastructure .headLine03 {
        font-size: 2rem;
    }
    #main .infrastructure .text {
        margin-bottom: 30px;
        font-size: 1.4rem;
    }
    #main .infrastructure .photoUl {
        display: block;
    }
    #main .infrastructure .photoUl li {
        margin-bottom: 20px;
        width: auto;
        display: block;
    }
    #main .infrastructure .photoUl li:last-child {
        margin-bottom: 0;
    }
    #main .infrastructure .photoUl li .textBox {
        padding: 30px 0;
        width: auto;
    }
    #main .infrastructure .photoUl li .textBox .title {
        margin-bottom: 22px;
        min-height: 49px;
        font-size: 1.8rem;
    }
    #main .infrastructure .photoUl li .photo {
        width: auto;
        aspect-ratio: 335 / 300;
    }
    #main .infrastructure .photoUl li .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #main .performance {
        padding: 60px 0 0;
    }
    #main .performance .headLine03 {
        margin-bottom: 30px;
    }
    #main .performance .comLogoList {
        margin-bottom: 50px;
    }
    #main .performance .comBtn {
        width: auto;
    }
    #main .performance .comBtn a {
		min-height: 42px;
        font-size: 1.6rem;
    }
}