@charset "UTF-8";
/* リセットCSS
---------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

img {
    border: 0;
    vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.m-notosans-regular {
    font-weight: 400;
    font-family: 'Noto Sans JP';
}

.m-notosans-medium {
    font-weight: 500;
    font-family: 'Noto Sans JP';
}

.cr-black {
    color: #1e1e1e;
}

.cr-blue {
    color: #5bc4ba;
}

.fwb {
    font-weight: bold;
}

.fs6 {
    font-size: 50% !important;
}

.fs7 {
    font-size: 58.33333% !important;
}

.fs8 {
    font-size: 66.66667% !important;
}

.fs9 {
    font-size: 75% !important;
}

.fs10 {
    font-size: 83.33333% !important;
}

.fs11 {
    font-size: 91.66667% !important;
}

.fs12 {
    font-size: 100% !important;
}

.fs13 {
    font-size: 108.33333% !important;
}

.fs14 {
    font-size: 116.66667% !important;
}

.fs15 {
    font-size: 125% !important;
}

.fs16 {
    font-size: 133.33333% !important;
}

.fs17 {
    font-size: 141.66667% !important;
}

.fs18 {
    font-size: 150% !important;
}

.fs19 {
    font-size: 158.33333% !important;
}

.fs20 {
    font-size: 166.66667% !important;
}

.fs21 {
    font-size: 175% !important;
}

.fs22 {
    font-size: 183.33333% !important;
}

.fs23 {
    font-size: 191.66667% !important;
}

.fs24 {
    font-size: 200% !important;
}

.fs25 {
    font-size: 208.33333% !important;
}

.fs26 {
    font-size: 216.66667% !important;
}

.fs27 {
    font-size: 225% !important;
}

.fs28 {
    font-size: 233.33333% !important;
}

.fs29 {
    font-size: 241.66667% !important;
}

.fs30 {
    font-size: 250% !important;
}

.fs31 {
    font-size: 258.33333% !important;
}

.fs32 {
    font-size: 266.66667% !important;
}

.fs33 {
    font-size: 275% !important;
}

.fs34 {
    font-size: 283.33333% !important;
}

.fs35 {
    font-size: 291.66667% !important;
}

.fs36 {
    font-size: 300% !important;
}

.fs37 {
    font-size: 308.33333% !important;
}

.fs38 {
    font-size: 316.66667% !important;
}

.fs39 {
    font-size: 325% !important;
}

.fs40 {
    font-size: 333.33333% !important;
}

.fs41 {
    font-size: 341.66667% !important;
}

.fs42 {
    font-size: 350% !important;
}

.fs43 {
    font-size: 358.33333% !important;
}

.fs44 {
    font-size: 366.66667% !important;
}

.fs45 {
    font-size: 375% !important;
}

.fs46 {
    font-size: 383.33333% !important;
}

.fs47 {
    font-size: 391.66667% !important;
}

.fs48 {
    font-size: 400% !important;
}

.fs49 {
    font-size: 408.33333% !important;
}

.fs50 {
    font-size: 416.66667% !important;
}

.fs56 {
    font-size: 466.6666% !important;
}

.fs70 {
    font-size: 583.3333% !important;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.flR {
    float: right !important;
}

.flL {
    float: left !important;
}

.m00 {
    margin: 0px !important;
}

.mauto {
    margin: 0 auto !important;
}

.fv {
    background-color: #d3ddfa;
    overflow-x: hidden;
}
.fv__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 62% 1fr;
    grid-template-rows: 1fr 11vw;
    grid-template-areas: 'texts image' 'badges image';
    row-gap: 2em;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 0 0;
}
@media screen and (max-width: 768px) {
    .fv__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-template-areas: 'texts' 'image' 'badges';
    }
}
.fv__wrapper:before {
    content: '';
    display: block;
    position: absolute;
    right: -4%;
    z-index: 0;
    bottom: 0;
    width: 26%;
    height: 100%;
    background-color: #2e59a6;
    transform: skew(-10deg);
}
@media screen and (max-width: 768px) {
    .fv__wrapper:before {
        right: -5%;
        width: 50vw;
        transform: skew(0);
    }
}
.fv__wrapper:after {
    content: '';
    display: block;
    position: absolute;
    right: -80%;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2e59a6;
    transform: skew(-10deg);
}
@media screen and (max-width: 768px) {
    .fv__wrapper:after {
        display: none;
    }
}
.fv__badges {
    z-index: 1;
    grid-area: badges;
    width: 100%;
    height: 100%;
    padding: 1em 2em 2em 0;
    background-color: #d3ddfa;
}
@media screen and (max-width: 768px) {
    .fv__badges {
        width: calc(100% + 10vw);
        margin: 0 0 0 -5vw;
        padding: 1em 12vw 2em;
    }
}
.fv__badges img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 640px) {
    .fv__badges img {
        -o-object-position: center;
        object-position: center;
    }
}
.fv__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 100%;
    max-height: 100px;
}
.fv__badge img {
    height: 100%;
}
@media screen and (max-width: 768px) {
    .fv__badge:nth-child(1) {
        grid-area: sf1;
    }
    .fv__badge:nth-child(2) {
        grid-area: sf2;
    }
    .fv__badge:nth-child(3) {
        grid-area: sf3;
    }
    .fv__badge:nth-child(4) {
        grid-area: ntt;
    }
    .fv__badge:nth-child(5) {
        grid-area: award;
    }
}
.fv__texts {
    grid-area: texts;
    z-index: 2;
}
.fv__title {
    font-weight: 700;
    color: #2e59a6;
}
.fv__title--pc {
    font-size: min(3vw, 46px);
}
@media screen and (max-width: 768px) {
    .fv__title--pc {
        display: none;
    }
}
.fv__title--sp {
    display: none;
    font-size: min(6.4vw, 36px);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .fv__title--sp {
        display: block;
    }
}
.fv__title span {
    display: inline-block;
    padding: 0 0.2em;
    background-color: #ffffff;
    transform: skew(-10deg);
    white-space: nowrap;
}
.fv__title span:not(:last-child) {
    margin-bottom: 0.25em;
}
.fv__title span:last-child {
    font-size: 0.6em;
}
.fv__image {
    grid-area: image;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .fv__image {
        padding: 0 5vw;
    }
}
.fv__under {
    background: #5b83ce;
    text-align: center;
}
.fv__under div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 30px);
    padding: 10px;
}
.fv__under div p {
    color: #ffffff;
    transform: skewX(-8deg);
    font-size: clamp(14px, 3vw, 20px);
    font-weight: 700;
}

body {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #464646;
    padding-top: 76px;
}

a {
    color: #464646;
    text-decoration: none;
}

.mh-h2-02 {
    font-weight: 500;
    text-align: center;
    font-size: 44px;
}

.mh-h2-02-child {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.icn-check {
    padding-left: 1.4em;
    background-image: url(../images/icn-performance-02.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.sg-blue2 {
    color: #4daaa2;
    font-weight: 500;
}

.step-img {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.step-list {
    margin: 35px auto 0;
}
.step-list li {
    width: 260px;
    height: 90px;
    float: left;
    background-image: url(../images/step_text.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;
    color: #636363;
    margin-right: 21px;
}
.step-list li:last-of-type {
    margin-right: 0;
}
.step-list .mh-step {
    text-align: center;
    color: #5bc4ba;
    font-weight: 400;
    margin-top: 35px;
    padding-bottom: 15px;
    position: relative;
}

.accordion-box {
    margin: 0 auto;
}
.accordion-box .accordion-list {
    width: 100%;
}
.accordion-box .accordion-item {
    width: 100%;
    margin: auto;
}
.accordion-box .accordion-contents {
    display: none;
    background-color: #f9f9f9;
    padding: 35px 75px 30px 75px;
}
.accordion-box .accordion-contents p {
    line-height: 1.5;
    font-size: 16px;
}
.accordion-box .accordion-title a {
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #fff;
    line-height: 1.5;
    padding: 35px 155px 35px 80px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-image: url('../images/icon_Q.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left 35px;
    border-bottom: 1px solid #e6e6e6;
}
.accordion-box .accordion-title a:before {
    content: '';
    width: 2px;
    height: 20px;
    background: #49bfb5;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s ease;
}
.accordion-box .accordion-title a:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #49bfb5;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.6s ease;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.pc-hide,
.pc-hide-hamme {
    display: none;
}

.sp-hide,
.nosp {
    display: block;
}

.sp {
    display: none;
}

.l-header {
    width: 100%;
    height: 76px;
    box-shadow: 0 0 4px #aaa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 15px 35px;
    background-color: #fff;
}
.l-header .logo {
    float: left;
}
.l-header .header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.l-header .header-contact .tel {
    margin-right: 20px;
    text-align: center;
    position: relative;
    padding-left: 24px;
}
.l-header .header-contact .tel:before {
    content: url('../images/sp/icn-phone.png');
    position: absolute;
    left: 0;
    bottom: 0;
}
.l-header .header-contact .tel-schedule {
    font-size: 13px;
    font-weight: bold;
}
.l-header .header-contact .tel-number {
    font-size: 20px;
    font-weight: bold;
}
.l-header .header-contact .form-btn {
    height: 44px;
    width: 160px;
}
.l-header .header-contact .form-btn a {
    height: 44px;
    width: 160px;
    font-size: 14px;
    padding: 0 20px 0 40px;
}
.l-header .header-contact .form-btn:nth-of-type(2) {
    margin: 0 20px 0 25px;
}
.l-header .header-contact .form-btn:nth-of-type(2) a {
    background-color: #9e9e9e !important;
    background-image: none;
    background-size: 20px;
    background-position: center left 25px;
    background-repeat: no-repeat;
}
.l-header .header-contact .form-btn:nth-of-type(3) a {
    background-image: url(../form/images/icon_inquiry.png);
    background-size: 20px;
    background-position: center left 20px;
    background-repeat: no-repeat;
}
.l-header nav {
    width: 30%;
    display: inline-block;
}
.l-header nav .header-nav {
    white-space: nowrap;
    display: flex;
    margin: 10px 0 0 20px;
    width: 110%;
}
.l-header nav .header-item:nth-child(-n + 5) {
    margin: 0 30px 0 0;
}
.l-header nav .header-item a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.4s ease;
}

.form-btn {
    display: flex;
    justify-content: center;
}

.l-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.consultation-tel {
    margin: 0 0 0 60px;
}

.support-sec {
    padding: 70px 0;
}
.support-sec h2 {
    margin: 0 0 20px;
    font-weight: 500;
    text-align: center;
    font-size: 44px;
    color: #464646;
}
.support-sec .support-sec-title-sub {
    text-align: center;
    margin: 0 0 65px;
    font-size: 24px;
}
.support-sec .support-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.support-sec .support-item {
    text-align: center;
    width: 25%;
    padding: 30px 0 0 20px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
}
.support-sec .support-item:first-of-type {
    margin: 0;
    background-image: url(../images/support_bg01.png);
}
.support-sec .support-item:nth-of-type(2) {
    background-image: url(../images/support_bg02.png);
}
.support-sec .support-item:nth-of-type(2) img {
    width: 74%;
    max-width: 74%;
}
.support-sec .support-item:nth-of-type(3) {
    background-image: url(../images/support_bg03.png);
}
.support-sec .support-item:nth-of-type(3) img {
    width: 90%;
    max-width: 90%;
}
.support-sec .support-item:nth-of-type(4) {
    background-image: url(../images/support_bg04.png);
}
.support-sec .support-item:nth-of-type(4) img {
    width: 83%;
    max-width: 83%;
}
.support-sec .support-item h3 {
    font-weight: 300;
    font-size: 30px;
    color: #49bfb5;
    margin: 0 0 10px;
    text-align: left;
}
.support-sec .support-item p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.support-sec .support-item img {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
}

.admin-sec {
    padding: 70px 0;
}
.admin-sec .admin-box {
    position: relative;
    border: #49bfb5 4px dashed;
    padding: 40px;
}
.admin-sec .admin-box h2 {
    font-size: 30px;
    color: #49bfb5;
    font-weight: bold;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 17px;
    background-color: #fff;
}
.admin-sec .admin-list {
    display: flex;
    align-items: flex-start;
}
.admin-sec .admin-list .admin-item {
    width: 50%;
}
.admin-sec .admin-list dl {
    margin: 0 0 40px;
}
.admin-sec .admin-list dt {
    position: relative;
    font-weight: bold;
    color: #63c1b9;
    padding: 0 0 0 30px;
    font-size: 26px;
}
.admin-sec .admin-list dt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #63c1b9;
    border-radius: 50%;
}
.admin-sec .admin-list dd {
    line-height: 2;
    font-size: 16px;
}

.example-content {
    padding: 70px 0 52px;
    width: 100%;
    background-color: #fff;
}
.example-content h2 {
    font-weight: 500;
    text-align: center;
    font-size: 44px;
    color: #464646;
    margin: 0 0 65px;
    line-height: 1.2;
}
.example-content h2 span {
    display: inline-block;
    background: linear-gradient(transparent 80%, #63c1b9 80%, #63c1b9 100%);
}
.example-content .list01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.example-content .list01 li {
    font-size: 1.6em;
    white-space: nowrap;
    width: calc((100% - 60px) / 3);
    justify-content: center;
    font-weight: bold;
    text-align: left;
    min-height: 2.6em;
}
.example-content .list01 li:nth-child(3n) {
    margin-right: 0;
}
.example-content .list01 li:first-of-type {
    padding: 0 0 0;
    border-bottom: none;
}
.example-content .list01 li:nth-of-type(2) {
    border-bottom: none;
}
.example-content .list01 li:nth-of-type(3) {
    margin: 0;
    border-bottom: none;
}

.sec01 {
    background-image: none;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 70px 0 95px;
}
.sec01 h2 span {
    color: #2e58a6;
}
.sec01 .mh-h2-01 {
    font-size: 44px;
    font-weight: 500;
    text-align: center;
}
.sec01 .sec01-trouble {
    width: 1050px;
    margin: 55px auto 0;
}
.sec01 .sec01-trouble li {
    float: left;
    width: 25%;
    text-align: center;
    color: #636363;
    font-size: 17px;
}
.sec01 .sec01-trouble li img {
    display: block;
    margin: 15px auto 35px;
}
.sec01 .sec01-trouble li span {
    font-size: 18px;
    line-height: 1.5;
}

.sec02 {
    padding: 60px 0 65px;
}

.sec03,
.sec04,
.sec05 {
    padding: 0 0 60px;
}

.sec06 {
    padding: 100px 0 90px;
    background-color: #fafafa;
    background-image: url(../images/bg_sec06.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 70px;
}
.sec06 .case-mh {
    width: 1100px;
    box-sizing: border-box;
    margin: 60px auto 40px;
}
.sec06 .case-mh li {
    float: left;
    width: 33.3333%;
    text-align: center;
}

.supportCase-list {
    display: flex;
    width: 99%;
    align-items: flex-start;
    justify-content: center;
}
.supportCase-list .supportCase-item {
    position: relative;
    width: 25%;
    padding: 0 25px 6%;
    box-sizing: border-box;
    background-image: url(../images/supportCase_bg.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.supportCase-list .supportCase-item:before,
.supportCase-list .supportCase-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.supportCase-list .supportCase-item:nth-of-type(1):before,
.supportCase-list .supportCase-item:nth-of-type(3):before {
    right: -10px;
    top: -25px;
    background-image: url(../images/icon_remote.png);
}
.supportCase-list .supportCase-item:nth-of-type(2):before {
    right: -10px;
    top: -25px;
    background-image: url(../images/icon_resident.png);
}
.supportCase-list .supportCase-item:nth-of-type(2):after {
    right: 40px;
    top: -25px;
    background-image: url(../images/icon_run.png);
}
.supportCase-list .supportCase-item:nth-of-type(4):before {
    right: -10px;
    top: -25px;
    background-image: url(../images/icon_resident.png);
}
.supportCase-list .supportCase-item:nth-of-type(4):after {
    right: 40px;
    top: -25px;
    background-image: url(../images/icon_run.png);
}
.supportCase-list .supportCase-item:nth-of-type(4) h3:before {
    content: '';
    position: absolute;
    right: 65px;
    top: -45px;
    width: 50px;
    height: 50px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_remote.png);
}
.supportCase-list .supportCase-item h3 {
    position: relative;
    margin: 20px 0 20px;
    text-align: center;
    font-size: 30px;
    color: #49bfb5;
    font-weight: 200;
    letter-spacing: 1px;
}
.supportCase-list .supportCase-item p {
    font-size: 18px;
}
.supportCase-list .supportCase-item p span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fffc00 90%, #fff 90%);
}

.remote-sec {
    padding: 60px 0 70px;
}
.remote-sec h2 {
    margin: 0 0 60px;
}
.remote-sec .remote-img {
    text-align: center;
}
.remote-sec .remote-img img {
    max-width: 100%;
}

.mh-performance-box {
    padding: 20px 0 20px 23px;
    background-image: url(../images/icn-performance-01.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: solid 1px #bdbdbd;
    margin: 45px auto;
}
.mh-performance-box .mh-performance {
    font-size: 34px;
    font-weight: 500;
}
.mh-performance-box .performance-icn {
    width: 320px;
    float: right;
    margin-top: -32px;
}
.mh-performance-box .performance-icn li {
    font-weight: 500;
    float: left;
    width: 100px;
    text-align: center;
    background-color: #d0d0d0;
    color: #fff;
    border-radius: 3px;
    padding: 5px 0;
    margin-right: 7px;
}
.mh-performance-box .performance-icn li:last-of-type {
    margin-right: 0;
}
.mh-performance-box .performance-icn .performance-icn-1 {
    background-color: #58be89;
    color: #fff;
}
.mh-performance-box .performance-icn .performance-icn-2 {
    background-color: #f9af16;
    color: #fff;
}
.mh-performance-box .performance-icn .performance-icn-3 {
    background-color: #33bfdb;
    color: #fff;
}

.performance-con {
    margin-bottom: 85px;
}
.performance-con img {
    display: block;
    float: left;
    margin-right: 55px;
}
.performance-con figcaption {
    float: right;
    width: 54%;
}

.performance-trouble {
    min-height: 72px;
    padding-left: 90px;
    position: relative;
}
.performance-trouble .performance-trouble_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    width: 72px;
    border-radius: 100%;
    background: #a0bdd0;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
}

.mh-performance-trouble {
    font-weight: 500;
    font-size: 17px;
    color: #2980b9;
}

.performance-flow {
    height: 86px;
    margin: 15px 0;
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 27px;
    background-image: url(../images/icn-performance-04.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.performance-flow li {
    margin-bottom: 10px;
    float: left;
    background-color: #49bfb5;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    padding: 2px 22px;
}

.performance-improvement {
    height: 72px;
    position: relative;
    box-sizing: border-box;
    padding-left: 90px;
    display: table-cell;
    vertical-align: middle;
}
.performance-improvement .performance-improvement_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #ffca3f;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: bolder;
}

.mh-performance-wrap {
    background-color: #fafafa;
    padding: 1px 0;
}

.mh-performance-box {
    padding: 20px 0 20px 23px;
    background-image: url(../images/icn-performance-01.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: solid 1px #bdbdbd;
    margin: 45px auto;
}

.mh-performance {
    font-size: 34px;
    font-weight: 500;
}

.performance-icn {
    width: 320px;
    float: right;
    margin-top: -32px;
}
.performance-icn li {
    font-weight: 500;
    float: left;
    width: 100px;
    text-align: center;
    background-color: #d0d0d0;
    color: #fff;
    border-radius: 3px;
    padding: 5px 0;
    margin-right: 7px;
}
.performance-icn li:last-of-type {
    margin-right: 0;
}
.performance-icn .performance-icn-2 {
    background-color: #f9af16;
    color: #fff;
}

.sec07 {
    padding: 70px 0;
    background-color: #fafafa;
}

.sec08 {
    width: auto;
    border: none;
    margin: 0;
    padding: 70px 0;
}
.sec08 h2 {
    font-weight: 500;
    text-align: center;
    font-size: 44px;
    color: #464646;
    margin: 0 0 40px;
}

.right-contact {
    position: fixed;
    top: 135px;
    right: -1px;
    z-index: 100;
}
.right-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #ee6557;
    border: 2px solid #df6e6e;
    border-radius: 6px 0 0 6px;
    width: 62px;
    height: 305px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    box-sizing: border-box;
}
.right-contact a:hover {
    border: none;
}
.right-contact a:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px 0 0 6px;
    opacity: 0.3;
}
.right-contact .right-contact-text {
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
}
.right-contact .right-contact-text:before {
    content: url('../images/icn-contact.png');
    width: 37px;
    height: 29px;
    margin-bottom: 8px;
}

/* 追加 */
.admin-sec .admin-box h2 {
    padding: 15px 50px 15px 190px;
    background-image: url(../images/support01.png);
    background-size: contain;
    background-position: center left 25px;
    background-repeat: no-repeat;
    font-size: 30px;
}

