/*-----------------------------------------トライアルベネフィット ファーストビュー-----------------------------------------*/

.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_benefits {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 100px;
}

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

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

.support_benefits_txt h3 {
    margin-bottom: 30px;
    text-align: center;
}

.support_benefits_txt p {
    text-align: center;
    line-height: 3;
}

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

@media screen and (max-width:480px){
    .support_benefits_h2 h2{
        font-size: 24px;
    }
    .support_benefits_txt p{
        text-align: left;
    }
    .support_benefits{
        padding: 50px 20px 50px;
    }
}


/*-----------------------------------------事業内容 02-----------------------------------------*/

#section02 {
    background-color: #eef3fa;
}

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

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

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


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

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

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

.business_txt p {
    line-height: 2;
}

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

.business_01 h3 {
    margin-bottom: 10px;
}


.business_img {
    margin-bottom: 20px;
}

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

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

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

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



/*-----------------------------------------就労実績 ACHIEVEMENTS 03--------------------------------------*/


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

.section-container03 {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 80px 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.section-container03-h2 {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.section-container03-h2 h2 {
    color: #0e5797;
    font-size: 56px;
    margin-bottom: 50px;
}


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

.section-container03-h2 h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 85%;
    bottom: 15px;
    left: -33.5%;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #0e5797;
    transition: width 1s ease;
}

.section-container03-h2.active h2::after {
    width: 100%;
}

.section-container03-txt {
    max-width: 900px;
    margin: 0 auto;
}

.section-container03-txt img {
    width: 100%;
}

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

    }

    .section-container03-h2 h2::after {
        bottom: 15px;
    }
}

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

    .section-container03-h2 h2 {
        font-size: 28px;

    }

    .section-container03-h2 h2::after {
        bottom: 12px;
    }
}


@media screen and (max-width:480px) {
    #section03{
        padding: 50px 20px 50px;
    }
    .section-container03 {
        padding: 50px 25px;
    }

    .section-container03-h2 h2 {
        font-size: 24px;

    }

    .section-container03-h2 h2::after {
        bottom: 10px;
    }
}
