/* page-bear-container.php専用CSS */
body {
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.6;
}

.sp-layout {
    display: none;
}

.section-ttl {
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
}

.section-ttl-en {
    font-size: 45px;
}

.section-ttl-jp {
    font-size: 24px;
}

@media screen and (width < 769px) {
    body {
        font-size: 14px;
    }

    .pc-layout {
        display: none;
    }

    .sp-layout {
        display: block;
    }

    .section-ttl-en {
        font-size: 40px;
    }

    .section-ttl-jp {
        font-size: 20px;
    }
}

/* FV */
.bear-fv-section {
    background-image: url(../img/bear-lp/bear_lp_fv_pc.png) !important;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.bear-fv-section .bear-fv-wrapper {
    max-width: 1600px;
    width: 60%;
    background: rgba(0, 0, 0, 0.52);
    padding: 100px 0;
    padding-left: 8%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}

.bear-fv-section .fv-logo {
    width: 40%;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}


.bear-fv-section .fv-text {
    width: 60%;
    position: relative;
    z-index: 10;
}
.bear-fv-section .fv-text2 {
    width: 60%;
    margin-bottom: 40px;
}

 /* 画面サイズ 769px未満＝768px以下の時*/

@media screen and (width < 769px) {
    .bear-fv-section {
        background-image: url(../img/bear-lp/bear_lp_fv_sp.png) !important;
        background-size: cover;
        position: relative;
    }

    .bear-fv-section .bear-fv-wrapper {
        width: 100%;
        background: rgba(0, 0, 0, 0.52);
        padding: 20px 5%;
        min-height: 50vh;
        position: relative;
        clip-path: polygon(0 20%, 100% 80%, 100% 100%, 0 100%);
    }

    .bear-fv-section .fv-logo {
        position: absolute;
        right: 5%;
        top: 20px;
        margin-bottom: 0;
        width: 60%;
    }

    .bear-fv-section .fv-text {
        position: absolute;
        left: 8%;
        bottom: 8%;
        width: 60%;
        max-width: 400px;
    }

}

/* CTAセクション */
.cta-section {
    background-color: #3E5E3E;
}

.cta-wrapper {
    max-width: 1600px;
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.cta-wrapper h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.cta-wrapper .cta-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}

.cta-wrapper .btn-top-text {
    color: #fff;
    margin-bottom: 20px;
}

/* ボタンデザイン */
.cta-wrapper .cta-btn-wrap a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 50px;
    border-radius: 100px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cta-wrapper a img {
    width: auto;
    height: 45px;
}

/* ボタン矢印 */
.cta-wrapper .cta-btn-wrap a::before {
    border-right: 2px solid #3E5E3E;
    border-top: 2px solid #3E5E3E;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg);
}

.cta-wrapper .cta-btn-wrap .cta-btn-right a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

/* ホバーアニメーション */
.cta-wrapper .cta-btn-wrap a:hover {
    transform: scale(1.1, 1.1);
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    .cta-wrapper {
        width: 100%;
        padding: 50px 5%;
    }

    .cta-wrapper h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .cta-wrapper .cta-btn-wrap {
        flex-direction: column;
        gap: 25px;
    }
}

.bg-white {
    background: #fff;
}

.bg-orange {
    background: #D96B2B;
}

.text-green {
    color: #3E5E3E;
}

.text-white {
    color: #fff;
}

/* お悩みセクション */
.problem-section {
    background-image: url(../img/bear-lp/problem_bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 100vh;
    overflow: hidden;
}

.problem-section .problem-wrapper {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-left: 8%;
    align-items: center;
}

.problem-section .problem-wrapper img.pc-layout {
    width: 65vw;
}

.problem-section h2 {
    line-height: 1.8;
    margin-bottom: 50px;
    font-size: 24px;
}

.problem-section .problem-contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.problem-section .problem-contents svg {
    vertical-align: bottom;
}

/* チェックマーク */
.problem-section .checkmark {
    position: relative;
    padding-left: 30px;
    display: block;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.problem-section .checkmark::before,
.problem-section .checkmark::after {
    content: "";
    position: absolute;
    display: block;
}

.problem-section .checkmark::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 2px solid #FFF600;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.problem-section .checkmark::after {
    border-left: 2px solid #FFF600;
    border-bottom: 2px solid #FFF600;
    width: 15px;
    height: 5px;
    left: 5px;
    top: 10px;
    transform: translateY(-65%) rotate(-45deg);
}

.text-yellow {
    color: #FFF600;
}

.text-orange {
    color: #D96B2B;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 1400px) {
    .problem-section {
        background-image: url(../img/bear-lp/problem_bg_sp.png);
        padding-bottom: 8%;
        max-height: none;
    }

    .problem-section img.pc-layout {
        display: none;
    }

    .problem-section img.sp-layout {
        display: block;
    }

    .problem-section .problem-wrapper {
        flex-direction: column;
        gap: 50px;
        flex-direction: column;
        gap: 50px;
        padding: 0 5%;
        padding-top: 50px;
    }

    .problem-section h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .problem-section h2 br {
        display: none;
    }
    .problem-section .problem-contents {
        flex-direction: column;
        gap: 25px;
        width: 100%;
        max-width: 100%;
    }

    .problem-section .problem-wrapper .problem-text {
        overflow-wrap: break-word;
    }
}

/* 解決セクション */
.solution-section {
    padding: 100px 0;
}

.solution-section .solution-wrapper {
    max-width: 1600px;
    width: 70%;
    margin: 0 auto;
}

.solution-section .solution-ttl {
    text-align: center;
    margin-bottom: 40px;
}

.solution-section .solution-ttl h2 {
    font-size: 34px;
    font-weight: bold;
    margin: 30px 0 80px;
    letter-spacing: 0.1em;
}

.solution-section .anxious {
    background: #000;
    color: #fff;
    border-radius: 100px;
    padding: 10px 15px;
    font-size: 20px;
}

.text-small {
    font-size: 28px;
}

.solution-section .solution-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 100px;
    align-items: stretch;
}

.solution-section .solution-box .box {
    position: relative;
    background: #fff;
    width: 350px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-section .solution-box .box-number {
    position: absolute;
    font-size: 55px;
    font-weight: bold;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.solution-section .solution-box .box-ttl {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #D96B2B;
    padding-bottom: 10px;
    margin: 0 auto;
}

.solution-section .solution-box .solution-text {
    text-align: left;
}

.solution-section .solution-box p {
    margin: 25px 0;
    flex-grow: 0;
}

.solution-section .solution-box .box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.solution-section .structure {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    line-height: 1.8;
}

.solution-section .structure img {
    width: 60%;
}

.solution-section .structure h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    .solution-section {
        padding: 50px 0;
    }

    .solution-section .solution-wrapper {
        width: 100%;
        padding: 0 5%;
    }

    .solution-section .solution-ttl h2 {
        font-size: 26px;
    }

    .solution-section .anxious {
        border-radius: 100px;
        padding: 10px 15px;
        font-size: 18px;
    }

    .solution-section .solution-box {
        flex-direction: column;
        gap: 50px;
    }

    .solution-section .solution-box .box {
        width: 100%;
    }

    .solution-section .solution-box .box-number {
        font-size: 45px;
    }

    .solution-section .structure {
        flex-direction: column;
    }

    .solution-section .structure h3 {
        font-size: 18px;
    }

    .solution-section .structure img {
        width: 100%;
    }

    .text-small {
        font-size: 20px;
    }

}

/* Sceneセクション */
.scene-section {
    background: #FAFAFA;
}

.scene-section .scene-wrapper {
    max-width: 1600px;
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
}

.section-ttl {
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
}

.scene-section .scene-wrapper p {
    text-align: center;
    margin-bottom: 50px;
}

.scene-section .scene-box-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 850px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.scene-section .scene-box {
    background: #fff;
    border-radius: 10px;
    width: 370px;
}

.scene-section .scene-box .location {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 25px 20px;
}

.scene-section .scene-box .location img {
    width: 15px;
}

.scene-section .scene-box .location span {
    font-weight: bold;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    .scene-section .scene-wrapper {
        width: 100%;
        padding: 50px 5%;
    }

    .scene-section .scene-box-wrap {
        flex-direction: column;
        gap: 25px;
        max-width: 100%;
    }

    .scene-section .scene-box {
        width: 100%;
    }
}

/* CTA2セクション */
.cta-section .cta-wrapper .cta2-text {
    font-size: 25px;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    .cta-section .cta-wrapper .cta2-text {
        font-size: 20px;
    }
}

/* Processセクション */
.process-section {
    padding: 50px 0;
    background: #FAFAFA;
}

.process-section .process-wrapper {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
}

.process-section .process-section-ttl {
    margin-bottom: 100px;
}

.process-section .process-box-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.process-section .process-box {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 45px 20px 40px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
}

.process-section .process-box .process-number {
    position: absolute;
    top: -30px;
    background: #D96B2B;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
}

.process-section .process-box img {
    width: 30%;
    margin: 0 auto 20px;
    flex-shrink: 0;
}

.process-section .process-ttl {
    font-weight: bold;
    font-size: 18px;
    color: #D96B2B;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.process-section .process-box p {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-section .arrow-right {
    display: flex;
    align-items: center;
    color: #6B6B6B;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.6em 1em;
    border-left-color: currentColor;
    border-right: 0;
    align-self: center;
}

/* 画面サイズ 1081px未満＝1080px以下の時*/
@media screen and (width < 1081px) {
    .process-section .process-wrapper {
        width: 100%;
        padding: 0 5%;
    }

    .process-section .process-box-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .process-section .process-section-ttl {
        margin-bottom: 50px;
    }

    .process-section .arrow-bottom {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 1em 0.6em;
        border-top-color: currentColor;
        border-bottom: 0;
    }

    .sp-margin-top {
        margin-top: 30px;
    }

    .process-section .process-box img {
        width: 25%;
    }

    .process-section .process-box {
        width: 100%;
    }
}

/*FAQセクション */
.faq-section {
    padding: 50px 0;
    background-color: #fff;
}

.faq-section .faq-wrapper {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
}

.faq-section .faq-contents {
    display: flex;
    flex-direction: column;
}

.faq-section .faq-contents .faq-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #C6C6C6;
    padding: 25px 0;
}

.faq-section .faq-contents .faq-box:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.faq-section .question,
.answer {
    display: flex;
    align-items: center;
}

.faq-section .faq-box .question {
    font-weight: bold;
    font-size: 18px;
}

.faq-section .faq-box span {
    font-weight: bold;
    margin-right: 15px;
    padding: 3px 10px;
    color: #fff;
    background: #D96B2B;
    border-radius: 5px;
    font-size: 18px;
}

.faq-section .answer span {
    background: #010101;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    .faq-section .faq-wrapper {
        width: 100%;
        padding: 0 5%;
    }

    .faq-section .faq-box .question {
        font-weight: bold;
        font-size: 16px;
    }

    .faq-section .faq-box span {
        font-size: 16px;
    }

    .faq-section .faq-contents .faq-box {
        gap: 15px;
        padding: 20px 0;
    }

}

