@charset "UTF-8";
/*
========================================
shared
========================================
*/
/* pc */
@media(min-width:741px){
  body {
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .article-body a {
    text-decoration: none !important;
  }
  .article-body a:hover img{
    opacity: 0.85;
  }
  .breadcrumb{
    max-width: 1200px;
    width: 95%;
    margin: 20px auto 10px;
  }
  .matome-inner {
    white-space: normal;
  }
  .sp{
    display: none !important;
  }
}
/* sp */
@media(max-width:740px){
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .article-body a {
    text-decoration: none !important;
  }
  .article-body a:hover img{
    opacity: 0.85;
  }
  .pc{
    display: none !important;
  }
}

/*
========================================
matome shared
========================================
*/
/* pc */
@media(min-width:741px){
  .matome{
    width: 100%;
    background-color: #E3F2FD;
    padding-bottom: 75px;
  }
  .matome-inner{
    max-width: 960px;
    width: 97%;
    margin: auto;
    padding: 72px 0 0;
  }
  .matome__txt{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }
  .matome__ic{
    border-radius: 100px;
    max-width: 300px;
    margin: 15px auto;
    padding: 3px 0px;
    background-color: #FFF535;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }
  .matome__imgarea{
    text-align: center;
    max-width: 50%;
    margin: 30px auto;
  }
  .matome__imgarea img{
    width: 100%;
  }
  .matome__ic{
    border-radius: 100px;
    max-width: 300px;
    margin: 15px auto;
    padding: 3px 0px;
    background-color: #FFF535;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }
}
/* sp */
@media(max-width:740px){
  .matome{
    width: 100%;
    background-color: #E3F2FD;
    padding-bottom: 40px;
  }
  .matome-inner{
    max-width: 375px;
    width: 97%;
    margin: auto;
    padding: 50px 0 30px;
  }
  .matome__txt{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }
  .matome__ic{
    border-radius: 100px;
    max-width: 300px;
    margin: 15px auto;
    padding: 10px 0px;
    background-color: #FFF535;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .matome__imgarea{
    text-align: center;
    margin: 30px auto;
  }
  .matome__imgarea img{
    width: 100%;
  }
}


/*
========================================
matome band
========================================
*/
/* pc */
@media(min-width:741px){
  .matome__band{
    position: relative;
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 6px 0px 3px;
    width: 70%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
    background-color: #4CBEA9;
  }
  .matome__band::after,
  .matome__band::before{
    content: "";
    width: 42px;
    height: 10px;
    background-color: #FFF535;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
  }
  .matome__band::before{
    top: 0;
    left: -10px;
  }
  .matome__band::after{
    bottom: 0;
    right: -10px;
  }
  .matome__band--no-line::after,
  .matome__band--no-line::before{
    display: none;
  }
  .matome__band--01,
  .matome__band--check{
    background-color: #4CBEA9;
  }
  .matome__band--02,
  .matome__band--paper{
    background-color: #2F6EC4;
  }
  .matome__band--cover,
  .matome__band--03{
    background-color: #8C86DE;
  }
  .matome__band--more{
    background-color: #75B5E5;
  }
}
/* sp */
@media(max-width:740px){
  .matome__band{
    position: relative;
    max-width: 300px;
    margin: auto;
    text-align: center;
    padding: 3px 0px 1px;
    width: 90%;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    border-radius: 100px;
    background-color: #4CBEA9;
  }
  .matome__band::after,
  .matome__band::before{
    content: "";
    width: 42px;
    height: 10px;
    background-color: #FFF535;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
  }
  .matome__band::before{
    top: 0;
    left: -10px;
  }
  .matome__band::after{
    bottom: 0;
    right: -10px;
  }
  .matome__band--no-line::after,
  .matome__band--no-line::before{
    display: none;
  }
  .matome__band--yellow{
    color: #FFF535;
  }
  .matome__band--01,
  .matome__band--check{
    background-color: #4CBEA9;
  }
  .matome__band--02,
  .matome__band--paper{
    background-color: #2F6EC4;
  }
  .matome__band--cover,
  .matome__band--03{
    background-color: #8C86DE;
  }
  .matome__band--more{
    background-color: #75B5E5;
  }
}


/*
========================================
matome ttl
========================================
*/
/* pc */
@media(min-width:741px){
  .matome__ttl{
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .matome__ttl-tag{
    position: relative;
    margin: 0 auto 23px;
    text-align: center;
    padding: 2px 0 1px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 100px;
    width: 340px;
  }
  .matome__ttl--02 .matome__ttl-tag {
    background-color: #2F6EC4;
  }
  .matome__ttl--03 .matome__ttl-tag {
    background-color: #8C86DE;
  }
  .matome__ttl--04 .matome__ttl-tag {
    background-color: #74B5E4;
  }
  .matome__ttl-tag::before,
  .matome__ttl-tag::after{
    content: "";
    width: 42px;
    height: 10px;
    background-color: #FFF535;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
  }
  .matome__ttl-tag::before {
    top: 0;
    left: -7px;
  }
  .matome__ttl-tag::after {
    bottom: 0px;
    right: -7px;
  }
  .matome__ttl-txt{
    font-size: 48px;
    color: #7DC4FD;
    margin-bottom: 78px;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
  }
  .matome__ttl--03 .matome__ttl-txt {
    margin-bottom: 30px;
  }
  .matome__ttl-txt--yellow{
    color: #FFF253;
  }
}
/* sp */
@media(max-width:740px){
  .matome__ttl{
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 25px;
  }
  .matome__ttl-tag{
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    padding: 2px 20px 1px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    max-width: 260px;
    display: block;
  }
  .matome__ttl--02 .matome__ttl-tag {
    background-color: #2F6EC4;
  }
  .matome__ttl--03 .matome__ttl-tag {
    background-color: #8C86DE;
  }
  .matome__ttl--04 .matome__ttl-tag {
    background-color: #74B5E4;
  }
  .matome__ttl-tag::before,
  .matome__ttl-tag::after{
    content: "";
    width: 33px;
    height: 8px;
    background-color: #FFF535;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
  }
  .matome__ttl-tag::before {
    top: 0;
    left: -7px;
  }
  .matome__ttl-tag::after {
    bottom: 0px;
    right: -7px;
  }
  .matome__ttl-txt{
    font-size: 33px;
    color: #7DC4FD;
    line-height: 39px;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
  }
  .matome__ttl-txt--yellow{
    color: #FFF253;
  }
}


/*
==================================
matome lead
==================================
*/
/* pc */
@media(min-width:741px){
  .matome__lead {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 48px;
  }
  .matome__lead-head {
    font-size: 40px;
    color: #4CBEA9;
    text-align: center;
    font-weight: bold;
  }
}
/* sp */
@media(max-width:740px){
  .matome__lead {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .matome__lead-head {
    font-size: 30px;
    color: #4CBEA9;
    text-align: center;
    font-weight: bold;
  }
}


/*
========================================
matome__lines
========================================
*/
/* pc */
@media(min-width:741px){
  .matome__lines{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 30px 0px 15px;
    width: 100%;
    text-align: center;
    color: #0070CB;
  }
  .matome__lines-txt{
    width: 300px;
    font-size: 16px;
    font-weight: bold;
  }
  .matome__lines::before,
  .matome__lines::after{
    content: "";
    width: 2px;
    height: 3em;
    background-color: #0070CB;
  }
  .matome__lines::before{
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .matome__lines::after{
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
/* sp */
@media(max-width:740px){
  .matome__lines{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 20px auto;
    max-width: 290px;
    width: 100%;
    text-align: center;
    color: #0070CB;
  }
  .matome__lines-txt{
    width: 95%;
    font-size: 16px;
    font-weight: bold;
  }
  .matome__lines::before,
  .matome__lines::after{
    content: "";
    width: 2px;
    height: 3em;
    background-color: #0070CB;
  }
  .matome__lines::before{
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .matome__lines::after{
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}


/*
==================================
matome anker
==================================
*/
/* pc */
@media(min-width:741px){
  .matome__anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .matome__anker-box {
    max-width: 136px;
    min-height: 116px;
    width: 15%;
    text-align: center;
  }
  .matome__anker-box:not(:last-of-type) {
    margin-right: 1px;
  }
  .matome__anker-link {
    background-color: #2F6EC4;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  }
  .matome__anker-link--sub {
    color: #fff;
    font-size: 24px;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    width: 100%;
  }
  .matome__anker-link--fz18{
    font-size: 18px;
  }
  .matome__anker-link::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_bottom-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.14px;
    height: 9.19px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    bottom: 2px;
  }
  .matome__anker-link:hover,
  .matome__anker-link:focus,
  .matome__anker-link:active {
    opacity: 0.85;
  }
}
/* sp */
@media(max-width:740px){
  .matome__anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 55px;
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .matome__anker-box {
    width: calc(50% - 0.5px);
    margin-bottom: 1px;
  }
  .matome__anker-box:nth-of-type(1),
  .matome__anker-box:nth-of-type(6) {
    margin-right: 1px;
  }
  .matome__anker-box--sp-100vw {
    width: 100vw;
  }
  .matome__anker-link {
    background-color: #2F6EC4;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 7px 15px 7px 0;
  }
  .matome__anker-link--sub {
    color: #fff;
    font-size: 20px;
  }
  .matome__anker-link::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_bottom-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.14px;
    height: 9.19px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    right: 0;
    top: 50%;
  }
  .matome__anker-link:hover,
  .matome__anker-link:focus,
  .matome__anker-link:active {
    opacity: 0.85;
  }
}


/*
========================================
matome index
========================================
*/
/* pc */
@media(min-width:741px){
  .matome-index {
    background-color: #fff;
    border-radius: 20px;
    max-width: 960px;
    width: 97vw;
    padding: 30px 70px 56px;
    margin-bottom: 100px;
  }
  .matome-index__ttl {
    font-size: 30px;
    color: #2F6EC4;
    text-align: center;
    margin-bottom: 30px;
  }
  .matome-index__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .matome-index__list--line3 {
    height: 130px;
  }
  .matome-index__list--line4 {
    height: 170px;
  }
  .matome-index__list-item {
    font-size: 16px;
    color: #2F6EC4;
    position: relative;
    padding-left: 1em;
    margin-bottom: 16px;
  }
  .matome-index__list-item::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #DDDDDD;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: calc(16px*1.6/2);
    left: 0.5em;
  }
  .matome-index__list-item-sublist-txt {
    font-size: 14px;
  }
  .matome-index__box-outer--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .matome-index__box:nth-of-type(n+2) {
    width: 50%;
  }
  .matome-index__box.matome-index__box--w560 {
    max-width: 480px;
    width: 58%;
  }
  .matome-index__box-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #2F6EC4;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* sp */
@media(max-width:740px){
  .matome-index {
    margin-bottom: 100px;
  }
  .matome-index__ttl {
    font-size: 30px;
    color: #2F6EC4;
    margin-bottom: 15px;
    text-align: center;
  }
  .matome-index__list {
    padding: 0 20px;
  }
  .matome-index__list-item {
    font-size: 16px;
    color: #2F6EC4;
    position: relative;
    padding-left: 1em;
    margin-bottom: 16px;
  }
  .matome-index__list-item::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #DDDDDD;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: calc(16px*1.6/2);
    left: 0.5em;
  }
  .matome-index__list-item-sublist-txt {
    font-size: 14px;
  }
  .matome-index__box-outer {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
  }
  .matome-index__box-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #2F6EC4;
    margin-bottom: 15px;
  }
}


/*
========================================
matome sec
========================================
*/
/* pc */
@media(min-width:741px){
  .matome-sec {
    margin-bottom: 84px;
  }
  .matome-sec__ttl {
    font-size: 24px;
    color: #2F6EC4;
    text-align: center;
    margin-bottom: 28px;
  }
  .matome-sec__ttl--top{
    font-size: 32px;
    margin-bottom: 36px;
  }
  .matome-sec__ttl-sub {
    font-size: 24px;
  }
  .matome-sec__txt{
    width: 630px;
    margin: 0 auto 32px;
    font-size: 16px;
  }
  .matome-sec__txt--top{
    width: 690px;
    font-size: 20px;
  }
  .matome-sec__txt--100per{
    width: 100%;
  }
  .matome-sec__mainbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .matome-sec__mainbox--wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .matome-sec__imgarea {
    width: 300px;
  }
  .matome-sec__imgarea--top{
    width: 375px;
    height: 237px;
    margin: 0 auto;
  }
  .matome-sec__mainbox--wrap .matome-sec__imgarea:first-of-type {
    margin-bottom: 40px;
  }
  .matome-sec__imgarea:not(:last-of-type) {
    margin-right: 30px;
  }
  .matome-sec__mainbox--wrap .matome-sec__imgarea:not(:last-of-type) {
    margin-right: 20px;
  }
  .matome-sec__imgarea-lead {
    color: #4CBEA9;
    font-size: 18px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    margin-bottom: 24px;
  }
  .matome-sec__imgarea-lead::after {
    content: "";
    width: 110%;
    height: 2px;
    background-color: #4CBEA9;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .matome-sec__imgarea_img {
    width: 300px;
    height: 189px;
    margin-bottom: 20px;
  }
  .matome-sec__imgarea--top .matome-sec__imgarea_img {
    width: 375px;
    height: 237px;
  }
  .matome-sec__imgarea-caption--line3 {
    min-height: calc(16px * 1.6 * 3);
  }
  .matome-sec__imgarea-caption--line4 {
    min-height: calc(16px * 1.6 * 4);
  }
  .matome-sec__imgarea-caption:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .matome-sec__imgarea-caption--blue {
    color: #2F6EC4;
  }
  .matome-sec__imgarea-intro {
    margin-bottom: 10px;
  }
  .matome-sec__imgarea-intro--line4{
    min-height: calc(16px * 1.6 * 4);
  }
  .matome-sec__imgarea-intro--line5{
    min-height: calc(16px * 1.6 * 5);
  }
  .matome-sec__imgarea-intro--line6{
    min-height: calc(16px * 1.6 * 6);
  }
  .matome-sec__imgarea-intro--line7{
    min-height: calc(16px * 1.6 * 7);
  }
  .matome-sec__imgarea_img-comment{
    max-width: 300px;
    width: 100%;
    min-height: 120px;
  }
}
/* sp */
@media(max-width:740px){
  .matome-sec {
    margin: 0 9px  75px;
  }
  .matome-sec:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .matome-sec:last-of-type{
    margin-bottom: 60px;
  }
  .matome-sec__ttl {
    font-size: 25px;
    color: #2F6EC4;
    text-align: center;
    margin-bottom: 16px;
  }
  .matome-sec__ttl--top{
    font-size: 30px;
  }
  .matome-sec__ttl-sub {
    font-size: 16px;
  }
  .matome-sec__txt{
    margin: 0 auto 5px;
    font-size: 16px;
  }
  .matome-sec__txt--top {
    margin-bottom: 5px;
  }
  .matome-sec__imgarea {
    margin-bottom: 50px;
  }
  .matome-sec__imgarea-lead {
    color: #4CBEA9;
    font-size: 18px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    margin-bottom: 24px;
  }
  .matome-sec__imgarea-lead::after {
    content: "";
    width: 110%;
    height: 2px;
    background-color: #4CBEA9;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .matome-sec__imgarea_img {
    width: 345px;
    height: 218px;
    margin-bottom: 18px;
  }
  .matome-sec__imgarea-caption {
    margin-bottom: 40px;
  }
  .matome-sec__imgarea-caption--blue {
    color: #2F6EC4;
  }
  .matome-sec__imgarea-intro {
    margin-bottom: 10px;
  }
  .matome-sec__imgarea_img-comment{
    max-width: 345px;
    width: 100%;
    min-height: 100px;
  }
}


/*
========================================
matome dl
========================================
*/
/* pc */
@media(min-width:741px){
  .matome__dl{
    border-radius: 15px;
    max-width: 300px;
    width: 100%;
    padding: 10px 0px 6px;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .matome__dl--yellow{
    color: #FFF535;
  }
  .matome__dl--bg-blue{
    background-color: #0070CB;
  }
}
/* sp */
@media(max-width:740px){
  .matome__dl{
    border-radius: 15px;
    max-width: 300px;
    width: 100%;
    padding: 10px 0px 6px;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin:0px auto 20px;
  }
  .matome__dl--yellow{
    color: #FFF535;
  }
  .matome__dl--bg-blue{
    background-color: #0070CB;
  }
}


/*
==================================
matome work
==================================
*/
/* pc */
@media(min-width:741px){
  .matome-sec__work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .matome-sec__work-box {
    width: 50%;
    max-width: 450px;
    text-align: center;
  }
  .matome-sec__work-box:not(:last-of-type) {
    margin-right: 60px;
  }
  .matome-sec__work-award {
    color: #0070CB;
    font-weight: bold;
    font-size: 14px;
  }
  .matome-sec__work-award::before {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_crown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 15px;
    display: inline-block;
  }
  .matome-sec__work-ttl {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .matome-sec__work-name {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .matome-sec__work-imgarea {
    margin-bottom: 12px;
  }.matome-sec__work-imgarea-item {
    width: 300px;
    height: 190px;
  }
  a.matome-sec__work-link-txt {
    color: #000;
  }
  .matome-sec__work-link {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .matome-sec__work-link:hover,
  .matome-sec__work-link:focus,
  .matome-sec__work-link:active {
    text-decoration: underline;
  }
  .matome-sec__work-subttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .matome-sec__work-txt {
    text-align: left;
    margin-bottom: 14px;
  }
  .matome-sec__work-comment {
    max-width: 300px;
  }
  .matome-sec__carousel-img {
    width: 300px;
    height: 190px;
  }
}
/* sp */
@media(max-width:740px){
  .matome-sec__txt {
    margin-bottom: 20px;
  }
  .matome-sec__work-box {
    text-align: center;
  }
  .matome-sec__work-award {
    color: #0070CB;
    font-weight: bold;
    font-size: 14px;
  }
  .matome-sec__work-award::before {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_crown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 15px;
    display: inline-block;
  }
  .matome-sec__work-ttl {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .matome-sec__work-name {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .matome-sec__work-imgarea {
    margin-bottom: 12px;
  }
  a.matome-sec__work-link-txt {
    color: #000;
  }
  .matome-sec__work-link {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: right;
  }
  .matome-sec__work-link:hover,
  .matome-sec__work-link:focus,
  .matome-sec__work-link:active {
    text-decoration: underline;
  }
  .matome-sec__work-subttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }
  .matome-sec__work-txt {
    text-align: left;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .matome-sec__work-imgarea-item {
    width: 345px;
    height: 218px;
  }
  .matome-sec__work-comment {
    width: 90%;
  }
  .matome-sec__work-box--01 {
    margin-bottom: 30px;
  }
}

/*
==================================
matome idea
==================================
*/
@media (min-width: 741px) {
  .matome-sec__idea {
    max-width: 860px;
    margin: 48px auto 80px;
    padding: 24px 24px 32px 24px;
    border-radius: 16px;
    background: #FFFAD8;
  }
  .matome-sec__idea-ttl {
    color: #2F6EC4;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .matome-sec__idea-ttl > span {
    position: relative;
  }
  .matome-sec__idea-ttl > span::before,
  .matome-sec__idea-ttl > span::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #2F6EC4;
    position: absolute;
    top: 50%;
  }
  .matome-sec__idea-ttl > span::before {
    left: -36px;
    transform: rotate(65deg) translateY(-50%);
  }
  .matome-sec__idea-ttl > span::after {
    right: -36px;
    transform: rotate(-65deg) translateY(-50%);
  }
  .matome-sec__idea-item {
    margin-bottom: 8px;
  }
  .matome-sec__idea-item:last-of-type {
    margin-bottom: 0;
  }
  .matome-sec__idea-text {
    position: relative;
    font-weight: 500;
    padding-left: 24px;
    margin: 0 24px 0;
  }
  .matome-sec__idea-text::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 24px;
    background-image: url('/jiyukenkyu/matome/gallerlly/_assets/img/240530/icon_idea.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 740px) {
  .matome-sec__idea {
    max-width: 860px;
    margin: 48px auto 80px;
    padding: 24px 24px 32px 24px;
    border-radius: 16px;
    background: #FFFAD8;
  }
  .matome-sec__idea-ttl {
    color: #2F6EC4;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .matome-sec__idea-ttl > span {
    position: relative;
  }
  .matome-sec__idea-ttl > span::before,
  .matome-sec__idea-ttl > span::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #2F6EC4;
    position: absolute;
    top: 75%;
  }
  .matome-sec__idea-ttl > span::before {
    left: -105px;
    transform: rotate(65deg) translateY(-50%);
  }
  .matome-sec__idea-ttl > span::after {
    right: -30px;
    transform: rotate(-65deg) translateY(-50%);
  }
  .matome-sec__idea-ttl span.matome-sec__idea-ttl--small {
    font-size: 16px;
  } 
  .matome-sec__idea-item {
    margin-bottom: 16px;
  }
  .matome-sec__idea-item:last-of-type {
    margin-bottom: 0;
  }
  .matome-sec__idea-text {
    position: relative;
    font-weight: 500;
    padding-left: 24px;
  }
  .matome-sec__idea-text::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 24px;
    background-image: url('/jiyukenkyu/matome/gallerlly/_assets/img/240530/icon_idea.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}


/*
==================================
template
==================================
*/
/* pc */
@media(min-width:741px){
  .temp {
    margin-bottom: 40px;
  }
  .temp__txt{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
    position: relative;
  }
  .temp__txt::before {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/line_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 75px;
    position: absolute;
    left: calc(50% - 170px);
    bottom: 0;
  }
  .temp__txt::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/line_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 75px;
    position: absolute;
    right: calc(50% - 170px);
    bottom: 0;
  }
  .temp__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .temp__wrap-box-check,
  .temp__wrap-box-template{
    width: 100%;
    max-width: 360px;
    max-height: 214px;
  }
  .temp__wrap-box-comment{
    width: 100%;
  }
  .temp__wrap-box-comment--w330{
    max-width: 330px;
  }
}
/* sp */
@media(max-width:740px){
  .temp {
    padding: 0 15px;
    margin-bottom: 75px;
  }
  .temp__txt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
  }
  .temp__txt::before {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/line_left-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 77px;
    position: absolute;
    left: calc(50% - 170px);
    bottom: -5px;
  }
  .temp__txt::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/line_right-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 77px;
    position: absolute;
    right: calc(50% - 170px);
    bottom: -5px;
  }
  .temp__wrap {
    text-align: center;
    margin-bottom: 10px;
  }
  .temp__wrap-box-check,
  .temp__wrap-box-template {
    max-width: 360px;
    width: 100%;
    max-height: 234px;
  }
  .temp__wrap-box-comment {
    width: 100%;
  }
  .temp__wrap-box-comment--w339sp{
    max-width: 339px;
  }
}


/*
==================================
anker
==================================
*/
/* pc */
@media(min-width:741px){
  .ank__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ank__wrap-box {
    text-align: center;
  }
  .ank__wrap-box-tag {
    position: relative;
    margin: auto;
    text-align: center;
    padding: 5px 20px 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    background-color: #4CBEA9;
  }
  .ank__wrap-box-tag--02 {
    background-color: #2F6EC4;
  }
  .ank__wrap-box-tag--03 {
    background-color: #8C86DE;
  }
  .ank__wrap-box-tag--04 {
    background-color: #74B5E4;
  }
  .ank__wrap-box-tag::before,
  .ank__wrap-box-tag::after{
    content: "";
    width: 30px;
    height: 7px;
    background-color: #FFF535;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
  }
  .ank__wrap-box-tag::before {
    top: 0;
    left: -7px;
  }
  .ank__wrap-box-tag::after {
    bottom: 0px;
    right: -7px;
  }
  .ank__wrap-box-txt {
    font-size: 34px;
    font-weight: bold;
    color: #7DC4FD;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
    text-align: center;
    line-height: 1;
    margin: 15px 0 20px;
  }
  .ank__wrap-box-txt--sub {
    color: #FFF253;
    font-size: 24px;
  }
  a.ank__wrap-box-btn-link {
    color: #2F6EC4;
  }
  .ank__wrap-box-btn-link {
    display: block;
    background-color: #fff;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0 11px;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    margin: 0 auto;
    position: relative;
  }
  .ank__wrap-box-btn-link::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9.19px;
    height: 14.14px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    right: 10px;
  }
  .ank__wrap-box-btn-link--now {
    background-color: #2F6EC4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  a.ank__wrap-box-btn-link--now {
    color: #fff;
  }
  .ank__wrap-box-btn-link--now::after {
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_bottom-white.svg);
    width: 14.14px;
    height: 9.19px;
  }
  .ank__wrap-box-btn-link:hover,
  .ank__wrap-box-btn-link:focus,
  .ank__wrap-box-btn-link:active {
    background-color: #2F6EC4;
    color: #fff;
  }
  .ank__wrap-box-btn-link:hover::after,
  .ank__wrap-box-btn-link:focus::after,
  .ank__wrap-box-btn-link:active::after {
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_right-white.svg);
    color: #fff;
  }
  .ank__wrap-box-btn-link--now:hover::after,
  .ank__wrap-box-btn-link--now:focus::after,
  .ank__wrap-box-btn-link--now:active::after {
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_bottom-white.svg);
  }
}
/* sp */
@media(max-width:740px){
  .anker {
    background-color: #fff;
    width: 100vw;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .ank__wrap{
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
  }
  a.ank__wrap-box {
    color: #2F6EC4;
  }
  .ank__wrap-box {
    display: block;
    position: relative;
    padding: 3px 15px;
  }
  .ank__wrap::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #2F6EC4;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .ank__wrap-box::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #2F6EC4;
    bottom: 0;
  }
  .ank__wrap-box::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    right: 0px;
  }
  a.ank__wrap-box--now{
    color: #fff;
  }
  .ank__wrap-box--now{
    background-color: #2F6EC4;
  }
  .ank__wrap-box--now::after{
    background-image: url(/jiyukenkyu/matome/_shared/img/icon_arrow_right-white.svg);
  }
  .ank__wrap-box-tag {
    font-size: 16px;
    display: block;
  }
  .ank__wrap-box-txt {
    font-size: 24px;
    display: block;
  }
  .ank__wrap-box:hover,
  .ank__wrap-box:focus,
  .ank__wrap-box:active {
    background-color: #2F6EC4;
    color: #fff;
  }
}