@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: 960px;
    width: 95%;
    margin: 20px auto 10px;
  }
  .sp{
    display: none !important;
  }
  .article-body p {
    white-space: pre-wrap;
  }
}
/* 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;
  }
}


/*
==================================
lead
==================================
*/
/* pc */
@media(min-width:741px){
  .lead-inner {
    max-width: 960px;
    width: 100%;
    min-height: 360px;
    margin: 0 auto;
    text-align: center;
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/ttl_bg-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
  }
  .lead__ttl {
    padding-top: 16px;
    margin-bottom: 23px;
  }
  .lead__ttl img {
    width: 443px;
    height: 237px;
  }
  .lead__txt {
    padding-bottom: 43px;
  }
}
/* sp */
@media(max-width:740px){
  .lead {
    background-color: #E3F2FD;
    padding-top: 8px;
  }
  .lead-inner {
    text-align: center;
    margin: 0px 11px;
    padding: 30px 14px 36px;
    background-color: #fff;
    border-radius: 10px;
  }
  .lead__ttl {
    margin-bottom: 20px;
  }
  .lead__ttl img {
    max-width: 327px;
    width: 100%;
    max-height: 172px;
    height: 100%;
  }
  .lead__txt {
    font-size: 18px;
    font-weight: bold;
  }
}


/*
========================================
matome shared
========================================
*/
/* pc */
@media(min-width:741px){
  .matome{
    width: 100%;
    background-color: #E3F2FD;
    padding-bottom: 75px;
  }
  .matome-inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
/* sp */
@media(max-width:740px){
  .matome{
    width: 100%;
    background-color: #E3F2FD;
    padding-bottom: 40px;
  }
  .matome-inner{
    margin: auto;
    padding: 25px 0 30px;
  }
}


/*
==================================
anker
==================================
*/
/* pc */
@media(min-width:741px){
  .matome__anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  .matome__ank-box {
    text-align: center;
  }
  .matome__ank-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;
  }
  .matome__ank-box-tag--02 {
    background-color: #2F6EC4;
  }
  .matome__ank-box-tag--03 {
    background-color: #8C86DE;
  }
  .matome__ank-box-tag--04 {
    background-color: #74B5E4;
  }
  .matome__ank-box-tag::before,
  .matome__ank-box-tag::after{
    content: "";
    width: 30px;
    height: 7px;
    background-color: #FFF535;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    position: absolute;
  }
  .matome__ank-box-tag::before {
    top: 0;
    left: -7px;
  }
  .matome__ank-box-tag::after {
    bottom: 0px;
    right: -7px;
  }
  .matome__ank-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;
  }
  .matome__ank-box-txt--sub {
    color: #FFF253;
    font-size: 24px;
  }
  a.matome__ank-box-btn-link {
    color: #2F6EC4;
  }
  .matome__ank-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;
  }
  .matome__ank-box-btn-link::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/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;
  }
  .matome__ank-box-btn-link--bottom::after {
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/icon_arrow_bottom.svg);
    width: 14.14px;
    height: 9.19px;
  }
  .matome__ank-box-btn-link:hover {
    background-color: #4CBEA9;
    color: #fff;
  }
  .matome__ank-box:nth-of-type(2) .matome__ank-box-btn-link:hover {
    background-color: #2F6EC4;
  }
  .matome__ank-box:nth-of-type(3) .matome__ank-box-btn-link:hover {
    background-color: #8C86DE;
  }
  .matome__ank-box:nth-of-type(4) .matome__ank-box-btn-link:hover {
    background-color: #74B5E4;
  }
  .matome__ank-box-btn-link:hover::after {
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/icon_arrow_right-white.svg);
    color: #fff;
  }
  .matome__ank-box-btn-link--bottom:hover::after {
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/icon_arrow_bottom-white.svg);
  }
}
/* sp */
@media(max-width:740px){
  .matome__anker {
    padding: 0 15px;
    color: #2F6EC4;
    font-weight: bold;
    margin-bottom: 0;
  }
  .matome__ank-box {
    display: block;
    position: relative;
    background: #fff;
  }
  /* .matome__ank-box--01 {
    background: #2F6EC4;
  } */
  .matome__ank-box:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .matome__ank-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2F6EC4;
    bottom: -8px;
  }
  .matome__ank-box::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/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;
  }
  .matome__ank-box--bottom::after{
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/icon_arrow_bottom.svg);
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
        -ms-transform: translate(-50%,-50%) rotate(180deg);
            transform: translate(-50%,-50%) rotate(180deg);
  }
  .matome__ank-box-tag {
    font-size: 16px;
    display: block;
    color: #2F6EC4;
  }
  /* .matome__ank-box-tag--01 {
    color: #fff;
  } */
  .matome__ank-box-txt {
    font-size: 24px;
    display: block;
    color: #2F6EC4;
  }
  /* .matome__ank-box-txt--01 {
    color: #fff;
  } */
  .matome__ank-box:hover,
  .matome__ank-box:focus,
  .matome__ank-box:active {
    opacity: 0.6;
  }
  .matome__ank-box:hover,
  .matome__ank-box:focus,
  .matome__ank-box:active .matome__ank-box{
    background: #2F6EC4;
  }
  .matome__ank-box:hover,
  .matome__ank-box:focus,
  .matome__ank-box:active .matome__ank-box-tag{
    color: #fff;
  }
  .matome__ank-box:hover,
  .matome__ank-box:focus,
  .matome__ank-box:active .matome__ank-box-txt{
    color: #fff;
  }
}


