@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 */




/*---------

success

----------------------------**/

.success-point-list{
	margin: 0 auto;
    position: relative;
	display: block;
}
.success-point-list .point-body{
    border-radius: 0.8rem;
    padding: 4vw 2vw;
	background-color: #fff;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
	max-width: var(--width-min);
	margin: 0 auto 3vh;
}

.success-point-list .point-body .heading-area{
	margin-bottom: 0.8em;
}

.success-point-list .point-body .point-detail ol {
    border-radius: 0.8rem;
    max-width: 680px;
    margin: 0 auto 1.2em;
    background: #fff;
    padding: 1.6rem 2rem 1em 4rem;
	background-color: rgba(226, 243, 255, 1);
}

.success-point-list .point-body .point-detail .img_box{
	max-width: 680px;
	margin: 0 auto;
	width: 80%;
}

.success-point-list .point-body .point-detail .img_box .img{
	margin-bottom: 0.8em;
}

@media not all and (min-width: 768px){
	
.success-point-list .point-list_item p {
	text-align: left;
}
}


@media (min-width: 768px){
.success-point-list .point-body{
    padding: 2vw;
}
	
.success-point-list .point-body .point-detail ol {
	margin: 0 auto 2vw;
}

.success-point-list .point-body .point-detail .img_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
.success-point-list .point-body .point-detail .img_box{
	width: 100%;	
}
	
.success-point-list .point-body .point-detail .img_box .img{
	display: block;
	width: 48%;
	margin-bottom: 1.2em;
}

}





