abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    box-sizing: border-box;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-all;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #fff;
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #000;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
}

body>iframe,
body>img {
    display: none;
}

html {
    font-size: 1.3333vw;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media (min-width: 768px) {
    html {
        font-size: 1vw;
    }

    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 10px;
    }
}
main {
    overflow-x: hidden;
}

.wrapper a,
.wrapper button {
    box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    transition: opacity .4s ease;
}

.wrapper a:hover,
.wrapper button:hover {
    opacity: 0.7;
}

.wrapper ul,
.wrapper ol {
    list-style: none;
}

.wrapper img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.header {
    background-color: #fff;
    width: 100%;
}

.headerInner {
    display: flex;
    align-items: center;
    height: 7.6rem;
    margin: 0 auto;
    max-width: 750px;
    padding: 0 1.3rem;
    position: relative;
}

.headerInner h1 {
    width: 27.1rem;
}

.footer {
    background-color: #0ca26c;
    color: #fff;
    font-size: 2rem;
    padding: 3rem 0;
    text-align: center;
    width: 100%;
}

#modal_overlay {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

#modal_wrapper {
    align-items: center;
    display: none;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    z-index: 1001;
}

#modal_block {
    background-color: #fff;
    padding: 6rem 0;
    width: 70rem;
}

.modal_txt {
    font-size: 3.6rem;
    text-align: center;
}

.modal_img {
    display: none;
    margin: 0 auto;
    width: 56rem;
    justify-content: center;
}

.modal_img.qr_a {
    width: 65.4rem;
}

.modal_img.qr_b {
    width: 64.4rem;
}

#modal_close {
    align-items: center;
    border: 1px solid #ccc;
    box-shadow: 0 .5rem .5rem #ccc;
    cursor: pointer;
    display: flex;
    font-size: 3.6rem;
    height: 12rem;
    justify-content: center;
    margin: 0 auto;
    width: 40rem;
}

@media (min-width: 750px) {
    #modal_block {
        padding: 3rem 0;
    }

    .modal_txt {
        font-size: 1.8rem;
    }

    #modal_close {
        font-size: 1.8rem;
        height: 6rem;
        width: 20rem;
    }
}

#mv {
    background-color: #0ca26c;
    padding-bottom: 2.1rem;
}

.inner {
    margin: 0 auto;
    max-width: 750px;
}

#mv .mv_img {
    width: 69.4rem;
    margin: 0 auto;
    padding-top: 3.6rem;
}

#mv .txt_bottom {
    width: 56.6rem;
    margin: 0 auto;
    padding-top: 5.8rem;
}

.btn_group {
    margin-top: 1.35rem;
}

.btn_group .btn {
    display: block;
    width: 67.7rem;
    margin: 0 auto;
}

.btn_group .btn-white {
    margin-top: -0.5rem;
}

.btn_group .link {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    font-size: 3rem;
    color: #2e2e2e;
}

.banner {
    background-color: #0ca26c;
    padding-bottom: 11.4rem;
}

.banner .banner_inner{
    background-color: #f0f9f1;
    border-top: 3px solid #2e2e2e;
    border-bottom: 3px solid #2e2e2e;
    padding: 3.5rem 0 3.6rem;
}

.banner .js_carousel_banner {
    width: 50.4rem;
    margin: 0 auto;
}

.banner .slick-prev.slick-arrow {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_arr_left_banner.png);
    background-size: cover;
    display: block;
    width: 2rem;
    height: 3.1rem;
    left: -6.4rem;
}

.banner .slick-prev.slick-arrow::before {
    content: "";
}

.banner .slick-next.slick-arrow {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_arr_right_banner.png);
    background-size: cover;
    display: block;
    width: 2rem;
    height: 3.1rem;
    right: -6.4rem;
}

.banner .slick-next.slick-arrow::before {
    content: "";
}

.banner .slick-dots {
    bottom: -7.5rem;
}

.banner .slick-dots li button:before {
    display: none;
}

.banner .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #cccccc;
    margin: 0 1rem;
}

