/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #171A1F;
    background-color: #FFFFFF;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.tb-br {
    display: none;
}

.sp-br {
    display: none;
}

.pc-none {
    display: none;
}

.jost {
    font-family: 'Jost', sans-serif;
}

.en-title {
    position: absolute;
    left: 50px;
    top: 34px;
    writing-mode: vertical-lr;
    font-size: 96px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

@media(max-width: 1439px) {
    .en-title {
        left: 0.5vw;
        font-size: clamp(71px, 5.54vw, 96px);
    }
}

@media(max-width: 1279px) {
    .en-title {
        top: 4vw;
        left: 50px;
        writing-mode: unset;
    }
}

@media(max-width: 959px) {
    .en-title {
        font-size: 38px;
        left: 20px;
    }
}



@media(max-width: 959px) {
    .tb-br {
        display: block;
    }
}

@media(max-width: 743px) {
    .sp-br {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }
}


/* ヘッダーセクション */
.hero-section-wrapper {
    position: relative;
    background: linear-gradient(135deg, #0095FF, #6DC2FF);
    display: flex;
    align-items: center;
}

.hero-content {
    flex: 1;
    z-index: 2;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
    padding: 70px 50px 99px;
}

.hero-content__heading {
    position: relative;
    margin-bottom: 96px;
}

.hero-title {
    font-size: 40px;
    font-weight: 700;
    color: #0095FF;
    line-height: 1.4;
    max-width: 1300px;
    padding: 110px 50px 33.25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logo, .partner-logo {
    display: flex;
}

.logo {
    width: 244.84px;
}

.partner-logo {
    margin-left: 36.16px;
    width: 192.43px;
}

.hero-subtitle {
    font-weight: 700;
    font-weight: 700;
    letter-spacing: 0;
}
.hero-subtitle--lg {
    font-size: 64px;
    color: #FFD900;
    line-height: 1;
    margin-bottom: 17px;
}

.hero-subtitle--sm {
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.36;
}

.hero-description {
    font-size: 24px;
    font-weight: 400;
    color: #19191F;
    line-height: 1.45;
}

.hero-images {
    position: absolute;
    right: -8%;
    top: 27%;
    transform: translateY(-50%);
    display: block;
    width: 504px;
    height: auto;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.banner-left {
    margin-right: -67px;
    z-index: 1;
}

.banner-right {
    z-index: 0;
}

.hero-description-badge-list {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.hero-description-badge-item {
    color: #0095FF;
    background-color: #fff;
    font-weight: 700;
    border-radius: 90px;
    padding: 9px 29px;
    line-height: 1.25;
    font-size: 28px;

}

.hero-description-badge-list__txt {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.14;
    margin-top: 17px;
}

.hero-description-txt {
    font-size: 64px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    margin-top: 100px;
}

.hero-description-txt__strong {
    font-weight: 900;
}

.lsm11 {
    letter-spacing: -0.11em;
}

.hero-description-col-l {
    width: 380px;
    flex-shrink: 0;
}

.hero-description-col-l img {
    width: 100%;
}

.hero-description-col-wrap {
    display: flex;
    justify-content: center;
    margin-top: 66px;
}

.hero-description-col-r__ttl {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.hero-description-col-r__txt {
    font-size: 20px;
    font-weight: 700;
}

.hero-description-col-r__item {
    margin-top: 17px;
}

.hero-description-col-r__dots {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 90px;
}

.hero-description-col-r__dots--1 {
    background-color: #FFE340;
}

.hero-description-col-r__dots--2 {
    background-color: #7BE115;
}

.hero-description-col-r__dots--3 {
    background-color: #3DC7E9;
}

.hero-description-col-r {
    margin-left: 52px;
}



@media(min-width: 1921px) {
    .hero-images {
        right: -8%;
    }
}

@media(max-width: 1279px) {
    .hero-images {
        width: 40%;
        right: 2%;
    }

    .hero-title {
        padding: 7vw 50px 25px;
    }
}

@media(max-width: 1440px) {
    .hero-subtitle--lg {
        font-size: clamp(50px, 4.87vw, 60px);
    }

    .hero-subtitle--sm {
        font-size: clamp(37px, 3.6vw, 48px);
    }

    .hero-images {
        right: -3%;
    }
}

@media(max-width: 1024px) {
    .hero-subtitle--lg {
        font-size: clamp(47px, 4.89vw, 54px);
    }

    .hero-subtitle--sm {
        font-size: clamp(35px, 3.64vw, 37px);
    }

    .hero-content__heading {
        margin-bottom: 80px;
    }

    .hero-description-badge-item {
        font-size: clamp(20px, 2.5vw, 28px);
    }

    .hero-description-badge-list__txt {
        font-size: clamp(32px, 3.33vw, 40px);
    }

    .hero-description-txt {
        font-size: clamp(55px, 5.83vw, 64px);
    }

    .hero-description-txt {
        margin-top: 80px;
    }

    .hero-description-col-r__ttl {
        font-size: clamp(30px, 3.125vw, 36px);
    }

    .hero-description-col-r__txt {
        font-size: clamp(17px, 1.77vw, 20px);
    }
}

@media(max-width: 959px) {
    .hero-section-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-content {
        margin: 0;
        width: 100%;
        padding: 4vw 20px 14vw;
    }
    .hero-title {
        font-size: clamp(32px, 3.75vw, 40px);
        padding: 42px 20px 12px;
    }
    .hero-subtitle {
        margin-bottom: 12px;
    }

    .hero-subtitle--lg {
        font-size: clamp(37px, 4.97vw, 46px);
    }

    .hero-subtitle--sm {
        font-size: clamp(38px, 5.1vw, 50px);
    }

    .hero-description {
        font-size: clamp(15px, 4.25vw, 24px);
        margin-top: 28px;
    }

    .hero-images {
        position: absolute;
        margin: 0;
        top: -123px;
        right: 0;
        left: initial;
        transform: initial;
    }

    .logo {
        width: 200px;
    }

    .logo img {
        width: 100%;
    }

    .partner-logo {
        margin-left: 20.16px;
        width: 176.43px;
    }

    .partner-logo {
        width: 100%;
    }

    .hero-description-col-wrap {
        flex-direction: column;
        margin-top: 20px;
    }

    .hero-description-col-l {
        margin: 0 auto;
        width: 350px;
        max-width: 100%;
    }

    .hero-description-col-r__ttl {
        font-size: 24px;
    }

    .hero-description-col-r__txt {
        font-size: 11px;
    }

    .hero-description-col-r__dots {
        width: 20px;
        height: 20px;
    }

    .hero-description-col-r__item {
        width: calc(100% / 3);
    }

    .hero-description-col-r__list {
        display: flex;
        gap: 20px;
    }

    .hero-description-col-r {
        margin-left: 0;
    }

    .hero-description-col-r__txt {
        font-size: 14px;
    }

    .hero-subtitle {
        margin-top: 12px;
        margin-bottom: 0;
    }
}

@media(max-width: 743px) {
    .hero-images {
        position: absolute;
        margin: 14px 0 0 auto;
        top: 17vw;
        right: -27%;
        width: 65.5%;
        transform: initial;
    }

    .hero-subtitle--sm {
        font-size: clamp(22px, 5.86vw, 44px);
        line-height: 1.36;
        margin-top: 37px;
    }

    .hero-subtitle--lg {
        font-size: clamp(28.5px, 7.6vw, 57px);
        line-height: 1.1;
    }

    .hero-description-badge-item {
        font-size: clamp(14px, 3.73vw, 28px);
        padding: 1.35vw 4vw;
    }

    .hero-description-badge-list {
        gap: 6px;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 60%;
    }

    .hero-description-badge-list__txt {
        font-size: clamp(22px, 5.86vw, 44px);
        text-align: left;
    }

    .hero-content__heading {
        margin-bottom: 0;
    }

    .hero-description-txt {
        font-size: clamp(28px, 7.46vw, 56px);
        margin-top: 50px;
    }

    .hero-description-txt__strong {
        display: inline-block;
    }

    .hero-description-col-r__list {
        flex-direction: column;
    }

    .hero-description-col-r__item {
        width: 100%;
    }

    .hero-description-col-r__item {
        margin-top: 0;
    }

    .hero-description-col-r {
        margin-top: 20px;
    }

    .hero-title {
        padding: 28px 20px 12px;
    }

    .hero-description-wrapper {
        margin-top: 38px;
    }

    .hero-content {
        padding: 4vw 25px 14vw;
    }

    .hero-section {
        overflow: hidden;
    }





    .hero-description-col-r__ttl {
        font-size: 16px;
    }

    .hero-description-col-r__txt {
        font-size: 14px;
    }

    .hero-description-col-r__dots {
        width: 16px;
        height: 16px;
    }

    .hero-description-col-r__item {
        width: 100%;
    }

    .hero-description-col-r__list {
        gap: 16px;
    }

    .hero-description-col-r {
        margin-top: 16px;
    }
}














/* お問い合わせフォームセクション */

.contact-section {
    background-color: #FFFFFF;
    padding: 139px 0 158px;
    box-shadow: 0px 3px 6px 0px rgba(18, 15, 40, 0.12);
}

.contact-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 300px;
}

.contact-title {
    font-size: 36px;
    font-weight: 500;
    color: #171A1F;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contact-description {
    font-size: 16px;
    font-weight: 400;
    color: #565D6D;
    line-height: 1.5;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 12px;
    font-weight: 500;
    color: #323743;
    line-height: 1.67;
    margin-bottom: 8px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 13.5px 12px;
    border: 1px solid #DEE1E6;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #171A1F;
    line-height: 1.57;
    background-color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(23, 26, 31, 0.7);
}

.form-textarea {
    height: 138px;
    resize: vertical;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #171A1F;
    line-height: 1.57;
}

/* 資料送付希望チェックボックスのスタイル（規約チェックボックスと同じ） */
.form-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Contact Form 7のチェックボックスを非表示にしてカスタムスタイルを適用 */
.form-checkbox input[type="checkbox"] {
    display: none;
}

/* カスタムチェックボックスのスタイル（規約チェックボックスと同じ） */
.form-checkbox .wpcf7-list-item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0; /* クリック範囲をさらに広げる */
    margin: -4px 0; /* 上下のマージンを調整 */
}

/* ラベル全体をクリック可能にする */
.form-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin: -4px 0; /* 上下のマージンを調整 */
    position: relative;
    z-index: 10; /* クリック可能な要素を前面に配置 */
}





/* チェック時のスタイル（label内のinputに対応） */
.form-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #000;
    border-color: #000;
}

.form-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.form-checkbox:has(input[type="checkbox"]:checked) .wpcf7-list-item-label::before {
    background-color: #000;
    border-color: #000;
}

.form-checkbox:has(input[type="checkbox"]:checked) .wpcf7-list-item-label::after {
    opacity: 1;
}

.form-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    color: #171A1F;
    line-height: 1.57;
    cursor: pointer;
    flex: 1; /* 残りのスペースを使用 */
    padding: 4px 0; /* クリック範囲を広げる */
    position: relative;
    z-index: 8; /* テキストラベルも前面に配置 */
}

/* wpcf7-list-item-labelにカスタムチェックボックスを追加 */
.form-checkbox .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
    flex-shrink: 0;
    pointer-events: auto;
    z-index: 5;
}

