@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
    height: auto;
    padding: 70px 0;
    background-color: var(--common-color-background1);
    position: relative;
}

#page-top #mainvisual .mv-wrap {
    display: grid;
    grid-gap: 24px;
    grid-template-areas: "mv-wrap_left mv-wrap_right";
    grid-template-rows: auto;
    grid-template-columns: 31% auto;
    align-items: center;
    padding: 0 24px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

#page-top #mainvisual .mv-wrap .mv-wrap-left {}

#page-top #mainvisual .mv-wrap .mv-wrap-right {}

#page-top #mainvisual .info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#page-top #mainvisual .info .site-title {
    font-weight: bold;
    font-size: 4vw;
    line-height: 160%;
    margin-bottom: 8px;
}

#page-top #mainvisual .info .lead {
    font-weight: 500;
    font-size: 1.5vw;
    margin-bottom: 24px;
    line-height: 160%;
}

#page-top #mainvisual .info .check-list-items {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    gap: 8px;
}

#page-top #mainvisual .info .check-list-items .list-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#page-top #mainvisual .info .check-list-items .check-item {
    width: 50%;
    align-items: center;
}

#page-top #mainvisual .info .check-list-items .check-item img {
    width: 22%;
}

#page-top #mainvisual .info .check-list-items .check-item .check_heading {
    width: 78%;
    font-size: 1vw;
}

#page-top #mainvisual .mv-image-items {
    gap: 24px;
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: 2.53fr 1fr 1fr;
}

/* SP用スライダー */
#page-top #mainvisual .mv-image-slider {
    display: none;
}

/*============================================================
 共通
*============================================================*/
/* タイトル */
.fc-pink {
    color: #F3285B;
}

/* カード */
.card {
    background-color: #ffffff;
    border-radius: 10px;
}

.card[data-shadow="true"] {
    box-shadow: 4px 4px 10px rgba(51, 51, 51, 0.1);
}

/* 注釈 */
.f-annotation {
    font-size: 12px;
    font-weight: 400;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}


/*============================================================
 セクション共通
*============================================================*/
#page-top .section {
    height: auto;
    padding: 80px 0;
    margin-bottom: 0;
    background-color: var(--common-color-background1);
}

#page-top .section .sec-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 180%;
}

#page-top .section .sec-lead {
    text-align: center;
}

/*============================================================
 サービスの特徴
*============================================================*/
#page-top #sec-feature {
    padding: 0 0 80px;
}

#page-top #sec-feature .logo-area {
    justify-content: center;
    align-items: center;
    gap: 32px;
}

#page-top #sec-feature .logo-area .box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 84px;
}
#page-top #sec-feature .logo-area .box.box-times {
    justify-content: center;
}
#page-top #sec-feature .logo-area .box p {
    line-height: 100%;

}
#page-top #sec-feature .sec-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

#page-top #sec-feature .sec-title span {
    font-size: 40px;
}

#page-top #sec-feature .sec-lead {
    margin-bottom: 64px;
}

/* 3boxes */
#page-top #sec-feature .feature-3box-items {
    gap: 30px;
    justify-content: center;
}

#page-top #sec-feature .feature-3box-items .feature-item {
    width: 300px;
}

/* タブレット 改行用 */
#page-top #sec-feature .feature-3box-items .spacer {
    display: none;
}

#page-top #sec-feature .feature-3box-items .feature-item .item-image {
    position: relative;
    margin-bottom: 10px;
}

#page-top #sec-feature .feature-3box-items .feature-item .item-image h3 {
    position: absolute;
    top: 0;
    width: 100%;
    color: #DED0C2;
    font-size: 20px;
    text-align: center;
    background: #3F4658;
    border-radius: 10px 10px 0 0;
    padding: 6px;
}

#page-top #sec-feature .feature-3box-items .feature-item .item-image img {
    border-radius: 10px;
}

#page-top #sec-feature .feature-3box-items .feature-item p {
    text-align: left;
}

