@charset "utf-8";

/************ fv ************/
#fv{
  width: 100%;
  padding-top: 100vh;
  background: url(../images/fv/background_pc@2x.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 1;
}

#fv svg,
#fv .fv-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#fv path,
#fv circle{
  display: none;
}

#fv .word-60{
  width: 100%;
  color: #363F4D;
  font-size: 6vw;
  line-height: 1.1;
  position: absolute;
  left: 4%;
  bottom: 15%;
}

#fv .content-link{
  position: absolute;
  left: 4.5%;
  bottom: 7.5%;
  font-size: 1.2em;
  animation: fade-in2 1s ease-out;
}

#fv .content-link a{
  color: #363F4D;
}

#fv .content-link a:hover{
  color: #989898;
}

#fv .content-link::after{
  background: #363F4D;
}

#fv .content-link a::after{
  background: #989898;
}

#fv .fv-bg{
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

#fv #fv-bg1-1,
#fv #fv-bg1-2{
  width: 2146px;
  background: url(../images/fv/bg_early_pc@2x.png) no-repeat left center;
  background-size: 100% auto;
  animation: slide1 80s linear infinite;
}

#fv #fv-bg1-2{
  animation: slide2 80s linear infinite;
}

#fv #fv-bg2-1,
#fv #fv-bg2-2{
  width: 967px;
  background: url(../images/fv/bg_slow_pc@2x.png) no-repeat left center;
  background-size: 100% auto;
  animation: slide1 160s linear infinite;
}

#fv #fv-bg2-2{
  animation: slide2 160s linear infinite;
}

@keyframes slide1{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide2{
  0%{
    transform: translate3d(100%, 0, 0);
  }
  100%{
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1367px) {

  #fv1920{
    display: block;
  }

  #fv1366{
    display: none;
  }

  #fv960{
    display: none;
  }

  #fv760{
    display: none;
  }

  #fv560{
    display: none;
  }

}

@media screen and (max-width: 1366px) {

  #fv1920{
    display: none;
  }

  #fv1366{
    display: block;
  }

  #fv960{
    display: none;
  }

  #fv760{
    display: none;
  }

  #fv560{
    display: none;
  }

}

@media screen and (max-width: 959px) {

  #fv1920{
    display: none;
  }

  #fv1366{
    display: none;
  }

  #fv960{
    display: block;
  }

  #fv760{
    display: none;
  }

  #fv560{
    display: none;
  }

  #fv .word-60{
    left: 40px;
    bottom: calc(1em + 40px);
  }

  #fv .content-link{
    left: 40px;
    bottom: 40px;
  }

  #fv #fv-bg1-1,
  #fv #fv-bg1-2{
    width: 1560px;
    background: url(../images/fv/bg_early_tb@2x.png) no-repeat left center;
    background-size: 100% auto;
  }

  #fv #fv-bg2-1,
  #fv #fv-bg2-2{
    width: 716px;
    background: url(../images/fv/bg_slow_tb@2x.png) no-repeat left center;
    background-size: 100% auto;
  }

}

@media screen and (max-width: 759px) {

  #fv960{
    display: none;
  }

  #fv760{
    display: block;
  }

  #fv560{
    display: none;
  }

  #fv .word-60{
    left: 27px;
    font-size: 8vw;
    line-height: 1.2;
  }

  #fv .content-link{
    left: 27px;
  }

  #fv #fv-bg1-1,
  #fv #fv-bg1-2{
    width: 1560px;
    background: url(../images/fv/bg_early_sp@2x.png) no-repeat left center;
    background-size: 100% auto;
  }

  #fv #fv-bg2-1,
  #fv #fv-bg2-2{
    width: 716px;
    background: url(../images/fv/bg_slow_sp@2x.png) no-repeat left center;
    background-size: 100% auto;
  }

}

@media screen and (max-width: 559px) {

  #fv{
    background: url(../images/fv/background_sp@2x.jpg) center no-repeat;
    background-size: cover;
  }

  #fv760{
    display: none;
  }

  #fv560{
    display: block;
  }

  #fv .word-60{
    font-size: 11vw;
    left: 23px;
    bottom: calc(1.2em + 16%);
  }

  #fv .content-link{
    left: 40px;
    bottom: 16%;
  }

}

/************ main ************/
#main{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  word-break: break-all;
}