.form-checkbox .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 43%;
    left: 15px;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 6;
    pointer-events: auto;
    cursor: pointer;
}

/* 規約チェックボックスのスタイル（現在のHTML構造に対応） */
.form__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.form__item-head {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.form__item-head label {
    font-size: 14px;
    font-weight: 400;
    color: #171A1F;
    line-height: 1.57;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.form__item-body {
    flex: 1;
    box-sizing: border-box;
}

.form__checkbox-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    margin: -4px 0;
    gap: 8px;
}

/* Contact Form 7のacceptanceチェックボックスを非表示 */
.form__checkbox-wrap input[type="checkbox"] {
    display: none;
}

/* カスタムチェックボックスのスタイル */
.form__checkbox-wrap .custom-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
    flex-shrink: 0;
    pointer-events: auto;
}

/* チェックマークのスタイル */
.form__checkbox-wrap .custom-checkbox::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
}

/* チェック時のスタイル（Contact Form 7のacceptanceフィールド対応） */
.form__checkbox-wrap input[type="checkbox"]:checked ~ .custom-checkbox {
    background-color: #000;
    border-color: #000;
}

.form__checkbox-wrap input[type="checkbox"]:checked ~ .custom-checkbox::after {
    opacity: 1;
}

/* より確実なセレクタ（Contact Form 7のacceptanceフィールド対応） */
.form__checkbox-wrap:has(input[type="checkbox"]:checked) .custom-checkbox {
    background-color: #000;
    border-color: #000;
}

