@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : seiko02.css
--------------------------------------------
-------------- */
@media screen and (max-width: 1200px) {
  .seiko02 .font_s14 {
    line-height: 1.33;
  }
}
/* header
---------------------------------------------------- */
header .hd_bt .menu-item:nth-child(1) {
  width: 77px;
}
header .hd_bt .menu-item:nth-child(2) {
  width: 124px;
}
header .hd_bt .menu-item:nth-child(3) {
  width: 117px;
}
header .hd_bt .menu-item:nth-child(4) {
  width: 125px;
}
@media screen and (max-width: 1200px) {
  header .hd_bt .menu-item:nth-child(1) {
    width: 6.4167vw;
  }
  header .hd_bt .menu-item:nth-child(2) {
    width: 10.3333vw;
  }
  header .hd_bt .menu-item:nth-child(3) {
    width: 9.75vw;
  }
  header .hd_bt .menu-item:nth-child(4) {
    width: 10.4167vw;
  }
}
@media screen and (max-width: 768px) {
  header .hd_bt .menu-item:nth-child(1) {
    width: 20.4vw;
  }
  header .hd_bt .menu-item:nth-child(2) {
    width: 32.9333vw;
  }
  header .hd_bt .menu-item:nth-child(3) {
    width: 29.8667vw;
  }
  header .hd_bt .menu-item:nth-child(4) {
    width: 33.2vw;
  }
}


/* main ↓↓↓↓
---------------------------------------------------- */
.sec_titBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.seiko02 .num {
  font-size: 100px;
  font-weight: 600;
  color: #ffffff; 
  line-height: 1;
  -webkit-text-stroke: 1px #00583b;
  text-shadow: -1px 0 #00583b, 0 1px #00583b, 1px 0 #00583b, 0 -1px #00583b;
  letter-spacing: -0.05em;
}
.sec_titBox .txt {
  font-size: 34px;
  font-weight: 400;
  color: #00583b;
  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;
}


@media screen and (max-width: 1000px) {
  .seiko02 .num {
    font-size: 10vw;
  }
  .sec_titBox .txt {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_titBox {
    margin-bottom: 2.6667vw;
  }
  .seiko02 .num {
    font-size: 16vw;
    -webkit-text-stroke: 1px #00583b;
    text-shadow: -1px 0 #00583b, 0 1px #00583b, 1px 0 #00583b, 0 -1px #00583b;
  }
  .sec_titBox .txt {
    font-size: 5.3333vw;
  }
}

.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%);
}
@media screen and (max-width: 768px) {
  .sec {
    padding-top: 10.6667vw;
    padding-bottom: 10.6667vw;
  }
  .sec::after {
    width: 10.6667vw;
  }
}


/* sec01 --------------------------- */
.sec01 {
  padding-top: 65px;
}
.sec01 .main_tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.sec01 .main_tit span {
  font-size: 54px;
}
.sec01 .main_tit small {
  font-size: 12px;
}
.sec01 .sec01_top {
  display: flex;
  align-items: center;
}
.sec01 .sec01_top .illust {
  width: 343px;
  margin-right: 15px;
}
.sec01 .sec01_top .lead_txt {
  width: 600px;
}

.sec01 .sec01_bt {
  width: 920px;
  margin: 20px auto 0;
}
.sec01 .sec01_bt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec01 .sec01_bt ul li {
  width: 440px;
  background: #000000;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 60px;
}

.sec01 .sec01_bt ul li .txt_box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec01 .sec01_bt ul li .txt_box .item_titBox {
  position: absolute;
  top: 4px;
  left: 20px;
}
.sec01 .sec01_bt ul li .txt_box .num {
  font-size: 100px;
  margin-left: -35px;
}
.sec01 .sec01_bt ul li .txt_box .item_tit span {
  background: #00583b;
  line-height: 1.6;
}
.sec01 .sec01_bt ul li .txt_box .seiko_item {
  position: absolute;
  bottom: 0;
  left: 20px;
  text-align: left;
}
.sec01 .sec01_bt ul li:nth-child(1) .seiko_item,
.sec01 .sec01_bt ul li:nth-child(2) .seiko_item,
.sec01 .sec01_bt ul li:nth-child(3) .seiko_item,
.sec01 .sec01_bt ul li:nth-child(5) .seiko_item,
.sec01 .sec01_bt ul li:nth-child(7) .seiko_item {
  width: 90%;
}
.sec01 .sec01_bt ul li:nth-child(4) .seiko_item,
.sec01 .sec01_bt ul li:nth-child(6) .seiko_item,
.sec01 .sec01_bt ul li:nth-child(8) .seiko_item {
  width: 90%;
}

