@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/**
 * 全体的に断熱LPをベースにスタイルを定義。共通パーツでシロアリとスタイルが変わる場合、シロアリ専用のclassで出し分けている。
 */

/* ユーティリティクラス */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
@media (max-width: 781px) {
    .sp-text-left {
        text-align: left;
    }
    .sp-text-center {
        text-align: center;
    }
    .sp-text-right {
        text-align: right;
    }
}
.width-fit-content {
    width: -moz-fit-content;
    width: fit-content;
}
.border-bottom-primary {
    border-bottom: solid 2px var(--color_main) !important;
}
.border-bottom-gray {
    border-bottom: solid 2px #9BB2C2 !important;
}

.flex-center {
    display: flex !important;
    justify-content: center !important;
}

.pb180 {
    padding-bottom: 180px !important;
}
.mt-120 {
    margin-top: -120px !important;
}
@media (max-width: 960px) {
    .sp-pb90 {
        padding-bottom: 90px !important;
    }
    .mt-60 {
        margin-top: -60px !important;
    }
}

@media (max-width: 960px) {
    .sp-fz-28[class][class][class],
    .sp-fz-28[class][class][class] span {
        font-size: 28px !important;
    }
    .sp-fz-24,
    .sp-fz-24 span {
        font-size: 24px !important;
    }
    .sp-fz-20,
    .sp-fz-20 span {
        font-size: 20px !important;
    }
    .sp-fz-16,
    .sp-fz-16 span {
        font-size: 16px !important;
    }
}

.text-border-b-orange::after {
    content: "" !important;
    display: block;
    width: 70px;
    height: 3px;
    margin-top: 8px !important;
    background-color: #F09C18;
}
.text-border-b-orange.b-white::after {
    background-color: #fff;
}

.card-radius {
    border-radius: 20px;
}
.card-border-orange {
    border: solid 2px #F09C18;
}

@media (max-width: 960px) {
    .sp-br-hide br {
        display: none;
    }
}

/* Swellスタイル上書き */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */

@media (max-width: 940px) and (min-width: 600px) {
    .swell-block-fullWide__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* ボタン */
.swell-block-button__link {
    padding: 20px 10px !important;
    font-size: 20px;
}
@media (max-width: 960px) {
    .swell-block-button__link {
        width: 90% !important;
    }
}

/* LPの親のrelativeを上書き（ヘッダーのposition基準をbodyにしたいため） */
.lp-content__inner {
    position: static;
}

/* LP全体の親の上のpaddingを0に */
.lp-content__postContent {
    padding-top: 0 !important;
}

.swell-block-fullWide {
    overflow: hidden;
}

/* FAQ */
.swell-block-faq__item {
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 20px;
}
.swell-block-faq__item .faq_q {
    border-bottom: solid 1px #F2E5DC;
}
@media (max-width: 767px) {
    .faq-button {
        width: 100% !important;
    }
}


/* フッター */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */

/* まずは無料で断熱診断！ */
@media (max-width: 957px) {
    .footer-cv {
        gap: 20px !important;
    }
    .footer-cv > .wp-block-column:nth-of-type(1) > * {
        flex-wrap: nowrap !important;
    }
    .footer-cv > .wp-block-column:nth-of-type(1) > * > .wp-block-column:nth-of-type(1) { /* アイコン */
        flex: 0 0 auto !important;
        width: 80px;
    }
    .footer-cv > .wp-block-column:nth-of-type(1) > * > .wp-block-column:nth-of-type(2) { /* テキスト */
        flex: initial !important;
        width: 100%;
        margin: 0 !important;
    }
    .footer-cv > .wp-block-column:nth-of-type(1) > * > .wp-block-column:nth-of-type(2) span {
        font-size: 18px !important;
    }

    /* 電話メールアイコンとテキスト */
    .footer-cv > .wp-block-column:nth-of-type(2) {
        margin-top: 0 !important;
    }
    .footer-cv > .wp-block-column:nth-of-type(2) > * {
        flex-wrap: nowrap !important;
        align-items: center;
        gap: 12px !important;
    }
    .footer-cv > .wp-block-column:nth-of-type(2) > * > .wp-block-column:nth-of-type(1) { /* アイコン */
        flex: 0 0 auto !important;
        width: 40px;
    }
    .footer-cv > .wp-block-column:nth-of-type(2) > * > .wp-block-column:nth-of-type(2) { /* テキスト */
        flex: initial !important;
        width: 100%;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }
    .footer-cv > .wp-block-column:nth-of-type(2) > * > .wp-block-column:nth-of-type(2) span {
        font-size: 15px !important;
    }
}

/* お問い合わせの電話とメールのテキスト */
.footer-contact-text {
    grid-template-columns: 24px 1fr !important;
    gap: 10px !important;
}
.footer-contact-text [data-metadata] {
    display: none !important;
}

/* 最下部の他LPへのリンク */
.footer-page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
}
@media (max-width: 781px) {
    .footer-page-link {
        margin: 0;
    }
    .footer-page-link .wp-block-media-text__content {
        padding-left: 0 !important;
    }
}
.footer-page-link > .wp-block-media-text__media {
    width: 24px;
    height: 24px;
}

