.header {
  position: absolute;
}

header {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header .logo img.global-logo {
  display: none;
}
header .logo img.top-logo {
  display: block;
}
header .top-nav {
  display: none;
}
header .nav-trigger {
  background: none;
}
header .recruit a {
  color: #115ED9;
  background: none;
}
header .recruit a:hover {
  color: #FFEB00;
  background: none;
}
header .recruit i img.global-recruit {
  display: none;
}
header .recruit i img.top-recruit {
  display: inline-block;
}
header .top-nav {
  display: none;
}

#main-visual {
  position: relative;
  background: #F5F5F5;
  overflow: hidden;
}
#main-visual .image {
  position: relative;
  left: 0;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
  opacity: 1;
}
#main-visual .image.init {
  left: -10rem;
  opacity: 0;
}
#main-visual .image:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14%;
  background: #fff;
  z-index: 1;
}
#main-visual .image img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.outer-wrapper {
  overflow: hidden;
}

.wide-inner {
  width: 1500px;
  margin-left: -750px;
  position: relative;
  left: 50%;
}

.section {
  padding-top: 5em;
}
.section .title-head {
  font-weight: bold;
  position: absolute;
  z-index: 1;
}
.section .title-head span {
  display: block;
  line-height: 1;
}
.section .title-head span:first-child {
  font-size: 8rem;
  position: relative;
  margin-bottom: 4.5rem;
  color: #000;
}
.section .title-head span:first-child:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1rem;
  background: #FFEB00;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  z-index: -1;
}
.section .title-head span:last-child {
  color: #115ED9;
  font-size: 3.2rem;
}
.section .detail {
  position: absolute;
  bottom: 0;
}
.section .detail p {
  font-size: 1.6em;
  margin-bottom: 2.7rem;
  line-height: 1.8;
}
.section .detail a {
  font-size: 1.6rem;
  display: block;
  width: 16.4rem;
  height: 5.39rem;
  border: 0.1rem solid #115ED9;
  line-height: 5.49rem;
  background: #115ED9;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.section .detail a:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top-width: 0.2rem;
  border-right-width: 0.2rem;
  border-top-style: solid;
  border-right-style: solid;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section .detail a:hover {
  color: #115ED9;
  background: #fff;
}
.section .image-scale a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.section .image-scale img,
.section .image-scale picture {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  width: 100%;
}
.section .image-scale:hover img,
.section .image-scale:hover picture {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

#company-section .wide-inner {
  position: relative;
}
#company-section .title-head {
  width: 48.9rem;
  top: 45px;
  left: 278px;
}
#company-section .image {
  float: right;
}
#company-section .detail {
  left: 278px;
  width: 330px;
}

#message-section .inner {
  max-width: 1500px;
  margin: auto;
}
#message-section .box {
  width: 49.6%;
  float: left;
}
#message-section .box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#message-section .box a .image img,
#message-section .box a .image picture {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  width: 100%;
}
#message-section .box a:hover .image img,
#message-section .box a:hover .image picture {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}
#message-section .box a:hover .overlay p {
  color: #06A33E;
}
#message-section .box .overlay {
  position: absolute;
  bottom: -2.4rem;
  left: -0.54%;
  width: 100%;
}
#message-section .box .overlay span {
  color: #115ED9;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  bottom: -20px;
  left: 6.7%;
  z-index: 2;
}
#message-section .box .overlay span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1rem;
  background: #FFEB00;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
#message-section .box:nth-child(1) .overlay {
  left: 8.6%;
}
#message-section .box:nth-child(1) .overlay span {
  left: 6.7%;
}
#message-section .box:nth-child(1) .overlay p img {
  width: 76.75%;
}
#message-section .box:nth-child(2) {
  float: right;
}
#message-section .box:nth-child(2) .overlay p img {
  width: 93.95%;
}

#works-section .wide-inner {
  position: relative;
}
#works-section .title-head {
  width: 39rem;
  top: 57px;
  right: 357px;
  text-align: right;
}
#works-section .title-head span:nth-child(2) {
  text-align: left;
  position: relative;
  left: 100px;
}
#works-section .image {
  float: left;
}
#works-section .detail {
  right: 343px;
}
#works-section .detail p {
  margin-bottom: 4.3rem;
}

