@media (min-width:741px){
  #main {
    width: 100%;
  }
  .spb{
    width: 100%;
  }
  .breadcrumb {
    width: 960px;
    margin: 0 auto;
  }
  #contents {
    width: 100%;
    background-color: #FFFFEB;
    padding-top: 0px;
  }
  main{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #kv{
    height: 500px;
    font-size: 62px;
    font-weight: bold;
    line-height: 90px;
    color: #EA8E00;
    position: relative;
    padding: 70px 0 0 0;
    z-index: 1;
  }
  #kv::before{
    position: absolute;
    content: "";
    max-width: 1200px;
    width: 100%;
    height: 90%;
    background-image: url(/kyouiku/kakezan/_assets/img/KV_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 68px;
    z-index: -1;
  }
  .kv__ttl{
    width: 59%;
    border-radius: 20px;
    padding-left: 92px;
  }
  .kv__ttl--big, .kv__ttl--small{
    display: block;
    background-color: #FFFFFF;
  }
  .kv__ttl--big{
    border-radius: 0 20px 20px 20px;
  }
  .kv__ttl-inner{
    display: flex;
    flex-direction: row;
  }
  .kv__ttl--small{
    font-size: 32px;
    border-radius: 20px 20px 0px 0px;
  }
  .kv__ttl--add{
    font-size: 21px;
    display: block;
    color: #FFFFFF;
    position: relative;
    width: 175px;
    height: 90px;
    background-image: url(/kyouiku/kakezan/_assets/img/KV_txt_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-left: 41px;
  }
  .kv__date{
    font-size: 20px;
    margin-left: 92px;
    line-height: 48px;
    display: block;
    background-color: #fff;
    width: 120px;
    padding-left: 10px;
  }
  .summary__txt{
    text-align: center;
  }
  .summary .step__article-list{
    border: 1px solid #EA8E00;
    box-shadow: 3px 3px #EA8E00;
  }
  #nav{
    margin: 100px auto 0;
    max-width: 890px;
    width: 100%;
  }
  .nav__list{
    display: flex;
  }
  .nav__list-item{
    width: 270px;
    background-color: #FFFFFF;
    border: #0099EA 3px solid;
    border-radius: 20px;
    position: relative;
    transition: .2s linear;
    top: 0;
  }
  .nav__list-item.step2{
    border: #DD4545 3px solid;
  }
  .nav__list-item.step3{
    border: #40AC20 3px solid;
  }
  .nav__list-item:not(:last-of-type){
    margin-right: 40px;
  }
  .nav__list-item:hover{
    top: 2px;
  }
  .nav__list-item::before{
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(/kyouiku/kakezan/_assets/img/step1_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s linear;
  }
  .nav__list-item:hover::before{
    bottom: 6px;
  }
  .nav__list-item a:hover{
    text-decoration: none;
  }
  .nav__list-item.step2::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step2_arrow.svg);
  }
  .nav__list-item.step3::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step3_arrow.svg);
  }
  .nav__list-item img{
    width: 179px;
    display: block;
    margin: 0 auto 17.5px;
  }
  .nav__list-item.step2 img,
  .nav__list-item.step3 img{
    width: 155px;
  }
  .nav__list-item a{
    color: inherit;
    display: block;
    padding: 15px 0 30px 0;
  }
  .nav__list-item-txt{
    text-align: center;
    color: #333333;
    font-weight: bold;
  }
  #step1, #step2, #step3{
    max-width: 1200px;
    width: 100%;
    border-radius: 40px;
    margin: 174px auto 0;
    padding-bottom: 53px;
  }
  #step1{
    background-color: #C7ECFF;
  }
  #step2{
    background-color: #FFC7C7;
  }
  #step3{
    background-color: #DEF2CD;
  }
  .step__wrap--white{
    background-color: #FFFFFF;
    position: relative;
    border-bottom-left-radius: 65% 10%;
    border-bottom-right-radius: 65% 10%;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
  }
  .step__wrap--white::before{
    position: absolute;
    content: "";
    max-width: 1145px;
    width: 100%;
    max-height: 202px;
    height: 100%;
    background-image: url(/kyouiku/kakezan/_assets/img/step1_bg_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #step2 .step__wrap--white::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step2_bg_pc.png);
  }
  #step3 .step__wrap--white::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step3_bg_pc.png);
  }
  .step__img{
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translateX(-50%);
    width: 284px;
  }
  .step__unit-img{
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    display: block;
  }
  .step__ttl{
    font-size: 38px;
    font-weight: bold;
    line-height: 35.2px;
    text-align: center;
    margin: 0 auto 0;
    padding-top: 93px;
    padding-bottom: 5px;
    border-bottom: #C7ECFF 5px solid;
    width: 602px;
  }
  #step2 .step__ttl{
    border-bottom: #FFC7C7 5px solid;
    width: 720px;
  }
  #step3 .step__ttl{
    border-bottom: #DEF2CD 5px solid;
    width: 830px;
  }
  .step__ttl--small{
    display: block;
    text-align: center;
    font-size: 22px;
  }
  .step__txt{
    max-width: 716px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin: 50px auto 0;
  }
  .step__article{
    max-width: 350px;
    width: 100%;
    margin: 16px auto 0;
  }
  .step__article-list{
    width: 349px;
    height: 120px;
    border: 1px #0099EA solid;
    border-radius: 6px;
    box-shadow: 3px 3px #0099EA;
    position: relative;
    background-color: #fff;
  }
  #step2 .step__article-list{
    border: 1px #DD4545 solid;
    box-shadow: 3px 3px #DD4545;
  }
  #step3 .step__article-list{
    border: 1px #40AC20 solid;
    box-shadow: 3px 3px #40AC20;
  }
  .step__article-list::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/kyouiku/kakezan/_assets/img/step_article_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  #step1 .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step1_article_arrow_hover.svg);
  }
  #step2 .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step2_article_arrow_hover.svg);
  }
  #step3 .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step3_article_arrow_hover.svg);
  }
  .summary .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/summary_article_arrow_hover.svg);
  }
  a.step__article-list-link{
    display: flex;
    color: inherit;
  }
  .step__article-list-link:hover{
    opacity: 0.8;
  }
  .step__article-list img{
    width: 85px;
    height: 85px;
    margin: 18px 0 0 18px;
    border-radius: 50%;
    object-fit: cover;
  }
  .step__article-list:not(:nth-child(2n)){
    margin-right: 22px;
  }
  .step__article-list-inner{
    margin: 21px 0 0 8px;
  }
  .step__article-list-data{
    font-size: 12px;
    color: #333333;
  }
  .step__article-list-txt{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 6px;
    width: 182px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .step__wrap--color{
    position: relative;
    z-index: 0;
  }
  .step__wrap--color::before, .step__wrap--color::after{
    position: absolute;
    content: "";
    width: 428px;
    height: 423px;
    background-image: url(/kyouiku/kakezan/_assets/img/step_common_bg_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .step__wrap--color::before{
    top: -80px;
    left: 35px;
    z-index: -1;
  }
  .step__wrap--color::after{
    bottom: -31px;
    right: 20px;
    z-index: -1;
  }
  #step2 .step__wrap--color::before, #step2 .step__wrap--color::after{
    width: 354px;
    height: 360px;
    background-repeat: repeat;
    background-size: auto;
  }
  #step3 .step__wrap--color::before, #step3 .step__wrap--color::after{
    width: 244px;
    height: 237px;
    background-repeat: repeat;
    background-size: auto;
  }
  .step__unit{
    max-width: 759px;
    width: 100%;
    margin: 30px auto 0;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 26px;
  }
  .step__unit-ttl{
    color: #0099EA;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 26px;
    padding-top: 26px;
    text-align: center;
    font-feature-settings: "palt";
  }
  #step2 .step__unit-ttl{
    color: #DD4545;
  }
  #step3 .step__unit-ttl{
    color: #40AC20;
  }
  .step__unit-txt{
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    max-width: 719px;
    margin: 17px auto 0;
  }
  .step__unit-txt--bold{
    font-weight: bold;
  }
  .conclusion{
    padding-bottom: 80px;
  }
  .conclusion .step__ttl{
    border-bottom: #EA8E00 5px solid;
    width: 140px;
  }
  .conclusion .scanable {
    margin: 17px auto 0;
    border-left: 5px solid #EA8E00;
    padding-left: 12px;
    box-sizing: border-box;
    width: 100%;
    max-width: 719px;
  }
  .zemi{
    background-color: #FFFFFF;
  }
  .zemi-inner{
    padding-top: 40px;
  }
  .zemi__txt{
    font-weight: 500;
    text-align: center;
    line-height: 28px;
  }
  .zemi__btn-lead{
    color: #0066B3;
    font-weight: 500;
    text-align: center;
    margin-top: 22px;
  }
  .zemi__btn{
    width: 345px;
    border: #0066B3 2px solid;
    border-radius: 6px;
    margin: 13px auto 0;
    position: relative;
  }
  .zemi__btn:hover{
    opacity: 0.8;
  }
  .zemi__btn::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    background-image: url(/kyouiku/kakezan/_assets/img/zemi_btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .zemi__btn a{
    display: block;
    color: #0066B3;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 22px 0;
  }
  .zemi__btn-txt{
    text-align: center;
  }
  .zemi__btn a img{
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .specialist__wrap{
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 80px;
  }
  .specialist__title {
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .specialist__image {
    display: block;
  }
  .specialist__info-name--large {
    font-weight: bold;
  }
  .specialist__info-hr {
    border-top: 2px solid #144D9C;
  }
  .specialist__info-name,
  .specialist__info-degree {
    color: #144D9C;
  }
  .specialist__info-explanation,
  .content-text {
    color: #595757;
  }
  .specialist {
    padding: 20px 37px;
    width: 100%;
    max-width: 840px;
    margin: 0px auto 0px;
    background-color: rgb(112, 168, 202, 0.1);
  }
  .specialist__info {
    display: flex;
    flex-wrap: wrap;
  }
  .specialist__title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }
  .specialist__image {
    width: 96px;
    height: 96px;
    margin-right: 14px;
  }
  .specialist__text-info {
    width: calc(100% - 110px);
  }
  .specialist__info {
    margin-bottom: 20px;
  }
  .specialist__info-name--large {
    font-size: 24px;
    margin-right: 15px;
  }
  .specialist__info-name--large { font-size: 20px; }
  .specialist__info-degree { font-size: 16px; }
  .specialist__info-explanation { font-size: 16px; }
  .specialist__comment {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width:740px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #main {
    width: 100%;
    padding: 0 0 16vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sidebar{
    display: none;
  }
  .breadcrumb {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FFFFEB;
  }
  main{
    width: 100%;
  }
  #kv{
    height: 550px;
    font-size: 31px;
    font-weight: bold;
    line-height: 62px;
    color: #EA8E00;
    position: relative;
    padding: 16px 0 0 0;
    z-index: 1;
    margin: 0 auto;
    width: 375px;
  }
  #kv::before{
    position: absolute;
    content: "";
    max-width: 375px;
    width: 100%;
    height: 100%;
    background-image: url(/kyouiku/kakezan/_assets/img/KV_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv__ttl{
    width: 260px;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
  }
  .kv__ttl--big, .kv__ttl--small{
    display: block;
    background-color: #FFFFFF;
  }
  .kv__ttl--big{
    border-radius: 0 0px 20px 20px;
    line-height: 45px;
  }
  .kv__ttl-inner{
    display: flex;
    flex-direction: column-reverse;

  }
  .kv__ttl--small{
    font-size: 20px;
    border-radius: 20px 20px 0px 0px;
    line-height: 24px;
  }
  .kv__ttl--add{
    font-size: 16px;
    display: block;
    color: #FFFFFF;
    position: relative;
    height: 34px;
    text-align: center;
    line-height: 22px;
    z-index: 0;
  }
  .kv__ttl--add::before{
    position: absolute;
    content: "";
    width: 134px;
    height: 36px;
    background-image: url(/kyouiku/kakezan/_assets/img/KV_txt_bg_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .kv__date{
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
    display: block;
    background-color: #fff;
    width: 100px;
    padding-left: 10px;
  }
  .summary__txt{
    width: 345px;
    display: block;
    margin: 0 auto;
  }
  .summary .step__article-list{
    border: 1px solid #EA8E00;
    box-shadow: 3px 3px #EA8E00;
  }
  #nav{
    margin: 80px auto 0;
    max-width: 345px;
    width: 100%;
  }
  .nav__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nav__list-item{
    width: 165px;
    background-color: #FFFFFF;
    border: #0099EA 3px solid;
    border-radius: 20px;
    position: relative;
    transition: all 0.2s ease;
    box-sizing: border-box;
  }
  .nav__list-item:last-of-type{
    margin-top: 15px;
  }
  .nav__list-item.step2{
    border: #DD4545 3px solid;
  }
  .nav__list-item.step3{
    border: #40AC20 3px solid;
  }
  .nav__list-item:hover{
    top: 2px;
  }
  .nav__list-item::before{
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(/kyouiku/kakezan/_assets/img/step1_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav__list-item.step2::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step2_arrow.svg);
  }
  .nav__list-item.step3::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step3_arrow.svg);
  }
  .nav__list-item img{
    width: 117px;
    display: block;
    margin: 0 auto 17.5px;
  }
  .nav__list-item.step2 img,
  .nav__list-item.step3 img{
    width: 101.5px;
  }
  .nav__list-item a{
    color: inherit;
    display: block;
    padding: 15px 0 30px 0;
  }
  .nav__list-item-txt{
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
  }
  #step1, #step2, #step3{
    width: 100%;
    border-radius: 20px;
    margin: 94px auto 0;
    padding-bottom: 53px;
  }
  #step1{
    background-color: #C7ECFF;
  }
  #step2{
    background-color: #FFC7C7;
  }
  #step3{
    background-color: #DEF2CD;
  }
  .step__wrap--white{
    background-color: #FFFFFF;
    position: relative;
    border-bottom-left-radius: 80% 7%;
    border-bottom-right-radius: 80% 7%;
    padding-bottom: 50px;
    z-index: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .step__wrap--white::before{
    position: absolute;
    content: "";
    max-width: 1145px;
    width: 100%;
    max-height: 202px;
    height: 100%;
    background-image: url(/kyouiku/kakezan/_assets/img/step1_bg_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #step2 .step__wrap--white::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step2_bg_sp.png);
  }
  #step3 .step__wrap--white::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step3_bg_sp.png);
  }
  .step__img{
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
  }
  .step__unit-img{
    width: 100%;
    max-width: 314px;
  }
  #step2 .step__img{
    width: 140px;
  }
  #step3 .step__img{
    width: 134px;
  }
  .step__ttl{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 0;
    padding-top: 78px;
    padding-bottom: 5px;
    border-bottom: #C7ECFF 5px solid;
    width: 315px;
  }
  #step2 .step__ttl{
    border-bottom: #FFC7C7 5px solid;
    width: 270px;
  }
  #step3 .step__ttl{
    border-bottom: #DEF2CD 5px solid;
    width: 315px;
  }
  .step__ttl--small{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 35.2px;
  }
  .step__txt{
    max-width: 315px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    margin: 30px auto 0;
  }
  .step__article{
    max-width: 315px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
  }
  .step__article-list{
    width: 315px;
    height: 112px;
    border: 1px #0099EA solid;
    border-radius: 6px;
    box-shadow: 3px 3px #0099EA;
    position: relative;
    background-color: #fff;
  }
  .step__article-list:not(:last-of-type){
    margin: 0 0 20px;
  }
  #step2 .step__article-list{
    border: 1px #DD4545 solid;
    box-shadow: 3px 3px #DD4545;
  }
  #step3 .step__article-list{
    border: 1px #40AC20 solid;
    box-shadow: 3px 3px #40AC20;
  }
  .step__article-list::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/kyouiku/kakezan/_assets/img/step_article_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  #step1 .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step1_article_arrow_hover.svg);
  }
  #step2 .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step2_article_arrow_hover.svg);
  }
  #step3 .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/step3_article_arrow_hover.svg);
  }
  .summary .step__article-list:hover::before{
    background-image: url(/kyouiku/kakezan/_assets/img/summary_article_arrow_hover.svg);
  }
  a.step__article-list-link{
    display: flex;
    color: inherit;
  }
  .step__article-list-link:hover{
    opacity: 0.8;
  }
  .step__article-list img{
    width: 70px;
    height: 70px;
    margin: 21px 0 0 15px;
    border-radius: 50%;
    object-fit: cover;
  }
  .step__article-list-inner{
    margin: 14px 0 0 14px;
  }
  .step__article-list-data{
    font-size: 12px;
    color: #333333;
  }
  .step__article-list-txt{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 6px;
    width: 156px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .step__wrap--color{
    position: relative;
    z-index: 0;
  }
  .step__wrap--color::before, .step__wrap--color::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 121px;
    background-image: url(/kyouiku/kakezan/_assets/img/step_common_bg_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .step__wrap--color::before{
    top: -25px;
    left: 0px;
    z-index: -1;
  }
  .step__wrap--color::after{
    bottom: -30px;
    right: 0px;
    z-index: -1;
  }
  .step__unit{
    max-width: 345px;
    width: 100%;
    margin: 41px auto 0;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 26px;
  }
  .step__unit-ttl{
    color: #0099EA;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 30px;
    padding-top:30px;
    text-align: center;
    font-feature-settings: "palt";
    width: 340px;
    margin: 0 auto;
  }
  #step2 .step__unit-ttl{
    color: #DD4545;
  }
  #step3 .step__unit-ttl{
    color: #40AC20;
  }
  .step__unit-txt{
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    max-width: 314px;
    margin: 23px auto 0;
  }
  .step__unit-txt--bold{
    font-weight: bold;
  }
  .conclusion{
    padding-bottom: 80px;
  }
  .conclusion .step__ttl{
    border-bottom: #EA8E00 5px solid;
    width: 140px;
  }
  .conclusion .scanable {
    margin: 17px auto 0;
    border-left: 5px solid #EA8E00;
    padding-left: 12px;
    box-sizing: border-box;
    width: 100%;
    max-width: 314px;
  }
  .zemi{
    background-color: #FFFFFF;
  }
  .zemi-inner{
    padding-top: 40px;
  }
  .zemi__txt{
    font-weight: 500;
    text-align: center;
    line-height: 28px;
  }
  .zemi__btn-lead{
    color: #0066B3;
    font-weight: 500;
    text-align: center;
    margin-top: 22px;
  }
  .zemi__btn{
    width: 345px;
    border: #0066B3 2px solid;
    border-radius: 6px;
    margin: 13px auto 0;
    position: relative;
  }
  .zemi__btn:hover{
    opacity: 0.8;
  }
  .zemi__btn::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 12px;
    background-image: url(/kyouiku/kakezan/_assets/img/zemi_btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .zemi__btn a{
    display: block;
    color: #0066B3;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 22px 0;
  }
  .zemi__btn-txt{
    text-align: center;
  }
  .zemi__btn a img{
    width: 200px;
    margin: 0 auto;
    display: block;
  }
  .specialist__wrap{
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 80px;
  }
  .specialist__title {
    color: #171C61;
    font-weight: bold;
    font-family: serif;
  }
  .specialist__image {
    display: block;
  }
  .specialist__info-name--large {
    font-weight: bold;
  }
  .specialist__info-hr {
    border-top: 2px solid #144D9C;
  }
  .specialist__info-name,
  .specialist__info-degree {
    color: #144D9C;
  }
  .specialist__info-explanation,
  .content-text {
    color: #595757;
  }
  .specialist {
    margin: 0px auto 0px;
    padding: 30px 16px 32px;
    background-color: rgb(112, 168, 202, 0.1);
    width: 347px;
    box-sizing: border-box;
  }
  .specialist__title {
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
  }
  .specialist__image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
  }
  .specialist__info-name {
    position: relative;
    height: 40px;
  }
  .specialist__info-name--large {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .specialist__info-name--small {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
  }
  .specialist__info-hr {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .specialist__info-degree {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .specialist__info-explanation { font-size: 16px; }
  .specialist__comment {
    font-size: 16px;
  }
  .specialist__comment + .specialist__comment {
    margin-top: 16px;
  }
}