.form__checkbox-wrap:has(input[type="checkbox"]:checked) .custom-checkbox::after {
    opacity: 1;
}

/* Contact Form 7のacceptanceフィールドの特別な対応 */
.wpcf7-acceptance input[type="checkbox"]:checked ~ .custom-checkbox {
    background-color: #000;
    border-color: #000;
}

.wpcf7-acceptance input[type="checkbox"]:checked ~ .custom-checkbox::after {
    opacity: 1;
}

.wpcf7-acceptance:has(input[type="checkbox"]:checked) .custom-checkbox {
    background-color: #000;
    border-color: #000;
}

.wpcf7-acceptance:has(input[type="checkbox"]:checked) .custom-checkbox::after {
    opacity: 1;
}

/* 規約チェックボックスのラッパー */
.terms-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.terms-checkbox-wrapper .form__checkbox-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: -4px 0;
    gap: 8px;
}

.terms-checkbox-wrapper .terms-label {
    font-size: 14px;
    font-weight: 400;
    color: #171A1F;
    line-height: 1.57;
    cursor: pointer;
    flex: 1;
    padding: 4px 0;
}


.submit-button {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #007BFF;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Noto Sans JP', sans-serif;
}

.submit-button:hover {
    background-color: #0056CC;
}

@media(max-width: 1279px) {
    .contact-wrapper {
        padding: 0 50px;
        max-width: 900px;
    }
}

@media(max-width: 959px) {
    .contact-wrapper {
        padding: 0 20px;
    }
    .contact-section {
        padding: 70px 0 60px;
    }
    .contact-title {
        font-size: 20px;
    }
}

@media(max-width: 743px) {
    .contact-section {
        padding: 0 0 60px;
    }

    .accordion__ttl {
        margin-bottom: 32px;
    }
}




/* フォーム項目のヘッダー（ラベル部分） */
.form__item-head {
    font-weight: 400;
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

/* フォーム項目の内容部分（インプットやチェックボックス） */
.form__item-body {
    width: 100%;
    box-sizing: border-box;
}

/* テキストインプット、セレクト、テキストエリア */
.form__item-body input,
.form__select-wrap select,
.form__item-body textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form__item-body textarea {
    height: auto;
    min-height: 100px;
}

/* チェックボックスのスタイル */
.form__checkbox-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* チェックボックス（非表示） */
.form__checkbox-wrap input[type="checkbox"] {
    display: none;
}

/* チェックボックスのカスタムスタイル */
.form__checkbox-wrap .custom-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* チェックマークのスタイル */
.form__checkbox-wrap .custom-checkbox::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* チェック時のスタイル */
.form__checkbox-wrap input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #000;
    border-color: #000;
}

.form__checkbox-wrap input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}

.form__checkbox-wrap span.wpcf7-list-item {
    margin: 0;
}
.form__checkbox-wrap:has(input[type="checkbox"]:checked) .custom-checkbox {
    background-color: #000;
    border-color: #000;
}

.form__checkbox-wrap:has(input[type="checkbox"]:checked) .custom-checkbox::after {
    opacity: 1;
}