#member-section {
  overflow: hidden;
}
#member-section .wide-inner {
  padding-top: 13.5rem;
  padding-bottom: 13.7rem;
  background: url(../../img/page/index/pc/bg-member.png) no-repeat 50px 0;
}
#member-section .layout {
  position: relative;
}
#member-section .title-head {
  width: 37rem;
  top: 45px;
  left: 0;
}
#member-section .image {
  float: right;
}
#member-section .image li {
  float: left;
}
#member-section .image li:nth-child(n+2) {
  margin-left: 6px;
}
#member-section .image li a {
  position: relative;
  overflow: hidden;
  display: block;
}
#member-section .image li .member-photo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  width: 100%;
}
#member-section .image li .overlay {
  position: absolute;
  left: 0;
  bottom: -1px;
}
#member-section .image li:hover .member-photo {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}
#member-section .detail {
  left: 0;
  width: 31.4rem;
}
#member-section .detail p {
  margin-bottom: 5rem;
}

#bottom-links-section {
  padding-bottom: 15.4rem;
}
#bottom-links-section li {
  float: left;
  font-size: 0;
}
#bottom-links-section li:nth-child(-n+2) {
  margin-right: 12px;
}
#bottom-links-section li a {
  display: block;
  position: relative;
  overflow: hidden;
}
#bottom-links-section li a .link-photo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  width: 100%;
}
#bottom-links-section li a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bottom-links-section li a .overlay img {
  width: 100%;
  height: 100%;
}
#bottom-links-section li a:hover .link-photo {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.5;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  body {
    padding-top: 0;
  }

  .header {
    position: fixed;
  }
  .header .recruit a {
    color: #fff;
    background: #115ED9;
  }

  .wide-inner {
    width: auto;
    margin-left: 0;
    left: 0;
  }

  .section {
    padding-top: 5.5em;
  }
  .section .title-head {
    position: static;
    margin-bottom: 2rem;
  }
  .section .title-head span {
    padding-left: 1.5rem;
  }
  .section .title-head span:first-child {
    font-size: 7rem;
    margin-bottom: 1rem;
  }
  .section .title-head span:last-child {
    font-size: 3rem;
  }
  .section .image img {
    width: 100%;
  }
  .section .detail {
    position: static;
    bottom: 0;
  }
  .section .detail p {
    padding: 1.5rem 1.5rem 0;
    margin-bottom: 3rem;
    line-height: 1.8;
  }
  .section .detail a {
    width: auto;
    margin: 0 1.5rem;
  }
  .section .detail a:after {
    position: relative;
    top: -0.3rem;
    right: -1.2rem;
  }

  #company-section .layout {
    margin: 0;
  }
  #company-section .title-head {
    width: 34.391rem;
  }
  #company-section .image {
    float: none;
    margin-right: -1px;
  }
  #company-section .detail {
    width: auto;
  }

  #message-section .inner {
    max-width: none;
    margin: auto;
  }
  #message-section .box {
    width: auto;
    float: none;
  }
  #message-section .box .image img {
    margin-left: 0;
  }
  #message-section .box .overlay {
    bottom: -0.8rem;
    left: 0;
  }
  #message-section .box .overlay span {
    font-size: 1.4rem;
    bottom: -1.4rem;
  }
  #message-section .box .overlay span:after {
    bottom: 0.1rem;
    height: 0.8rem;
  }
  #message-section .box:nth-child(1) .overlay {
    left: 0;
  }
  #message-section .box:nth-child(1) .overlay p img {
    width: 84.743%;
    max-width: none;
  }
  #message-section .box:nth-child(2) {
    float: none;
    margin-top: 1.5rem;
  }
  #message-section .box:nth-child(2) .overlay p img {
    width: 107%;
    max-width: none;
  }

  #works-section .wide-inner {
    position: relative;
  }
  #works-section .title-head {
    width: 30.6rem;
    text-align: left;
  }
  #works-section .title-head span:nth-child(2) {
    position: static;
  }
  #works-section .image {
    float: none;
    margin: 0 -2rem;
  }
  #works-section .detail p {
    margin-bottom: 4.3rem;
  }

  #member-section {
    padding-top: 2.8rem;
  }
  #member-section .wide-inner {
    padding-top: 5.2rem;
    padding-bottom: 3.7em;
    background: url(../../img/page/index/sp/bg-member.png) no-repeat 0 0/contain;
  }
  #member-section .layout {
    margin: 0;
  }
  #member-section .title-head {
    width: 34.1rem;
    margin-bottom: 3.3rem;
  }
  #member-section .image {
    float: none;
  }
  #member-section .image li {
    width: 33%;
  }
  #member-section .image li:nth-child(n+2) {
    margin-left: 0.5%;
  }
  #member-section .overlay {
    width: 100%;
  }
  #member-section .detail {
    width: auto;
  }
  #member-section .detail p {
    margin-bottom: 3rem;
  }

  #bottom-links-section {
    padding-top: 2.6rem;
    padding-bottom: 6.8rem;
  }
  #bottom-links-section li {
    float: none;
  }
  #bottom-links-section li:nth-child(-n+2) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #bottom-links-section li img {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */