/* FV */
.fv{
    background-image: url(../img/fv_back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 150px 0;
     height: 645px;
    background-color: #fffbed;
}
.fv p {
    font-size: 42px;
    line-height: 1.7;
    color: #727171;
    margin-bottom: 60px;
}
.fv_tit {
    margin-top: -140px;
    text-align: center;
}
.fv_tit img{
    max-width: 540px;
    filter: drop-shadow(10px 10px 3px #727171b0);
}
.fv_tit p {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    color: #727171;
    margin-top: 25px;
    margin-bottom: 50px;
}

.fv_rep{
    background-image: url(../img/fv_back_2.png);
    background-color:transparent;
}
.fv_repb{
    background-image: url(../img/fv_back_img.png);
    background-size: cover;
}

@media screen and (max-width: 767px){
    .fv{
        padding: 80px 0;
        height: 320px;
        background-size: cover;
    }
    .fv p {
        font-size: 23px;
        padding: 0 5%;
        margin-bottom: 0;
    }

    .fv_tit img {
        max-width: 200px;
        width: 100%;
    }

    .fv_tit p{
        margin-bottom: 0px;
    }
    .fv_tit {
        margin-top: -45px;
    }

    .fv_rep p{
        line-height: 2;
    }
}
/* FV */

/* SECTION1 */
#sec1{
    margin-bottom: 90px;
}
#sec1 p{
    line-height: 2;
}

h2 {
    font-size: 55px;
    color: #5f79b5;
    margin-bottom: 20px;
    line-height: 0.7em;
}

h2 span{
    font-size: 30px;
    margin-left: 5px;
}

.sec_img1 {
    position: absolute;
    right: -500px;
    bottom: -100px;
}

.gra_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    grid-template-rows: initial;
    margin-bottom: 50px;
}

.gra_box img{
    filter: drop-shadow(8px 5px 5px #555);
}

@media screen and (max-width: 767px){
    #sec1 {
        margin-bottom: 0px;
    }
    .gra_box {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }
    #sec1 p{
        line-height: 1.7;
    }
}
/* SECTION1 */

/* SECTION2 */
#sec2{
    margin-top: 90px;
}

.wbno_box {
    border: dashed 3px #5f79b5;
    padding: 15px;
    border-radius: 15px;
}

.wbno_box div{
    font-size: 23px;
}
.wbno_box p{
    background-color: #607ab5;
    color: #FFF;
    font-size: 25px;
    display: inline-block;
    padding: 3px 8px;
    line-height: 1;
    margin-right: 5px;
}

.wbno_box .num{
    font-size: 70px;
    line-height: 0.8em;
    font-weight: 700;
    color: #607ab5;
}
.wbno_box .pas{
    font-size: 35px;
    font-weight: 700;
    color: #607ab5;
}

.sec2_img {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 80px;
}

.sec2_img .sec_tit {
    color: #5f79b5;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sub_tit{
    margin-bottom: 60px;
}
.sub_tit h3 {
    position: relative;
    border-left: solid 5px #727171;
    border-bottom: solid 1px #727171;
    padding-left: 15px;
    padding-bottom: 5px;
    color: #5f79b5;
    font-size: 28px;
    font-weight: 600;
}
.sub_tit h3 span {
    position: absolute;
    font-size: 1.7em;
    bottom: -0.05em;
    font-weight: 500;
    margin-left: 0.2em;
}

.sub_tit p {
    padding-left: 20px;
    font-size: 34px;
    padding-top: 5px;
}

@media screen and (max-width: 767px){
    #sec2 {
        margin-top: 0px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }
    h2 span {
        font-size: 18px;
    }
    .sub_tit {
        margin-bottom: 20px;
    }

    .wbno_box p {
        background-color: #607ab5;
        color: #FFF;
        font-size: 18px;
        display: block;
        padding: 5px 8px;
        line-height: 1;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wbno_box .num {
        font-size: 40px;
    }
    .wbno_box .pas {
        font-size: 20px;
    }
    .wbno_box div {
        font-size: 18px;
        line-height: 1.5;
    }
    .sec2_img .sec_tit{
        font-size: 25px;
    }
    .sub_tit h3{
        font-size: 25px;
    }
    .sub_tit h3 span {
        font-size: 1.3em;
        bottom: 0.1em;
    }
    .sub_tit p {
        font-size: 18px;
    }
    .sec2_img{
        margin-top: 40px;
    }
}
/* SECTION2 */

/* SECTION3 */
h4{
    font-size: 50px;
    font-weight: 400;
    color: #607ab5;
    line-height: 1.4;
}
.tab_box {
    text-align: center;
    font-size: 22px;
    background-color: #5f79b5;
    color: #FFF;
    padding: 10px 0;
    max-width: 350px;
    border-radius: 10px;
    margin: 30px 0;
}

