/* header */
header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 1s;
    padding-block: 15px;
    background-color: #f6f6f6;
}

header .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
    width: 89.33333%;
}

header .nav {
    flex-grow: 1;
}

header .nav-list {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

header .nav-list li:last-child {
    margin-right: 0;
}

header .nav-list li a {
    color: #070707;
    font-size: 16px;
    font-weight: 500;
}


.following-wrap {
    position: fixed;
    bottom: 0;
    right: 18.75%;
    width: 36.45%;
    padding: 12.5px 14.5px;
    box-sizing: border-box;
    background-color: #003364;
    z-index: 30;
    transition: .5s;
    display: none;
}

.following-wrap.is-in {
    transition: .5;
    display: block;
}

.following-inner {
    display: flex;
}

.following-inner li {
    width: calc(50% - 11.5px);
}

.following-inner li:first-child {
    margin-right: 23px;
}

/* TOP */
.top-content {
    position: relative;
    margin-top: clamp(0px, 18.75vw, 0px);
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-fv-content {
    width: 100vw;
}

.top-fv {
    width: 100vw;
    object-fit: contain;
    padding-top: 80px;
}

.top-content .content-wrap {
    position: relative;
    padding-top: 0;
    text-align: left;
    width: 100%;
    display: flex;
}

.top-content .content-wrap h1 {
    color: #070707;
    font-size: 44px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.76px;
    padding-top: 210px;
}

.top-content .content-wrap h2 {
    color: #09C;
    font-size: 68px;
    font-weight: 900;
    letter-spacing: 2.04px;
    padding-top: 24px;
}

.top-content .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    padding: 32px 0;
    gap: 1.3vw;
    width: 100%;
}

.top-content .mainbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background: #CC4400;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: clamp(300px, 28vw, 700px);
    padding-block: 15px;
    padding-inline: 40px;
}

.top-content .subbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background: #fff;
    border-radius: 8px;
    color: #CC4400;
    font-size: 18px;
    font-weight: 700;
    padding-block: 15px;
    padding-inline: 40px;
    border: 1px solid #CC4400;
    width: clamp(300px, 28vw, 700px);
}

.top-content .button-text-number {
    font-size: clamp(23px, 1.5vw, 40px);
    font-weight: 500;
    line-height: 120%;
    white-space: nowrap;
    letter-spacing: 4%;
    margin-bottom: 2px;
}

.top-content .button-text-main {
    font-size: clamp(18px, 1.5vw, 40px);
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
    letter-spacing: 0.04em;
}

.top-content .button-text-sub {
    font-size: clamp(18px, 1.5vw, 40px);
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
    letter-spacing: 0.04em;
}

.top-badge .top-badge-body {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 40px 0px;
    letter-spacing: 0.04em;
}

.top-badge .top-badge-cca {
    color: #52555F;
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
    width: 151px;
    min-width: 100px;
}

.top-badge .top-content_atention {
    color: #52555F;
    font-size: 10px;
    font-weight: 400;
    line-height: 160%;
    padding-left: 30px;
}

.top-content .top-content_image {
    width: 61.4958%;
    margin-left: -6.16339%;
    position: relative;
}

.top-content .top-image .top-image_text {
    display: block;
    position: absolute;
    bottom: min(12.22%, 25px);
    right: -135px;
    width: 48.165%;
    height: auto;
}

.top-content .top_list {
    display: flex;
    margin-top: 10px;
}

.top-content .top_list li {
    margin-right: 5px;
}

.top-content .top_list li:last-child {
    margin-right: 0;
}

.top-content .top-image_attention {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #52555F;
    font-size: 10px;
    width: 169px;
    position: relative;
}

/* ダウンロード */
.button-content {
    background-color: #0099CC;
    padding: 80px 0 100px;
}

