@charset "UTF-8";

#wrapper {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {

  #wrapper {
    min-width: 1150px;
  }

  #mv {
    position: relative;
    width: 100%;
    height: 480px;
  }

  #mv h2 {
    position: absolute;
    left: 6.4%;
    top: 235px;
    font-size: 46px;
    font-weight: bold;
  }

  #mv h2 span {
    display: block;
    font-size: 26px;
  }

  #mv .photo {
    position: relative;
    float: right;
    width: 81.9%;
    height: 480px;
    background: url(../images/scholarship/mv_img01.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0 0 0 20px;
  }

  #lnav {
    position: relative;
    width: 1110px;
    height: 91px;
    margin: 0 auto;
    transition: background 0.5s ease;
  }

  #lnav nav {
    display: block !important;
  }

  #lnav .lnavttl {
    display: none;
  }

  #lnav nav ul {
    z-index: 100;
    position: absolute;
    top: -23px;
    display: flex;
    width: 715px;
    padding: 54px 0 0 0;
    background: #fff;
    border-radius: 20px;
  }

  #lnav nav ul li {
    height: 14px;
    line-height: 1.0;
    padding: 0 30px;
    font-size: 14px;
    border-left: 1px solid #cecece;
  }

  #lnav nav ul li:first-child {
    padding-left: 0;
    border-left: none;
  }

  #lnav nav ul li a {
    color: #444444;
  }

  #lnav.is-animation {
    z-index: 110;
    position: fixed;
    top: 80px;
    background: #f5f5f5;
    width: 100%;
    height: 54px;
    transition: background 0.5s ease;
  }

  #lnav.is-animation nav ul {
    position: inherit;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    background: none;
    border-radius: 0;
  }

  #lnav.is-animation nav ul li {
    height: 14px;
    line-height: 1.0;
    padding: 0 30px;
    font-size: 14px;
    border-left: 1px solid #cecece;
  }

  #lnav.is-animation nav ul li:first-child {
    padding-left: 30px;
    border-left: none;
  }

  #anc01 {
    margin-top: -150px;
    padding-top: 150px;
  }

  #anc02 {
    margin-top: -150px;
    padding-top: 150px;
  }

  #anc03 {
    margin-top: -150px;
    padding-top: 150px;
  }

  #anc04 {
    margin-top: -150px;
    padding-top: 150px;
  }

  #anc05 {
    margin-top: -150px;
    padding-top: 150px;
  }

}

@media screen and (max-width: 767px) {

  #mv {
    position: relative;
    width: 100%;
  }

  #mv h2 {
    z-index: 4;
    position: absolute;
    left: 4%;
    top: 30vw;
    font-size: calc(100vw * calc(60 / 750));
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  #mv h2 span{
    display: block;
    font-size: calc(100vw * calc(24 / 750));
  }

  #lnav {
    display: none;
  }

  #lnav.is-animation-sp {
    z-index: 110;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    color: #444;
  }

  #lnav.is-animation-sp .lnavttl {
    position: relative;
    width: 100%;
    padding-bottom: 8.5%;
    margin-top: 12.5%;
    background: #f5f5f5;
  }

  #lnav.is-animation-sp .lnavttl .ttl {
    position: absolute;
    left: 4%;
    top: 0;
    margin-top: 2%;
    font-size: calc(100vw * calc(20 / 750));
    font-weight: bold;
  }

  #lnav.is-animation-sp .lnavttl .btn {
    position: absolute;
    right: 4%;
    top: 0;
    margin-top: 2.4%;
    width: 5.07%;
    padding-bottom: 3.73%;
    background: url(../images/common/sp/lnav_btn01.png) center top no-repeat;
    background-size: 100% auto;
  }

  #lnav.is-animation-sp .lnavttl.tasu .btn {
    position: absolute;
    right: 4%;
    top: 0;
    margin-top: 2.4%;
    width: 5.07%;
    padding-bottom: 3.73%;
    background: url(../images/common/sp/lnav_btn02.png) center top no-repeat;
    background-size: 100% auto;
  }

  #lnav nav {
    display: none;
    width: 100%;
    padding: 6.7% 4%;
    background: #dddddd;
  }

  #lnav nav ul {
  }

  #lnav nav ul li {
    margin-bottom: 5.3vw;
    padding-left: 4vw;
    font-size: calc(100vw * calc(20 / 750));
    background: url(../images/common/sp/arrow_4.png) left center no-repeat;
    background-size: 1.6vw auto;
  }

  #lnav nav ul li:last-child {
    margin-bottom: 0;
  }

  #lnav nav ul li a {
    color: #444444;
  }

  #anc01 {
    padding-top: 20%;
  }

  #anc02 {
    margin-top: -26%;
    padding-top: 26%;
  }

  #anc03 {
    margin-top: -44.3% !important;
    padding-top: 26%;
  }

  #anc04 {
    margin-top: -26%;
    padding-top: 26%;
  }

  #anc05 {
    margin-top: -26%;
    padding-top: 26%;
  }

}

