@charset "UTF-8";
/* CSS Document */

/*-----------------------

共通項目

-----------------------*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 1.8rem;
    font-style: normal;
	line-height: 2;
    font-style: normal;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-feature-settings: "palt";
    background: #fff;
    color: #000;
    font-weight: 600;
    max-width: 1920;
    width: 100%;
    margin: 0 auto;
}
small{
    font-size: 1.2rem;
}
img{
    max-width: 100%;
}
div{
    box-sizing: border-box;
}
footer{
    padding: 20px 0 20px;
    text-align: center;
    color: #fff;
    background: #000;
}
footer p{
    font-size: 1.3rem;
}
.wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
}
.block{
    padding: 80px 0;
}
.block-bottom{
    padding-bottom: 80px;
}
.block-top{
    padding-top: 80px;
}
.bold{
    font-weight: 700;
}
a{
    transition: .4s;
}
.sponly {
    display: none;
}
.center {
    text-align: center;
}
.flex{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}

h1,h2,h3,h4,h5{
    line-height: 1.4;
    font-weight: 700;
}
.wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: space-between;
}
header h1{
    display: block;
    width: 100%;
}
.ttlarea{
    margin-bottom: 60px;
    text-align: center;
}
.ttl{
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
/*-----------------------

    CTA

-----------------------*/
.cta {
    background: url("../images/ctabg_pc-min.jpg")no-repeat;
    padding: 30px 0;
}
.cta .liner{
    background: rgb(191,146,36);
background: -webkit-linear-gradient(left, rgba(191,146,36,1) 0%, rgba(220,190,118,1) 25%, rgba(191,146,36,1) 50%, rgba(220,190,118,1) 75%, rgba(191,146,36,1) 100%);
background: -o-linear-gradient(left, rgba(191,146,36,1) 0%, rgba(220,190,118,1) 25%, rgba(191,146,36,1) 50%, rgba(220,190,118,1) 75%, rgba(191,146,36,1) 100%);
background: linear-gradient(to right, rgba(191,146,36,1) 0%, rgba(220,190,118,1) 25%, rgba(191,146,36,1) 50%, rgba(220,190,118,1) 75%, rgba(191,146,36,1) 100%);
    width: 100%;
    height: 6px;
}
.cta .btn{
    width: 32%;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 10px;
    
    background-image: -webkit-linear-gradient(rgb(83,174,58) 0%, rgb(150,198,150) 100%);
    background-image: -o-linear-gradient(rgb(83,174,58) 0%, rgb(150,198,150) 100%);
    background-image: linear-gradient(rgb(83,174,58) 0%, rgb(150,198,150) 100%);
    box-shadow: 0 6px 0 #ba3c62;
    transition: .4s;
    box-shadow: 0 6px 0 #086921;
}
.cta .btn img{
    height: 30px;
    padding-right: 10px;
    padding-bottom: 5px;
}
.cta .btn.mail{
    background-image: -webkit-linear-gradient(rgb(239,44,94) 0%, rgb(218,133,162) 100%);
    background-image: -o-linear-gradient(rgb(239,44,94) 0%, rgb(218,133,162) 100%);
    background-image: linear-gradient(rgb(239,44,94) 0%, rgb(218,133,162) 100%);
    box-shadow: 0 6px 0 #ba3c62;
}
.cta .btn.tel{
        background-image: -webkit-linear-gradient(rgb(239,44,94) 0%, rgb(218,133,162) 100%);
    background-image: -o-linear-gradient(#debf53 0%, #ccab39 100%);
    background-image: linear-gradient(#debf53 0%, #ccab39 100%);
    box-shadow: 0 6px 0 #a28523;
}
.cta .btn:hover{
    transform: translateY(4px);
    box-shadow: none;
    opacity: .7;
}
.cta .inner{
    padding: 40px 0;
}
.cta .btnarea{
    padding-top: 10px;
}
/*-----------------------

    プレイヤーからオーナーへ！

-----------------------*/
#section1{
    background: url("../images/sec1-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 10%;
}
#section1 .txt{
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
    -moz-text-shadow: 0px 0px 10px rgba(36, 36, 36, 1);
-webkit-text-shadow: 0px 0px 10px rgba(36, 36, 36, 1);
-ms-text-shadow: 0px 0px 10px rgba(36, 36, 36, 1);
text-shadow: 0px 0px 10px rgba(36, 36, 36, 1);
}
#section1 .txt p{
    margin-bottom: 20px;
}
#section1 .img{
    text-align: center;
    margin-top: 60px;
}

