/* 各種お問い合わせ */



/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#contact .strength-hello::after{
    content: "";
    background: url(../img/title/mailform-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#contact .ttl_area{
    width: 48%;
    letter-spacing: 0;
}
@media(max-width:1194px){
    #contact .strength-hello::after{
        background: url(../img/title/mailform-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 75%;
    }
    #contact .ttl_area{
        width: 55%;
    }
    #contact #lower .ttl_02{
        font-size: 5vw;
    }
}
@media (max-width:768px) {
    #contact .strength-hello::after{
        height: 78%;
        top: 70px;
    }
    #contact .ttl_area{
        width: 55%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    #contact .strength-hello::after{
        height: 40vw;
        display: none;
    }
    #contact .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    #contact .ttl_area{
        width: 100%;
        text-align: center;
    }
    #contact #lower .ttl_02{
        font-size: 7vw;
    }
}


#contact h2.article_ttl{
    border-left:none;
    font-size: 40px;
    font-family: 'Shippori Mincho','Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    color: #000;
}
#contact .contact-cv{
    background: url(../img/flow_cv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 30px 0 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    border-radius: 20px;
    text-align: center;
}
#contact .article_wrap p.cv_title{
    color: #ce6c56;
    font-size: 28px !important;
    text-align: center;
    font-weight: bold;
    font-family: 'Shippori Mincho','Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
}
#contact .article_wrap p.cv_info{
    font-size: 18px;
    text-align: center;
    font-family: 'Zen Old Mincho','ヒラギノ明朝 Std','ヒラギノ明朝 StdN','ヒラギノ明朝 ProN W6','HiraMinProN-W6','Noto Serif CJK JP','Noto Serif JP','游明朝','Yu Mincho','YuMincho','メイリオ',serif;
}
#lower .article_wrap section p.cv_note{
    font-size: 12px !important;
}
#contact .cv_flex{
    max-width: 680px;
    width: 95%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
#contact .cv_flex .tel_box{
    max-width: 400px;
    width: 49%;
    height: 70px;
    border-radius: 100px;
    background-color: #fff;
    padding: 10px 0;
}
#contact .cv_flex .tel_box .tel{
    font-size: 34px;
    line-height: 1;
    position: relative;
}
#contact .cv_flex .tel_box .tel::before{
    content: "";
    background: url(../img/tel-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.2em;
    display: inline-block;
}
#contact .cv_flex .tel_box .tel_info{
    font-size: 12px !important;
    background-color: #f7f3f0;
    display: inline-block;
    padding: 2px 10px;
}
#contact .cv_flex .tel_box .cv_note{
    width: 260px;
    text-align: center;
    padding: 3px 0;
    font-size: 12px !important;
    letter-spacing: 0;
    background-color: #f7f3f0;
    margin: 10px auto 0;
}
#contact .cv_flex .mail{
    max-width: 400px;
    width: 49%;
    height: 90px;
    border-radius: 100px;
    background-color: #29b3b9;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#contact .cv_flex .mail::before{
    content: "";
    background: url(../img/mail-icon.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.4em;
}
#contact .cv_note{
    text-align: center;
    font-size: 12px;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#contact .contact_notes{
    background-color: #fff4dc;
    padding: 20px;
    margin-bottom: 60px;
    margin-top: 10px;
}
#contact .contact_notes p{
    letter-spacing: 0.03em !important;
    line-height: 1.6 !important;
}
#contact .notes ol{
    border: 0;
    padding: 0;
}
#contact .notes ol > li::before, #contact_tel .notes ol > li::before, #consult .notes ol > li::before{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ce6c56;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#contact .notes ol > li{
    padding-left: 40px;
}
#contact .notes .sub-title{
    font-weight: bold;
    margin-left: -40px;
    margin-top: 20px;
}
#contact .notes .notes-ol-list{
    margin-left: -40px;
    margin-top: 30px;
    border: 1px solid #d9dae7;
}
#contact .notes .notes-ol-list li{
    display: flex;
    border-bottom: 1px solid #d9dae7;
}
#contact .notes .notes-ol-list li:last-child{
    border-bottom: none;
}
#contact .notes .notes-ol-list li .l-box{
    width: 31%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    background: url(../img/office/office-list-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    border-right: 1px solid #d9dae7;
}
#contact .notes .notes-ol-list li .r-box{
    width: 69%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
@media(max-width:1194px){
    #contact h2.article_ttl{
        font-size: 30px;
        margin-bottom: 25px;
    }
    #contact .contact-cv {
        padding: 25px 0 35px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
@media (max-width:768px) {
    #contact h2.article_ttl{
        font-size: 4vw;
        padding: 0;
    }
    #contact .contact-cv {
        padding: 20px 0 30px;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    #contact .article_wrap p.cv_title {
        font-size: 6vw !important;
    }
    #contact .article_wrap p.cv_info{
        text-align: left;
        padding: 0 5%;
    }
    #contact .cv_flex {
        width: 92%;
        display: block;
    }
    #contact .cv_flex .tel_box {
        max-width: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    #contact .cv_flex .mail{
        max-width: none;
        width: 100%;
        font-size: 16px;
        height: 70px;
    }
    #contact .cv_flex .tel_box .tel {
        font-size: 9vw;
    }
    #contact .cv_flex .tel_box .tel_info {
        font-size: 10px !important;
        line-height: 1 !important;
    }
    #contact #lower .article_wrap section p.cv_note{
        font-size: 12px !important;
        text-align: left;
        padding: 0 5%;
    }
    #lower .article_wrap section .contact_notes p{
        display: block;
    }
    #contact .notes .notes-ol-list li{
        display: block;
    }
    #contact .notes .notes-ol-list li .l-box{
        width: 100%;
        padding: 0;
        text-align: center;
        justify-content: center;
        height: 60px;
    }
    #contact .notes .notes-ol-list li .r-box{
        width: 100%;
        height: 60px;
    }
    #contact .notes .sub-title {
        margin-left: -30px;
    }
    #contact .notes .notes-ol-list {
        margin-left: -30px;
    }
}
@media (max-width:480px) {
    #contact h2.article_ttl{
        font-size: 5.5vw;
    }

}