/*-------------------gdo-------------------*/
#teaser.gdo{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 0 0;
    position: relative;
   /* background: url("../img/new/main_img.png")no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;*/
}
#teaser.gdo .inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    /*min-height: 1400px;*/
}
#teaser.gdo .teaser_hd{
    text-align: center;
    position: absolute;
    width: 690px;
    z-index: 2;
    top: 0;
}
#teaser.gdo .teaser_hd img.visible-pc{
    display: block;
    margin: 0 auto;
}
#teaser.gdo .teaser_hd .main_dot{
    margin: 20px 0!important;
}

#teaser.gdo .teaser_ft .main_img {
    position: relative;
}

#teaser.gdo .teaser_ft .main_img .teaser_txt {
    position: absolute;
    bottom: 20px;
    width: 55%;
    left: 50%;
    transform: translate(-50%,0);
}
#teaser.gdo .teaser_ft p{
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    background: #01c4ff;
    padding-bottom: 20px;
    margin-top: -5px;
    font-weight: bold;
}
#teaser.gdo .teaser_ft p .lead-inner{
    max-width: 930px;
    display: block;
    margin: 0 auto;
    background: #01c4ff;
    padding: 20px;
}
#gdo .inner{
    max-width: 1200px;
}
#gdo .gdo_profile{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0 100px;
}
#gdo .title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#gdo .hdm{
    margin: 0 30px;
    font-size: 42px;
    color: #231815;
}
#gdo .hdm span{
    font-size: 20px;
    color: #231815;
}
#gdo .profile_box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#gdo .profile_box div{
    width: 260px;
}
#gdo .profile_box div+div{
    margin-left: 45px;
}
#gdo .profile_box .name{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 5px;
}
#gdo .profile_box .txt{
    font-size: 16px;
}

#gdo .gdo_tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 170px;
}
#gdo .tab_hd{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 0 50px;
    background-color: #FFDF02;
}
#gdo .tab_hd .inner{
    background: url("../img/new/bg01.png")no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#gdo .tab_hd img{
    display: block;
    margin: 0 auto;
}
#gdo .tab_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFEC67;
    padding-top: 10px;
}

#gdo .tab_box.tab_bottom {
    padding-top: 0;
    margin-top: 4rem;
}
#gdo .tab_box ul{
    display: flex;
    justify-content: center;
}
#gdo .tab_box li{
    width: 25%;
}
#gdo .tab_box li a{
    position: relative;
    display: block;
    flex-direction: column;
    padding: 35px 10px 10px;
    border-radius: 20px;
}

#gdo .tab_box.tab_bottom li a {
    border-radius: 0;
    padding: 10px;
}
#gdo .tab_box li a .img{
    position: relative;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 84px;
}
#gdo .tab_box li a.on{
    position: relative;
    border-radius: 20px 20px 0 0;
    background: #fff;
}

#gdo .tab_box.tab_bottom li a.on {
    border-radius: 0;
}
#gdo .tab_box li a.on .img:after{
    content: '';
    position: absolute;
    width: 248px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    background: url("../img/new/ico03.png")no-repeat center center;
}

#gdo .tab_box.tab_bottom li a.on .img:after {
    display: none;
}
#gdo .demo_tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
}

