/* common */
.greeting .title-area {text-align: center;}
.greeting.sub .title-area .title {font-size: 50px; font-weight: 700; color: #494e66; text-transform: uppercase; margin-bottom: 35px;}
.greeting.sub .title-area .title::before {content: ''; display: block; width: 29px; height: 30px; background: url("../img/title_obj_sub.png") no-repeat center; margin: 0 auto;}
.greeting .title-area .desc {font-size: 18px; font-weight: 300; color: #494e66; line-height: 2;}
.greeting .title-area .desc strong {font-weight: 700; font-size: 24px; line-height: 1.5;}

/* greeting */
.greeting {overflow: hidden;}
.greeting::after {content: ''; display: block; height: 500px; background: url("../img/gree_bg.jpg") no-repeat center/cover;}
.greeting .inner {padding: 90px 0 100px; background: #fff; margin-bottom: -100px;}
.greeting .signature {margin-top: 70px;}
.greeting .signature .name {display: inline-block; font-size: 20px; font-weight: 500; color: #33374a; margin-right: 25px; vertical-align: middle;}
.greeting .signature .name em {font-size: 25px; font-weight: 700; margin-left: 5px;}
