@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin-bottom: 0;
}
#main .catch-wrap {
    height: 152px;
    margin: 0 0 37px;
    padding: 5px 0 0;
    position: relative;
}
#main .catch-wrap .brash {
    width: 758px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#main .catch-wrap .text {
    text-align: center;
    z-index: 2;
}
#main .catch-wrap .text .text-move {
    display: inline-block;
    vertical-align: middle;
}
#main .catch-wrap .text .text-move.fade-13 {
    vertical-align: bottom !important;
}
#main .catch-wrap .text.text-01 {
    padding-bottom: 27px;
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    right: 0;
}
#main .catch-wrap .text.text-02 {
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 2;
}
#main .catch-wrap .text.text-02 .text-move {
    padding: 0 1.5px;
}
#main .textInner {
    margin-bottom: 130px;
}
#main .textInner p {
    margin-bottom: 30px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-weight:bold;
}
#main .textInner .name {
    margin: 60px 0 0;
}
#main .textInner .name img {
    width: 282px;
}
#main .staff .ttlBox {
    padding: 106px 15px 103px;
    background: url("../img/company/message/bg-staff-01.png") no-repeat center center/cover;
}
#main .staff .ttlBox .headLine02 {
    color: #fff;
}
#main .staff .ttlBox .headLine02 span {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.5);
}
#main .staff .ttlBox .headLine02::after {
    background-color: #fff;
}
#main .staff .imgInner {
    padding: 100px 15px 88px;
    background: url("../img/company/message/bg-staff-02.png") no-repeat center center/cover;
}
#main .staff .imgInner .inner {
    max-width: 980px;
    margin: 0 auto;
}
#main .staff .imgInner .inner .box {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    color: #fff;
}
#main .staff .imgInner .inner .box .img {
    width: 244px;
    position: relative;
}
#main .staff .imgInner .inner .box .img img {
    width: 100%;
}
#main .staff .imgInner .inner .box .img .name-box {
    position: absolute;
    left: 200px;
    min-width: 270px;
    bottom: -20px;
    background: #fff;
    color: #000;
    padding: 10px;
    box-sizing: border-box;
}
#main .staff .imgInner .inner .box .img .name-box .ja {
    font-size: 2.3rem;
    font-weight: bold;
}
#main .staff .imgInner .inner .box .img .name-box .ja span {
    font-size: 1.8rem;
}
#main .staff .imgInner .inner .box .img .name-box .en {
    margin-left: 10px;
    color: #006AB8;
    font-size: 1.4rem;
    font-family: 'Sen', sans-serif;
    letter-spacing: 3px;
}
#main .staff .imgInner .inner .box .txtbox {
    flex: 1;
    padding: 0 0 30px 50px;
    margin-left: 30px;
    max-width: 570px;
    background: url("../img/company/message/bg-line.png") no-repeat left top;
    background-size: 20px;
    box-sizing: border-box;
}
#main .staff .imgInner .inner .box .txtbox p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: -0.5px;
}
#main .staff .imgInner .inner .box .txtbox h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 3rem;
    line-height: 1;
    background: url("../img/company/message/border.png") repeat-x left bottom/100%;
}
#main .staff .imgInner02 {
    background-image: url("../img/company/message/bg-staff-03.png");
}
#main .staff .imgInner03 {
    background-image: url("../img/company/message/bg-staff-04.png");
}
#main .staff .imgInnerR .inner .box {
    flex-direction: row-reverse;
}
#main .staff .imgInnerR .inner .box .txtbox {
    background: url("../img/company/message/bg-line02.png") no-repeat right top;
    background-size: auto;
    background-size: 20px;
    padding: 0 50px 30px 0;
    margin-left: 0;
    margin-right: 30px;
}
#main .staff .imgInnerR .inner .box .txtbox h3 {
    text-align: right;
}
#main .staff .imgInnerR .inner .box .img .name-box {
    min-width: 300px;
    right: 200px;
    left: inherit;
}
#main .staff .imgInner02 .inner .box .img .name-box .en {
    color: #F28F00;
}
#main .staff .imgInner03 .inner .box .img .name-box .en {
    color: #B61214;
}
@media all and (max-width: 767px) {
    #main .catch-wrap {
        height: 207px;
        margin: 0 0 8vw;
        padding: 8vw 0 0;
    }
    #main .catch-wrap .brash_s {
        display: inline;
        width: 88vw;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #main .catch-wrap .text.text-01 {
        padding-bottom: 0;
        line-height: 4;
    }
    #main .catch-wrap .text.text-02 .text-move {
        line-height: 4;
    }
    #main .catch-wrap .ani-first {
        display: inline;
        width: 88vw;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #main .textInner p {
        line-height: 1.8;
        text-align: left;
        font-size: 1.4rem;
    }
    #main .textInner .name img {
        width: 236px;
    }
    #main .textInner .name {
        text-align: center;
    }
    #main .textInner {
        margin-bottom: 93px;
    }
    #main .staff .ttlBox {
        padding: 67px 15px 41px;
        background-position: right center;
    }
    #main .staff .imgInner .inner .box {
        display: block;
    }
    #main .staff .imgInner {
        padding: 56px 18px;
    }
    #main .staff .imgInner .inner .box .txtbox {
        background: none;
        padding: 0;
        margin: 0;
		max-width: inherit;
    }
    #main .staff .imgInner .inner .box .img {
        width: auto;
        padding: 0 15px;
        margin-bottom: 80px;
    }
    #main .staff .imgInner .inner .box .img img {
        width: 100%;
    }
    #main .staff .imgInner .inner .box .img .name-box {
        position: static;
        min-width: inherit !important;
		text-align: left;
    }
    #main .staff .imgInner .inner .box .img .name-box .ja {
        font-size: 1.7rem;
    }
    #main .staff .imgInner .inner .box .img .name-box .ja span {
        font-size: 1.4rem;
    }
    #main .staff .imgInner .inner .box .img .name-box .en {
        font-size: 1rem;
    }
    #main .staff .imgInner .inner .box .txtbox h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 2.3rem;
    }
    #main .staff .imgInnerR .inner .box .img {
        text-align: right;
    }
    #main .staff .imgInnerR .inner .box .img .name-box {
        min-width: 240px;
        right: inherit;
        left: 10px;
    }
    #main .staff .imgInnerR .inner .box .txtbox h3 {
        text-align: left;
    }
}
@media all and (max-width: 350px) {
	#main .catch-wrap {
		margin-left: -10px;
		margin-right: -10px;
	}
}