#gdo .demo_tab .tabBox .tit{
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
}
#gdo .demo_tab .tabBox .txt_box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 70px;
    padding: 35px 0 35px 45px;
    min-height: 250px;
    font-size: 19px;
    line-height: 1.8;
    border: 1px solid #604C3F;
}
#gdo .demo_tab .tabBox .txt_box .txt{
    width: 740px;
}
#gdo .demo_tab .tabBox .txt_box .img{
    position: absolute;
    right: 70px;
    bottom: 20px;
    z-index: 9;
}
#gdo .demo_tab .tabBox .tit2{
    position: relative;
    width: fit-content;
    font-size: 42px;
    font-weight: 700;
    margin: 85px auto 0;
}
#gdo .demo_tab .tabBox .tit2:after,
#gdo .demo_tab .tabBox .tit2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -20px;
    background-color: skyblue;
}
#gdo .demo_tab .tabBox .tit2:before {
    left: -120px;
    background: url("../img/new/ico_dot1.png")no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#gdo .demo_tab .tabBox .tit2:after {
    right: -120px;
    background: url("../img/new/ico_dot2.png")no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#gdo .dialogue_box{
    margin-top: 75px;
}
#gdo .dialogue_box .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gdo .dialogue_box .box+.box{
    margin-top: 50px;
}
#gdo .dialogue_box .box .person{
    flex: none;
    display: flex;
    flex-direction: column;
}
#gdo .dialogue_box .box .person .name{
    margin-top: 8px;
    font-size: 25px;
    text-align: center;
}
#gdo .dialogue_box .box .txt{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    padding: 40px 45px 35px 45px;
    line-height: 1.8;
    font-size: 19px;
    border-radius: 12px;
    border: 1px solid #604C3F;
}
#gdo .dialogue_box .box .txt:before,
#gdo .dialogue_box .box .txt:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    border-right: 40px solid #604C3F;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#gdo .dialogue_box .box .txt:after{
    left: -36px;
    border-right: 40px solid #fff;
}
#gdo .demo_tab .img_box{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
#gdo .a_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
#gdo .gdo_tab .a_btn{
    margin: 70px auto 0;
}
#gdo .a_btn img{
    margin-right: 10px;
}
#gdo .gdo_choice{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 170px 0;
    background-color: #F3F1DF;
}
#gdo .gdo_choice .txt{
    text-align: center;
    font-size: 23px;
    line-height: 1.8;
    margin-top: 50px;
}
#gdo .a_btn{
    width: 670px;
    height: 75px;
    font-size: 32px;
    line-height: 75px;
    /* background-color: #231815; */
    background-color: #0071BE;
    color: #fff;
    border-radius: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#gdo .gdo_choice .a_btn{
    margin: 80px auto 0;
}
#gdo .apply_box{
    margin-top: 90px;
}
#gdo .apply_box_top{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 120px;
    display: flex;
    align-items: center;
    height: 150px;
    background-color: #E06428;
}
#gdo .apply_box_top:after{
    content: '';
    position: absolute;
    width: 345px;
    height: 345px;
    top: 25px;
    right: 45px;
    border-radius: 50%;
    background: url("../../../images/lineup/img_item01.png") no-repeat center center #fff;
    -webkit-background-size: 80%;
    background-size: 80%;
}
#gdo .apply_box_bottom{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E06428;
    margin-top: 10px;
    padding: 10px 0 45px 40px;

}
#gdo .apply_box_bottom a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 75px;
    margin: 10px auto 0;
    line-height: 75px;
    border-radius: 36px;
    color: #E06428;
    font-size: 36px;
    font-weight: 700;
    background-color: #fff;
}

