@charset "utf-8";

/*
  File Name   : top.css
*/


/* PC Layout ******************************************************************************************* */

/* block-kv
============================================================ */
#block-kv li {
  height: calc(100vh - 100px);
  background: no-repeat 50% 0;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 30vh;
}

#block-kv li h2 {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #002e8c;
  margin-bottom: 30px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#block-kv li h2 span {
  font-size: 28px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#block-kv li h2 strong {
  font-size: 70px;
  margin: 5px 0;
  display: block;
  letter-spacing: 0.1em;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#block-kv li section p{
  color: #fff;
  text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}
#block-kv li.block-kv__no1 p {
  color: #fff;
  padding: 10px 0;
}
#block-kv li section .font-arial{
  color: #fff;
  text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
}
#block-kv li.block-kv__no1 section .font-arial{
  margin-top: 0;
  padding-top: 0;
}



#block-kv .block-kv__no1 {
  background-image: url(/assets/img/top/kv-img1.jpg);
}

#block-kv .block-kv__no2 {
  background-image: url(/assets/img/top/kv-img2.jpg);
}

#block-kv .block-kv__no3 {
  background-image: url(/assets/img/top/kv-img3.jpg);
}



#block-kv .bx-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#block-kv .bx-pager {
  position: absolute;
  bottom: calc(50vh - 100px);
  right: 35px;
  width: 20px;
}

#block-kv .bx-pager a {
  border-radius: 0;
  background: #cecece;
  margin-top: -50%;
}

#block-kv .bx-pager a:hover,
#block-kv .bx-pager a.active {
    background: #2885b7;
}

#block-kv .bx-controls-direction {
  position: absolute;
  right: 0;
  bottom: 0;
}
#block-kv .bx-controls-direction a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid;
  position: relative;
  color: #999;
  left: 0;
  right: 0;
  margin-left: -1px;
  background: #fff;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
  z-index: 100;
}
#block-kv .bx-controls-direction a:hover {
  background: #eee;
}
#block-kv .bx-controls-direction a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 4px solid;
    border-right: 4px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* [DIA] IE9用 */
    transform: rotate(45deg);

}
#block-kv .bx-controls-direction a.bx-prev:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); /* [DIA] IE9用 */
    transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  #block-kv {
  }

  #block-kv li {
    height: calc(100vh - 50px);
    padding: 0 10px;
    padding-top: 25vh;
  }

  #block-kv li h2 {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  #block-kv li h2 span {
    font-size: 13px;
    line-height: 1;
  }

  #block-kv li h2 strong {
    font-size: 33px;
    line-height: 1;
  }

  #block-kv .block-kv__no1 {
    background-image: url(/assets/img/top/kv-img1.jpg);
  }

  #block-kv .bx-controls {
    display: none;
  }

}

/* project1
============================================================ */
.block-project1 ul {
  display: flex;
}

.block-project1 li {
  width: 33.33%;
  position: relative;
}

.block-project1 li:nth-child(odd) {
  background: #f4f4f4;
}


.block-project1 li h2 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  padding-left: 80px;
  top: 30px;
  left: 25px;
  z-index: 2;
}

.block-project1 li h2 span {
  font-size: 95px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -5px;
  opacity: .5;
}

.block-project1 li h2 strong {
  font-size: 55px;
  font-weight: 400;
  display: block;
}

.block-project1 li:nth-child(1) h2 span,
.block-project1 li:nth-child(1) h2 strong {
  color: #fefd8c;
}

.block-project1 li:nth-child(2) h2 span,
.block-project1 li:nth-child(2) h2 strong {
  color: #8dfbff;
}

.block-project1 li:nth-child(3) h2 span,
.block-project1 li:nth-child(3) h2 strong {
  color: #fe7575;
}

.block-project1 li figure {
  margin: auto;
  position: relative;
}

.block-project1 li a figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}

.block-project1 li a:hover figure:before {
  background: rgba(0,0,0,.5);
}

.block-project1 li figure img {
  width: 100%;
}

.block-project1 li p {
  width: 100%;
  padding: 15px 60px;
}

@media screen and (max-width: 767px) {

  /* project1
  ============================================================ */
  .block-project1 ul {
    display: block;
  }

  .block-project1 li {
    width: auto;
  }

  .block-project1 li figure {
    height: 155px;
    overflow: hidden;
  }

  .block-project1 li h2 {
    font-size: 12px;
    padding-left: 50px;
    top: 18px;
    left: 10px;
  }

  .block-project1 li h2 span {
    font-size: 58px;
  }





  .block-project1 li h2 strong {
    font-size: 33px;
  }

  .block-project1 li p {
    padding: 12px 10px 17px;
  }
}

/* project2
============================================================ */

.block-project2 ul {
  text-align: center;
}

.block-project2 li {
  width: 960px;
  position: relative;
  text-align: left;
}

