/* common */
.greeting br {display: none;}
.greeting .title-area {text-align: center;}
.greeting.sub .title-area .title {font-size: 30px; font-weight: 700; color: #494e66; text-transform: uppercase ;margin-bottom: 20px;}
.greeting.sub .title-area .title::before {content: ''; display: block; width: 25px; height: 30px; background: url("../img/title_obj_sub.png") no-repeat center/contain; margin: 0 auto;}
.greeting .title-area .desc {font-size: 15px; font-weight: 300; color: #494e66; line-height: 1.7;}
.greeting .title-area .desc strong {font-weight: 700; font-size: 18px; line-height: 1.5; display: block; margin-bottom: 20px;}

/* greeting */
.greeting {overflow: hidden;}
.greeting::after {content: ''; display: block; height: 200px; background: url("../img/gree_bg.jpg") no-repeat center/cover;}
.greeting .inner {padding: 60px 20px; background: #fff;}
.greeting .signature {margin-top: 40px;}
.greeting .signature .name {display: inline-block; font-size: 17px; font-weight: 500; color: #33374a; margin-right: 25px; vertical-align: middle;}
.greeting .signature .name em {font-size: 19px; font-weight: 700; margin-left: 5px;}
