* {    -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}.inquiry__inner {    padding: 120px 0 132px;    margin: 0 auto;    width: min(83.3333333333vw,1200px)}@media screen and (max-width: 1000px) {    .inquiry__inner {        padding:100px 0 120px    }}@media screen and (max-width: 768px) {    .inquiry__inner {        padding:80px 0 112px    }}@media screen and (max-width: 480px) {    .inquiry__inner {        width:92vw;        padding: 62px 0 94px    }}.inquiry__document {    font-weight: 700;    line-height: 1.5}.inquiry__document__etc {    font-size: 16px;    line-height: 1.4;    margin-top: 24px;    padding: 16px;    border: solid 1px #d6d6d6}.inquiry__document__etc a {    color: #0026c4}.inquiry .notice {    margin-top: 24px;    font-size: 19px;    font-weight: 500;    line-height: 1.4;    color: red}.inquiry .notice__title {    margin-bottom: 16px}.inquiry .underline {    text-decoration: underline}.inquiry__content {    font-size: 16px;    font-weight: 400;    padding: 106px 0 20px}@media screen and (max-width: 768px) {    .inquiry__content {        flex-direction:column;        align-items: flex-start;        gap: 2.6666666667vw    }}@media screen and (max-width: 600px) {    .inquiry__content {        gap:.8vw;        padding: 28px 0    }}.inquiry__content:first-of-type {    padding: 62px 0 0}@media screen and (max-width: 600px) {    .inquiry__content:first-of-type {        padding:28px 0    }}.inquiry__contentTitle {    line-height: 1.4;    margin: 0 0 67px}@media screen and (max-width: 600px) {    .inquiry__contentTitle {        margin:0 0 15px    }}.inquiry__contentList {    width: inherit;    line-height: 1.8;    display: grid;    grid-template-columns: repeat(3,1fr);    column-gap: 30px;    row-gap: 60px}@media screen and (max-width: 1000px) {    .inquiry__contentList {        grid-template-columns:repeat(2,1fr)    }}@media screen and (max-width: 768px) {    .inquiry__contentList {        column-gap:20px;        row-gap: 30px    }}@media screen and (max-width: 600px) {    .inquiry__contentList {        grid-template-columns:repeat(1,1fr);        row-gap: 15px    }}.inquiry__contentList.video {    grid-template-columns: repeat(2,1fr)}@media screen and (max-width: 600px) {    .inquiry__contentList.video {        grid-template-columns:repeat(1,1fr)    }}.inquiry__contentListItem {    border-radius: 8px;    background: #f6f6f6;    display: flex;    justify-content: space-between;    align-items: center;    padding: 0 20px 0 40px;    height: 98px}@media screen and (max-width: 600px) {    .inquiry__contentListItem {        padding:0 20px 0 25px;        height: 70px    }}@media (hover: hover) and (pointer: fine) {    .inquiry__contentListItem {        transition:background .2s ease-in-out    }    .inquiry__contentListItem:hover {        background: #e7eaef    }}.inquiry__contentListItem--label {    font-weight: 900;    font-size: 18px}.inquiry__contentListItem--video {    display: flex;    width: 36px;    height: 36px;    border-radius: 18px;    background: #ffffff;    justify-content: center;    align-items: center}.inquiry__contentListItem--icon {    display: block;    width: 36px;    height: 36px}@media screen and (max-width: 480px) {    .inquiry__contentListItem--icon {        width:8.5333333333vw;        height: 8.5333333333vw    }}