@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:wght@400;500;700&display=swap");

@font-face {
    font-family: "Segoe UI";
    font-weight: 400;
    src: local("Segoe UI");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol,
div {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    letter-spacing: 3px;
}

html {
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #1c1c1c;
    font-size: 10px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    scroll-behavior: smooth;
}

@media screen and (max-width: 980px) {
    html {
        min-width: 980px;
    }
}

@media screen and (max-width: 767px) {
    html {
        min-width: 100%;
    }
}

.products {
    /* SECTIONS */
    /* CONTENT */
    /* BANNER */
    /* ANCHOR MENU */
    /* SECTION BANNER */
}

.products__section {
    padding: 100px 0;
    font: 400 1.6rem noto-sans-cjk-jp, sans-serif;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .products__section {
        padding: 50px 0;
        font-size: 13px;
    }
}

.products__section.gray-bg {
    background-color: #f4f4f4;
}

.products__section.lb-bg {
    background-color: #f3faff;
}

.products__section.nopad {
    padding: 0;
}

.products__section h2.section-title {
    color: #1c1c1c;
    font: 700 3.2rem noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .products__section h2.section-title {
        font-size: 21px;
        padding-bottom: 10px;
    }
}

.products__section h2.section-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0158a6;
}

.products__section-wrap {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .products__section-wrap {
        max-width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .products__section-wrap {
        max-width: 100%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

.products__section-content {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .products__section-content {
        margin-top: 30px;
    }
}

.products__subsection:not(:last-of-type) {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .products__subsection:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

.products__subsection h3.subsection-title {
    font: 700 2.4rem noto-sans-cjk-jp, sans-serif;
    color: #0158a6;
    line-height: 1.6666666667em;
    border-left: 5px solid #0158a6;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .products__subsection h3.subsection-title {
        font-size: 17px;
    }
}

.products__subsection-content {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .products__subsection-content {
        margin-top: 20px;
    }
}

.products__textblock {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.75em;
    color: #fff;
    padding: 15px 24px;
    background-color: #0158a6;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
}

@media screen and (max-width: 767px) {
    .products__textblock {
        font-size: 19px;
        padding: 10px;
    }
}

.products__quotebox {
    margin-top: 60px;
    width: 100%;
    background: #0158A6;
    color: #fff;
    text-align: center;
    font: 400 3rem noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.7333333333em;
    padding: 40px 20px 50px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .products__quotebox {
        margin-top: 30px;
        padding: 20px 10px;
        font-size: 20px;
    }
}

.products__quotebox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 40px;
    height: 40px;
    background: #fff;
}

.ptrade__tci .products__quotebox::before {
    background: #f4f4f4;
}

@media screen and (max-width: 767px) {
    .products__quotebox::before {
        width: 26.4px;
        height: 26.4px;
    }
}

.products__point-list>li::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("./src/img/icons/icon-point.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .products__point-list>li::before {
        width: 30px;
        height: 30px;
    }
}

.products__point-list.mt30 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .products__point-list.mt30 {
        margin-top: 15px;
    }
}

.products__point-item {
    padding-left: 60px;
    position: relative;
    font-weight: 700;
    color: #0158a6;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .products__point-item {
        padding-left: 40px;
        font-size: 13px;
    }
}

.products__point-item:not(:last-of-type) {
    margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
    .products__point-item:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.products__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products__flow-web {
    display: inline-block;
    width: 280px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
    .products__flow-web {
        width: 211.2px;
        height: 28.16px;
        font-size: 15px;
    }
}

.products__flow-web::before,
.products__flow-web::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.products__flow-web::before {
    width: 256px;
    height: 100%;
    background-color: #388ee0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .products__flow-web::before {
        width: 193.094px;
    }
}

.products__flow-web::after {
    border-style: solid;
    border-width: 18px 0 18px 24px;
    border-color: transparent transparent transparent #388ee0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .products__flow-web::after {
        border-width: 14.08px 0 14.08px 18.106px;
    }
}

.products__flow-web:hover {
    opacity: 0.7;
}

.products__flow-steplist {
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    counter-reset: step;
}

@media screen and (max-width: 767px) {
    .products__flow-steplist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.products__flow-steplist>li {
    counter-increment: step;
}

.products__flow-steplist>li .step-counter::before {
    content: counter(step, decimal-leading-zero);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: #0158a6;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .products__flow-steplist>li .step-counter::before {
        font-size: 20px;
    }
}