.banner .slick-dots li.slick-active {
    width: 5rem;
    border-radius: 5rem;
    background-color: #f7920e;
}

.think {
    background-color: #0ca26c;
}

.think .bg_orange {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_bg_thinking.png);
    background-size: 4.6rem 4.7rem;
    background-repeat: repeat;
    position: relative;
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem;
}

.think .bg_orange::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 11.6rem solid transparent;
    border-left: 37.5rem solid #fff;
}

.think .bg_orange::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 11.6rem solid transparent;
    border-right: 37.5rem solid #fff;
}

@media screen and (min-width: 751px) {
    .think .bg_orange {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .think .bg_orange::before {
    border-top: 15rem solid transparent;
    border-left: 100rem solid #fff;
    }

    .think .bg_orange::after {
        border-top: 15rem solid transparent;
        border-right: 100rem solid #fff;
    }
}

.think .think_img {
    width: 66.4rem;
    margin: 0 auto;
    padding-top: 5.4rem;
    padding-bottom: 9rem;
}

.think .think_txt01 {
    font-size: 3.2rem;
    color: #2e2e2e;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 2.4rem;
    letter-spacing: 1px;
}

.think .think_txt02 {
    font-size: 4.8rem;
    line-height: 1.333;
    color: #2e2e2e;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 1.4rem;
}

.txt_orange {
    color: #f7920e !important;
}

.think .think_img02 {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding-top: 1.6rem;
}

.think .think_img02 img {
    width: 46.1rem;
}

#sec01 {
    background-color: #f0f9f1;
}

.accordion {
    padding-bottom: 8rem;
}

.accordionTitle {
    background-color: #0ca26c;
}

.accordionTitle .inner {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 1.6rem 3rem;
    cursor: pointer;
    position: relative;
}

.accordionTitle .inner::after {
    content: '';
    background: url(/kojin/toshin/cam/nisa2026/images/landing_accordion_arr.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    right: 2.8rem;
    width: 3.3rem;
    height: 2.1rem;
    transition: ease .4s;
}

.accordionTitle.active .inner::after {
    transform: translateY(-50%);
}

.accordionTitle .accordionQuestion {
    width: 11.6rem;
}

.accordionTitle .accordionTxt {
    width: 49.4rem;
}

.accordionContent .inner {
    padding: 0 3.2rem;
}

.contentTop .user01 {
    width: 64.2rem;
    margin: 0 auto;
    margin-top: 3.2rem;
}

.contentTop .user01 img {
    margin-left: -0.5rem;
}

.contentTop .host01 {
    width: 65.2rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.contentCenter {
    background-color: #FFF;
    margin-top: 6rem;
    padding: 4.8rem 4rem 6rem 4rem;
    border-radius: 4rem;
}

@media screen and (max-width: 750px) {
    .contentCenter {
        padding: 4.8rem 4rem 3rem 4rem;
    }
}

.contentCenter .txt {
    font-size: 2.8rem;
    line-height: 1.6667;
    color: #2e2e2e;
    font-weight: bold;
    text-align: center;
    padding: 0 1.5rem 3.4rem 1.5rem;
    border-bottom: 3px solid #e9e9e9;
}

.contentCenter .example {
    background-color: #0ca26c;
    border-radius: 1rem;
    max-width: 15rem;
    margin: 0 auto;
    font-size: 3.2rem;
    padding: 0.3rem 0 0.7rem 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.contentCenter .ttl01 {
    font-size: 3.6rem;
    color: #2e2e2e;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
}

.contentCenter .ttl01 .fz-56 {
    font-size: 5.6rem;
}

.txt_green {
    color: #0ca26c !important;
}

.contentCenter .img_chart {
    margin-top: 2rem;
}

.contentCenter .host02 {
    margin-top: 0.5rem;
    margin-bottom: 6.2rem;
}

.contentCenter .ttl02 {
    font-size: 3.6rem;
    color: #2e2e2e;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    margin-top: 1.2rem;
}

.contentCenter .ttl02 .fz-32 {
    font-size: 3.2rem;
}

.contentCenter .ttl02 .fz-50 {
    font-size: 5rem;
}

.nisa_carousel {
    margin-top: 6rem;
}

.nisa_carousel .slick-list {
    overflow: visible;
}

.nisa_carousel .carousel_item {
    position: relative;
}

.carousel_item::before {
    content: '';
    position: absolute;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_number_01.png);
    background-size: 7.8rem 7.7rem;
    width: 7.8rem;
    height: 7.7rem;
    left: 50%;
    top: -3.6rem;
    transform: translateX(-50%);
    z-index: 1;
}

.carousel_item:nth-child(2):before {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_number_02.png);
    background-size: 7.8rem 7.7rem;
}

.carousel_item:nth-child(3):before {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_number_03.png);
    background-size: 7.8rem 7.7rem;
}

.carousel_item:nth-child(4):before {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_number_04.png);
    background-size: 7.8rem 7.7rem;
}

.carousel_item:nth-child(5):before {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_number_05.png);
    background-size: 7.8rem 7.7rem;
}

.nisa_carousel .head {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background-color: #f7920e;
    padding: 5rem 0 2.8rem 0;
    position: relative;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.nisa_carousel .body {
    padding: 4rem;
    background-color: #fffbed;
}

.nisa_carousel .body .flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nisa_carousel .body .left, .nisa_carousel .body .right {
    width: 23rem;
}

.nisa_carousel .body .arrow {
    width: 3.1rem;
}

.nisa_carousel .body .textbox {
    border: 2px solid #f7920e;
    border-radius: 2rem;
    background-color: #fff;
    margin-top: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12.4rem;
}

.nisa_carousel .body .textbox p {
    font-size: 3rem;
    line-height: 1.4666;
    font-weight: 500;
    color: #2e2e2e;
    text-align: center;
    letter-spacing: -.2px;
}

.nisa_carousel .slick-prev.slick-arrow {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_arr_left.png);
    background-size: cover;
    display: block;
    width: 5.3rem;
    height: 5.3rem;
    left: -2.5rem;
    z-index: 10;
}

.nisa_carousel .slick-prev.slick-arrow::before {
    content: "";
}

.nisa_carousel .slick-next.slick-arrow {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_carousel_arr_right.png);
    background-size: cover;
    display: block;
    width: 5.3rem;
    height: 5.3rem;
    right: -2.5rem;
}

.nisa_carousel .slick-next.slick-arrow::before {
    content: "";
}

.nisa_carousel .slick-arrow.slick-disabled {
    display: none !important;
}

.nisa_carousel .slick-dots {
    bottom: -4rem;
}

.nisa_carousel .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #cccccc;
    margin: 0 1rem;
}

.nisa_carousel .slick-dots li.slick-active {
    width: 5rem;
    border-radius: 5rem;
    background-color: #f7920e;
}

.nisa_carousel .slick-dots li button {
    display: none;
}

.contentBottom {
    margin-top: 5.6rem;
    margin-bottom: 4.8rem;
}

.contentBottom .host03 {
    width: 65.4rem;
    margin: 0 auto;
}

.contentBottom .user02 {
    width: 66.9rem;
    margin-left: auto;
    margin-top: 1.2rem;
}

.accordion02 .accordionTitle .accordionTxt {
    width: 48.3rem;
}

.accordion02 .contentTop {
    margin: 2.4rem auto 4rem;
}

.accordion02 .contentTop .user01 {
    margin-top: 5.8rem;
}

.accordion02 .contentTop .host01 {
    margin-top: 3.4rem;
}

.accordion02 .contentTop .user02 {
    width: 67rem;
    margin-left: auto;
    margin-top: 2.2rem;
}

.btn_group_02 .btn {
    width: 64rem;
}

.btn_group_02 .btn-white {
    width: 64.8rem;
    margin-top: 2.4rem;
}

.accordion03 .accordionTitle .accordionTxt {
    width: 40.4rem;
}

.accordion03 .contentTop .host01 {
    margin-top: 3rem;
    margin-bottom: 8rem;
}

.accordion03 .contentTop .ttl_bottom {
    width: 49.8rem;
    margin: 0 auto;
}

