/*
==================================
g-navi_overwite
==================================
*/
/* pc */
@media(min-width:741px){
  .g-navi__button-txt {
    margin-top: 25px;
  }
}
/* sp */
@media(max-width:740px){
  .g-navi__button-txt {
    padding: 3px 5px 4px 0px;
    -webkit-transform: translate(-50%, 330%);
        -ms-transform: translate(-50%, 330%);
            transform: translate(-50%, 330%);
    left: 50%;
    display: inline-block;
    width: 275px;
  }
}


/*
==================================
kv
==================================
*/
/* pc */
@media(min-width:741px){
  .kv {
    background-color: #4C78C4;
    position: relative;
    margin-bottom: 157px;
  }
  .kv::before {
    content: "";
    position: absolute;
    width: 1300px;
    min-height: 290px;
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/bg_kv_star-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 22px;
    z-index: 1;
  }
  .kv::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/bg_kv_bottom-pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 101%;
    min-height: 101px;
    -webkit-transform: translate(-50%,-1%);
        -ms-transform: translate(-50%,-1%);
            transform: translate(-50%,-1%);
    left: 50%;
  }
  .kv-inner {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 64px 0 0;
    position: relative;
    z-index: 1;
  }
  .kv__ttl {
    margin-bottom: 32px;
  }
  .kv__ttl-sub {
    font-size: 28px;
    display: block;
  }
  .kv__ttl-main {
    font-size: 32px;
  }
  .kv__txt {
    font-size: 16px;
  }
}
/* sp */
@media(max-width:740px){
  .kv {
    background-color: #4C78C4;
    position: relative;
    margin-bottom: 66px;
  }
  .kv::before {
    content: "";
    position: absolute;
    width: 357px;
    min-height: 65px;
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/bg_kv_star-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 26px;
    z-index: 1;
  }
  .kv::after{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/bg_kv_bottom-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 101%;
    min-height: 101px;
    -webkit-transform: translate(-50%,-1%);
        -ms-transform: translate(-50%,-1%);
            transform: translate(-50%,-1%);
    left: 50%;
  }
  .kv-inner {
    color: #fff;
    text-align: center;
    padding: 26px 15px 0;
    position: relative;
    z-index: 1;
  }
  .kv__ttl {
    margin-bottom: 13px;
  }
  .kv__ttl-sub {
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
  }
  .kv__ttl-main {
    font-size: 20px;
  }
  .kv__txt {
    font-size: 14px;
    text-align: left;
  }
}