/************ content-top ************/
.content-st{
  color: #9E8878;
  font-size: 1.8em;
  margin-bottom: 2em;
  font-family: 'EB Garamond', serif;
}

.content-st span{
  font-size: 0.5em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.content-text-box h3{
  font-family: 'YuMincho', 'Yu Mincho', serif;
}

.content-link{
  position: relative;
  display: inline-block;
  font-size: 0.95em;
}

.content-link::after{
  position: absolute;
  top: 0.5em;
  left: 6em;
  content: '';
  width: 86px;
  height: 1px;
  background: #FFF;
  transform: scale(0.1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.content-link:hover::after{
  transform: scale(1, 1);
}

.content-link a,
.content-link span{
  font-size: 1em;
  color: #989898;
  position: relative;
  display: inline-block;
  padding-right: 8.5em;
  transition: color 0.0s ease 0.1s;
}

.content-link a:hover{
  color: #FFF;
  text-decoration: none;
}

.content-link a::after,
.content-link span::after{
  position: absolute;
  top: 0.5em;
  left: 6em;
  content: '';
  width: 86px;
  height: 1px;
  background: #525252;
}

@media screen and (max-width: 959px) {

  .content-link{
    font-size: 15px;
  }

  .content-link a,
  .content-link span{
    font-size: 15px;
  }

  .content-link::after,
  .content-link a::after,
  .content-link span::after{
    top: 0.8rem;
    left: 10rem;
  }

}

@media screen and (max-width: 559px) {

  .content-link{
    font-size: 15px;

  }

  .content-link a,
  .content-link span{
    font-size: 15px;
  }

  .content-link::after,
  .content-link a::after,
  .content-link span::after{
    top: 0.9rem;
    left: 10.7rem;
  }

  .content-link:hover::after{
    transform: scale(1, 1.1);
  }

}

/************ top-about ************/
#top-about{
  color: #fff;
  width: 100%;
  padding-right: 43%;
  position: relative;
}

#back-about{
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  background: url(../images/about/about_pc@2x.jpg) no-repeat center right;
  background-size: cover;
}

#top-about h3{
  font-size: 1.6em;
  letter-spacing: 0.19em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

#top-about h3 span{
  display: block;
}

#top-about .content-st span{
  color: #777;
  font-size: 0.5em;
  margin-left: 2em;
}

#top-about .content-text-box{
  width: 100%;
  padding: 15% 22% 13%;
  background-color: #171E27;
  text-align: justify;
}

#top-about .content-text{
  font-size: 1em;
  line-height: 2.2em;
  margin-bottom: 4em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

@media screen and (max-width: 959px) {

  #top-about{
    padding: 0;
  }

  #top-about #back-about{
    position: relative;
    width: 100%;
    height: 50vw;
    background: url(../images/about/about_sp@2x.jpg) no-repeat center;
    background-size: cover;
  }

  #top-about .content-text-box{
    padding: 15% 8% 13%;
  }

  #top-about .sp-center{
    text-align: center;
  }

}

@media screen and (max-width: 559px) {

  #top-about .content-st {
    font-size: 30px;
  }
  #top-about .content-st span{
    font-size: 14px;
  }

  #top-about h3{
    font-size: 22px;/*1.6em*/
    letter-spacing: 0.19em;
    line-height: 40px;/*1.5em*/
    margin-bottom: 1.5em;
  }

  #top-about h3 span{
    display: block;
  }

  #top-about .content-text{
    font-size: 15px;
    line-height: 32px;
  }
}

/************ top-trust ************/
#top-trust{
  color: #171E27;
  width: 100%;
  text-align: center;
  padding: 10% 7% 6%;
  background: url(../images/common/back_texture1.png);
}

#top-trust .content-st{
  margin-bottom: 1.8em;
}

#top-trust .content-st span{
  color: #FFF;
  display: block;
  margin-top: 0.5em;
}

#top-trust .content-text{
  text-align: center;
}

#top-trust .content-text .break{
  display: block;
  line-height: 2em;
}

#list-trust,
#list-trust-word{
  display: flex;
  width: 80%;
  padding: 0;
  justify-content: center;
  margin: 0 auto;
}


#list-trust-word span{
  color: #363F4D;
  width: 20%;
  list-style-type: none;
  line-height: 1em;
  display: block;
  font-size: 20vw;
}

#list-trust-word span:last-child {
  margin-left: -3%;
}

#list-trust{
  margin-bottom: 5%;
}