.recommendBox {
    background-color: #FFF;
    margin-top: 3rem;
    padding: 4.4rem 2.9rem 4.6rem 4rem;
    border-radius: 4rem;
}

.accordion03 .recommend_ttl {
    font-size: 4.8rem;
    line-height: 1.45;
    letter-spacing: .32rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #f7920e;
    text-underline-offset: 1.6rem;
    text-decoration-thickness: .4rem;
}

.accordion03 .recommend_investment {
    font-size: 3.6rem;
    line-height: 1.3889;
    font-weight: bold;
    position: relative;
    padding-left: 7rem;
    margin-top: 5.4rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.16rem;
}

.accordion03 .recommend_investment::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5rem;
    height: 5.5rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_number_list_01.png);
    background-size: 5.5rem 5.5rem;
}

.accordion03 .recommend_txt {
    font-size: 3rem;
    line-height: 1.6667;
    color: #2e2e2e;
    font-weight: 500;
}

.accordion03 .recommend_chart {
    margin-top: 2.2rem;
    margin-bottom: 4rem;
}

.accordion03 .recommend_investment_02 {
    letter-spacing: 0rem;
    padding-left: 6.4rem;
    margin-top: 4rem;
}

.accordion03 .recommend_investment_02::before {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_number_list_02.png);
    background-size: 5.5rem 5.5rem;
}

.accordion03 .ttl_bottom02 {
    width: 62.8rem;
    margin: 6rem auto 0;
}

.accordion03 .recommend_sub_ttl {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2.6rem;
    letter-spacing: .16rem;
}

.text_link {
    font-size: 3rem;
    line-height: 1.3889;
    font-weight: 500;
    color: #0ca26c;
    text-decoration: underline;
    text-underline-offset: .8rem;
    display: block;
    text-align: right;
    padding-right: 4.4rem;
    margin-top: 4.4rem;
    letter-spacing: 0.2px;
    position: relative;
}

.text_link::after {
    content: '';
    position: absolute;
    right: 1rem;
    top: 55%;
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.8rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_acc_03_arr_link.png);
    background-size: 2.8rem;
}

.recommendBox02 {
    padding: 4.4rem 2.9rem 6rem 4rem;
}

.accordion03 .contentBottom {
    margin-bottom: 6rem;
}

.accordion03 .user02 {
    margin-top: -0.4rem;
}

.accordion03 .host02 {
    width: 65.4rem;
    margin: 3.5rem auto 0;
}

.accordion03 {
    padding-bottom: 6rem;
}

.think02 {
    background-color: #f0f9f1;
}

.think .think_img img {
    margin-left: 0.5rem;
}

.think02 .think_txt01 {
    padding-top: 1.5rem;
    letter-spacing: .1rem;
}

.think02 .think_txt01 span {
    font-size: 4.2rem;
    letter-spacing: 0.2rem;
}

.think02 .think_txt01:nth-child(3) {
    padding-top: 2.8rem;
    letter-spacing: 0;
}

.think02 .think_img02 {
    padding-top: 3.5rem;
}

.sec02 .sec02_ttl {
    background-color: #0ca26c;
    padding: 1.8rem 0 3rem;
}

.sec02 .sec02_ttl .ttl {
    width: 47.1rem;
    margin: 0 auto;
}

.sec02 .sec02_content {
    background-color: #f0f9f1;
    padding-top: 5.5rem;
    padding-bottom: 7.8rem;
}

.sec02 .sec02_content .img_host01 {
    width: 65.1rem;
    margin: 0 auto;
}

.sec02 .advise {
    background-color: #fff;
    margin: 8.2rem 3.4rem 0 3rem;
    padding: 4.2rem 0;
    border-radius: 4rem;
    position: relative;
}

.sec02 .advise01::before {
    content: '';
    position: absolute;
    top: -6.4rem;
    left: 0;
    width: 15.6rem;
    height: 15.5rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec02_ilus_01.png);
    background-size: 15.6rem;
}