/* プライバシーポリシーの説明テキスト */
.privacy-text {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.privacy-text a {
    color: #007bff;
    text-decoration: underline;
    transition: color 0.15s ease-in-out;
}

.privacy-text a:hover {
    color: #0056b3;
}

.submit-btn__wrap {
    text-align: center;
    margin-top: 50px;
}

.submit-btn__wrap input {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #71C3AB;
    border-color: transparent;
    width: 40% !important;
    color: #fff;
    font-weight: 500;
}

.parsley-required,
.parsley-pattern {
    color: #FF0000;
    list-style: none;
}

.required-txt {
    color: #FF0000;
}


@media(max-width: 959px) {
    .form__item {
        display: block;
    }

    .form__item-head,
    .form__item-body {
        width: 100%;
    }

    .submit-btn__wrap input {
        font-size: 80%;
        font-size: 16px;
    }

    .contact-lv2-heading {
        font-size: 20px;
        margin: 0 auto 30px;
    }
}

.wpcf7-display-none {
    display: none;
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    padding-left: 10px;
}
div.wpcf7-response-output {
    font-size: 13px;
    margin: 2em 0.5em 1em;
    padding: 0.4em 1em;
    color: #f00;
    text-align: center;
    font-weight: 500;
    /* border: 2px solid #ff0000; */
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #71C3AB;
}



/* 2025/08/29追記 */
.consulting21-11 .hidden-fields-container {
    border: none;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required
.wpcf7-response-output {
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    color: #f00;
}

/* Shopifyの強みセクション */
.shopify-strengths-section {
    background-color: #f3f3f3;
    padding: 83px 0 121px;
}

.shopify-strengths-wrapper {
    max-width: 1106px;
    margin: 0 auto;
    padding: 0 50px;
}

@media(max-width: 959px) {
    .shopify-strengths-wrapper {
        padding: 0 20px;
    }

    .shopify-strengths-section {
        padding: 70px 0 100px;
    }
}

@media(max-width: 743px) {
    .shopify-strengths-section {
        padding: 34px 0 80px;
    }
}






/* ---------------------------------- */
/* Shopifyの強み */
/* ---------------------------------- */
.shopify-strengths-lead {
    font-size: 36px;
    font-weight: 700;
    color: #171A1F;
    text-align: center;
    margin-bottom: 96px;
    line-height: 1.25;
}

.shopify-strengths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 21px;
    max-width: 1006px;
    margin: 0 auto;
}

.shopify-strength-item {
    border-radius: 30px;
    padding: 18px 13px 13px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.shopify-strength-item:nth-child(1) {
    background-color: #FFD900;
}

.shopify-strength-item:nth-child(2) {
    background-color: #7BE115;
}

.shopify-strength-item:nth-child(3) {
    background-color: #3DC7E9;
}

.shopify-strength-item:nth-child(4) {
    background-color: #5FBCFF;
}

.shopify-strength-item:nth-child(5) {
    background-color: #F9B872;
}

.shopify-strength-item:nth-child(6) {
    background-color: #C0B0FB;
}

.strength-number__check {
    display: block;
   font-weight: 600;
   font-size: 22.82px;
   letter-spacing: 0;
}

.strength-check-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
}

.strength-check-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shopify-strength-item__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.strength-number {
    font-size: 64px;
    font-weight: 600;
    color: #B6B6B6;
    line-height: 0.9;
    margin-bottom: 0;
    mix-blend-mode: multiply;
}

.shopify-strengths__lv2-heading {
    text-align: center;
    margin-bottom: 18px;
    font-weight: 900;
    font-size: 54px;
    color: #0095FF;
}

.shopify-strengths__lv2-heading--lg {
    font-size: 70px;
}

.strength-title {
    font-size: 24px;
    font-weight: 700;
    color: #171A1F;
    line-height: 1.42;
    margin-bottom: 20px;
}

.strength-description {
    font-size: 16px;
    color: #565D6D;
    line-height: 1.625;
    text-align: justify;
}

.shopify-strength-item__body {
    background-color: #fff;
    padding: 15px 20px;
    min-height: 232px;
    border-radius: 20px;
    flex-grow: 1;
    margin-top: 20px;
}

.strength-icon img {
    max-height: 74.22px;
    max-width: 74.22px;
    width: 100%;
    height: 100%;
}

@media(max-width: 959px) {
    .shopify-strengths-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        column-gap: 20px;
    }

    .shopify-strengths-lead {
        font-size: 28px;
        margin-bottom: 80px;
    }
}

