@charset "utf-8";

/*
.asw-headline--head-image > .asw-headline__title .asw-headline__image-head {
  width: 100%;
}
*/

#navi-section {
  padding: 100px 0 160px;
  
}
#navi-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#navi-section ul li {
  margin: 0 10px;
  width: 355px;
}
#navi-section ul li a {
  display: block;
  padding: 30px 0;
  background-color: #F8F8F8;
  border: 5px solid #00146E;
  border-radius: 5px;
}
#navi-section ul li a p {
  display: block;
  line-height: 1;
}
#navi-section ul li a p.single-line {
  padding: 8px 0;
}
#navi-section ul li a p .line {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  color: #00146E;
  font-weight: 600;
  margin: 5px 0;
}
#navi-section ul li a p .line em {
  display: inline-block;
  margin-right: .2rem;
  font-style: normal;
  font-size: 2.6rem;
  background: linear-gradient(transparent 60%, #FFBA00 70%);
}
#navi-section ul li a .button {
  text-align: center;
}
#navi-section ul li a .button span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #E5E5E5;
  border: 1px solid #00146E;
}
#navi-section ul li a.active .button {
}
#navi-section ul li a.active .button span {
  background-color: #00146E;
  color: #fff;
  font-weight: 800;
  padding: 10px 50px;
  position: relative;
}
#navi-section ul li a.active .button span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #00AFF0;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 35%;
  right: 16px;
  transform: rotateZ(45deg);
  transition: .2s;
}
#navi-section ul li a.active:hover .button span::after {
  top: 39%;
  border-color: #FFBA00;
}

@media (min-width: 0px) and (max-width: 1024px) {
  
  #navi-section {
    padding: 50px 0 140px;
  }
  #navi-section ul {
    flex-direction: column;
  }
  #navi-section ul li {
    margin: 12px 0 0;
    width: 80%;
  }
  #navi-section ul li a p.single-line {
    padding: 0;
  }
  #navi-section ul li a p .line {
    font-size: 1.8rem;
  }
  #navi-section ul li a p .line em {
    font-size: 2.2rem;
  }
  
}


#yoyaku-tojo {
  position: relative;
  background: rgb(0,130,211);
  background: linear-gradient(180deg, rgba(0,130,211,1) 0%, rgba(0,103,205,1) 70%, rgba(0,86,201,1) 100%);
  padding-bottom: 240px;
}
#yoyaku-tojo::before,
#yoyaku-tojo::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
}
#yoyaku-tojo::before {
  background-image: url(/ja/jp/promotion/renewal-2025-2026/images/hex_sec01a.png);
  background-position: 0 -40px;
  width: 344px;
  height: 200px;
  top: 0;
  right: 24%;
}
#yoyaku-tojo::after {
  background-image: url(/ja/jp/promotion/renewal-2025-2026/images/hex_sec01b.png);
  background-position: -30px 0;
  width: 280px;
  height: 150px;
  left: 0;
  top: 480px;
}
#yoyaku-tojo .section-inner {
  max-width: 1366px;
  margin: 0 auto;
}

#yoyaku-tojo .slide-image {
  position: absolute;
  z-index: 5;
  top: -80px;
  right: 0;
  width: 50vw;
  overflow-x: hidden;
}
#yoyaku-tojo .slide-image img {
  transition: .9s;
  transform: translatex(120px);
  opacity: 0;
}
#yoyaku-tojo.is-active .slide-image img {
  transform: translatex(0);
  opacity: 1;
}

#yoyaku-tojo .inner-text {
  padding: 80px 130px;
  position: relative;
  z-index: 2;
  transition: .9s;
  transition-delay: .3s;
  transform: translatey(100px);
  opacity: 0;
}
#yoyaku-tojo.is-active .inner-text {
  transform: translatey(0);
  opacity: 1;
}
#yoyaku-tojo .inner-text h2 {
  margin-bottom: 35px;
}
#yoyaku-tojo .inner-text h2 span {
  display: block;
  font-size: 3.8rem;
  color: #fff;
}
#yoyaku-tojo .inner-text p {
  font-size: 1.6rem;
  color: #fff;
  width: 48.6%;
  margin-bottom: 45px;
}
#yoyaku-tojo .inner-text .button {
  
}
#yoyaku-tojo .inner-text .button a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 16px 54px 16px 40px;
  border-radius: 56px;
  transition: .2s;
}
@media (min-width: 768px) {
  #yoyaku-tojo .inner-text .button a:hover {
    background-color: #00146E;
  }
  #yoyaku-tojo .inner-text .button a:hover span {
    color: #fff;
  }
}
#yoyaku-tojo .inner-text .button a::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #00AFF0;
  border-left: none;
  border-bottom: none;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 22px;
  transform: translatey(-50%) rotatez(45deg);
}
#yoyaku-tojo .inner-text .button a span {
  display: block;
  color: #00146E;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 1024px) {
  
  #yoyaku-tojo {
    padding-bottom: 120px;
  }
  #yoyaku-tojo::before {
    top: 175px;
    right: 0;
    background-position: top left;
    background-size: cover;
    width: 200px;
    height: 160px;
  }
  #yoyaku-tojo::after {
    top: auto;
    bottom: 0px;
    width: 140px;
  }
  #yoyaku-tojo .slide-image {
    width: 100%;
    top: -50px;
    overflow-x: hidden;
    text-align: right;
  }
  #yoyaku-tojo .slide-image img {
    height: 238px;
    margin-right: -80px;
  }
  #yoyaku-tojo .inner-text {
    padding: 220px 20px 0;
  }
  #yoyaku-tojo .inner-text h2 {
    margin-bottom: 20px;
  }
  #yoyaku-tojo .inner-text h2 span {
    font-size: 2.2rem;
  }
  #yoyaku-tojo .inner-text p {
    width: 100%;
    font-size: 1.4rem;
  }
  #yoyaku-tojo .inner-text .button {
    text-align: center;
  }
  #yoyaku-tojo .inner-text .button a {
    display: inline-block;
  }
  
}