/* CONTACTセクション */
.contact-section {
    padding: 50px 0;
    background-color: #FAFAFA;
}

.contact-section .contact-wrapper {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
}

.contact-section .contact-ttl {
    margin-bottom: 80px;
    text-align: center;
}

.contact-section .form-box-wrap {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
    gap: 25px;
}

.contact-section .form-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-section .form-box label {
    font-size: 18px;
    font-weight: bold;
}

.contact-section .form-box .required {
    color: #fff;
    background: #D96B2B;
    padding: 3px 12px;
    border-radius: 100px;
    font-size: 12px;
    margin-right: 10px;
}

.contact-section .form-box .option {
    color: #fff;
    background: #B7B7B7;
    padding: 3px 12px;
    border-radius: 100px;
    font-size: 12px;
    margin-right: 10px;
}

.contact-section .form-box input,
select,
textarea {
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid #D4D4D4;
}

.contact-section .form-box select {
    width: 200px;
}

.contact-section .checkbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.contact-section .checkbox {
    width: fit-content;
    display: grid;
    grid-template-columns: auto 1fr;
    /* auto はアイコン、1fr はラベル文字列を想定 */
    gap: 10px;
    font-weight: normal !important;
    line-height: 1.5;
    font-size: 16px !important;
}

.contact-section .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #D4D4D4;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    position: relative;
    padding: 0px;
}