.sec02 .advise .advise_txt {
    font-size: 3.2rem;
    color: #2e2e2e;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    margin-left: 7rem;
    letter-spacing: .4rem;
}

.sec02 .advise .advise_txt .text_underline {
    text-decoration: underline;
    text-decoration-color: #f7920e;
    text-decoration-thickness: .6rem;
    text-underline-offset: 1rem;
}

.sec02 .advise .advise_ttl {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.3158;
    text-align: center;
}

.sec02 .advise .advise_ttl span {
    font-size: 5.2rem;
    line-height: 1.45;
}

.sec02 .advise .advise_box {
    background-color: #fffbed;
    border-radius: 2rem;
    padding: 2rem 6.2rem;
    margin: 4rem;
}

.sec02 .advise .advise_img {
    width: 48.1rem;
    margin: 0 auto;
}

.sec02 .advise .advise_box_txt {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #2e2e2e;
    text-align: center;
    margin-top: 1.2rem;
}

.sec02 .img_host02 {
    width: 61.9rem;
    margin: 0 auto;
}

.sec02 .text_note {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 2rem;
    margin-left: 4rem;
}

.sec02 .text_link {
    margin-top: 2rem;
    padding-right: 7.2rem;
}

.sec02 .text_link::after {
    right: 4rem;
}

.sec02 .advise02 {
    margin-top: 6rem;
    margin-bottom: 3.6rem;
    padding: 4.2rem 4rem 8.2rem;
}

.sec02 .advise02 .advise_txt {
    margin-left: 2.5rem;
}

.sec02 .advise02 .advise_ttl {
    margin-top: .8rem;
}

.sec02 .advise_flexbox {
    background-color: #fffbed;
    display: flex;
    align-items: center;
    gap: 2.7rem;
    margin-top: 2rem;
    padding: 4.1rem 3rem 3rem 2.6rem;
    border-radius: 2rem;
}

.sec02 .advise02 .advise_img {
    width: 13.3rem;
    margin: 0 auto;
    flex-shrink: 0;
}

.sec02 .advise02 .advise_box_txt {
    text-align: left;
    margin-top: 0;
    letter-spacing: .25rem;
    line-height: 1.45;
}

.sec02 .advise02 .step_list {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: 4.2rem;
    padding-bottom: 7rem;
    position: relative;
}

.sec02 .advise02 .step_list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4.2rem;
    height: 3.7rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec02_arr_down_step.png);
    background-size: 4.2rem 3.7rem;
}

.sec02 .advise02 .step_list .arr_right {
    margin-top: 3rem;
}

.sec02 .sec02_sub_ttl {
    width: 54.7rem;
    margin: 4.4rem auto 4rem;
}

.sec02 .img_host03 {
    width: 61.6rem;
    margin: 0 auto;
    margin-top: 4rem;
}

.sec02 .img_host03 img {
    margin-left: -.5rem;
}

.sec02 .img_user02 {
    width: 64.1rem;
    margin: 6.6rem auto 4.6rem 7.4rem;
}

.sec02 .img_host04 {
    width: 64.8rem;
    margin-left: 7rem;
    margin-bottom: 7.5rem;
}

.sec02 .chart-tabs {
    margin: 0 3rem;
    background: #fff url(/kojin/toshin/cam/nisa2026/images/landing_bg_tab_content.png);
    background-size: 100%;
    padding: 4rem 4rem 6rem;
    border-radius: 4rem;
    height: 113.7rem;
}

.sec02 .chart-tabs .tab-ttl {
    width: 61.8rem;
    margin: 0 auto;
}

.sec02 .tab_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    margin-top: 2.2rem;
}

.sec02 .tab_button .button {
    background: #c0c0c0;
    font-size: 2.6rem;
    line-height: 1.154;
    font-weight: bold;
    color: #fff;
    text-align: center;
    flex: 1;
    padding: 1.8rem 2.6rem;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    cursor: pointer;
}

.sec02 .tab_button .button.active {
    color: #0ca26c;
    background: #f0f9f1;
    border: .2rem solid #0ca26c;
    border-bottom: 0;
    position: relative;
}

