@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@media screen and (min-width: 741px) {
  #main {
    width: 100%;
  }
  #sidebar{
    display: none;
  }
  .breadcrumb {
    width: 960px;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
  }
  .sp__only{
    display: none;
  }
  .kv{
    background-color: #CDE2EC;
    width: 100%;
    height: 350px;
    display: block;
    background-repeat: repeat;
  }
  .kv__ttl{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #172A80;
    width: 960px;
    margin: 0 auto;
    padding-top: 123px;
  }
  .kv__ttl::before{
    position: absolute;
    content: "";
    width: 470px;
    height: 350px;
    background: url(/_assets/img/expert/20221220/kv_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 71.5%;
    transform: translateY(-50%);
    right: -50px;
  }
  .kv__ttl-bold{
    font-size: 54px;
    display: block;
  }
  .anchorBtn__wrap {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 900px;
  }
  .anchorBtn {
    position: relative;
    width: 430px;
    font-size: 24px;
    line-height: 1;
    padding: 15px 0px;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 4px;
  }
  .anchorBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 26.5px;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-75%) rotate(135deg);
  }
  .anchorBtn:hover {
    text-decoration: none;
    background-color: #ffffff !important;
  }
  .anchorBtn.-benesse:hover::after {
    border-color: #144D9C !important;
  }
  .anchorBtn.-partner:hover::after {
    border-color: #171C61 !important;
  }
  .anchorBtn.-benesse:hover {
    color: #144D9C !important;
  }
  .anchorBtn.-partner:hover {
    color: #171C61 !important;
  }
  .anchorBtn.-benesse {
    background-color: #144D9C;
    border: #144D9C 1px solid;
  }
  .anchorBtn.-partner {
    background-color: #171C61;
    border: #171C61 1px solid;
  }
  .specialist{
    width: 960px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .specialist__wrap{
    margin-top: 80px;
  }
  .specialist__wrap:first-of-type{
    margin-top: 40px;
  }
  .specialist__annotation {
    font-size: 16px;
    color: #808080;
    line-height: 1.8;
  }
  .specialist__cat {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    color: #171C61;
    font-weight: normal;
    margin-top: 16px;
  }
  .specialist__cat::after {
    border-bottom: 2px solid #171C61;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 10px;
  }
  .specialist__people-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .specialist__img{
    width: 138px;
    height: 138px;
    border-radius: 50%;
  }
  .spacialist__tag {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    background-color: #144D9C;
    font-weight: bold;
    padding: 2px 8px 4px;
    margin-top: 8px;
  }
  .specialist__name-wrap{
    margin: 0 0 0 23px;
  }
  .specialist__name{
    font-size: 30px;
    font-weight: bold;
    color: #144D9C;
    padding-bottom: 10px;
    border-bottom: 2px #144D9C solid;
    line-height: 30px;
    width: 808px;
    margin-top: 10px;
  }
  .specialist__name-small{
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
    margin-left: 15px;
  }
  .specialist__position{
    font-size: 16px;
    font-weight: normal;
    color: #144D9C;
    line-height: 1.5;
    padding-top: 10px;
  }
  .specialist__txt{
    margin: 30px 0 35px;
    color: #595757;
    line-height: 1.5;
  }
  .specialist_inner {
    background-color: #F7F7F7;
    border: 1px solid #E1E1E1;
    padding: 40px 30px;
  }
  .specialist__ttl {
    font-size: 20px;
    font-weight: bold;
    color: #144D9C;
  }
  .specialist__article{
    margin-bottom: 20px;
  }
  .specialist__article-list{
    position: relative;
    color: #144D9C;
    font-size: 16px;
    margin-top: 15px;
  }
  .specialist__article-list a{
    color: #144D9C;
  }
  .specialist__article-list a:hover{
    opacity: 0.7;
  }
  .specialist__article-list::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url(/_assets/img/expert/20221220/specialist_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .specialist__article-list.specialist__article-list--other {
    color: #000;
  }
  .specialist__article-list.specialist__article-list--other::before {
    content: none;
  }
  .specialist__linkWrap {
    display: block;
    text-align: right;
    margin-top: 16px;
  }
  .specialist__link {
    position: relative;
    margin-top: 16px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: #144D9C;
    box-sizing: border-box;
    margin-left: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .specialist__link:hover{
    opacity: 0.7;
  }
  .specialist__link::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url(/_assets/img/expert/241101/specialist_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .partner {
    margin-top: 80px;
    padding-top: 32px;
  }
  .app{
    width: 960px;
    margin: 91px auto 0;
  }
  .app__ttl{
    font-size: 30px;
    font-weight: bold;
    color: #171C61;
    font-family: "Ryumin Regular KL","typesquare";
  }
  .app-wrap{
    display: flex;
    flex-direction: row;
  }
  .app__left{
    width: 480px;
  }
  .app__top{
    height: 152px;
    background-color: #685FA4;
    box-sizing: border-box;
    padding: 41px 0 0 219px;
  }
  .app__top-txt{
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
  }
  .app__top-txt::before{
    position: absolute;
    content: "";
    width: 136px;
    height: 104px;
    background: url(/_assets/img/expert/20221220/award_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: -180px;
  }
  .app__top-txt--lead{
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
    font-weight: normal;
  }
  .app__bottom{
    background-color: #70A8CA;
    height: 178px;
    width: 480px;
  }
  .app__bottom-txt{
    display: block;
    margin: 0px auto 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Ryumin Regular KL","typesquare";
    width: 389px;
    padding-top: 23px;
  }
  .app__bottom-img{
    display: block;
    width: 249px;
    margin: 23px auto 0;
    padding-bottom: 30px;
  }
  .app__right{
    width: 479px;
  }
  .app__download{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    margin: 40px auto 0;
    width: 212px;
    display: block;
    font-weight: normal;
  }
  .app__download-wrap{
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
  }
  .app__download-wrap img{
    width: 178px;
  }
}
@media screen and (max-width: 740px) {
  #main {
    width: 100%;
    padding: 0 0 16vw;
  }
  #sidebar{
    display: none;
  }
  .breadcrumb {
    width: 375px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents {
    width: 100%;
    padding: 0;
  }
  .kv{
    width: 100%;
    height: 61.47vw;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/_assets/img/expert/20230324/kv_sp.png);
    background-color: #f0ffff;
    background-position: right;
  }
  .kv__ttl{
    position: relative;
    font-size: 2.53vw;
    font-weight: bold;
    color: #172A80;
    padding-top: 24.93vw;
    margin: 0 auto;
    margin-left: 4.27vw;
  }
  .kv__img{
    width: 100%;
  }
  .kv__ttl-bold{
    font-size: 6vw;
    display: block;
    font-weight: normal;
  }

  .anchorBtn__wrap {
    margin: 8.53vw auto 10.67vw;
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 78.67%;
  }
  .anchorBtn {
    position: relative;
    width: 100%;
    font-size: 3.73vw;
    line-height: 1;
    padding: 15px 0px;
    color: #FFFFFF !important;
    text-align: center;
    border-radius: 2px;
  }
  .anchorBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.4vw;
    line-height: 1;
    width: 2.13vw;
    height: 2.13vw;
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-75%) rotate(135deg);
  }
  .anchorBtn.-benesse {
    background-color: #144D9C;
    border: #144D9C 1px solid;
  }
  .anchorBtn.-partner {
    background-color: #171C61;
    border: #171C61 1px solid;
  }
  .anchorBtn.-benesse div {
    margin-right: 14px;
  }
  .anchorBtn.-partner div{
    margin-right: 17px;
  }
  .specialist{
    margin: 0 5.333vw;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .specialist__wrap{
    margin-top: 21.07vw;
  }
  .specialist__wrap:first-of-type{
    margin-top: 5.33vw;
  }
  .specialist__annotation {
    font-size: 2.93vw;
    color: #808080;
    line-height: 1.4;
  }
  .specialist__cat {
    display: block;
    font-size: 5.33vw;
    line-height: 1;
    color: #171C61;
    font-weight: normal;
    margin-top: 12px;
  }
  .specialist__cat::after {
    border-bottom: 1px solid #171C61;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 8px;
  }
  .specialist__people-wrap{
    display: flex;
    flex-direction: column;
  }
  .specialist__img{
    width: 24vw;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
  }
  .spacialist__tag {
    display: inline-block;
    color: #ffffff;
    font-size: 2.93vw;
    line-height: 1;
    background-color: #144D9C;
    padding: 4.5px 10px;
    font-weight: normal;
    margin-top: 15px;
  }
  .specialist__name{
    font-size: 18px;
    font-weight: bold;
    color: #144D9C;
    padding-bottom: 1.33vw;
    padding-top: 1.33vw;
    border-bottom: 1px #144D9C solid;
    line-height: 1.1;
    width: 100%;
  }
  .specialist__name-small{
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
  }
  .specialist__position{
    font-size: 3.73vw;
    font-weight: normal;
    color: #144D9C;
    padding-top: 10px;
    line-height: 1.35;
    padding-top: 2vw;
  }
  .specialist_inner {
    background-color: #F7F7F7;
    border: 1px solid #E1E1E1;
    padding: 32px 20px;
  }
  .specialist__ttl {
    font-size: 18px;
    font-weight: bold;
    color: #144D9C;
  }
  .specialist__txt{
    margin: 15px 0;
    font-size: 4.27vw;
    color: #595757;
  }
  .specialist__article{
    position: relative;
  }
  .specialist__article-list{
    position: relative;
    color: #144D9C;
    font-size: 16px;
    margin-top: 24px;
  }
  .specialist__article-list:first-of-type {
    margin-top: 16px;
  }
  .specialist__article-list a{
    display: inline-block;
    color: #144D9C;
    padding-right: 35px;
  }
  .specialist__article-list a:hover{
    opacity: 0.7;
  }
  .specialist__article-list::before{
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: url(/_assets/img/expert/20221220/specialist_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .specialist__article-list.specialist__article-list--other {
    color: #000;
  }
  .specialist__article-list.specialist__article-list--other::before {
    content: none;
  }
  .specialist__linkWrap {
    display: block;
    right: 4.4vw;
    margin-top: 4.27vw;
  }
  .specialist__link {
    position: relative;
    margin-top: 16px;
    width: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: #144D9C;
    box-sizing: border-box;
    margin: 24px auto 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .specialist__link::after {
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background: url(/_assets/img/expert/241101/specialist_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .-no-individual:nth-of-type(n+2) {
    margin-top: 10.67vw;
  }
  .partner {
    margin-top: 13.33vw;
    padding-top: 8vw;
  }
  .app{
    width: 91.47%;
    margin: 0 auto;
    margin-top: 21.33vw;
    display: block;
  }
  .app__ttl{
    display: block;
    font-size: 5.33vw;
    line-height: 1;
    color: #171C61;
    font-weight: normal;
    margin-left: 0;
    font-family: "Ryumin Regular KL","typesquare";
  }
  .app-wrap{
    margin-top: 8.53vw;
    display: flex;
    flex-direction: column;
  }
  .app__left{
    width: 100%;
  }
  .app__top{
    width: 100%;
    background-color: #685FA4;
    box-sizing: border-box;
    position: relative;
  }
  .app__top-txt{
    font-size: 3.73vw;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding: 5.47vw 0 5.73vw;
    line-height: 1.5;
    margin-left: 37.07vw;
  }
  .app__top-txt::before{
    position: absolute;
    content: "";
    width: 23.87vw;
    height: 18.4vw;
    background: url(/_assets/img/expert/20230324/award_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    left: -29.07vw;
  }
  .app__top-txt--lead{
    font-size: 2.4vw;
    text-decoration: underline;
    margin-top: 1.07vw;
    display: block;
    line-height: 1.1;
    font-weight: normal;
  }
  .app__bottom{
    background-color: #70A0C2;
    width: 100%;
  }
  .app__bottom-txt{
    display: block;
    margin: 0 auto;
    font-size: 3.47vw;
    font-weight: normal;
    color: #FFFFFF;
    font-family: "Ryumin Regular KL","typesquare";
    width: 74.8vw;
    padding-top: 6.4vw;
  }
  .app__bottom-img{
    display: block;
    width: 56.22vw;
    margin: 5.33vw auto 0;
    padding-bottom: 6.4vw;
  }
  .app__right{
    width: 100%;
  }
  .app__download{
    margin: 11.2vw auto 0;
    width: 36.27vw;
    display: block;
  }
  .app__download-wrap{
    width: 66.4vw;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
    margin-top: 3.2vw;
  }
  .app__download-wrap a{
    display: inline-block;
  }
  .app__download-wrap img{
    width: 100%;
  }
}
.anchorBtn__wrap{
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.specialist__cat{
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}