body#profile .main .pagetitle h2 .icon{-webkit-mask-image:url("../images/icon_profile.svg");mask-image:url("../images/icon_profile.svg")}body#profile .main .introduction{display:flex;justify-content:center;align-items:center}@media(max-width: 768px){body#profile .main .introduction{flex-direction:column-reverse}}body#profile .main .introduction .panel{display:flex;flex-direction:column;gap:2.5rem;width:37.5rem;padding:2.5rem 5rem;border-radius:3.125rem;background:#a7dff8 url("../images/pattern.svg") repeat 50% 50%;background-size:5rem}@media(max-width: 768px){body#profile .main .introduction .panel{gap:8.3333333333vw;width:100%;padding:12.5vw 8.3333333333vw 8.3333333333vw;border-radius:8.3333333333vw;background-size:16.6666666667vw}}body#profile .main .introduction .panel .subject{display:flex;flex-direction:column;align-items:center;gap:1.875rem;transition-delay:.2s}@media(max-width: 768px){body#profile .main .introduction .panel .subject{gap:6.25vw;transition-delay:.1s}}body#profile .main .introduction .panel .subject figcaption{position:relative;padding:.625rem 3.75rem;border-radius:5em;color:var(--wh);font-size:1.5rem;font-weight:700;background-color:var(--bk)}@media(max-width: 768px){body#profile .main .introduction .panel .subject figcaption{padding:2.0833333333vw 12.5vw;font-size:3.75vw}}body#profile .main .introduction .panel .subject figcaption::before{content:"";position:absolute;bottom:calc(100% - 1px);left:50%;width:1.25rem;aspect-ratio:2/1;background-color:var(--bk);-webkit-clip-path:polygon(0 100%, 25% 0, 50% 100%, 75% 0, 100% 100%);clip-path:polygon(0 100%, 25% 0, 50% 100%, 75% 0, 100% 100%);transform:translateX(-50%)}@media(max-width: 768px){body#profile .main .introduction .panel .subject figcaption::before{width:4.1666666667vw}}body#profile .main .introduction .panel .sns{display:flex;justify-content:center;gap:.625rem}@media(max-width: 768px){body#profile .main .introduction .panel .sns{gap:2.0833333333vw}}body#profile .main .introduction .panel .sns a{width:3.75rem;aspect-ratio:1/1;border-radius:50%;background-color:var(--wh)}@media(any-hover: hover){body#profile .main .introduction .panel .sns a:hover{transform:scale(1.1)}}@media(max-width: 768px){body#profile .main .introduction .panel .sns a{width:12.5vw}}body#profile .main .introduction .pic{margin-left:-2.5rem;transition-delay:.3s}@media(max-width: 768px){body#profile .main .introduction .pic{margin-bottom:-8.3333333333vw;margin-left:0;transition-delay:.1s}}body#profile .main .introduction .pic img{height:45rem}@media(max-width: 768px){body#profile .main .introduction .pic img{height:100vw}}