/*
==================================
sec
==================================
*/
/* pc */
@media(min-width:741px){
  .sec:not(:last-of-type) {
    margin-bottom: 104px;
  }
  .sec.sec--another {
    margin-bottom: 180px;
  }
  .sec-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  .sec__ttl-sub {
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
  }
  .sec__ttl-main {
    color: #203C99;
    font-size: 32px;
    position: relative;
    font-weight: 600;
  }
  .sec__ttl-main::after {
    content: "";
    width: 110%;
    height: 3px;
    background-color: #203C99;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    bottom: -6px;
    left: 50%;
    border-radius: 5px;
  }
  .sec__ttl {
    margin-bottom: 32px;
  }
  .sec__txt {
    margin-bottom: 32px;
  }
  .sec__img-item {
    margin-bottom: 54px;
    width: 35%;
  }
  .sec__main-ttl {
    font-size: 24px;
    color: #203C99;
    margin-bottom: 32px;
    font-weight: 600;
  }
  .sec__main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec__main-wrap-box {
    width: 297px;
  }
  .sec__main-wrap-box-ttl-num {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #203C99;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    display: inline-block;
    line-height: 39px;
  }
  .sec__main-wrap-box-ttl-txt {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.1;
    display: block;
    white-space: nowrap;
  }
  .sec__main-wrap-box-img {
    margin-bottom: 16px;
    width: 80%;
  }
  .sec__main-wrap-box-txt {
    text-align: left;
  }
  .sec--another .sec__main-wrap-box-txt {
    margin-bottom: 30px;
  }

  .sec--another .sec__main-wrap-box {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
  }
  .sec__main-wrap-box-note {
    text-align: left;
    font-size: 12px;
    color: #515151;
    margin-bottom: 67px; 
  }
}
/* sp */
@media(max-width:740px){
  .sec:not(:last-of-type) {
    margin-bottom: 47px;
  }
  .sec.sec--another {
    margin-bottom: 120px;
  }
  .sec-inner {
    padding: 0 15px;
    text-align: center;
  }
  .sec__ttl {
    margin-bottom: 22px;
  }
  .sec__ttl-sub {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
  }
  .sec__ttl-main {
    color: #203C99;
    font-size: 20px;
    position: relative;
    font-weight: 600;
  }
  .sec__ttl-main::after {
    content: "";
    width: 110%;
    height: 3px;
    background-color: #203C99;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    bottom: -6px;
    left: 50%;
    border-radius: 5px;
  }
  .sec__img-item {
    margin-bottom: 15px;
    width: 200px;
    height: 140px;
  }
  .sec__txt {
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
  }
  .sec__main-ttl {
    font-size: 16px;
    color: #203C99;
    margin-bottom: 22px;
    position: relative;
    display: inline-block;
    font-weight: 600;
  }
  .sec__main-ttl::before {
    content: "";
    width: 1.5px;
    height: 19px;
    background-color: #203C99;
    position: absolute;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotate(-45deg);
    top: 50%;
    left: -8px;
  }
  .sec__main-ttl::after {
    content: "";
    width: 1.5px;
    height: 19px;
    background-color: #203C99;
    position: absolute;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
    top: 50%;
    right: -8px;
  }
  .sec__main-ttl--none::before,
  .sec__main-ttl--none::after {
    content: none;
  }
  .sec__main-wrap-box:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .sec__main-wrap-box-ttl{
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec__main-wrap-box-ttl-num {
    font-size: 18.5px;
    font-weight: bold;
    color: #fff;
    background-color: #203C99;
    padding: 1px 9px;
    border-radius: 12.5px;
    line-height: 29.5px;
    margin-right: 10px;
  }
  .sec__main-wrap-box-ttl-txt {
    font-size: 13px;
    line-height: 1;
  }
  .sec__main-wrap-box-img {
    margin-bottom: 15px;
    width: 200px;
    height: 140px;
  }
  .sec__main-wrap-box-txt {
    text-align: left;
    width: 272px;
    margin: 0 auto;
    font-size: 14px;
  }

  .sec--another .sec__main-wrap-box-ttl {
    margin-bottom: 15px;
  }
  .sec--another .sec__main-wrap-box-txt {
    margin-bottom: 15px;
  }

  .sec__main-wrap-box-note {
    text-align: left;
    font-size: 10px;
    color: #515151;
    margin-bottom: 45px;
  }
  .sec__main-wrap-box-note-item {
    padding-left: 1em;
    text-indent: -1em;
  }
}


/*
==================================
more
==================================
*/
/* pc */
@media(min-width:741px){
  .more {
    padding-bottom: 180px;
    background-color: #EEF5FF;
    position: relative;
  }
  .more::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/bg_more_top-pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 101%;
    min-height: 100px;
    -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
    left: 50%;
  }
  .more-inner {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 42px;
  }
  .more__ttl {
    font-size: 32px;
    text-align: center;
    margin-bottom: 39px;
  }

  .more__wrap-ttl {
    text-align: center;
  }
  .more__wrap-ttl-num {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #203C99;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 39px;
  }
  .more__wrap-ttl-txt {
    font-size: 20px;
    display: block;
    line-height: 1;
    margin-bottom: 22px;
  }

  .more__wrap {
    margin-bottom: 40px;
  }
  .more__wrap-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .more__wrap-main-box {
    width: 293px;
    position: relative;
  }
  .more__wrap-main-box:not(:last-of-type)::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_triangle-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 33px;
    position: absolute;
    top: 84px;
    left: 301px;
  }
  .more__wrap-main-box-img {
    margin-bottom: 16px;
    width: 100%;
  }
  .more__wrap-main-box-txt {
    text-align: left;
  }
}
/* sp */
@media(max-width:740px){
  .more {
    padding-bottom: 95px;
    background-color: #EEF5FF;
    position: relative;
  }
  .more::before{
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/bg_more_top-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 101%;
    min-height: 71px;
    -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
    left: 50%;
  }
  .more-inner {
    padding: 0 15px;
  }
  .more__ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }

  .more__wrap-ttl {
    margin-bottom: 28px;
    text-align: left;
  }
  .more__wrap-ttl-num {
    font-size: 18.5px;
    font-weight: bold;
    color: #fff;
    background-color: #203C99;
    padding: 3px 9px;
    border-radius: 12.5px;
    line-height: 29.5px;
    margin-right: 5px;
  }
  .more__wrap-ttl-txt {
    font-size: 14px;
    margin-bottom: 28px;
    display: inline;
  }

  .more__wrap {
    margin-bottom: 43px;
  }
  .more__wrap-main-box {
    margin-bottom: 42px;
    position: relative;
    text-align: center;
  }
  .more__wrap-main-box:not(:last-of-type)::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_triangle-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 19.5px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    bottom: -36px;
  }
  .more__wrap-main-box-img {
    margin-bottom: 15px;
    width: 200px;
  }
  .more__wrap-main-box-txt {
    text-align: left;
    font-size: 14px;
    width: 272px;
    margin: 0 auto;
  }
}