/* ヘッダー */
/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */
body.wp-admin .my-lp-header {
    position: static;
}
.my-lp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color .2s;
}
body[data-header-scrolled="true"] .my-lp-header {
    background-color: #fff;
}
.my-lp-header__drawer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1024px) {
    .my-lp-header__drawer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        background-color: #FFFFFF;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        transition: visibility .2s, opacity .2s;
    }
    .menu-open .my-lp-header__drawer {
        visibility: visible;
        opacity: 1;
    }
}

.my-lp-header__menu {
    margin-left: auto;
}
.my-lp-header__menu ul {
    display: flex;
    gap: 40px;
    list-style: none;
}
.my-lp-header__menu ul li a {
    color: #111;
    font-weight: bold;
    transition: color .2s;
}
body[data-header-scrolled="true"] .my-lp-header__menu ul li a {
    color: #111;
}
._shiroari .my-lp-header__menu ul li a {
    color: #111;
}
@media (max-width: 1380px) {
    .my-lp-header__menu ul {
        gap: 20px;
    }
    .my-lp-header__menu ul li a {
        font-size: 15px;
    }
}
@media (max-width: 1100px) {
    .my-lp-header__menu ul {
        gap: 15px;
    }
    .my-lp-header__menu ul li a {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .my-lp-header__menu {
        margin: 0;
        padding-top: 90px;
        align-items: center;
    }
    .my-lp-header__menu ul {
        flex-direction: column;
        gap: 32px;
        padding: 0;
    }
    .my-lp-header__menu ul li a {
        display: block;
        color: #111;
        text-align: center;
    }
}
.my-lp-header__cv {
    margin-left: 40px;
}
.my-lp-header__cv a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: var(--color_main);
    padding: 22px 40px;
    position: relative;
    border-radius: 0 0 0 24px;
}
.my-lp-header__cv a::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(./assets/img/icon-contact.svg) center / cover no-repeat;
}
@media (max-width: 1380px) {
    .my-lp-header__cv {
        margin-left: 30px;
    }
    .my-lp-header__cv a {
        padding: 22px 24px;
    }
}
@media (max-width: 1024px) {
    .my-lp-header__cv {
        display: flex;
        justify-content: center;
        margin: 32px 0 0;
        padding-bottom: 80px;
    }
    .my-lp-header__cv a {
        font-weight: bold;
        border-radius: 100vmax;
        min-width: 244px;
        padding: 15px 24px;
    }
}

.my-lp-header__sp-menu {
    display: none;
}
@media (max-width: 1024px) {
    .my-lp-header__sp-menu {
        display: block;
        width: 56px;
        height: 56px;
        background-color: #C95400;
        border: none !important;
        border-radius: 100vmax;
        position: fixed;
        top: 16px;
        right: 16px;
        z-index: 10000;
    }
    ._shiroari .my-lp-header__sp-menu {
        background-color: #EEE5FD;
    }
    .my-lp-header__sp-menu span,
    .my-lp-header__sp-menu::before,
    .my-lp-header__sp-menu::after {
        content: "";
        background-color: #fff;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        inset: 0;
        margin: auto;
        transition: opacity .2s, transform .2s;
    }
    ._shiroari .my-lp-header__sp-menu span,
    ._shiroari .my-lp-header__sp-menu::before,
    ._shiroari .my-lp-header__sp-menu::after {
        background-color: #111;
    }
    .my-lp-header__sp-menu::before {
        transform: translateY(-6px);
    }
    .my-lp-header__sp-menu::after {
        transform: translateY(6px);
    }
    .menu-open .my-lp-header__sp-menu span {
        opacity: 0;
    }
    .menu-open .my-lp-header__sp-menu::before {
        transform: translateY(0) rotate(-45deg);
    }
    .menu-open .my-lp-header__sp-menu::after {
        transform: translateY(0) rotate(45deg);
    }
}

