:root{--color-black: #333;--color-white: #fff;--color-green-01: #2d9b6e;--color-green-base-01: #efeee4;--color-orange-01: #ff6e1d;--color-yellow-01: #ff6;--font-family-sans: YakuHanJP, "Zen Kaku Gothic New", serif;--font-family-num: "Roboto", serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700}html{font-size:62.5%}body{width:100%;max-width:100vw;margin:0 auto;color:var(--color-black);font-weight:var(--font-weight-medium);line-height:1;font-family:var(--font-family-sans)}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-medium);font-size:100%}li{list-style:none}img{display:block;width:100%;height:auto}a{display:block}picture{display:block}.wrap{width:100%;max-width:75rem;margin:0 auto;background:var(--color-white)}.font-color-white{color:var(--color-white)}.font-color-green{color:var(--color-green-01)}.font-color-orange{color:var(--color-orange-01)}.font-color-yellow{color:var(--color-yellow-01)}.space__shorten{letter-spacing:-0.5rem}.comment{display:block;font-weight:var(--font-weight-regular);font-size:2.3rem;line-height:1.3;text-align:justify}.js-fade-in{-webkit-animation:fadeIn .5s forwards;animation:fadeIn .5s forwards;pointer-events:auto}.js-fade-out{-webkit-animation:fadeout .5s forwards;animation:fadeout .5s forwards;pointer-events:none}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}100%{opacity:0}}@keyframes fadeout{0%{opacity:1}100%{opacity:0}}.header{padding:2rem 0 .5rem;text-align:center}.header__title{font-size:3.8rem}.header__title--small{display:inline-block;padding:0 .6rem;font-size:2.3rem;letter-spacing:-0.2rem}.header__title--logo{display:inline-block;width:10rem;vertical-align:middle}.mv{background:var(--color-green-base-01)}.mv__list{display:flex;justify-content:space-between;padding:2.5rem 3rem 3.7rem;line-height:1.3;text-align:center}.mv__list--items{width:22.1rem;height:22.1rem;padding:2.6rem 0;border-radius:2rem;box-shadow:inset 2px 2px 5px rgba(51,51,51,.2);background:var(--color-white);font-size:3.8rem}.mv__list--strong{font-size:4.6rem}.mv__list--num{display:inline-block;padding-top:1rem;font-size:5.4rem;line-height:1;font-family:var(--font-family-num)}.mv .comment{position:relative;padding:0 3rem 0 7rem}.mv .comment::before{position:absolute;left:3rem}.mv .comment01::before{content:"※1"}.mv .comment02::before{content:"※2"}.mv .comment03{padding-bottom:5.5rem}.mv .comment03::before{content:"※3"}@media screen and (max-width: 750px){html{font-size:1.33333vw}}