.sec01 .sec01_bt ul li:nth-child(1) .img_box {
  width: 185px;
  margin: 0 45px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(2) .img_box {
  width: 187px;
  margin: 0 43px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(3) .img_box {
  width: 232px;
  margin: 0 43px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(4) .img_box {
  width: 201px;
  margin: 0 38px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(5) .img_box {
  width: 193px;
  margin: -60px 40px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(6) .img_box {
  width: 207px;
  margin: 0 40px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(7) .img_box {
  width: 197px;
  margin: 0 35px 0 auto;
}
.sec01 .sec01_bt ul li:nth-child(8) .img_box {
  width: 256px;
  margin: 0 32px 0 auto;
}
@media screen and (max-width: 1000px) {
  .sec01 {
    padding-top: 6.5vw;
  }
  .sec01 .main_tit {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .sec01 .main_tit span {
    font-size: 5.4vw;
  }
  .sec01 .main_tit small {
    font-size: 1.2vw;
  }
  .sec01 .sec01_top .illust {
    width: 34.3vw;
    margin-right: 1.5vw;
  }
  .sec01 .sec01_top .lead_txt {
    width: 60vw;
  }

  .sec01 .sec01_bt {
    width: 92vw;
    margin: 2vw auto 0;
  }
  .sec01 .sec01_bt ul li {
    width: 44vw;
    margin-top: 4vw;
  }
  .sec01 .sec01_bt ul li .txt_box .item_titBox {
    top: -2.6vw;
    left: 2vw;
  }
  .sec01 .sec01_bt ul li .txt_box .num {
    font-size: 10vw;
    margin-left: -3.5vw;
  }
  .sec01 .sec01_bt ul li .txt_box .seiko_item {
    bottom: 2vw;
    left: 2vw;
  }
  .sec01 .sec01_bt ul li:nth-child(1) .seiko_item,
  .sec01 .sec01_bt ul li:nth-child(2) .seiko_item,
  .sec01 .sec01_bt ul li:nth-child(3) .seiko_item,
  .sec01 .sec01_bt ul li:nth-child(5) .seiko_item,
  .sec01 .sec01_bt ul li:nth-child(7) .seiko_item {
    width: 25.5vw;
  }
  .sec01 .sec01_bt ul li:nth-child(4) .seiko_item,
  .sec01 .sec01_bt ul li:nth-child(6) .seiko_item,
  .sec01 .sec01_bt ul li:nth-child(8) .seiko_item {
    width: 29vw;
  }
  .sec01 .sec01_bt ul li:nth-child(1) .img_box {
    width: 18.5vw;
    margin: 0 4.5vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(2) .img_box {
    width: 18.7vw;
    margin: 0 4.3vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(3) .img_box {
    width: 23.2vw;
    margin: 0 4.3vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(4) .img_box {
    width: 20.1vw;
    margin: 0 3.8vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(5) .img_box {
    width: 19.3vw;
    margin: -6vw 4vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(6) .img_box {
    width: 20.7vw;
    margin: 0 4vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(7) .img_box {
    width: 19.7vw;
    margin: 0 3.5vw 0 auto;
  }
  .sec01 .sec01_bt ul li:nth-child(8) .img_box {
    width: 25.6vw;
    margin: 0 3.2vw 0 auto;
  }

}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 9.3333vw;
    padding-bottom: 10.6667vw;
  }
  .sec01 .main_tit {
    font-size: 5.6vw;
    margin-bottom: 4.6667vw;
    line-height: 1.2;
  }
  .sec01 .main_tit span {
    font-size: 9.6vw;
  }
  .sec01 .main_tit small {
    font-size: 2.6667vw;
  }
  .sec01 .sec01_top {
    flex-direction: column;
  }
  .sec01 .sec01_top .illust {
    width: 71.6000vw;
    margin-right: auto;
    margin-left: auto;
  }
  .sec01 .sec01_top .lead_txt {
    width: 93.3333vw;
    margin-right: auto;
    margin-left: auto;
  }
  
  .sec01 .sec01_slider {
    width: 100%;
    margin: 20px auto 0;
  }



  .swiper {
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    position: relative;
  }
  .swiper::before {
    display: block;
    content: "";
    width: 100%;
    height: 2vw;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .swiper-wrapper {
    padding-bottom: 16vw;
  }
  .swiper-slide .img_box {
    position: relative;
    margin-top: 20vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .swiper-slide .img_box .img {
    width: 72.4vw;
  }
  .swiper-slide .item_titBox {
    position: absolute;
    top: -2.3333vw;
    left: 2vw;
    z-index: 2;
  }
  .swiper-slide .item_titBox .num {
    font-size: 16vw;
  }
  .swiper-slide .item_titBox .item_tit {
    font-size: 3.6vw;
  }
  .swiper-slide .item_titBox .item_tit span {
    background: #00583b;
    line-height: 1.6;
  }
  .swiper-slide .seiko_item {
    width: 93.3333vw;
    margin: 0 auto;
    text-align: center;
  }
  .swiper-slide .img_box .circle {
    width: 37.3333vw;
    position: absolute;
    bottom: 0;
  }
  .swiper-slide03 .img_box .circle {
    right: 5.7333vw;
  }
  .swiper-slide04 .img_box .circle {
    left: 4.4000vw;
  }
  .swiper-button-next, 
  .swiper-button-prev {
    position: absolute;
    top: 58.6667vw;
    width: 4.9333vw;
    height: 5.8667vw;
    margin-top: 0;
    background: url("../img/seiko02/slider_arrow.png") no-repeat;
    background-size: cover;
  }
  .swiper-button-next {
    right: 2vw;
  }
  .swiper-button-prev {
    left: 2vw;
    transform: rotate(-180deg);
  }
  .swiper-button-next:after, 
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-pagination-bullet {
    width: 4vw;
    height: 4vw;
    background: #ffffff;
    border: 1px solid #00583b;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #00583b;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6.6667vw;
  }


}


/* sec02 --------------------------- */
.sec02 .sec02_top .lead_txt {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.sec02 .sec02_ct {
  margin-top: 50px;
  background: #000000;
  color: #ffffff;
}
.sec02 .sec02_ct .inner {
  background: url('../img/seiko02/sec02_img01_pc.png') no-repeat;
  background-size: 822px;
  background-position: 50%;
}
.sec02 .sec02_ct .con_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.sec02 .sec02_ct .con_box .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 205px;
}
.sec02 .sec02_ct .con_box .feature_list .font_s18 {
  color: #00583b;
  background: #ffffff;
}
.sec02 .sec02_ct .con_box .feature_list li {
  margin-top: 20px;
  padding-left: 1.5em;
  position: relative;
  counter-increment: step-counter;
}
.sec02 .sec02_ct .con_box .feature_list li::before {
  content: counter(step-counter);
  background-color: #fff;
  border-radius: 50%;
  color: #00583b;
  font-size: 11px;
  padding: 0px 5px;
  position: absolute;
  left: 0em;
  top: 4px;
}
.sec02 .sec02_ct .con_box .seiko_item {
  width: 205px;
  margin-top: 60px;
}

.sec02_bt {
  margin-top: 250px;
}
.sec02_bt .con_box {
  position: relative;
  margin-bottom: 60px;
}
.sec02_bt .con_box .font_s21 {
  position: absolute;
  left: 50%;
  top: -125px;
  transform: translateX(-50%);
  line-height: 1.15;
  text-align: center;
  width: 100%;
  z-index: 1;
  font-size: 42px;
}
.sec02_bt .con_box .logo {
  width: 249px;
  position: absolute;
  left: 146px;
  top: -85px;
}
.sec02_bt .con_box .img_box {
  width: 560px;
  margin: 0 auto;
}
.sec02_bt .con_box .seiko_item {
  width: 195px;
  position: absolute;
  right: 0;
  top: 140px;
}
.sec02_bt .flex_box,
.sec02_bt .flex_box .lt_box,
.sec02_bt .flex_box .rt_box {
  display: flex;
  justify-content: center;
}
.sec02_bt .flex_box .lt_box {
  margin-right: 45px;
}
.sec02_bt .flex_box .seiko_item {
  width: 215px;
  margin-top: 145px;
}
.sec02_bt .flex_box .lt_box .img_box {
  width: 211px;
}
.sec02_bt .flex_box .rt_box .img_box {
  width: 225px;
}
@media screen and (max-width: 1000px) {
  .sec02 .sec02_top .lead_txt {
    width: 74vw;
  }
  .sec02 .sec02_ct .inner {
    background: url('../img/seiko02/sec02_img01_pc.png') no-repeat;
    background-size: 82.2vw;
    background-position: 50% 0;
  }
  .sec02 .sec02_ct .con_box .feature_list {
    width: 26vw;
  }
  .sec02 .sec02_ct .con_box .feature_list li {
    margin-top: 2vw;
  }

  .sec02 .sec02_ct .con_box .seiko_item {
    width: 20.5vw;
    margin-top: 6vw;
  }
  .sec02_bt {
    margin-top: 25vw;
  }
  .sec02_bt .con_box {
    margin-bottom: 6vw;
  }
  .sec02_bt .con_box .font_s21 {
    top: -12.5vw;
    font-size: 4.2vw;
  }
  .sec02_bt .con_box .logo {
    width: 24.9vw;
    left: 14.6vw;
    top: -8.5vw;
  }
  .sec02_bt .con_box .img_box {
    width: 56vw;
  }
  .sec02_bt .con_box .seiko_item {
    width: 19.5vw;
    top: 14vw;
  }
  .sec02_bt .flex_box .lt_box {
    margin-right: 4.5vw;
  }
  .sec02_bt .flex_box .seiko_item {
    width: 21.5vw;
    margin-top: 14.5vw;
  }
  .sec02_bt .flex_box .lt_box .img_box {
    width: 21.1vw;
  }
  .sec02_bt .flex_box .rt_box .img_box {
    width: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .sec02_top .lead_txt {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec02 .sec02_ct {
    margin-top: 9.3333vw;
    overflow: hidden;
  }
  .sec02 .sec02_ct .inner {
    width: 100%;
    background: none;
  }
  .sec02 .sec02_ct .con_box {
    flex-direction: column;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .sec02 .sec02_ct .con_box .logo {
    right: 3.3333vw;
    width: 24.1333vw;
  }
  .sec02 .sec02_ct .con_box .feature_list {
    width: 93.3333vw;
    margin: 0 auto;
  }
  .sec02 .sec02_ct .con_box .feature_list .font_s18 {
    display: inline-block;
    font-size: 4vw;
  }
  .sec02 .sec02_ct .con_box .feature_list li {
    margin-top: 2.6667vw;
    padding-left: 1.5em;
    position: relative;
    counter-increment: step-counter;
    font-size: 3.6vw;
  }
  .sec02 .sec02_ct .con_box .feature_list li::before {
    font-size: 2.8000vw;
  }
  .sec02 .sec02_ct .blockSp_img {
    width: 100%;
    margin-top: 10.6667vw;
    margin-bottom: 4.6667vw;
  }
  .sec02 .sec02_ct .con_box .seiko_item {
    width: 93.3333vw;
    margin: 0 auto;
    text-align: center;
  }
  .sec02 .sec02_ct .con_box .seiko_item .item_txt {
    text-align: left;
  }

  .sec02_bt {
    margin-top: 17.3333vw;
  }
  .sec02_bt .con_box {
    margin-bottom: 8vw;
  }
  .sec02_bt .con_box .font_s21 {
    top: -9.7333vw;
    line-height: 1.15;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .sec02_bt .con_box .logo {
    width: 33.4667vw;
    left: -4vw;
    top: -9.3333vw;
  }
  .sec02_bt .con_box .img_box {
    width: 100%;
  }
  .sec02_bt .con_box .seiko_item {
    width: 100%;
    position: static;
    right: 0;
    top: 0;
    margin-top: 3.3333vw;
    text-align: center;
  }
  .sec02_bt .con_box .seiko_item .item_txt {
    text-align: left;
  }
  .sec02_bt .flex_box {
    flex-direction: column;
  }
  .sec02_bt .flex_box .rt_box {
    flex-direction: row-reverse;
    align-items: center;
  }
  .sec02_bt .flex_box .lt_box {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .sec02_bt .flex_box .seiko_item {
    width: 44vw;
    margin-top: 0;
  }
  .sec02_bt .flex_box .lt_box .img_box {
    width: 36.1333vw;
    margin-left: 4vw;
  }
  .sec02_bt .flex_box .rt_box .img_box {
    width: 38.5333vw;
    margin-right: 4vw;
  }
}


/* sec03 --------------------------- */
.sec03 .main_tit {
  font-size: 54px;
  text-align: center;
  margin-bottom: 35px;
}
.sec03 .lead_txt {
  width: 740px;
  margin: 0 auto;
}
.sec03 .sec03_top,
.sec03 .sec03_ct {
  position: relative;
}

.sec03 .sec03_top {
  margin-top: 100px;
}
.sec03 .sec03_top .num {
  position: absolute;
  left: 165px;
  top: -55px;
}
.sec03 .sec03_top .img_box {
  width: 306px;
  margin-left: 235px;
  margin-bottom: 20px;
}
.sec03 .sec03_top .seiko_item {
  text-align: center;
  width: 360px;
  margin-left: 200px;
}
.sec03 .sec03_top .seiko_item .item_txt {
  text-align: left;
}
.sec03 .sec03_top .img_box02,
.sec03 .sec03_top .item_txt02 {
  position: absolute;
}
.sec03 .sec03_top .img_box02 {
  width: 573px;
  top: -50px;
  right: 160px;
  z-index: -1;
}
.sec03 .sec03_top .item_txt02 {
  width: 240px;
  top: 250px;
  right: 140px;
}

.sec03 .sec03_ct {
  margin-top: 160px;
}
.sec03 .sec03_ct .illust {
  width: 475px;
  position: absolute;
  top: -275px;
  right: 80px;
  z-index: 1;
}
.sec03 .sec03_ct p.item_txt {
  width: 280px;
  position: absolute;
  right: 100px;
  top: -230px;
}

.sec03 .sec03_bt {
  display: flex;
  justify-content: center;
  margin-top: 20px;
} 
.sec03 .sec03_bt .seiko_item {
  width: 360px;
  text-align: right;
  margin-right: 35px;
}
.sec03 .sec03_bt .seiko_item .item_txt {
  text-align: left;
}
.sec03 .sec03_bt .img_box {
  width: 285px;
}
@media screen and (max-width: 1000px) {
  .sec03 .main_tit {
    font-size: 5.4vw;
    margin-bottom: 3.5vw;
  }
  .sec03 .lead_txt {
    width: 74vw;
  }
  .sec03 .sec03_top {
    margin-top: 10vw;
  }
  .sec03 .sec03_top .num {
    left: 6.5vw;
    top: -5.5vw;
  }
  .sec03 .sec03_top .img_box {
    width: 30.6vw;
    margin-left: 13.5vw;
    margin-bottom: 2vw;
  }
  .sec03 .sec03_top .seiko_item {
    width: 36vw;
    margin-left: 10vw;
  }
  .sec03 .sec03_top .img_box02 {
    width: 57.3vw;
    top: -5vw;
    right: 6vw;
  }
  .sec03 .sec03_top .item_txt02 {
    width: 24vw;
    top: 30vw;
    right: 14vw;
  }

  .sec03 .sec03_ct {
    margin-top: 25vw;
  }
  .sec03 .sec03_ct .illust {
    width: 40vw;
    top: -23vw;
    right: 6vw;
  }
  .sec03 .sec03_ct p.item_txt {
    width: 28vw;
    top: -20vw;
    right: 4vw;
  }

  .sec03 .sec03_bt .seiko_item {
    width: 36vw;
    margin-right: 3.5vw;
  }
  .sec03 .sec03_bt .img_box {
    width: 28.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 10.6667vw;
  }
  .sec03 .main_tit {
    font-size: 9.6000vw;
    margin-bottom: 6vw;
  }
  .sec03 .lead_txt {
    width: 93.3333vw;
  }
  .sec03 .sec03_top {
    margin-top: 8vw;
  }
  .sec03 .sec03_top .num {
    position: absolute;
    left: auto;
    right: 22vw;
    top: -5.3333vw;
  }
  .sec03 .sec03_top .img_box {
    width: 54.2667vw;
    margin-left: 3.3333vw;
    margin-bottom: 20px;
  }
  .sec03 .sec03_top .seiko_item {  
    text-align: left;
    width: 34.6667vw;
    margin-left: 0;
    position: absolute;
    top: 10.6667vw;
    right: 3.3333vw;
  }
  .sec03 .sec03_top .img_box02,
  .sec03 .sec03_top .item_txt02 {
    position: static;
  }
  .sec03 .sec03_top .img_box02 {
    width: 93.3333vw;
    margin: 4vw auto 0;
  }
  .sec03 .sec03_top .item_txt02 {
    width: 93.3333vw;
    margin: 4vw auto 0;
  }
  .sec03 .sec03_ct {
    margin-top: 36.1333vw;
  }
  .sec03 .sec03_ct .illust {
    width: 59.7333vw;
    position: absolute;
    top: -29.4vw;
    right: 3.3333vw;
  }
  .sec03 .sec03_ct p.item_txt {
    width: 93.3333vw;
    position: static;
    margin: 3.3333vw auto 0;
  }

  .sec03 .sec03_bt {
    margin-top: 8vw;
    align-items: center;
  } 
  .sec03 .sec03_bt .seiko_item {
    width: 34.6667vw;
    margin-right: 4.6667vw;
  }
  .sec03 .sec03_bt .img_box {
    width: 50.6667vw;
  }
  .sec03_bt-sp {
    width: 90vw;
    margin: 0 auto;
  }
}

/* sec04 --------------------------- */
.sec04_top .lead_txt {
  width: 740px;
  margin: 0 auto;
}
.sec04_ct {
  background: #000000;
  margin-top: 45px;
  margin-bottom: 50px;
}
.sec04_ct .inner {
  display: flex;
}
.sec04_ct .img_box {
  width: 362px;
  margin-left: 37px;
}
.sec04_ct .txt_box {
  width: 530px;
  margin-left: 30px;
  color: #ffffff;
  position: relative;
}
.sec04_ct .txt_box .seiko_item {
  margin-top: 40px;
}
.sec04_ct .txt_box .img_box02 {
  margin-top: 20px;
}
.sec04_ct .txt_box .item_txt02 {
  width: 335px;
  position: absolute;
  bottom: 30px;
  right: 0;
  word-break: break-all;
}

.sec04 .sec04_bt .lt_box,
.sec04 .sec04_bt .rt_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .sec04_bt .rt_box {
  flex-direction: row-reverse;
  margin-top: 10px;
}
.sec04 .sec04_bt .lt_box .seiko_item,
.sec04 .sec04_bt .rt_box .seiko_item {
  width: 440px;
}
.sec04 .sec04_bt .lt_box .seiko_item .name {
  text-align: right;
}
.sec04 .sec04_bt .lt_box .img_box {
  width: 338px;
  margin-left: 30px;
}
.sec04 .sec04_bt .rt_box .img_box {
  width: 360px;
  margin-right: 35px;
}
@media screen and (max-width: 1000px) {
  .sec04_ct .txt_box .seiko_item {
    margin-top: 4vw;
  }
  .sec04_ct .txt_box .item_txt02 {
    width: 33.5vw;
    bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-top: 10.6667vw;
    padding-bottom: 10.6667vw;
    margin-bottom: 10.6667vw;
  }
  .sec04_top .lead_txt {
    width: 93.3333vw;
  }
  .sec04_ct {
    margin-top: 7.3333vw;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .sec04_ct .inner {
    flex-direction: column;
  }
  .sec04_ct .img_box {
    width: 52.8vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec04_ct .txt_box {
    width: 93.3333vw;
    margin-top: 2.6667vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sec04_ct .txt_box .item_txt {
    text-align: left;
  }
  .sec04_ct .txt_box .img_box02 {
    margin-top: 20px;
  }
  .sec04_ct .txt_box .item_txt02 {
    width: 93.3333vw;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.3333vw;
    text-align: left;
  }

  .sec04 .sec04_bt .lt_box,
  .sec04 .sec04_bt .rt_box {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .sec04 .sec04_bt .rt_box {
    margin-top: 6.6667vw;
  }
  .sec04 .sec04_bt .lt_box .seiko_item,
  .sec04 .sec04_bt .rt_box .seiko_item {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec04 .sec04_bt .lt_box .seiko_item .name,
  .sec04 .sec04_bt .rt_box .seiko_item .name {
    text-align: center;
    margin-top: 3.3333vw;
  }
  .sec04 .sec04_bt .lt_box .img_box {
    width: 72.2667vw;
    margin-left: 0;
  }
  .sec04 .sec04_bt .rt_box .img_box {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }

}


/* sec05 --------------------------- */
.sec05 .inner {
  position: relative;
}
.sec05 .lead_txt {
  width: 740px;
  margin: 0 auto;
}
.sec05 .lead_txt02 {
  width: 520px;
  margin-left: 130px;
}
.sec05 .illust {
  width: 316px;
  position: absolute;
  top: 310px;
  right: 20px;
}
.sec05 .cont_box .img {
  width: 777px;
  margin-left: 200px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sec05 .lead_txt {
    width: 80vw;
  }
  .sec05 .lead_txt02 {
    width: 52vw;
    margin-left: 8vw;
  }
  .sec05 .illust {
    width: 31.6vw;
    top: 26vw;
    right: 2vw;
  }
  .sec05 .cont_box .img {
    width: 77.7vw;
    margin-left: 20vw;
    margin-top: 2.5vw;
    margin-bottom: 2vw;
  }
}
.sec05 ul {
  display: flex;
  width: 610px;
  margin: 0 auto;
}
.sec05 ul li {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
.sec05 ul li .item_txt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec05 .lead_txt {
    width: 93.3333vw;
  }
  .sec05 .lead_txt02 {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec05 .illust {
    width: 63.7333vw;
    position: static;
    margin: 0 auto 6.6667vw;
  }
  .sec05 .cont_box .img {
    width: 93.0667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.6667vw;
    margin-bottom: 2.6667vw;
  }
  .sec05 ul {
    width: 93.3333vw;
  }
  .sec05 ul li {
    width: 44vw;
  }
}


/* sec06 --------------------------- */
.sec06.inner {
  margin-bottom: 80px;
}
.sec06 .flex_block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.sec06 .flex_block .txt_block {
  width: 460px;
  margin-left: 40px;
}
.sec06 .flex_block .txt_block .main_tit {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.sec06 .flex_block .txt_block .main_tit span {
  font-size: 48px;
}
.sec06 .flex_block .item_block {
  width: 440px;
}
.sec06 .flex_block .item_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec06 .flex_block .item_block ul li {
  width: 440px;
  background: #000000;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.sec06 .flex_block .item_block ul li + li {
  margin-top: 40px;
}
.sec06 .flex_block .item_block ul li .txt_box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec06 .flex_block .item_block ul li .txt_box .item_titBox {
  position: absolute;
  top: -26px;
  left: 20px;
}
.sec06 .flex_block .item_block ul li .txt_box .num {
  font-size: 100px;
  margin-left: -35px;
}
.sec06 .flex_block .item_block ul li .txt_box .item_tit span {
  background: #00583b;
  line-height: 1.6;
}
.sec06 .flex_block .item_block ul li .txt_box .seiko_item {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.sec06 .flex_block .item_block ul li .seiko_item {
  width: 220px;
}
.sec06 .flex_block .item_block ul li:nth-child(1) .img_box {
  width: 215px;
  margin: 0 20px 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
.sec06 .flex_block .item_block ul li:nth-child(2) .img_box {
  width: 189px;
  padding-top: 30px;
  margin: 0 30px 0 auto;
}

.sec06 .item28_box {
  width: 920px;
  margin-top: 40px;
  margin-left: 30px;
  padding: 20px;
  background: #000000;
  color: #ffffff;
  position: relative;
}
.sec06 .item28_box .txt_box .item_titBox {
  margin-top: 55px;
  margin-bottom: 90px;
}
.sec06 .item28_box .txt_box .num {
  font-size: 100px;
  position: absolute;
  top: -30px;
  left: -15px;
}
.sec06 .item_tit span {
  color: #ffffff;
  background: #00583b;
  line-height: 1.6;
}
.sec06 .item28_box .txt_box .seiko_item {
  width: 240px;
}
.sec06 .item28_box .img_box {
  width: 724px;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.sec06 .item29_box {
  margin-top: 85px;
  margin-bottom: 70px;
  position: relative;
}
.sec06 .item29_box .item_titBox {
  position: absolute;
  top: -8px;
  left: 140px;
  display: flex;
  align-items: center;
}
.sec06 .item29_box .item_titBox .num {
  margin-right: 15px;
}
.sec06 .item29_box .img_box01 {
  width: 691px;
}
.sec06 .item29_box .seiko_item {
  width: 285px;
  position: absolute;
  top: 440px;
  left: 0;
}
.sec06 .item29_box .img_box02 {
  width: 168px;
  position: absolute;
  top: -30px;
  right: 60px;
}
.sec06 .item29_box .simg_block {
  width: 363px;
  position: absolute;
  top: 240px;
  right: 40px;
}
.sec06 .item29_box .simg_block .item_txt {
  margin: 15px 0; 
}

.sec06 .item3031_box .flex_block {
  flex-direction: row;
}
.sec06 .item3031_box ul li {
  position: relative;
}
.sec06 .item3031_box ul li:nth-child(1) {
  width: 440px;
}
.sec06 .item3031_box ul li:nth-child(2) {
  width: 500px;
  margin-top: 150px;
  margin-left: 60px;
}
.sec06 .item3031_box ul li:nth-child(1) .img_box {
  width: 293px;
  margin-left: 87px;
}
.sec06 .item3031_box ul li:nth-child(2) .img_box {
  margin-bottom: 20px;
}
.sec06 .item3031_box ul li:nth-child(1) .item_titBox {
  position: absolute;
  top: -20px;
  left: 0;
}
.sec06 .item3031_box ul li:nth-child(1) .item_titBox .num {
  margin-left: -5px;
}
.sec06 .item3031_box ul li:nth-child(1) .seiko_item {
  margin-top: -20px;
}
.sec06 .item3031_box ul li:nth-child(2) .num {
  position: absolute;
  top: -30px;
  left: -15px;
}
.sec06 .item3031_box ul li:nth-child(2) .item_tit {
  position: absolute;
  top: 345px;
  right: 10px;
}
@media screen and (max-width: 1000px) {
  .sec06 .flex_block .txt_block {
    width: 46vw;
    margin-left: 4vw;
  }
  .sec06 .flex_block .txt_block .main_tit {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
  .sec06 .flex_block .txt_block .main_tit span {
    font-size: 8vw;
    font-size: 4.8vw;
  }
  .sec06 .flex_block .item_block {
    width: 44vw;
  }
  .sec06 .flex_block .item_block ul li {
    width: 44vw;
  }
  .sec06 .flex_block .item_block ul li + li {
    margin-top: 4vw;
  }
  .sec06 .flex_block .item_block ul li .txt_box .item_titBox {
    position: absolute;
    top: -2.6vw;
    left: 2vw;
  }
  .sec06 .flex_block .item_block ul li .txt_box .num {
    font-size: 10vw;
    margin-left: -3.5vw;
  }
  .sec06 .flex_block .item_block ul li .txt_box .seiko_item {
    bottom: 2vw;
    left: 2vw;
  }
  .sec06 .flex_block .item_block ul li .seiko_item {
    width: 24vw;
  }
  .sec06 .flex_block .item_block ul li:nth-child(1) .img_box {
    width: 21.5vw;
    margin: 0 2vw 0 auto;
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .sec06 .flex_block .item_block ul li:nth-child(2) .img_box {
    width: 18.9vw;
    padding-top: 3vw;
    margin: 0 3vw 0 auto;
  }

  .sec06 .item28_box {
    width: 92vw;
    margin-top: 4vw;
    margin-left: 3vw;
    padding: 2vw;
  }
  .sec06 .item28_box .txt_box .item_titBox {
    margin-top: 5.5vw;
    margin-bottom: 9vw;
  }
  .sec06 .item28_box .txt_box .num {
    font-size: 10vw;
    top: -3vw;
    left: -1.5vw;
  }
  .sec06 .item28_box .txt_box .seiko_item {
    width: 24vw;
  }
  .sec06 .item28_box .img_box {
    width: 72.4vw;
    bottom: 3vw;
  }

  .sec06 .item29_box {
    margin-top: 8.5vw;
    margin-bottom: 7vw;
  }
  .sec06 .item29_box .item_titBox {
    top: -.8vw;
    left: 14vw;
  }
  .sec06 .item29_box .item_titBox .num {
    margin-right: 1.5vw;
  }
  .sec06 .item29_box .img_box01 {
    width: 65.1vw;
  }
  .sec06 .item29_box .seiko_item {
    width: 28.5vw;
    top: 44vw;
  }
  .sec06 .item29_box .img_box02 {
    width: 16.8vw;
    top: -3vw;
    right: 6vw;
  }
  .sec06 .item29_box .simg_block {
    width: 36.3vw;
    top: 24vw;
    right: 4vw;
  }

  .sec06 .item3031_box ul li:nth-child(1) {
    width: 44vw;
  }
  .sec06 .item3031_box ul li:nth-child(2) {
    width: 50vw;
    margin-top: 15vw;
    margin-left: 6vw;
  }
  .sec06 .item3031_box ul li:nth-child(1) .img_box {
    width: 29.3vw;
    margin-left: 8.7vw;
  }
  .sec06 .item3031_box ul li:nth-child(2) .img_box {
    margin-bottom: 2vw;
  }
  .sec06 .item3031_box ul li:nth-child(1) .item_titBox {
    top: -2vw;
  }
  .sec06 .item3031_box ul li:nth-child(1) .item_titBox .num {
    margin-left: -.5vw;
  }
  .sec06 .item3031_box ul li:nth-child(1) .seiko_item {
    margin-top: -2vw;
  }
  .sec06 .item3031_box ul li:nth-child(2) .num {
    top: -3vw;
    left: -1.5vw;
  }
  .sec06 .item3031_box ul li:nth-child(2) .item_tit {
    top: 34.5vw;
    right: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .sec06.inner {
    margin-bottom: 10.6667vw;
  }
  .sec06 .flex_block {
    flex-direction: column;
  }
  .sec06 .flex_block .txt_block {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06 .flex_block .txt_block .main_tit {
    font-size: 8vw;
    margin-bottom: 6.6667vw;
    text-align: center;
  }
  .sec06 .flex_block .txt_block .main_tit span {
    font-size: 12vw;
    line-height: 1;
  }
  .sec06 .flex_block .item_block {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
  }
  .sec06 .flex_block .item_block ul li {
    width: 100%;
  }
  .sec06 .flex_block .item_block ul li + li {
    margin-top: 5.3333vw;
  }
  .sec06 .flex_block .item_block ul li .txt_box .item_titBox {
    top: -5.0667vw;
    left: 3.3333vw;
  }
  .sec06 .flex_block .item_block ul li .txt_box .num {
    font-size: 16vw;
    margin-left: -5.3333vw;
    margin-bottom: 1.3333vw;
  }
  .sec06 .flex_block .item_block ul li .txt_box .seiko_item {
    bottom: 3.3333vw;
    left: 3.3333vw;
  }
  .sec06 .flex_block .item_block ul li .seiko_item {
    width: 34.6667vw;
  }
  .sec06 .flex_block .item_block ul li:nth-child(1) .img_box {
    width: 54.1333vw;
    margin: 0 5.3333vw 0 auto;
    padding-top: 12vw;
    padding-bottom: 18vw;
  }
  .sec06 .flex_block .item_block ul li:nth-child(2) .img_box {
    width: 47.4667vw;
    padding-top: 6vw;
    margin: 0 8vw 0 auto;
  }

  .sec06 .item28_box {
    width: 93.3333vw;
    margin-top: 5.3333vw;
    margin-left: auto;
    margin-right: auto;
    padding: 3.3333vw;
  }
  .sec06 .item28_box .txt_box .item_titBox {
    margin-top: 10vw;
    margin-bottom: 65.3333vw;
  }
  .sec06 .item28_box .txt_box .num {
    font-size: 16vw;
    top: -4.2667vw;
    left: -2vw;
  }
  .sec06 .item28_box .txt_box .seiko_item {
    width: 85.0667vw;
    margin-left: 0;
  }
  .sec06 .item28_box .img_box {
    width: 84vw;
    bottom: 30.9333vw;
    right: 4vw;
  }

  .sec06 .item29_box {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  .sec06 .item29_box .item_titBox {
    top: -5.6667vw;
    left: 16vw;
  }
  .sec06 .item29_box .item_titBox .num {
    margin-right: 1.6000vw;
  }
  .sec06 .item29_box .img_box01 {
    width: 92.1333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16vw;
  }
  .sec06 .item29_box .seiko_item {
    width: 52.8vw;
    top: 59.3333vw;
    left: 0;
  }
  .sec06 .item29_box .img_box02 {
    width: 23.2vw;
    top: 34vw;
    right: -0.6667vw;
  }
  .sec06 .item29_box .simg_block {
    width: 80vw;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06 .item29_box .simg_block .item_txt {
    margin: 2.6667vw 0 4vw; 
  }

  .sec06 .item3031_box .flex_block {
    flex-direction: column;
  }
  .sec06 .item3031_box ul li:nth-child(1) {
    width: 90.6667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06 .item3031_box ul li:nth-child(2) {
    width: 90.6667vw;
    margin-top: 6vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sec06 .item3031_box ul li:nth-child(1) .img_box {
    width: 54.4000vw;
    margin-left: 37.6000vw;
  }
  .sec06 .item3031_box ul li:nth-child(2) .img_box {
    margin-bottom: 2.6667vw;
  }
  .sec06 .item3031_box ul li:nth-child(1) .item_titBox {
    position: absolute;
    top: 10vw;
    left: -1.6000vw;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sec06 .item3031_box ul li:nth-child(1) .item_titBox .num {
    margin-left: 0;
    margin-right: 2vw;
  }
  .sec06 .item3031_box ul li:nth-child(1) .seiko_item {
    width: 36vw;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .sec06 .item3031_box ul li:nth-child(2) .num {
    top: -4.6667vw;
    left: -2vw;
  }
  .sec06 .item3031_box ul li:nth-child(2) .item_tit {
    top: 65.3333vw;
    right: 2.2667vw;
  }
  
}


/* Breadcrumb
---------------------------------------------------- */
.breadcrumb ul li.left a {
  color: #7c4300;
}
.breadcrumb ul li.left a::after {
  background:#7c4300;
}
.breadcrumb ul li.right a {
  color: #25357f;
}
.breadcrumb ul li.right a::after {
  background: #25357f;
}

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