.sec02 .tab_button .button.active::after {
    content: '';
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #f0f9f1;
    z-index: 1;
}

.sec02 .tab_button .button span {
    font-size: 4.4rem;
}

.sec02 .tab_content {
    margin-top: -.1rem;
}

.sec02 .tab_content .tab_content-inner {
    background-color: #f0f9f1;
    border: .2rem solid #0ca26c;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 5.6rem 2.3rem 3.2rem;
    display: none;
}

.sec02 .tab_content .tab_content-inner.active {
    display: block;
}

.sec02 .tab_content .tab_content-txt {
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1rem;
    margin-bottom: 1.2rem;
}

.sec02 .tab_content .tab_content-ttl {
    width: 46.8rem;
    margin: 0 auto;
}

.sec02 .tab_content .tab_content-chart {
    width: 56.1rem;
    margin: 0 auto;
    margin-top: 2.4rem;
}

.sec02 .tab_content .indent-list {
    font-size: 1.8rem;
    line-height: 1.444;
    font-weight: 500;
    color: #2e2e2e;
    margin-top: 3.6rem;
    padding-left: 1rem;
    letter-spacing: .15rem;
}

.sec02 .tab_content .indent-list li {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
}

.sec03 .sec03_ttl {
    background-color: #0ca26c;
    padding: 4.9rem 0 4.7rem;
}

.sec03 .sec03_ttl .ttl {
    width: 41rem;
    margin: 0 auto;
}

.sec03_content {
    background-color: #f0f9f1;
    padding-bottom: 6.5rem;
}

.sec03 .talk {
    padding-top: 6rem;
}

.sec03 .talk .user {
    width: 64.6rem;
    margin: 0 auto;
}

.sec03 .talk .host {
    width: 65.2rem;
    margin: 4.8rem auto 0;
}

.sec03 .comment {
    margin: 0 3.2rem;
    background-color: #fff;
    border-radius: 4rem;
    margin-top: 5.4rem;
    padding: 5.2rem 4rem 5rem;
    position: relative;
}

.sec03 .comment .comment_ttl {
    font-size: 4.8rem;
    line-height: 1.1667;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.sec03 .comment .comment_ttl .number {
    max-width: 6.3rem;
    display: inline-block;
}

.sec03 .comment .comment_ttl .mg-9 {
    margin-top: -1.8rem;
}

.sec03 .comment .text_underline {
    text-decoration: underline;
    text-decoration-color: #f7920e;
    text-decoration-thickness: .6rem;
    text-underline-offset: 1rem;
}

.sec03 .comment .comment_txt {
    font-size: 3rem;
    line-height: 1.6667;
    font-weight: bold;
    text-align: center;
    margin-top: 1.8rem;
}

.comment_inner {
    border: .2rem solid #f79311;
    border-radius: 2rem;
    background-color: #fffbed;
    padding: 3.6rem 1.8rem 3.8rem 4.8rem;
    margin: 2rem 0;
}

.sec03 .checklist li {
    font-size: 3rem;
    line-height: 1.6667;
    padding-left: 4.4rem;
    position: relative;
}

.sec03 .checklist li::before {
    content: '';
    position: absolute;
    top: 1.6rem;
    left: .6rem;
    width: 2.9rem;
    height: 2.7rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec03_check_green.png);
    background-size: 2.9rem 2.7rem;
}

.sec03 .comment .comment_ttl02 {
    line-height: 1.458;
}

.sec03 .benefit_tab {
    margin-top: 4rem;
}

.sec03 .benefit_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.2rem;
}

.sec03 .benefit_button .button {
    background: #c0c0c0;
    font-size: 2.6rem;
    line-height: 1.154;
    font-weight: bold;
    color: #fff;
    text-align: center;
    flex: 1;
    padding: 1.2rem 2.6rem 1rem;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    cursor: pointer;
}

.sec03 .benefit_button .button.active {
    color: #0ca26c;
    background: #f0f9f1;
    border: .2rem solid #0ca26c;
    border-bottom: 0;
    position: relative;
}

