@charset "utf-8";

.con_item{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:80%;
}

.intro {
    background-image: url(../image/intro_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 0 40px;
}
.intro h2 {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--green1);
}
.intro h2 span {
    font-size: 130%;
}
.intro p {
    font-size: 1.6rem;
    text-align: center;
    color: var(--green1);
    margin-top: 24px;
}
.contents_box {
    padding-bottom: 48px;
}
.contents_box .main_ttl_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    z-index: 1;
    margin-bottom: 64px;
}
/* .contents_box.train_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl01.svg);
}
.contents_box.bicycle_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl02.svg);
}
.contents_box.car_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl03.svg);
} */
.contents_box .main_ttl {
    text-align: center;
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 32px;
}

.access_content_area_txt{
    text-align: center;
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2;
}
.train_wrap{
    padding-top: 48px;
    position: relative;
}
.train_wrap::before{
        content: '';
    background-image: url(../image/access_bg.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 53%;
    left: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.access_map .img{position: relative;}

.access_list_wrap{
    margin-top: 80px;
    padding-bottom: 40px;
}
.access_list_wrap h3{
    text-align: center;
    color: var(--green1);
    font-size: 2.0rem;
    border-bottom: 1px solid var(--green1);
    width: fit-content;
    margin: 0 auto 32px;
}
.access_list_wrap ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 20px;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
}
.access_list_wrap ul::before{
    content: '';
    display: block;
    background-image: url(../image/access_bg01.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    width: 95%;
    height: 41%;
    position: absolute;
    top: 46px;
    left: -58px;
    mix-blend-mode: multiply;
}
.access_list_wrap ul::after{
    content: '';
    display: block;
    background-image: url(../image/access_bg01.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    width: 95%;
    height: 43%;
    position: absolute;
    bottom: -30px;
    right: -58px;
    mix-blend-mode: multiply;
}
.access_list_wrap ul li{
    flex-basis: 47%;
    position: relative;
}
.access_list_wrap ul li:nth-child(even){
    margin-top: 72px;
}
.access_list_wrap ul li .img{
    overflow: hidden;
    border-radius: 16px;
}
.access_list_wrap ul li .txt{
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 8px;
}
.access_list_wrap ul li .ttl{
    padding-top: 8px;
    margin: auto;
}
.access_list_wrap ul li:nth-of-type(1) .ttl{width: 210px;}
.access_list_wrap ul li:nth-of-type(2) .ttl{width: 240px;}
.access_list_wrap ul li:nth-of-type(3) .ttl{width: 140px;}
.access_list_wrap ul li:nth-of-type(4) .ttl{width: 140px;}
.access_list_wrap ul li:nth-of-type(5) .ttl{width: 210px;}
.access_list_wrap ul li:nth-of-type(6) .ttl{width: 210px;}
.access_list_wrap ul li:nth-of-type(7) .ttl{width: 140px;}
.access_list_wrap ul li:nth-of-type(8) .ttl{width: 140px;}


.item{position: absolute; z-index: 1;}
.item.access_map_item{
    bottom: 24px;
    right: 56px;
    max-width: 20%;
}
.item.train_ttl01{
    top: 40px;
    left: -2px;
    max-width: 27%;
}
.item.bicycle_ttl01{
    top: 118px;
    left: 21px;
    max-width: 22%;
}
.item.bicycle_ttl02{
    top: 37px;
    right: 21px;
    max-width: 19%;
}
.item.train_ttl02{
    top: 73px;
    right: 21px;
    max-width: 16%;
}
.item.car_ttl01{
    top: 36px;
    left: -36px;
    max-width: 33%;
}
.item.car_ttl02{
    top: 117px;
    right: -9px;
    max-width: 22%;
}


.access_load_map{
    margin-top: 48px;
    position: relative;
}
.access_load_map .item{
    bottom: -64px;
    right: 0px;
    max-width: 35%;
}
.access_list_wrap li .item.line01{
    right: -88px;
    top: 12px;
    max-width: 30%;
}
.access_list_wrap li .item.line02{
    left: -112px;
    bottom: 3px;
    max-width: 42%;
}
.access_list_wrap li .item.line03{
    right: -93px;
    top: 30px;
    max-width: 33%;
}
.access_list_wrap li .item.line04{
    left: -122px;
    bottom: 5px;
    max-width: 52%;
}
.access_list_wrap li .item.line05{
    right: -104px;
    top: 44px;
    max-width: 38%;
}
.access_list_wrap li .item.line06{
    left: -122px;
    bottom: 5px;
    max-width: 52%;
}
.access_list_wrap li .item.line07{
    right: -104px;
    top: 44px;
    max-width: 38%;
}
.access_list_wrap li .item.item01{
    right: 130px;
    top: -41px;
    max-width: 15%;
}
.access_list_wrap li .item.item02{
    right: 80px;
    top: -36px;
    max-width: 37%;
}
.access_list_wrap li .item.item03{
    right: 113px;
    top: -38px;
    max-width: 17%;
}
.access_list_wrap li .item.item04{
    right: 113px;
    top: -38px;
    max-width: 17%;
}
.access_list_wrap li .item.item05{
    right: 235px;
    top: -30px;
    max-width: 14%;
}
.access_list_wrap li .item.item06{
    right: -1px;
    top: -15px;
    max-width: 37%;
}
.subttl_wrap {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: auto;
    padding-right: 10%;
}
.parking_box .subttl_wrap {
    padding-right: 0;
    max-width: 430px;
    margin-top: -63px;
}
/* .subttl_wrap .subttl_txt {
    position: relative;
    text-align: center;
    color: var(--green1);
    font-size: 3.2rem;
    line-height: 1.5;
    background-image: url(../image/waku_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 169px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: 16px auto 32px;
} */
/* .subttl_wrap .subttl_txt span {
    font-size: 50%;
}
.subttl_wrap .subttl_txt small {
    display: block;
    font-size: 1.6rem;
    text-align: center;
} */

.advance .subttl_item01{
        bottom: 0;
    right: 17px;
    max-width: 7%;
}
.advance .subttl_wrap .item.subttl_ttlimg{
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 260px;
}
.advance .subttl_wrap .item.subttl_item01{
    top: -40px;
    left: 50px;
    max-width: 22%;
}
.advance .subttl_wrap .item.subttl_item02{
    top: -20px;
    right: 152px;
    max-width: 6%;
}
.parking .subttl_wrap .item.subttl_ttlimg{
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 260px;
}
.parking .subttl_wrap .item.subttl_item01{
    top: -24px;
    left: 103px;
    max-width: 6%;
}
.parking .subttl_wrap .item.subttl_item02{
    top: -48px;
    right: 81px;
    max-width: 10%;
}


.advance{
    padding: 64px 0 32px;
    position: relative;
    overflow: hidden;
}
.advance::before{
    content: '';
    background: var(--green1);
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.advance::after{
        content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/advance_bg.svg);
    background-size: 64%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 351px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    mix-blend-mode: multiply;

}
.advance_txt{
    text-align: center;
    font-size: 1.6rem;
    color: var(--light);
    margin: 40px auto 32px;
    position: relative;
    z-index: 1;
}
.advance ul{
    display: flex;
    justify-content: space-between;
    gap: 0 24px;
    flex-wrap: nowrap;
    max-width: 500px;
    margin: auto;
    z-index: 1;
}
.advance li{
    flex: 1;
}
.advance .smallcap{
    max-width: 500px;
    margin: auto;
    color: var(--light);
    position: relative;
    z-index: 1;
}
.advance .smallcap a{
    color: var(--light);
    display: inline-block;
}
.bicycle_img{
    max-width: 500px;
    margin: 56px auto 0;
}

.parking{
    margin-top: 64px;
}
.parking_box{
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(236, 245, 241, 1) 3px, rgba(236, 245, 241, 1) 19px );
    border-radius: 24px;
    padding: 24px 32px 32px;
    box-shadow: 5px 5px 0px 0px #65bfa1;
    border-radius: 23px;
}

.parking_flex .bicycle_item02{
    bottom: 0;
    left: 0;
    max-width: 30%;
}
.parking_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 6%;
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.parking_flex::after{
    content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%; /* 親要素のちょうど真ん中 */
  width: 1px;
  background-color: var(--dark);
  transform: translateX(-50%); /* 線の太さ分を補正 */
}
.parking_flex .left,
.parking_flex .right{
    flex: 1;
}
.parking_flex .ttl{
    color: #D44E44;
    font-size: 2.4rem;
    font-weight: 600;
}
.parking_detail{
    padding-top: 16px;
}
.parking_detail p{
    font-size: 1.8rem;
    letter-spacing: 0;
}
.parking_detail p small{
    font-size: 70%;
}
.parking_detail dl{
    border: 1px solid var(--green1);
    display: flex;
}

.parking_detail dt{
    flex-basis: 40%;
    border-right: 1px solid var(--green1);
    background: #D8D8D8;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    padding: 8px;
}
.parking_detail dd{
    flex-basis: 60%;
    background: var(--light);
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    padding: 8px;
}
.car_img{
    margin-top: 48px;
}
.car_wrap ul{
    margin: 72px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px 20px;
    flex-wrap: wrap;
    max-width: 90%;
}
.car_wrap ul::before {
    content: '';
    display: block;
    background-image: url(../image/access_bg01.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    width: 95%;
    height: 95%;
    position: absolute;
    bottom: -16px;
    left: 0;
    mix-blend-mode: multiply;
}
.car_wrap li{
    flex-basis: 47%;
    position: relative;
}
.car_wrap li .img{
    overflow: hidden;
    border-radius: 16px;
}
.car_wrap li .ttl{
    padding-top: 16px;
    margin: auto;
}
.car_wrap li:nth-of-type(1) .ttl{width: 110px;}
.car_wrap li:nth-of-type(2) .ttl{width: 110px;}
.car_wrap li:nth-of-type(3) .ttl{width: 210px;}
.car_wrap li:nth-of-type(4) .ttl{width: 210px;}

.car_wrap li .txt{
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 0px;
}
.car_wrap ul li .item.item01{
    right: 196px;
    top: -29px;
    max-width: 15%;
}
.car_wrap ul li .item.item02{
    right: 79px;
    top: -79px;
    max-width: 58%;
}
.car_wrap ul li .item.item03{
    right: 20px;
    top: -29px;
    max-width: 15%;
}
.car_wrap ul li .item.item04{
    right: 180px;
    top: -28px;
    max-width: 26%;
}
.car_wrap ul li .item.item05{
    right: -74px;
    top: -81px;
    max-width: 45%;
}
.car_wrap ul li .item.item06{
    right: -22px;
    top: -12px;
    max-width: 37%;
}



@media (hover: hover){
}


@media screen and (max-width: 1250px) {
.intro {
    padding: 48px 0 40px;
}
.intro h2 {
    font-size: 2.0rem;
    line-height: 1.6;
}
.intro p {
    font-size: 1.3rem;
}
.contents_box .main_ttl_wrap {
    min-height: 161px;
    width: 98%;
    margin-bottom: 32px;
}
.contents_box .main_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 17px;
}

.access_content_area_txt{
            margin-top: 24px;
        font-size: 1.3rem;
}


.train_wrap{
    padding-top: 48px;
    position: relative;
}
.train_wrap::before{
        content: '';
    background-image: url(../image/access_bg.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 53%;
    left: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.access_map .img{position: relative;}

.access_list_wrap{
    margin-top: 80px;
}
.access_list_wrap h3{
    text-align: center;
    color: var(--green1);
    font-size: 2.0rem;
    border-bottom: 1px solid var(--green1);
    width: fit-content;
    margin: 0 auto 32px;
}
.access_list_wrap ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 20px;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
}
.access_list_wrap ul::before{
    content: '';
    display: block;
    background-image: url(../image/access_bg01.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    width: 95%;
    height: 41%;
    position: absolute;
    top: 46px;
    left: -58px;
    mix-blend-mode: multiply;
}
.access_list_wrap ul::after{
    content: '';
    display: block;
    background-image: url(../image/access_bg01.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    width: 95%;
    height: 43%;
    position: absolute;
    bottom: -30px;
    right: -58px;
    mix-blend-mode: multiply;
}
.access_list_wrap ul li{
    flex-basis: 46%;
    position: relative;
}
.access_list_wrap ul li:nth-child(even){
    margin-top: 40px;
}
.access_list_wrap ul li .img{
    overflow: hidden;
    border-radius: 16px;
}
.access_list_wrap ul li .txt{
    font-size: 0.9rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 2px;
}
.access_list_wrap ul li .ttl{
    padding-top: 8px;
    margin: auto;
}
.access_list_wrap ul li:nth-of-type(1) .ttl{width: 130px;}
.access_list_wrap ul li:nth-of-type(2) .ttl{width: 130px;}
.access_list_wrap ul li:nth-of-type(3) .ttl{width: 96px;}
.access_list_wrap ul li:nth-of-type(4) .ttl{width: 96px;}
.access_list_wrap ul li:nth-of-type(5) .ttl{width: 130px;}
.access_list_wrap ul li:nth-of-type(6) .ttl{width: 130px;}
.access_list_wrap ul li:nth-of-type(7) .ttl{width: 96px;}
.access_list_wrap ul li:nth-of-type(8) .ttl{width: 96px;}


.item{position: absolute; z-index: 1;}
.item.access_map_item{
    bottom: 24px;
    right: 56px;
    max-width: 20%;
}
.item.train_ttl01{
            top: 9px;
        left: -2px;
        max-width: 27%;
}
.item.bicycle_ttl01{
    top: 52px;
        left: 0px;
        max-width: 25%;
}
.item.bicycle_ttl02{
    top: 0px;
        right: 14px;
        max-width: 21%;
}
.item.train_ttl02{
    top: 26px;
        right: 21px;
        max-width: 16%;
}
.item.car_ttl01{
    top: 8px;
        left: -4px;
        max-width: 32%;
}
.item.car_ttl02{
            top: 49px;
        right: 7px;
        max-width: 27%;
}


.access_load_map{
    margin-top: 48px;
    position: relative;
}
.access_load_map .item{
   bottom: 1px;
        right: -9px;
        max-width: 31%;
}
.access_list_wrap li .item.line01{
            right: -41px;
        top: 12px;
        max-width: 30%;
}
.access_list_wrap li .item.line02{
    left: -67px;
        bottom: 3px;
        max-width: 46%;
}
.access_list_wrap li .item.line03{
            right: -48px;
        top: 16px;
        max-width: 33%;
}
.access_list_wrap li .item.line04{
    left: -92px;
        bottom: 5px;
        max-width: 60%;
}
.access_list_wrap li .item.line05{
    right: -51px;
        top: 21px;
        max-width: 38%;
}
.access_list_wrap li .item.line06{
            left: -71px;
        bottom: 5px;
        max-width: 57%;
}
.access_list_wrap li .item.line07{
    right: -54px;
        top: 21px;
        max-width: 38%;
}
.access_list_wrap li .item.item01{
    right: 59px;
        top: -25px;
        max-width: 17%;
}
.access_list_wrap li .item.item02{
            right: 34px;
        top: -25px;
        max-width: 47%;
}
.access_list_wrap li .item.item03{
    right: 87px;
        top: -24px;
        max-width: 21%;
}
.access_list_wrap li .item.item04{
            right: 58px;
        top: -22px;
        max-width: 20%;
}
.access_list_wrap li .item.item05{
    right: 235px;
    top: -30px;
    max-width: 14%;
}
.access_list_wrap li .item.item06{
            right: 14px;
        top: -11px;
        max-width: 42%;
}
.subttl_wrap {
    position: relative;
    z-index: 1;
}
/* .subttl_wrap .subttl_txt {
    position: relative;
        text-align: center;
        color: var(--green1);
        font-size: 2.2rem;
        line-height: 1.5;
        background-image: url(../image/waku_bg.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom center;
        min-height: 107px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 315px;
        margin: 16px auto 32px;
} */
/* .subttl_wrap .subttl_txt span {
    font-size: 50%;
}
.subttl_wrap .subttl_txt small {
    display: block;
    font-size: 1.3rem;
    text-align: center;
} */
.advance .subttl_wrap .item.subttl_ttlimg{
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 260px;
}
.advance .subttl_wrap .item.subttl_item01{
            top: -16px;
        left: 1px;
        max-width: 25%;
}
.advance .subttl_wrap .item.subttl_item02{
    top: -20px;
        right: 48px;
        max-width: 8%;
}
.parking .subttl_wrap .item.subttl_ttlimg{
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 260px;
}
.parking .subttl_wrap .item.subttl_item01{
    top: -17px;
        left: 22px;
        max-width: 9%;
}
.parking .subttl_wrap .item.subttl_item02{
            top: -43px;
        right: -11px;
        max-width: 20%;
}


.advance{
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}
.advance::before{
    content: '';
    background: var(--green1);
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.advance::after{
    content: '';
    display: block;
    width: 100%; height: 100%;
    background-image: url(../image/advance_bg.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    mix-blend-mode: multiply;

}
.advance_txt{
    text-align: center;
    font-size: 1.3rem;
    color: var(--light);
    margin: 32px auto 32px;
    position: relative;
    z-index: 1;
}
.advance ul{
    display: flex;
    justify-content: space-between;
    gap: 0 24px;
    flex-wrap: nowrap;
    max-width: 500px;
    margin: auto;
    z-index: 1;
}
.advance li{
    flex: 1;
}
.advance .smallcap{
    max-width: 500px;
    margin: auto;
    color: var(--light);
    position: relative;
    z-index: 1;
}
.advance .smallcap a{
    color: var(--light);
    display: inline-block;
}
.bicycle_wrap,
.car_wrap{
    margin-top: 48px;
}
.bicycle_img{
    max-width: 500px;
    margin: 56px auto 0;
}

.parking{
    margin-top: 24px;
}
.parking_box{
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(236, 245, 241, 1) 3px, rgba(236, 245, 241, 1) 19px );
    border-radius: 24px;
    padding: 10px 16px 32px;
    box-shadow: 5px 5px 0px 0px #65bfa1;
    border-radius: 23px;
}

.parking_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 6%;
}
.parking_flex::after{
    content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%; /* 親要素のちょうど真ん中 */
  width: 1px;
  background-color: var(--dark);
  transform: translateX(-50%); /* 線の太さ分を補正 */
}
.parking_flex .left,
.parking_flex .right{
    flex: 1;
}
.parking_flex .ttl{
    color: #D44E44;
    font-size: 1.6rem;
    font-weight: 600;
}
.parking_detail{
    padding-top: 8px;
}
.parking_detail p{
    font-size: 1.3rem;
    letter-spacing: 0;
}
.parking_detail p small{
    font-size: 70%;
}
.parking_detail dl{
    border: 1px solid var(--green1);
    display: flex;
}

.parking_detail dt{
    flex-basis: 40%;
    border-right: 1px solid var(--green1);
    background: #D8D8D8;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    padding: 8px;
}
.parking_detail dd{
    flex-basis: 60%;
    background: var(--light);
    font-size: 1.0rem;
    line-height: 1;
    text-align: center;
    padding: 8px;
}
.car_img{
    margin-top: 32px;
}
.car_wrap ul{
    margin: 72px auto 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px 16px;
    flex-wrap: wrap;
    max-width: 90%;
}
.car_wrap ul::before {
    content: '';
    display: block;
    background-image: url(../image/access_bg01.png);
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    width: 95%;
    height: 95%;
    position: absolute;
    bottom: -16px;
    left: 0;
    mix-blend-mode: multiply;
}
.car_wrap li{
    flex-basis: 46%;
    position: relative;
}
.car_wrap li .img{
    overflow: hidden;
    border-radius: 16px;
}
.car_wrap li .ttl{
    padding-top: 16px;
    margin: auto;
}
.car_wrap li:nth-of-type(1) .ttl{width: 90px;}
.car_wrap li:nth-of-type(2) .ttl{width: 90px;}
.car_wrap li:nth-of-type(3) .ttl{width: 130px;}
.car_wrap li:nth-of-type(4) .ttl{width: 130px;}

.car_wrap li .txt{
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
    padding-top: 0px;
}
.car_wrap ul li .item.item01{
            right: 101px;
        top: -20px;
        max-width: 18%;
}
.car_wrap ul li .item.item02{
            right: 31px;
        top: -47px;
        max-width: 65%;
}
.car_wrap ul li .item.item03{
    right: -1px;
        top: -17px;
        max-width: 19%;
}
.car_wrap ul li .item.item04{
            right: 98px;
        top: -14px;
        max-width: 28%;
}
.car_wrap ul li .item.item05{
            right: -41px;
        top: -46px;
        max-width: 43%;
}
.car_wrap ul li .item.item06{
   right: -10px;
        top: -12px;
        max-width: 45%;
}

}
