.media-section .top-h3 + .text-right {
    margin-top: -70px;
    margin-bottom: 0;
}
.media-section .row-flex {
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.75;
}
.media-section .row-flex p {
    margin-bottom: 15px;
}
.media-section .name-categ a {
    display: inline-block;
    border: 1px solid #707070;
    padding: 1.5px 9px;
    font-size: 13px;
}
@media (max-width: 768px) {
    .media-section .top-h3 + .text-right {
        margin-top: 0;
    }
    .media-section .row-flex {
        margin-bottom: 0;
    }
}

.top-news {
    background: #ecf3f9;
    padding: 22px 50px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
}
.top-news .news-inner {
    display: flex;
    align-items: center;
}

.newstool-index-container .news-date,
.newstool-index-container + p {
    font-size: 14px;
}
.nic-cover {
    overflow: hidden;
    height: 36px;
    position: relative;
    width: calc(100% - 95px) !important;
}
.newstool-index-container {
    width: 100% !important;
    height: inherit;
    overflow: inherit;
    position: relative;
}
.newstool-index-container .newstool-list-block {
    max-width: inherit;
}

@keyframes ticker {
    0% {
        top: 0;
        opacity: 1;
    }
    27.5% {
        top: 0;
        opacity: 1;
    }
    33% {
        top: -36px;
        opacity: 1;
    }
    34% {
        top: -36px;
        opacity: 0;
    }
    35% {
        top: 36px;
        opacity: 0;
    }
    80% {
        top: 36px;
        opacity: 1;
    }
    93.5% {
        top: 36px;
        opacity: 1;
    }
    99% {
        top: 0;
        opacity: 1;
    }
}
@keyframes ticker2 {
    0% {
        top: 36px;
        opacity: 1;
    }
    27.5% {
        top: 36px;
        opacity: 1;
    }
    33% {
        top: 0;
        opacity: 1;
    }
    60.5% {
        top: 0;
        opacity: 1;
    }
    66% {
        top: -36px;
        opacity: 1;
    }
    67% {
        top: -36px;
        opacity: 0;
    }
    68% {
        top: 36px;
        opacity: 0;
    }
    69% {
        top: 36px;
        opacity: 1;
    }
}
@keyframes ticker3 {
    0% {
        top: -36px;
        opacity: 0;
    }
    1% {
        top: 36px;
        opacity: 0;
    }
    2% {
        top: 36px;
        opacity: 1;
    }
    60.5% {
        top: 36px;
        opacity: 1;
    }
    66% {
        top: 0;
        opacity: 1;
    }
    92.5% {
        top: 0;
        opacity: 1;
    }
    99% {
        top: -36px;
        opacity: 1;
    }
    100% {
        top: -36px;
        opacity: 0;
    }
}
.newstool-index-container .newstool-list-block:nth-of-type(1) {
    top: 0;
    animation: ticker 20s infinite;
}
.newstool-index-container .newstool-list-block:nth-of-type(2) {
    top: 36px;
    animation: ticker2 20s infinite;
}
.newstool-index-container .newstool-list-block:nth-of-type(3) {
    top: 36px;
    animation: ticker3 20s infinite;
}

@keyframes tickersp {
    0% {
        top: 0;
        opacity: 1;
    }
    27.5% {
        top: 0;
        opacity: 1;
    }
    33% {
        top: -45px;
        opacity: 1;
    }
    34% {
        top: -45px;
        opacity: 0;
    }
    35% {
        top: 45px;
        opacity: 0;
    }
    80% {
        top: 45px;
        opacity: 1;
    }
    93.5% {
        top: 45px;
        opacity: 1;
    }
    99% {
        top: 0;
        opacity: 1;
    }
}
@keyframes ticker2sp {
    0% {
        top: 45px;
        opacity: 1;
    }
    27.5% {
        top: 45px;
        opacity: 1;
    }
    33% {
        top: 0;
        opacity: 1;
    }
    60.5% {
        top: 0;
        opacity: 1;
    }
    66% {
        top: -45px;
        opacity: 1;
    }
    67% {
        top: -45px;
        opacity: 0;
    }
    68% {
        top: 45px;
        opacity: 0;
    }
    69% {
        top: 45px;
        opacity: 1;
    }
}
@keyframes ticker3sp {
    0% {
        top: -45px;
        opacity: 0;
    }
    1% {
        top: 45px;
        opacity: 0;
    }
    2% {
        top: 45px;
        opacity: 1;
    }
    60.5% {
        top: 45px;
        opacity: 1;
    }
    66% {
        top: 0;
        opacity: 1;
    }
    92.5% {
        top: 0;
        opacity: 1;
    }
    99% {
        top: -45px;
        opacity: 1;
    }
    100% {
        top: -45px;
        opacity: 0;
    }
}

.newstool-index-container .news-title {
    width: calc(100% - 275px);
}

.top-news .news-row {
    margin-right: auto;
    padding: 5px 0;
    align-items: center;
}
.top-news .news-row dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-news .news-more {
    font-size: 14px;
    margin-left: auto;
}
/*
.slide-news{
    width: calc(100% - 230px);
    padding-right: 30px;
}
*/

.top-sec-intro {
    margin-top: 30px;
    font-size: 18px;
}
.newstool-index-container .newstool-list-block .news-title a p {
    font-size: 14px;
    max-width: 100%;
}
.newstool-index-container .icon-new {
    display: none;
}