.block-project2 li h2 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  padding-left: 80px;
  top: 30px;
  left: 25px;
}

.block-project2 li h2 span {
  font-size: 80px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -5px;
  opacity: .5;
}

.block-project2 li h2 strong {
  font-size: 55px;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}

.block-project2 li:nth-child(1) h2 strong {
  font-size: 35px;
}

.block-project2 li figure {
  margin: auto;
  position: relative;
  z-index: -1;
  height: 150px;
  overflow: hidden;
  background: #b7c0bc;
}
.block-project2 li:nth-child(1) figure {
  background: #d0cdc8;
}



.block-project2 li a figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
  z-index: 5;
}

.block-project2 li a:hover figure:before {
  background: rgba(0,0,0,.2);
}

.block-project2 li figure img {
  height: 100%;
  position: absolute;
  right: 0;
  max-width: none;
}

.block-project2 li p {
  padding: 15px 30px;
}

.block-project2 li p {
    padding: 15px 0;
}

@media screen and (max-width: 767px) {

  /* project2
  ============================================================ */
  .block-project2 ul {
    display: block;
  }

  .block-project2 li {
    width: 100%;
    margin-top: 0;
  }

  .block-project2 li figure {
    height: 100px;
    overflow: hidden;
  }

  .block-project2 li figure img {
    height: auto;
    height: auto;
    max-width: none;
    width: auto;
    max-height: 100%;
  }

  .block-project2 li p {
    padding: 15px 30px;
  }

  .block-project2 li h2 {
    font-size: 12px;
    padding-left: 50px;
    top: 18px;
    left: 10px;
  }

  .block-project2 li h2 span {
    font-size: 46px;
  }

  .block-project2 li h2 strong {
    font-size: 23px;
    padding-top: 0;
  }

  .block-project2 li:nth-child(1) h2 strong {
    font-size: 20px;
  }

  .block-project2 li p {
    padding: 12px 10px 17px;
  }
}


/* block-products
============================================================ */
.block-products {
  padding: 100px 0 350px;
  background: url(../img/top/products-img.jpg) no-repeat center 70%;
  background-size: 100% auto;
  max-width: 1222px;
  margin: auto;
}

.block-products h2 {
  color: #2b8cbc;
  text-align: center;
}

.block-products  .block-project__button {
  margin-top: 25px;
}

.block-products .btn-01 {
  padding: 0 15px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .block-products {
    padding: 35px 0 50px;
    background: url(../img/top/products-img.jpg) no-repeat center 64%;
    background-size: 300px auto;
  }

  .block-products  .block-project__button {
    margin-top: 80px;
  }

}


