@charset "UTF-8";

#qa-top .qa-main-title {
    position: absolute;
    padding-top: 50px;
    font-family: var(--font-family-02);
    font-size: clamp(1.125rem, 0.912rem + 1.06vw, 2.188rem);
    font-weight: var(--font-weight-7);
    color: var(--base);
    text-shadow: 1px 2px 0px #00000029;
    z-index: 1;
}
.qa {
    padding: 5vw 8vw 8vw 8vw;
}
.qa span {
    font-size: clamp(1.5rem, 1.238rem + 1.31vw, 2.813rem);;
    color: var(--main-01);
}
.qa h1{
    text-align: center;
    margin: clamp(0.938rem, 0.688rem + 1.25vw, 2.188rem) auto clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
    font-size: clamp(1.125rem, 0.9rem + 1.13vw, 2.25rem);
}

.sub-qa-title {
    padding: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem) 0 clamp(0rem, -0.125rem + 0.63vw, 0.625rem) 0;
    left: 0;
    font-size: clamp(0.813rem, 0.675rem + 0.69vw, 1.5rem);
    color: var(--dark-blue_02);
}
.qa-lists {
    list-style: none;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.qa-lists li{
    margin: 10px 0;
}
.qa-content {
    border: 1px solid #ccc;
}
.qa-title {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: var(--font-size-10r);
    font-weight: normal;
    padding: clamp(0.625rem, 0.313rem + 1.56vw, 2.188rem) clamp(0.625rem, 0.313rem + 1.56vw, 2.188rem) clamp(0.625rem, 0.313rem + 1.56vw, 2.188rem) clamp(2.063rem, 1.85rem + 1.06vw, 3.125rem);
    margin-left: clamp(0rem, -0.188rem + 0.94vw, 0.938rem);
    transition: all .5s ease;
}
.qa-title img {
    width: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    height: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 7px;
}
.qa-title h3 {
    font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
    font-weight: var(--font-weight-4);
    margin: auto auto auto 0;
}
.qa-title::before,
.qa-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    transition: var(--transition-300e);
}
.qa-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.qa-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
.qa-title.close::before{
    transform: rotate(45deg);
}
.qa-title.close::after{
    transform: rotate(-45deg);
}
.qa-box {
    display: none;
    background: rgba(65, 51, 195, 0.08);
    margin:0 3% 3% 3%;
    padding: clamp(0.938rem, 0.688rem + 1.25vw, 2.188rem) clamp(0.938rem, 0.688rem + 1.25vw, 2.188rem) clamp(0.625rem, 0.313rem + 1.56vw, 2.188rem) clamp(0.938rem, 0.688rem + 1.25vw, 2.188rem);
}
.qa-box img {
    width: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    height: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem);
    margin: 3px 0 3px 4px;
}
.qa-box p {
    font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}
.qa {
    padding: 3vw 8vw 8vw 8vw;
}
.qa-lists {
    list-style: none;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
.qa-lists li{
    margin: 10px 0;
}
.qa-title.close::before{
    transform: rotate(45deg);
}
.qa-title.close::after{
    transform: rotate(-45deg);
}
.scroll-top {
    position: fixed;
    right: 35px;
    bottom: 10px;
    z-index: 2;
    opacity: 0;
    visibility: hidden; 
    transition: opacity .5s, visibility .5s;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    animation: arrow-move 1s ease-in-out infinite;
}
@keyframes arrow-move{
    0% {
        bottom:20px;
    }
    50% {
        bottom:25px;
    }
    100% {
        bottom:20px;
    }
}
.scroll-top.scroll-check {
    opacity: 1;
    visibility: visible;
}
.top-link-text01 a {
    text-decoration: none;
    color: var(--main-01);
    text-transform: uppercase;
    font-size: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
    font-weight: var(--font-weight-5);
    display: block;
}.top-link-text02 a {
    text-decoration: none;
    color: var(--yellow-01);
    text-transform: uppercase;
    font-size: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
    font-weight: var(--font-weight-5);
    display: block;
}
.scroll-link a::before {
    content: "";
    position: absolute;
    top: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
    right: -6px;
    width:  clamp(0.063rem, 0.038rem + 0.13vw, 0.188rem);
    height: 19px;
    background: var(--main-01);
    transform: skewX(-31deg);
}
.scroll-link a::after{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width:  clamp(0.063rem, 0.038rem + 0.13vw, 0.188rem);
    height: clamp(2.563rem, 2.45rem + 0.56vw, 3.125rem);
    background: var(--main-01);
}
_:-ms-lang(x), .scroll-link a::before{
    right: -11px;
}
.scroll-page-top a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: clamp(0.063rem, 0.038rem + 0.13vw, 0.188rem);
    height: 20px;
    background: var(--yellow-01);
    transform: skewX(31deg);
}
.scroll-page-top a::after{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(0.063rem, 0.038rem + 0.13vw, 0.188rem);
    height: clamp(2.938rem, 2.65rem + 1.44vw, 4.375rem);
    background: var(--yellow-01);
}
_:-ms-lang(x), .scroll-page-top a::before{
    right: 0;
}