@charset "UTF-8";
/*
Theme Name:BLAZE child
Description:WordPressテーマ「BLAZE」の自作子テーマです。
Template:blaze_tcd120
Version:1.0
*/

/*-----BLAZE service調整-----*/
.p-service-cards-item_desc {
    display: none;
}
.p-service-cards-item__chatch {
    --tcd-line-clamp: inherit;
}
/*-----見出し-----*/
h2.wp-block-heading {
    padding: .5em .7em !important;
    border-left: 5px solid #fe6500 !important;
    text-align: left !important;
}
h3.wp-block-heading {
    padding: .5em .7em !important;
    background-color: #f2f2f2 !important;
}
:is(.tcdce-body, .editor-styles-wrapper) * + h3 {
    margin-top: 0 !important;
}
/*-----引用ブロック-----*/
.wp-block-quote {
    border-left: 5px solid #fe6500 !important;
}
/*-----ヘッダー-----*/
[data-header-bar-transparent]:hover {
    --tcd-header-base-bg-color: #fff;
    --tcd-header-base-font-color: #000;
}
[data-header-bar-transparent][data-sticky-header="1"].is-pre-scroll-sticky {
    --tcd-header-base-bg-color: #fff;
    --tcd-header-base-font-color: #000;
}
[data-header-bar-transparent] {
    --tcd-header-base-filter: inherit;
}
.p-header-bar--sub {
    background-color: #fff !important;
    color: #000;
}
/*-----TOPページ-----*/
#works .wp-element-button, #recruit .wp-element-button {
    width: fit-content;
    min-width: 300px !important;
    height: 70px;
}
#works .wp-block-button__link, #recruit .wp-block-button__link {
    background-color: #fff;
}
/*-----コンタクトフォーム-----*/
.wpcf7 {
    background: #fff !important;
    border: unset !important;
    margin: 0 auto 2.5em !important;
    width: 70% !important;
}
.wpcf7 form {
    margin: 0 !important;
}
.wpcf7 .need {
    color: #dc3232;
    font-size: 13px;
    font-weight: bold;
    padding-left: 3px;
}
.wpcf7 th, .wpcf7 td {
    border: unset !important;
    padding: 0 !important;
}
.wpcf7 th {
    background: #fff;
    border: unset;
    display: block;
    text-align: left;
    padding-top: 5px;
    padding: 0 !important;
}
.wpcf7 p {
    margin-bottom: 0 !important;
    padding: 8px;
}
.wpcf7 th p {
    border-top: 1px solid #000;
    padding-top: .5em;
}
.wpcf7 td {
    border: unset;
    display: block;
    padding-bottom: 1em !important;
}
.wpcf7 td p {
    padding: 0;
}
.wpcf7 input {
    padding-inline: 8px !important;
}
.wpcf7 input, .wpcf7 textarea {
    box-sizing: border-box;
    width: 100%;
    border: unset !important;
    line-height: 1.4;
    background-color: #ffe8d9;
}
.wpcf7 textarea {
    resize: vertical;
    padding: 8px !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    border: unset;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 .wpcf7-radio {
    flex-direction: column !important;
    gap: 0 !important;
    padding-left: 1em;
    display: block;
    margin-top: 0 !important;
    margin-bottom: .5em;
}
.wpcf7 .privacy {
    text-align: center;
    margin: 40px 20px;
}
.wpcf7 .privacy a {
    color: #fe6500;
}
.wpcf7 .privacy .wpcf7-list-item {
    margin-top: 20px;
    display: block !important;
}
.wpcf7 .privacy label .wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
}
.wpcf7 .wpcf7-submit {
    margin: 0 auto 16px;
    background-color: #000 !important;
    transition: .3s;
    width: 250px;
}
.wpcf7 .wpcf7-submit:hover {
    background-color: #fe6500 !important;
    opacity: .8;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed !important;
    background-color: #e4e4e4 !important;
    opacity: 1;
    color: #a2a2a2;
}
.wpcf7 .privacy .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.wpcf7 .privacy input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block !important;
    width: 13px;
    height: 6px;
    border-top: 3px solid #fe6500;
    border-right: 3px solid #fe6500;
    transform: rotate(135deg);
    position: absolute;
    left: 2px;
    top: 6px;
}
.wpcf7 .privacy input[type="checkbox"] {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    padding-bottom: 40px;
    margin: 0;
}
.wpcf7 input[type=radio] {
    width: 8px;
}
.wpcf7 .wpcf7-radio label:before {
    width: 1em !important;
    height: 1em !important;
}


@media screen and (max-width: 768px) {
    .wpcf7 {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    #works .wp-element-button, #recruit .wp-element-button {
        min-width: 240px !important;
        height: 60px;
        font-size: 14px;
    }
}