/*============================================================
 サービスのメリット
*============================================================*/
#page-top #sec-merits {
    background-image: url(../images/top/sec-merits_bg_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 40px 0;
}

#page-top #sec-merits .sec-title {
    color: #ffffff;
}

#page-top #sec-merits .bg-wrap {
    position: relative;
    width: 693px;
    height: 384px;
    margin: 0 auto;
}

#page-top #sec-merits .bg-wrap .bg-pink,
#page-top #sec-merits .bg-wrap .bg-gray,
#page-top #sec-merits .bg-wrap .bg-white {
    width: 613px;
    height: 304px;
    border-radius: 10px;
    position: absolute;
}

#page-top #sec-merits .bg-wrap .bg-pink {
    background-color: var(--common-color-background2);
    top: 0;
    right: 0;
}

#page-top #sec-merits .bg-wrap .bg-gray {
    background-color: #BDBDBD;
    bottom: 0;
    left: 0;
}

#page-top #sec-merits .bg-wrap .bg-white {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 56px 36px;
}

#page-top #sec-merits .bg-wrap .merits-list li {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    list-style-type: disc;
    margin-left: 24px;
    margin-bottom: 16px;
}

/*============================================================
 サービスの流れ
*============================================================*/
#page-top #sec-flow {
    background-color: var(--common-color-background2);
    background-image: url(../images/top/sec_flow_bg.png);
    background-size: 684px auto;
    background-position: center;
    background-repeat: no-repeat;
}

#page-top #sec-flow .sec-title {
    color: #ffffff;
}

#page-top #sec-flow .flow-list-boxes .list-box {
    max-width: 778px;
    width: 100%;
    height: auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-bottom: 98px;
}

#page-top #sec-flow .flow-list-boxes .list-box:nth-child(odd) {
    margin-right: auto;
}

#page-top #sec-flow .flow-list-boxes .list-box:nth-child(even) {
    margin-left: auto;
}

#page-top #sec-flow .flow-list-boxes .list-box:last-child {
    margin-bottom: 0;
}

#page-top #sec-flow .flow-list-boxes .list-box dt,
#page-top #sec-flow .flow-list-boxes .list-box dd {
    margin-left: 55px;
}

#page-top #sec-flow .flow-list-boxes .list-box dt.number {
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
    position: relative;
}

#page-top #sec-flow .flow-list-boxes dt:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #333;
    position: absolute;
    border-radius: 10px;
    top: 0px;
    left: -53px;
}

#page-top #sec-flow .flow-list-boxes h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
}

/*============================================================
 CTA
*============================================================*/
#page-top #sec-cta {
    padding: 40px 0;
    background-color: var(--common-color-background3);
    text-align: center;
}

#page-top #sec-cta .cta-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 160%;
}

#page-top #sec-cta .lead {
    margin-bottom: 48px;
    font-size: 18px;
    font-weight: 500;
}

#page-top #sec-cta .btn-area {
    gap: 32px;
}

/*============================================================
 sec-works
*============================================================*/
#page-top #sec-works .work-lists {
    justify-content: space-between;
    gap: 42px 30px;
}

#page-top #sec-works .work-lists .work-list {
    width: 300px;
}

#page-top #sec-works .work-lists .work-list>* {
    margin-bottom: 8px;
}

#page-top #sec-works .work-lists .work-list>*:last-child {
    margin-bottom: 0;
}

#page-top #sec-works .work-lists .work-list .list-title {
    text-align: center;
    font-weight: bold;
    line-height: 200%;
}

/* サムネイル画像 */
#page-top #sec-works .work-lists .work-list .image-wrap {
    border-radius: 10px;
    overflow: hidden;
}

#page-top #sec-works .work-lists .work-list .image-wrap .filter {
    position: relative;
    margin-bottom: 0;
}

#page-top #sec-works .work-lists .work-list .image-wrap .filter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 31.75%);
    width: 300px;
    height: 200px;
}

