@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : seiko06.css
---------------------------------------------------------- */
/* header
---------------------------------------------------- */
header .hd_bt .menu-item:nth-child(1) {
  width: 107px;
}
header .hd_bt .menu-item:nth-child(2) {
  width: 121px;
}
header .hd_bt .menu-item:nth-child(3) {
  width: 133px;
}
header .hd_bt .menu-item:nth-child(4) {
  width: 122px;
}
header .hd_bt .menu-item:nth-child(5) {
  width: 123px;
}
@media screen and (max-width: 1000px) {
  header .hd_bt .menu-item:nth-child(1) {
    width: 8.9167vw;
  }
  header .hd_bt .menu-item:nth-child(2) {
    width: 10.0833vw;
  }
  header .hd_bt .menu-item:nth-child(3) {
    width: 11.0833vw;
  }
  header .hd_bt .menu-item:nth-child(4) {
    width: 10.1667vw;
  }
  header .hd_bt .menu-item:nth-child(5) {
    width: 10.25vw;
  }
}
@media screen and (max-width: 768px) {
  header .hd_bt .menu-item:nth-child(1) {
    width: 28.5333vw;
  }
  header .hd_bt .menu-item:nth-child(2) {
    width: 32.2667vw;
  }
  header .hd_bt .menu-item:nth-child(3) {
    width: 35.4667vw;
  }
  header .hd_bt .menu-item:nth-child(4) {
    width: 32.5333vw;
  }
  header .hd_bt .menu-item:nth-child(5) {
    width: 32.8vw;
  }
}

/* main ↓↓↓↓
---------------------------------------------------- */
.sec_titBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.seiko06 .num {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff; 
  line-height: 1;
  -webkit-text-stroke: 1px #007085;
  text-shadow: -1px 0 #007085, 0 1px #007085, 1px 0 #007085, 0 -1px #007085;
}
.sec_titBox .txt {
  font-size: 34px;
  font-weight: 400;
  color: #007085;
  line-height: 1.2;
  padding-left: 18px;
}

