* {    -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}.linkList {    display: grid;    grid-gap: 20px 30px}@media screen and (max-width: 480px) {    .linkList {        grid-gap:15px    }}.linkList.columns1 {    grid-template-columns: 1fr}.linkList.columns2 {    grid-template-columns: repeat(2,1fr)}@media screen and (max-width: 1000px) {    .linkList.columns2 {        grid-template-columns:1fr    }}.linkList.columns3 {    grid-template-columns: repeat(3,1fr)}@media screen and (max-width: 1000px) {    .linkList.columns3 {        grid-template-columns:1fr    }}.linkList__item {    height: 60px;    background-color: #f6f6f6;    border-radius: 8px;    overflow: hidden}@media screen and (max-width: 480px) {    .linkList__item {        border-radius:2.1333333333vw    }}.linkList__itemInner {    padding: 0 26px;    width: 100%;    height: 100%;    display: flex;    align-items: center;    justify-content: space-between;    gap: 10px}@media screen and (max-width: 480px) {    .linkList__itemInner {        width:100%;        padding: 5.3333333333vw 6.9333333333vw    }}@media (hover: hover) and (pointer: fine) {    .linkList__itemInner {        transition:background .15s ease-in-out    }    .linkList__itemInner:hover {        background: #e7eaef    }}.linkList__itemText {    font-size: 16px;    font-weight: 900;    line-height: 1.6}@media screen and (max-width: 480px) {    .linkList__itemText {        font-size:4.2666666667vw    }}@media (hover: hover) and (pointer: fine) {    .linkList .no-animation {        transition:unset    }    .linkList .no-animation:hover {        background: #f6f6f6    }}.linkList .videoLinkIcon {    display: inline-block;    width: 10px;    height: 10px;    margin-bottom: 2px}.linkList .videoLinkIcon svg {    display: block;    width: 100%;    height: 100%}@media screen and (max-width: 480px) {    .linkList .videoLinkIcon {        margin-bottom:0vw;        width: 2.6666666667vw;        height: 2.6666666667vw    }}