#list-trust li{
  list-style-type: none;
  width: calc(100% / 5);
  margin: 0 0 2.5em;
  font-size: 1.2em;
  padding-top: 5em;
  position: relative;
}

#list-trust li:after{
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 0.5px);
  width: 1px;
  height: calc(100% - 4rem);
  background-image: linear-gradient(to bottom, #707070, #707070 1px, transparent 2px, transparent 3px);
  background-size: 1px 3px;
  background-repeat: repeat-y;
}

#list-trust li:last-child {
  margin: 0 0 2.5em;
  margin-left: -2%;
}

#list-trust li span{
  background: url(../images/common/back_texture1.png);
  padding: 10px 0 3px;
  position: relative;
  z-index: 1;
}

#list-trust li .border{
  display: inline-block;
  border-bottom: 1px solid #707070;
}

#list-trust li .word-small{
  display: block;
  padding-top: 7px;
  font-size: 0.7em;
  background-color: #AEB8C0;
}

#list-trust li .border span{
  padding: 0;
}

#top-trust .content-link a{
  color: #171E27;
}

#top-trust .content-link a:hover{
  color: #FFF;
}

@media screen and (max-width: 959px) {

  #top-trust{
    padding: 10% 8% 13%;
  }

}

@media screen and (max-width: 759px) {

  #top-trust{
    padding: 10% 0 10% 8%;
  }

  #top-trust .content-st,
  #top-trust .content-text,
  #top-trust .sp-center{
    padding-right: 8%;
  }

  #top-trust .content-st {
    margin-top: 5%;
    font-size: 2.5em;
  }

  #top-trust .content-text{
    text-align: left;
  }

  #top-trust .content-text .break{
    display: inline;
  }

  #sp-trust{
    display: block;
    overflow-x: scroll;
    padding-bottom: 8%;
    margin-bottom: 13%;
  }

  #list-trust-word{
    display: none;
  }

  #list-trust,
  #list-trust-word{
    width: 100%;
    display: table;
  }

  #list-trust-word span{
    font-size: 15em;
    width: 20%;
    text-align: center;
    display: table-cell;
    table-layout: fixed;
  }

  #list-trust{
    table-layout: fixed;
    padding-right: 8%;
  }

  #list-trust li{
    display: table-cell;
    padding-top: 3em;
  }

  #list-trust li:nth-child(1){
    width: 127px;
  }

  #list-trust li:nth-child(2){
    width: 135px;
  }

  #list-trust li:nth-child(3){
    width: 140px;
  }

  #list-trust li:nth-child(4){
    width: 88px;
  }

  #list-trust li:nth-child(5){
    width: 127px;
  }

  #top-trust .sp-center{
    text-align: center;
  }

}

@media screen and (max-width: 559px) {
  .content-st {
    font-size: 30px!important;
    line-height: 35px;
  }

  .content-st span {
    font-size: 14px;
    line-height: 32px;
  }

  #top-trust .content-text{
    font-size: 15px;
    line-height: 32px;
  }


  #list-trust li{
    font-size: 21px;/*1.2em*/
    line-height: 25px;
  }

  #list-trust li .word-small{
    font-size: 13px;/*0.7em*/
    line-height: 32px;
  }

}

/************ top-service ************/
#top-service{
  color: #fff;
  width: 100%;
  padding-left: 43%;
  position: relative;
}

#top-service .intro-service{
  position: relative;
}

#top-service .intro-service .content-link{
  position: absolute;
  right: 0;
  bottom: 0.2em;
}

#top-service .content-st{
  margin-top: 5%;
  font-size: 2em;
  margin-bottom: 1.5em;
}

#top-service .content-st span{
  color: #777;
  margin-left: 2em;
}

#top-service .content-text-box{
  width: 100%;
  padding: 15% 12.3% 13%;
  background-color: #171E27;
}

#top-service .content-text{
  font-size: 1em;
  line-height: 2.2em;
  margin-bottom: 6.5em;
}

#top-service .sp-center{
  text-align: center;
  display: none;
}

#top-service .list-service{
  margin-bottom: 7%;
}

#top-service .list-service li{
  list-style-type: none;
  width: 100%;
  margin-bottom: 4em;
  font-weight: normal;
  position: relative;
  pointer-events:auto;
}

#top-service .list-service li h3{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
}

#top-service .list-service li:last-child{
  margin-bottom: 0;
}

