@charset "UTF-8";

#content_Wrap ,
.address_Box ,
.wht2_content {
    background: #e2edf1;
}

.wht_content {
    padding: 80px 0;
}
.wht_content:after {
    display: none;
}

#content_Wrap {
    padding-top: 150px;
    background-image: url(/recruit/img/zadan_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
}

/*メイン*/
.main_Box {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto 0;
}
.main_Box > figure {
    width: 900px;
    max-width: 80%;
    margin: 0 auto 40px;
    border-radius: 30px;
    overflow: hidden;
}
.main_Box h2 {
    color: #3b75a8;
    font-size: min(6vw,70px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.main_Box h3 {
    font-size: 30px;
    color: #464646;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}
.main_Box p {
    text-align: center;
    line-height: 2;
}


/*プロフィール*/
.z_prof {
    width: 1000px;
    max-width: 90%;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3%;
}
.z_prof li {
    width: 30%;
}

/*チャプター*/
.chapterBox {
    width: 1000px;
    max-width: 90%;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:5%;
}
.chapterBox .ttl {
    width: 10%;
    max-width: 150px;
    padding-top: 20px;
    border-top: 1px solid #3b75a8;
}
.chapterBox > ul {
    width: 85%;
    border-top: 1px solid #d1d1d1;
}
.chapterBox > ul li {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}
.chapterBox > ul li a {
    padding: 15px 30px 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.chapterBox > ul li a img {
    width: 106px;
    max-width: 80%;
    margin-right: 20px;
}
.chapterBox > ul li a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url(/recruit/img/zadan_arrow.png) no-repeat;
    background-size: 100%;
}
.chapterBox > ul li a:hover {
    color: #3b75a8;
}


.zadan_start {
    width: 90%;
    margin: 0 auto;
}


/*チャプター*/
.chap_Ttl {
    margin-bottom: 60px;
}
.chap_Ttl > figure {
    width: 150px;
    max-width: 80%;
    margin: 0 auto 30px;
}
.chap_Ttl h3 {
    font-size: 35px;
    text-align: center;
}


/*トークボックス*/
.talk_Box {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
}
.talk_Box dl {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-start;
}
.talk_Box dl dt {
    display: flex;
    gap:10px;
}
.talk_Box dl dt > div {
    width: 70px;
}
.talk_Box dl dt > div p {
    text-align: center;
    margin-top: 10px;
}
.talk_Box dl dd {
    background: #f0f6f8;
    padding: 3%;
    position: relative;
    width: 100%;
}
.talk_Box dl dd p {
    line-height: 2;
    font-size: 15px;
}
.talk_Box dl.t_left {
    margin-right: auto;
    margin-left: 0;
}
.talk_Box dl.t_left dd {
    margin-left: 5%;
}
.talk_Box dl.t_left dd:after {
    content: "";
    position: absolute;
    top: 2em;
    left: -25px;
    border-width: 0px 40px 40px 0px;
    border-color: transparent #f0f6f8 transparent transparent;
    border-style: solid;
}
.talk_Box dl.t_right {
    margin-right: 0;
    margin-left: auto;
}
.talk_Box dl.t_right dt {
    order: 2;
}
.talk_Box dl.t_right dd {
    margin-right: 5%;
    order: 1;
}
.talk_Box dl.t_right dd:after {
    content: "";
    position: absolute;
    top: 2em;
    right: -25px;
    border-width:0px 0px 40px 40px;
    border-color: transparent transparent transparent #f0f6f8;
    border-style: solid;
}



/*チャプターコンテンツ*/
.chapterContent {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    transform: translateY(-5%);
    border-radius: 50px;
    padding: 60px 0;
}
.zadanpic {
    width: 900px;
    max-width: 80%;
    margin: 0 auto;
}


/* ================================================
1250px以下
================================================== */
@media only screen and (max-width:1250px) {
}
/* ================================================
SP以下
================================================== */
@media only screen and (max-width:768px) {
    
    
    /*共通*/
    #content_Wrap {
        padding-top: 90px;
        background-size: 200%;
        background-position: inherit;
    }
    .main_Box > figure {
        max-width: 100%;
        border-radius: 20px;
    }
    .wht_content {
        padding: 50px 0;
    }
    
    
    /*座談会*/
    .main_Box h2 {
        font-size: min(10vw,70px);
        position: relative;
        z-index: 1;
    }
    .main_Box h3 {
        font-size: 20px;
        line-height: 1.8;
        position: relative;
        z-index: 1;
    }
    .main_Box p {
        text-align: left;
    }
    
    
    /*プロフィール*/
    .z_prof li {
        width: 80%;
        margin: 0 auto 30px;;
    }
    
    
    
    /*チャプター選択*/
    .chapterBox > ul li a {
        flex-wrap: wrap;
        line-height: 1.6;
        font-size: 15px;
    }
    .chapterBox > ul li a img {
        margin-bottom: 10px;
    }
    
    
    /*チャプタータイトル*/
    .chap_Ttl {
        margin-bottom: 40px;
    }
    .chap_Ttl > figure {
        width: 120px;
        margin-bottom: 15px;
    }
    .chap_Ttl h3 {
        font-size: 20px;
        line-height: 1.6;
    }
    
    
    /*チャプターコンテンツ*/
    .chapterContent {
        border-radius: 30px;
        padding: 30px 0;
        transform: translateY(-20px);
    }
    .talk_Box dl dt > div {
        width: 40px;
    }
    .talk_Box dl {
        width: 98%;
    }
    .talk_Box dl dd p {
        font-size: 13px;
        line-height: 1.8;
    }
    .talk_Box dl dt > div {
        margin-bottom: 10px;
    }
    .talk_Box dl dt > div p {
        font-size: 13px;
        margin-top: 5px;
        position: relative;
        z-index: 1;
    }
    .talk_Box dl.t_right dd:after {
        border-width: 0px 0px 20px 20px;
        right: -17px;
        top: 1em;
    }
    .talk_Box dl.t_left dd:after {
        border-width: 0px 20px 20px 0px;
        left: -17px;
        top: 1em;:
    }
    
}