.products__flow-stepitem {
    width: 10%;
    padding: 25px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .products__flow-stepitem {
        width: 100%;
        padding: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.products__flow-stepitem::after {
    content: "";
    display: none;
    border-style: solid;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #0158a6;
    position: absolute;
    top: 50%;
    right: -48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .products__flow-stepitem::after {
        border-width: 8px 6px 0 6px;
        border-top-color: #0158a6;
        border-left-color: transparent;
        top: initial;
        right: initial;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.products__flow-stepitem .step-counter {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .products__flow-stepitem .step-counter {
        margin-bottom: 0;
        margin-right: 12.5px;
    }
}

.products__flow-stepitem:not(:last-of-type) {
    margin-right: 80px;
}

@media screen and (max-width: 767px) {
    .products__flow-stepitem:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.products__flow-stepitem:not(:last-of-type)::after {
    display: block;
}

.products__flow-steptext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .products__flow-steptext {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.products__flow-steptext p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.4rem;
    line-height: 1.3333333333em;
    letter-spacing: 0.04em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
}

@media screen and (max-width: 767px) {
    .products__flow-steptext p {
        font-size: 17px;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }
}

.products__flow-steptext p.small {
    font-size: 1.8rem;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    margin-right: 15px;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

@media screen and (max-width: 767px) {
    .products__flow-steptext p.small {
        font-size: 14px;
        margin-right: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

.products__flow-notes {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .products__flow-notes {
        margin-top: 35px;
    }
}

.products__flow-notes>p {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .products__flow-notes>p {
        font-size: 13px;
        margin-top: 15px;
    }
}

.products__faq-item {
    width: 100%;
}

.products__faq-item>div {
    padding-left: 100px;
    position: relative;
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.04em;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .products__faq-item>div {
        padding-left: 50px;
    }
}

.products__faq-item>div::before {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .products__faq-item>div::before {
        width: 35.2px;
        font-size: 20px;
    }
}

.products__faq-item .faq-question {
    min-height: 80px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 2rem;
    color: #0158a6;
    line-height: 1.75em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .products__faq-item .faq-question {
        height: 80px;
        min-height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .products__faq-item .faq-question {
        min-height: 35.2px;
        padding-right: 35px;
        opacity: 1 !important;
        font-size: 15px;
    }
}

.products__faq-item .faq-question::before {
    content: "Q";
    height: 80px;
    border: 1px solid #0158a6;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .products__faq-item .faq-question::before {
        height: 35.2px;
    }
}

.products__faq-item .faq-question:hover {
    opacity: 0.7;
}

.products__faq-item .faq-answer {
    width: 100%;
    margin-top: 20px;
    max-height: 0;
    font-size: 1.6rem;
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
    table-layout: fixed;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .products__faq-item .faq-answer {
        margin-top: 10px;
        font-size: 13px;
    }
}

.products__faq-item .faq-answer::before {
    content: "A";
    top: 0;
}

.products__faq-item .faq-toggle {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-image: url("./src/img/icons/icon-cross.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .products__faq-item .faq-toggle {
        width: 17.6px;
        height: 17.6px;
    }
}

.products__faq-item.js-expand .faq-toggle {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.products__faq-item:not(:last-of-type) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .products__faq-item:not(:last-of-type) {
        margin-bottom: 25px;
    }
}

.products__faq-more {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .products__faq-more {
        margin-top: 30px;
    }
}

.products__banner {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .products__banner {
        margin-bottom: 30px;
    }
}

.products__banner-heading {
    padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
    .products__banner-heading {
        padding: 0 0 30px;
    }
}

.products__banner-heading>h1 {
    font: 700 3.2rem noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    text-align: center;
    margin-top: 30px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .products__banner-heading>h1 {
        max-width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .products__banner-heading>h1 {
        max-width: 100%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

@media screen and (max-width: 767px) {
    .products__banner-heading>h1 {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}

.products__banner-heading>h4 {
    margin: 15px auto 0;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    font: 500 1.8rem noto-sans-cjk-jp, sans-serif;
}

.products__banner-wrap {
    width: 100%;
    height: 600px;
    background-image: url("./src/img/MV.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 767px) {
    .products__banner-wrap {
        height: 100vh;
    }
}

.products__banner-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 11, 64, 0.3);
    z-index: 1;
    pointer-events: none;
}

.products__banner-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products__banner-text {
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.74em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .products__banner-text {
        font-size: 20px;
    }
}

.products__banner-text span {
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .products__banner-text span {
        font-size: 13px;
    }
}

.products__banner-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .products__banner-details {
        margin-top: 15px;
    }
}

.products__banner-detail {
    width: 240px;
    height: 240px;
    background-image: url("./src/img/ptrade-banner-detail-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .products__banner-detail {
        width: 100px;
        height: 100px;
    }
}

.products__banner-detail:not(:last-of-type) {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .products__banner-detail:not(:last-of-type) {
        margin-right: 10px;
    }
}

.products__banner-detail-title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7333333333em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-title {
        font-size: 15px;
    }
}

.products__banner-detail-title.f24 {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-title.f24 {
        font-size: 12px;
    }
}

.products__banner-detail-title.f22 {
    font-size: 2.2rem;
    line-height: 1.2727272727em;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-title.f22 {
        font-size: 11px;
    }
}

.products__banner-detail-num {
    color: #0158A6;
    text-align: center;
}

.products__banner-detail-num p {
    font-family: "STIX Two Text", serif;
    font-size: 9rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-num p {
        font-size: 35px;
    }
}

.products__banner-detail-num span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-num span {
        font-size: 13px;
    }
}

.products__banner-detail-num .f70 {
    font-size: 7rem;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-num .f70 {
        font-size: 25px;
    }
}

.products__banner-detail-num .f80 {
    font-size: 8rem;
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .products__banner-detail-num .f80 {
        font-size: 20px;
    }
}

.products__links-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .products__links-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .products__links-content {
        padding: 0 4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.products__link {
    width: 30%;
    display: block;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #CCDEED;
    color: #0158A6;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .products__link {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 8px;
        font-size: 12px;
        padding-right: 10px;
    }
}

.products__link:nth-of-type(n+4) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .products__link:nth-of-type(n+4) {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.products__link:not(:nth-of-type(3n)) {
    margin-right: 50px;
}

@media screen and (max-width: 1024px) {
    .products__link:not(:nth-of-type(3n)) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .products__link:not(:nth-of-type(3n)) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .products__link:nth-of-type(3n) {
        margin-right: auto;
    }
}

.products__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0158A6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.products__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #0158A6;
    border-bottom: 1px solid #0158A6;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.products__link:hover::before {
    width: 100%;
}

.products__ct {
    width: 100%;
    position: relative;
    background-image: url("./src/img/ct-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 75px 0;
    color: #fff;
}

.products__ct::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 88, 166, 0.6);
}

.products__ct * {
    position: relative;
    z-index: 1;
}

.products__ct-title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .products__ct-title {
        font-size: 18px;
        margin-top: 15px;
    }
}

.products__ct-text {
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .products__ct-text {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

.products__ct-link {
    width: 400px;
    height: 60px;
    border-radius: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 10px;
}

@media screen and (max-width: 767px) {
    .products__ct-link {
        width: 100%;
        height: 50px;
    }
}

.products__ct-link p {
    color: #1c1c1c;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .products__ct-link p {
        font-size: 13px;
    }
}

.products__ct-link-circ {
    width: 40px;
    height: 40px;
    background: #0158A6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .products__ct-link-circ {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

.products__ct-note {
    background-color: #e6f5ff;
    padding: 15px;
}

.products__ct-note p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #0158a6;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .products__ct-note p {
        font-size: 15px;
    }
}

.text-block {
    text-align: left;
    margin: 30px 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .text-block {
        font-size: 13px;
        margin: 20px 0;
    }
}

.text-block.center {
    text-align: center;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .header.white {
        color: #1c1c1c !important;
    }
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    padding-right: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .header__container {
        padding: 10px 4%;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__container {
        padding: 10px 3%;
    }
}

.header__logo {
    width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .header__logo {
        width: 135px;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__logo {
        width: 135px;
    }
}

.header__logo img {
    width: 100%;
}

.header__logo.black {
    opacity: 0;
    position: absolute;
    top: 13px;
    left: 29px;
    visibility: hidden;
}

.header__logo-container {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .header__logo-links {
        display: none;
    }
}

.header__logo-link {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}

.header__logo-link--white {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 8px 20px;
    position: relative;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.header__logo-link--white::after {
    content: '';
    background: url('./assets/uploads/2023/05/logo-link-arrow-white.png') no-repeat;
    background-size: 100%;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 2px;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s ease;
}

.header__logo-link--white:hover {
    background: #fff;
    color: #0158a6;
    text-decoration: none;
}

.header__logo-link--white:hover::after {
    right: 3px;
    background: url('./assets/uploads/2023/05/logo-link-arrow.png') no-repeat;
    background-size: 100%;
    width: 6px;
    height: 12px;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .header__list {
        display: none;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__list {
        display: none;
    }
}

.header__link {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 767px) {
    .header__link {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #b3b3b3;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__link {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #b3b3b3;
    }
}

.header__link::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 2px;
    background: #0158a6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .header__link::before {
        display: none;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__link::before {
        display: none;
    }
}

.header__link:hover::before {
    max-width: 100%;
}

.header__container-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .header__container-sp {
        display: block;
        position: fixed;
        width: 100%;
        z-index: -1;
        top: 60px;
        right: 0;
        background: #fff;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__container-sp {
        display: block;
        position: fixed;
        width: 100%;
        z-index: -1;
        top: 60px;
        right: 0;
        background: #fff;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        left: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 767px) {
    .header__list-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%;
        background: #fff;
        top: 0;
        right: 0;
        padding: 0 0 100px;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__list-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        width: 100%;
        background: #fff;
        top: 0;
        right: 0;
        padding: 0 0 100px;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

@media screen and (max-width: 767px) {
    .header__sublist {
        padding: 0;
        width: 100%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        max-height: 0;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__sublist {
        padding: 0;
        width: 100%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.6rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        max-height: 0;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header__sublink {
    width: 100%;
    padding: 10px 4%;
    background: #f3faff;
    border-bottom: 1px solid #b3cde4;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    max-height: 0;
}

.header__item {
    margin: 0 12px;
}

@media screen and (max-width: 767px) {
    .header__item {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0 4%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__item {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0 4%;
    }
}

.header__item--blue {
    background: #e60012;
    color: #fff;
    margin-right: 0;
}

.header__item--blue .header__link {
    height: 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.header__item--blue .header__link img {
    width: 35px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .header__item--blue .header__link {
        width: 100%;
        height: auto;
        flex-direction: row;
        font-size: 1.3rem;
    }

    .header__item--blue .header__link img {
        margin-bottom: 0;
        margin-right: 10px;
        width: 25px;
    }
}

.header__item--blue .header__link::before {
    display: none;
}

@media screen and (max-width: 767px) {
    .header__item.js-submenu .header__link {
        position: relative;
        z-index: 2;
        background: #FFF;
    }

    .header__item.js-submenu .header__link::before {
        content: "";
        width: 20px;
        height: 1px;
        background: #0158a6;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .header__item.js-submenu .header__link::after {
        content: "";
        width: 1px;
        height: 19px;
        background: #0158a6;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__item.js-submenu .header__link {
        position: relative;
    }

    .header__item.js-submenu .header__link::before {
        content: "";
        width: 20px;
        height: 1px;
        background: #0158a6;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .header__item.js-submenu .header__link::after {
        content: "";
        width: 1px;
        height: 18px;
        background: #0158a6;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}

.header__item.js-submenu.active {
    padding: 0;
}

.header__item.js-submenu.active .header__link {
    border-bottom: 0;
    padding: 15px 4%;
}

.header__item.js-submenu.active .header__link::before {
    right: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__item.js-submenu.active .header__link::after {
    right: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__item.js-submenu.active .header__sublist {
    opacity: 1;
    z-index: -1;
    max-height: 600px;
    padding: 0;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .header__item.js-submenu.active .header__sublist {
        position: static;
    }
}

.header__item.js-submenu.active .header__sublink {
    opacity: 1;
    z-index: 1;
    max-height: 50px;
    padding: 15px 5%;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .header__item.js-submenu.active .header__sublink {
        position: static;
    }
}

.header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    z-index: 9999;
    border: 1px solid #fff;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__hamburger span {
    height: 1px;
    width: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__hamburger span:not(:last-child) {
    margin-bottom: 8px;
}

.header--active .header__hamburger {
    border: 1px solid #0158a6;
}

.header--active .header__hamburger span {
    opacity: 1;
    background: #0158a6;
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
}

.header--active .header__hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
    transform: rotate(-45deg) translate(7px, -7px);
}

.header--active .header__hamburger span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.header--active .header__container {
    background: #fff;
}

.header--active .header__container-sp {
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 980px) {
    .header--active .header__container-sp {
        height: 100%;
    }
}

.header--active .header__list-sp {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header.top-active .header__container,
.header.white .header__container {
    background: #fff;
}

.header.top-active .header__list,
.header.white .header__list {
    color: #1c1c1c;
}

.header.top-active .header__hamburger,
.header.white .header__hamburger {
    border: 1px solid #0158a6;
}

.header.top-active .header__hamburger span,
.header.white .header__hamburger span {
    background: #0158a6;
}

.header.top-active .header__logo,
.header.white .header__logo {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 13px;
    left: 29px;
}

.header.top-active .header__logo.black,
.header.white .header__logo.black {
    opacity: 1;
    visibility: visible;
    position: static;
}

.header.top-active .header__logo-link,
.header.white .header__logo-link,
.header--lp .header__logo-link {
    color: #000;
}

.header.top-active .header__logo-link--white,
.header.white .header__logo-link--white,
.header--lp .header__logo-link--white {
    color: #0158a6;
    border-color: #0158a6;
}

.header.top-active .header__logo-link--white::after,
.header.white .header__logo-link--white::after,
.header--lp .header__logo-link--white::after {
    background: url('./assets/uploads/2023/05/logo-link-arrow.png') no-repeat;
    background-size: 100%;
    width: 6px;
    height: 12px;
}

.header.top-active .header__logo-link--white:hover,
.header.white .header__logo-link--white:hover,
.header--lp .header__logo-link--white:hover {
    background: #0158a6;
    color: #fff;
}

.header.top-active .header__logo-link--white:hover::after,
.header.white .header__logo-link--white:hover::after,
.header--lp .header__logo-link--white:hover::after {
    background: url('./assets/uploads/2023/05/logo-link-arrow-white.png') no-repeat;
    background-size: 100%;
    width: 6px;
    height: 12px;
    right: 3px;
}

.header__button {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #e60012;
    color: #fff;
    font-size: 1.4rem;
    padding: 20px 5px;
    width: 65px;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .header__button {
        width: 100%;
        top: auto;
        left: 0;
        margin: 0 auto;
        height: auto;
        padding: 10px;
        bottom: -50px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .header__button.active {
        bottom: 0;
    }
}

.header__button p {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
}

@media screen and (max-width: 767px) {
    .header__button p {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        text-orientation: sideways;
    }
}

.header--lp .header__logo {
    max-width: 215px;
}

.header--lp .header__list {
    color: #1c1c1c;
}

.footer {
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 40px 0 70px;
    }
}

.footer__container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .footer__container {
        max-width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .footer__container {
        max-width: 100%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

@media screen and (max-width: 767px) {
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.footer__logo {
    width: 330px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .footer__logo {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .footer__logo {
        width: 80%;
    }
}

.footer__info {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .footer__info {
        margin-top: 30px;
    }
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .footer__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer__list--lp .footer__link:last-of-type {
    margin-right: 0;
}

.footer__link {
    color: #0158a6;
    font-size: 1.6rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .footer__link {
        font-size: 1.4rem;
        margin: 10px 15px;
    }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
    .footer__link {
        font-size: 1.2rem;
    }
}

.footer__link::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("./src/img/link-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
}

.footer__page-top {
    position: fixed;
    bottom: -100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #0158a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .footer__page-top {
        right: 4%;
        width: 40px;
        height: 40px;
    }
}

.footer__page-top::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .footer__page-top::before {
        border-width: 0 10px 13px 10px;
    }
}

.footer__page-top.active {
    bottom: 30px;
}

@media screen and (max-width: 767px) {
    .footer__page-top.active {
        bottom: 50px;
        z-index: 2;
    }
}

.footer__page-top:hover::before {
    top: -5px;
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .footer__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.footer__flex p {
    font-size: 1.2rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .footer__flex p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .footer__flex p.copyright {
        margin-top: 30px;
    }
}

.footer__note {
    background: #e6f5ff;
    padding: 15px 0;
    width: 100%;
    font-size: 2rem;
    color: #0158a6;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .footer__note {
        font-size: 1.6rem;
        padding: 10px 15px;
    }
}

.title {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .title {
        margin-bottom: 35px;
    }
}

.title h2 {
    font-size: 6rem;
    color: #0158a6;
}

@media screen and (max-width: 767px) {
    .title h2 {
        font-size: 3.5rem;
    }
}

.title h3 {
    font-size: 4.8rem;
    color: #0158a6;
}

@media screen and (max-width: 767px) {
    .title h3 {
        font-size: 2.5rem;
    }
}

.title p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .title p {
        font-size: 1.8rem;
    }
}

.title p.blue {
    color: #0158a6;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.title p.big {
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .title p.big {
        font-size: 2rem;
    }
}

.title--left {
    text-align: left;
}

.section-title {
    color: #1c1c1c;
    font: 700 3.2rem noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 21px;
        padding-bottom: 10px;
    }
}

.section-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0158a6;
}

.breadcrumbs {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .breadcrumbs {
        max-width: 100%;
        padding: 10px 3%;
        margin-top: 70px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        max-width: 100%;
        padding: 50px 5% 10px;
        margin-top: 30px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs span.detail {
        text-overflow: ellipsis;
        width: 30vw;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs span.small {
        width: 40px;
    }
}

.breadcrumbs--padding {
    padding-top: 160px;
}

@media screen and (max-width: 767px) {
    .breadcrumbs--padding {
        padding-top: 100px;
    }
}

.breadcrumbs__carret {
    margin: 0 10px;
    width: 6px;
}

.ptrade {
    color: #1c1c1c;
    --spad: 5%;
}

.ptrade__intro {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__intro {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}

.ptrade__banner {
    width: 100%;
    height: 600px;
    background-image: url("./src/img/MV.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 767px) {
    .ptrade__banner {
        height: 100vh;
    }
}

.ptrade__banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 11, 64, 0.3);
    z-index: 1;
    pointer-events: none;
}

.ptrade__banner-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ptrade__banner-text {
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.74em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-text {
        font-size: 20px;
    }
}

.ptrade__banner-text span {
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-text span {
        font-size: 13px;
    }
}

.ptrade__banner-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-details {
        margin-top: 15px;
    }
}

.ptrade__banner-detail {
    width: 240px;
    height: 240px;
    background-image: url("./src/img/ptrade-banner-detail-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail {
        width: 100px;
        height: 100px;
    }
}

.ptrade__banner-detail:not(:last-of-type) {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail:not(:last-of-type) {
        margin-right: 10px;
    }
}

.ptrade__banner-detail-title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7333333333em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-title {
        font-size: 15px;
    }
}

.ptrade__banner-detail-title.f24 {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-title.f24 {
        font-size: 12px;
    }
}

.ptrade__banner-detail-title.f22 {
    font-size: 2.2rem;
    line-height: 1.2727272727em;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-title.f22 {
        font-size: 11px;
    }
}

.ptrade__banner-detail-num {
    color: #0158A6;
    text-align: center;
}

.ptrade__banner-detail-num p {
    font-family: "STIX Two Text", serif;
    font-size: 9rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num p {
        font-size: 35px;
    }
}

.ptrade__banner-detail-num span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num span {
        font-size: 13px;
    }
}

.ptrade__banner-detail-num .f70 {
    font-size: 7rem;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num .f70 {
        font-size: 25px;
    }
}

.ptrade__banner-detail-num .f80 {
    font-size: 8rem;
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num .f80 {
        font-size: 20px;
    }
}

.ptrade__links {
    padding-top: 60px;
}

@media screen and (max-width: 767px) {
    .ptrade__links {
        padding-top: 30px;
    }
}

.ptrade__links-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .ptrade__links-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__links-content {
        padding: 0 var(--spad);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ptrade__link {
    width: 30%;
    display: block;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #CCDEED;
    color: #0158A6;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .ptrade__link {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 8px;
        font-size: 12px;
        padding-right: 10px;
    }
}

.ptrade__link:nth-of-type(n+4) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .ptrade__link:nth-of-type(n+4) {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.ptrade__link:not(:nth-of-type(3n)) {
    margin-right: 50px;
}

@media screen and (max-width: 1024px) {
    .ptrade__link:not(:nth-of-type(3n)) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__link:not(:nth-of-type(3n)) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__link:nth-of-type(3n) {
        margin-right: auto;
    }
}

.ptrade__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0158A6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ptrade__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #0158A6;
    border-bottom: 1px solid #0158A6;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.ptrade__link:hover::before {
    width: 100%;
}

.ptrade__problems {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .ptrade__problems {
        padding: 50px 0;
    }
}

.ptrade__problems-content {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .ptrade__problems-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__problems-content {
        padding: 0 var(--spad);
    }
}

.ptrade__problems-title {
    color: #1C1C1C;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.ptrade__problems-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0158A6;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-title::before {
        width: 30px;
    }
}

.ptrade__problems-image {
    margin-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-image {
        margin-top: 30px;
    }
}

.ptrade__problems-image img {
    width: 100%;
}

.ptrade__problems-message {
    margin-top: 60px;
    width: 100%;
    background: #0158A6;
    color: #fff;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.7333333333em;
    padding: 40px 0 50px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-message {
        padding: 20px 0;
        font-size: 15px;
        margin-top: 30px;
    }
}

.ptrade__problems-message::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 40px;
    height: 40px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-message::before {
        width: 15px;
        height: 15px;
        top: -8px;
    }
}

.ptrade__ct {
    width: 100%;
    position: relative;
    background-image: url("./src/img/ct-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 75px 0;
    color: #fff;
}

.ptrade__ct::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 88, 166, 0.6);
}

.ptrade__ct * {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-content {
        padding: 0 var(--spad);
    }
}

.ptrade__ct-title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-title {
        font-size: 18px;
        margin-top: 15px;
    }
}

.ptrade__ct-text {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-text {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

.ptrade__ct-link {
    width: 400px;
    height: 60px;
    border-radius: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 10px;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-link {
        width: 100%;
        height: 50px;
    }
}

.ptrade__ct-link p {
    color: #1C1C1C;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-link p {
        font-size: 13px;
    }
}

.ptrade__ct-link-circ {
    width: 40px;
    height: 40px;
    background: #0158A6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-link-circ {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

.ptrade__tci {
    padding: 100px 0;
    background: #F4F4F4;
}

@media screen and (max-width: 767px) {
    .ptrade__tci {
        padding: 60px 0;
    }
}

.ptrade__tci-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .ptrade__tci-content {
        padding: 0 4%;
    }
}

.ptrade__tci-text {
    color: #1c1c1c;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
    margin-top: 55px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__tci-text {
        font-size: 13px;
        margin-top: 20px;
    }
}

.ptrade__tci-image {
    margin-top: 50px;
    width: 100%;
    background: #fff;
    padding: 40px 110px;
}

@media screen and (max-width: 767px) {
    .ptrade__tci-image {
        padding: 10px;
    }
}

.ptrade__tci-image img {
    width: 100%;
}

.ptrade__atci {
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__atci {
        padding: 50px 0;
    }
}

.ptrade__atci-content {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .ptrade__atci-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__atci-content {
        padding: 0 4%;
    }
}

.ptrade__atci-content .ptrade__problems-title {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-content .ptrade__problems-title {
        margin-bottom: 30px;
    }
}

.ptrade__atci-block-header {
    color: #0158A6;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-block-header {
        font-size: 17px;
    }
}

.ptrade__atci-block-subheader {
    color: #1c1c1c;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-block-subheader {
        font-size: 12px;
    }
}

.ptrade__atci-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-list {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ptrade__atci-item {
    background: #F3FAFF;
    padding: 40px 4% 35px;
    width: 33%;
    margin: 2px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-item {
        width: 100%;
        padding: 30px 8%;
    }
}

.ptrade__atci-item:not(:last-of-type) {
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-item:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.ptrade__atci-num {
    color: #3BABFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-num {
        font-size: 15px;
    }
}

.ptrade__atci-title {
    color: #0158A6;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.ptrade__atci-desc {
    color: #1c1c1c;
    font-family: "Segoe UI";
    font-size: 1.58rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-desc {
        font-size: 13px;
        margin-top: 10px;
    }
}

.ptrade__atci-banner {
    width: 100%;
    margin: 60px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-banner {
        margin: 30px 0;
    }
}

.ptrade__atci-banner img {
    width: 100%;
}

.ptrade__atci-block.defensive .ptrade__atci-block-header {
    color: #02A59D;
}

.ptrade__atci-block.defensive .ptrade__atci-item {
    background: #F0FFFD;
}

.ptrade__atci-block.defensive .ptrade__atci-num {
    color: #6ACEBB;
}

.ptrade__atci-block.defensive .ptrade__atci-title {
    color: #02A59D;
}

.ptrade__msn {
    padding: 100px 0;
    background: #F3FAFF;
}

@media screen and (max-width: 767px) {
    .ptrade__msn {
        padding: 50px 0;
    }
}

.ptrade__msn-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-content {
        padding: 0 var(--spad);
    }
}

.ptrade__msn-list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-list {
        margin-top: 30px;
    }
}

.ptrade__msn-item {
    width: 30.8%;
    margin-bottom: 40px;
    margin: 0 19px 40px;
}

.ptrade__msn-item:nth-of-type(3n),
.ptrade__msn-item:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 767px) {

    .ptrade__msn-item:nth-of-type(3n),
    .ptrade__msn-item:last-of-type {
        margin-right: 20px;
    }
}

.ptrade__msn-item:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.ptrade__msn-item.mr-20 {
    margin-right: 20px;
}

.ptrade__msn-icon {
    width: 180px;
    height: 180px;
    background: #0158A6;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-icon {
        width: 100px;
        height: 100px;
    }
}

.ptrade__msn-icon img {
    max-width: 70%;
    max-height: 70%;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-icon img {
        max-height: 50%;
    }
}

.ptrade__msn-desc {
    margin-top: 15px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    color: #1C1C1C;
    letter-spacing: 0;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-desc {
        font-size: 12px;
    }
}

.ptrade__msn-desc span {
    color: #0158A6;
    font-size: 2.8rem;
    line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-desc span {
        font-size: 14px;
    }
}

.ptrade__chart-block {
    margin: 30px 0 150px;
    width: 100%;
    height: 660px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-block {
        margin: 30px 0 40px;
        height: auto;
    }
}

.ptrade__chart-block img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-block img {
        position: static;
        width: 100px;
        margin: 20px auto 0;
        display: block;
    }
}

.ptrade__chart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ptrade__chart-item {
    width: 50%;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item {
        font-size: 2.5vw;
        margin: 20px 10px;
        width: 43%;
    }
}

.ptrade__chart-item p {
    padding: 10px;
    width: 360px;
    text-align: center;
    font-weight: 700;
    height: 150px;
    line-height: 1.8;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item p {
        height: auto;
    }
}

.ptrade__chart-item p::after {
    content: "";
    width: 43px;
    height: 35px;
    background: url("./src/img/bubble1.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.ptrade__chart-item:nth-of-type(1),
.ptrade__chart-item:nth-of-type(2) {
    width: 40%;
}

.ptrade__chart-item:nth-of-type(1) {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item:nth-of-type(1) {
        margin-right: 10px;
    }
}

.ptrade__chart-item:nth-of-type(2) {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item:nth-of-type(2) {
        margin-left: 10px;
    }
}

.ptrade__chart-item:nth-of-type(1) p,
.ptrade__chart-item:nth-of-type(4) p,
.ptrade__chart-item:nth-of-type(5) p {
    background: #c0ddff;
}

.ptrade__chart-item:nth-of-type(1),
.ptrade__chart-item:nth-of-type(4),
.ptrade__chart-item:nth-of-type(6) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ptrade__chart-item:nth-of-type(2) p,
.ptrade__chart-item:nth-of-type(3) p,
.ptrade__chart-item:nth-of-type(6) p {
    background: #e3edff;
}

.ptrade__chart-item:nth-of-type(2) p::after,
.ptrade__chart-item:nth-of-type(3) p::after,
.ptrade__chart-item:nth-of-type(6) p::after {
    background: url("./src/img/bubble2.svg") no-repeat;
    right: auto;
    left: 0;
}

.ptrade__chart-item:nth-of-type(3) p::after {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ptrade__chart-item:nth-of-type(4) p::after {
    right: auto;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ptrade__atci-block {
    margin: 30px 0;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-block-header {
    color: #02A59D;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-item {
    background: #F0FFFD;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-num {
    color: #6ACEBB;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-title {
    color: #02A59D;
}

.ptrade .section--deet {
    max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}

.pdo__insurance .products__textblock {
    margin: 60px 0 40px;
}

@media screen and (max-width: 767px) {
    .pdo__insurance .products__textblock {
        margin: 30px 0 20px;
    }
}

.pdo__insurance img.pdo-illust {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 75px;
}

@media screen and (max-width: 767px) {
    .pdo__insurance img.pdo-illust {
        margin-top: 37.5px;
    }
}

.pdo__insurance-dangers {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .pdo__insurance-dangers {
        margin-top: 50px;
    }
}

.pdo__rsns-list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    counter-reset: item;
}

@media screen and (max-width: 767px) {
    .pdo__rsns-list {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pdo__rsns-list>li {
    counter-increment: item;
}

.pdo__rsns-list>li .item-counter::before {
    content: counter(item, decimal-leading-zero);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 6rem;
    color: #0158a6;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .pdo__rsns-list>li .item-counter::before {
        font-size: 35px;
    }
}

.pdo__rsns-item {
    width: 30.8%;
}

@media screen and (max-width: 767px) {
    .pdo__rsns-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .pdo__rsns-item:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

.pdo__rsns-item-image {
    width: 100%;
    height: 154px;
    background-color: #eee;
    position: relative;
}

.pdo__rsns-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: bottom center;
    object-fit: bottom center;
    display: block;
}

.pdo__rsns-item-image .item-counter {
    position: absolute;
    bottom: 0;
    right: 15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.pdo__rsns-item-content {
    margin-top: 45px;
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .pdo__rsns-item-content {
        margin-top: 27.5px;
    }
}

.pdo__rsns-item-content h2 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #0158a6;
    line-height: 1.75em;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .pdo__rsns-item-content h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

.pdo__faq3-table-wrap {
    width: 100%;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .pdo__faq3-table-wrap {
        margin: 12.5px 0 5px;
        padding-bottom: 5px;
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    .pdo__faq3-table-wrap::-webkit-scrollbar {
        height: 5px;
    }
}

@media screen and (max-width: 767px) {
    .pdo__faq3-table-wrap::-webkit-scrollbar-thumb {
        background-color: #c7c8c8;
        border-radius: 2.5px;
    }
}

.pdo__faq3-table {
    width: 660px;
    border-collapse: collapse;
}

@media screen and (max-width: 767px) {
    .pdo__faq3-table {
        width: auto;
        min-width: 450px;
    }
}

.pdo__faq3-table tr {
    border: 1px solid #bbb;
}

.pdo__faq3-table tr>*:first-child {
    width: 27.27%;
    text-align: center;
}

.pdo__faq3-table tr>*:nth-child(2) {
    width: 72.73%;
}

.pdo__faq3-table th,
.pdo__faq3-table td {
    padding: 15px;
}

@media screen and (max-width: 767px) {

    .pdo__faq3-table th,
    .pdo__faq3-table td {
        padding: 10px;
    }
}

.pdo__faq3-table th:not(:last-child),
.pdo__faq3-table td:not(:last-child) {
    border-right: 1px solid #bbb;
}

.pdo__faq3-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f4f4f4;
    text-align: center;
}

.pdo__chart-block {
    margin-top: 20px;
    width: 100%;
}

.pdo__chart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .pdo__chart-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pdo__chart-image {
    margin: 5px 0;
    width: 100%;
}

.pdo__chart-image img {
    width: 100%;
    max-width: 100%;
}

.pdo__chart-icon {
    width: 150px;
    height: 150px;
    background: #35b5d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .pdo__chart-icon {
        width: 120px;
        height: 120px;
    }
}

.pdo__chart-icon img {
    height: 35%;
    margin: 0 auto;
}

.pdo__chart-icon p {
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    margin-left: 0 !important;
    width: auto !important;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .pdo__chart-icon p {
        font-size: 1.6rem;
    }
}

.pdo__chart-item {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .pdo__chart-item {
        width: 100%;
        margin: 10px 0;
    }
}

.pdo__chart-item p {
    font-size: 1.6rem;
    margin-left: 20px;
    font-weight: 700;
    line-height: 1.8;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .pdo__chart-item p {
        font-size: 1.4rem;
    }
}

.pdo__chart-item:nth-of-type(2) .pdo__chart-icon {
    background: #3aa566;
}

.pdo__chart-item:nth-of-type(3) .pdo__chart-icon {
    background: #f78a77;
}

.pdo__chart-item:nth-of-type(4) .pdo__chart-icon {
    background: #14547f;
}

.contact {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 100px auto;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .contact {
        max-width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .contact {
        max-width: 100%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

@media screen and (max-width: 767px) {
    .contact {
        margin: 60px auto;
    }
}

.contact--confirm .contact__form>*:not(:last-child) {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .contact--confirm .contact__form>*:not(:last-child) {
        margin-bottom: 40px;
    }
}

.contact--confirm .contact__form-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .contact--confirm .contact__form-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.contact--confirm .contact__form-item:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .contact--confirm .contact__form-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

.contact--confirm .contact__item-label {
    width: 19.375%;
}

@media screen and (max-width: 767px) {
    .contact--confirm .contact__item-label {
        width: 32%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.contact--confirm .contact__item-field {
    width: 80.625%;
}

@media screen and (max-width: 767px) {
    .contact--confirm .contact__item-field {
        width: 68%;
        margin-top: 0;
    }
}

.contact--confirm .contact__privacy,
.contact--confirm .is-req>label::after,
.contact--confirm .contact__field-note {
    display: none !important;
}

.contact--confirm .contact__button--submit {
    width: 400px;
}

.contact>*:not(:last-child) {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .contact>*:not(:last-child) {
        margin-bottom: 20px;
    }
}

.contact__title {
    text-align: center;
}

.contact__title h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 4.2rem;
    color: #0158a6;
    line-height: 1;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
    .contact__title h2 {
        font-size: 21px;
    }
}

.contact__title p.title-jp {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #1c1c1c;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .contact__title p.title-jp {
        font-size: 14px;
    }
}

.contact__intro,
.contact__message {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (max-width: 767px) {

    .contact__intro,
    .contact__message {
        font-size: 13px;
    }
}

.contact__message-content {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .contact__message-content {
        margin-bottom: 25px;
    }
}

.contact__message-content h2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .contact__message-content h2 {
        font-size: 17px;
    }
}

.contact__message-content>*:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .contact__message-content>*:not(:last-child) {
        margin-bottom: 15px;
    }
}

.contact__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-reset: step;
}

.contact__flow>li {
    counter-increment: step;
}

.contact__flow>li .step-counter::before {
    content: "STEP "counter(step, decimal-leading-zero);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .contact__flow>li .step-counter::before {
        font-size: 10px;
    }
}

.contact__flow-step {
    width: 260px;
    height: 60px;
    padding: 7px 20px 13px;
    background-color: rgba(28, 28, 28, 0.1);
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: rgba(28, 28, 28, 0.5);
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .contact__flow-step {
        width: 32.5%;
        height: 50px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
        line-height: 1.375em;
    }
}

.contact__flow-step>p {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .contact__flow-step>p {
        margin-top: 0;
    }
}

.contact__flow-step::before,
.contact__flow-step::after {
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

    .contact__flow-step::before,
    .contact__flow-step::after {
        border-width: 25px 0 25px 15px;
    }
}

.contact__flow-step::before {
    border-left-color: #fff;
    left: 0;
}

.contact__flow-step::after {
    border-left-color: rgba(28, 28, 28, 0.1);
    right: -30px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .contact__flow-step::after {
        right: -15px;
    }
}

.contact__flow-step.is-done {
    background-color: #0158a6;
    color: #fff;
}

.contact__flow-step.is-done::after {
    border-left-color: #0158a6;
}

.contact__flow-step:not(:first-of-type) {
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .contact__flow-step:not(:first-of-type) {
        padding-left: 25px;
    }
}

.contact__flow-step:not(:first-of-type)::before {
    content: "";
}

@media screen and (max-width: 767px) {
    .contact__flow-step:not(:last-of-type) {
        padding-right: 0;
        margin-right: 5px;
    }
}

.contact__flow-step:not(:last-of-type)::after {
    content: "";
}

@media screen and (max-width: 767px) {
    .contact__flow-step:nth-of-type(2) {
        min-width: 125px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.contact__form {
    width: 100%;
}

.contact__form>*:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .contact__form>*:not(:last-child) {
        margin-bottom: 15px;
    }
}

.contact__form span.error {
    width: 100%;
}

.contact__form-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .contact__form-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.contact__form-item.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact__form-item.align-top>.contact__item-label {
    margin-top: 10px;
}

.contact__form-item:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .contact__form-item:not(:last-child) {
        margin-bottom: 15px;
    }
}

.contact__form-item .is-req>label::after {
    content: "必須";
    width: 45px;
    margin-left: 20px;
    padding: 4px 0 6px;
    background-color: #ef4d4d;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .contact__form-item .is-req>label::after {
        margin-left: 10px;
        font-size: 12px;
    }
}

.contact__item-label {
    width: 28%;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .contact__item-label {
        width: 100%;
        padding-right: 0;
    }
}

.contact__item-label label {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .contact__item-label label {
        font-size: 13px;
    }
}

.contact__item-field {
    width: 72.875%;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    color: #1c1c1c;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .contact__item-field {
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
    }
}

.contact__input-field input[type=text],
.contact__input-field textarea {
    width: 100%;
    height: 40px;
    padding: 10px;
    background: rgba(244, 244, 244, 0.5);
    border: 1px solid rgba(28, 28, 28, 0.3);
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    color: #1c1c1c;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {

    .contact__input-field input[type=text],
    .contact__input-field textarea {
        font-size: 12px;
        border-radius: 3px;
    }
}

.contact__input-field input[type=text]:focus,
.contact__input-field textarea:focus {
    border-color: rgba(28, 28, 28, 0.6);
}

.contact__input-field textarea {
    height: 200px;
    resize: none;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .contact__input-field textarea {
        height: 100px;
    }
}

.contact__privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .contact__privacy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact__privacy>.contact__item-label {
    margin-top: 10px;
}

.contact__privacy-box {
    width: 100%;
    height: 205px;
    padding: 20px;
    border: 1px solid rgba(28, 28, 28, 0.3);
}

@media screen and (max-width: 767px) {
    .contact__privacy-box {
        height: 150px;
        padding: 10px;
    }
}

.contact__privacy-container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .contact__privacy-container {
        padding-right: 7.5px;
    }
}

.contact__privacy-container::-webkit-scrollbar {
    width: 5px;
}

.contact__privacy-container::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background-color: rgba(28, 28, 28, 0.3);
}

.contact__privacy-content {
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
}

.contact__privacy-content>p:not(:last-of-type) {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .contact__privacy-content>p:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.contact__agree {
    margin: 30px 0;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .contact__agree {
        margin: 15px 0;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact__checkbox {
    max-width: 265px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contact__checkbox {
        max-width: initial;
        padding-right: 55px;
    }
}

.contact__checkbox::after {
    content: "必須";
    width: 45px;
    padding: 4px 0 6px;
    background-color: #ef4d4d;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(calc(100% + 20px), -50%);
    transform: translate(calc(100% + 20px), -50%);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .contact__checkbox::after {
        right: -65px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px) {
    .contact__checkbox::after {
        font-size: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.contact__checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.contact__checkbox input[type=checkbox]+label,
.contact__checkbox input[type=checkbox]+span {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
}

@media screen and (max-width: 767px) {

    .contact__checkbox input[type=checkbox]+label,
    .contact__checkbox input[type=checkbox]+span {
        font-size: 13px;
    }
}

.contact__checkbox input[type=checkbox]+label::before,
.contact__checkbox input[type=checkbox]+span::before {
    content: "";
    margin: -3px 20px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: rgba(244, 244, 244, 0.5);
    border: 1px solid rgba(28, 28, 28, 0.3);
    border-radius: 5px;
}

@media screen and (max-width: 767px) {

    .contact__checkbox input[type=checkbox]+label::before,
    .contact__checkbox input[type=checkbox]+span::before {
        width: 17.5px;
        height: 17.5px;
        margin-right: 10px;
        border-radius: 3px;
    }
}

.contact__checkbox input[type=checkbox]:checked+label::after,
.contact__checkbox input[type=checkbox]:checked+span::after {
    content: "";
    width: 16px;
    height: 11px;
    background-image: url("./src/img/icons/icon-check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 11px;
    left: 13px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {

    .contact__checkbox input[type=checkbox]:checked+label::after,
    .contact__checkbox input[type=checkbox]:checked+span::after {
        width: 13px;
        height: 9px;
        top: 8px;
        left: 10px;
    }
}

.contact__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contact__button-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.contact__button {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-family: noto-sans-cjk-jp, sans-serif;
    line-height: 1;
}

.contact__button--submit {
    width: 100%;
    height: 60px;
    background-color: #0158a6;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.04em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contact__button--submit {
        height: 44px;
        font-size: 14px;
    }
}

.contact__button--submit:focus {
    outline: 1px solid #002241;
}

.contact__button--submit.w400 {
    width: 400px;
}

.contact__button--back {
    padding-left: 14px;
    font-size: 1.6rem;
    color: rgba(28, 28, 28, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .contact__button--back {
        width: 32%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 9.2px;
        position: relative;
        top: initial;
        -webkit-transform: initial;
        transform: initial;
        font-size: 12px;
        text-align: left;
    }
}

.contact__button--back::after {
    content: "";
    width: 4.2px;
    height: 8px;
    background-image: url("./src/img/icons/icon-caret-backbtn.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ptrade {
    color: #1c1c1c;
    --spad: 5%;
}

.ptrade__intro {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__intro {
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}

.ptrade__banner {
    width: 100%;
    height: 600px;
    background-image: url("./src/img/MV.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 767px) {
    .ptrade__banner {
        height: 100vh;
    }
}

.ptrade__banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 11, 64, 0.3);
    z-index: 1;
    pointer-events: none;
}

.ptrade__banner-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ptrade__banner-text {
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.74em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-text {
        font-size: 20px;
    }
}

.ptrade__banner-text span {
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-text span {
        font-size: 13px;
    }
}

.ptrade__banner-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-details {
        margin-top: 15px;
    }
}

.ptrade__banner-detail {
    width: 240px;
    height: 240px;
    background-image: url("./src/img/ptrade-banner-detail-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail {
        width: 100px;
        height: 100px;
    }
}

.ptrade__banner-detail:not(:last-of-type) {
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail:not(:last-of-type) {
        margin-right: 10px;
    }
}

.ptrade__banner-detail-title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7333333333em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-title {
        font-size: 15px;
    }
}

.ptrade__banner-detail-title.f24 {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-title.f24 {
        font-size: 12px;
    }
}

.ptrade__banner-detail-title.f22 {
    font-size: 2.2rem;
    line-height: 1.2727272727em;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-title.f22 {
        font-size: 11px;
    }
}

.ptrade__banner-detail-num {
    color: #0158A6;
    text-align: center;
}

.ptrade__banner-detail-num p {
    font-family: "STIX Two Text", serif;
    font-size: 9rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num p {
        font-size: 35px;
    }
}

.ptrade__banner-detail-num span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num span {
        font-size: 13px;
    }
}

.ptrade__banner-detail-num .f70 {
    font-size: 7rem;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num .f70 {
        font-size: 25px;
    }
}

.ptrade__banner-detail-num .f80 {
    font-size: 8rem;
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .ptrade__banner-detail-num .f80 {
        font-size: 20px;
    }
}

.ptrade__links {
    padding-top: 60px;
}

@media screen and (max-width: 767px) {
    .ptrade__links {
        padding-top: 30px;
    }
}

.ptrade__links-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .ptrade__links-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__links-content {
        padding: 0 var(--spad);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ptrade__link {
    width: 30%;
    display: block;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #CCDEED;
    color: #0158A6;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .ptrade__link {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 8px;
        font-size: 12px;
        padding-right: 10px;
    }
}

.ptrade__link:nth-of-type(n+4) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .ptrade__link:nth-of-type(n+4) {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

.ptrade__link:not(:nth-of-type(3n)) {
    margin-right: 50px;
}

@media screen and (max-width: 1024px) {
    .ptrade__link:not(:nth-of-type(3n)) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__link:not(:nth-of-type(3n)) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__link:nth-of-type(3n) {
        margin-right: auto;
    }
}

.ptrade__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0158A6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ptrade__link::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #0158A6;
    border-bottom: 1px solid #0158A6;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.ptrade__link:hover::before {
    width: 100%;
}

.ptrade__problems {
    padding-top: 80px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .ptrade__problems {
        padding: 50px 0;
    }
}

.ptrade__problems-content {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .ptrade__problems-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__problems-content {
        padding: 0 var(--spad);
    }
}

.ptrade__problems-title {
    color: #1C1C1C;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.ptrade__problems-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #0158A6;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-title::before {
        width: 30px;
    }
}

.ptrade__problems-image {
    margin-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-image {
        margin-top: 30px;
    }
}

.ptrade__problems-image img {
    width: 100%;
}

.ptrade__problems-message {
    margin-top: 60px;
    width: 100%;
    background: #0158A6;
    color: #fff;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.7333333333em;
    padding: 40px 0 50px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-message {
        padding: 20px 0;
        font-size: 15px;
        margin-top: 30px;
    }
}

.ptrade__problems-message::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 40px;
    height: 40px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .ptrade__problems-message::before {
        width: 15px;
        height: 15px;
        top: -8px;
    }
}

.ptrade__ct {
    width: 100%;
    position: relative;
    background-image: url("./src/img/ct-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 75px 0;
    color: #fff;
}

.ptrade__ct::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 88, 166, 0.6);
}

.ptrade__ct * {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-content {
        padding: 0 var(--spad);
    }
}

.ptrade__ct-title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-title {
        font-size: 18px;
        margin-top: 15px;
    }
}

.ptrade__ct-text {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.75em;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-text {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

.ptrade__ct-link {
    width: 400px;
    height: 60px;
    border-radius: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 10px;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-link {
        width: 100%;
        height: 50px;
    }
}

.ptrade__ct-link p {
    color: #1C1C1C;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-link p {
        font-size: 13px;
    }
}

.ptrade__ct-link-circ {
    width: 40px;
    height: 40px;
    background: #0158A6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .ptrade__ct-link-circ {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}

.ptrade__tci {
    padding: 100px 0;
    background: #F4F4F4;
}

@media screen and (max-width: 767px) {
    .ptrade__tci {
        padding: 60px 0;
    }
}

.ptrade__tci-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .ptrade__tci-content {
        padding: 0 4%;
    }
}

.ptrade__tci-text {
    color: #1c1c1c;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75em;
    margin-top: 55px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__tci-text {
        font-size: 13px;
        margin-top: 20px;
    }
}

.ptrade__tci-image {
    margin-top: 50px;
    width: 100%;
    background: #fff;
    padding: 40px 110px;
}

@media screen and (max-width: 767px) {
    .ptrade__tci-image {
        padding: 10px;
    }
}

.ptrade__tci-image img {
    width: 100%;
}

.ptrade__atci {
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__atci {
        padding: 50px 0;
    }
}

.ptrade__atci-content {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .ptrade__atci-content {
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .ptrade__atci-content {
        padding: 0 4%;
    }
}

.ptrade__atci-content .ptrade__problems-title {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-content .ptrade__problems-title {
        margin-bottom: 30px;
    }
}

.ptrade__atci-block-header {
    color: #0158A6;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-block-header {
        font-size: 17px;
    }
}

.ptrade__atci-block-subheader {
    color: #1c1c1c;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-block-subheader {
        font-size: 12px;
    }
}

.ptrade__atci-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-list {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ptrade__atci-item {
    background: #F3FAFF;
    padding: 40px 4% 35px;
    width: 33%;
    margin: 2px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-item {
        width: 100%;
        padding: 30px 8%;
    }
}

.ptrade__atci-item:not(:last-of-type) {
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-item:not(:last-of-type) {
        margin-bottom: 15px;
    }
}

.ptrade__atci-num {
    color: #3BABFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-num {
        font-size: 15px;
    }
}

.ptrade__atci-title {
    color: #0158A6;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.ptrade__atci-desc {
    color: #1c1c1c;
    font-family: "Segoe UI";
    font-size: 1.58rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-desc {
        font-size: 13px;
        margin-top: 10px;
    }
}

.ptrade__atci-banner {
    width: 100%;
    margin: 60px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__atci-banner {
        margin: 30px 0;
    }
}

.ptrade__atci-banner img {
    width: 100%;
}

.ptrade__atci-block.defensive .ptrade__atci-block-header {
    color: #02A59D;
}

.ptrade__atci-block.defensive .ptrade__atci-item {
    background: #F0FFFD;
}

.ptrade__atci-block.defensive .ptrade__atci-num {
    color: #6ACEBB;
}

.ptrade__atci-block.defensive .ptrade__atci-title {
    color: #02A59D;
}

.ptrade__msn {
    padding: 100px 0;
    background: #F3FAFF;
}

@media screen and (max-width: 767px) {
    .ptrade__msn {
        padding: 50px 0;
    }
}

.ptrade__msn-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-content {
        padding: 0 var(--spad);
    }
}

.ptrade__msn-list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-list {
        margin-top: 30px;
    }
}

.ptrade__msn-item {
    width: 30.8%;
    margin-bottom: 40px;
    margin: 0 19px 40px;
}

.ptrade__msn-item:nth-of-type(3n),
.ptrade__msn-item:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 767px) {

    .ptrade__msn-item:nth-of-type(3n),
    .ptrade__msn-item:last-of-type {
        margin-right: 20px;
    }
}

.ptrade__msn-item:first-of-type {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.ptrade__msn-item.mr-20 {
    margin-right: 20px;
}

.ptrade__msn-icon {
    width: 180px;
    height: 180px;
    background: #0158A6;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-icon {
        width: 100px;
        height: 100px;
    }
}

.ptrade__msn-icon img {
    max-width: 70%;
    max-height: 70%;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-icon img {
        max-height: 50%;
    }
}

.ptrade__msn-desc {
    margin-top: 15px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    color: #1C1C1C;
    letter-spacing: 0;
    line-height: 1.75em;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-desc {
        font-size: 12px;
    }
}

.ptrade__msn-desc span {
    color: #0158A6;
    font-size: 2.8rem;
    line-height: 1.5em;
}

@media screen and (max-width: 767px) {
    .ptrade__msn-desc span {
        font-size: 14px;
    }
}

.ptrade__chart-block {
    margin: 30px 0 150px;
    width: 100%;
    height: 660px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-block {
        margin: 30px 0 40px;
        height: auto;
    }
}

.ptrade__chart-block img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-block img {
        position: static;
        width: 100px;
        margin: 20px auto 0;
        display: block;
    }
}

.ptrade__chart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ptrade__chart-item {
    width: 50%;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item {
        font-size: 2.5vw;
        margin: 20px 10px;
        width: 43%;
    }
}

.ptrade__chart-item p {
    padding: 10px;
    width: 360px;
    text-align: center;
    font-weight: 700;
    height: 150px;
    line-height: 1.8;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item p {
        height: auto;
    }
}

.ptrade__chart-item p::after {
    content: "";
    width: 43px;
    height: 35px;
    background: url("./src/img/bubble1.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.ptrade__chart-item:nth-of-type(1),
.ptrade__chart-item:nth-of-type(2) {
    width: 40%;
}

.ptrade__chart-item:nth-of-type(1) {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item:nth-of-type(1) {
        margin-right: 10px;
    }
}

.ptrade__chart-item:nth-of-type(2) {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .ptrade__chart-item:nth-of-type(2) {
        margin-left: 10px;
    }
}

.ptrade__chart-item:nth-of-type(1) p,
.ptrade__chart-item:nth-of-type(4) p,
.ptrade__chart-item:nth-of-type(5) p {
    background: #c0ddff;
}

.ptrade__chart-item:nth-of-type(1),
.ptrade__chart-item:nth-of-type(4),
.ptrade__chart-item:nth-of-type(6) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ptrade__chart-item:nth-of-type(2) p,
.ptrade__chart-item:nth-of-type(3) p,
.ptrade__chart-item:nth-of-type(6) p {
    background: #e3edff;
}

.ptrade__chart-item:nth-of-type(2) p::after,
.ptrade__chart-item:nth-of-type(3) p::after,
.ptrade__chart-item:nth-of-type(6) p::after {
    background: url("./src/img/bubble2.svg") no-repeat;
    right: auto;
    left: 0;
}

.ptrade__chart-item:nth-of-type(3) p::after {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ptrade__chart-item:nth-of-type(4) p::after {
    right: auto;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ptrade__atci-block {
    margin: 30px 0;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-block-header {
    color: #02A59D;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-item {
    background: #F0FFFD;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-num {
    color: #6ACEBB;
}

.ptrade__atci-block:nth-of-type(2) .ptrade__atci-title {
    color: #02A59D;
}

.ptrade .section--deet {
    max-width: 1000px;
    margin: auto;
    padding: 100px 0;
}

.tab {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .tab {
        padding: 0 4%;
    }
}

.tab__header {
    margin-bottom: 40px;
    padding: 0 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tab__header {
        margin-bottom: 20px;
        padding: 0 20px;
    }
}

.tab__header-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .tab__header-inner {
        overflow: scroll;
    }
}

@media screen and (max-width: 767px) {
    .tab__header-inner.sp-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.tab__link {
    width: 50%;
    height: 40px;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #808080;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tab__link {
        font-size: 1.2rem;
        height: auto;
        padding-bottom: 10px;
        width: auto;
        padding: 0 15px 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.tab__link:hover::before {
    opacity: 0.6;
}

.tab__link:hover,
.tab__link.active {
    color: #0158a6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.tab__link:hover::after,
.tab__link.active::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0158a6;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.tab__nv--next,
.tab__nv--prev {
    position: absolute;
}

.tab__nv--next:hover::after,
.tab__nv--prev:hover::after {
    content: none;
}

.tab__nv--next::after,
.tab__nv--prev::after {
    content: none;
}

.tab__nv--prev {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("./src/img/icon-tab-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .tab__nv--prev {
        width: 25px;
        height: 25px;
    }
}

.tab__nv--next {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("./src/img/icon-tab-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
    .tab__nv--next {
        width: 25px;
        height: 25px;
    }
}

.tab__content {
    display: none;
}

.tab__content.active {
    display: block;
}

.tab__banner {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .tab__banner {
        height: 250px;
        margin-bottom: 30px;
    }
}

.tab__banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tab__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tab__banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .tab__banner-content {
        left: 0;
        padding: 10px;
    }
}

.tab__banner-content h5,
.tab__banner-content p {
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #fff;
}

.tab__banner-content h5 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .tab__banner-content h5 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }
}

.tab__banner-content p {
    font-size: 1.6rem;
    line-height: 28px;
}

.tab__heading {
    width: 100%;
    background-color: #0158a6;
    padding: 15px 20px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .tab__heading {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }
}

.tab__text {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 40px;
}

.tab__text.center-margin {
    text-align: center;
    margin: 60px 0;
}

@media screen and (max-width: 767px) {
    .tab__text.center-margin {
        margin: 40px 0;
    }
}

.tab__wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.tab__subhead {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0158a6;
    padding: 8px 15px;
    position: relative;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .tab__subhead {
        margin-bottom: 20px;
        padding: 5px 20px;
    }
}

.tab__subhead h6 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #0158a6;
}

@media screen and (max-width: 767px) {
    .tab__subhead h6 {
        font-size: 2rem;
    }
}

.tab__subhead::before {
    content: "";
    width: 5px;
    height: 40px;
    background-color: #0158a6;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}

@media screen and (max-width: 767px) {
    .tab__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tab__row img {
    margin: 20px auto;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .tab__row img {
        margin: 15px auto;
    }
}

.tab__row.image img {
    max-width: 100%;
    width: auto;
}

.tab__row--flex {
    width: 100%;
    max-width: 640px;
    height: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tab__row--flex {
        height: 430px;
    }
}

.tab__row--flex::before {
    content: "";
    width: 12px;
    height: 330px;
    background-image: url("./src/img/arrow-divider.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 273px;
}

@media screen and (max-width: 767px) {
    .tab__row--flex::before {
        width: 15px;
        height: 100%;
        background-size: cover;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.tab__row--flex>.tab__column {
    width: auto;
    position: absolute;
}

.tab__row--flex>.tab__column:nth-child(odd) {
    width: 360px;
}

@media screen and (max-width: 767px) {
    .tab__row--flex>.tab__column:nth-child(odd) {
        width: 50%;
    }
}

.tab__row--flex>.tab__column:nth-child(even) {
    width: 279px;
    top: 10px;
}

@media screen and (max-width: 767px) {
    .tab__row--flex>.tab__column:nth-child(even) {
        width: 50%;
    }
}

.tab__row--flex>.tab__column:nth-child(1) {
    top: 0;
    right: 0;
}

.tab__row--flex>.tab__column:nth-child(3) {
    bottom: 0;
    right: 0;
}

.tab__column {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .tab__column {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tab__column:not(:last-child) {
        margin-bottom: 20px;
    }
}

.tab__column--full {
    width: 100%;
}

.tab__column--full ul {
    margin-top: 0 !important;
}

.tab__column span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0158a6;
}

.tab__column span.big {
    font-size: 2rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .tab__column span.big {
        font-size: 1.6rem;
    }
}

.tab__column ul {
    margin-top: 20px;
}

.tab__column ul>li {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    position: relative;
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .tab__column ul>li {
        font-size: 1.4rem;
    }
}

.tab__column ul>li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #0158a6;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab__column ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.tab__column-wrap {
    position: relative;
}

.tab__column-wrap span {
    margin-bottom: 10px;
}

.tab__column-wrap--1,
.tab__column-wrap--3 {
    padding-left: 55px;
}

@media screen and (max-width: 767px) {

    .tab__column-wrap--1,
    .tab__column-wrap--3 {
        padding-left: 0;
    }
}

.tab__column-wrap--1 span {
    padding-left: 100px;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--1 span {
        padding-left: 0;
    }
}

.tab__column-wrap--1::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0158a6;
    position: absolute;
    top: 7px;
    left: -5px;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--1::before {
        left: -8px;
    }
}

.tab__column-wrap--1::after {
    content: "";
    width: 140px;
    height: 1px;
    background-color: #0158a6;
    position: absolute;
    top: 13px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--1::after {
        width: 16%;
    }
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--2 {
        padding-right: 30px;
    }
}

.tab__column-wrap--2::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0158a6;
    position: absolute;
    top: 95px;
    right: -10px;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--2::before {
        top: 7px;
        left: -8px;
        right: 0;
    }
}

.tab__column-wrap--2::after {
    content: "";
    width: 135px;
    height: 1px;
    background-color: #0158a6;
    position: absolute;
    top: 101px;
    right: -5px;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--2::after {
        top: 13px;
        left: 0;
        right: auto;
        width: 16%;
    }
}

.tab__column-wrap--3::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0158a6;
    position: absolute;
    top: 8px;
    left: -5px;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--3::before {
        top: 5px;
        left: -8px;
    }
}

.tab__column-wrap--3::after {
    content: "";
    width: 45px;
    height: 1px;
    background-color: #0158a6;
    position: absolute;
    top: 15px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .tab__column-wrap--3::after {
        top: 12px;
        width: 16%;
    }
}

.tab__case-item:not(:last-child) {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .tab__case-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.tab__case-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .tab__case-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 15px;
    }
}

.tab__case-title span {
    width: 80px;
    height: 24px;
    background-color: #0158a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .tab__case-title span {
        width: 60px;
        font-size: 1.2rem;
    }
}

.tab__case-title h6 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .tab__case-title h6 {
        font-size: 2rem;
        margin: 10px 0 0;
    }
}

.tab__case-content p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    line-height: 28px;
}

.tab__case-content .blue {
    color: #0158A6;
}

.tab__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0 -5px;
}

.tab__text-wrapper img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .tab__text-wrapper img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

.tab__text-wrapper span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0158a6;
}

.tab__box-wrapper {
    padding: 40px 50px;
    margin-top: 60px;
    background-color: #F4F4F4;
}

@media screen and (max-width: 767px) {
    .tab__box-wrapper {
        padding: 20px;
        margin-top: 30px;
    }
}

.tab__box-wrapper h6 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FE485A;
    text-align: center;
    margin-bottom: 40px;
}

.tab__box-wrapper p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    line-height: 25px;
}

.tab__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 767px) {
    .tab__list-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tab__list-wrapper.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .tab__list-wrapper.center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tab__list-wrapper.margin {
    margin-top: -15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .tab__list-wrapper.margin {
        margin-top: 0;
    }
}

.tab__image {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 767px) {
    .tab__image {
        width: 50px;
        height: 50px;
    }
}

.tab__image.margin-right {
    margin-right: 23px;
    margin-top: 0;
    margin-left: 0;
}

.tab__image.nomargin {
    margin-bottom: 0;
    margin-top: 0;
}

.tab__image.absolute {
    position: absolute;
    top: -40px;
    right: -30px;
}

@media screen and (max-width: 767px) {
    .tab__image.absolute {
        position: relative;
        top: auto;
        right: auto;
    }
}

.common {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}

.common::before {
    content: "";
    width: 12px;
    height: 100%;
    background-image: url("./src/img/arrow-divider.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 282px;
}

@media screen and (max-width: 767px) {
    .common::before {
        width: 15px;
        height: 100%;
        background-size: cover;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: none;
    }
}

.common .tab__column {
    width: auto;
}

@media screen and (max-width: 767px) {
    .common .tab__column span.big {
        padding-left: 40px;
    }
}

.common .tab__column:nth-child(1) {
    width: 355px;
    top: -10px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .common .tab__column:nth-child(1) {
        width: 100%;
    }
}

.common .tab__column:nth-child(2) {
    width: 280px;
}

@media screen and (max-width: 767px) {
    .common .tab__column:nth-child(2) {
        width: 100%;
    }
}

.common .tab__column:nth-child(3) {
    width: 355px;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .common .tab__column:nth-child(3) {
        width: 100%;
    }
}

.common .tab__column ul {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .common .tab__image {
        margin: 15px 0;
    }
}

.top__container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__container {
        max-width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .top__container {
        max-width: 100%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

.top__banner {
    height: 800px;
    width: 100%;
    background: url("./src/img/MV.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media screen and (min-width: 1920px) {
    .top__banner {
        height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    .top__banner {
        height: 600px;
    }
}

.top__banner::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    opacity: 0.3;
    position: absolute;
}

.top__banner-content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.top__banner-text {
    color: #fff;
    text-align: center;
}

.top__banner-text h1 {
    font-size: 5rem;
}

@media screen and (max-width: 767px) {
    .top__banner-text h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
    .top__banner-text h1 {
        font-size: 4.6vw;
    }
}

.top__banner-text span {
    font-size: 3rem;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .top__banner-text span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
    .top__banner-text span {
        font-size: 3.2vw;
        margin: 0px;
    }
}

.top__banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.top__banner-list.active {
    -webkit-animation: fadeUp 1s ease forwards;
    animation: fadeUp 1s ease forwards;
}

.top__banner-list.hide {
    -webkit-animation: fadeOut 1s ease forwards;
    animation: fadeOut 1s ease forwards;
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.top__banner-item {
    width: 28%;
    margin: 0 20px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top__banner-item {
        width: 30%;
        margin: 0 5px;
    }
}

.top__banner-item img {
    width: 100%;
}

.top__banner-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .top__banner-info {
        padding: 30px 0;
    }
}

@media screen and (max-width: 350px) and (min-width: 320px) {
    .top__banner-info {
        padding: 20px 0;
    }
}

.top__banner-info>p {
    font-size: 3rem;
    color: #1c1c1c;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top__banner-info>p {
        font-size: 1.2rem !important;
    }
}

.top__banner-info>p.fs-24 {
    font-size: 2.4rem;
}

.top__banner-info>p.fs-22 {
    font-size: 2.2rem;
}

.top__banner-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #0158a6;
    line-height: 1;
}

.top__banner-counter.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__banner-counter.flex-col .digit-wrap {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .top__banner-counter.flex-col .digit-wrap {
        margin-bottom: 2.5px;
    }
}

.top__banner-counter .digit-wrap {
    height: 52px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .top__banner-counter .digit-wrap {
        height: 17px;
    }
}

.top__banner-counter .digit-wrap>.odometer.odometer-auto-theme,
.top__banner-counter .digit-wrap .odometer.odometer-theme-default,
.top__banner-counter .digit-wrap>.odometer2.odometer-auto-theme,
.top__banner-counter .digit-wrap .odometer2.odometer-theme-default {
    font-family: "STIX Two Text", serif;
    font-size: 7rem;
    line-height: 0.9em;
}

@media screen and (max-width: 767px) {

    .top__banner-counter .digit-wrap>.odometer.odometer-auto-theme,
    .top__banner-counter .digit-wrap .odometer.odometer-theme-default,
    .top__banner-counter .digit-wrap>.odometer2.odometer-auto-theme,
    .top__banner-counter .digit-wrap .odometer2.odometer-theme-default {
        font-size: 2.3rem;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .top__banner-counter .digit-wrap>.odometer.odometer-auto-theme,
    .top__banner-counter .digit-wrap .odometer.odometer-theme-default,
    .top__banner-counter .digit-wrap>.odometer2.odometer-auto-theme,
    .top__banner-counter .digit-wrap .odometer2.odometer-theme-default {
        line-height: 1.1;
    }
}

.top__banner-counter span.count-sub {
    font-size: 2.5rem;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .top__banner-counter span.count-sub {
        font-size: 1.2rem;
    }
}

.top__banner-counter span.count-sub.block {
    display: block;
    text-align: center;
}

.top__banner-counter .odometer-formatting-mark {
    display: none !important;
}

.top__banner-scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #fff;
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .top__banner-scroll {
        display: none;
    }
}

.top__banner-scroll-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.top__banner-scroll-arrow::before {
    content: "";
    width: 16px;
    height: 11px;
    background: url("./src/img/arrow-white.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__banner-scroll-arrow:hover::before {
    top: 5px;
}

.top__section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .top__section {
        padding: 40px 0;
    }
}

.top__section.reason {
    padding: 60px 0 15vw;
}

@media screen and (max-width: 767px) {
    .top__section.reason {
        padding: 40px 0;
    }
}

.top__section--bg {
    background-image: url("./src/img/worry-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top__section--bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #51658c;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top__section--partition {
    background-image: url("./src/img/partition.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .top__section--partition {
        height: 25vw;
    }
}

.top__section--contact {
    background-image: url("./src/img/contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top__section--contact::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0158a6;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top__content-container {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__content-container {
        max-width: 100%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 767px) {
    .top__content-container {
        max-width: 100%;
        padding: 0 4%;
    }
}

.top__about-text {
    color: #fff;
    position: relative;
    z-index: 1;
}

.top__about-text h3 {
    font-size: 4rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .top__about-text h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
    .top__about-text h3 {
        font-size: 1.8rem;
    }
}

.top__about-text ul {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .top__about-text ul {
        margin-top: 25px;
    }
}

.top__about-text ul li {
    font-size: 2.4rem;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .top__about-text ul li {
        font-size: 1.6rem;
        margin: 15px 0;
    }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
    .top__about-text ul li {
        font-size: 1.5rem;
    }
}

.top__about-text ul li::before {
    content: "";
    width: 38px;
    height: 38px;
    background: url("./src/img/check-white.svg") no-repeat;
    display: inline-block;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .top__about-text ul li::before {
        width: 20px;
        height: 20px;
    }
}

.top__section-title {
    font-size: 4rem;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .top__section-title {
        font-size: 2rem;
        padding: 0 20px;
    }
}

.top__small-text {
    font-size: 1.4rem;
    margin-top: 30px;
}

.top__small-text.margin {
    margin-top: 70px;
}

@media screen and (max-width: 767px) {
    .top__small-text.margin {
        margin-top: 30px;
    }
}

.top__section-text {
    text-align: center;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .top__section-text {
        font-size: 1.6rem;
    }
}

.top__mission-text {
    text-align: center;
    line-height: 2;
    font-size: 2rem;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .top__mission-text {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
}

.top__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .top__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top__flex.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top__flex.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__flex.jusitfy-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top__flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top__flex.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.top__service-item {
    width: 30.5%;
}

@media screen and (max-width: 767px) {
    .top__service-item {
        width: 100%;
        margin-top: 30px;
    }
}

.top__service-image {
    width: 100%;
    height: 185px;
    position: relative;
}

.top__service-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__service-image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#ffffff));
    background: linear-gradient(to bottom, transparent 30%, #ffffff 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top__service-image p {
    position: absolute;
    bottom: -30px;
    right: 15px;
    font-size: 7rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #0158a6;
    z-index: 1;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .top__service-image p {
        font-size: 5rem;
    }
}

.top__service-info {
    margin-top: 45px;
    font-size: 1.6rem;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .top__service-info {
        margin-top: 30px;
        padding-inline: 4%;
    }
}

.top__service-title {
    font-size: 2.4rem;
    color: #0158a6;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .top__service-title {
        font-size: 2rem;
    }
}

.top__contact-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .top__contact-content {
        padding: 0 4%;
    }
}

.top__contact-content h4 {
    font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
    .top__contact-content h4 {
        font-size: 2.2rem;
    }
}

.top__contact-content p {
    font-size: 1.6rem;
    margin: 30px 0;
    line-height: 1.9;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .top__contact-content p {
        margin: 20px 0;
    }
}

.top__contact-button {
    width: 400px;
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 60px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top__contact-button {
        width: 300px;
        height: 50px;
        padding: 10px 5px;
    }
}

.top__contact-button span {
    width: 40px;
    height: 40px;
    background: #e60012;
    color: #fff;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 10px;
}

@media screen and (max-width: 767px) {
    .top__contact-button span {
        width: 35px;
        height: 35px;
    }
}

.top__contact-button p {
    font-size: 1.8rem;
    color: #1c1c1c;
    margin-left: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .top__contact-button p {
        font-size: 1.4rem;
        margin-left: 15px;
    }
}

.top__contact-button:hover p {
    margin-left: 35px;
}

.top__insurance-nav {
    width: 50%;
    height: 600px;
    position: relative;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__insurance-nav {
        height: 460px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .top__insurance-nav {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
}

.top__insurance-nav img {
    width: 100%;
}

.top__insurance-button {
    position: absolute;
    font-size: 2rem;
    color: #e60012;
    text-decoration: underline;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__insurance-button {
        width: 12vw;
        height: 12vw;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .top__insurance-button {
        font-size: 2.5vw;
        width: 15vw;
        height: 15vw;
    }
}

.top__insurance-button:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.top__insurance-button p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top__insurance-button p::after {
    content: '';
    background: url('./assets/uploads/2023/05/arrow-blue_02.png') no-repeat;
    background-size: 100%;
    width: 12px;
    height: 15px;
    display: block;
    margin-top: 10px;
}

.top__insurance-button.active {
    background: #10a28e;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

.top__insurance-button.active p::after {
    content: '';
    background: url('./assets/uploads/2023/05/r-arrow-white.png') no-repeat;
    background-size: 100%;
    width: 12px;
    height: 15px;
    display: block;
    margin-top: 10px;
}

.top__insurance-button.js-insurance1 {
    top: -5%;
    right: 15%;
}

.top__insurance-button.js-insurance2 {
    top: 39%;
    right: -12%;
}

.top__insurance-button.js-insurance3 {
    bottom: -4%;
    right: 14%;
}

.top__insurance-button.js-insurance4 {
    bottom: -4%;
    left: 14%;
}

.top__insurance-button.js-insurance5 {
    top: 39%;
    left: -12%;
}

.top__insurance-button.js-insurance6 {
    top: -5%;
    left: 15%;
}

.top__insurance-title {
    padding: 10px 0 10px 90px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 3rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__insurance-title {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .top__insurance-title {
        padding: 10px;
        font-size: 2rem;
        position: relative;
    }

    .top__insurance-title::before {
        content: "";
        width: 20px;
        height: 1px;
        background: #0158a6;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .top__insurance-title::after {
        content: "";
        width: 1px;
        height: 19px;
        background: #0158a6;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}

.top__insurance-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .top__insurance-buttons {
        display: none;
    }
}

.top__insurance-buttons .prev,
.top__insurance-buttons .next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    position: relative;
    cursor: pointer;
}

.top__insurance-buttons .prev::before,
.top__insurance-buttons .next::before {
    content: "";
    width: 10px;
    height: 13px;
    background: url("./src/img/l-arrow.svg") no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.top__insurance-buttons .next {
    margin-left: 20px;
}

.top__insurance-buttons .next::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.top__insurance-text {
    padding-left: 90px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__insurance-text {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .top__insurance-text {
        display: none;
        padding-left: 10px;
    }
}

.top__insurance-info {
    width: 40%;
    display: none;
}

@media screen and (max-width: 767px) {
    .top__insurance-info {
        width: 100%;
        margin-top: 0;
        display: block;
    }
}

.top__insurance-info.active {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    display: block;
}

@media screen and (max-width: 767px) {
    .top__insurance-info.active .top__insurance-text {
        -webkit-animation: fadeEffect2 1s;
        animation: fadeEffect2 1s;
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .top__insurance-info.active .top__insurance-title::before,
    .top__insurance-info.active .top__insurance-title::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeEffect2 {
    from {
        opacity: 0;
        z-index: 1;
        max-height: 0;
        padding: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        z-index: 1;
        max-height: 500px;
        padding: 10px;
        visibility: visible;
    }
}

@keyframes fadeEffect2 {
    from {
        opacity: 0;
        z-index: 1;
        max-height: 0;
        padding: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        z-index: 1;
        max-height: 500px;
        padding: 10px;
        visibility: visible;
    }
}

.top__insurance-text-wrap {
    margin: 30px 0;
    font-size: 1.6rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .top__insurance-text-wrap {
        margin: 20px 0;
    }
}

.top__insurance-text-wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__insurance-text-wrap p::before {
    content: "■";
    color: #0158a6;
    font-size: 2rem;
    margin-right: 10px;
    display: inline-block;
}

.top__insurance-text-wrap p.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top__insurance-links {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .top__insurance-links {
        margin-left: 15px;
    }
}

.top__insurance-links span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
    .top__insurance-links span {
        margin: 15px 0;
    }
}

.top__insurance-links span::before {
    content: "";
    width: 6px;
    height: 8px;
    background: url("./src/img/r-arrow-blue.svg") no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.top__insurance-links>a {
    color: #0158a6;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .top__insurance-links>a {
        margin: 15px 0;
    }
}

.top__insurance-links>a::before {
    content: "";
    width: 6px;
    height: 8px;
    background: url("./src/img/r-arrow-blue.svg") no-repeat;
    display: inline-block;
    margin-right: 10px;
}

.top__insurance-links>a:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.top__insurance-list.margin {
    margin-top: 90px;
}

@media screen and (max-width: 767px) {
    .top__insurance-list.margin {
        margin-top: 40px;
    }
}

.top__insurance-list-title {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .top__insurance-list-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.top__insurance-list-title p {
    font-size: 3.2rem;
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .top__insurance-list-title p {
        font-size: 2rem;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.top__insurance-list-title span {
    font-size: 1.6rem;
    color: #0158a6;
}

@media screen and (max-width: 767px) {
    .top__insurance-list-title span {
        font-size: 1.4rem;
    }
}

.top__insurance-list-title.margin {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .top__insurance-list-title.margin {
        margin-top: 40px;
    }
}

.top__ranking-image-wrap {
    overflow: hidden;
    position: relative;
}

.top__ranking-image {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
    .top__ranking-image {
        height: 35vw;
    }
}

.top__ranking-image-arrow {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.top__ranking-image-arrow::before {
    content: '';
    background: url('./assets/uploads/2023/05/arrow-blue_03.png') no-repeat;
    background-size: 100%;
    width: 11px;
    height: 14px;
    display: block;
}

.top__ranking-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__ranking-icon {
    width: 30px;
    height: 30px;
    background: #0158a6;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    font-family: "STIX Two Text", serif;
}

.top__ranking-icon img {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.top__ranking-icon p {
    position: relative;
    z-index: 1;
}

.top__ranking-item {
    margin-top: 30px;
    width: 13%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top__ranking-item {
        width: 48%;
    }
}

.top__ranking-item p.ranking-text {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #0158a6;
    text-decoration: underline;
}

.top__ranking-item--top {
    width: 31%;
}

@media screen and (max-width: 767px) {
    .top__ranking-item--top {
        width: 100%;
    }
}

.top__ranking-item--top .top__ranking-image {
    height: 185px;
}

@media screen and (max-width: 767px) {
    .top__ranking-item--top .top__ranking-image {
        height: 45vw;
    }
}

.top__ranking-item--top .top__ranking-icon {
    width: 60px;
    height: 40px;
    top: 10px;
    left: 10px;
    background: transparent;
    padding-top: 14px;
}

.top__ranking-item--top p.ranking-text {
    font-size: 2rem;
}

.top__ranking-item>a:hover .top__ranking-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.top__ranking-item>a:hover p.ranking-text {
    text-decoration: none;
}

.top__ranking-item--nolink .top__ranking-image-arrow {
    display: none;
}

.top__ranking-item--nolink p.ranking-text {
    text-decoration: none;
}

.top__sector-item {
    width: 48%;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .top__sector-item {
        width: 100%;
        margin-top: 30px;
    }
}

.top__sector-image {
    width: 100%;
    height: 145px;
}

@media screen and (max-width: 767px) {
    .top__sector-image {
        height: 30vw;
    }
}

.top__sector-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__sector-title {
    font-size: 2rem;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .top__sector-title {
        font-size: 1.8rem;
        margin: 15px 0 10px;
    }
}

.top__sector-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top__sector-links p {
    font-size: 1.4rem;
    padding: 0 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 8px 0;
    border-right: 1px solid #b3b3b3;
    display: block;
}

@media screen and (max-width: 767px) {
    .top__sector-links p {
        padding: 0 10px;
        font-size: 1.3rem;
    }
}

.top__sector-links p:last-of-type {
    border-right: 0;
}

@media screen and (max-width: 767px) {
    .top__sector-links p:last-of-type {
        border-right: 1px solid #b3b3b3;
    }
}

@media screen and (max-width: 767px) {
    .top__sector-links p.noborder {
        border-right: 0;
    }
}

.top__sector-links p:first-of-type {
    padding-left: 0;
}

.top__case-item {
    width: 100%;
    margin-top: 50px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .top__case-item {
        margin-top: 40px;
        height: 100%;
    }
}

.top__case-title {
    background: #0158a6;
    padding: 15px 0;
    color: #fff;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top__case-title {
        font-size: 1.8rem;
    }
}

.top__case-title span {
    background: #fff;
    color: #0158a6;
    font-size: 2rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 20px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .top__case-title span {
        font-size: 1.6rem;
    }
}

.top__case-image {
    width: 50%;
    height: 485px;
    position: relative;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__case-image {
        height: 550px;
    }
}

@media screen and (max-width: 767px) {
    .top__case-image {
        width: 100%;
        height: 30vw;
    }
}

.top__case-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__case-image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(90%, #ffffff));
    background: linear-gradient(to right, transparent 30%, #ffffff 90%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .top__case-image::before {
        display: none;
    }
}

.top__case-info {
    width: 40%;
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .top__case-info {
        padding: 20px 0;
        width: 100%;
    }
}

.top__case-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top__case-chart img {
    width: 50%;
}

.top__case-chart .chart {
    width: 50px;
    background: #b3b3b3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 25px;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .top__case-chart .chart {
        width: 30px;
        bottom: 12%;
    }
}

.top__case-chart .chart:nth-of-type(2n) {
    background: #0158a6;
}

.top__case-chart .chart.chart1 {
    left: 80px;
    height: 82%;
}

@media screen and (max-width: 767px) {
    .top__case-chart .chart.chart1 {
        left: 18%;
    }
}

.top__case-chart .chart.chart2 {
    height: 135px;
    left: 150px;
}

@media screen and (max-width: 767px) {
    .top__case-chart .chart.chart2 {
        height: 61%;
        left: 30%;
    }
}

.top__case-arrow {
    position: relative;
    width: 48%;
}

.top__case-arrow img {
    width: 100%;
}

.top__case-arrow .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px 10px;
    z-index: 1;
    color: #fff;
}

.top__case-arrow .text p {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 0.5;
}

@media screen and (max-width: 767px) {
    .top__case-arrow .text p {
        font-size: 14vw;
    }
}

.top__case-arrow .text p span {
    font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
    .top__case-arrow .text p span {
        font-size: 6vw;
    }
}

.top__case-arrow .text p span.large {
    font-size: 7rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 0.5;
}

@media screen and (max-width: 767px) {
    .top__case-arrow .text p span.large {
        font-size: 14vw;
    }
}

.top__case-text {
    position: relative;
    padding: 0 20px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .top__case-text {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top__case-text span {
    font-size: 1.8rem;
    text-align: center;
    display: block;
}

.top__case-text p {
    font-size: 4.5rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .top__case-text p {
        font-size: 2.5rem;
    }
}

.top__case-text p span {
    font-size: 2.4rem;
    font-family: noto-sans-cjk-jp, sans-serif;
    margin-left: 15px;
    display: inline;
}

@media screen and (max-width: 767px) {
    .top__case-text p span {
        font-size: 1.4rem;
    }
}

.top__case-text.gray {
    color: #b3b3b3;
}

.top__case-text.gray p {
    font-weight: 500;
}

.top__case-text.gray::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #0158a6;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    .top__case-text.gray::after {
        border-width: 5px 0 5px 10px;
        right: -5px;
    }
}

.top__case-text.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    color: #0158a6;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .top__case-text.small {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.top__case-text.small p {
    font-size: 3.6rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-right: 10px;
}

.top__case-text.small span {
    font-size: 2rem;
    font-weight: 700;
}

.top__case-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.top__case-counter .digit-wrap {
    height: 63px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (max-width: 767px) {
    .top__case-counter .digit-wrap {
        height: auto;
        margin-bottom: 0;
    }
}

.top__case-counter .digit-wrap::after {
    content: "%";
    font-size: 4.2rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .top__case-counter .digit-wrap::after {
        font-size: 6vw;
    }
}

.top__case-counter .digit-wrap>.odometer.odometer-auto-theme,
.top__case-counter .digit-wrap .odometer.odometer-theme-default,
.top__case-counter .digit-wrap>.odometer2.odometer-auto-theme,
.top__case-counter .digit-wrap .odometer2.odometer-theme-default {
    font-size: 7rem;
    line-height: 0.9em;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {

    .top__case-counter .digit-wrap>.odometer.odometer-auto-theme,
    .top__case-counter .digit-wrap .odometer.odometer-theme-default,
    .top__case-counter .digit-wrap>.odometer2.odometer-auto-theme,
    .top__case-counter .digit-wrap .odometer2.odometer-theme-default {
        font-size: 14vw;
    }
}

.top__case-counter span.count-sub {
    font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
    .top__case-counter span.count-sub {
        font-size: 6vw;
    }
}

.top__case-counter .odometer-formatting-mark {
    display: none !important;
}

.top__voice-image {
    width: 50%;
    height: 530px;
}

@media screen and (min-width: 1700px) {
    .top__voice-image {
        margin-left: -120px;
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .top__voice-image {
        width: 100%;
        height: 60vw;
    }
}

.top__voice-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__voice-info {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .top__voice-info {
        width: 100%;
        margin-top: 20px;
    }
}

.top__voice-info h4 {
    font-size: 3rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .top__voice-info h4 {
        font-size: 2rem;
    }
}

.top__voice-info p {
    font-size: 1.6rem;
}

.top__voice-text {
    margin-top: 30px;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .top__voice-text {
        margin-top: 20px;
    }
}

.top__voice-label {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #0158a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__voice-label span {
    font-size: 1.6rem;
}

.top__voice-label p {
    font-size: 3rem;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .top__voice-label p {
        font-size: 2rem;
    }
}

.top__voice-item {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .top__voice-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
}

.top__voice-item:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .top__voice-item:last-of-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1700px) {
    .top__voice-item:last-of-type .top__voice-image {
        margin-right: -120px;
        margin-left: 0;
        width: 60%;
    }
}

.top__reason-bg {
    position: absolute;
    left: -25vw;
    top: -7vw;
    bottom: -7vw;
    width: 55vw;
    z-index: -1;
    margin: auto 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .top__reason-bg {
        top: -21px;
        bottom: auto;
        width: 80vw;
        height: 80vw;
        left: 0;
    }
}

.top__reason-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__reason-bg::before {
    content: "";
    background: #50b4f2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}

.top__reason-item {
    position: relative;
    margin-top: 14vw;
}

@media screen and (max-width: 767px) {
    .top__reason-item {
        margin-top: 90px;
    }
}

.top__reason-item .top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .top__reason-item .top__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top__reason-item.reverse .top__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .top__reason-item.reverse .top__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top__reason-item.reverse .top__reason-bg {
    right: -25vw;
    left: auto;
}

@media screen and (max-width: 767px) {
    .top__reason-item.reverse .top__reason-bg {
        right: 0;
    }
}

.top__reason-item.reverse .top__reason-bg::before {
    right: 0;
    left: auto;
}

.top__reason-image {
    width: 40%;
    height: 375px;
}

@media screen and (max-width: 767px) {
    .top__reason-image {
        width: 100%;
        height: 65vw;
    }
}

.top__reason-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__reason-info {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .top__reason-info {
        width: 100%;
        margin-top: 50px;
    }
}

.top__reason-info h4 {
    font-size: 4rem;
    color: #0158a6;
    margin-bottom: 30px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .top__reason-info h4 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}

.top__reason-info p {
    font-size: 2rem;
    line-height: 35px;
}

@media screen and (max-width: 767px) {
    .top__reason-info p {
        font-size: 1.6rem;
    }
}

.top__company-info {
    width: auto;
}

@media screen and (max-width: 767px) {
    .top__company-info {
        width: 100%;
    }
}

.top__company-info:last-of-type {
    margin-left: 100px;
}

@media screen and (max-width: 767px) {
    .top__company-info:last-of-type {
        width: 100%;
        margin-left: 0;
        margin-top: -20px;
    }
}

.top__company-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.top__company-item.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top__company-item p {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    padding: 1px 0;
}

.top__company-item p.company-title {
    width: 100px;
    border-right: 1px solid #b3b3b3;
    margin-right: 35px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .top__company-item p.company-title {
        margin-right: 15px;
    }
}

.top__company-item p a {
    color: #0158a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.top__company-item p a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("./src/img/link-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
}

.top__company-content {
    margin-top: 40px;
}

.top__company-content h5 {
    font-size: 2.4rem;
    padding-left: 15px;
    border-left: 5px solid #0158a6;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
    .top__company-content h5 {
        position: relative;
        font-size: 2rem;
        line-height: 1.3;
    }

    .top__company-content h5::before {
        content: "";
        width: 20px;
        height: 1px;
        background: #0158a6;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .top__company-content h5::after {
        content: "";
        width: 1px;
        height: 19px;
        background: #0158a6;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 767px) {

    .top__company-content h5.active::before,
    .top__company-content h5.active::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media screen and (max-width: 767px) {
    .top__company-text-wrap {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .top__company-text-wrap.active {
        -webkit-animation: fadeEffect3 1s;
        animation: fadeEffect3 1s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@-webkit-keyframes fadeEffect3 {
    from {
        opacity: 0;
        z-index: 1;
        max-height: 0;
        padding: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        z-index: 1;
        max-height: 1000px;
        padding: 10px;
        visibility: visible;
    }
}

@keyframes fadeEffect3 {
    from {
        opacity: 0;
        z-index: 1;
        max-height: 0;
        padding: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        z-index: 1;
        max-height: 1000px;
        padding: 10px;
        visibility: visible;
    }
}

.top__company-text {
    width: 14.2%;
    padding: 5px 7px;
    border-right: 1px solid #b3b3b3;
    font-size: 1.2rem;
    text-align: center;
    margin: 10px 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .top__company-text {
        width: 50%;
    }
}

@media screen and (max-width: 424px) and (min-width: 320px) {
    .top__company-text {
        font-size: 1rem;
    }
}

.top__company-text:nth-of-type(7n),
.top__company-text:last-of-type {
    border-right: 0;
}

@media screen and (max-width: 767px) {

    .top__company-text:nth-of-type(7n),
    .top__company-text:last-of-type {
        border-right: 1px solid #b3b3b3;
    }
}

@media screen and (max-width: 767px) {
    .top__company-text:nth-of-type(2n) {
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-scroll {
        overflow-y: visible;
        position: relative;
    }

    .top__risk-scroll p.scroll-text {
        font-size: 1.4rem;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
    }
}

.top__risk-scroll p.scroll-text {
    display: none;
}

@media screen and (max-width: 767px) {
    .top__risk-container {
        width: 100%;
    }
}

.top__risk-title {
    background: linear-gradient(130deg, rgb(86, 204, 242) 45%, rgb(47, 128, 237) 100%);
    width: 290px;
    height: 290px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 100%;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-title {
        width: 170px;
        height: 170px;
        padding-top: 3px;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-title {
        width: 21vw;
        height: 21vw;
        padding-top: 1vw;
        padding-left: 1.5vw;
    }
}

.top__risk-title h3 {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-title h3 {
        font-size: 2rem;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-title h3 {
        font-size: 2.8vw;
        margin-top: 1vw;
    }
}

.top__risk-title h3 span {
    font-size: 2rem;
    display: block;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-title h3 span {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-title h3 span {
        font-size: 1.5vw;
    }
}

.top__risk-title h3.small {
    font-size: 2.4rem;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-title h3.small {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-title h3.small {
        font-size: 2vw;
    }
}

.top__risk-icon {
    width: 70px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-icon {
        width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-icon {
        width: 6vw;
    }
}

.top__risk-content {
    text-align: right;
    width: 300px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-content {
        width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-content {
        width: 22vw;
    }
}

.top__risk-content-title {
    color: #2F80ED;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
    .top__risk-content-title {
        font-size: 3vw;
    }
}

.top__risk-content-title span {
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .top__risk-content-title span {
        font-size: 3vw;
    }
}

.top__risk-content-label {
    font-weight: 700;
    color: #fff;
    font-size: 1.8rem;
    background: #2F80ED;
    padding: 5px 10px 8px;
    border-radius: 30px;
    line-height: 1;
    margin: 15px 0;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .top__risk-content-label {
        font-size: 2vw;
        margin: 1vw 0;
        padding: 1vw 2vw;
    }
}

.top__risk-content-text {
    font-size: 1.6rem;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-content-text {
        font-size: 1.4rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-content-text {
        font-size: 2vw;
        margin-right: 1vw;
    }
}

.top__risk-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 5px;
}

@media screen and (max-width: 767px) {
    .top__risk-item {
        margin: 3px;
    }
}

.top__risk-item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top__risk-item:nth-of-type(2n) .top__risk-content {
    text-align: left;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-item:nth-of-type(2n) .top__risk-content-text {
        margin-left: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(2n) .top__risk-content-text {
        margin-left: 1vw;
        margin-right: 0;
    }
}

.top__risk-item:nth-of-type(2) .top__risk-title {
    border-top-left-radius: 0;
    border-top-right-radius: 100%;
    background: linear-gradient(230deg, rgb(249, 83, 198) 45%, rgb(212, 13, 123) 100%);
    padding-top: 20px;
    padding-left: 0;
    padding-right: 15px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-item:nth-of-type(2) .top__risk-title {
        padding-top: 3px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(2) .top__risk-title {
        padding-top: 2vw;
        padding-right: 1.5vw;
    }
}

.top__risk-item:nth-of-type(2) .top__risk-title h3 {
    margin-top: 30px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-item:nth-of-type(2) .top__risk-title h3 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(2) .top__risk-title h3 {
        margin-top: 1vw;
    }
}

.top__risk-item:nth-of-type(2) .top__risk-content-title {
    color: #D40D7B;
}

.top__risk-item:nth-of-type(2) .top__risk-content-label {
    background: #D40D7B;
}

.top__risk-item:nth-of-type(3) .top__risk-title {
    border-top-left-radius: 0;
    border-bottom-left-radius: 100%;
    background: linear-gradient(30deg, rgb(247, 183, 51) 45%, rgb(252, 74, 26) 100%);
    padding-bottom: 20px;
    padding-top: 0;
    padding-left: 50px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-item:nth-of-type(3) .top__risk-title {
        padding-bottom: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(3) .top__risk-title {
        padding-top: 2vw;
        padding-left: 3.5vw;
    }
}

.top__risk-item:nth-of-type(3) .top__risk-content-title {
    color: #FC4A1A;
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(3) .top__risk-content-title {
        margin-right: 1vw;
    }
}

.top__risk-item:nth-of-type(3) .top__risk-content-label {
    background: #FC4A1A;
}

.top__risk-item:nth-of-type(4) .top__risk-title {
    border-top-left-radius: 0;
    border-bottom-right-radius: 100%;
    background: linear-gradient(331deg, rgb(56, 239, 125) 45%, rgb(17, 153, 142) 100%);
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(4) .top__risk-title {
        padding-bottom: 2vw;
        padding-right: 2.5vw;
    }
}

.top__risk-item:nth-of-type(4) .top__risk-content-title {
    color: #11998E;
}

@media screen and (max-width: 767px) {
    .top__risk-item:nth-of-type(4) .top__risk-content-title {
        margin-left: 1vw;
    }
}

.top__risk-item:nth-of-type(4) .top__risk-content-label {
    background: #11998E;
}

.top__risk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.top__risk-container {
    margin-top: 50px;
    position: relative;
}

.top__risk-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(220, 221, 221)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220, 221, 221) 100%);
    border: 10px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-main {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-main {
        width: 13vw;
        height: 13vw;
        border-width: 1.2vw;
    }
}

.top__risk-main img {
    width: 70px;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-main img {
        width: 40px;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-main img {
        width: 5vw;
    }
}

.top__risk-main h3 {
    color: #51658C;
    font-size: 3rem;
    margin-top: 15px;
    letter-spacing: 0;
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .top__risk-main h3 {
        margin-top: 5px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .top__risk-main h3 {
        font-size: 2vw;
        margin-top: 1vw;
    }
}

.top__risk-info-title {
    padding: 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(86, 204, 242)), to(rgb(47, 128, 237)));
    background: linear-gradient(to right, rgb(86, 204, 242) 0%, rgb(47, 128, 237) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.top__risk-info-title img {
    width: 40px;
    height: 40px;
}

.top__risk-info-title h3 {
    font-size: 3rem;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .top__risk-info-title h3 {
        font-size: 2rem;
    }
}

.top__risk-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .top__risk-info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top__risk-info-image {
    width: 500px;
    height: 500px;
}

@media screen and (max-width: 767px) {
    .top__risk-info-image {
        width: 100%;
        height: 50vw;
    }
}

.top__risk-info-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.top__risk-info-textwrap {
    margin: 0 90px;
}

@media screen and (max-width: 767px) {
    .top__risk-info-textwrap {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        padding: 15px 15px 30px;
    }
}

.top__risk-info-text h4 {
    font-size: 3rem;
    color: #2F80ED;
    padding-bottom: 5px;
    border-bottom: 2px solid #2F80ED;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .top__risk-info-text h4 {
        font-size: 1.7rem;
    }
}

.top__risk-info-text ul li {
    font-size: 1.8rem;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .top__risk-info-text ul li {
        font-size: 1.6rem;
    }
}

.top__risk-info-text ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2F80ED;
    display: inline-block;
    margin-right: 15px;
    border-radius: 100%;
    position: relative;
    top: -2px;
}

.top__risk-info-text:not(:first-of-type) {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .top__risk-info-text:not(:first-of-type) {
        margin-top: 20px;
    }
}

.top__risk-info-item {
    margin-top: 60px;
    -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .top__risk-info-item {
        margin-top: 40px;
    }
}

.top__risk-info-item:nth-of-type(2) .top__risk-info-title {
    background: -webkit-gradient(linear, left top, right top, from(rgb(249, 83, 198)), to(rgb(212, 13, 123)));
    background: linear-gradient(to right, rgb(249, 83, 198) 0%, rgb(212, 13, 123) 100%);
}

.top__risk-info-item:nth-of-type(2) .top__risk-info-text h4 {
    color: #D40D7B;
    border-color: #D40D7B;
}

.top__risk-info-item:nth-of-type(2) .top__risk-info-text ul li::before {
    background: #D40D7B;
}

.top__risk-info-item:nth-of-type(2) .top__risk-info-image img {
    -o-object-position: 10%;
    object-position: 10%;
}

.top__risk-info-item:nth-of-type(3) .top__risk-info-title {
    background: -webkit-gradient(linear, left top, right top, from(rgb(247, 183, 51)), to(rgb(252, 74, 26)));
    background: linear-gradient(to right, rgb(247, 183, 51) 0%, rgb(252, 74, 26) 100%);
}

.top__risk-info-item:nth-of-type(3) .top__risk-info-text h4 {
    color: #FC4A1A;
    border-color: #FC4A1A;
}

.top__risk-info-item:nth-of-type(3) .top__risk-info-text ul li::before {
    background: #FC4A1A;
}

.top__risk-info-item:nth-of-type(3) .top__risk-info-image img {
    -o-object-position: 100%;
    object-position: 100%;
}

.top__risk-info-item:nth-of-type(4) .top__risk-info-title {
    background: -webkit-gradient(linear, left top, right top, from(rgb(56, 239, 125)), to(rgb(17, 153, 142)));
    background: linear-gradient(to right, rgb(56, 239, 125) 0%, rgb(17, 153, 142) 100%);
}

.top__risk-info-item:nth-of-type(4) .top__risk-info-text h4 {
    color: #11998E;
    padding-bottom: 0;
    border-bottom: 0;
}

.top__risk-info-item:nth-of-type(4) .top__risk-info-text h4 span {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: 2px solid #11998E;
}

.top__risk-info-item:nth-of-type(4) .top__risk-info-text ul li::before {
    background: #11998E;
}

.lp .title h3 {
    font-size: 4.5rem;
}

@media screen and (max-width: 767px) {
    .lp .title h3 {
        font-size: 3rem;
    }
}

.lp .title--italic {
    font-style: italic;
}

.lp .title--italic h2 {
    line-height: 1;
}

.lp .title--italic h2 span.big {
    color: #e60012;
    font-size: 14rem;
}

@media screen and (max-width: 767px) {
    .lp .title--italic h2 span.big {
        font-size: 8rem;
    }
}

.lp .top__container {
    max-width: 1200px;
    width: 100%;
}

.lp .top__container.w-100 {
    max-width: 100%;
    padding: 0 5%;
}

.lp .top__banner-content {
    padding-top: 13%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .lp .top__banner-content {
        padding-top: 160px;
    }
}

.lp .top__banner {
    background: url("./src/img/LP/mv-banner.jpg") no-repeat;
    background-size: cover;
    background-position: top;
    height: 100vh;
}

.lp .top__banner-item {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .lp .top__banner {
        height: 580px;
    }

    .lp .top__banner-item {
        width: 30%;
    }
}

.lp .top__banner::before {
    display: none;
}

.lp .top__banner-text {
    text-align: left;
}

.lp .top__banner-text h1 {
    color: #e60012;
    font-size: 2.8vw;
}

@media screen and (max-width: 767px) {
    .lp .top__banner-text h1 {
        font-size: 2rem;
    }
}

.lp .top__banner-text h1 span {
    color: #003d73;
    font-size: 1.7vw;
}

@media screen and (max-width: 767px) {
    .lp .top__banner-text h1 span {
        display: block;
        font-size: 1.6rem;
    }
}

.lp .top__banner-text h1 span.big {
    color: #003d73;
    font-size: 3vw;
}

@media screen and (max-width: 767px) {
    .lp .top__banner-text h1 span.big {
        font-size: 2rem;
        display: inline-block;
    }
}

.lp .top__section--bg {
    background-image: url("./src/img/LP/about-bg.jpg");
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: left;
}

@media screen and (max-width: 767px) {
    .lp .top__section--bg {
        background-size: cover;
    }
}

.lp .top__reason-item.reverse .top__reason-bg {
    background-position-x: -10vw;
}

.lp .top__company-item {
    margin: 40px 0;
}

@media screen and (max-width: 767px) {
    .lp .top__company-item {
        margin: 20px 0;
    }
}

.lp .top__company-text {
    padding: 5px 2px;
}

.white {
    color: #fff;
}

.white-bg {
    background: #fff;
}

.black {
    color: #000;
}

.black-bg {
    background: #000;
}

.light-gray-bg {
    background: #f4f4f4;
}

.primary {
    color: #0158a6;
}

.primary-bg {
    background: #0158a6;
}

.tertiary-bg {
    background: #f3faff;
}

.overflow {
    overflow: hidden;
}

.compat-object-fit {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.compat-object-fit img {
    display: none;
}

.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .anchor {
        top: -70px;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
}

.sp-flex {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 1;
    background: #ececec !important;
}

[data-aos=graph-up] {
    opacity: 0;
    max-height: 0;
}

[data-aos=graph-up].aos-animate {
    -webkit-animation-name: graphup;
    animation-name: graphup;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.08, 0.18, 1);
    animation-timing-function: cubic-bezier(0.52, 0.08, 0.18, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
}

[data-aos=graph-up][data-aos-delay="100"].aos-animate {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

[data-aos=graph-up][data-aos-delay="200"].aos-animate {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

[data-aos=graph-up][data-aos-delay="300"].aos-animate {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes graphup {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 250px;
    }
}

@keyframes graphup {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 250px;
    }
}