.contact-section .checkbox input[type="checkbox"]:checked {
    background-color: #D96B2B;
    border-color: #D96B2B;
}

.contact-section .checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-section .day-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-section .day-wrap input {
    width: 200px;
    background: #FAFAFA;
    border: 2px solid #D4D4D4;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-section .day-wrap input:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.contact-section .privacy-policy {
    margin-top: 60px;
    text-align: center;
}

.contact-section .privacy-policy a {
    color: #000;
    text-decoration: underline;
}

.contact-section .submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section .submit-btn a {
    display: inline-block;
    background: #D96B2B;
    padding: 10px 30px;
    border: none;
    color: #fff;
    width: 50%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.contact-section .submit-btn a:hover {
    background-color: #3E5E3E;
}

/* 画面サイズ 1281px未満＝1280px以下の時*/
@media screen and (width < 1281px) {
    .contact-section .form-box-wrap {
        width: 100%;
    }
}
/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    .contact-section .contact-wrapper {
        width: 100%;
        padding: 0 5%;
    }

    .contact-section .contact-ttl {
        margin-bottom: 50px;
    }

    .contact-section .form-box label {
        font-size: 16px;
    }

    .contact-section .checkbox {
        font-size: 14px !important;
    }

    .contact-section .checkbox-wrap {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .contact-section .privacy-policy {
        margin-top: 30px;
    }

    .contact-section .submit-btn a {
        width: 100%;
    }
}

footer {
    background: #fff;
    padding: 0;
}

footer .footer-wrapper {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
}

footer .footer-wrapper img {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 120px;
}

footer .footer-wrapper .operator {
    color: #000;
    text-align: center;
    font-size: 19px;
}

/* 画面サイズ 769px未満＝768px以下の時*/
@media screen and (width < 769px) {
    footer .footer-wrapper {
        padding: 25px 5%;
    }

    footer .footer-wrapper .operator {
        font-size: 15px;
    }
}

.submit-btn button {
    padding: 20px;
    max-width: 100%;
    border-radius: 5px;
    width: 400px;
    margin-top: 30px;
    background: #D96B2B;
    color: #fff;
    border: none;
}