.partner-logo {
    position: absolute;
    right: 155px;
    bottom: 128px;
    width: 125px;
}
.partner-logo img {
    width: 100%;
    max-width: 100%;
}

/* --------------------------------------------------------- */
.admin-sec {
    padding: 0px 0 70px;
    background-color: #eff2f8;
}
.admin-sec .admin-box {
    border: #2e59a6 2px solid;
    padding: 64px 40px 40px 52px;
}
.admin-sec .admin-box h2 {
    padding: 13px 30px 0;
    color: #2e59a6;
    background-color: #eff2f8;
    background-image: none;
    font-size: clamp(26px, 3vw, 38px);
}
.admin-sec .admin-box.service {
    border-right: #2e59a6 2px solid;
    border-left: #2e59a6 2px solid;
    border-bottom: #2e59a6 2px solid;
    border-top: none;
}
.admin-sec .admin-list dl {
    margin: 0 0 25px;
}
.admin-sec .admin-list dt {
    color: #2e59a6;
    padding: 0 0 0 12px;
    font-size: 21px;
}
.admin-sec .admin-list dd {
    margin: 0 0 0 15px;
    font-size: 15px;
}
.admin-sec .admin-list dt:before {
    width: 6px;
    height: 6px;
    background-color: #2e59a6;
}
.admin-sec .admin-box.appexchange {
    border-top: none;
}
.admin-sec .admin-box.appexchange p:last-child {
    text-align: right;
}

