@charset "utf-8";

.mainv {
    background-image: url(../img/process/mainv.jpg);
}

.top-mess {
    margin: 60px auto;
    text-align: center;
}

.top-mess__ttl {
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #d3052b;
    margin-bottom: 30px;
}

.top-mess__txt {
    letter-spacing: 0.05em;
    line-height: 2.7;
}

.initiatives_inner {
    padding: 56px 0;
}

.initiatives_list {
    margin: 40px auto;
}

.initiatives_list_mes {
    padding: 58px 38px 27px;
}

.initiatives_list li {
    padding: 0 0 40px;
    background: unset;
}

.initiatives_list__link {
    position: relative;
    display: block;
    width: 50%;
}

.initiatives_list__link .text1 {
    display: block;
}

.arrow-double::before {
    right: 0;
}

.arrow-double::after {
    right: 8px;
}

.arrow-double::before,
.arrow-double::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #d3052b;
    border-right: 2px solid #d3052b;
    transform: rotate(45deg);
    background: no-repeat;
    transform-origin: unset;
}

.color2 .arrow-double::before,
.color2 .arrow-double::after {
    border-top: 2px solid #223da3;
    border-right: 2px solid #223da3;
}

.initiatives_list li {
    padding: 0 0 10px;
}

.process-flow{
    padding-top: 86px;
    padding-bottom: 86px;
}
.process-flow__txt{
    margin-top: 48px;
    line-height: 2;
}
.process-flow__img{
    margin-top: 48px;
}
.process-flow .btn01{
    width: 400px;
    /* margin-top: 64px; */
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {

    .top-mess {
        margin: 40px auto;
    }

    .top-mess__ttl {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .top-mess__txt {
        font-size: 13px;
        line-height: 2;
        text-align: left;
    }

    .initiatives_list {
        margin: 10px auto;
    }
    .initiatives_list_mes {
        padding: 49px 5% 20px;
    }

    .initiatives_list li {
        padding: 0 0 10px;
    }

    .initiatives_list li:last-child {
        margin-bottom: 0;
    }
    
    .initiatives_list__link {
        width: 60%;
    }

    .process-flow{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .process-flow__txt{
        margin-top: 20px;
        font-size: 13px;
    }

    .process-flow__img{
        margin-top: 20px;
    }

    .process-flow .btn01{
        width: 167px;
        /* margin-top: 30px; */
    }
    


}