/* --------------------
 Guide
-------------------- */
.guide {
    overflow: hidden;
}

.guide__overview {
    background: linear-gradient(-3deg, rgb(217, 207, 193) 0%, rgb(255, 255, 255) 100%);
    margin: 0 0 -140px;
    overflow: hidden;
    position: relative;
}

.guide__overview-container {
    margin: 0 auto;
    max-width: 1920px;
    padding: 100px 0 220px;
    position: relative;
}

@media (min-width: 768px) {
    .guide__overview-container {
        padding-bottom: 300px;
    }
}

.guide__overview-container:before {
    background-image: url(../../images/commons/com-illust-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -108px;
    content: "";
    display: block;
    height: 620px;
    left: -180px;
    position: absolute;
    right: auto;
    top: auto;
    width: 392px;
}

@media (min-width: 768px) {
    .guide__overview-container:before {
        bottom: -144px;
        height: 826px;
        left: -220px;
        width: 522px;
    }
}

@media (min-width: 992px) {
    .guide__overview-container:before {
        bottom: -270px;
        height: 1032px;
        left: -180px;
        width: 652px;
    }
}

.guide__overview-container-inner {
    position: relative;
    z-index: 1;
}

.guide__overview__flx {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 60px;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 1200px;
}

@media (min-width: 992px) {
    .guide__overview__flx {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

.guide__overview__flx__main {
    margin: 0;
    padding: 0 30px;
    position: relative;
}

@media (min-width: 992px) {
    .guide__overview__flx__main {
        margin-left: auto;
        max-width: 540px;
        padding-right: 0;
        width: calc(50% - 30px);
    }
}

.guide__overview__flx__main__title {
    color: #1d2080;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.9;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .guide__overview__flx__main__title {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .guide__overview__flx__main__title {
        font-size: 2.8rem;
    }
}

.guide__overview__flx__main__content {
    margin: 0;
}

.guide__overview__flx__main__content p {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 2.6;
    margin: 0;
}

@media (min-width: 768px) {
    .guide__overview__flx__main__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .guide__overview__flx__main__content p {
        font-size: 1.8rem;
    }
}

.guide__overview__flx__fig {
    margin: 0 0 40px;
    padding: 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .guide__overview__flx__fig {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .guide__overview__flx__fig {
        margin-bottom: 0;
        padding-left: 0;
        width: calc(50% - 30px);
    }
}

.guide__flow {
    padding: 0 20px 80px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .guide__flow {
        padding: 0 30px 120px;
    }
}

.guide__flow:before {
    background-image: url(../../images/pages/help/guide/guide-flow-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 0;
}

.guide__flow-container {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px 70px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .guide__flow-container {
        padding: 0 30px;
    }
}

.guide__flow-container:after {
    background-image: url(../../images/pages/help/guide/guide-flow-deco-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -74px;
    content: "";
    display: block;
    height: 150px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: -10px;
    top: auto;
    width: 203px;
    z-index: 0;
}

@media (min-width: 768px) {
    .guide__flow-container:after {
        bottom: auto;
        height: 162px;
        left: auto;
        right: 10px;
        top: -32px;
        width: 220px;
    }
}

@media (min-width: 992px) {
    .guide__flow-container:after {
        height: 200px;
        left: auto;
        right: 10px;
        top: -40px;
        width: 271px;
    }
}

@media (min-width: 1240px) {
    .guide__flow-container:after {
        height: 249px;
        left: auto;
        right: 50px;
        top: -70px;
        width: 338px;
    }
}

.guide__flow-container-inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .guide__flow-container-inner {
        padding-bottom: 80px;
    }
}

.guide__flow__title {
    margin: 0 0 30px;
    padding: 50px 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .guide__flow__title {
        margin-bottom: 60px;
        padding-top: 70px;
    }
}

.guide__flow__title__en {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .guide__flow__title__en {
        top: -30px;
    }
}

.guide__flow__title__en:after {
    background-image: url(../../images/commons/com-illust-3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 9px;
    content: "";
    display: block;
    height: 117px;
    left: -72px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 108px;
    z-index: 0;
}

@media (min-width: 768px) {
    .guide__flow__title__en:after {
        bottom: 15px;
        height: 194px;
        left: -120px;
        width: 180px;
    }
}

.guide__flow__title__en img {
    height: 42px;
    position: relative;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .guide__flow__title__en img {
        height: 60px;
    }
}

@media (min-width: 992px) {
    .guide__flow__title__en img {
        height: 70px;
    }
}

.guide__flow__title__ja {
    color: #1d2080;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.9;
    margin: 0;
}

@media (min-width: 768px) {
    .guide__flow__title__ja {
        font-size: 2.8rem;
    }
}

.guide__flow__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: column wrap;
    gap: 50px 20px;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .guide__flow__item-wrapper {
        column-gap: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .guide__flow__item-wrapper {
        column-gap: 50px;
    }
}

.guide__flow__item {
    position: relative;
}

@media (min-width: 768px) {
    .guide__flow__item {
        width: calc(33.33333% - 20px);
    }
}

@media (min-width: 992px) {
    .guide__flow__item {
        width: calc(33.33333% - 33.33333px);
    }
}

.guide__flow__item__fig {
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

.guide__flow__item__fig__number {
    bottom: 15px;
    left: 15px;
    position: absolute;
}

.guide__flow__item__fig__number img {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35));
    transform: scale(0.8);
    transform-origin: left bottom;
}

@media (min-width: 992px) {
    .guide__flow__item__fig__number img {
        transform: none;
    }
}

.guide__flow__item__title {
    color: #1d2080;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.9;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .guide__flow__item__title {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .guide__flow__item__title {
        font-size: 2.8rem;
    }
}

.guide__flow__item__title .ls-a {
    letter-spacing: 0.1em;
}

.guide__flow__item__content p {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 2.1;
    margin: 0;
}

@media (min-width: 768px) {
    .guide__flow__item__content p {
        font-size: 1.6rem;
    }
}

.guide__flow__item__content p a {
    color: #1d2080;
    font-weight: 700;
    text-decoration: underline;
}

.guide__flow__item__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .guide__flow__item__content p a:hover {
        text-decoration: none;
    }
}

.guide__flow__item:nth-child(2) .guide__flow__item__fig__number {
    bottom: -5px;
    left: 10px;
}

.guide__flow__item:nth-child(4) .guide__flow__item__fig__number {
    bottom: 5px;
}

@media (min-width: 768px) {
    .guide__flow__item:nth-child(4) .guide__flow__item__fig__number {
        bottom: -5px;
    }
}

.guide__flow__item:nth-child(6) .guide__flow__item__fig__number {
    left: -10px;
}

.guide__qa {
    background-image: url(../../images/commons/com-bg-4.webp);
    background-position: center -300px;
    background-repeat: repeat-y;
    background-size: 2046px 5824px;
    padding: 120px 20px 80px;
    position: relative;
}

@media (min-width: 768px) {
    .guide__qa {
        padding: 180px 30px 120px;
    }
}

@media (min-width: 2046px) {
    .guide__qa {
        background-size: cover;
    }
}

.guide__qa-container {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px 80px;
    position: relative;
}

@media (min-width: 768px) {
    .guide__qa-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.guide__qa-container-inner {
    margin: 0 auto;
    max-width: 1080px;
}

.guide__qa__title {
    margin: 0 0 30px;
    padding: 50px 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .guide__qa__title {
        margin-bottom: 30px;
        padding-top: 70px;
    }
}

.guide__qa__title__en {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .guide__qa__title__en {
        top: -30px;
    }
}

.guide__qa__title__en:before {
    background-image: url(../../images/commons/com-illust-4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    content: "";
    display: block;
    height: 75px;
    left: -54px;
    pointer-events: none;
    position: absolute;
    right: auto;
    width: 76px;
    z-index: 0;
}

@media (min-width: 768px) {
    .guide__qa__title__en:before {
        bottom: 10px;
        height: 112px;
        left: -81px;
        width: 114px;
    }
}

@media (min-width: 992px) {
    .guide__qa__title__en:before {
        bottom: 10px;
        height: 124px;
        left: -90px;
        width: 126px;
    }
}

.guide__qa__title__en img {
    height: 48px;
    position: relative;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .guide__qa__title__en img {
        height: 70px;
    }
}

@media (min-width: 992px) {
    .guide__qa__title__en img {
        height: 78px;
    }
}

.guide__qa__title__ja {
    color: #1d2080;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.9;
    margin: 0;
}

@media (min-width: 768px) {
    .guide__qa__title__ja {
        font-size: 2.8rem;
    }
}

.guide__qa__item {
    border-bottom: 1px solid #000;
}

.guide__qa__item__head {
    background-color: rgba(170, 207, 193, 0);
    cursor: pointer;
    padding: 15px 40px;
    position: relative;
    transform: translateZ(0);
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .guide__qa__item__head {
        padding: 30px 60px;
    }
}

.guide__qa__item__head:before {
    background-image: url(../../images/pages/help/guide/guide-qa-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    bottom: 0;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, height 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 19px;
}

@media (min-width: 768px) {
    .guide__qa__item__head:before {
        background-size: 28px 28px;
        height: 28px;
        right: 20px;
        width: 28px;
    }
}

@media (min-width: 992px) {
    .guide__qa__item__head:before {
        background-size: 34px 34px;
        height: 34px;
        right: 5px;
        width: 34px;
    }
}

.guide__qa__item__head:after {
    background-image: url(../../images/pages/help/guide/guide-qa-icon-minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 5px;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 19px;
}

@media (min-width: 768px) {
    .guide__qa__item__head:after {
        background-size: 28px 7px;
        height: 7px;
        right: 20px;
        width: 28px;
    }
}

@media (min-width: 992px) {
    .guide__qa__item__head:after {
        background-size: 34px 8px;
        right: 5px;
        width: 34px;
    }
}

.guide__qa__item__head__title {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 2.1;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .guide__qa__item__head__title {
        font-size: 1.6rem;
    }
}

.guide__qa__item__head__title:before {
    background-image: url(../../images/pages/help/guide/guide-qa-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 24px;
    bottom: 0;
    content: "";
    display: block;
    height: 24px;
    left: -35px;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 14px;
}

@media (min-width: 768px) {
    .guide__qa__item__head__title:before {
        background-size: 20px 34px;
        height: 34px;
        left: -45px;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .guide__qa__item__head__title:before {
        background-size: 24px 42px;
        height: 42px;
        left: -55px;
        width: 24px;
    }
}

.guide__qa__item__head:not(.is-active):focus {
    background-color: rgba(170, 207, 193, 0.3);
}

@media (hover: hover) and (pointer: fine) {
    .guide__qa__item__head:not(.is-active):hover {
        background-color: rgba(170, 207, 193, 0.3);
    }
}

.guide__qa__item__head.is-active:before {
    height: 0;
}

.guide__qa__item__head.is-active:before, .guide__qa__item__head.is-active:after {
    transform: rotate(180deg);
}

.guide__qa__item__content {
    background-color: rgba(170, 207, 193, 0.3);
    border-top: 1px solid #000;
    display: none;
    padding: 30px 30px 40px 0;
}

@media (min-width: 768px) {
    .guide__qa__item__content {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .guide__qa__item__content {
        padding-left: 60px;
    }
}

.guide__qa__item__content-inner {
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .guide__qa__item__content-inner {
        padding-left: 55px;
    }
}

.guide__qa__item__content-inner:before {
    background-image: url(../../images/pages/help/guide/guide-qa-icon-a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 21px;
    bottom: auto;
    content: "";
    display: block;
    height: 21px;
    left: 10px;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 14px;
}

@media (min-width: 768px) {
    .guide__qa__item__content-inner:before {
        background-size: 20px 31px;
        height: 31px;
        left: 0;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .guide__qa__item__content-inner:before {
        background-size: 24px 38px;
        height: 38px;
        left: -5px;
        width: 24px;
    }
}

.guide__qa__item__content p {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 2.1;
    margin: 0 0 0.75em;
}

@media (min-width: 768px) {
    .guide__qa__item__content p {
        font-size: 1.6rem;
    }
}

.guide__qa__item__content p:last-child {
    margin-bottom: 0;
}

.guide__qa__item__content p a {
    color: #1d2080;
    font-weight: 700;
    text-decoration: underline;
}

.guide__qa__item__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .guide__qa__item__content p a:hover {
        text-decoration: none;
    }
}

.guide__slider {
    background-image: url(../../images/commons/com-bg-4.webp);
    background-position: center -300px;
    background-repeat: repeat-y;
    background-size: 2046px 5824px;
    padding: 0;
}

@media (min-width: 2046px) {
    .guide__slider {
        background-size: cover;
    }
}

.guide__slider .swiper-slide {
    width: 220px;
}

@media (min-width: 768px) {
    .guide__slider .swiper-slide {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .guide__slider .swiper-slide {
        width: 388px;
    }
}

.guide__attention {
    background-image: url(../../images/commons/com-bg-4.webp);
    background-position: center -600px;
    background-repeat: repeat-y;
    background-size: 2046px 5824px;
    padding: 120px 20px 80px;
    position: relative;
}

@media (min-width: 768px) {
    .guide__attention {
        padding: 200px 30px 80px;
    }
}

@media (min-width: 2046px) {
    .guide__attention {
        background-size: cover;
    }
}

.guide__attention-container {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .guide__attention-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.guide__attention-container-inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .guide__attention-container-inner {
        padding-bottom: 80px;
    }
}

.guide__attention__title {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .guide__attention__title {
        padding-top: 70px;
    }
}

.guide__attention__title__en {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .guide__attention__title__en {
        top: -30px;
    }
}

.guide__attention__title__en:before {
    background-image: url(../../images/commons/com-illust-4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    content: "";
    display: block;
    height: 75px;
    left: -54px;
    pointer-events: none;
    position: absolute;
    right: auto;
    width: 76px;
    z-index: 0;
}

@media (min-width: 768px) {
    .guide__attention__title__en:before {
        bottom: 10px;
        height: 112px;
        left: -81px;
        width: 114px;
    }
}

@media (min-width: 992px) {
    .guide__attention__title__en:before {
        bottom: 10px;
        height: 124px;
        left: -90px;
        width: 126px;
    }
}

.guide__attention__title__en img {
    height: 42px;
    position: relative;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .guide__attention__title__en img {
        height: 60px;
    }
}

@media (min-width: 992px) {
    .guide__attention__title__en img {
        height: 70px;
    }
}

.guide__attention__table-wrapper {
    margin: 0 -10px;
}

.guide__attention__table {
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.guide__attention__table > tbody > tr > th, .guide__attention__table > tbody > tr > td {
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 768px) {
    .guide__attention__table > tbody > tr > th, .guide__attention__table > tbody > tr > td {
        font-size: 1.8rem;
        letter-spacing: 0.15em;
        line-height: 2.3;
    }
}

.guide__attention__table > tbody > tr > th {
    font-weight: 700;
    padding: 10px 10px 10px 0;
    white-space: nowrap;
    width: 90px;
}

@media (min-width: 768px) {
    .guide__attention__table > tbody > tr > th {
        padding: 25px;
        width: 230px;
    }
}

.guide__attention__table > tbody > tr > td {
    padding: 10px 0;
    width: auto;
}

@media (min-width: 768px) {
    .guide__attention__table > tbody > tr > td {
        padding: 25px;
    }
}

.guide__attention__table > tbody > tr > td a {
    color: #1d2080;
    font-weight: 700;
    text-decoration: underline;
}

.guide__attention__table > tbody > tr > td a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .guide__attention__table > tbody > tr > td a:hover {
        text-decoration: none;
    }
}

.guide__attention__action {
    margin: 80px 0 0;
    padding: 0 20px;
}