@charset "utf-8";

/* 共通
---------------------------------------------------*/
main #big-headline {
  background: url("/office/img/big_headline_bg.png")no-repeat center center/101% auto;
}
@media only screen and (max-width:1366px) {
  main #big-headline {
    background: url("/office/img/big_headline_bg.png")no-repeat center center/auto 101%;
  }
}
@media only screen and (max-width:768px) {
  main #big-headline {
    background: url("/office/img/big_headline_bg_sp.png")no-repeat center center/101% auto;
  }
}
@media only screen and (max-width:390px) {
  main #big-headline {
    background: url("/office/img/big_headline_bg_sp.png")no-repeat center center/auto 101%;
  }
}




/* smooth-link
---------------------------------------------------*/
.smooth-link ul {
  display: flex;
  align-items: center;
}
.smooth-link ul + ul {
  margin-top: 8px;
}

.smooth-link ul li {
  width: 100%;
  max-width: 170px;
}
.smooth-link ul li + li {
  margin-left: 10px;
}

.smooth-link ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  color: #333;
  font-size: 1.4em;
  padding: 6px 30px 6px 13px;
  border: #29405C solid 1px;
  box-sizing: border-box;
  transition: 0.2s;
}
.smooth-link ul li a:hover {
  color: #fff;
  background: #29405C;
}
.smooth-link ul li a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  top: 0;
  right: 14px;
  background: url("/office/img/smooth_link_arrow.png")no-repeat center center/12px 6px;
}
.smooth-link ul li a:hover::before {
  background: url("/office/img/smooth_link_arrow_hover.png")no-repeat center center/12px 6px;
}

@media only screen and (max-width:768px) {
  .smooth-link ul {
    flex-wrap: wrap;
  }

  .smooth-link ul li {
    width: 49%;
    max-width: 100%;
  }
  .smooth-link ul li + li {
    margin-left: 2%;
  }
  .smooth-link ul li:nth-child(3) {
    margin-top: 2%;
    margin-left: 0;
  }
  .smooth-link ul li:nth-child(4) {
    margin-top: 2%;
  }

  .smooth-link ul li a {
    transition: initial;
  }
}




/* hub-list
---------------------------------------------------*/
body#office .smooth-link + .hub-list {
  margin-top: -23px;
  padding-top: 89px;
}
body#office .hub-list + .hub-list {
  margin-top: -30px;
  padding-top: 94px;
}

body#office .hub-content {
  display: flex;
  margin-top: 20px;
}

body#office .hub-content .map {
  width: 280px;
  height: 100%;
}
body#office .hub-content .map img {
  width: 100%;
  height: auto;
}

body#office .hub-content .overview {
  max-width: 380px;
  margin-left: 48px;
}

body#office .hub-content address {
  font-size: 1.6em;
  line-height: 1.6;
}

body#office .hub-content address + .route {
  margin-top: 20px;
}

body#office .hub-content .route li {
  font-size: 1.6em;
  line-height: 1.3;
}
body#office .hub-content .route li + li {
  margin-top:  8px;
}
body#office .hub-content .route li.mt20 {margin-top: 20px;}
body#office .hub-content .route li.mt14 {margin-top: 14px;}

body#office .hub-content .annotation {
  font-size: 1.4em;
  margin-top: 10px;
}

body#office .hub-content .googlemap-but {
  max-width: 226px;
  margin-top: 36px;
}

body#office .hub-content .googlemap-but a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px 30px;
  background: #20344B;
  opacity: 1;
  transition: 0.2s;
  box-sizing: border-box;
}
body#office .hub-content .googlemap-but a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  top: 0;
  left: 20px;
  background: url("/common/img/button_right_arrow.png")no-repeat center/7px 14px;
}
body#office .hub-content .googlemap-but a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  top: 0;
  right: 18px;
  background: url(/common/img/top_recruit_link_icon.png)no-repeat center/15px 11px;
}
body#office .hub-content .googlemap-but a:hover {
  opacity: 0.6;
}

@media only screen and (max-width:768px) {
  body#office .smooth-link + .hub-list {
    margin-top: -13px;
    padding-top: 79px;
  }

  body#office .hub-list + .hub-list {
    margin-top: -10px;
    padding-top: 74px;
  }

  body#office .hub-content {
    display: block;
  }

  body#office .hub-content .map {
    width: 100%;
    /* max-width: 280px; */
    margin: 20px auto;
  }

  body#office .hub-content .overview {
    max-width: 100%;
    margin: 20px 0 0;
  }

  body#office .hub-content address {
    font-size: 1.4em;
  }

  body#office .hub-content address a {
    color: #365796;
    cursor: pointer;
  }

  body#office .hub-content address + .route {
    margin-top: 16px;
  }
  body#office .hub-content .route.mt20 {margin-top: 16px;}
  body#office .hub-content .route.mt14 {margin-top: 10px;}

  body#office .hub-content .route li {
    font-size: 1.4em;
  }

  body#office .hub-content .googlemap-but {
    max-width: 311px;
    margin: 20px auto 0;
  }

  body#office .hub-content .googlemap-but a {
    transition: initial;
  }
  body#office .hub-content .googlemap-but a::before {
    left: 30px;
  }
  body#office .hub-content .googlemap-but a:hover {
    opacity: 1;
  }
}