/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* 断熱LP */
/* ************************************************************************************************ */
/* ************************************************************************************************ */

/* 見出し */
@media (max-width: 781px) {
    h2.is-style-section_ttl span {
        font-size: 28px !important;
    }
}

/* ボタンの縦幅を大きく */
.button-padding-y-lerge a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* FV */
/* **************************************************** */
.dannetsu-fv-logo img {
    object-fit: contain;
}
@media (max-width: 960px) {
    .dannetsu-fv-logo img {
        width: 100% !important;
        height: auto !important;
        transform: scale(1.1) !important;
    }
}

/* イントロ 見出し */
/* **************************************************** */
.intro-heading {
    position: relative;
}
.intro-heading::after {
    content: "REFORM" !important;
    color: rgba(200, 182, 173, 0.13);
    font-size: 200px;
    line-height: 1;
    font-family: serif;
    white-space: nowrap;
    position: absolute;
    top: -180%;
    left: -130px;
}
@media (max-width: 767px) {
    .intro-heading::after {
        display: none;
    }
}

/* こんなお悩みありませんか？ */
/* **************************************************** */
.example-trouble {
    font-size: 15px !important;
    padding: 16px !important;
    padding-right: 0 !important;
    border-radius: 20px;
    gap: 20px !important;
}
.example-trouble > .wp-block-column:nth-of-type(1) { /* 夏 */
    width: 64px;
    flex: 0 0 auto !important;
    > * {
        border-radius: 8px;
        width: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.example-trouble > .wp-block-column:nth-of-type(2) { /* チェックリストとイラストの親 */
    width: 100%;
    margin: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 781px) {
    .example-trouble > .wp-block-column:nth-of-type(2) { /* チェックリストとイラストの親 */
        padding-top: 0;
        padding-bottom: 0;
    }
}
.example-trouble > .wp-block-column:nth-of-type(2) > .wp-block-columns { /* チェックリストとイラストの親（flex） */
    gap: 0 !important;
}
.example-trouble > .wp-block-column:nth-of-type(2) > .wp-block-columns > .wp-block-column:nth-of-type(1) { /* チェックリストの親の親 */
    width: 100% !important;
    flex: initial !important;
}
.example-trouble > .wp-block-column:nth-of-type(2) > .wp-block-columns > .wp-block-column:nth-of-type(2) { /* イラスト */
    width: 120px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
    transform: translateY(36px);
}
@media (max-width: 781px) {
    .example-trouble > .wp-block-column:nth-of-type(2) > .wp-block-columns > .wp-block-column:nth-of-type(2) {
        width: 100% !important;
        margin-top: -20px !important;
        transform: translateY(16px);
    }
    .example-trouble > .wp-block-column:nth-of-type(2) > .wp-block-columns > .wp-block-column:nth-of-type(2) figure {
        display: flex;
        justify-content: flex-end;
    }
    .example-trouble > .wp-block-column:nth-of-type(2) > .wp-block-columns > .wp-block-column:nth-of-type(2) figure img {
        width: 120px !important;
    }
}

/* チェックリストの親 */
.solution-checklist {
    gap: 3% !important;
}
.solution-checklist * {
    margin: 0 !important;
}
.solution-checklist > .wp-block-column > .wp-block-columns {
    gap: 7px !important;
    flex-wrap: initial !important;
    margin-bottom: 15px !important;
}
/* チェックマーク */
.solution-checklist > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
    flex: 0 0 auto !important;
    width: 20px;
}
@media (max-width: 781px) {
    .solution-checklist {
        gap: 16px;
    }
    .solution-checklist > .wp-block-column[class][class][class][class][class] {
        margin-top: 0 !important;
    }
    .solution-checklist > .wp-block-column > .wp-block-columns > .wp-block-column:last-of-type {
        flex-basis: initial !important;
        margin-top: 0 !important;
        padding-top: 2px;
    }
}

/* そのお悩み断熱リフォームが解決します！ */
/* **************************************************** */
/* 三角形 */
.solution-title {
    position: relative;
    overflow: visible;
}
.solution-title::after {
    content: "";
    position: relative;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 62px;
    height: 40px;
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #3E2507;
}

@media (max-width: 781px) {
    .solution-section {
        padding-bottom: 80px;
    }
    .solution-section-heading {
        padding-top: 60px !important;
        margin-bottom: 30px !important;
    }
}

/* 断熱リフォームを施行すると */
/* **************************************************** */
.benefit-box {
    border-radius: 20px;
}
/* .benefit-box .benefit-box-content {
} */
.benefit-box .benefit-box-content .benefit-box-header {
    gap: 20px !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}
.benefit-box .benefit-box-content .benefit-box-header > .wp-block-column:nth-of-type(1) { /* 夏 */
    flex: 0 0 auto !important;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--color_main) !important; */
}
.benefit-box .benefit-box-content .benefit-box-header > .wp-block-column:nth-of-type(1) > * {
    padding: 0;
}
.benefit-box .benefit-box-content .benefit-box-header > .wp-block-column:nth-of-type(2) { /* 見出し */
    display: flex;
    margin: 0 !important;
}
.benefit-box .benefit-box-content .benefit-box-header > .wp-block-column:nth-of-type(2) > * {
    border-bottom: solid 2px var(--color_main);
}
.benefit-box .benefit-box-img {
    margin: 0 !important;
}
.benefit-box .benefit-box-img * {
    width: 100% !important;
}
.benefit-box .benefit-box-img img {
    max-width: 300px !important;
}

