
/* ========================================================
*
*					共通パーツ
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  #conntents1 {
    max-width: 100%;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .sp{
    display: none !important;
  }
  .se{
    display: none !important;
  }
  .o-ttl {
    font-size: 40px; 
    text-align: center;
    line-height: 0.65;
  }
  .o-ttl--white {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 0.65;
  }
  .o-ttl--sub {
    font-size: 20px;
  }
  .o-txt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 54px;
    line-height: 1.333;
  }
  .topic-other .o-txt,
  .topic-fac .o-txt{
    font-size: 16px;
  }
  .o-txt--white {
    line-height: 1.333;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 54px;
  }
  .topic {
    padding: 120px 0 200px;
  }
  .topic-wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .topic__img-box {
    width: 160px;
    height: 160px;
    position: absolute;
    top: -55px;
    left: 0;
  }
  .topic__img {
    width: 100%;
  }
  .topic__cont-wrap {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 52px;
    justify-content: center;
  }
  .btn-wrap {
    margin-left: 45px;

  }
  .o-btn {
    line-height: 30px;
    text-decoration: none !important;
    background: #292119;
    border: #292119 solid 1px;
    color: #F4F3F0 !important;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 19px 45px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 74px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  }
  .o-btn svg {
    position: absolute;
    top: 42%;
    right: 10px;
  }
  .o-btn:hover {
    background: #F4F3F0 !important;
    color: #292119 !important;
  }
  .o-btn:hover rect {
    fill: #292119 !important;
  }
  .o-btn--bold {
    font-size: 30px;
    font-weight: bold;
  }
}
/* sp */
@media(max-width:740px){
  #conntents1 {
    max-width: 100%;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .pc{
    display: none !important;
  }
  .se{
    display: none !important;
  }
  .o-ttl {
    font-size: 30px; 
    text-align: center;
  }
  .o-ttl--white {
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .o-ttl--sub {
    font-size: 16.5px;
  }
  .o-txt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
    line-height: 1.5;
  }
  .o-txt--white {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-top: 18px;
  }
  .topic {
    padding: 38px 0 112px;
  }
  .topic-wrap {
    margin: 0 10px;
  }
  .topic__img-box {
    max-width: 110px;
    max-height: 110px;
    margin: 9.5px auto 0;
  }
  .topic__img {
    width: 100%;
  }
  .topic__cont-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 52px;
  }
  .topic__cont-box {
    width: 100%;
    margin-top: 40px;
  }
  .topic__cont-img {
    width: 100%;
  }
  .btn-wrap {
    margin-top: 35px;
  }
  .o-btn {
    box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
    background: #292119;
    border: #292119 solid 1px;
    color: #F4F3F0 !important;
    font-size: 16.5px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    padding: 12px 30px;
    margin-top: 9px;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .o-btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .o-btn:hover {
    background: #F4F3F0 !important;
    color: #292119 !important;
  }
  .o-btn:hover rect {
    fill: #292119 !important;
  }
  .o-btn--bold {
    font-size: 25px;
    font-weight: bold;
  }
}
@media(max-width:360px){
  .se{
    display: block !important;
  }
  .o-btn{
    font-size: 14px;
  }
  .o-btn--bold{
    font-size: 20px;
  }
}
/* ========================================================
*
*					top area
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .ttl-area__txt-main {
    color: #000 !important;
  }
  .ttl-area-inner {
    position: relative;
  }
  .ttl-area-inner::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/ttl-bg-pc.png);
    content: '';
    display: inline-block;
    width: 92px;
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
  }
  .ttl-area__txt-main::after {
    background-color: #000 !important;
  }
}
/* sp */
@media(max-width:740px){
  .ttl-area  {
    margin-top: 100px;
  } 
  .ttl-area-inner {
    position: relative;
  }
  .ttl-area-inner::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/ttl-bg-sp.png);
    content: '';
    display: block;
    width: 76px;
    height: 63px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 80px;
    top: -70px;
  }
  .ttl-area__txt-main {
    color: #000 !important;
  }
  .ttl-area__txt-main::after {
    background-color: #000 !important;
  }
}

/* ========================================================
*
*					lead area
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .lead-area{
    width: 960px;
    margin: 40px auto 0;
  }
  .lead-area__txt{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}
/* sp */
@media(max-width:740px){
  .lead-area{
    width: 345px;
    margin: 0 auto 40px;
  }
  .lead-area__txt{
    font-size: 16px;
    line-height: 1.5;
  }
}


/* ========================================================
*
*					zoo
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .topic-zoo {
    background: #F4F3F0;
    margin-top: 79px;
    padding-bottom: 50px;
  }
  .topic-wrap--zoo::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/zoo-bg-pc.png);
    content: '';
    display: inline-block;
    width: 100%;
    height: 132px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* sp */
@media(max-width:740px){
  .topic-zoo {
    background: #F4F3F0;
    padding-bottom: 10px;
  }
  .topic-wrap--zoo::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/zoo-bg-sp.png);
    content: '';
    display: inline-block;
    width: 100%;
    background-position: center;
    height: 92px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}



