.access__mv {
    position: relative;
    color: #fff;
    padding: 15.52vw 0 0;
}

.access__mv__title {
    color: #ff166a;
    font-family: "Climate Crisis", sans-serif;
    font-size: 5.78vw;
    text-align: center;
}

.access__mv__subtitle {
    color: #ff166a;
    font-weight: 500;
    font-size: 1.5vw;
    text-align: center;
    margin-bottom: 2.928vw;
}
.access__mv__lead {
    font-size: 1.171vw;
    text-align: center;
    margin-bottom: 8.785vw;
}

.access__anchorlink {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82vw;
    margin: 0 auto 3.66vw;
}
.access__anchorlink li{
    width: 25.842vw;
}
.access__anchorlink li a{
    width: 100%;
    height: 4.392vw;
    display: flex;
    align-items: center;
    border: 1px solid #FF166A;
    border-radius: 3.66vw;
    position: relative;
    padding: 0.732vw 1.83vw 0.732vw 2.196vw;
    margin-bottom: 1.464vw;
    box-sizing: border-box;
    font-size: 1.171vw;
}
.access__anchorlink li a:after{
    content: "";
    background-image: url(../images/access_icon_arrow.webp);
    background-size: cover;
    width: 1.171vw;
    height: 1.171vw;
    display: inline-block;
    margin-left: auto;
}
.access__anchorlink li a i{
    margin-right: 0.732vw;
    display: inline-block;
}
.access__anchorlink li a .access_icon_1{
    width: 2.928vw;
}
.access__anchorlink li a .access_icon_2{
    width: 2.196vw;
}
.access__anchorlink li a .access_icon_3{
    width: 2.416vw;
    padding-top: 0.366vw;
}


.access__hellowork {
    width: 82vw;
    margin: 0 auto 5.857vw;
}
.access__hellowork__head {
    background-color: #FF166A;
    border-radius: 4.392vw 4.392vw 0 0;
    padding: 3.514vw 3.66vw 2.928vw;
    color: #fff;
}
.access__hellowork__box__contents__flex {
    display: flex;
    align-items: center;
    margin-bottom: 1.464vw;
}
.access__hellowork__box__contents__flex h2{
    font-size: 2.196vw;
    font-weight: bold;
    padding-bottom: 0.366vw;
}
.access__hellowork__head__subTitle {
    margin-left: 1.245vw;
    background-color: #fff;
    border-radius: 2.343vw;
    padding: 0 1.245vw;
    text-align: center;
    font-size: 1.171vw;
    font-weight: 500;
    line-height: 1em;
    color: #FF166A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.196vw;
}
.access__hellowork__head__lead {
    color: #fff;
    font-size: 1.171vw;
    line-height: 2.343vw;
}
.access__hellowork__contents {
    background-color: #fff;
    border-radius: 0 0 4.392vw 4.392vw;
    padding: 3.66vw 0;
}
.access__hellowork__box {
    padding: 11.713vw 3.66vw 0;
    margin-top: -11.713vw;
    margin-bottom: 5.124vw;
}
.access__hellowork__box:last-child{
    margin-bottom: 0;
}
.access__hellowork__box__head {
    background-color: #F5F5EF;
    padding: 1.098vw 1.464vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.562vw;
}
.access__hellowork__box__head h3{
    font-size: 1.83vw;
    font-weight: bold;
}
.access__hellowork__box__head .access__hellowork__box__head__sns{
    display: flex;
}
.access__hellowork__box__head .access__hellowork__box__head__sns li{
    width: 2.855vw;
    margin-right: 0.732vw;
}
.access__hellowork__box__head .access__hellowork__box__head__sns li:last-child{
    margin-right: 0;
}
.access__hellowork__box__head .access__hellowork__box__head__sns li img{
    width: 100%;
}
.access__hellowork__box__contents {
    display: flex;
    justify-content: space-between;
}
.access__hellowork__box__contents__left {
    width: 49%;
}
.access__hellowork__box__contents__left dl{
    display: flex;
    margin-bottom: 1.83vw;
    justify-content: space-between;
}
.access__hellowork__box__contents__left dl dt{
    width: 14%;
    font-size: 1.171vw;
    line-height: 2.196vw;
    font-weight: 500;
}
.access__hellowork__box__contents__left dl dd{
    width: 77%;
    font-size: 1.171vw;
    line-height: 2.196vw;
    text-align:left;
}
.access__hellowork__box__contents__left .tel{
    font-family: "Oswald";
    font-size: 2.196vw;
    color: #FF166A;
}

