.access{
    margin-top: 100px;
    margin-bottom: 120px;
}

.access_content{
    width: calc(50% - 15px);
}

.access_company_title{
    margin-bottom: 33px;
}

.access_company_title .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.access_company_title .logo img{
    width: auto;
    height: 80px;
}

.access_company_title h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 6%;
    text-align: center;
    margin-bottom: 30px;
}

.access_company_map{
    margin-bottom: 33px;
}

.access_company_text p{
   font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: 0%;
}

@media screen and (max-width:1190px){
    .access{
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .lower_box_inner.flex{
        flex-direction: row;
        gap: 30px;
    }
    .access_company_title h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .access_company_title .logo img{
        width: 70px;
    }
    .access_company_text p{
        font-size: 16px;
    }
}

@media screen and (max-width:765px){
    .lower_box_inner.flex{
        flex-direction: column;
        gap: 30px;
    }
    .access_content{
        width: 100%;
    }
    .access_company_title h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .access_company_text p {
        font-size: 15px;
    }
    .lower_box_inner.flex {
        gap: 70px;
    }
}

.notice02{
   font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;  
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 60px;
}

.access_list{
    margin-bottom: 80px;
}

.access_list h3{
   font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 190%;
    letter-spacing: 0%;
    margin-bottom: 60px;
}

.access_box{
    width: 215px;
    height: 215px;
    background-color: #fff;
    border: solid 1px #004CA0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.access_box p{
   font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
}

.access_box_logo_list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 87.5%;
    margin-bottom: 23px;
}

.access_box_logo_list img{
    height: 53px;
    width: auto;
}

.access_box_list{
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.access_arrow,.access_arrow02{
    display: flex;
    justify-content: end;
    flex-direction: column;
    width: calc(((100% - (215px * 3)) / 2 ) - 60px);
}

.access_arrow p,.access_arrow02 p{ 
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    transform: translateY(-100px);
}

.access_arrow02 p:not(:first-child){
    padding-bottom: 0;
    padding-top: 20px;
}

.access_arrow02 p{ 
    transform: translateY(-50px);
}

.access_arrow p:first-child::after,.access_arrow02 p:first-child::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 8.9px;
    background: #004ca0;
    clip-path: polygon(0 44.4%, 93.6% 44.4%, 93.6% 0, 100% 50%, 93.6% 100%, 93.6% 55.6%, 0 55.6%);
}

.train_icon{
    position: relative;
    padding-left: 1.5em;
}

.train_icon::before{
    content: '';
    background-image: url(../img/common/sq-train_icon.svg);
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.taxi_icon{
    position: relative;
    padding-left: 1.5em;
}

.taxi_icon::before{
    content: '';
    background-image: url(../img/common/sq-taxi_icon.svg);
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

@media screen and (max-width:1190px){
    .notice02{
        font-size: 16px;
    }
    .lower_box .container_1440 {
        max-width: none;
    }
    .access_box{
        width: 113px;
        height: 113px;
    }
    .access_list h3{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .access_box p{
        font-size: 14px;
    }
    .access_box_logo_list img{
        height: 28px;
    }
    .access_box_list{
        gap: 22px;
    }
    .access_arrow,.access_arrow02 {
        width: calc(((100% - (113px * 3)) / 2) - 22px);
    }
    .access_arrow p,.access_arrow02 p{
        font-size: 13px;
        transform: translateY(-50px);
        padding-bottom: 13px;
    }

    .access_arrow02 p{
        transform: translateY(-10px);
    }
}

@media screen and (max-width:765px){
    .notice02{
        font-size: 15px;
    }
    .access_list h3{
        text-align: center;
    }
    .access_box_list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .access_arrow,.access_arrow02{
        width: 100%;
    }
    .access_box {
        width: 120px;
        height: 120px;
        flex-direction: column-reverse;
    }
    .access_box_logo_list{
        margin-bottom: 0;
        margin-top: 15px;
    }
    .access_box p {
        font-size: 16px;
    }
    .access_list h3{
        font-size: 20px;
        margin-bottom: 45px;
    }
    .access_arrow p,.access_arrow02 p{
        font-size: 15px;
        transform: translateY(0px);
        padding-bottom: 75px;
        margin-bottom: 15px;
    }
    .access_arrow p:first-child::after,.access_arrow02 p:first-child::after{
        width: 75px;
        transform: rotate(90deg);
        margin: auto;
        bottom: 20px;
    }
}