/* レスポンシブ対応 */
@media (max-width: 743px) {
    .shopify-strengths__lv2-heading {
        font-size: 32px;
    }
    .shopify-strengths__lv2-heading--lg {
        font-size: 48px;
    }
    .shopify-strengths-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .shopify-strengths-lead {
        font-size: 22px;
        margin-bottom: 40px;
    }
    
    .shopify-strength-item {
        padding: 20px 20px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .strength-check-icon {
        width: 35px;
        height: 35px;
        top: 15px;
        right: 15px;
    }
    
    .strength-number {
        font-size: 42px;
    }

    .strength-number__check {
        font-size: 16.5px;
    }
    
    .strength-title {
        font-size: 20px;
    }

    .shopify-strength-item__body {
        min-height: 200px;
        margin-top: 17px;
    }

    .strength-icon img {
        max-height: 60px;
        max-width: 60px;
    }
}

/* 売れる理由までデザインセクション */
.creative-results-section {
    background-color: #FFFFFF;
    padding: 72px 0 0;
}

.creative-results-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.creative-results-content {
    text-align: center;
}

.creative-results-main-title {
    margin-bottom: 60px;
}

.creative-results-title-line1 {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #0095FF;
    line-height: 1.25;
    margin-bottom: 10px;
}

.creative-results-title-line2 {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #171A1F;
    line-height: 1.875;
}

.creative-results-col-l {
    width: 63.26%;
}

.creative-results-subtitle-wrapper {
    position: relative;
    /* width: 600.5px; */
    width: 100%;
}

.creative-results-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #171A1F;
    line-height: 2.08;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.creative-results-subtitle-bg {
    /* width: 605px; */
    width: 100%;
}

.creative-results-subtitle-bg img {
    width: 100%;
}

.creative-results-description {
    font-size: 16px;
    color: #171A1F;
    line-height: 1.875;
    max-width: 579px;
    text-align: left;
    letter-spacing: 0;
    margin-top: 60px;
    margin-top: 20px;
}

.creative-results-col-wrap {
    display: flex;
    justify-content: center;
    gap: 16.5px;
}

.creative-results-col-r {
    width: 127px;
    flex-shrink: 0;
}

.creative-results-col-r img {
    width: 100%;
}


.business-support-section {
    margin-top: 40px;
}

.business-support-text {
    font-size: 40px;
    font-weight: 700;
    color: #171A1F;
    line-height: 0.875;
    text-align: justify;
}

@media(max-width: 1279px) {
    .creative-results-subtitle {
        font-size: clamp(17px, 1.77vw, 24px);
    }
}

@media(max-width: 959px) {
    .creative-results-main-title {
        margin-bottom: 30px;
    }

    .creative-results-section {
        padding: 80px 0 0;
    }

    .creative-results-subtitle-bg {
        max-width: 100%;
    }
}

/* レスポンシブ対応 */
@media (max-width: 743px) {
    
    .creative-results-wrapper {
        padding: 0 20px;
    }
    
    .creative-results-title-line1 {
        font-size: 36px;
    }
    
    .creative-results-title-line2 {
        font-size: 24px;
    }
    
    .creative-results-description {
        font-size: 14px;
        margin-bottom: 60px;
    }
    
    
    .business-support-text {
        font-size: 28px;
    }

    .creative-results-section {
        padding: 42px 0 0;
    }

    .creative-results-title-line1 {
        font-size: 30px;
    }

    .creative-results-title-line2 {
        font-size: 20px;
    }

    .creative-results-col-r {
        width: 67px;
    }

    .creative-results-col-l {
        width: auto;
    }

    .creative-results-subtitle {
        left: 45%;
    }

    .creative-results-col-wrap {
        gap: 0;
    }

    .creative-results-col-r {
        margin-top: 26px;
    }

    .creative-results-subtitle-bg {
        max-width: 271px;
    }
}

/* 企業事例セクション */
.case-studies-section {
    background-color: #FFFFFF;
    padding: 47px 0 96px;
}

.case-studies-wrapper {
    max-width: 1343px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    gap: 43px;
}

.case-study-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 27px;
}

.case-study-item:last-child {
    margin-bottom: 0;
}

.case-study-image {
    width: 223px;
    max-width: 100%;
    padding-top: 30px;
}

.case-study-image img {
    width: 100%;
}

.case-study-content {
    flex: 1;
}

.case-study-title {
    font-size: 24px;
    font-weight: 700;
    color: #0095FF;
    line-height: 2.5;
    margin-bottom: 20px;
    white-space: nowrap;
}

.case-study-description {
    font-size: 16px;
    color: #171A1F;
    line-height: 1.875;
    text-align: justify;
}

.measures-title {
    font-size: 18px;
    font-weight: 700;
    color: #565D6D;
    line-height: 1.11;
    margin-bottom: 20px;
}

.measures-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.measure-tag {
    background-color: #7BE115;
    color: #171A1F;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px 5px;
    border-radius: 90px;
    line-height: 1;
}

.case-study-item {
    width: calc(100% / 2);
    padding: 28px 45px 49px;
    background-color: #F2F2F2;
    border-radius: 30px;
}

@media(max-width: 1279px) {
    .case-study-content-wrapper {
        flex-direction: column;
    }

    .case-study-content-wrapper {
        gap: 0;
    }

    .case-study-image {
        margin: 0 auto;
    }

    .case-study-measures {
        margin-top: 10px;
    }

    .case-studies-section {
        padding: 42px 0;
    }

    .case-studies-wrapper {
        gap: 20px;
    }
}

@media(max-width: 959px) {
    .case-study-item {
        margin-bottom: 0;
        padding: 16px 20px 32px;
    }

    .case-study-title {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .case-studies-wrapper {
        padding: 0 20px;
    }

    .measures-title {
        margin-bottom: 8px;
    }
}

/* 企業事例セクション モバイル対応 */
@media (max-width: 743px) {
    .case-study-item {
        flex-direction: column;
        gap: 30px;
        display: flex;
        justify-content: space-between;
    }
    
    .case-study-title {
        font-size: 20px;
        white-space: normal;
    }
    
    .case-study-description {
        font-size: 14px;
    }
    
    .measures-title {
        font-size: 16px;
    }
    
    .measure-tag {
        font-size: 12px;
        padding: 6px 12px;
    }

    .case-studies-wrapper {
        flex-direction: column;
    }

    .case-study-item {
        width: 100%;
    }

    .creative-results-description {
        margin-bottom: 0;
    }
}

/* ECサイト構築基本プランセクション */
.ec-plan-section {
    background-color: #F3F3F3;
    padding: 93px 0;
    position: relative;
}

.ec-plan-section .en-title {
    top: 71px;
}

.ec-plan-options {
    position: relative;
}

.ec-plan-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 50px;
}

