@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "Chillax";
  src: url("../font/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax Variable";
  src: url("../font/chillax-variable.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
/* リセットCSS
===================================== */
.top-renewal {
  line-height: 1;
  color: #353535;
  font-weight: 400;
}
.top-renewal div, .top-renewal span, .top-renewal applet, .top-renewal object, .top-renewal iframe, .top-renewal h1, .top-renewal h2, .top-renewal h3, .top-renewal h4, .top-renewal h5, .top-renewal h6, .top-renewal p, .top-renewal blockquote, .top-renewal pre, .top-renewal a, .top-renewal button, .top-renewal abbr, .top-renewal acronym, .top-renewal address, .top-renewal big, .top-renewal cite, .top-renewal code, .top-renewal del, .top-renewal dfn, .top-renewal em, .top-renewal img, .top-renewal ins, .top-renewal kbd, .top-renewal q, .top-renewal s, .top-renewal samp, .top-renewal small, .top-renewal strike, .top-renewal strong, .top-renewal sub, .top-renewal sup, .top-renewal tt, .top-renewal var, .top-renewal b, .top-renewal u, .top-renewal i, .top-renewal center, .top-renewal dl, .top-renewal dt, .top-renewal dd, .top-renewal ol, .top-renewal ul, .top-renewal li, .top-renewal fieldset, .top-renewal form, .top-renewal label, .top-renewal legend, .top-renewal table, .top-renewal caption, .top-renewal tbody, .top-renewal tfoot, .top-renewal thead, .top-renewal tr, .top-renewal th, .top-renewal td, .top-renewal article, .top-renewal aside, .top-renewal canvas, .top-renewal details, .top-renewal embed, .top-renewal figure, .top-renewal figcaption, .top-renewal footer, .top-renewal header, .top-renewal hgroup, .top-renewal menu, .top-renewal nav, .top-renewal output, .top-renewal ruby, .top-renewal section, .top-renewal summary, .top-renewal time, .top-renewal mark, .top-renewal audio, .top-renewal video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}
.top-renewal ol, .top-renewal ul {
  list-style: none;
}
.top-renewal li, .top-renewal dd {
  list-style-type: none;
}
.top-renewal table {
  border-collapse: collapse;
  border-spacing: 0;
}
.top-renewal caption, .top-renewal th, .top-renewal td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.top-renewal q, .top-renewal blockquote {
  quotes: none;
}
.top-renewal q::before,
.top-renewal q::after,
.top-renewal blockquote::before,
.top-renewal blockquote::after {
  content: none;
}
.top-renewal article, .top-renewal aside, .top-renewal details, .top-renewal figcaption, .top-renewal figure, .top-renewal footer, .top-renewal header, .top-renewal hgroup, .top-renewal main, .top-renewal menu, .top-renewal nav, .top-renewal section, .top-renewal summary {
  display: block;
}
.top-renewal img {
  border: none;
  vertical-align: bottom;
}
.top-renewal *,
.top-renewal *::before,
.top-renewal *::after {
  box-sizing: border-box;
}
.top-renewal a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

body {
  padding-bottom: 0;
}

.top-renewal .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 28px 20px;
}
@media (max-width: 767px) {
  .top-renewal .header {
    padding: 20px 16px;
  }
}
.top-renewal .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto;
  position: relative;
}
.top-renewal .header__logo {
  position: relative;
  z-index: 130;
}
.top-renewal .header__logo a,
.top-renewal .header__logo img {
  display: block;
  width: 100%;
}
.top-renewal .header__logo img {
  width: auto;
  height: 102px;
}
@media (max-width: 767px) {
  .top-renewal .header__logo img {
    height: 60px;
  }
}
.top-renewal .header__nav {
  margin-left: auto;
}
@media (min-width: 768px) {
  .top-renewal .header__nav {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .top-renewal .header__nav {
    position: fixed;
    inset: 0;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    background: linear-gradient(270deg, rgba(246, 121, 44, 0.95) -3.24%, rgba(236, 90, 0, 0.95) 96.63%);
    padding-top: 151px;
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  .top-renewal .header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (min-width: 768px) {
  .top-renewal .header__navList {
    display: flex;
    align-items: flex-start;
    gap: 44px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-renewal .header__navList {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .top-renewal .header__navList {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.top-renewal .header__navItem a {
  display: flex;
  color: #fff;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .top-renewal .header__navItem a {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-renewal .header__navItem a {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .top-renewal .header__navItem a:hover {
    opacity: 0.7;
  }
}
.top-renewal .header__navEn {
  font-family: "Chillax Variable";
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .top-renewal .header__navEn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-renewal .header__navEn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .top-renewal .header__navEn {
    font-size: 18px;
  }
}
.top-renewal .header__navJa {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: normal;
}
@media (min-width: 768px) {
  .top-renewal .header__navJa {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-renewal .header__navJa {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .top-renewal .header__navJa {
    font-size: 18px;
  }
}
.top-renewal .header__menuBtn {
  display: none;
  position: relative;
  z-index: 130;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-renewal .header__menuBtn {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top-renewal .header__menuBtn span {
  width: 19px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}
.top-renewal .header__menuBtn span:nth-child(1) {
  margin-bottom: 4px;
  margin-left: 6px;
  width: 13px;
}
.top-renewal .header__menuBtn span:nth-child(2) {
  margin-bottom: 4px;
}
.top-renewal .header__menuBtn span:nth-child(3) {
  margin-right: 6px;
  width: 13px;
}
.top-renewal .header__menuBtn.is-open {
  background: #fff;
}
.top-renewal .header__menuBtn.is-open span {
  background: #ec5a00;
}
.top-renewal .header__menuBtn.is-open span:nth-child(1) {
  transform: rotate(45deg);
  margin-left: 0;
  width: 19px;
  margin-bottom: -8px;
}
.top-renewal .header__menuBtn.is-open span:nth-child(2) {
  opacity: 0;
}
.top-renewal .header__menuBtn.is-open span:nth-child(3) {
  margin-right: 0;
  width: 19px;
  transform: rotate(-45deg);
}

body.is-menu-open {
  overflow: hidden;
}

.top-renewal .fv {
  position: relative;
}
.top-renewal .fv__slider {
  position: relative;
  overflow: hidden;
}
.top-renewal .fv__slide {
  position: relative;
  height: 857px;
  width: 100%;
}
@media (max-width: 767px) {
  .top-renewal .fv__slide {
    height: 195.1282051282vw;
  }
}
.top-renewal .fv__slide picture,
.top-renewal .fv__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-renewal .fv__slide img {
  object-fit: cover;
}
.top-renewal .fv__content {
  position: absolute;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  z-index: 2;
  bottom: 222px;
  left: 60px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-renewal .fv__content {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .top-renewal .fv__content {
    left: 0;
    bottom: 60.7692307692vw;
  }
}
.top-renewal .fv__content h2 {
  font-size: 85px;
  font-weight: 900;
  line-height: 1.31;
  letter-spacing: 0.02em;
  color: white;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-renewal .fv__content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .top-renewal .fv__content h2 {
    font-size: 12.3076923077vw;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 3.3333333333vw;
  }
  .top-renewal .fv__content h2.ttl2 {
    font-size: 10.7692307692vw;
  }
  .top-renewal .fv__content h2.ttl3 {
    font-size: 11.7948717949vw;
  }
  .top-renewal .fv__content h2.ttl4 {
    font-size: 10.7692307692vw;
    padding-left: 5.3846153846vw;
    padding-right: 2.5641025641vw;
    text-align: left;
  }
  .top-renewal .fv__content h2.ttl5 {
    font-size: 10.7692307692vw;
  }
}
.top-renewal .fv__content .fv__lead {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: white;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .top-renewal .fv__content .fv__lead {
    font-size: 28px;
  }
}
.top-renewal .fv__content .fv__lead a {
  color: white;
  transition: all 0.3s;
  position: relative;
}
.top-renewal .fv__content .fv__lead a::before {
  content: "";
  width: 99%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 1%;
  bottom: 3px;
}
@media (max-width: 767px) {
  .top-renewal .fv__content .fv__lead a::before {
    height: 2px;
    bottom: 0;
  }
}
.top-renewal .fv__content .fv__lead a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-renewal .fv__content .fv__lead {
    font-size: 6.1538461538vw;
    margin-bottom: 4.6153846154vw;
    text-align: center;
  }
  .top-renewal .fv__content .fv__lead.lead3 {
    text-align: left;
    padding-left: 6.6666666667vw;
    padding-right: 7.9487179487vw;
    margin-bottom: 8.9743589744vw;
  }
  .top-renewal .fv__content .fv__lead.lead4 {
    text-align: left;
    padding-left: 6.6666666667vw;
    padding-right: 7.9487179487vw;
    margin-bottom: 10.2564102564vw;
  }
  .top-renewal .fv__content .fv__lead.lead5 {
    text-align: left;
    padding-left: 6.4102564103vw;
    padding-right: 4.358974359vw;
    margin-bottom: 10.2564102564vw;
  }
}
.top-renewal .fv__content .fv__desc {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: white;
  letter-spacing: 0.04em;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .top-renewal .fv__content .fv__desc {
    font-size: 5.1282051282vw;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top-renewal .fv .fv__cta {
  position: absolute;
  z-index: 3;
  bottom: 137px;
  left: 60px;
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .top-renewal .fv .fv__cta {
    flex-direction: column;
    align-items: center;
    bottom: 25.8974358974vw;
    left: 0;
    width: 100%;
    gap: 5.1282051282vw;
  }
}
.top-renewal .fv .fv__cta a {
  width: 316px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border-radius: 99px;
}
@media (max-width: 767px) {
  .top-renewal .fv .fv__cta a {
    width: 81.0256410256vw;
    height: 14.8717948718vw;
    font-size: 4.1025641026vw;
  }
}
.top-renewal .fv .fv__cta a .fv__btnLabel {
  position: absolute;
  top: -14px;
  left: 12px;
  border-radius: 99px;
  display: flex;
  padding: 4px 12px;
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 767px) {
  .top-renewal .fv .fv__cta a .fv__btnLabel {
    font-size: 3.0769230769vw;
    padding: 1.0256410256vw 3.0769230769vw;
    top: -3.5897435897vw;
    left: 3.0769230769vw;
  }
}
.top-renewal .fv .fv__cta .btn1 {
  border: 1px solid #F6792C;
  background-color: #fff;
}
.top-renewal .fv .fv__cta .btn1 .fv__btnLabel {
  background-color: #EC5A00;
  color: white;
}
.top-renewal .fv .fv__cta .btn1 .fv__btnText {
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-renewal .fv .fv__cta .btn2 {
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
}
.top-renewal .fv .fv__cta .btn2 .fv__btnLabel {
  background-color: white;
  color: #EC5A00;
  border: 1px solid #EC5A00;
}
.top-renewal .fv .fv__cta .btn2 .fv__btnText {
  color: white;
}
.top-renewal .fv__pagination {
  position: absolute;
  right: 65px;
  bottom: 29px;
  left: auto;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}
@media (max-width: 767px) {
  .top-renewal .fv__pagination {
    right: 0;
    left: 0;
    bottom: 3.5897435897vw;
    justify-content: center;
  }
}
.top-renewal .fv__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgb(255, 255, 255);
  opacity: 1;
}
@media (max-width: 767px) {
  .top-renewal .fv__pagination .swiper-pagination-bullet {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.top-renewal .fv__pagination .swiper-pagination-bullet-active {
  background: #f36f1e;
}
.top-renewal .about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .top-renewal .about {
    padding: 64px 16px 32px 16px;
  }
}
.top-renewal .about .about__bg {
  position: absolute;
  right: 0;
  top: 0;
}
.top-renewal .about .about__inner {
  position: relative;
  z-index: 2;
  max-width: 1316px;
  margin: auto;
  padding-left: 68px;
}
@media (max-width: 767px) {
  .top-renewal .about .about__inner {
    padding-left: 0;
  }
}
.top-renewal .about__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-renewal .about__content {
    flex-direction: column;
  }
}
.top-renewal .about__textArea {
  width: 45%;
}
@media (max-width: 767px) {
  .top-renewal .about__textArea {
    width: 100%;
    padding-right: 0;
    padding-bottom: 32px;
  }
}
.top-renewal .about__textArea h2 {
  font-family: "Chillax Variable";
  font-size: 72px;
  font-weight: 500;
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-renewal .about__textArea h2 {
    font-size: 54px;
    margin-bottom: 8px;
  }
}
.top-renewal .about__textArea .about__subTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-renewal .about__textArea .about__subTitle {
    font-size: 18px;
  }
}
.top-renewal .about__textArea .about__text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .top-renewal .about__textArea .about__text {
    margin-bottom: 24px;
  }
}
.top-renewal .about__textArea a {
  width: 250px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border-radius: 99px;
}
@media (max-width: 767px) {
  .top-renewal .about__textArea a {
    width: 244px;
    height: 58px;
    font-size: 16px;
  }
  .top-renewal .about__textArea a img {
    width: 12px;
  }
}
.top-renewal .about__textArea a .fv__btnLabel {
  position: absolute;
  top: -14px;
  left: 12px;
  border-radius: 99px;
  display: flex;
  padding: 4px 12px;
  font-size: 15px;
  line-height: normal;
}
.top-renewal .about__textArea .btn1 {
  border: 1px solid #F6792C;
  background-color: #fff;
  transition: all 0.3s;
}
.top-renewal .about__textArea .btn1:hover {
  opacity: 0.7;
}
.top-renewal .about__textArea .btn1 .about__btnText {
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-renewal .about__imageArea {
  width: 50%;
}
@media (max-width: 767px) {
  .top-renewal .about__imageArea {
    width: 100%;
  }
}
.top-renewal .about__imageArea img {
  width: 100%;
}
.top-renewal .how {
  position: relative;
  overflow: unset;
}
@media (max-width: 767px) {
  .top-renewal .how {
    padding-top: 64px;
  }
}
.top-renewal .how .ob {
  position: absolute;
}
@media (max-width: 767px) {
  .top-renewal .how .ob {
    top: -43px;
    left: 0;
  }
}
.top-renewal .how .how-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-renewal .how .how-inner {
    flex-direction: column-reverse;
  }
}
.top-renewal .how .how-inner .how-img {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-renewal .how .how-inner .how-img {
    width: 100%;
    padding-right: 16px;
  }
}
.top-renewal .how .how-inner .how-img img {
  width: 100%;
}
.top-renewal .how .how-inner .how-body {
  padding-left: 94px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .top-renewal .how .how-inner .how-body {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .top-renewal .how .how-inner .how-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-renewal .how .how-inner .how-body h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-renewal .how .how-inner .how-body h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.top-renewal .how .how-inner .how-body p {
  font-size: 16px;
  line-height: 1.8em;
  max-width: 70%;
}
@media (max-width: 1440px) {
  .top-renewal .how .how-inner .how-body p {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .top-renewal .how .how-inner .how-body p {
    max-width: unset;
    margin-bottom: 32px;
  }
}
.top-renewal .why {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .top-renewal .why {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
.top-renewal .why .ob {
  position: absolute;
  left: 0;
  top: -60px;
}
@media screen and (min-width: 1440px) {
  .top-renewal .why .ob {
    width: 22.7777777778vw;
  }
}
@media (max-width: 767px) {
  .top-renewal .why .ob {
    display: none;
  }
}
.top-renewal .why .why-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-renewal .why .why-inner {
    flex-direction: column;
  }
}
.top-renewal .why .why-inner .why-img {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-renewal .why .why-inner .why-img {
    width: 100%;
    padding-left: 16px;
  }
}
.top-renewal .why .why-inner .why-img img {
  width: 100%;
}
.top-renewal .why .why-inner .why-body {
  padding-right: 84px;
  padding-left: 20px;
  max-width: 604px;
}
@media (max-width: 1024px) {
  .top-renewal .why .why-inner .why-body {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .top-renewal .why .why-inner .why-body {
    padding-left: 16px;
    padding-right: 16px;
    max-width: unset;
  }
}
.top-renewal .why .why-inner .why-body h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-renewal .why .why-inner .why-body h2 {
    font-size: 20px;
  }
}
.top-renewal .why .why-inner .why-body p {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .top-renewal .why .why-inner .why-body p {
    margin-bottom: 32px;
  }
}
.top-renewal section {
  overflow: hidden;
}
.top-renewal .network {
  background: linear-gradient(274deg, #EC5A00 -2.87%, #F6792C 95.74%);
}
.top-renewal .network .network-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .top-renewal .network .network-inner {
    justify-content: space-between;
    padding-left: 130px;
  }
}
@media screen and (max-width: 1400px) {
  .top-renewal .network .network-inner {
    justify-content: space-between;
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner {
    justify-content: center;
    padding-left: 16px;
  }
}
.top-renewal .network .network-inner .imgs {
  flex-shrink: 0;
  width: 45%;
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .imgs {
    display: none;
  }
}
.top-renewal .network .network-inner img {
  width: 100%;
}
.top-renewal .network .network-inner .txt {
  margin-right: 28px;
}
@media screen and (max-width: 1400px) {
  .top-renewal .network .network-inner .txt {
    padding-left: 20px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 390px) {
  .top-renewal .network .network-inner .txt {
    padding-left: 0;
  }
}
.top-renewal .network .network-inner .txt h2 {
  font-size: 48px;
  font-weight: bold;
  color: white;
  line-height: normal;
  margin-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .top-renewal .network .network-inner .txt h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt h2 {
    font-size: 36px;
    white-space: nowrap;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 390px) {
  .top-renewal .network .network-inner .txt h2 {
    font-size: 32px;
  }
}
.top-renewal .network .network-inner .txt .desc {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .top-renewal .network .network-inner .txt .desc {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt .desc {
    font-size: 18px;
    line-height: normal;
  }
}
.top-renewal .network .network-inner .txt .fv__cta {
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt .fv__cta {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}
.top-renewal .network .network-inner .txt .fv__cta a {
  width: 316px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border-radius: 99px;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
}
.top-renewal .network .network-inner .txt .fv__cta a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  .top-renewal .network .network-inner .txt .fv__cta a {
    width: 240px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt .fv__cta a {
    width: 316px;
    height: 58px;
    font-size: 16px;
  }
}
.top-renewal .network .network-inner .txt .fv__cta a .fv__btnLabel {
  position: absolute;
  top: -14px;
  left: 12px;
  border-radius: 99px;
  display: flex;
  padding: 4px 12px;
  font-size: 15px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .top-renewal .network .network-inner .txt .fv__cta a .fv__btnLabel {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt .fv__cta a .fv__btnLabel {
    font-size: 12px;
    padding: 4px 12px;
    top: -14px;
    left: 12px;
  }
}
.top-renewal .network .network-inner .txt .fv__cta .btn1 {
  border: 1px solid #F6792C;
  background-color: #fff;
}
.top-renewal .network .network-inner .txt .fv__cta .btn1 .fv__btnLabel {
  background-color: #EC5A00;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.top-renewal .network .network-inner .txt .fv__cta .btn1 .fv__btnText {
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-renewal .network .network-inner .txt .fv__cta .btn2 {
  border: 2px solid white;
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
}
@media (max-width: 1024px) {
  .top-renewal .network .network-inner .txt .fv__cta .btn2 {
    border-width: 1px;
  }
}
.top-renewal .network .network-inner .txt .fv__cta .btn2 .fv__btnLabel {
  background-color: white;
  color: #EC5A00;
  border: 1px solid #EC5A00;
}
.top-renewal .network .network-inner .txt .fv__cta .btn2 .fv__btnText {
  color: white;
}
.top-renewal .movie {
  padding-top: 130px;
  position: relative;
  padding-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: unset;
}
@media (max-width: 767px) {
  .top-renewal .movie {
    padding: 64px 16px;
  }
}
.top-renewal .movie .ob {
  position: absolute;
  right: 0;
  top: -147px;
}
@media (max-width: 767px) {
  .top-renewal .movie .ob {
    top: -76px;
  }
}
.top-renewal .movie .movie-inner {
  max-width: 1180px;
  margin: auto;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .top-renewal .movie .movie-inner {
    flex-direction: column;
  }
}
.top-renewal .movie .movie-inner h2 {
  font-family: "Chillax Variable";
  font-size: 72px;
  font-weight: 500;
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-renewal .movie .movie-inner h2 {
    font-size: 54px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.top-renewal .movie .movie-inner .subttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-renewal .movie .movie-inner .subttl {
    font-size: 18px;
    text-align: center;
  }
}
.top-renewal .movie .movie-inner .desc {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .top-renewal .movie .movie-inner .desc {
    margin-bottom: 32px;
    text-align: center;
  }
}
.top-renewal .movie .movie-inner .youtube-wrapper {
  width: 61%;
}
@media (max-width: 767px) {
  .top-renewal .movie .movie-inner .youtube-wrapper {
    width: 100%;
  }
}
.top-renewal .movie .movie-inner .youtube-wrapper .youtube-inner {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(269deg, #F6792C -1.62%, #EC5A00 104.61%);
  padding: 20px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .top-renewal .movie .movie-inner .youtube-wrapper .youtube-inner {
    padding: 8px;
  }
}
.top-renewal .movie .movie-inner .youtube-wrapper .youtube-inner iframe {
  width: 100%;
  height: 100%;
}
.top-renewal .voice {
  background-color: #FEF2EA;
  padding-top: 80px;
  padding-bottom: 162px;
}
@media (max-width: 767px) {
  .top-renewal .voice {
    padding-top: 64px;
    padding-bottom: 170px;
  }
}
.top-renewal .voice .voice-inner {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
  .top-renewal .voice .voice-inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner {
    flex-direction: column;
    padding-left: 0;
  }
}
.top-renewal .voice .voice-inner .txt {
  padding-left: calc((100% - 1180px) / 2);
  padding-right: 84px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .txt {
    padding-left: 16px;
  }
}
.top-renewal .voice .voice-inner .txt h2 {
  font-family: "Chillax Variable";
  font-size: 72px;
  font-weight: 500;
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .txt h2 {
    font-size: 54px;
    margin-bottom: 4px;
  }
}
.top-renewal .voice .voice-inner .txt .subttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .txt .subttl {
    font-size: 18px;
  }
}
.top-renewal .voice .voice-inner .swiper-controller {
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: 0;
}
.top-renewal .voice .voice-inner .swiper-controller .btn {
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .swiper-controller {
    margin-top: 20px;
    padding-right: 16px;
    position: static;
    justify-content: flex-end;
  }
}
.top-renewal .voice .voice-inner .voice-list {
  overflow: hidden;
}
.top-renewal .voice .voice-inner .voice-list .swiper {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .voice-list .swiper {
    padding-left: 20px;
    padding-right: 16px;
  }
}
.top-renewal .voice .voice-inner .voice-list .swiper-slide {
  padding: 32px;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .voice-list .swiper-slide {
    padding: 20px;
    border-radius: 16px;
  }
}
.top-renewal .voice .voice-inner .voice-list .swiper-slide .ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .voice-list .swiper-slide .ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.top-renewal .voice .voice-inner .voice-list .swiper-slide .ttl img {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .top-renewal .voice .voice-inner .voice-list .swiper-slide .ttl img {
    width: 24px;
  }
}
.top-renewal .voice .voice-inner .voice-list .swiper-slide p {
  font-size: 16px;
  line-height: 1.8em;
}
.top-renewal .gallery {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .top-renewal .gallery {
    margin-top: -112px;
  }
}
.top-renewal .gallery img {
  width: 100%;
}
.top-renewal .contact-sec {
  padding: 64px 16px;
  padding-top: 185px;
  position: relative;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec {
    padding-top: 58px;
  }
}
.top-renewal .contact-sec .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .bg {
    top: unset;
    bottom: 0;
    height: auto;
  }
}
.top-renewal .contact-sec .contact-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: auto;
}
.top-renewal .contact-sec .contact-inner h2 {
  font-family: "Chillax Variable";
  font-size: 72px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner h2 {
    font-size: 46px;
    margin-bottom: 8px;
    text-align: left;
  }
}
.top-renewal .contact-sec .contact-inner .subttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner .subttl {
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
  }
}
.top-renewal .contact-sec .contact-inner .desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner .desc {
    text-align: left;
    font-size: 14px;
  }
}
.top-renewal .contact-sec .contact-inner .btn-wrapper {
  display: flex;
  gap: 28px;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner .btn-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn {
  width: 100%;
  border: 1px solid #F6792C;
  padding: 42px 49px;
  display: flex;
  justify-content: space-between;
  border-radius: 32px;
  transition: all 0.3s;
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner .btn-wrapper .btn {
    padding: 24px;
  }
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn .txt {
  text-align: left;
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn .txt span {
  display: inline-block;
  padding: 4px 12px;
  background-color: #F16A16;
  color: white;
  border-radius: 99px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner .btn-wrapper .btn .txt span {
    font-size: 12px;
  }
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn .txt p {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #F16A16;
}
@media (max-width: 767px) {
  .top-renewal .contact-sec .contact-inner .btn-wrapper .btn .txt p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn img {
  width: 43px;
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn1 {
  background-color: #fff;
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn2 {
  background: linear-gradient(270deg, #F6792C -3.24%, #EC5A00 96.63%);
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn2 .txt span {
  background-color: white;
  color: #F16A16;
}
.top-renewal .contact-sec .contact-inner .btn-wrapper .btn2 .txt p {
  color: white;
}
.top-renewal .footer {
  background: #262321;
  padding: 60px;
  padding-bottom: 28px;
}
.top-renewal .footer a {
  transition: all 0.3s;
}
.top-renewal .footer a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top-renewal .footer {
    padding: 16px;
    padding-top: 40px;
  }
}
.top-renewal .footer .footer-inner {
  max-width: 1320px;
  margin: auto;
}
.top-renewal .footer .flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .top-renewal .footer .flex {
    flex-direction: column;
    padding-bottom: 32px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .top-renewal .footer .flex {
    align-items: center;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .top-renewal .footer .flex .footer-left {
    text-align: center;
  }
}
.top-renewal .footer .flex .footer-left .logo {
  margin-bottom: 7px;
}
.top-renewal .footer .flex .footer-left .logo img {
  height: 90px;
  width: auto;
  position: relative;
  left: -10px;
}
@media (max-width: 767px) {
  .top-renewal .footer .flex .footer-left .logo {
    margin-bottom: 12px;
  }
}
.top-renewal .footer .flex .footer-left p {
  font-size: 18px;
  color: white;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .top-renewal .footer .flex .footer-left p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-renewal .footer .flex .footer-left p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 32px;
  }
}
.top-renewal .footer .flex ul {
  margin-top: 15px;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .top-renewal .footer .flex ul {
    flex-direction: column;
    gap: 16px;
  }
}
.top-renewal .footer .flex ul li a {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 1200px) {
  .top-renewal .footer .flex ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .top-renewal .footer .flex ul li a {
    font-size: 16px;
    line-height: 1.8em;
  }
}
.top-renewal .footer .flex2 {
  padding-left: 54px;
  padding-right: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
}
@media (max-width: 767px) {
  .top-renewal .footer .flex2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    flex-direction: column-reverse;
  }
}
.top-renewal .footer .flex2 p {
  font-size: 16px;
  color: white;
}
@media (max-width: 767px) {
  .top-renewal .footer .flex2 p {
    font-size: 12px;
    margin-top: 12px;
  }
}
.top-renewal .footer .flex2 ul {
  display: flex;
  gap: 18px;
}
@media (max-width: 767px) {
  .top-renewal .footer .flex2 ul {
    flex-wrap: wrap;
    gap: 4px 18px;
    align-items: center;
    justify-content: center;
  }
}
.top-renewal .footer .flex2 ul a {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-renewal .footer .flex2 ul a {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.8em;
    white-space: nowrap;
  }
}

#search-from * {
  font-family: "Noto Sans JP", sans-serif;
}
#search-from #search-service label, #search-from #search-service-sp label {
  white-space: nowrap;
}

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