/*-----------------------------------------トライアルチャレンジド ファーストビュー-----------------------------------------*/

.subfirstview {
    background-color: #eef3fa;
    overflow: hidden;
}

.lowerview {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0 60px;
    position: relative;
}

.lower-title {
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.lower-title h2 {
    font-size: 56px;
    letter-spacing: 0.1em;
    margin: 0;
    position: relative;
    color: #0e5797;
}

.lower-title p {
    font-size: 14px;
    color: #0e5797;
    margin-bottom: 10px;
    font-weight: bold;
    
    
}

.underline {
    position: absolute;
    top: 85%;
    height: 2px;
    background-color: #0e5797;
    margin-top: 0;
    left: -650px;
    width: 0;
    transition: width 0.4s ease;
}



@media screen and (max-width:1024px) {
    .lower-title h2{
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .lower-title h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .lower-title h2 {
        font-size: 24px;
    }
}



/*-----------------------------------------パンクズリスト-----------------------------------------*/

.breadcrumbs {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
    font-size: 12px;
}

.breadcrumbs a {
    color: #0e5797;
}



/*-----------------------------------------メニューリスト-----------------------------------------*/

.transition_container {
    display: grid;
    grid-template-columns: 33% auto auto;
    gap: 10px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px 50px;
}

.transition_box {
    position: relative;
}

.transition_box a {
    color: #0e5797;
    position: relative;
}


.transition_box a.btn_tr {
    text-align: left;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 40px 20px 20px;
    color: #0e5797;
    transition: all 0.3s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    width: 100%;
}

.transition_box a.btn_tr:before,
.transition_box a.btn_tr:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.transition_box a.btn_tr:before {
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0e5797;
}

.transition_box a.btn_tr:after {
    right: 24.5px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.transition_box a.btn_tr:hover {
    background-color: #0e5797;
    color: #fff;
}

.transition_box a.btn_tr:hover:before {
    background: #fff;
}

.transition_box a.btn_tr:hover:after {
    border-color: #0e5797;
}

@media screen and (max-width:540px) {
    .transition_container {
        grid-template-columns: auto;
    }
}


/*-----------------------------------------ファースト画像-----------------------------------------*/

.subview {
    position: relative;
    top: -50px;
    background: url(../images/member.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 75%;
    border-radius: 0 50px 0 0;
    width: 95%;
    height: 450px;
    margin-bottom: 50px;
}



/*-----------------------------------------トライアルチャレンジドとは 01-----------------------------------------*/

#section01 {
    background:#fff;
}

.support_service02 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 20px 100px;
}


.support_service02_h2 {
    padding: 50px 20px 0;
    max-width: 1500px;
    margin: 0 auto;
}

.support_service02_h2 h2 {
    font-size: 48px;/*56*/
    margin-bottom: 50px;
    text-align: center;
}


.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    font-style: normal;
}

.support_service02_h2 span {
    display: block;
    font-size: 14px;
    color: #0e5797;
}

.support_service02_txt{
    max-width: 1300px;
    margin: 0 auto;
}

.support_service02_txt h3{
    margin-bottom: 30px;
}

.support_service02_txt p{

}


.support_service02_taisho{
    max-width: 1300px;
    margin: 50px auto 0;
    background-color: #dee8f3;
    padding: 40px;
    border-radius: 20px;
}


.support_service02_taisho h4{
    text-align: center;
    margin-bottom: 20px;
    color: #0e5797;
    font-size: 18px;
}


.support_service02_ulli{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin: 20px auto;
}

.support_service02_ulli ul li{
    line-height: 2;
    font-weight: bold;
    color: #333333;
}

.support_service02_ulli ul li::before{
    content: "●";
    color: #0e5797;
    font-size: 0.6em;
    margin-right: 1em;
}
@media screen and (max-width:1024px){
    .support_service02_h2 h2{
        font-size: 36px;
    }
}
@media screen and (max-width:767px){
    .support_service02_h2 h2{
        font-size: 28px;
    }
}
@media screen and (max-width:480px){
    .support_service02_h2 {
        padding: 0;
    }
    .support_service02_h2 h2{
        font-size: 24px;
    }
    .support_service02_taisho{
        padding: 40px 20px;
    }
    .support_service02_ulli{
        padding: 40px 20px;
    }
}


/*-----------------------------------------作業内容 02-----------------------------------------*/

#section02 {
    background-color: #eef3fa;
}

.work {
    padding: 50px 20px 100px;
    max-width: 1300px;
    margin: 0 auto;
}

.work_h2 h2 {
    font-size: 56px;
    margin-bottom: 50px;
    text-align: left;
}

.work_h2 span {
    display: block;
    font-size: 14px;
    color: #0e5797;
}