/* 断熱リフォームが選ばれる理由 */
/* **************************************************** */
.reason-section {
    position: relative;
}
.reason-section::after {
    content: "REASON";
    color: rgba(200, 182, 173, 0.13);
    font-size: 200px;
    line-height: 1;
    font-family: serif;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 960px) {
    .reason-section::after {
        display: none;
    }
    .reason-checklist > .wp-block-columns {
        display: flex;
        flex-wrap: nowrap !important;
        gap: 20px !important;
    }
    .reason-checklist > .wp-block-columns > .wp-block-column:nth-of-type(1) { /* チェックマーク */
        flex: 0 0 auto !important;
        width: 20px !important;
    }
    .reason-checklist > .wp-block-columns > .wp-block-column:nth-of-type(2) { /* 文字 */
        width: 100% !important;
        margin: 0 !important;
        flex: initial !important;
    }
    .reason-img-parent > .wp-block-columns {
        gap: 0 !important;
    }
    .reason-img-parent > .wp-block-columns > .wp-block-column:last-child {
        margin-top: 15px !important;
    }
    .reason-img-parent img {
        width: 100% !important;
    }
}

/* 対応エリア */
/* **************************************************** */
.area-heading {
    position: relative;
}
.area-heading::after {
    content: "SERVICE" !important;
    color: rgba(200, 182, 173, 0.13);
    font-size: 200px;
    line-height: 1;
    font-family: serif;
    white-space: nowrap;
    position: absolute;
    top: -80px;
    right: -310px;
}
@media (max-width: 767px) {
    .area-heading::after {
        display: none;
    }
}

/* 施工事例・お客様の声 */
/* **************************************************** */
@media (max-width: 781px) {
    .works-title {
        margin-top: 60px !important;
    }
    .works-before-after-triagnle img {
        display: block;
        transform: rotate(90deg);
        width: 20px;
        margin: auto;
    }
}



/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* シロアリLP */
/* ************************************************************************************************ */
/* ************************************************************************************************ */

.section-radius-right {
    border-radius: 0 100px 0 0;
}
@media (max-width: 960px) {
    .section-radius-right {
        border-radius: 0 30px 0 0;
    }
}
.section-radius-left {
    border-radius: 100px 0 0 0;
}
@media (max-width: 960px) {
    .section-radius-left {
        border-radius: 30px 0 0 0;
    }
}

/* FV */
/* **************************************************** */
@media (max-width: 767px) {
    .shiroari-fv-wrap {
        flex-direction: column-reverse !important;
        padding: 0 20px;
    }
    .shiroari-fv-wrap > .wp-block-column:nth-of-type(1) {
        margin-top: -80px !important;
    }
}


/* イントロ */
/* **************************************************** */
.shiroari-intro-section {
    padding-top: 0 !important;
    margin-top: -80px !important;
}
@media (max-width: 960px) {
    .shiroari-intro-section {
        margin-top: 0 !important;
    }
}

