html {
    font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1240px){
    html {
        font-size: calc(10 / 1240 * 100vw);
    }
}
@media (max-width: 767px){
    html {
        font-size: calc(10 / 375 * 100vw);
    }
}
main {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.02em;
/*    padding-bottom: 10rem;*/
    padding-bottom: 0;
}
@media (max-width: 767px){
    main {
        padding-bottom: 0;
    }
}
#topMainVisual{
    background: linear-gradient(to left top, #7acafb 0%, #276def 70%);
    height: 80.9rem;
    position: relative;
    z-index: 0;
}
@media (max-width: 767px){
    #topMainVisual{
        background: linear-gradient(to left top, #7acafb 0%, #276def 70%);
        height: 75.6rem;
    }
}
#topMainVisual::before {
    background: linear-gradient(to left bottom, #54c2f059 0%, #65D89600 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62.4rem;
    aspect-ratio: 624 / 464;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}
@media (max-width: 767px){
    #topMainVisual::before {
        width: 20.7rem;
        aspect-ratio: 207 / 154;
    }
}
#topMainVisual .container {
    max-width: 124rem;
    padding: 18rem 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media (max-width: 767px){
    #topMainVisual .container {
        max-width: none;
        padding: 7.6rem 2rem 3rem;
        height: 100%;
        flex: 1;
    }
}
#topMainVisual .container::after {
    background: url("/soasc/common/images/top/bg_mainvisual.png") no-repeat center center;
    background-size: 100% auto;
    content: "";
    width: 70.9rem;
    aspect-ratio: 709 / 468;
    position: absolute;
    top: 12.8rem;
    right: 2rem;
    z-index: -1;
}
@media (max-width: 767px){
    #topMainVisual .container::after {
        background-image: url("/soasc/common/images/top/bg_mainvisual_sp.png");
        width: 32.7rem;
        aspect-ratio: 327 / 376;
        top: 29.3rem;
    }
}
#topMainVisual .mainArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    container-type: inline-size;
    position: relative;
}
@media (max-width: 767px){
    #topMainVisual .mainArea {
        flex-direction: column;
        align-items: stretch;
        gap: 16rem;
        height: 100%;
        flex: 1;
    }
}
#topMainVisual .mainArea > .left { 
    width: calc((100% - 2rem) / 2);
}
@media (max-width: 767px){
    #topMainVisual .mainArea > .left { 
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
}
#topMainVisual .mainArea > .right {
    width: calc((100% + 2rem) / 2);
    position: relative
}
@media (max-width: 767px){
    #topMainVisual .mainArea > .right {
        width: 100%;
        height: 20rem;
        position: absolute;
        top: 33rem;
    }
}
#topMainVisual .title {
    color: #ffffff;
    font-size: 5.5rem;
    font-weight: 800;
    line-height: calc(88 / 55);
    text-shadow: 0.3rem 0.3rem 1rem #143b7e66;
    display: block;
    margin-bottom: 2rem;
}
@media (max-width: 767px){
    #topMainVisual .title {
        font-size: 3.4rem;
        line-height: calc(48 / 34);
        margin-bottom: 1.1rem;
    }
}
#topMainVisual .title .small {
    font-size: 5rem;
    font-weight: 800;
    line-height: calc(80 / 50);
}
@media (max-width: 767px){
    #topMainVisual .title .small {
        font-size: 3.4rem;
        line-height: calc(48 / 34);
    }
}
#topMainVisual .title strong {
    font-size: 5.8rem;
    font-weight: 900;
    line-height: calc(80 / 58);
    vertical-align: bottom;
}
@media (max-width: 767px){
    #topMainVisual .title strong {
        font-size: 4.2rem;
        line-height: calc(48 / 42);
    }
}
#topMainVisual .title mark {
    color: #ffffff;
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    padding-inline: 1.5rem 1.2rem;
    display: inline-block;
    font-weight: 900;
    text-shadow: none;
    letter-spacing: -0.02em;
}
@media (max-width: 767px){
    #topMainVisual .title mark {
        padding-inline: 0.5rem 0.7rem;
    }
}
#topMainVisual .mainLead {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: calc(30 / 22);
    text-shadow: 0.3rem 0.3rem 1rem #143b7e66;
    margin-top: 2.5rem;
}
@media (max-width: 767px){
    #topMainVisual .mainLead {
        font-size: 1.8rem;
        line-height: calc(28 / 18);
        margin-top: 1.1rem;
    }
}
#topMainVisual .mainBtn {
    width: 100%;
    max-width: 32rem;
    margin-top: 3rem;
    position: relative;
}
@media (max-width: 767px){
    #topMainVisual .mainBtn {
        max-width: 31.3rem;
        margin-top: auto;
        margin-inline: auto;
    }
}
#topMainVisual .mainBtn > a {
    color: #ffffff;
    background-color: #f89a20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.8rem 4.6rem 2.1rem 4.1rem;
    border: 0.3rem solid #f89a20;
    border-radius: 1.1rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: calc(30 / 22);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0.5rem 1rem #1140554d;
    position: relative;
}
@media (max-width: 767px){
    #topMainVisual .mainBtn > a {
        padding: 1.7rem 8.1rem 1.6rem;
        font-size: 1.8rem;
        line-height: calc(30 / 18);
    }
}
#topMainVisual .mainBtn > a:hover {
    color: #f89a20;
    background-color: #ffffff;
}
#topMainVisual .mainBtn > a::after {
    color: #f89a20;
    background-color: #ffffff;
    mask-image: url("../images/icon_right_arrow.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    mask-mode: luminance;
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: .3s all;
}
@media (max-width: 767px){
    #topMainVisual .mainBtn > a::after {
        right: 1.9rem;
    }
}
#topMainVisual .mainBtn > a:hover::after {
    color: #ffffff;
    background-color: #f89a20;
}
#topMainVisual .mainBtn .mainBtnBadge {
    color: #347bf1;
    background-color: #ffffff;
    position: absolute;
    top: -1.7rem;
    left: -1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.6rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: calc(14 / 13);
    text-align: center;
    z-index: 2;
}
@media (max-width: 767px){
    #topMainVisual .mainBtn .mainBtnBadge {
        top: -2.4rem;
        left: -1.1rem;
    }
}
#topMainVisual .mainBtn .mainBtnBadge > strong {
    display: contents;
    font-size: 2.2rem;
    line-height: calc(14 / 22);
}
#topMainVisual .mainSlider .slide {
    width: 100%;
    height: 100%;
    display: block!important;
    padding-inline: 1rem 6rem;
    position: relative;
}
@media (max-width: 767px){
    #topMainVisual .mainSlider .slide {
        align-items: flex-start;
        padding: 0;
    }
}
@media (max-width: 767px){
    #topMainVisual .mainSlider .slick-list {
        overflow: visible;
    }
}
#topMainVisual .mainComment {
    color: #ffffff;
    background-color: #6596f226;
    backdrop-filter: blur(0.6rem) brightness(110%);
    width: max-content;
    border-radius: 0.4rem;
    position: relative;
    top: 15rem;
}
@media (max-width: 767px){
    #topMainVisual .mainComment {
        top: 0rem;
    }
}
#topMainVisual .mainComment::after {
    content: "";
    box-shadow: 0.2rem 1rem 1rem #31355b94;
    border-radius: 0.4rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}
