@charset "UTF-8";
@media screen and (min-width:768px) and ( max-width:1200px){


.inner{
    display: block;
    width: 90vw;
    margin: 0 auto;
}


body{
    position: relative;
}

.back_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    overflow: hidden;
    z-index: -1;
    max-width: 100vw;
}

.back_img2 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100vw;
  min-width: 100vw;
  height: auto;

  z-index: -2;
}

.main_title{
    margin: 200px auto 40px;
    padding-bottom: 3.333vw;
    border-bottom: solid 1px #143167;
    text-align: center;
    color: #143167;
    font-weight: 500;
}
.main_title p{
    font-size: 1.833vw;
    margin-bottom: 1.667vw;
    font-weight: bold;
}
.main_title h1{
    font-size: 3.5vw;
    margin-bottom: 1.667vw;
    line-height: 1.5;
    font-weight: bold;
}

.main_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6.667vw;
}
.main_icon p{
    color: #FFF;
    font-size: 1.667vw;
    padding: 0.167vw 1.75vw;
    margin-right: 2.083vw;
    border-radius: 0.417vw;
}
.main_icon_economics{
    background-color: #31385E;
}
.main_icon_letters{
    background-color: #B32B2D;
}
.main_icon h2{
    color: #143167;
    font-size: 2.5vw;
    font-weight: bold;
}
.main_img{
    border-radius: 25vw;
    margin-bottom: 8.333vw;
}
.main_img_{
    margin-bottom: 2vw;
}
.main_img_p{
    margin-bottom: 8.333vw;
    text-align: right;
    text-align: right;
    font-size: 1.167vw;
    font-weight: 300;
}
.main_introduction{
    margin-bottom: 12.5vw;
}
.contents{
    margin-bottom: 10vw;
}
.contents img{
    margin-bottom: 6.667vw;
}
.explanation{
    margin-bottom: 12.5vw;
}
.banner{
    margin-bottom: 8.333vw;
}

.con{
    color: #143167;
    margin-bottom: 20.833vw;
}
.conlink{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16.667vw;
}
.conlink a{
    width: 32%;
}
.conlink a img{
    border-radius: 0.833vw;
}
.con_img{
    margin-bottom: 5.833vw;
}
.con_img img{
    margin-bottom: 0.417vw;
}
.con_img p{
    text-align: right;
    font-size: 1.167vw;
    font-weight: 300;
}
.con_read{
    font-size: 1.833vw;
    margin-bottom: 5.833vw;
    text-align: center;
}
.con_pro{
    margin-bottom: 5.833vw;
}
.con_con{
    margin-bottom: 5.833vw;
}
.con_copy{
    margin-bottom: 5.833vw;
}
.con_more{
    margin-bottom: 5.833vw;
}
.con_messe{
    margin-bottom: 5.833vw;
}
.page_top{
    display: block;
    position: relative;
    text-align: right;
    padding-right: 1.667vw;
    font-size: 1.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    color: #143167;
}
.page_top::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/classdive/02/arrow.png) no-repeat center center;
    background-size: contain;
    width: 1.25vw;
    height: 1.25vw;
}
.con_btn{
    width: 66.667vw;
    margin: 180px auto 0;
    display: block;
}


}
