@charset "utf-8";
/* CSS Document */

/*---------

result-information-list

----------------------------**/

.result-information,
.result-information a,
.result-information .item{ display: grid;}

.result-information{
    grid-template-columns: repeat(auto-fit , minmax(30rem , 1fr));
    gap: 1.6rem;
    justify-content: space-around;
}

.result-information a{
    /*grid-template-columns: 35% 1fr;
     background-color: #fffeb2; */
    grid-template-columns: 46% 54%;
    background-color: #fff;
    border:1px solid #999;
}

.result-information .item{
    font-weight: bold;
    padding: 1em;
    position: relative;
    align-items: center;
}

.result-information .item li{
    position: relative;
    line-height: 1.4;
    padding-left: 2rem;
}

.result-information .item li::before,
.result-information .item li::after{
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
}

.result-information .item li::before{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    top: .2rem;
    border: 1px solid var(--theme-color);
    background-color: #fff;
}

.result-information .item li::after{
    position: absolute;
    width: .6rem;
    height: .6rem;
    border-top: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
    top: .7rem;
    left: .4rem;
    transform:rotate(45deg);
}

@media (min-width: 768px) {
    .result-information {
        grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
    }
    
    .result-information .item li {
        padding-left: 2.6rem;
        font-size: 2.1rem;
    }
    .result-information .item li::before {
        width: 2.1rem;
        height: 2.1rem;
        top: 0.3rem;
    }
    .result-information .item li::after {
        width: 0.7rem;
        height: 0.7rem;
        top: 1rem;
        left: 0.6rem;
    }
}

/*---------

employment

----------------------------**/

.employment-list{
    /* max-width: 68rem; */
    margin:0 auto;
    position: relative;
}

.employment-list::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #00c6ff;
    z-index: -1;
}

.employment-list > div:not([class]),
.employment-body > div:not([class]){
    font-weight: 600;
    text-align: center;
    padding: .4em;
    margin-bottom: 1em;
    background-color: var(--site-point-color);
}

.employment-list .employment-body{
    margin-bottom: 2vh;
    border-radius: .8rem;
    padding: 2vw;
}

/*--- employment heading-area
----------------------------**/

.employment-body .heading-area{
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 1rem;
    position: relative;
}

.employment-body .heading-area .stage-lank{
    display: block;
    width: 8em;
    padding: 1em 1em 0;
    color: #FFF;
    line-height: 1.0;
    border-radius: 2em;
    position: absolute;
    top: 0;
    left: 0;
}

.employment-body .heading-area .stage-lank .number{
    font-size: 2.5rem;
    margin-left: 0.25em;
}

.employment-body .heading-area .stage-lank + div{
    font-weight: 600;
    align-self: center;
    position: relative;
}

.employment-body .heading-area h3{ margin-top: 0;}

@media not all and (min-width:768px){

    .employment-body .heading-area .stage-lank{ font-size: 1rem;}
}

@media (min-width:768px){

    .employment-body .heading-area .stage-lank{ padding: .5em 1em .25em; font-size: 2.5rem;}
    .employment-body .heading-area .stage-lank .number{  margin-left: 0.5em;}
    .employment-body .heading-area .stage-lank + div{ font-size: 1.8rem;}
}

/*--- circle & toggle
----------------------------**/

.employment-item .circle li{ margin-bottom: 0;}

.employment-item .toggle-switch-area{
    background-color: #FFF;
    border: 1px solid #a0a0a0;
    text-align: center;
}

.employment-item figure{
    width: 64%;
    border: .4rem solid #FFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    margin: 3vh auto;
}

@media not all and (min-width:768px){

    .employment-item .circle li{ font-size: 1.1rem;}
}

@media (min-width:768px){

    .column-box{ gap: 2vw 3vh;}
}

/*--- check-mark
----------------------------**/

dl dt.check-mark{ color: var(--heading-site-main-color);}
dl dt.check-mark::after,
ul.check-mark li::after{
    width: 14px;
    height: 8px;
    top: 2px;
    left: 3px;
    border-left: 1px solid var(--heading-site-main-color);
    border-bottom: 1px solid var(--heading-site-main-color);
}

/*--- color set
----------------------------**/

.employment-list .employment-body:nth-child(2){ background-color: rgba(220, 241, 251, 1);} /* dcf1fb */
.employment-list .employment-body:nth-child(2) .stage-lank{ background-color: rgba(0, 185, 239, 1);} /* 00b9ef */