/*
==================================
more_app
==================================
*/
/* pc */
@media(min-width:741px){
  .more__app {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 70px;
    margin-bottom: 52px;
  }
  .more__app-ttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
  }
  .more__app-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .more__app-wrap-box {
    width: 390px;
    text-align: center;
  }
  .more__app-wrap-box-icon {
    width: 116px;
    height: 115px;
  }
  .more__app-wrap-box-txtarea-ttl {
    font-size: 16px;
    color: #203C99;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .more__app-wrap-box-txtarea-txt {
    margin-bottom: 10px;
    text-align: left;
    min-height: 60px;
  }
  .more__app-store-link:nth-of-type(1) {
    margin-right: 10px;
  }
  .more__app-store-link:nth-of-type(1) .more__app-store-link-img {
    width: 109px;
  }
  .more__app-store-link:nth-of-type(2) .more__app-store-link-img {
    width: 134px;
  }

  .more__app-txt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #203C99;
    margin-bottom: 30px;
  }
  .more__app-txt-link {
    position: relative;
  }
  .more__app-txt-link::before {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_popup-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    right: -28px;
    top: 50%;
  }
  .more__app-txt-link::after {
    content: "";
    position: absolute;
    width: calc(100% + 26px);
    height: 1px;
    background-color: #203C99;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: calc(50% + 10px);
    bottom: -3px;
  }
  .more__app-note{
    font-size: 12px;
    color: #515151;
  }
}
/* sp */
@media(max-width:740px){
  .more__app {
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 15px;
    margin-bottom: 35px;
  }
  .more__app-ttl {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .more__app-wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }
  .more__app-wrap-box-icon {
    width: 58px;
    height: 57.7px;
    margin-right: 5px;
  }
  .more__app-wrap-box-txtarea-ttl {
    font-size: 14px;
    color: #203C99;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .more__app-wrap-box-txtarea-txt {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .more__app-store-link:nth-of-type(1) {
    margin-right: 10px;
  }
  .more__app-store-link:nth-of-type(1) .more__app-store-link-img {
    width: 70px;
  }
  .more__app-store-link:nth-of-type(2) .more__app-store-link-img {
    width: 89px;
  }

  .more__app-txt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #203C99;
    margin-bottom: 20px;
  }
  .more__app-txt-link {
    position: relative;
    margin-right: 20px;
  }
  a.more__app-txt-link {
    color: #203C99;
  }
  .more__app-txt-link::before {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_popup-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.5px;
    height: 13.5px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    right: -24px;
    top: 50%;
  }
  .more__app-txt-link::after {
    content: "";
    position: absolute;
    width: calc(100% + 24px);
    height: 1px;
    background-color: #203C99;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: calc(50% + 8px);
    bottom: -3px;
  }
  .more__app-note{
    font-size: 10px;
    color: #515151;
  }
  .more__app-note-item{
    padding-left: 1em;
    text-indent: -1em;
  }
}


/*
==================================
more_ban
==================================
*/
/* pc */
@media(min-width:741px){
  .more__ban {
    text-align: center;
  }
  .more__ban-txt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .more__ban-btn-link {
    background-color: #fff;
    width: 543px;
    margin: 0 auto;
    border-radius: 15px;
    display: block;
    padding: 23px 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
            box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
    position: relative;
  }
  .more__ban-btn-link:hover{
    background-color: #203C99;
  }
  .more__ban-btn-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_arrow-pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    right: 10px;
    top: 50%;
  }
  .more__ban-btn-link:hover::after{
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_arrow-white-pc.svg);
  }
  .more__ban-btn-link-subtxt {
    color: #515151;
    font-size: 14px;
    display: block;
  }
  .more__ban-btn-link-txt {
    font-size: 20px;
    color: #203C99;
    font-weight: bold;
  }
  .more__ban-btn-link:hover .more__ban-btn-link-txt,
  .more__ban-btn-link:hover .more__ban-btn-link-subtxt{
    color:#fff;
  }
}
/* sp */
@media(max-width:740px){
  .more__ban {
    text-align: center;
  }
  .more__ban-txt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .more__ban-btn-link {
    background-color: #fff;
    width: 250px;
    margin: 0 auto;
    border-radius: 7.5px;
    display: block;
    padding: 12px 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
            box-shadow: 3px 3px 6px rgba(0,0,0,0.18);
    position: relative;
  }
  .more__ban-btn-link:hover{
    background-color: #203C99;
  }
  .more__ban-btn-link::after {
    content: "";
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_arrow-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 14px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    right: 6px;
    top: 50%;
  }
  .more__ban-btn-link:hover::after{
    background-image: url(/jiyukenkyu/jiyukenkyu-labo/point/_assets/img/210702/icon_arrow-white-sp.svg);
  }
  .more__ban-btn-link-subtxt {
    display: none;
  }
  .more__ban-btn-link-txt {
    font-size: 15px;
    color: #203C99;
    font-weight: bold;
  }
  .more__ban-btn-link:hover .more__ban-btn-link-txt,
  .more__ban-btn-link:hover .more__ban-btn-link-subtxt{
    color:#fff;
  }
}