/* 共通 */
div,h1,h2,p,h3,span{
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.seo-renew{
    position: relative;
    z-index: 0;
}
.cta_btn_box_top a.cta01 .btnr {
    background-color: #fff;
}
.cta_btn_box_top a div.btnr {
    background-color: #74D9F8;
    border-radius: 40px;
    transition: all 0.2s 0s ease;
}
.cta_btn_box_top a div {
    width: 100%;
    min-width: 320px;
    margin-top: 2em;
    min-height: 60px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.3));
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_btn_box_top {
    justify-content: space-between;
}
.cta_btn_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.cta_btn_box_top a div.btnl > p, .cta_btn_box_top a div.btnr > p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: transparent;
    margin-top: 0;
}
.cta_btn_box_top a div img {
    width: 45px;
    position: absolute;
    bottom: -1px;
    right: 20px;
    transition: all 0.2s 0s ease;
}
.fv{
    position: relative;
    overflow: hidden;
    background: url(../images/seo-renew/mv_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fv_box2 h1,
.fv_box2 h2{
    color: #fff;
}
.fv_box2 h1{
    font-size: 3.375rem;
    letter-spacing: .4rem;
}
.fv_box2 h2{
    font-size: 2.25rem;
}
.formbox{
    margin-top: 0;
}

.wrapper{
    display: block;
}


.flex{
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.item{
    width: 48%;
}

.seo-renew .sec09 .item.mt0{
    margin-top: 0;
}


.h2-title {
    max-width: 27rem;
    display: flex;
    margin: 0 auto;
    font-size: 2.625rem;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}


.h2-title img{
    max-width: 292px;
}

.item-img {
    text-align: center;
}



/* margin */

.mt2rem{
    margin-top: 2rem;
}

.item-bottom.mt1rem{
    margin-top: .4rem;
}

.mt1rem{
    margin-top: 1rem;
}

.mb415rem{
    margin-bottom: 4.15rem;
}

.mb1-75rem{
    margin-bottom: 1.75rem;
}

.mt1-5rem{
    margin-top: 1.5rem;
}


/* sec01 */

.sec01 {
    background:url(../images/seo-renew/bg_01.jpg);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:10rem 0;
}


.sec01 .h2-title{
    max-width: 48rem;
    font-family: "Hiragino Kaku Gothic ProN", "YakuHanJP", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
    justify-content: center;
}

.sec01 .h2-title span{
    font-size: 1.25rem;
    margin-top: 1.25rem;
}

.sec01 .h2-title img {
    max-width: 9.36vw;
}

.sec01 .inner {
    background-color: #fff;
    max-width: 1200px;
    border-radius: 15px;
    padding: 4rem;
}

.sec01 .txt-box {
    font-weight: bold;
    font-size: 1.5rem;
}

.sec01 .inner-wrap {
    display: flex;
    justify-content: space-between;
}

.sec01 .inner-wrap-left {
    width: 55%;
}

.sec01 .inner-wrap-right {
    width: 40%;
}

.row-reverse{
    flex-direction: row-reverse;
}

.sec01 .inner-img {
    margin: 2rem auto;
    max-width: 29vw;
}

/* sec02 */

.sec02 {
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 6rem;
    margin-top: 0;
}

.sec02:before{
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;  /* 背景として裏に */
}

.sec02 .wrapper{
    display: block;
}

.sec02 .h2-title{
    display: block;
    max-width: 52rem;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "YakuHanJP", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
    padding-top: 8rem;
}

.sec02 .h2-title img{
    margin-right: 10px;
}

.sec02 .flex{
    flex-wrap: wrap;
    margin-top: 4rem;
    align-items: flex-start;
}

.sec02 .item{
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    box-shadow: 0 0 10px 0px #CDCDCD;
}

.sec02 .item-head{
    background-color: #E3E9F5;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

.sec02 .item-head-tag{
    background-color: #1C4CB1;
    color: #fff;
    border-radius: 7px;
    margin: 0 auto ; 
    max-width: 480px;
    font-size: 1.375rem;
    padding: .3rem 2rem;
    position: absolute;
    top: -1rem;
    left: 6rem;
}

.sec02 .h3-title{
    justify-content: center;
    padding: 2rem 0 1rem;
    margin: 0;
    font-weight: bold;
    font-size: 1.75rem;
}

.sec02 .item-img {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
}

.sec02 .item-bottom{
    padding: 2rem 3rem;
}

/* sec03 */

.sec03 .h2-title{
    max-width: 40rem;
}

/* sec04 */

.sec04 {
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 10rem;
}

.sec04:before{
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;  /* 背景として裏に */
}

.sec04 .h2-title{
    max-width: 41.25rem;
}

.h2-title .img1{
    max-width: 380px;
    margin-top: -23px;
}

.h2-title .img2{
    max-width: 165px;
}

.wrapper-content {
    max-width: 1200px;
    margin: 0 auto;
}

.sec04 .inner {
    background-color: #E3E9F5;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}

.middle_box.blue{
    background-color: #1C4CB1;
}

.under_box{
    background-color: #E3E9F5;
}

p.koiblue{
    color: #fff;
}

.inner-left {
    font-weight: 600;
    font-size: 20px;
    width: 50%;
    line-height: 1.8;
}

.inner-right{
    width: 50%;
}

.sec04 .wrapper{
    margin-top: 140px;
    padding: 5rem 0;
}

.sec04 .wrapper .h2-title{
    max-width: 1000px;
    display: block;
    text-align: center;
}

.sec04 .wrapper .h2-title img {
    max-width: 435px;
    margin-right: 13px;
}

.sec04 .wrapper-table {
    max-width: 1200px;
    margin: -30px auto 0;
}

.newinde_cta{
    background: url(../images/seo-renew/cta_back02.png);
    background-position: center;
    background-size: 100% 100%;
}

.cta_inner h2{
    color: #fff;
}

/* sec05 */

.sec05{
    background: url(../images/seo-renew/bg_02.jpg);
    background-position: center center;
    background-size: 100% 100%;
    margin-top: -40px;
    padding-bottom: 10rem;
}

.sec05 .h2-title{
    display: block;
    max-width: 54rem;
    padding-top: 7rem;
    text-align: center;                              
}

.wrappper-inner {
    border-radius: 12px;
    background-color: #fff;
    padding: 60px 40px;
    box-shadow: 0px 0px 14px 0px #999;
    margin-top: 5rem;
}

.wrapper-inner-title {
    margin-top: 0;
    font-weight: bold;
}

.wrappper-inner .flex{
    justify-content: space-between;
    align-items: flex-start;
}

.wrapper-inner-left {
    width: 54%;
}

.wrapper-inner-right {
    width: 48%;
    max-width: 490px;
}

.wrapper-inner-text,
.wrapper-bottom-text{
    font-size: 1.5rem;
}

.staff_intro ul li .career_des p {
    font-size: .875rem;
}

/* sec06 */

.sec06{
    background: url(../images/seo-renew/bg_02.jpg);
    background-position: center center;
    background-size: 100% 100%;
    margin-top: -40px;
    padding: 10rem 0;
}

.sec06 .h2-title{
    display: block;
    max-width: 54rem;
    text-align: center;
}

.sec06 .flex{
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 5rem;
}

.sec06 .item{
    border-radius: 19px;
    border: 4px solid #CDCDCD;
    margin-bottom: 50px;
    background-color: #fff;
}

.sec06 .item-bottom{
    padding: 1.5rem 2rem 0;
    height: 24vw;
    max-height: 350px;
}

.sec06 .item-title{
    margin: 0;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
}

.sec06 .item-text {
    font-size: 1.3rem;
    margin-top: 25px;
}

/* sec07 */

.sec07{
    background-color: #F7F7F7;
    padding: 10rem 0;
}

.sec07 .h2-title{
    max-width: 50rem;
}

.qestion-block-wrapper {
    margin-top: 4rem;
}

.question-block {
    background-color: #FFFFFF;
    border-radius: 21px;
    margin-bottom: 2rem;
    padding: 3rem;
}
.question-q {
    display: flex;
    font-weight: bold;
    font-size: 1.5rem;
    align-items: center;
}

.question-q span{
    font-size: 2rem;
    color: #004774;
    font-weight: bold;
}

.question-a {
    background-color: #F7F7F7;
    padding: 1rem 2rem;
    border-radius: 14px;
    margin-top: 1rem;
    line-height: 1.8;
}

/* sec08 */

.sec08 .flex{
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10rem;
}

.sec08 .h2-title{
    max-width: 65rem;
}

.sec08 .item-head {
    background-color: #E3E9F5;
    display: flex;
    padding: 1rem;
    height:140px;
    border-radius: 15px 15px 0 0;
}

.sec08{
    margin:10rem 0 0;
    background: url(../images/seo-renew/bg_02.jpg);
    background-position: center center;
    background-size: 100% 100%;
    margin-top: -40px;
    padding: 10rem 0;
}

.sec08 .item-head-left {
    width: 7rem;
    height: 7rem;
    min-width: 100px;
    min-height: 100px;
    background-color: #1C4CB1;
    color: #ffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    margin-top: -3rem;
}

.sec08 .item-head-left .num {
    font-size: 3rem;
    font-weight: bold;
}

.sec08 .item-head-title{
    font-size: 1.625rem;
    font-weight: bold;
    margin: 0;
}

.sec08 .item-head-right {
    max-width: 389px;
    margin-left: 1rem;
    margin: .5rem 0 0 1rem;
}

.sec08 .item-bottom {
    padding: 2rem;
    font-size: 1.375rem;
}

.sec08 .item{
    box-shadow: 0 0 10px 0px #CDCDCD;
    border-radius: 15px;
    margin-bottom: 5rem;
    height: 515px;
    background-color: #fff;
}

.sec08 .bottom-text {
    font-weight: bold;
    font-size: 1.5rem;
    max-width: 1110px;
    margin: 0 auto;
}

.seo-renew .sec09 .h2-title{
    max-width: 50rem;
    justify-content: center;
    padding-top: 10rem;
}

.seo-renew .sec09 .wrapper01{
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 24rem;
}

.seo-renew .sec09 .wrapper01:before{
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;  /* 背景として裏に */
}

.seo-renew .sec09 .wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.seo-renew .sec09 .item-inner {
    background-color: #fff;
    border: 4px solid #CDCDCD;
    border-radius: 12px;
    padding: 2rem 3rem;
}

.seo-renew .sec09 .item-tag{
    max-width: 95px;
    margin: 0 2rem 0 auto;
}

.seo-renew .sec09 .item-tag img{
    vertical-align: bottom;
}

.seo-renew .sec09 .item-head {
    display: flex;
    height: 165px;
}

.seo-renew .sec09 .item-head-left span {
    color: #AAAAAA;
    font-weight: bold;
    font-size: 16rem;
}

.seo-renew .sec09 .item-head-left{
    margin-left: -70px;
    margin-top: -170px;
    width: 20%;
}

.seo-renew .sec09 .h3-title{
    font-size: 2.375rem;
    margin: 0;
    font-weight: bold;
}

.seo-renew .sec09 .item{
    width: 70%;
    max-width: 887px;
    margin-top: 8rem;
}

.seo-renew .sec09 .item-text{
    font-size: 1.5rem;
}

.seo-renew .sec09 .item.right {
    margin: 20px 0 0 auto;
}

.seo-renew .sec09 .wrapper03{
    background:none;
    z-index: 1;
    position: relative;
    padding-bottom: 24rem;
}

.seo-renew .sec09 .wrapper03:before {
    clip-path: polygon(0 3%, 100% 380px, 100% 100%, 0% 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;
}

.seo-renew .sec09 .item-head-right {
    margin-left: 20px;
}

.seo-renew .sec09 .bottom-text{
    max-width: 1110px;
    margin: 5rem auto;
    font-weight: bold;
    font-size: 1.5rem;
}

.seo-renew .sec09{
    margin-top: -35px;
    position: relative;
    z-index: -1;
}

.wrapper.gird.spvert{
    display: flex;
}

@media screen and (max-width:1200px) {
    .wrapper{
        padding: 0 20px;
    }
    .sec09 .wrapper01,
    .sec09 .wrapper02,
    .sec09 .wrapper03{
        padding: 0 20px;
    }
    .sec03{
        padding: 0 20px;
    }
    .sec04{
        padding: 0 20px 10rem;
    }
}

@media screen and (max-width:768px) {
    .seo-renew .fv_left{
        padding: 0;
    }

    .fv_box2 h1{
        font-size: 2rem;
    }

    .fv_box2 h2{
        font-size: 14px;
    }

    .h2-title{
        font-size: 1.125rem;
    }
    .sec01 .h2-title span {
        font-size: .875rem;
        margin-top: 3px;
    }

    .sec01{
        padding: 2rem 0;
    }
    .sec01 .inner{
        padding: 2rem;
    }
    .sec01 .inner-wrap{
        flex-direction: column-reverse;
    }
    .sec01 .inner-wrap-right{
        width: auto;
    }
    .sec01 .inner-wrap-left{
        width: auto;
    }
    .sec01 .txt-box{
        font-size: .875rem;
    }
    .sec01 .inner-img{
        max-width: none;
    }
    .h2-title img{
        max-width: 125px;
    }
    .sec02 .h2-title{
        padding-top: 3rem;
    }
    .item{
        width: auto;
    }
    .sec02 .item-head-tag{
        font-size: .875rem;
        left: 10%;
        width: 80%;
        padding: .3rem 1rem;
    }
    .sec02 .h3-title{
        padding: 1.5rem 0 1rem;
        font-size: 1.15rem;
    }
    .sec02 .item-bottom {
        padding: 2rem 1.5rem;
    }
    .sec02:before{
        clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 90%);
    }
    .h2-title .img1{
        max-width: 200px;
        margin-right: 8px;
    }
    .sec03 .h2-title{
        max-width: none;
        justify-content: center;
    }
    .h2-title .img2 {
        max-width: 70px;
    }
    p.koiblue{
        font-size: 16px;
    }
    .middle_box.blue{
        padding: 1rem;
    }
    .under_box{
        flex-direction: column-reverse;
    }
    .justifycen{
        width: auto;
    }
    p.normal{
        font-size: 14px;
    }
    .sec04 .wrapper{
        margin-top: 30px ;
    }
    .sec04 .wrapper .h2-title img{
        max-width: 208px;
    }
    .sec04:before{
        clip-path:polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    }
    .cta_inner h2{
        font-size: 20px;
    }
    .wrappper-inner .flex{
        flex-direction: column;
    }
    .wrappper-inner{
        padding: 20px;
    }
    .wrapper-inner-title{
        font-size: 1.125rem;
    }
    .wrapper-inner-left{
        width: auto;
    }
    .wrapper-inner-right{
        width: auto;
    }
    .wrapper-inner-text, .wrapper-bottom-text{
        font-size: .875rem;
    }
    .sec07{
        margin-top: -35px;
        padding: 1rem 0;
    }
    .question-block{
        padding: 1.5rem;
    }
    .question-q{
        font-size: 1.125rem;
        align-items: flex-start;
    }
    .question-q span{
        font-size: 1.125rem;
    }
    .sec08{
        padding: 2rem 0;
    }
    .sec08 .flex{
        margin-top: 3rem;
    }
    .sec08 .item-head-title{
        font-size: 1.125rem;
    }
    .sec08 .item-head-left{
        width: 0;
        height: 0;
    }
    .sec08 .item-head-left .num{
        font-size: 2rem;
    }
    .sec08 .item-head{
        height: 105px;
    }
    .sec08 .item-bottom{
        padding: 1.5rem;
    }
    .sec08 .item-bottom{
        font-size: 1rem;
    }
    .sec08 .item{
        height: 405px;
    }
    .sec09 .h2-title{
        padding-top: 5rem;
    }
    .sec09 .item{
        width: auto;
        margin-top: 1rem;
    }
    .sec09 .item-inner{
        padding: 2rem;
    }
    .sec09 .h3-title{
        font-size: 1.125rem;
    }
    .sec09 .item-head-left span{
        font-size: 5rem;
    }
    .sec09 .item-head-left {
        margin-left: -25px;
        margin-top: -80px;
        width: 10%;
    }
    .sec09 .item-head{
        height: 40px;
    }
    .sec09 .item-text{
        font-size: 1rem;
    }
    .sec09 .bottom-text{
        margin: 2rem auto 0;
        font-size: 1rem;
    }
    .seo-renew .sec05{
        padding: 5rem 0;
    }

    .seo-renew .sec09 .h2-title{
        padding: 5rem 0 0;
    }
    .seo-renew .sec09 .wrapper01,
    .seo-renew .sec09 .wrapper02,
    .seo-renew .sec09 .wrapper03{
        padding: 0 20px;
    }
    .seo-renew .sec09 .item{
        width: auto;
    }
    .seo-renew .sec09 .item-inner{
        padding: 20px;
    }
    .seo-renew .sec09 .item-head{
        height: auto;
    }
    .seo-renew .sec09 .h3-title{
        font-size: 1.125rem;
        margin: 0 auto;
    }
    .seo-renew .sec09 .item-head-right{
        margin: 0 auto;
    }
    .seo-renew .sec09 .item-head-left span{
        font-size: 7rem;
    }
    .seo-renew .sec09 .item-head-left {
        margin: -105px 0 0 -23px;
        width: 10%;
    }
    footer .footer-container{
        z-index: 1;
    }
    .seo-renew .sec09 .item-text {
    font-size: 1rem;
    }
    .seo-renew .sec09 .bottom-text{
        font-size: 1rem;
        margin: 5rem auto 0;
    }
    .sec06 .item-bottom{
        height: auto;
        max-height: none;
        padding: 1rem;
    }
    .sec06 .item-title{
        font-size: 1.25rem;
    }
    .sec06 .item-text{
        margin-top: 10px;
        font-size:1rem;
    }
}
.fv_box2 {
    padding-top: 20px;
}