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: #2e2e2e;
    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: 8px;
    }
}
main {
    overflow-x: hidden;
}

.wrapper a,
.wrapper button {
    box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    transition: opacity .4s ease;
}

@media (hover: hover) {
    .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: 75rem;
    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: 3rem 0;
    width: 70rem;
}

.modal_txt {
    font-size: 2.5rem;
    text-align: center;
}

.modal_img {
    display: none;
    margin: 0 auto;
    width: 56rem;
    justify-content: center;
}

.modal_img.qr_b {
    width: 64.4rem;
}

#modal_close {
    border: 1px solid #ccc;
    box-shadow: 0 .5rem .5rem #ccc;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    width: 20rem;
    height: 6rem;
    margin: 0 auto;
}

#guideModal_overlay {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

#guideModal_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;
}

.guideModal_block {
    background-color: #fff;
    padding: 6rem 2rem 6rem 4rem;
    width: 69rem;
    height: 66rem;
    border-radius: 3rem;
}

.guideModal_txt {
    font-size: 2.4rem;
    line-height: 1.65;
    height: 54rem;
    padding-right: 2rem;
    overflow-x: hidden;
}

.guideModal_txt p+p {
    margin-top: 1em;
}

#guideModal_close {
    position: absolute;
    top: -3rem;
    right: -2rem;
    cursor: pointer;
    width: 7.8rem;
    height: 7.8rem;
}

.txt_orange {
    color: #f7920e !important;
}

.txt_green {
    color: #0ca26c !important;
}

.txt_line {
    text-decoration-line: underline;
    text-decoration-color: #ffef69;
    text-underline-offset: -.2em;
    text-decoration-thickness: .35em;
}

.txt_slash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .55em;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
}

.txt_slash::before,
.txt_slash::after {
    content: '';
    width: 1px;
    height: 1.3em;
    box-shadow: inset 0 0 0 3px currentColor;
    rotate: -45deg;
}

.txt_slash::after {
    rotate: 45deg;
    margin-right: .1em;
}

.btn_group {
    display: grid;
    grid-template-columns: repeat(3, 32.17%);
    justify-content: space-between;
    align-items: flex-end;
    margin-top: .2rem;
}

.btn_group .text {
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.33;
    letter-spacing: .05em;
    margin-bottom: .2em;
}

.btn_link {
    margin: 3.9rem 0 0;
}

.btn_link a {
    display: grid;
    place-items: center;
    color: #0ca26c;
    font-size: 3.6rem;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .1em;
    aspect-ratio: 122 / 29;
    padding: 0 1.3rem .6rem 0;
    background-image: url(/kojin/toshin/fandshinndan/images/landing_btn_link.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.btn_link02 a {
    aspect-ratio: 138 / 29;
    background-image: url(/kojin/toshin/fandshinndan/images/landing_btn_link_02.png);
}

.inner {
    margin: 0 auto;
    padding: 0 3rem;
    max-width: 75rem;
}

#mv {
    position: relative;
    background-color: #ffffcc;
}

#mv .mv_img {
    text-align: center;
}

#mv .mv_img .inner {
    display: block;
    padding: 0;
}

#mv .inner {
    padding-top: .2rem;
    background-color: #3db57f;
}

#mv .btn_group {
    margin-top: 0;
    padding-bottom: 3.1rem;
}

.think {
    padding-bottom: 8rem;
    background-color: #0ca26c;
}

.think .bg_yellow {
    padding-top: 4.1rem;
    text-align: center;
    background-color: #ffffcc;
    position: relative;
}

.think .bg_yellow::before,
.think .bg_yellow::after {
    position: absolute;
    bottom: -.1rem;
    content: '';
    width: calc(50% + .1rem);
    aspect-ratio: 375 / 113;
    background-color: #0ca26c;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.think .bg_yellow::before {
    left: 0;
}

.think .bg_yellow::after {
    right: 0;
    scale: -1 1;
}

.think .bubble {
    width: 45.8rem;
    margin: 0 auto;
}

.think .txt01 {
    width: 51.1rem;
    margin: 2.4rem auto 0;
}

