.m-service-user-flow{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.m-service-user-flow{grid-template-columns:repeat(1,1fr)}}.m-service-user-flow .item{align-items:center;background-color:var(--item-bg);color:var(--theme-color-text);display:flex;flex-direction:column;justify-content:center;padding:11.9rem 2rem;position:relative;text-align:center;text-decoration:none;z-index:0}@media screen and (min-width:769px){.m-service-user-flow .item{transition:background-color .3s}.m-service-user-flow .item:hover{background-color:var(--theme-color-support_2);opacity:1}}.m-service-user-flow .item .en{font-weight:600;line-height:1.5;margin-bottom:1.6rem}.m-service-user-flow .item .ja{margin:0}.m-service-user-flow .bg-image{aspect-ratio:1/1;inset:0;bottom:0;left:50%;margin:auto 0;opacity:18%;position:absolute;top:0;transform:translateX(-50%);width:26rem;z-index:-1}.m-service-user-flow .bg-image img{height:100%;width:auto}