#unchin {
  position: relative;
  padding-bottom: 450px;
}
#unchin::before {
  position: absolute;
  content: "";
  background-image: url(/ja/jp/promotion/renewal-2025-2026/images/hex_sec02a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 30px 0;
  width: 400px;
  height: 300px;
  top: 0;
  right: 0;
}
#unchin .section-inner {
}
#unchin .section-inner .slide-image {
  position: absolute;
  top: -125px;
  left: -58vw;
  width: 100vw;
  text-align: right;
  overflow: hidden;
}
#unchin .section-inner .slide-image img {
  transform: translatex(-120px);
  opacity: 0;
  transition: 0.8s;
}
#unchin.is-active .section-inner .slide-image img {
  transform: translatex(0);
  opacity: 1;
}
#unchin .section-inner .inner-text {
  position: absolute;
  top: 100px;
  left: 40vw;
  color: #00146E;
  transform: translatey(120px);
  opacity: 0;
  transition: 0.8s;
  transition-delay: .3s;
}
#unchin.is-active .section-inner .inner-text {
  opacity: 1;
  transform: translatey(0);
}
#unchin .section-inner .inner-text h2 {
  margin-bottom: 35px;
}
#unchin .section-inner .inner-text h2 span {
  display: block;
  font-size: 3.8rem;
}
#unchin .section-inner .inner-text p {
  font-size: 1.6rem;
}
#unchin .inner-text .button {
  
}
#unchin .inner-text .button a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 14px 52px 14px 38px;
  border: 2px solid #00146E;
  border-radius: 56px;
  transition: .2s;
}
@media (min-width: 768px) {
  #unchin .inner-text .button a:hover {
    background-color: #00146E;
  }
  #unchin .inner-text .button a:hover span {
    color: #fff;
  }
}
#unchin .inner-text .button a::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #00AFF0;
  border-left: none;
  border-bottom: none;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 22px;
  transform: translatey(-50%) rotatez(45deg);
}
#unchin .inner-text .button a span {
  display: block;
  color: #00146E;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 1024px) {
  #unchin {
    padding-bottom: 80px;
  }
  #unchin::before {
    width: 180px;
  }
  #unchin .section-inner .slide-image {
    top: -50px;
    left: 0;
    width: 100%;
    text-align: left;
    overflow-x: hidden;
  }
  #unchin .section-inner .slide-image img {
    height: 238px;
    margin-left: -80px;
  }
  #unchin .section-inner .inner-text {
    position: static;
    padding: 230px 20px 0;
  }
  #unchin .section-inner .inner-text h2 {
    margin-bottom: 15px;
  }
  #unchin .section-inner .inner-text h2 span {
    font-size: 2.5rem;
  }
  #unchin .section-inner .inner-text p {
    width: 100%;
    font-size: 1.4rem;
  }
  #unchin .inner-text .button {
    text-align: center;
  }
  #unchin .inner-text .button a {
    display: inline-block;
  }
}