@media screen and (min-width: 768px) {
  #contents {
    padding: 0 0 80px;
  }

  #topicpath {
    padding: 30px 0 0 30px;
    font-size: 11px;
    color: #666666;
  }

  #topicpath a {
    color: #666666;
    text-decoration: underline;
  }

  .wrap01 {
    position: relative;
    width: 100%;
  }

  .wrap01 .cont01_bg {
    z-index: 2;
    position: absolute;
    right: 0px;
    top: -91px;
  }

  .wrap01_inner {
    z-index: 10;
    position: relative;
    width: 1110px;
    height: 494px;
    margin: 0 auto;
  }

  #cont01 {
    z-index: 10;
    box-sizing: border-box;
    position: absolute;
    padding: 90px 90px 100px 90px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    top: 83px;
  }

  #cont01 .ttl .subttl {
    position: relative;
    margin-bottom: 30px;
    padding-left: 18px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  #cont01 .ttl .subttl:before {
    content: "";
    display: inline-block;
    width: 8px;
    border-top: 2px solid #ff6363;
    position: absolute;
    left: 0;
    top: 7px;
  }

  #cont01 .ttl h3 {
    margin-bottom: 50px;
    font-size: 46px;
    font-weight: bold;
    color: #ff6363;
    line-height: 1.36;
    letter-spacing: 0.06em;
  }

  #cont01 p {
    font-size: 16px;
    line-height: 2.375;
    letter-spacing: 0.06em;
    color: #444444;
  }

}

@media screen and (max-width: 767px) {
  .bg_area {
    background: #f5f5f5;
    padding-bottom: 3.7%;
  }

  .wrap01 {
    position: relative;
    min-width: 100%;
  }


  #topicpath {
    padding: 5% 0 0 16.5%;
    font-size: calc(100vw * calc(16 / 750));
    color: #666666;
  }

  #topicpath a {
    color: #666666;
    text-decoration: underline;
  }

  #cont01 {
    position: relative;
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 0 13% 10% 13%;
    z-index: 0;
  }

  #cont01 .ttl {
  }

  #cont01 .ttl .subttl {
    position: relative;
    margin-bottom: 4vw;
    padding-left: 2.2vw;
    font-family: 'Lato', sans-serif;
    font-size: calc(100vw * calc(20 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  #cont01 .ttl .subttl:before {
    content: "";
    display: inline-block;
    width: 1vw;
    border-top: 1px solid #ff6363;
    position: absolute;
    left: 0;
    top: 1vw;
  }

  #cont01 .ttl h3 {
    width: 63%;
    margin-bottom: 15px;
  }

  #cont01 p {
    padding-bottom: 5%;
    font-size: calc(100vw * calc(24 / 750));
    line-height: 2.22;
    letter-spacing: 0.02em;
    color: #444444;
  }

  .wrap01_inner .cont01_bg0201 {
    position: absolute;
    right: 0;
    top: 0;
    width: 41.8% !important;
    margin-top: -7%;
    z-index: 2;
  }

  .wrap01_inner .cont01_bg0202 {
    margin-top: -10%;
  }

}