.shiroari-intro-heading {
    overflow: hidden;
    position: relative;
}
.shiroari-intro-heading::after {
    content: "" !important;
    background-color: #000;
    border-radius: 3px;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.shiroari-intro-heading strong {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    background: inherit;
}
@media (max-width: 767px) {
    .shiroari-intro-heading::after {
        display: none;
    }
    .shiroari-intro-heading strong {
        padding: 0;
    }
}

.shiroari-intro-bottom-heading {
    position: relative;
    overflow: visible;
}
.shiroari-intro-bottom-heading::after {
    content: "" !important;
    width: 72px;
    height: 48px;
    position: absolute;
    inset: auto 0;
    bottom: -47px;
    margin: auto;
    background-color: #EEE5FD;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 960px) {
    .shiroari-intro-bottom-heading {
        padding: 50px 20px !important;
    }
    .shiroari-intro-bottom-heading * {
        font-size: 20px !important;
    }
    .shiroari-intro-bottom-heading::after {
        width: 40px;
        height: 30px;
        bottom: -29px;
    }
}

/* こんな症状があればご相談くださいの各チェックのカード */
.shiroari-intro-bottom-check-parent > * > * {
    background-color: #fff;
    border: solid 3px #F09C18;
    border-radius: 20px;
    padding: 20px 10px !important;
}
.shiroari-intro-bottom-check-parent > * > * img {
    width: 50px;
}

/* シロアリ被害 */
/* **************************************************** */
.shiroari-higai-heading {
    border-radius: 20px;
    max-width: var(--article_size) !important;
    margin: 0 auto !important;
    position: static;
}
@media (max-width: 960px) {
    .shiroari-higai-heading {
        width: calc(100% - 40px) !important;
        padding: 30px 10px !important;
    }
    .shiroari-higai-heading * {
        font-size: 20px !important;
    }
}

/* 診断の流れ */
/* **************************************************** */
.shiroari-flow-card-wrap > * > * {
    background: #EEE5FD;
    border-radius: 20px;
    padding: 20px 15px !important;
}
.shiroari-flow-card-wrap > * > * .swell-block-fullWide{
    padding: 0 !important;
}

/* FAQ */
/* **************************************************** */
.shiroari-faq[data-a=fill-main] .faq_a:before, .shiroari-faq[data-q=fill-main] .faq_q:before {
    background-color: #f09c18;
}
.shiroari-faq[data-a=col-main] .faq_a:before, .shiroari-faq[data-q=col-main] .faq_q:before {
    color: #f09c18;
}

/* 対象エリア */
/* **************************************************** */
.shiroari-area-section > .swell-block-fullWide__inner {
    position: relative;
}
.shiroari-area-section > .swell-block-fullWide__inner::after {
    content: "SERVICE" !important;
    transform: rotate(-90deg);
    position: absolute;
    top: 190px;
    right: -400px;
    font-size: 160px;
    line-height: 1;
    color: rgba(240, 157, 24, 0.1);
}

/* シロアリフォームのあしらい */
/* **************************************************** */
.shiroari-faq-section + .wpcf7 {
    position: relative;
}
.shiroari-faq-section + .wpcf7::before {
    content: "CONTACT" !important;
    transform: rotate(-90deg);
    position: absolute;
    top: 340px;
    left: -460px;
    font-size: 160px;
    line-height: 1;
    color: rgba(240, 157, 24, 0.1);
}







/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* フォーム */
/* ************************************************************************************************ */
/* ************************************************************************************************ */

.wpcf7-form {
    padding: 80px 0;
}
@media (max-width: 767px) {
    .wpcf7-form {
        padding: 40px 0;
    }
}

.form-header {
    position: relative;
}
.form-header h2 {
    font-size: 40px !important;
    margin-bottom: 40px !important;
}
.form-header p {
    position: absolute;
    color: rgba(200, 182, 173, 0.13);
    font-size: 200px;
    line-height: 1;
    font-family: serif;
    white-space: nowrap;
    position: absolute;
    top: -180%;
    left: -130px;
}
@media (max-width: 900px) {
    .form-header {
        overflow: hidden;
    }
    .form-header h2 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    .form-header p {
        display: none;
    }
}

.form-desc {
    margin-top: -20px;
    padding-bottom: 20px;
}
@media (max-width: 900px) {
    .form-desc {
        font-size: 14px;
        margin-top: 0;
        padding-bottom: 10px;
    }
}

.p-contact-form {
    position: relative;
    z-index: 1;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=number],
.p-contact-form select,
.p-contact-form textarea {
    background-color: #fff;
    border: 1px solid #D5D5D5;
    padding: 8px 16px;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
}
.p-contact-form select {
    background: #fff url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.2902 9.81002C17.1977 9.71732 17.0878 9.64377 16.9668 9.59359C16.8459 9.54341 16.7162 9.51758 16.5852 9.51758C16.4543 9.51758 16.3246 9.54341 16.2036 9.59359C16.0826 9.64377 15.9727 9.71732 15.8802 9.81002L12.0002 13.69L8.12022 9.81002C7.93324 9.62304 7.67965 9.518 7.41522 9.518C7.1508 9.518 6.8972 9.62304 6.71022 9.81002C6.52324 9.997 6.4182 10.2506 6.4182 10.515C6.4182 10.7794 6.52324 11.033 6.71022 11.22L11.3002 15.81C11.3927 15.9027 11.5026 15.9763 11.6236 16.0265C11.7446 16.0766 11.8743 16.1025 12.0052 16.1025C12.1362 16.1025 12.2659 16.0766 12.3868 16.0265C12.5078 15.9763 12.6177 15.9027 12.7102 15.81L17.3002 11.22C17.6802 10.84 17.6802 10.2 17.2902 9.81002Z" fill="%23111111"/></svg>') right 16px center / 24px no-repeat;
    padding-right: 40px;
    width: 50%;
}
.p-contact-form input[type=text]::placeholder,
.p-contact-form input[type=email]::placeholder,
.p-contact-form input[type=number]::placeholder,
.p-contact-form select::placeholder,
.p-contact-form textarea::placeholder {
    color: #C8C8C8;
}
.p-contact-form input[type=text].wpcf7-not-valid,
.p-contact-form input[type=email].wpcf7-not-valid,
.p-contact-form input[type=number].wpcf7-not-valid,
.p-contact-form textarea.wpcf7-not-valid {
    border-color: #CD0E02;
}
.p-contact-form textarea {
    height: 172px;
}
.p-contact-form input[type=submit] {
    font-weight: 700;
    font-size: 24px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    max-width: 600px;
    width: 100%;
    padding: 18px 0;
    position: relative;
    background: #C95400;
    color: #fff;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9123 14.3206L9.46294 4.3644C9.28858 4.19819 9.05694 4.10547 8.81606 4.10547C8.57518 4.10547 8.34354 4.19819 8.16919 4.3644L8.15794 4.37565C8.07312 4.45622 8.00558 4.55321 7.95943 4.66071C7.91328 4.76821 7.88948 4.88397 7.88948 5.00096C7.88948 5.11795 7.91328 5.23371 7.95943 5.34121C8.00558 5.44871 8.07312 5.5457 8.15794 5.62627L17.9979 15.0013L8.15794 24.3725C8.07312 24.4531 8.00558 24.5501 7.95943 24.6576C7.91328 24.7651 7.88948 24.8808 7.88948 24.9978C7.88948 25.1148 7.91328 25.2306 7.95943 25.3381C8.00558 25.4456 8.07312 25.5426 8.15794 25.6231L8.16919 25.6344C8.34354 25.8006 8.57518 25.8933 8.81606 25.8933C9.05694 25.8933 9.28858 25.8006 9.46294 25.6344L19.9123 15.6781C20.0042 15.5906 20.0774 15.4853 20.1274 15.3686C20.1773 15.2519 20.2031 15.1263 20.2031 14.9994C20.2031 14.8725 20.1773 14.7469 20.1274 14.6302C20.0774 14.5135 20.0042 14.4082 19.9123 14.3206Z" fill="white"/></svg>');
    background-position: center right 40px;
    background-size: 30px;
    background-repeat: no-repeat;
}
._shiroari.p-contact-form input[type=submit] {
    background-color: #F09C18;
}
@media (max-width: 767px) {
    .p-contact-form input[type=submit] {
        font-size: 18px;
        padding: 14px 0;
        background-position: center right 12px;
        background-size: 20px;
    }
}
.p-contact-form input[type=submit]:hover {
    opacity: 0.8;
}
.p-contact-form .underline>span {
    display: inline;
}
.p-contact-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-contact-form .wpcf7-not-valid-tip {
    color: #CD0E02;
    font-size: 13px;
}
.p-contact-form .wpcf7-list-item {
    margin: 0;
}
.p-contact-form form.sent .wpcf7-response-output {
    border-color: #3ab093;
    color: #3ab093;
    font-weight: 700;
    text-align: center;
}
.p-contact-form form.invalid .wpcf7-response-output,
.p-contact-form form.unaccepted .wpcf7-response-output {
    border-color: #CD0E02;
    color: #CD0E02;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    padding: 24px 12px;
}
.p-contact-form .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    gap: 8px;
    align-items: center;
}
.p-contact-form .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a>span {
    font-weight: 700;
}
.p-contact-form__row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #EAEAEA;
}
@media (max-width: 767px) {
    .p-contact-form__row {
        display: block;
        border-bottom: none;
    }
}
.p-contact-form__head {
    padding: 16px;
    width: 252px;
    vertical-align: top;
    font-size: 16px;
    background-color: #F8F3F0;
    font-weight: 700;
    display: flex;
    align-items: center;
}
._shiroari .p-contact-form__head {
    background-color: #FFFBED;
}
@media (max-width: 767px) {
    .p-contact-form__head {
        width: 100%;
        padding: 12px 12px;
        font-size: 15px;
    }
}
.p-contact-form__head-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p-contact-form__data {
    flex: 1;
    padding: 16px 0 16px 24px;
}
@media (max-width: 767px) {
    .p-contact-form__data {
        padding: 8px 0 24px;
    }
}
@media (max-width: 767px) {
    .p-contact-form__data-column label {
        font-size: 14px;
        padding-bottom: 3px;
    }
}
.p-contact-form__data-column:not(:last-child) {
    margin-bottom: 16px;
}
.p-contact-form__data-column.flex-column {
    flex-direction: column;
}
.p-contact-form__required {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    background-color: #CD0E02;
    text-align: center;
    display: inline-block;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 24px;
    line-height: 24px;
    margin-left: 16px;
    border-radius: 4px;
}
.p-contact-form__required._any {
    background-color: #9e9e9e;
}
._shiroari .p-contact-form__required {
    background-color: #F09C18;
}
._shiroari .p-contact-form__required._any {
    background-color: #9e9e9e;
}
@media (max-width: 767px) {
    .p-contact-form__required {
        font-size: 13px;
        min-width: auto;
        padding: 1px 8px;
        margin-left: 8px;
    }
}
.p-contact-form__note {
    margin-top: 33px;
    text-align: center;
}
.p-contact-form__accept {
    text-align: center;
}
.p-contact-form__send {
    margin-top: 32px;
    text-align: center;
    position: relative;
}
.wpcf7 .wpcf7-submit:disabled {
    pointer-events: none;
    opacity: 0.4;
}

