.secSuzu {
  position: fixed;
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--c-wh);
  transition: all 0.6s;
  z-index: 2;
  overflow-y: auto;
}
.secSuzu h2 {
  color: #B30627;
  font-size: 40px;
  font-weight: 500;
  text-align: left;
}
.secSuzu .logoPos {
  top: 110px;
  left: 110px;
}
.secSuzu .backbtn {
  padding-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secSuzu .backbtn p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.secSuzu .backbtn p:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 28%;
  left: -20px;
}
.secSuzu .flexBox {
  justify-content: flex-start;
  align-items: center;
  padding: 100px 0;
  width: 100%;
}
.secSuzu .flexBox h2 + p {
  font-size: 25px;
  padding-bottom: 80px;
}
.secSuzu .flexBox p {
  color: #fff;
}
.secSuzu {
  background-color: rgb(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

.secSuzu {
  padding-top: 100px;
}
.secSuzu .visibleWrap {
  text-align: center;
  opacity: 0;
  animation-name: fadein2;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.secSuzu .contentArea {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.secSuzu .contentArea h2 {
  color: #fff;
  font-size: 34px;
}
.secSuzu .contentArea p {
  color: #fff;
}
.secSuzu .contentArea .backbtn {
  padding-top: 20px;
  margin-right: auto;
  margin-left: 25px;
}
.secSuzu .contentArea .backbtn p {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  position: relative;
}
.secSuzu .contentArea .backbtn p:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 28%;
  left: -20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.secSuzu .contentArea .content {
  border-top: 1px solid #CEAC56;
  padding-top: 40px;
  margin: 30px auto 100px;
  text-align: center;
}
.secSuzu .contentArea .content .textArea {
  border-bottom: 1px solid #646464;
}
.secSuzu .contentArea .content .textArea .flexTable {
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
}
.secSuzu .contentArea .content .textArea .flexTable .leftArea {
  width: 135px;
}
.secSuzu .contentArea .content .textArea .flexTable .leftArea h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.secSuzu .contentArea .content .textArea .flexTable .rightArea {
  width: 100%;
}
.secSuzu .contentArea .content .textArea .flexTable .rightArea p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.78;
}
.secSuzu .contentArea .content .textArea .center {
  justify-content: center;
}
.secSuzu .contentArea .content .textArea:first-of-type .flexTable {
  padding-top: 48px;
}
.secSuzu .contentArea .btn {
  margin: 0 auto 20px;
  max-width: 316px;
  width: 90%;
}
.secSuzu .contentArea .btn a {
  background: none;
  border: 1px solid #CEAC56;
}
.secSuzu .contentArea .btn a p {
  color: #CEAC56;
}
.secSuzu .contentArea .btn a:hover:before {
  background: #CEAC56;
}
.secSuzu .contentArea .enArea {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secSuzu .contentArea .enArea a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.secSuzu .contentArea .enArea a p {
  border-bottom: 1px solid #CEAC56;
  color: #CEAC56;
}
.secSuzu .contentArea .enArea + .backbtn {
  margin: 50px auto 150px;
}

@media screen and (max-width: 1800px) {
  .secSuzu .logoPos {
    top: 80px;
    right: 100px;
    width: 100px;
    left: initial;
  }
}
@media screen and (max-width: 999px) {
  .secSuzu .logoPos {
    width: 50%;
    min-width: 90px;
    max-width: 250px;
  }
  .secSuzu {
    padding-top: 30px;
  }
  .secSuzu .visibleWrap {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .secSuzu .contentArea {
    width: 100%;
  }
  .secSuzu .contentArea h2 {
    text-align: left;
    padding-top: 70px;
  }
  .secSuzu .contentArea .content .textArea .flexTable {
    flex-direction: column;
  }
  .secSuzu .contentArea .content .textArea .flexTable h3 {
    padding-bottom: 20px;
  }
    
    .secSuzu .contentArea h2 {
        font-size: 28px;
    }    
}/*# sourceMappingURL=suzu.css.map */