h2 {
  font-size: 5vw;
  margin: 0 auto;
  line-height: 2.1;
  letter-spacing: 3px;
  font-weight: 300;
}
h2 small {
  font-size: 4vw;
}

h3 {
  font-weight: 300;
}

.nav-header li a.nav-main::before {
  width: 60%;
  height: 1px;
  background: #989898;
  content: '';
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.nav-header .nav2 {
  margin-top: 12vw;
  display: flex;
  margin-left: 5%;
}
.nav-header .nav2 a {
  padding: 11px 0;
  font-size: 14px;
}
.nav-header .nav2 a:after {
  content: '';
  height: 1px;
  background: #666666;
  display: inline-block;
  width: 12px;
  transform: translateY(-3px) translatex(6px);
}
.nav-header a.nav-main {
  position: relative;
  /* display: flex; */
  text-decoration: none;
  cursor: pointer;
  /* justify-content: center; */
  /* align-items: center; */
  letter-spacing: 0.07em;
  font-size: 13px;
  width: 100%;
  height: 100%;
  padding: 10px 2.5px;
  margin: 0 5%;
  font-weight: 300;
}


/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  padding: 19vw 0 36vw;
}
#sec1 h2 {
  margin: 8vw 0;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  position: relative;
}
#sec2:before {
  content: '';
  position: absolute;
  top: -20vw;
  right: -5%;
  width: 100%;
  height: 1px;
  background: var(--line);
  transform: rotate(-20deg);
}
#sec2 .row {
  display: flex;
  flex-direction: column-reverse;
}
#sec2 h2 {
  text-align: center;
  margin-top: 8vw;
}
#sec2 .txt {
  margin: 9vw 0 8vw;
}
#sec2 .btn-cus {
  margin-bottom: 8vw;
}
#sec2 h3 {
  margin: 7vw 0 -3vw;
  font-size: 5vw;
  text-align: center;
}
#sec2 .box {
  background: url(../img/shared/black_bg.jpg) repeat center top;
  color: #fff;
  padding: 5vw 5%;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 13vw 0;
  position: relative;
}
#sec3::before {
  content: '';
  position: absolute;
  top: 32vw;
  left: 0;
  width: 100%;
  height: 192vw;
  background: url(../img/shared/gray_background.jpg) repeat center top;
}
#sec3::after {
  content: '';
  position: absolute;
  top: 34vw;
  left: 2%;
  width: 95%;
  height: 186vw;
  border: 1px solid var(--line);
}
#sec3 .wrap {
  position: relative;
  z-index: 2;
}
#sec3 .photo1 {
  width: 61%;
}
#sec3 h2 {
  margin: 16vw auto 7vw;
  letter-spacing: 5px;
  font-size: 6vw;
  text-align: center;
}
#sec3 h2 small span {
  position: absolute;
  margin-top: -18vw;
  left: 50%;
  font-size: 6px;
}
#sec3 .photo2 {
  margin: 16vw 0% 0 40%;
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#sec4 {
  padding: 10vw 0 20vw;
}
#sec4 .ttl {
  font-size: 9px;
  text-align: right;
  overflow: hidden;
}
#sec4 .ttl span {
  position: relative;
}
#sec4 .ttl span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000%;
  height: 1px;
  transform: translateY(-50%);
  background: var(--line);
}
#sec4 h2 {
  text-align: center;
  margin: 12vw 0 17vw;
}
#sec4 .note {
  text-align: center;
}
#sec4 .note .big {
  font-size: 14px;
}
#sec4 .note .bigger {
  font-size: 15px;
}
#sec4 .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec4 h3 small {
  font-size: 4vw;
  /* margin-left: 13%; */
}
#sec4 .set1 {
  padding: 15vw 0 0;
}
#sec4 .set1 h3 {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 2px;
}
#sec4 .set1 .item1 .photo {
  width: 60%;
}
#sec4 .set1 .item1 h3 {
  margin: 15vw 0 0 0%;
  padding-left: 12%;
  position: relative;
  width: 40%;
  box-sizing: border-box;
}
#sec4 .set1 .item1 h3:before {
  content: '';
  position: absolute;
  top: -1vw;
  left: 21%;
  width: 1px;
  height: 13vw;
  background: var(--line);
}
#sec4 .set1 .item1 .txt {
  margin: 7vw 0 15vw;
}
#sec4 .set1 .item2 .row {
  align-items: start;
  justify-content: end;
}
#sec4 .set1 .item2 .photo {
  width: 68%;
}
#sec4 .set1 .item2 h3 {
  margin: 16vw 7% 0 0;
  position: relative;
  width: 32%;
  box-sizing: border-box;
}
#sec4 .set1 .item2 h3:before {
  content: '';
  position: absolute;
  bottom: -1vw;
  left: -6%;
  width: 106%;
  height: 1px;
  background: var(--line);
}
#sec4 .set1 .item2 .txt {
  margin: 10vw 0 15vw;
}
#sec4 .set2 h3 {
  margin-left: 43%;
  display: flex;
}
#sec4 .set2 h3 span {
  font-size: 9vw;
  background: url(../img/shared/black_bg.jpg) repeat center top;
  color: #fff;
  height: 29vw;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 4px;
  min-width: 27%;
}
#sec4 .set2 h3 small {
  margin-top: 10vw;
  margin-left: 3%;
  font-size: 4vw;
}
#sec4 .set2 .photo {
  position: relative;
}
#sec4 .set2 .photo::before {
  content: '';
  position: absolute;
  bottom: 23vw;
  left: -13%;
  width: 100%;
  height: 1px;
  transform: rotate(20deg);
  background: var(--line);
}
#sec4 .set2 .photo p:nth-child(1) {
  margin: 11vw 0 -5vw -8%;
  width: 91%;
  position: relative;
  z-index: 2;
}
#sec4 .set2 .photo p:nth-child(2) {
  width: 43%;
  margin-left: auto;
  margin-right: 0%;
}
#sec4 .set2 .txt {
  margin: 9vw 0px 21vw;
}
#sec4 .set3 .row1 .content {
  background: url(../img/shared/gray_background.jpg) repeat center top;
  margin-left: 5%;
  padding: 10vw 14% 14vw 9%;
  position: relative;
  margin-bottom: -6vw;
}
#sec4 .set3 .row1 .content:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  width: 103%;
  height: 93%;
  border: 1px solid var(--line);
}
#sec4 .set3 .row1 .content h3 {
  margin-bottom: 5vw;
  font-size: 5vw;
  text-align: center;
}
#sec4 .set3 .row1 .content h3 small {
  margin-left: 0;
  display: block;
}
#sec4 .set3 .row1 .photo {
  margin-left: 13%;
}
#sec4 .set3 .row2 {
  margin: 17vw 12% 19vw;
}
#sec4 .set3 .row2 h3 {
  font-size: 5vw;
  text-align: center;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid var(--line);
}
#sec4 .set3 .row2 .txt {
  margin-bottom: 5vw;
}
#sec4 .sec4-js h3 {
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: left;
  left: -15px;
}
#sec4 .sec4-js h3 span {
  font-size: 7vw;
  background: url(../img/shared/black_bg.jpg) repeat center top;
  display: inline-block;
  height: 30vw;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 8px;
}
#sec4 .sec4-js h3 small {
  font-size: 4vw;
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-left: 0;
  bottom: 80px;
  width: 100%;
  left: 68px;
  text-align: left;
  color: #202020;
}
#sec4 .sec4-js .sec4-slider {
  margin: -18vw -8% 0;
}
#sec4 .sec4-js .sec4-slider .slick-dots {
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  width: 72%;
  margin: -1vw auto 0;
}
#sec4 .sec4-js .sec4-slider .slick-dots li {
  margin: 0 2px 1vw;
  width: 30%;
  height: 15vw;
  width: 30%;
}
#sec4 .sec4-js .sec4-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: url(../img/index/sec4_js_p1.jpg) no-repeat center top;
  background-size: cover;
}
#sec4 .sec4-js .sec4-slider .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
#sec4 .sec4-js .sec4-slider .slick-dots li.slick-active button:before {
  opacity: 0;
}
#sec4 .sec4-js .sec4-slider .slick-dots li:nth-child(2) button {
  background: url(../img/index/sec4_js_p2.jpg) no-repeat center top;
  background-size: cover;
}
#sec4 .sec4-js .sec4-slider .slick-dots li:nth-child(3) button {
  background: url(../img/index/sec4_thumb.jpg) no-repeat center top;
  background-size: cover;
}
#sec4 .sec4-js .sec4-slider .slick-dots li:nth-child(4) button {
  background: url(../img/index/sec4_js_p4.jpg) no-repeat center top;
  background-size: cover;
}
#sec4 .sec4-js .sec4-slider .slick-dots li:nth-child(5) button {
  background: url(../img/index/sec4_js_p5.jpg) no-repeat center top;
  background-size: cover;
}
#sec4 .sec4-js .txt {
  margin: 10vw 0 19vw;
}
#sec4 .set4 .row {
  justify-content: end;
  align-items: start;
}
#sec4 .set4 .photo {
  width: 59%;
}
#sec4 .set4 h3 {
  font-size: 5vw;
  margin: 33vw 0% 0 0;
  position: relative;
  padding-right: 15%;
  box-sizing: border-box;
  width: 41%;
}
#sec4 .set4 h3:before {
  content: '';
  position: absolute;
  bottom: -1vw;
  left: -3%;
  width: 106%;
  height: 1px;
  background: var(--line);
}
#sec4 .set4 .txt {
  margin: 8vw 0 15vw;
}
#sec4 .set5 .row {
  flex-direction: column;
}
#sec4 .set5 .row1 {
  position: relative;
}
#sec4 .set5 .row1:before {
  content: '';
  position: absolute;
  top: 22vw;
  right: -8%;
  width: 94%;
  height: 72vw;
  background: url(../img/shared/gray_background.jpg) repeat center top;
}
#sec4 .set5 .row1 .photo1 p:nth-child(1) {
  width: 66%;
  margin: 0 0 0vw 8%;
}
#sec4 .set5 .row1 .photo1 p:nth-child(2) {
  position: relative;
  z-index: 2;
  width: 42%;
  margin-left: -4%;
}
#sec4 .set5 .row1 h3 {
  font-size: 5vw;
  letter-spacing: 2px;
  margin: -16vw -11% 8vw auto;
  position: relative;
  z-index: 2;
  width: 60%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#sec4 .set5 .row2 .photo2 {
  width: 63%;
  margin-left: auto;
}
#sec4 .set5 .row2 .txt {
  margin: 7vw 0 14vw;
}
#sec4 .set5 .row3 {
  flex-direction: row;
  align-items: start;
}
#sec4 .set5 .row3 .photo3 {
  width: 60%;
}
#sec4 .set5 .row3 h3 {
  margin: 16vw 0 0 0%;
  font-size: 5vw;
  position: relative;
  box-sizing: border-box;
  width: 40%;
  padding-left: 11%;
}
#sec4 .set5 .row3 h3:before {
  content: '';
  position: absolute;
  bottom: -1vw;
  left: 0;
  width: 106%;
  height: 1px;
  background: var(--line);
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#sec5 {
  background: url(../img/shared/black_bg.jpg) repeat center top;
  color: #fff;
  padding-bottom: 22vw;
}
#sec5 .row .photo1 {
  margin: 0 -8%;
  display: flex;
  position: relative;
  z-index: 2;
}
#sec5 .row .photo1 p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec5 .row .content {
  position: relative;
}
#sec5 .row .content .ttl {
  font-size: 9px;
  position: absolute;
  margin-top: 10vw;
  left: -1%;
}
#sec5 .row .content .ttl:before {
  content: '';
  position: absolute;
  top: -23vw;
  left: 0;
  width: 1px;
  height: 40vw;
  background: #fff;
}
#sec5 .row .content .ttl span {
  letter-spacing: 0px;
  position: relative;
  width: 21px;
  display: inline-block;
}
#sec5 .row .content .ttl span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 8px;
  width: 1px;
  height: 50vw;
  background: #fff;
}
#sec5 .row .content h2 {
  margin: 13vw 0 0 25%;
  letter-spacing: 5px;
}
#sec5 .row .content h2 .ml {
  margin-left: 23%;
  letter-spacing: 3px;
}
#sec5 .row .content .txt {
  margin: 13vw 0 0vw 5%;
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#sec6 {
  padding: 22vw 0 23vw;
}
#sec6 .row1 {
  display: flex;
  flex-direction: column-reverse;
}
#sec6 .row1 .photo {
  margin-top: 8vw;
  margin-bottom: 10vw;
}
#sec6 .row2 .floor {
  margin: 10vw -6% 16vw -2%;
}
#sec6 .box {
  padding: 11vw 0;
  background: url(../img/shared/black_bg.jpg) repeat center top;
  color: #fff;
}
#sec6 .box .btn-cus {
  margin: 5vw auto;
  width: 85%;
}
#sec6 .box .btn-cus a {
  height: 40px;
  line-height: 38px;
}
#sec6 .box .btn-cus a:before {
  background: #fff;
}
#sec6 .right {
  margin: 12vw 9% 0;
}
#sec6 .right h3 {
  text-align: center;
  font-size: 4.5vw;
  margin-bottom: 4vw;
}