/* section4:脱出作戦（ブログ）>>>>>>>> */
.sec-blog {
    padding-top: 70px;
    margin: auto;
    margin-bottom: 100px;
    width: 80%;
    position: relative;
}
.sec-blog::before {
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 5.5%;
    top: 0;
    background: #eff4ff;
    border-radius: 10px;
}
.sec-blog::after {
    content: "";
    position: absolute;
    background: url(../img/yamadakun.png) no-repeat;
    width: 44px;
    height: 80px;
    top: 43px;
    right: calc(5.5% - 37px);
}
.atcl-block {
    padding-bottom: 40px;
}
.media-conts {
    position: relative;
    z-index: 2;
    display: flex;
}
.article-area {
    padding-left: 25px;
    padding-right: 60px;
    width: calc(100% - 377px);
}
.blog-logo {
    width: 292px;
    margin-top: 77px;
}
.middle-area-ttllogo {
    display: none;
}
.blog-more {
    margin-top: 60px;
}
/* <<<<<<< section4:脱出作戦（ブログ） */
/* >>>>>>>>> modal >>>>>>>>> */
.modal {
    display: none;
    position: fixed;
    /* z-index:12; */
    z-index: 100000001;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 720px;
    height: 470px;
    transform: translate(-50%, -50%);
    padding: 0;
    text-align: center;
    animation: 0.5s opening2;
}
.modal .pr_box {
    max-width: 720px;
    height: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 10px;
    background: #ffffff;
}
.pr_box img {
    width: 100%;
    transition: 0.5s;
}
.pr_box img:hover {
    opacity: 0.85;
    transition: 0.5s;
}
.close_modal {
    width: 100px;
    height: 30px;
    margin: 10px auto;
    border-radius: 5px;
}
.close_modal a {
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
    background: #cccccc;
    box-sizing: border-box;
    transition: 0s;
}
.close_modal a:hover {
    color: #005bac;
    background: #fff;
    border: 2px solid #005bac;
    line-height: 26px;
    transition: 0s;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .middle-area-ttllogo {
        display: block;
        width: 292px;
        margin: auto;
        margin-bottom: 40px;
    }
    .blog-logo {
        display: none;
    }
    .blog-more {
        margin-top: 0;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .media-conts {
        display: block;
    }
    .article-area {
        width: calc(100% - 25px);
    }
}
@media (max-width: 768px) {
    .article-area,
    .sec-blog::after {
        display: none;
    }
    .sec-blog {
        width: 100%;
        padding-top: 1px;
        background: #eff4ff;
    }
    .sec-blog .media-conts {
        width: 85%;
        margin: auto;
    }
    .sec-blog::before {
        display: none;
    }
    .blog-logo,
    .blog-logo img {
        width: 100%;
    }
    .blog-more {
        margin-top: 30px;
        padding-bottom: 60px;
    }
    .blog-more .btn-through {
        min-width: 220px;
    }
    .modal {
        top: 40%;
        left: 50%;
        width: 310px;
        height: 111px;
    }
    .modal .pr_box {
        width: 290px;
        height: auto;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
        padding: 10px;
        background: #ffffff;
    }
}

@media (max-width: 768px) {
    /* news */
    .top-news {
        border-radius: 10px;
        padding: 20px;
    }
    .newstool-index-container {
        margin-bottom: 0;
        width: calc(100% - 70px) !important;
    }
    .nic-cover {
        /* .newstool-index-container{ */
        width: 100% !important;
        margin-bottom: 0;
        height: 44px;
    }
    .newstool-index-container .newstool-list-block {
        margin: auto;
        /* position: relative;         */
        margin-bottom: 10px;
    }
    .newstool-index-container .news-title {
        width: 100%;
        margin-top: 0;
    }
    .newstool-index-container .news-title a {
        overflow: hidden;
        height: auto;
    }
    .newstool-index-container .news-title p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 5px 0 0;
    }
    .newstool-index-container .news-date {
        font-size: 12px;
    }
    .top-news .news-row {
        width: 100%;
    }
    .top-news .news-row dd {
        width: 100%;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }
    .top-news .news-more {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    /*
    .slide-news{
        width: 100%;
        padding-right: 0;
    }
    */
}
.button-group {
    text-align: center;
}
.button-group [class^="btn"] {
    margin: 0 25px 25px;
}

/* renewal top 2020.12.1 by fujisawa*/

/* MV */
.mv_v3 {
    display: flex;
    background-image: url(../img/top_neo/mv_v3_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    margin-top: 61px;
    min-height: 560px;
}
.mv_v3 .l-side {
    width: calc(100% - 350px);
    display: flex;
}
.mv_v3 .l-side .l-inner {
    /* padding-top: 15px; */
    padding: 95px 0 40px;
    width: 85%;
    max-width: 980px;
    margin: auto;
}

.mv_v3 .l-side .l-inner .conts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-bottom: 40px;
}
.mv_v3 .l-side .l-inner .l-l-side {
    width: 51.5%;
    min-width: 500px;
    box-sizing: border-box;
    padding: 0 15px;
}
.mv_v3 .l-side .l-inner .l-l-side .ttl {
    font-size: 42px;
    line-height: 1.55;
    margin-left: 5px;
}
.mv_v3 .l-side .l-inner .l-l-side .ttl .ttl-companynumber {
    display: block;
    color: #f8e977;
    font-size: 23px;
    line-height: 1.55;
    margin-left: 5px;
    letter-spacing: 2px;
}
.ttl-companynumber strong {
    font-size: 38px;
}
@media screen and (max-width: 587px) {
    .mv_v3 .l-side .l-inner .l-l-side .ttl .ttl-companynumber {
        font-size: 20px;
    }
    .ttl-companynumber strong {
        font-size: 35px;
    }
}
.mv_v3 .l-side .l-inner .l-l-side .embroidery {
    display: flex;
    margin: 30px 0 40px;
}
.mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig1 {
    width: 125px;
}
.mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig2 {
    width: 135px;
    padding-left: 15px;
    padding-right: 5px;
}
.mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig3 {
    width: 160px;
}
.mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig2 img {
    transform: translateY(-10px);
}

/* .mv_v3 .l-side .l-inner .top-h1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.mv_v3 .l-side .l-inner .n1wax{
    line-height: 0;
    margin: auto 10px;    
}
.mv_v3 .l-side .l-inner .n1wax img{
    width: 145px;
    height: auto;
}
.mv_v3 .l-side .l-inner .top-h1 .ttl{
    font-size: 42px;
    line-height: 1.55;
    margin: auto 10px;
} */
.mv_v3 .l-side .l-inner .lp-bnr {
    line-height: 0;
    /* margin-bottom: 30px; */
    padding: 0 15px;
}
.mv_v3 .l-side .l-inner .lp-bnr .img {
    width: 85%;
    max-width: 395px;
}
.mv_v3 .l-side .l-inner .mv-note {
    font-size: 10px;
    opacity: 0.4;
    line-height: 1.54;
    max-width: 750px;
    margin: auto;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm {
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .cm-opner {
    position: relative;
    display: inline-block;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .cm-opner:hover {
    cursor: pointer;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .cap {
    position: absolute;
    width: 93px;
    height: 93px;
    right: -53px;
    top: -13px;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .cap img {
    width: 100%;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .md-cm {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 100000001;
    transition: 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .md-cm .dark-bg {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .md-cm.open {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.mv_v3 .l-side .l-inner .lp-bnr .cm .md-cm .fig-area {
    position: absolute;
    border-radius: 14px;
    box-sizing: border-box;
    width: 60vw;
    max-width: 1920px;
    max-height: 1080px;
    height: 33.75vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
body.mdfix-on {
    position: fixed;
    top: 0;
    width: 100%;
}

.mv_v3 .r-side {
    width: 350px;
    background-color: #ecf3f9;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 55px;
    box-sizing: border-box;
}
.mv_v3 .r-side .form-ttl {
    font-size: 20px;
    margin-bottom: 25px;
}

/* mv form parts */
.topmv_submit {
    border: 0;
    font-size: 1rem;
    line-height: 1;
    min-width: 0;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    -webkit-appearance: none;
}
.topmv_submit:hover {
    cursor: pointer;
}
.topmv_submit:disabled,
.topmv_submit.finished {
    box-shadow: none;
    background-color: #cdcdcd;
}
.topmv_submit:disabled:hover,
.topmv_submit.finished:hover {
    cursor: inherit;
    opacity: 1;
}
.mvform-input {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    padding: 11px 14px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid #b2cde6; */
    /* color: #b2cde6; */
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 0 0px 1000px white inset; */

    border: 1px solid #eeeef3;
    background-color: #eeeef3;
    color: #101d32;
    -webkit-box-shadow: 0 0 0px 1000px #eeeef3 inset;

    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
    margin-bottom: 15px;
}
/* .mvform-input:-internal-autofill-selected{
    -webkit-box-shadow: 0 0 0px 1000px white inset;    
} */
.mvform-input::placeholder {
    /* color: #b2cde6; */
    color: #777;
}
@media screen and (min-width: 769px) {
    .mvform-input:hover {
        border-color: #e9f5f7;
        background-color: #e9f5f7;
        transition: none;
    }
}
.mvform-input:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    border-color: #269cb2;
    color: #222222;
    background-color: #fdfeff;
    outline: 0;
    outline: none;
}

.form-note {
    font-size: 10px;
    line-height: 1.1;
    text-align: left;
    color: #7d7d7d;
    margin-bottom: 5px;
}
.err-txt {
    font-size: 11px;
    color: #d8563b;
    margin: -5px auto 15px;
    text-align: left;
}
.sp_switch {
    padding: 15px;
    background-color: #ecf3f9;
}
.sp-formback {
    position: absolute;
    top: 30px;
    transform: translateX(-100%);
    font-size: 12px;
    padding: 4px;
    padding-left: 13px;
}
.sp-formback::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../img/top_neo/back_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 7.5px;
    top: 6.25px;
}
@media screen and (max-width: 1438px) {
    .mv_v3 .l-side .l-inner .l-l-side .ttl {
        text-align: center;
    }
    .mv_v3 .l-side .l-inner .l-l-side .embroidery {
        justify-content: center;
    }
}
@media screen and (max-width: 1150px) {
    .mv_v3 .l-side .l-inner .top-h1 .ttl {
        font-size: 3.2vw;
    }
    .mv_v3 .l-side .l-inner .n1wax img {
        width: 12vw;
    }
}
@media screen and (max-width: 950px) {
    .mv_v3 {
        padding-top: 56px;
        margin-top: 0;
    }
    .mv_v3 {
        background-image: url(../img/top_neo/mv_v3_bg_sp.png);
        display: block;
        min-height: 0;
    }
    .mv_v3 .l-side {
        width: 100%;
    }
    .mv_v3 .l-side .l-inner {
        width: 92%;
        padding: 40px 0 35px;
    }
    .mv_v3 .l-side .l-inner .conts {
        padding-bottom: 0;
    }
    .mv_v3 .l-side .l-inner .l-l-side {
        min-width: 0;
        width: 100%;
        padding: 0;
    }
    .mv_v3 .l-side .l-inner .l-l-side .ttl {
        font-size: 30px;
        margin-left: 0;
    }
    .mv_v3 .l-side .l-inner .l-l-side .embroidery {
        margin: 25px 0 15px;
    }
    .mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig1 {
        width: 75px;
    }
    .mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig2 {
        width: 85px;
    }
    .mv_v3 .l-side .l-inner .l-l-side .embroidery .emb-fig.fig3 {
        width: 100px;
    }

    .mv_v3 .l-side .l-inner .lp-bnr {
        margin-bottom: 35px;
        padding: 0;
    }
    .mv_v3 .l-side .l-inner .lp-bnr img {
        width: 75%;
        max-width: 400px;
    }

    .mv_v3 .r-side {
        display: none;
        position: fixed;
        top: 55px;
        width: 100%;
        height: calc(100% - 55px);
        z-index: 5;
        padding: 0;
    }
    .mv_v3 .r-side form {
        width: 71%;
        max-width: 300px;
    }
    .sp_switch a:hover {
        opacity: 1;
    }
    .mvform-input {
        font-size: 16px;
    }
    body.fix-on {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .mv_v3 .l-side .l-inner .lp-bnr .cm .cap {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 5px;
        top: -10px;
    }
    .mv_v3 .l-side .l-inner .lp-bnr .cm .md-cm .fig-area {
        width: 90vw;
        height: 50.625vw;
    }
}
@media screen and (max-width: 587px) {
    .mv_v3 .l-side .l-inner .l-l-side .ttl {
        font-size: calc(10px + 3.5vw);
    }
}

/* topmain */
.top-h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.75;
}
.top-h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 40px;
}
.top-blue-font {
    color: #005bac;
}
.top-dfp {
    font-size: 18px;
    line-height: 1.75;
}
.top-inner {
    max-width: 1200px;
    width: 80%;
    margin: auto;
}
.mb-thirty {
    margin-bottom: 30px;
}
.mb-fourty {
    margin-bottom: 40px;
}
.mb-fifty {
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .fs-45 {
        font-size: 35px;
    }
}

/* section1 できること */
.rn3-fir-sec {
    padding: 75px 0;
}
.cando-deck {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.cando-deck .card {
    margin: 0 15px 20px;
    width: calc(25% - 30px);
    min-width: 200px;
}
.cando-deck .card .ttl-pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    height: 195px;
    border-radius: 20px;
}
.cando-deck .card .ttl-pic img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cando-deck .card .conts {
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    /* min-height: 100px; */
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .fadein.sidein{
	opacity: 1;
}
.fadein.sidein .cando-deck .card{
	opacity: 0;
	position: relative;
	left: -20px;
}
.fadein.sidein.on .cando-deck .card:nth-of-type(1){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1),left 0.25s cubic-bezier(0.4,0,0,1);
}
.fadein.sidein.on .cando-deck .card:nth-of-type(2){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.25s,left 0.25s cubic-bezier(0.4,0,0,1) 0.25s;
}
.fadein.sidein.on .cando-deck .card:nth-of-type(3){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.5s,left 0.25s cubic-bezier(0.4,0,0,1) 0.5s;
}
.fadein.sidein.on .cando-deck .card:nth-of-type(4){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.75s,left 0.25s cubic-bezier(0.4,0,0,1) 0.75s;
} */
@media (max-width: 768px) {
    .top-inner {
        width: 92%;
    }
    .top-inner p {
        font-size: 14px;
    }
    .top-h2 {
        font-size: 36px;
    }
    .top-h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .cando-deck .card {
        width: 100%;
        max-width: 162px;
        margin: 0 0 20px;
    }
    .cando-deck .card .ttl-pic {
        height: 113px;
        max-width: 162px;
        margin: auto;
        border-radius: 10px;
    }
}

/* section3 スムーズな導入セクション */
.smooth-section {
    padding: 90px 0 70px;
}
.introduction-card {
    display: flex;
    position: relative;
    padding: 75px 0;
    margin-bottom: 50px;
}
.introduction-card::before {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    width: calc(100% - 140px);
    height: 100%;
    left: 70px;
    z-index: -1;
}
.introduction-card .fig-col {
    width: 42.5%;
    max-width: 510px;
    overflow: hidden;
    border-bottom-right-radius: 50px;
    border-right: 5px solid #353535;
    border-bottom: 5px solid #353535;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}
.introduction-card .fig-col img {
    width: calc(100% + 5px);
    height: auto;
    margin-bottom: -1px;
}
.introduction-card:nth-of-type(2n) .fig-col img {
    margin-left: -5px;
}
.introduction-card .text-col {
    width: 41.5%;
    margin: auto 50px;
}
.introduction-card .text-col .mini {
    font-size: 30px;
}
.introduction-card:nth-of-type(2n) {
    justify-content: flex-end;
}
.introduction-card:nth-of-type(2n) .fig-col {
    order: 2;
    border-left: 5px solid #353535;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
}
@media (max-width: 768px) {
    .introduction-card {
        display: block;
        padding: 50px 0 25px;
        margin-bottom: 20px;
    }
    .introduction-card:last-of-type {
        margin-bottom: 0;
    }
    .introduction-card::before {
        width: 100%;
        left: 0;
    }
    .introduction-card .fig-col {
        width: 100%;
        margin-left: -5vw;
        opacity: 1;
        height: auto;
    }
    .introduction-card .fig-col img {
        height: calc((90vw + 4.5px) * 0.709);
    }
    .introduction-card:nth-of-type(2n) .fig-col img {
        margin-left: 0;
    }
    .introduction-card:nth-of-type(2n) .fig-col {
        margin-left: 5vw;
    }
    .introduction-card .text-col {
        margin: 32.5px auto;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .sf-cv .btn-through.white-border {
        padding: 28px 30px;
        color: #fff !important;
    }
}

/* section-5.5 比較表 */
.comparison-section {
    padding: 100px 0;
}
.comparison-section .ttl-pack {
    display: flex;
    justify-content: center;
    align-items: center;
}
.comparison-section .ttl-pack .l-side img {
    width: 110px;
}
.comparison-section .ttl-pack .r-side {
    padding-left: 35px;
    text-align: left;
}
.comparison-section .ttl-pack .r-side .top-h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.comparison-section .ft-sp01 {
    font-size: 32px;
}
.comparison-section .ft-sp02 {
    font-size: 24px;
}
.comparison-section .blue-circle {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    box-sizing: border-box;
    display: inline-block;
    border: 4px solid #005bac;
}
.comparison-section .gray-circle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    display: inline-block;
    border: 2px solid #7d7d7d;
}
.comparison-section .blue-circle span,
.comparison-section .gray-circle span {
    display: none;
}
.comparison-section .esp-mini {
    font-size: 14px;
    color: #323c4d;
}
.comparison-section .sp-table-line {
    overflow-x: auto;
    margin-bottom: 50px;
}
.comparison-section table {
    min-width: 1000px;
    margin-bottom: 0;
}
.comparison-section table thead th {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}
.comparison-section table thead th:last-of-type {
    border-right: 0;
}
.comparison-section table tbody th {
    text-align: left;
    padding: 15px 5px;
    padding-right: 15px;
    vertical-align: top;
}
.comparison-section table th {
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
    border-right: 0;
}
.comparison-section table td {
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 0;
    background-color: #fff;
    padding: 15px;
}
.comparison-section table th.first-tbodyth {
    width: 120px;
}
.comparison-section table .water-bg {
    background-color: #f5faff;
}
.comparison-section table .ftgray {
    color: #7d7d7d;
}
.comparison-section table .lh17-5 {
    line-height: 1.75;
}

/* section6 豊富な機能セクション */
.mlutiple-section {
    padding: 90px 0;
    background-color: #e5eef7;
}
.multi-functions {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /* width: calc(100% + 10px);
    margin-left: -5px; */
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-bottom: 40px;
    padding-top: 15px;
}
.multi-functions .card {
    padding: 25px 12px;
    border-radius: 20px;
    margin: 0 14px 40px;
    width: calc(20% - 28px);
    box-sizing: border-box;
    background-color: #fff;
    min-width: 200px;
}
.multi-functions .card .ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.multi-functions .card .explain {
    color: #005bac;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0;
    padding-top: 10px;
}
.multi-functions .card .explain li {
    position: relative;
    padding-left: 20px;
}
.multi-functions .card .explain li::before {
    content: "";
    position: absolute;
    background: url(../img/top_neo/checker.png) no-repeat;
    left: 0;
    top: 6px;
    width: 15px;
    height: 13px;
}
.multi-functions .card .figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 60px;
    height: 60px;
}
.multi-functions .card .figure img {
    max-width: 100%;
    max-height: 100%;
}
/* .multi-functions .card img{
} */

/* .fadein.sidein .multi-functions .card{
	opacity: 0;
	position: relative;
    left: -20px;    
}
.fadein.sidein.on .multi-functions .card:nth-of-type(1){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1),left 0.25s cubic-bezier(0.4,0,0,1);
}
.fadein.sidein.on .multi-functions .card:nth-of-type(2){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.25s,left 0.25s cubic-bezier(0.4,0,0,1) 0.25s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(3){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.5s,left 0.25s cubic-bezier(0.4,0,0,1) 0.5s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(4){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.75s,left 0.25s cubic-bezier(0.4,0,0,1) 0.75s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(5){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1s,left 0.25s cubic-bezier(0.4,0,0,1) 1s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(6){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1.25s,left 0.25s cubic-bezier(0.4,0,0,1) 1.25s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(7){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1.5s,left 0.25s cubic-bezier(0.4,0,0,1) 1.5s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(8){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1.75s,left 0.25s cubic-bezier(0.4,0,0,1) 1.75s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(9){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 2s,left 0.25s cubic-bezier(0.4,0,0,1) 2s;
}
.fadein.sidein.on .multi-functions .card:nth-of-type(10){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 2.25s,left 0.25s cubic-bezier(0.4,0,0,1) 2.25s;
} */
@media (max-width: 768px) {
    .mlutiple-section {
        padding: 45px 0;
    }
    .multi-functions {
        width: calc(100% + 25px);
        margin-left: -12.5px;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .multi-functions .card {
        width: calc(50% - 25px);
        min-width: 0;
        margin: 0 12.5px 20px;
        padding: 15px 10px;
        border-radius: 10px;
    }
    .multi-functions .card .ttl {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .multi-functions .card .explain {
        font-size: 12px;
        padding-top: 0;
    }
    .multi-functions .card .explain li {
        padding-left: 15px;
    }
    .multi-functions .card .explain li::before {
        background-size: contain;
        width: 12px;
        top: 4px;
    }
    .multi-functions .card .figure {
        width: 50px;
        height: 50px;
    }
    .multi-functions .card img {
        /* width: 40%; */
    }
}

.sec-case {
    padding: 90px 0 100px;
    line-height: 1.75;
    overflow-x: hidden;
}
.tpmg-100 {
    margin-top: 100px;
}
.sec.sec_n2 {
    padding: 100px 0;
}
.fv-sec {
    margin: 50px auto 75px;
}
.customer-belt {
    /* margin-top: 25px;
    margin-bottom: 65px; */
}

/* 充実のアフターサポート */
.support-section {
    line-height: 1.75;
    padding: 40px 0 100px;
}
.support-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: calc(100% + 7.5%);
    margin-left: -3.75%;
}
.support-list .card {
    width: calc((100% / 3) - 7.5%);
    margin: 45px 3.75% 0;
    box-sizing: border-box;
}
.support-list .card .ttl-pic {
    text-align: center;
    margin-bottom: 30px;
}
.support-list .card .ttl-pic img {
    max-width: 100%;
    width: 78%;
}
.support-list .card .ttl {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.support-list .card p {
    line-height: 1.75;
}
.support-list .card p.exp-txt {
    margin-bottom: 10px;
}

/* .fadein.sidein .support-list .card{
	opacity: 0;
	position: relative;
	left: -20px;
}
.fadein.sidein.on .support-list .card:nth-of-type(1){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1),left 0.25s cubic-bezier(0.4,0,0,1);
}
.fadein.sidein.on .support-list .card:nth-of-type(2){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.25s,left 0.25s cubic-bezier(0.4,0,0,1) 0.25s;
}
.fadein.sidein.on .support-list .card:nth-of-type(3){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.5s,left 0.25s cubic-bezier(0.4,0,0,1) 0.5s;
} */

/* renew class */

.poster-board {
    display: flex;
    padding: 0 30px;
    justify-content: center;
    flex-flow: row wrap;
    position: relative;
    margin-bottom: 50px;
}
.poster-board::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    background-color: #fff;
}
.poster-board .card {
    width: calc((100% / 3) - 60px);
    /* min-width: 300px; */
    margin: 0 30px;
    margin-bottom: 15px;
    position: relative;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: auto;
    letter-spacing: 0;
}
.poster-board .card .fig {
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
    line-height: 0;
}
.poster-board .card .fig img {
    width: 100%;
}
.poster-board .card .ttl-h4 {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poster-board .card .wrap-band {
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 0;
    /* min-height: 240px; */
    letter-spacing: 0;
    line-height: 1.55;
}
.poster-board .card .wrap-band span {
    padding: 8px 0;
    background-color: #3aafc5;
}
.poster-board .card .exp {
    line-height: 1.75;
    margin-bottom: 25px;
    margin-top: auto;
    padding: 0 5px;
}
@media screen and (max-width: 1400px) and (min-width: 1100px) {
    .poster-board .card .wrap-band {
        font-size: 1.5vw;
    }
    .poster-board .card .ttl-h4 {
        font-size: 1.75vw;
    }
    .poster-board .card .btn-primary {
        min-width: 0;
        font-size: 1.25vw;
    }
}
@media screen and (max-width: 1100px) {
    .poster-board .card {
        min-width: 300px;
    }
}

.rn-sec2 {
    background: url(../img/top_neo/rn_sec2bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0 40px;
    line-height: 1.75;
}
.fbox-cover {
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
    flex-flow: row wrap;
    justify-content: center;
}
.feature-box {
    position: relative;
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    padding: 40px 60px 60px;
    box-sizing: border-box;
    background-color: #e7f0f7;
    height: auto;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    min-width: 400px;
}
.feature-box .ttl-h4,
.feature-box .sub {
    margin-bottom: 10px;
}
.feature-box .exp {
    margin-bottom: 20px;
}
.feature-box .capture-brd {
    width: 72%;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgba(59, 188, 206, 0.19);
    margin: auto;
    margin-bottom: 20px;
    line-height: 0;
    overflow: hidden;
}
.feature-box .capture-brd img {
    width: 100%;
}
.feature-box .capture-brd.capbrdmd {
    background-color: #fff;
}
.feature-box .capture-brd .sw::before {
    width: 45px;
    height: 45px;
    right: 10px;
    top: 7px;
    border-radius: 60px;
    box-shadow: 0px 5px 10px 0px rgba(0, 142, 172, 0.3);

    background: url(../img/top_fg_zoom.png) no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.35s;
}
.feature-box .capture-brd .sw:hover::before {
    transition: 0.35s;
    box-shadow: none;
}

.sec.rn-sec3 {
    padding: 100px 0;
}

.flowsflex {
    display: flex;
    margin: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 850px;
    justify-content: center;
}
.flowsflex .fstep {
    width: 25%;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}
.flowsflex .fstep::after {
    content: "";
    position: absolute;
    background: url(../img/top_neo/sf-steparrow.png) no-repeat;
    background-size: contain;
    width: 7px;
    height: 16px;
    right: -3.5px;
    top: calc(50% - 8px);
}
.flowsflex .fstep:last-of-type::after {
    display: none;
}
.flowsflex .fstep .fs-fig {
    text-align: center;
    margin-bottom: 5px;
    line-height: 0;
}
.flowsflex .fstep .fs-fig img {
    max-width: 72px;
    width: 100%;
}
.flowsflex .fstep .fs-exp {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
}

/* .fadein.sidein.on .flowsflex .fstep:nth-of-type(1){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1),left 0.25s cubic-bezier(0.4,0,0,1);
}
.fadein.sidein.on .flowsflex .fstep:nth-of-type(1)::after{
	right: -7px;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.25s,left 0.25s cubic-bezier(0.4,0,0,1) 0.25s;
}
.fadein.sidein.on .flowsflex .fstep:nth-of-type(2){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.5s,left 0.25s cubic-bezier(0.4,0,0,1) 0.5s;
}
.fadein.sidein.on .flowsflex .fstep:nth-of-type(2)::after{
	right: -7px;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 0.75s,left 0.25s cubic-bezier(0.4,0,0,1) 0.75s;
}
.fadein.sidein.on .flowsflex .fstep:nth-of-type(3){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1s,left 0.25s cubic-bezier(0.4,0,0,1) 1s;
}
.fadein.sidein.on .flowsflex .fstep:nth-of-type(3)::after{
	right: -7px;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1.25s,left 0.25s cubic-bezier(0.4,0,0,1) 1.25s;
}
.fadein.sidein.on .flowsflex .fstep:nth-of-type(4){
	left: 0;
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.4,0,0,1) 1.5s,left 0.25s cubic-bezier(0.4,0,0,1) 1.5s;
} */

.movie-intr {
    width: 85%;
    /* max-width: 700px; */
    /* height: calc(63.75vw * 0.5625); */
    /* height: calc(63.75vw * 0.538); */
    /* height: calc((63.75vw / 16) * 10); */
    /* max-height: 353px; */
    /* max-height: 440px; */
    height: calc((68vw / 8) * 5);
    max-height: 637.5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgba(59, 188, 206, 0.19);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.movie-intr video {
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
}

.pricetable-section.rn-sec4 {
    padding: 80px 0 90px;
    background: url(../img/top_neo/rn_sec4bg.png) repeat;
    background-size: contain;
    background-position: center;
}
.pricetable-section.rn-sec4 .plan-ttl {
    margin-bottom: 60px;
    font-size: 34px;
}
.pricetable-section.rn-sec4 .pt-inner {
    max-width: 1020px;
    width: 68%;
}

.comparison-section .comment li {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}

/* 新お知らせエリア */
.topnews-sec {
    padding: 90px 0 100px;
}
.newstool-index-container-udsection {
    padding-bottom: 20px;
}
.newstool-index-container-udsection .newstool-list-block {
    display: flex;
    /* align-items: center; */
    margin-bottom: 30px;
}
.newstool-index-container-udsection .newstool-list-block .news-date {
    font-size: 14px;
    margin-top: 7px;
}
.newstool-index-container-udsection .newstool-list-block .news-hashtag,
.newstool-index-container-udsection .newstool-list-block .icon-new {
    margin-top: 4px;
}
.newstool-index-container-udsection .newstool-label {
    pointer-events: none;
}
.newstool-index-container-udsection .news-title p {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 1.75;
    display: initial;
}

@media screen and (max-width: 768px) {
    .no2-inner {
        width: 92%;
    }

    .fv-sec {
        margin: 30px auto 35px;
    }
    .txt-svg img {
        max-width: 100%;
        height: auto;
    }
    .ttl-h3.logoz-ttl {
        font-size: 24px;
    }
    .customer-belt {
        /* margin: 25px auto 45px; */
    }
    .sec.sec_n2 {
        padding: 50px 0 80px;
    }

    .fbox-cover {
        display: block;
        width: 100%;
        margin: auto;
    }
    .feature-box {
        min-width: 0;
        width: 100%;
        margin: 0 auto 30px;
        padding: 30px 20px;
        display: block;
    }

    .rn3-fir-sec {
        padding: 50px 0 35px;
    }
    .cando-deck {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .cando-deck .card {
        width: calc(50% - 20px);
        margin: 0 10px;
        min-width: 0;
    }
    .cando-deck .card .conts {
        padding: 10px 0 25px;
        font-size: 13.8px;
    }

    .rn-sec2 {
        padding: 50px 0 20px;
        line-height: 1.75;
        background: url(../img/top_neo/rn_sec2bg_sp.png) no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .poster-board {
        padding: 0;
    }
    .poster-board .card {
        width: 80%;
        z-index: 1;
        margin-bottom: 65px;
        max-width: 355px;
        min-width: 0;
        margin: 0 auto 65px;
    }
    .poster-board .card::before {
        content: "";
        position: absolute;
        width: 125%;
        height: 100%;
        left: -12.5%;
        top: 40px;
        z-index: -1;
        background-color: #fff;
    }
    .poster-board::before {
        display: none;
    }
    .poster-board .card:last-of-type {
        margin-bottom: 40px;
    }
    .poster-board .card .wrap-band {
        font-size: 18px;
        right: 17.5px;
        line-height: 1.65;
    }
    .poster-board .card .fig {
        margin-bottom: 15px;
    }
    .poster-board .card .ttl-h4 {
        min-height: 0;
        font-size: 20px;
    }

    .sec.rn-sec3 {
        padding: 50px 0 60px;
    }
    .sec.rn-sec3 .mb-fourty {
        margin-bottom: 20px;
    }
    .feature-box .capture-brd {
        width: 77%;
        max-width: 321px;
    }
    .flowsflex {
        width: 100%;
        margin-bottom: 30px;
        max-width: 410px;
        margin-left: auto;
        margin-right: auto;
    }
    .flowsflex .fstep {
        width: calc(25% - 10px);
        margin: 0 5px;
        padding: 0;
    }
    .flowsflex .fstep::after {
        width: 4px;
        height: 8px;
        top: 15px;
        right: -6px;
    }
    .flowsflex .fstep .fs-fig {
        max-width: 40px;
        margin: 0 auto 5px;
    }
    .flowsflex .fstep .fs-exp {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.375;
    }
    .movie-intr {
        width: 100%;
        border-radius: 15px;
        /* height: calc((92vw / 16) * 8); */
        height: calc((92vw / 16) * 10);
        box-shadow: 0px 0px 12px 0px rgba(59, 188, 206, 0.19);
    }
    .support-list .card .ttl-pic img {
        max-width: 170px;
    }

    .pricetable-section.rn-sec4 {
        padding: 50px 0;
        background: url(../img/top_neo/rn_sec4bg_sp.png) repeat;
        background-size: contain;
        background-position: center;
    }
    .pricetable-section.rn-sec4 .pt-inner {
        width: 92%;
    }
    .pricetable-section.rn-sec4 .plan-ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .comparison-section {
        padding: 50px 0;
    }
    .comparison-section .ttl-pack .l-side img {
        width: 60px;
    }
    .comparison-section .ttl-pack .r-side {
        padding-left: 15px;
    }
    .comparison-section .ttl-pack .r-side .top-h3 {
        margin-top: 0;
    }
    .comparison-section .ttl-pack .r-side .comment li {
        font-size: 11px;
    }

    .comparison-section table {
        min-width: 700px;
    }
    .comparison-section table th,
    .comparison-section table td {
        font-size: 14px;
    }
    .comparison-section table tbody th {
        padding: 12px 5px;
    }
    .comparison-section table th.first-tbodyth {
        width: 14.2%;
    }
    .comparison-section .comment li {
        font-size: 12px;
        line-height: 1.375;
    }
    .comparison-section .esp-mini {
        font-size: 12px;
    }
    .comparison-section table .lh17-5 .esp-mini {
        display: inline-block;
    }

    .sec-case {
        padding: 50px 0 60px;
        font-size: 14px;
    }
    .sec-case .mb-fourty {
        margin-bottom: 20px;
    }

    .support-section {
        padding: 35px 0 60px;
    }
    .support-list {
        width: 100%;
        margin: auto;
        flex-flow: row wrap;
    }
    .support-list .card {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 45px;
        max-width: 400px;
    }
    .support-list .card .ttl-pic {
        height: auto;
        line-height: 0;
        margin-bottom: 20px;
    }
    .support-list .card .ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .support-list .card p.exp-txt {
        margin-bottom: 0;
    }
    .support-list .card:last-of-type {
        margin-bottom: 0;
    }

    .topnews-sec {
        padding: 50px 0 45px;
        font-size: 14px;
    }
    .newstool-index-container-udsection .newstool-list-block {
        flex-flow: row wrap;
    }
    .newstool-index-container-udsection .newstool-list-block .news-date {
        font-size: 12px;
    }
    .newstool-index-container-udsection {
        padding-bottom: 0;
    }
    .newstool-index-container .newstool-list-block:nth-of-type(1) {
        top: 0;
        animation: tickersp 20s infinite;
    }
    .newstool-index-container .newstool-list-block:nth-of-type(2) {
        top: 45px;
        animation: ticker2sp 20s infinite;
    }
    .newstool-index-container .newstool-list-block:nth-of-type(3) {
        top: 45px;
        animation: ticker3sp 20s infinite;
    }
    .newstool-list-block .news-title a {
        padding-right: 0;
    }
}
/* @media screen and (max-width:580px){
    .feature-box .capture-brd{
        height: 205px;
        max-width: 305px;
    }
} */

/* ----------- top-renew-01 ------------ */
.tpmg-50 {
    margin-top: 50px;
}
.text-gray {
    color: #7d7d7d;
}
.middle {
    font-weight: 500;
}
.top-h1 {
    font-size: 44px;
    line-height: 1.25;
    letter-spacing: 1.4px;
    text-shadow: 0px 2px 38px rgba(16, 29, 50, 0.42), 0px 4px 10px rgba(16, 29, 50, 0.2);
}
.kvlogo {
    display: inline-block;
    margin-top: 20px;
}
.kvlogo img {
    width: 220px;
    height: 53px;
    aspect-ratio: 300/72;
}
.mv-catch {
    line-height: 1;
}
.mv-catch img {
    width: 100%;
    height: auto;
    aspect-ratio: 371/75;
}

.mv-v4 {
    /* background-image: url(../img/top_neo/mv-v4_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center; */

    overflow: hidden;

    margin-top: 61px;
    min-height: 400px;
    position: relative;
}
.mv-v4::before {
    content: "";
    position: absolute;
    z-index: -1;
    /* background: linear-gradient(to right, #005bac, #005bac 50%, #139eb7 50%, #139eb7 100%);
    left: 0;
    top: 0; */

    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODE2LjY3NyIgaGVpZ2h0PSI3NDUuNjczIiB2aWV3Qm94PSIwIDAgMTgxNi42NzcgNzQ1LjY3MyI+CiAgPGcgaWQ9IuODmeOCr+ODiOODq+OCueODnuODvOODiOOCquODluOCuOOCp+OCr+ODiCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjg2LjY1NyA0MTAuMjAzKSI+CiAgICA8cGF0aCBpZD0i44OR44K5XzUiIGRhdGEtbmFtZT0i44OR44K5IDUiIGQ9Ik0xNjguNTY3LDQ0OC42NTNDMTIzLjU0OSw0MDYuMjM2LDc4LjU1MSwzNjQuMDE5LDMzLjYsMzIwLjQ2NWMtNDQuOC00My4zLTQ0LjgtMTE3LjUyNywwLTE2MC44MjUsNDQuOTUyLTQzLjU1OCw4OS45NTEtODUuNzcxLDEzNC45NjktMTI4LjE4OCw0NC44NzctNDEuOTM2LDExNy42NjUtNDEuOTM2LDE2Mi41NDIsMCw0NS4wMTgsNDIuNDE3LDkwLjAxNyw4NC42MywxMzQuOTY5LDEyOC4xODgsNDQuOCw0My4zLDQ0LjgsMTE3LjUyNCwwLDE2MC44MjUtNDQuOTUyLDQzLjU1NS04OS45NTEsODUuNzcxLTEzNC45NjksMTI4LjE4OEMyODYuMjMzLDQ5MC41ODYsMjEzLjQ0NCw0OTAuNTg2LDE2OC41NjcsNDQ4LjY1M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yODYuNjU3IC00MDQuNjgzKSIgZmlsbD0iIzMwYjBjNSIvPgogICAgPHBhdGggaWQ9IuODkeOCuV83IiBkYXRhLW5hbWU9IuODkeOCuSA3IiBkPSJNMTY4LjU2Nyw0NDguNjUzQzEyMy41NDksNDA2LjIzNiw3OC41NTEsMzY0LjAxOSwzMy42LDMyMC40NjVjLTQ0LjgtNDMuMy00NC44LTExNy41MjcsMC0xNjAuODI1LDQ0Ljk1Mi00My41NTgsODkuOTUxLTg1Ljc3MSwxMzQuOTY5LTEyOC4xODgsNDQuODc3LTQxLjkzNiwxMTcuNjY1LTQxLjkzNiwxNjIuNTQyLDAsNDUuMDE4LDQyLjQxNyw5MC4wMTcsODQuNjMsMTM0Ljk2OSwxMjguMTg4LDQ0LjgsNDMuMyw0NC44LDExNy41MjQsMCwxNjAuODI1LTQ0Ljk1Miw0My41NTUtODkuOTUxLDg1Ljc3MS0xMzQuOTY5LDEyOC4xODhDMjg2LjIzMyw0OTAuNTg2LDIxMy40NDQsNDkwLjU4NiwxNjguNTY3LDQ0OC42NTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMwLjM0MyAtMTQ0LjYzMikiIGZpbGw9IiMzMGIwYzUiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfNiIgZGF0YS1uYW1lPSLjg5HjgrkgNiIgZD0iTTI1My42NDksNjc1LjFDMTg1LjkwOSw2MTEuMjc3LDExOC4yLDU0Ny43NTMsNTAuNTU2LDQ4Mi4yMTRjLTY3LjQwOC02NS4xNTEtNjcuNDA4LTE3Ni44NDcsMC0yNDJDMTE4LjIsMTc0LjY3MywxODUuOTA5LDExMS4xNTQsMjUzLjY0OSw0Ny4zMjdjNjcuNTI3LTYzLjEsMTc3LjA1NS02My4xLDI0NC41ODMsMCw2Ny43NCw2My44MjcsMTM1LjQ1MSwxMjcuMzQ2LDIwMy4wOTMsMTkyLjg4OSw2Ny40MDgsNjUuMTUxLDY3LjQwOCwxNzYuODQyLDAsMjQyQzYzMy42ODMsNTQ3Ljc1Myw1NjUuOTcyLDYxMS4yNzcsNDk4LjIzMiw2NzUuMSw0MzAuNyw3MzguMiwzMjEuMTc3LDczOC4yLDI1My42NDksNjc1LjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjMxNiAtNDEwLjIwMykiIGZpbGw9IiMwMDViYWEiLz4KICA8L2c+Cjwvc3ZnPgo=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* width: 1817px;
    height: 746px; */
    /* width: 126vw;
    height: 51.7vw; */
    width: calc(908.5px + 63vw);
    height: calc(373px + 25.85vw);
    max-width: 1817px;
    max-height: 746px;
    left: 50%;
    top: 50%;
    transform: translate(-47%, -46%);
}
.mv-v4 .v4-inner {
    display: flex;
    max-width: 1020px;
    width: 80%;
    margin: auto;
    /* padding-bottom: 100px; */
}
.mv-v4 .v4-inner .l-side {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 90px;
}
.mv-v4 .v4-inner .r-side {
    width: 240px;
    margin-top: 0px;
}
.mv-v4 .form-ttl {
    font-size: 20px;
    margin-bottom: 15px;
}
.mv-v4 .mvform-input {
    padding: 6px 14px;
    margin-bottom: 10px;
}
.mv-v4 .topmv_submit {
    margin-bottom: 8px;
}

.mv-logo img {
    width: 220px;
    height: 52px;
}

.abs-no1-belt {
    max-width: 1020px;
    width: 80%;

    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px rgba(59, 188, 206, 0.51);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 0;
    box-sizing: border-box;
}
.abs-no1-belt .one-list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.abs-no1-belt .one-list li {
    padding: 0 10px 20px;
    width: 19%;
    box-sizing: border-box;
    text-align: center;
}
.abs-no1-belt .one-list img {
    width: 100%;
    max-width: 201px;
}
.abs-no1-belt .no1-ttl {
    font-size: 20px;
    /* margin-bottom: 10px; */
}
.abs-no1-belt .no1-ttl .lf {
    font-size: 24px;
}
.abs-no1-belt .no1-ttl .lf .num {
    font-size: 32px;
}
.abs-no1-belt .text-body {
    position: relative;
    padding: 0 25px;
    display: inline-block;
    line-height: 1.25;
}
.abs-no1-belt .text-body::before,
.abs-no1-belt .text-body::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    border-radius: 2px;
    background-color: #005bac;
    bottom: 4px;
}
.abs-no1-belt .text-body::before {
    left: 10px;
    transform: rotate(-27deg);
}
.abs-no1-belt .text-body::after {
    right: 10px;
    transform: rotate(27deg);
}

.mv-v4 .sp-formback::before {
    background-image: url(../img/top_neo/back_icon_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (min-width: 951px) and (max-width: 1100px) {
    .top-h1 {
        font-size: 4vw;
    }
    .mv-catch {
        width: 33.7vw;
    }
}
@media screen and (max-width: 950px) {
    .mv-v4 {
        padding-top: 56px;
        margin-top: 0;
        /* min-height: 0;         */

        /* background-size: auto calc(100% - 73px);
        background-size: auto calc(100% -148px);
        background-position: 60% center; */
    }
    .mv-v4 .mvform-input {
        padding: 5px 10px;
    }
    .mv-logo img {
        width: 170px;
        height: 41px;
    }
    .top-h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 760px) {
    .abs-no1-belt {
        width: 92%;
        padding: 15px 10px;
    }
    .abs-no1-belt .no1-ttl {
        font-size: 18px;
    }
    .abs-no1-belt .no1-ttl .lf {
        font-size: 22px;
    }
    .abs-no1-belt .no1-ttl .lf .num {
        font-size: 28px;
    }
    .abs-no1-belt .one-list li {
        width: 44.2%;
        max-width: 160px;
        padding: 5px;
    }
    .abs-no1-belt .text-body {
        padding: 0 20px;
    }
    .abs-no1-belt .text-body::before,
    .abs-no1-belt .text-body::after {
        width: 1, 5px;
        height: 20px;
    }
}
@media screen and (min-width: 620px) and (max-width: 760px) {
    .abs-no1-belt .one-list {
        padding: 0 30px;
    }
}
@media screen and (min-width: 761px) and (max-width: 1024px) {
    .mv-v4 .v4-inner .l-side {
        padding-left: 5vw;
    }
    .form-note {
        text-shadow: 0 0 1px #fff;
    }
}
@media screen and (min-width: 761px) {
    .mv-v4 .v4-inner .l-side {
        display: flex;
        align-items: center;
        padding-top: 40px;
    }
    .mv-v4 .sp_switch {
        display: none;
    }
    .err-txt {
        position: absolute;
        transform: translate(calc(-100% - 10px), -100%);
        margin-top: -11px;
        color: #fff;
        background-color: #c85f39;
        padding: 10px;
        border-radius: 4px;
    }
    .err-txt::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.75px 0 3.75px 10px;
        border-color: transparent transparent transparent #c85f39;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sp-formback + .err-txt {
        position: inherit;
        transform: inherit;
        margin-bottom: 5px;
        margin-top: -19px;
        background-color: inherit;
        color: #d8563b;
        padding: 0;
    }
    .sp-formback + .err-txt::after {
        display: none;
    }
    .sp-formback {
        display: none;
    }
}
@media screen and (max-width: 760px) {
    .mv-v4::before {
        /* display: none; */
        width: 1817px;
        height: 746px;
        transform: translate(0, 0);
        top: -135px;
        left: -155px;
    }
    .mv-v4 .v4-inner {
        width: 100%;
        display: block;
        padding-bottom: 0;
    }
    .mv-v4 .v4-inner .l-side {
        width: 90%;
        margin: auto;
        padding-right: 0;
        padding-left: 0;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .mv-v4 .v4-inner .r-side {
        display: none;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        height: calc(100% - 55px);
        z-index: 5;
        padding: 0;
        background-color: #3bbcce;
        /* background-color: #ecf3f9; */
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .mv-v4 .v4-inner .r-side form {
        width: 71%;
        max-width: 300px;
    }
    .mv-v4 .sp_switch {
        padding-bottom: 90px;
    }
    .top-h1 {
        text-shadow: none;
    }
    .kvlogo {
        margin-top: 17px;
        margin-bottom: 64.5px;
    }
    .kvlogo img {
        width: 220px;
        height: 53px;
    }
    .form-note,
    .form-note .a-link.nblue {
        color: #fff;
    }
    .mv-catch {
        width: 100%;
        max-width: 371px;
    }
}
@media screen and (min-width: 450px) {
    .sponly {
        display: none;
    }
}
.mg-no1-under {
    margin-top: 80px;
}
@media screen and (max-width: 711px) {
    .mv-v4 .sp_switch {
        padding-bottom: 100px;
    }
    .mg-no1-under {
        margin-top: 115px;
    }
}
@media screen and (max-width: 544px) {
    .mv-v4 .sp_switch {
        padding-bottom: 130px;
    }
    .mg-no1-under {
        margin-top: 140px;
    }
}
@media screen and (max-width: 450px) {
    .mg-no1-under {
        margin-top: 135px;
    }
}

/* ----------- top-renew-02 ------------ */
.rows-r3 {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: calc(100% + 45px);
    margin-left: -22.5px;
}
.rows-r3 .innerbox {
    width: calc(100% / 3 - 45px);
    margin: 0 22.5px 45px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
}
.rows-r3 .innerbox img {
    max-width: 100%;
}
.rows-r3 .innerbox.feat-edi {
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.rows-r3 .innerbox.feat-edi::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 86%;
    border-radius: 8px;
    left: 0;
    bottom: 0;
    z-index: -1;
    /* background-color: #ebf7f9;     */
    background: url(../img/top_neo/topneo-feature-bg.png) no-repeat;
    background-size: cover;
}
.rows-r3 .innerbox.feat-edi .cap {
    font-size: 24px;
    position: relative;
    width: 160px;
    margin-top: 21px;
    margin-left: 8px;
    text-align: center;
}
.rows-r3 .innerbox.feat-edi .cap span {
    font-size: 48px;
    display: inline-block;
    padding-top: 18px;
    line-height: 24px;
}
.rows-r3 .innerbox.feat-edi .cap::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../img/rhombus_primary.png) no-repeat;
    background-size: contain;
    width: 160px;
    height: 154px;
    left: 0;
    top: -42px;
}
.rows-r3 .innerbox.feat-edi .ttl {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.rows-r3 .innerbox.feat-edi .fig {
    margin-bottom: 30px;
}
.rows-r3 .innerbox.feat-edi .fig img {
    max-width: 100%;
}
.rows-r3 .innerbox.feat-edi .exp {
    line-height: 1.8;
    margin-bottom: 10px;
}
.rows-r3 .innerbox .emp-text {
    font-size: 1.17em;
}

ul.comment.top-edi li {
    color: #7d7d7d;
    font-size: 10px;
}
.topneo-middle-area {
    padding: 100px 0;
}

.rn-sec2.ver2 {
    padding: 80px 0;
}
.rn-sec2.ver3 {
    padding: 50px 0;
}
.rn-sec2.ver3 {
    background: #e7f0f7;
}
.rn-sec2.ver2 .fbox-cover {
    background-color: #e7f0f7;
    padding: 60px;
    box-sizing: border-box;
    align-items: center;
}
.rn-sec2.ver3 .fbox-cover {
    box-sizing: border-box;
    align-items: center;
}
.rn-sec2.ver2 .fbox-cover .txt-side,
.rn-sec2.ver3 .fbox-cover .txt-side,
.rn-sec2.ver2 .fbox-cover .fig-side,
.rn-sec2.ver3 .fbox-cover .fig-side {
    width: 50%;
    box-sizing: border-box;
}
.rn-sec2.ver3 .fbox-cover .fig-side {
    padding: 0 30px;
    margin: 0;
    min-width: 0;
}
.rn-sec2.ver3 .fbox-cover .txt-side,
.rn-sec2.ver3 .fbox-cover .fig-side {
    padding: 30px;
}
.txt-side .exp {
    margin-bottom: 20px;
}
.fig-side .capture-brd {
    width: 72%;
    max-width: 331px;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgb(59 188 206 / 19%);
    margin: auto;
    /* margin-bottom: 20px; */
    line-height: 0;
    overflow: hidden;
}
.rn-sec2.ver3 .fig-side .capture-brd {
    width: 100%;
    max-width: 100%;
}
.fig-side .capture-brd img {
    width: 100%;
}

.multi-functions.ver2 .card {
    background-color: #e5eef7;
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
    .rows-r3 .innerbox .ttl-h4 {
        font-size: 1.57vw;
    }
    .rows-r3 .innerbox.feat-edi .ttl {
        font-size: 2vw;
    }
}
@media screen and (max-width: 1100px) {
    .rows-r3 .innerbox {
        min-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .topneo-middle-area {
        padding: 50px 0;
    }
    .rows-r3 {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        width: calc(100% + 25px);
        margin-left: -12.5px;
    }
    .rows-r3 .innerbox {
        /* width: calc(100% / 3 - 25px); */
        width: 100%;
        max-width: 400px;
        margin: 0 12.5px 25px;
        padding: 20px;
    }
    .rows-r3 .innerbox.feat-edi .cap {
        font-size: 18px;
        width: 120px;
    }
    .rows-r3 .innerbox.feat-edi .cap span {
        font-size: 36px;
        line-height: 10px;
    }
    .rows-r3 .innerbox.feat-edi .ttl {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .rows-r3 .innerbox.feat-edi .cap::before {
        width: 120px;
        height: 115px;
        top: -32px;
    }
    .rows-r3 .innerbox.feat-edi .fig {
        margin-bottom: 20px;
    }
    .rows-r3 .innerbox.feat-edi .fig img {
        width: 35%;
    }

    .rn-sec2.ver2 {
        padding: 30px 0;
    }
    .rn-sec2.ver2 .fbox-cover {
        padding: 30px 20px;
    }
    .rn-sec2.ver2 .fbox-cover .txt-side,
    .rn-sec2.ver3 .fbox-cover .txt-side,
    .rn-sec2.ver2 .fbox-cover .fig-side,
    .rn-sec2.ver3 .fbox-cover .fig-side {
        width: 100%;
    }
    .rn-sec2.ver2 .fbox-cover .fig-side {
        margin-top: 30px;
    }
    .rn-sec2.ver3 .fbox-cover .fig-side {
        padding: 0 30px;
    }
    .rn-sec2.ver3 .fig-side .capture-brd {
        max-width: 500px;
    }
}

/* 特化型サービス */
.specialize-service-contnets {
    background-color: #ebf7f9;
    border-radius: 10px;
    padding: 0 16px 40px;
    width: 28%;
}
.specialize-service-contnets p {
    line-height: 1.8;
}
.specialize-service-img {
    margin-top: -27px;
}
.specialize-service-link {
 font-size: 0.95em;   
}
@media screen and (max-width: 768px) {
    .specialize-service-contnets {
        background-color: #ebf7f9;
        border-radius: 10px;
        padding: 0 16px 40px;
        width: calc(100% - 32px);
        margin-bottom: 50px;
    }
    .specialize-service-img {
        margin-top: -27px;
    }
}

.partner-program-bnr {
    padding-top: 90px
}