/* block-recruit
============================================================ */
.block-recruit {
  padding: 60px 0;
  background: url(../img/top/recruit-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.block-recruit .inner {
  padding-left: 480px;
  min-height: 370px;
}

.block-recruit .block-recruit__catch {
  text-decoration: underline;
  margin-bottom: 15px;
}

.block-recruit .block-recruit__catch span {
  color: #f7ff75;
  font-size: 29px;
}

.block-recruit .font-arial {
  color: #45577b;
}

.block-recruit .block-project__button{
  position: absolute;
  bottom: 0;
}

.block-recruit .block-project__button a {
  color: #fff;
}

.block-recruit figure {
  position: absolute;
  left: 0;
  top: -50px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .block-recruit {
    padding: 30px 0 40px;
  }

  .block-recruit .inner {
    padding-left: 10px;
    min-height: auto;
  }

  .block-recruit h2 {
    text-align: center;
  }

  .block-recruit .block-recruit__catch {
    text-align: center;
  }

  .block-recruit .block-recruit__catch span {
    font-size: 15px;
  }

  .block-recruit .block-project__button{
    position: static;
    margin-top: 15px;
  }

  .block-recruit .block-project__button a {
    color: #fff;
  }

  .block-recruit figure {
    position: static;
    text-align: center;
    margin-bottom: 15px;
  }
  .block-recruit figure img {
    width: 170px;
  }
}

/* block-info
============================================================ */
.block-info {
  padding: 70px 0 110px;
  position: relative;
}

.block-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfbfb;
}

.block-info .inner {
  display: flex;
}

.block-info h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.block-info li {
  /*margin-bottom: 20px;*/
  overflow: hidden;

  border:1px solid #eeeeee;
  padding: 20px;
  /*border-bottom: none;*/
}

.block-info li:last-child {
  margin-bottom: 0;
}

.block-info li dt {
  color: #999;
}

.block-info .block-info__menu {
  position: absolute;
  right: 0;
  top: 10px;
}

.block-info .block-info__new {
  width: 100%;
  position: relative;
  vertical-align: top;
  margin-right: 0;
}

.block-info .block-info__new h2 {
  color: #002e8c;
  border-color: #dedede;
}
/*///////////////////////////////////////////////////////*/
.block-info .block-info__new li:hover{
  border:1px solid #333333;
  background: #fcfcfc;
}
.block-info .block-info__new li:last-child:hover{
  border-bottom:1px solid #333333;
}
/*///////////////////////////////////////////////////////*/

.block-info .block-info__new li figure {
  float: left;
  margin: auto;
}

.block-info .block-info__new li dl {
  padding-left: 110px;
}

.block-info .block-info__new li dd span {
  display: block;
  color: #fff;
  width: 80px;
  line-height: 20px;
  text-align: center;
  background: #eee;
  border-radius: 10px;
  vertical-align: middle;
}

.block-info .block-info__new li dd span.event {
  background: #cb3500;
}

.block-info .block-info__new li dd span.recruit {
  background: #1ca492;
}

.block-info .block-info__new li dd span.company {
  background: #0068b7;
}

.block-info .block-info__ir {
  width: 430px;
  position: relative;
  vertical-align: top;
}

.block-info .block-info__ir li.over {
  border: 2px solid #333333;
}

.block-info .block-info__ir h2 {
  color: #2b8cbc;
}

.block-info .block-info__button {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.block-info .block-info__button a {
  width: auto;
}

@media screen and (max-width: 767px) {

  /* block-info
  ============================================================ */
  .block-info {
    padding: 0;
  }

  .block-info:before {
    display: none;
  }

  .block-info .inner {
    display: block;
  }

  .block-info h2 {
    text-align: center;
    padding-bottom: 0px;
    border-bottom: none;
  }

  .block-info ul {
    border-top: 1px solid #eee;
    margin: 0 -10px;
  }

  .block-info li {
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
  }

  .block-info li:last-child {
    margin-bottom: 0;
  }

  .block-info li dt {
    color: #999;
  }

  .block-info .block-info__menu {
    position: absolute;
    right: 10px;
    top: 36px;
  }

  .block-info .block-info__new {
    width: 100%;
    box-sizing: content-box;
    margin-right: 0;
    padding: 10px;
    margin: 0 -10px;
    padding: 30px 10px 0;
    background: #fcfbfb;
  }

  .block-info .block-info__new li figure {
    float: left;
    margin: auto;
    width: 65px;
  }

  .block-info .block-info__new li dl {
    padding-left: 75px;
  }

  .block-info .block-info__new li dd span {
    width: 60px;
    line-height: 15px;
  }

  .block-info .block-info__ir {
    width: 100%;
    box-sizing: content-box;
    margin-right: 0;
    padding: 10px;
    margin: 0 -10px;
    padding: 30px 10px;
  }
  .block-info .block-info__button {
    position: static;
    margin-top: 15px;
  }

  .block-info .block-info__button a {
    width: 140px;
  }

  .block-info .block-info__new h2 {
    padding: 0 30px;
  }

}

.block-project2 {
  width: 100%;
}

/* IE11 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .block-project1 li h2 span{
	width: 95px;
	height: 78px;
	font-size: 0;
  }
  *::-ms-backdrop, .block-project1 li:nth-child(1) h2 span{
    background: url(../img/top/top-no01.png) 15px 10px no-repeat;
  }
  *::-ms-backdrop, .block-project1 li:nth-child(2) h2 span{
    background: url(../img/top/top-no02.png) left 10px no-repeat;
  }
  *::-ms-backdrop, .block-project1 li:nth-child(3) h2 span{
    background: url(../img/top/top-no03.png) left 10px no-repeat;
  }


  *::-ms-backdrop, .block-project2 li h2 span{
	width: 57px;
	height: 78px;
	font-size: 0;
  }
  *::-ms-backdrop, .block-project2 li:nth-child(1) h2 span{
    background: url(../img/top/top-no04.png) right 10px no-repeat;
  }
  *::-ms-backdrop, .block-project2 li:nth-child(2) h2 span{
    background: url(../img/top/top-no05.png) right 10px no-repeat;
  }
}
/* IE11 */


@media screen and (max-width: 767px) {
.block-project1 li:nth-child(1) h2 span{
	background-position: 0 10px;
	background-size: 30px auto;

  }
.block-project1 li:nth-child(2) h2 span{
	  background-size: 35px auto;

  }
.block-project1 li:nth-child(3) h2 span{
	  background-size: 35px auto;
  }
 .block-project2 li:nth-child(1) h2 span{
	background-position: 0 5px;
    background-size: 35px auto;
  }
 .block-project2 li:nth-child(2) h2 span{
	background-position: 0 5px;
    background-size: 35px auto;
  }
}
/* IE11 */


/* Sub
============================================================ */





/* SP Layout ******************************************************************************************* */

/* Index
============================================================ */
@media screen and (min-width: 768px) {

}
/* End media screen */