/*=============================================
  ******************* sec7  **********************
  *=============================================*/
#sec7 .photo1 {
  margin: 0 -8%;
}
#sec7 .logo {
  width: 30%;
  margin: 15vw auto 11vw;
}
#sec7 .info {
  background: url(../img/shared/gray_background.jpg) repeat center top;
  padding: 16vw 7% 11vw;
  margin: 0 -7%;
}
#sec7 .info dl {
  display: flex;
  padding-bottom: 1.7vw;
  margin-bottom: 1.7vw;
  border-bottom: 1px solid var(--line);
}
#sec7 .info dl dt {
  width: 34%;
}
#sec7 .info dl dd {
  width: 66%;
}
#sec7 .tel {
  padding: 13vw 0 8vw;
}
#sec7 .tel dl {
  text-align: center;
}
#sec7 .tel dl dd {
  font-size: 5vw;
  letter-spacing: 1.5px;
}
#sec7 .tel .btn-cus {
  margin: 5vw auto;
  width: 57%;
}
#sec7 .tel .btn-cus a {
  height: 40px;
  line-height: 38px;
}
#sec7 .tel .btn-cus a:before {
  background: #000;
}
#sec7 .photo {
  width: 87%;
  margin: 0 auto 0vw;
}
#sec7 .border {
  text-align: center;
  padding: 1.5vw 0;
  width: 85%;
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/*=============================================
******************* gmap  **********************
*=============================================*/
#gmap {
  padding: 21vw 0 13vw;
}
#gmap h2 {
  font-size: 10px;
}
#gmap .gmap {
  margin-top: 1vw;
  filter: grayscale(100%);
}
#gmap .gmap iframe {
  height: 480px;
}
#gmap .btn-cus {
  margin: 7vw auto 0;
  width: 80%;
}