.res_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.res_box span {
    display: inline-flex;
    background-color: #5f79b5;
    color: #FFF;
    font-size: 18px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.res_box ul {
    margin-left: 15px;
}
.res_box ul li{
    margin-bottom: 5px;
}
.res_box ul li:last-child{
    margin-bottom: 0;
}

.koubo_box{
    display: flex;
    background-color: #efefef;
    padding: 15px 1.5em;
    max-width: 600px;
    border-radius: 10px;
    margin-top: 30px;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
}

.koubo_tit {
    display: inline-block;
    border: solid 2px #727171;
    font-weight: 600;
    font-size: 18px;
    padding: 1px 10px;
    background-color: #FFF;
}

.koubo_box div {
    max-width: 500px;
    margin-left: 15px;
}
.koubo_box span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bl_tit {
    background-color: #5f79b5;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0;
}

.check_tit {
    text-align: center;
    background-color: #eaf6fd;
    color: #5f79b5;
    font-size: 23px;
    padding: 30px 10px;
    max-width: 730px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 50px;
    background-image: url(../img/check.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.wbno_img1{
    position: absolute;
    width: 600px;
    top: 20px;
    right: -100px;
    z-index: -1;
}

.wbno_img2{
    position: absolute;
    width: 300px;
    top: 20px;
    right: 0;
    z-index: -1;
}

.wbno_img3{
    position: absolute;
    width: 300px;
    right: 0;
    bottom: -160px;
    z-index: -1;
}

.mar_30{
    margin: 30px 0;
}

.mar_30 b{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 30px;
}

.mar_sec4{
    margin-bottom: 200px;
}

.jij_box {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.jij_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    grid-template-rows: initial;
}

.jij_box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.jij_box ul li span{
    color: #607ab5;
    font-weight: 700;
    font-size: 60px;
    margin-right: 20px;
}

.pat_logo{
    margin-bottom: 50px;
}
.pat_logo span{
    color: #5f79b4;
    font-size: 40px;
    font-weight: 600;
    margin-left: 10px;
}

.pat_box ul{
    width: 100%;
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    grid-template-rows: initial; */
}
.pat_box ul li {
    margin-bottom: 5px;
}
.pat_box ul li:last-child {
    margin-bottom: 0;
}
.pat_box ul li a:hover{
    opacity: 0.6;
}

.pat_box p{
    font-weight: 600;
    margin-bottom: 1em;
}

.last_sec{
    margin-bottom: 130px;
}

@media screen and (max-width: 767px){
    .pat_logo span {
        display: inline-block;
        text-align: center;
        margin-top: 0px;
        font-size: 25px;
        margin-left: 0;
    }
    .pat_box{
        text-align: center;
    }
    .pat_box ul li {
    text-align: center;
    margin-bottom: 5px;
    }
    .pat_logo img {
    max-width: 145px!important;
    }
    .pat_logo {
        text-align: center;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 18px;
    }
    .tab_box {
        font-size: 18px;
        margin: 20px 0;
    }
    .res_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .res_box span{
        width: 100%;
        height: initial;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .res_box ul {
        margin-left: 0;
        text-indent: -1em;
        padding-left: 1em;
    }
    .res_box ul li {
        margin-bottom: 10px;
        list-style: 1.4;
    }
    .koubo_box {
        display: flex;
        background-color: #efefef;
        padding: 15px 0;
        max-width: 600px;
        border-radius: 10px;
        margin-top: 30px;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
    }
    .koubo_box span{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bl_tit {
        background-color: #5f79b5;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        padding: 5px 0;
        font-weight: 600;
        margin: 30px 0;
    }
    .check_tit {
        text-align: center;
        background-color: #eaf6fd;
        color: #5f79b5;
        font-size: 16px;
        padding: 15px 10px;
        max-width: 730px;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 30px;
        background-image: url(../img/check.png);
        background-position: bottom right;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .mar_30 {
        margin: 15px 0;
    }
    .jij_box{
        margin-bottom: 35px;
    }
    .jij_box ul{
    width: 80%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 15px;
    }
    .jij_box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    }

    .jij_box ul li span{
        font-size: 50px;
    }

    .li_2._ce{
        text-align: left!important;
    }

    .last_sec {
        margin-bottom: 35px;
    }

    .wbno_img1,.wbno_img2{
        display: none;
    }
    .koubo_box div{    
        margin: 0 15px;
        line-height: 1.7;
    }
    .wbno_img3{
        display: block;
        position: relative;
        bottom: initial;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-top: 20px;
        max-width: 200px;
    }

}
/* SECTION3 */

/* REPORT */
.rep_box {
    margin-top: 120px;
}

.rep_p{
    display: block;
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    color: #5f79b5;
    padding-bottom: 10px;
    border-bottom: solid 1px #727171;
}
.rep_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    grid-template-rows: initial;
}

.rep_box ul li a {
    display: flex;
    border: solid 1px #727171;
    border-left: solid 6px #5f79b5;
    width: 100%;
    height: 98px;
    padding-left: 40px;
    line-height: 1.5;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #727171;
}
.rep_box ul li a:hover{
    opacity: 0.6;
}
.rep_box ul li a p{
    font-size: 20px;
    font-weight: 500;
}
.rep_box ul li a span {
    font-size: 0.9em;
}

.kanri{
    font-size: 0.9em;
    text-align: right;
}

.pat_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    grid-template-rows: initial;
    justify-items: center;
}

.txt_5{
    text-align: center;
}

.fv_tit_2 img{
    max-height: 70px;
}

.pat_logo p {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 30px;
    margin-bottom: 0;
    color: #6fb2f1;
}

@media screen and (max-width: 767px){
    .rep_box ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rep_box ul li a{
        padding-left: 18px;
        height: 90px;
    }
    .rep_box ul li a p {
        font-size: 18px;
    }
    .rep_box ul li a span {
        font-size: 0.8em;
    }
    .rep_p{
        font-size: 22px;
    }
    .rep_box {
        margin-top: 35px;
    }
    .kanri{
        font-size: 0.8em;
        text-align: center;
    }
    .pat_logo img {
        display: block;
        max-width: 145px!important;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .pat_box ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        grid-template-rows: initial;
        justify-items: center;
    }
    .txt_5{
        text-align: left;
    }
    .fv_tit_2 img {
        display: block;
        max-height: 53px;
        max-width: initial!important;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .pat_logo p {
        display: inline-block;
        font-size: 20px;
        margin-left: 1em;
        margin-bottom: 0;
        color: #6fb2f1;
        margin-top: 5px;
    }
}
/* REPORT */