#top-service .list-service li a{
  color:#FFF;
  padding-bottom: 1.8em;
  position: relative;
  display: block;
  border-bottom: 1px solid #777777;
}

#top-service .list-service li::after{
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0.03, 1);
  transform-origin: left top;
  transition: transform .5s;
}

#top-service .list-service li a:hover{
  text-decoration: none;
}

#top-service .list-service li:hover span{
  color: #FFF;
}

#top-service .list-service li:hover::after{
  transform: scale(1, 1);
}

#top-service .list-service li h3{
  font-size: 1.05em;
}

#top-service .list-service li span{
  color: #989898;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.95em;
  transition: color 0.0s ease 0.1s;
}

#top-service .list-service li span:hover{
  cursor: pointer;
}

#top-service .switc-content{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
  display: none;
  z-index: 1;
  background-size: cover;
}

#top-service #back-service{
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
  z-index: 0;
  background: url(../images/service/service_pc@2x.jpg) no-repeat center left;
  background-size: cover;
}

#top-service .switc-box{
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 20% 0;
}

#top-service .switc-box div{
  display: table-cell;
  vertical-align: middle;
}

#top-service .switc-box .switc-st{
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.8em;
  line-height: 1.6em;
}

#top-service .switc-box .switc-text{
  line-height: 2.2em;
}

#switc-consulting{
  background: url(../images/service/consulting_pc@2x.jpg) no-repeat center left;
}

#switc-management{
  background: url(../images/service/management_pc@2x.jpg) no-repeat center left;
}

#switc-partner{
  background: url(../images/service/business_partner_pc@2x.jpg) no-repeat center left;
}

#switc-integration{
  background: url(../images/service/integration_pc@2x.jpg) no-repeat center left;
}

@media screen and (max-width: 959px) {

  #top-service{
    padding-left: 0;
  }

  #top-service .content-text-box{
    padding: 10% 7% 13%;
  }

  #top-service .switc-content{
    display: none !important;
  }

  #top-service #back-service{
    position: relative;
    width: 100%;
    height: 50vw;
    background: url(../images/service/service_sp@2x.jpg) no-repeat center;
    background-size: cover;
  }

  #top-service .intro-service{
    position: relative;
  }

  #top-service .intro-service .content-link{
    display: none;
  }

  #top-service .content-st{
    text-align: center;
    font-size: 2.5em;
    line-height: 1;
  }

  #top-service .content-st span{
    display: block;
    margin: 0.5em 0 0 0;
  }

  #top-service .content-text{
    margin-bottom: 5.5em;
  }

  #top-service .list-service{
    margin-bottom: 14%;
  }

  #top-service .sp-center{
    display: block;
  }

}

@media screen and (max-width: 559px) {
  #top-service .content-text{
    font-size: 15px;
    line-height: 32px;
  }
  #top-service .list-service li h3{
    font-size: 17px;
  }
}

/************ top-recruit ************/
#top-recruit{
  background-image: url(../images/common/back_texture2.png);
  padding: 14% 0;
}

#top-recruit .content-st{
  margin-bottom: 1.6em;
}

#top-recruit .content-st span{
  color: #777;
  display: block;
  margin-top: 0.5em;
}

#top-recruit .content-text-box{
  width: auto;
  padding-top: 9%;
  padding-bottom: 9%;
  display: block;
  color:  #171E27;
}

#top-recruit .content-text-box:hover{
  text-decoration: none;
}

#top-recruit .right-recruit{
  margin-left: 17%;
  margin-bottom: 7%;
  padding-left: 7.3%;
  padding-right: 40%;
  background: url(../images/recruit/recruit_pc@2x.jpg) no-repeat center right 15% #FFF;
  background-size: 27% auto;
}

#top-recruit .left-recruit{
  margin-right: 17%;
  padding-right: 7.3%;
  padding-left: 40%;
  background: url(../images/recruit/partner_pc@2x.jpg) no-repeat center left 15% #FFF;
  background-size: 27% auto;
}

#top-recruit h3{
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 3px;
  margin-bottom: 1.4em;
}

#top-recruit .content-text{
  font-size: 0.95em;
  margin-bottom: 16%;
  line-height: 1.8em;
}

#top-recruit .content-text-box .content-link::after{
  background: #171E27;
}

#top-recruit .content-text-box:hover .content-link::after{
  transform: scale(1, 1);
}