.p-contact-form__line {
    display: inline-block;
}
.p-contact-form__accept label {
    cursor: pointer;
}
.p-contact-form__accept input {
    position: absolute;
    opacity: 0;
}
.p-contact-form__accept input+span {
    padding-left: 33px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1.5;
}

.p-contact-form__accept input+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: solid 1px #000;
    background-color: #fff;
    width: 20px;
    height: 20px;
}
.p-contact-form__accept input:checked+span::before {
    background: #fff url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" width="20" height="20" fill="white"/><path d="M4.5 10.2002L8.5 14.7002L16.5 5.2002" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / cover no-repeat;
}

.p-contact-form__privacy {
    margin-top: 40px;
    margin-bottom: 32px;
}
.p-contact-form__privacy-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .p-contact-form__privacy {
        margin-top: 0;
    }
    .p-contact-form__privacy-heading {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
.p-contact-form__privacy-box {
    border-radius: 20px;
    height: 312px;
    border: 2px solid #C95400;
    overflow: scroll;
    padding: 50px 40px;
}
._shiroari .p-contact-form__privacy-box {
    border-color: #F09C18;
}
@media (max-width: 767px) {
    .p-contact-form__privacy-box {
        padding: 20px;
        font-size: 14px;
        border-radius: 10px;
    }
}
.p-contact-form__privacy-box>div {
    margin-bottom: 1em;
}
.p-contact-form__privacy-box p {
    line-height: 1.5;
}
.p-contact-form__privacy-text {
    margin-bottom: 16px;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    padding: 1.5em 1em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #b2000d;
    background-color: rgba(255, 0, 0, 0.15);
    border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #267d2e;
    background: rgb(70 180 80 / 17%);
    border: none;
}