/*------------------------------------------------------------------------------
ev
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/ev/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/ev/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
    }
}

.link_list{
    margin: 8rem auto!important;
}

@media screen and (max-width: 768px) {
    .link_list{
        margin: 6.4rem auto 3.2rem auto!important;
    }
}

.link_list__list li{
    width: calc(100% / 4)!important;
}

@media screen and (max-width: 768px) {
    .link_list__list li{
        width: calc(100% / 2)!important;
    }
}

.lang-en .link_list__list li a{
	padding: 5.6rem 2.8rem;
}
@media screen and (max-width: 768px) {
	.lang-en .link_list__list li a{
	padding: 1.6rem 1.8rem;
}
}

/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
.p-ev__section01 p.section__text{
    margin-bottom: 8rem;
}

.p-ev__section01 ul.border__list{
    gap: 0.4rem;
    flex-direction: column;
    margin: 4rem 0 8rem;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.border__list{
     margin: 2rem 0 4rem;
    }
}

.p-ev__section01 ul.image_list{
    gap: 4rem 2rem;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list{
       flex-direction: column;
       gap: 3.2rem;
    }
}

.p-ev__section01 ul.image_list li{
    width: calc((100% - 2rem) / 2);
    flex: auto;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list li{
       width: 100%;
    }
}

.p-ev__section01 ul.image_list li .title{
    display: flex;
    gap: 2.8rem;
    align-items: center;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list li .title{
        gap: 1.4rem;
        margin-bottom: 0.8rem;
    }
}

.p-ev__section01 ul.image_list li .number{
    background-color: #0016D9;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    width: 11.1rem;
    height: 11.1rem;
    border-radius: 50%;
    padding: 2.6rem 0;
    line-height: 1.2;
}

.lang-en .p-ev__section01 ul.image_list li .number{
	font-size: 1.6rem;
	padding: 3rem 0;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list li .number{
       font-size: 1.1rem;
       width: 5.5rem;
       height: 5.5rem;
       padding: 1.3rem 0;
    }
	
	.lang-en .p-ev__section01 ul.image_list li .number{
		padding: 1.8rem 0;
		font-size: 0.8rem;
	}
}

.p-ev__section01 ul.image_list li .number span{
    font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list li .number span{
        font-size: 1.6rem;
    }
}

.p-ev__section01 ul.image_list li h5{
    font-size: 2rem;
    font-weight: bold;
	width: calc( 100% - 13.9rem);
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list li h5{
        font-size: 1.4rem;
		width: calc( 100% - 6.9rem);
    }
}

.p-ev__section01 ul.image_list li p{
    font-size: 1.4rem;
    margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
    .p-ev__section01 ul.image_list li p{
        font-size: 1rem;
        margin-top: 0.8rem;
    }
}

/*------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------*/
.p-ev__section02 ul.p-ev__section02__list li{
    margin-bottom: 4rem;
}

.p-ev__section02 ul.p-ev__section02__list li:last-child{
    margin-bottom: 0;
}

ul.p-ev__section02__list li .image_flex{
    display: flex;
    gap: 1.3rem;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section02__list li .image_flex{
        flex-direction: column;
        gap: 0.6rem;
    }

    .image_flex__item{
        width: 70%;
    }
}

ul.p-ev__section02__list .p-line__title{
    font-size: 3.2rem;
    padding-left: 2.8rem;
    margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section02__list .p-line__title{
        font-size: 1.6rem;
        padding-left: 1.4rem;
        margin-bottom: 1.6rem;
    }
}

ul.p-ev__section02__list .p-line__title::before{
    width: 0.8rem;
    height: 4.6rem;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section02__list .p-line__title::before{
        width: 0.4rem;
        height: 2.3rem;
    }
}


/*------------------------------------------------------------------------------
section03
------------------------------------------------------------------------------*/
ul.p-ev__section03__list{
    display: flex;
    flex-wrap: wrap;
    gap: 5.8rem;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section03__list{
        gap: 0.8rem;
    }
}

ul.p-ev__section03__list li{
    display: flex;
    width: calc((100% - 5.8rem) / 2);
}

.lang-en ul.p-ev__section03__list li{
	flex-direction: column;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section03__list li{
        width: calc((100% - 0.8rem) / 2);
        height: 11rem;
    }

    ul.p-ev__section03__list li img{
        height: 100%;
    }

    ul.p-ev__section03__list li:nth-child(3),
    ul.p-ev__section03__list li:last-child{
        height: 12.4rem;
    }
	
	.lang-en ul.p-ev__section03__list li,
	.lang-en ul.p-ev__section03__list li:nth-child(3),
    .lang-en ul.p-ev__section03__list li:last-child{
		height: auto;
	}
}

ul.p-ev__section03__list li.sp-block{
    display: none;
}


ul.p-ev__section03__list li h4{
    background-color: #0016D9;
    color: #fff;
    font-size: 3.2rem;
    padding: 0 3rem;
    text-align: center;
    margin-right: 2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
}

.lang-en ul.p-ev__section03__list li h4{
	font-size: 1.8rem;
	padding: 2rem;
	margin-right: 0;
	writing-mode: unset;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section03__list li h4{
        margin-right: 0.6rem;
    }

    ul.p-ev__section03__list li.sp-block{
        display: flex;
    }
	
	.lang-en ul.p-ev__section03__list li h4{
		font-size: 1rem;
		padding: 1rem;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 768px) {
    ul.p-ev__section03__list li h4{
        font-size: 1.1rem;
        padding: 0 1.2rem;
    }
}

ul.p-ev__section03__list.-second{
    margin-top: 5.8rem;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section03__list.-second{
       display: none;
    }
    ul.p-ev__section03__list .image_list__item{
        width: 100%;
    }
}

ul.p-ev__section03__list.-second li:first-child{
    width: 34%;
}

@media screen and (max-width: 768px) {
    ul.p-ev__section03__list.-second li:first-child{
        width: 36%;
    }
}

ul.p-ev__section03__list.-second li:last-child{
    width: 61%;
}

ul.p-ev__section03__list.-second li img{
    height: 100%;
}

/*------------------------------------------------------------------------------
section04
------------------------------------------------------------------------------*/
.cf7-checkbox-item{
    width: calc((100% - 4.8rem) / 2);
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item{
        width: 100%;
    }
}

p.section__text span.-bold{
    font-weight: bold;
}