/* --------------------------------------------------------- */
.example-content h2 {
    color: #2e59a6;
    font-size: 40px;
    margin: 0 0 60px;
}

.clients__inner {
    display: grid;
    row-gap: 2em;
    padding: 1.6em 1em;
    background-color: #fff;
}
.clients__logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    row-gap: 2.4em;
    -webkit-column-gap: 2.4em;
    -moz-column-gap: 2.4em;
    column-gap: 2.4em;
}
.clients__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-height: 80px;
}
.clients__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.clients__names {
    line-height: 2;
}

.clients__name {
    font-size: 1.6em;
    font-weight: 700;
}

@media screen and (min-width: 640px) {
    .clients__names {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 748px) {
    .clients__container {
        padding: 80px 0;
    }
    .clients__inner {
        padding: 2.4em 1.6em;
    }
    .clients__logos {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        row-gap: 3em;
        -webkit-co3umn-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 3em;
    }
}

@media screen and (min-width: 1024px) {
    .clients__names {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.sec01 {
    padding: 70px 0 120px;
    background-color: #e0e6f2;
    background-image: url(../images/bg_sec01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* margin-bottom: 70px; */
}
.sec01 .mh-h2-01 {
    font-size: 40px;
    font-weight: bold;
    color: #2e59a6;
}
.sec01 .sec01-trouble {
    margin: 50px auto 0;
}
.sec01 .sec01-trouble li img {
    margin: 0 auto 20px;
}

/* --------------------------------------------------------- */
.sec06 {
    padding: 75px 0 170px;
    background-color: #eff2f8;
}

.mh-h2-02 {
    font-size: 40px;
    color: #2e59a6;
    font-weight: bold;
    /* margin:50px;
  margin-top:-20px; */
    margin: 20px 0 50px;
}

.sec06 .case-mh {
    margin: 45px auto 40px;
}

.supportCase-list {
    align-items: stretch;
}
.supportCase-list .supportCase-item {
    width: calc(25% - 25px);
    margin: 0 25px 0 0;
    padding: 0 25px 25px;
    background-image: none;
    background-color: #fff;
    box-shadow: 0px 5px 19px -8px #555;
}
.supportCase-list .supportCase-item h3 {
    color: #2e59a6;
}
.supportCase-list .supportCase-item p span {
    color: #2e59a6;
    font-weight: bold;
    background: none;
}
.supportCase-list .supportCase-item:last-of-type {
    margin: 0;
}

.sec06 .case-mh li {
    float: left;
    width: 27%;
    margin: 0 100px 0 0;
    text-align: center;
}
.sec06 .case-mh li:last-of-type {
    margin: 0;
}

.remote-sec h2 {
    margin: 0 0 50px;
}

/* --------------------------------------------------------- */
.performance-sec01 {
    padding: 10px 0 20px;
    background-color: #e0e6f2;
}

.performance-sec {
    padding: 90px 0;
    background-color: #eff2f8;
}
.performance-sec .mh-h2-02 {
    margin: 10px auto 50px;
}

.performance-list {
    display: -ms-flex;
    display: flex;
}

.performance-item {
    width: calc(36.33% - 60px);
    margin: 0 60px 0 0;
}
.performance-item:last-of-type {
    margin: 0;
}
.performance-item a {
    text-decoration: none;
    transition: 0.4s ease;
}
.performance-item a:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}
.performance-item h3 {
    font-weight: bold;
    text-align: center;
    color: #363636;
    font-size: 17px;
    margin: 0 0 25px;
}

.performance-img {
    overflow: hidden;
    margin: 0 0 20px;
}

.performance-img01 {
    overflow: hidden;
    margin: 0 0 10px;
}

.performance-img img,
.performance-img01 img {
    max-width: 100%;
    width: 100%;
    transition: 0.4s ease;
}

.performance-item p {
    font-size: 20px;
    color: #636363;
    line-height: 1.5;
    font-weight: bold;
}

.performance-text p {
    font-size: 15px;
    color: #696969;
    line-height: 1.5;
    font-weight: normal;
}

/* --------------------------------------------------------- */
.sec07 {
    padding: 90px 0;
    background-color: #fff;
}

.step-img {
    margin: 20px auto 0;
}
.step-img img {
    width: 96%;
    margin: auto;
}

.step-list {
    display: -ms-flex;
    display: flex;
}
.step-list .mh-step {
    color: #2e59a6;
}
.step-list li {
    float: none;
    margin-right: 64px;
}

/* --------------------------------------------------------- */
.sec08 {
    background-color: #eff2f8;
    padding: 100px 0;
}
.sec08 h2 {
    font-weight: bold;
    color: #2e59a6;
}

.accordion-box .accordion-title a {
    font-size: 16px;
    padding: 35px 155px 35px 55px;
    background-position: center left 19px;
}
.accordion-box .accordion-title a:before,
.accordion-box .accordion-title a:after {
    background: #2e59a6;
}

/* 続きを見るボタン */
.nextpageBtn {
    position: relative;
    text-align: center;
    width: 290px;
    height: 55px;
    margin: 40px auto 0;
}
.nextpageBtn::after {
    position: absolute;
    content: '';
}
.nextpageBtn::before {
    position: absolute;
    content: '';
    right: 14px;
    top: 24px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.nextpageBtn a {
    position: relative;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: auto;
    width: 290px;
    height: 55px;
    font-size: 18px;
    color: #fff;
    background: #2e59a6;
    /* background: linear-gradient(90deg, rgb(46 89 166) 0%, rgb(75 125 216) 100%);*/
    transition: all 0.3s ease;
}
.nextpageBtn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.nextpageBtn:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}
.nextpageBtn a:hover {
    color: #2e59a6;
}
.nextpageBtn a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

/* --------------------------------------------------------- */
#company_area .companyarea-block {
    margin: auto;
    display: flex;
    font-size: 16px;
}
#company_area .companyarea-block-left {
    width: 22%;
    text-align: center;
}
#company_area .companyarea-block-left img {
    max-width: 100%;
}
#company_area .companyarea-block-left__button {
    width: 60%;
    position: relative;
    text-align: center;
    margin: auto;
}
#company_area .companyarea-block-left__button::after {
    position: absolute;
    content: '';
}
#company_area .companyarea-block-left__button::before {
    position: absolute;
    content: '';
    right: 10px;
    top: 15px;
    width: 8px;
    height: 8px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