/*=============================================
******************* fixed-sp  *****************
*=============================================*/
#fixed-sp ul li {
  width: 25%;
}
#fixed-sp ul li:nth-child(1) {
  width: 50%;
}

#fixed-sp ul li:nth-child(3) {
  display: flex;
  justify-content: center;
}

/*=============================================
******************* PC  **********************
*=============================================*/
@media screen and (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 60px;
    letter-spacing: 8px;
  }
  h2 small {
    font-size: 20px;
  }
  /*=============================================
  ******************* header  ********************
  *=============================================*/
  #head-key .btn-eng {
    right: 320px;
    width: 130px;
  }
  #head-key .nav-h {
    flex-direction: column;
    top: 125px;
    right: 60px;
  }
  #head-key .nav-h a {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.25;
  }
  #head-key .nav-h a::before {
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 0;
  }
  #head-key .nav-h a.active::before,
  #head-key .nav-h a:hover::before {
    height: 1px;
    width: calc(100% + 13px);
  }
  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07em;
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding: 5px 7px;
    margin: 0 0;
    font-weight: 300;
  }
  .nav-header .btn-cus {
    right: 70px;
    top: 52px;
    font-weight: 300;
}
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 100px;
    max-width: 1000px;
    margin: -19px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
    margin-left: 40px;
  }
  .nav-header .nav2 {
    /* margin: 47px 0 0; */
    margin-top: 47px;
    position: absolute;
    left: 771px;
}
  .nav-header li a.nav-main::before {
    width: 100%;
    height: 1px;
    background: #989898;
    content: '';
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
  }


  /*=============================================
  ******************* sec1  **********************
  *=============================================*/
  #sec1 {
    padding: 211px 0 90px;
  }
  #sec1 .wrap {
    display: flex;
    max-width: 1140px;
  }
  #sec1 .txt {
    max-width: 460px;
    margin-top: 125px;
    line-height: 44px;
  }
  #sec1 .content {
    margin-left: 45px;
    margin-right: 20px;
    min-width: 400px;
  }
  #sec1 .photo {
    width: 654px;
    margin-top: 20px;
  }
  #sec1 h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 60px;
  }
  /*=============================================
  ******************* sec2  **********************
  *=============================================*/
  #sec2:before {
    top: auto;
    right: -5%;
    width: 1450px;
    transform: rotate(-21deg);
    bottom: 31vw;
  }
  #sec2 .wrap {
    max-width: 1205px;
  }
  #sec2 .row {
    flex-direction: row;
    justify-content: end;
  }
  #sec2 .row .content {
    max-width: 402px;
    margin-right: 96px;
    margin-left: 20px;
  }
  #sec2 .row .content h2 {
    margin: 43px 0 0 0px;
    letter-spacing: 4px;
    line-height: 53px;
    font-size: 24px;
    text-align: left;
  }
  #sec2 .row .content .txt {
    margin: 70px 0 47px 0px;
    max-width: 422px;
  }
  #sec2 .row .photo {
    width: 600px;
    height: 400px;
  }
  #sec2 .row .btn-cus {
    width: 390px;
  }
  #sec2 .box {
    width: 651px;
    box-sizing: border-box;
    margin: 19px auto 0;
    padding: 38px 0;
  }
  #sec2 .box h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    letter-spacing: 4px;
  }
  #sec2 .box .txt {
    text-align: center;
    padding: 0 50px;
    margin: 20px 0 0;
  }
  /*=============================================
  ******************* sec3  **********************
  *=============================================*/
  #sec3 {
    padding: 124px 0 68px;
  }
  #sec3:before {
    top: 245px;
    width: 900px;
    height: 795px;
    left: auto;
    right: calc(50% - 630px);
  }
  #sec3:after {
    width: 888px;
    height: 778px;
    left: auto;
    top: 252px;
    right: calc(50% - 624px);
  }
  #sec3 .row {
    display: flex;
  }
  #sec3 .photo1 {
    margin-left: -110px;
    width: 460px;
  }
  #sec3 .content {
    margin: 230px -20px 0 154px;
  }
  #sec3 .content .txt {
    max-width: 482px;
  }
  #sec3 h2 {
    font-size: 30px;
    margin: 0 0 65px 16px;
    letter-spacing: 7px;
    position: relative;
    text-align: left;
  }
  #sec3 h2 small span {
    margin-top: -53px;
    left: -48px;
    font-size: 10px !important;
    letter-spacing: 1px;
  }

  #sec3 h2 .small {
    font-size: 24px;
  }
  #sec3 .photo2 {
    margin: 61px 0 0 180px;
    width: 319px;
  }
  #sec3 .photo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /*=============================================
  ******************* sec4  **********************
  *=============================================*/
  #sec4 {
    padding: 100px 0 236px;
  }
  #sec4 .ttl {
    font-size: 10px;
  }
  #sec4 .ttl span:before {
    width: 1000px;
  }
  #sec4 h2 {
    margin: 77px 0 53px;
    letter-spacing: 4px;
    line-height: 55px;
  }
  #sec4 h3 small {
    font-size: 16px;
    margin-left: 14px;
  }
  #sec4 h3 .yakimono{
    margin-left: 0;
  }
  #sec4 .note .big {
    font-size: 16px;
  }
  #sec4 .note .bigger {
    font-size: 18px;
    letter-spacing: 3px;
  }
  #sec4 .set1 {
    padding-top: 121px;
  }
  #sec4 .set1 .wrap {
    max-width: 1172px;
    display: flex;
    justify-content: space-between;
  }
  #sec4 .set1 .item1 {
    margin-left: 67px;
    min-width: 380px;
  }
  #sec4 .set1 .item1 .row {
    flex-direction: column;
    align-items: start;
  }
  #sec4 .set1 .item1 h3 {
    font-size: 22px;
    margin: 27px 0 0 -23px;
    letter-spacing: 5px;
    width: 100%;
  }
  
  #sec4 .set1 .item1 h3:before {
    top: auto;
    bottom: -15px;
    width: 100%;
    height: 1px;
    left: 24px;
  }
  #sec4 .set1 .item1 .txt {
    max-width: 360px;
    margin: 28px 0 0 auto;
  }
  #sec4 .set1 .item1 .photo {
    width: 380px;
    height: 250px;
  }
  #sec4 .set1 .item2 {
    width: 500px;
  }
  #sec4 .set1 .item2 .row {
    flex-direction: column;
    align-items: end;
  }
  #sec4 .set1 .item2 h3 {
    font-size: 22px;
    margin: 81px auto 26px 56px;
    letter-spacing: 5px;
  }
  #sec4 .set1 .item2 h3::before {
    bottom: auto;
    left: -20px;
    top: -20px;
    width: 1px;
    height: 540px;
  }
  #sec4 .set1 .item2 .photo {
    width: 100%;
  }
  #sec4 .set1 .item2 .txt {
    margin: 25px 70px 0 60px;
  }
  #sec4 .set2 {
    padding-top: 104px;
    position: relative;
  }
  #sec4 .set2 .wrap {
    position: static;
  }
  #sec4 .set2 h3 {
    margin-left: auto;
    justify-content: end;
    padding-top: 106px;
  }
  #sec4 .set2 h3 span {
    font-size: 46px;
    height: 185px;
    min-width: 80px;
    line-height: 80px;
    letter-spacing: 15px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  #sec4 .set2 h3 small {
    margin: 71px 112px 0 11px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  #sec4 .set2 .photo {
    position: static;
  }
  #sec4 .set2 .photo:before {
    left: -50px;
    bottom: 14vw;
    width: 1380px;
    transform: rotate(20.5deg);
  }
  #sec4 .set2 .photo p:nth-child(1) {
    position: absolute;
    top: 108px;
    left: calc(50% - 499px);
    margin: 0;
    width: 490px;
    height: 330px;
  }
  #sec4 .set2 .photo p:nth-child(2) {
    width: 210px;
    height: 308px;
    margin: 14px 0 0 437px;
  }
  #sec4 .set2 .txt {
    margin: -214px 0 0 30px;
    max-width: 390px;
  }
  #sec4 .set3 {
    max-width: 1000px;
    width: 100%;
    margin: 271px auto 115px;
  }
  #sec4 .set3 .row1 {
    display: flex;
    justify-content: end;
  }
  #sec4 .set3 .row1 .content {
    padding: 0;
    margin-bottom: 0;
    margin-left: 38px;
    margin-top: 182px;
    max-width: 310px;
    background: none;
    z-index: 2;
  }
  #sec4 .set3 .row1 .content:before {
    width: 652px;
    height: 422px;
    top: -80px;
    left: -154px;
    transform: none;
  }
  #sec4 .set3 .row1 .content:after {
    content: '';
    position: absolute;
    top: -86px;
    left: -160px;
    width: 664px;
    height: 435px;
    background: url(../img/shared/gray_background.jpg) repeat center top;
    z-index: -1;
  }
  #sec4 .set3 .row1 .content h3 {
    font-size: 26px;
    letter-spacing: 5px;
    margin-bottom: 64px;
  }
  #sec4 .set3 .row1 .content .txt {
    letter-spacing: 1px;
  }
  #sec4 .set3 .row1 .photo {
    margin-left: 122px;
    margin-right: -120px;
    position: relative;
    z-index: 3;
  }
  #sec4 .set3 .row2 {
    display: flex;
    flex-direction: row-reverse;
    margin: 214px 0 0;
    justify-content: start;
    padding-left: 20px;
  }
  #sec4 .set3 .row2 h3 {
    font-size: 22px;
    text-align: left;
    padding: 70px 0 9px 94px;
    letter-spacing: 4px;
    margin-bottom: 27px;
  }
  #sec4 .set3 .row2 .content {
    width: 484px;
  }
  #sec4 .set3 .row2 .photo {
    height: 310px;
  }
  #sec4 .set3 .row2 .txt {
    margin-left: 94px;
  }
  #sec4 .sec4-js h3 {
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: left;
    left: 100px;
  }
  
  #sec4 .sec4-js h3 span {
    font-size: 46px;
    min-width: 80px;
    height: 185px;
    line-height: 80px;
    transform: translateX(3px);
  }
  #sec4 .sec4-js h3 small {
    font-size: 16px;
    display: inline-block;
    bottom: 107px;
    margin-left: -134px;
    color: #202020;
    text-align: center;
  }
  #sec4 .sec4-js .sec4-slider {
    margin: -85px 0 0;
  }
  #sec4 .sec4-js .sec4-slider .add-animation {
    animation: none !important;
    -webkit-animation: none !important;
  }
  #sec4 .sec4-js .sec4-slider .slick-dots {
    position: absolute;
    margin: 0;
    width: auto;
    display: flex !important;
    flex-direction: column;
    right: -40px;
    bottom: -60px;
  }
  #sec4 .sec4-js .sec4-slider .slick-dots li {
    width: 130px;
    height: 85px;
    margin-bottom: 4px;
  }
  #sec4 .sec4-js .sec4-slider .slick-dots li button:hover:before {
    opacity: 0;
  }
  #sec4 .sec4-js .txt {
    text-align: center;
    margin: 31px 0 140px;
  }
  #sec4 .set4 {
    margin-bottom: 197px;
  }
  #sec4 .set4 .row {
    justify-content: start;
  }
  #sec4 .set4 h3 {
    font-size: 22px;
    width: 476px;
    min-width: 476px;
    width: auto;
    padding-right: 0;
    margin: 125px 0 0px 104px;
  }
  #sec4 .set4 h3:before {
    width: 100%;
    bottom: -18px;
    left: 0px;
  }
  #sec4 .set4 .photo {
    width: 320px;
  }
  #sec4 .set4 .txt {
    max-width: 400px;
    margin: -262px 0 0 105px;
  }
  #sec4 .set5 .row1 {
    flex-direction: row;
  }
  #sec4 .set5 .row1:before {
    top: 77px;
    right: auto;
    left: 120px;
    width: 2000px;
    height: 357px;
  }
  #sec4 .set5 .row1 h3 {
    font-size: 22px;
    margin: -20px 0 0 226px;
    letter-spacing: 5px;
  }
  #sec4 .set5 .row1 h3 small {
    margin-left: 23px;
    margin-top: -5px;
  }
  #sec4 .set5 .row1 .photo1 p:nth-child(1) {
    width: 430px;
    margin: 0 0 0vw 100px;
  }
  #sec4 .set5 .row1 .photo1 p:nth-child(2) {
    width: 270px;
    margin-left: 20px;
  }
  #sec4 .set5 .row2 {
    flex-direction: row-reverse;
  }
  #sec4 .set5 .row2 .photo2 {
    width: 510px;
    margin-right: -42px;
    margin-top: -100px;
    margin-left: 0;
  }
  #sec4 .set5 .row2 .txt {
    max-width: 440px;
    margin: 57px 50px 0 0;
    letter-spacing: 1px;
  }
  #sec4 .set5 .row3 {
    margin-top: 74px;
  }
  #sec4 .set5 .row3 h3 {
    font-size: 22px;
    margin: 124px 0 0 122px;
    letter-spacing: 5px;
    width: auto;
    padding-left: 0;
  }
  #sec4 .set5 .row3 h3::before {
    bottom: -9px;
    left: -122px;
    width: 260px;
  }
  #sec4 .set5 .row3 .photo3 {
    width: 440px;
    margin-left: 93px;
  }

  
  /*=============================================
  ******************* sec5  **********************
  *=============================================*/
  #sec5 {
    position: relative;
    padding-bottom: 6px;
  }
  #sec5 .wrap {
    max-width: 1040px;
  }
  #sec5 .row .photo1 {
    margin: 0;
    flex-direction: column;
    width: 532px;
    position: absolute;
    top: -111px;
    right: -47px;
  }
  #sec5 .row .content .ttl {
    font-size: 12px;
    position: absolute;
    margin-top: 233px;
    left: -12px;
  }
  #sec5 .row .content .ttl:before {
    top: -83px;
    left: 10px;
    height: 154px;
  }
  #sec5 .row .content .ttl span {
    letter-spacing: 1px;
  }
  #sec5 .row .content .ttl span:before {
    left: 3px;
  }
  #sec5 .row .content h2 {
    margin: 0 0 0 66px;
    padding-top: 140px;
    font-size: 24px;
    line-height: 52px;
  }
  #sec5 .row .content .txt {
    margin: 73px 0 138px 64px;
    max-width: 361px;
  }
  /*=============================================
  ******************* sec6  **********************
  *=============================================*/
  #sec6 {
    padding: 163px 0 147px;
  }
  #sec6 .row1 {
    flex-direction: row;
  }
  #sec6 .row1 .photo {
    margin: 0 0 0 -30px;
  }
  #sec6 .row1 h2 {
    margin-top: 130px;
    font-size: 24px;
    padding-left: 96px;
    letter-spacing: 5px;
  }
  #sec6 .row1 h2 small {
    font-size: 20px;
  }
  #sec6 .row1 h2 span {
    font-size: 26px;
  }
  #sec6 .row2 {
    display: flex;
    margin-top: 45px;
    padding-left: 55px;
    margin-bottom: 120px;
  }
  #sec6 .row2 .txt {
    max-width: 420px;
  }
  #sec6 .row2 .floor {
    margin: -146px -36px 0 169px;
  }
  #sec6 .box {
    display: flex;
    padding: 60px 0 47px 0px;
  }
  #sec6 .box .btn-cus {
    width: 350px;
    margin: 63px 70px 0 120px;
  }
  #sec6 .box .btn-cus a {
    height: 56px;
    line-height: 54px;
    font-size: 13px;
  }
  #sec6 .box .right {
    max-width: 360px;
    margin: 0 0 0 12px;
  }
  #sec6 .box .right h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #sec6 .box .right .txt {
    line-height: 36px;
    margin-left: 3px;
  }
  /*=============================================
  ******************* sec7  **********************
  *=============================================*/
  #sec7 .wrap {
    max-width: 100%;
  }
  #sec7 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #sec7 .photo1 {
    margin: 0;
    width: calc(46% - 9px);
    min-height: 430px;
  }
  #sec7 .photo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec7 .logo {
    width: 216px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #sec7 .row2 {
    flex-direction: row-reverse;
    justify-content: start;
  }
  #sec7 .row2 .left {
    width: calc(46% - 9px);
  }
  #sec7 .row2 .left .tel {
    padding: 83px 0 0 28px;
    letter-spacing: 3px;
  }
  #sec7 .row2 .left .tel dl dd {
    margin-top: -10px;
    letter-spacing: 2px;
    font-size: 26px;
  }
  #sec7 .row2 .left .tel dl dd small {
    font-size: 18px;
  }
  #sec7 .row2 .left .btn-cus {
    width: 300px;
    padding-left: 4px;
    margin: 28px auto;
  }
  #sec7 .row2 .left .btn-cus a {
    height: 52px;
    line-height: 50px;
    font-size: 17px;
  }
  #sec7 .row2 .left .photo {
    width: 64%;
    padding-left: 46px;
    margin: 134px auto 0;
    min-width: 340px;
  }
  #sec7 .row2 .left .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec7 .row2 .left .border {
    width: 307px;
    padding: 29px 0 20px;
    transform: translateX(23px);
    letter-spacing: 3px;
    line-height: 2;
  }
  #sec7 .row2 .info {
    margin: 0;
    width: calc(54% + 9px);
    box-sizing: border-box;
    padding: 119px 0px 55px 120px;
  }
  #sec7 .row2 .info dl {
    line-height: 25px;
    padding-bottom: 14px;
    margin-bottom: 5px;
    width: 509px;
  }
  #sec7 .row2 .info dl dt {
    width: 148px;
  }
  #sec7 .row2 .info dl dd {
    width: calc(100% - 148px);
    min-width: 363px;
  }
  /*=============================================
  ******************* gmap  **********************
  *=============================================*/
  #gmap {
    padding: 87px 0 78px;
  }
  #gmap .wrap {
    max-width: 1100px;
  }
  #gmap h2 {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 25px;
    opacity: 0;
  }
  #gmap .gmap {
    margin-top: 22px;
  }
  #gmap .gmap iframe {
    height: 500px;
  }
  #gmap .g-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: start;
  }
  #gmap .g-btn .btn-cus {
    margin: 0;
    width: 173px;
  }
  #gmap .g-btn .btn-cus a {
    height: 29px;
    line-height: 27px;
  }
  #gmap .g-btn .btn2 {
    font-size: 11px;
    margin: -4px 20px 0 0;
    color: #202020;
    opacity: 0;
  }
  #gmap .g-btn .btn2 a {
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
  }
  #gmap .g-btn .btn2 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
  }
  #gmap .g-btn .btn2 a:hover:before {
    border-bottom: 0px;
  }
  footer .right {
    padding-top: 21px;
  }
}

@media (min-width: 999px) and (max-width: 1100px) {
  #sec7 .row2 .info {
    padding-left: 50px;
  }
  #sec4 .sec4-js .sec4-slider .slick-dots {
    right: -10px;
  }
}

@media (min-width: 999px) and (max-width: 1400px){
  .nav-header .btn-cus {
      right: 34px;
  }
  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07em;
    font-size: 10px;
    width: 100%;
    height: 100%;
    padding: 5px 6px;
    margin: 0 0;
    font-weight: 300;
  }
  .nav-header .nav2 {
    /* margin: 47px 0 0; */
    margin-top: 47px;
    position: absolute;
    left: 650px;
  }
}
.txt {
  text-align: initial;
}

/*# sourceMappingURL=english.css.map */