@media screen and (max-width: 1366px) {
    #teaser.gdo .teaser_hd {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    #teaser.gdo{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 70px 0 10px;
        /*background: url("../img/new/main_img_sp.jpg")no-repeat center center #01c4ff;
        -webkit-background-size: contain;
        background-size: contain;*/
    }
    #teaser.gdo .inner{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /*min-height: 700px;*/
    }
    #teaser.gdo .teaser_hd{
        text-align: center;
    }
    #teaser.gdo .teaser_hd img.visible-pc{
        display: none;
    }
    #teaser.gdo .teaser_hd img{
        min-width: 80%;
    }
    #teaser.gdo .teaser_hd .main_dot{
        margin: 10px 0;
    }

    #teaser.gdo .teaser_ft .main_img .teaser_txt {
        position: absolute;
        bottom: 4vw;
        width: 48%;
        left: 50%;
        transform: translate(-50%,0);
    }
    #teaser.gdo .teaser_ft p{
        font-size: 18px;
        font-weight: 600;
        line-height: 1.7;
        padding: 8px 16px 24px;
        text-align: left;
    }


    #gdo .gdo_profile{
        padding: 45px 0 50px;
    }
    #gdo .title img{
        width: 30px;
    }
    #gdo .hdm{
        margin: 0 10px;
        font-size: 19px;
    }
    #gdo .hdm span{
        font-size: 16px;
    }
    #gdo .profile_box{
        display: block;
        margin-top: 10px;
    }
    #gdo .profile_box .box{
        width: 100%;
        display: flex;
        margin-top: 20px;
    }
    #gdo .profile_box .box .img{
        width: 60%;
        margin-right: 10px;
    }
    #gdo .profile_box .box div{
        /* align-self: flex-end; */
        align-self: flex-start;
        width: 300px;
    }
    #gdo .profile_box .box+.box{
        margin-left: 0;
    }
    #gdo .profile_box .name{
        font-size: 20px;
        margin: 0px 0 5px;
    }
    #gdo .profile_box .txt{
        font-size: 15px;
        line-height: 1.6;
    }
    #gdo .gdo_tab{
        padding-bottom: 70px;
    }
    #gdo .tab_hd{
        padding: 60px 0 25px;
    }
    #gdo .tab_hd img{
        display: block;
        margin: 0 auto;
    }
    #gdo .tab_box{
        padding-top: 5px;
    }
    #gdo .tab_box li a{
        position: relative;
        display: block;
        flex-direction: column;
        padding: 20px 10px 10px;
        border-radius: 10px;
    }
    #gdo .tab_box li a .img{
        margin: 0 auto;
        height: 40px;
    }
    #gdo .tab_box li a.on{
        position: relative;
        border-radius: 10px 10px 0 0;
        background: #fff;
    }
    #gdo .tab_box li a.on .img:after{
        content: '';
        position: absolute;
        width: 90%;
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -35px;
        background: url("../img/new/ico03.png")no-repeat center center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    #gdo .demo_tab{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 30px;
    }
    #gdo .demo_tab .tabBox .tit{
        font-size: 18px;
        text-align: left !important;
        line-height: 1.8;
    }
    #gdo .demo_tab .tabBox .txt_box{
        margin-top: 35px;
        padding: 20px 16px;
        min-height: auto;
        font-size: 16px;
        border-left: none;
        border-right: none;
    }
    #gdo .demo_tab .tabBox .txt_box .txt{
        width: 100%;
    }
    #gdo .demo_tab .tabBox .txt_box .img{
        position: static;
        text-align: center;
        margin-top: 10px;
    }
    #gdo .demo_tab .tabBox .tit2{
        font-size: 20px;
        margin: 40px auto 0;
    }
    #gdo .demo_tab .tabBox .tit2:after,
    #gdo .demo_tab .tabBox .tit2:before{
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        top: -10px;
    }
    #gdo .demo_tab .tabBox .tit2:before {
        left: -60px;
        background: url("../img/new/ico_dot1.png")no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #gdo .demo_tab .tabBox .tit2:after {
        right: -60px;
        background: url("../img/new/ico_dot2.png")no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #gdo .dialogue_box{
        margin-top: 30px;
    }
    #gdo .dialogue_box img.visible-ts{
        margin: 25px 0;
    }
    #gdo .dialogue_box .box+.box{
        margin-top: 25px;
    }
    #gdo .dialogue_box .box .person{
        width: 80px;
    }
    #gdo .dialogue_box .box .person img{
        width: 100%;
    }
    #gdo .dialogue_box .box .person .name{
        margin-top: 5px;
        font-size: 16px;
    }
    #gdo .dialogue_box .box .txt{
        width: calc(100% - 100px);
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
    }
    #gdo .dialogue_box .box .txt:before,
    #gdo .dialogue_box .box .txt:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border-right: 20px solid #604C3F;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    #gdo .dialogue_box .box .txt:after{
        left: -18px;
        border-right: 20px solid #fff;
    }

    #gdo .dialogue_box .box2{
        flex-direction: row-reverse;
    }
    #gdo .dialogue_box .box2 .txt:before,
    #gdo .dialogue_box .box2 .txt:after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        transform: translateY(-50%);
        left: unset;
        right: -20px;
        border-left: 20px solid #604C3F;
        border-right: none;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    #gdo .dialogue_box .box2 .txt:after{
        left: unset;
        right: -18px;
        border-left: 20px solid #fff;
    }
    #gdo .demo_tab .img_box{
        display: none;
    }
    #gdo .gdo_tab .a_btn{
        margin: 35px auto 0;
    }
    #gdo .gdo_choice{
        padding: 80px 0 50px;
    }
    #gdo .gdo_choice .txt{
        text-align: left;
        font-size: 16px;
        line-height: 1.8;
        margin-top: 20px;
    }
    #gdo .a_btn{
        width: 85%;
        height: 56px;
        font-size: 15px;
        line-height: 56px;
    }
    #gdo .a_btn img{
        height: 30px;
    }
    #gdo .gdo_choice .a_btn{
        margin: 30px auto 0;
    }
    #gdo .gdo_choice a.visible-ts{
        margin-top: 30px;

    }
}