@charset "UTF-8";
.dn {
  display: none;
}

@media screen and (max-width: 1399px) {
  .dn-xl {
    display: none;
  }

  .db-xl {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .dn-lg {
    display: none;
  }

  .db-lg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .dn-md {
    display: none;
  }

  .db-md {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dn-sm {
    display: none;
  }

  .db-sm {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .dn-xs {
    display: none;
  }

  .db-xs {
    display: block;
  }
}
.renew2205_schedule img,
.renew2205_faq img,
.renew2205_jungle img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.renew2205_schedule {
  margin: 40px 0;
}
.renew2205_schedule-tab {
  display: flex;
  flex-wrap: wrap;
}
.renew2205_schedule-tab input[name="renew2205_schedule-tab-item"] {
  display: none;
}
.renew2205_schedule-tab input[name="renew2205_schedule-tab-item"]:checked + .renew2205_schedule-tab-item:before {
  height: 8px;
  background-color: #e0301e;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab input[name="renew2205_schedule-tab-item"]:checked + .renew2205_schedule-tab-item:before {
    height: 4px;
  }
}
.renew2205_schedule-tab #renew2205_schedule-tab-01:checked ~ #renew2205_schedule-tab-01-content,
.renew2205_schedule-tab #renew2205_schedule-tab-02:checked ~ #renew2205_schedule-tab-02-content,
.renew2205_schedule-tab #renew2205_schedule-tab-03:checked ~ #renew2205_schedule-tab-03-content {
  display: block;
}
.renew2205_schedule-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-item {
    height: 70px;
    font-size: 12px;
  }
}
.renew2205_schedule-tab-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cdcdcd;
  transition: height .3s ease-out;
}
.renew2205_schedule-tab-item:hover:before {
  height: 8px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-item:hover:before {
    height: 4px;
  }
}
.renew2205_schedule-tab-content {
  display: none;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.renew2205_schedule-tab-content-ttl {
  margin: 0 0 40px;
  padding-left: 1em;
  font-size: 28px;
  font-weight: bold;
  border-left: 10px solid #e0301e;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-ttl {
    font-size: 20px;
  }
}
.renew2205_schedule-tab-content-body {
  display: flex;
}
@media screen and (max-width: 991px) {
  .renew2205_schedule-tab-content-body {
    flex-direction: column;
  }
}
.renew2205_schedule-tab-content-body-prof {
  flex: 0 0 auto;
  width: 260px;
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-prof {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .renew2205_schedule-tab-content-body-prof {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-prof {
    display: block;
  }
}
.renew2205_schedule-tab-content-body-prof .sc__img {
  width: 142px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 991px) {
  .renew2205_schedule-tab-content-body-prof .sc__img {
    flex: 0 0 auto;
    margin: 10px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-prof .sc__img {
    margin: 0 auto 10px;
  }
}
.renew2205_schedule-tab-content-body-prof .sc__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .renew2205_schedule-tab-content-body-prof .sc__txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-prof .sc__txt {
    margin-top: 5px;
    text-align: center;
  }
}
.renew2205_schedule-tab-content-body-prof .sc__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .renew2205_schedule-tab-content-body-prof .sc__name {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-prof .sc__name {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
  }
}
.renew2205_schedule-tab-content-body-prof .sc__name a {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .renew2205_schedule-tab-content-body-prof .sc__name a {
    margin-left: 0;
  }
}
.renew2205_schedule-tab-content-body-prof .sc__name a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border-top: 2px solid #e0301e;
  border-right: 2px solid #e0301e;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-prof .sc__name a:after {
    width: 10px;
    height: 10px;
  }
}
.renew2205_schedule-tab-content-body-timeline {
  overflow: hidden;
}
.renew2205_schedule-tab-content-body-timeline-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 10px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item {
    flex-direction: column;
    padding: 10px 0 10px 5px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item:before {
    width: 30px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item:first-child {
  padding-top: 0;
}
.renew2205_schedule-tab-content-body-timeline-item:first-child:before {
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}
.renew2205_schedule-tab-content-body-timeline-item:last-child:before {
  height: 60px;
  border-bottom-left-radius: 99px;
  border-bottom-right-radius: 99px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item:last-child:before {
    height: 40px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time {
  max-width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time {
    width: 100% !important;
    padding-top: 5px;
  }
}
#renew2205_schedule-tab-01-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(4) .renew2205_schedule-tab-content-body-timeline-item-time {
  min-width: 240px;
}
@media screen and (max-width: 1199px) {
  #renew2205_schedule-tab-01-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(6) .renew2205_schedule-tab-content-body-timeline-item-time {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  #renew2205_schedule-tab-02-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(1) .renew2205_schedule-tab-content-body-timeline-item-time {
    width: 69%;
  }
}
#renew2205_schedule-tab-02-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(2) .renew2205_schedule-tab-content-body-timeline-item-time {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  #renew2205_schedule-tab-02-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(2) .renew2205_schedule-tab-content-body-timeline-item-time {
    width: 60%;
  }
}
#renew2205_schedule-tab-02-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(5) .renew2205_schedule-tab-content-body-timeline-item-time {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  #renew2205_schedule-tab-02-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(5) .renew2205_schedule-tab-content-body-timeline-item-time {
    width: 60%;
  }
}
#renew2205_schedule-tab-03-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(2) .renew2205_schedule-tab-content-body-timeline-item-time {
  width: 60%;
}
@media screen and (max-width: 1399px) {
  #renew2205_schedule-tab-03-content .renew2205_schedule-tab-content-body-timeline-item:nth-child(4) .renew2205_schedule-tab-content-body-timeline-item-time {
    width: 70%;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li {
  display: flex;
  margin: 0;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li {
    flex-direction: column;
    padding-left: 50px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li:before, .renew2205_schedule-tab-content-body-timeline-item-time li:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #e0301e;
}
.renew2205_schedule-tab-content-body-timeline-item-time li:before {
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 99px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li:before {
    width: 20px;
    height: 20px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li:after {
  top: 14px;
  width: 60px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li:after {
    top: 9px;
    width: 40px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li + li {
    margin-top: 20px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li .sc__time {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #e0301e;
  line-height: 1;
  padding-top: 7px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li .sc__time {
    padding-top: 2px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt {
    margin-top: 5px;
    padding-left: 0;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .ttl {
    font-size: 18px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .ttl:before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: calc(100% + 100px);
  height: 30px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .ttl:before {
    content: none;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .txt {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-time li .sc__txt .txt {
    margin-top: 5px;
    font-size: 16px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-img {
  flex: 0 0 auto;
  max-width: 195px;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-img {
    flex: 1 0 auto;
    width: calc(100% - 50px);
    max-width: none;
    margin-top: 10px;
    margin-left: 50px;
    text-align: center;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-baloon {
  margin-left: 30px;
  padding: 20px;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon {
    margin-left: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon {
    margin-top: 10px;
    margin-left: 50px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-baloon:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 100%;
  width: 100vw;
  height: 2px;
  background-color: rgba(125, 125, 125, 0.2);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon:before {
    content: none;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-baloon.-flex {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon.-flex {
    flex-wrap: wrap;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-baloon-img {
  flex: 0 0 auto;
  width: 180px;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 1399px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon-img {
    width: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon-img {
    width: 180px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon-img {
    width: 100%;
    text-align: center;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-baloon .sc__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon .sc__ttl {
    font-size: 15px;
  }
}
.renew2205_schedule-tab-content-body-timeline-item-baloon .sc__ttl a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-top: 2px solid #e0301e;
  border-right: 2px solid #e0301e;
  transform: rotate(45deg);
}
.renew2205_schedule-tab-content-body-timeline-item-baloon .sc__txt {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .renew2205_schedule-tab-content-body-timeline-item-baloon .sc__txt {
    font-size: 14px;
  }
}

.renew2205_faq {
  margin: 40px 0;
}
.renew2205_faq-tab {
  display: flex;
  flex-wrap: wrap;
}
.renew2205_faq-tab input[name="renew2205_faq-tab-item"] {
  display: none;
}
.renew2205_faq-tab input[name="renew2205_faq-tab-item"]:checked + .renew2205_faq-tab-item:before {
  height: 8px;
  background-color: #e0301e;
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab input[name="renew2205_faq-tab-item"]:checked + .renew2205_faq-tab-item:before {
    height: 4px;
  }
}
.renew2205_faq-tab #renew2205_faq-tab-01:checked ~ #renew2205_faq-tab-01-content,
.renew2205_faq-tab #renew2205_faq-tab-02:checked ~ #renew2205_faq-tab-02-content,
.renew2205_faq-tab #renew2205_faq-tab-03:checked ~ #renew2205_faq-tab-03-content {
  display: block;
}
.renew2205_faq-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab-item {
    height: 70px;
    font-size: 16px;
  }
}
.renew2205_faq-tab-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cdcdcd;
  transition: height .3s ease-out;
}
.renew2205_faq-tab-item:hover:before {
  height: 8px;
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab-item:hover:before {
    height: 4px;
  }
}
.renew2205_faq-tab-content {
  display: none;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.renew2205_faq-tab-content-item {
  border-bottom: 1px solid #cccccc;
}
.renew2205_faq-tab-content-item input[name="renew2205_faq-tab-content-item-q"] {
  display: none;
}
.renew2205_faq-tab-content-item input[name="renew2205_faq-tab-content-item-q"]:checked ~ .renew2205_faq-tab-content-item-q:after {
  transform: translateY(-2px) rotate(-135deg);
}
.renew2205_faq-tab-content-item input[name="renew2205_faq-tab-content-item-q"]:checked ~ .renew2205_faq-tab-content-item-a {
  line-height: 1.8;
  padding-bottom: 20px;
}
.renew2205_faq-tab-content-item input[name="renew2205_faq-tab-content-item-q"]:checked ~ .renew2205_faq-tab-content-item-a p {
  line-height: 1.8;
  opacity: 1;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab-content-item input[name="renew2205_faq-tab-content-item-q"]:checked ~ .renew2205_faq-tab-content-item-a p {
    padding-top: 0;
  }
}
.renew2205_faq-tab-content-item-q {
  display: block;
  padding: 20px 60px 20px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab-content-item-q {
    font-size: 16px;
    padding-right: 30px;
  }
}
.renew2205_faq-tab-content-item-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #7d7d7d #7d7d7d transparent;
  transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab-content-item-q:after {
    right: 4px;
  }
}
.renew2205_faq-tab-content-item-a {
  line-height: 0;
  transition: all .4s ease-out;
}
.renew2205_faq-tab-content-item-a p {
  font-size: 16px;
  transition: opacity .4s ease-out, line-height .4s ease-out;
  line-height: 0;
  opacity: 0;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .renew2205_faq-tab-content-item-a p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_faq-tab-content-item-a p {
    padding-left: 0;
    font-size: 15px;
  }
}
.renew2205_faq-tab-content-item-a p a:after {
  content: "→";
  font-weight: bold;
  color: #e0301e;
  display: inline-block;
  margin-left: 5px;
}

.renew2205_jungle {
  margin: 40px 0;
  position: relative;
}
.renew2205_jungle-bg {
  width: 1160px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-bg {
    width: 900px;
    padding: 120px 0;
  }
}
@media screen and (max-width: 1399px) {
  .renew2205_jungle-bg {
    width: 720px;
    padding: 160px 0;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-bg {
    padding: 90px 0;
  }
}
@media screen and (max-width: 991px) {
  .renew2205_jungle-bg {
    width: 520px;
    padding: 130px 0;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_jungle-bg {
    width: 100%;
    max-width: 355px;
    padding: 0;
  }
}
.renew2205_jungle-lists {
  margin: 0;
  padding: 0;
}
.renew2205_jungle-list {
  position: absolute;
  width: 400px;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1399px) {
  .renew2205_jungle-list {
    width: 360px;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-list {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_jungle-list {
    position: static;
    width: 100%;
    transform: translate(0) !important;
    margin-top: 40px !important;
  }
}
.renew2205_jungle-list.-list01 {
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-list.-list01 {
    left: 0;
  }
}
.renew2205_jungle-list.-list02 {
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
.renew2205_jungle-list.-list03 {
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-list.-list03 {
    right: 0;
  }
}
.renew2205_jungle-list.-list04 {
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.renew2205_jungle-list a {
  display: inline-block;
  transition: opacity .4s;
}
.renew2205_jungle-list a:hover {
  text-decoration: none;
  opacity: .8;
}
.renew2205_jungle-list-img img {
  width: 144px;
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-list-img img {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-list-img img {
    width: 144px;
  }
}
.renew2205_jungle-list-ttl {
  margin-top: 15px;
}
.renew2205_jungle-list-ttl img {
  height: 44px;
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-list-ttl img {
    height: 33px;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-list-ttl img {
    height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .renew2205_jungle-list-ttl img {
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_jungle-list-ttl img {
    height: 26px;
  }
}
.renew2205_jungle-list-ttl-ja {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-list-ttl-ja {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-list-ttl-ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .renew2205_jungle-list-ttl-ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_jungle-list-ttl-ja {
    font-size: 18px;
  }
}
.renew2205_jungle-list-txt {
  padding: 10px 0 0;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 1599px) {
  .renew2205_jungle-list-txt {
    padding: 10px 15px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .renew2205_jungle-list-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-list-txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_jungle-list-txt {
    display: none;
  }
}
.renew2205_jungle-list-btn {
  display: inline-block;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #7d7d7d;
}
@media screen and (max-width: 1199px) {
  .renew2205_jungle-list-btn {
    margin: 10px auto 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_jungle-list-btn {
    display: none;
  }
}

.page-section-kv,
#kv {
  background-color: #dedede;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .renew2205_kv {
    padding-bottom: 37vw;
  }
}
.renew2205_kv img, .renew2205_kv video {
  max-width: 100%;
  vertical-align: bottom;
}
.renew2205_kv-site {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .renew2205_kv-site {
    position: relative;
    top: 0;
    left: -15px;
    right: 0;
    width: 100vw;
    padding: 20px 15px 5px;
    background-color: #fff;
    justify-content: flex-end;
  }
}
.renew2205_kv-site .-sm {
  font-size: 12px;
  text-shadow: 1px 1px 0 #dedede, -1px -1px 0 #dedede, -1px 1px 0 #dedede, 1px -1px 0 #dedede, 0px 1px 0 #dedede, -1px 0 #dedede, -1px 0 0 #dedede, 1px 0 0 #dedede;
}
@media screen and (max-width: 767px) {
  .renew2205_kv-site .-sm {
    font-size: 3.5vw;
    text-shadow: none;
  }
}
.renew2205_kv-site .-lg {
  font-size: 24px;
  font-weight: bold;
  margin-left: 16px;
}
@media screen and (max-width: 1199px) {
  .renew2205_kv-site .-lg {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-site .-lg {
    font-size: 6vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-wrap {
    position: relative;
  }
}
.renew2205_kv-movie {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  margin-top: -109px;
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-movie {
    width: 100vw;
    margin-top: -5.67708333vw;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-movie {
    margin-top: 0;
  }
}
.renew2205_kv-company {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-64px, -197px);
  width: 600px;
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-company {
    width: 31.25vw;
    transform: translate(-3.33333333vw, -10.26041666vw);
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-company {
    top: 21vw;
    transform: translate(-3.33333333vw, 0);
  }
}
.renew2205_kv-txt {
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translateX(-800px);
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-txt {
    top: 7vw;
    left: 20px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-txt {
    top: 53vw;
    left: 0;
  }
}
.renew2205_kv-txt-01, .renew2205_kv-txt-02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.renew2205_kv-txt-01 p {
  background-color: #2d2d2d;
  margin: 0;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.renew2205_kv-txt-01 p.-sm {
  padding: 0.846em;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-txt-01 p.-sm {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-txt-01 p.-sm {
    font-size: 3.5vw;
  }
}
.renew2205_kv-txt-01 p.-lg {
  font-size: 58px;
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-txt-01 p.-lg {
    font-size: 3.625vw;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-txt-01 p.-lg {
    font-size: 7.7vw;
    word-break: keep-all !important;
  }
}
.renew2205_kv-txt-01 p.-lg.-lg01 {
  margin-left: 1.724em;
  padding: 0.345em 0.2em 0.345em 0.396em;
}
.renew2205_kv-txt-01 p.-lg.-lg02 {
  padding: 0.345em 0.396em;
}
.renew2205_kv-txt-02 {
  margin-top: 40px;
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-txt-02 {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_kv-txt-02 {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .renew2205_kv-txt-02 {
    display: none;
  }
}
.renew2205_kv-txt-02 p {
  background-color: #fff;
  margin: 0;
  padding: 0.5882em 0.5882em 0.5882em 1.1765em;
  font-size: 17px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 1599px) {
  .renew2205_kv-txt-02 p {
    font-size: 1.0625vw;
  }
}
@media screen and (max-width: 1199px) {
  .renew2205_kv-txt-02 p {
    font-size: 1.4vw;
  }
}
