@keyframes zoom-up{0%{transform:scale(1)}100%{transform:scale(1.1)}}@keyframes mv-text-anime{0%{opacity:.1}100%{opacity:1}}@keyframes fade-in{0%{transform:translateY(40px)}100%{transform:translateY(0);opacity:1}}.sg__ttl{width:min(80vw,1621px);margin:75px auto;padding:13px 22px;background:var(--color_white);font-family:var(--font_num);font-size:20px;font-weight:bold;border:2px solid #a5a5a5;filter:drop-shadow(4px 4px 0 #9f9f9f)}.sg-section{font-size:16px;font-family:var(--font_num);font-weight:500}.sg-section__ttl{display:flex;align-items:center;gap:5px;margin-bottom:34px}.sg-section__ttl::before{content:"";display:block;width:10px;height:40px;background:var(--color_black)}.sg-section__text{margin-left:45px}.sg-section__text--gray{font-size:14px;color:#7f7f7f}.sg-section__wrap{margin-left:120px;margin-right:120px}@media screen and (max-width: 1280px){.sg-section__wrap{margin-left:20px;margin-right:20px}}.sg-section__wrap--center{display:flex;justify-content:center;align-items:center}.sg-section__wrap--flex{display:flex;gap:64px;margin-left:120px}@media screen and (max-width: 1280px){.sg-section__wrap--flex{margin-left:20px;flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-width: 768px){.sg-section__wrap--sp{margin-left:0;margin-right:0}}.sg__mw1280{width:min(100%,1280px);margin:0 auto}.sg-display-block{display:block}.sg-color{display:flex;gap:2vw}.sg-color__wrap{display:flex;gap:min(7vw,90px);margin-left:3vw}@media screen and (max-width: 1280px){.sg-color__wrap{flex-wrap:wrap}}.sg-color__wrap .sg-color:last-of-type .sg-color__headline{margin-bottom:15px}.sg-color__palette{width:48px;height:48px;border-radius:7px}.sg-color .bg{background:var(--color_bg);border:1px solid #707070;border-radius:7px}.sg-color .white{background:var(--color_white);border:1px solid #707070;border-radius:7px}.sg-color .light-gray{background:var(--color_light_gray)}.sg-color .gray{background:var(--color_gray)}.sg-color .black{background:var(--color_black)}.sg-color__headline{font-size:14px;font-weight:600;margin-bottom:39px;padding-top:12px}.sg-color__supplement{display:block;color:#707f89;font-weight:300}.sg-color__text{font-size:12px;color:#3b4043}.sg-color__text-box{display:flex;gap:19px}