/*-----------------------

    1000万OVER！

-----------------------*/
#section2 .content{
    background: url("../images/sec2-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 10% 0 13%;
    margin-top: -10%;
}
#section2 .ttlarea{
    margin-top: -10%;
}
#section2 .img{
    margin-bottom: 60px;
}
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
    max-width: 600px;
    margin: 0 auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
/*-----------------------

    業界屈指の〜

-----------------------*/
#section3 .ttlarea{
    margin-top: -10%;
}
#section2 .img{
}
/*-----------------------

    給料も大幅アップ！

-----------------------*/
#section4{
    background: #f2f2f2;
}
/*-----------------------

    ベストパフォーマンスを発揮できる場所がここにある！

-----------------------*/
/*-----------------------

    他店をやめて大阪男塾に入店した理由って？

-----------------------*/
#section6{
    position: relative;
}
#section6 .ttlarea{
    font-size: 3rem;
    margin: 80px 0 60px;
}
#section6 .voice1{
    background: url("../images/sec6-voice1bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}
#section6 .voice2{
    background: url("../images/sec6-voice2bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}
#section6 .item{
    padding: 80px;
    position: relative;
}
#section6 .inner{
    background: rgba(255,255,255,0.8);
    padding: 60px;
    height: 700px;
}
#section6 .item .man{
    position: absolute;
    max-width: 600px;
    width: 40%;
    bottom:0;
    z-index: 2;
}
#section6 .item .man1{
    right: 0;
}
#section6 .item .man2{
    left: 0;
}
#section6 .txt{
    width: 60%;
}
#section6 .voice2 .txt{
    margin-left: auto;
}
#section6 h3{
    font-size: 3rem;
    margin-bottom: 25px;
    padding-bottom: 25px;
    color: #00214a;
    border-bottom: solid 3px #00214a;
    position: relative;
}
#section6 h3::before{
    position: absolute;
    width: 50%;
    height: 3px;
    background: #00214a;
    content: "";
    bottom: -3px;
    right: 100%;
    z-index: 1;
}
#section6 .voice1 h3::before{
    right: auto;
    left: 100%;
}
#section6 .inner{
    position: relative;
}
#section6 .inner .name{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00214a;
    color: #fff;
    font-size: 2.6rem;
    padding: 0 60px;
}