/* カテゴリー */
#page-top #sec-works .work-lists .work-list .text-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#page-top #sec-works .work-lists .work-list .text-category .circle {
    background-image: url(../images/top/circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}

#page-top #sec-works .work-lists .work-list .text-category .times {
    color: #F3285B;
    font-size: 28px;
    font-weight: bold;
}

/*============================================================
 Case Study
*============================================================*/
#page-top #sec-case-study {
    padding: 0 0 80px;
}

#page-top #sec-case-study .list-block {
    margin-bottom: 40px;
}

#page-top #sec-case-study .list-block:last-child {
    margin-bottom: 0;
}

#page-top #sec-case-study .list-title {
    position: relative;
    width: fit-content;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 16px;
}

#page-top #sec-case-study .list-title::before,
#page-top #sec-case-study .list-title::after {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

#page-top #sec-case-study .list-title::before {
    top: 0;
    left: -48px;
}

#page-top #sec-case-study .list-title::after {
    top: 0;
    right: -48px;
}

/* ペットサロン */
#page-top #sec-case-study .list-title.pets-salon::before,
#page-top #sec-case-study .list-title.pets-salon::after {
    background-image: url(../images/top/icon_pets-salon.png);
}

/* レンタルスペース */
#page-top #sec-case-study .list-title.rental-room::before,
#page-top #sec-case-study .list-title.rental-room::after {
    background-image: url(../images/top/icon_rental-room.png);
}

/* アパレル */
#page-top #sec-case-study .list-title.apparel::before,
#page-top #sec-case-study .list-title.apparel::after {
    background-image: url(../images/top/icon_apparel.png);
}

/* 講師・カウンセラー・アドバイザー */
#page-top #sec-case-study .list-title.counselor::before,
#page-top #sec-case-study .list-title.counselor::after {
    background-image: url(../images/top/icon_counselor.png);
}

#page-top #sec-case-study .content-block>.card {
    margin-bottom: 16px;
}

#page-top #sec-case-study .content-block .card:last-child {
    margin-bottom: 0;
}

#page-top #sec-case-study .card-title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
}

#page-top #sec-case-study .card-content {
    padding: 24px;
}

/*============================================================
 料金プラン
*============================================================*/
#page-top #sec-price {
    padding: 0 0 96px;
}

#page-top #sec-price .sec-lead {
    text-align: left;
    margin-bottom: 40px;
}

#page-top #sec-price .sec-block {
    margin-bottom: 40px;
}

#page-top #sec-price .sec-block:last-child {
    margin-bottom: 0;
}

#page-top #sec-price .price-lists {
    gap: 12px;
    margin-bottom: 4px;
}

#page-top #sec-price .price-lists .price-list {
    width: calc((100% - 12px*3) / 4);
    padding: 16px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#page-top #sec-price .price-list .list-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 4px
}

#page-top #sec-price .price-list .list-lead {
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 10px;
    flex-grow: 1;
}

#page-top #sec-price .price-list .list-image {
    margin: 0 auto 10px;
}

#page-top #sec-price .price-list .text-price {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}

#page-top #sec-price .price-list .text-price span {
    font-size: 16px;
}

#page-top #sec-price .price-list .notice {
    line-height: 140%;
    margin-bottom: 10px;
}

#page-top #sec-price .price-list .card-reservations {
    background-color: #FAF7F9;
    padding: 4px;
    border-radius: 10px;
}

#page-top #sec-price .price-list .card-reservations p {
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 5px;
}

/*---------------------- 
  全てのプランで使える機能 
------------------------*/
#page-top #sec-price h3.title {
    font-size: 24px;
    line-height: 180%;
    text-align: center;
}

#page-top #sec-price .price-feature-card-wrap {
    position: relative;
    width: 100%;
}

#page-top #sec-price .price-feature-card-wrap .square-b,
#page-top #sec-price .price-feature-card-wrap .square-a {
    content: "";
    width: 160px;
    height: 100px;
    background-color: #F48EA8;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}