#kuseki-shokai {
  position: relative;
  background-color: #0F2AAB;
  background-image: url(/ja/jp/promotion/renewal-2025-2026/images/bg_sec03.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
  padding: 120px 16px 180px;
  overflow-x: hidden;
}
#kuseki-shokai::before,
#kuseki-shokai::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
}
#kuseki-shokai::before {
  background-image: url(/ja/jp/promotion/renewal-2025-2026/images/hex_sec03a.png);
  width: 200px;
  height: 140px;
  top: 0;
  left: 0;
}
#kuseki-shokai::after {
  background-image: url(/ja/jp/promotion/renewal-2025-2026/images/hex_sec03b.png);
  background-position: bottom right;
  width: 400px;
  height: 180px;
  bottom: 0;
  right: 0;
}
#kuseki-shokai .section-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 10;
}
#kuseki-shokai .section-inner .inner-text {
  width: 50%;
}
#kuseki-shokai .section-inner .inner-text h2 {
  transform: translatey(120px);
  opacity: 0;
  transition: .8s;
}
#kuseki-shokai.is-active .section-inner .inner-text h2 {
  transform: translatey(0);
  opacity: 1;
}
#kuseki-shokai .section-inner .inner-text h2 span {
  display: block;
  color: #fff;
  font-size: 3.8rem;
}
#kuseki-shokai .section-inner .promo-list {
  width: 50%;
}
#kuseki-shokai .section-inner .promo-list ol {
  counter-reset: listnum;
}
#kuseki-shokai .section-inner .promo-list ol li {
  border-bottom: 1px dashed #fff;
  margin: 32px 0;
  padding-bottom: 32px;
  transform: translatex(80px);
  opacity: 0;
  transition: .8s;
}
#kuseki-shokai .section-inner .promo-list ol li:nth-child(1) { transition-delay: 0.3s; }
#kuseki-shokai .section-inner .promo-list ol li:nth-child(2) { transition-delay: 0.4s; }
#kuseki-shokai .section-inner .promo-list ol li:nth-child(3) { transition-delay: 0.5s; }
#kuseki-shokai .section-inner .promo-list ol li:nth-child(4) { transition-delay: 0.6s; }
#kuseki-shokai.is-active .section-inner .promo-list ol li {
  transform: translatex(0);
  opacity: 1;
}
#kuseki-shokai .section-inner .promo-list ol li:last-child {
  border-bottom: none;
}
#kuseki-shokai .section-inner .promo-list ol li::marker {
  content: "";
  display: none;
  opacity: 0;
}
#kuseki-shokai .section-inner .promo-list ol li::before {
  counter-increment: listnum;
  content: "0" counter(listnum);
  background-color: #fff;
  color: #00146E;
  font-weight: bold;
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  width: 32px;
  line-height: 32px;
  display: block;
}
#kuseki-shokai .section-inner .promo-list ol li dl {
  color: #fff;
  margin-left: 40px;
  margin-top: -35px;
}
#kuseki-shokai .section-inner .promo-list ol li dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
#kuseki-shokai .section-inner .promo-list ol li dl dd {
  font-size: 1.6rem;
  margin-left: -40px;
}
#kuseki-shokai .section-inner .promo-list ol li dl dd br.sp {
  display: none;
}
#kuseki-shokai .section-inner .button {
  text-align: center;
}
#kuseki-shokai .section-inner .button a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 16px 54px 16px 40px;
  border-radius: 56px;
  transition: .2s;
}
@media (min-width: 768px) {
  #kuseki-shokai .section-inner .button a:hover {
    background-color: #00146E;
  }
  #kuseki-shokai .section-inner .button a:hover span {
    color: #fff;
  }
}
#kuseki-shokai .section-inner .button a::after {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #00AFF0;
  border-left: none;
  border-bottom: none;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 22px;
  transform: translatey(-50%) rotatez(45deg);
}
#kuseki-shokai .section-inner .button a span {
  display: block;
  color: #00146E;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 1024px) {
  #kuseki-shokai {
    padding-top: 80px;
    padding-bottom: 210px;
    background-size: 1000px;
  }
  #kuseki-shokai::before {
    width: 110px;
    height: 80px;
  }
  #kuseki-shokai::after {
    width: 150px;
  }
  #kuseki-shokai .section-inner {
    flex-direction: column;
  }
  #kuseki-shokai .section-inner .inner-text {
    width: 100%;
  }
  #kuseki-shokai .section-inner .inner-text h2 {
  }
  #kuseki-shokai .section-inner .inner-text h2 span {
    font-size: 2.5rem;
  }
  #kuseki-shokai .section-inner .promo-list {
    width: 100%;
  }
  #kuseki-shokai .section-inner .promo-list ol li:first-child {
    padding-top: 32px;
    border-top: 1px dashed #fff;
  }
  #kuseki-shokai .section-inner .promo-list ol li dl dt {
    font-size: 1.7rem;
    padding-top: 5px;
  }
  #kuseki-shokai .section-inner .promo-list ol li dl dd br.sp {
    display: block;
  }
  #kuseki-shokai .section-inner .button {
    text-align: center;
  }
  #kuseki-shokai .section-inner .button a {
    display: inline-block;
  }
}


/* 超横幅修正 */


@media (min-width: 1400px) {

  #yoyaku-tojo::before {
    right: auto;
    left: calc(((100vw - 1366px) / 2) + 640px);
  }

  #yoyaku-tojo::after {
    background-position: 0 0;
    left: calc(((100vw - 1366px) / 2) - 30px);
  }

  #unchin::before {
    background-position: 0 0;
    right: auto;
    left: calc(((100vw - 1366px) / 2) + 966px);
  }

  #kuseki-shokai::before {
    left: calc(((100vw - 1366px) / 2) - 30px);
  }

  #kuseki-shokai::after {
    left: calc(((100vw - 1366px) / 2) + 966px);
  }

}

@media (min-width: 1025px) {
  #kuseki-shokai {
    background-image:
      url(/ja/jp/promotion/renewal-2025-2026/images/bg_sec03.png),
      url(/ja/jp/promotion/renewal-2025-2026/images/bg_sec03b.png);
    background-position: 50% bottom, 0 bottom;
    background-repeat: no-repeat, repeat-x;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  #kuseki-shokai {
    background-position: 30% 100%;
    background-size: 250vw;
  }
}