/*
==================================
main ttl,lead
==================================
*/
/* pc */
@media(min-width:741px){
  .matome__main {
    margin-bottom: 100px;
  }
  .matome__main-ttl {
    text-align: center;
    margin-bottom: 22px;
  }
  .matome__main-ttl-tag {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    padding: 2px 20px 1px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 100px;
    background-color: #4CBEA9;
    max-width: 340px;
    display: block;
  }
  .matome__main-ttl-tag::before,
  .matome__main-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__main-ttl-tag::before {
    top: 0;
    left: -7px;
  }
  .matome__main-ttl-tag::after {
    bottom: 0px;
    right: -7px;
  }
  .matome__main-ttl-txt {
    font-size: 48px;
    color: #7DC4FD;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
  }
  .matome__main-ttl-txt--yellow {
    color: #FFF253;
    margin-left: 0.5em;
  }

  .matome__main-lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
  }
  .matome__main-lead-txt {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
/* sp */
@media(max-width:740px){
  .matome__main {
    margin-bottom: 50px;
  }
  .matome__main-ttl {
    text-align: center;
    margin-bottom: 25px;
  }
  .matome__main-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;
    background-color: #4CBEA9;
    max-width: 260px;
    display: block;
  }
  .matome__main-ttl-tag::before,
  .matome__main-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__main-ttl-tag::before {
    top: 0;
    left: -7px;
  }
  .matome__main-ttl-tag::after {
    bottom: 0px;
    right: -7px;
  }
  .matome__main-ttl-txt {
    font-size: 33px;
    color: #7DC4FD;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
    line-height: 39px;
  }
  .matome__main-ttl-txt--yellow {
    color: #FFF253;
  }

  .matome__main-lead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
  }

  .matome__main-lead-txt {
    margin: 0 15px 25px;
  }
}


/*
==================================
main anker
==================================
*/
/* pc */
@media(min-width:741px){
  .matome__main-anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin-bottom: 72px;
  }
  .matome__main-anker-box {
    max-width: 479px;
    width: 50%;
  }
  .matome__main-anker-box:not(:last-of-type) {
    margin-right: 5px;
  }
  a.matome__main-anker-link {
    color: #FFF253;
  }
  .matome__main-anker-link {
    max-width: 479px;
    width: 100%;
    background-color: #4CBEA9;
    display: block;
    font-size: 24px;
    padding: 4px 0;
    font-weight: bold;
    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__main-anker-link--sub {
    color: #fff;
    margin-left: 0.5em;
  }
  .matome__main-anker-link::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/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%);
    top: 50%;
    right: 26px;
  }
  .matome__main-anker-link:hover,
  .matome__main-anker-link:focus,
  .matome__main-anker-link:active {
    opacity: 0.85;
  }
}
/* sp */
@media(max-width:740px){
  .matome__main-anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin-bottom: 32px;
  }
  .matome__main-anker-box {
    max-width: 50%;
    width: 50%;
  }
  .matome__main-anker-box:not(:last-of-type) {
    margin-right: 1px;
  }
  a.matome__main-anker-link {
    color: #FFF253;
  }
  .matome__main-anker-link {
    width: 100%;
    background-color: #4CBEA9;
    display: block;
    font-size: 20px;
    padding: 10px 0 27px;
    font-weight: bold;
    position: relative;
    line-height: 1;
  }
  .matome__main-anker-link--sub {
    color: #fff;
    font-size: 16px;
  }
  .matome__main-anker-link::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/icon_arrow_bottom-white.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%);
    left: 50%;
    bottom: 0px;
  }
  .matome__main-anker-link:hover,
  .matome__main-anker-link:focus,
  .matome__main-anker-link:active {
    opacity: 0.85;
  }
}


