@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 78px;
    position: relative;
    margin: 1.5% auto 0;
}

.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 ----------------------------- */

.advanced_wrap {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 2em;
    margin: 40px 0;
    position: relative;
}
.line{
    position: absolute;
    top: 0;
    width: 127px;
    margin: auto;
    right: 0;
    left: 0;
}
h4 .readmore_btn {
    position: absolute;
    top: -70px;
    right: -100px;
}
.advanced_ttl{
    font-size: 2.4rem;
    padding-left: 90px;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}
.advanced_ttl:before {
    content: '●';
    color: #E60113;
    position: absolute;
    left: 20%;
    font-size: 1.4rem;
    top: 8px;
}
.advanced_item .heading_06{
    font-size: 2rem;
    position: relative;
    margin-bottom: 20px;
}
.advanced_item .readmore_btn{
    position: absolute;
    right: 0;
    top: 0;
}
.advanced_line{
    width: 1px;
}
.advanced_message {
    padding: 40px 40px 60px;
    background: url(../images/hukidashi.png) no-repeat;
    background-size: contain;
}

.readmore_btn {
    font-size: 1.4rem;
    color: #fff;
    border-radius: 100%;
    background: #E60113;
    text-align: center;
    width: 5.93em;
    height: 5.93em;
    position: relative;
    top: 33px;
    right: 17px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
	font-family: 'Michroma', sans-serif;
    transition: .2s;

}
.readmore_btn:hover{
    opacity: .7;
    transition: .2s;
}/*
.readmore_btn:before {
    content: "";
    width: 6.5em;
    height: 6.5em;
    border-radius: 100%;
    border: 1px solid #E60113;
    position: absolute;
    left: -.26em;
    top: -.26em;
}*/
.readmore_btn:before {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 100%;
    border: 1px solid #E60113;
    position: absolute;
    left: -4px;
    top: -4px;
}
.ilust01{
    position: absolute;
    width: 15%;
    right: -100px;
    bottom: 0;
}
.ilust02 {
    position: absolute;
    width: 13%;
    bottom: -40px;
    left: -100px;
}
.ilust03 {
    width: 12%;
    position: absolute;
    bottom: -50px;
    right: -80px;
}
/*PC Layout
===================================*/
@media screen and (min-width: 769px) {
	
	/*newgrad - top ----------------------------- */
    .advanced_content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .advanced_item{
        width: 48%;
        padding: 0 20px;
    }
    .advanced_item p {
        width: 70%;
    }
	
}
/*SP Layout
===================================*/
@media screen and (max-width: 768px) {
	
	/*  entry form ----------------------------- */
    
    .sec-requirements {
        padding: 13.5% 0 20%;
    }
    .sec-requirements .top_txt p{
        font-size: min(2.85vw,1.1rem);
    }
    .sec-requirements .top_txt .large {
        font-size: 1.4rem;
        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;
    }
    .line{
        width: 80px;
    }
    .readmore_btn{
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }
    .advanced_content {
        display: flex;
        justify-content: space-between;
    }
    .advanced_item:nth-child(1) {
        width: 40%;
    }
    .advanced_item:last-child {
        width: 65%;
        margin-left: 10px;
    }
    .advanced_item img {
        object-fit: cover;
        height: 100px;
        width: 100px;
    }
    .advanced_wrap{
        margin: 20px 0 10px;
    }
    .sec-requirements:before{
        background-size: 95% auto;
        top: 2%;
    }
    .ilust01 {
        width: 20%;
        right: -14px;
        bottom: -13px;
    }
    .ilust02 {
        width: 16%;
        bottom: -42px;
        right: -2px;
        left: auto;
    }
    img.img_tech {
        object-position: right;
    }
}