/* ========================================================
*
*					aqua
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .topic-aqua {
    background: -webkit-gradient(linear,left top, left bottom,from(#229BFD),to(#112F7F));
    background: -o-linear-gradient(#229BFD,#112F7F);
    background: linear-gradient(#229BFD,#112F7F);
    overflow: hidden;
  }
  .topic-wrap--aqua {
    position: relative;
  }
  .topic-wrap--aqua::before{
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/aqua-top-pc.png);
    content: '';
    display: inline-block;
    width: 543px;
    height: 457px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -220px;
    left: -100px;
  }
  .topic-wrap--aqua::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/aqua-bg-pc.png);
    content: '';
    display: inline-block;
    width: 100%;
    height: 287px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -218px;
    right: 80px;
    z-index: 0;
  }
  .aqua__ttl {
    position: relative;
  }
}
/* sp */
@media(max-width:740px){
  .topic-aqua {
    background: -webkit-gradient(linear,left top, left bottom,from(#229BFD),to(#112F7F));
    background: -o-linear-gradient(#229BFD,#112F7F);
    background: linear-gradient(#229BFD,#112F7F);
    overflow: hidden;
    position: relative;
  }
  .topic-aqua::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/aqua-bg-sp.png);
    content: '';
    display: inline-block;
    width: 96.266vw;
    height: 59.466vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    bottom: -4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .topic-wrap.topic-wrap--aqua{
    position: relative;
    z-index: 1;
  }
  .aqua__ttl {
    position: relative;
  }
  .aqua__ttl::before {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/aqua-bg02-sp.png);
    content: '';
    display: inline-block;
    width: 84px;
    height: 49.5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50px;
  }
}


/* ========================================================
*
*					muse
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .topic-wrap--muse {
    position: relative;
  }
  .topic-wrap--muse::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/muse-bg-pc.png);
    content: '';
    display: inline-block;
    width: 396px;
    height: 192px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -170px;
    right: 0;
  }
  .muse-btn {
    padding: 16px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .topic-muse {
    position: relative;
  }
  .topic-muse::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/muse-bg-sp.png);
    content: '';
    display: inline-block;
    width: 254px;
    height: 123px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 18%;
  }
}


/* ========================================================
*
*					space
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .topic-space {
    background: -o-radial-gradient(#252440, #03030A);
    background: radial-gradient(#252440, #03030A);
    position: relative;
  }
  .topic-wrap--space{
    z-index: 1;
  }
  .topic-space::after {
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/space-list-pc.png);
    content: '';
    display: inline-block;
    width: 672px;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 35px;
    z-index: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

}
/* sp */
@media(max-width:740px){
  .topic-space {
    background: -o-radial-gradient(#252440, #03030A);
    background: radial-gradient(#252440, #03030A);
  }
  .topic-wrap--space {
    position: relative;
  }
  .topic-wrap--space::after {
    /* background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/space-bg-sp.png);
    content: ''; */
    display: inline-block;
    width: 254px;
    height: 123px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 18%;
  }
}



/* ========================================================
*
*					fac
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .topic-fac {
    position: relative;
  }
  .topic-fac::after {
    position: absolute;
    bottom: -90px;
    right: 0;
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/fac-bg02-pc.png);
    content: '';
    display: inline-block;
    width: 286px;
    height: 224px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .fac-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .fac-wrap::before {
    position: absolute;
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/fac-bg01-pc.png);
    content: '';
    display: inline-block;
    width: 178px;
    height: 196px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -110px;
  }
  .multi-cont {
    max-width: 460px;
  }
  .topic-other .multi-cont:nth-of-type(2){
    margin-top: 400px;
  }
  .multi-cont .btn-wrap {
    margin: 0;
  }
  .multi__img-box {
    max-width: 230px;
    margin: 40px auto;
  }
  .fac-btn {
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
}
/* sp */
@media(max-width:740px){
  .multi-cont {
    max-width: 400px;
    margin: 50px auto 0px;
  }
  .topic-other .multi-cont:not(:last-of-type){
    margin-top: 0px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
  }
  .multi__img-box {
    max-width: 198px;
    margin: 35px auto 0;
  }
  .multi__img {
    width: 100%;
  }
  .fac-btn {
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fac-wrap {
    position: relative;
  }
  .fac-wrap::before {
    position: absolute;
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/fac-bg01-sp.png);
    content: '';
    display: inline-block;
    width: 89px;
    height: 98px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: -60px;
  }
  .topic-fac {
    position: relative;
    padding-bottom: 140px;
  }
  .topic-fac::after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(/jiyukenkyu/_assets21/img/shirabegakusyu/fac-bg02-pc.png);
    content: '';
    display: inline-block;
    width: 143px;
    height: 112px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/* ========================================================
*
*					other
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .topic-other {
    background: #131927;
  }
  .other-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-btn {
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
  }
}
/* sp */
@media(max-width:740px){
  .topic-other {
    background: #131927;
  }
  .other-btn {
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}


/* ========================================================
*
*					matome
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .sec{
    position: relative;
    width: 100%;
    padding: 130px 0px 80px;
  }
  .sec__ttl{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    position: relative;
    width: 100%;
    padding: 44px 0px 0px;
    background-color: #F7F6F4;
  }
  .sec__ttl{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

/* ========================================================
*
*					btn
*
* ======================================================== */

/* pc */
@media(min-width:741px){
  .sec__btn-wrap {
    max-width: 960px;
    width: 100%;
    margin: 30px auto 0;
  }
  .sec__btn-lead{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sec__btn {
    display: block;
    width: 530px;
    outline: none;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
    box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
  }
  .sec__btn > svg {
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec__btn:hover {
    color: #fff !important;
    background-color: #0070CB;
  }
  .sec__btn:focus rect, .sec__btn:active rect, .sec__btn:hover rect {
    fill: #fff !important;
  }
}
/* sp */
@media(max-width:740px){
  .sec__btn-wrap {
    width: 100%;
    margin: 30px auto;
  }
  .sec__btn-lead{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sec__btn {
    display: block;
    max-width: 350px;
    width: 80%;
    outline: none;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
    box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
  }
  .sec__btn > svg {
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}