.button-content .button-content_text {
    margin-bottom: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.button-content .button-content_text span {
    font-size: 32px;
}

.button-content .button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 692px;
    height: 90px;
    margin: 0 auto;
    background: #F59C2E;
    border-radius: 8px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.button-content .button_img {
    position: absolute;
}

.button-content .button_img:first-child {
    bottom: -22px;
    left: 4px;
}

.button-content .button_img:last-child {
    bottom: 0;
    right: 12px;
}

/* こんなお悩みありませんか？ */
.case-content {
    margin-top: 100px;
    text-align: center;
}

.case-content .content-wrap {
    padding: 0 10px;
}

.case-content .case_title {
    color: #070707;
    font-size: 32px;
    font-weight: 400;
}

.case-content .case_title .highlight {
    color: #0099CC;
    font-size: 40px;
    font-weight: 700;
}

.case-content .case_list {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.case-content .case_list li {
    flex: 1;
    margin-right: 30px;
    text-align: center;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding-top: 30px;
    padding-bottom: 40px;
}

.case-content .case_list li:last-child {
    margin-right: 0;
}

.case-content .case_list .case_number {
    font-size: 20px;
    font-weight: 700;
    color: #52555F;
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.case-content .case_list .case_number .case_number-num {
    font-size: 40px;
    font-weight: 700;
    color: #0099CC;
    margin-left: 5px;
}

.case-content .case_list .case_list-text {
    font-size: 20px;
    font-weight: 400;
    color: #070707;
    margin-bottom: 20px;
    line-height: 160%;
}

.case-content .case_arrow {
    display: block;
    margin: 24px auto 0;
}

.case-content .case_text {
    color: #070707;
    font-size: 32px;
    margin-top: 20px;
}

.case-content .case_text2 {
    color: #0099CC;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}

/* 業務管理？ */
.explanation-content {
    margin-top: 100px;
    background-color: #F5F5F5;
    ;
}

.explanation-content .explanation-content_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.explanation-content .explanation-content_title>p {
    width: 100%;
    margin-top: 30px;
    color: #070707;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.explanation-content .explanation-content_title .more_text {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 34px;
    font-weight: 700;
}

.explanation-content .explanation-content_title .text-and-image {
    position: relative;
    display: inline-block;
}

.explanation-content .explanation-content_title .explanation-content_img {
    position: absolute;
    bottom: -230px;
}

.explanation-content .explanation-content_title .explanation-content_img.man {
    left: -50%;
}

.explanation-content .explanation-content_title .explanation-content_img.lady {
    right: -50%;
}

.explanation-content .wrap {
    position: relative;
    margin: 0 20px 0;
    padding: 0 60px 60px;
    text-align: center;
}

.wrap_content {
    position: relative;
}

.wrap_content .wrap_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: 52px;
    background-color: #0099CC;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.wrap_content:not(:first-of-type) .wrap_title {
    margin-top: 80px;
}

.wrap_title>.wrap_balloon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 20px;
    transform: translateY(-50%);
    width: 122px;
    height: 122px;
    background: url(../images/img_balloon-thorn.webp) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
}

.wrap_text {
    margin-top: 60px;
    text-align: left;
    font-size: 14px;
    color: #52555F;
    line-height: 2;
}

.graph {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.graph_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.graph_text .percent {
    font-size: 30px;
    color: #003364;
    font-weight: 700;
}

.graph_text .percent>span {
    font-size: 14px;
    font-weight: normal;
}

.graph_text .value {
    font-size: 50px;
    font-weight: 700;
    color: #FF9900;
}

.graph_text>div {
    text-align: left;
}

.graph_text .value+span {
    font-size: 12px;
    color: #003364;
    font-weight: 500;
}

.graph>img {
    margin: 20px auto 0;
}

.work-wrap {
    margin-top: 54px;
}

.work {
    width: 50%;
}

.work .work_title {
    margin-bottom: 20px;
    color: #003364;
    font-size: 30px;
    font-weight: 700;
}

.work-wrap .work_list {
    display: flex;
    justify-content: space-between;
}

.work-wrap .work_list li {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}

.work-wrap .work_list li:nth-child(2) {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    padding-left: 15px;
    padding-right: 15px;
}

.work .text-wrap p {
    color: #070707;
    font-size: 24px;
    font-weight: 700;
}

.work .text-wrap span {
    display: block;
    margin-top: 12px;
    color: #52555F;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.56px;
}

.work .text-wrap .text-mini {
    margin-top: 40px;
    font-size: 24px;
}

.work .text-wrap img {
    display: block;
    margin: 12px auto;
}

.work .text-wrap .worl_markar {
    display: inline-block;
    margin: 10px;
    font-size: 32px;
    color: #0099CC;
}

.wrap_content .wrap_shake-img {
    margin-top: 70px;
}

.wrap-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}

.more, .plus {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.more .more_image {
    position: absolute;
    top: 0;
}

.more .more_image:first-of-type {
    left: 50px;
}

.more .more_image:last-child {
    right: 50px;
}

.more .more_black-text,
.plus .plus_black-text {
    color: #070707;
    font-size: 32px;
    font-weight: 700;
}

.more .more_top-text,
.plus .plus_top-text {
    margin-top: 30px;
    font-size: 56px;
    color: #070707;
    font-weight: 700;
    letter-spacing: 2.24px;
}

.more .more_top-text .more_number-text {
    color: #F59C2E;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2.24px;
}

.more .more_top-text .small-text {
    color: #070707;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.92px;
}

.more .more_text {
    width: 600px;
    margin: 40px auto 128px;
    text-align: center;
    font-size: 14px;
    color: #52555F;
    line-height: 2;
}

.more .more_orange-text {
    margin-top: 30px;
    color: #FF9900;
    font-weight: 700;
    font-size: 48px;
}

.more .more_question-text {
    color: #070707;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 2.56px;
}

.more .more_orange-text .more_nomal-text {
    color: #070707;
    font-size: 40px;
    font-weight: 400;
}

.plus .plus_primary-text {
    color: #09C;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.plus .plus_nomal-text {
    display: inline-block;
    color: #070707;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.plus .plus_nomal-text2 {
    display: inline-block;
    color: #070707;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.96px;
}

.plus .plus_title-text {
    color: #070707;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    margin: 32px 0px;
}

.plus .plus-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 44px 20px 0;
}

.plus .plus-list li {
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 32px;
}

.plus .plus-list_text {
    margin-top: 24px;
    margin-bottom: 16px;
    color: #070707;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.72px;
}

.plus .plus-title_text-content {
    color: #52555F;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
    word-wrap: break-word;
}

.plus p {
    color: #52555F;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
    word-wrap: break-word;
}

.plus .plus-list_text-content {
    text-align: left;
}

.plus .plus_arrow {
    width: 60px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.function {
    margin: 70px 20px 0;
    padding: 70px 100px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.function .function_title {
    margin-bottom: 40px;
    color: #070707;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.28px;
}

.function .function_title-primary {
    color: #09C;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.28px;
}


.function .function-list .function-list_description {
    width: calc(100% - 120px);
}

.function .function-list .function-list_description {
    padding: 12px 0;
    line-height: 1.5;
}

.function .function-list .function-list_description:not(:first-of-type) {
    margin-top: 12px;
}

.function .function-list .function-list_description>p {
    margin-bottom: 8px;
    color: #006dc0;
    font-weight: 500;
}


.function .function-list .function-list_description>p:not(:first-of-type) {
    margin: 8px 0;
}

.function .function-list .function-list-title {
    color: #070707;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.function .function-list .function-list-sub-title {
    color: #09C;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.56px;
}

.function .function-list .function-list-item {
    color: #52555F;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C1C1C1;
}

.function .function-list .function-list-item2 {
    color: #52555F;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
    margin-bottom: 16px;
}

.but {
    max-width: 1000px;
    margin: 70px auto 0;
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

.but .but-title {
    color: var(--black, #070707);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 20px 0;
}

.but .but-list {
    margin-top: 30px;
}

.but .but-arrow {
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
}

/* 他社との比較 */
.support-content {
    margin-top: 100px;
}

.support-content .support-content-wrap {
    position: relative;
    text-align: center;
}

.support-content .support-content_title1 {
    color: #070707;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.28px;
}

.support-content .support-content_title2 {
    margin-bottom: 60px;
    color: #070707;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
    text-align: center;
}

.support-content .support-content_title2 .content_title_primary {
    color: #09C;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.support-content_wrap>.wrap .frame>h3,
.support-content_wrap>.wrap2 .frame>h3 {
    color: var(--black, #070707);
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    letter-spacing: 1.28px;
}

.support-content_wrap>.wrap .frame>p,
.support-content_wrap>.wrap2 .frame>p {
    color: var(--secondary-gray, #52555F);
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
}

.support-content_wrap>.wrap,
.support-content_wrap>.wrap2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-content_wrap .wrap .frame,
.support-content_wrap .wrap2 .frame {
    width: 35%;
}

.support-content_wrap .wrap img {
    padding-left: 40px;
    width: 65%;
    height: auto;
}

.support-content_wrap .wrap2 img {
    padding-right: 40px;
    width: 65%;
    height: auto;
}

.support-content_fix {
    margin: 0 10px;
    text-align: center;
}

.support-content .support-content_text {
    display: inline-block;
    margin-top: 108px;
    padding: 0 60px;
    position: relative;
    color: var(--black, #070707);
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1.28px;
}

.support-content .support-content_text-primary {
    color: var(--primary, #09C);
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.28px;
}

.support-content .support-content_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 72px;
    background: url(../images/img_slash.webp) no-repeat;
    background-size: contain;
}

.support-content .support-content_text::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 72px;
    background: url(../images/img_slash.webp) no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}

.support-content_graph {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.support-content .customer {
    width: calc(60% - 16px);
}

.support-content .system_team div {
    position: relative;
    height: 76px;
    width: 200px;
    margin: 0 auto;
}

.support-content .suport_team .baloon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 122px;
    font-size: 14px;
    font-weight: 700;
    color: #f15a24;
}

.support-content .system {
    width: calc(40% - 16px);
}

/* 他社との比較 */
.comparison-content {
    margin: 0;
    padding: 100px 0px 100px;
    background-color: #F5F5F5;
    text-align: center;
}

.comparison-content .comparison-content_title {
    color: var(--black, #070707);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.comparison-content .comparison-content_title .comparison-content_title-nomal {
    display: block;
    color: #070707;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.96px;
    margin-bottom: 20px;
}

.comparison-content .comparison-content_title .comparison-content_title-primary {
    color: #09C;
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.comparison-content table {
    width: 100%;
    margin-top: 70px;
}

.comparison-content table tbody tr.border {
    border-bottom: 1px solid #C1C1C1;
}

.comparison-content table thead tr th {
    position: relative;
    height: 64px;
}

.comparison-content table thead tr th:nth-child(3) {
    background-color: #fff;
    border-left: 1px solid #C1C1C1;
    width: 18.7%;
}

.comparison-content table thead tr th:nth-child(4) {
    background-color: #fff;
    border-left: 1px solid #C1C1C1;
    width: 18.7%;
}

.comparison-content table thead tr th:nth-child(5) {
    background-color: #fff;
    border-left: 1px solid #C1C1C1;
    width: 18.7%;
}

.comparison-content table thead tr th>p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #070707;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.comparison-content table thead tr th:nth-child(5)>p {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #070707;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.comparison-content table tbody tr th {
    position: relative;
    width: 15.3%;
    background: #09C;
}

.comparison-content table tbody tr:nth-child(1) th {
    border-radius: 8px 0 0 0;
}

.comparison-content table tbody tr:nth-child(6) th {
    border-radius: 0 0 0 8px;
}

.comparison-content table tbody tr th>p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 20px;
    font-weight: 600;
    width: 55.6%
}

.comparison-content table tbody tr td {
    width: 180px;
    padding: 20px;
    color: #070707;
    font-size: 16px;
    vertical-align: middle;
}

.comparison-content table tbody tr td.blue,
.comparison-content table tbody tr td.white,
.comparison-content table tbody tr td.pink {
    border-bottom: 1px solid #C1C1C1;
    ;
    border-right: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
}

.comparison-content table tbody tr td:last-child.blue,
.comparison-content table tbody tr td:last-child.white,
.comparison-content table tbody tr td:last-child.pink {
    border-right: none;
}

.comparison-content table tbody tr td span {
    display: block;
    margin-top: 12px;
    color: #52555F;
    text-align: center;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
}

.comparison-content table tbody tr td.blue {
    background-color: #fff;
}

.comparison-content table tbody tr td.blue+td.pink {
    background-color: #fff;
}

.comparison-content table tbody tr td.white {
    background-color: #fff;
}

.comparison-content table tbody tr td.white+td.pink {
    background-color: #fff;
}

.comparison-content table tbody tr td.pink {
    width: 280px;
}

.comparison-content table tbody tr td.left {
    width: 400px;
    text-align: left;
}

.comparison-content table tbody tr td>p {
    color: #070707;
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

/* お客様の声 */
.voice-content {
    padding: 100px 0 100px;
    text-align: center;
}

.voice-content .voice-content_title {
    color: var(--black, #070707);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.96px;
}

.voice-content .voice-content_title .voice-content_title-weight {
    margin-bottom: 20px;
    color: var(--black, #070707);
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.voice-content .voice-content_title .voice-content_title-primary {
    color: var(--primary, #09C);
    font-size: 40px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1.6px;
}

.voice-content .voice-content_list {
    display: flex;
    margin: 90px 10px 0;
}

.voice-content .voice-content_list.sp-only {
    display: none;
}

.voice-content .voice-content_list-item {
    position: relative;
    width: calc(100% / 3);
    padding: 60px 40px 32px 40px;
    border-radius: 12px;
}

.voice-content .voice-content_list-item:nth-child(odd) {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    background-color: #FFFFFF;
}

.voice-content .voice-content_list-item:nth-child(even) {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    background-color: #FFFFFF;
    margin: 0 30px;
}

.voice-content .voice-content_list-item .title {
    color: #070707;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px;
    text-align: left;
}

.voice-content .voice-content_list-item .company {
    text-align: start;
    margin: 20px 0 30px;
    padding: 12px 0;
    color: #070707;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.72px;
}

.voice-content .voice-content_list-item .text {
    margin-top: 40px;
    color: #52555F;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.64px;
    text-align: left;
}

/* よくある質問 */
.question-content {
    background-color: #fff;
    padding: 100px;
}

.question-content .question-content_title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 32px;
}

.question-content .question-content_title>p {
    color: var(--black, #070707);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.question-content .question-content_title>p .question-content_title-primary {
    color: var(--primary, #09C);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.question-content .question-content_title>img {
    margin: 0 70px;
}

.question-content .question-content_wrap {
    background-color: #fff;
    margin-top: -50px;
    padding: 80px 100px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.question-content .question {
    position: relative;
    padding: 10px 16px;
    background-color: #fff;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.question-content .question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--black, #070707);
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-72%) rotate(135deg);
    transition: .5s;
}

.question-content .question.active::after {
    transform: translateY(-35%) rotate(-45deg);
}

.question-content .question p {
    display: inline-block;
    color: var(--black, #070707);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.question-content .question span {
    padding-right: 20px;
    margin-right: 20px;
    color: var(--black, #070707);
    font-size: 20px;
    font-weight: 700;
    vertical-align: sub;
    border-right: 1px solid #fff;
}

.question-content .answer {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 0px 20px 16px 20px;
    color: var(--black, #070707);
    line-height: 2;
    font-size: 14px;
}

.question-content .answer span {
    padding-right: 20px;
    margin-right: 20px;
    color: var(--black, #070707);
    font-size: 40px;
    font-weight: 700;
    vertical-align: sub;
    border-right: 1px solid #003364;
    height: 40px;
    line-height: 1;
}

.question-content .question-wrap {
    border-bottom: 1px solid var(--form-form-line, #C1C1C1);
    margin-bottom: 24px;
}

/* 2分でわかる！ */
.movie-content {
    padding: 100px;
    text-align: center;
}

.movie-content .movie-content_title {
    margin-bottom: 60px;
    color: var(--black, #070707);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.28px;
}

.movie-content .movie-content_title-primary {
    color: var(--primary, #09C);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.28px;
}

/* ご利用開始までの流れ */
.step-content {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.step-content .step-content_title {
    color: var(--black, #070707);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.28px;
}

.step-content .step-list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.step-content .step-list li {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    margin: 0px 10px;
    flex: 1;
}

.step-content .step-list .step {
    text-align: center;
    padding: 30px 0px;
    background-color: #fff;
    color: #52555F;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}

.step-content .step-list .step span {
    color: #09C;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
}

.step-content .step-list div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 280px;
    padding: 24px;
    text-align: center;
    background-color: #fff;
}

.step-content .step-list div image {
    width: 70%;
}

.step-content .step-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background-image: url("../images/expand_circle_right.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.step-content .step-list .step-title {
    color: var(--black, #070707);
    flex-wrap: wrap;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.8px;
}

.new-badge {
    display: inline-block;
    background-color: #FDB933;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 16px;
    margin-right: 8px;
    vertical-align: middle;
    line-height: 1.2;
  }

/* 資料のお申し込みはこちら */
.form-content {
    padding: 90px 0 110px;
    background: linear-gradient(135deg, #0099d9 0%, #0085d0 100%);
    margin-bottom: 70px;
}

.form-content .content-wrap {
    max-width: 1120px;
}

.form-content .form-main-title {
    color: #FFFFFF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-bottom: 52px;
}

.form-content .form-layout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.form-left-column {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
}

.form-content .form-info-box {
    border-radius: 20px;
    padding: 32px 28px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.form-content .form-info-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 18px;
}

.form-content .form-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-content .form-info-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.5;
}

.form-content .form-info-list li:last-child {
    margin-bottom: 0;
}

.form-content .form-info-list .check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #0091d3;
    font-size: 16px;
    flex-shrink: 0;
}

.form-content .form-wrapper {
    flex: 1;
    background: #FFFFFF;
    border-radius: 26px;
    padding: 48px 60px 56px;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.15);
}

.form-line-box {
    background: #FFFFFF;
    border: 2px solid rgba(6, 199, 85, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    color: #214047;
    min-height: 250px;
    margin-top: 16px;
}

.form-line-box .form-info-title,
.form-line-box .form-info-list li {
    color: #214047;
}

.line-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

.line-logo {
    display: flex;
    justify-content: center;
}

.line-logo img {
    width: 140px;
    height: auto;
}

.line-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 80%;
    height: 20px;
    padding: 18px 22px;
    background: #FFFFFF;
    border: 3px solid #06C755;
    border-radius: 16px;
    text-decoration: none;
    color: #ffffff;
    background-color: #06C755;
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.line-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(6, 199, 85, 0.25);
}

.line-button .line-icon {
    width: 48px;   /* ← 好きなサイズに変更 */
    height: 48px;
    flex-shrink: 0;
}

.line-qr-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.line-qr-code {
    width: 220px;
    height: auto;
}

.form-content .form-content_title {
    color: var(--black, #070707);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.28px;
}

.form-content form {
    margin-top: 60px;
}

.form-wrap {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B0BCC7;
    padding-bottom: 40px;
}

.form-content .form-wrap:not(:last-child) {
    margin-bottom: 50px;
}

.form-content .form-wrap .label-wrap p {
    margin-bottom: 12px;
    color: var(--black, #070707);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.72px;
    width: 150%;
}

.form-content .form-wrap .label-wrap p span {
    color: #F59C2E;
}

.form-content .form-wrap .label-wrap .message {
    color: #52555F;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.48px;
}

.label-wrap {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

/* :invalid時だけ隣の要素を表示 */
input:invalid+.error-message {
    display: block;
}

.form-content .form-wrap input {
    width: 60%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    border-radius: 3px;
    border: 1px solid #B0BCC7;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.10) inset;
    font-size: 20px;
}

.form-content .form-wrap:last-of-type input {
    width: 60%;
}

.form-content .form-wrap input::placeholder {
    color: #b3b3b3;
}

.form-content .form-content_privacy {
    font-size: 14px;
    text-align: center;
    color: #52555F;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.56px;
}

.form-content .form-content_privacy>a {
    display: inline-block;
    color: #52555F;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.56px;
    text-decoration-line: underline;
}

.form-content input[type="submit"] {
    display: block;
    width: 400px;
    height: 94px;
    margin: 40px auto 0;
    border: none;
    border-radius: 8px;
    background-color: #FF9900;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.form-content input[type="submit"]:hover {
    cursor: pointer;
    background-color: rgba(255, 170, 51, 0.8);
}

.check_btn {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
}

.ch_bx {
    margin: 0 10px 0 0;
}


/* iPad */
@media screen and (max-width: 960px) {
    header .content-wrap {
        padding: 0px;
    }

    header .nav-list {
        gap: 25px;
    }

    header .nav-list li a {
        font-size: 13px;
    }

    /*追従バナー*/
    .following-wrap {
        right: 0;
        width: 100%;
        padding: min(2.9333vw, 11px) min(1.83333vw, 13.75px);
        z-index: 30;
    }


    .following-inner li {
        width: calc(50% - 10px);
    }

    .following-inner li:first-child {
        margin-right: 20px;
    }

    /* TOP */
    .top-content.pc-only,
    .top-fv .pc-only,
    .top-badge.pc-only {
        display: none;
    }

    .top-content.sp-only {
        display: block;
    }

    .fv-left {
        width: 100%;
    }

    .top-content {
        background-color: #F5F5F5;
    }

    .sp-fv {
        width: 100vw;
        object-fit: contain;
    }

    .top-content .content-wrap {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .top-content .content-wrap .top-content-image {
        background-color: #F5F5F5;
        width: 100%;
        padding: 0 30px 90px;
        background-image: url("../images/conoc_bg.webp");
        background-position: center calc(100% + 0px);
        ;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .top-content .top-image .top-image_text {
        display: block;
        position: absolute;
        right: 40%;
        bottom: -50px;
        transform: translateX(50%);
        width: 60.165%;
        height: auto;
    }

    .top-content .content-wrap .top-badge p {
        color: #52555F;
        font-size: 10px;
        font-weight: 500;
        line-height: 160%;
        text-align: left;
    }

    .top-content .content-wrap .top-badge {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 500px;
    }

    .top-content .content-wrap .top-badge .top-badge-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .fv-wrap {
        display: block;
        top: 0;
    }

    .top-content .content-wrap h1 {
        font-size: 25px;
        padding-top: 0px;
    }

    .top-content .content-wrap h2 {
        font-size: 35px;
        padding-top: 24px;
    }


    .top-content .content-wrap .top-content-body {
        background-color: #F5F5F5;
        padding-bottom: 30px;
        width: 100%;
    }

    .top-content .content-wrap .top-content-badge {
        padding: 24px 16px;
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-content .content-wrap .button {
        position: relative;
        width: 80%;
        height: 50px;
        font-size: 16px;
        padding-left: 0px;
        margin: 0px;
    }

    .top-content .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 30px 20px;
        width: 100%;
        margin: auto;
        position: static;
    }


    .top-content .mainbutton {
        width: 100%;
        padding-block: 15px 16px;
        padding-inline: 0px;
    }

    .top-content .subbutton {
        width: 100%;
        padding-block: 15px 16px;
        padding-inline: 0px;
    }

    .top-content .content-wrap .button .circle-badge-text {
        position: absolute;
        top: -5px;
        left: 16px;
        width: 45px;
        height: 45px;
        font-size: 12px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .top-content .content-wrap .button .circle-badge-text .circle-badge-minute {
        font-size: 9.6px;
    }

    .top-content .content-wrap .button .circle-badge-text .circle-badge-nomal {
        color: #070707;
        font-size: 9.6px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.64px;
    }



    .top-content .top-content_text {
        margin-top: 20px;
        font-size: 28px;
        position: relative;
        z-index: 10;
    }

    .top-content .top-content_text span {
        font-size: 20px
    }

    .top-content .top-content_text+br+.top-content_text {
        margin-top: 8px;
    }

    .top-content .top-content_buttons {
        display: block;
        margin-top: 8px;
        text-align: center;
        width: 84.61%;
        margin: 20px auto 5px;
    }

    .top-content .top-content_button {
        display: inline-block;
        width: 100%;
        height: unset;
        padding: 0;
        margin: 0 auto 10px;
    }

    .top-content .top-content_button div {
        top: 50%;
        transform: translateY(-50%);
    }

    .top-content .top-content_atention {
        color: #52555F;
        font-size: 10px;
        line-height: 160%;
        margin: 0;
        padding: 10px 0px 0px;
        text-align: left;
        max-width: 500px;
    }

    .top-content .top-image {
        position: relative;
        top: -27px;
        right: unset;
        width: 94.1%;
        margin: 0 auto;
    }

    .top-content .top-image.sp-only {
        display: block;
    }

    .top-content .top-image.pc-only {
        display: none;
    }

    .top-content .top-image_img-text {
        width: 80px;
        height: 80px;
        font-size: 18px;
    }

    .top-content .top-image_attention {
        font-size: 10px;
        left: unset;
        right: -70%;
        width: fit-content;
    }

    .top-content .top-image_img-text>span {
        font-size: 12px;
    }

    .top-content .top-image_img-text>.money {
        font-size: 18px;
    }

    .top-content .top-image_img-text>.money>span {
        font-size: 16px;
    }

    .top-content .top-image_img-text:nth-child(1)>small {
        top: 14px;
        right: 14px;
    }

    .top-content .top-image_img-text:nth-child(2)>small {
        top: 32px;
        right: 8px;
    }

    .more .more_image:first-of-type {
        width: 100px;
        top: unset;
        bottom: -180px;
    }

    .more .more_image:last-child {
        width: 100px;
        top: unset;
        bottom: -180px;
    }

    .wrap_content .wrap_title {
        font-size: 22px;
    }
}

/* SP */
@media screen and (max-width: 767px) {

    /* 共通 */
    .content-wrap {
        width: 100%;
    }

    .top-content.sp-only {
        display: block;
        width: 100%;
        max-width: 100vw;
    }

    a:hover {
        opacity: 1;
    }

    .pc-only {
        display: none;
    }

    .voice-content .voice-content_list-item:nth-child(even) {
        margin: 0 auto;
    }

    .sp-only {
        display: block;
    }

    .top-content .top-image_attention {
        font-size: 4.5px;
        right: -70%;
    }

    .top-content .content-wrap {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .top-content .content-wrap .top-badge {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 0px;
    }

    .top-content .content-wrap .top-badge .top-badge-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .top-content .content-wrap .top-badge p {
        letter-spacing: -0.03rem;
    }

    .top-content .top-image .top-image_text {
        display: block;
        position: absolute;
        right: 40%;
        bottom: -50px;
        width: 60.165%;
        height: auto;
    }

    .top-content .content-wrap .top-content-image {
        padding: 0 30px 70px;
    }



    /* header */
    header {
        height: 50px;
        position: fixed;
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .sp-header {
        padding: 10px 20px;
    }

    header .content-wrap {
        padding: 0;
        margin: 0;
    }

    header .title-img {
        width: 110px;
        height: auto;

    }

    .menu-button {
        position: absolute;
        top: 0;
        right: 10px;
        border-radius: 5px;
        z-index: 100;
    }

    .menu-button span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        right: 0;
        height: 3px;
        border-radius: 2px;
        background: #003364;
        width: 20px;
    }

    .menu-button span:nth-of-type(1) {
        top: 15px;
    }

    .menu-button span:nth-of-type(2) {
        top: 23px;
    }

    .menu-button span:nth-of-type(3) {
        top: 31px;
    }

    .menu-button.active span:nth-of-type(1) {
        top: 18px;
        right: 0;
        transform: translateY(6px) rotate(-45deg);
        width: 40px;
    }

    .menu-button.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-button.active span:nth-of-type(3) {
        top: 30px;
        right: 0;
        transform: translateY(-6px) rotate(45deg);
        width: 40px;
    }

    header .nav {
        opacity: 0;
        transition: .5s;
    }

    .menu-button.active+.nav {
        opacity: 1;
    }

    .menu-button.active+.nav .nav-list {
        pointer-events: all;
    }

    .nav .nav-list {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 80px;
        background-color: #fff;
        color: #003364;
        width: 175px;
        height: 300px;
        padding: 60px 16px;
        text-align: center;
        z-index: 10;
        pointer-events: none;
    }

    .nav .nav-list li {
        margin: 24px 0 0 0;
    }

    /* ダウンロード */
    .button-content {
        padding: 40px 20px;
    }

    .button-content .button-content_text {
        font-size: 12px;
    }

    .button-content .button-content_text span {
        font-size: 20px;
    }

    .button-content .button {
        width: 80%;
        height: 75px;
        font-size: 18px;
        text-align: center;
        line-height: 1.25;
    }

    .button-content .button_img:first-child {
        width: 76px;
        bottom: 0;
        left: -24px;
    }

    .button-content .button_img:last-child {
        width: 68px;
        bottom: -2px;
        right: -12px;
    }

    /* こんなお悩みありませんか？ */
    .case-content {
        margin-top: 35px;
    }

    .case-content .case_title {
        color: #070707;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.8px;
    }

    .case-content .case_title .highlight {
        color: #09C;
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .case-content .case_list {
        display: block;
        margin-top: 32px;
    }

    .case-content .case_list .case_list-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.64px;
    }

    .case-content .case_list .case_number {
        font-size: 14px;
        font-weight: 700;
        line-height: 160%;
    }

    .case-content .case_list .case_number .case_number-num {
        font-family: Inter;
        font-size: 24px;
        font-weight: 700;
        line-height: 100%;
    }

    .case-content .case_arrow {
        width: 60px;
        margin: 20px auto 0;
    }

    .case-content .case_list li {
        margin: 12px auto 0;
    }

    .case-content .case_list li img {
        max-width: 90%;
    }

    .case-content .case_text {
        font-size: 20px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.8px;
    }

    .case-content .case_text2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 0.96px;
    }

    /* 業務管理？ */
    .explanation-content {
        margin-top: 0;
        padding-top: 35px;
    }

    .explanation-content .content-wrap {
        padding: 0 10px;
    }

    .explanation-content .explanation-content_title .more {
        margin-top: 0px;
        height: 60px;
    }

    .explanation-content .explanation-content_title .explanation-content_img {
        bottom: -35px;
    }

    .explanation-content .explanation-content_title .explanation-content_img.man {
        left: 5%;
    }

    .explanation-content .explanation-content_title .explanation-content_img.lady {
        right: 5%;
        height: 80px;
    }

    .explanation-content .explanation-content_title .explanation-content_img:first-child {
        width: 64px;
        left: 10px;
    }

    .explanation-content .explanation-content_title .explanation-content_img:first-child+img {
        width: 200px;
    }

    .explanation-content .explanation-content_title>p {
        margin-top: 12px;
        font-size: 20px;
    }

    .explanation-content .explanation-content_title .explanation-content_img:last-child {
        right: 10px;
    }

    .explanation-content .explanation-content_title .more_text {
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 0px;
    }

    .explanation-content .wrap {
        margin: 0px 0 0;
        padding: 16px 10px 40px;
    }

    .wrap_title>.wrap_balloon {
        width: 68px;
        height: 68px;
        font-size: 12px;
        left: 10px;
    }

    .wrap_content .wrap_title {
        height: 35px;
        margin-top: 18px;
        font-size: 16px;
    }

    .graph {
        margin-top: 30px;
    }

    .graph_text {
        width: 100%;
    }

    .graph_text:last-of-type {
        margin-top: 20px;
    }

    .graph_text .percent {
        font-size: 18px;
    }

    .graph_text .percent>span {
        font-size: 10px;
    }

    .graph_text .value {
        font-size: 28px;
    }

    .graph_text .value+span {
        font-size: 8px;
    }

    .graph>img {
        width: 70%
    }

    .wrap_text {
        width: 100%;
        margin-top: 24px;
        font-size: 14px;
    }

    .wrap_content:not(:first-of-type) .wrap_title {
        margin-top: 48px;
        padding-left: 30px;
    }

    .work-wrap {
        margin-top: 36px;
    }

    .work-wrap .work_list {
        display: block;
    }

    .work-wrap .work_list .work {
        width: 100%;
        margin-bottom: 20px;
    }

    .work-wrap .work_list li:nth-child(2) {
        border-top: 1px solid #C1C1C1;
        border-bottom: 1px solid #C1C1C1;
        border-right: 0px;
        border-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .work .work_title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .work .text-wrap p {
        font-size: 18px;
    }

    .work .text-wrap img {
        margin: 8px auto 0;
        width: 18px;
    }

    .work .text-wrap .worl_markar {
        font-size: 18px;
        margin: 8px;
    }

    .work .text-wrap .text-mini {
        margin-top: 44px;
        font-size: 15px;
    }

    .work .text-wrap span {
        margin-top: 4px;
        font-size: 14px;
    }

    .wrap_content .wrap_text .mini {
        font-size: 10px;
    }

    .wrap_content .wrap_shake-img {
        margin-top: 28px;
    }

    .wrap-arrow {
        width: 60px;
        bottom: -32px;
    }

    .more {
        margin-top: 135px;
        height: 340px;
    }

    .more p {
        color: #070707;
        font-size: 20px;
        line-height: 160%;
        letter-spacing: 1.6px;
    }

    .more .more_image {
        position: relative;
        top: unset
    }

    .more .more_image:first-of-type {
        width: 60px;
        left: -70px;
        top: unset;
        bottom: 400px;
    }

    .more .more_image:last-child {
        width: 60px;
        right: -60px;
        top: unset;
        bottom: 400px;
    }

    .more .more_white-text, .plus .plus_white-text {
        font-size: 16px;
    }

    .more .more_orange-text {
        font-size: 30px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 2.4px;
        margin-top: 0px;
    }

    .more .more_orange-text .more_nomal-text {
        font-size: 24px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 1.92px;
    }

    .more .more_text {
        width: 100%;
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #C1C1C1;
    }

    .more .more_black-text {
        color: #070707;
        text-align: center;
        font-size: 20.711px;
        font-weight: 700;
        line-height: 160%;
    }

    .more .more_top-text {
        color: #070707;
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 1.28px;
        margin-top: 10px;
    }

    .more .more_top-text .small-text {
        color: #070707;
        font-size: 28px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 1.12px;
    }

    .more .more_top-text .more_number-text {
        color: #F90;
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 1.28px;
    }

    .plus {
        margin-top: 24px;
    }

    .plus .plus_primary-text {
        font-size: 24px;
    }

    .plus .plus_nomal-text {
        font-size: 24px;
    }

    .plus .plus_nomal-text2 {
        font-size: 16px;
    }

    .plus .plus_title-text {
        font-size: 16px;
    }

    .plus .plus-list {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .plus .plus-list li {
        width: calc((100% - 20px) / 2);
        margin-top: 16px;
    }

    .plus .plus-list_text {
        margin-top: 8px;
        font-size: 14px;
    }

    .plus .plus_arrow {
        width: 60px;
        margin-top: 18px;
    }

    .function {
        padding: 30px 10px;
        margin: 40px 0 0;
    }

    .function .function_title {
        margin-bottom: 20px;
        font-size: 19px;
        text-align: center;
    }

    .function-list {
        display: block;
        padding-right: 40px;
        padding-left: 40px;
    }

    .function .function-list .function-list_title {
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        justify-content: start;
    }

    .function .function-list .function-list_title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        color: #3b3838;
        line-height: 1;
        width: 1em;
        height: 1em;
        border: 0.1em solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-35%) rotate(135deg);
        transition: .5s;
    }

    .function .function-list .function-list-sub-title2 {
        color: #09C;
        font-size: 14px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 0.56px;
        margin-top: 16px;
    }

    .function .function-list .function-list_title.active::after {
        transform: translateY(-72%) rotate(-45deg);
    }

    .function .function-list .function-list_description {
        color: #52555F;
        width: 100%;
        font-size: 13px;
        padding-bottom: 0;
    }

    .function .function-list .function-list_description:not(:first-of-type) {
        margin-top: 0;
    }

    .but {
        position: relative;
        margin-top: 30px;
        padding-bottom: 42px;
    }

    .but h3 img {
        width: 165px;
    }

    .but .but-list {
        flex-wrap: wrap;
        width: 93.333%;
        margin: 0 auto 31px;
    }

    .but .but-list+img {
        width: 60px;
    }

    .but .but-title {
        font-size: 24px;
    }

    /* 徹底サポート */
    .suport-content {
        margin: 60px 0 0;
    }

    .support-content .content_wrap {
        margin-bottom: 40px;
    }

    .suport-content .suport-content_title {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .support-content .support-content_title1 {
        font-size: 16px;
    }

    .support-content .support-content_title2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .support-content .support-content_title2 .content_title_primary {
        font-size: 24px;
    }

    .support-content .frame {
        margin: 24px 16px;
    }

    .support-content .frame h3 {
        color: #070707;
        font-size: 18px;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 0.72px;
        margin-bottom: 16px;
    }

    .support-content .frame p {
        color: #52555F;
        font-size: 14px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.56px;
    }

    .support-content .support-content_text {
        margin-top: 16px;
        padding: 0 50px;
        position: relative;
        font-size: 14px;
    }

    .support-content .support-content_text-primary {
        font-size: 14px;
    }

    .support-content .support-content_text::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
        background: url(../images/img_slash.webp) no-repeat;
        background-size: contain;
    }

    .support-content .support-content_text::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        background: url(../images/img_slash.webp) no-repeat;
        background-size: contain;
        transform: scaleX(-1);
    }

    .suport-content_wrap>.content-wrap>.wrap {
        width: auto;
    }

    .suport-content_wrap>.content-wrap {
        height: 350px;
        background: url(../images/img_online.webp) no-repeat;
        background-size: cover;
    }

    .suport-content_wrap>.content-wrap>.wrap .frame {
        width: 340px;
        height: auto;
        padding: 48px 52px 20px 24px;
        background: url(../images/img_frame-sp.webp) no-repeat;
        background-size: contain;
        left: 50%;
        bottom: -90px;
        transform: translateX(-50%);
        z-index: 10;
    }

    .suport-content .suport-content_text {
        margin: 140px 20px 0;
        font-size: 18px;
        padding: 0 25px;
    }

    .suport-content_graph {
        flex-wrap: wrap;
        justify-content: center;
    }

    .suport-content .customer .arrow::after {
        right: -22px;
        border-width: 28px 0 27px 22px;
    }

    .suport-content .system .arrow::after {
        right: -22px;
        border-width: 28px 0 27px 22px;
    }

    .suport-content .customer {
        width: 90%;
        margin: 0 auto;
    }

    .suport-content .customer img {
        width: 100%;
    }

    .suport-content .system {
        width: 69.447%;
        margin: 35px auto 0;
    }

    .suport-content .system img {
        width: 100%;
    }

    .suport-content .customer .arrow,
    .suport-content .system .arrow {
        height: 55px;
        margin-top: 40px;
    }

    .suport-content .customer .arrow p,
    .suport-content .system .arrow p {
        font-size: 17px;
    }

    .suport-content .customer .arrow img {
        width: 80px;
        right: 0;
    }

    .suport-content .system .arrow img {
        width: 60px;
        right: 0;
    }

    .suport-content .suport-content_text::before,
    .suport-content .suport-content_text::after {
        width: 20px;
        background-position: bottom;
    }

    .suport-content .system_team .team {
        font-size: 15px;
        padding: 16px 20px;
    }

    .suport-content .system_team .baloon:first-of-type {
        height: 80px;
        left: -50px;
        font-size: 12px;
    }

    .suport-content .system_team .baloon:last-of-type {
        height: 72px;
        right: -30px;
        font-size: 12px;
    }

    /* 他社との比較 */
    .comparison-content {
        padding: 50px 10px;
    }

    .comparison-content .comparison-content_title .comparison-content_title-nomal {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .comparison-content .comparison-content_title .comparison-content_title-primary {
        font-size: 24px;
    }

    .comparison-content .comparison-content_title {
        font-size: 24px;
    }

    .comparison-content .comparison-content_title>span {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .comparison-content table tbody tr th {
        width: 35px;
        writing-mode: vertical-rl;
        font-size: 16px;
    }

    .comparison-content table thead tr th>p {
        font-size: 10px;
        width: 90%;
    }

    .comparison-content table tbody tr th>p {
        writing-mode: vertical-rl;
        font-size: 14px;
    }

    .comparison-content table thead tr th:nth-child(5)>p {
        font-size: 10px;
    }

    .comparison-content table tbody tr td span {
        font-size: clamp(11px, 2.6667vw, 14px);
        color: #4d4d4d;
    }

    .comparison-content table thead tr th {
        height: 45px;
    }

    .comparison-content table tbody tr td {
        width: auto;
        padding: 8px;
    }

    .comparison-content table tbody tr td>p {
        font-size: 13px;
    }

    .comparison-content table tbody tr td>img {
        min-width: 25px;
        width: 25px;
    }

    .comparison-content table tbody tr td.left {
        width: 40%;
        padding: 17px 13px;
    }

    .comparison-content table tbody tr td.pink {
        width: auto;
        padding: 15px;
    }

    .comparison-content table tbody tr td.pink img {
        width: 30px;
    }

    /* お客様の声 */
    .voice-content {
        padding: 50px 20px;
    }

    .voice-content .voice-content_title {
        font-size: 16px;
    }

    .voice-content .voice-content_title .voice-content_title-weight {
        font-size: 24px;
    }

    .voice-content .voice-content_title .voice-content_title-primary {
        font-size: 24px;
    }

    .voice-content .voice-content_title>span {
        font-size: 14px;
    }

    .voice-content .voice-content_list {
        position: relative;
        z-index: 10;
        width: 100%;
        margin-top: 0;
    }

    .voice-content .voice-content_list.pc-only {
        display: none
    }

    .voice-content .voice-content_list.sp-only {
        display: block;
    }

    .voice-content .voice-content_list {
        margin: 0 auto;
    }

    .voice-content .voice-content_list-item {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 16px !important;
        padding: 35px 20px
    }





    .slick-prev,
    .slick-next {
        position: absolute;
        z-index: 3;
        top: 50%;
        transform: translateX(-50%);
        cursor: pointer;
        outline: none;
        border-top: 2px solid #0099d9;
        border-right: 2px solid #0099d9;
        height: 25px;
        width: 25px;
    }

    .slick-prev {
        left: 0;
        transform: rotate(-135deg);
    }

    .slick-next {
        right: 0;
        transform: rotate(45deg);
    }

    .voice-content .voice-content_list-item img {
        width: 50px;
    }

    .voice-content .voice-content_list-item .company+img {
        width: 280px;
        margin: 0 auto;
    }

    .voice-content .voice-content_list-item .title {
        font-size: 17px;
    }

    .voice-content .voice-content_list-item .company {
        display: inline-block;
        width: 210px;
        padding: 8px;
        font-size: 14px;
    }

    .voice-content .voice-content_list-item .text {
        font-size: 14px;
        color: #4d4d4d;

    }

    .voice-content .voice-content_list-item img:first-child {
        position: absolute;
        top: -16px;
        left: 7.5px;
    }


    /* よくある質問 */
    .question-content {
        padding: 25px 10px 50px;
    }

    .question-content .question-content_title {
        justify-content: space-around;
        align-items: start;
    }

    .question-content .question-content_title>img {
        width: 40px;
        margin: 0 20px;
    }

    .question-content .question-content_title>p {
        margin-top: 14px;
        font-size: 24px;
    }

    .question-content .question-content_title>p .question-content_title-primary {
        font-size: 24px;
    }

    .question-content .question-content_wrap {
        padding: 35px 10px 20px;
    }

    .question-content .question-wrap {
        margin-top: 20px;
    }

    .question-content .question {
        display: flex;
        align-items: center;
        padding: 16px 50px 16px 16px;
        font-size: 17px;
    }

    .question-content .question p {
        font-size: 16px;
    }

    .question-content .answer {
        padding: 16px;
        font-size: 14px;
    }

    .question-content .question span, .question-content .answer span {
        font-size: 25px;
    }

    .question-content .question-wrap {
        margin-bottom: 22px;
    }

    /* 2分でわかる！ */
    .movie-content {
        padding: 50px 20px;
    }

    .movie-content .movie-content_title {
        margin-bottom: 25px;
        font-size: 21px;
        line-height: 1.5;
    }

    .movie-content .movie {
        width: 325px;
        height: 180px;
    }

    /* ご利用開始までの流れ */
    .step-content {
        padding: 50px 20px 20px;
    }

    .step-content .step-content_title {
        font-size: 24px;
    }

    .step-content .step-list {
        display: block;
        margin-top: 35px;
    }

    .step-content .step-list li {
        width: 100%;
        background-color: #fff;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .step-list li:nth-child(3) .step-title,
    .step-list li:nth-child(5) .step-title {
        padding-bottom: 30px;
    }

    .step-content .step-list .step {
        text-align: start;
        font-size: 17px;
        padding: 15px 0px 16px;
    }

    .step-content .step-list .step span {
        font-size: 24px;
    }

    .step-content .step-list div {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: auto;
        padding: 0px 20px;
    }

    .step-content .step-list .step-title {
        font-size: 18px;
        text-align: left;
    }

    .step-content .step-list img {
        height: 120px;
        padding: 20px;
        width: auto;
    }

    .step-content .step-list li:not(:last-child)::after {
        width: 50px;
        height: 50px;
        top: unset;
        bottom: -30px;
        right: unset;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    /* 資料のお申し込みはこちら */
    .form-content {
        padding: 60px 20px 70px;
    }
    .form-content .content-wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .form-content .form-layout {
        flex-direction: column;
        gap: 30px;
    }
    .form-content .form-left-column {
        width: 100%;
    }
    .form-content .form-info-box {
        padding: 26px 24px;
    }
    
    .line-button {
        font-size: 18px;
        text-align: center;
    }
    .line-qr-wrapper {
        display: none;
    }
    
    .line-qr-code {
        display: none;
    }
    .form-content .form-wrapper {
        padding: 32px 24px 36px;
    }
}