@charset "UTF-8";:root{--txt-main:#373737;--txt-sub:#686868;--ff-serif:"Noto Serif JP",serif;--ff-sans:"Noto Sans jP",sans-serif;--ff-zen_kaku:"Zen Kaku Gothic New",sans-serif;--ff-zen_antique:"Zen Antique",serif}.p-works{display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:767px){.p-works{flex-direction:column;gap:50px}}.p-works-gallery{width:65%;overflow-x:hidden}@media screen and (max-width:767px){.p-works-gallery{width:100%}}.p-works-gallery-unit{position:relative;display:grid;margin-bottom:20px}.p-works-gallery-unit__img{grid-area:1/1;width:100%;height:auto;object-fit:contain;aspect-ratio:734/490;opacity:0;transition:opacity .6s ease}.p-works-gallery-unit__img.is-show{opacity:1}.p-works-gallery-control{position:relative;display:flex;justify-content:flex-end;gap:30px;margin-bottom:40px}@media screen and (max-width:540px){.p-works-gallery-control{gap:20px;margin-bottom:20px}}.p-works-gallery-control-next,.p-works-gallery-control-prev{position:unset;width:fit-content;height:auto;display:flex;justify-content:center;align-items:center;margin-top:auto;cursor:pointer;z-index:10;transition:all .3s ease}@media (hover:hover) and (pointer:fine){.p-works-gallery-control-prev:hover .p-works-gallery-control-prev__icon::after{right:10px;transition:all .3s ease}}@media screen and (hover:hover) and (pointer:fine) and (max-width:540px){.p-works-gallery-control-prev:hover .p-works-gallery-control-prev__icon::after{right:6px}}@media (hover:hover) and (pointer:fine){.p-works-gallery-control-next:hover .p-works-gallery-control-next__icon::after{left:10px;transition:all .3s ease}}@media screen and (hover:hover) and (pointer:fine) and (max-width:540px){.p-works-gallery-control-next:hover .p-works-gallery-control-next__icon::after{left:6px}}.p-works-gallery-control-next__icon,.p-works-gallery-control-prev__icon{position:relative}.p-works-gallery-control-next__icon::before,.p-works-gallery-control-prev__icon::before{content:"";display:block;border:1px solid #686868;border-radius:50%;width:30px;height:30px}@media screen and (max-width:540px){.p-works-gallery-control-next__icon::before,.p-works-gallery-control-prev__icon::before{width:24px;height:24px}}.p-works-gallery-control-next__icon::after,.p-works-gallery-control-prev__icon::after{content:"";position:absolute;top:50%;transform:translateY(-50%);display:block;width:32px;height:14px;background:url(/images/common/arrow.png) center/contain no-repeat;transition:all .3s ease}@media screen and (max-width:540px){.p-works-gallery-control-next__icon::after,.p-works-gallery-control-prev__icon::after{width:22px;height:4px}}.p-works-gallery-control-prev__icon{padding-right:15px}@media screen and (max-width:540px){.p-works-gallery-control-prev__icon{padding-right:8px}}.p-works-gallery-control-prev__icon::after{right:0;transform:translateY(-50%) rotate(-180deg)}.p-works-gallery-control-next__icon{padding-left:15px}@media screen and (max-width:540px){.p-works-gallery-control-next__icon{padding-left:8px}}.p-works-gallery-control-next__icon::after{left:0}.p-works-gallery-thumb{cursor:pointer}.p-works-gallery-thumb__img{width:100%;height:auto;object-fit:cover;aspect-ratio:160/106}.p-works-content{width:calc(35% - 40px);font-family:var(--ff-sans)}@media screen and (max-width:767px){.p-works-content{width:100%;max-width:100%;padding-left:0}}.p-works-content-unit{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:767px){.p-works-content-unit{flex-direction:row;gap:25px}}@media screen and (max-width:540px){.p-works-content-unit{flex-direction:column}}.p-works-content-floor{position:relative;z-index:1}@media screen and (max-width:767px){.p-works-content-floor{width:calc(50% - 12.5px)}}@media screen and (max-width:540px){.p-works-content-floor{width:90%;margin-inline:auto}}.p-works-content-floor__icon{display:block;position:absolute;top:5px;right:5px;font-size:30px;line-height:1;color:#555}.p-works-content-floor__img{width:100%;height:auto;object-fit:cover;aspect-ratio:353/235}.p-works-content-info{display:flex;flex-direction:column;row-gap:20px}@media screen and (max-width:767px){.p-works-content-info{width:calc(50% - 12.5px)}}@media screen and (max-width:540px){.p-works-content-info{width:100%}}.p-works-content-info-item{display:flex;justify-content:space-between;align-items:center}.p-works-content-info-item:not(:last-child){margin-bottom:1em}.p-works-content-info-item__title{width:90px}.p-works-content-info-item__value{width:calc(100% - 110px);font-size:.875rem;font-weight:500}.p-works-content-info-description{font-size:.875rem}