#page-top #sec-price .price-feature-card-wrap .square-b {
    top: -16px;
    left: 0;
}

#page-top #sec-price .price-feature-card-wrap .square-a {
    bottom: -16px;
    right: 0;
}

#page-top #sec-price .price-feature-card {
    position: relative;
    width: calc(100% - 16px * 2);
    margin: 0 auto;
    padding: 16px;
    z-index: 100;
}

#page-top #sec-price .price-feature-list {
    gap: 40px;
    justify-content: center;
}

/*---------------------- 
   チェックボックス
------------------------*/
/* 予約件数 */
#page-top #sec-price .price-list ul.check-list {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 118px;
    margin: 0 auto;
}

#page-top #sec-price .price-list ul.check-list li {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
    position: relative;
    padding-left: 31px;
}

#page-top #sec-price .price-list ul.check-list li::before {
    content: '';
    background-image: url(../images/top/icon_check_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
}

#page-top #sec-price .price-list ul.check-list li span {
    font-size: 16px;
}

/* 全てのプランで使える機能 機能リスト */
#page-top #sec-price .price-feature-list ul.check-list {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin: 0 auto;
}

#page-top #sec-price .price-feature-list ul.check-list li {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    position: relative;
    padding-left: 31px;
}

#page-top #sec-price .price-feature-list ul.check-list li::before {
    content: '';
    background-image: url(../images/top/icon_check_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*============================================================
 IT導入補助金2023 申請サポートのご案内
*============================================================*/
#page-top #sec-application-support {
    padding: 0 0 80px;
    position: relative;
}

#page-top #sec-application-support .application-support-card:before,
#page-top #sec-application-support .application-support-card:after {
    content: "";
    background-image: url(../images/top/img_triangle.png);
    position: absolute;
    width: 170px;
    height: 170px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

#page-top #sec-application-support .application-support-card:before {
    top: -8px;
    left: -8px;
    filter: drop-shadow(-1px 0px 2px rgba(0, 0, 0, 0.25));
}

#page-top #sec-application-support .application-support-card:after {
    bottom: -8px;
    right: -8px;
    transform: scale(-1);
    filter: drop-shadow(-1px -4px 2px rgba(0, 0, 0, 0.25));
}

#page-top #sec-application-support .application-support-card:hover {
    opacity: .6;
}

#page-top #sec-application-support .sec-title {
    font-size: 36px;
    line-height: 160%;
    margin-bottom: 26px
}

/* #page-top #sec-application-support .card-inner > * {
    margin-bottom: 16px;
} */
#page-top #sec-application-support .card-inner .sec-title-add {
    position: absolute;
    width: 126px;
    height: 126px;
    border: 10px solid #F3285B;
    border-radius: 50%;
    background-color: #ffffff;
    left: 12%;
    color: #F3285B;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    top: 24px;
}

#page-top #sec-application-support .card-inner .sec-title-add .parts-boxes {
    flex-wrap: nowrap;
}

#page-top #sec-application-support .card-inner .sec-title-add .italic {
    font-size: 32px;
    font-weight: bold;
    line-height: 140%;
    transform: matrix(1, 0, -0.18, 0.98, 0, 0);
}

#page-top #sec-application-support .card-inner .sec-title-add .rl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    transform: matrix(1, 0, -0.18, 0.98, 0, 0);
}

#page-top #sec-application-support .sec-lead {
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}

#page-top #sec-application-support .application-support-card {
    width: 100%;
    position: relative;
    background-color: #F7E5EA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 16px;
}

#page-top #sec-application-support .application-support-card .card-inner {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}

#page-top #sec-application-support .application-support-card .card-inner .card-textbox {
    position: relative;
    max-width: 832px;
    width: 98%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 22px 16px 16px;
    margin-bottom: 56px;
    z-index: 200;
}

