@charset "UTF-8";

/* =====================================================================
*   zadankai
* =================================================================== */


/*-------------  zadankai top  -----------------------------*/

#zadankai .sub_mv .sub_mv_ttl h1 {
    color: #24d0f2;
}

@media screen and (min-width: 768px) {
    #zadankai .sub_mv h2.on_ttl {
        margin: calc(200 / 1856 * 100%) 0 0 calc(200 / 1856 * 100%);
    }
}

.listtype01 ul li .txt_block {
    color: #24d0f2;
    font-size: 7rem !important;
}

.listtype01 ul li .title_block p {
    font-size: 120%;
    line-height: 1.5;
    padding: 0.5em 0 1em calc(40/750 * 100%);
    font-weight: bold;
}

.listtype01 ul li .title_block p span {
    font-size: 80%;
    display: block;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .listtype01 ul li .txt_block {
        font-size: 6.3rem !important;
        padding: calc(15 / 600 * 100%) calc(46 / 600 * 100%) 0;
    }

    .listtype01 ul li .title_block p {
        padding: 0.5em 0 1em calc(100/1856 * 100%);
    }
}


/*-------------  zadankai 下層  -----------------------------*/

.zadankai_mv_ttl {
    display: flex;
    background: white;
    width: 80%;
    text-align: left;
    position: absolute;
    left: 10%;
    bottom: -0.5em;
    z-index: 2;
    line-height: 1.2;
    border-radius: 15px 15px 0 0;
    padding: calc(30 / 750 * 100%) calc(40 / 750 * 100%) 0;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .zadankai_mv_ttl {
        width: auto;
        padding: 1.5em calc(40 / 1856 * 100%) 0;
    }
}

.zadankai_mv_ttl:before,
.zadankai_mv_ttl:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/img_corner.svg) no-repeat left bottom/contain;
    position: absolute;
    bottom: 0.5em;
}

.zadankai_mv_ttl:before {
    left: -14px;
    transform: scale(-1, 1);
}

.zadankai_mv_ttl:after {
    right: -14px;
}

.zadankai_mv_ttl p.num {
    color: #24d0f2;
    font-size: 10rem;
    line-height: 0.7;
    font-family: "Concert One";
    padding-right: 0.2em;
}

.zadankai_mv_ttl h2.question {
    font-size: 110%;
    line-height: 1.2;
    font-weight: bold;
}

.zadankai_mv_ttl h2.question span {
    display: block;
    font-size: 80%;
    font-weight: normal;
    padding-bottom: 0.3em;
}

@media screen and (min-width: 768px) {
    .zadankai_mv_ttl p.num {
        font-size: 9.2rem;
        font-size: 500%;
    }

    .zadankai_mv_ttl h2.question {
        font-size: 180%;
    }

    .zadankai_mv_ttl h2.question span {
        font-size: 65%;
    }
}

.member {
    text-align: center;
}

