@charset "UTF-8";
/* ------------------------------
   top.css
------------------------------ */
/* top common */
.sec-ttl.heading-a{
    text-align: center;
    font-size: 4.4rem;
    margin-bottom: 10px;
}
.ttl_wrap .en-ttl{
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: .1em;
    color: #bc121a;
}
.bg-img_wrap{
    position: relative;
}
.bg-img_wrap .bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bg-img_wrap .bg-img img{
    display: block;
    width: 100%;
    height: auto;
}
.bg-img_wrap .inner{
    position: relative;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-sizing: border-box;
    z-index: 2;
}
.bg-txt{
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    font-size: 20rem;
    line-height: 1;
    color: #f5f5f5;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .sec-ttl.heading-a{
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }
    .ttl_wrap .en-ttl{
        font-size: 1.1rem;
    }
    .bg-img_wrap .bg-img{
        height: 65vw;
    }
    .bg-img_wrap .bg-img img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover';
    }
    .bg-txt{
        bottom: 1rem;
        font-size: 9rem;
    }
}

/*sec-fv*/
.sec-fv{
    position: relative;
}
.sec-fv .fv-lead{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    
    padding-top: 7.5%;
}
.sec-fv .fv-lead .lead-txt01{
    text-align: center;
    font-size: 5.4rem;
    letter-spacing: .025em;
    line-height: 1;
    color: #FFF;
    margin-bottom: 30px;
}
.sec-fv .fv-lead .lead-txt01 span{
    position: relative;
    display: inline-block;
    background: #bc121a;
    padding: 10px 27px;
    box-sizing: border-box;
}
.sec-fv .fv-lead .lead-txt02{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 3.3rem;
    letter-spacing: .05em;
    line-height: 1;
    color: #bc121a;
}
.sec-fv .fv-lead .lead-txt02 span{
    position: relative;
    display: inline-block;
    min-width: 274px;
    background: #FFF;
    padding: 12px 16px;
    box-sizing: border-box;
}
.sec-fv .fv-lead .lead-txt02 span+span{ margin-top: 15px;}

/* lead-btnlink */
.sec-fv .fv-inner .lead-btnlink{
  position: relative;
}

.sec-fv .fv-inner .lead-btnlink{
  margin: 3.5% auto 0;
  text-align: center;
  
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.5%;
}
.sec-fv .fv-inner .lead-btnlink a{
  display: block;
  position: relative;
  margin: 0 auto;
  background: #2fa15e;
  width: 500px;
  height: 78px;
  line-height: 78px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
}
.sec-fv .fv-inner .lead-btnlink a::before{
  position: absolute;
  content: "";
  background: url("../img/common/icon_dl.svg") no-repeat center center /100% auto;
  width: 38px;
  height: 45px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .sec-fv .fv-lead{
        width: 100%;
        
        padding-top: 3.5%;
    }
    .sec-fv .fv-lead .lead-txt01{
        font-size: 2.6rem;
        margin-bottom: 6%;
    }
    .sec-fv .fv-lead .lead-txt01 span{
        padding: 10px 20px;
    }
    .sec-fv .fv-lead .lead-txt02{
        font-size: 1.8rem;
    }
    .sec-fv .fv-lead .lead-txt02 span{
        min-width: 15rem;
        padding: 8px 12px;
    }
    .sec-fv .fv-lead .lead-txt02 span+span{ margin-top: 10px;}

    .sec-fv .fv-img{
        width: 100%;
        height: 133vw;

    }
    .sec-fv .fv-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover';
    }
    
    /* lead-btnlink */
    .sec-fv .fv-inner .lead-btnlink{
      /* margin: 5% auto 0; */
      bottom: 24%;
    }
    .sec-fv .fv-inner .lead-btnlink a{
      width: 320px;
      height: 56px;
      line-height: 56px;
      font-size: 1.6rem;
      padding-left: 1.4em;
    }
    .sec-fv .fv-inner .lead-btnlink a::before{
      width: 24px;
      height: 28px;
      left: 1em;
    }

}