#page-top #sec-application-support .application-support-card .card-textbox .card-list-title {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -22px;
    font-size: 20px;
    font-weight: 700;
}

#page-top #sec-application-support .application-support-card .card-textbox .card-list-title::before,
#page-top #sec-application-support .application-support-card .card-textbox .card-list-title::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 43px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-top #sec-application-support .application-support-card .card-textbox .card-list-title::before {
    background-image: url(../images/top/sec-application-support_01.png);
    top: -8px;
    left: -48px;
}

#page-top #sec-application-support .application-support-card .card-textbox .card-list-title::after {
    background-image: url(../images/top/sec-application-support_02.png);
    top: -8px;
    right: -48px;
}

#page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes {
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

#page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes li {
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    border-right: 2px solid #D9D9D9;
}

#page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes li:first-child {
    padding-left: 0;
}

#page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes li:last-child {
    border: none;
    padding-right: 0;
}

#page-top #sec-application-support .card-bottom {
    background-color: #F48EA8;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 8px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page-top #sec-application-support .text-click-here {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#page-top #sec-application-support .text-click-here .arrow-right {
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin-left: 10px;
}

/*============================================================
 QA
*============================================================*/
#page-top #sec-qa {
    padding: 0 0 96px;
}

#page-top #sec-qa .qa-block {
    margin-bottom: 40px;
}

#page-top #sec-qa .qa-block:last-child {
    margin-bottom: 0;
}

#page-top #sec-qa .qa-block .f-question {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
}

#page-top #sec-qa .qa-block .f-question,
#page-top #sec-qa .qa-block .f-answer {
    margin-left: 56px;
    position: relative;
}

#page-top #sec-qa .qa-block .f-question::before,
#page-top #sec-qa .qa-block .f-answer::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: -56px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-top #sec-qa .qa-block .f-question::before {
    background-image: url(../images/top/sec-qa_icon_q.png);
}