.sec03 .benefit_button .button.active::after {
    content: '';
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #f0f9f1;
    z-index: 1;
}

.sec03 .benefit_tab .benefit_content {
    background-color: #f0f9f1;
    border: .2rem solid #0ca26c;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 5.4rem 2.4rem 3.8rem 5.2rem;
    letter-spacing: -.1rem;
    display: none;
    margin-top: -.1rem;
}

.sec03 .benefit_tab .benefit_content.active {
    display: block;
}

.sec03 .check_orange li span {
    font-size: 2rem;
    line-height: 1;
}

.sec03 .check_orange li {
    line-height: 1.15;
    padding-left: 4.4rem;
    margin-bottom: 1.4rem;
}

.sec03 .check_orange li::before {
    top: .4rem;
    left: .4rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec03_check_orange.png);
    background-size: 2.9rem 2.7rem;
}

.sec03 .dots_list li {
    font-size: 2.6rem;
    line-height: 1.692;
    padding-left: 3.2rem;
}

.sec03 .dots_list li span {
    font-size: 2rem;
}

.sec03 .host02 {
    width: 61.9rem;
    margin-top: 4.5rem;
    margin-left: -1rem;
}

.btn_group_03 {
    margin-top: 5rem;
}

.btn_group_03 .btn {
    width: 65rem;
    margin: 0 -2rem 2.4rem;
}

.btn_group_03 .link {
    display: flex;
    justify-content: center;
    margin: 2.4rem 0;
    font-size: 3rem;
    color: #2e2e2e;
}

.sec03 .comment::after {
    content: '';
    position: absolute;
    bottom: -4.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 10.1rem;
    height: 9.3rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec03_arr_down.png);
    background-size: 100%;
}

.sec03 .comment02 {
    margin-top: 7.2rem;
    padding-top: 5.8rem;
}

.sec03 .comment02::after {
    display: none;
}

.sec03 .textbox {
    font-size: 3rem;
    padding-left: 5.8rem;
    margin-top: 4.4rem;
    position: relative;
}

.sec03 .textbox::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    bottom: 0;
    width: 3.6rem;
    height: 52.3rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec03_line.png);
    background-size: 100%;
    background-position: center;
}

.sec03 .textbox .textbox_ttl {
    font-weight: bold;
    margin-bottom: 4.6rem;
}

.sec03 .textbox .textbox_hashtag {
    font-weight: bold;
    color: #fff;
    background-color: #0ca26c;
    border-radius: 1rem;
    padding: 0.45rem 0 1rem 0;
    max-width: 27.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.sec03 .textbox .textbox_desc {
    font-weight: 500;
    line-height: 1.6667;
    margin-bottom: 3rem;
}

.sec03 .host03 {
    width: 65.1rem;
    margin: 0 auto;
    margin-top: 6rem;
}

.sec04 .sec04_ttl {
    background-color: #0ca26c;
    padding: 4.9rem 0 4.7rem;
}

.sec04 .sec04_ttl .ttl {
    width: 40.5rem;
    margin: 0 auto;
}

.sec04 .sec04_content {
    padding: 6.4rem 3.2rem 15rem;
    background-color: #f0f9f1;
}

.sec04 .question_acc {
    border: .2rem solid #2e2e2e;
    border-radius: 4rem;
    background-color: #fff;
    cursor: pointer;
}

.sec04 .question_acc + .question_acc {
    margin-top: 4.8rem;
}

.sec04 .question_acc:nth-child(3) {
    margin-top: 5.6rem;
}

.sec04 .question {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #fff;
    padding: 3.5rem 3.6rem;
    border-radius: 4rem;
    position: relative;
}

.sec04 .question.active::before {
    content: '';
    position: absolute;
    bottom: 0.5rem;
    left: 3.5rem;
    right: 3.5rem;
    height: 1px;
    background-color: #e9e9e9;
}

.sec04 .question::after {
    content: '';
    position: absolute;
    right: 3.6rem;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 3.3rem;
    height: 2.1rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec04_ilus_down.png);
    background-size: 100%;
    transition: all .4s ease;
}

