@charset "utf-8";.info {
    z-index: 4;
    position: relative
}

.main_visual {
    position: relative;
    width: 100%
}

.main_visual_title {
    z-index: 2;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    opacity: 0
}

.main_visual_info {
    z-index: 2;
    position: absolute;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: #d60000;
    color: white
}

.main_visual_info p {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

.main_visual .slideshow_nav {
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: absolute;
    left: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.main_visual .slideshow_nav_ele {
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    will-change: background-color
}

.main_visual .slideshow_nav_ele.active {
    background-color: #303487
}

.main_visual .slideshow {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main_visual .slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-position: 50% 0;
    background-size: cover;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
    will-change: transform
}

.main_visual .slideshow .slide--current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.main_visual .slideshow .slide__cover {
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main_visual .slideshow .slide__cover__slide {
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff
}

.h2_title {
    color: #303487;
    line-height: 1;
    text-align: center
}

section {
    overflow: hidden
}

@media only screen and (min-width: 769px),print {
    .info {
        margin:-50px auto 0
    }

    .info_inner {
        width: 1200px;
        margin: 0 auto;
        padding: 50px 50px 55px;
        background-color: #fff
    }

    .info_list {
        margin: 45px auto 30px
    }

    .info_ele a {
        display: block
    }

    .info_ele_inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 12px 0 16px;
        overflow: hidden;
        border-bottom: 1px solid#eaeaea
    }

    .info_ele_header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 350px;
        margin-right: 30px
    }

    .info_ele_date {
        color: #8d8d8d;
        width: 170px;
    }

    .info_ele_title {
        min-width: 204px;
        margin-left: 10px;
        padding: 4px 5px;
        border: 1px solid #303487;
        color: #303487;
        font-size: .75rem
    }

    .info_ele_content {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .about {
        padding: 50px 0;
        background-image: url(../images/top/about_bg_pc.jpg);
        background-size: cover
    }

    .about_txt {
        letter-spacing: 3px;
        line-height: 2;
        text-align: center
    }

    .about_txt:nth-of-type(1) {
        margin: 30px auto 16px
    }

    .about_txt:nth-of-type(2) {
        margin: 0 auto 33px
    }

    .applicant {
        padding: 0 0 50px
    }

    .applicant_decor {
        width: 100%;
        padding-top: 11.6667%;
        background-image: url(../images/top/applicant_decor_pc.jpg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .applicant_inner {
        width: 1100px;
        margin: 50px auto 0;
        padding: 70px 45px;
        border: 4px solid #303487;
        background-image: url(../images/top/applicant_pattern.jpg);
        background-repeat: repeat-x repeat-y;
        background-size: 8px 8px;
        -webkit-box-shadow: 0 0 7px rgba(88,88,88,.06);
        box-shadow: 0 0 7px rgba(88,88,88,.06)
    }

    .applicant_title {
        color: #303487;
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 5px;
        line-height: 1;
        text-align: center
    }

    .applicant_subtitle {
        margin-top: 24px;
        color: #d60000;
        font-size: 1rem;
        font-weight: 700;
        text-align: center
    }

    .applicant_type_wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 35px
    }

    .applicant_type_ele {
        width: 485px;
        border: 1px solid #afafaf;
        background-color: white
    }

    .applicant_type_ele dt {
        border_bottom: 1px solid #afafaf;
        height: 58px;
        background-color: #303487;
        color: white;
        font-size: 1.25rem
    }

    .applicant_type_ele dd {
        padding: 30px 0
    }

    .applicant_type_ele dd .icon {
        margin-right: 15px
    }

    .applicant_type_ele dd li:nth-of-type(2) {
        margin: 0 50px
    }

    .applicant_entry {
        width: 1000px;
        height: 64px;
        margin: 20px auto 28px;
        border: 1px solid #afafaf;
        background-color: #eee;
        font-size: 1.125rem
    }

    .applicant_entry .icon_arrow--bw {
        margin-right: 20px
    }

    .applicant_entry a {
        width: 100%;
        height: 100%
    }

    .applicant_explain {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .applicant_explain li {
        width: 470px
    }

    .applicant_explain li dt {
        margin-bottom: 5px;
        color: #303487;
        line-height: 1
    }

    .applicant_explain li:nth-of-type(1) {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 25px
    }

    .applicant_explain li:nth-of-type(2) {
        -ms-flex-order: 3;
        order: 3
    }

    .applicant_explain li:nth-of-type(3) {
        -ms-flex-order: 2;
        order: 2
    }

    .applicant_explain li:nth-of-type(4) {
        -ms-flex-order: 4;
        order: 4
    }

    .scholarship {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 1500px;
        margin: 0 auto
    }

    .scholarship_box {
        position: relative;
        width: 49.6666%;
        max-width: 745px;
        padding-top: 23.6666%;
        background-repeat: no-repeat;
        background-size: 100% auto
    }

    .scholarship_box_left {
        margin-right: 8px;
        background-image: url(../images/top/scholarship_left_pc.jpg)
    }

    .scholarship_box_right {
        margin-left: 8px;
        background-image: url(../images/top/scholarship_right_pc.jpg)
    }

    .scholarship_inner {
        width: 525px;
        height: 165px;
        margin: -82px auto 0;
        background-color: #fff
    }

    .scholarship_inner a {
        width: 100%;
        height: 100%;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        will-change: opacity
    }

    .scholarship_inner a:hover {
        opacity: .5
    }

    .scholarship_title {
        margin: 43px auto 25px;
        font-size: 1.25rem;
        line-height: 1
    }

    .scholarship_title .icon {
        margin-right: 20px
    }

    .main_visual {
        padding-top: 48.6%
    }

    .main_visual_title {
        top: 31.5%;
        left: 10%;
        width: 833px;
        height: 91px;
        background-image: url(../images/top/main_visual_title_pc.png)
    }

    .main_visual_info {
        bottom: 105px;
        left: -10px;
        padding: 15px 20px
    }

    .main_visual_info p {
        font-size: 1rem;
        line-height: 1
    }

    .main_visual .slideshow_nav {
        bottom: 65px
    }

    .main_visual .slideshow_nav_ele {
        width: 11px;
        height: 11px;
        margin: 0 5px
    }

    .main_visual .slide:nth-of-type(1) {
        background-image: url(../images/top/mainvisual_03_pc.png)
    }

    .main_visual .slide:nth-of-type(2) {
        background-image: url(../images/top/mainvisual_02_pc.png)
    }

    .main_visual .slide:nth-of-type(3) {
        background-image: url(../images/top/mainvisual_01_pc.png)
    }

    .h2_title {
        font-size: 1.5rem;
        letter-spacing: 6px
    }

    .icon_arrow--bw {
        width: 19px;
        height: 19px
    }

    .content {
        padding: 0 0 60px
    }
    .banner_voice{
      width: 858px;
      margin: 30px auto 45px;
  }
}

@media only screen and (max-width: 768px) {
    .info_inner {
        width:100%;
        margin: 0 auto;
        padding: 7.161458333333333vw 3.90625vw;
        background-color: #fff
    }

    .info_list {
        margin: 6.510416666666667vw auto 2.604166666666667vw
    }

    .info_ele a {
        display: block
    }

    .info_ele:nth-last-of-type(1) .info_ele_inner {
        border-bottom: none
    }

    .info_ele_inner {
        padding: 2.604166666666667vw 0;
        border-bottom: 1px solid#eaeaea
    }

    .info_ele_header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .info_ele_date {
        color: #8d8d8d;
        width: 170px;
    }

    .info_ele_title {
        min-width: 37.5vw;
        height: 7.03125vw;
        margin-bottom: 2.604166666666667vw;
        padding: 0 3.2552083333333335vw;
        border: 1px solid #303487;
        color: #303487;
        font-size: 3.125vw
    }

    .about {
        padding: 7.8125vw 9.114583333333332vw 9.114583333333332vw;
        background-image: url(../images/top/about_bg_sp.jpg);
        background-size: cover
    }

    .about_txt {
        letter-spacing: 3px;
        line-height: 2;
        text-align: center;
        text-align-last: left
    }

    .about_txt:nth-of-type(1) {
        margin: 5.859375vw auto 0
    }

    .about_txt:nth-of-type(2) {
        margin: 0 auto 5.208333333333334vw
    }

    .applicant {
        padding: 0 0 50px
    }

    .applicant_decor {
        width: 100%;
        padding-top: 27.9947%;
        background-image: url(../images/top/applicant_decor_sp.jpg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .applicant_inner {
        width: 90.88541666666666vw;
        margin: 5.859375vw auto 0;
        padding: 9.114583333333332vw 4.557291666666666vw;
        border: .9114583333333334vw solid #303487;
        background-image: url(../images/top/applicant_pattern.jpg);
        background-repeat: repeat-x repeat-y;
        background-size: 1.0416666666666665vw 1.0416666666666665vw;
        -webkit-box-shadow: 0 0 .9114583333333334vw rgba(88,88,88,.06);
        box-shadow: 0 0 .9114583333333334vw rgba(88,88,88,.06)
    }

    .applicant_title {
        color: #303487;
        font-size: 6.25vw;
        font-weight: 700;
        letter-spacing: .6510416666666667vw;
        line-height: 1;
        text-align: center
    }

    .applicant_subtitle {
        margin-top: 3.2552083333333335vw;
        color: #d60000;
        font-size: 3.125vw;
        font-weight: 700;
        text-align: center
    }

    .applicant_type_wrapper {
        margin: 5.208333333333334vw auto
    }

    .applicant_type_ele {
        margin-bottom: 30px;
        border: 1px solid #afafaf;
        background-color: white
    }

    .applicant_type_ele:nth-of-type(1) li {
        width: 27.34375vw;
        padding: 0 4.557291666666666vw
    }

    .applicant_type_ele:nth-of-type(1) li:nth-of-type(2) {
        margin: 0 auto;
        padding: 3.90625vw 4.557291666666666vw;
        border-right: 1px solid #afafaf;
        border-left: 1px solid #afafaf
    }

    .applicant_type_ele:nth-of-type(2) li {
        width: 100%;
        padding: 6.510416666666667vw 0
    }

    .applicant_type_ele dt {
        border_bottom: 1px solid #afafaf;
        height: 9.114583333333332vw;
        background-color: #303487;
        color: white;
        font-size: 4.166666666666666vw
    }

    .applicant_type_ele dd .icon {
        margin-right: 1.953125vw
    }

    .applicant_type_ele dd a {
        width: 100%;
        height: 100%
    }

    .applicant_entry {
        width: 100%;
        height: 16.927083333333336vw;
        border: 1px solid #afafaf;
        background-color: #eee
    }

    .applicant_entry .icon_arrow--bw {
        margin-right: 2.213541666666667vw
    }

    .applicant_entry a {
        width: 100%;
        height: 100%
    }

    .applicant_explain li {
        margin-bottom: 6.510416666666667vw
    }

    .applicant_explain li dt {
        margin-bottom: 1.3020833333333335vw;
        color: #303487;
        line-height: 1
    }

    .scholarship {
        width: 100%;
        padding: 0 3.90625vw
    }

    .scholarship_box {
        position: relative;
        width: 100%;
        padding-top: 60.734%;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: 100% auto
    }

    .scholarship_box_left {
        margin-bottom: 4.557291666666666vw;
        background-image: url(../images/top/scholarship_left_sp.jpg)
    }

    .scholarship_box_right {
        background-image: url(../images/top/scholarship_right_sp.jpg)
    }

    .scholarship_inner {
        width: 80.46875vw;
        margin: -7.8125vw auto 0;
        background-color: #fff
    }

    .scholarship_inner a {
        width: 100%;
        height: 100%;
        padding-bottom: 5.208333333333334vw
    }

    .scholarship_title {
        margin: 5.208333333333334vw auto 3.90625vw;
        font-size: 4.166666666666666vw;
        line-height: 1
    }

    .scholarship_title .icon {
        margin-right: 2.604166666666667vw
    }

    .main_visual {
        height: 94.921875vw
    }

    .main_visual_title {
        top: 18.880208333333336vw;
        left: 6.510416666666667vw;
        width: 44.27083333333333vw;
        height: 37.890625vw;
        background-image: url(../images/top/main_visual_title_sp.png)
    }

    .main_visual_info {
        bottom: 8.463541666666668vw;
        left: -2.604166666666667vw;
        padding: 1.3020833333333335vw 3.90625vw
    }

    .main_visual_info p {
        font-size: 3.6458333333333335vw;
        line-height: 1.4
    }

    .main_visual .slideshow_nav {
        bottom: 2.604166666666667vw
    }

    .main_visual .slideshow_nav_ele {
        width: 2.864583333333333vw;
        height: 2.864583333333333vw;
        margin: 0 1.3020833333333335vw
    }

    .main_visual .slide:nth-of-type(1) {
        background-image: url(../images/top/mainvisual_03_sp.png)
    }

    .main_visual .slide:nth-of-type(2) {
        background-image: url(../images/top/mainvisual_02_sp.png)
    }

    .main_visual .slide:nth-of-type(3) {
        background-image: url(../images/top/mainvisual_01_sp.png)
    }

    .h2_title {
        font-size: 5.208333333333334vw;
        letter-spacing: .78125vw
    }

    .icon_arrow--bw {
        width: 2.473958333333333vw;
        height: 2.473958333333333vw
    }

    .content {
        padding: 0 0 9.114583333333332vw
    }
  .banner_voice {
      margin: 30px auto 45px;
  }
  .banner_voice img{
    width: 100%;
  }

}