#company_area .companyarea-block-left__button a {
    position: relative;
    text-decoration: none;
    display: -ms-flex;
    display: flex;
    z-index: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: auto;
    font-size: 16px;
    padding: 8px 8px 8px 0;
    color: #fff;
    background: #2e59a6;
    margin-top: 30px;
    transition: all 0.3s ease;
}
#company_area .companyarea-block-left__button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#company_area .companyarea-block-left__button:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}
#company_area .companyarea-block-left__button a:hover {
    color: #2e59a6;
}
#company_area .companyarea-block-left__button a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
#company_area .companyarea-block-right {
    width: 78%;
    margin-left: 30px;
    box-sizing: border-box;
}
#company_area .companyarea-block-right table {
    width: 100%;
    text-align: left;
}
#company_area .companyarea-block-right table th {
    word-break: keep-all;
    width: 18%;
    padding: 10px 0;
}
#company_area .companyarea-block-right table tr:first-child th,
#company_area .companyarea-block-right table tr:first-child td {
    padding: 0 0 10px;
}
#company_area .companyarea-block-right table td {
    word-break: keep-all;
    width: 82%;
    padding: 10px 0;
}
#company_area .companyarea-block-service {
    font-size: 12px;
}
#company_area .companyarea-block-right p {
  font-size: 12px;
  margin-top: 10px;
}

