@charset "UTF-8";
/* CSS Document */
.page-briefing{
    background-color: #DDECFF;
}
.font-accent{
    color: #574B9C;
    font-weight: 700;
}

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
@media only screen and (max-width: 767px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
}


/**********************************************

Web開催 会社説明会

**********************************************/
.contents{
    max-width: 100%;
    font-family: "Noto Sans JP";
    padding-top: 140px;
    margin-bottom: 0;
}
.label-text{
    text-align: center;
}
.label-text p{
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;
    background-color: #574B9C;
}
.briefing-title{
    margin-top: 40px;
    color: #574B9C;
    font-size: 36px;
    font-weight: 700;
}
.briefing-maincopy{
    max-width: 728px;
    width: 100%;
    margin: 40px auto 0;
}
.briefing-maincopy p{
    font-size: 16px;
    line-height: 2;
}
.briefing-maincopy .font-accent{
    font-size: 20px;
    text-align: center;
}
.briefing-maincopy p:not(:first-child){
    margin-top: 10px;
}
@media only screen and (max-width: 1200px){
    .contents {
        padding: 140px 0px 0;
    }
}
@media only screen and (max-width: 767px){
    .contents{
        padding: 112px 0 0;
    }
    .label-text p{
        padding: 5px 15px;
        font-size: 18px;
    }
    .contents h2.briefing-title{
        font-size: 2.8rem;
    }
    .briefing-maincopy{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .briefing-maincopy .font-accent{
        font-size: 18px;
        line-height: 1.75;
    }
    .briefing-maincopy p{
        font-size: 14px;
    }
}



/**********************************************

WebCM展開中！

**********************************************/
.cm-sec{
    max-width: 816px;
    width: 100%;
    margin: 80px auto 0;
}
.cm-sec .cm-read{
    text-align: center;
}
.cm-sec .cm-read p{
    position: relative;
    display: inline-block;
    color: #574B9C;
    font-size: 20px;
    font-weight: 700;
}
.cm-sec .cm-read p::after,
.cm-sec .cm-read p::before{
    content: "";
    display: block;
    width: 3px;
    height: 26px;
    background-color: #574B9C;
    position: absolute;
    top: -4px;
}
.cm-sec .cm-read p::after{
    left: -20px;
    transform: rotate(145deg);
}
.cm-sec .cm-read p::before{
    right: -12px;
    transform: rotate(-145deg);
}
.cm-sec .cm-2column{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    margin-top: 40px;
}
.cm-sec .cm-2column iframe{
    width: 400px;
    height: 225px;
}
@media only screen and (max-width: 767px){
    .cm-sec .cm-2column{
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .cm-sec .cm-read p{
        font-size: 18px;
    }
    .cm-sec .cm-read p::after, 
    .cm-sec .cm-read p::before{
        height: 24px;
        top: -2px;
    }
    .cm-sec .cm-read p::after{
        left: -15px;
    }
    .cm-sec .cm-read p::before{
        right: -10px;
    }
    .cm-sec .cm-2column iframe{
        width: 345px;
        height: 194px;
    }
}

.voice-sec{
    max-width: 1100px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 155px auto 0;
}
.voice-sec .voice-box{
    position: relative;
    padding: 90px 24px 24px;
    border-radius: 20px;
    background-color: #E46C81;
}
.voice-sec .voice-box .voice-thum{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 140px;
    width: 100%;
}
.voice-sec .voice-box .voice-thum img{
    width: 100%;
}
.voice-sec .voice-box .voice-text p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}
@media only screen and (max-width: 767px){
    .voice-sec{
        margin: 115px auto 0;
        padding: 0 15px;
        box-sizing: border-box;
        grid-template-columns: repeat(1, 1fr);
        gap: 90px;
    }
    .voice-sec .voice-box{
        padding: 85px 30px 30px;
    }
    .voice-sec .voice-box .voice-text p{
        font-size: 14px;
    }
}




.company-pre{
    margin-top: 140px;
    padding: 140px 0;
    background-color: #fff;
}
.company-pre-block{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.company-pre-block:not(:first-child){
    padding-top: 40px;
}
.company-pre-block:not(:last-child){
    padding-bottom: 40px;
    border-bottom: 1px solid #D2DCE6;
}
.company-pre-block dt{
    position: relative;
    min-width: 263px;
    color: #574B9C;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
}
.company-pre-block dt::after{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #574B9C;
}
.company-pre-block dd ul{
    list-style: none;
}
.company-pre-block dd ul li{
    position: relative;
    padding-left: 18px;
}
.company-pre-block dd ul li::after{
    content: "・";
    display: block;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.company-pre-block dd p{
    font-size: 16px;
    line-height: 2;
}
.company-pre-block dd p small{
    font-size: 16px;
}
.company-pre-block dd p.font-accent{
    margin-top: 24px;
}
.company-pre-block dd p a{
    color: #E98922;
}
.company-pre-block dd ul.list-number{
    margin: 30px 0;
}
.company-pre-block dd ul.list-number li{
    padding-left: 0;
}
.company-pre-block dd ul.list-number li::after{
    display: none;
}
@media only screen and (max-width: 767px){
    .company-pre{
        margin-top: 80px;
        padding: 80px 15px;
    }
    .company-pre-block{
        flex-direction: column;
    }
    .company-pre-block dt{
        font-size: 18px;
        padding-left: 15px;
    }
    .company-pre-block dt::after{
        width: 8px;
        height: 8px;
    }
    .company-pre-block dd ul li{
        font-size: 14px;
    }
    .company-pre-block dd{
        padding-left: 15px;
    }
    .company-pre-block dd p{
        font-size: 14px;
        line-height: 1.6;
    }
    .company-pre-block dd p.font-accent {
        margin-top: 18px;
    }
    .company-pre-block dd p small {
        font-size: 14px;
        margin-top: 5px;
        display: block;
    }
    .company-pre-block dd ul.list-number {
        margin: 30px 0 25px;
    }
}




#entry.entry{
    font-family: "Noto Sans JP";
    max-width: 100%;
    border-radius: 0;
}
.entry h2{
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
}
.entry-btn{
    position: relative;
    max-width: 736px;
    width: 100%;
    height: 160px;
    margin: 25px auto 0;
}
.entry-btn a{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    border: 4px solid #fff;
    color: #574B9C;
    font-size: 30px;
    font-weight: 700;
    background-image: linear-gradient(90deg, #ffffff, #ddecff);
    transition: 0.2s;
}
.entry-btn a:hover{
    opacity: 1;
    top: 4px;
    left: 4px;
    background-image: linear-gradient(-90deg, #ffffff, #ddecff);
}
.entry-btn a::after{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 68px;
    height: 34px;
    background-image: url(../img/btn-arrow.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.entry-btn a:hover::after{
    background-image: url(../img/btn-arrow-hover.svg);
}
.entry-btn::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 0;
}
.entry > p{
    font-size: 15px;
    margin-top: 32px;
}
.entry_info{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 10px;
}
.entry_info a p{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
.entry_info a p span{
    font-size: 15px;
}
@media only screen and (max-width: 767px){
    .entry{
        padding: 40px 32px 80px;
    }
    #entry{
        padding-bottom: 80px;
    }
    .entry h2{
        font-size: 28px;
    }
    .entry-btn{
        margin: 10px auto 0;
        max-width: 345px;
    }
    .entry-btn a{
        padding-top: 40px;
        align-items: flex-start;
        font-size: 24px;
        border-radius: 15px;
    }
    .entry-btn::after{
        border-radius: 15px;
    }
    .entry-btn a::after{
        top: unset;
        right: inherit;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 52px;
        height: 28px;
    }
    .entry_info{
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }
    .entry_info a p{
        display: inline-block;
    }
}