@charset "UTF-8";

/*============================
common
============================*/

.container {
  padding-bottom: 0;
}

.primary {
  float: none;
  width: 100%;
}

.primary article {
  padding: 80px 0;
}

h2 {
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  .primary article {
    padding: 40px 0;
  }

  h2 {
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }
}

/*============================
FV
============================*/
#top_img h1 {
  background: url(../images/home/top.jpg) no-repeat center;
  width: 100%;
  padding-top: 50%;
  height: 0;
  overflow: hidden;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#zoom {
  overflow: hidden;
  width: 100%;
  height: 650px;
}

/*IE対応用(ガクつき防止)*/

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  transform: scale(1.2, 1.2) rotate(0.1deg);
}

#catch {
  margin: auto;
  width: 980px;
  padding-top: 650px;
  height: 0;
  overflow: hidden;
  background: url(../images/home/catch.png) no-repeat left top;
  background-size: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}


@media only screen and (max-width: 768px) {
  #top_img {
    margin-top: 55px;
  }

  #zoom {
    overflow: hidden;
    width: 100%;
    height: 320px;
    min-height: auto;
  }

  #catch {
    width: 100%;
    padding-top: 66.4%;
    bottom: 0;
  }

  #catch h1 {
    font-size: 30px;
  }
}

/*============================
#strength
============================*/
#strength dl {
  counter-reset: no;
}

#strength dl dt {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  background-color: #e5eff5;
  color: #0c3872;
}

#strength dl dt::before {
  display: inline-block;
  text-align: center;
  counter-increment: no;
  content: counter(no, decimal-leading-zero);
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  background-color: #0c3872;
  padding: 0 8px;
  margin-right: 10px;
}

#strength dl dd {
  padding: 10px 0 30px;
}

@media only screen and (max-width: 768px) {
  #strength dl dt {
    font-size: 16px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  #strength dl dt::before {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 0 10px;
  }

  #strength dl dd {
    padding: 10px 0 30px;
  }
}

/*============================
#flow
============================*/
#flow {
  background-color: #E5EFF3;
}

#flow .photo,
#flow .flow-list {
  width: 49%;
}

#flow .photo img {
  width: 100%;
}

#flow .flow-list li {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  position: relative;
}

#flow .flow-list li:nth-child(n+2) {
  margin-top: 12px;
}

#flow .flow-list li:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #0c3872;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

@media only screen and (max-width: 768px) {

  #flow .photo,
  #flow .flow-list {
    width: 100%;
  }

  #flow .flow-list {
    margin-top: 10px;
  }
}

/*============================
#company
============================*/

#company .info {
  width: 100%;
}


@media only screen and (max-width: 768px) {}
