@charset "UTF-8";
body {
    color: #44403c;
}
.qaContent_wrap a, 
.qaContent_wrap a:link {
    color: #44403c;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.6s;
}
.qaContent_wrap a:hover {
    color: #44403c;
}
.content_wrap {
    max-width: 848px;
    margin: 0 auto;
}
/***************************
search
***************************/
.com_srcbx {
    border: 2px solid #1a36b1;
    padding: 60px 0;
    width: 940px;
    box-sizing: border-box;
    margin-bottom: 80px;
}
.com_srcbx .srcin {
    padding: 0;
}
.com_srcbx .area {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 50px 0 40px;
}
.com_srcbx .area dl dd {
    display: block;
    gap: 40px;
}
.com_srcbx .lft.is-prefectures {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
}
.com_srcbx .src_btn {
    margin-top: 20px;
}
.com_srcbx .ttl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
/********************************
page
*********************************/
.MV_wrap img {
    border-radius: 20px;
}
.iconlist_in {
    display: flex;
    overflow-x: auto;
    gap: 0 40px;
    padding: 47px 0 10px;
}
.iconlist_in li {
    max-width: 240px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.iconlist_in li a {
    background: #fffcec;
    border: 2px solid #ffbd54;
    border-radius: 6px;
    box-sizing: border-box;
    transition: all 0.4s;
    display: block;
    padding: 12px 20px 14px 15px;
}
.iconlist_in li a:hover {
    border: 2px solid #f48039;
    opacity: 0.7;
}
.list-icon {
    padding-bottom: 10px;
}
.iconlist-ttl {
    font-size: 14px;
    line-height: 1.667;
    letter-spacing: -0.01em;
    text-align: left;
}
.interview_wrap {
    padding-bottom: 60px;
    padding-top: 80px;
}
.interview-ttl {
    position: relative;
    background: #f9f7f4;
    padding: 27px 16px;
    padding-left: 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .025em;
    text-align: left;
}
.interview-ttl::before {
    content: '';
    display: block;
    width: 4px;
    height: -webkit-calc(100% - 54px);
    height: calc(100% - 54px);
    box-sizing: border-box;
    position: absolute;
    left: 18px;
    top: 27px;
    background: #E96B1F;
    z-index: 1;
}
.interview-txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .06em;
    padding: 30px 0 34px;
    text-align: left;
}
.profile_wrap {
    border: 1px solid #FFDCA8;
    display: flex;
    align-items: center;
    padding: 24px 40px 24px 40px;
}
.profile-icon.icn-wgt {
    width: 100%;
    max-width: 173px;
}
.profileTxt_wrap {
    padding: 0 0 0 34px;
    text-align: left;
}
.profileTxt-ttl {
    display: block;
    color: #f48039;
    font-size: 14px;
    margin: 0 0 16px;
}
.profileTxt-txt {
    padding: 12px 0 0;
    font-size: 16px;
    line-height: 1.6;
}
.profileTxt-txt.is-dot {
    position: relative;
    padding: 0 0 12px 26px;
    margin-bottom: 1px;
}
.profileTxt-txt.is-dot::before {
    background: #f48039;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 7px;
    left: 2px;
    border-radius: 50%;
    z-index: 9;
}
.profileTxt-txt .is-ls {
    margin: 0 -3px;
}
.qa_wrap {
    margin-top: 40px;
    text-align: left;
    padding: 40px 40px;
    background: #EEF8FB;
}
.content_wrap .qa_wrap:first-of-type {
    margin-top: 40px;
}
.qa_wrap:nth-child(2n) {
    background: #FFF2F7;
}
.qa_wrap:nth-child(3n) {
    background: #FFF5EB;
}
.qaImg_wrap {
    display: flex;
}
.qaImg_wrap.is-left {
    flex-direction: row-reverse;
}
.qaImg_wrap.is-right .qaImg_img {
    position: relative;
    top: -13px;
    padding: 0 0 0 54px;
}
.qaImg_wrap.is-left .qaImg_img {
    padding: 14px 27px 0 0;
}
.qa_ttl {
    position: relative;
    color: #f48039;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 500;
    padding-left: 42px;
}
.qa_ttl .icn_q {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: -2px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E96B1F;
    color: #fff;
    z-index: 9;
}
.qa_txt {
    font-size: 16px;
    line-height: 1.8;
}
.qa_txt .is-yew {
    background: #ffe664;
    font-weight: 500;
}
/********************************
パターン2
*********************************/
body.is-ver2 {
    color: #3C3836;
}
body.is-ver2 .qa_wrap {
    padding: 0 0 40px;
    background: #fff;
    border: 6px solid #FFF5EB;
}
body.is-ver2 .qa_ttl {
    background: #FFF5EB;
    color: #3C3836;
    padding: 24px 34px 24px 76px;
    margin-bottom: 0;
}
body.is-ver2 .qa_ttl .icn_q {
    top: 20px;
    left: 34px;
    background: #E96B1F;
    color: #fff;
}
body.is-ver2 .qa_txt {
    padding: 26px 34px 0;
}
body.is-ver2 .qaImg_wrap {
    padding: 26px 34px 0;
}
body.is-ver2 .qaImg_wrap .qa_txt {
    padding: 0;
}
body.is-ver2 .qaImg_wrap.is-right .qaImg_img {
    top: 0;
}
body.is-ver2 .qa_wrap:nth-child(2n) {
    border-color: #FFF2F7;
}
body.is-ver2 .qa_wrap:nth-child(2n) .qa_ttl {
    background: #FFF2F7;
}
body.is-ver2 .qa_wrap:nth-child(2n) .qa_ttl .icn_q {
    background: #eb73a1;
}
body.is-ver2 .qa_wrap:nth-child(3n) {
    border-color: #EEF8FB;
}
body.is-ver2 .qa_wrap:nth-child(3n) .qa_ttl {
    background: #EEF8FB;
}
body.is-ver2 .qa_wrap:nth-child(3n) .qa_ttl .icn_q {
    background: #6ac3dd;
}
/********************************
パターン3
*********************************/
body.is-ver3 {
    color: #343A40;
}
body.is-ver3 .interview-ttl {
    color: #2B6CB0;
    background: #e1f1ff;
}
body.is-ver3 .interview-ttl::before {
    background: #2B6CB0;
}
body.is-ver3 .profile_wrap {
    background: #fff;
    border: 1px solid #2B6CB0;
    border-radius: 8px;
}
body.is-ver3 .profileTxt-ttl {
    color: #2B6CB0;
    font-weight: bold;
}
body.is-ver3 .profileTxt-txt.is-dot::before {
    background: #2B6CB0;
    top: 8px;
}
body.is-ver3 .qa_wrap {
    padding: 0 0 40px;
    background: none;
    border-bottom: 1px solid #e1f1ff;
}
body.is-ver3 .qa_wrap:last-child {
    border-bottom: none;
    padding: 0;
}
body.is-ver3 .qa_ttl {
    background: none;
    color: #E96B1F;
    padding-left: 52px;
    margin-bottom: 0;
    font-size: 22px;
}
body.is-ver3 .qa_ttl .icn_q {
    top: 2px;
    left: 0;
    background: #E96B1F;
    color: #fff;
}
body.is-ver3 .qa_txt {
    padding: 28px 0 0;
}
body.is-ver3 .qaImg_wrap {
    padding: 28px 0 0;
}
body.is-ver3 .qaImg_wrap .qa_txt {
    padding: 0;
}
body.is-ver3 .qaImg_wrap.is-right .qaImg_img {
    top: 0;
}
body.is-ver3 .qa_wrap:nth-child(2n) .qa_ttl {
    color: #D94D8E;
}
body.is-ver3 .qa_wrap:nth-child(2n) .qa_ttl .icn_q {
    background: #D94D8E;
}
body.is-ver3 .qa_wrap:nth-child(3n) .qa_ttl {
    color: #2E8B8E;
}
body.is-ver3 .qa_wrap:nth-child(3n) .qa_ttl .icn_q {
    background: #2E8B8E;
}