.access__hellowork__box__contents__right {
    width: 48%;
}
.access__hellowork__box__contents__right iframe{
    width: 100%;
    height: 22.108vw;
    border: 0;
}

  
@media (max-width: 896px) {

    .access__mv {
        position: relative;
        color: #fff;
        padding: 34.615vw 0 0;
    }

    .access__mv__title {
        color: #ff166a;
        font-family: "Climate Crisis", sans-serif;
        font-size: 9.231vw;
        text-align: center;
        margin-bottom: 2.564vw;
    }

    .access__mv__subtitle {
        color: #ff166a;
        font-weight: 500;
        font-size: 5.128vw;
        text-align: center;
        margin-bottom: 7.692vw;
    }
    .access__mv__lead {
        font-size: 4.103vw;
        line-height: 8.205vw;
        text-align: center;
        margin-bottom: 7.692vw;
    }

    .access__anchorlink {
        display: block;
        width: 89.74vw;
        margin: 0 auto 10.256vw;
    }
    .access__anchorlink li{
        width: 100%;
    }
    .access__anchorlink li a{
        width: 100%;
        height: 15.385vw;
        display: flex;
        align-items: center;
        border: 1px solid #FF166A;
        border-radius: 12.821vw;
        position: relative;
        padding: 2.564vw 6.667vw 2.564vw 7.692vw;
        margin-bottom: 5.128vw;
        box-sizing: border-box;
        font-size: 4.103vw;

    }
    .access__anchorlink li a:after{
        content: "";
        background-image: url(../images/access_icon_arrow.webp);
        background-size: cover;
        width: 4.103vw;
        height: 4.103vw;
        display: inline-block;
        margin-left: auto;
    }
    .access__anchorlink li a i{
        margin-right: 0;
        display: inline-block;
    }
    .access__anchorlink li a .access_icon_1{
        width: 10.256vw;
        margin-right: 2.308vw;
    }
    .access__anchorlink li a .access_icon_2{
        width: 7.436vw;
        margin-right: 2.308vw;
    }
    .access__anchorlink li a .access_icon_3{
        width: 8.974vw;
        padding-top: 0.769vw;
        margin-right: 3.077vw;
    }


    .access__hellowork {
        width: 89.74vw;
        margin: 0 auto 7.692vw;
    }
    .access__hellowork:last-of-type {
        margin-bottom: 20.513vw;
    }
    .access__hellowork__head {
        background-color: #FF166A;
        border-radius: 10.256vw 10.256vw 0 0;
        padding: 5.128vw 4.359vw;
        color: #fff;
    }
    .access__hellowork__box__contents__flex {
        display: block;
        margin-bottom: 3.846vw;
    }
    .access__hellowork__box__contents__flex h2{
        font-size: 5.128vw;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 3.333vw;
    }
    .access__hellowork__head__subTitle {
        margin-left: 0;
        background-color: #fff;
        border-radius: 12.821vw;
        padding: 2.564vw 4.872vw;
        text-align: left;
        font-size: 3.59vw;
        font-weight: 500;
        line-height: 5.385vw;
        color: #FF166A;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    .access__hellowork__head__lead {
        color: #fff;
        font-size: 3.59vw;
        line-height: 6.923vw;
    }
    .access__hellowork__contents {
        background-color: #fff;
        border-radius: 0 0 10.256vw 10.256vw;
        padding: 7.692vw 0;
    }
    .access__hellowork__box {
        padding: 25.641vw 5.128vw 0;
        margin-top: -25.641vw;
        margin-bottom: 16.667vw;
    }
    .access__hellowork__box:last-child{
        margin-bottom: 0;
    }
    .access__hellowork__box__head {
        background-color: #F5F5EF;
        padding: 3.846vw;
        display: block;
        margin-bottom: 7.692vw;
    }
    .access__hellowork__box__head h3{
        font-size: 5.128vw;
        font-weight: bold;
        margin-bottom: 2.308vw;
    }
    .access__hellowork__box__head .access__hellowork__box__head__sns{
        display: flex;
    }
    .access__hellowork__box__head .access__hellowork__box__head__sns li{
        width: 8.205vw;
        margin-right: 2.308vw;
    }
    .access__hellowork__box__head .access__hellowork__box__head__sns li:last-child{
        margin-right: 0;
    }
    .access__hellowork__box__head .access__hellowork__box__head__sns li img{
        width: 100%;
    }
    .access__hellowork__box__contents {
        display: block;
    }
    .access__hellowork__box__contents__left {
        width: 100%;
    }
    .access__hellowork__box__contents__left dl{
        display: block;
        margin-bottom: 7.692vw;
    }
    .access__hellowork__box__contents__left dl dt{
        width: 100%;
        font-size: 4.103vw;
        line-height: 7.692vw;
        font-weight: 500;
        margin-bottom: 2.564vw;
    }
    .access__hellowork__box__contents__left dl dd{
        width: 100%;
        font-size: 4.103vw;
        line-height: 7.692vw;
        text-align:left;
    }
    .access__hellowork__box__contents__left .tel{
        font-family: "Oswald";
        font-size: 7.692vw;
        color: #FF166A;
    }

    .access__hellowork__box__contents__right {
        width: 100%;
    }
    .access__hellowork__box__contents__right iframe{
        width: 100%;
        height: 53.846vw;
        border: 0;
    }
}