#section6 .inner .name::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 0 60px;
    left: 100%;
    bottom: 0;
    border-color: transparent transparent transparent #00214a;
}
#section6 .voice2 .inner .name{
    right: 0;
    left: auto;
}
#section6 .voice2 .name::before{
    border-width: 0 0 52px 60px;
    right: 100%;
    left: auto;
    border-color: transparent transparent #00214a transparent;
}
/*-----------------------

    No1のそのさきへ

-----------------------*/
#section7{
    background: url("../images/sec7-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: center top;
}
/*-----------------------

   メリット3つ

-----------------------*/
#section8 .ttlarea{
    margin-bottom:100px;
}
#section8 .item{
    text-align: center;
    background: #193c64;
    padding:0;
    position: relative;
    padding: 30px 0;
}
#section8 .item::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
}
#section8 .item::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 100%;
    left: 0;
}
#section8 .item1::before,
#section8 .item3::before{
    border-bottom: 90px solid #193c64;
    border-right: 100vw solid transparent;
}
#section8 .item1::after,
#section8 .item3::after{
    border-top: 90px solid #193c64;
    border-right: 100vw solid transparent;
}
#section8 .item2{
    background: #eaeaea;
    margin: 90px 0;
}
#section8 .item2::after{
    border-top: 90px solid #eaeaea;
    border-left: 100vw solid transparent;
}
#section8 .item2::before{
    border-bottom: 90px solid #eaeaea;
    border-left: 100vw solid transparent;
}
/*-----------------------

    失敗する方が難しい

-----------------------*/
#section9{
    background: url("../images/sec9-bg_pc-min.jpg")no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -90px;
    padding-top: 170px;
}
/*-----------------------

    独立店Flowerの言葉

-----------------------*/
#section11{
    background: url("../images/sec11-bg_pc-min.jpg")no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 80px 0;
}
#section11 .content{
    background: #fff url("../images/sec11-innerbg_pc-min.jpg")no-repeat;
    background-size: 100%;
    background-position: right bottom;
    padding: 60px;
}
#section11 .txt{
    width: 60%;
}
#section11 .ttlarea{
    position: relative;
    padding-bottom: 30px;
}
#section11 .ttlarea::before{
    content:  "";
    position: absolute;
    width: 40%;
    height: 2px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
}
#section11 .content img{
    padding-bottom: 30px;
}
#section11 .hide{
    display: none;
}
button.more {
margin: 20px auto;
display: block;
background-color: #052750;
color: #fff;
padding:10px 30px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}
#section11 .content{
    position: relative;
}
/*-----------------------

    独立支援にかける思い

-----------------------*/
section12{
    background: #f3f3f3;
}
#section12 .hide{
    display: none;
}
button.more {
margin: 20px auto;
display: block;
background-color: #052750;
color: #fff;
padding:10px 30px;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}
#section12 .content{
    position: relative;
}
#section12 .content .man{
    position: absolute;
    width: 32%;
    left: 17%;
    bottom: 0;
}
#section12 .content .inner{
    width: 50%;
    margin-left: auto;
}
#section12 .content h3{
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    border-bottom: 2px solid #ccab39;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#section12 .txt{
    text-align: center;
}
#section12 .txt p{
    margin-bottom: 20px;
}
#section12 .name{
    background: #ccab39;
    padding: 30px 0;
    margin-top: 60px;
}
#section12 .name .txt{
    width: 50%;
    text-align: center;
    margin-left: 50%;
}
#section12 .name .txt p{
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.2rem;
}
#section12 .name .txt p:first-of-type{
    margin-bottom: 3px;
}
#section12 .name .txt p.big{
    font-size: 170%;
}
/*-----------------------

    大阪男塾の1日

-----------------------*/
#section15{
    background: #f7f7f7;
}




/*-----------------------

    求人詳細

-----------------------*/

#section16 table{
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
#section16 table tr{
    margin-bottom: 2px;
    display: flex;
}
#section16 table td,
#section16 table th{
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    
}
#section16 table th{
    background: #f7f7f7;
    text-align: center;
    font-weight: 700;
    width: 24%;
    padding: 15px 0;
}
#section16 table td{
    background: #fff;
    width: 76%;
    padding: 15px 15px;
}
#section16 table th.hot{
    background: #ffebf9;
}
@media screen and (max-width:1440px){
    #section12 .content .man{
        width: 38%;
        left: 5%;
    }
    #section6 .inner{
        height: 800px;
    }
}