.ec-plan-header {
    text-align: center;
    margin-bottom: 60px;
}

.ec-plan-col-wrap {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
}

.ec-plan-col-r {
    margin-left: 96px;
}

.ec-plan-col-l {
    padding-top: 42px;
}

.ec-plan-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ec-plan-title-main {
    font-size: 24px;
    font-weight: 700;
    color: #171A1F;
    margin-bottom: 8px;
}

.ec-plan-title-sub {
    font-size: 48px;
    font-weight: 700;
    color: #0095FF;
    line-height: 1;
}

.ec-plan-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.ec-plan-badge {
    padding: 8px 16px;
    border-radius: 49px;
    font-family: 'Jost', sans-serif;
    font-size: 96px;
    font-weight: 500;
    line-height: 0.5;
    color: #FFFFFF;
}

.ec-plan-badge--plan {
    background-color: #7BE115;
}

.ec-plan-badge--option {
    background-color: #3DC7E9;
}

.ec-plan-badge--support {
    background-color: #F3F3F3;
    color: #171A1F;
}

.ec-plan-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.ec-plan-description {
    flex: 1;
}

.ec-plan-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: rgba(23, 26, 31, 0.9);
    margin-bottom: 20px;
}

.ec-plan-text {
    font-size: 16px;
    color: #171A1F;
    line-height: 1.875;
}

.ec-plan-image {
    width: 100%;
    max-width: 423px;
}

.ec-plan-image img {
    width: 100%;
}

.ec-plan-features {
    margin-top: 61px;
    background-color: #fff;
    padding: 51px 80px 62px 100px;
    border-radius: 30px;
}

.ec-plan-features-title {
    font-size: 32px;
    font-weight: 700;
    color: #171A1F;
    text-align: center;
    margin-bottom: 40px;
}

.ec-plan-feature-list {
    display: grid;
}

.ec-plan-feature-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D1D1D1;
    min-height: 120px;
}

.ec-plan-feature-item:last-child {
    border-bottom: none;
}

.ec-plan-feature-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.ec-plan-feature-icon img {
    width: 45px;
    height: 45px;
}

.ec-plan-feature-content {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.ec-plan-feature-title {
    font-size: 24px;
    font-weight: 500;
    color: #0095FF;
    letter-spacing: -0.01875em;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 22px;
    flex-shrink: 0;
    min-width: 416px;
}

.ec-plan-feature-description {
    font-size: 16px;
    color: #171A1F;
    line-height: 1.5;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.ec-plan-feature-description li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
    text-align: left;
}

.ec-plan-feature-description li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #171A1F;
    border-radius: 90px;
}

.ec-plan-options-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 90px;
    line-height: 1.42;
    letter-spacing: 0;
}

.ec-plan-option-category {
    margin-bottom: 40px;
}

.ec-plan-option-category-title {
    font-size: 48px;
    font-weight: 700;
    color: #0095FF;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1;
}

.ec-plan-option-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.ec-plan-option-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.list-dots-blue {
    width: 10px;
    height: 10px;
    background-color: #0095FF;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.ec-plan-option-text {
    font-size: 18px;
    font-weight: 700;
    color: #171A1F;
    line-height: 1;
}

.ec-plan-option-image {
    display: flex;
    justify-content: center;
    width: 421px;
    object-fit: contain;
}

.ec-plan-option-image img {
    width: 100%;
}

.ec-plan-option-note {
    font-size: 24px;
    font-weight: 700;
    color: #0095FF;
    text-align: center;
    line-height: 2;
    margin-top: 47px;
}

.ec-plan-pricing {
    text-align: center;
}

.ec-plan-pricing-title {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.44;
}

.ec-plan-pricing-note {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 2;
}

.ec-plan-options__col-wrap {
    display: flex;
    justify-content: center;
}

.ec-plan-options-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}

.ec-plan-option-image-wrap {
    margin-left: 91px;
}

.ec-plan-option-image + .ec-plan-option-image {
    margin-top: 28px;
}

.ec-plan-options-txtwrap {
    margin-top: 74px;
}

@media(max-width: 1279px) {
    .ec-plan-feature-title {
        font-size: 20px;
        min-width: 350px;
    }

    .ec-plan-feature-description {
        font-size: 16px;
    }

    .ec-plan-features {
        padding: 51px 50px 62px 50px;
    }

    .ec-plan-option-image-wrap {
        margin-left: 30px;
    }

    .ec-plan-option-category-title {
        font-size: 42px;
    }

    .ec-plan-options-title {
        font-size: 34px;
    }

    .ec-plan-section .en-title {
        top: 4vw;
    }
}

@media(max-width: 959px) {
    .ec-plan-col-wrap {
        flex-direction: column;
    }

    .ec-plan-col-r {
        margin-left: 0;
        margin-top: 30px;
    }

    .ec-plan-image {
        margin: 0 auto;
    }

    .ec-plan-feature-content {
        align-items: flex-start;
        padding: 10px 0;
        flex-direction: column;
        width: 100%;
    }

    .ec-plan-feature-title {
        margin-right: initial;
    }

    .ec-plan-options-title {
        margin-bottom: 48px;
    }

    .ec-plan-features {
        padding: 42px 30px 62px 30px;
    }

    .ec-plan-features-title {
        margin-bottom: 12px;
    }

    .ec-plan-wrapper {
        padding: 0 20px;
    }

    .ec-plan-section .en-title {
        top: 71px;
    }
}