.member h2 {
    font-size: 130%;
    background: url(../images/zadankai/bg_member.png) no-repeat center center/contain;
    display: inline-block;
    padding: 0 calc(80 / 750 * 100%);
    font-family: "Concert One";
    margin: calc(100 / 750 * 100%) auto calc(44 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .member h2 {
        padding: 0 calc(80 / 1856 * 100%);
        margin: 0 auto calc(44 / 1400 * 100%);
        font-size: 240%;
    }
}

.member_list {
    margin-bottom: calc(150 / 750 * 100%);
    position: relative;
}

@media screen and (min-width: 768px) {
    .member_list {
        margin-bottom: calc(150 / 1200 * 100%);
    }
}

.member_list:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    border: 2px solid #e5e5e5;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

@media screen and (min-width: 768px) {
    .member_list:after {
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .member_list:before {
        content: "";
        display: block;
        width: calc(70 / 1856 * 100%);
        padding-top: calc(100 / 1856 * 100%);
        max-width: 70px;
        position: absolute;
        bottom: 0;
        right: 50%;
        z-index: 5;
        margin: auto calc(600 / 1856 * 100% * -1) calc(30 / 1856 * 100% * -1) 0;
        background: url(../images/zadankai/illust_mic.png) no-repeat center center/contain;
    }
}

.talker_box,
.interviewer_box {
    border: 2px solid #e5e5e5;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
}

@media screen and (min-width: 768px) {

    .talker_box,
    .interviewer_box {
        max-width: 1200px;
        margin: auto;
        border-radius: 30px 30px 0 0;
    }
}

.talker_box h3,
.interviewer_box h3 {
    position: relative;
    width: 50%;
    padding: 0 0 1em;
    font-size: 105%;
    font-weight: bold;
    background: #fff;
    margin: -1em auto 0;
}

.talker_box h3:after,
.interviewer_box h3:after {
    content: "";
    display: block;
    background: #fff url(../images/common/line_dotted_blue.svg) no-repeat bottom left/100%;
    width: 80px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
}

@media screen and (min-width: 768px) {

    .talker_box h3,
    .interviewer_box h3 {
        font-size: 165%;
    }

    .talker_box h3:after,
    .interviewer_box h3:after {
        font-size: 2.7rem;
    }

    .talker_box h3:after:after,
    .interviewer_box h3:after:after {
        width: 100px;
        left: calc(50% - 50px);
    }
}

@media screen and (min-width: 768px) {

    .talker_box ul,
    .interviewer_box ul {
        /* display: flex;
        justify-content: center;
        flex-wrap: wrap; */
        width: calc(1000 / 1200 * 100%);
        margin: calc(60 / 1400 * 100%) auto 0;
        text-align: left;
    }
}

.talker_box ul li,
.interviewer_box ul li {
    /* text-align: center; */
    padding-bottom: calc(55 / 750 * 100%);
}

@media screen and (min-width: 768px) {

    .talker_box ul li,
    .interviewer_box ul li {
        display: flex;
        /* width: 25%; 
        width: 40%;*/
        margin: 0 4%;
        align-items: center;
    }

}

.talker_box ul li:nth-child(1),
.interviewer_box ul li:nth-child(1) {
    padding-top: calc(130 / 750 * 100%);
}

@media screen and (min-width: 768px) {

    .talker_box ul li:nth-child(1),
    .interviewer_box ul li:nth-child(1) {
        padding-top: 0;
    }
}

.talker_box ul li .photo,
.interviewer_box ul li .photo {
    margin: auto;
    width: calc(400 / 750 * 100%);
    max-width: 257px;
    height: calc(400 / 400 * 100%);
    border-radius: 15px;
    overflow: hidden;
}


@media screen and (min-width: 768px) {

    .talker_box ul li .photo,
    .interviewer_box ul li .photo {
        width: 100%;
        height: auto;
        margin-right: 3rem;
    }
}

.talker_box ul li p.name,
.interviewer_box ul li p.name {
    font-size: 120%;
    font-weight: bold;
}

.talker_box ul li dl.job,
.interviewer_box ul li dl.job {
    font-size: 95%;
    line-height: 1.4;
    width: calc(600 / 750 * 100%);
    margin: auto;
    text-align: left;
}

dl.job dd {
    margin-bottom: 0.3em;
}

@media screen and (min-width: 768px) {

    dl.job dt {
        width: 20%;
    }

    dl.job dd {
        width: 80%;
    }
}

.talker_box ul li dl.job.left,
.interviewer_box ul li dl.job.left {
    text-align: left;
}

.talker_box:before,
.talker_box:after {
    content: "";
    display: block;
    width: calc(88 / 750 * 100%);
    padding-top: calc(127 / 750 * 100%);
    position: absolute;
    top: 0;
    background: url(../images/zadankai/illust_mic.png) no-repeat center center/contain;
}

.talker_box:after {
    right: -10px;
    margin-top: calc(600 / 750 * 100%);
}

.talker_box:before {
    left: -10px;
    margin-top: calc(1200 / 750 * 100%);
    transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
    .talker_box:before {
        width: calc(80 / 1856 * 100%);
        padding-top: calc(114 / 1856 * 100%);
        top: auto;
        bottom: 0;
        left: 5%;
        margin-top: auto;
        margin-bottom: calc(100 / 1856 * 100% * -1);
        z-index: 5;
    }

    .talker_box:after {
        display: none;
    }
}

.interviewer_box {
    border-radius: 15px 15px 0 0;
    margin-top: calc(60 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .interviewer_box {
        margin-top: calc(50 / 1856 * 100%);
    }

    .interviewer_box ul.interviewer {
        margin-bottom: 0;
    }

    .interviewer_box ul.interviewer li {
        width: 100%;
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;

    .interviewer_box ul.interviewer li .photo {
        height: 100%;
    }

    .interviewer_box ul.interviewer li .txt {
        text-align: left;
    }

    .interviewer_box ul.interviewer li .txt .name {
        margin: auto;
        width: calc(600 / 750 * 100%);
    }
}

.interviewer_box dl.job {
    text-align: left;
}
}
@media screen and (min-width: 768px) {
    .talk_block {
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1200px) {
    .talk_block .inner {
        padding: 0;
    }
}

.talk_block .talk_ttl {
    background: #d3f6fc;
    position: relative;
    border-radius: 15px;
    padding: 2em 1em 1em;
    margin-bottom: calc(40 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .talk_block .talk_ttl {
        padding: 3em 1em 1em;
    }
}

.talk_block .talk_ttl .num {
    font-size: 7.8rem;
    text-align: center;
    width: calc(180 / 750 * 100%);
    background: url(../images/zadankai/bg_q.svg) no-repeat bottom center/contain;
    display: block;
    padding: 0 0 calc(10 / 750 * 100%);
    font-family: "Concert One";
    margin-top: calc(64 / 750 * 100% * -1);
    color: #24d0f2;
    line-height: 1;
    position: absolute;
    top: 0;
    left: calc(50% - calc(90 / 750 * 100%));
}

@media screen and (min-width: 768px) {
    .talk_block .talk_ttl .num {
        width: calc(160 / 1200 * 100%);
        margin-top: calc(64 / 1200 * 100% * -1);
        left: calc(50% - calc(80 / 1200 * 100%));
    }
}

.talk_block .talk_ttl h3 {
    font-size: 105%;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
}

.talk_block dl.one,
.talk_block dl.two,
.talk_block dl.three,
.talk_block dl.four {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: calc(65 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .talk_block .talk_ttl h3 {
        font-size: 145%;
    }

    .talk_block dl.one,
    .talk_block dl.two,
    .talk_block dl.three,
    .talk_block dl.four {
        width: 85%;
        margin: auto auto calc(40 / 1000 * 100%);
    }
}

.talk_block dl.one dt,
.talk_block dl.two dt,
.talk_block dl.three dt,
.talk_block dl.four dt {
    display: flex;
    justify-content: flex-start;
    margin-right: calc(40 / 750 * 100%);
}

@media screen and (min-width: 768px) {

    .talk_block dl.one dt,
    .talk_block dl.two dt,
    .talk_block dl.three dt,
    .talk_block dl.four dt {
        margin-right: calc(20 / 1000 * 100%);
    }
}

.talk_block dl.one dt {
    width: 70px;
}

.talk_block dl.two dt {
    width: 140px;
}

.talk_block dl.three dt {
    width: 210px;
}

.talk_block dl.four dt {
    width: 280px;
}

@media screen and (min-width: 768px) {
    .talk_block dl.one dt {
        width: 90px;
    }

    .talk_block dl.two dt {
        width: 180px;
    }

    .talk_block dl.three dt {
        width: 270px;
    }

    .talk_block dl.four dt {
        width: 360px;
    }
}

.talk_block .face {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-right: 10px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .talk_block .face {
        width: 80px;
        height: 80px;
    }
}

.talk_block .face:after {
    position: absolute;
    bottom: -2em;
    font-size: 2rem;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .talk_block .face:after {
        font-size: 1.4rem;
    }

}

.text{
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
.name{
    text-align: center;
}

.privat {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 4rem;
    width: 90%;
    margin: 2rem auto 0;
    background: #FFF;
    border-radius: 20px;
    border: solid 3px #24d0f2;
    box-sizing: border-box;
  }
  
  .privat:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .privat:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #24d0f2;
    z-index: 1;
  }
  
  .privat p {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
  }

  .privat img{
    border-radius: 20px;
  }
@media screen and (min-width: 768px) {
    .talker li{
        position: relative;
        width: 100%;
    }
    .photo{
        width: 20% !important;
    }
    .text{
        width: 55%;
    }
    .privat{
        width: 25%;
        top:-2.5rem;
    }
    .name{
        text-align: left;
    }
    .privat {
        position: relative;
        display: inline-block;
        margin: 1.5em 0 1.5em 15px;
        padding: 2rem;
        background: #FFF;
        border: solid 3px #24d0f2;
        box-sizing: border-box;
      }
      
      .privat:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        margin-top: -12px;
        border: 12px solid transparent;
        border-right: 12px solid #FFF;
        z-index: 2;
      }
      
      .privat:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -14px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-right: 14px solid #24d0f2;
        z-index: 1;
      }
    }
/*-------------  03  -----------------------------*/

.talk_block .face.yokosuka {
    background: url(../images/zadankai/03/img_yokosuka.jpg) no-repeat top left/contain;
}

.talk_block .face.yokosuka:after {
    content: "横須賀";
}

.talk_block .face.takai {
    background: url(../images/zadankai/03/img_takai.jpg) no-repeat top left/contain;
}

.talk_block .face.takai:after {
    content: "高井";
}

.talk_block .face.uebaba {
    background: url(../images/zadankai/03/img_uebaba.jpg) no-repeat top left/contain;
}

.talk_block .face.uebaba:after {
    content: "上馬場";
}

.talk_block .face.kamimura {
    background: url(../images/zadankai/03/img_kamimura.jpg) no-repeat top left/contain;
}

.talk_block .face.kamimura:after {
    content: "上村";
}


/*-------------  01  -----------------------------*/

.talk_block .face.tanaka {
    background: url(../images/zadankai/01/img_tanaka.jpg) no-repeat top left/contain;
}

.talk_block .face.tanaka:after {
    content: "田中";
}

.talk_block .face.joh {
    background: url(../images/zadankai/01/img_joh.jpg) no-repeat top left/contain;
}

.talk_block .face.joh:after {
    content: "城";
}

.talk_block .face.yagi {
    background: url(../images/zadankai/01/img_yagi.jpg) no-repeat top left/contain;
}

.talk_block .face.yagi:after {
    content: "八木";
}

.talk_block .face.jo {
    background: url(../images/zadankai/01/img_jo.jpg) no-repeat top left/contain;
}

.talk_block .face.jo:after {
    content: "徐";
}


/*-------------  02  -----------------------------*/

.talk_block .face.iyoda {
    background: url(../images/zadankai/02/img_iyoda.jpg) no-repeat top left/contain;
}

.talk_block .face.iyoda:after {
    content: "伊豫田";
}

.talk_block .face.sakai {
    background: url(../images/zadankai/02/img_sakai.jpg) no-repeat top left/contain;
}

.talk_block .face.sakai:after {
    content: "坂井";
}

.talk_block .face.yoshii {
    background: url(../images/zadankai/02/img_yoshii.jpg) no-repeat top left/contain;
}

.talk_block .face.yoshii:after {
    content: "吉井";
}

.talk_block .face.shimizu {
    background: url(../images/zadankai/02/img_shimizu.jpg) no-repeat top left/contain;
}

.talk_block .face.shimizu:after {
    content: "清水";
}


/*-------------  04  -----------------------------*/

.talk_block .face.hoshino {
    background: url(../images/zadankai/04/img_hoshino.jpg) no-repeat top left/contain;
}

.talk_block .face.hoshino:after {
    content: "星野";
}

.talk_block .face.yamamoto {
    background: url(../images/zadankai/04/img_yamamoto.jpg) no-repeat top left/contain;
}

.talk_block .face.yamamoto:after {
    content: "山本";
}

.talk_block .face.matsuda {
    background: url(../images/zadankai/04/img_matsuda.jpg) no-repeat top left/contain;
}

.talk_block .face.matsuda:after {
    content: "松田";
}

.talk_block .face.fuchikami {
    background: url(../images/zadankai/04/img_fuchikami.jpg) no-repeat top left/contain;
}

.talk_block .face.fuchikami:after {
    content: "渕上";
}

.talk_block .face.tano {
    background: url(../images/zadankai/04/img_tano.jpg) no-repeat top left/contain;
}

.talk_block .face.tano:after {
    content: "田野";
}

/*-------------  05  -----------------------------*/

.talk_block .face.hayashi {
    background: url(../images/zadankai/05/img_hayashi.jpg) no-repeat top left/contain;
}

.talk_block .face.hayashi:after {
    content: "林";
}

.talk_block .face.kinugasa {
    background: url(../images/zadankai/05/img_kinugasa.jpg) no-repeat top left/contain;
}

.talk_block .face.kinugasa:after {
    content: "衣笠";
}

.talk_block .face.fukushima {
    background: url(../images/zadankai/05/img_fukushima.jpg) no-repeat top left/contain;
}

.talk_block .face.fukushima:after {
    content: "福島";
}

.talk_block .face.ikenaga {
    background: url(../images/zadankai/05/img_ikenaga.jpg) no-repeat top left/contain;
}

.talk_block .face.ikenaga:after {
    content: "池永";
}





.talk_block_img {
    margin-bottom: calc(150 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .talk_block_img {
        width: 85%;
        margin: auto auto calc(150 / 1200 * 100%);
    }
}

.talk_block_img div {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: calc(20 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .talk_block_img {
        display: flex;
        justify-content: center;
    }

    .talk_block_img div {
        width: 48%;
        border-radius: 30px;
        margin-bottom: 0;
    }

    .talk_block_img div:nth-child(1) {
        margin-right: 4%;
    }
}

.talk_other {
    padding: 2em 0;
    margin-bottom: 2em;
    background: #24d0f2 url(../images/zadankai/bg_slider.png) repeat-x bottom left/17px;
}

.talk_other .talk_other_slider li {
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .talk_other {
        padding: 4em 0;
    }

    .talk_other .talk_other_slider {
        width: calc(688 / 1856 * 100%);
        margin: auto;
    }

    .talk_other .talk_other_slider li {
        border-radius: 30px;
    }
}

.talk_other .slick-prev,
.talk_other .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 15px 0 15px 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #24d0f2;
    z-index: 10;
}

.talk_other .slick-prev {
    padding: 15px 10px 15px 0;
}

.talk_other .slick-prev:before,
.talk_other .slick-next:before {
    font-family: "icomoon";
    font-size: 3rem;
    line-height: 1;
    color: #fff;
}

.talk_other .slick-prev {
    left: 0;
    border-radius: 0 15px 15px 0;
}

.talk_other .slick-prev:before {
    content: '\e901';
}

.talk_other .slick-next {
    right: 0;
    border-radius: 15px 0 0 15px;
}

.talk_other .slick-next:before {
    content: '\e902';
}

.talk_other .slick-prev:hover {
    transition: all 0.3s;
    transform: translate(-10px, -50%);
}

.talk_other .slick-next:hover {
    transition: all 0.3s;
    transform: translate(10px, -50%);
}

.sub_title {
    width: 100%;
    background: #d3f6fc;
    position: relative;
    border-radius: 15px;
    padding: 1em 1em;
    margin-bottom: calc(40 / 750 * 100%);
}

.timeschedule {
    width: calc(1000 / 1200 * 100%);
    margin: 0 auto 1em;
}

.timeschedule img {
    margin-bottom: 1em;
}

.fukidasi {
    position: relative;
    display: inline-block;
    margin: 0.3em 0 0 15px;
    padding: 0.2em;
    min-width: 100px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #fff;
    border: solid 3px #f5406b;
    box-sizing: border-box;
    border-radius: 0;
    background-color: #f5406b;
}

.fukidasi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #f5406b;
    z-index: 2;
}

.fukidasi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #f5406b;
    z-index: 1;
}

.fukidasi p {
    margin: 0;
    padding: 0;
}

.green {
    border: solid 3px #22ad38;
    background-color: #22ad38;
}

.green::before {
    border-right: 12px solid #22ad38;
}

.green::after {
    border-right: 14px solid #22ad38;
}

.orange {
    border: solid 3px #f1861e;
    background-color: #f1861e;
}

.orange::before {
    border-right: 12px solid #f1861e;
}

.orange::after {
    border-right: 14px solid #f1861e;
}

.blue {
    border: solid 3px #5265db;
    background-color: #5265db;
}

.blue::before {
    border-right: 12px solid #5265db;
}

.blue::after {
    border-right: 14px solid #5265db;
}

/*# sourceMappingURL=zadankai.css.map */