/*===============================================
変数の定義
===============================================*/
:root {
    --custom-color: #47a6bc;
    --main-color: #0abab5;
}
/*===============================================
表示の設定
===============================================*/
body {
    background-color: var(--main-color);
    color: white;
    opacity: 0;
    transition: opacity 0.95s;
    font-family: "Noto Sans JP",
        /* Google FontsなどWebフォント */ "ヒラギノ角ゴ ProN W3",
        /* macOS/iOS */ "Hiragino Kaku Gothic ProN",
        /* macOS/iOS */ "ヒラギノ角ゴシック", /* macOS/iOS */ "Hiragino Sans",
        /* macOS/iOS */ "Meiryo", /* Windows */ "メイリオ",
        /* Windows */ "MS PGothic", /* Windows */ "MS ゴシック",
        /* Windows */ sans-serif;
}
body.fadein {
    opacity: 1;
}

/*===============================================
production_request
  ===============================================*/
* {
    box-sizing: border-box;
}

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

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

html {
    -webkit-text-size-adjust: 100%;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

main {
    display: block;
}

select::-ms-expand {
    display: none;
}

textarea {
    width: 100%;
    max-width: 100%;

    border: none;
    border-radius: 0;
    box-shadow: none;
}

textarea:focus {
    outline: 0;
}

input {
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
    outline: 0;
}

select {
    border-radius: 0;
    border: none;
    background: none;
}

select:focus {
    outline: 0;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.l-lp01-body {
    font-family: "Noto Sans JP", sans-serif;
    color: #0a0a0a;
}

/*===============================================
カスタム :PC
  ===============================================*/
#sec_01 {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    .title_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: hidden;
        h1 {
            color: white;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 150%;
            margin: 89px auto 0px;
        }

        .sub_title {
            font-size: 49px;
            font-family: sans-serif;
            font-weight: bold;
            line-height: 1;
        }
    }
    .txt_logo {
        width: 927px;
        height: 30px;
        margin: 70px auto;
    }
    .txt {
        line-height: 180%;
        margin-top: -20px;
    }
    .scroll {
        margin: 66px auto 58px;
    }
}
#sec_02 {
    padding-bottom: 100px;
    .p-lp01-keyvisual__text__list {
        margin-bottom: 40px;
    }
}
#sec_03 {
    .is-japanese {
        color: #0abab5;
    }
    .is-english {
        color: #0abab5;
    }
    p {
        color: #0abab5;
    }
    .logo_icon_01 {
        width: 221px;
        height: 86px;
    }
    .logo_icon_02 {
        width: 140px;
        height: 60px;
    }
    .logo_icon_03 {
        width: 151px;
        height: 80px;
    }
    .logo_icon_04 {
        width: 122px;
        height: 70px;
    }
    .logo_icon_05 {
        width: 175px;
        height: 56px;
    }
    .logo_icon_06 {
        width: 238px;
        height: 43px;
    }
    .logo_icon_07 {
        width: 217px;
        height: 50px;
    }
    .logo_icon_08 {
        width: 111px;
        height: 104px;
    }
    .logo_icon_09 {
        width: 179px;
        height: 55px;
    }
    .logo_icon_10 {
        width: 249px;
        height: 56px;
    }
    .logo_icon_11 {
        width: 248px;
        height: 38px;
    }
    .logo_icon_12 {
        width: 261px;
        height: 27px;
    }
}

#why {
    background: url(../images/production_request/p-lp01-why-bg01-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;

    ul li {
        color: #0a0a0a;
    }
    p {
        color: #0a0a0a;
    }
}
#strength {
    background: white;
    .is-japanese {
        color: #0abab5;
    }
    .is-english {
        color: #0abab5;
    }
}
#workflow {
    p {
        color: #0a0a0a;
    }
}
#faq {
    .is-japanese {
        color: #0abab5;
    }
    .is-english {
        color: #0abab5;
    }

    .accordion {
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
        --bs-accordion-bg: none;
        .accordion-button {
            font-size: 16px;
            padding: 30px 15px;
            margin: 3px 0 0 0;
            line-height: 1.3;
            letter-spacing: 0.03em;
            font-weight: 500;
            color: #0a0a0a;
            width: 98%;

            .is-question {
                font-size: 35px;
                font-size: 2.1875rem;
                margin: 0 20px 0 0;
                font-weight: 700;
                font-family: "Josefin Sans", sans-serif;
                color: #0a0a0a;
            }
        }
        .accordion-button::after {
            content: "";
            position: absolute;
            right: 30px;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 24px;
            height: 12px;
            background: url(../images/production_request/accordion-ico-arrow-black.svg)
                no-repeat center / contain;
        }
        .accordion-button:not(.collapsed) {
            color: #0a0a0a;
            background-color: white;
        }
        .accordion-button:focus {
            z-index: 3;
            border-color: none;
            outline: 0;
            box-shadow: none;
        }
        .accordion-body {
            font-size: 15px;
            font-size: 0.9375rem;
            margin: 2px 0 0 0;
            line-height: 1.4;
            letter-spacing: 0.03em;
            font-weight: 500;
            color: #0a0a0a;
        }
        span {
            font-size: 2.1875rem;
            margin: 0 20px 0 0;
            font-weight: 700;
            font-family: "Josefin Sans", sans-serif;
            color: #f52454;
        }
    }
}
#target-form {
    padding-top: 100px;
    padding-bottom: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    .is-japanese {
        color: #0abab5;
    }
    .is-english {
        color: #0abab5;
    }
    p {
        color: #0a0a0a;
        line-height: 1.6;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 60px;
        text-align: center;
    }
    .input_from {
        font-size: 1.25rem;
        width: 100%;
        padding: 30px;
        background: #f5f5f5;
        border-radius: 36px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        color: #0a0a0a;
        margin-bottom: 13px;
    }
    .input_from_textarea {
        font-size: 1.25rem;
        width: 100%;
        height: 100%;
        min-height: 430px;
        padding: 30px;
        background: #f5f5f5;
        border-radius: 36px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        color: #0a0a0a;
        margin-bottom: 10px;
    }
    .text-danger {
        font-weight: 600;
        margin: 0 0 15px 25px;
    }
    .submit {
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        width: calc(100vw - 50px);
        max-width: 440px;
        height: 90px;
        margin: 30px auto 0px;
        border: 1px solid #0a0a0a;
        border-radius: 40px;
        background: #fff;
        transition: 0.3s;
        color: #0a0a0a;
        font-size: 20px;
        font-weight: bold;
    }
    .submit:hover {
        background: #0a0a0a;
        color: #ffffff;
    }
}
.production_request_footer {
    height: 80px;
    background-color: #0abab5;
}
/*===============================================
カスタム :SP
  ===============================================*/