#dx .icon,
#si .icon {
    display: inline-block;
    background: #2b2b2b;
    color: white;
    padding: 4px 6px;
    line-height: 22px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 10px;
}

#dx .icon {
    padding: 4px 7px;
}

#si .icon {
    display: inline-block;
    background: #2b2b2b;
    color: white;
    padding: 4px 10px;
    line-height: 22px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 15px;
}

.columms-link {
    font-size: 26px;
    text-align: center;
    padding: 30px;
    color: #2e59a6;
}

.text-picture {
    text-align: center;
    max-width: 100%;
}

.text-title {
    padding-top: 60px;
}

.chara-sec .chara-box .chara-content .chara-icon {
    top: -30px;
    left: 10%;
}

img {
    max-width: 100%;
}

.columms-linkfont {
    font-size: 20px;
}

.mh-h2-03 {
    font-size: 36px;
    color: #2e59a6;
    font-weight: bold;
    margin: 60px 10px 50px;
    text-align: center;
}

.admin-box service01 {
    display: inline-block;
}

.chara-btn-flex01 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------ 220114 こんなお問い合わせ増えています ----------- */
.inquiry-items {
    max-width: 1000px;
}

.inquiry-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}
.inquiry-item:last-child {
    margin-bottom: 0;
}

.inquiry-item__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
}
.inquiry-item__icon p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.inquiry-item__img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
    border-radius: 100vh;
}

.inquiry-item__text {
    position: relative;
    padding: 20px 30px;
    font-size: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.inquiry-item__text::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 35px;
    border-top: 15px solid transparent;
    border-right: 24px solid #ffffff;
    border-bottom: 15px solid transparent;
    border-left: 24px solid transparent;
}
.inquiry-item__text span {
    font-weight: 700;
    color: #2e59a6;
}

.inquiry-item:nth-child(even) {
    flex-direction: row-reverse;
}
.inquiry-item:nth-child(even) .inquiry-item__text::before {
    display: none;
}
.inquiry-item:nth-child(even) .inquiry-item__text::after {
    content: '';
    position: absolute;
    right: -48px;
    top: 35px;
    border-top: 15px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #ffffff;
}

/* ------------ 220114 特徴 ----------- */
.features-sec {
    padding: 60px 0 60px;
    background-color: #ffffff;
}

.features-sec__title {
    font-size: 36px;
    color: #2e59a6;
    font-weight: bold;
    margin: 0 10px 50px;
    text-align: center;
}

.features-sec .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    row-gap: 60px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.features-sec .features .feature {
    position: relative;
    padding: 48px 30px 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    font-size: 16px;
}
.features-sec .features .feature__number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    background-color: #2e59a6;
    width: 60px;
    height: 60px;
    border-radius: 100vh;
    color: #ffffff;
    line-height: 1;
}
.features-sec .features .feature__number span {
    font-weight: 700;
    font-size: 1.3em;
}
.features-sec .features .feature__texts {
    display: grid;
    gap: 12px;
}
.features-sec .features .feature__title {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 700;
    line-height: 1.3;
}
.features-sec .features .feature__title strong {
    color: #2e59a6;
}
.features-sec .features .feature__title span {
    display: inline-block;
}

/* ------------ 220114 ページトップボタン ----------- */
.pagetop-button {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding-top: 4px;
    right: 40px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    border: 2px solid #2e59a6;
    border-radius: 100vh;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    background-color: #ffffff;
    color: #2e59a6;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out;
}
.pagetop-button:hover {
    transform: scale(1.1);
}

/* ------------ 220128 main-cta ----------- */
.main-cta {
    padding: 18px 0 20px 0;
}

.main-cta__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    row-gap: 20px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.main-cta__document {
    background-color: #b5b5b5;
}

.main-cta__contact {
    background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
}

.cta-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px;
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
    text-align: center;
    border-radius: 100vh;
    text-decoration: none;
}

.cta-btn--document {
    background-color: #2e59a6;
    color: #ffffff;
    transition: all 0.3s;
    border: 2px solid #2e59a6;
}
.cta-btn--document::before {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 8px);
    width: 12px;
    height: 12px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.cta-btn--document:hover {
    background-color: #ffffff;
    color: #2e59a6;
    border: 2px solid #2e59a6;
}
.cta-btn--document:hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
}

.cta-btn--contact {
    background: #fb6450;
    color: #ffffff;
    transition: all 0.3s;
    border: 2px solid #fb6450;
}
.cta-btn--contact::before {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 8px);
    width: 12px;
    height: 12px;
    z-index: 100;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.cta-btn--contact:hover {
    background: #ffffff;
    color: #fb6450;
    border: 2px solid #fb6450;
}
.cta-btn--contact:hover::before {
    border-top: 2px solid #fb6450;
    border-right: 2px solid #fb6450;
}

/* ------------ 220128 section-cta ----------- */
.section-cta {
    padding: 80px 5%;
    background-color: #2e59a6;
}

.section-cta__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #ffffff;
}

.section-cta__text {
    text-align: center;
    margin-bottom: 1em;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
}
.section-cta__text span {
    display: inline-block;
}

.section-cta__buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    row-gap: 20px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.textin {
    text-indent: 1.2em;
}

