@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : seiko07.css
---------------------------------------------------------- */
/* main ↓↓↓↓
---------------------------------------------------- */
/* sec01 --------------------------- */
.sec01 {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 100px;
}
.sec01::after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sec01 .sec_titBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.sec01 .sec_titBox .num {
  font-size: 120px;
  font-weight: 600;
  color: #ffffff; 
  line-height: 1;
  letter-spacing: -0.09em;
  -webkit-text-stroke: 1px #e86829;
  text-shadow: -1px 0 #e86829, 0 1px #e86829, 1px 0 #e86829, 0 -1px #e86829;
}
.sec01 .sec_titBox .txt {
  font-size: 54px;
  font-weight: 400;
  color: #e86829;
  line-height: 1.2;
  padding-left: 25px;
}

.sec01 .flex_box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sec01 .img_box {
  width: 500px;
  margin-right: 40px;
}
.sec01 .txt_box {
  width: 420px;
}
.sec01 .txt_box .txt_tit {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.sec01 .lead_txt {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.sec01 figure.ceo_photo {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.sec01 figure.ceo_photo img {
  display: block;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.sec01 figure.ceo_photo figcaption {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.sec01 figure.ceo_photo figcaption b {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.3em;
}
.sec01 figure.ceo_photo figcaption span {
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .sec01 .sec_titBox .num {
    font-size: 12vw;
  }
  .sec01 .sec_titBox .txt {
    font-size: 5.4vw;
  }
  .sec01 .img_box {
    width: 50vw;
    margin-right: 4vw;
  }
  .sec01 .txt_box {
    width: 42vw;
  }
  .sec01 .txt_box .txt_tit {
    font-size: 3.4vw;
  }
  .sec01 figure.ceo_photo img {
    width: 31vw;
  }
  .sec01 figure.ceo_photo figcaption {
    padding-top: 1vw;
    font-size: 1.4vw;
  }
  .sec01 figure.ceo_photo figcaption b {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 21.3333vw;
    padding-bottom: 10.6667vw;
    margin-bottom: 10.6667vw;
  }
  .sec::after {
    width: 10.6667vw;
  }
  .sec01 .sec_titBox {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8vw;
  }
  .sec01 .sec_titBox .num {
    font-size: 24vw;
  }
  .sec01 .sec_titBox .txt {
    font-size: 9.6vw;
    padding-left: 0;
    text-align: center;
  }

  .sec01 .flex_box {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .sec01 .img_box {
    width: 100%;
    margin-right: 0;
  }
  .sec01 .txt_box {
    width: 100%;
  }
  .sec01 .txt_box .txt_tit {
    font-size: 6.4000vw;
    margin-bottom: 7.3333vw;
    margin-top: 7.3333vw;
  }

  .sec01 figure.ceo_photo {
    margin-top: 10.6667vw;
  }
  .sec01 figure.ceo_photo img {
    width: 69.3333vw;
  }
  .sec01 figure.ceo_photo figcaption {
    padding-top: 2vw;
    font-size: 3.2000vw;
  }
  .sec01 figure.ceo_photo figcaption b {
    font-size: 4.2667vw;
  }
}


/* Breadcrumb
---------------------------------------------------- */
.breadcrumb ul li.left a {
  color: #007085;
}
.breadcrumb ul li.left a::after {
  background:#007085;
}
.breadcrumb ul li.right a {
  color: #e86829;
}
.breadcrumb ul li.right a::after {
  background: #e86829;
}

/*---------------------------------------------
              Style Sheet E N D
---------------------------------------------*/  