.sec04 .question.active::after {
    transform: translateY(-50%);
}

.sec04 .question .ilus {
    max-width: 7.3rem;
}

.sec04 .question .text {
    font-size: 3.4rem;
    line-height: 1.482;
    font-weight: bold;
}

.sec04 .answer {
    font-size: 3rem;
    line-height: 1.6667;
    font-weight: 500;
    color: #2e2e2e;
    display: none;
    cursor: auto;
    padding: 1.9rem 3.6rem 3rem;
}

.sec04 .question_acc:nth-child(3) .answer {
    padding-bottom: 4.4rem;
}

.sec04 .text_link {
    margin-top: 2.8rem;
    padding-right: 3rem;
}

.sec04 .text_link::after {
    right: 0;
    top: 55%;
}

.sec05 .sec05_ttl {
    background-color: #0ca26c;
    padding: 3.6rem 0 4rem;
}

.sec05 .sec05_ttl .ttl {
    width: 63.9rem;
    margin: 0 auto;
}

.sec05 .sec05_content {
    background-color: #0ca26c;
}

.sec05 .talk {
    padding: 6.2rem 0 12rem;
}

.sec05 .bg-green {
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec05_bg_green.png);
    background-size: 4.6rem 4.7rem;
    background-repeat: repeat;
    background-position: center;
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
}

@media screen and (min-width: 751px) {
    .sec05 .bg-green {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.sec05 .host {
    width: 65.3rem;
    margin: 0 auto;
}

.sec05 .user {
    width: 67.4rem;
    margin: 4rem auto;
}

.sec05 .host02 {
    margin-top: 7rem;
}

.sec05 .sec05_img_mv {
    width: 69.1rem;
    margin: 7rem auto 0;
}

.sec05 .accordionTitle {
    background-color: unset;
    cursor: pointer;
    margin-top: -1rem;
    position: relative;
}

.sec05 .accordionTitle::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7rem;
    transform: translateY(-50%);
    transition: all .4s ease;
    width: 4.3rem;
    height: 2.8rem;
    background: url(/kojin/toshin/cam/nisa2026/images/landing_sec05_arr_accordion.png);
    background-size: 100%;
}

.sec05 .accordionTitle.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.sec05 .accordionContent {
    background-color: #ffffff;
    padding: 5rem 4rem 6rem;
    display: none;
}

.sec05 .accordionContent p.sub_ttl {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 3.4rem;
    display: flex;
    position: relative;
}

.sec05 .accordionContent p.sub_ttl::after {
    content: '';
    position: absolute;
    bottom: -1.2rem;
    left: 0;
    width: 100%;
    height: .4rem;
    background-color: #0ca26c;
}
.sec05 .accordionContent ul + ul {
    margin-top: 3rem;
}

.sec05 .accordionContent ul li {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
    padding-left: 2.4rem;
    text-indent: 0;
}

.sec05 .accordionContent .sub_ttl02 {
    margin-top: 5rem;
}

.sec05 .accordionContent ul li span.underline {
    text-decoration: underline;
    text-underline-offset: .6rem;
}

.sec05 .accordionContent .sub_ttl03 {
    margin-top: 5rem;
}

.sec05 .accordionContent .flexbox {
    display: flex;
    gap: 1rem;
    font-size: 2rem;
    line-height: 1.5;
    color: #2e2e2e;
}

.sec05 .accordionContent .mg-top {
    margin-top: 5rem;
}

@media screen and (max-width: 750px) {
    .sec05 .accordionContent ul li {
        text-indent: -2.4rem;
    }
}

.btn_fixed {
    position: sticky;
    width: 100%;
    bottom: 0;
    padding: 2.4rem 0 2rem;
    background-color: rgba(58, 179, 135, 0.8);
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease;
}

.btn_fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.btn_fixed .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_fixed a {
    display: block;
}

.btn_fixed .btn {
    width: 34.8rem;
    margin-left: auto;
}

.btn_fixed .btn.btn-white {
    margin-left: unset;
    margin-right: auto;
}

.btn_fixed .link {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    margin-top: 1.2rem;
}