@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#container {
    background-image: url(../img/bg_img02.png);
    background-position: top left;
}
#gHeader {
    margin-bottom: 71px;
}
#main {
    margin-bottom: 117px;
}
#main .content01 {
    width: 1006px;
}
#main .imgBox {
    margin: 0 -47px 0 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#main .imgBox .textBox {
    margin-top: -55px;
    width: 286px;
}
#main .imgBox .textBox .pho {
    margin-bottom: 14px;
    text-align: center;
}
#main .imgBox .textBox h2 {
    margin-bottom: 20px;
    color: #231815;
    font-size: 4.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#main .imgBox .textBox p {
    color: #231815;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media all and (max-width: 896px) {
    #container {
        background-image: url(../img/sp_bg_img02.png);
    }
    #gHeader {
        margin-bottom: 0;
    }
    #main {
        margin: -2px 0 40px;
    }
    #main .content01 {
        margin-right: 10px;
        width: auto;
    }
    #main .imgBox {
        margin: 0 auto;
        display: block;
    }
    #main .imgBox .photoBox {
        margin: 0 auto 9px;
        width: 308px;
    }
    #main .imgBox .textBox {
        margin: 0 auto;
        width: auto;
    }
    #main .imgBox .textBox .pho {
        margin: 0 auto 27px;
        width: 67px;
    }
    #main .imgBox .textBox h2 {
        margin-bottom: 10px;
        font-size: 3.5rem;
        font-weight: 500;
        text-align: center;
    }
    #main .imgBox .textBox p {
        font-size: 1.9rem;
        font-weight: 500;
    }
}
@media all and (max-width: 374px) {
    #main .imgBox .photoBox {
        width: 289px;
    }
}