.work_container {
    display: grid;
    gap: 50px;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.work_left img {
    width: 100%;
    border-radius: 20px;
}

.work_txt h3 {
    color: #0e5797;
    margin-bottom: 30px;
}

.work_txt p {
    line-height: 2;
}



.work_area{
    margin-top: 30px;
    display: grid;
    grid-template-columns: calc(32.8% - 20px) calc(32.8% - 20px) calc(32.8% - 20px);
    gap:40px;
}


.work_01 h3{
    color: #0e5797;
    margin-bottom: 10px;
}


.work_img{
    margin-bottom: 20px;
}

.work_img img{
    width: 100%;
    border-radius: 20px;
}
@media screen and (max-width:1024px) {
    .work_h2 h2{
        font-size: 36px;
    }
}

@media screen and (max-width:767px) {
    .work_h2 h2{
        font-size: 28px;
    }
}
@media screen and (max-width:540px) {
.work_container {
    grid-template-columns: auto;
}
.work_area{
    grid-template-columns: auto;
}
}

@media screen and (max-width:480px) {
    .work{
        padding: 50px 20px 50px;
    }
    .work_h2 h2{
        font-size: 24px;
    }
}



/*-----------------------------------------職場環境 03-----------------------------------------*/


#section03 {
    padding: 100px 20px 100px;
    background-color: #fff;
}

.workplace_job {
    padding: 50px 20px 100px;
    max-width: 1300px;
    margin: 0 auto;
}

.workplace_job_h2 {
    margin-bottom: 50px;
    text-align: left;
}

.workplace_job_h2 h2{
    font-size: 56px;
}

.workplace_job_h2 span {
    display: block;
    font-size: 14px;
    color: #0e5797;
}


.workplace_container {
    display: grid;
    gap: 50px;
    grid-template-columns: calc(50% - 25px) calc(50% - 25px);
}

.workplace_right img {
    width: 100%;
    border-radius: 20px;
}

.workplace_job_txt h3 {
    color: #0e5797;
}
@media screen and (max-width:1024px) {
    .workplace_job_h2 h2{
        font-size: 36px;
    }
}

@media screen and (max-width:767px) {
    .workplace_job_h2 h2{
        font-size: 24px;
    }
}

@media screen and (max-width:540px) {

    .workplace_container {
        grid-template-columns: auto;
    }
}

@media screen and (max-width:480px) {
    #section03{
        padding: 50px 20px 50px;
    }
    .workplace_job{
        padding: 0;
    }
    .workplace_job_h2 h2{
        font-size: 24px;
    }
}



/*-----------------------------------------1日のスケジュール 04-----------------------------------------*/

#section04 {
    padding: 100px 20px 100px;
    background-color: #eef3fa;
}


.schedule {
    padding: 50px 20px 100px;
    max-width: 1300px;
    margin: 0 auto;
}

.schedule_h2 {
    margin-bottom: 50px;
    text-align: left;
}

.schedule_h2 h2{
    font-size: 56px;
}

.schedule_h2 span {
    display: block;
    font-size: 14px;
    color: #0e5797;
}

.schedule h3{
    margin-bottom: 30px;
}

.schedule_area{
    background-color: #dee8f3;
    margin-top: 30px;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.schedule_area h3{
    text-align: center;
    margin-bottom: 20px;
    color: #0e5797;
}

/* time-schedule */
.time-schedule {
    width: 100%;
    list-style: none;
    margin: 0 auto;
    margin-left: 50px;
    border-left: 6px solid #3bb88d;
    box-sizing: border-box;
}

.time-schedule li {
    width: 100%;
    margin: 0 0 0 -50px;
    padding: 0 0 40px 0;
    position: relative;
}

.time-schedule li:last-child{
    padding: 0;
}

.time-schedule span.time {
    width: 5em;
    display: block;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
    vertical-align: top;
    position: relative;
    top: 0;
    left: -50px;
    text-align: left;
    box-sizing: border-box;
    color: #3bb88d;
    font-weight: bold;
}


.time-schedule .sch_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding: 30px 10px 30px 80px;
    vertical-align: middle;
    background: #fff;
    box-sizing: border-box;
    border-radius: 6px;
}

.time-schedule .sch_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.time-schedule .sch_tx {
    font-size: 14px;
    font-weight: normal;
}


@media screen and (max-width:1024px){
    .schedule_h2 h2{
        font-size: 36px;
    }
}

@media screen and (max-width:767px){
    .schedule_h2 h2{
        font-size: 28px;
    }
}
    
@media screen and (max-width:480px){
    #section04{
        padding: 50px 20px 50px;
    }
    .schedule{
        padding: 0 0 50px;
    }
    .schedule_area{
        padding: 40px 20px;
    }
    
    .schedule_h2 h2{
        font-size: 24px;
    }
    
    .time-schedule .sch_box{
        padding: 30px 10px 30px 10px;
    }
    .time-schedule span.time{
        left: 0;
        margin-top: 10px;
    }
}