@media(max-width: 959px) {
    .ec-plan-options__col-wrap {
        flex-direction: column;
    }

    .ec-plan-option-image-wrap {
        margin-left: 0;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
}

@media(max-width: 743px) {
    .ec-plan-feature-title {
        min-width: initial;
    }

    .ec-plan-options__col-wrap {
        flex-direction: column;
    }

    .ec-plan-option-image {
        width: 100%;
    }

    .ec-plan-section {
        padding: 40px 0;
    }

    .ec-plan-title-sub {
        font-size: 40px;
    }

    .ec-plan-title-main {
        margin-bottom: 0;
    }

    .ec-plan-subtitle {
        font-size: 28px;
    }

    .ec-plan-subtitle {
        line-height: 1.4;
    }

    .ec-plan-features-title {
        line-height: 1.3;
    }

    .ec-plan-features {
        padding: 42px 20px 62px 20px;
    }

    .ec-plan-feature-description li::before {
        top: 12px;
    }

    .ec-plan-features {
        padding: 42px 20px 35px 20px;
    }

    .ec-plan-features {
        margin-bottom: 0;
    }

    .ec-plan-option-category-title {
        font-size: 30px;
    }

    .ec-plan-options-title {
        font-size: 27px;
    }

    .ec-plan-option-image-wrap {
        flex-direction: column;
    }

    .ec-plan-section .en-title {
        top: 29px;
    }
}


/* ECサイト構築基本プランセクション モバイル対応 */
/* @media (max-width: 768px) {
    .ec-plan-section {
        padding: 60px 0;
    }
    
    .ec-plan-wrapper {
        padding: 0 20px;
    }
    
    .ec-plan-header {
        margin-bottom: 40px;
    }
    
    .ec-plan-title-main {
        font-size: 20px;
    }
    
    .ec-plan-title-sub {
        font-size: 36px;
    }

    .ec-plan-pricing-note {
        font-size: 24px;
    }

    .ec-plan-option-image {
        width: 100%;
    }

    .ec-plan-option-image-wrap {
        margin-left: 0;
    }

    .ec-plan-option-image + .ec-plan-option-image {
        margin-top: 0;
    }
    
    .ec-plan-badges {
        flex-direction: column;
        gap: 10px;
    }
    
    .ec-plan-badge {
        font-size: 48px;
        padding: 4px 8px;
    }
    
    .ec-plan-content {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .ec-plan-subtitle {
        font-size: 24px;
    }
    
    .ec-plan-features {
        margin-bottom: 60px;
    }
    
    .ec-plan-features-title {
        font-size: 24px;
    }
    
    .ec-plan-feature-item {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .ec-plan-feature-title {
        font-size: 20px;
    }
    
    .ec-plan-options {
        margin-bottom: 60px;
    }
    
    .ec-plan-options-title {
        font-size: 28px;
    }
    
    .ec-plan-option-category-title {
        font-size: 36px;
    }
    
    .ec-plan-option-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .ec-plan-option-images {
        flex-direction: column;
        align-items: center;
    }
    
    .ec-plan-option-image {
        width: calc(100% - 20px);
        max-width: initial;
    }

    .ec-plan-option-image + .ec-plan-option-image {
        margin-top: 0;
    }
    
    .ec-plan-option-note {
        font-size: 20px;
    }
    
    .ec-plan-pricing-title {
        font-size: 28px;
    }
    
    .ec-plan-pricing-note {
        font-size: 24px;
    }

    .ec-plan-options__col-wrap {
        flex-direction: column;
    }

    .ec-plan-option-image-wrap {
        display: flex;
        justify-content: space-around;
        margin-left: 0;
        gap: 20px;
    }
} */



/* オプションプランセクション */
.ec-plan-options-section {
    background-color: #F3F3F3;
    position: relative;
}

.ec-plan-options-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 50px 80px;
}

@media(max-width: 1279px) {
    .ec-plan-options-section .en-title {
        top: -10px;
    }
}

@media(max-width: 959px) {
    .ec-plan-options-wrapper {
        padding: 0 20px 80px;
    }

    .ec-plan-options-section .en-title {
        top: 14px;
    }
}

@media(max-width: 743px) {
    
}


/* サポートプランセクション */

.support-sec {
    position: relative;
}

.support-sec .en-title {
    color: #f3f3f3;
    top: 99px;
}

.support-sec-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 139px 50px 147px;
}

.support-sec__heading__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #0095FF;
    line-height: 1.3;
    flex-shrink: 0;
}

.support-sec__heading__txt {
    font-size: 16px;
    line-height: 1.625;
}

.support-sec__heading-wrap {
    display: flex;
    gap: 78px;
    align-items: center;
}

.support-sec__body-l-item {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    gap: 6px;
    align-items: center;
}

.support-sec__body-l-list {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, auto);
    column-gap: 34px;
    row-gap: 8px;
}

.support-sec__body-l-item {

}

.support-sec__body-wrap {
    display: flex;
    margin-top: 77px;
    gap: 34px;
}

.support-sec__body-r-col-l {
    position: relative;
    height: 100%;
}

.support-sec__body-r-col-l-bg {
    width: 269px;
}

.support-sec__body-r-col-l-bg img {
    width: 100%;
}

.support-sec__body-r-col-l-txt {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #0095FF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.support-sec__body-r-col {
    display: flex;
}

