.m-profile .item{align-items:flex-start;display:flex;gap:2.4rem}@media screen and (max-width:375px){.m-profile .item{align-items:center;flex-direction:column}}.m-profile .item:not(:first-child){margin-top:4rem}.m-profile .image{background-color:var(--theme-color-background_sub);flex:0 0 auto;margin:0;width:min(30%,16rem)}.m-profile .image img{aspect-ratio:160/120;display:block;flex:0 1 auto}.m-profile .image .icon{align-items:center;aspect-ratio:160/120;display:flex;justify-content:center}.m-profile .image svg{display:block;fill:#fff;flex:0 1 auto;height:auto;width:40%}.m-profile .content{flex:1 1 auto}.m-profile .title{font-size:var(--theme-font-size-h5);font-weight:500;margin:0 0 .8rem}.m-profile .sns-group{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.6rem}.m-profile .sns-group a{align-items:center;background-color:var(--theme-color-text);border-radius:50%;display:flex;height:2.4rem;justify-content:center;text-decoration:none;width:2.4rem}.m-profile .sns-group a svg{display:block;fill:var(--theme-color-background);flex:0 1 auto;height:1.6rem;width:1.6rem}