@media (max-width: 767px) {
    #sec_01 {
        width: 100%;
        text-align: center;
        height: auto;
        padding-top: 67px;
        .title_box {
            width: 100%;
            text-align: center;

            h1 {
                color: white;
                font-size: 24px;
                font-weight: bold;
                line-height: 150%;
                margin-top: 88px;
            }

            .sub_title {
                font-size: 24px;
                font-family: sans-serif;
                font-weight: bold;
                line-height: 1;
            }
        }

        .txt_logo {
            width: 314px;
            height: 82px;
            margin: 77px auto 68px;
        }
        .txt {
            line-height: 180%;
            margin-top: -20px;
        }
        .scroll {
            margin: 68px auto 70px;
            text-align: center;
            left: 48%;
        }
    }
    #sec_02 {
        padding-bottom: 62px;
    }
    #sec_03 {
        .is-japanese {
            color: #0abab5;
        }
        .is-english {
            color: #0abab5;
        }
        p {
            color: #0abab5;
        }
        .logo_icon_01 {
            width: 102px;
            height: 40px;
        }
        .logo_icon_02 {
            width: 85px;
            height: 28px;
        }
        .logo_icon_03 {
            width: 90px;
            height: 48px;
        }
        .logo_icon_04 {
            width: 72px;
            height: 42px;
        }
        .logo_icon_05 {
            width: 102px;
            height: 32px;
        }
        .logo_icon_06 {
            width: 102px;
            height: 18px;
        }
        .logo_icon_07 {
            width: 102px;
            height: 23px;
        }
        .logo_icon_08 {
            width: 53px;
            height: 50px;
        }
        .logo_icon_09 {
            width: 102px;
            height: 31px;
        }
        .logo_icon_10 {
            width: 102px;
            height: 23px;
        }
        .logo_icon_11 {
            width: 102px;
            height: 16px;
        }
        .logo_icon_12 {
            width: 102px;
            height: 10px;
        }
    }
    #why {
        background: url(../images/production_request/p-lp01-why-bg01-sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
    #faq {
        .is-japanese {
            color: #0abab5;
        }
        .is-english {
            color: #0abab5;
            font-size: 2.5rem;
            font-family: "Josefin Sans", sans-serif;
            line-height: 1;
        }

        .accordion {
            max-width: 680px;
            width: 100%;
            margin: 0 auto;
            --bs-accordion-bg: none;
            .accordion-button {
                font-size: 1rem;
                padding: 15px 35px 15px 15px;
                margin: 3px 0 0 0;
                line-height: 1.3;
                letter-spacing: 0.03em;
                font-weight: 500;
                color: #0a0a0a;
                width: 100%;

                .is-question {
                    font-size: 2.1875rem;
                    margin: -30px 20px 0 0;
                    font-weight: 700;
                    font-family: revert-layer;
                    color: #0a0a0a;
                }
            }
            .accordion-button::after {
                content: "";
                position: absolute;
                right: 22px;
                top: 0;
                bottom: 0;
                margin: auto 0;
                width: 17px;
                height: 12px;
                background: url(../images/production_request/accordion-ico-arrow-black.svg)
                    no-repeat center / contain;
            }
            .accordion-button:not(.collapsed) {
                color: #0a0a0a;
                background-color: white;
            }
            .accordion-button:focus {
                z-index: 3;
                border-color: none;
                outline: 0;
                box-shadow: none;
            }
            .accordion-body {
                font-size: 15px;
                font-size: 0.9375rem;
                margin: 2px 0 0 0;
                line-height: 1.4;
                letter-spacing: 0.03em;
                font-weight: 500;
                color: #0a0a0a;
            }
            span {
                font-size: 2.1875rem;
                margin: 0 20px 0 0;
                font-weight: 700;
                font-family: "Josefin Sans", sans-serif;
                color: #f52454;
            }
        }
    }
    #target-form {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: white;
        p {
            width: 90%;
            margin: 0 5%;
            font-size: 14px;
        }

        .c-lp01-form01 {
            width: 85%;
            margin: 20px 7.5%;
        }
    }
}