.support-sec__body-r-col-r {
    width: 105px;
    margin-top: 16px;
    margin-left: 8px;
}

.support-sec__body-r-col-r img {
    width: 100%;
}

@media(max-width: 1279px) {
    .support-sec .en-title {
        top: 4vw;
    }
}

@media(max-width: 959px) {
    .support-sec__heading-wrap {
        flex-direction: column;
        gap: 42px;
        align-items: flex-start;
    }

    .support-sec-wrap {
        padding: 80px 20px 100px;
    }

    .support-sec__body-wrap {
        flex-direction: column;
    }

    .support-sec__body-r-col {
        justify-content: flex-end;
    }

    .support-sec__body-wrap {
        margin-top: 50px;
        gap: 0px;
    }

    .ec-plan-option-note {
        margin-top: 20px;
    }

    .ec-plan-options {
        margin-bottom: 0;;
    }

    .support-sec .en-title {
        top: 29px;
    }
}

@media(max-width: 743px) {
    .ec-plan-option-note {
        font-size: 20px;
    }

    .support-sec__heading__ttl {
        font-size: 30px;
    }

    .support-sec-wrap {
        padding: 62px 20px 80px;
    }

    .support-sec__body-l-list {
        display: flex;
        flex-direction: column;
    }
    .support-sec__body-l-item {
        font-size: 16px;
    }

    .support-sec__body-r {
        margin-top: 20px;
    }

    .support-sec__body-r-col-r {
        width: 65px;
        margin-left: 0;
    }

    .support-sec .en-title {
        top: 18px;
    }
    
}




/* アコーディオン */
/* ==================================== */
.accordion {
    background-color: #fff;
}

.accordion .ly-inner {
    padding: 139px 0 145px;
}

.accordion__ttl {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #171A1F;
    line-height: 1.5;
    margin-bottom: 53px;
}

.accordion__item {
    cursor: pointer;
}

.accordion__item-head {
    font-size: 18px;
    font-weight: 400;
    color: #171A1F;
    position: relative;
    line-height: 1.55;
    display: flex;
    align-items: center;
    padding: 12px 30px 12px 0;
    border-bottom: 2px solid #0095FF;
}

.accordion__wrap {
    max-width: 738px;
    padding: 0 50px;
    margin: 0 auto;
}

.accordion__item-icon {
    font-size: 40px;
    font-weight: 700;
    margin-right: 40px;
    color: #0095D8;
    line-height: 1;
    margin-top: -3px;
}

.accordion__item-body {
    height: 0;
    overflow: hidden;
}

.accordion__item-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.375;
    padding: 20px 20px 12px;
}

.accordion__item + .accordion__item {
    margin-top: 10px;
}

.accordion__item-head::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s;
    background-image: url(../img/service/shopify-package/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
}

/* .accordion__item-head.is-active::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
} */

@media(max-width: 743px) {
    .accordion .ly-inner {
        padding: 60px 0 100px;
    }

    .accordion__wrap {
        padding: 0 20px;
    }

    .accordion__item-head::after {
        right: 0;
    }
}


/* バナーセクション */
.banner-sec {
    background: linear-gradient(135deg, #0095FF, #6DC2FF);
    padding: 78px 50px 95px;
}

.banner-sec-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.banner-sec-txt {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.44;
    text-align: center;
}

.banner-sec__col-wrap {
    display: flex;
    justify-content: center;
    gap: 34px;
}

.banner-sec__col-l {
    width: 50%;
}

.banner-sec__col-l {
    width: 105px;
}

.banner-sec__col-l img {
    width: 100%;
}

.banner-sec__col-r {
    position: relative;
    height: 100%;
    margin-top: 41px;
}

.banner-sec__col-r-txt {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.banner-sec__col-r-bg {
    width: 695px;
}

.banner-sec__col-r-bg img {
    width: 100%;
}

@media(max-width: 959px) {
    .banner-sec {
        padding: 52px 20px 80px;
    }

    .banner-sec-txt {
        font-size: 32px;
    }

    .banner-sec__col-r-txt {
        font-size: 26px;
    }

    .banner-sec__col-r {
        width: calc(100% - 105px);
    }

    .banner-sec__col-r-bg {
        width: 100%;
    }
    
}

@media(max-width: 743px) {
    .banner-sec__col-r-txt {
        white-space: normal;
        font-size: 17px;
        width: 100%;
    }

    .banner-sec-txt {
        font-size: 24px;
    }

    .banner-sec__col-l {
        width: 65px;
    }

    .banner-sec__col-wrap {
        gap: 0;
        align-items: center;
        margin-top: 30px;
    }

    .banner-sec__col-r {
        margin-top: 0;
        max-width: 271px;
    }
}




/* 追従ボタン */
.fixed-btn-wrap {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.fixed-btn-wrap.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fixed-btn {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 22px 24px;
    display: block;
    border-radius: 10px 0 0 10px;
    box-shadow: 6px 12px 6px -6px rgba(0, 0, 0, 0.2);
}


.fixed-btn-01 {
    background-color: #3DC7E9;
}

.fixed-btn-02 {
    background-color: #007BFF;
    margin-top: 9px;
    margin-top: 18px;
}

@media(max-width: 743px) {
    .fixed-btn {
        font-size: 16px;
        padding: 11px 12px;
        display: block;
    }

    .fixed-btn-02 {
        margin-top: 18px;
    }
}

