@charset "utf-8";
/*------------------------------------------------------------
	greeting
------------------------------------------------------------*/
#gNavi > ul > li.navi01 > a:after {
	transform: scale(1, 1);
}
.visual {
    margin-bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 520px;
    background: url("../img/corp/greeting_bg_main.jpg") no-repeat center top;
    background-size: cover;
}
.visual .top {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}
.visual .top .en {
    margin-right: 10px;
    padding: 3px 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    background: #E60012;
    letter-spacing: 0.15em; 
}
.visual .title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#main p {
    margin-bottom: 32px;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .btm {
    margin-bottom: 0;
}
#main .btm .name {
    margin-top: -2px;
    font-size: 2.2rem;
    display: block;
}
@media all and (max-width: 896px) {
    .visual {
        margin-bottom: 24px;
        height: 250px;
        align-items: flex-start;
        background: url("../img/corp/greeting_bg_main_sp.jpg") no-repeat center top;
        background-size: cover;
    }
    .visual .top {
        margin: -6px 9px 0;
		font-weight: 700;
        font-size: 2.6rem;
    }
    .visual .top .en {
        margin: 0 0 1px;
        padding: 3px 10px;
		font-weight: 600;
        font-size: 1rem;
    }
    .visual .top .jp {
        display: block;
    }
    #main .title {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #main p {
        margin-bottom: 20px;
        line-height: 1.65;
    }
    #main .btm {
        margin-bottom: 0;
    }
    #main .btm .name {
        font-size: 1.8rem;
    }
}