#top-recruit .content-text-box:hover .content-link span{
  color: #171E27;
}

#top-recruit .content-text-box .content-link span::after{
  background: #D5D5D5;
}

@media screen and (max-width: 959px) {

  #top-recruit .right-recruit{
    background-size: auto 60%;
  }

  #top-recruit .left-recruit{
    background-size: auto 60%;
  }

}

@media screen and (max-width: 759px) {

  #top-recruit .content-text-box{
    padding-top: calc(53% + 8em);
    position: relative;
  }

  #top-recruit .right-recruit .content-st{
    position: absolute;
    top: 6%;
    left: 12%;
  }

  #top-recruit .left-recruit .content-st{
    position: absolute;
    top: 6%;
    left: 8%;
  }

  #top-recruit .right-recruit{
    margin-left: 8%;
    margin-bottom: 8%;
    padding-left: 12%;
    padding-right: 8%;
    background: url(../images/recruit/recruit_sp@2x.jpg) no-repeat top 8em right 38% #FFF;
    background-size: 80% auto;
  }

  #top-recruit .left-recruit{
    margin-right: 8%;
    padding-left: 8%;
    padding-right: 12%;
    background: url(../images/recruit/partner_sp@2x.jpg) no-repeat top 8em left 42% #FFF;
    background-size: 80% auto;
  }

  #top-recruit h3{
    font-size: 1.6em;
    line-height: 1.8em;
  }

  #top-recruit h3 span{
    display: block;
  }

  #top-recruit .content-text-box .content-link{
    margin-left: calc(50% - 10.5rem);
    display: block;
  }

}

@media screen and (max-width: 559px) {
  #top-recruit .right-recruit{
    background-position: left 60% top 28%;
  }
  #top-recruit .right-recruit .content-link{
    padding-left: 0;
  }

  #top-recruit .left-recruit{
    background-position: right 60% top 28%;
  }
  #top-recruit .left-recruit .content-link{
    padding-left: 0;
  }

  #top-recruit .content-st{
    margin-bottom: 0;/*1.6em*/
    font-size: 30px;
    line-height: 35px;
  }

  #top-recruit .content-st span{
    font-size: 14px;
    line-height: 32px;
    margin-top: 0;/*0.5em*/
  }

  #top-recruit h3 {
    margin-top: 5%;
    font-size: 22px;
    line-height: 40px;
  }

  #top-recruit .content-text {
    font-size: 15px;
    line-height: 32px;
  }
}

/************ top-topics ************/
#top-topics{
  background: url(../images/common/back_texture2.png);
  padding-right: 7%;
  padding-bottom: 6%;
}

#top-topics .topics-box{
  width: 77%;
  margin-left: 23%;
}

#top-topics .topics-left{
  width: 17%;
}

#top-topics .topics-right{
  width: 83%;
}

#top-topics .content-st span{
  color: #777;
  display: block;
  margin-top: 1em;
}

#top-topics .list-topcs{
  border-top: 1px solid #FFF;
  padding: 0;
  margin-bottom: 8%;
}

#top-topics .list-topcs li{
  list-style: none;
  font-size: 1em;
  border-bottom: 1px solid #FFF;
}

#top-topics .list-topcs li a{
  color: #171E27;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2.6em 0;
}

#top-topics .list-topcs li a:hover{
  opacity:.8;
}

#top-topics .list-topcs li a span{
  color: #9E8878;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  display: block;
}

#top-topics .content-link a{
  color: #171E27;
}

#top-topics .content-link a:hover{
  color: #989898;
}

@media screen and (max-width: 959px) {

  #top-topics{
    padding-left:8%;
    padding-right: 8%;
    padding-bottom: 13%;
    width: 100%;
  }

  #top-topics .flex-box{
    display: block;
    width: 100%;
    margin: 0;
  }

  #top-topics .topics-left{
    text-align: center;
    width: 100%;
  }

  #top-topics .topics-right{
    width: 100%;
  }

  #top-topics .list-topcs{
    margin-bottom: 13%;
  }

  #top-topics .text-right{
    text-align: center;
  }

}

@media screen and (max-width: 559px) {
  #top-topics .topics-left .content-st{
    font-size: 30px;
  }

  #top-topics .list-topcs li {
    font-size: 14px;
    line-height: 24px;
  }
  #top-topics .list-topcs li .eb {
    font-size: 15px;
    line-height: 18px;
  }

}