@media screen and (max-width: 1248px) {
    .l-content {
        width: 100%;
    }
}
@media screen and (min-width: 781px) and (max-width: 1180px) {
    .step-list li {
        font-size: 1.2em;
        width: 260px;
        height: 90px !important;
        float: left;
        background-image: url(../images/step_text.png) !important;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
        text-align: center;
        color: #636363;
        margin-right: 76px !important;
    }
    .step-list li:last-of-type {
        margin-right: 0 !important;
    }
    .step-list .mh-step {
        margin-top: 24px !important;
        margin-top: 16px !important;
    }

    .example-content .list01 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .example-content .list01 li {
        font-size: 1.6em;
        white-space: nowrap;
        width: calc((100% - 60px) / 2);
        justify-content: center;
        font-weight: bold;
        text-align: left;
        min-height: 2.6em;
    }
    .example-content .list01 li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1180px) {
    body {
        width: 100%;
        padding-top: 65px;
        font-size: 10px;
    }

    .textin {
        text-indent: 0em;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    section {
        min-width: auto;
    }

    .mh-h2-02 {
        font-size: 21px;
    }

    .step-list {
        width: 100%;
    }
    .step-list li {
        width: 100%;
        height: auto;
        float: none;
        background-image: none;
        text-align: left;
        margin-right: 0;
    }
    .step-list li:nth-of-type(2),
    .step-list li:nth-of-type(3),
    .step-list li:nth-of-type(4) {
        margin-top: 0;
    }
    .step-list li:nth-of-type(2) .step-text,
    .step-list li:nth-of-type(3) .step-text,
    .step-list li:nth-of-type(4) .step-text {
        margin-top: 16px;
    }

    .accordion-box {
        width: auto;
    }
    .accordion-box .accordion-title a {
        font-size: 16px;
        padding: 4% 10% 4% 12%;
        background-position: center left 13px;
        background-size: 16px;
    }
    .accordion-box .accordion-title a:before {
        right: 18px;
        height: 16px;
    }
    .accordion-box .accordion-title a:after {
        right: 11px;
        width: 16px;
    }

    .bottom-contact {
        position: fixed;
        bottom: -2px;
        left: 0;
        z-index: 100;
        width: 100%;
        box-shadow: 0 0 5px #c4c4c4;
        transition: 0.4s;
    }
    .bottom-contact .bottom-tel {
        width: 50%;
        background-color: #f6f6f6;
        float: left;
        height: 60px;
        border: 2px solid #eceaea;
        box-sizing: border-box;
        text-align: center;
    }
    .bottom-contact .bottom-tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        line-height: 1;
    }
    .bottom-contact .bottom-tel a span {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
    }
    .bottom-contact .bottom-tel a span:before {
        content: url('../images/sp/icn-phone.png');
        margin-right: 4px;
    }
    .bottom-contact .bottom-web {
        width: 50%;
        background-color: #df3a3a;
        float: right;
        height: 60px;
        border: solid 2px #df6e6e;
        box-sizing: border-box;
        text-align: center;
    }
    .bottom-contact .bottom-web a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
    }
    .bottom-contact .bottom-web .bottom-web_icon {
        color: #df3a3a;
        display: inline-block;
        padding: 4px 8px;
        margin-right: 6px;
        background: #fff;
        font-size: 12px;
        font-weight: bolder;
        border-radius: 4px;
    }

    .nosp {
        display: none;
    }

    .sp {
        display: block;
    }

    .inquiry-item {
        gap: 24px;
        margin-bottom: 30px;
    }

    .inquiry-item__icon p {
        font-size: 14px;
    }

    .inquiry-item__img {
        width: 60px;
        height: 60px;
    }

    .inquiry-item__text {
        padding: 10px 15px;
        font-size: 18px;
    }
    .inquiry-item__text::before {
        top: 18px;
        left: -32px;
        border-top: 12px solid transparent;
        border-right: 16px solid #ffffff;
        border-bottom: 12px solid transparent;
        border-left: 16px solid transparent;
    }

    .inquiry-item:nth-child(even) .inquiry-item__text::after {
        top: 18px;
        right: -32px;
        border-top: 12px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 16px solid #ffffff;
    }

    .features-sec .features {
        width: 85%;
    }

    .pagetop-button {
        right: 15px;
        bottom: 70px;
        width: 80px;
        height: 80px;
        font-size: 14px;
    }

    .section-cta {
        padding: 40px 4%;
    }

    .section-cta__inner {
        padding: 20px;
    }
}
@media screen and (max-width: 1180px) {
    .pc-hide-hamme {
        display: block;
    }
}
@media screen and (max-width: 780px) {
    .sp-hide {
        display: none;
    }

    .step-img {
        width: 42%;
        float: left;
        margin-top: 20px;
    }

    .pc-hide {
        display: block;
    }

    .step-list .step-icon {
        min-width: 50%;
        max-width: 50%;
        margin-right: 2%;
    }
    .step-list .step-text {
        width: 100%;
        display: flex;
    }
    .step-list .mh-step {
        display: flex;
        align-items: center;
        width: 48%;
        background: url('../images/sp/step_text.png') no-repeat;
        background-size: contain;
        background-position: left center;
        margin: 0;
        padding: 0 0 0 15px;
        font-size: 6vw !important;
    }

    .l-header {
        height: 65px;
        padding: 13px 20px;
        position: absolute;
        min-width: auto;
    }
    .l-header .logo {
        width: 25%;
        margin-left: 0;
    }
    .l-header .header-contact {
        display: none;
    }
    .l-header nav {
        position: relative;
        float: right;
        width: 50%;
    }
    .l-header nav .header-nav {
        right: 3px;
        margin: 8px 0 0;
        width: 250px;
        position: absolute;
    }
    .l-header nav .header-nav .header-item {
        margin: 0 6px 0 0;
    }
    .l-header nav .header-nav .header-item:last-child {
        margin: 0;
    }
    .l-header nav .header-nav .header-item a {
        font-size: 11px;
    }

    .chara-btn-box {
        min-width: auto;
    }
    .chara-btn-box .chara-btn-flex {
        flex-direction: column;
    }
    .chara-btn-box .chara-tel {
        text-align: center;
        margin: 5% 0 0;
        width: 90%;
    }
    .chara-btn-box .consultation-tel {
        text-align: center;
        margin: 5% 0 0;
        width: 90%;
    }
    .chara-btn-box .consultation-tel img {
        max-width: 100%;
        height: auto;
    }
    .chara-btn-box h3 {
        font-size: 22px;
        margin: 0 0 5%;
    }
    .chara-btn-box .form-btn {
        width: 310px;
        height: auto;
        margin-bottom: 12px;
    }
    .chara-btn-box .form-btn a {
        width: 100%;
        height: 60px;
        padding: 0 35px 0 65px;
    }
    .chara-btn-box .form-btn:nth-of-type(1) a {
        position: relative;
        border-radius: 10px;
        color: #fff;
        box-shadow: 0px 5px 0px 0px #d07100;
        background: #ff9500;
        transition: 0s;
        font-size: 18px;
    }
    .chara-btn-box .form-btn:nth-of-type(1) a:before {
        width: 30px;
        left: 27px;
        background-size: contain;
    }

    .support-sec {
        padding: 40px 0 10%;
    }
    .support-sec h2 {
        margin: 0 0 20px;
        font-size: 25px;
    }
    .support-sec .support-list {
        flex-direction: column;
    }
    .support-sec .support-list .support-item {
        width: 90%;
        margin: 0 0 5%;
        padding: 5% 0 0 5%;
        background-size: contain;
    }
    .support-sec .support-list .support-item:first-of-type {
        margin: 0 0 5%;
    }
    .support-sec .support-list .support-item h3 {
        font-size: 22px;
    }
    .support-sec .support-list .support-item p {
        height: auto;
        font-size: 14px;
    }
    .support-sec .support-list .support-item img {
        display: none;
    }

    .admin-sec {
        padding: 0;
    }
    .admin-sec .admin-box {
        padding: 8%;
    }
    .admin-sec .admin-box h2 {
        top: -28px;
        width: 240px;
        padding: 10px 0;
        font-size: 18px;
    }
    .admin-sec .admin-list {
        flex-wrap: wrap;
    }
    .admin-sec .admin-list .admin-item {
        width: 100%;
    }
    .admin-sec .admin-list .admin-item dl {
        margin: 0 0 8%;
    }
    .admin-sec .admin-list .admin-item dt {
        font-size: 20px;
        padding: 0 0 0 17px;
    }
    .admin-sec .admin-list .admin-item dt:before {
        height: 10px;
        width: 10px;
    }

    .example-content {
        padding: 10% 0;
    }
    .example-content h2 {
        font-size: 25px;
        margin: 0 0 10%;
    }
    .example-content .list01 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .example-content .list01 li {
        font-size: 1.6em;
        white-space: nowrap;
        width: 100%;
        justify-content: center;
        font-weight: bold;
        text-align: left;
        min-height: 2em;
    }
    .example-content .list01 li:nth-of-type(1),
    .example-content .list01 li:nth-of-type(2) {
        border-bottom: none;
    }

    .sec01 {
        padding: 10% 0;
    }
    .sec01 .mh-h2-01 {
        font-size: 25px;
    }
    .sec01 .sec01-trouble {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 96%;
    }
    .sec01 .sec01-trouble li {
        width: 50%;
        margin: 5% 0 0;
        font-size: 12px;
    }
    .sec01 .sec01-trouble li span {
        font-size: 14px;
    }
    .sec01 .sec01-trouble li .sec01-trouble-taxt {
        width: 94%;
        margin: 0 auto;
        display: block;
    }
    .sec01 .sec01-trouble li img {
        width: 65%;
    }

    .sec02 {
        padding: 40px 0 40px;
    }

    .sec03,
    .sec04,
    .sec05 {
        padding: 0 0 40px;
    }

    .sec06 {
        padding: 10% 0;
        margin: 0 0 10%;
    }
    .sec06 .case-mh {
        width: 90%;
        margin: 30px auto;
    }
    .sec06 .case-mh li {
        width: 50%;
    }
    .sec06 .case-mh li:first-of-type {
        float: none;
        margin: 0 auto;
    }
    .sec06 .case-mh li img {
        margin: 0 auto;
        width: 90%;
    }

    .sec08 {
        padding: 10% 0;
    }
    .sec08 h2 {
        font-size: 25px;
        margin: 0 0 10%;
    }

    .mh-performance-box {
        background-size: 5%;
        padding: 2% 0 15px 6%;
        margin: 20px auto;
    }
    .mh-performance-box .mh-performance {
        font-size: 17px;
    }
    .mh-performance-box .performance-icn {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    .mh-performance-box .performance-icn li {
        width: 70px;
        padding: 3px 0;
    }

    .performance-con {
        margin-bottom: 20px;
    }
    .performance-con .performance-trouble {
        padding-left: 0;
        background-image: none;
        margin-top: 10px;
    }
    .performance-con .performance-trouble_icon {
        width: 60px;
        height: 60px;
    }
    .performance-con .mh-performance-trouble {
        padding: 0 0 10px 67px;
        font-size: 14px;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .performance-con .performance-flow {
        margin: 0;
        height: 94px;
        box-sizing: border-box;
        padding-left: 60px;
        padding-top: 10px;
        background-size: 60px;
    }
    .performance-con .performance-flow li {
        margin: 5px;
        margin-bottom: 5px;
        padding: 2px 8px;
    }
    .performance-con .performance-improvement {
        height: 72px;
        padding-left: 67px;
        background-size: 60px 60px;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .performance-con .performance-improvement_icon {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
    .performance-con img {
        float: none;
        width: 86%;
        margin: 0 auto 10px;
    }
    .performance-con figcaption {
        float: none;
        width: 100%;
    }

    .supportCase-list {
        flex-direction: column;
    }
    .supportCase-list .supportCase-item {
        width: 100%;
        padding: 0 10% 15%;
        margin: 0 0 11%;
        background-size: 100% 100%;
        background-image: url(../images/sp/supportCase_bg.png);
    }
    .supportCase-list .supportCase-item h3 {
        margin: 20px 0 4%;
        font-size: 22px;
    }
    .supportCase-list .supportCase-item p {
        font-size: 14px;
    }
    .supportCase-list .supportCase-item:nth-of-type(4) h3:before {
        right: 57px;
    }

    .remote-sec {
        padding: 0 0 10%;
    }
    .remote-sec h2 {
        margin: 0 0 10%;
    }

    .accordion-box .accordion-title a {
        border-bottom: 1px solid #e6e6e6;
        font-weight: bold;
    }
    .accordion-box .accordion-title a:before {
        right: 18px;
        height: 16px;
    }
    .accordion-box .accordion-title a:after {
        right: 11px;
        width: 16px;
    }
    .accordion-box .accordion-contents {
        padding: 5%;
    }
    .accordion-box .accordion-contents p {
        font-size: 14px;
    }

    .admin-sec .admin-box h2 {
        padding: 10px 13px 10px 81px;
        font-size: 18px;
        box-sizing: border-box;
        width: 260px;
        background-size: 65px;
        background-position: center left 6px;
    }

    .l-header nav .header-nav {
        width: 245px;
    }

    .admin-sec {
        padding: 60px 0 0;
    }
    .admin-sec .admin-box {
        padding: 70px 8% 8%;
    }

    .partner-logo {
        position: absolute;
        right: -4px;
        bottom: 153px;
        width: 170px;
    }

    /* --------------------------------------------------------- */
    .admin-sec {
        padding: 0px 0px 40px;
    }
    .admin-sec .admin-box h2 {
        /* padding: 10px 0; */
        padding: 10px 10px;
        margin: 0px 3px 0px;
        /* width: 263px; */
        /* width: 133px; */
        font-size: 21px;
        text-align: center;
        /* white-space: nowrap; */
    }
    .admin-sec .admin-list .admin-item dt:before {
        width: 5px;
        height: 5px;
    }
    .admin-sec .admin-box {
        padding: 40px 17px 25px 17px;
    }
    .admin-sec .admin-list .admin-item dl {
        margin: 0 0 10px;
    }
    .admin-sec .admin-list .admin-item dt {
        font-size: 18px;
    }
    .admin-sec .admin-list dd {
        font-size: 14px;
    }

    /* --------------------------------------------------------- */
    .example-content {
        padding: 60px 0;
    }
    .example-content h2 {
        font-size: 25px;
        line-height: 1.5;
        margin: 0 0 30px;
    }

    .example-img-list {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 8%;
        padding: 0 16% 0;
        border-bottom: 2px solid #aaa;
    }
    .example-img-list li {
        text-align: left;
        margin: 0 0 5%;
        width: calc(50% - 10px);
    }
    .example-img-list li:nth-of-type(even) {
        margin-left: 4%;
    }
    .example-img-list li img {
        width: 86%;
    }
    .example-img-list li:nth-of-type(4) img,
    .example-img-list li:nth-of-type(6) img {
        width: 50%;
    }
    .example-img-list li:nth-of-type(11) img {
        width: 90%;
    }
    .example-img-list li:nth-of-type(12) img {
        width: 80%;
        margin-left: 10%;
    }
    .example-img-list li:last-of-type {
        margin: 0;
    }

    /* --------------------------------------------------------- */
    .chara-btn-box h3 {
        font-size: 24px;
        margin: 0 0 17px;
    }

    .chara-btn-wrap {
        width: 81.18%;
    }
    .chara-btn-wrap .consultation-btn {
        margin: 0 0 9px;
    }
    .chara-btn-wrap > a {
        font-size: 18px;
        margin: 0 0 25px;
        display: inline-block;
    }

    .chara-btn-box {
        padding: 47px 0 46px;
    }
    .chara-btn-box .chara-tel {
        margin: 0;
    }

    /* --------------------------------------------------------- */
    .sec01 {
        padding: 40px 0 90px;
        background-image: url(../images/bg_sec01_sp.jpg);
    }
    .sec01 .mh-h2-01 {
        font-size: 25px;
    }
    .sec01 .sec01-trouble {
        margin: 10px auto 0;
    }
    .sec01 .sec01-trouble li img {
        margin: 0 auto 12px;
    }

    /* --------------------------------------------------------- */
    .sec06 {
        padding: 30px 0 130px;
        background-image: url(../images/bg_sec06_sp.jpg);
    }

    .mh-h2-02 {
        font-size: 26px;
        margin: 10px 0 20px;
    }

    .sec06 .case-mh {
        margin: 20px auto 40px;
    }
    .sec06 .case-mh li {
        width: 50%;
        margin: 0;
    }
    .sec06 .case-mh li:first-of-type {
        width: 60%;
        margin: 0 auto 10px;
    }

    .supportCase-list {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .supportCase-list .supportCase-item {
        width: 48%;
        margin: 0 3% 30px 0;
        padding: 0 13px 9px;
    }
    .supportCase-list .supportCase-item:nth-of-type(2) {
        margin: 0 0 30px;
    }
    .supportCase-list .supportCase-item:nth-of-type(3) {
        margin: 0 3% 0 0;
    }
    .supportCase-list .supportCase-item:nth-of-type(4) {
        margin: 0;
    }
    .supportCase-list .supportCase-item h3 {
        position: relative;
        font-size: 19px;
        margin: 17px 0 17px;
    }
    .supportCase-list .supportCase-item h3::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 2px;
        background-color: #2e59a6;
    }
    .supportCase-list .supportCase-item p {
        font-size: 12px;
    }
    .supportCase-list .supportCase-item:before,
    .supportCase-list .supportCase-item:after {
        background-size: contain;
        width: 37px;
        height: 50px;
    }
    .supportCase-list .supportCase-item:nth-of-type(1):before,
    .supportCase-list .supportCase-item:nth-of-type(3):before {
        right: -8px;
        top: -29px;
    }
    .supportCase-list .supportCase-item:nth-of-type(2):after {
        right: 32px;
        top: -27px;
    }
    .supportCase-list .supportCase-item:nth-of-type(4) h3:before {
        width: 37px;
        background-size: contain;
    }
    .supportCase-list .supportCase-item:nth-of-type(4):after {
        right: 30px;
        top: -29px;
    }
    .supportCase-list .supportCase-item:nth-of-type(4):before {
        top: -29px;
    }

    /* --------------------------------------------------------- */
    .remote-sec {
        padding: 0 0 55px;
    }
    .remote-sec .mh-h2-02 {
        font-size: 25px;
    }
    .remote-sec h2 {
        margin: 0 0 20px;
    }

    /* --------------------------------------------------------- */
    .performance-sec {
        padding: 44px 0;
    }
    .performance-sec .mh-h2-02 {
        margin: 0 auto 15px;
    }

    .performance-list {
        flex-direction: column;
    }

    .performance-item {
        width: 100%;
        margin: 0 0 28px 0;
    }
    .performance-item h3 {
        font-size: 21px;
        margin: 0 0 13px;
    }

    .performance-img {
        overflow: hidden;
        width: 88%;
        text-align: center;
        margin: 0 auto 5px;
    }

    .performance-item p {
        font-size: 18px;
        width: 88%;
        margin: auto;
    }

    /* --------------------------------------------------------- */
    .sec07 {
        padding: 44px 0;
    }

    .step-list .step-icon {
        max-width: none;
        width: 36%;
        min-width: auto;
        margin: 6px 22px 0 19px;
    }
    .step-list .mh-step {
        justify-content: center;
        padding: 0;
        width: 44%;
        font-size: 5vw !important;
    }
    .step-list li {
        position: relative;
        margin-right: 0;
    }
    .step-list li::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -29px;
        z-index: 100;
        width: 17px;
        height: 50px;
        background-image: url(../images/sp/step_arrow.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 33%;
    }
    .step-list li:nth-of-type(1) .step-icon {
        position: relative;
    }
    .step-list li:nth-of-type(1) .step-icon::after {
        content: '';
        position: absolute;
        right: -50px;
        top: -10px;
        z-index: 100;
        width: 87px;
        height: 80px;
        background-image: url(../images/sp/icn-step1_sub.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .step-list li:last-of-type::after {
        display: none;
    }

    /* --------------------------------------------------------- */
    .sec08 {
        padding: 44px 0;
    }
    .sec08 h2 {
        margin: 0 0 23px;
    }

    .accordion-box .accordion-title a {
        font-size: 14px;
        padding: 22px 45px 12px 35px;
        background-position: top 20px left 10px;
    }
    .accordion-box .accordion-title a:before {
        right: 26px;
    }
    .accordion-box .accordion-title a:after {
        right: 19px;
    }

    /* --------------------------------------------------------- */
    .step-list {
        flex-direction: column;
    }

    .accordion-box {
        width: 100%;
    }

    .nextpageBtn {
        width: 90%;
        height: 50px;
    }
    .nextpageBtn a {
        width: 90%;
        height: 50px;
        font-size: 18px;
    }
    .nextpageBtn::before {
        right: 30px;
        top: 22px;
    }

    #company_area .companyarea-block {
        display: block;
        width: 100%;
    }
    #company_area .companyarea-block-left {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    #company_area .companyarea-block-right {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    #company_area .companyarea-block-right table th {
        font-weight: bold;
        width: 100%;
        display: block;
    }
    #company_area .companyarea-block-right table td {
        width: 100%;
        display: block;
    }

    #dx,
    #si {
        display: flex;
    }

    #dx span,
    #si span {
        word-break: break-word;
        word-break: break-all;
        display: inline-block;
    }

    .columms-link {
        font-size: 16px;
        text-align: center;
        padding: 30px;
        color: #2e59a6;
    }

    .columms-linkfont .small-text {
        font-size: 14px;
        display: inline-block;
        text-decoration: underline;
    }
}
@media screen and (max-width: 480px) {
    img[src$='./images/inquiry.png'] {
        width: 150px;
    }

    .admin-sec .admin-box .admin-title00 h2 {
        padding: 10px 10px;
        margin: 0px 3px 0px;
        width: 133px;
        font-size: 24px;
        text-align: center;
        white-space: nowrap;
    }
}
/* --------------------------------------------------------- */
.main-title-small {
    font-size: clamp(14px, 1.6vw, 30px);
    padding: 3px 8px !important;
    position: relative;
    top: -20px;
}

@media screen and (max-width: 1180px) {
    .main-title-small {
        padding: 3px 8px !important;
        position: relative;
        top: -18px;
    }
}
@media screen and (max-width: 780px) {
    .admin-sec .admin-box h2 img.img02 {
        position: absolute !important;
        top: -100px !important;
        width: 30% !important;
    }

    .main-title-small {
        padding: 2px 6px !important;
        position: relative;
        top: -10px;
    }
}
@media screen and (min-width: 1181px) {
    .main-V2__partner {
        position: absolute !important;
        left: 40px !important;
        top: 8% !important;
        width: clamp(100px, 10vw, 160px) !important;
    }

    .main-V3__partner {
        position: absolute !important;
        left: 86% !important;
        top: 60% !important;
        width: clamp(100px, 10vw, 160px) !important;
    }

    .main-V3__sfpa2021 {
        font-size: clamp(16px, 1vw, 50px) !important;
        font-weight: 700;
        color: #4580ee;
        position: absolute !important;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 6px;
        padding: 8px 14px !important;
        left: 40px !important;
        top: 70% !important;
        width: clamp(200px, 27vw, 550px) !important;
        line-height: 28px !important;
    }
    .main-V3__sfpa2021 span {
        font-size: clamp(18px, 1.5vw, 80px) !important;
        font-weight: 900;
        color: #2e59a6;
        font-family: sans-serif;
    }
    .main-V3__sfpa2021 a {
        font-size: clamp(14px, 0.8vw, 50px);
        text-decoration: underline;
        font-weight: normal;
    }
    .main-V3__sfpa2021 a:hover {
        color: #10a4be;
    }
} /*# sourceMappingURL=top.css.map */
