/* _setting CSS */
#contents .sec1 {
  margin: 0 0 140px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 {
    margin: -2.6666666667vw 0 13.3333333333vw;
  }
}
#contents .sec1 .hd {
  padding: 30px 0 80px;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .hd {
    line-height: 1.4;
    padding: 0 0 9.3333333333vw;
    font-size: 7rem;
  }
}
#contents .sec1 .hd span {
  color: #b69031;
}
#contents .sec1 .hd ruby rt {
  position: relative;
  top: -5px;
  font-size: 1.2rem;
  letter-spacing: none;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .hd ruby rt {
    font-size: 2rem;
  }
}
#contents .sec1 .sec_1 {
  position: relative;
}
@media all and (min-width: 1001px) {
  #contents .sec1 .sec_1 {
    padding: 0 530px 180px 0;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec1 .sec_1 .img1 {
    position: absolute;
    top: 0;
    right: -100px;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .sec_1 .img1 {
    margin: 4vw 0 26.6666666667vw;
  }
}
#contents .sec1 .sec_1 h3 {
  padding: 25px 0 0;
  margin: 0 0 40px;
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .sec_1 h3 {
    font-size: 4rem;
    margin: 0 0 5.3333333333vw;
    padding: 0;
  }
}
#contents .sec1 .sec_1 p {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .sec_1 p {
    font-size: 2.8rem;
  }
}
#contents .sec1 .sec_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.9;
  height: 400px;
  background: url("../images/franchise/sec1_img2.webp") no-repeat center/cover;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 .sec_2 {
    height: 186.6666666667vw;
    padding: 0 6.6666666667vw;
    line-height: 1.6;
    background-image: url("../images/franchise/sp_sec1_img2.webp");
    font-size: 5rem;
    text-align: left;
  }
}
#contents .sec2 .inner {
  position: relative;
  padding: 70px 0 80px 470px;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner {
    padding: 9.3333333333vw 0 8vw;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec2 .inner h3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px 100px 0 45px;
    font-size: 3.4rem;
    writing-mode: vertical-lr;
    border-top: 1px solid #b69031;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner h3 {
    line-height: 1.4;
    padding: 0 0 0 6.6666666667vw;
    margin: 0 0 9.3333333333vw;
    border-left: 1px solid #b69031;
    font-size: 5rem;
  }
}
#contents .sec2 .inner ul li {
  position: relative;
  margin: 0 0 75px;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner ul li {
    margin: 0 0 6vw;
  }
}
#contents .sec2 .inner ul li h4 {
  margin: 0 0 20px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner ul li h4 {
    margin: 0 0 4vw;
    font-size: 4rem;
  }
}
#contents .sec2 .inner ul li p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner ul li p {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec2 .inner ul li .img {
    position: absolute;
    top: -20px;
    left: -205px;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner ul li .img {
    margin: 0 0 5.3333333333vw;
    text-align: center;
  }
  #contents .sec2 .inner ul li .img img {
    width: 32vw;
  }
}
#contents .sec3 {
  position: relative;
  padding: 60px 180px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 {
    padding: 9.3333333333vw 6.6666666667vw 26.6666666667vw;
  }
}
#contents .sec3::before {
  content: "support";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  color: #f8f8f8;
  font-family: "Courier Prime", monospace;
  font-size: 13rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec3::before {
    font-size: 15rem;
    width: 100%;
    text-align: center;
  }
}
#contents .sec3 section {
  position: relative;
  margin: 0 0 70px;
}
#contents .sec3 section h3 {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  font-size: 3.6rem;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section h3 {
    display: block;
    margin: 0 0 6.6666666667vw;
    font-size: 5rem;
  }
}
#contents .sec3 section h3 > span {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  margin: 0 35px 0 0;
  color: #b69031;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section h3 > span {
    line-height: 1.4;
    margin: 0;
    font-size: 3.2rem;
  }
}
#contents .sec3 section h3 > span span {
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
  font-size: 5rem;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section h3 > span span {
    font-size: 7.2rem;
  }
}
#contents .sec3 section .list1 > li {
  position: relative;
  padding: 0 0 40px 90px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .list1 > li {
    padding: 0 0 6.6666666667vw 5.3333333333vw;
  }
}
#contents .sec3 section .list1 > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 45px;
  width: 1px;
  height: 100%;
  background: #b69031;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .list1 > li::before {
    top: 2.6666666667vw;
    left: 6px;
  }
}
#contents .sec3 section .list1 > li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 39px;
  width: 13px;
  height: 13px;
  border: 1px solid #b69031;
  border-radius: 100%;
  Background: #fff;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .list1 > li::after {
    top: 2.6666666667vw;
    left: 0;
  }
}
#contents .sec3 section .list1 > li:last-child::before {
  display: none;
}
#contents .sec3 section .list1 > li h4 {
  margin: 0 0 20px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .list1 > li h4 {
    margin: 0 0 2.6666666667vw;
    font-size: 3.6rem;
  }
}
#contents .sec3 section .list1 > li ul li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .list1 > li ul li {
    margin: 0 0 2.6666666667vw;
  }
}
#contents .sec3 section .list1 > li ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #b69031;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .list1 > li ul li::before {
    top: 2.6666666667vw;
    width: 3.2vw;
  }
}
#contents .sec3 section .bottom_text {
  margin: 0 0 140px;
  padding: 30px 0 0;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 section .bottom_text {
    margin: 0;
    padding: 60vw 0 16.6666666667vw;
    font-size: 5rem;
    text-align: left;
  }
}
#contents .sec3 .contact {
  background: #f8f8f8;
}
@media all and (min-width: 1001px) {
  #contents .sec3 .contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .contact {
    padding: 14.6666666667vw 0 26.6666666667vw;
  }
}
#contents .sec3 .contact span,
#contents .sec3 .contact a {
  margin: 0 50px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .contact span,
#contents .sec3 .contact a {
    margin: 0;
  }
}
#contents .sec3 .contact span {
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .contact span {
    display: block;
    margin: 0 0 6.6666666667vw;
    font-size: 4rem;
    text-align: center;
  }
}
#contents .sec3 .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 260px;
  height: 66px;
  border: 1px solid #b69031;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .contact a {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
    margin: 0 auto;
    font-size: 2.8rem;
  }
}
#contents .sec3 .contact a i {
  position: relative;
  top: 2px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .contact a i {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 1001px) {
  #contents .sec3 .contact a {
    transition: 0.3s;
  }
  #contents .sec3 .contact a:hover {
    opacity: 0.7;
  }
}
#contents .sec3 .img1 {
  position: absolute;
  bottom: 200px;
  right: 649px;
  width: 554px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .img1 {
    bottom: 142.6666666667vw;
    right: -0.2666666667vw;
    width: 92.5333333333vw;
  }
}

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