/*sec-first*/
.sec-first{
    padding: 75px 0 135px 0;
}
.sec-first .sec-ttl{
    text-align: center;
    font-size: 3.5rem;
    line-height: calc(50 / 35);
    margin-bottom: 50px;
}

.sec-first .img{
    width: 26%;
    max-width: 304px;
    text-align: center;
}
.sec-first .txt{
    width: 74%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.sec-first .txt p{
    font-size: 1.7rem;
    line-height: calc(24 / 17);
}
.sec-first .txt p+p{ margin-top: 16px;}

@media screen and (max-width: 767px) {
    .sec-first{
        padding: 10% 0;
    }
    .sec-first .sec-ttl{
        font-size: 2.2rem;
        line-height: 1.75;
        margin-bottom: 4%;
    }
    .sec-first .flex{
        display: block;
    }
    .sec-first .img{
        width: 26%;
        margin: 0 auto;
    }
    .sec-first .txt{
        width: 100%;
        margin-top: 6%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .sec-first .txt p{
        font-size: 1.5rem;
    }
    .sec-first .txt p+p{ margin-top: 1.4rem;}
}

/*sec-service*/
.sec-service{
    position: relative;
    padding-bottom: 185px;
    box-sizing: border-box;
}
.sec-service.bg-img_wrap{
    padding-top: 24%;
}
.sec-service.bg-img_wrap .inner{
    padding: 40px 40px 45px 40px;
}
.sec-service .ttl_wrap{ margin-bottom: 35px;}
.sec-service .flex{
    justify-content: space-between;
}
.sec-service .flex .box{
    width: 46%;
    max-width: 515px;
}
.sec-service .box-ttl{
    text-align: center;
    font-size: 2.4rem;
    color: #bc121a;
    letter-spacing: .1em;
    margin-bottom: 14px;
}
.sec-service .box-img{
    width: 48%;
    /*margin-bottom: 20px;*/
}
.sec-service .box-content{
    width: 48%;
}
.sec-service .box-content .btn_wrap{
    margin: 50px auto 0 auto;
}
.sec-service .box-content .btn{
    max-width: 222px;
}
.sec-service .box-txt{
    font-size: 1.8rem;
    line-height: calc(30 / 18);
}
.sec-service .box .btn_wrap{
    margin: 50px auto 0 auto;
}
.sec-service .box .btn_wrap .btn{
    max-width: 222px;
}
@media screen and (max-width: 767px) {
    .sec-service{
        padding-bottom: 14rem;
    }
    .sec-service.bg-img_wrap{
        padding-top: 31%;
    }
    .sec-service.bg-img_wrap .inner{
        padding: 5% 4%;
    }
    .sec-service .ttl_wrap{ margin-bottom: 3rem;}
    .sec-service .flex{
        display: block;
    }
    .sec-service .flex .box{
        width: 100%;
        max-width: inherit;
    }
    .sec-service .flex .box+.box{ margin-top: 12%;}
    .sec-service .box-ttl{
        font-size: 2rem;
        margin-bottom: 6%;
    }
    .sec-service .box-img{
        width: 100%;
        margin-bottom: 4%;
    }
    .sec-service .box-content{
        width: 100%;
    }
    .sec-service .box-content .btn_wrap{
        margin: 6% auto 0 auto;
    }
    .sec-service .box-content .btn_wrap .btn{
        max-width: inherit;
        width: 76.67%;
    }
    .sec-service .box-txt{
        font-size: 1.5rem;
    }
    .sec-service .box .btn_wrap{
        margin: 6% auto 0 auto;
    }
    .sec-service .box .btn_wrap .btn{
        max-width: inherit;
        width: 76.67%;
    }

}

/*sec-features*/
.sec-features{
    padding: 40px 0 135px 0;
}
.sec-features .features_box_wrap{
    margin-top: 77px;
}
.sec-features .features_box{
    display: flex;
    align-items: flex-start;
}
.sec-features .features_box.-reverse{
    flex-direction: row-reverse;
}

.sec-features .features_box+.features_box{ margin-top: 95px;}

.sec-features .features_box .box-txt{
    width: 50%;
    padding: 0 35px 0 25px;
    box-sizing: border-box;
}
.sec-features .features_box.-reverse .box-txt{
    padding: 40px 25px 0 40px;
}
.sec-features .features_box:nth-of-type(3) .box-txt{ padding-top: 20px;}

.sec-features .features_box .box-txt .box-ttl_wrap{
    display: flex;
    align-items: center;
}
.sec-features .features_box .box-txt .box-ttl{
    position: relative;
    top: 8px;
    font-size: 3rem;
    line-height: calc(40 / 30);
    font-weight: 700;
    color: #bc121a;
    letter-spacing: .05em;
    width: calc(100% - 13rem);
}
.sec-features .features_box:nth-of-type(2) .box-txt .box-ttl{
    letter-spacing: 0;
}

.sec-features .features_box .box-txt .box-ttl_wrap .num{
    width: 13rem;
    font-size: 10rem;
    letter-spacing: .01em;
    line-height: 1;
}
.sec-features .features_box .box-txt .text{
    margin-top: 32px;
    font-size: 1.8rem;
    line-height: calc(36 / 18);
    padding-left: 9px;
    box-sizing: border-box;
}

.sec-features .features_box .box-img{
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .sec-features{
        padding: 8% 0 10% 0;
    }
    .sec-features .features_box_wrap{
        margin-top: 10%;
    }
    .sec-features .features_box{
        display: flex;
        flex-direction: column;
    }
    .sec-features .features_box.-reverse{
        flex-direction: column;
    }
    .sec-features .features_box+.features_box{ margin-top: 12%;}

    .sec-features .features_box .box-txt{
        display: contents;
        width: 100%;
        padding: 0;
    }
    .sec-features .features_box:nth-of-type(3) .box-txt{ padding-top: 0;}

    .sec-features .features_box .box-txt .box-ttl_wrap{
        order: 1;
        margin-bottom: 4%;
        width: 100%;
        display: block;
    }
    .sec-features .features_box .box-txt .box-ttl{
        text-align: center;
        top: 0;
        font-size: 2.4rem;
        line-height: calc(40 / 30);
        width: 100%;
    }
    .sec-features .features_box .box-txt .box-ttl_wrap .num{
        text-align: center;
        width: 100%;
        font-size: 4rem;
        margin-bottom: 2%;
    }
    .sec-features .features_box .box-txt .text{
        order: 3;
        margin-top: 2%;
        font-size: 1.4rem;
        line-height: calc(26 / 14);
        padding-left: 0;
    }
    .sec-features .features_box .box-img{
        order: 2;
        width: 100%;
        text-align: center;
    }
}

/*sec-works*/
.sec-works{
    position: relative;
    box-sizing: border-box;
}
.sec-works.bg-img_wrap{
    padding-top: 10.5%;
}
.sec-works.bg-img_wrap .inner{
    padding: 33px 50px;
    border: 4px solid #bc121a;
}
.sec-works .ttl_wrap{
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}
.sec-works .ttl_wrap .sec-ttl{ order: 2;}
.sec-works .ttl_wrap .en-ttl{ order: 3;}
.sec-works .ttl_wrap .sub{
    order: 1;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: .1em;
    margin-bottom: 15px;
}
.achievement_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.achievement-box .achievement-txt{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .025em;
    font-weight: 700;
    margin-bottom: 10px;
}
.achievement-box .achievement-txt02{
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
    color: #bc111a;
    letter-spacing: -.025em;
}
.achievement-box .achievement-txt02 .num{
    font-size: 6.6rem;
    line-height: 1;
    margin-right: 7px;
}
.achievement-box .achievement-txt02 .sub{
    position: relative;
    bottom: 7px;
    margin-left: 3px;
    font-size: 1.3rem;
    color: #111111;
    vertical-align: sub;
    font-weight: 400;
}

.sec-works .note{
    margin-top: 40px;
    font-size: 1.5rem;
    letter-spacing: .025em;
}
.sec-works.bg-img_wrap .bg-img{
    height: 490px;
    overflow: hidden;
}

@media screen and (max-width: 1130px) {
    .achievement-box .achievement-txt{
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 767px) {
    .sec-works.bg-img_wrap{
        padding-top: 15%;
    }
    .sec-works.bg-img_wrap .inner{
        padding: 5% 4%;
        border: 3px solid #bc121a;
    }
    .sec-works .ttl_wrap{
        margin-bottom: 8%;
    }
    .sec-works .ttl_wrap .sub{
        font-size: 1.3rem;
        margin-bottom: 2%;
    }
    .achievement_wrap{
        flex-wrap: wrap;
    }
    .achievement-box{
        width: 48%;
        margin-bottom: 8%;
    }

    .achievement-box .achievement-txt{
        font-size: 1.8rem;
        margin-bottom: 2%;
    }
    .achievement-box .achievement-txt02{
        font-size: 2.4rem;
    }
    .achievement-box .achievement-txt02 .num{
        font-size: 5.4rem;
    }
    .achievement-box .achievement-txt02 .sub{
        bottom: 7px;
        font-size: 1.0rem;
    }
    .sec-works .note{
        margin-top: 4%;
        font-size: 1.2rem;
    }
    .sec-works.bg-img_wrap .bg-img{
        height: 95vw;
    }

}

/*sec-voice*/
.sec-voice{
    position: relative;
    margin-top: -46px;
    padding-top: 135px;
    padding-bottom: 90px;
}
.sec-voice .inner{
    position: relative;
    z-index: 2;
}
.sec-voice .sec-ttl{
    text-align: center;
    font-size: 3.5rem;
    line-height: calc(39 / 35);
    color: #bc121a;
    letter-spacing: -.01em;
    margin-bottom: 20px;
}
.sec-voice .lead{
    text-align: center;
    font-size: 2.4rem;
    line-height: calc(30 / 24);
    letter-spacing: -.01em;
    margin-bottom: 32px;
}
.sec-voice .btn_wrap{ margin-top: 30px;}
.sec-voice .btn_wrap .btn{
    max-width: 223px;
}
.sec-voice .bg-txt.en{
    top: 0;
    bottom: auto;
}
.sec-voice .book-box{
    margin-top: 76px;
    padding: 45px 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
}
.sec-voice .book-box h3{
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: -.01em;
}
.sec-voice .book-box h3 .col01{
    display: block;
    text-align: center;
    font-size: 3.6rem;
    color: #bc121a;
}
.sec-voice .book-box .sub{
    text-align: center;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    letter-spacing: -.01em;
    margin: 15px 0 30px 0;
}
.sec-voice .book-box ul{
    display: flex;
    flex-wrap: wrap;
    gap:15px 15px;
}
.sec-voice .book-box ul li{
    width: calc((100% - 135px) / 10);
}

@media screen and (max-width: 767px) {
    .sec-voice{
        margin-top: -8%;
        padding-top: 17%;
        padding-bottom: 14%;
    }
    .sec-voice .sec-ttl{
        font-size: 2.8rem;
        margin-bottom: 4%;
    }
    .sec-voice .lead{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 8%;
    }
    .sec-voice .btn_wrap{ margin-top: 8%;}
    .sec-voice .btn_wrap .btn{
        max-width: inherit;
        }
    .sec-voice .book-box{
        margin-top: 14%;
        padding: 5% 4%;
    }
    .sec-voice .book-box h3{
        font-size: 1.8rem;
    }
    .sec-voice .book-box h3 .col01{
        font-size: 2.2rem;
    }
    .sec-voice .book-box .sub{
        font-size: 1.4rem;
        margin: 15px 0 30px 0;
    }
    .sec-voice .book-box ul{
        display: flex;
        flex-wrap: wrap;
        gap:10px 10px;
    }
    .sec-voice .book-box ul li{
        width: calc((100% - 40px) / 5);
    }
}

.post-voice .post{
    position: relative;
    width: 382px;
    background: #FFF;
    margin: 30px 12px;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.2);
    transition: 0.3s;
    box-sizing: border-box;
}
.post-voice .post:hover {
    transform: scale(1.06, 1.06);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
    transition: 0.3s all;
    opacity: 0.8;
}

.post-voice .post a{
    display: flex;
    flex-direction: column;
}
.post-voice .post a:hover,
.post-voice .post a:hover img{ opacity: 1;}

.post-voice .post .post-img{
    width: 100%;
    height: 199px;
}
.post-voice .post .post-txt{
    padding: 10px 25px 90px 6px;
    box-sizing: border-box;
}
.post-voice .post .post-cat{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.post-voice .post .post-cat li{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    color: #FFF;
    text-align: center;
    margin: 0 7px 7px 0;
    padding: 5px 25px 8px 25px;
    background: #999999;
    box-sizing: border-box;
}
.post-voice .post .post-cat li.cat1{ background: #df1d6d;}/* 女性起業 */
.post-voice .post .post-cat li.cat2{ background: #3069ae;}/* 法人コンサル */
.post-voice .post .post-cat li.cat3{ background: #6aba38;}/* 健康 */
.post-voice .post .post-cat li.cat4{ background: #e25c32;}/* 著者 */
.post-voice .post .post-cat li.cat5{ background: #b62723;}/* 語学 */
.post-voice .post .post-cat li.cat6{ background: #e25c32;}/* セールス */
.post-voice .post .post-cat li.cat7{ background: #e9ac21;}/* コーチング */
.post-voice .post .post-cat li.cat8{ background: #261e1c;}/* クリエイター */
.post-voice .post .post-cat li.cat9{ background: #a5ed78;}/* スピリチュアル */
.post-voice .post .post-cat li.cat10{ background: #cdad4a;}/* マネー資産構築 */
.post-voice .post .post-cat li.cat11{ background: #279bf3;}/* ITとWEB */
.post-voice .post .post-cat li.noc2{
    letter-spacing: 1em;
    padding-right: 10px;
}
.post-voice .post .post-ttl{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: calc(30 / 18);
    padding-left: 4px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.post-voice .post .post-name{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 25px;
    text-align: right;
    margin-top: 10px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    color: #261e1c;
    line-height: 1.45;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}
.post-voice .post .post-name .small{
    display: block;
    font-size: 1.4rem;
    word-break: break-word;
}
.post-voice .slick-track {
  display: flex;
}
.post-voice .slick-slide {
  height: auto !important;
}

@media screen and (max-width: 767px) {
    .post-voice .post{
        width: 240px;
        margin: 15px 8px;
    }
    .post-voice .post .post-img{
        height: 33.7vw;
    }
    .post-voice .post .post-txt{
        padding: 4% 4% 28% 4%;
        box-sizing: border-box;
    }
    .post-voice .post .post-cat li{
        font-size: 1.2rem;
        margin: 0 5px 5px 0;
        padding: 5px 15px 7px 15px;
    }
    .post-voice .post .post-cat li.noc2{
        padding-right: 6px;
    }
    .post-voice .post .post-ttl{
        font-size: 1.6rem;
        padding-left: 0;
    }
    .post-voice .post .post-name{
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        bottom: 5%;
        font-size: 1.4rem;
    }
    .post-voice .post .post-name .small{
        font-size: 1.2rem;
    }

}


/*sec-team*/
.sec-team{
    position: relative;
    padding: 85px 0 160px 0;
    box-sizing: border-box;
}
.sec-team .inner{
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
}
.sec-team .sec-ttl{
    text-align: center;
    font-size: 3.5rem;
    line-height: calc(38 / 35);
    letter-spacing: -.01em;
    color: #bc121a;
    margin-bottom: 15px;
}
.sec-team .lead{
    text-align: center;
    font-size: 3.0rem;
    line-height: calc(36 / 30);
    letter-spacing: .05em;
}
.sec-team .bg-txt.en{
    bottom: auto;
    top: 25px;
}
.sec-team .team_box{
    margin-top: 95px;
}
.sec-team .team_box .box-txt{
    width: 53%;
    padding-right: 47px;
    box-sizing: border-box;
}
.sec-team .team_box .box-ttl_wrap{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.sec-team .team_box .box-ttl{
    order: 2;
    font-size: 3.6rem;
    line-height: 1;
    color: #800100;
    letter-spacing: -.01em;
}
.sec-team .team_box .box-sub{
    order: 1;
    font-size: 1.6rem;
    line-height: calc(36 / 16);
    letter-spacing: .025em;
    margin-bottom: 15px;
}
.sec-team .team_box p{
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    color: #333333;
}
.sec-team .team_box p+p{ margin-top: 15px;}
.txt_link{
    margin: 25px 0 0 0;
    display: flex;
}

.txt_link li+li{ margin-left: 80px;}
.txt_link li a{
    position: relative;
    font-size: 1.6rem;
    line-height: calc(36 / 16);
    font-weight: 700;
    letter-spacing: .025em;
    padding-right: 40px;
    box-sizing: border-box;
}
.txt_link li a:before,
.txt_link li a:after{
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 0;
}

.txt_link li a:before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #bc121a;
    transform: translateY(-50%);
}
.txt_link li a:after{
    right: 8px;
    margin-top: -1px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.sec-team .team_box .box-img{
    width: 47%;
    max-width: 537px;
}
.sec-team .team_box_list{
    margin-top: 100px;
}
.sec-team .btn_wrap{
    margin-top: -10px;
}
.sec-team .btn_wrap .btn{
    max-width: 316px;
}

@media screen and (max-width: 767px) {
    .sec-team{
        padding: 14% 0 14% 0;
    }
    .sec-team .inner{
        padding: 0;
    }
    .sec-team .sec-ttl{
        font-size: 2.8rem;
        margin-bottom: 4%;
    }
    .sec-team .lead{
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .sec-team .bg-txt.en{
        bottom: auto;
        top: 1%;
    }
    .sec-team .team_box{
        margin-top: 12%;
        flex-direction: column-reverse;
    }
    .sec-team .team_box .box-txt{
        width: 100%;
        padding-right: 0;
    }
    .sec-team .team_box .box-ttl_wrap{
        margin-bottom: 6%;
    }
    .sec-team .team_box .box-ttl{
        font-size: 2.6rem;
    }
    .sec-team .team_box .box-sub{
        font-size: 1.4rem;
        line-height: calc(36 / 16);
        margin-bottom: 2%;
    }
    .sec-team .team_box p{
        font-size: 1.4rem;
    }
    .sec-team .team_box p+p{ margin-top: 4%;}

    .txt_link{
        margin: 4% 0 0 0;
        display: block;
    }
    .txt_link li{ text-align: right;}
    .txt_link li+li{ margin-left: 0; margin-top: 2%;}
    .txt_link li a{
        font-size: 1.4rem;
        line-height: 1.5;
        padding-right: 2.5rem;
    }
    .txt_link li a:before{
        width: 1.6rem;
        height: 1.6rem;
    }
    .txt_link li a:after{
        right: .8rem;
        margin-top: -.1rem;
        width: .5rem;
        height: .5rem;
    }
    .sec-team .team_box .box-img{
        width: 100%;
        max-width: inherit;
        margin-bottom: 4%;
    }
    .sec-team .team_box_list{
        margin-top: 14%;
    }
    .sec-team .btn_wrap{
        margin-top: 14%;
    }
    .sec-team .btn_wrap .btn{
        max-width: inherit;
    }

}

/*sec-seminar*/
.sec-seminar{
    position: relative;
    padding: 235px 0 190px 0;
    box-sizing: border-box;
}
.sec-seminar .inner{
    position: relative;
    padding: 0 20px 62px 20px;
    box-sizing: border-box;
    z-index: 2;
}
.sec-seminar .ttl_wrap{
    position: relative;
    top: -70px;
    left: -8px;
    width: 100%;
    max-width: 515px;
    background: #bc121a;
    padding: 34px 33px 40px 33px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.sec-seminar .ttl_wrap .sec-ttl{
    color: #FFF;
    font-size: 3rem;
    letter-spacing: .1em;
}
.sec-seminar .ttl_wrap .sub{
    color: #FFF;
    font-size: 1.1rem;
    letter-spacing: .1em;
    margin-top: 6px;
}


.sec-seminar .post-seminar{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec-seminar .post-seminar:after{
    position: relative;
    display: block;
    content: '';
    width: 32%;
    max-width: 370px;
}

.sec-seminar .post-seminar .post{
    width: 32%;
    max-width: 370px;
}

.sec-seminar .post-seminar .post-img{
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}
.sec-seminar .post-seminar .post-ttl{
    font-size: 2.0rem;;
    line-height: calc(30 / 20);
    color: #333;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.sec-seminar .post-seminar .post-cat{
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .05em;
    color: #FFF;
    background: #261e1c;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.sec-seminar .btn_wrap{
    margin: 70px 0 0 0;
}
.sec-seminar .btn_wrap .btn{
    max-width: 223px;
}

@media screen and (max-width: 767px) {
    .sec-seminar{
        padding: 36% 0 8rem 0;
    }
    .bg-img_wrap .bg-img{ height: 42vw;}
    .sec-seminar .inner{
        padding: 0 4% 8% 4%;
    }
    .sec-seminar .ttl_wrap{
        top: -4rem;
        width: 92%;
        padding: 5% 4%;
        margin-bottom: 0;
    }
    .sec-seminar .ttl_wrap .sec-ttl{
        font-size: 2.2rem;
    }
    .sec-seminar .ttl_wrap .sub{
        font-size: 1.1rem;
        margin-top: 5px;
    }
    .sec-seminar .post-seminar{
        display: block;
    }
    .sec-seminar .post-seminar:after{
        display: none;
    }

    .sec-seminar .post-seminar .post{
        width: 100%;
        max-width: inherit;
        padding: 5% 4%;
        box-shadow: 0 0 6px 3px rgb(0 0 0 / 20%);
    }
    .sec-seminar .post-seminar .post+.post{ margin-top: 12%;}

    .sec-seminar .post-seminar .post-img{
        height: 45.77vw;
        margin-bottom: 4%;
    }
    .sec-seminar .post-seminar .post-img img{ height: auto;}
    .sec-seminar .post-seminar .post-ttl{
        font-size: 1.6rem;
    }
    .sec-seminar .post-seminar .post-cat{
        font-size: 1.3rem;
    }
    .sec-seminar .btn_wrap{
        margin: 10% 0 0 0;
    }
    .sec-seminar .btn_wrap .btn{
        width: 76.67%;
        max-width: inherit;
    }


}
/*sec-media*/
.sec-media{
    position: relative;
    padding: 60px 0 165px 0;
    box-sizing: border-box;
}
.sec-media .inner{
    position: relative;
    padding: 0 20px 70px 20px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    z-index: 2;
}
.sec-media .ttl_wrap{
    position: relative;
    top: -70px;
    left: -8px;
    width: 100%;
    max-width: 515px;
    background: #bc121a;
    padding: 34px 33px 40px 33px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.sec-media .ttl_wrap .sec-ttl{
    color: #FFF;
    font-size: 3rem;
    letter-spacing: .1em;
}
.sec-media .ttl_wrap .sub{
    color: #FFF;
    font-size: 1.1rem;
    letter-spacing: .1em;
    margin-top: 6px;
}
.sec-media .post-list__wrapper{
    margin-top: -40px;
}
.sec-media .post-list__wrapper .post{
    margin-bottom: 0;
    width: 32%;
}
.sec-media .post-list__wrapper .post-list:after{ width: 32%;}

.sec-media .btn_wrap{
    margin: 35px 0 50px 0;
}
.sec-media .btn_wrap .btn{
    max-width: 223px;
}
.sec-book{
	max-width: 1200px;
	margin: 70px auto 0;
    padding-top: 70px;
    box-sizing: border-box;
}
.sec-book .book_ttl{
    position: relative;
    margin-bottom: 70px;
}
.sec-book .book_ttl h2{
    text-align: center;
    font-size: 3.6rem;
    color: #bc121a;
    letter-spacing: -.01em;
}
.sec-book .book_ttl .bg-txt{
    bottom: auto;
    top: -70px;
    z-index: -1;
}
.sec-book .book-list{
    display: flex;
}
.sec-book .book-list .box{
    width: 20%;
    max-width: 232px;
}
.sec-book .book-list .box+.box{ margin-left: 60px;}

.sec-book .book-list .img{
    text-align: center;
    width: 59.5%;
    margin: 0 auto;
}
.sec-book .book-list .txt{
    padding-top: 12px;
}
.sec-book .book-list .txt .ttl{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111111;
    letter-spacing: -.001em;
    margin-bottom: 10px;
}
.sec-book .book-list .txt .text{
    text-align: center;
    font-size: 1.1rem;
    line-height: calc(14 / 11);
    color: #111111;
    letter-spacing: -.001em;
}
.post-list__wrapper .post-list .post-img{ height: 220px;}


@media screen and (max-width: 767px) {
    .sec-media{
        padding: 14% 0 8rem 0;
    }
    .sec-media .inner{
        padding: 0 4% 8% 4%;
    }
    .sec-media .ttl_wrap{
        top: -4rem;
        width: 92%;
        padding: 5% 4%;
        margin-bottom: 0;
    }
    .sec-media .ttl_wrap .sec-ttl{
        font-size: 2.2rem;
    }
    .sec-media .ttl_wrap .sub{
        font-size: 1.1rem;
        margin-top: 5px;
    }
    .sec-media .post-list__wrapper{ margin-top: 0;}
    .sec-media .post-list__wrapper .post{
        margin-bottom: 0;
        width: 100%;
    }
    .sec-media .post-list__wrapper .post-list:after{ width: 100%;}

    .sec-media .btn_wrap .btn{
        width: 76.67%;
        max-width: inherit;
    }

    .sec-book{
		margin-top: 8%;
        padding-top: 8%;
    }
    .sec-book .book_ttl{
        margin-bottom: 14%;
    }
    .sec-book .book_ttl h2{
        font-size: 2.4rem;
    }
    .sec-book .book_ttl .bg-txt{
        bottom: auto;
        top: -41%;
        z-index: -1;
    }
    .sec-book .book-list{
        display: block;
    }
    .sec-book .book-list .box{
        width: 100%;
        max-width: inherit;
        padding: 6% 4%;
        box-shadow: 0 0 6px 3px rgb(0 0 0 / 20%);
    }
    .sec-book .book-list .box+.box{ margin-left: 0; margin-top: 10%;}

    .sec-book .book-list .img img{
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .sec-book .book-list .txt{
        padding-top: 10px;
    }

    .post-list__wrapper .post-list .post-img{ height: 45.77vw;}

}