.think .img {
    width: 31.2rem;
    margin-top: 3.4rem;
}

.think .text {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.66;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
}

.think .txt_slash {
    margin: 4.5rem 0 2.3rem;
}

.think .name {
    color: #ffef69;
    font-size: 6.4rem;
    margin-bottom: 1.9rem;
}

.guide {
    padding-top: 2.9rem;
}

.guideBox {
    position: relative;
}

.guideItem {
    display: none;
    letter-spacing: .1em;
    font-weight: bold;
    width: 100%;
    height: 57rem;
    padding-top: 4.4rem;
    border-radius: 3rem;
    background-color: #fff;
    overflow: hidden;
}

#guideItem01 {
    position: relative !important;
}

.guideItem.hidden,
.guideResult.hidden {
    animation: fade-out .5s forwards linear !important;
}

.guideItem.active,
.guideResult.active {
    display: block;
    animation: fade-in .5s forwards linear;
}

.guideItem.active {
    position: absolute;
    top: 0;
    left: 0;
}

.guideResultItem.active {
    display: block;
}

.guideBack.active {
    display: grid;
    animation: fade-in .5s forwards linear;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.guideTtl {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    font-size: 3.6rem;
    line-height: 1.55;
    height: 3em;
    padding: 0 4rem;
    text-align: center;
}

.guideNo {
    display: grid;
    place-items: center;
    color: #0ca26c;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background-color: #d6f1e7;
}

.guideBtn_group {
    display: grid;
    gap: 2.9rem;
    margin-top: 4rem;
    padding: 0 3rem 0 4rem;
}

.guideBtn {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    color: #0ca26c;
    font-size: 3.2rem;
    line-height: 1.43;
    text-align: center;
    aspect-ratio: 616 / 145;
    padding: 0 3.6rem .6rem;
    background: url(/kojin/toshin/fandshinndan/images/landing_btn_guide.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.guideBtn span {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 4rem;
    width: 6.9rem;
    height: 6.9rem;
    border-radius: 50%;
    background-color: #0ca26c;
}

.guideResult,
.guideResultItem {
    display: none;
    width: 100%;
    background-color: #0ca26c;
}

.guideResultItem {
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
}

.guideResultText {
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
    font-size: 4.6rem;
    padding: 4.1rem 0 2.3rem;
}

.guideResultText::after {
    display: block;
    content: '';
    width: 3.9rem;
    height: 2rem;
    margin: 2.7rem auto 0;
    background-color: currentColor;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.guideResultTtl {
    color: #ffef69;
    font-size: 5.2rem;
    padding: 2.4rem 0;
    border: solid #fff;
    border-width: .1rem 0;
}

.guideResultContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0ca26c;
    font-size: 5.2rem;
    height: 57rem;
    margin-top: 3.2rem;
    padding: 4.2rem 4rem 5.2rem;
    border-radius: 3rem;
    background-color: #fff;
}

.guideResultContent .small {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
}

.guideAnchor a {
    display: grid;
    place-items: center;
    color: #0ca26c;
    font-size: 3.2rem;
    text-decoration: none;
    aspect-ratio: 88 / 15;
    padding-bottom: 1.1rem;
    background: url(/kojin/toshin/fandshinndan/images/landing_btn_guide_anchor.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.guideResultContent img {
    margin: 0 auto;
}

.guideResultContent .img01 {
    width: 21.7rem;
}

.guideResultContent .img02 {
    width: 20rem;
}

.guideResultContent .img03 {
    width: 26rem;
}

.guideBack,
.guideMore {
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 3.2rem;
    height: 8rem;
    margin-top: 4.2rem;
    border: .2rem solid currentColor;
    border-radius: 4rem;
}

.guideBack {
    display: none;
}

.guideBtn,
.guideBack,
.guideMore {
    cursor: pointer;
    transition: opacity .4s ease;
}

@media (hover: hover) {
    .guideBtn:hover,
    .guideBack:hover,
    .guideMore:hover {
        opacity: 0.7;
    }
}

.sec01 {
    text-align: center;
    padding-bottom: 8rem;
    background-color: #ffffcc;
}

.sec01 .btn_link {
    margin-top: 4.2rem;
}

.sec01 .btn_link a {
    font-size: 3.2rem;
    line-height: 1.43;
}

.sec01 .sec01_ttl {
    display: grid;
    grid-template-rows: auto;
    place-items: center;
    padding: 6.1rem 0 3.7rem;
}

.sec01 .sec01_ttl02 {
    padding-top: 8rem;
}

.sec01 .sec01_ttl .bubble {
    width: 67.8rem;
}

.sec01 .sec01_ttl .ttl {
    width: 63rem;
    margin-top: 3.1rem;
}

.sec01 .sec01_ttl .ttl02 {
    width: 47.7rem;
}

.sec01 .accordion {
    border-radius: 3rem;
    border: .4rem solid #0ca26c;
    background-color: #0ca26c;
}

.sec01 .accordion+.accordion {
    margin-top: 4rem;
}

.sec01 .accordionTitle {
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    padding: 2.3rem 0 7.5rem;
    cursor: pointer;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.sec01 .accordionTitle::after {
    content: '';
    background: url(/kojin/toshin/fandshinndan/images/landing_accordion_arr.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 2rem;
    translate: -50%;
    rotate: -180deg;
    left: 50%;
    width: 3.3rem;
    height: 2rem;
    transition: ease .4s;
}

.sec01 .accordionTitle.active::after {
    rotate: 0deg;
}

.sec01 .accordionTitle02 {
    padding: 2.6rem 0 8.3rem;
}

.sec01 .accordionTitle02::after {
    bottom: 3rem;
}

.sec01 .accordionTitle.bg01,
.sec01 .accordionTitle.bg04 {
    background-image: url(/kojin/toshin/fandshinndan/images/landing_sec01_acc_bg_01.png);
}

.sec01 .accordionTitle.bg02,
.sec01 .accordionTitle.bg05 {
    background-image: url(/kojin/toshin/fandshinndan/images/landing_sec01_acc_bg_02.png);
}

.sec01 .accordionTitle.bg03,
.sec01 .accordionTitle.bg06 {
    background-image: url(/kojin/toshin/fandshinndan/images/landing_sec01_acc_bg_03.png);
}

.sec01 .accordionTitle.bg01 {
    background-position: center 6.8rem;
}

.sec01 .accordionTitle.bg02 {
    background-position: center 6rem;
}

.sec01 .accordionTitle.bg03 {
    background-position: center 7.5rem;
}

.sec01 .accordionTitle.bg04 {
    background-position: center 1rem;
}

.sec01 .accordionTitle.bg05 {
    background-position: center 8rem;
}

.sec01 .accordionTitle.bg06 {
    background-position: center 8rem;
}

.sec01 .accordionSubject {
    display: grid;
    place-items: center;
    font-size: 2.8rem;
    line-height: 1;
    width: 42rem;
    height: 4.6rem;
    margin: 2rem auto 0;
    border-radius: 2.3rem;
    background-color: #348366;
}

.sec01 .accordionTxt {
    color: #ffef69;
    font-size: 5.6rem;
    letter-spacing: .1em;
    margin-top: 1.2rem;
}

.sec01 .accordionTitle02 .accordionTxt {
    margin-top: 2rem;
}

.sec01 .accordionContent {
    display: none;
    padding: 0 0 5.8rem;
    background-color: #fff;
    border-radius: 0 0 2.7rem 2.7rem;
}

.sec01 .accordionContent .btn_link {
    width: 61rem;
    margin: 4.1rem auto 0;
}

.sec01 .accordionItem {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.65;
    padding: 4.5rem 0 0;
}

.sec01 .accordionItem .ttl {
    color: #009b63;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-bottom: 2.1rem;
}

.sec01 .accordionItem .link {
    width: 61rem;
    margin: 3.3rem auto 0;
    padding-bottom: 6rem;
    border-bottom: .2rem solid #dfdfdf;
}

.sec01 .accordionItem .link02 {
    font-size: 2.8rem;
    margin-top: 0;
}

.sec01 .accordionItem .link02 .text {
    margin: 3rem 0 1.9rem;
}

.sec01 .accordionItem .link a {
    display: grid;
    place-items: center;
    color: #009b63;
    font-weight: bold;
    text-decoration: none;
    width: 57rem;
    height: 8rem;
    margin: 0 auto;
    border-radius: 10rem;
    background: url(/kojin/toshin/fandshinndan/images/landing_btn_arr.png);
    background-size: 1.4rem auto;
    background-position: right 4rem center;
    background-repeat: no-repeat;
    background-color: #d6f1e7;
}

.sec01 .bottom {
    color: #0ca26c;
    font-size: 3.6rem;
    line-height: 1.44;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 5rem;
}

.sec01 .bottom .ttl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.4rem;
}

.sec01 .bottom .ttl::before,
.sec01 .bottom .ttl::after {
    flex-shrink: 0;
    content: '';
    width: 7.1rem;
    aspect-ratio: 71 / 87;
    background: url(/kojin/toshin/fandshinndan/images/landing_sec01_slash.png) top left / 100% auto no-repeat;
}

.sec01 .bottom .ttl::after {
    scale: 1 -1;
}

.sec01 .bottom .btn_link {
    margin-top: 2.5rem;

}

.think02 {
    padding: 3.4rem 0 8rem;
    background-color: #d6f1e7;
}

.think02 .ttl .inner {
    display: block;
    padding: 0;
}

.think02Item {
    letter-spacing: .1em;
    padding: 6rem 4rem 7.4rem;
    border-radius: 3rem;
    background-color: #fff;
}

.think02Item+.think02Item {
    margin-top: 4rem;
}
.think02Item .ttl {
    color: #0ca26c;
    font-size: 5.2rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 3.4rem;
}

.think02Item .ttl .small {
    font-size: .69em;
}

.think02Item .text {
    font-size: 2.8rem;
    line-height: 1.65;
}

.think02Item img {
    margin-top: .5rem;
}

.sec02 .sec02_ttl,
.sec03 .sec03_ttl,
.sec04 .sec04_ttl {
    display: grid;
    place-items: center;
    height: 20rem;
    background-color: #0ca26c;
}

.sec02 .sec02_ttl .ttl ,
.sec03 .sec03_ttl .ttl,
.sec04 .sec04_ttl .ttl {
    margin: 0 auto;
}

.sec02 .sec02_ttl .ttl {
    width: 38.2rem;
}

.sec03 .sec03_ttl .ttl {
    width: 68.2rem;
}

.sec04 .sec04_ttl .ttl {
    width: 41.9rem;
}

.sec02 .sec02_content,
.sec03 .sec03_content,
.sec04 .sec04_content {
    padding-top: 3.9rem;
    padding-bottom: 10.7rem;
}

.sec02 .sec02_content {
    padding-bottom: 12.7rem;
}

.sec03 .sec03_content {
    padding-top: 3.7rem;
    padding-bottom: 0;
}

.sec04 .sec04_content {
    padding-bottom: 7.9rem;
}

.sec02_content .text,
.sec03_content .text,
.sec04_content .text {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 4rem;
}

.nisa_carousel .slick-list {
    overflow: visible;
}

.nisa_carousel .carousel_item {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    height: 126rem;
    border-radius: 3rem;
    border: .6rem solid #0ca26c;
    overflow: hidden;
}

.nisa_carousel .head {
    color: #0ca26c;
    font-size: 5.6rem;
    letter-spacing: .1em;
    text-align: center;
    padding: 2.7rem 0 3.9rem;
    background-color: #ffffcc;
}

.nisa_carousel .head .txt_slash {
    font-size: 3.2rem;
}

.nisa_carousel .headText {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    line-height: 1;
    margin-top: 1.9rem;
    padding-left: 1.7rem;
}

.nisa_carousel .headText .no {
    position: relative;
    color: #fff;
    font-size: 4rem;
    letter-spacing: 0;
    margin-top: .2rem;
    padding: 0 1rem;
    z-index: 1;
}

.nisa_carousel .headText .no::before {
    position: absolute;
    top: 55%;
    left: 50%;
    translate: -50% -50%;
    content: '';
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #0ca26c;
    z-index: -1;

}

.nisa_carousel .textbox {
    font-size: 3rem;
    line-height: 1.55;
    letter-spacing: .12em;
    margin-top: 3rem;
    padding:  0 3.6rem;
}

.nisa_carousel img {
    width: 54rem;
    margin: auto auto 0;
}

.nisa_carousel .graph {
    width: 56.2rem;
    margin-bottom: 6rem;
}

.nisa_carousel .slick-arrow {
    top: 50%;
    display: block;
    width: 7rem;
    height: 7rem;
    z-index: 10;
    background: url(/kojin/toshin/fandshinndan/images/landing_carousel_arr.png);
    background-size: cover;
}

.nisa_carousel .slick-arrow::before {
    content: "";
}

.nisa_carousel .slick-prev.slick-arrow {
    left: -2.9rem;
}

.nisa_carousel .slick-next.slick-arrow {
    right: -2.9rem;
    scale: -1 1;
}

.nisa_carousel .slick-arrow.slick-disabled {
    display: none !important;
}

.nisa_carousel .slick-dots {
    bottom: -6.7rem;
}

.nisa_carousel .slick-dots li {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #e6e6e6;
    margin: 0 1.2rem;
}

.nisa_carousel .slick-dots li.slick-active {
    background-color: #0ca26c;
}

.nisa_carousel .slick-dots li button {
    display: none;
}

.sec03 .sec03Item {
    font-weight: bold;
    border-radius: 3rem;
    border: .6rem solid #0ca26c;
    background-color: #ffffcc;
    overflow: hidden;
}

.sec03 .sec03Item+.sec03Item {
    margin-top: 3.9rem;
}

.sec03 .sec03Item .ttl {
    display: grid;
    place-items: center;
    color: #0ca26c;
    font-size: 4.8rem;
    line-height: 1.29;
    letter-spacing: .1em;
    text-align: center;
    height: 18.5rem;
}

.sec03 .sec03Item .content {
    font-size: 2.8rem;
    letter-spacing: .06em;
    line-height: 1.65;
    padding: 3rem 3.6rem 5rem;
    background-color: #fff;
}

.sec03 .sec03Item .content02 {
    padding-top: 4rem;
}

.sec03 .sec03Item img {
    display: block;
    margin: 0 auto 1.8rem;
}

.sec03 .sec03Item .img01 {
    width: 27.7rem;
}

.sec03 .sec03Item .text_note {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 1.7rem;
}

.sec03 .sec03More {
    background-color: #fff4cd;
}

.sec03 .sec03More .arr {
    color: #0ca26c;
    font-size: 4.8rem;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
    height: 12rem;
    margin-top: 4.5rem;
    background-color: #fff;
    position: relative;
}

.sec03 .sec03More .arr::before,
.sec03 .sec03More .arr::after {
    position: absolute;
    bottom: -.1rem;
    content: '';
    width: calc(50% + .1rem);
    aspect-ratio: 375 / 113;
    background-color: #fff4cd;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.sec03 .sec03More .arr::before {
    left: 0;
}

.sec03 .sec03More .arr::after {
    right: 0;
    scale: -1 1;
}

.sec03 .sec03More_content {
    margin-top: 5.1rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 4rem;
    padding: 6.6rem 0 8rem;
    border-radius: 3rem;
    background-color: #fff;
}

.sec03 .sec03MoreItem+.sec03MoreItem {
    width: 61rem;
    margin: 5.1rem auto 0;
    padding-top: 6.1rem;
    border-top: .2rem solid #dfdfdf;
}

.sec03 .sec03MoreItem .sub_ttl {
    font-size: 3.6rem;
    margin-bottom: .9rem;
}

.sec03 .sec03MoreItem .ttl {
    color: #f7920e;
    font-size: 5.2rem;
    line-height: 1.29;
    margin-bottom: 5.2rem;
}

.sec03 .sec03MoreItem .ttl02 {
    font-size: 4.8rem;
}

.sec03 .sec03MoreItem .text {
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: .06em;
    margin-top: 3.2rem;
}

.sec03 .sec03MoreItem img {
    display: block;
    margin: 0 auto;
}

.sec03 .sec03MoreItem .img01 {
    width: 47rem;
}

.sec03 .sec03MoreItem .img02 {
    width: 36rem;
}

.sec03 .sec03Bottom {
    padding-top: 6.1rem;
    background-color: #fff4cd;
}

.sec03 .sec03Bottom .inner {
    padding: 0;
}
.sec03 .sec03Bottom img {
    display: block;
    margin: 0 auto;
}
.sec03 .sec03Bottom .img01 {
    width: 26.4rem;
}

.sec03 .sec03Bottom .img02 {
    width: 60.7rem;
    margin-top: 2.5rem;
}

.sec03 .sec03Bottom .img03 {
    width: 73.8rem;
    margin: 2.3rem 0 0 0;
}

.sec04_content .text .small {
    font-size: .777em;
}

.sec04 .sec04_content .arr {
    width: 13.8rem;
    margin: 0 auto 1.2rem;
}

.sec04 .sec04_content .arrNo {
    width: 20.4rem;
    translate: 5.5rem 0;
}

.sec04 .sec04_content .arrYes {
    width: 17.1rem;
    margin-right: -10rem;
}

.sec04 .sec04Item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 3.6rem;
    line-height: 1.44;
    letter-spacing: .1em;
    text-align: center;
    font-weight: bold;
    min-height: 19rem;
    border-radius: 3rem;
    border: .6rem solid #0ca26c;
    background-color: #ffffcc;
    overflow: hidden;
}

.sec04 .sec04Item02 {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-left: 2rem;
}

.sec04 .sec04Item02 .sec04Item {
    width: 54rem;
    margin: 0;
    padding: 2rem 0 2.8rem;
}

.sec04 .sec04ItemEnd {
    display: grid;
    grid-template-columns: 12.2rem auto;
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
    font-size: 3.6rem;
    text-align: left;
    line-height: 1.65;
}

.sec04 .sec04ItemBottom {
    margin-top: 9.9rem;
}

.sec04 .sec04Item .content {
    font-size: 2.8rem;
    letter-spacing: .06em;
    line-height: 1.65;
    padding: 5.5rem 3.6rem 4.4rem;
    background-color: #fff;
}

.sec04 .sec04Item .content_web {
    padding: 3.8rem 6.9rem 7.7rem;
}

.sec04 .sec04Item .content_web {
    padding-top: 2.4rem;
}

.sec04 .sec04Item .ttl {
    display: grid;
    place-items: center;
    height: 15.6rem;
}

.sec04 .sec04Item .img01 {
    display: block;
    width: 49.1rem;
    margin: 0 auto;
}

.sec04 .sec04Item .text_note {
    font-size: 2.4rem;
    text-align: left;
    font-weight: 500;
    letter-spacing: .1em;
    margin-top: 3.4rem;
}

.sec04 .sec04Item .btn {
    display: block;
    width: 47.3rem;
    margin: 1.1rem auto 0;
}

.sec04 .sec04ItemBottom .bottomTtl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 3.6rem;
    height: 18.4rem;
    background: #0ca26c;
}

.sec04 .sec04ItemBottom .bottomTtl .yellow {
    color: #ffef69;
    font-size: 5.2rem;
    letter-spacing: .06em;
}
.sec04 .sec04ItemBottom .ttl {
    color: #0ca26c;
    height: 10rem;
}

.web_carousel .slick-list {
    overflow: visible;
}

.web_carousel .textbox {
    display: grid;
    place-items: center;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: bold;
    height: 4.5em;
    margin-bottom: 3rem;
}

.sec04 .sec04Item .content_web .textbox {
    margin-bottom: 2.3rem;
}

.web_carousel .slick-arrow {
    top: 57%;
    display: block;
    width: 7rem;
    height: 7rem;
    z-index: 10;
    background: url(/kojin/toshin/fandshinndan/images/landing_carousel_arr.png);
    background-size: cover;
}

.web_carousel .slick-arrow::before {
    content: "";
}

.web_carousel .slick-prev.slick-arrow {
    left: -5.5rem;
}

.web_carousel .slick-next.slick-arrow {
    right: -5.5rem;
    scale: -1 1;
}

.web_carousel .slick-arrow.slick-disabled {
    display: none !important;
}

.web_carousel .slick-dots {
    bottom: -7.5rem;
}

.web_carousel .slick-dots li {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #e6e6e6;
    margin: 0 1.2rem;
}

.web_carousel .slick-dots li.slick-active {
    background-color: #0ca26c;
}

.web_carousel .slick-dots li button {
    display: none;
}

.sec05 {
    padding: 6.1rem 0 10.7rem;
    background-color: #fff4cd;
}

.sec05 .sec05_ttl {
    margin-bottom: 4.1rem;
}

.sec05 .sec05_ttl .bubble {
    width: 56.9rem;
    margin: 0 auto;
}

.sec05 .sec05_ttl .ttl {
    width: 60.5rem;
    margin: 4.5rem auto 0;
}

.sec05 .sec05_item {
    font-weight: bold;
    padding: 5.3rem 4rem 5rem;
    border-radius: 3rem;
    background-color: #fff;
}

.sec05 .sec05_item01 {
    padding-top: 3.2rem;
}

.sec05 .sec05_item+.sec05_item {
    margin-top: 4rem;
}

.sec05 .sec05_item .ttl {
    color: #009b63;
    font-size: 4.8rem;
    letter-spacing: .1em;
    line-height: 1.29;
    text-align: center;
}

.sec05 .sec05_item .text {
    font-size: 2.8rem;
    letter-spacing: .06em;
    line-height: 1.65;
}

.sec05 .sec05_item .text01 {
    margin-right: -1em;
}

.sec05 .sec05_item img {
    display: block;
}

.sec05 .sec05_item .img01 {
    width: 60.1rem;
    margin: 3.9rem auto 3.5rem;
}

.sec05 .sec05_item .img02 {
    width: 61rem;
    margin: 5.5rem auto 2rem;
}

.sec05 .sec05_item .img03 {
    width: 44.8rem;
    margin: 2.95rem auto 1rem;
}

.sec05 .btn_link {
    margin-top: 6rem;
}
.sec06 .accordionTitle {
    line-height: 1.5;
    margin-bottom: 2.4rem;
    background-color: #0ca26c;
    cursor: pointer;
}

.sec06 .accordionTitle .inner {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: .1em;
    font-weight: bold;
    height: 14rem;
}

.sec06 .accordionTitle .inner::after {
    content: '';
    background: url(/kojin/toshin/fandshinndan/images/landing_accordion_arr.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: 3rem;
    rotate: -180deg;
    width: 3.3rem;
    height: 2rem;
    transition: ease .4s;
}

.sec06 .accordionTitle.active .inner::after {
    rotate: 0deg;
}

.sec06 .accordionContent {
    display: none;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 2.9rem 0 7.6rem;
}

.sec06 .sub_ttl {
    font-weight: bold;
    margin-top: 2.5rem;
}

.sec06 .list {
    padding: 0 .3rem;
}

.sec06 .list li {
    display: flex;
}

.sec06 .list li::before {
    content: '\30FB';
    margin-right: .2em;
}

.sec06 .text_02 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 4rem;
}

.sec06 .text_02+.text_02 {
    margin-top: 3rem;
}

.sec06 .list_link {
    display: grid;
    gap: 2rem;
    margin-top: 6rem;
}

.sec06 .list_link a {
    display: grid;
    place-items: center start;
    color: #0ca26c;
    font-size: 2.8rem;
    letter-spacing: .08em;
    font-weight: bold;
    text-decoration: none;
    height: 8rem;
    padding-left: 6.1rem;
    border-radius: 1rem;
    border: .2rem solid currentColor;
    background: url(/kojin/toshin/fandshinndan/images/landing_btn_arr.png);
    background-size: 1.4rem auto;
    background-position: left 2.8rem center;
    background-repeat: no-repeat;
}

.btn_fixed {
    position: sticky;
    width: 100%;
    bottom: 0;
    padding: 1.3rem 0 1.3rem;
    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 .btn_group {
    margin: 0;
}