#page-top #sec-qa .qa-block .f-answer::before {
    background-image: url(../images/top/sec-qa_icon_a.png);
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {

    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual {
        padding: 40px 0 116px;
    }

    #page-top #page-header #mainvisual {
        padding: 16px 0 40px;
    }

    #page-top #mainvisual .mv-wrap {
        grid-gap: 40px;
        grid-template-areas: "mv-wrap_left" "mv-wrap_right";
        grid-template-columns: 100%;
    }

    #page-top #mainvisual .mv-wrap .mv-wrap-left {
        grid-row: 2 / 3;
    }

    #page-top #mainvisual .mv-wrap .mv-wrap-right {
        grid-row: 1 / 2;
    }

    #page-top #mainvisual .info .site-title {
        font-size: 48px;
    }

    #page-top #mainvisual .info .site-title br.hide {
        display: none;
        /* 改行しない */
    }

    #page-top #mainvisual .info .lead {
        font-size: 18px;
    }

    #page-top #mainvisual .info .lead br.hide {
        display: none;
        /* 改行しない */
    }

    #page-top #mainvisual .info .check-list-items {
        max-width: 460px;
    }

    #page-top #mainvisual .info .check-list-items .check-item .check_heading {
        font-size: 16px;
    }

    /* SP用スライダー */
    #page-top #mainvisual .mv-image-slider {
        display: none;
    }

    /*============================================================
    セクション共通
    *============================================================*/
    #page-top .section {
        padding: 40px 0;
    }

    /* #page-top .section .sec-title {
        font-size: 32px;
    } */
    #page-top .section .sec-lead {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: 180%;
    }

    /*============================================================
     サービスの特徴
    *============================================================*/
    #page-top #sec-feature {
        padding: 0 0 64px;
    }

    #page-top #sec-feature .feature-3box-items {
        gap: 15px 30px;
    }

    /* タブレット 改行用 */
    #page-top #sec-feature .feature-3box-items .spacer {
        display: inherit;
        width: 100%;
    }

    #page-top #sec-feature .sec-lead {
        text-align: center;
    }

    /*============================================================
    サービスの流れ
    *============================================================*/
    #page-top #sec-flow {
        background-size: 80%;
        background-position: bottom center;
    }

    #page-top #sec-flow .flow-list-boxes .list-box {
        margin-bottom: 32px;
    }

    /*============================================================
     CTA
    *============================================================*/
    #page-top #sec-cta .cta-title {
        font-size: 36px;
    }

    /*============================================================
     sec-works
    *============================================================*/
    #page-top #sec-works {
        padding: 64px 0;
    }

    #page-top #sec-works .work-lists {
        justify-content: center;
        gap: 42px 30px;
    }

    /*============================================================
     Case Study
    *============================================================*/
    #page-top #sec-case-study {
        padding: 0 0 64px;
    }

    #page-top #sec-case-study .card-content {
        padding: 16px 32px;
    }

    /*============================================================
     料金のプラン
    *============================================================*/
    #page-top #sec-price {
        padding: 0 0 64px;
    }

    #page-top #sec-price .sec-title {
        margin-bottom: 16px;
    }

    #page-top #sec-price .sec-lead,
    #page-top #sec-price .sec-block {
        margin-bottom: 32px;
    }

    #page-top #sec-price .price-lists .price-list {
        padding: 16px 5px;
    }

    #page-top #sec-price .price-list .list-image {
        width: 70px;
    }

    #page-top #sec-price .price-list .text-price {
        font-size: 24px;
    }

    #page-top #sec-price .price-list .text-price span {
        font-size: 14px;
    }

    #page-top #sec-price .price-feature-card {
        padding: 16px 32px;
    }

    #page-top #sec-price .price-feature-list {
        gap: 8px;
    }

    #page-top #sec-price .price-feature-list .left-box,
    #page-top #sec-price .price-feature-list .right-box {
        width: calc((100% - 8px)/2);
    }

    /*============================================================
     IT導入補助金2023 申請サポートのご案内
    *============================================================*/
    #page-top #sec-application-support {
        padding: 0 0 64px 0;
    }

    #page-top #sec-application-support .card-inner .sec-title-add {
        left: 18px;
    }

    #page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes li {
        padding: 0 8px;
    }

    #page-top #sec-application-support .application-support-card .card-inner .card-textbox {
        margin-bottom: 48px;
    }

    #page-top #sec-application-support .card-bottom {
        bottom: 0;
    }

    /*============================================================
     QA
    *============================================================*/
    #page-top #sec-qa {
        padding: 0 0 72px;
    }
}

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

    /*============================================================
    セクション共通
    *============================================================*/
    #page-top .section {
        padding: 40px 0;
    }

    #page-top .section .sec-title {
        font-size: 24px;
    }

    #page-top .section .sec-lead {
        text-align: left;
    }

    /*============================================================
     ページヘッダー
    *============================================================*/
    /* メインビジュアル
    ---------------------------------------- */
    #page-top #mainvisual {
        padding: 12px 0 58px;
    }

    #page-top #mainvisual .mv-wrap {
        padding: 0;
        grid-gap: 16px;
    }

    #page-top #mainvisual .info {
        padding: 0 16px;
    }

    #page-top #mainvisual .info .site-title {
        font-size: 24px;
    }

    #page-top #mainvisual .info .site-title span {
        font-size: 32px;
    }

    #page-top #mainvisual .info .site-title br.hide {
        display: block;
        /* 改行 */
    }

    #page-top #mainvisual .info .lead {
        font-size: 14px;
        margin-bottom: 16px;
    }

    #page-top #mainvisual .info .lead br.hide {
        display: none;
        /* 改行しない */
    }

    #page-top #mainvisual .info .check-list-items .check-item .check_heading {
        font-size: 14px;
    }

    /* PC・タブレット用 */
    #page-top #mainvisual .mv-image-items {
        display: none;
    }

    /* SP用スライダー */
    #page-top #mainvisual .mv-image-slider {
        display: inherit;
    }

    #page-top #mainvisual .mv-image-slider .slider {
        width: 100%;
        margin: 0 auto;
    }

    #page-top #mainvisual .mv-image-slider .slider .slick-list {
        padding: 0 10% 0 0 !important;
    }

    #page-top #mainvisual .mv-image-slider .slider li {
        margin: 0 8px;
    }

    #page-top #mainvisual .mv-image-slider .slider .slick-slide img {
        margin-left: -52px;
    }

    /*============================================================
     サービスの特徴
    *============================================================*/
    #page-top #sec-feature {
        padding: 0 0 40px;
    }

    #page-top #sec-feature .sec-title span {
        display: block;
    }

    #page-top #sec-feature .sec-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    #page-top #sec-feature .sec-title span {
        font-size: 32px;
    }

    #page-top #sec-feature .sec-lead {
        margin-bottom: 40px;
    }

    /* ロゴエリア */
    #page-top #sec-feature .logo-area {
        gap: 8px;
    }

    #page-top #sec-feature .logo-area .box {
        height: 54px;
    }
    #page-top #sec-feature .logo-area .box.box-times {
        width: 24px;
    }    
    #page-top #sec-feature .logo-area p {
        font-size: 12px;
    }

    #page-top #sec-feature .logo-area .box-sakurabook img {
        width: 148px;
    }

    #page-top #sec-feature .logo-area .box-times img {
        width: 24px;
    }

    #page-top #sec-feature .logo-area .box-shopify img {
        width: 116px;
    }

    /* 3box */
    #page-top #sec-feature .feature-3box-items {
        gap: 24px;
    }

    #page-top #sec-feature .feature-3box-items .feature-item {
        margin: auto;
    }

    /* タブレット 改行用 */
    #page-top #sec-feature .feature-3box-items .spacer {
        display: none;
    }

    /*============================================================
     サービスのメリット
    *============================================================*/
    #page-top #sec-merits {
        overflow: hidden;
    }

    #page-top #sec-merits .sec-title {
        margin-bottom: 27px;
    }

    #page-top #sec-merits .parts-boxes {
        justify-content: center;
    }

    #page-top #sec-merits .bg-wrap {
        width: 390px;
        min-width: 390px;
        height: 318px;
    }

    #page-top #sec-merits .bg-wrap .bg-pink,
    #page-top #sec-merits .bg-wrap .bg-gray,
    #page-top #sec-merits .bg-wrap .bg-white {
        width: 343px;
        min-width: 343px;
        height: 263px;
    }

    #page-top #sec-merits .bg-wrap .bg-white {
        padding: 24px 8px;
    }

    #page-top #sec-merits .bg-wrap .merits-list li {
        font-size: 16px;
        margin-left: 21px;
    }

    /*============================================================
    サービスの流れ
    *============================================================*/
    #page-top #sec-flow {}

    #page-top #sec-flow .sec-title {
        margin-bottom: 24px;
    }

    #page-top #sec-flow .flow-list-boxes .list-box {
        padding: 24px 16px;
        margin-bottom: 24px;
    }

    #page-top #sec-flow .flow-list-boxes .list-box dt,
    #page-top #sec-flow .flow-list-boxes .list-box dd {
        margin-left: 24px;
    }

    #page-top #sec-flow .flow-list-boxes .list-box dt.number {
        gap: 8px;
    }

    #page-top #sec-flow .flow-list-boxes .list-box dt.number img {
        width: 42px;
    }

    #page-top #sec-flow .flow-list-boxes dt:before {
        width: 10px;
        height: 10px;
        left: -24px;
    }

    #page-top #sec-flow .flow-list-boxes h3 {
        font-size: 20px;
    }

    /*============================================================
     CTA
    *============================================================*/
    #page-top #sec-cta {}

    #page-top #sec-cta .cta-title {
        font-size: 24px;
    }

    #page-top #sec-cta .lead {
        font-size: 16px;
        margin-bottom: 24px;
    }

    #page-top #sec-cta .btn-area {
        gap: 16px;
    }

    /*============================================================
     制作例
    *============================================================*/
    #page-top #sec-works {
        padding: 40px 0;
    }

    #page-top #sec-works .sec-title {
        margin-bottom: 24px;
    }

    /*============================================================
     Case Study
    *============================================================*/
    #page-top #sec-case-study {
        padding: 0 0 40px;
    }

    #page-top #sec-case-study .list-block {
        margin-bottom: 24px;
    }

    #page-top #sec-case-study .list-title {
        font-size: 20px;
    }

    #page-top #sec-case-study .card-content {
        padding: 24px 16px;
    }

    #page-top #sec-case-study h3.list-title.counselor {
        line-height: 140% !important;
    }

    /*============================================================
     料金のプラン
    *============================================================*/
    #page-top #sec-price .sec-title {
        margin-bottom: 8px;
    }

    #page-top #sec-price .sec-lead,
    #page-top #sec-price .sec-block {
        margin-bottom: 24px;
    }

    #page-top #sec-price .price-list .list-lead {
        margin-bottom: 6px;
    }

    #page-top #sec-price .price-lists .price-list {
        width: 100%;
    }

    #page-top #sec-price .price-list .list-image {
        margin-bottom: 6px;
    }

    #page-top #sec-price .price-list ul.check-list {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    #page-top #sec-price .price-list .notice {
        margin-bottom: 6px;
    }

    /* 全てのプランで使える機能 */
    #page-top #sec-price h3.title {
        font-size: 20px;
        margin-bottom: 26px;
    }

    #page-top #sec-price .price-feature-card {
        width: 100%;
    }

    #page-top #sec-price .price-feature-card-wrap .square-b {
        left: -16px;
    }

    #page-top #sec-price .price-feature-card-wrap .square-a {
        right: -16px;
    }

    #page-top #sec-price .price-feature-list {
        flex-direction: column;
    }

    #page-top #sec-price .price-feature-list .left-box,
    #page-top #sec-price .price-feature-list .right-box {
        width: 100%;
    }

    /*============================================================
     IT導入補助金2023 申請サポートのご案内
    *============================================================*/
    #page-top #sec-application-support {
        padding: 0 0 48px;
    }

    #page-top #sec-application-support .card-inner .sec-title-add {
        width: 94px;
        height: 94px;
        border: 6px solid #F3285B;
        font-size: 16px;
        top: 39px;
    }

    #page-top #sec-application-support .card-inner .sec-title-add .italic {
        font-size: 24px;
    }

    #page-top #sec-application-support .card-inner .sec-title-add .rl {
        font-size: 10px;
    }

    #page-top #sec-application-support .sec-title {
        padding-top: 115px;
        font-size: 32px;
        margin-bottom: 16px;
    }

    #page-top #sec-application-support .application-support-card .card-textbox .card-list-title {
        font-size: 16px;
        width: 210px;
    }

    #page-top #sec-application-support .application-support-card:before,
    #page-top #sec-application-support .application-support-card:after {
        width: 100px;
        height: 100px;
    }

    #page-top #sec-application-support .application-support-card .card-textbox .card-list-title::before {
        left: -42px;
    }

    #page-top #sec-application-support .application-support-card .card-textbox .card-list-title::after {
        right: -39px;
    }

    #page-top #sec-application-support .application-support-card .card-inner .card-textbox {
        width: 96%;
    }

    #page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes {
        font-size: 14px;
        justify-content: flex-start;
    }

    #page-top #sec-application-support .application-support-card .card-inner ul.parts-boxes li {
        padding: 0;
        list-style-type: disc;
        margin-left: 32px;
        border-right: none;
    }

    /*============================================================
     QA
    *============================================================*/
    #page-top #sec-qa {
        padding: 0 0 56px;
    }

    #page-top #sec-qa .qa-block {
        margin-bottom: 24px;
    }
}