.employment-list .employment-body:nth-child(3){ background-color: rgba(220, 230, 240, 1);} /* e4e1f0 */
.employment-list .employment-body:nth-child(3) .stage-lank{ background-color: rgba(76, 140, 203, 1);} /* 4c8ccb */

.employment-list .employment-body:nth-child(4){ background-color: rgba(228, 225, 240, 1);} /* e4e1f0 */
.employment-list .employment-body:nth-child(4) .stage-lank{ background-color: rgba(100, 85, 164, 1);} /* 6455a4 */

.employment-list:nth-child(3) .employment-body:nth-child(2){ background-color: rgba(237, 223, 237, 1);} /* eddfed */
.employment-list:nth-child(3) .employment-body:nth-child(2) .stage-lank{ background-color: rgba(175, 98, 164, 1);} /* af62a4 */

.employment-list:nth-child(3) .employment-body:nth-child(3){ background-color: rgba(251, 222, 234, 1);} /* fbdeea */
.employment-list:nth-child(3) .employment-body:nth-child(3) .stage-lank{ background-color: rgba(233, 82, 151, 1);} /* e95297 */



/*---------

 2308 追記　ここから

----------------------------**/


/*--- .flex_cnt (テキスト＋画像)
----------------------------**/	

.flex_cnt{
/*	max-width: var(--width-min);*/
	margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.flex_cnt .img{
	max-width: 360px;
    padding: 0.4rem;
    margin-bottom: 1em;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 10%);
	display: block;
	margin: 0 auto 1em;
}
.flex_cnt .text_box{
	flex-basis: 62%;
	margin-bottom: 1em;
}
.flex_cnt .text_box p{
	margin-bottom: 1em;
}

.flex_cnt.reverse{
    flex-flow: column-reverse;
}

@media (min-width: 768px){
	.flex_cnt, 
	.flex_cnt.reverse{
		display: flex;
        flex-flow: row;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 0;
	}
	.flex_cnt .img{
		flex-basis: 36%;
		margin: 0;
	}
}


.section-inner figure {
    margin: 1.5em auto 2em;
}
.section-inner .fig-large {
    width: 100%;
}


@media (min-width: 768px){
    .section-inner .fig-large {
        width: 70%;
    }

}


/* 企業・高等学校との連携 */

.bg_box{
    background: var(--bg-site-main-blue);
    border-radius: 1rem;
    padding: 1.2rem;
    margin: 3rem auto 0;
}

.bg_box p{
    font-size: 1.4rem;
}

.bg_box h3{
    text-align: left;
    font-size: 1.8rem;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--heading-site-main-color);
}

.profile_box{
    max-width: 375px;
    margin: 1rem 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.profile_box .prof_img img{
    width: 120px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 10%);
}

.profile_box .text{
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: right;
    margin-right: 1.2rem;
}

.profile_box .text img{
    width: 150px;
    margin: 10px 0 0 auto;
}

@media (min-width: 768px){
    .bg_box{
        padding: 2vw;
    }
    
    .bg_box p{
        font-size: 1.5rem;
    }
    
    .bg_box h3{
        font-size: 2.0rem;
    }
}

.student-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1.4rem;
}


.student-list_item .img{
    margin-bottom: 1.4rem;
    position: relative;
    z-index: 1;
    display: block;
}


.student-list_item .img img{
    display: block;
    border-radius: 1rem;
    border: 3px solid #fff;
}

.student-list_item .img::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(94,201,255);
    background: linear-gradient(90deg, rgba(94,201,255,.5) 0%, rgba(248,140,204,.5) 100%);
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    z-index: -1;
}

.student-list_item dt{
    color: var(--heading-site-main-color);
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.student-list_item dd{
    line-height: 1.4;
    font-size: 1.2rem;
}

.student-list_item dd .name img{
    display: block;
    max-width: 210px;
    width: 100%;
    margin: 0 0 4px;
}


@media (min-width: 768px){
    .student-list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        gap: 3rem;
    }

    .student-list_item .img img{
        border: 4px solid #fff;
    }
    .student-list_item .img::before{
        top: 8px;
        left: 8px;
    }
    
    .student-list_item dt{
        padding: 0 1rem;
        font-size: 1.6rem;
    }
    .student-list_item dd{
       padding: 0 1rem; 
    }

    
}


/*--- 追記　ここまで
----------------------------**/
