@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

.p-inq {
    padding-top: 0;
}

.p-inq .mv {
    position: relative;
    overflow: hidden;
    max-width: 1980px;
    width: 100%;
    padding-bottom: 0px;
    background-color: #E2DCD0;
}

.inq_mv_txt {
    position: absolute;
    bottom: 10%;
    right: 5%;
    transform: translateY(-50%) rotate(-8deg);
    z-index: 10;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.inq_mv__main {
    display: block;
    font-size: 5.6rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.inq_mv__bottom {
    font-size: 4.7rem;
    font-weight: 700;
    letter-spacing: .025em;
}

.inq_alogo {
    display: flex;
    align-items: baseline;
    gap: 0px;
    margin: 10px 0;
}

.inq_alogo img {
    max-width: 400px;
    width: 100%;
}

.inq_alogo span {
    color: #F0007F;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    position: relative;
    left: -10px;
}

.inq_ct_btn a, .block-btns a {
    text-align: center;
    display: block !important;
    max-width: 420px;
    width: 100%;
    padding: 20px 0;
    background-color: #333;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px auto;
    padding-right: 15px;
    border-radius: 99px;
    position: relative;
}

.inq_ct_btn a::after {
    content: "";
    width: 28px;
    height: 31px;
    background: url(../img/inquiry/inq_ct_icon.svg) no-repeat center /contain;
    mask-image: none;
    background-color: unset;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.fixbottom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    width: 380px;
    /* ボタンの表示幅を指定 */
    max-width: 90%;
    /* 画面が狭い時用 */
}

/* 既存の .fixbottom に追記 */
.fixbottom {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 非表示状態 */
.fixbottom.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* クリックできないようにする */
}

.inq_intro {
    padding: 10px 0 0;
    background-color: #E2DCD0;
    background-image: url(../img/inquiry/inq_intro_bk.svg);
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}

.inq_intro_top {
    padding: 70px 0;
    position: relative;
}

.inq_intro .inner {
    background-color: #fff;
    border-radius: 0 40px 40px 40px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 100px;
}

.inq_intro_top .inner h2 {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
}

.inq_intro_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.inq_intro_main {
    max-width: 1035px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    margin-top: 100px;
}


.inq_intro_item_txt {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}

.inq_intro_item_txt p {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: -10px;
}



.inq_intro_item_txt::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/inquiry/fukidashi_bk.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.inq_intro_item img {
    max-width: 156px;
    width: 100%;
    margin: 20px auto;
    display: block;
}

.inq_intro_bottom {
    background-color: #fff;
    padding: 80px 0;
}

.inq_intro__logo {
    display: flex;
    align-items: flex-end;
}

.inq_intro__logo img {
    max-width: 375px;

}

.inq_intro__logo span {
    font-size: 4.6rem;
    font-weight: 600;
}

.inq_intro_bottom_main span {
    font-size: 5.4rem;
    font-weight: 600;
}

.inq_intro_bottom_main {
    max-width: 707px;
    width: 100%;
    transform: translateY(-25%) rotate(-8deg);
    margin: 0 auto;
}

.line-yellow {
    background: linear-gradient(180deg, #ffffff00 0%, #ffffff00 50%, #FBFF90 50%, #FBFF90 100%);
}

.inq_intro_top::after {
    content: "";
    width: 150px;
    height: 251px;
    background: url(../img/inquiry/yazirushi.svg) no-repeat center / contain;
    position: absolute;
    bottom: 0%;
    left: 20%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(30%) translateX(-50%);
}

.inq_points {
    padding: 10px 0;
    background-image: url(../img//inquiry/point_bk.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-color: #EFEFEF;
}

.inq_points .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.inq_section_ttl {
    margin: 40px auto;
    text-align: center;
}

.inq_section_min_ttl {
    padding: 10px 0;
    border: 3px solid #333;
    background-color: #fff;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px 10px 10px 0;

}

.inq_section_min_ttl span {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
}

.inq_section_ttl h2 {
    font-size: 4.6rem;
}

.inq_points__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    margin: 130px auto 75px;
}

.inq_point_block {}

.point_num {
    width: 104px;
    height: 119px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 40px;
}

.point_num::before {
    content: "";
    width: 104px;
    height: 119px;
    background: url(../img/inquiry/point_num_bk.svg) no-repeat center / contain;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}


.point_num span {
    font-size: 2.1rem;
    font-weight: 900;
    display: block;
    text-align: center;
    color: #fff;
}

.point_num p {
    text-align: center;
    margin: 0;
    font-size: 5rem;
    font-weight: 900;
    color: #fff;
}

.point_main_block {
    background-color: #fff;
    padding: 55px 12px 30px;
    border-radius: 0 40px 40px 40px;
}

.point_txt {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: .05em;
    font-weight: 500;
    margin-bottom: 0;
}

.inq_points__bottom p {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 700;
}




/* スライダー全体の囲い */
.inq_intro_bottom__slide {
    margin: 40px -10px 0;
    /* padding分をネガティブマージンで相殺して端を揃える */
}

/* 各スライドの箱 */
.inq_slide_item {
    padding: 0 10px;
    /* ここが画像同士の隙間になります */
    outline: none;
    /* クリック時の青い枠線を消す */
}

.inq_slide_item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    /* スクリーンショットのような角丸 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: block;
}


.inq_case .inner {
    padding: 100px 0;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.inq_case h2 {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
}

.inq_case__block {
    border-radius: 25px;
    background-color: #fff;
    padding: 25px;
    margin: 12px auto;
}

.inq_case__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.inq_case__txt h3 {
    font-size: 2.2rem;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 600;
    border-bottom: 3px solid #AAAAAA;
    position: relative;
}

.inq_case__txt h3::before {
    content: "";
    width: 223px;
    height: 3px;
    display: block;
    background-color: #F0007F;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.inq_case__txt p {
    font-size: 1.8rem;
    line-height: 1.6;
}

.inq_case__others {
    margin: 45px 0;
}

.inq_case__others h3 {
    font-size: 3rem;
}

.inq_case__others_block h4 {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 2rem;
    position: relative;
    font-weight: 500;
}

.inq_case__others_block h4::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #F0007F;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.inq_case__others_block p {
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 2;
}

.inq_contact {
    padding: 50px 0;
    background-color: #fff;
}

.inq_contact .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.inq_contact h2 {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
}

.inq_company img {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.inq_company p {
    line-height: 2;
    font-size: 1.8rem;
    text-align: center;
}

.inq_company {
    margin-bottom: 90px;
}

.inq_contact__main {
    max-width: 682px;
    width: 100%;
    margin: 0 auto;
}

.inq_contact__main p {
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
    .show-sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .inq_mv__main {
        font-size: 3.3rem;
    }

    .inq_alogo img {
        max-width: 300px;
    }

    .inq_alogo span {
        font-size: 2rem;
    }

    .inq_mv__bottom {
        font-size: 2.8rem;
    }

    .inq_mv_txt {
        bottom: 0%;
        transform: translateY(-20%) rotate(-8deg);
    }

    html {
        margin-top: 0 !important;
    }

    .inq_intro_top {
        padding: 70px 15px;
    }

    .inq_intro .inner {
        padding: 35px 15px;
    }

    .inq_intro_top .inner h2 {
        font-size: 2.8rem;
    }

    .inq_intro_main {
        display: block;
    }

    .inq_intro_item {
        max-width: 65%;
    }

    .inq_intro_item_txt p {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .inq_intro_item img {
        max-width: 126px;
        margin: 0 auto 20px;
    }

    .inq_intro_item:nth-of-type(2) {
        margin: 0 0 0 100px;
    }

    .inq_intro__logo img {
        max-width: 201px;
    }

    .inq_intro_bottom_main span.line-yellow {
        font-size: 3.4rem;
    }

    .inq_intro_bottom_main span {
        font-size: 2.6rem;
    }

    .inq_intro_top::after {
        width: 110px;
    }

    .inq_section_min_ttl {
        max-width: 312px;

    }

    .inq_section_min_ttl span {
        font-size: 1.4rem;
    }

    .inq_section_ttl h2 {
        font-size: 2.8rem;
    }

    .inq_points__wrap {
        grid-template-columns: 1fr;
    }

    .inq_points__wrap {
        margin: 0 auto 30px;
        padding: 0 24px;
    }

    .point_num span {
        font-size: 1.7rem;
    }

    .point_num p {
        font-size: 4.7rem;
    }

    .point_num {
        top: 60px;
    }

    .point_num::before {
        width: 90px;
        height: 102px;
    }

    .inq_point_block {
        margin-top: -60px;
    }

    .point_txt {
        font-size: 1.8rem;

    }

    .inq_points__bottom .inq_ct_btn {
        padding: 0 20px;
    }

    .inq_points__bottom p {
        font-size: 1.8rem;
    }

    .inq_case .inner {
        padding: 46px 10px;
    }

    .inq_case__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .inq_intro_bottom_main {
        max-width: 377px;
    }

    .inq_case__block {
        border-radius: 10px;
        padding: 17px 10px;
    }

    .inq_case__others h3 {
        font-size: 2.4rem;
    }

    .inq_company, .inq_contact__main {
        padding: 0 7px;
    }

    .show-pc {
        display: none;
    }

    .inq_intro_bottom__slide {
        margin: 40px -5px 0;
        /* padding分をネガティブマージンで相殺して端を揃える */
    }

    /* 各スライドの箱 */
    .inq_slide_item {
        padding: 0 5px;
        /* ここが画像同士の隙間になります */
        outline: none;
        /* クリック時の青い枠線を消す */
    }

    .inq_slide_item img {
        border-radius: 5px;
    }

    .inq_intro_bottom {
        padding-bottom: 20px;
    }
}