/*
==================================
main cont
==================================
*/
/* pc */
@media(min-width:741px){
  .matome__main-container:not(:last-of-type) {
    margin-bottom: 180px;
  }
  .matome__main-cont-ttl {
    text-align: center;
    font-size: 48px;
    color: #FFF253;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
  }
  .matome__main-cont-ttl--sub {
    color: #4CBEA9;
    font-size: 34px;
    text-shadow: none;
  }

  .matome__main-cont-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .matome__main-cont-img-item {
    width: 300px;
    height: 190px;
  }

  .matome__main-cont-txt {
    font-size: 16px;
    width: 690px;
    margin: 0 auto 50px;
  }

  .matome__main-cont-summary {
    background-color: #fff;
    border-radius: 20px;
    padding: 34px 48px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2F6EC4;
    margin-bottom: 80px;
  }
  .matome__main-cont-sum-normal {
    max-width: 480px;
    width: 56%;
    margin-right: 64px;
    position: relative;
  }
  .matome__main-cont-sum-normal::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 110%;
    background-color: #DDDDDD;
    right: -64px;
    top: 0;
  }
  .matome__main-cont-sum-normal-ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
  .matome__main-cont-sum-normal-list {
    font-size: 20px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 190px;
  }
  .matome__main-cont-sum-normal-list-txt:nth-of-type(n+6) {
    margin-left: 80px;
  }
  .matome__main-cont-sum-step {
    width: 44%;
    max-width: 380px;
    text-align: center;
  }
  .matome__main-cont-sum-step-tag {
    background-color: #FFF253;
    width: 160px;
    display: block;
    margin: 0 auto;
    border-radius: 36px;
    font-size: 16px;
    font-weight: bold;
  }
  .matome__main-cont-sum-step-ttl {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .matome__main-cont-sum-step-list {
    text-align: left;
    padding-left: 67px;
    font-size: 20px;
    font-weight: bold;
  }
  .matome__main-cont-sum-step-list-txt {
    position: relative;
    display: table;
  }
  .matome__main-cont-sum-step-list-txt:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .matome__main-cont-sum-step-list-txt::after {
    content: "";
    position: absolute;
    width: 115%;
    height: 10px;
    background-color: rgba(255,242,83,0.5);
    bottom: -6px;
    left: -5px;
  }

  .matome__main-cont-gallery {
    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;
    margin-bottom: 60px;
  }
  .matome__main-cont-gal-box {
    max-width: 300px;
    width: 32%;
    margin-bottom: 38px;
  }
  .matome__main-cont-gal-box-txt {
    color: #2F6EC4;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .matome__main-cont-gal-box-txt-plane {
    margin-bottom: 16px;
    min-height: 130px;
  }
  .matome__main-cont-gal-box-img-item {
    max-width: 300px;
    width: 100%;
    max-height: 190px;
  }

  .matome__main-cont-step-ttl {
    color: #4CBEA9;
    font-size: 33px;
    text-align: center;
    margin: 0 auto 38px;
    width: 368px;
    background-color: #FFF253;
    border-radius: 100px;
    line-height: 1;
    padding: 17px 0;
  }
  .matome__main-cont-step-ttl-sub {
    font-size: 22px;
  }

  .matome__main-cont-step-lead {
    width: 690px;
    margin: 0 auto 50px;
  }

  .matome__main-cont-step-gal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .matome__main-cont-step-gal-box {
    max-width: 300px;
    width: 32%;
  }
  .matome__main-cont-step-gal-txt {
    color: #2F6EC4;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
  .matome__main-cont-step-gal-txt-plane {
    min-height: 128px;
    margin-bottom: 16px;
  }
  .matome__main-cont-step-gal-img-item {
    max-width: 300px;
    max-height: 190px;
  }

  .matome__main-cont-promotion {
    padding: 0 15px;
  }
  .matome__main-cont-pro-txt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
    position: relative;
  }
  .matome__main-cont-pro-txt::before {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/line_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 75px;
    position: absolute;
    left: calc(50% - 170px);
    bottom: 0;
  }
  .matome__main-cont-pro-txt::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/line_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 75px;
    position: absolute;
    right: calc(50% - 170px);
    bottom: 0;
  }
  .matome__main-cont-pro-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .matome__main-cont-pro-wrap-box-check {
    width: 100%;
    max-width: 330px;
    max-height: 191px;
    /* box-shadow: 0px 10px 10px rgba(0,0,0,0.1); */

  }
  .matome__main-cont-pro-wrap-box-template {
    width: 100%;
    max-width: 360px;
    max-height: 214px;
    /* box-shadow: 0px 10px 10px rgba(0,0,0,0.1); */

  }
  .matome__main-cont-pro-wrap-box-comment {
    max-width: 297px;
    max-height: 197px;
  }
}
/* sp */
@media(max-width:740px){
  .matome__main-container:not(:last-of-type) {
    margin-bottom: 200px;
  }
  .matome__main-cont-ttl {
    text-align: center;
    font-size: 33px;
    color: #FFF253;
    text-shadow: 1px 0 0 #0070cb, 0 1px 0 #0070cb, -1px 0 0 #0070cb, 0 -1px 0 #0070cb;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
  }
  .matome__main-cont-ttl--sub {
    color: #4CBEA9;
    font-size: 20px;
    text-shadow: none;
  }

  .matome__main-cont-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .matome__main-cont-img-item {
    max-width: 345px;
    height: 218px;
  }

  .matome__main-cont-txt {
    margin: 0 15px 25px;
  }

  .matome__main-cont-summary {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 25px 20px;
    color: #2F6EC4;
    margin: 0 15px 60px;
  }
  .matome__main-cont-sum-normal {
    max-width: 300px;
    margin: 0 auto;
  }
  .matome__main-cont-sum-normal-ttl {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
  .matome__main-cont-sum-normal-list {
    font-size: 16px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 140px;
    margin-bottom: 14px;
  }
  .matome__main-cont-sum-step {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .matome__main-cont-sum-step-tag {
    background-color: #FFF253;
    width: 123px;
    display: block;
    margin: 0 auto;
    border-radius: 36px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
  }
  .matome__main-cont-sum-step-ttl {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .matome__main-cont-sum-step-list {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }

  .matome__main-cont-gallery {
    margin-bottom: 66px;
  }
  .matome__main-cont-gal-box {
    margin-bottom: 41px;
  }
  .matome__main-cont-gal-box-txt {
    color: #2F6EC4;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .matome__main-cont-gal-box-txt-plane {
    margin: 0 15px 15px;
  }
  .matome__main-cont-gal-box-img {
    text-align: center;
  }
  .matome__main-cont-gal-box-img-item {
    max-width: 345px;
    width: 100%;
    max-height: 218px;
  }

  .matome__main-cont-step-ttl {
    color: #4CBEA9;
    font-size: 30px;
    text-align: center;
    margin: 0 auto 25px;
    width: 328px;
    background-color: #FFF253;
    border-radius: 50px;
    line-height: 1;
    padding: 14px 0;
  }
  .matome__main-cont-step-ttl-sub {
    font-size: 20px;
  }

  .matome__main-cont-step-lead {
    margin: 0 15px 30px;
  }

  .matome__main-cont-step-gal {
    margin-bottom: 112px;
  }
  .matome__main-cont-step-gal-box {
    margin-bottom: 40px;
  }
  .matome__main-cont-step-gal-txt {
    color: #2F6EC4;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .matome__main-cont-step-gal-txt-plane {
    margin: 0 15px 10px;
  }
  .matome__main-cont-step-gal-img {
    text-align: center;
  }
  .matome__main-cont-step-gal-img-item {
    max-width: 345px;
    width: 100%;
    max-height: 218px;
  }

  .matome__main-cont-promotion {
    padding: 0 15px;
  }
  .matome__main-cont-pro-txt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    position: relative;
  }
  .matome__main-cont-pro-txt::before {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/line_left-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 77px;
    position: absolute;
    left: calc(50% - 170px);
    bottom: -5px;
  }
  .matome__main-cont-pro-txt::after {
    content: "";
    background-image: url(/jiyukenkyu/matome/_assets/img/210601/line_right-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 77px;
    position: absolute;
    right: calc(50% - 170px);
    bottom: -5px;
  }
  .matome__main-cont-pro-wrap-box {
    margin-bottom: 40px;
    text-align: center;
  }
  .matome__main-cont-pro-wrap-box-check {
    max-width: 345px;
    width: 100%;
    max-height: 218px;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  }
  .matome__main-cont-pro-wrap-box-template {
    max-width: 345px;
    width: 100%;
    max-height: 218px;
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  }
  .matome__main-cont-pro-wrap-box-comment {
    max-width: 345px;
    width: 100%;
    max-height: 176px;
  }
}


/*
==================================
main assistant
==================================
*/
/* sp */
@media(max-width:740px){
  .matome__main-assistant {
    margin: 60px 10px 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px 30px 18px;
  }
  .matome__main-ass-ttl {
    font-size: 20px;
    color: #2F6EC4;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .matome__main-ass-wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .matome__main-ass-wrap-box:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .matome__main-ass-wrap-box-img {
    margin-right: 20px;
  }
  .matome__main-ass-wrap-box-img-item {
    width: 120px;
    height: 120px;
  }
  .matome__main-ass-wrap-box-name {
    font-size: 20px;
    font-weight: bold;
  }
  .matome__main-ass-wrap-box-txt {
    font-size: 16px;
  }
}