* {    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box}html,body {    overflow-x: hidden;    width: 100%}body * {    font-family: Roboto,YakuHanJP,Noto Sans JP,sans-serif;    -webkit-font-smoothing: antialiased}body {    overflow: hidden;    width: 100vw}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    font: inherit;    vertical-align: baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    display: block}body {    line-height: 1}ol,ul {    list-style: none}blockquote,q {    quotes: none}blockquote:before,blockquote:after,q:before,q:after {    content: "";    content: none}table {    border-collapse: collapse;    border-spacing: 0}html {    font-size: calc(15px + .390625vw)}img {    width: 100%;    min-height: 100%;    max-width: 100%;    max-height: 100%;    object-fit: cover}a {    text-decoration: none;    color: inherit}.pc {    display: block}@media screen and (max-width: 768px) {    .pc {        display:none    }}@media screen and (max-width: 480px) {    .pc {        display:none    }}.tablet {    display: none}@media screen and (max-width: 768px) {    .tablet {        display:block    }}.sp {    display: none}@media screen and (max-width: 480px) {    .sp {        display:block    }}.link {    display: inline-block}.feature {    padding: 68px 85px 64px;    background-color: #f2f3f5;    border-radius: 10px}@media screen and (max-width: 768px) {    .feature {        padding:9.8666666667vw 8vw 14.1333333333vw    }}@media screen and (max-width: 480px) {    .feature {        border-radius:2.6666666667vw    }}.feature__title {    font-size: 32px;    font-weight: 900;    margin-bottom: 40px}@media screen and (max-width: 480px) {    .feature__title {        font-size:6.4vw;        margin-bottom: 5.8666666667vw    }}.feature__title.--noImg {    margin-bottom: 50px}@media screen and (max-width: 480px) {    .feature__title.--noImg {        margin-bottom:5.8666666667vw    }}.feature__list {    display: flex;    flex-direction: column;    align-items: flex-start;    gap: 32px}@media screen and (max-width: 480px) {    .feature__list {        gap:10.6666666667vw    }}.feature__listItem {    width: 100%;    display: flex;    justify-content: space-between;    align-items: flex-start;    gap: 27px}@media screen and (max-width: 768px) {    .feature__listItem {        flex-direction:column    }}@media screen and (max-width: 480px) {    .feature__listItem {        gap:3.7333333333vw    }}.feature__listItemTitle {    font-size: 20px;    font-weight: 900;    line-height: 1.7;    margin-bottom: 14px;    color: #202121}@media screen and (max-width: 480px) {    .feature__listItemTitle {        font-size:5.3333333333vw;        margin-bottom: 4.2666666667vw    }}.feature__listItemTexts {    font-size: 16px;    font-weight: 400;    line-height: 1.8;    color: #202121}@media screen and (max-width: 480px) {    .feature__listItemTexts {        font-size:4.2666666667vw    }}.feature__listItemText {    display: block}.feature__listItemImageArea {    width: 200px;    height: auto;    flex-shrink: 0;    margin-top: 5px}@media screen and (max-width: 768px) {    .feature__listItemImageArea {        margin-top:0    }}@media screen and (max-width: 480px) {    .feature__listItemImageArea {        width:53.3333333333vw    }}.feature__listItemImageArea.--small {    width: 90px;    margin-right: 11px}@media screen and (max-width: 480px) {    .feature__listItemImageArea.--small {        width:24vw;        margin-right: 0    }}