#topMainVisual .mainComment > dt {
    color: #beffdc;
    background-color: #377ff1cc;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 18.5ch;
    padding: 0.6rem 1.8rem 0.6rem 1.6rem;
    border: 0.1rem solid #beffdc;
    border-radius: 0.4rem;
    box-shadow: 0 0 0.5rem #beffdc;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: calc(26 / 18);
    position: absolute;
    top: -2rem;
    left: 3rem;
    z-index: 2;
}
@media (max-width: 767px){
    #topMainVisual .mainComment > dt {
        gap: 0.5rem;
        width: 19ch;
        padding: 0.5rem 1.7rem 0.6rem 1rem;
        font-size: 1.2rem;
        line-height: calc(26 / 18);
        top: -1.5rem;
        left: 1.6rem;
    }
}
#topMainVisual .mainComment > dt::before {
    color: #ffffff;
    background-color: #beffdc;
    mask-image: url("../images/top/icon_comment.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    content: "";
    width: 2.2rem;
    aspect-ratio: 1 / 1;
    position: relative;
}
@media (max-width: 767px){
    #topMainVisual .mainComment > dt::before {
        width: 1.4rem;
    }
}
#topMainVisual .mainComment > dd {
    width: max-content;
    padding: 3.3rem 3rem 2.3rem;
    margin-left: 0;
    border-radius: 0.4rem;
    font-size: 1.8rem;
    font-family: "Noto Sans Mono", "Noto Sans JP", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 500;
    line-height: calc(26 / 14);
    text-shadow: 0 0.1rem 1rem #0f3374cc;
    position: relative;
}
@media (max-width: 767px){
    #topMainVisual .mainComment > dd {
        padding: 2.3rem 1.5rem 1.3rem;
        font-size: 1.2rem;
        line-height: calc(19 / 12);
    }
}
#topMainVisual .mainComment > dd::before {
    background: conic-gradient(
        from var(--angle),
        transparent 70%,
        #ffffff,
        transparent
    );
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.4rem; 
    padding: 0.2rem;
    -webkit-mask: 
        linear-gradient(#ffffff 0 0) content-box, 
        linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#topMainVisual .mainComment > dd::before {
    animation: rotate 6s linear infinite;
    animation-delay: 0.5s;
}
/* カスタムプロパティで角度をアニメーション */
@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
@keyframes rotate {
    to { --angle: 360deg; }
}
#topMainVisual .mainComment > dd p {
    width: 38ch;
    height: 2lh;
    white-space: normal;
    word-break: break-word;
    visibility: hidden;
}
#topMainVisual .slick-current .mainComment p {
    animation: show 0.2s forwards;
}
#topMainVisual .mainComment > dd p span {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: block;
    opacity: 0;
}
@media (min-width: 768px){
    #topMainVisual .mainComment > dd p span > span {
        display: contents;
    }
}
#topMainVisual .slick-current .mainComment > dd p span:nth-child(1) {
    animation: typing 2s steps(23) forwards;
    animation-delay: 1s;
}
#topMainVisual .slick-current .mainComment > dd p span:nth-child(2) {
    animation: typing 2s steps(13) forwards;
    animation-delay: 3s;
}
@keyframes typing {
    from {
        width: 0;
        opacity: 1;
    }
    to {
        width: 100%;
        opacity: 1;
    }
}
#topMainVisual .slick-slide:nth-child(1).slick-current .mainComment > dd p span:nth-child(1) {
    max-width: 38ch;
    animation: typing 0.8s 0.2s steps(21) forwards;
}
#topMainVisual .slick-slide:nth-child(1).slick-current .mainComment > dd p span:nth-child(2) {
    max-width: 30ch;
    animation: typing 0.8s 1s steps(23) forwards;
}
#topMainVisual .slick-slide:nth-child(2).slick-current .mainComment > dd p span:nth-child(1) {
    max-width: 34ch;
    animation: typing 0.8s 0.2s steps(18) forwards;
}
#topMainVisual .slick-slide:nth-child(2).slick-current .mainComment > dd p span:nth-child(2) {
    max-width: 23ch;
    animation: typing 0.8s 1s steps(12) forwards;
}
#topMainVisual .slick-slide:nth-child(3).slick-current .mainComment > dd p span:nth-child(1) {
    max-width: 37ch;
    animation: typing 0.8s 0.2s steps(22) forwards;
}
@media (max-width: 767px){
    #topMainVisual .slick-slide:nth-child(3).slick-current .mainComment > dd p span:nth-child(1) {
        max-width: 38ch;
    }
}
#topMainVisual .slick-slide:nth-child(3).slick-current .mainComment > dd p span:nth-child(2) {
    max-width: 36ch;
    animation: typing 0.8s 1s steps(20) forwards;
}
#topMainVisual .slick-slide:nth-child(4).slick-current .mainComment > dd p span:nth-child(1) {
    max-width: 38ch;
    animation: typing 0.8s 0.2s steps(24) forwards;
}
#topMainVisual .slick-slide:nth-child(4).slick-current .mainComment > dd p span:nth-child(2) {
    max-width: 34ch;
    animation: typing 0.8s 1s steps(18) forwards;
}
@keyframes show{
    to{visibility: visible;}
}
#topMainVisual .mainSlider,
#topMainVisual .mainSlider div {
    display: flex!important;
    align-items: stretch;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px){
    #topMainVisual .mainArea > .right {
        width: 100%;
        height: 20rem;
        position: absolute;
        top: 33rem;
    }
}
.topSec {
    position:relative;
}
.topSec .container {
    max-width: 124rem;
    margin: 0 auto;
    padding-block: 6rem 15rem;
    padding-inline: 2rem;
    position: relative
}
@media (max-width: 767px){
    .topSec .container {
        padding-inline: 2rem;
    }
}
.topSec .container h2 {
    color: #31355b;
    font-size: 4rem;
    font-weight: 700;
    line-height: calc(40 / 32);
    text-align: center;
    margin-bottom: 2.2rem;
}
@media (max-width: 767px){
    .topSec .container h2 {
        font-size: 2.2rem;
        line-height: calc(34 / 22);
        letter-spacing: -0.04em;
        margin-bottom: 2.4rem;
    }
}
.topSec .container h2 .en {
    color: #65d896;
    font-size: 1.8rem;
    display: block;
    padding-bottom: 1.8rem;
    margin-inline: auto;
}
@media (max-width: 767px){
    .topSec .container h2 .en {
        font-size: 1.2rem;
        padding-bottom: 0.8rem;
    }
}
.topSec .container h2 span {
    color: #2a70f1;
}
.topSec .container .topSecCopy {
    color: #31355b;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: calc(36 / 22);
    text-align: center;
    margin-top: 3.5rem;
}
@media (max-width: 767px){
    .topSec .container .topSecCopy {
        font-size: 1.6rem;
        line-height: calc(28 / 16);
        margin-top: 2.4rem;
    }
}
.topSec .container .topSecLead {
    color: #31355b;
    line-height: calc(36 / 16);
    text-align: center;
    margin-top: 3.5rem;
}
@media (max-width: 767px){
    .topSec .container .topSecLead {
        font-size: 1.4rem;
        line-height: calc(28 / 14);
        margin-top: 2.4rem;
    }
}
.topSec .container .topSecCopy + .topSecLead {
    margin-top: 0;
}
.topSec .topSecBtn {
    max-width: 26.6rem;
    margin: 5rem auto 0;
}
@media (max-width: 767px){
    .topSec .topSecBtn {
        max-width: 31.3rem;
        margin: 4.8rem auto 0;
    }
}
.topSec .topSecBtn > a {
    color: #2f76f0;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.2rem 6.4rem 2.2rem 3rem;
    border: 0.1rem solid #2f76f0;
    border-radius: 4rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
}
@media (max-width: 767px){
    .topSec .topSecBtn > a {
        padding: 1.8rem 6rem 1.8rem;
        border: 0.1rem solid #2f76f0;
        border-radius: 3.5rem;
        font-size: 1.8rem;
    }
}
.topSec .topSecBtn > a:hover {
    color: #ffffff;
    background-color: #2f76f0;
}
.topSec .topSecBtn > a::after {
    color: #ffffff;
    background-color: #2f76f0;
    mask-image: url("../images/icon_right_arrow.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    mask-mode: luminance;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: .3s all;
}
@media (max-width: 767px){
    .topSec .topSecBtn > a::after {
        right: 2.8rem;
        width: 2.8rem;
    }
}
.topSec .topSecBtn > a:hover::after {
    color: #2f76f0;
    background-color: #ffffff;
}
.topSecLogo {
    margin-block: -15rem -11.7rem;
    z-index: 2;
}
@media (max-width: 767px){
    .topSecLogo {
        margin-block: -0.5rem;
    }
}
.topSecLogo .container {
    padding-block: 0;
}
@media (max-width: 767px){
    .topSecLogo .container {
        padding-inline: 0;
    }
}
.topSecLogo .container .topLogoArea {
    background-color: #ffffff;
    padding: 2.4rem 5.5rem 3.3rem;
    border-radius: 1.2rem;
    box-shadow: 0 0.6rem 0.6rem #0000001f;
}
@media (max-width: 767px){
    .topSecLogo .container .topLogoArea {
        padding: 2.3rem 1rem 2.7rem;
        border-radius: 0.5rem;
    }
}
.topSecLogo .container .topLogoArea h2 {
    font-size: 3rem;
}
@media (max-width: 767px){
    .topSecLogo .container .topLogoArea h2 {
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }
}
.topSecLogo .container .topLogoList {
    display: flex;
    justify-content: center;
    gap: 1.5rem 1.5rem;
    flex-wrap: wrap;
}
@media (max-width: 767px){
    .topSecLogo .container .topLogoList {
        gap: 0.5rem 0.4rem;
    }
}
.topSecLogo .container .topLogoList > .logoItem {
    width: max-content;
    height: 4rem;
    overflow: hidden;
}
@media (max-width: 767px){
    .topSecLogo .container .topLogoList > .logoItem {
        height: 2.6rem;
    }
}
.topSecLogo .container .topLogoList > .logoItem img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.topSecAbout {
    background-color: #ffffff;
    position: relative;
}
.topSecAbout::before {
    background: linear-gradient(to left bottom, #54c2f059 20%, #65d89600 100%);
    background: linear-gradient(to left bottom in hsl, #54c2f059 20%, #65d89600 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62.5rem;
    aspect-ratio: 625 / 464;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    opacity: 0.63;
    z-index: 1;
}
@media (max-width: 767px){
    .topSecAbout::before {
        background: linear-gradient(to left bottom, #54c2f059 0%, #65D89600 100%);
        top: -1.8rem;
        width: 16rem;
        aspect-ratio: 160 / 166;
    }
}
.topSecAbout .container {
    padding-block: 17.2rem 8rem;
}
@media (max-width: 767px){
    .topSecAbout .container {
        padding-block: 3.6rem 2.5rem;
    }
}
.topSecAbout .container p {
    font-size: 2rem;
    text-align: center;
    line-height: calc(40 / 20);
}
@media (max-width: 767px){
    .topSecAbout .container p {
        font-size: 1.6rem;
        line-height: calc(28 / 16);
    }
}
.topSecAbout .container span {
    color: #2a70f1;
    font-weight: 700;
}
.topSecAbout .container .img {
    max-width: 98.2rem;
    margin: 4rem auto 0;
    position: relative;
}
@media (max-width: 767px){
    .topSecAbout .container .img {
        max-width: none;
        margin: 2rem auto 0;
    }
}
.topSecAbout .container .img img {
    width: 100%;
}
.topSecValue {
    background-color: #f2fbff;
    z-index: 0;
}
@media (max-width: 767px){
    .topSecValue {
        background-color: #f2fbff;
        z-index: 0;
    }
}
.topSecValue .container {
    padding-block: 5rem 18.5rem;
}
@media (max-width: 767px){
    .topSecValue .container {
        padding-block: 3rem 8.5rem;
    }
}
.topSecValue .container p {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    margin: 0 auto
}
@media (max-width: 767px){
    .topSecValue .container p {
        font-size: 1.4rem;
        line-height: calc(26 / 14);
    }
}
.topSecValue .container .valueItems {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7.2rem;
    margin-top: 8rem;
    margin-inline: auto;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems {
        gap: 4.2rem;
        margin-top: 3.2rem;
    }
}
.topSecValue .container .valueItem {
    display: flex;
    align-items: center;
    gap: 3rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem {
        flex-direction: column;
        align-items: stretch;
        gap: 3rem;
    }
}
.topSecValue .container .valueItem:nth-child(even) {
    flex-direction: row-reverse;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem:nth-child(even) {
        flex-direction: column;
    }
}
.topSecValue .container .valueItem .itemBody {
}
.topSecValue .container .valueItem:nth-child(odd) .itemBody {
    padding-left: 15rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem:nth-child(odd) .itemBody {
        padding-left: 0;
    }
}
.topSecValue .container .valueItem:nth-child(even) .itemBody {
    padding-right: 12rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem:nth-child(even) .itemBody {
        padding-right: 0;
    }
}
.topSecValue .container .valueItem .itemBody p {
    margin-top: 2rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem .itemBody p {
        margin-top: 2rem;
    }
}
.topSecValue .container .valueItem .itemBody span {
    color: #2a70f0;
    font-weight: 700;
}
.topSecValue .container .valueItem .itemBody .itemNum {
    color: #d5e7f4;
    font-size: 3.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 2rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem .itemBody .itemNum {
        font-size: 2.7rem;
        line-height: calc(32 / 27);
        margin-bottom: 0.5rem;
    }
}
.topSecValue .container .valueItem .itemBody .itemTitle {
    color: #31355b;
    font-size: 3.2rem;
    font-weight: 900;
    padding-bottom: 2.2rem;
    margin: 0 0 2.2rem;
    position: relative;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem .itemBody .itemTitle {
        font-size: 2.2rem;
        padding-bottom: 2.2rem;
        margin: 0 0 2.1rem;
    }
}
.topSecValue .container .valueItem .itemBody .itemTitle::before {
    background-color: #2a70f0;
    content: "";
    width: 2.4rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem .itemBody .itemTitle::before {
        width: 1.7rem;
        height: 0.4rem;
        border-radius: 0.2rem;
    }
}
.topSecValue .container .valueItem .itemImg {
    width: calc(100% / 2 - 3rem);
    flex: 0 0 auto;
    position: relative;
}
@media (max-width: 767px){
    .topSecValue .container .valueItem .itemImg {
        width: 100%;
    }
}
.topSecValue .container .valueItem:nth-child(even) .itemImg {
    width: calc(100% / 2);
}
@media (max-width: 767px){
    .topSecValue .container .valueItem:nth-child(even) .itemImg {
        width: 100%;
    }
}
.topSecValue .container .valueItem .itemImg img {
    position: absolute;
    z-index: 2;
}
.topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg {
    aspect-ratio: 570 / 530;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg {
        aspect-ratio: 335 / 374;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg::before {
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    content: "";
    width: 34.3rem;
    height: 34.1rem;
    border-radius: 1.2rem;
    position: absolute;
    top: 15.4rem;
    left: 12rem;
    opacity: 0.2;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg::before {
        width: 24.3rem;
        height: 24.1rem;
        top: 10.9rem;
        left: 6.5rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg .img01 {
    width: 43.1rem;
    top: -2rem;
    left: 3.6rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg .img01 {
        width: 30.4rem;
        top: -1.4rem;
        left: 0.6rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg .img02 {
    width: 20.8rem;
    top: 29rem;
    left: 27.6rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(1) .itemImg .img02 {
        width: 14.7rem;
        top: 20.5rem;
        left: 13.1rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg {
    aspect-ratio: 570 / 390;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg {
        aspect-ratio: 335 / 292;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg::before {
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    content: "";
    width: 37.5rem;
    height: 32.2rem;
    border-radius: 1.2rem;
    position: absolute;
    top: 5.7rem;
    left: 14.5rem;
    opacity: 0.2;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg::before {
        width: 27rem;
        height: 23.9rem;
        top: 5.3rem;
        left: 4.0rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg .img01 {
    width: 37.9rem;
    top: -3rem;
    left: 20.8rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg .img01 {
        width: 27.3rem;
        top: -1.5rem;
        left: 8.3rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg .img02 {
    width: 46.6rem;
    top: 9.2rem;
    left: 3.5rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(2) .itemImg .img02 {
        width: 33.5rem;
        top: 8.5rem;
        left: -2.2rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg {
    aspect-ratio: 570 / 344;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg {
        aspect-ratio: 335 / 302;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg::before {
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    content: "";
    width: 34.6rem;
    height: 25rem;
    border-radius: 1.2rem;
    position: absolute;
    top: 7rem;
    left: 4.6rem;
    opacity: 0.2;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg::before {
        width: 27.7rem;
        height: 23.5rem;
        top: 2.9rem;
        left: 2.8rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img01 {
    width: 18.3rem;
    top: 9.3rem;
    left: -1.5rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img01 {
        width: 15.9rem;
        top: 8.8rem;
        left: -1.3rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img02 {
    width: 18.3rem;
    top: -1rem;
    left: 24.7rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img02 {
        width: 15.9rem;
        top: -0.9rem;
        left: 18.9rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img03 {
    width: 18.3rem;
    top: 3.9rem;
    left: 10.6rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img03 {
        width: 15.9rem;
        top: 4.1rem;
        left: 8.8rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img04 {
    width: 35.8rem;
    top: 19.3rem;
    left: 13.6rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(3) .itemImg .img04 {
        width: 32.1rem;
        top: 17.8rem;
        left: 3.4rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(4) .itemImg {
    aspect-ratio: 570 / 375;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(4) .itemImg {
        aspect-ratio: 335 / 299;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(4) .itemImg::before {
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    content: "";
    width: 26.7rem;
    height: 28.6rem;
    border-radius: 1.2rem;
    position: absolute;
    top: 8.9rem;
    left: 22.7rem;
    opacity: 0.2;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(4) .itemImg::before {
        width: 21.6rem;
        height: 23.2rem;
        top: 6.7rem;
        left: 7.5rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(4) .itemImg .img01 {
    width: 32.1rem;
    top: -2rem;
    left: 14rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(4) .itemImg .img01 {
        width: 26rem;
        top: -1.6rem;
        left: 2.1rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg {
    aspect-ratio: 570 / 330;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg {
        aspect-ratio: 335 / 488;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg::before {
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    content: "";
    width: 32.1rem;
    height: 11.1rem;
    border-radius: 1.2rem;
    position: absolute;
    top: 0;
    left: 20.9rem;
    opacity: 0.2;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg::before {
        width: 26.9rem;
        height: 9.6rem;
        left: 6.1rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img01 {
    width: 33.1rem;
    top: 3.1rem;
    left: 15.2rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img01 {
        width: 28.4rem;
        top: 2.4rem;
        left: 3.5rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img02 {
    width: 12.6rem;
    top: 19.7rem;
    left: 9.9rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img02 {
        width: 30.2rem;
        top: 17rem;
        left: 1.7rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img03 {
    width: 12.6rem;
    top: 19.7rem;
    left: 25.7rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img03 {
        width: 30.2rem;
        top: 29rem;
        left: 1.7rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img04 {
    width: 12.6rem;
    top: 19.7rem;
    left: 41.5rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .img04 {
        width: 30.2rem;
        top: 41rem;
        left: 1.7rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow01 {
    background: linear-gradient(to top, #79c9fb 0%, #79c9fb00 100%);
    width: 14rem;
    aspect-ratio: 140 / 23;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: 15.5rem;
    left: 25rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow01 {
        width: 13rem;
        aspect-ratio: 130 / 22;
        top: 12.2rem;
        left: 10.2rem;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow02,
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow03 {
    background: linear-gradient(to left, #79c9fb 0%, #79c9fb00 100%);
    width: 2rem;
    aspect-ratio: 20 / 76;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 23rem;
    left: 23.3rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow02,
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow03 {
        background: linear-gradient(to top, #79c9fb 0%, #79c9fb00 100%);
        width: 7.4rem;
        aspect-ratio: 74 / 15;
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
        top: 26.5rem;
        left: 13rem!important;
    }
}
.topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow03 {
    left: 39.1rem;
}
@media (max-width: 767px){
    .topSecValue .container .valueItems .valueItem:nth-child(5) .itemImg .arrow03 {
        top: 38.5rem;
    }
}
.topSecSolution {
    background-color: #f2fbff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.topSecSolution::before {
    background: linear-gradient(190deg, #3ee777 0%, #17eb58 15%, #ffffff 60%);
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    width: 64.5rem;
    aspect-ratio: 645 / 882;
    transform: rotate(-42deg);
    transform-origin: left top;
    opacity: 0.13;
    z-index: 1;
}
@media (max-width: 767px){
    .topSecSolution::before {
        top: -1.6rem;
        left: 0;
        width: 24.8rem;
        aspect-ratio: 248 / 340;
    }
}
.topSecSolution::after {
    background: linear-gradient(80deg, #00b5ff 0%, #e6edf0 68%, #ffffff00 100%);
    content: "";
    position: absolute;
    top: 0;
    left: -15rem;
    width: 62.5rem;
    aspect-ratio: 625 / 348;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.3;
    z-index: 1;
}
@media (max-width: 767px){
    .topSecSolution::after {
        top: -1.6rem;
        left: 0;
        width: 18.2rem;
        aspect-ratio: 182 / 112;
    }
}
.topSecSolution .container {
    padding-block: 7.5rem 19rem;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px){
    .topSecSolution .container {
        padding-block: 5rem 3.5rem;
    }
}
.topSecSolution .container .solutionItems {
    display: flex;
    align-items: stretch;
    gap: 2.4rem;
    margin-top: 7.2rem;
    margin-inline: auto;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionItems {
        flex-direction: column;
        gap: 5.5rem;
        margin-top: 3rem;
    }
}
.topSecSolution .container .solutionItem {
    width: calc((100% - 2.4rem * 2) / 3);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionItem {
        width: 100%;
        gap: 3.5rem;
    }
}
.topSecSolution .container .solutionItem:nth-child(1) {
    top: 6rem;
}
.topSecSolution .container .solutionItem:nth-child(2) {
    top: 3rem;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionItem:nth-child(1),
    .topSecSolution .container .solutionItem:nth-child(2) {
        top: 0;
    }
}
.topSecSolution .container .solutionCard {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 3rem #0091c933;
    overflow: hidden;
    flex: 1;
}
.topSecSolution .container .solutionCard > dt {
    color: #ffffff;
    background-color: #78c7fa;
    font-size: 3rem;
    font-weight: 700;
    line-height: calc(38 / 30);
    text-align: center;
    padding: 1.8rem 0.5rem 2rem;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard > dt {
        font-size: 2rem;
        line-height: calc(28 / 20);
        padding: 1.2rem 0.5rem 1.4rem;
    }
}
.topSecSolution .container .solutionItem:nth-child(2) .solutionCard > dt {
    background-color: #4e99f5;
}
.topSecSolution .container .solutionItem:nth-child(3) .solutionCard > dt {
    background-color: #2e79ea;
}
.topSecSolution .container .solutionCard > dd {
    padding: 1.5rem 3rem 2.5rem;
    margin: 0;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard > dd {
        padding: 1.8rem 2.6rem 2.7rem;
    }
}
.topSecSolution .container .solutionCard .itemImg {
    width: max-content;
    height: 10rem;
    margin-inline: auto;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard .itemImg {
        height: 8.8rem;
        margin-bottom: 0.9rem;
    }
}
.topSecSolution .container .solutionCard .itemImg img {
    width: auto;
    height: 100%;
}
.topSecSolution .container .solutionCard .itemCopy {
    color: #78c7fa;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard .itemCopy {
        font-size: 1.8rem;
    }
}
.topSecSolution .container .solutionItem:nth-child(2) .solutionCard .itemCopy {
    color: #4e99f5;
}
.topSecSolution .container .solutionItem:nth-child(3) .solutionCard .itemCopy {
    color: #2e79ea;
}
.topSecSolution .container .solutionCard .itemList {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard .itemList {
        gap: 0.8rem;
        margin-top: 1.5rem;
    }
}
.topSecSolution .container .solutionCard .itemList > li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 400;
    position: relative;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard .itemList > li {
        gap: 0.9rem;
        font-size: 1.4rem;
    }
}
.topSecSolution .container .solutionCard .itemList > li::before {
    color: #ffffff;
    background-color: #78c7fa;
    content: "\f00c";
    width: 2.2rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: relative;
    flex: 0 0 auto;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionCard .itemList > li::before {
        width: 1.8rem;
        font-size: 1rem;
    }
}
.topSecSolution .container .solutionItem:nth-child(2) .solutionCard .itemList > li::before {
    background-color: #4e99f5;
}
.topSecSolution .container .solutionItem:nth-child(3) .solutionCard .itemList > li::before {
    background-color: #2e79ea;
}
.topSecSolution .container .solutionCard > dd p {
    text-align: center;
}
.topSecSolution .container .solutionCard > dd span {
    color: #78c7fa;
}
.topSecSolution .container .solutionItem:nth-child(2) .solutionCard > dd span {
    color: #4e99f5;
}
.topSecSolution .container .solutionItem:nth-child(3) .solutionCard > dd span {
    color: #2e79ea;
}
.topSecSolution .container .solutionSub {
    color: #ffffff;
    background-color: #78c7fa;
    padding: 2.5rem 3.9rem;
    border-radius: 1.2rem;
    position: relative;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionSub {
        padding: 2.2rem 3.4rem 1.9rem;
    }
}
.topSecSolution .container .solutionItem:nth-child(2) .solutionSub {
    background-color: #4e99f5;
}
.topSecSolution .container .solutionItem:nth-child(3) .solutionSub {
    background-color: #2e79ea;
}
.topSecSolution .container .solutionSub::before {
    background: linear-gradient(to bottom, #f7fcff 0%, #8edeff 100%);
    content: "";
    width: 20rem;
    height: 3rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionSub::before {
        width: 17.5rem;
        height: 3.6rem;
        top: -5rem;
    }
}
.topSecSolution .container .solutionSub .itemLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionSub .itemLabel {
        gap: 1.4rem;
        margin-bottom: 1.2rem;
        font-size: 1.3rem;
    }
}
.topSecSolution .container .solutionSub .itemLabel .itemLogo {
    background: url(../images/logo_white.svg) no-repeat center center;
    background-size: 100% auto;
    width: 12.8rem;
    height: 2.4rem;
    text-indent: -999rem;
    overflow: hidden;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionSub .itemLabel .itemLogo {
        width: 11.2rem;
        height: 2.1rem;
    }
}
.topSecSolution .container .solutionSub .itemLabel::before,
.topSecSolution .container .solutionSub .itemLabel::after {
    background-color: #ffffff;
    content: "";
    height: 0.1rem;
    position: relative;
    flex: 1;
}
.topSecSolution .container .solutionSub p {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: calc(31 / 19);
    text-align: center;
}
@media (max-width: 767px){
    .topSecSolution .container .solutionSub p {
        font-size: 1.5rem;
        line-height: calc(25 / 15);
    }
}
.topSecSolution .container .solutionSub p strong {
    font-size: 2.2rem;
    line-height: calc(31 / 22);
}
@media (max-width: 767px){
    .topSecSolution .container .solutionSub p strong {
        font-size: 1.8rem;
        line-height: calc(25 / 18);
    }
}
.topSecIntegration {
    background-color: #edf8ff;
    position: relative;
}
.topSecIntegration::before {
    background: linear-gradient(to right bottom, #54c2f059 0%, #65D89600 100%);
    background: linear-gradient(to right bottom in hsl, #54c2f059 0%, #65D89600 100%);
    content: "";
    position: absolute;
    top: 0;
    right: -3.5rem;
    width: 62.5rem;
    aspect-ratio: 625 / 464;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 1;
}
@media (max-width: 767px){
    .topSecIntegration::before {
        display: none;
    }
}
.topSecIntegration::after {
    background: linear-gradient(to left top, #54c2f059 0%, #65D89600 100%);
    background: linear-gradient(to left top in hsl, #54c2f059 0%, #65D89600 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62.5rem;
    aspect-ratio: 625 / 464;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 1;
}
@media (max-width: 767px){
    .topSecIntegration::after {
        display: none;
    }
}
.topSecIntegration .container {
    padding-block: 5rem 10.3rem;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px){
    .topSecIntegration .container {
        padding-block: 3rem 9.8rem;
    }
}
.topSecIntegration .container > p {
    text-align: center;
}
.topSecIntegration .container span {
    color: #2a70f0;
    font-weight: 700;
}
.topSecIntegration .container .integrationItems {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3.5rem;
    max-width: 94rem;
    margin-top: 6.8rem;
    margin-inline: auto;
}
@media (max-width: 767px){
    .topSecIntegration .container .integrationItems {
        gap: 3.4rem;
        max-width: none;
        margin-top: 3.4rem;
    }
}
.topSecIntegration .container .integrationItem {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 4.5rem 5.4rem 5rem 7.4rem;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem #0091c933;
}
@media (max-width: 767px){
    .topSecIntegration .container .integrationItem {
        flex-direction: column;
        gap: 1rem;
        padding: 4rem 2.8rem 4.5rem;
        border-radius: 1.2rem;
        box-shadow: 0 1rem 2rem #0091c933;
    }
}
.topSecIntegration .container .integrationItem .itemImg {
    width: 26.7rem;
    flex: 0 0 auto;
    filter: drop-shadow(0 1rem 2rem #0091c933);
}
@media (max-width: 767px){
    .topSecIntegration .container .integrationItem .itemImg {
        width: 26.7rem;
        margin-inline: auto;
        box-shadow: 0 1rem 2rem #0091c933;
    }
}
.topSecIntegration .container .integrationItem .itemBody {
    flex: 1;
}
.topSecIntegration .container .integrationItem .itemLabel {
    color: #ffffff;
    background-color: #2a70f0;
    width: fit-content;
    padding: 0.5rem 1.2rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
@media (max-width: 767px){
    .topSecIntegration .container .integrationItem .itemLabel {
        padding: 0.5rem 1.2rem;
        margin-bottom: 2rem;
        font-size: 2.4rem;
        line-height: calc(30 / 24);
    }
}
.topSecIntegration .container .integrationItem .itemCopy {
    color: #2a70f0;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
@media (max-width: 767px){
    .topSecIntegration .container .integrationItem .itemCopy {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
    }
}
.topSecIntegration .container .integrationItem p {
    line-height: calc(26 / 16);
}
@media (max-width: 767px){
    .topSecIntegration .container .integrationItem p {
        font-size: 1.6rem;
        line-height: calc(28 / 16);
    }
}
.topSecIntegration .container .integrationItem .itemLogos {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}
.topSecIntegration .container .integrationItem .itemLogos > li {
    max-width: 15rem;
    flex: 1;
}
.topSecCase {
    position: relative;
}
.topSecCase::after {
    background: linear-gradient(to right top, #54c2f059 0%, #65D89600 100%);
    background: linear-gradient(to right top in hsl, #54c2f059 0%, #65D89600 100%);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62.5rem;
    aspect-ratio: 625 / 464;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    opacity: 0.38;
    z-index: 1;
}
@media (max-width: 767px){
    .topSecCase::after {
        width: 26.5rem;
        aspect-ratio: 265 / 197;
    }
}
.topSecCase .container {
    position: relative;
    padding-block: 5rem 9.7rem;
    z-index: 2;
}
@media (max-width: 767px){
    .topSecCase .container {
        padding-block: 3rem 6.6rem;
    }
}
.topSecCase .container .caseCardItems {
    display: flex;
    gap: 6.3rem;
    margin-block: 2rem 8rem;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItems {
        flex-direction: column;
        gap: 3.8rem;
        margin-block: 3rem 1.4rem;
    }
}
.topSecCase .container .caseCardItem {
    width: calc((100% - 6.3rem * 2) / 3);
    flex: 0 1 auto;
    position: relative;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem {
        width: 100%;
    }
}
.topSecCase .container .caseCardItem:nth-child(2) {
    top: 4rem;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem:nth-child(2) {
        top: 0;
    }
}
.topSecCase .container .caseCardItem .itemImgArea {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 7rem;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemImgArea {
        position: relative;
        margin-top: 2rem;
        margin-bottom: 5.8rem;
    }
}
.topSecCase .container .caseCardItem .itemImg {
    width: 100%;
    aspect-ratio: 360 / 180;
    border-radius: 1rem;
    overflow: hidden;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemImg {
        aspect-ratio: 335 / 168;
        border-radius: 1.2rem;
    }
}
.topSecCase .container .caseCardItem .itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topSecCase .container .caseCardItem .itemLogo {
    position: absolute;
    background-color: #ffffff;
    border-radius: 1rem;
    filter: drop-shadow(0.3rem 0.3rem 0.8rem #0000001f);
    width: max-content;
    padding: 1.7rem 0.9rem;
    text-align: center;
    top: calc(100% - 1.2rem);
    left: 0;
    z-index: 10;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemLogo {
        border-radius: 2.1rem;
        filter: drop-shadow(0.3rem 0.3rem 0.8rem #0000001f);
        padding: 1.5rem 0.7rem ;
    }
}
.topSecCase .container .caseCardItem:nth-child(2) .itemLogo {
    left: auto;
    right: 2rem;
}
.topSecCase .container .caseCardItem:nth-child(3) .itemLogo {
    left: auto;
    right: 2rem;
}
.topSecCase .container .caseCardItem .itemLogo::before {
    content: '';
    position: absolute;
    width: 1.4rem;
    height: 0.9rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #ffffff;
    top: -0.9rem;
    left: 1.6rem;
    z-index: 10;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemLogo::before {
        width: 1.3rem;
        height: 0.9rem;
        top: -0.8rem;
        left: 1.6rem;
    }
}
.topSecCase .container .caseCardItem .itemLogo img {
    width: auto;
    height: 5rem;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemLogo img {
        height: 4.8rem;
    }
}
.topSecCase .container .caseCardItem .itemBody {
    background-color: #ffffff;
    border-radius: 1rem;
    filter: drop-shadow(0 0.5rem 2rem #62d7c066);
    margin-top: 2.1rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemBody {
        border-radius: 1.6rem;
        filter: drop-shadow(0px 0.5rem 2rem #62d7c066);
        margin-top: 0;
        padding: 2.7rem 2.7rem 1.4rem 2.8rem;
        gap: 0.5rem;
    }
}
.topSecCase .container .caseCardItem:nth-child(2) .itemBody {
    filter: drop-shadow(0px 0.5rem 2rem #4d91ff66);
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem:nth-child(2) .itemBody {
        filter: drop-shadow(0px 0.5rem 2rem #4d91ff66);
    }
}
.topSecCase .container .caseCardItem:nth-child(3) .itemBody {
    filter: drop-shadow(0px 0.5rem 2rem #4d91ff66);
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem:nth-child(3) .itemBody {
        filter: drop-shadow(0px 0.5rem 2rem #4d91ff66);
    }
}
.topSecCase .container .caseCardItem .itemBody::before {
    background-color: #ffffff;
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 3rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    bottom: -2.9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemBody::before {
        width: 2.3rem;
        height: 2.8rem;
        bottom: -2.7rem;
    }
}
.topSecCase .container .caseCardItem .itemBody::after {
    background-color: #62d7c0;
    mask-image: url("../images/top/icon_quote.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    content: "";
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -0.8rem;
    left: 1.5rem;
    z-index: 11;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemBody::after {
        width: 2.3rem;
        left: 1.4rem;
    }
}
.topSecCase .container .caseCardItem:nth-child(2) .itemBody::after {
    background-color: #524dff;
}
.topSecCase .container .caseCardItem:nth-child(3) .itemBody::after {
    background-color: #f84b5f;
}
.topSecCase .container .caseCardItem .itemCopy {
    font-size: 2.4rem;
    font-weight: 700;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemCopy {
        font-size: 2rem;
        margin-bottom: 0.4rem;
    }
}
.topSecCase .container .caseCardItem .itemCopy mark {
    color: #ffffff;
    background-color: #62d7c0;
    line-height: calc(32 / 20);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.2em;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemCopy mark {
        line-height: calc(29 / 18);
    }
}
.topSecCase .container .caseCardItem:nth-child(2) .itemCopy mark {
    background-color: #524dff;
}
.topSecCase .container .caseCardItem:nth-child(3) .itemCopy mark {
    background-color: #f84b5f;
}
.topSecCase .container .caseCardItem .itemName {
    font-size: 1.2rem;
    text-align: right;
}
@media (max-width: 767px){
    .topSecCase .container .caseCardItem .itemName {
        font-size: 1.2rem;
    }
}
.topSecSupport{
    background-color: #f2fbff;
}
.topSecSupport .container {
    padding-block: 5rem 10rem;
}
@media (max-width: 767px){
    .topSecSupport .container {
        padding-block: 3rem 10rem;
    }
}
.topSecSupport .container p {
    color: #31355b;
    text-align: center;
}
.topSecSupport .container span {
    color: #2a70f0;
    display: contents;
}
.topSecSupport .container .supportItem {
    background-color: #ffffff;
    max-width: 96rem;
    margin: 4rem auto 0;
    padding: 3rem 2rem;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2rem #0091c933;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px){
    .topSecSupport .container .supportItem {
        max-width: none;
        margin-top: 4.2rem;
        padding: 3.3rem 1.9rem 3.1rem;
        border-radius: 1.2rem;
        box-shadow: 0 1rem 2rem #0091c933;
    }
}
.topSecSupport .container .supportItem .itemList {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
}
@media (max-width: 767px){
    .topSecSupport .container .supportItem .itemList {
        gap: 1.4rem;
    }
}
.topSecSupport .container .supportItem .itemList > li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}
@media (max-width: 767px){
    .topSecSupport .container .supportItem .itemList > li {
        align-items: baseline;
        gap: 1.1rem;
        font-size: 1.5rem;
    }
}
.topSecSupport .container .supportItem .itemList > li::before {
    color: #ffffff;
    background-color: #2a70f0;
    content: "\f00c";
    width: 2.7rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: relative;
    flex: 0 0 auto;
}
@media (max-width: 767px){
    .topSecSupport .container .supportItem .itemList > li::before {
        width: 2.2rem;
        font-size: 1.4rem;
    }
}
.topSecPrice {
    background-color: #ffffff;
    position: relative;
}
.topSecPrice::before {
    background: linear-gradient(to left bottom, #54c2f059 0%, #65d89600 100%);
    background: linear-gradient(to left bottom in hsl, #54c2f059 0%, #65d89600 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62.5rem;
    aspect-ratio: 625 / 464;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.63;
    z-index: 1;
}
@media (max-width: 767px){
    .topSecPrice::before {
        width: 20.6rem;
        aspect-ratio: 206 / 154;
    }
}
.topSecPrice::after {
    background: linear-gradient(to right top, #54c2f059 0%, #65d89600 100%);
    background: linear-gradient(to right top in hsl, #54c2f059 0%, #65d89600 100%);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62.5rem;
    aspect-ratio: 625 / 464;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.63;
    z-index: 1;
}
@media (max-width: 767px){
    .topSecPrice::after {
        width: 20.6rem;
        aspect-ratio: 206 / 154;
    }
}
.topSecPrice .container {
    padding-block: 5rem 10rem;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px){
    .topSecPrice .container {
        padding-block: 3rem 4.7rem;
    }
}
.topSecPrice .container > p {
    text-align: center;
}
.topSecPrice .container .priceItems {
    background-color: #ffffff;
    margin: 9rem auto 12.6rem;
    padding: 2.8rem 2rem;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 2rem #0000001f;
    display: flex;
    gap: 3rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItems {
        margin: 6.3rem auto 3.2rem;
        padding: 2.4rem 1.4rem;
        flex-direction: column;
        gap: 3.2rem;
    }
}
.topSecPrice .container .priceItem {
    max-width: 24.4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    flex: 0 1 auto;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem {
        max-width: none;
        display: grid;
        grid-template-columns: 6rem auto;
        gap: 1.5rem;
    }
}
.topSecPrice .container .priceItem:nth-child(2) {
    background-color: #ebf8ff;
    max-width: none;
    padding: 2rem 2.2rem 2.6rem;
    border-radius: 1rem;
    box-shadow: 0.3rem 0.3rem 2rem #0000001f;
    top: -9rem;
    margin-bottom: -19rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem:nth-child(2) {
        margin-inline: -3.4rem;
        padding: 2.4rem 3.4rem 1.9rem;
        border-radius: 0;
        box-shadow: 0.3rem 0.3rem 1.2rem #00000029;
        top: 0;
        margin-bottom: 0;
    }
}
.topSecPrice .container .priceItem .itemCopy {
    color: #2a70f0;
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemCopy {
        gap: 0.6rem;
        grid-column: 2 / 3;
    }
}
.topSecPrice .container .priceItem .itemCopy::before,
.topSecPrice .container .priceItem .itemCopy::after {
    background-color: #2a70f0;
    content: "";
    width: 0.2rem;
    height: 100%;
    transform: rotate(-30deg);
}
.topSecPrice .container .priceItem .itemCopy::after {
    transform: rotate(30deg);
}
.topSecPrice .container .priceItem .itemPlan {
    color: #ffffff;
    background-color: #55c3ed;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 1.6rem 1rem;
    border-radius: 1rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemPlan {
        font-size: 1.8rem;
        font-weight: 800;
        letter-spacing: calc((26 - 18) * 0.1em);
        padding: 1.6rem 1.5rem;
        grid-column: 1 / 2;
        grid-row: 1 / span 3;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}
.topSecPrice .container .priceItem:nth-child(2) .itemPlan {
    background: linear-gradient(to right, #54c2f0, #65d896);
    font-size: 2.6rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem:nth-child(2) .itemPlan {
        background: linear-gradient(to bottom, #54c2f0, #64d798);
        font-size: 1.8rem;
    }
}
.topSecPrice .container .priceItem:nth-child(3) .itemPlan {
    background-color: #6fd98b;
}
.topSecPrice .container .priceItem:nth-child(4) .itemPlan {
    background-color: #646464;
}
.topSecPrice .container .priceItem .itemDesc {
    padding-inline: 1.2rem;
/*    flex: 1;*/
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemDesc {
        padding-inline: 0;
        font-size: 1.5rem;
    }
}
.topSecPrice .container .priceItem .itemBody {
    flex: 2;
    padding-top: 2.2rem;
    border-top: 0.2rem solid #e6e6e6;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemBody {
        grid-column: 2 / 3;
        padding-top: 0;
        border-top: none;
    }
}
.topSecPrice .container .priceItem .itemBasicPlan {
    border: 0.2rem solid #77d2ff;
    border-radius: 0.8rem;
    padding: 1.6rem 1rem;
    margin-bottom: 7.4rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemBasicPlan {
        border-radius: 0.8rem;
        padding: 1.1rem 1.4rem;
        margin-bottom: 4.5rem;
        font-size: 1.8rem;
    }
}
.topSecPrice .container .priceItem:nth-child(2) .itemBasicPlan {
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    margin-bottom: 6.8rem;
    font-size: 2.2rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem:nth-child(2) .itemBasicPlan {
        padding: 1.1rem 1.7rem;
        margin-bottom: 4.8rem;
        font-size: 1.8rem;
    }
}
.topSecPrice .container .priceItem .itemBasicPlan::before {
    color: #434343;
    background-color: #ffffff;
    content: "＋";
    width: 3.8rem;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: -5.4rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0.3rem 0.3rem 1.2rem #00000014;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemBasicPlan::before {
        width: 2.8rem;
        bottom: -3.8rem;
    }
}
.topSecPrice .container .priceItem .itemList {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemList {
        gap: 0.8rem;
    }
}
.topSecPrice .container .priceItem .itemList > li {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemList > li {
        gap: 0.7rem;
    }
}
.topSecPrice .container .priceItem .itemList > li::before {
    color: #ffffff;
    background-color: #2f76f0;
    content: "\f00c";
    width: 2.2rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: relative;
    flex: 0 0 auto;
}
@media (max-width: 767px){
    .topSecPrice .container .priceItem .itemList > li::before {
        width: 1.5rem;
        font-size: 0.8rem;
    }
}
.topSecQuestion {
    background-color: #f2fbff;
    overflow: hidden;
    z-index: 0;
}
.topSecQuestion::after {
    background: linear-gradient(to right top, #89d2f0 0%, #f4fafd 100%);
    content: "";
    width: 32.3rem;
    aspect-ratio: 323 / 553;
    clip-path: polygon(100% 0, 60% 100%, 0% 60%);
    position: absolute;
    right: 0;
    bottom: -23.6rem;
    transform: rotate(-133deg);
    transform-origin: center center;
    opacity: 0.3;
    z-index: -1;
}
@media (max-width: 767px){
    .topSecQuestion::after {
        width: 15.6rem;
        aspect-ratio: 156 / 266;
        bottom: -11rem;
    }
}
.topSecQuestion .container {
    padding-block: 5rem 13.7rem;
}
@media (max-width: 767px){
    .topSecQuestion .container {
        padding-block: 3rem 12rem;
    }
}
.topSecQuestion .container::after {
    background: linear-gradient(to top, #17eb58c9 0%, #ffffffc9 70%);
    content: "";
    width: 64.5rem;
    aspect-ratio: 645 / 882;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-48deg);
    transform-origin: right bottom;
    opacity: 0.13;
    z-index: -1;
}
@media (max-width: 767px){
    .topSecQuestion .container::after {
        width: 31rem;
        aspect-ratio: 310 / 424;
    }
}
.topSecQuestion .container .accordionItems {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4rem;
    max-width: 100rem;
    margin: 5.5rem auto 0;
}
@media (max-width: 767px){
    .topSecQuestion .container .accordionItems {
        gap: 3.2rem;
        max-width: none;
        margin-top: 3.2rem;
    }
}
.topSecQuestion .container .accordionItem {
    background-color: #ffffff;
    margin: 0;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem #0091c933;
    overflow: hidden;
    position: relative;
}
@media (max-width: 767px){
    .topSecQuestion .container .accordionItem {
        border-radius: 1rem;
        box-shadow: 0.3rem 0.3rem 1rem #00000014;
    }
}
.topSecQuestion .container .accordionItem > dt {
    padding: 2.8rem 8.5rem 2.6rem 5.6rem;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px){
    .topSecQuestion .container .accordionItem > dt {
        padding: 1.6rem 4rem 1.8rem 1.6rem;
    }
}
.topSecQuestion .container .accordionItem > dt::after {
    color: #00a1eb;
    content: "＋";
    font-size: 2.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px){
    .topSecQuestion .container .accordionItem > dt::after {
        font-size: 2rem;
        right: 2.4rem;
    }
}
.topSecQuestion .container .accordionItem > dt.open::after {
    content: "ー";
}
.topSecQuestion .container .accordionItem > dd {
    padding: 2.2rem 5.6rem 2.8rem;
    margin: 0;
    opacity: 1;
    height: auto;
    transition: all 0.3s ease;
    transition-behavior: allow-discrete;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px){
    .topSecQuestion .container .accordionItem > dd {
        padding: 1.8rem 6rem 1.8rem 1.8rem;
    }
}
.topSecQuestion .container .accordionItem:not(:has(.open)) > dd {
    opacity: 0;
    height: 0;
    padding-block: 0;
}
.topSecQuestion .container .questionText {
    display: flex;
    align-items: baseline;
    gap: 1.6rem;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
}
@media (max-width: 767px){
    .topSecQuestion .container .questionText {
        gap: 0.8rem;
        font-size: 1.6rem;
        line-height: calc(26 / 16);
    }
}
.topSecQuestion .container .questionText::before {
    color: #00a1eb;
    content: "Q";
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    flex: 0 0 auto;
}
@media (max-width: 767px){
    .topSecQuestion .container .questionText::before {
        font-size: 2rem;
    }
}
.topSecQuestion .container .answerText {
/*    display: flex;
    align-items: baseline;
    gap: 1.8rem;
    font-weight: 400;
    position: relative;*/
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: baseline;
    gap: 0 1.8rem;
    font-weight: 400;
    position: relative;
}
@media (max-width: 767px){
    .topSecQuestion .container .answerText {
        gap: 0 0.8rem;
        font-size: 1.5rem;
    }
}
.topSecQuestion .container .answerText::before {
    color: #00a1eb;
    content: "A";
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
/*    flex: 0 0 auto;*/
    grid-column: 1 / 2;
    grid-row: 1 / span 10;
}
@media (max-width: 767px){
    .topSecQuestion .container .answerText::before {
        font-size: 2rem;
    }
}
.topSecQuestion .container .answerText > * {
    grid-column: 2 / 3;
}
.topSecQuestion .container .answerText > *:first-child {
    margin-top: 0!important;
}
.topSecQuestion .container .answerText > p {
    margin-top: 1em;
}
.topSecQuestion .container .answerText > ul > li {
    text-indent: -1em;
    padding-left: 1em;
}
    
.floatingCTA {
    color: #ffffff;
    background: linear-gradient(to right bottom, #54c2f0 0%, #65d896 100%);
    border: 3px solid #54c2f0;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    position: fixed;
    bottom: 124px;
    right: 23px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
    z-index: 9999;
}
@media (min-width: 768px) and (max-width: 1240px){
    .floatingCTA {
        border-width: calc(3 / 1240 * 100vw);
        border-radius: calc(10 / 1240 * 100vw);
        box-shadow: 0 calc(3 / 1240 * 100vw) calc(6 / 1240 * 100vw) #00000029;
        bottom: calc(124 / 1240 * 100vw);
        right: calc(23 / 1240 * 100vw);
    }
}
@media (max-width: 767px){
    .floatingCTA {
        display: none;
    }
}
.floatingCTA .inner {
    padding: 13px 13px 15px;
}
@media (min-width: 768px) and (max-width: 1240px){
    .floatingCTA .inner {
        padding: calc(13 / 1240 * 100vw) calc(13 / 1240 * 100vw) calc(15 / 1240 * 100vw);
    }
}
.floatingCTA .inner .CTALogo {
    width: 107px;
    margin: 0 auto 15px;
}
@media (min-width: 768px) and (max-width: 1240px){
    .floatingCTA .inner .CTALogo {
        width: calc(107 / 1240 * 100vw);
        margin: 0 auto calc(15 / 1240 * 100vw);
    }
}
.floatingCTA .inner .CTABtns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    width: 224px;
}
@media (min-width: 768px) and (max-width: 1240px){
    .floatingCTA .inner .CTABtns {
        gap: calc(7 / 1240 * 100vw);
        width: calc(224 / 1240 * 100vw);
    }
}
.floatingCTA .inner .CTABtns .CTABtn {
    width: 100%;
}
.floatingCTA .inner .CTABtns .CTABtn > a {
    color: #4690f3;
    background-color: #ffffff;
    display: block;
    width: 100%;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: calc(21 / 15);
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1240px){
    .floatingCTA .inner .CTABtns .CTABtn > a {
        padding: calc(9 / 1240 * 100vw) calc(10 / 1240 * 100vw);
        border-radius: calc(4 / 1240 * 100vw);
        font-size: calc(15 / 1240 * 100vw);
    }
}
.floatingCTA .inner .CTABtns .CTABtn > a:hover {
    color: #ffffff;
    background-color: #4690f3;
}
.floatingCTA .inner .CTABtns .CTABtn.-bgBlue > a {
    color: #ffffff;
    background-color: #4690f3;
}
.floatingCTA .inner .CTABtns .CTABtn.-bgBlue > a:hover {
    color: #4690f3;
    background-color: #ffffff;
}

/* ------------------------------
    スクロールアニメーション
------------------------------ */
*[data-scroll], *[data-load] {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    opacity: 0;
    -webkit-transform: translateY(6rem);
           transform: translateY(6rem);
    --gap: 250ms;
}
@media screen and (min-width: 768px) {
    *[data-scroll], *[data-load] {
        --gap: 250ms;
    }
}
*[data-scroll][data-scroll-delay="1"], *[data-load][data-scroll-delay="1"] {
    -webkit-transition-delay: calc(var(--gap) * 1);
            transition-delay: calc(var(--gap) * 1);
}
*[data-scroll][data-scroll-delay="2"], *[data-load][data-scroll-delay="2"] {
    -webkit-transition-delay: calc(var(--gap) * 2);
            transition-delay: calc(var(--gap) * 2);
}
*[data-scroll][data-scroll-delay="3"], *[data-load][data-scroll-delay="3"] {
    -webkit-transition-delay: calc(var(--gap) * 3);
            transition-delay: calc(var(--gap) * 3);
}
*[data-scroll][data-scroll-delay="4"], *[data-load][data-scroll-delay="4"] {
    -webkit-transition-delay: calc(var(--gap) * 4);
            transition-delay: calc(var(--gap) * 4);
}
*[data-scroll][data-scroll-delay="5"], *[data-load][data-scroll-delay="5"] {
    -webkit-transition-delay: calc(var(--gap) * 5);
            transition-delay: calc(var(--gap) * 5);
}
*[data-scroll][data-scroll-delay="6"], *[data-load][data-scroll-delay="6"] {
    -webkit-transition-delay: calc(var(--gap) * 6);
            transition-delay: calc(var(--gap) * 6);
}
*[data-scroll][data-scroll-delay="7"], *[data-load][data-scroll-delay="7"] {
    -webkit-transition-delay: calc(var(--gap) * 7);
            transition-delay: calc(var(--gap) * 7);
}
*[data-scroll][data-scroll-delay="8"], *[data-load][data-scroll-delay="8"] {
    -webkit-transition-delay: calc(var(--gap) * 8);
            transition-delay: calc(var(--gap) * 8);
}
*[data-scroll][data-scroll-delay="9"], *[data-load][data-scroll-delay="9"] {
    -webkit-transition-delay: calc(var(--gap) * 9);
            transition-delay: calc(var(--gap) * 9);
}
*[data-scroll][data-scroll-delay="10"], *[data-load][data-scroll-delay="10"] {
    -webkit-transition-delay: calc(var(--gap) * 10);
            transition-delay: calc(var(--gap) * 10);
}

*[data-scroll].scroll-show, *[data-load].scroll-show {
    opacity: 1;
    scale: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

*[data-scroll=fadein-top], *[data-load=fadein-top] {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
}

*[data-scroll=fadein], *[data-load=fadein] {
    scale: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, scale 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s, scale 0.4s;
    transition: opacity 0.4s, transform 0.4s, scale 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s, scale 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

*[data-scroll=title01], *[data-load=title01] {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
}
  