@charset "UTF-8";
.mv_wrap {
    background: #E5F2FD;
    height: 233px;
    display: flex;
    align-items: center;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
}
.mv-ttl .main {
    display: inline-block;
    margin-bottom: 16px;
}
.mv-ttl .fs-s {
    font-size: 28px;
}
.inquiry_wrap {
    background: #F4FAFF;
    padding: 92px 0 162px;
}
.inquiry_in {
    border: 1px solid #197FD9;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 40px 40px 85px;
}
.inquiry_txt .txt {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 2.25;
}
.inquiry_txt a.txtlnk {
    text-decoration: underline;
    color: #004DA0;
    display: inline-block;
}
.inquiry_txt .txt:not(:last-child) {
    margin-bottom: 20px;
}
.inquiry_btn {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    gap: 0 26px;
}
.inquiry-btn {
    height: 70px;
}
.inquiry-btn a {
    border: 1px solid #005BAC;
    box-sizing: border-box;
    color: #005BAC;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    border-radius: 6px;
    position: relative;
}
.inquiry-btn.is-bl a {
    color: #FFFFFF;
    background: #005BAC;
}
.inquiry-btn a::before {
    content: "";
    width: 9px;
    height: 16px;
    background: url(../svg/smpl_arw_bl.svg) no-repeat center / 100% auto;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    z-index: 9;
    transition: all 0.2s ease-out;
}
.inquiry-btn.is-bl a::before {
    background: url(../svg/smpl_arw_wh.svg) no-repeat center / 100% auto;
}
@media (min-width: 896px) {
    .mv-ttl,
    .inquiry_in {
        max-width: 1200px;
        width: calc(100% - 60px);
        margin: 0 auto;
    }
    .inquiry-btn {
        width: 355px;
    }
    .inquiry-btn a:hover {
        color: #FFFFFF;
        background: #005BAC;
    }
    .inquiry-btn.is-bl a:hover  {
        color: #005BAC;
        background: #FFFFFF;
    }
    .inquiry-btn a:hover::before {
        background: url(../svg/smpl_arw_wh.svg) no-repeat center / 100% auto;
    }
    .inquiry-btn.is-bl a:hover::before {
        background: url(../svg/smpl_arw_bl.svg) no-repeat center / 100% auto;
    }
    .inquiry_txt a.txtlnk:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        height: 151px;
        padding: 0 min(20px, 5.128vw);
        box-sizing: border-box;
    }
    .mv-ttl {
        font-size: min(24px, 6.154vw);
        width: 100%;
        line-height: 1;
    }
    .mv-ttl .main {
        margin-bottom: min(6px, 1.538vw);
    }
    .mv-ttl span {
        line-height: 1.2;
    }
    .mv-ttl .fs-s {
        font-size: min(18px, 4.615vw);
    }
    .inquiry_wrap {
        padding: 35px 20px 50px;
    }
    .inquiry_in {
        padding: 30px 20px;
    }
    .inquiry_txt .txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .inquiry_txt .txt:not(:last-child) {
        margin-bottom: 10px;
    }
    .inquiry_btn {
        margin-top: 30px;
        display: block;
    }
    .inquiry-btn {
        width: 100%;
        height: 53px;
    }
    .inquiry-btn:not(:last-child) {
        margin-bottom: 15px;
    }
    .inquiry-btn a {
        font-size: 16px;
        border-radius: 4px;
    }
    .inquiry-btn a::before {
        content: "";
        width: 7px;
        height: 14px;
        right: 20px;
        margin-top: -7px;
    }
}