.seiko_item .years {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.seiko_item .name {
  font-weight: bold;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 5px;
}
.seiko_item .item_txt {
  text-align: left;
}
.main_tit {
  font-size: 54px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .seiko06 .num {
    font-size: 10vw;
  }
  .sec_titBox .txt {
    font-size: 3.4vw;
  }
  .main_tit {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_titBox {
    margin-bottom: 2.6667vw;
  }
  .seiko06 .num {
    font-size: 16vw;
    -webkit-text-stroke: 1px #007085;
    text-shadow: -1px 0 #007085, 0 1px #007085, 1px 0 #007085, 0 -1px #007085;
  }
  .sec_titBox .txt {
    font-size: 5.3333vw;
    font-weight: bold;
  }
  .main_tit {
    font-size: 9.6000vw;
    line-height: 1.2;
  }
}


.sec {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec::after {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sec05::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec {
    padding-top: 10.6667vw;
    padding-bottom: 10.6667vw;
  }
  .sec::after {
    width: 10.6667vw;
  }
}

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




/* sec01 --------------------------- */
.sec01 .main_tit {
  margin-bottom: 45px;
}
.sec01 .swiper {
  overflow: inherit;
  margin-top: 45px;
}
.sec01 .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec01 .swiper-button-prev:after, 
.sec01 .swiper-rtl .swiper-button-next:after,
.sec01 .swiper-button-next:after, 
.sec01 .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.sec01 .swiper-wrapper .swiper-slide {
  width: 320px;
}
.sec01 .swiper-wrapper .swiper-slide01,
.sec01 .swiper-wrapper .swiper-slide02,
.sec01 .swiper-wrapper .swiper-slide03 {
  margin-bottom: 40px;
}

.sec01 .swiper-wrapper .swiper-slide .titBox {
  background: #007085;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  position: relative;
  min-height: 95px;
  display: flex;
  justify-content: right;
  align-items: center;
}
.sec01 .swiper-wrapper .swiper-slide .num {
  position: absolute;
  left: 5px;
  top: -5px;
  line-height: 1;
}
.sec01 .swiper-wrapper .swiper-slide .item_tit {
  color: #ffffff;
  text-align: right;
}

.sec01 .swiper-wrapper .swiper-slide .item_box {
  border-bottom: 10px solid #007085;
}
.sec01 .swiper-wrapper .swiper-slide .img_box {
  margin: 15px auto 20px;
}
.sec01 .swiper-wrapper .swiper-slide01 .img_box {
  width: 236px;
}
.sec01 .swiper-wrapper .swiper-slide02 .img_box {
  width: 214px;
}
.sec01 .swiper-wrapper .swiper-slide03 .img_box {
  width: 223px;
}
.sec01 .swiper-wrapper .swiper-slide04 .img_box {
  width: 233px;
}
.sec01 .swiper-wrapper .swiper-slide05 .img_box {
  width: 260px;
}
.sec01 .swiper-wrapper .swiper-slide06 .img_box {
  width: 233px;
}

.sec01 .swiper-wrapper .swiper-slide .seiko_item {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec01 .swiper-wrapper .swiper-slide {
    width: 30vw;
  }
  .sec01 .swiper-wrapper .swiper-slide .titBox {
    padding-top: 2vw;
    padding-right: 2.5vw;
    padding-bottom: 2vw;
    min-height: 9.5vw;
  }
  .sec01 .swiper-wrapper .swiper-slide .img_box {
    margin: 1.5vw auto 2vw;
  }
  .sec01 .swiper-wrapper .swiper-slide01 .img_box {
    width: 23.6vw;
  }
  .sec01 .swiper-wrapper .swiper-slide02 .img_box {
    width: 21.4vw;
  }
  .sec01 .swiper-wrapper .swiper-slide03 .img_box {
    width: 22.3vw;
  }
  .sec01 .swiper-wrapper .swiper-slide04 .img_box {
    width: 23.3vw;
  }
  .sec01 .swiper-wrapper .swiper-slide05 .img_box {
    width: 26vw;
  }
  .sec01 .swiper-wrapper .swiper-slide06 .img_box {
    width: 23.3vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .main_tit {
    font-size: 8.6vw;
    letter-spacing: -0.05em;
    margin-bottom: 6.6667vw;
  }
  .sec01 .swiper {
    overflow: clip;
    margin-top: 5.3333vw;
  }
  .sec01 .mySwiper01 {
    margin-left: -3.3333vw;
    margin-right: -3.3333vw;
    position: relative;
  }
  .sec01 .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sec01 .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10.33vw;
  }
  .sec01 .swiper-wrapper .swiper-slide01,
  .sec01 .swiper-wrapper .swiper-slide02,
  .sec01 .swiper-wrapper .swiper-slide03 {
    margin-bottom: 0;
  }
  .sec01 .swiper-wrapper .swiper-slide .titBox {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3.3333vw;
    padding-right: 0;
    padding-bottom: 4vw;
    min-height: auto;
    display: block;
  }
  .sec01 .swiper-wrapper .swiper-slide .num {
    left: 0.6667vw;
    top: 2.6667vw;
  }
  .sec01 .swiper-wrapper .swiper-slide .item_tit {
    text-align: center;
    font-size: 4.5333vw;
  }
  .sec01 .swiper-wrapper .swiper-slide02 .item_tit,
  .sec01 .swiper-wrapper .swiper-slide06 .item_tit {
    text-align: right;
    padding-right: 2em;
  }

  
  .sec01 .swiper-wrapper .swiper-slide .item_box {
    border-bottom: 2vw solid #007085;
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec01 .swiper-wrapper .swiper-slide .box_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec01 .swiper-wrapper .swiper-slide .img_box {
    width: 46.6667vw;
    margin-top: 2vw;
    margin-bottom: 0;
    margin-left: 3.3333vw;
  }
  .sec01 .swiper-wrapper .swiper-slide01 .img_box .img {
    width: 46vw;
  }
  .sec01 .swiper-wrapper .swiper-slide02 .img_box .img {
    width: 41.7333vw;
  }
  .sec01 .swiper-wrapper .swiper-slide03 .img_box .img {
    width: 43.4667vw;
  }
  .sec01 .swiper-wrapper .swiper-slide04 .img_box .img {
    width: 45.3333vw;
  }
  .sec01 .swiper-wrapper .swiper-slide05 .img_box .img {
    width: 50.8vw;
  }
  .sec01 .swiper-wrapper .swiper-slide06 .img_box .img {
    width: 45.3333vw;
  }

  .sec01 .swiper-wrapper .swiper-slide .seiko_item {
    width: 43.3333vw;
    text-align: center;
    margin-right: 3.3333vw;
  }

  .sec01 .swiper-button-next, 
  .sec01 .swiper-button-prev {
    position: absolute;
    width: 4.9333vw;
    height: 5.8667vw;
    margin-top: 0;
    background: url("../img/seiko06/slider_arrow.png") no-repeat;
    background-size: cover;
  }
  .sec01 .swiper-button-next, 
  .sec01 .swiper-button-prev {
    top: 52vw;
  }
  .sec01 .swiper-button-next {
    right: 1.3333vw;
  }
  .sec01 .swiper-button-prev {
    left: 1.3333vw;
    transform: rotate(-180deg);
  }
  .sec01 .swiper-button-next:after, 
  .sec01 .swiper-button-prev:after {
    display: none;
  }
  .sec01 .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
    background: #ffffff;
    border: 1px solid #007085;
    opacity: 1;
  }
  .sec01 .swiper-pagination-bullet-active {
    background: #007085;
  }
  .sec01 .swiper-horizontal>.swiper-pagination-bullets, 
  .sec01 .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .sec01 .swiper-pagination-custom, 
  .sec01 .swiper-pagination-fraction {
    bottom: 0px;
  }

}


/* sec02 --------------------------- */
.sec02 .flex_box {
  margin-top: 50px;
}
.sec02 .flex_box,
.sec02 .flex_box01 .txt_box-pc {
  display: flex;
  justify-content: space-between;
}
.sec02 .flex_box01 .txt_box {
  position: relative;
  width: 480px;
}
.sec02 .flex_box01 .txt_box-pc {
  margin-top: 30px;
  align-items: flex-end;
}
.sec02 .flex_box01 .txt_box .illust {
  width: 218px;
  margin-left: 12px;
}
.sec02 .flex_box01 .txt_box-pc .sec_titBox {
  width: auto;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.sec02 .flex_box01 .seiko_item {
  text-align: right;
  margin-top: 15px;
}
.sec02 .flex_box01 .img_box {
  width: 480px;
}

.sec02 .flex_bt {
  position: relative;
}
.sec02 .flex_bt .sec_titBox {
  position: absolute;
  align-items: flex-start;
}
.sec02 .flex_bt .sec_titBox .num {
  margin-top: -15px;
}

.sec02 .flex_box02 .sec_titBox {
  top: -5px;
  left: 680px;
}
.sec02 .flex_box02 .img_box {
  width: 650px;
}
.sec02 .flex_box02 .seiko_item {
  width: 315px;
  padding-top: 140px;
}

.sec02 .flex_box03 {
  flex-direction: row-reverse;
}
.sec02 .flex_box03 .sec_titBox {
  top: 60px;
  left: 37px;
}
.sec02 .flex_box03 .img_box {
  width: 625px;
}
.sec02 .flex_box03 .seiko_item {
  width: 300px;
  padding-top: 290px;
  margin-left: 40px;
}

.sec02 .flex_box04 {
  justify-content: flex-start;
}
.sec02 .flex_box04 .sec_titBox {
  top: 10px;
  left: 457px;
}
.sec02 .flex_box04 .img_box {
  width: 500px;
  margin-left: 40px;
}
.sec02 .flex_box04 .seiko_item {
  width: 380px;
  padding-top: 150px;
  margin-left: 40px;
}

.sec02 .flex_box05 {
  flex-direction: row-reverse;
}
.sec02 .flex_box05 .sec_titBox {
  top: 55px;
  left: 37px;
}
.sec02 .flex_box05 .img_box {
  width: 500px;
  margin-right: 20px;
}
.sec02 .flex_box05 .seiko_item {
  width: 400px;
  padding-top: 160px;
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .sec02 .flex_box01 .txt_box {
    width: 45vw;
  }
  .sec02 .flex_box01 .txt_box .illust {
    width: 21.8vw;
    margin-left: 1.2vw;
  }
  .sec02 .flex_box01 .img_box {
    width: 45vw;
  }
  .sec02 .flex_box02 .sec_titBox {
    left: 65vw;
  }
  .sec02 .flex_box02 .img_box {
    width: 60vw;
  }
  .sec02 .flex_box02 .seiko_item {
    width: 31.5vw;
    padding-top: 14vw;
  }
  .sec02 .flex_box03 .sec_titBox {
    top: 4vw;
    left: 0vw;
  }
  .sec02 .flex_box03 .img_box {
    width: 62.5vw;
  }
  .sec02 .flex_box03 .seiko_item {
    width: 30vw;
    padding-top: 26.5vw;
    margin-left: 0vw;
  }
  .sec02 .flex_box04 .sec_titBox {
    top: 1vw;
    left: 45.7vw;
  }
  .sec02 .flex_box04 .img_box {
    width: 50vw;
    margin-left: 4vw;
  }
  .sec02 .flex_box04 .seiko_item {
    width: 38vw;
    padding-top: 15vw;
    margin-left: 4vw;
  }
  .sec02 .flex_box05 .sec_titBox {
    top: 5.5vw;
    left: 3.7vw;
  }
  .sec02 .flex_box05 .img_box {
    width: 46vw;
    margin-right: 2vw;
  }
  .sec02 .flex_box05 .seiko_item {
    width: 40vw;
    padding-top: 16vw;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex_box {
    margin-top: 29.3333vw;
    margin-top: 24vw;
  }
  .sec02 .flex_box01 {
    margin-top: 4vw;
  }
  .sec02 .flex_box {
    flex-direction: column;
  }
  .sec02 .flex_box01 .txt_box {
    width: 100%;
  }
  .sec02 .flex_box01 .txt_box-pc {
    margin-top: 0;
  }
  .sec02 .flex_box01 .txt_box .illust {
    width: 48vw;
    margin-left: 0;
  }
  .sec02 .flex_box01 .txt_box-pc .sec_titBox {
    width: auto;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
  .sec02 .flex_box01 .sec_titBox .txt {
    font-size: 6.4vw;
  }
  .sec02 .flex_box01 .seiko_item {
    text-align: left;
    margin-top: 0;
  }
  .sec02 .flex_box01 .img_box {
    width: 100%;
    margin-top: 5.3333vw;
    margin-bottom: 4vw;
  }

  .sec02 .flex_bt .sec_titBox .num {
    margin-top: -2vw;
  }

  .sec02 .flex_box02 .sec_titBox {
    top: -16vw;
    left: 0;
  }
  .sec02 .flex_box02 .img_box {
    width: 100%;
  }
  .sec02 .flex_box02 .seiko_item {
    width: 100%;
    padding-top: 4vw;
  }

  .sec02 .flex_box03 {
    flex-direction: column;
    margin-top: 40vw;
  }
  .sec02 .flex_box03 .sec_titBox {
    top: -30vw;
    left: 0;
  }
  .sec02 .flex_box03 .img_box {
    width: 100%;
  }
  .sec02 .flex_box03 .seiko_item {
    width: 100%;
    padding-top: 4vw;
    margin-left: 0;
  }

  .sec02 .flex_box04 {
    margin-top: 34vw;
  }
  .sec02 .flex_box04 .sec_titBox {
    top: -24vw;
    left: 0;
  }
  .sec02 .flex_box04 .img_box {
    width: 100%;
    margin-left: 0;
  }
  .sec02 .flex_box04 .seiko_item {
    width: 100%;
    padding-top: 4vw;
    margin-left: 0;
  }

  .sec02 .flex_box05 {
    flex-direction: column;
  }
  .sec02 .flex_box05 .sec_titBox {
    top: -16vw;
    left: 0;
  }
  .sec02 .flex_box05 .img_box {
    width: 100%;
    margin-right: 0;
  }
  .sec02 .flex_box05 .seiko_item {
    width: 100%;
    padding-top: 4vw;
    margin-left: 0;
  }
}


/* sec03 --------------------------- */
.sec03 .main_tit {
  margin-bottom: 40px;
}
.sec03 .main_tit span {
  display: block;
  font-size: 30px;
}
.sec03 .con_box {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
} 
.sec03 .flex_box {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}
.sec03 .flex_box.right_box {
  flex-direction: row-reverse;
}
.sec03 .flex_box .img_box {
  width: 400px;
  position: relative;
}
.sec03 .flex_box.left_box .img_box {
  margin-right: 40px;
}
.sec03 .flex_box.right_box .img_box {
  margin-left: 40px;
}
.sec03 .flex_box .img_box .num {
  position: absolute;
  top: -3px;
  left: 15px;
}
.sec03 .flex_box .logo_box {
  width: 360px;
  position: relative;
}
.sec03 .flex_box .logo_box .logo {
  position: absolute;
}
.sec03 .flex_box01 .logo_box .logo {
  width: 260px;
  top: -170px;
  left: 130px;
}
.sec03 .flex_box02 .logo_box .logo {
  width: 260px;
  top: -138px;
  left: -40px;
}
.sec03 .flex_box03 .logo_box .logo {
  width: 260px;
  top: -140px;
  left: 130px;
}
.sec03 .flex_box04 .logo_box .logo {
  width: 260px;
  top: -140px;
  left: -40px;
}
.sec03 .flex_box05 .logo_box .logo {
  width: 200px;
  top: -180px;
  left: 160px;
}
.sec03 .flex_box06 .logo_box .logo {
  width: 141px;
  top: -190px;
  left: 20px;
}

.sec03 .flex_box .seiko_item {
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .sec03 .main_tit span {
    font-size: 3vw;
  }
  .sec03 .flex_box .img_box {
    width: 40vw;
  }
  .sec03 .flex_box.left_box .img_box {
    margin-right: 4vw;
  }
  .sec03 .flex_box.right_box .img_box {
    margin-left: 4vw;
  }
  .sec03 .flex_box .img_box .num {
    left: 1.5vw;
  }
  .sec03 .flex_box .logo_box {
    width: 36vw;
  }
  .sec03 .flex_box01 .logo_box .logo {
    width: 26vw;
    top: -17vw;
    left: 13vw;
  }
  .sec03 .flex_box02 .logo_box .logo {
    width: 26vw;
    top: -13.8vw;
    left: -4vw;
  }
  .sec03 .flex_box03 .logo_box .logo {
    width: 26vw;
    top: -14vw;
    left: 13vw;
  }
  .sec03 .flex_box04 .logo_box .logo {
    width: 26vw;
    top: -14vw;
    left: -4vw;
  }
  .sec03 .flex_box05 .logo_box .logo {
    width: 20vw;
    top: -18vw;
    left: 16vw;
  }
  .sec03 .flex_box06 .logo_box .logo {
    width: 14.1vw;
    top: -19vw;
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .main_tit {
    margin-bottom: 10.6667vw;
    line-height: 1.3;
  }
  .sec03 .main_tit span {
    font-size: 6.4000vw;
    line-height: 1.2;
  }
  .sec03 .flex_box {
    flex-direction: column;
    margin-top: 10.6667vw;
  }
  .sec03 .flex_box.right_box {
    flex-direction: column;
  }
  .sec03 .flex_box .img_box {
    width: 100%;
  }
  .sec03 .flex_box.left_box .img_box {
    margin-right: 0;
  }
  .sec03 .flex_box.right_box .img_box {
    margin-left: 0;
  }
  .sec03 .flex_box .img_box .num {
    top: 0;
    left: 2vw;
  }
  .sec03 .flex_box .logo_box {
    width: 100%;
  }
  .sec03 .flex_box .logo_box .logo {
    position: static;
    margin-top: 7.3333vw;
    margin-bottom: 7.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec03 .flex_box01 .logo_box .logo {
    width: 60.9333vw;
  }
  .sec03 .flex_box02 .logo_box .logo {
    width: 60.6667vw;
  }
  .sec03 .flex_box03 .logo_box .logo {
    width: 60.6667vw;
  }
  .sec03 .flex_box04 .logo_box .logo {
    width: 60.6667vw;
  }
  .sec03 .flex_box05 .logo_box .logo {
    width: 46.8000vw;
  }
  .sec03 .flex_box06 .logo_box .logo {
    width: 32.8000vw;
  }
  .sec03 .flex_box .seiko_item {
    padding-bottom: 0;
  }
}


/* sec04 --------------------------- */
.sec04 {
  position: relative;
}
.sec04 .illust {
  position: absolute;
  top: 115px;
  left: 20px;
  width: 232px;
}
.sec04 .sec_titBox {
  justify-content: flex-start;
  margin-bottom: 15px;
  margin-left: 280px;
}
.sec04.inner .lead_txt {
  max-width: 680px;
  margin-left: 280px;
}

.sec04 .flex_box {
  display: flex;
  margin-top: 50px;
}
.sec04 .flex_slider-box .img_box {
  width: 430px;
  margin-right: 30px;
}
.sec04 .flex_slider-box .slider_box {
  width: 542px;
}
.sec04 .flex_slider-box .slider_box .seiko_item {
  width: 380px;
  margin-top: 20px;
}
.sec04 .flex_slider-box .swiper-slide {
  padding-top: 35px;
  padding-bottom: 50px;
}
.sec04 .flex_slider-box .slider_box .img {
  display: block;
  width: 420px;
  margin: 0 auto;
}


.sec04 .mySwiper02 {
  width: 100%;
  height: auto;
  position: relative;
}
.sec04 .swiper-button-next, 
.sec04 .swiper-button-prev {
  position: absolute;
  width: 37px;
  height: 44px;
  margin-top: 0;
  background: url("../img/seiko06/slider_arrow.png") no-repeat;
  background-size: cover;
}
.sec04 .swiper-button-next, 
.sec04 .swiper-button-prev {
  top: 145px;
}
.sec04 .swiper-button-next {
  right: 0;
}
.sec04 .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}
.sec04 .swiper-button-next:after, 
.sec04 .swiper-button-prev:after {
  display: none;
}
.sec04 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #007085;
  opacity: 1;
}
.sec04 .swiper-pagination-bullet-active {
  background: #007085;
}
.sec04 .swiper-horizontal>.swiper-pagination-bullets, .sec04 .swiper-pagination-bullets.swiper-pagination-horizontal, .sec04 .swiper-pagination-custom, .sec04 .swiper-pagination-fraction {
  bottom: 0px;
}


.sec04 .flex_nonSlider-box {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sec04 .flex_nonSlider-box .img_box {
  width: 430px;
}
.sec04 .flex_nonSlider-box .slider_box {
  width: 540px;
}
.sec04 .flex_nonSlider-box .seiko_item {
  width: 380px;
  margin: 20px 0 30px auto;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .sec04 .illust {
    top: 11.5vw;
    left: 2vw;
    width: 23.2vw;
  }
  .sec04 .sec_titBox {
    margin-bottom: 4.5vw;
    margin-left: 28vw;
  }
  .sec04.inner .lead_txt {
    max-width: 68vw;
    margin-left: 28vw;
  }
  .sec04 .flex_slider-box .img_box {
    width: 43vw;
    margin-right: 3vw;
  }
  .sec04 .flex_slider-box .slider_box {
    width: 54.2vw;
  }
  .sec04 .flex_slider-box .slider_box .seiko_item {
    width: 38vw;
    margin-top: 2vw;
  }
  .sec04 .flex_slider-box .swiper-slide {
    padding-top: 3.5vw;
    padding-bottom: 5vw;
  }
  .sec04 .flex_slider-box .slider_box .img {
    width: 42vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    width: 3.7vw;
    height: 4.4vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    top: 14.5vw;
  }
  .sec04 .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
  .sec04 .flex_nonSlider-box .img_box {
    width: 41vw;
  }
  .sec04 .flex_nonSlider-box .slider_box {
    width: 52vw;
  }
  .sec04 .flex_nonSlider-box .seiko_item {
    width: 38vw;
    margin: 2vw 0 3vw auto;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .illust {
    top: 10.6667vw;
    left: 22.6667vw;
    width: 71.6vw;
  }
  .sec04 .sec_titBox {
    margin-top: 13.3333vw;
    margin-bottom: 10vw;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec04 .sec_titBox .txt {
    padding-left: 0;
  }
  .sec04.inner .lead_txt {
    max-width: 100%;
    margin-left: 0;
  }

  .sec04 .flex_box {
    flex-direction: column;
    margin-top: 10.6667vw;
    margin-left: -1.3vw;
    margin-right: -1.3vw;
  }
  .sec04 .flex_slider-box .img_box {
    width: 93.3333vw;
    margin-right: auto;
    margin-left: auto;
  }

  .sec04 .flex_slider-box .slider_box {
    width: 100%;
  }
  .sec04 .flex_slider-box .slider_box .seiko_item {
    width: 93.3333vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4.6667vw;
  }
  .sec04 .flex_slider-box .swiper-slide {
    padding-top: 6vw;
    padding-bottom: 8.6667vw;
  }
  .sec04 .flex_slider-box .slider_box .img {
    width: 81.3333vw;
  }

  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    width: 4.9333vw;
    height: 5.8667vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    top: 27.3333vw;
  }
  .sec04 .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
  }

  .sec04 .flex_nonSlider-box {
    flex-direction: column;
  }
  .sec04 .flex_nonSlider-box .img_box {
    width: 93.3333vw;
    margin-right: auto;
    margin-left: auto;
  }
  .sec04 .flex_nonSlider-box .slider_box {
    width: 93.3333vw;
    margin-right: auto;
    margin-left: auto;
  }
  .sec04 .flex_nonSlider-box .seiko_item {
    width: 93.3333vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4.6667vw;
    margin-bottom: 5.3333vw;
    text-align: left;
  }

}


/* sec05 --------------------------- */
.sec05 .sec_titBox {
  justify-content: center;
  margin-bottom: 55px;
}

.sec05 .swiper {
  overflow: inherit;
  margin-top: 45px;
}
.sec05 .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.sec05 .swiper-button-prev:after, 
.sec05 .swiper-rtl .swiper-button-next:after,
.sec05 .swiper-button-next:after, 
.sec05 .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.sec05 .swiper-wrapper .swiper-slide {
  width: 320px;
}
.sec05 .swiper-wrapper .swiper-slide02 {
  margin-left: 20px;
  margin-right: 20px;
}
.sec05 .swiper-wrapper .swiper-slide04 {
  margin-right: 20px;
}
.sec05 .swiper-wrapper .swiper-slide04,
.sec05 .swiper-wrapper .swiper-slide05 {
  margin-top: 25px;
}

.sec05 .swiper-wrapper .swiper-slide .seiko_item {
  margin-top: 20px;
}
.sec05 .swiper-wrapper .swiper-slide01 .seiko_item,
.sec05 .swiper-wrapper .swiper-slide02 .seiko_item,
.sec05 .swiper-wrapper .swiper-slide03 .seiko_item {
  position: relative;
  padding-left: 65px;
}
.sec05 .swiper-wrapper .swiper-slide01 .seiko_item .icon,
.sec05 .swiper-wrapper .swiper-slide02 .seiko_item .icon,
.sec05 .swiper-wrapper .swiper-slide03 .seiko_item .icon {
  width: 50px;
  position: absolute;
  left: 0;
  top: -5px;
}
.sec05 .swiper-wrapper .swiper-slide04 .seiko_item,
.sec05 .swiper-wrapper .swiper-slide05 .seiko_item {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec05 .swiper-wrapper .swiper-slide {
    width: 30vw;
  }
  .sec05 .swiper-wrapper .swiper-slide02 {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .sec05 .swiper-wrapper .swiper-slide04 {
    margin-right: 2vw;
  }
  .sec05 .swiper-wrapper .swiper-slide01 .seiko_item,
  .sec05 .swiper-wrapper .swiper-slide02 .seiko_item,
  .sec05 .swiper-wrapper .swiper-slide03 .seiko_item {
    padding-left: 6.5vw;
  }
  .sec05 .swiper-wrapper .swiper-slide01 .seiko_item .icon,
  .sec05 .swiper-wrapper .swiper-slide02 .seiko_item .icon,
  .sec05 .swiper-wrapper .swiper-slide03 .seiko_item .icon {
    width: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .sec_titBox {
    margin-bottom: 6.6667vw;
  }
  .sec05 .swiper {
    overflow: clip;
    margin-top: 10.6667vw;
    padding-bottom: 10.6667vw;
  }
  .sec05 .mySwiper04 {
    margin-left: -3.3333vw;
    margin-right: -3.3333vw;
    position: relative;
  }
  .sec05 .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .sec05 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .sec05 .swiper-wrapper .swiper-slide02 {
    margin-left: 0;
    margin-right: 0;
  }
  .sec05 .swiper-wrapper .swiper-slide04 {
    margin-right: 0;
  }
  .sec05 .swiper-wrapper .swiper-slide04,
  .sec05 .swiper-wrapper .swiper-slide05 {
    margin-top: 0;
  }
  .sec05 .swiper-wrapper .swiper-slide .img_box {
    width: 81.3333vw;
    margin: 0 auto;
  }
  .sec05 .swiper-wrapper .swiper-slide .seiko_item {
    width: 81.3333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.6667vw;
  }
  .sec05 .swiper-wrapper .swiper-slide01 .seiko_item,
  .sec05 .swiper-wrapper .swiper-slide02 .seiko_item,
  .sec05 .swiper-wrapper .swiper-slide03 .seiko_item {
    padding-left: 12.6667vw;
  }
  .sec05 .swiper-wrapper .swiper-slide01 .seiko_item .icon,
  .sec05 .swiper-wrapper .swiper-slide02 .seiko_item .icon,
  .sec05 .swiper-wrapper .swiper-slide03 .seiko_item .icon {
    width: 10vw;
    left: 0;
  }

  .sec05 .swiper-button-next, 
  .sec05 .swiper-button-prev {
    position: absolute;
    width: 4.9333vw;
    height: 5.8667vw;
    margin-top: 0;
    background: url("../img/seiko06/slider_arrow.png") no-repeat;
    background-size: cover;
  }
  .sec05 .swiper-button-next, 
  .sec05 .swiper-button-prev {
    top: 21.3333vw;
  }
  .sec05 .swiper-button-next {
    right: 1.3333vw;
  }
  .sec05 .swiper-button-prev {
    left: 1.3333vw;
    transform: rotate(-180deg);
  }
  .sec05 .swiper-button-next:after, 
  .sec05 .swiper-button-prev:after {
    display: none;
  }
  .sec05 .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
    background: #ffffff;
    border: 1px solid #007085;
    opacity: 1;
  }
  .sec05 .swiper-pagination-bullet-active {
    background: #007085;
  }
  .sec05 .swiper-horizontal>.swiper-pagination-bullets, 
  .sec05 .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .sec05 .swiper-pagination-custom, 
  .sec05 .swiper-pagination-fraction {
    bottom: 0px;
  }
}


/* sec06 --------------------------- */
.sec06 {
  background: #d8e8ed;
  margin-bottom: 200px;
}
.sec06.sec::after {
  bottom: -100px;
}

.sec06 .item_tit span,
.sec06 .flex_box .sec06_pho,
.sec06 .flex_box .sec06_pho .img,
.sec06 .flex_box .sec06_pho p b,
.sec06 .flex_box .sec06_pho p b span {
  display: block;
}

.sec06 .sec_titBox {
  margin-bottom: 115px;
  justify-content: center;
}
.sec06 .item_tit span {
  font-size: 27px;
}
.sec06 .flex_box {
  display: flex;
  margin-bottom: 60px;
}
.sec06 .flex_box .con_box {
  width: 50%;
  min-height: 455px;
  display: flex;
  align-items: center;
}
.sec06 .flex_box .con_box::before {
  content: "";
  width: 455px;
  height: 455px;
  border-radius: 50%;
  background: #aed0d9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec06 .flex_box .sec06_pho {
  width: 210px;
}
.sec06 .flex_box .sec06_pho .img {
  width: 140px;
  margin: 0 auto;
}
.sec06 .flex_box .sec06_pho p {
  font-size: 12px;
  margin-top: 15px;
}
.sec06 .flex_box .sec06_pho p b {
  font-size: 14px;
  margin-bottom: 10px;
}
.sec06 .flex_box .sec06_pho p b span {
  font-size: 12px;
}

.sec06 .flex_box .txt_block {
  width: 230px;
  background-color: #f8f7f0;
  box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.sec06 .flex_box .left_box .txt_block {
  transform: rotate(-5deg);
  margin-left: 10px;
}
.sec06 .flex_box .right_box .txt_block {
  transform: rotate(5deg);
  margin-left: 30px;
}

.sec06 .flex_box .txt_block::before,
.sec06 .flex_box .txt_block::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/seiko06/sec06_deco02.png);
  background-size: 5px;
  position: absolute;
}
.sec06 .flex_box .txt_block::before {
  top: -2px;
  left: 0;
}
.sec06 .flex_box .txt_block::after {
  bottom: -2px;
  left: 0;
  transform: rotate(-180deg);
}
.sec06 .flex_box .txt_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec06 .flex_box .txt_box::before,
.sec06 .flex_box .txt_box::after {
  content: "";
  width: 2px;
  height: 100%;
  background: url(../img/seiko06/sec06_deco01.png);
  position: absolute;
}
.sec06 .flex_box .txt_box::before {
  top: 0;
  left: -2px;
}
.sec06 .flex_box .txt_box::after {
  bottom: 0;
  right: -2px;
  transform: rotate(-180deg);
}

.sec06 .flex_box .txt_block .icon {
  width: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.sec06 .flex_box .left_box .txt_block .icon {
  transform: rotate(5deg) translateX(-50%);
}
.sec06 .flex_box .right_box .txt_block .icon {
  transform: rotate(-5deg) translateX(-50%);
}

.sec06 .flex_box .txt_block p {
  padding: 30px 20px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .sec06 .sec_titBox {
    margin-bottom: 11.5vw;
  }
  .sec06 .item_tit span {
    font-size: 2.7vw;
  }
  .sec06 .flex_box .con_box::before {
    width: 45.5vw;
    height: 45.5vw;
  }
  .sec06 .flex_box .sec06_pho {
    width: 21vw;
  }
  .sec06 .flex_box .sec06_pho .img {
    width: 14vw;
  }
  .sec06 .flex_box .txt_block {
    width: 23vw;
  }
  .sec06 .flex_box .left_box .txt_block {
    margin-left: 1vw;
  }
  .sec06 .flex_box .right_box .txt_block {
    margin-left: 3vw;
  }
  .sec06 .flex_box .txt_block .icon {
    width: 6vw;
    top: -3vw;
  }
  .sec06 .flex_box .txt_block p {
    padding: 3vw 2vw 2vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 21.3333vw;
  }
  .sec06.sec::after {
    bottom: -10.6667vw;
  }
  .sec06 .sec_titBox {
    margin-bottom: 13.3333vw;
    position: relative;
    flex-direction: column;
  }
  .sec06 .sec_titBox .num {
    position: absolute;
    top: -18vw;
    left: 0;
  }
  .sec06 .item_tit {
    width: 100%;
    padding-left: 0;
    font-size: 6.4vw;
  }
  .sec06 .item_tit span {
    font-size: 6.4vw;
    margin-bottom: 5px;
    padding-left: 30vw;
    line-height: 1;
  }
  .sec06 .flex_box {
    flex-direction: column;
    margin-bottom: 17.3333vw;
  }
  .sec06 .flex_box .con_box {
    width: 100%;
    min-height: auto;
    flex-direction: column-reverse;
  }
  .sec06 .flex_box .con_box::before {
    width: 93.3333vw;
    height: 93.3333vw;
    top: auto;
    bottom: 21.3333vw;
    transform: translate(-50%, 0%);
  }

  .sec06 .flex_box .con_box .sec06_pho {
    display: flex;
    align-items: center;
  }
  .sec06 .flex_box .right_box .sec06_pho {
    flex-direction: row-reverse;
  }
  .sec06 .flex_box .left_box {
    margin-bottom: 17.3333vw;
  }

  .sec06 .flex_box .sec06_pho {
    width: 100%;
  }
  .sec06 .flex_box .sec06_pho .img {
    width: 37.3333vw;
  }
  .sec06 .flex_box .sec06_pho p {
    font-size: 3.2vw;
    margin-top: 0;
  }
  .sec06 .flex_box .left_box .sec06_pho p {
    margin-left: 2vw;
  }
  .sec06 .flex_box .right_box .sec06_pho p {
    margin-right: 2vw;
  }
  .sec06 .flex_box .sec06_pho p b {
    font-size: 4vw;
    margin-bottom: 2.6667vw;
  }
  .sec06 .flex_box .sec06_pho p b span {
    font-size: 3.6vw;
  }


  .sec06 .flex_box .txt_block {
    width: 66.6667vw;
    margin-bottom: 9.3333vw;
  }
  .sec06 .flex_box .left_box .txt_block {
    transform: rotate(-5deg);
    margin-left: 0;
  }
  .sec06 .flex_box .right_box .txt_block {
    transform: rotate(5deg);
    margin-left: 0;
  }

  .sec06 .flex_box .txt_block .icon {
    width: 16vw;
    top: -8vw;
  }
  .sec06 .flex_box .txt_block p {
    padding: 10.6667vw 5.3333vw 5.3333vw;
    font-size: 3.6vw;
  }

}


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

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