@media (max-width: 810px) {
    .l-lp01-body {
        padding: 0 0 110px 0;
    }
}
.l-lp01-body.is-thanks {
    padding: 100px 0 0;
}
@media (max-width: 767px) {
    .l-lp01-body.is-thanks {
        padding: 110px 0 0;
    }
}
.l-lp01-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: -100px;
    width: 100%;
    height: 100px;
    padding: 12px 26px 12px 36px;
    background: #0a0a0a;
    transition: 0.3s;
    z-index: 99;
}
@media (max-width: 810px) {
    .l-lp01-header {
        top: auto;
        bottom: -110px;
        height: 110px;
        padding: 15px 25px;
    }
}
.l-lp01-header.is-show-pc {
    top: 0;
}
.l-lp01-header.is-show-sp {
    bottom: 0;
}
.l-lp01-header.is-thanks {
    top: 0;
}
@media (max-width: 810px) {
    .l-lp01-header.is-thanks {
        top: 0;
        bottom: auto;
    }
}
.l-lp01-header__logo {
    display: block;
    width: 240px;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .l-lp01-header__logo {
        display: none;
    }
}
@media (any-hover: hover) {
    .l-lp01-header__logo:hover {
        opacity: 0.7;
    }
}
@media (max-width: 767px) {
    .l-lp01-header__logo.is-thanks {
        display: block !important;
    }
}
.l-lp01-header__logo.is-thanks img {
    display: block;
    width: 100% !important;
}
.l-lp01-header__button.c-lp01-button01 {
    max-width: 380px;
    height: 70px;
    margin: 0;
    border-radius: 25px;
}
@media (max-width: 810px) {
    .l-lp01-header__button.c-lp01-button01 {
        height: 77px;
        border-radius: 44px;
    }
}
@media (max-width: 767px) {
    .l-lp01-header__button.c-lp01-button01 {
        margin: 0 auto;
    }
}
.l-lp01-header__button.c-lp01-button01::after {
    width: 12px;
    height: 24px;
    margin: 2px 0 0 20px;
}
.l-lp01-header__button.c-lp01-button01 > span {
    font-size: 19px;
    font-size: 1.1875rem;
}
@media (max-width: 429px) {
    .l-lp01-header__button.c-lp01-button01 > span {
        font-size: 16px;
        font-size: 1rem;
    }
}
.l-lp01-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    background: #111111;
}
.l-lp01-footer > small {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.053m;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.c-pc {
    display: block;
}
@media (max-width: 810px) {
    .c-pc {
        display: none;
    }
}

.c-sp {
    display: none;
}
@media (max-width: 810px) {
    .c-sp {
        display: block !important;
    }
}

.c-lp01-section01 {
    padding: 80px 0 100px;
}
@media (max-width: 810px) {
    .c-lp01-section01 {
        padding: 60px 0px;
    }
}
.c-lp01-inner01 {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 25px;
}
.c-lp01-title01 {
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.6;
}
.c-lp01-title01 .is-japanese {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 15px 0;
    font-weight: 700;
    color: white;
}
@media (max-width: 810px) {
    .c-lp01-title01 .is-japanese {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 10px 0;
    }
}
.c-lp01-title01 .is-japanese .no-wrap {
    white-space: nowrap;
}
.c-lp01-title01 .is-english {
    font-size: 45px;
    font-size: 2.8125rem;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    color: white;
}
@media (max-width: 810px) {
    .c-lp01-title01 .is-english {
        font-size: 34px;
        font-size: 1.5rem;
    }
}
.c-lp01-title01 .is-english.no-wrap430 {
    white-space: nowrap;
}
@media (max-width: 429px) {
    .c-lp01-title01 .is-english.no-wrap430 {
        white-space: normal;
    }
}
.c-lp01-title01 .is-white {
    color: #fff;
}
.c-lp01-title01.is-marginBottom70 {
    margin: 0 0 70px;
}
@media (max-width: 810px) {
    .c-lp01-title01.is-marginBottom70 {
        margin: 0 0 35px;
    }
}
.c-lp01-button01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(100vw - 50px);
    max-width: 440px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid #0abab5;
    border-radius: 40px;
    background: #0abab5;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}
@media (max-width: 810px) {
    .c-lp01-button01 {
        max-width: 380px;
        height: 78px;
    }
}
.c-lp01-button01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 16px;
    height: 32px;
    margin: 1px 0 0 0;
    background: url(../images/production_request/c-lp01-ico-arrow-white.svg)
        no-repeat center/contain;
    transition: 0.3s;
}
@media (max-width: 810px) {
    .c-lp01-button01::after {
        width: 12px;
        height: 24px;
    }
}
.c-lp01-button01 > span {
    font-size: 18px;
    display: block;
    margin: 0 0 0 -30px;
    font-weight: 700;
    color: #fff;
    transition: 0.3s;
}
@media (max-width: 810px) {
    .c-lp01-button01 > span {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}
@media (max-width: 429px) {
    .c-lp01-button01 > span {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (any-hover: hover) {
    .c-lp01-button01:hover {
        background: #fff;
    }
    .c-lp01-button01:hover::after {
        background: url(../images/production_request/c-lp01-ico-arrow-green.svg)
            no-repeat center/contain;
    }
    .c-lp01-button01:hover > span {
        color: #0abab5;
    }
}
.c-lp01-button02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(100vw - 50px);
    max-width: 440px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid #0abab5;
    border-radius: 40px;
    background: #fff;
    transition: 0.3s;
}
@media (max-width: 810px) {
    .c-lp01-button02 {
        max-width: 380px;
        height: 78px;
    }
}
.c-lp01-button02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 16px;
    height: 32px;
    margin: 1px 0 0 0;
    background: url(../images/production_request/c-lp01-ico-arrow-green.svg)
        no-repeat center/contain;
    transition: 0.3s;
}
@media (max-width: 810px) {
    .c-lp01-button02::after {
        width: 12px;
        height: 24px;
    }
}
.c-lp01-button02 > span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #0abab5;
    transition: 0.3s;
}
@media (max-width: 810px) {
    .c-lp01-button02 > span {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}
@media (max-width: 429px) {
    .c-lp01-button02 > span {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media (any-hover: hover) {
    .c-lp01-button02:hover {
        background: #0abab5;
        border: solid 1px #fff;
    }
    .c-lp01-button02:hover::after {
        background: url(../images/production_request/c-lp01-ico-arrow-white.svg)
            no-repeat center/contain;
    }
    .c-lp01-button02:hover > span {
        color: #fff;
    }
}
.c-lp01-lead01 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.6;
    color: white;
}
@media (max-width: 810px) {
    .c-lp01-lead01 {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
@media (max-width: 429px) {
    .c-lp01-lead01 {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.c-lp01-lead01.is-white {
    color: #fff;
}
.c-lp01-lead01:not(:last-child) {
    margin: 0 0 50px 0;
}
@media (max-width: 810px) {
    .c-lp01-lead01:not(:last-child) {
        margin: 0 0 35px 0;
    }
}
.c-lp01-lead01:not(:last-child).is-marginBottom40 {
    margin: 0 0 40px 0;
}
@media (max-width: 810px) {
    .c-lp01-lead01:not(:last-child).is-marginBottom40 {
        margin: 0 0 25px 0;
    }
}
.c-lp01-lead01:not(:last-child).is-marginBottom80 {
    margin: 0 0 80px 0;
}
@media (max-width: 810px) {
    .c-lp01-lead01:not(:last-child).is-marginBottom80 {
        margin: 0 0 50px 0;
    }
}
.c-lp01-lead01 > p:not(:last-child) {
    margin: 0 0 1.6em 0;
}
.c-lp01-lead01 .is-disc {
    display: inline-block;
    text-align: left;
}
.c-lp01-lead01 .is-disc > li {
    position: relative;
    padding: 0 0 0 1.2em;
}
.c-lp01-lead01 .is-disc > li::before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
}
.c-lp01-lead01 .is-small {
    font-size: 18px;
    font-size: 1.125rem;
}
@media (max-width: 810px) {
    .c-lp01-lead01 .is-small {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.c-lp01-lead01 .is-textlink {
    color: #0a0a0a;
    transition: 0.3s;
}
@media (any-hover: hover) {
    .c-lp01-lead01 .is-textlink:hover {
        opacity: 0.7;
    }
}
.c-lp01-lead01 .no-wrap {
    white-space: nowrap;
}
.c-lp01-scrolldown {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px;
    height: 140px;
    mix-blend-mode: exclusion;
    overflow: hidden;
    z-index: 2;
}
@media (max-width: 810px) {
    .c-lp01-scrolldown {
        bottom: -40px;
        height: 100px;
    }
}
.c-lp01-scrolldown > span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}
.c-lp01-scrolldown::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    background: #fff;
    -webkit-animation: pathmove 1.6s ease-in-out infinite;
    animation: pathmove 1.6s ease-in-out infinite;
    opacity: 0;
}
@-webkit-keyframes pathmove {
    0% {
        height: 0;
        top: 20px;
        opacity: 0;
    }
    50% {
        height: 100px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 125px;
        opacity: 0;
    }
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 20px;
        opacity: 0;
    }
    50% {
        height: 100px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 125px;
        opacity: 0;
    }
}
.c-lp01-item01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 178px;
    height: 178px;
    background: white;
    border: 2px solid white;
    border-radius: 50%;
}
@media (max-width: 1600px) {
    .c-lp01-item01 {
        width: 132px;
        height: 132px;
    }
}
@media (max-width: 810px) {
    .c-lp01-item01 {
        width: 124px;
        height: 124px;
    }
}
@media (max-width: 429px) {
    .c-lp01-item01 {
        width: 80px;
        height: 80px;
    }
}
.c-lp01-item01__image {
    margin: 0 0 12px 0;
}
@media (max-width: 1600px) {
    .c-lp01-item01__image {
        width: auto;
        height: 35px;
        margin: 0 0 8px 0;
    }
}
@media (max-width: 429px) {
    .c-lp01-item01__image {
        height: 20px;
        margin: 0 0 5px 0;
    }
}
.c-lp01-item01__lead {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #0abab5;
}
@media (max-width: 1600px) {
    .c-lp01-item01__lead {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}
@media (max-width: 429px) {
    .c-lp01-item01__lead {
        font-size: 12px;
        font-size: 0.75rem;
        text-align: center;
    }
}
.c-lp01-item02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 178px;
    height: 178px;
    border: 2px solid #0a0a0a;
    border-radius: 50%;
}
@media (max-width: 1600px) {
    .c-lp01-item02 {
        width: 124px;
        height: 124px;
    }
}
@media (max-width: 429px) {
    .c-lp01-item02 {
        width: 80px;
        height: 80px;
    }
}
.c-lp01-item02__image {
    margin: 0 0 12px 0;
}
@media (max-width: 1600px) {
    .c-lp01-item02__image {
        width: 40px;
        height: auto;
        margin: 0 0 8px 0;
    }
}
@media (max-width: 429px) {
    .c-lp01-item02__image {
        height: 20px;
        margin: 0 0 5px 0;
    }
}
.c-lp01-item02__lead {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    color: #0a0a0a;
}
@media (max-width: 1600px) {
    .c-lp01-item02__lead {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media (max-width: 429px) {
    .c-lp01-item02__lead {
        font-size: 10px;
        font-size: 0.625rem;
    }
}
.c-lp01-item03 {
    width: calc(25% - 30px);
}
@media (max-width: 810px) {
    .c-lp01-item03 {
        width: 50%;
    }
}
@media (max-width: 810px) {
    .c-lp01-item03:nth-child(even) {
        margin: 110px 0 0 0;
    }
}
@media (max-width: 810px) {
    .c-lp01-item03:nth-child(odd) {
        margin: -65px 0 0 0;
    }
}
@media (max-width: 810px) {
    .c-lp01-item03:first-child {
        margin: 0;
    }
}
.c-lp01-item03__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-lp01-item03__image__wrap {
    margin: 0 0 20px 0;
    border-radius: 50%;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 810px) {
    .c-lp01-item03__image__wrap {
        max-width: 360px;
        max-height: 360px;
    }
}
@media (max-width: 640px) {
    .c-lp01-item03__image__wrap {
        margin: 0 0 15px 0;
    }
}
.c-lp01-item03__lead {
    font-size: 23px;
    font-size: 1.4375rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    color: white;
}
@media (max-width: 810px) {
    .c-lp01-item03__lead {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 640px) {
    .c-lp01-item03__lead {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
.c-lp01-card01 {
    width: 25%;
    padding: 30px 25px;
    border: 1px solid #ffffff;
}
@media (max-width: 1200px) {
    .c-lp01-card01 {
        width: 50%;
        padding: 25px;
    }
}
@media (max-width: 640px) {
    .c-lp01-card01 {
        width: 100%;
        border-right: none;
        border-left: none;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}
.c-lp01-card01:not(:nth-child(4n)) {
    border-right: none;
}
.c-lp01-card01:nth-child(n + 5) {
    border-top: none;
}
@media (max-width: 1200px) {
    .c-lp01-card01:nth-child(n + 3) {
        border-top: none;
    }
}
@media (max-width: 640px) {
    .c-lp01-card01:not(:first-child) {
        border-top: none;
    }
}
.c-lp01-card01__image {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 17px 0;
    padding: 56% 0 0 0;
}
@media (max-width: 1200px) {
    .c-lp01-card01__image {
        margin: 0 0 15px 0;
    }
}
.c-lp01-card01__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.c-lp01-card01__title {
    font-size: 17px;
    font-size: 1.0625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 17px 0;
    padding: 0 20px;
    line-height: 1.5;
    font-weight: 700;
    color: white;
    word-break: break-all;
}
@media (max-width: 1200px) {
    .c-lp01-card01__title {
        font-size: 15px;
        font-size: 0.9375rem;
        margin: 0 0 15px 0;
    }
}
.c-lp01-card01__category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}
.c-lp01-card01__category > li {
    font-size: 15px;
    font-size: 0.9375rem;
    display: inline-block;
    padding: 0 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    border-radius: 13px;
    background: #ededed;
    color: #0abab5;
}
@media (max-width: 1200px) {
    .c-lp01-card01__category > li {
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 0 18px;
    }
}
.c-lp01-card02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 75px) / 4);
    height: 152px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
@media (max-width: 810px) {
    .c-lp01-card02 {
        width: calc(50% - 10px);
        height: 90px;
        padding: 20px 25px;
    }
}
.c-lp01-card03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 96px) / 3);
    padding: 56px 28px 112px;
    background: rgba(165, 165, 165, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
}
@media (max-width: 1200px) {
    .c-lp01-card03 {
        width: calc(50% - 20px);
        padding: 45px 25px;
    }
}
@media (max-width: 810px) {
    .c-lp01-card03 {
        width: 100%;
        background: rgba(10, 10, 10, 0.43);
    }
}
.c-lp01-card03__image__wrap {
    height: 120px;
}
.c-lp01-card03__title {
    margin: 0 0 48px 0;
}
@media (max-width: 810px) {
    .c-lp01-card03__title {
        height: 24px;
        margin: 0 0 35px 0;
    }
}
.c-lp01-card03__title.is-2row {
    margin: 0 0 27px 0;
}
@media (max-width: 810px) {
    .c-lp01-card03__title.is-2row {
        height: 60px;
    }
}
@media (max-width: 810px) {
    .c-lp01-card03__title > img {
        width: auto;
        max-width: 100%;
        height: 100%;
    }
}
.c-lp01-card03__lead {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 810px) {
    .c-lp01-card03__lead {
        font-size: 16px;
        font-size: 1rem;
    }
}
.c-lp01-card04 {
    width: calc(50% - 35px);
    padding: 80px 40px 40px 60px;
    background: #0a0a0a;
}
@media (max-width: 810px) {
    .c-lp01-card04 {
        width: 100%;
        padding: 60px 36px 40px 40px;
    }
}
.c-lp01-card04__title {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    margin: 0 0 20px 0;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
}
.c-lp01-card04__title::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: -5px;
    width: 52px;
    height: 40px;
    background: url(../images/production_request/p-lp01-voice-ico-quot.svg)
        no-repeat center/contain;
}
.c-lp01-card04__title .no-wrap {
    white-space: nowrap;
}
.c-lp01-card04__lead {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 30px 0;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
}
.c-lp01-card04__author {
    font-size: 19px;
    font-size: 1.1875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
}
.c-lp01-card04__author::before {
    content: "";
    display: block;
    width: 57px;
    height: 57px;
    margin: 0 20px 0 0;
    background: url(../images/production_request/p-lp01-voice-ico-author.svg)
        no-repeat center/contain;
}
.c-lp01-column01 {
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}
.c-lp01-column01:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 1200px) {
    .c-lp01-column01 {
        display: block;
    }
}
.c-lp01-column01:not(:last-child) {
    margin: 0 0 100px 0;
}
@media (max-width: 1200px) {
    .c-lp01-column01:not(:last-child) {
        margin: 0 0 65px 0;
    }
}
.c-lp01-column01__text {
    width: calc(50% - 25px);
}
@media (max-width: 1200px) {
    .c-lp01-column01__text {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.c-lp01-column01__text__title {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .c-lp01-column01__text__title {
        margin: 0 0 20px 0;
    }
}
@media (max-width: 810px) {
    .c-lp01-column01__text__title {
        display: block;
    }
}
.c-lp01-column01__text__title .is-number {
    font-size: 37px;
    font-size: 2.3125rem;
    min-width: 80px;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    color: #f52454;
}
.c-lp01-column01__text__title .is-title {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #0a0a0a;
}
@media (max-width: 810px) {
    .c-lp01-column01__text__title .is-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.c-lp01-column01__text__title .is-title .no-wrap {
    white-space: nowrap;
}
.c-lp01-column01__text__lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #333232;
}
@media (max-width: 810px) {
    .c-lp01-column01__text__lead {
        font-size: 16px;
        font-size: 1rem;
    }
}
.c-lp01-column01__image {
    display: block;
    width: calc(50% - 25px);
}
@media (max-width: 1200px) {
    .c-lp01-column01__image {
        width: 100%;
    }
}
.c-lp01-column01__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-lp01-form01 {
    width: 100%;
    max-width: 560px;
}
@media (max-width: 1200px) {
    .c-lp01-form01 {
        max-width: 800px;
        margin: 0 auto 80px;
    }
}
@media (max-width: 810px) {
    .c-lp01-form01__send .c-lp01-button02 {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}
.c-lp01-form01__send .c-lp01-button02::after {
    display: none;
}
@media (any-hover: hover) {
    .c-lp01-form01__send .c-lp01-button02:hover {
        color: #fff;
    }
}
.c-lp01-form01__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 30px;
    font-weight: bold;
}

.p-lp01-keyvisual {
    width: 100%;
    min-height: 100vh;
    background: #0a0a0a;
}
.p-lp01-keyvisual__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 220px);
    margin-bottom: 30px;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__in {
        min-height: calc(100vh - 180px);
        margin-bottom: 25px;
    }
}
.p-lp01-keyvisual__slider {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.p-lp01-keyvisual__slider__image {
    display: block;
    width: 100%;
    height: 100%;
}
.p-lp01-keyvisual__slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}
.p-lp01-keyvisual__text {
    position: relative;
    width: 100%;
    padding: 60px 0 20px;
    text-align: center;
    z-index: 2;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text {
        padding: 40px 0;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text {
        padding: 30px 0 20px;
    }
}
.p-lp01-keyvisual__text__lead01 {
    margin: 0 0 20px 0;
    line-height: 56px;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    color: #fff;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__lead01 {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 28px 0;
        line-height: 36px;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text__lead01 {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0 0 15px 0;
        line-height: 24px;
    }
}
.p-lp01-keyvisual__text__lead01 .is-large {
    font-size: 36px;
    font-size: 2.25rem;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__lead01 .is-large {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text__lead01 .is-large {
        font-size: 16px;
        font-size: 1rem;
    }
}
.p-lp01-keyvisual__text__lead01 .is-underline {
    position: relative;
}
.p-lp01-keyvisual__text__lead01 .is-underline::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 15px;
    background: #f52454;
    opacity: 0.68;
    z-index: -1;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__lead01 .is-underline::after {
        height: 7px;
    }
}
.p-lp01-keyvisual__text__title {
    margin: 0 0 20px 0;
    padding: 30px 20px 40px;
    background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__title {
        margin: 0 0 28px 0;
        padding: 23px 20px 28px;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text__title {
        margin: 0 0 15px 0;
        padding: 15px 20px 18px;
    }
}
.p-lp01-keyvisual__text__title > span {
    font-size: 34px;
    font-size: 2.125rem;
    display: block;
    margin: 0 0 26px 0;
    line-height: 1.7;
    letter-spacing: normal;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial,
        "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #0a0a0a;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__title > span {
        font-size: 21px;
        font-size: 1.3125rem;
        margin: 0 0 22px 0;
        line-height: 1.6;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text__title > span {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 0 16px 0;
    }
}
.p-lp01-keyvisual__text__title > img {
    display: block;
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__title > img {
        width: 368px;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text__title > img {
        width: 240px;
    }
}
.p-lp01-keyvisual__text__lead02 {
    margin: 0 0 32px 0;
    line-height: 1.9;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__lead02 {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}
@media (max-width: 429px) {
    .p-lp01-keyvisual__text__lead02 {
        margin: 0 0 35px 0;
        font-size: 14px;
        font-size: 0.875rem;
    }
}
.p-lp01-keyvisual__text__lead02 .is-underline {
    border-bottom: 1px solid #fff;
}
.p-lp01-keyvisual__text__list {
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__text__list {
        gap: 12px;
    }
}
.p-lp01-keyvisual__btnWrap {
    position: relative;
    height: 220px;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual__btnWrap {
        height: 180px;
    }
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual .c-lp01-button01 {
        max-width: 380px;
        height: 78px;
    }
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual .c-lp01-button01::after {
        width: 12px;
        height: 24px;
    }
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual .c-lp01-button01 > span {
        font-size: 16px;
        font-size: 1rem;
    }
}
.p-lp01-keyvisual .c-lp01-scrolldown {
    top: 130px;
    bottom: auto;
}
@media (max-width: 1600px) {
    .p-lp01-keyvisual .c-lp01-scrolldown {
        top: 110px;
        bottom: auto;
    }
}
.p-lp01-works {
    padding: 120px 0 100px;
}
@media (max-width: 810px) {
    .p-lp01-works {
        padding: 65px 0 70px;
    }
}
.p-lp01-works__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 60px 0;
}
@media (max-width: 810px) {
    .p-lp01-works__list {
        margin: 0 0 50px 0;
    }
}
.p-lp01-client {
    position: relative;
    padding: 80px 0 120px;
    background: #f5f5f5;
}
@media (max-width: 810px) {
    .p-lp01-client {
        padding: 60px 0px;
    }
}
.p-lp01-client__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px 25px;
    width: 100%;
    margin: 0 0 75px 0;
}
@media (max-width: 810px) {
    .p-lp01-client__list {
        gap: 20px;
        margin: 0 0 50px 0;
    }
}
.p-lp01-worry {
    position: relative;
    padding: 150px 0 80px;
    background: #191818;
    overflow: hidden;
}
@media (max-width: 810px) {
    .p-lp01-worry {
        padding: 130px 0 60px;
    }
}
.p-lp01-worry .c-sp640 {
    display: none;
}
@media (max-width: 640px) {
    .p-lp01-worry .c-sp640 {
        display: block;
    }
}
.p-lp01-worry__inner {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 25px;
}
.p-lp01-worry__column01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 50px 0;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01 {
        display: block;
        margin: 0 0 40px 0;
    }
}
.p-lp01-worry__column01__image {
    width: auto;
    margin: 70px 0 0 0;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__image {
        max-height: 450px;
        margin: 0;
    }
}
.p-lp01-worry__column01__image > picture {
    display: block;
    width: 100%;
    height: 100%;
}
.p-lp01-worry__column01__image > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__image > picture > img {
        max-height: 450px;
    }
}
.p-lp01-worry__column01__text {
    width: 55%;
    margin: 0 0 0 -100px;
}
@media (max-width: 1600px) {
    .p-lp01-worry__column01__text {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text {
        margin: -30px 0 0 0;
    }
}
.p-lp01-worry__column01__text__title {
    width: 60%;
    margin: 0 0 50px 0;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__title {
        position: absolute;
        top: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 50px);
        max-width: 400px;
    }
}
@media (max-width: 810px) {
    .p-lp01-worry__column01__text__title {
        top: 80px;
    }
}
.p-lp01-worry__column01__text__title img {
    width: 100%;
    object-fit: contain;
}
.p-lp01-worry__column01__text__lead > li {
    font-size: 21px;
    font-size: 1.3125rem;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 40px 0;
    line-height: 32px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial,
        "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 30px 0;
    }
}
@media (max-width: 810px) {
    .p-lp01-worry__column01__text__lead > li {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 25px;
    }
}
.p-lp01-worry__column01__text__lead > li .is-bubble {
    position: relative;
    display: inline-block;
    padding: 25px 40px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: black;
    font-weight: 600;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li .is-bubble {
        padding: 15px;
    }
}
.p-lp01-worry__column01__text__lead > li .is-bubble:not(:last-child) {
    margin: 0 60px 0 0;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li .is-bubble:not(:last-child) {
        margin: 0 0 30px 0;
    }
}
.p-lp01-worry__column01__text__lead > li .is-bubble::after {
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    bottom: -32px;
    width: 25px;
    height: 32px;
    background: url(../images/production_request/p-lp01-worry-ico-bubble.svg)
        no-repeat center/contain;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li .is-bubble::after {
        bottom: -19px;
        width: 15px;
        height: 19px;
        left: 30px;
    }
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li .is-bubble.is-reverse {
        max-height: 57px;
        margin: 0 0 0 auto;
    }
}
.p-lp01-worry__column01__text__lead > li .is-bubble.is-reverse::after {
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li .is-bubble.is-reverse::after {
        left: auto;
        right: 30px;
    }
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li:nth-child(odd) .is-bubble::after {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
}
.p-lp01-worry__column01__text__lead > li:nth-child(even) {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.p-lp01-worry__column01__text__lead > li:nth-child(even) .is-bubble::after {
    left: auto;
    right: 70px;
}
@media (max-width: 1200px) {
    .p-lp01-worry__column01__text__lead > li:nth-child(even) .is-bubble::after {
        right: 30px;
    }
}
.p-lp01-worry__column01__text__lead > li .is-strong {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    color: #f52454;
}
@media (max-width: 810px) {
    .p-lp01-worry__column01__text__lead > li .is-strong {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
.p-lp01-worry__column02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .p-lp01-worry__column02 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.p-lp01-worry__column02::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 2px;
    background: #fff;
    z-index: 0;
}
.p-lp01-worry__column02__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 16%;
    margin: 0 40px 0 0;
    z-index: 2;
}
@media (max-width: 767px) {
    .p-lp01-worry__column02__image {
        width: 25%;
        margin: 0;
    }
}
.p-lp01-worry__column02__lead {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.9;
    letter-spacing: 0.12em;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial,
        "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #fff;
}
@media (max-width: 767px) {
    .p-lp01-worry__column02__lead {
        font-size: 23px;
        font-size: 1.4375rem;
        margin: 0 0 30px 0;
        text-align: center;
    }
}
.p-lp01-why__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 30px 0;
}
@media (max-width: 1600px) {
    .p-lp01-why__list {
        gap: 12px;
    }
}
.p-lp01-strength__container01 {
    margin: 0 0 90px 0;
}
@media (max-width: 810px) {
    .p-lp01-strength__container01 {
        margin: 0 0 50px 0;
    }
}
.p-lp01-features {
    background: url(../images/production_request/p-lp01-features-bg01-pc.webp)
        no-repeat center/cover;
}
@media (max-width: 767px) {
    .p-lp01-features {
        background: url(../images/production_request/p-lp01-features-bg01-sp.webp)
            no-repeat center/cover;
    }
}
.p-lp01-features__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 46px;
}
@media (max-width: 1200px) {
    .p-lp01-features__list {
        gap: 40px;
    }
}
@media (max-width: 810px) {
    .p-lp01-features__list {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
    }
}
.p-lp01-menu {
    background: none;
}
.p-lp01-menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px 40px;
    margin: 0 0 100px 0;
}
@media (max-width: 810px) {
    .p-lp01-menu__list {
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
        margin: 0 0 50px 0;
    }
}
.p-lp01-voice {
    background: url(../images/production_request/p-lp01-voice-bg01-pc.webp)
        no-repeat center/cover;
}
@media (max-width: 767px) {
    .p-lp01-voice {
        background: url(../images/production_request/p-lp01-voice-bg01-sp.webp)
            no-repeat center/cover;
    }
}
.p-lp01-voice__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px 70px;
}
@media (max-width: 810px) {
    .p-lp01-voice__list {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}
.p-lp01-workflow__inner {
    max-width: 1700px;
    margin: 0 auto;
}
.p-lp01-workflow__image {
    margin: 0 0 120px;
}
@media (max-width: 1200px) {
    .p-lp01-workflow__image {
        margin: 0 0 90px;
    }
}
@media (max-width: 810px) {
    .p-lp01-workflow__image {
        width: 430px;
        max-width: 100%;
        margin: 0 auto 60px;
    }
}
.p-lp01-workflow__image > picture {
    display: block;
    width: 100%;
}
.p-lp01-workflow__image > picture > img {
    width: 100%;
}
.p-lp01-faq {
    background: url(../images/production_request/p-lp01-faq-bg01-pc.webp) repeat
        top/100%;
}
@media (max-width: 810px) {
    .p-lp01-faq {
        background: url(../images/production_request/p-lp01-faq-bg01-sp.webp)
            repeat top/100%;
    }
}
.p-lp01-faq__accordion {
    max-width: 680px;
    margin: 0 auto;
}
.p-lp01-faq__accordion__item {
    cursor: pointer;
}
.p-lp01-faq__accordion__item:not(:last-child) {
    margin: 0 0 15px 0;
}
@media (max-width: 810px) {
    .p-lp01-faq__accordion__item:not(:last-child) {
        margin: 0 0 5px 0;
    }
}
.p-lp01-faq__accordion__title {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px 15px;
    border-bottom: 1px solid #b9b6b6;
    cursor: pointer;
    transition: 0.3s;
}
@media (max-width: 810px) {
    .p-lp01-faq__accordion__title {
        min-height: 85px;
        padding: 20px 10px;
    }
}
.p-lp01-faq__accordion__title .is-question {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 20px 0 0;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #0a0a0a;
}
.p-lp01-faq__accordion__title > p {
    font-size: 16px;
    font-size: 1rem;
    width: calc(100% - 90px);
    margin: 3px 0 0 0;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #0a0a0a;
}
.p-lp01-faq__accordion__title::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 24px;
    background: url(../images/production_request/c-lp01-ico-arrow-black.svg)
        no-repeat center/contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.3s;
}
@media (max-width: 810px) {
    .p-lp01-faq__accordion__title::after {
        right: 15px;
        width: 10px;
        height: 20px;
    }
}
.p-lp01-faq__accordion__item.is-active .p-lp01-faq__accordion__title {
    background: #fff;
}
.p-lp01-faq__accordion__item.is-active .p-lp01-faq__accordion__title::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.p-lp01-faq__accordion__content {
    cursor: pointer;
}
.p-lp01-faq__accordion__content.is-open {
    display: block;
}
.p-lp01-faq__accordion__content__inner {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px 10px 15px;
}
@media (max-width: 810px) {
    .p-lp01-faq__accordion__content__inner {
        padding: 20px 10px 10px;
    }
}
.p-lp01-faq__accordion__content__inner > p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 2px 0 0 0;
    line-height: 1.4;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #0a0a0a;
}
.p-lp01-faq__accordion__content .is-answer {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 20px 0 0;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    color: #f52454;
}
.p-lp01-contact {
    position: relative;
    padding: 110px 0 90px;
}
@media (max-width: 1200px) {
    .p-lp01-contact {
        padding: 320px 0 120px;
    }
}
@media (max-width: 810px) {
    .p-lp01-contact {
        padding: 270px 0 120px;
    }
}
.p-lp01-contact.is-thanks {
    min-height: calc(100vh - 62px);
    padding: 180px 0 180px;
}
@media (max-width: 1200px) {
    .p-lp01-contact.is-thanks {
        padding: 100px 0 120px;
    }
}
@media (max-width: 767px) {
    .p-lp01-contact.is-thanks {
        padding: 110px 0 120px;
    }
}
.p-lp01-contact__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}
.p-lp01-contact__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .p-lp01-contact__column {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.p-lp01-contact__column__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 80px 0 0;
}
@media (max-width: 1600px) {
    .p-lp01-contact__column__text {
        margin: 0 40px 0 0;
    }
}
@media (max-width: 1200px) {
    .p-lp01-contact__column__text {
        margin: 0;
    }
}
.p-lp01-contact__title {
    text-align: left;
}
@media (max-width: 1200px) {
    .p-lp01-contact__title {
        text-align: center;
    }
}
.p-lp01-contact__title__wrap {
    margin: 0 0 80px 0;
}
@media (max-width: 1200px) {
    .p-lp01-contact__title__wrap {
        position: absolute;
        top: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 50px);
    }
}
.p-lp01-contact__lead {
    text-align: left;
}
@media (max-width: 1200px) {
    .p-lp01-contact__lead {
        text-align: center;
    }
}
.p-lp01-contact__lead .is-large {
    font-size: 26px;
    font-size: 1.625rem;
}
@media (max-width: 810px) {
    .p-lp01-contact__lead .is-large {
        font-size: 22px;
        font-size: 1.375rem;
    }
}
.p-lp01-contact__address__logo {
    display: block;
    width: 240px;
    max-width: calc(100% - 46px);
    margin: 0 0 40px;
    transition: 0.3s;
}
@media (max-width: 1200px) {
    .p-lp01-contact__address__logo {
        margin: 0 auto 35px;
    }
}
@media (any-hover: hover) {
    .p-lp01-contact__address__logo:hover {
        opacity: 0.7;
    }
}
.p-lp01-contact__address__logo.is-thanks {
    margin: 60px auto 40px;
}
@media (max-width: 810px) {
    .p-lp01-contact__address .p-lp01-section11__lead p {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .p-lp01-contact__address .p-lp01-section11__lead p.is-address {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
