@charset "UTF-8";
/* ===============================
	entry form
 =============================== */

/* entry form common ----------------------------- */

.sec-requirements {
    background: #f5f5f5 url(../images/bg_02@2x.png) no-repeat 99% 101.5%;
    background-size: 76.9% auto;
    padding: 120px 0;
    position: relative;
}

.sec-requirements:before {
    content: "";
    background: url(../images/bg_01@2x.png) no-repeat 0% 0%;
    background-size: 77.2% auto;
    width: 100%;
    height: 657px;
    position: absolute;
    top: -1.1%;
    left: 0;
    z-index: 0;
}

.sec-requirements .wrap-inner_02 {
    max-width: 945px;
    position: relative;
    z-index: 3;;
}


/*PC Layout
===================================*/
@media screen and (min-width: 769px) {
	
	/* etnry form ----------------------------- */
    
    .sec-requirements .top_txt .large {
        font-size: min(1.15vw,2.2rem);
    }

}



/* Layout customize
===================================*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1750px) and (min-width: 769px) {
}


/* newgrad ----------------------------- */

.tabContents {
    display: none;
    position: relative;
  }
  .tabContents.active {
    display: block;
  }
  ul.tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.tab li a{
    transform: .2s;
  }
  ul.tab li a:hover{
    opacity: .7;
    transition: .2s;
  }
  .tabContents{
    background: #fff;
    padding: 50px 0;
  }
  .contents_wrap{
    width: 90%;
    margin: 0 auto;
  }
  .contents_ttl{
    color: #0376C1;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .contents_ttl:before{
    content: '●';
    color: #E60113;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 2px;
  }
.contents_item{
    margin-bottom: 30px;
}
.contents_txt span{
    color: #E60113;
}
.ilust01{
    position: absolute;
    width: 18%;
    bottom: -100px;
    left: -50px;
}
.ilust02{
    position: absolute;
    width: 17%;
    top: 0;
    right: -30px;
}
.ilust03{
    position: absolute;
    width: 17%;
    top: 0;
    right: -60px;
}
.ilust04{
    position: absolute;
    width: 17%;
    top: 10px;
    right: -50px;
}
.crosstalk_link {
    border: 1px solid #0376C1;
    margin-top: 20px;
    width: 80%;
    text-align: center;
    padding: 10px 0;
    color: #0376C1;
    transition: .4s;

}
.crosstalk_link:hover{
    background-color: #0376C1;
    color: #fff;
    transition: .4s;
}
/*PC Layout
===================================*/
@media screen and (min-width: 769px) {
	
	/*newgrad - top ----------------------------- */
.contents_item{
    display: flex;
    align-items: flex-start;
}
.contents_name{
    width: 30%;
    /* font-size: 1.9rem; */
    border-left: 2px solid #0376C1;
    padding-left: 10px;
}
.contents_txt{
    width: 70%;
    /* font-size: 1.6rem; */
}
	
}

/*SP Layout
===================================*/
@media screen and (max-width: 768px) {
	
	/*  entry form ----------------------------- */
    
    .sec-requirements {
        padding: 13.5% 0 30%;
        background-size: 100% auto;
    }
    .sec-requirements .top_txt p{
        font-size: min(2.85vw,1.1rem);
    }
    .sec-requirements .top_txt .large {
        font-size: min(2.85vw,1.1rem);
        line-height: 1.6;
        margin: 0 0 2.1em;
    }
    .entry_form-wrap {
        margin: 16% auto 0;
    }
    .sec-requirements .entry_form-wrap .imp:before {
        top: calc(50% - .5em);
        left: 0;
    }
    ul.tab{
        align-items: flex-start;
    }
    .contents_ttl{
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .contents_name {
        font-size: 1.6rem;
        border-left: 2px solid #0376C1;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .contents_txt {
        padding-left: 12px;
    }
    .ilust04{
        width: 30%;
        right: 10px;
    }
    .ilust01{
        width: 31%;
        bottom: -85px;
        left: -15px;
    }
}