@media screen and (min-width: 768px) {

  #cont05 {
    position: relative;
    width: 100%;
    min-width: 1110px;
    margin: 0 auto 70px;
    padding-top: 411px;
  }

  #cont05:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 930px;
    background: linear-gradient(90deg, #f7f3eb 88%, #ffffff 18%);
    z-index: 0;
  }

  #cont05 .wrap {
    position: relative;

    /*width: calc( 980px + ( 100vw - 980px ) / 2);*/
    width: calc(970px + (100vw - 980px) / 2);
    min-width: 1110px;
    /*margin-left: calc( ( 100vw - 980px ) / 2 );*/
    margin-left: auto;

    padding: 120px 0 50px;
    background: #fff;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.1);
  }

  #cont05 .ttl {
    position: absolute;
    left: -65px;
    top: -120px;
  }

  #cont05 .ttl .subttl {
    position: relative;
    margin-bottom: 30px;
    padding-left: 18px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  #cont05 .ttl .subttl:before {
    content: "";
    display: inline-block;
    width: 8px;
    border-top: 2px solid #ff6363;
    position: absolute;
    left: 0;
    top: 7px;
    transition: all 0.1s ease;
  }

  #cont05 .ttl h3 {
    margin-bottom: 50px;
    font-size: 46px;
    font-weight: bold;
    color: #ff6363;
    line-height: 1.36;
    letter-spacing: 0.06em;
  }

  #cont05 .table01 {
    margin-left: 95px;
  }

  #cont05 .end {
    margin-left: 95px;
    position: relative;
    border-radius: 16px;
    background-color: rgb(245, 245, 245);
    width: 790px;
    padding: 20px;
  }

  #cont05 .end .inner {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 0px 0px rgba(218, 218, 218, 0.3);
    width: 100%;
    padding: 30px 0;
    text-align: center;
}


  #cont05 .end .btn_unactive {
    color: #ececec;
    background-color: #cdcdcd;
    border-radius: 32px;
    text-align: center;
    line-height: 1;
    width: 280px;
    padding: 25px 0;
    margin: 0 auto;
  }

  #cont05 .end .dsp_pc {
    display: inline-block;
  }

  #cont05 .img_left, #cont05 .img_right {
    position: absolute;
    bottom: -160px;
  }

  #cont05 .img_left {
    left: -234px;
  }

  #cont05 .img_right {
    right: -234px;
  }

  #cont05 .btn01 {
    position: relative;
    width: 350px;
  }

  #cont05 .btn01 a{
    border: 1px solid #f76c56;
    width: 350px;
    color: #ff6363;
    /*background-image: linear-gradient(200deg,#ff5252 40%,#ff9f3b);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    z-index: 2;
  }
  #cont05 .btn01 a:hover{
    border: 1px solid #f76c56;
    color: #fff;
    background:  linear-gradient(200deg,#ff5252 40%,#ff9f3b);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  #cont05 .btn01 a:before {
    border-top: 1px solid #f76c56;
  }
  #cont05 .btn01 a:after {
    border-color: transparent transparent transparent #f76c56;
  }

}

@media screen and (max-width: 767px) {

  #cont05 {
    position: relative;
    width: 100%;
    padding-top: 30%;
    padding-bottom: 20%;
  }

  #cont05:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 153%;
    background: linear-gradient(90deg, #f7f3eb 88%, #ffffff 18%);
    z-index: 0;
  }


  #cont05 .wrap {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    margin-left: 10%;
    padding: 15% 7.4% 13%;
    background: #fff;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 15px 24px 0px rgba(0, 0, 0, 0.1);
  }

  #cont05 .inner {
  }

  #cont05 .ttl {
    position: absolute;
    left: -6.5%;
    top: 0;
    margin-top: -11.3%;
  }

  #cont05 .ttl .subttl {
    position: relative;
    margin-bottom: 3vw;
    padding-left: 2.2vw;
    font-family: 'Lato', sans-serif;
    font-size: calc(100vw * calc(20 / 750));
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  #cont05 .ttl .subttl:before {
    content: "";
    display: inline-block;
    width: 1vw;
    border-top: 1px solid #ff6363;
    position: absolute;
    left: 0;
    top: 1vw;
  }

  #cont05 h3 {
    width: 58%;
  }

  #cont05 .table01 {
    margin-left: 0;
  }

  #cont05 .end {
    margin-left: -19%;
    position: relative;
    border-radius: 16px;
    background-color: rgb(245, 245, 245);
    width: 126%;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  #cont05 .end .inner {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 5% 0;
    text-align: center;
  }

  #cont05 .end_ttl {
    width: 79%;
  }


  #cont05 .end .btn_unactive {
    color: #ececec;
    background-color: #cdcdcd;
    border-radius: 32px;
    text-align: center;
    line-height: 1;
    width: 61%;
    padding: 4% 0;
    margin: 0 auto;
  }

  #cont05 .end .dsp_sp {
    display: inline-block;
  }

  #cont05 .img_left, #cont05 .img_right {
    position: absolute;
    bottom: -85%;
  }

  #cont05 .img_left {
    left: -3%;
    width: 43%;
  }

  #cont05 .img_right {
    right: -3%;
    width: 48%;
  }

  #cont05 .btn01 a{
    border: 1px solid #f76c56;
    color: #ff6363;
    z-index: 2;
  }
  #cont05 .btn01 a:before {
    border-top: 1px solid #f76c56;
  }
  #cont05 .btn01 a:after {
    border-color: transparent transparent transparent #f76c56;
  }
}

@media screen and (min-width: 768px) {

  #scrollfooter {
    display: none;
    z-index: 110;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 58px;
    padding-top: 26px;

  }

  #scrollfooter a {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    height: 58px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    background: #ff6363;
  }

  #scrollfooter a img {
    position: relative;
    margin-top: -26px;
  }

}

@media screen and (max-width: 767px) {
  #scrollfooter {
    display: none;
    z-index: 110;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 7.7vw;
    padding-top: 3.5vw;
  }

  #scrollfooter a {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    height: 7.7vw;
    text-align: center;
    background: #ff6363;
  }

  #scrollfooter a img {
    position: relative;
    width: auto !important;
    height: 11.2vw !important;
    margin-top: -3.5vw;

  }

}


