.Grid4 {
  float: none; }

.ImgArea img {
  width: 100%;
  height: auto; }

p {
  color: #333333; }

.SPbr {
  display: none; }

.PCnone {
  display: none; }

a:focus {
  outline: none; }

.FatMenuWide {
  position: relative; }

.bgGray {
  background: #f3f3f3;
  position: relative; }

.MainTitleEn {
  font-family: "Bitter", serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: none; }

.MoreBtnMrg {
  margin: 40px 0;
  text-align: center; }

.MoreBtnMrgR {
  margin: 30px 0;
  text-align: right; }

.MoreBtnMrgL {
  margin: 30px 0;
  text-align: left; }

.RedBorderBtn, .WhiteBorderBtn {
  padding: 14px 0;
  font-size: 12px;
  border: 2px solid transparent;
  border-radius: 50px;
  text-align: center;
  width: 240px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  transition: ease-out .2s background,ease .3s color; }

.RedBorderBtn {
  border-color: #e60027; }
  .RedBorderBtn:link, .RedBorderBtn:visited {
    text-decoration: none;
    color: #e60027; }
  .RedBorderBtn:hover {
    background: #e60027;
    color: #ffffff; }

.WhiteBorderBtn {
  border-color: #ffffff; }
  .WhiteBorderBtn:link, .WhiteBorderBtn:visited {
    text-decoration: none;
    color: #ffffff; }
  .WhiteBorderBtn:hover {
    background: #ffffff;
    color: #333333; }
  .WhiteBorderBtn.HvBlue:hover {
    color: #506d8e; }
  .WhiteBorderBtn.HvOcher:hover {
    color: #80795d; }

.ArrowLinkW, .ArrowLinkR {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
  line-height: 100%;
  padding: 10px 0; }
  .ArrowLinkW:link, .ArrowLinkR:link, .ArrowLinkW:visited, .ArrowLinkR:visited {
    text-decoration: none; }
  .ArrowLinkW span, .ArrowLinkR span {
    display: inline-block;
    vertical-align: text-top;
    overflow: hidden;
    position: relative;
    height: 14px;
    width: 100px;
    margin-left: 15px; }
    .ArrowLinkW span:before, .ArrowLinkR span:before, .ArrowLinkW span:after, .ArrowLinkR span:after {
      content: "";
      display: block;
      height: 10px;
      width: 105px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: no-repeat center center/100%;
      right: 0; }
    .ArrowLinkW span:before, .ArrowLinkR span:before {
      transform: translateX(-160%); }
  .ArrowAnim.ArrowLinkW span:before, .ArrowAnim.ArrowLinkR span:before, .ArrowLinkW:hover span:before, .ArrowLinkR:hover span:before {
    animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
    -moz-animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
    -webkit-animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
    -ms-animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite; }
  .ArrowAnim.ArrowLinkW span:after, .ArrowAnim.ArrowLinkR span:after, .ArrowLinkW:hover span:after, .ArrowLinkR:hover span:after {
    animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
    -moz-animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
    -webkit-animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
    -ms-animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite; }

.ArrowLinkW {
  color: #ffffff; }
  .ArrowLinkW:link, .ArrowLinkW:visited {
    color: #ffffff; }
  .ArrowLinkW span:before, .ArrowLinkW span:after {
    background-image: url(../../image/urban/common/w_arrow.svg); }

.ArrowLinkR {
  color: #e60027; }
  .ArrowLinkR:link, .ArrowLinkR:visited {
    color: #e60027; }
  .ArrowLinkR span:before, .ArrowLinkR span:after {
    background-image: url(../../image/urban/common/r_arrow.svg); }

a:hover .ArrowLinkW span:before, a:hover .ArrowLinkR span:before {
  animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  -moz-animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  -webkit-animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  -ms-animation: ArrowSlide1 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite; }
a:hover .ArrowLinkW span:after, a:hover .ArrowLinkR span:after {
  animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  -moz-animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  -webkit-animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
  -ms-animation: ArrowSlide2 cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite; }

.Contents {
  overflow: hidden;
  background: #ffffff; }

.TopMain {
  width: 100%;
  height: 70vh;
  min-height: 520px;
  max-height: 640px;
  position: relative; }

.TopMainInner {
  height: 70vh;
  min-height: 520px;
  max-height: 640px;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }

.BrandingHero {
  height: 100%; }
  .BrandingHero div {
    height: 100%; }
  .BrandingHero li {
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover; }
  .BrandingHero .Hero1 {
    background-image: url(../../image/urban/top/hero1.jpg); }
  .BrandingHero .Hero2 {
    background-image: url(../../image/urban/top/hero2.jpg); }
  .BrandingHero .Hero3 {
    background-image: url(../../image/urban/top/hero3.jpg); }
  .BrandingHero .Hero4 {
    background-image: url(../../image/urban/top/hero4.jpg); }

.HeroControl {
  max-width: 960px;
  width: 90%;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
  font-size: 0; }
  .HeroControl li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    padding: 5px 0;
    cursor: pointer;
    transition: ease .1s opacity; }
    .HeroControl li:hover {
      opacity: 0.5; }
  .HeroControl a {
    width: 55px;
    height: 3px;
    display: block;
    background: #ffffff;
    transition: ease .2s background;
    position: relative; }
    .HeroControl a:before {
      content: "";
      display: block;
      width: 0;
      height: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background: #e60027;
      z-index: 1; }
  .HeroControl .CurrentHero a:before {
    width: 100%;
    transition: linear 4.5s width; }

.MainAreaText {
  position: absolute;
  display: block;
  max-width: 980px;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
  transform: translateY(-60%);
  height: auto !important; }
  .MainAreaText h1 {
    font-family: "Bitter", serif;
    font-weight: bold;
    font-size: 54px;
    color: #ffffff;
    letter-spacing: 3px;
    line-height: 120%;
    transition: ease .8s; }
  .MainAreaText p {
    font-size: 16px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 20px 0;
    line-height: 200%;
    transition: .8s ease .2s; }
  .MainAreaText .TextBig {
    font-size: 26px;
    margin-top: 10px; }
  .MainAreaText .ArrowLinkW {
    transition: .6s ease .4s; }
  .MainAreaText h1, .MainAreaText p, .MainAreaText .ArrowLinkW {
    opacity: 0;
    transform: translateY(-10px); }
  .MainAreaText.show h1, .MainAreaText.show p, .MainAreaText.show .ArrowLinkW {
    opacity: 1;
    transform: none; }

.Topics {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 960px;
  width: 90%;
  bottom: 20%;
  margin: auto;
  display: flex;
  display: -ms-flexbox; }
  .Topics h2 {
    margin: 0;
    padding: 0;
    background: none; }
  .Topics h2 a {
    background: #e60027;
    padding: 12px 25px 12px 35px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
    display: block; }
    .Topics h2 a:hover {
      background: #b1000e;
      text-decoration: none; }
    .Topics h2 a:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left: 5px solid #ffffff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 18px;
      margin: auto; }
    .Topics h2 a:after {
      content: none; }

.TopicsBody {
  flex: 1;
  -ms-flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 49px;
  background: rgba(0, 0, 0, 0.5); }
  .TopicsBody ul {
    width: 100%;
    height: 100%; }
    .TopicsBody ul li {
      height: 100%;
      padding: 13px 20px 0 30px;
      width: 100%;
      position: relative;
      box-sizing: border-box; }
    .TopicsBody ul span {
      margin-right: 10px; }
    .TopicsBody ul a {
      font-size: 14px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      color: #ffffff;
      white-space: nowrap;
      text-overflow: ellipsis;
      box-sizing: border-box;
      overflow: hidden; }
      .TopicsBody ul a:hover {
        text-decoration: none; }

.TopicsControl {
  background: rgba(180, 180, 180, 0.7);
  width: 120px;
  font-size: 0; }
  .TopicsControl li {
    width: 33.333%;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    cursor: pointer; }
    .TopicsControl li span {
      width: 10px;
      height: 11px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .TopicsControl li span:before, .TopicsControl li span:after {
        width: 3px;
        height: 11px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    .TopicsControl li:hover {
      background: rgba(0, 0, 0, 0.4); }
  .TopicsControl .TopicsStop span:before, .TopicsControl .TopicsStop span:after {
    content: "";
    background: #ffffff; }
  .TopicsControl .TopicsStop span:before {
    left: 0; }
  .TopicsControl .TopicsStop span:after {
    right: 0; }
  .TopicsControl .TopicsStop.Pause span:before {
    content: none; }
  .TopicsControl .TopicsStop.Pause span:after {
    width: 0;
    height: 0;
    background: transparent;
    border: 6px solid transparent;
    border-left: 8px solid #ffffff;
    transform: translateX(5px); }
  .TopicsControl .TopicsPrev span:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg) translate(2px, 2px); }
  .TopicsControl .TopicsNext span:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg); }

.TopContentsArea {
  margin: 0 auto;
  padding-bottom: 60px; }

.TopContentsVisual {
  min-height: 340px;
  max-height: 450px;
  height: 50vh;
  background: no-repeat center center/cover;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative; }
  .TopContentsVisual.TopProperty {
    background-image: url(../../image/urban/top/introduction.jpg); }
  .TopContentsVisual.TopEmployees {
    background-image: url(../../image/urban/top/employees.jpg); }

.ParallaxVisual {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .ParallaxVisual > div {
    height: 140%;
    width: 100%;
    background: no-repeat center center/auto 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition-property: linear;
    z-index: 0; }
    .ParallaxVisual > div.TopForBusiness {
      background-image: url(../../image/urban/top/business_bg.jpg); }

.VisualMainText {
  text-align: center;
  letter-spacing: 1px;
  transform: translateY(-30%); }
  .VisualMainText p {
    font-family: "Bitter", serif;
    background: none;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #ffffff; }
  .VisualMainText h2 {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 32px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff; }

.TopCustomerGuideHead {
  position: relative;
  padding: 50px 0 20px;
  margin-bottom: 30px; }
  .TopCustomerGuideHead .TopCustomerGuideTitleArea {
    position: relative;
    width: 90%;
    max-width: 965px;
    margin: 0 auto; }
    .TopCustomerGuideHead .TopCustomerGuideTitleArea h2 {
      position: relative; }
      .TopCustomerGuideHead .TopCustomerGuideTitleArea h2:before {
        content: "";
        width: 1px;
        height: 36px;
        background: #ffffff;
        display: block;
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        margin: auto; }
    .TopCustomerGuideHead .TopCustomerGuideTitleArea p {
      color: #ffffff;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      padding: 0;
      font-size: 18px;
      letter-spacing: 1px;
      margin-top: 10px; }
  .TopCustomerGuideHead:before {
    content: "";
    display: block;
    position: absolute;
    background: #e60027;
    box-sizing: border-box;
    width: 40%;
    height: 320px;
    left: 0;
    top: -50px; }
  .TopCustomerGuideHead.Reverse .TopCustomerGuideTitleArea {
    text-align: right; }
    .TopCustomerGuideHead.Reverse .TopCustomerGuideTitleArea h2:before {
      left: auto;
      right: -15px; }
  .TopCustomerGuideHead.Reverse .TitleSideText {
    text-align: left; }
  .TopCustomerGuideHead.Reverse:before {
    right: 0;
    left: auto; }

.TitleSideText {
  text-align: right;
  color: #666666;
  max-width: 965px;
  width: 90%;
  margin: 0 auto;
  line-height: 220%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px; }

.TopCustomerGuideList {
  font-size: 0;
  background: #ffffff;
  display: flex;
  display: -ms-flexbox;
  position: relative;
  z-index: 1;
  text-decoration: none !important; }
  .TopCustomerGuideList .ImgArea, .TopCustomerGuideList .TextArea {
    width: 50%; }
  .TopCustomerGuideList .ImgArea {
    height: 200px;
    overflow: hidden; }
    .TopCustomerGuideList .ImgArea .personal01 {
      background-image: url(../../image/urban/top/personal01.jpg); }
    .TopCustomerGuideList .ImgArea .personal02 {
      background-image: url(../../image/urban/top/personal02.jpg); }
    .TopCustomerGuideList .ImgArea .personal03 {
      background-image: url(../../image/urban/top/personal03.jpg); }
    .TopCustomerGuideList .ImgArea .business01 {
      background-image: url(../../image/urban/top/business01.jpg); }
    .TopCustomerGuideList .ImgArea .business02 {
      background-image: url(../../image/urban/top/business02.jpg); }
    .TopCustomerGuideList .ImgArea .business03 {
      background-image: url(../../image/urban/top/business03.jpg); }
  .TopCustomerGuideList .ImgAreaInner {
    height: 100%;
    background: no-repeat center center/cover;
    transition: ease .4s transform,ease .6s opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .TopCustomerGuideList .TextArea {
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 0 15px 0 5%;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-direction: column; }
    .TopCustomerGuideList .TextArea h3 {
      font-size: 18px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333333;
      margin-top: -20px; }
    .TopCustomerGuideList .TextArea p {
      font-size: 13px;
      line-height: 180%; }
    .TopCustomerGuideList .TextArea:after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      border: 16px solid transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1; }
  .TopCustomerGuideList.Left .TextArea:after {
    border-right: 16px solid #ffffff;
    left: 0;
    transform: translateX(-99%); }
  .TopCustomerGuideList.Right {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    .TopCustomerGuideList.Right .TextArea:after {
      border-left: 16px solid #ffffff;
      right: 0;
      transform: translateX(99%); }
  .TopCustomerGuideList:hover .ImgAreaInner {
    transform: scale(1.02);
    opacity: 0.7; }
  .TopCustomerGuideList .ArrowLinkR {
    position: absolute;
    bottom: 20px;
    left: 50px; }

.TopPropertyBlock {
  position: relative;
  margin-top: -124px; }
  .TopPropertyBlock + .TopPropertyBlock {
    margin-top: 0;
    margin-bottom: 120px; }

.TopPropertyTextArea {
  text-align: right;
  padding-right: 80px;
  padding-top: 110px;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 965px;
  margin: auto;
  box-sizing: border-box; }
  .TopPropertyTextArea h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    line-height: 180%; }
  .TopPropertyTextArea p {
    font-size: 18px;
    color: #ffffff;
    line-height: 200%; }
  .TopPropertyTextArea:before {
    content: "";
    width: 60%;
    height: 473px;
    display: block;
    position: absolute;
    right: -5%;
    top: 0;
    z-index: -1; }
  .TopPropertyTextArea.Blue:before {
    background: #506d8e; }
  .TopPropertyTextArea.Ocher:before {
    background: #80795d; }
  .TopPropertyTextArea .WhiteBorderBtn {
    width: 170px; }

.TopPropertyList {
  position: relative;
  z-index: 2;
  max-width: 480px;
  width: 50%;
  font-size: 0;
  top: -45px;
  left: 5%; }
  .TopPropertyList ul {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
    .TopPropertyList ul:nth-of-type(2) {
      margin-top: 90px; }
  .TopPropertyList li {
    background: #ffffff; }
  .TopPropertyList .ImgArea {
    overflow: hidden; }
  .TopPropertyList .TextArea {
    height: 90px;
    padding: 20px 50px 20px 20px;
    box-sizing: border-box;
    position: relative; }
    .TopPropertyList .TextArea p {
      font-size: 13px;
      word-break: break-all; }
    .TopPropertyList .TextArea:after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      border: 14px solid transparent;
      border-bottom: 14px solid #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: translateY(-99%); }
    .TopPropertyList .TextArea span {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      width: 16px;
      height: 16px; }
      .TopPropertyList .TextArea span:before, .TopPropertyList .TextArea span:after {
        content: "";
        background: #e60027;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .TopPropertyList .TextArea span:before {
        width: 100%;
        height: 2px; }
      .TopPropertyList .TextArea span:after {
        width: 2px;
        height: 100%; }
  .TopPropertyList a {
    text-decoration: none; }
    .TopPropertyList a:hover img {
      transform: scale(1.03);
      opacity: 0.7; }
  .TopPropertyList img {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: ease-out .3s; }

.Reverse .TopPropertyTextArea {
  text-align: left;
  padding-left: 80px;
  padding-right: 0; }
  .Reverse .TopPropertyTextArea:before {
    left: -5%;
    right: auto; }
.Reverse .TopPropertyList {
  margin: 0 0 0 auto;
  top: 46px;
  right: 5%;
  left: auto; }

.TopEmployeesBlock {
  position: relative;
  margin: -80px auto 60px; }
  .TopEmployeesBlock + .TopEmployeesBlock {
    margin-top: 0; }
  .TopEmployeesBlock .ImgArea {
    max-width: 600px;
    width: 63%; }
  .TopEmployeesBlock .TextArea {
    width: 460px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 40px 40px 60px;
    min-height: 230px; }
  .TopEmployeesBlock h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px; }
  .TopEmployeesBlock p {
    font-size: 14px;
    line-height: 180%; }
  .TopEmployeesBlock .ArrowLinkR {
    position: absolute;
    bottom: 20px;
    left: 40px; }
  .TopEmployeesBlock.Right .ImgArea {
    margin: 0 0 0 auto; }
  .TopEmployeesBlock.Right .TextArea {
    left: 0;
    right: auto; }

.GrayBorderBox, .GrayBorderWhiteBox {
  border: 2px solid #e0e0e0;
  padding: 10px; }
  .GrayBorderBox p, .GrayBorderWhiteBox p {
    font-size: 13px;
    text-align: center;
    line-height: 200%; }

.GrayBorderWhiteBox {
  background: #ffffff;
  padding: 30px; }
  .GrayBorderWhiteBox span {
    font-size: 16px;
    display: block;
    margin-bottom: 20px; }
  .GrayBorderWhiteBox p {
    text-align: left; }

.TopFunToShare {
  text-align: center;
  padding: 60px 0 0;
  background: #ffffff;
  position: relative; }
  .TopFunToShare img {
    width: 90px;
    height: auto; }
  .TopFunToShare p {
    font-size: 13px;
    margin-top: 30px; }

.UpAnimBox {
  opacity: 0;
  transform: translateY(20px);
  transition: ease .8s opacity,ease-out .4s transform; }
  .UpAnimBox.show {
    transform: translate(0);
    opacity: 1; }

.SlideAnimList .Left, .SlideAnimList .Right {
  opacity: 0;
  transition: ease .8s opacity,ease-out .4s transform; }
  .SlideAnimList .Left:nth-child(1), .SlideAnimList .Right:nth-child(1) {
    transition-delay: 0s; }
  .SlideAnimList .Left:nth-child(2), .SlideAnimList .Right:nth-child(2) {
    transition-delay: 0.23s; }
  .SlideAnimList .Left:nth-child(3), .SlideAnimList .Right:nth-child(3) {
    transition-delay: 0.46s; }
  .SlideAnimList .Left:nth-child(4), .SlideAnimList .Right:nth-child(4) {
    transition-delay: 0.69s; }
.SlideAnimList .Left {
  transform: translateX(30px); }
.SlideAnimList .Right {
  transform: translateX(-30px); }
.SlideAnimList.show .Left, .SlideAnimList.show .Right {
  transform: translate(0);
  opacity: 1; }

.UpAnimList > div {
  opacity: 0;
  transition: ease .8s opacity,ease-out .4s transform;
  transform: translateY(20px); }
  .UpAnimList > div:nth-child(1) {
    transition-delay: 0s; }
  .UpAnimList > div:nth-child(2) {
    transition-delay: 0.23s; }
  .UpAnimList > div:nth-child(3) {
    transition-delay: 0.46s; }
  .UpAnimList > div:nth-child(4) {
    transition-delay: 0.69s; }
.UpAnimList.show > div {
  transform: translate(0);
  opacity: 1; }
.UpAnimList > p, .UpAnimList h3 {
  opacity: 0;
  transition: ease .6s opacity,ease-out .3s transform;
  transform: translateY(6px); }
  .UpAnimList > p:nth-child(1), .UpAnimList h3:nth-child(1) {
    transition-delay: 0s; }
  .UpAnimList > p:nth-child(2), .UpAnimList h3:nth-child(2) {
    transition-delay: 0.23s; }
  .UpAnimList > p:nth-child(3), .UpAnimList h3:nth-child(3) {
    transition-delay: 0.46s; }
  .UpAnimList > p:nth-child(4), .UpAnimList h3:nth-child(4) {
    transition-delay: 0.69s; }
.UpAnimList.show > p, .UpAnimList.show h3 {
  transform: translate(0);
  opacity: 1; }

.UpAnimMutualList li {
  opacity: 0;
  transition: ease .8s opacity,ease-out .4s transform;
  transform: translateY(20px); }
.UpAnimMutualList:first-child li:nth-child(1) {
  transition-delay: 0s; }
.UpAnimMutualList:first-child li:nth-child(2) {
  transition-delay: 0.15s; }
.UpAnimMutualList:first-child li:nth-child(3) {
  transition-delay: 0.3s; }
.UpAnimMutualList:first-child li:nth-child(4) {
  transition-delay: 0.45s; }
.UpAnimMutualList:nth-child(2) li:nth-child(1) {
  transition-delay: 0s; }
.UpAnimMutualList:nth-child(2) li:nth-child(2) {
  transition-delay: 0.15s; }
.UpAnimMutualList:nth-child(2) li:nth-child(3) {
  transition-delay: 0.3s; }
.UpAnimMutualList:nth-child(2) li:nth-child(4) {
  transition-delay: 0.45s; }
.UpAnimMutualList.show li {
  transform: translate(0);
  opacity: 1; }

.SlideAnim {
  opacity: 0;
  transition: ease 0.8s opacity, cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s transform; }
  .SlideAnim.Left {
    transform: translateX(30px); }
  .SlideAnim.Right {
    transform: translateX(-30px); }
  .SlideAnim.show.Left, .SlideAnim.show.Right {
    transform: translate(0);
    opacity: 1; }

@keyframes $name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes $name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes $name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes $name {
  0% {
    width: 0; }
  100% {
    width: 80%; } }
@-webkit-keyframes $name {
  0% {
    width: 0; }
  100% {
    width: 80%; } }
@-moz-keyframes $name {
  0% {
    width: 0; }
  100% {
    width: 80%; } }
@keyframes $name {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes $name {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-moz-keyframes $name {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes $name {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(45deg) translate(120%, 120%); } }
@-webkit-keyframes $name {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(45deg) translate(120%, 120%); } }
@-moz-keyframes $name {
  0% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(45deg) translate(120%, 120%); } }
@keyframes $name {
  0% {
    transform: rotate(45deg) translate(-120%, -120%); }
  100% {
    transform: rotate(45deg) translate(0); } }
@-webkit-keyframes $name {
  0% {
    transform: rotate(45deg) translate(-120%, -120%); }
  100% {
    transform: rotate(45deg) translate(0); } }
@-moz-keyframes $name {
  0% {
    transform: rotate(45deg) translate(-120%, -120%); }
  100% {
    transform: rotate(45deg) translate(0); } }
@keyframes $name {
  0% {
    transform: translateX(-160%); }
  11% {
    transform: translateX(0%); }
  50% {
    transform: translateX(0%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes $name {
  0% {
    transform: translateX(-160%); }
  11% {
    transform: translateX(0%); }
  50% {
    transform: translateX(0%); }
  100% {
    transform: translateX(0%); } }
@-moz-keyframes $name {
  0% {
    transform: translateX(-160%); }
  11% {
    transform: translateX(0%); }
  50% {
    transform: translateX(0%); }
  100% {
    transform: translateX(0%); } }
@keyframes $name {
  0% {
    transform: translateX(0); }
  11% {
    transform: translateX(160%);
    opacity: 1; }
  12% {
    transform: translateX(160%);
    opacity: 0; }
  13% {
    transform: translateX(-160%);
    opacity: 0; }
  100% {
    transform: translateX(-160%);
    opacity: 1; } }
@-webkit-keyframes $name {
  0% {
    transform: translateX(0); }
  11% {
    transform: translateX(160%);
    opacity: 1; }
  12% {
    transform: translateX(160%);
    opacity: 0; }
  13% {
    transform: translateX(-160%);
    opacity: 0; }
  100% {
    transform: translateX(-160%);
    opacity: 1; } }
@-moz-keyframes $name {
  0% {
    transform: translateX(0); }
  11% {
    transform: translateX(160%);
    opacity: 1; }
  12% {
    transform: translateX(160%);
    opacity: 0; }
  13% {
    transform: translateX(-160%);
    opacity: 0; }
  100% {
    transform: translateX(-160%);
    opacity: 1; } }
.ContentsHead {
  position: relative;
  z-index: 1;
  margin: 40px 0 0; }
  .ContentsHead:before {
    content: "";
    width: 70%;
    background: #e60027;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1; }

.ContentsHeadTitleArea {
  max-width: 965px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  min-height: 400px;
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  position: relative;
  z-index: 2; }
  .ContentsHeadTitleArea h1, .ContentsHeadTitleArea p {
    margin: auto 0; }
  .ContentsHeadTitleArea h1 {
    font-size: 32px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 0; }
  .ContentsHeadTitleArea p {
    color: #ffffff; }
  .ContentsHeadTitleArea .ContentsTitleEn {
    font-size: 16px;
    font-family: "Bitter", serif;
    margin: 5px 0 auto;
    letter-spacing: 1px; }
  .ContentsHeadTitleArea .ContentsLead {
    font-size: 16px;
    line-height: 200%;
    margin-top: 30px; }

.ContentsHeadImgArea {
  position: absolute;
  max-width: 770px;
  width: 60%;
  height: 340px;
  z-index: 1;
  top: -30px;
  right: 5%;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  font-size: 0;
  transition: none !important; }
  .ContentsHeadImgArea > div {
    width: 100%;
    height: 100%;
    position: relative;
    background: no-repeat center center/cover;
    transition: ease .4s opacity; }
    .ContentsHeadImgArea > div:before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      z-index: 1; }
  .ContentsHeadImgArea .Personal {
    background-image: url("../../image/urban/personal/index.jpg"); }
  .ContentsHeadImgArea .Business {
    background-image: url("../../image/urban/business/index.jpg"); }
  .ContentsHeadImgArea .Hitachi {
    background-image: url("../../image/urban/hitachi/index.jpg"); }
  .ContentsHeadImgArea .Corporate {
    background-image: url("../../image/urban/corporate/index.jpg"); }
  .ContentsHeadImgArea .Recruit {
    background-image: url("../../image/urban/recruit/index.jpg"); }

.UpAnimList .ContentsHeadImgArea {
  opacity: 1;
  transform: none; }
  .UpAnimList .ContentsHeadImgArea > div {
    opacity: 0;
    transition: ease 0.8s opacity;
    transition-delay: 0.23s; }
.UpAnimList.show .ContentsHeadImgArea > div {
  opacity: 1; }

.ContentsVisualArea {
  max-width: 1064px;
  margin: 40px auto;
  width: 90%;
  height: 340px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 1; }
  .ContentsVisualArea h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    max-width: 960px;
    width: 85%;
    text-align: left;
    margin-top: -40px;
    line-height: 120%; }

.ContentsVisualImgArea {
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  margin-top: -20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .ContentsVisualImgArea.building {
    background-image: url("../../image/urban/business/building/index.jpg"); }
  .ContentsVisualImgArea.construction {
    background-image: url("../../image/urban/business/construction/index.jpg"); }
  .ContentsVisualImgArea.consulting {
    background-image: url("../../image/urban/business/consulting/index.jpg"); }
  .ContentsVisualImgArea.eco {
    background-image: url("../../image/urban/business/eco/index.jpg"); }
  .ContentsVisualImgArea.maintenance {
    background-image: url("../../image/urban/business/maintenance/index.jpg"); }
  .ContentsVisualImgArea.order {
    background-image: url("../../image/urban/personal/personal03.jpg"); }
  .ContentsVisualImgArea.rental {
    background-image: url("../../image/urban/personal/personal02.jpg"); }
  .ContentsVisualImgArea.condominium {
    background-image: url("../../image/urban/personal/personal01.jpg"); }
  .ContentsVisualImgArea:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    z-index: 0; }

.ContentsAnchorArea {
  background: #909090;
  max-width: 1065px;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  transform: translateY(-50%);
  position: relative;
  z-index: 1; }
  .ContentsAnchorArea ul {
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 90%;
    margin: 0 auto;
    max-width: 850px;
    height: 60px; }
  .ContentsAnchorArea ul.row2 {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-width: 740px;
    height: 110px; }
    .ContentsAnchorArea ul.row2 li.TopLast {
      margin-right: 0; }
  .ContentsAnchorArea li {
    position: relative;
    display: block;
    margin-right: 5%;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 0; }
    .ContentsAnchorArea li span {
      width: 18px;
      height: 18px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      overflow: hidden; }
      .ContentsAnchorArea li span:before, .ContentsAnchorArea li span:after {
        content: "";
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        bottom: 3px; }
      .ContentsAnchorArea li span:after {
        transform: rotate(45deg) translate(-120%, -120%); }
    .ContentsAnchorArea li p {
      display: inline-block;
      color: #ffffff;
      position: relative;
      line-height: 17px; }
      .ContentsAnchorArea li p:before {
        content: "";
        width: 0;
        height: 1px;
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: ease-out .2s width; }
    .ContentsAnchorArea li a:hover span:before {
      animation: anchorArrow1 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards;
      -moz-animation: anchorArrow1 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards;
      -webkit-animation: anchorArrow1 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards;
      -ms-animation: anchorArrow1 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards; }
    .ContentsAnchorArea li a:hover span:after {
      animation: anchorArrow2 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards;
      -moz-animation: anchorArrow2 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards;
      -webkit-animation: anchorArrow2 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards;
      -ms-animation: anchorArrow2 cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s forwards; }
    .ContentsAnchorArea li a:hover p:before {
      width: 100%; }
    .ContentsAnchorArea li:last-of-type {
      margin-right: 0; }
  .ContentsAnchorArea a {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    padding-left: 30px;
    text-decoration: none; }

.SectionTextArea, .SectionLeftTextArea {
  max-width: 720px;
  width: 90%;
  margin: 40px auto; }
  .SectionTextArea p, .SectionLeftTextArea p {
    line-height: 200%;
    padding-bottom: 30px; }
    .SectionTextArea p:last-of-type, .SectionLeftTextArea p:last-of-type {
      padding: 0; }

.SectionTextArea p {
  text-align: center; }

p.SectionTextSmall {
  font-size: 14px; }

.CaptionText {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 10px 0; }

.UnderContentsArea {
  padding: 0 0 80px;
  margin-bottom: 30px; }

.ContentsLinkBlockInner {
  width: 80%;
  max-width: 1280px;
  margin: auto; }

.ContentsLinkBlock {
  width: 100%;
  padding: 40px 0;
  margin: 30px auto;
  position: relative;
  z-index: 1; }
  .ContentsLinkBlock:before {
    content: "";
    background: #ffffff;
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: -1; }
  .ContentsLinkBlock .ImgArea {
    max-width: 640px;
    width: 50%; }
  .ContentsLinkBlock .TextArea {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 27%;
    transform: translateY(-50%); }
  .ContentsLinkBlock h3 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; }
    .ContentsLinkBlock h3:before {
      content: "";
      width: 90px;
      height: 2px;
      display: block;
      background: #e60027;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
  .ContentsLinkBlock p {
    font-size: 14px;
    line-height: 180%; }
  .ContentsLinkBlock .MoreBtnMrgL {
    margin-bottom: 0; }
  .ContentsLinkBlock .RedBorderBtn {
    width: 180px; }
  .ContentsLinkBlock.Left:before {
    right: 0; }
  .ContentsLinkBlock.Left .TextArea {
    right: 18%; }
  .ContentsLinkBlock.Left h3:before {
    left: 0;
    transform: translateX(-100%);
    margin-left: -7%; }
  .ContentsLinkBlock.Right:before {
    left: 0; }
  .ContentsLinkBlock.Right .ImgArea {
    margin: 0 0 0 auto; }
  .ContentsLinkBlock.Right .TextArea {
    left: 18%; }
  .ContentsLinkBlock.Right h3:before {
    right: 0;
    transform: translateX(100%);
    margin-right: -7%; }

.ContentsIchiArea {
  background: #ffffff;
  position: relative; }
  .ContentsIchiArea .ImgArea {
    width: 50%;
    height: 450px;
    position: relative; }
    .ContentsIchiArea .ImgArea .ContentsIchiBG {
      background: no-repeat center center/cover;
      height: 100%;
      width: 100%; }
    .ContentsIchiArea .ImgArea h2 {
      background: none;
      text-align: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2; }
      .ContentsIchiArea .ImgArea h2 img {
        width: auto;
        height: 100%; }
    .ContentsIchiArea .ImgArea.a-terrace .ContentsIchiBG {
      background-image: url(../../image/urban/hitachi/hitachi01.jpg); }
    .ContentsIchiArea .ImgArea.a-terrace h2 {
      height: 53px; }
    .ContentsIchiArea .ImgArea.b-terrace .ContentsIchiBG {
      background-image: url(../../image/urban/hitachi/hitachi02.jpg); }
    .ContentsIchiArea .ImgArea.b-terrace h2 {
      height: 73px; }
  .ContentsIchiArea .TextArea {
    max-width: 400px;
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .ContentsIchiArea h3 {
    font-size: 19px;
    color: #333333;
    letter-spacing: 0.5px; }
    .ContentsIchiArea h3 span {
      font-weight: 400; }
  .ContentsIchiArea p {
    font-size: 14px;
    line-height: 200%;
    margin: 20px 0 30px; }
  .ContentsIchiArea.Left .TextArea {
    left: 58%; }
  .ContentsIchiArea.Right .ImgArea {
    margin: 0 0 0 auto; }
  .ContentsIchiArea.Right .TextArea {
    right: 58%; }

.ContentsWideLinkArea {
  position: relative; }
  .ContentsWideLinkArea .WideBG {
    background: no-repeat center center/cover;
    height: 450px;
    width: 100%;
    background-image: url(../../image/urban/hitachi/hitachi03.jpg); }
  .ContentsWideLinkArea .WideOnTextArea {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 10%;
    max-width: 500px;
    width: 42%;
    padding: 80px 60px;
    box-sizing: border-box; }
  .ContentsWideLinkArea h2 {
    max-width: 366px;
    background: none;
    width: 100%; }
    .ContentsWideLinkArea h2 img {
      width: 100%;
      height: auto; }
  .ContentsWideLinkArea p {
    font-size: 14px;
    margin: 40px 0;
    line-height: 200%; }
  .ContentsWideLinkArea .WideUnderText {
    max-width: 965px;
    width: 80%;
    margin: 0 auto; }
    .ContentsWideLinkArea .WideUnderText p {
      font-size: 13px;
      margin: 20px 0;
      color: #666666;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.ContentsTitleRedBG {
  width: 90%;
  max-width: 1322px;
  background: #e60027;
  margin: 80px auto 0;
  padding: 120px 0; }
  .ContentsTitleRedBG h2 {
    font-size: 28px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    text-align: center; }

.HarfBlockArea a, .QuarterBlockArea a {
  text-decoration: none;
  display: block; }

.HarfBlockArea {
  display: flex;
  display: -ms-flexbox; }
  .HarfBlockArea > a {
    width: 50%;
    margin: 8px;
    background: #ffffff; }
    .HarfBlockArea > a:hover .BGImgArea {
      transform: scale(1.03); }
    .HarfBlockArea > a:hover .IconBox {
      transform: scale(1.08); }
  .HarfBlockArea .ImgArea {
    height: 198px;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0; }
  .HarfBlockArea .BGImgArea {
    background: no-repeat center center/cover;
    width: 100%;
    height: 100%;
    transition: .4s ease-out .05s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .HarfBlockArea .NewsRelease .BGImgArea {
    background-image: url(../../image/urban/corporate/corporate01.jpg); }
  .HarfBlockArea .Message .BGImgArea {
    background-image: url(../../image/urban/corporate/corporate02.jpg); }
  .HarfBlockArea .IconBox {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    transition: cubic-bezier(0.29, 0.37, 0.3, 2) 0.2s;
    text-align: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .HarfBlockArea .IconBox img {
      width: auto;
      height: 100%; }
  .HarfBlockArea .TextArea {
    padding: 30px;
    position: relative; }
    .HarfBlockArea .TextArea:before {
      content: "";
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-bottom: 20px solid #ffffff;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      transform: translateY(-99%);
      margin: auto; }
  .HarfBlockArea p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px; }

.QuarterBlockArea {
  display: flex;
  display: -ms-flexbox; }
  .QuarterBlockArea > a {
    background: #ffffff;
    min-height: 260px;
    width: 25%;
    margin: 8px;
    padding-top: 50px;
    box-sizing: border-box;
    font-size: 0; }
    .QuarterBlockArea > a:hover .IconBox {
      transform: scale(1.04); }
      .QuarterBlockArea > a:hover .IconBox img {
        transform: scale(1.12); }
  .QuarterBlockArea + .QuarterBlockArea > div:last-of-type {
    background: transparent; }
  .QuarterBlockArea .IconBox {
    background: #f3f3f3;
    display: block;
    margin: auto;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    transition: cubic-bezier(0.29, 0.37, 0.3, 2) 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .QuarterBlockArea .IconBox img {
      width: auto;
      height: 62px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: cubic-bezier(0.29, 0.37, 0.3, 2) 0.2s; }
  .QuarterBlockArea p {
    text-align: center;
    margin-top: 30px;
    font-size: 16px; }

.RecruitContentsArea {
  max-width: 720px;
  width: 90%;
  margin: 80px auto; }
  .RecruitContentsArea p {
    margin-bottom: 60px; }
  .RecruitContentsArea .GrayBorderWhiteBox p {
    margin-bottom: 0; }

.SectionTitleArea {
  background: #ffffff;
  border-bottom: 2px solid #d0c9c9;
  padding: 26px 0 22px 40px;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }
  .SectionTitleArea h2 {
    font-size: 20px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    background: none; }
  .SectionTitleArea:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e60027;
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0; }

.ContentsListArea {
  margin: 40px auto 60px; }

.ListOnceBlock, .BuildingListBlock {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 40px; }

.ListOnceBlock .ImgArea {
  width: 470px; }

.BuildingListBlock {
  max-width: 900px; }
  .BuildingListBlock .ImgArea {
    width: 360px; }

.BorderTable {
  border: 3px solid #e6e6e6;
  width: 100%; }
  .BorderTable th, .BorderTable td {
    border: 1px solid #e6e6e6;
    padding: 13px 15px;
    font-size: 14px;
    color: #666666;
    line-height: 140%; }
  .BorderTable a {
    word-break: break-all; }

.BuildingDetailArea {
  flex: 1;
  -ms-flex: 1;
  margin-left: 7%; }
  .BuildingDetailArea h3 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px; }
  .BuildingDetailArea .BorderTable {
    margin: 30px 0; }
    .BuildingDetailArea .BorderTable th {
      background: #999999;
      color: #ffffff; }
  .BuildingDetailArea ul {
    font-size: 0;
    margin: 40px 0 0; }
  .BuildingDetailArea li {
    display: inline-flex;
    display: -ms-inline-flexbox;
    width: 23%;
    margin-right: 2.666%;
    background: #ffffff;
    border: 2px solid #cccccc;
    height: 96px;
    box-sizing: border-box;
    vertical-align: top;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .BuildingDetailArea li:first-of-type p {
      color: #ffffff; }
    .BuildingDetailArea li:last-of-type {
      margin-right: 0; }
    .BuildingDetailArea li p {
      font-size: 15px;
      text-align: center;
      letter-spacing: 1px; }
    .BuildingDetailArea li span {
      font-weight: bold;
      display: block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .BuildingDetailArea ul.NoVacancy li:first-of-type {
    background: #e60027;
    border-color: #e60027; }
    .BuildingDetailArea ul.NoVacancy li:first-of-type p {
      color: #ffffff; }
  .BuildingDetailArea ul.NoVacancy li {
    background: #e6e6e6; }
  .BuildingDetailArea ul.NoVacancy p {
    color: #999999; }
  .BuildingDetailArea ul.Wanted li:first-of-type {
    background: #00409f;
    border-color: #00409f; }

.DetailArea {
  flex: 1;
  -ms-flex: 1;
  margin-left: 7%; }
  .DetailArea p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 160%;
    max-width: 320px;
    width: 85%; }
  .DetailArea p.Caution {
    color: #e60027;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px; }

.GrayBoxList {
  background: #e6e6e6;
  padding: 24px 30px 24px 40px;
  margin: 30px 0; }
  .GrayBoxList li {
    font-size: 14px;
    color: #717171;
    letter-spacing: 0.6px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 4px; }
    .GrayBoxList li:before {
      content: "";
      width: 15px;
      height: 2px;
      background: #e60027;
      display: block;
      position: absolute;
      top: 10px;
      left: 0; }
    .GrayBoxList li:last-of-type {
      margin-bottom: 0; }
  .GrayBoxList p {
    color: #717171;
    font-size: 14px; }
    .GrayBoxList p:first-of-type {
      margin-top: 30px; }

.ModalListArea {
  font-size: 0; }

.ModalLinkBlock {
  width: 24%;
  margin-right: 1.333%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.3%; }
  .ModalLinkBlock:nth-of-type(4n) {
    margin-right: 0; }

.ModalThumbnailBox {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .ModalThumbnailBox .ImgArea {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: .4s ease-out transform,ease .2s opacity; }
  .ModalThumbnailBox .TextArea {
    min-height: 70px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .ModalThumbnailBox .TextArea:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 30px, transparent);
      width: 100%;
      height: 90px;
      z-index: 0; }
    .ModalThumbnailBox .TextArea.Dark:before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40px, transparent);
      height: 100px; }
    .ModalThumbnailBox .TextArea p {
      color: #ffffff;
      font-weight: bold;
      font-size: 16px;
      line-height: 130%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      z-index: 1; }
    .ModalThumbnailBox .TextArea span {
      display: block;
      position: absolute;
      bottom: 25px;
      right: 20px;
      margin: auto;
      width: 16px;
      height: 16px; }
      .ModalThumbnailBox .TextArea span:before, .ModalThumbnailBox .TextArea span:after {
        content: "";
        background: #ffffff;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .ModalThumbnailBox .TextArea span:before {
        width: 100%;
        height: 2px; }
      .ModalThumbnailBox .TextArea span:after {
        width: 2px;
        height: 100%; }
  .ModalThumbnailBox:hover .ImgArea {
    transform: scale(1.05);
    opacity: 0.8; }

.LargeLinkImgArea img {
  width: 100%;
  height: auto; }

.LargeLinkTitleArea {
  background: #ffffff;
  padding: 40px;
  max-width: 475px;
  width: 60%;
  text-align: center;
  box-sizing: border-box;
  transform: translateX(-12%);
  margin-bottom: -100px;
  position: relative;
  z-index: 1; }
  .LargeLinkTitleArea h3 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #e60027;
    margin-bottom: 30px; }

.LargeLinkTitleLogo {
  height: 72px; }
  .LargeLinkTitleLogo img {
    width: auto;
    height: 100%; }

.LargeLinkBtn {
  max-width: 475px;
  background: #e60027;
  padding: 23px 0 21px;
  box-sizing: border-box;
  width: 80%;
  margin: 30px auto;
  display: block;
  text-align: center;
  transition: ease-out 0.2s background;
  border: 3px solid #e60027; }
  .LargeLinkBtn p {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: ease 0.3s color; }
  .LargeLinkBtn span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 5px 18px;
    background: no-repeat center right/16px 16px;
    background-image: url(../../image/jp/r1/icon/icon_new_window_white_hd.png); }
  .LargeLinkBtn:hover {
    background: #ffffff; }
    .LargeLinkBtn:hover p {
      color: #e60027; }
    .LargeLinkBtn:hover span {
      background-image: url(../../image/jp/r1/icon/icon_new_window_hd.gif); }

.ContentsLinkBlock .ImgArea {
  opacity: 0;
  transition: ease 1s opacity,ease-out .6s transform; }
.ContentsLinkBlock .TextArea {
  opacity: 0;
  transition: .5s ease .4s opacity,.2s ease-out .4s transform; }
.ContentsLinkBlock.Left .ImgArea {
  transform: translateX(-20px); }
.ContentsLinkBlock.Left .TextArea {
  transform: translate(10px, -50%); }
.ContentsLinkBlock.Right .ImgArea {
  transform: translateX(20px); }
.ContentsLinkBlock.Right .TextArea {
  transform: translate(-10px, -50%); }
.ContentsLinkBlock.show .ImgArea {
  transform: translateX(0);
  opacity: 1; }
.ContentsLinkBlock.show .TextArea {
  transform: translate(0, -50%);
  opacity: 1; }

.ContentsIchiArea .ImgArea {
  overflow: hidden; }
  .ContentsIchiArea .ImgArea:before {
    content: "";
    background: #e60027;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    transform: translateX(-100%);
    transition: ease 1s transform,0s ease 1s opacity; }
  .ContentsIchiArea .ImgArea .ContentsIchiBG {
    opacity: 0;
    transition: .4s ease .3s opacity;
    z-index: 1;
    position: relative; }
  .ContentsIchiArea .ImgArea h2 {
    opacity: 0;
    transform: translateY(-5px);
    transition: .6s ease .6s; }
.ContentsIchiArea.show .ImgArea:before {
  transform: translateX(120%);
  opacity: 0; }
.ContentsIchiArea.show .ImgArea .ContentsIchiBG {
  opacity: 1; }
.ContentsIchiArea.show .ImgArea h2 {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 1444px) {
  .ContentsHeadImgArea {
    right: 0;
    left: 0;
    transform: translateX(35%);
    margin: auto; }

  .UpAnimList .ContentsHeadImgArea {
    transform: translateX(35%); }
  .UpAnimList.show .ContentsHeadImgArea {
    transform: translateX(35%); } }
@media screen and (max-width: 1024px) {
  .SectionTitleArea {
    width: 95%; }

  .ContentsListArea {
    width: 90%; }

  .ContentsVisualArea {
    height: 280px; }
    .ContentsVisualArea h1 {
      font-size: 28px; }

  .SectionTextArea p {
    font-size: 15px; }

  .ContentsLinkBlock h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .ContentsLinkBlock .TextArea {
    right: 14%; }

  .ContentsLinkBlock.Right .TextArea {
    left: 14%; }

  .ContentsAnchorArea {
    padding: 10px 0 5px; }
    .ContentsAnchorArea ul {
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      max-width: 580px;
      height: auto !important;
      min-height: 60px;
      transform: translateX(20px); }
    .ContentsAnchorArea li {
      width: 30%;
      margin-right: 3%;
      padding: 5px 0; }
      .ContentsAnchorArea li:nth-of-type(3n) {
        margin-right: 0; }

  .ContentsIchiArea .ImgArea {
    height: 400px; }

  .ContentsWideLinkArea .WideBG {
    height: 400px; }
  .ContentsWideLinkArea .WideOnTextArea {
    right: 4%;
    padding: 60px 40px; }
  .ContentsWideLinkArea .WideUnderText {
    width: 90%; }
    .ContentsWideLinkArea .WideUnderText p {
      font-size: 12px;
      line-height: 180%; }
  .ContentsWideLinkArea p {
    margin: 20px 0 30px; }

  .ContentsLargeLinkArea {
    max-width: 740px;
    width: 90%;
    margin: auto; }

  .LargeLinkTitleArea {
    width: 55%; }
    .LargeLinkTitleArea h3 {
      font-size: 18px;
      margin-bottom: 20px; }

  .LargeLinkTitleLogo {
    height: 63px; }
    .LargeLinkTitleLogo img {
      height: 100% !important; } }
@media screen and (max-width: 994px) {
  .JS .GridSet {
    margin: auto; }

  .JS .Grid4 {
    padding: 0; } }
@media screen and (max-width: 965px) {
  .MainAreaText h1 {
    font-size: 44px; }
  .MainAreaText p {
    font-size: 15px; }
  .MainAreaText .TextBig {
    font-size: 22px; }

  .MainTitleEn {
    font-size: 34px; }

  .TopCustomerGuideHead .TopCustomerGuideTitleArea p {
    font-size: 16px; }
  .TopCustomerGuideHead:before {
    width: 46%; }

  .TitleSideText {
    font-size: 16px; }

  .VisualMainText p {
    font-size: 16px; }
  .VisualMainText h2 {
    font-size: 28px; }

  .TopPropertyTextArea {
    padding-right: 60px; }
    .TopPropertyTextArea h3 {
      font-size: 24px; }
    .TopPropertyTextArea p {
      font-size: 15px; }

  .Reverse .TopPropertyTextArea {
    padding-left: 60px; }

  .TopEmployeesBlock {
    margin-bottom: 80px; }
    .TopEmployeesBlock .TextArea {
      width: 50%; }
      .TopEmployeesBlock .TextArea h3 {
        font-size: 18px; }
      .TopEmployeesBlock .TextArea p {
        font-size: 13px; }

  .GrayBorderBox {
    width: 90%;
    margin: 0 auto; }

  .TopCustomerGuideList, .TopEmployeesBlock {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .ContentsLinkBlockInner {
    width: 100%; }

  .ContentsLinkBlock {
    width: 80%;
    max-width: 640px;
    padding: 0; }
    .ContentsLinkBlock:before {
      content: none; }
    .ContentsLinkBlock .ImgArea, .ContentsLinkBlock .TextArea {
      width: 100%;
      display: block;
      position: relative; }
    .ContentsLinkBlock .TextArea {
      background: #ffffff;
      right: 0;
      left: 0;
      padding: 30px;
      top: 0; }
    .ContentsLinkBlock h3:before {
      content: none; }
    .ContentsLinkBlock.Right .TextArea {
      left: 0; }
    .ContentsLinkBlock.Left .TextArea, .ContentsLinkBlock.Right .TextArea {
      transform: translate(20px, 0); }
    .ContentsLinkBlock.show .TextArea {
      transform: translate(0); }

  .ContentsIchiArea .TextArea {
    width: 35%; } }
@media screen and (max-width: 767px) {
  .JS h2 {
    margin: 0;
    padding: 0; }

  .Section {
    padding: 0; }

  .PCbr {
    display: none; }

  .SPbr {
    display: block; }

  .PCnone {
    display: block; }

  .SPnone {
    display: none; }

  .MoreBtnMrgR {
    margin: 20px auto; }

  .ArrowLinkW, .ArrowLinkR {
    font-size: 12px;
    letter-spacing: 1px; }

  .MainTitleEn {
    font-size: 24px; }

  .TopMain, .TopMainInner {
    min-height: 0; }

  .BrandingHero .Hero1 {
    background-image: url(../../image/urban/sp/top/hero1_sp.jpg); }
  .BrandingHero .Hero2 {
    background-image: url(../../image/urban/sp/top/hero2_sp.jpg); }
  .BrandingHero .Hero3 {
    background-image: url(../../image/urban/sp/top/hero3_sp.jpg); }
  .BrandingHero .Hero4 {
    background-image: url(../../image/urban/sp/top/hero4_sp.jpg); }

  .MainAreaText {
    width: 90%;
    top: 40%; }
    .MainAreaText h1 {
      font-size: 35px;
      letter-spacing: 2px; }
    .MainAreaText p {
      font-size: 12px;
      font-weight: bold; }
    .MainAreaText .TextBig {
      font-size: 16px; }

  .HeroControl {
    display: none; }

  .Topics {
    width: 100%;
    bottom: 0;
    flex-direction: column; }
    .Topics h2 {
      width: 32%; }
      .Topics h2 a {
        padding: 8px 0 8px 10px;
        box-sizing: border-box;
        height: 41px;
        font-size: 13px;
        text-align: center; }
        .Topics h2 a:before {
          left: 12px; }

  .TopicsControl {
    height: 41px;
    width: 32%; }

  .TopicsBody {
    width: 68%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto; }
    .TopicsBody ul li {
      padding: 12px;
      box-sizing: border-box; }
      .TopicsBody ul li a {
        font-size: 11px;
        white-space: normal;
        line-height: 180%;
        letter-spacing: 1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2; }
      .TopicsBody ul li span {
        display: block;
        margin: 0; }

  .TopContentsVisual {
    height: 220px;
    min-height: 0; }
    .TopContentsVisual.TopProperty {
      background-image: url(../../image/urban/sp/top/introduction_sp.jpg); }
    .TopContentsVisual.TopEmployees {
      background-image: url(../../image/urban/sp/top/employees_sp.jpg); }

  .ParallaxVisual {
    height: 340px; }
    .ParallaxVisual > div {
      height: 122%; }
    .ParallaxVisual.TopForBusiness {
      background-image: url(../../image/urban/sp/top/business_sp.jpg); }

  .VisualMainText {
    transform: translateY(-10%); }
    .VisualMainText p {
      font-size: 12px;
      padding-bottom: 5px; }
    .VisualMainText h2 {
      font-size: 22px; }

  .TopContentsArea {
    padding: 30px 0; }

  .TopCustomerGuideHead {
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: -100px; }
    .TopCustomerGuideHead .TopCustomerGuideTitleArea {
      width: 85%; }
      .TopCustomerGuideHead .TopCustomerGuideTitleArea h2 {
        margin: 0; }
        .TopCustomerGuideHead .TopCustomerGuideTitleArea h2:before {
          left: -10px;
          height: 30px; }
      .TopCustomerGuideHead .TopCustomerGuideTitleArea p {
        font-size: 14px;
        margin-top: 6px; }
    .TopCustomerGuideHead:before {
      width: 65%;
      top: 0;
      height: 210px; }
    .TopCustomerGuideHead .TopCustomerGuideTitleArea, .TopCustomerGuideHead:before {
      transform: translateY(70px);
      transition: ease-out .2s transform; }
    .TopCustomerGuideHead.Reverse .TitleSideText {
      text-align: center; }

  .show.TopCustomerGuideHead .TopCustomerGuideTitleArea, .show.TopCustomerGuideHead:before {
    transform: translate(0);
    transition: cubic-bezier(0.6, 0, 0.1, 1) 0.4s transform; }

  .TitleSideText {
    background: #ffffff;
    padding: 20px;
    margin: 50px auto 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    line-height: 200%; }

  .TopCustomerGuideList {
    width: 80%;
    margin: 0 auto 10px;
    display: block; }
    .TopCustomerGuideList .ImgArea, .TopCustomerGuideList .TextArea {
      width: 100%; }
    .TopCustomerGuideList .ImgArea {
      height: 120px; }
    .TopCustomerGuideList .TextArea {
      padding: 20px 25px 50px; }
      .TopCustomerGuideList .TextArea h3 {
        font-size: 16px;
        margin-top: 0; }
    .TopCustomerGuideList.Left .TextArea:after, .TopCustomerGuideList.Right .TextArea:after {
      border: 14px solid transparent;
      border-bottom: 14px solid #ffffff;
      transform: translateY(-99%);
      left: 0;
      right: 0;
      bottom: auto; }
    .TopCustomerGuideList:hover .ImgArea {
      width: 100%; }
    .TopCustomerGuideList .ArrowLinkR {
      left: 27px;
      bottom: 13px; }

  .TopPropertyBlock {
    margin-top: -30px;
    margin-bottom: 60px; }
    .TopPropertyBlock + .TopPropertyBlock {
      margin-bottom: 0; }

  .TopPropertyTextArea {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 60px 0 0 6%;
    text-align: left; }
    .TopPropertyTextArea h3 {
      font-size: 19px;
      margin-bottom: 8px; }
    .TopPropertyTextArea p {
      font-size: 12px; }
    .TopPropertyTextArea:before {
      width: 85%;
      left: 0;
      height: 370px; }
    .TopPropertyTextArea .MoreBtnMrgR {
      text-align: left; }
    .TopPropertyTextArea .WhiteBorderBtn {
      width: 130px;
      padding: 6px 0; }

  .Reverse .TopPropertyTextArea {
    text-align: right;
    padding: 60px 6% 0 0; }
    .Reverse .TopPropertyTextArea:before {
      right: 0;
      left: auto; }
    .Reverse .TopPropertyTextArea .MoreBtnMrgL {
      text-align: right; }
  .Reverse .TopPropertyList {
    top: -45px;
    margin: 0 auto;
    right: 0; }

  .TopPropertyList {
    width: 88%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0; }
    .TopPropertyList .TextArea {
      min-height: 120px; }
      .TopPropertyList .TextArea p {
        font-size: 12px;
        letter-spacing: 1px; }

  .TopEmployeesBlock {
    margin-bottom: 0;
    margin-top: -30px;
    width: 100%; }
    .TopEmployeesBlock + .TopEmployeesBlock {
      margin-bottom: 20px; }
    .TopEmployeesBlock .ImgArea {
      width: 90%; }
    .TopEmployeesBlock .TextArea {
      width: 90%;
      margin: 0 0 0 auto;
      position: relative;
      bottom: auto;
      top: -30px;
      padding: 30px 30px 60px; }
      .TopEmployeesBlock .TextArea h3 {
        font-size: 16px;
        margin-bottom: 18px; }
      .TopEmployeesBlock .TextArea p {
        font-size: 13px;
        line-height: 200%; }
    .TopEmployeesBlock .ArrowLinkR {
      left: 30px;
      bottom: 18px; }
    .TopEmployeesBlock.Right .ImgArea {
      margin: 0 auto 0 0; }

  .GrayBorderBox {
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
    padding: 20px; }
    .GrayBorderBox p {
      font-size: 12px; }

  .TopFunToShare img {
    width: 56px; }
  .TopFunToShare p {
    font-size: 11px;
    margin: 10px 0 20px;
    letter-spacing: 0.5px; }
  .TopFunToShare + .Section {
    background: #ffffff; }

  .UnderContentsArea {
    margin-bottom: 0; }

  ul.PageTop {
    display: none; }

  .ContentsHead {
    margin-top: 10px; }
    .ContentsHead:before {
      bottom: auto;
      width: 95%; }

  .ContentsHeadImgArea {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    height: 200px;
    background: none;
    top: 0; }
    .ContentsHeadImgArea:before {
      background: rgba(255, 255, 255, 0.4);
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0; }
    .ContentsHeadImgArea:before, .ContentsHeadImgArea > div {
      width: 96%;
      left: 4%;
      right: 0; }
    .ContentsHeadImgArea > div:before {
      content: none; }
    .ContentsHeadImgArea .Personal {
      background-image: url(../../image/urban/sp/personal/index_sp.jpg); }
    .ContentsHeadImgArea .Business {
      background-image: url(../../image/urban/sp/business/index_sp.jpg); }
    .ContentsHeadImgArea .Hitachi {
      background-image: url(../../image/urban/sp/hitachi/index_sp.jpg); }
    .ContentsHeadImgArea .Corporate {
      background-image: url(../../image/urban/sp/corporate/index_sp.jpg); }
    .ContentsHeadImgArea .Recruit {
      background-image: url(../../image/urban/sp/recruit/index_sp.jpg); }
    .ContentsHeadImgArea:after {
      content: "";
      width: 95%;
      display: block;
      position: absolute;
      background: #e60027;
      bottom: 0;
      left: 0;
      height: 20px; }

  .ContentsHeadTitleArea {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    padding: 30px 8% 0 12%;
    margin-left: 0;
    top: -20px;
    width: 95%;
    min-height: 0; }
    .ContentsHeadTitleArea h1, .ContentsHeadTitleArea .ContentsTitleEn, .ContentsHeadTitleArea .ContentsLead {
      margin: 0; }
    .ContentsHeadTitleArea h1 {
      order: 2;
      -ms-order: 2;
      font-size: 15px;
      margin: 5px 0 20px; }
    .ContentsHeadTitleArea .ContentsTitleEn {
      order: 1;
      -ms-order: 1;
      font-size: 27px;
      font-weight: 600;
      position: relative; }
      .ContentsHeadTitleArea .ContentsTitleEn:before {
        content: "";
        width: 1px;
        height: 26px;
        background: #ffffff;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        margin: auto; }
    .ContentsHeadTitleArea .ContentsLead {
      order: 3;
      -ms-order: 3;
      font-size: 13px; }

  .SectionLeftTextArea p {
    font-size: 13px;
    padding-bottom: 20px; }

  .ContentsAnchorArea {
    width: 100%;
    transform: none;
    margin-bottom: 40px;
    border-top: 2px solid #f3f3f3;
    padding: 0; }
    .ContentsAnchorArea ul {
      padding: 0;
      width: 100%;
      min-height: 0;
      font-size: 0;
      justify-content: flex-start;
      -ms-flex-pack: start;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      height: auto;
      max-width: none;
      transform: none; }
      .ContentsAnchorArea ul + ul {
        margin-top: -2px; }
        .ContentsAnchorArea ul + ul:first-of-type, .ContentsAnchorArea ul + ul:nth-of-type(2) {
          border-top: none; }
    .ContentsAnchorArea li {
      width: 50%;
      border-right: 2px solid #f3f3f3;
      border-bottom: 2px solid #f3f3f3;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
      .ContentsAnchorArea li p {
        display: inline-block; }
      .ContentsAnchorArea li span {
        left: 15px;
        width: 16px;
        height: 16px; }
        .ContentsAnchorArea li span:before, .ContentsAnchorArea li span:after {
          width: 5px;
          height: 5px;
          bottom: 2px; }
      .ContentsAnchorArea li:nth-of-type(2n) {
        border-right: none; }
      .ContentsAnchorArea li:nth-of-type(odd):last-of-type {
        border-bottom: none; }
    .ContentsAnchorArea a {
      height: 68px;
      text-align: center;
      display: flex;
      display: -ms-flexbox;
      align-items: center;
      -ms-align-items: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-right: 10px; }

  .ContentsLinkBlock h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .ContentsLinkBlock p {
    font-size: 13px; }
  .ContentsLinkBlock .TextArea {
    padding: 24px; }
    .ContentsLinkBlock .TextArea:after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      border: 14px solid transparent;
      border-bottom: 14px solid #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      transform: translateY(-99%); }
  .ContentsLinkBlock .MoreBtnMrgL {
    text-align: center;
    margin-top: 15px; }
  .ContentsLinkBlock .RedBorderBtn {
    width: 80%;
    padding: 10px 0; }

  .ContentsTitleRedBG {
    padding: 80px 5% 70px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px; }
    .ContentsTitleRedBG h2 {
      font-size: 20px; }

  .GrayBorderWhiteBox {
    padding: 25px; }
    .GrayBorderWhiteBox p {
      line-height: 180%; }
    .GrayBorderWhiteBox span {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px; }

  .ContentsIchiArea .ImgArea {
    width: 100%;
    height: 210px; }
    .ContentsIchiArea .ImgArea h2 {
      padding-bottom: 0; }
    .ContentsIchiArea .ImgArea.a-terrace h2 {
      height: 38px; }
    .ContentsIchiArea .ImgArea.b-terrace h2 {
      height: 26px; }
  .ContentsIchiArea .TextArea {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    transform: none;
    padding: 30px 9% 20px 11%;
    box-sizing: border-box;
    top: 0; }
    .ContentsIchiArea .TextArea:after {
      content: "";
      width: 0;
      height: 0;
      border: 14px solid transparent;
      border-bottom: 14px solid #ffffff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: translateY(-99%);
      z-index: 1; }
  .ContentsIchiArea h3 {
    font-size: 16px;
    line-height: 160%; }
  .ContentsIchiArea p {
    font-size: 13px;
    margin: 15px 0; }
  .ContentsIchiArea.Left .TextArea, .ContentsIchiArea.Right .TextArea {
    left: 0;
    right: 0; }

  .ContentsWideLinkArea .WideBG {
    height: 210px;
    position: relative;
    background-image: url(../../image/urban/sp/hitachi/hitachi03_sp.jpg); }
  .ContentsWideLinkArea .WideOnTextArea {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    padding: 30px 9% 20px 10%; }
    .ContentsWideLinkArea .WideOnTextArea:after {
      content: "";
      width: 0;
      height: 0;
      border: 14px solid transparent;
      border-bottom: 14px solid #ffffff;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: translateY(-99%);
      z-index: 1; }
  .ContentsWideLinkArea h2 {
    margin: 0;
    padding: 0;
    width: 85%; }
  .ContentsWideLinkArea p {
    font-size: 13px;
    margin: 15px 0; }
  .ContentsWideLinkArea .WideUnderText {
    width: 90%; }
    .ContentsWideLinkArea .WideUnderText p {
      font-size: 12px;
      margin: 15px 0; }

  .HarfBlockArea {
    display: block;
    padding: 0 3%; }
    .HarfBlockArea > a {
      width: 100%;
      margin: 0 0 3%; }
    .HarfBlockArea .ImgArea {
      height: 140px; }
    .HarfBlockArea .IconBox {
      height: 50px; }
    .HarfBlockArea .TextArea {
      padding: 20px; }

  .QuarterBlockArea {
    flex-wrap: wrap;
    padding: 0 3%;
    justify-content: center;
    -ms-flex-pack: center; }
    .QuarterBlockArea > a {
      width: 48.5%;
      margin: 0 3% 3% 0;
      padding-top: 22px;
      min-height: 190px; }
      .QuarterBlockArea > a:nth-of-type(2n) {
        margin-right: 0; }
    .QuarterBlockArea .IconBox {
      width: 96px;
      height: 96px; }
      .QuarterBlockArea .IconBox img {
        height: 54px; }
    .QuarterBlockArea p {
      margin-top: 20px;
      font-size: 14px;
      letter-spacing: 0.5px; }

  .RecruitContentsArea {
    margin: 40px auto; }
    .RecruitContentsArea p {
      font-size: 14px;
      margin-bottom: 30px; }

  .ContentsVisualArea {
    width: 100%;
    height: 200px;
    margin: 15px 0; }
    .ContentsVisualArea h1 {
      margin-top: 0;
      font-size: 20px;
      letter-spacing: 0.5px; }

  .ContentsVisualImgArea {
    margin-top: 0; }

  .SectionTextArea {
    margin: 30px auto; }
    .SectionTextArea p {
      font-size: 14px;
      text-align: left; }

  .SectionTitleArea {
    width: 93%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18px 0 15px 30px; }
    .SectionTitleArea h2 {
      font-size: 16px; }

  .ContentsListArea {
    width: 93%;
    margin: 15px auto 40px; }

  .ModalLinkBlock {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%; }
    .ModalLinkBlock:nth-of-type(2n) {
      margin-right: 0; }

  .ModalThumbnailBox .TextArea {
    padding: 6px 32px 4px 12px;
    min-height: 46px; }
    .ModalThumbnailBox .TextArea p {
      font-size: 14px;
      line-height: 130%; }
    .ModalThumbnailBox .TextArea span {
      right: 10px;
      width: 13px;
      height: 13px;
      bottom: 15px; }
      .ModalThumbnailBox .TextArea span:before {
        height: 1px; }
      .ModalThumbnailBox .TextArea span:after {
        width: 1px; }
  .ModalThumbnailBox:hover .TextArea {
    min-height: 60px;
    padding-top: 14px; }

  .JS .BorderTable {
    border-width: 2px; }
    .JS .BorderTable th, .JS .BorderTable td {
      font-size: 11px;
      letter-spacing: 0.5px; }
  .JS .LargeLinkTitleLogo {
    height: 45px; }
    .JS .LargeLinkTitleLogo img {
      height: 100%;
      width: auto; }

  .ContentsLargeLinkArea {
    width: 100%; }

  .LargeLinkImgArea .ImgArea {
    width: 85%;
    margin: auto; }

  .LargeLinkTitleArea {
    width: 80%;
    transform: none;
    padding: 28px 10px 20px;
    margin-bottom: -30px; }
    .LargeLinkTitleArea h3 {
      font-size: 13px;
      letter-spacing: 0.5px;
      margin-bottom: 12px; }

  .LargeLinkBtn {
    padding: 14px 0 10px;
    width: 250px; }
    .LargeLinkBtn span {
      font-size: 14px;
      padding: 3px 20px; }
    .LargeLinkBtn p {
      font-size: 11px; }

  .BuildingListBlock {
    flex-direction: column; }
    .BuildingListBlock .ImgArea {
      width: 60%;
      max-width: 360px;
      margin: 0 auto; }

  .BuildingDetailArea {
    margin: 30px 0;
    width: 100%; }
    .BuildingDetailArea h3 {
      font-size: 16px; }
    .BuildingDetailArea .BorderTable {
      margin: 10px 0; }
      .BuildingDetailArea .BorderTable th, .BuildingDetailArea .BorderTable td {
        padding: 13px; }
    .BuildingDetailArea li {
      height: 74px; }
      .BuildingDetailArea li p {
        font-size: 13px; }
    .BuildingDetailArea ul {
      margin-top: 10px; }

  .ListOnceBlock {
    flex-direction: column;
    margin-bottom: 30px; }
    .ListOnceBlock .ImgArea {
      width: 100%;
      max-width: 470px; }
    .ListOnceBlock .DetailArea {
      width: 100%;
      margin: 20px 0; }
      .ListOnceBlock .DetailArea p {
        width: 100%;
        max-width: none;
        font-size: 13px;
        margin-bottom: 0; }

  .GrayBoxList {
    padding: 22px 20px 22px 25px; }
    .GrayBoxList li {
      font-size: 13px;
      padding-left: 28px; }
      .GrayBoxList li:before {
        width: 12px;
        height: 3px; }
    .GrayBoxList p:first-of-type {
      margin-top: 20px; } }