@media screen and (max-width:768px){
    .flex{
        display: block;
    }
    .pconly{
        display: none;
    }
    .sponly{
        display: block;
    }
    .wrap{
        padding: 0 30px;
    }
    .block{
    padding: 80px 0;
    }
    .block-bottom{
        padding-bottom: 80px;
    }
    .block-top{
        padding-top: 80px;
    }
    .ttlarea{
        margin-bottom: 60px;
        text-align: center;
    }
    .cta{
        background: url("../images/ctabg_sp-min.jpg")no-repeat;
        background-size: cover;
        padding: 15px 0;
    }
    .cta .liner{
        height: 4px;
    }
    .cta .inner{
        padding: 15px 0;
    }
    .cta .btn{
        width: 80%;
        margin: 0 auto 20px;
    }
    #section1{
        background: url("../images/sec1-bg_sp-min.jpg")no-repeat;
        background-size: cover;
        background-position: center;
    }
    #section2 .content{
        background: url("../images/sec2-bg_sp-min.jpg")no-repeat;
        background-size: cover;
        background-position: center top;
    }
    #section6 .voice1{
        background: url("../images/sec6-voice1bg_sp-min.jpg")no-repeat;
        background-size: cover;
        background-position: center;
    }
    #section6 .voice2{
        background: url("../images/sec6-voice2bg_sp-min.jpg")no-repeat;
        background-size: cover;
        background-position: center;
    }
    #section7{
        background: url("../images/sec7-bg_sp-min.jpg")no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #section9{
        background: url("../images/sec9-bg_sp-min.jpg")no-repeat;
        background-position: center;
        background-size: cover;
    }
    #section6 .item .man{
        position: absolute;
        top: -40px;
        right: 0;
        width: 48%;
    }
    #section6 .item{
        padding: 32vw 40px 40px;
    }
    #section6 .ttlarea{
        margin: 60px 0 40px;
    }
    #section6 .inner{
        padding: 30px;
        position: relative;
        z-index: 3;
        height: auto;
    }
    #section6 .txt{
        width: 100%;
    }
    #section6 h3{
        text-align: center;
    }
    #section6 .voice1 h3::before,
    #section6 h3::before{
        display: none;
    }
    #section6 .inner .name::before{
        display: none;
    }
    #section6 .inner .name{
        text-align: center;
        width: 100%;
        position: relative;
        margin: 15px 0 0;
        padding: 0;
    }
    #section11{
        padding: 40px 0;
    }
    #section11 .txt{
        width: 100%;
    }
    #section11 .content{
        background: #fff;
    }
    #section11 .txt p{
        margin-top: -26vw;
    }
    #section12 .content .inner{
        width: 100%;
    }
    #section12 .content .man{
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
    }
    #section12 .txt{
        margin-bottom: 30px;
    }
    #section12 .ttlarea{
        margin-bottom: 5px;
    }
    #section8 .item1::before, #section8 .item3::before{
        border-bottom: 50px solid #193c64;
    }
    #section8 .item1::after, #section8 .item3::after{
            border-top: 50px solid #193c64;
    }
    #section8 .item2::before{
        border-bottom: 50px solid #eaeaea;
    }
    #section8 .item2{
        margin: 50px 0;
    }

}
@media screen and (max-width:500px){
    body{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .ttl{
        font-size: 2.4rem;
    }
    .wrap{
        padding: 0 15px;
    }
    .cta .btn{
        padding: 10px 0;
        width: 90%;
    }
    .block{
    padding: 40px 0;
    }
    .block-bottom{
        padding-bottom: 40px;
    }
    .block-top{
        padding-top: 40px;
    }
    .ttlarea{
        margin-bottom: 30px;
    }
    #section1 .txt{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    #section1 .img{
        margin: 30px 5% 0;
    }
    #section2 .img{
        margin-bottom: 20px;
    }
    #section2 .content{
        padding: 18% 0 18%;
        margin-top: -18%;
    }
    #section6 .ttlarea{
        margin: 40px 0 30px;
    }
    #section6 .item{
        padding: 46vw 15px 40px;
    }
    #section6 .item .man{
        max-width: 100%;
        width: 70%;
    }
    #section6 h3{
        font-size: 2.2rem;
        margin-bottom: 17px;
        padding-bottom: 16px;
        border-bottom: solid 2px #00214a;
    }
    #section6 .inner{
        padding: 20px 0;
    }
    #section6 .inner .name{
        font-size: 2.2rem;
    }
    #section8 .ttlarea{
        margin-bottom: 60px;
    }
    #section8 .item{
        padding: 10px 0 20px;
    }
    #section9{
        margin-top: -50px;
        padding-top: 80px;
    }
    #section11 .content{
        padding: 20px 15px;
    }
    #section11 .ttlarea{
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
    #section11 .content img{
        padding-bottom: 20px;
    }
    #section11{
        padding: 40px 0 0px;
    }
    #section6 .inner{
        
    }
    #section12 .content h3{
        font-size: 2.4rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

}