@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : seiko05.css
---------------------------------------------------------- */
/* header
---------------------------------------------------- */
header .hd_bt .menu-item:nth-child(1) {
  width: 120px;
}
header .hd_bt .menu-item:nth-child(2) {
  width: 108px;
}
header .hd_bt .menu-item:nth-child(3) {
  width: 104px;
}
header .hd_bt .menu-item:nth-child(4) {
  width: 122px;
}
@media screen and (max-width: 1200px) {
  header .hd_bt .menu-item:nth-child(1) {
    width: 10vw;
  }
  header .hd_bt .menu-item:nth-child(2) {
    width: 9vw;
  }
  header .hd_bt .menu-item:nth-child(3) {
    width: 8.6667vw;
  }
  header .hd_bt .menu-item:nth-child(4) {
    width: 10.1667vw;
  }
}
@media screen and (max-width: 768px) {
  header .hd_bt .menu-item:nth-child(1) {
    width: 32vw;
  }
  header .hd_bt .menu-item:nth-child(2) {
    width: 28.8vw;
  }
  header .hd_bt .menu-item:nth-child(3) {
    width: 27.7333vw;
  }
  header .hd_bt .menu-item:nth-child(4) {
    width: 32.5333vw;
  }
}


/* main ↓↓↓↓
---------------------------------------------------- */
.sec_titBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.seiko05 .num {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff; 
  line-height: 1;
  -webkit-text-stroke: 1px #ae1323;
  text-shadow: -1px 0 #ae1323, 0 1px #ae1323, 1px 0 #ae1323, 0 -1px #ae1323;
}
.sec_titBox .txt {
  font-size: 34px;
  font-weight: 400;
  color: #ae1323;
  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.3;
}
@media screen and (max-width: 1000px) {
  .seiko05 .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;
  }
  .seiko05 .num {
    font-size: 16vw;
    -webkit-text-stroke: 1px #ae1323;
    text-shadow: -1px 0 #ae1323, 0 1px #ae1323, 1px 0 #ae1323, 0 -1px #ae1323;
  }
  .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%);
}
.sec04::after,
.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 .sec_titBox {
  justify-content: center;
}
.sec01 .sec_titBox .item_tit span {
  display: inline-block;
  padding: 0.1rem 0.5rem 0.3rem;
  background: #ae1323;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
}
.sec01 .inner1200 {
  position: relative;
}
.sec01 .inner1200 .img_box {
  position: relative;
  margin-top: 50px;
}
.sec01 .inner1200 .img_box .arrow {
  width: 168px;
  position: absolute;
  bottom: -14px;
  right: 325px;
}
.sec01 .inner1200 .img_box .icon {
  width: 62px;
  position: absolute;
  top: 60px;
  right: 315px;
}
.sec01 .inner1200 .txt_box {
  display: flex;
  width: 630px;
  margin: 20px 100px 0 auto;
}
.sec01 .inner1200 .txt_box .seiko_item {
  width: 290px;
  text-align: center;
}
.sec01 .inner1200 .txt_box .seiko_item + .seiko_item {
  margin-left: 50px;
}
.sec01 .inner1200 .simg_box {
  width: 300px;
  background: #000000;
  color: #ffffff;
  position: absolute;
  bottom: -15px;
  left: 100px;
}
.sec01 .inner1200 .simg_box p {
  width: 260px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .sec01 .inner1200 .img_box .icon {
    width: 5.1667vw;
    top: 5vw;
    right: 26.2500vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec01 .sec_titBox .item_tit span {
    font-size: 3vw;
  }
  .sec01 .inner1200 .img_box .arrow {
    width: 16.8vw;
    bottom: -1.4vw;
    right: 32.5vw;
  }
  .sec01 .inner1200 .txt_box {
    width: 63vw;
    margin: 2vw 1vw 0 auto;
  }
  .sec01 .inner1200 .txt_box .seiko_item {
    width: 28vw;
  }
  .sec01 .inner1200 .txt_box .seiko_item + .seiko_item {
    margin-left: 2vw;
  }
  .sec01 .inner1200 .simg_box {
    width: 30vw;
    bottom: -1.5vw;
    left: 2vw;
  }
  .sec01 .inner1200 .simg_box p {
    width: 26vw;
    padding-top: 2vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec_titBox .item_tit span {
    font-size: 4.6667vw;
  }
  .sec01 .inner1200 .img_box {
    margin-top: 5.3333vw;
  }
  .sec01 .inner1200 .img_box .arrow {
    width: 18.6667vw;
    bottom: -1.3333vw;
    right: 40.5333vw;
  }
  .sec01 .inner1200 .img_box .icon {
    width: 14.9333vw;
    top: 7.3333vw;
    right: 37.3333vw;
  }
  .sec01 .inner1200 .txt_box {
    width: 93.3333vw;
    margin: 4vw auto;
  }
  .sec01 .inner1200 .txt_box .seiko_item {
    width: 44vw;
  }
  .sec01 .inner1200 .txt_box .seiko_item + .seiko_item {
    margin-left: 5.3333vw;
  }
  .sec01 .inner1200 .simg_box {
    width: 93.3333vw;
    margin: 0 auto;
    position: static;
  }
  .sec01 .inner1200 .simg_box p {
    width: 86.6667vw;
    margin: 0 auto;
    padding-top: 4vw;
    padding-bottom: 5.3333vw;
  }
}


/* sec02 --------------------------- */
.sec02 .item69_box .sec_titBox {
  justify-content: center;
}
.sec02 .item69_box .lead_txt {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.sec02 .swiper {
  overflow: inherit;
  margin-top: 45px;
}
.sec02 .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec02 .swiper-button-prev:after, 
.sec02 .swiper-rtl .swiper-button-next:after,
.sec02 .swiper-button-next:after, 
.sec02 .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.sec02 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 480px;
  margin-bottom: 40px;
}
.sec02 .swiper-wrapper .img_box {
  width: 235px;
}
.sec02 .swiper-wrapper .seiko_item {
  width: 230px;
}
.sec02 .swiper-wrapper .seiko_item .name span {
  color: #333333;
}
.sec02 .item70_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  margin-bottom: 10px;
}
.sec02 .item70_box .txt_box {
  width: 480px;
}
.sec02 .item70_box .sec_titBox {
  justify-content: flex-end;
  margin-bottom: 30px;
}
.sec02 .item70_box .txt_box .years,
.sec02 .item70_box .txt_box .name {
  text-align: right;
}
.sec02 .item70_box .img_box {
  width: 480px;
  position: relative;

}
.sec02 .item70_box .img_box .icon {
  width: 62px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.sec02 .item70_box .seiko_item {
  width: 480px;
}
@media screen and (max-width: 1000px) {
  .sec02 .swiper-wrapper .swiper-slide {
    width: 48vw;
    margin-bottom: 4vw;
  }
  .sec02 .swiper-wrapper .img_box {
    width: 23.5vw;
  }
  .sec02 .swiper-wrapper .seiko_item {
    width: 22vw;
  }

  .sec02 .item70_box {
    margin-bottom: 15vw;
  }
  .sec02 .item70_box .txt_box {
    width: 45vw;
  }
  .sec02 .item70_box .img_box {
    width: 48vw;
  }
  .sec02 .item70_box .img_box .icon {
    width: 6.2vw;
    top: 2vw;
    left: 2vw;
  }
  .sec02 .item70_box .seiko_item {
    width: 46vw;
  }

}
@media screen and (max-width: 768px) {
  .sec02 .swiper {
    overflow: clip;
    margin-top: 5.3333vw;
  }
  .sec02 .mySwiper01 {
    margin-left: -3.3333vw;
    margin-right: -3.3333vw;
  }
  .sec02 .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sec02 .swiper-button-prev:after, 
  .sec02 .swiper-rtl .swiper-button-next:after,
  .sec02 .swiper-button-next:after, 
  .sec02 .swiper-rtl .swiper-button-prev:after {
    display: none;
  }
  .sec02 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    width: 100%;
    margin-bottom: 6.6667vw;
  }
  .sec02 .swiper-wrapper .img_box {
    width: 82.6667vw;
    margin: 0 auto;
  }
  .sec02 .swiper-wrapper .seiko_item {
    width: 93.333vw;
    text-align: center;
    margin-top: 3.3333vw;
  }
  .sec02 .swiper-button-next, 
  .sec02 .swiper-button-prev {
    position: absolute;
    width: 4.9333vw;
    height: 5.8667vw;
    margin-top: 0;
    background: url("../img/seiko05/slider_arrow.png") no-repeat;
    background-size: cover;
  }
  .sec02 .swiper-button-next, 
  .sec02 .swiper-button-prev {
    top: 43.3333vw;
  }
  .sec02 .swiper-button-next {
    right: 0;
  }
  .sec02 .swiper-button-prev {
    left: 0;
    transform: rotate(-180deg);
  }
  .sec02 .swiper-button-next:after, 
  .sec02 .swiper-button-prev:after {
    display: none;
  }
  .sec02 .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
    background: #ffffff;
    border: 1px solid #ae1323;
    opacity: 1;
  }
  .sec02 .swiper-pagination-bullet-active {
    background: #ae1323;
  }
  .sec02 .swiper-horizontal>.swiper-pagination-bullets, 
  .sec02 .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .sec02 .swiper-pagination-custom, 
  .sec02 .swiper-pagination-fraction {
    bottom: 0px;
  }


  .sec02 .item70_box_wrap {
    margin-top: 10.6667vw;
  }
  .sec02 .item70_box {
    flex-direction: column;
    margin-left: -3.3333vw;
    margin-right: -3.3333vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sec02 .item70_box .txt_box {
    width: 100%;
  }
  .sec02 .item70_box .sec_titBox {
    justify-content: center;
    margin-bottom: 0;
  }
  .sec02 .item70_box .seiko_item {
    position: static;
    width: 93.333vw;
    margin-top: 3.3333vw;
  }
  .sec02 .item70_box .years,
  .sec02 .item70_box .name {
    text-align: center;
  }
  .sec02 .item70_box .img_box {
    width: 100%;
    margin-top: 4vw;
  }
  .sec02 .item70_box .img_box .icon {
    width: 14.6667vw;
    top: 4vw;
    left: 4vw;
  }
  .sec02 .item70_box .lead_txt {
    width: 93.333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/* sec03 --------------------------- */
.sec03 .main_tit {
  margin-bottom: 30px;
}
.sec03 .lead_txt {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.sec03 .flex_box {
  display: flex;
  position: relative;
  margin-top: 50px;
}
.sec03 .flex_box02 {
  margin-bottom: 130px;
}
.sec03 .flex_box03 {
  margin-bottom: 100px;
}
.sec03 .flex_box.left_box {
  flex-direction: row-reverse;
}
.sec03 .flex_box .sec_titBox,
.sec03 .flex_box .sub_info {
  position: absolute;
}
.sec03 .flex_box.right_box .sec_titBox {
  justify-content: flex-end;
}
.sec03 .flex_box02 .sec_titBox {
  align-items: flex-start;
  flex-direction: column;
  width: 410px;
  right: 0;
  padding-top: 0;
}
.sec03 .flex_box02 .sec_titBox .txt {
  padding-left: 0;
}
.sec03 .flex_box .sec_titBox b {
  font-size: 120px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
}
.sec03 .flex_box01 .sec_titBox b,
.sec03 .flex_box03 .sec_titBox b {
  top: 0;
}
.sec03 .flex_box02 .sec_titBox b,
.sec03 .flex_box04 .sec_titBox b {
  top: 0;
  right: 0;
}
.sec03 .flex_box04 .sec_titBox b {
  top: -60px;
}

.sec03 .flex_box01 .sec_titBox,
.sec03 .flex_box03 .sec_titBox,
.sec03 .flex_box04 .sec_titBox {
  padding-top: 120px;
}
.sec03 .flex_box04 .sec_titBox {
  padding-top: 45px;
}

.sec03 .flex_box .img_box {
  width: 700px;
}
.sec03 .flex_box.left_box .img_box {
  margin-left: 30px;
}
.sec03 .flex_box.right_box .img_box {
  margin-right: 30px;
}
.sec03 .flex_box01 .img_box {
  background: #e6e4cf;
}
.sec03 .flex_box01 .img_box .img {
  width: 278px;
  margin-left: 120px;
}
.sec03 .flex_box .txt_box {
  width: 270px;
}
.sec03 .flex_box01 .txt_box {
  width: 225px;
}
.sec03 .flex_box .seiko_item {
  width: 100%;
}
.sec03 .flex_box.left_box .seiko_item {
  text-align: right;
}

.sec03 .flex_box .txt_box .seiko_item {
  margin-top: 235px;
}
.sec03 .flex_box02 .txt_box .seiko_item {
  margin-top: 260px;
}
.sec03 .flex_box03 .txt_box .seiko_item {
  margin-top: 280px;
}
.sec03 .flex_box04 .txt_box .seiko_item {
  margin-top: 150px;
}

.sec03 .flex_box01 .sub_info {
  width: 230px;
  right: 50px;
  top: 20px;
}
.sec03 .flex_box01 .sub_info .simg_box {
  margin-bottom: 15px;
}
.sec03 .flex_box02 .sub_info {
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 420px;
  bottom: -80px;
}
.sec03 .flex_box02 .sub_info .simg_box {
  width: 185px;
}
.sec03 .flex_box02 .sub_info p {
  width: 210px;
}
.sec03 .flex_box04 .sub_info {
  width: 270px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .sec03 .flex_box .txt_box {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .sec03 .flex_box02 .sec_titBox {
    width: 40.6vw;
    padding-top: 0vw;
  }
  .sec03 .flex_box .sec_titBox b {
    font-size: 10vw;
  }
  .sec03 .flex_box04 .sec_titBox b {
    top: -6.8vw;
  }
  .sec03 .flex_box01 .sec_titBox,
  .sec03 .flex_box03 .sec_titBox,
  .sec03 .flex_box04 .sec_titBox {
    padding-top: 10vw;
  }
  .sec03 .flex_box04 .sec_titBox {
    padding-top: 2vw;
  }
  .sec03 .flex_box .img_box {
    width: 70vw;
  }
  .sec03 .flex_box.left_box .img_box {
    margin-left: 3vw;
  }
  .sec03 .flex_box.right_box .img_box {
    margin-right: 3vw;
  }
  .sec03 .flex_box01 .img_box .img {
    width: 27.8vw;
    margin-left: 12vw;
  }
  .sec03 .flex_box .txt_box {
    width: 27vw;
  }
  .sec03 .flex_box01 .txt_box {
    width: 22.5vw;
  }
  .sec03 .flex_box .txt_box .seiko_item {
    margin-top: 20vw;
  }
  .sec03 .flex_box02 .txt_box .seiko_item {
    margin-top: 24vw;
  }
  .sec03 .flex_box03 .txt_box .seiko_item {
    margin-top: 28vw;
  }
  .sec03 .flex_box04 .txt_box .seiko_item {
    margin-top: 11vw;
  }

  .sec03 .flex_box01 .sub_info {
    width: 23vw;
    right: 5vw;
    top: 2vw;
  }
  .sec03 .flex_box02 .sub_info {
    width: 42vw;
    bottom: -8vw;
  }
  .sec03 .flex_box02 .sub_info .simg_box {
    width: 18.5vw;
  }
  .sec03 .flex_box02 .sub_info p {
    width: 21vw;
  }
  .sec03 .flex_box04 .sub_info {
    width: 27vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .main_tit {
    margin-bottom: 4.6667vw;
  }
  .sec03 .flex_box {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 34.6667vw;
  }
  .sec03 .flex_box02 {
    margin-bottom: 20vw;
  }
  .sec03 .flex_box03 {
    margin-bottom: 0vw;
  }

  .sec03 .flex_box.left_box {
    flex-direction: column;
  }
  .sec03 .flex_box .sub_info {
    position: static;
  }
  .sec03 .flex_box.right_box .sec_titBox {
    justify-content: flex-start;
  }
  .sec03 .flex_box02 .sec_titBox {
    align-items: center;
    flex-direction: row;
    width: 100%;
    right: 0;
    padding-top: 20px;
  }
  .sec03 .flex_box .sec_titBox b {
    font-size: 18.6667vw;
  }
  .sec03 .flex_box02 .sec_titBox b,
  .sec03 .flex_box04 .sec_titBox b {
    top: 0;
    right: auto;
    left: 0;
  }
  .sec03 .flex_box04 .sec_titBox b {
    top: 0vw;
  }
  .sec03 .flex_box01 .sec_titBox,
  .sec03 .flex_box02 .sec_titBox,
  .sec03 .flex_box03 .sec_titBox,
  .sec03 .flex_box04 .sec_titBox {
    padding-top: 19.3333vw;
    top: -30vw;
  }
  .sec03 .flex_box .img_box {
    width: 100%;
  }
  .sec03 .flex_box.left_box .img_box {
    margin-left: 0;
  }
  .sec03 .flex_box.right_box .img_box {
    margin-right: 0;
  }

  .sec03 .flex_box01 .img_box .img {
    width: 57.8667vw;
    margin-left: 19.3333vw;
  }
  .sec03 .flex_box .txt_box {
    width: 100%;
  }
  .sec03 .flex_box01 .txt_box {
    width: 100%;
  }
  .sec03 .flex_box.left_box .seiko_item {
    text-align: center;
  }
  .sec03 .flex_box.right_box .seiko_item {
    text-align: center;
  }
  .sec03 .flex_box .txt_box .seiko_item {
    margin-top: 2vw;
  }
  .sec03 .flex_box02 .txt_box .seiko_item {
    margin-top: 2vw;
  }
  .sec03 .flex_box03 .txt_box .seiko_item {
    margin-top: 2vw;
  }
  
  .sec03 .flex_box01 .sub_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec03 .flex_box01 .sub_info .simg_box {
    width: 49.6000vw;
    margin-bottom: 0;
    margin-top: 4vw;
    border: 1px solid #333333;
  }
  .sec03 .flex_box01 .sub_info p {
    width: 40.6667vw;
  }
  .sec03 .flex_box02 .sub_info {
    width: 100%;
    align-items: center;
    margin-top: 4vw;
  }
  .sec03 .flex_box02 .sub_info .simg_box {
    width: 49.3333vw;
    margin-top: 4vw;
  }
  .sec03 .flex_box02 .sub_info p {
    width: 40.6667vw;
  }
  .sec03 .flex_box04 .sub_info {
    width: 100%;
    margin-top: 4vw;
  }
}


/* sec04 --------------------------- */
.sec04 .item75_box .lead_txt_bt {
  line-height: 2;
}
.sec04 .item75_box .sec_titBox {
  justify-content: center;
  margin-bottom: 50px;
}
.sec04 .item75_box .inner .flex_box {
  display: flex;
  justify-content: space-between;
}
.sec04 .item75_box .inner .flex_box .txt_box {
  width: 460px;
}
.sec04 .item75_box .inner .flex_box .img_box {
  width: 520px;
  height: 100%;
  position: relative;
}
.sec04 .item75_box .inner .flex_box .img_box .seiko_item {
  position: absolute;
  bottom: 0;
  width: 300px;
  right: -15px;
}
.sec04 .item75_box .inner .flex_box .img_box .copy {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.sec04 .item75_box .innerBt {
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.sec04 .item75_box .innerBt .flex_box {
  display: flex;
}
.sec04 .item75_box .innerBt .left_box {
  width: 340px;
  margin-right: 40px;
  margin-left: 40px;
}
.sec04 .item75_box .innerBt .left_box .img_box {
  margin-bottom: 15px;
}
.sec04 .item75_box .innerBt .left_box .name {
  text-align: center;

}
.sec04 .item75_box .innerBt .right_box {
  width: 545px;
}
.sec04 .item75_box .innerBt .right_box .seiko_item {
  width: 448px;
  margin-left: 40px;
  text-align: center;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide .img_box {
  margin: 25px auto 20px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide01 .img_box {
  width: 257px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide02 .img_box {
  width: 256px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide03 .img_box {
  width: 273px;
  padding-top: 35px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide04 .img_box {
  width: 274px;
  padding-top: 35px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide05 .img_box {
  width: 256px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide06 .img_box {
  width: 400px;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide .txt {
  text-align: center;
}
.sec04 .item75_box .innerBt .right_box .swiper-slide {
  padding-bottom: 50px;
}
.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/seiko05/slider_arrow.png") no-repeat;
  background-size: cover;
}
.sec04 .swiper-button-next, 
.sec04 .swiper-button-prev {
  top: 210px;
}
.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 #ae1323;
  opacity: 1;
}
.sec04 .swiper-pagination-bullet-active {
  background: #ae1323;
}
.sec04 .swiper-horizontal>.swiper-pagination-bullets, .sec04 .swiper-pagination-bullets.swiper-pagination-horizontal, .sec04 .swiper-pagination-custom, .sec04 .swiper-pagination-fraction {
  bottom: 0px;
}

.sec04 .item76_box {
  margin-top: 60px;
}
.sec04 .item76_box .inner {
  position: relative;
}
.sec04 .item76_box .illust {
  width: 176px;
  position: absolute;
  top: 0;
  left: 640px;
}
.sec04 .item76_box .sec_titBox {
  margin-bottom: 40px;
  margin-left: 235px;
}
.sec04 .item76_box .inner .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec04 .item76_box .inner .flex_box01 .txt_box {
  width: 460px;
  margin-left: 40px;
}
.sec04 .item76_box .inner .flex_box01 .img_box {
  width: 460px;
}
.sec04 .item76_box .inner .flex_box01 .img_box .item_txt {
  margin-top: 15px;
  margin-left: 10px;
}
.sec04 .item76_box .inner .item76_bt {
  max-width: 920px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.sec04 .item76_box .inner .flex_box02 .img_box {
  width: 460px;
  text-align: center;
}
.sec04 .item76_box .inner .flex_box02 .img_box .img {
  width: 350px;
}
.sec04 .item76_box .inner .flex_box02 .img_box .seiko_item {
  margin-top: 15px;
}
.sec04 .item76_box .inner .flex_box02 .txt_box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.sec04 .item76_box .inner .flex_box02 .txt_box .sec_titBox {
  margin-bottom: 30px;
  margin-left: 0;
  justify-content: center;
}

.sec04 .item76_box .inner .flex_box03 {
  align-items: flex-end;
}
.sec04 .item76_box .inner .flex_box03 .img_box01 {
  width: 460px;
  text-align: center;
}
.sec04 .item76_box .inner .flex_box03 .img_box01 .img {
  width: 295px;
  margin: 0 auto;
}
.sec04 .item76_box .inner .flex_box03 .img_box02 {
  width: 420px;
  text-align: center;
}
.sec04 .item76_box .inner .flex_box03 .img_box02 .img_bbox {
  position: relative;
}
.sec04 .item76_box .inner .flex_box03 .img_box02 .copy {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.sec04 .item76_box .inner .flex_box03 .img_box01 .seiko_item {
  margin-top: 25px;
}
.sec04 .item76_box .inner .flex_box03 .img_box02 .seiko_item {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .sec04 .item75_box .inner .flex_box .txt_box {
    width: 46vw;
  }
  .sec04 .item75_box .inner .flex_box .img_box {
    width: 52vw;
  }
  .sec04 .item75_box .inner .flex_box .img_box .seiko_item {
    width: 30vw;
    right: -1.5vw;
  }
  .sec04 .item75_box .innerBt {
    margin-top: 5vw;
  }
  .sec04 .item75_box .innerBt .left_box {
    width: 34vw;
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .sec04 .item75_box .innerBt .left_box .name {
    margin-top: 1.5vw;
  }
  .sec04 .item75_box .innerBt .right_box {
    width: 54.5vw;
  }
  .sec04 .item75_box .innerBt .right_box .seiko_item {
    width: 44.8vw;
    margin-left: 4vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide .img_box {
    margin: 2.5vw auto 2vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide01 .img_box {
    width: 25.7vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide02 .img_box {
    width: 25.6vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide03 .img_box {
    width: 27.3vw;
    padding-top: 3.5vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide04 .img_box {
    width: 27.4vw;
    padding-top: 3.5vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide05 .img_box {
    width: 25.6vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide06 .img_box {
    width: 40vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    width: 3.7vw;
    height: 4.4vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    top: 21vw;
  }
  .sec04 .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
  }
  .sec04 .item76_box .illust {
    width: 17.6vw;
    left: 67vw;
  }
  .sec04 .item76_box .sec_titBox {
    margin-bottom: 4vw;
    margin-left: 23.5vw;
  }
  .sec04 .item76_box .inner .flex_box01 .txt_box {
    width: 46vw;
    margin-left: 4vw;
  }
  .sec04 .item76_box .inner .flex_box01 .img_box {
    width: 46vw;
  }
  .sec04 .item76_box .inner .flex_box01 .img_box .item_txt {
    margin-top: 1.5vw;
    margin-left: 1vw;
  }
  .sec04 .item76_box .inner .item76_bt {
    max-width: 92vw;
    margin-top: 4.5vw;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box {
    width: 46vw;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box .img {
    width: 35vw;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box .seiko_item {
    margin-top: 1.5vw;
  }
  .sec04 .item76_box .inner .flex_box02 .txt_box {
    margin-bottom: 4vw;
  }
  .sec04 .item76_box .inner .flex_box02 .txt_box .sec_titBox {
    margin-bottom: 3vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box01 {
    width: 46vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box01 .img {
    width: 29.5vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box02 {
    width: 42vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box01 .seiko_item {
    margin-top: 2.5vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box02 .seiko_item {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .item75_box .lead_txt_bt {
    line-height: 1.7;
    margin-top: 10vw;
  }
  .sec04 .item75_box .sec_titBox {
    margin-bottom: 6vw;
  }
  .sec04 .item75_box .inner .flex_box {
    flex-direction: column;
  }
  .sec04 .item75_box .inner .flex_box .txt_box {
    width: 100%;
  }
  .sec04 .item75_box .inner .flex_box .img_box {
    width: 100%;
    height: auto;
    margin-top: 6vw;
  }
  .sec04 .item75_box .inner .flex_box .img_box .seiko_item {
    width: 49.3333vw;
    position: absolute;
    bottom: -6vw;
    right: 0;
  }
  .sec04 .item75_box .inner .flex_box .img_box .seiko_item p {
    font-size: 3.0667vw;
    line-height: 1.3;
  }

  .sec04 .item75_box .innerBt {
    width: 96vw;
    margin-top: 4.6667vw;
  }
  .sec04 .item75_box .innerBt .flex_box {
    flex-direction: column;
  }
  .sec04 .item75_box .innerBt .left_box {
    width: 93.333vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8vw;
  }
  .sec04 .item75_box .innerBt .left_box .name {
    margin-top: 2vw;
  }
  .sec04 .item75_box .innerBt .right_box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .sec04 .item75_box .innerBt .right_box .seiko_item {
    width: 93.333vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide .img_box {
    margin: 0 auto 5.3333vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide01 .img_box {
    width: 53.0667vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide02 .img_box {
    width: 52.8000vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide03 .img_box {
    width: 56.4000vw;
    padding-top: 7.3333vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide04 .img_box {
    width: 56.5333vw;
    padding-top: 7.3333vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide05 .img_box {
    width: 52.8000vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide06 .img_box {
    width: 82.5333vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide .txt {
    font-size: 3.6000vw;
  }
  .sec04 .item75_box .innerBt .right_box .swiper-slide {
    padding-bottom: 9.3333vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    width: 4.9333vw;
    height: 5.8667vw;
  }
  .sec04 .swiper-button-next, 
  .sec04 .swiper-button-prev {
    top: 39.3333vw;
  }
  .sec04 .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
  }

  .sec04 .item76_box {
    margin-top: 9.3333vw;
  }
  .sec04 .item76_box .illust {
    width: 38.1333vw;
    top: 0;
    left: 53.3333vw;
    z-index: -1;
  }
  .sec04 .item76_box .sec_titBox {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 6vw;
    margin-left: 0;
  }
  .sec04 .item76_box .sec_titBox .num {
    padding-left: 2vw;
  }
  .sec04 .item76_box .inner .flex_box {
    flex-direction: column;
  }
  .sec04 .item76_box .inner .flex_box01 .txt_box {
    width: 100%;
    margin-left: 0;
  }
  .sec04 .item76_box .inner .flex_box01 .img_box {
    width: 100%;
    margin-top: 6vw;
  }
  .sec04 .item76_box .inner .flex_box01 .img_box .item_txt {
    margin-top: 2vw;
    margin-left: 0;
  }
  .sec04 .item76_box .inner .item76_bt {
    max-width: 100%;
    margin-top: 45px;
  }
  .sec04 .item76_box .inner .flex_box02 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box {
    width: 44vw;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box .img {
    width: 43.6000vw;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box .seiko_item {
    margin-top: 2vw;
  }
  .sec04 .item76_box .inner .flex_box02 .img_box .seiko_item p {
    line-height: 1.3;
  }
  .sec04 .item76_box .inner .flex_box02 .txt_box {
    width: 45.3333vw;
    margin-right: 0;
    margin-bottom: 0;
  }
  .sec04 .item76_box .inner .flex_box02 .txt_box .sec_titBox {
    position: absolute;
    left: 0;
    top: 4vw;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    left: -44vw;
    top: 14vw;
  }
  .sec04 .item76_box .inner .flex_box02 .txt_box .sec_titBox .num {
    position: absolute;
    left: -2vw;
    top: -16vw;
  }
  .sec04 .item76_box .inner .flex_box02 .txt_box .sec_titBox .txt {
    padding-left: 0;
  }

  .sec04 .item76_box .inner .flex_box03 {
    align-items: flex-end;
    margin-top: 6.6667vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box01 {
    width: 100%;
    margin-bottom: 6.6667vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box02 {
    width: 100%;
    margin-top: 4.6667vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box02 .copy {
    font-size: 2.6667vw;
    bottom: 5px;
    right: auto;
    left: 5px;
    color: #ffffff;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box01 .seiko_item {
    margin-top: 3.3333vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box02 .img {
    display: block;
    width: 46.6667vw;
  }
  .sec04 .item76_box .inner .flex_box03 .img_box02 .seiko_item {
    width: 44vw;
    margin-top: 0;
    margin-right: 2.6667vw;
    text-align: right;
  }
}



/* sec05 --------------------------- */
.sec05 {
  width: 100%;
  background: url('../img/seiko05/sec05_bg.jpg') no-repeat;
  background-size: cover;
  color: #ffffff;
}
.sec05 .sec_titBox {
  justify-content: center;
}
.sec05 .sec_titBox .num {
  color: #ae1323;
  line-height: 1;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}
.sec05 .sec_titBox .txt {
  color: #ffffff;
}
.sec05 .con_block {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.sec05 .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.sec05 .flex_box.right_box {
  flex-direction: row-reverse;
}
.sec05 .flex_box .img_box {
  width: 460px;
  position: relative;
}
.sec05 .con_box .img_box {
  position: relative;
}
.sec05 .con_box .img_box .copy,
.sec05 .flex_box .img_box .copy {
  position: absolute;
  font-size: 10px;
}
.sec05 .con_box .img_box .copy01,
.sec05 .flex_box .img_box .copy01 {
  bottom: 5px;
  left: 5px;
}
.sec05 .con_box .img_box .copy02,
.sec05 .flex_box .img_box .copy02 {
  bottom: 5px;
  right: 5px;
}
.sec05 .flex_box .img_box .copy03 {
  top: 5px;
  right: 5px;
}



.sec05 .flex_box .txt_box {
  width: 440px;
}
.sec05 .flex_box .txt_box .tit {
  font-size: 50px;
}
.sec05 .flex_box .txt_box .name {
  font-weight: bold;
}
.sec05 .flex_box.right_box .tit,
.sec05 .flex_box.right_box .font_s18 {
  text-align: right;
}
.sec05 .con_box {
  position: relative;
  margin-top: 35px;
}
.sec05 .con_box .img_box {
  width: 627px;
}

.sec05 .con_box.right_box .img_box {
  margin: 0 0 0 auto;
}
.sec05 .con_box .seiko_item {
  width: 505px;
  padding: 25px 30px;
  box-sizing: border-box;
  background: rgba(112, 8, 7, 0.7);
  position: absolute;
  top: 155px;
}
.sec05 .con_box.right_box .seiko_item {
  top: 25px;
}
.sec05 .con_box.left_box .seiko_item {
  right: 0;
}
.sec05 .con_box .seiko_item .font_s24 {
  font-size: 24px;
}

.sec05 .con_box.left_box-bt {
  margin-bottom: 80px;
}


@media screen and (max-width: 1000px) {
  .sec05 .flex_box .img_box {
    width: 46vw;
  }
  .sec05 .flex_box .txt_box {
    width: 44vw;
  }
  .sec05 .con_box .img_box .copy,
  .sec05 .flex_box .img_box .copy {
    font-size: 1vw;
  }
  .sec05 .flex_box .txt_box .tit {
    font-size: 5vw;
  }
  .sec05 .con_box {
    margin-top: 3.5vw;
  }
  .sec05 .con_box .img_box {
    width: 62.7vw;
  }
  .sec05 .con_box .seiko_item {
    width: 50.5vw;
    padding: 2.5vw 3vw;
    top: 15.5vw;
  }
  .sec05 .con_box.right_box .seiko_item {
    top: 2.5vw;
  }
  .sec05 .con_box .seiko_item .font_s24 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .sec_titBox {
    margin-bottom: 6vw;
  }
  .sec05 .flex_box {
    flex-direction: column-reverse;
    margin-top: 7.3333vw;
  }
  .sec05 .flex_box.right_box {
    flex-direction: column-reverse;
  }
  .sec05 .flex_box .img_box {
    width: 100%;
    margin-top: 3.3333vw;
  }
  .sec05 .flex_box .txt_box {
    width: 100%;
  }
  .sec05 .con_box .img_box .copy,
  .sec05 .flex_box .img_box .copy {
    font-size: 2.6667vw;
  }
  .sec05 .flex_box .txt_box .tit {
    font-size: 9.0667vw;
  }
  .sec05 .con_box {
    margin-top: 4.6667vw;
  }
  .sec05 .con_box .img_box {
    width: 83.6000vw;
  }
  .sec05 .con_box .seiko_item {
    width: 74vw;
    padding: 2.6667vw 3.3333vw;
    top: 34.6667vw;
  }

  .sec05 .con_box .seiko_item .font_s24 {
    font-size: 4vw;
  }
  .sec05 .con_box .seiko_item p {
    line-height: 1.3;
  }
  .sec05 .con_box.right_box {
    margin-bottom: 56vw;
  }
  .sec05 .con_box.left_box {
    margin-bottom: 56vw;
  }
  .sec05 .con_box.right_box .seiko_item {
    top: 40vw;
  }
}


/* sec06 --------------------------- */
.sec06 {
  margin-bottom: 80px;
}
.sec06 .main_tit {
  margin-bottom: 30px;
}
.item79_box .sec_titBox {
  justify-content: center;
  margin-bottom: 25px;
}
.item79_box .con_block {
  display: flex;
}
.item79_box .con_block01 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.item79_box .con_block02 {
  margin-bottom: 100px;
}
.item79_box .con_block01 .item_box {
  width: 275px;
  margin-right: 55px;
  text-align: center;
}
.item79_box .con_block02 .item_box {
  width: 240px;
  margin-right: 90px;
  text-align: center;
}
.item79_box .con_block .item_box .img {
  margin-top: 10px;
  margin-bottom: 20px;
}
.item79_box .con_block01 .item_box .img {
  width: 260px;
  margin-left: 15px;
}
.item79_box .con_block02 .item_box .img {
  width: 169px;
  margin-left: auto;
  margin-right: auto;
}
.item79_box .item_box .seiko_item {
  width: 240px;
}
.item79_box .img_box {
  width: 400px;
  position: relative;
}
.item79_box .img_box .arrow {
  width: 168px;
  position: absolute;
  top: 185px;
  left: -45px;
}
.item79_box .simg_box {
  width: 250px;
  margin-left: 20px;
  position: relative;
}
.item79_box .con_block01 .simg_box .img {
  margin-top: 145px;
}
.item79_box .simg_box .seiko_item {
  width: 300px;
  position: absolute;
  right: 20px;
  bottom: -35px;
}
.item79_box .simg_box .seiko_item01 {
  width: 380px;
  position: absolute;
  right: 160px;
  bottom: -50px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .item79_box .con_block01 .item_box {
    width: 27.5vw;
    margin-right: 5.5vw;
  }
  .item79_box .con_block02 .item_box {
    width: 24vw;
    margin-right: 9vw;
  }
  .item79_box .con_block01 .item_box {
    width: 27.5vw;
    margin-right: 5.5vw;
  }
  .item79_box .con_block .item_box .img {
    margin-top: 1vw;
    margin-bottom: 2vw;
  }
  .item79_box .con_block01 .item_box .img {
    width: 26vw;
    margin-left: 1.5vw;
  }
  .item79_box .con_block02 .item_box .img {
    width: 16.9vw;
  }
  .item79_box .item_box .seiko_item {
    width: 24vw;
  }
  .item79_box .img_box {
    width: 40vw;
  }
  .item79_box .img_box .arrow {
    width: 15vw;
    top: 18.5vw;
    left: -4.5vw;
  }
  .item79_box .simg_box {
    width: 25vw;
    margin-left: 2vw;
  }
  .item79_box .con_block01 .simg_box .img {
    margin-top: 14.5vw;
  }
  .item79_box .simg_box .seiko_item {
    width: 30vw;
    right: 2vw;
    bottom: -3.5vw;
  }
  .item79_box .simg_box .seiko_item01 {
    width: 38vw;
    right: 16vw;
    bottom: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 10.6667vw;
  }
  .sec06 .main_tit {
    margin-bottom: 6.6667vw;
  }
  .item79_box .sec_titBox {
    margin-bottom: 6.6667vw;
  }
  .item79_box .con_block {
    flex-direction: column;
  }
  .item79_box .con_block01 {
    margin-top: 5.3333vw;
    margin-bottom: 6.6667vw;
    margin-left: -3.33vw;
    margin-right: -3.33vw;
  }
  .item79_box .con_block02 {
    margin-bottom: 9.3333vw;
    margin-left: -3.33vw;
    margin-right: -3.33vw;
  }
  .item79_box .con_block01 .item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 8vw;
  }
  .item79_box .con_block02 .item_box {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 8vw;
  }

  .item79_box .con_block .item_box .tit {
    position: absolute;
    right: 3.33vw;
  }
  .item79_box .con_block01 .item_box .img {
    display: block;
    width: 59.8667vw;
    height: 100%;
    margin-left: 0;
    margin-right: 2vw;
  }
  .item79_box .con_block02 .item_box .img {
    display: block;
    width: 38.8vw;
    margin-left: 3.3333vw;
  }
  .item79_box .item_box .seiko_item {
    text-align: right;
    margin-right: 3.3333vw;
    padding-top: 8vw;
  }
  .item79_box .con_block01 .item_box .seiko_item {
    width: 34.6667vw;
  }
  .item79_box .con_block02 .item_box .seiko_item {
    width: 49.3333vw;
  }
  .item79_box .item_box .seiko_item p.item_txt {
    line-height: 1.3;
    text-align: justify;
  }

  .item79_box .img_box {
    width: 88vw;
    margin-left: 3.3333vw;
  }
  .item79_box .img_box .arrow {
    width: 18.6667vw;
    top: 2vw;
    left: 10.6667vw;
    transform: rotate(-270deg);
  }

  .item79_box .simg_box {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .item79_box .con_block01 .simg_box .img {
    display: block;
    width: 68.8000vw;
    margin: -5.3333vw 0 0 auto;
  }
  .item79_box .con_block02 .simg_box {
    position: relative;
  }
  .item79_box .con_block02 .simg_box .img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 58.6667vw;
    margin: -5.3333vw 0 0 auto;
  }
  .item79_box .con_block01 .simg_box .seiko_item {
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 2vw;
  }
  .item79_box .con_block02 .simg_box .seiko_item {
    width: 34.6667vw;
    position: static;
    text-align: left;
    margin-top: 2vw;
  }
}


.item80_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.item80_box .txt_box {
  width: 480px;
}
.item80_box .img_box {
  width: 480px;
}
.item80_box .img_box .font_s18 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .item80_box .txt_box {
    width: 48vw;
  }
  .item80_box .img_box {
    width: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .item80_box {
    flex-direction: column;
    margin-top: 9.3333vw;
  }
  .item80_box .txt_box {
    width: 100%;
  }
  .item80_box .txt_box .sec_titBox {
    justify-content: center;;
  }
  .item80_box .img_box {
    width: 100%;
    margin-top: 3.3333vw;
  }
  .item80_box .img_box .font_s18 {
    margin-top: 2vw;
    margin-bottom: 1.3333vw;
  }
}



.sec06 .swiper {
  margin-top: 45px;
}
.sec06 .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec06 .swiper-slide {
  width: 499px;
}
@media screen and (max-width: 1000px) {
  .sec06 .swiper-slide {
    width: 48vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .swiper {
    margin-top: 5.3333vw;
  }
  .sec06 .swiper-wrapper {
    flex-wrap: initial;
  }
  .sec06 .swiper-slide {
    width: 100%;
  }
}



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

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