@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .l-side_cbtn_img img {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-font-futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .l-inner_sp {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.c-btn_white {
  background: #fff;
  border: 4px solid #e4e9f4;
  border-radius: 5rem;
  color: #163672;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 2.1rem;
  position: relative;
  text-decoration: none;
  width: 50rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn_white {
    border: 0.5333333333vw solid #e4e9f4;
    width: 100%;
    padding: 4vw;
    font-size: 2.2666666667vw;
  }
}

/* 矢印が三角(hoverで反転) */
.c-btn_white {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-btn_white::before {
  background: #163672;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  margin: auto;
  position: absolute;
  right: 3rem;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.8rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn_white::before {
    width: 1.0666666667vw;
    height: 1.6vw;
  }
}

.c-btn_white:hover {
  background: #163672;
  color: #fff;
  border: 4px solid #163672;
}
@media screen and (max-width: 767px) {
  .c-btn_white:hover {
    border: calc(4 / 750 * 100vw) solid #163672;
  }
}

.c-btn_white:hover::before {
  background: #e4e9f4;
}

.c-btn {
  background: transparent linear-gradient(99deg, #1f3f7b 0%, #1f3558 100%) 0% 0%
    no-repeat padding-box;
  border: 2px solid #1f3f7b;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1.8rem;
  position: relative;
  text-decoration: none;
  width: 40rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    font-size: 3.4666666667vw;
    padding: 4.4vw;
  }
}

/* 矢印が三角(hoverで反転) */
.c-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn::before {
  background: #ccd4e7;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  margin: auto;
  position: absolute;
  right: 3rem;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.8rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 1.4666666667vw;
    height: 1.8666666667vw;
  }
}

.c-btn:hover {
  border: 2px solid #1f3f7b;
  background: #fff;
  color: #163672;
  transition: all 0.3s;
}

.c-btn:hover::before {
  transition: all 0.3s;
}

.c-btn_line {
  border: 2px solid #fff;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-btn_line {
    border: 0.2666666667vw solid #fff;
    width: 100%;
    padding: 3.2vw;
  }
}

.c-btn_line:hover {
  border: 2px solid #163672;
}
@media screen and (max-width: 767px) {
  .c-btn_line:hover {
    border: 0.2666666667vw solid #163672;
  }
}

.c-top_countory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-top_countory {
    display: block;
  }
}

.c-top_countory_block_wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .c-top_countory_block_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .c-top_countory_block_wrap:nth-child(1)::before {
    position: absolute;
    content: "";
    background: url(../../images/top-renewal/top-abroad-footerEqual.svg)
      no-repeat center center/contain;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(60%, 400%) rotate(90deg);
    transform: translate(60%, 400%) rotate(90deg);
    width: 6.4vw;
    height: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-top_countory_block_wrap + .c-top_countory_block_wrap {
    margin-top: 25.6vw;
  }
}

.c-top_countory_block {
  width: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top_countory_block {
    width: calc(50% - 9.33333vw);
  }
}
.c-top_countory_block:nth-child(1)::before,
.c-top_countory_block:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../../images/top-renewal/top-abroad-footerPlus.svg) no-repeat
    center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 1023px) {
  .c-top_countory_block:nth-child(1)::before,
  .c-top_countory_block:nth-child(3)::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-top_countory_block:nth-child(1)::before,
  .c-top_countory_block:nth-child(3)::before {
    -webkit-transform: translateX(210%);
    transform: translateX(210%);
    width: 6.4vw;
    height: 6.1333333333vw;
  }
}
.c-top_countory_block_wrap:first-child
  .c-top_countory_block:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../../images/top-renewal/top-abroad-footerEqual.svg) no-repeat
    center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  width: 3rem;
  height: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .c-top_countory_block_wrap:first-child
    .c-top_countory_block:nth-child(2)::before {
    transform: translate(180%, 60%);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-top_countory_block_wrap:first-child
    .c-top_countory_block:nth-child(2)::before {
    display: none;
  }
}

.c-top_countory_blick_text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-top_countory_blick_text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-top_countory_blick_text span {
    font-size: 2.6666666667vw;
  }
}

.c-top_countory_block_img {
  margin-top: 2rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-top_countory_block_img {
    margin-top: 2.4vw;
  }
  .c-top_countory_block_img img {
    width: calc(90 / 750 * 100vw);
    height: auto;
  }
  .c-top_countory_block_imgText img {
    width: calc(68 / 750 * 100vw);
  }
}

.c-top_countory_block_price {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top_countory_block_price {
    margin-top: 3.7333333333vw;
    font-size: 3.2vw;
  }
}

.c-top_cta_wrap {
  max-width: 110rem;
  padding: 4rem 2.5rem;
  background: #1f3f7b;
  border-radius: 1rem;
  -webkit-box-shadow: 16px 16px 20px rgba(8, 25, 45, 0.08);
  box-shadow: 16px 16px 20px rgba(8, 25, 45, 0.08);
}
@media screen and (max-width: 767px) {
  .c-top_cta_wrap {
    padding: 8.9333333333vw 5.3333333333vw;
  }
}
.c-top_cta_wrap + .c-top_cta_wrap {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-top_cta_wrap + .c-top_cta_wrap {
    padding-top: 0;
  }
}


.c-top_cta_block {
  background: #fff;
  color: #163672;
  max-width: 84rem;
  padding: 5.2rem clamp(2rem, -4.857rem + 14.29vw, 8rem) 2.9rem;
  margin: 0 auto;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 4px 4px 10px rgba(8, 25, 45, 0.08);
}
@media screen and (max-width: 1023px) {
  .c-top_cta_block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-top_cta_block {
    display: block;
    padding: 8.5333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  }
}
.c-top_cta_block::before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: #ccd4e7;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block::before {
    height: 1.6vw;
  }
}
.c-top_cta_block::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 96%);
  transform: translate(-50%, 96%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 3rem 0 3rem;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block::after {
    border-width: 4vw 4vw 0 4vw;
  }
}

.c-top_cta_block_left {
  margin-top: 0.6rem;
  font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_left {
    font-size: 2.6666666667vw;
    width: 100%;
    text-align: center;
  }
}
.c-top_cta_block_left span {
  font-size: clamp(2.8rem, 2.343rem + 0.95vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_left span {
    font-size: 4.2666666667vw;
    margin-left: 0;
  }
}
.c-top_cta_block_left span.big {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_left span.big {
    font-size: calc((48/750)*100vw);
  }
}

.c-top_cta_block_right {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_right {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}
.c-top_cta_block_right .small {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_right .small {
    font-size: 2.1333333333vw;
    margin-top: -2px;
    display: block;
  }
}

.c-top_cta_block_right_regular {
  text-align: center;
}
.c-top_cta_block_right_regular_wrap {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-right: 4.8rem;
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.c-top_cta_block_right_regular_wrap::before {
  position: absolute;
  content: "";
  background: url(../../images/top-renewal/top-cta-arrow.svg) no-repeat center
    center / contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 1rem;
}
.c-top_cta_block_right_regular_wrap span:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  margin-left: 0.2rem;
  display: inline-block;
}
.c-top_cta_block_right_regular_wrap span:nth-child(2) {
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .c-top_cta_block_right_regular_wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_right_regular_wrap {
    font-size: calc(25 / 750 * 100vw);
    padding-right: calc(48 / 750 * 100vw);
    padding-left: calc(80 / 750 * 100vw);
  }
  .c-top_cta_block_right_regular_wrap::before {
    width: calc(40 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
  }
  .c-top_cta_block_right_regular_wrap span:nth-child(1) {
    font-size: calc(27 / 750 * 100vw);
  }
  .c-top_cta_block_right_regular_wrap span:nth-child(2) {
    font-size: calc(27 / 750 * 100vw);
  }
}

.c-top_cta_block_right_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(1) {
  background: #f0f2f8;
  color: #163672;
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(1) {
    width: calc((100/750)*100vw);
    height: calc((100/750)*100vw);
    font-size: calc((35/750)*100vw);
  }
}
.c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(2),
.c-top_cta_block_right_price_mv span:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-size: clamp(5rem, 2.029rem + 6.19vw, 7.6rem);
  font-weight: 500;
  margin-left: 1rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(2),
  .c-top_cta_block_right_price_mv span:nth-child(1) {
    font-size: 13.6vw;
  }
}
.c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(3),
.c-top_cta_block_right_price_mv span:nth-child(2) {
  margin-top: 2rem;
  font-size: clamp(3.6rem, 3.143rem + 0.95vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(3),
  .c-top_cta_block_right_price_mv span:nth-child(2) {
    font-size: 6vw;
  }
}
.c-top_cta_block_underText {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-top: 1.5em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_underText {
    font-size: calc((18/750)*100vw);
  }
}
.p-top_tab_cta_notes {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-top_tab_cta_notes a {
  font-size: 17px;
  color: #fff;
  text-decoration: underline;
}
.p-top_tab_cta_notes a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-top_tab_cta_notes a {
    font-size: calc((24/750)*100vw);
  }
}


.c-top_handle {
  background: #fff;
  padding: 2.6rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-top_handle {
    padding: 5.3333333333vw calc(23 / 750 * 100vw) 4.2666666667vw;
  }
}

.c-top_handle_img {
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  .c-top_handle_img {
    width: 17.7333333333vw;
  }
}
.c-top_handle_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-top_handle_body {
  padding-left: 6rem;
  width: calc(100% - 13.3rem);
}
@media screen and (max-width: 767px) {
  .c-top_handle_body {
    padding-left: calc(23 / 750 * 100vw);
    width: calc(100% - 17.73333vw);
  }
}

.c-top_handle_title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
}
@media screen and (max-width: 767px) {
  .c-top_handle_title {
    font-size: 4.2666666667vw;
  }
}

.c-top_handle_text {
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-top_handle_text {
    margin-top: calc(12 / 750 * 100vw);
    font-size: 3.2vw;
  }
}

.c-top_tab_title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top_tab_title {
    font-size: 4.2666666667vw;
  }
}

.c-top_tab_block {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(8, 25, 45, 0.1019607843);
  box-shadow: 0px 0px 8px rgba(8, 25, 45, 0.1019607843);
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-top_tab_block {
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}

.c-top_tab_block-paid::before {
  position: absolute;
  content: "有料";
  background: #49628e;
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0.4rem 1.2rem;
  top: 1.2em;
  left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-top_tab_block-paid::before {
    padding: 0.5333333333vw 1.6vw;
    font-size: 1.4666666667vw;
    top: 1.7333333333vw;
    left: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .c-top_tab_block_img {
    width: calc(58 / 750 * 100vw);
  }
}
.c-top_tab_block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-top_tab_block_title {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3333333333;
  min-height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-top_tab_block_title {
    padding-top: 2.1333333333vw;
    font-size: 2vw;
    min-height: calc(36 / 750 * 100vw);
  }
}
.c-top_tab_block_title span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .c-top_tab_block_title span {
    font-size: 1.6vw;
  }
}

.c-top_title_en {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #395891;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}

.c-top_title {
  margin-top: 1.2rem;
  font-size: clamp(2.5rem, 0.786rem + 3.57vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-top_title {
    font-size: 5.3333333333vw;
  }
}
.c-top_title span {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-top_title span {
    font-size: 5.6vw;
  }
}

.p-tab_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tab_1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-tab_1 > label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-width: 5.8rem;
  padding: 2rem 0 0.7rem;
  background: #fff;
  color: #163672;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0 2rem 0 0;
  border: 2px solid #e4e9f4;
  border-bottom: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-tab_1 > label {
    font-size: 2.9411764706vw;
  }
}

.p-tab_1 > label:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-tab_1 input {
  display: none;
}

.p-tab_1 > div {
  display: none;
  width: 100%;
  background: #f7f8fa;
}

.p-tab_1 label:has(:checked) {
  background: #f7f8fa;
  color: #163672;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-tab_1 label:has(:checked) {
    text-align: left;
    font-size: 3.1764705882vw;
  }
}

@media screen and (max-width: 767px) {
  .p-tab_1 > label.p-tab_1_left {
    padding: 2vw 0 1.3333333333vw 5.4666666667vw;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-tab_1 > label.p-tab_1_left:has(:checked) {
    padding: 3.6vw 0 1.3333333333vw 5.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-tab_1 > label.p-tab_1_right {
    padding: 2vw 5.4666666667vw 1.3333333333vw 0;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .p-tab_1 > label.p-tab_1_right:has(:checked) {
    padding: 3.6vw 5.4666666667vw 1.3333333333vw 0;
  }
}

.p-tab_1 label:has(:checked) + div {
  display: block;
}

.p-top_about_renewal {
  padding: 14.5rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal {
    padding: 11.3333333333vw 0 9.8666666667vw;
  }
}
.p-top_about_renewal::before {
  position: absolute;
  content: "Kyodo News PRWIRE";
  left: 50%;
  top: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 7.6388888889vw;
  letter-spacing: 0.05em;
  color: #f5f6fa;
  white-space: nowrap;
  z-index: -1;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal::before {
    font-size: 9.0666666667vw;
    top: calc(45 / 750 * 100vw);
  }
}

.p-top_about_renewal_title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.55;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_title {
    font-size: 6.6666666667vw;
  }
}
.p-top_about_renewal_title span {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_title span {
    font-size: 7.6vw;
  }
}

.p-top_about_renewal_texts {
  margin-top: 4.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_texts {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.p-top_about_renewal_texts strong {
  color: #163672;
}

.p-top_about_renewal_list {
  margin-top: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_list {
    margin-top: 8.5333333333vw;
    display: block;
  }
}

.p-top_about_renewal_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(33.33333% - 1.66667rem);
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_block + .p-top_about_renewal_block {
    margin-top: 10vw;
  }
}

.p-top_about_renewal_block_img {
  aspect-ratio: 350/218;
}
.p-top_about_renewal_block_img img {
  width: 100%;
  height: 100%;
}

.p-top_about_renewal_block_title {
  margin-top: 2.1rem;
  font-size: clamp(0.5rem, -1.671rem + 4.52vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #163672;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_block_title {
    font-size: 5.3333333333vw;
  }
}

.p-top_about_renewal_footer_text {
  margin-top: 5rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #999999;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_about_renewal_footer_text {
    margin-top: 8.6666666667vw;
    font-size: 2.9333333333vw;
    text-align: left;
    line-height: 1.5909090909;
  }
}

.p-top_case {
  padding: 10.2rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top_case {
    padding: 7.4666666667vw 0 10.9333333333vw;
  }
}

.p-top_case_list {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top_case_list {
    margin-top: 6.4vw;
  }
}

.p-top_case_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top_case_block {
    display: block;
  }
}
.p-top_case_block:not(:first-child) {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top_case_block:not(:first-child) {
    padding-top: 9.3333333333vw;
  }
}
.p-top_case_block:not(:last-child) {
  padding-bottom: 4rem;
  border-bottom: 1px solid #eceff7;
}
@media screen and (max-width: 767px) {
  .p-top_case_block:not(:last-child) {
    padding-bottom: 4vw;
  }
}

.p-top_case_block_img {
  width: 30rem;
  aspect-ratio: 300/200;
  -webkit-box-shadow: 0px 0px 8px rgba(8, 25, 45, 0.1019607843);
  box-shadow: 0px 0px 8px rgba(8, 25, 45, 0.1019607843);
  border-radius: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top_case_block_img {
    width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_case_block_img {
    width: 100%;
  }
}
.p-top_case_block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top_case_block_body {
  width: calc(100% - 30rem);
  padding-left: 5rem;
}
@media screen and (max-width: 1023px) {
  .p-top_case_block_body {
    width: calc(100% - 22rem);
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_case_block_body {
    width: 100%;
    padding-left: 0;
    margin-top: 5.8666666667vw;
  }
}

.p-top_case_block_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.p-top_case_block_tag {
  background: #546f9d;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 5rem;
  padding: 0.7rem 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-top_case_block_tag {
    padding: 0.8vw 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_case_block_tag {
    font-size: 2.6666666667vw;
  }
}

.p-top_case_block_title {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_case_block_title {
    margin-top: 6.1333333333vw;
    font-size: 4.2666666667vw;
  }
}

.p-top_case_block_text {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top_case_block_text {
    margin-top: 5.0666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-top_cause {
  padding: 10.6rem 0 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_cause {
    padding: 13.3333333333vw 0 18vw;
  }
}

.p-top_cause_lead {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_cause_lead {
    font-size: 3.7333333333vw;
  }
}

.p-top_cause_title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_cause_title {
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
}

.p-top_cause_subtitle {
  margin-top: 5rem;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
  padding-left: 4.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_cause_subtitle {
    margin-top: 9.0666666667vw;
    font-size: 4.2666666667vw;
    padding-left: 6vw;
  }
}
.p-top_cause_subtitle::before {
  position: absolute;
  content: "";
  background: url(../../images/top-renewal/top-cause-icon.svg) no-repeat center
    center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top_cause_subtitle::before {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.p-top_cause_text {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .p-top_cause_text {
    margin-top: 1.3333333333vw;
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}
.p-top_cause_text strong {
  color: #163672;
}

.p-top_cause_list {
  margin: 5.4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8rem;
  max-width: 940px;
}
@media screen and (max-width: 767px) {
  .p-top_cause_list {
    margin-top: 8.5333333333vw;
    display: block;
  }
}

.p-top_cause_block {
  width: calc(33.33333% - 5.33333rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_cause_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_cause_block + .p-top_cause_block {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-top_cause_block:nth-child(2) .p-top_cause_block_text {
    width: 28.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_cause_block:nth-child(2) .p-top_cause_block_text {
    width: 100%;
  }
}

.p-top_cause_block_text {
  font-size: clamp(1rem, -0.143rem + 2.38vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  background: #163672;
  padding: 1.2rem 2.4rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top_cause_block_text {
    font-size: 4.8vw;
    padding: 3.2vw 0;
    width: 59.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top_cause_block_img img {
    width: 100%;
    height: 100%;
  }
  .p-top_cause_block_img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top_cta {
  padding: 7rem 0 6rem;
  background: url(../../images/top-renewal/top-cta-back.jpg) no-repeat center
    center/cover;
}
@media screen and (max-width: 767px) {
  .p-top_cta {
    padding: 11.4666666667vw 0 12.8vw;
    background: url(../../images/top-renewal/top-cta-backSp.jpg) no-repeat
      center center/cover;
  }
}

.p-top_cta_title {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5238095238;
  color: #fff;
  text-align: center;
}
.p-top_cta_title span {
  font-family: "Oswald", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_cta_title {
    font-size: 5.2vw;
    white-space: nowrap;
    line-height: 1.75;
  }
  .p-top_cta_title span {
    font-size: calc(60 / 750 * 100vw);
  }
}

.p-top_cta_wrap {
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top_cta_wrap {
    margin: 9.0666666667vw 0 0;
  }
}

.p-top_cta_footer_btn {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top_cta_footer_btn {
    margin-top: 8.5333333333vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top_cta_footer_btn a + a {
    margin-top: 4.4vw;
  }
}

.p-top_cta_btn {
  display: block;
  margin: 4rem auto 0;
  border: 4px solid #ede9dc;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1.8rem;
  max-width: 60rem;
  border-radius: 5rem;
  text-align: center;
  background: transparent linear-gradient(97deg, #b19f6e 0%, #84764e 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 10px rgba(8, 25, 45, 0.0784313725);
  box-shadow: 0px 0px 10px rgba(8, 25, 45, 0.0784313725);
  position: relative;
}
.p-top_cta_btn span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top_cta_btn {
    border: 0.5333333333vw solid #ede9dc;
    margin-top: 9.6vw;
    font-size: 4.2666666667vw;
    padding: 3.2vw;
  }
}

/* 矢印が三角(hoverで反転) */
.p-top_cta_btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-top_cta_btn::before {
  background: #ffffff;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  margin: auto;
  position: absolute;
  right: 4rem;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.8rem;
  height: 1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_cta_btn::before {
    right: 5.6vw;
    width: 1.6vw;
    height: 1.8666666667vw;
  }
}

.p-top_cta_btn::after {
  background: #163672;
  color: #ede9dc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 100%;
  border-radius: 5rem;
  opacity: 0;
}
.p-top_cta_btn:hover {
  border: 4px solid #ccd4e7;
}
.p-top_cta_btn:hover span {
  color: #ccd4e7;
}
.p-top_cta_btn:hover::after {
  opacity: 1;
}

.p-top_cta_btn:hover::before {
  background: #ede9dc;
}
@media screen and (max-width: 767px) {
  .p-top_cta_btn:hover {
    border: calc(4 / 750 * 100vw) solid #ccd4e7;
  }
}

.p-top_faq {
  padding: 10.2rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top_faq {
    padding: 9.6vw 0 15.3333333333vw;
  }
}

.p-top_faq_list {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top_faq_list {
    padding-top: 6.1333333333vw;
  }
}

.p-top_faq_block {
  padding: 3.2rem 4.6rem 3.4rem 6.8rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 8px rgba(8, 25, 45, 0.1);
  box-shadow: 0 0 8px rgba(8, 25, 45, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top_faq_block {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 12.9333333333vw;
  }
}
.p-top_faq_block + .p-top_faq_block {
  margin-top: 3rem;
}

.p-top_faq_block_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_faq_block_title {
    font-size: 4.2666666667vw;
  }
}
.p-top_faq_block_title::before {
  position: absolute;
  content: "Q.";
  left: -3.6rem;
  color: #cad5ef;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_faq_block_title::before {
    left: -7.3333333333vw;
    font-size: 5.0666666667vw;
    top: 6%;
  }
}

.p-top_faq_block_text {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-top_faq_block_text {
    font-size: 3.7333333333vw;
  }
}

.p-top_faq_btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_faq_btn {
    margin-top: 9.6vw;
  }
}

.p-top_features {
  background: url(../../images/top-renewal/top-features-back.jpg) no-repeat
    center center/cover;
  padding: 9.8rem 0 calc(12rem + 93px);
  margin-bottom: -93px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_features {
    /* padding: 17.3333333333vw 0 18.9333333333vw; */
    padding: 17.3333333333vw 0 24vw;
  }
}

.p-top_features_list {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top_features_list {
    margin-top: calc(154 / 750 * 100vw);
  }
}

.p-top_features_block {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(8, 25, 45, 0.0784313725);
  box-shadow: 0px 0px 20px rgba(8, 25, 45, 0.0784313725);
}
@media screen and (max-width: 1023px) {
  .p-top_features_block {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.p-top_features_block + .p-top_features_block {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top_features_block + .p-top_features_block {
    margin-top: calc(227 / 750 * 100vw);
  }
}
.p-top_features_block:nth-child(odd) {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.p-top_features_block:nth-child(odd) .p-top_features_block_wrap::before {
  right: 0;
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .p-top_features_block:nth-child(odd) {
    margin-right: -11rem;
    padding-right: 11rem;
  }
}
@media screen and (max-width: 1300px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_wrap::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_wrap::before {
    top: 38%;
    right: -4%;
  }
}
.p-top_features_block:nth-child(odd) .p-top_features_block_img {
  width: 91rem;
  left: -41rem;
  top: -5rem;
}
@media screen and (min-width: 1921px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_img {
    width: 48vw;
    left: calc(50% - 50vw);
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_img {
    width: 100%;
  }
}
.p-top_features_block:nth-child(odd) .p-top_features_block_img img {
  border-radius: 0 1.2rem 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_img img {
    border-radius: 1.2rem;
  }
}
.p-top_features_block:nth-child(odd) .p-top_features_block_body {
  padding: 6.5rem 0 0 7rem;
  width: 55%;
  margin-left: auto;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_body {
    width: 53%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_body {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(odd) .p-top_features_block_body {
    width: 100%;
    padding: calc(58 / 750 * 100vw) 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(3) .p-top_features_block_wrap::before {
    top: 43%;
  }
}
.p-top_features_block:nth-child(3) .p-top_features_block_body {
  padding: 8.2rem 0 8.1rem 7rem;
}
@media screen and (max-width: 1023px) {
  .p-top_features_block:nth-child(3) .p-top_features_block_body {
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(3) .p-top_features_block_body {
    padding: calc(64 / 750 * 100vw) 0 0;
  }
}
.p-top_features_block:nth-child(even) {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
@media screen and (min-width: 768px) and (max-width: 1320px) {
  .p-top_features_block:nth-child(even) {
    margin-left: -11rem;
    padding-left: 11rem;
  }
}
.p-top_features_block:nth-child(even) .p-top_features_block_wrap::before {
  left: 0;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}
@media screen and (max-width: 1300px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_wrap::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_wrap::before {
    top: 44%;
    left: auto;
    right: 0;
  }
}
.p-top_features_block:nth-child(even) .p-top_features_block_img {
  width: 91rem;
  right: -41rem;
  top: -5rem;
}
.p-top_features_block:nth-child(even) .p-top_features_block_img img {
  border-radius: 1.2rem 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_img img {
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 1921px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_img {
    width: 48vw;
    right: calc(50% - 50vw);
    height: 47rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_img {
    width: 100%;
  }
}
.p-top_features_block:nth-child(even) .p-top_features_block_body {
  padding: 8.2rem 5rem 8.1rem 0;
  width: 55%;
  margin-right: auto;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_body {
    width: 53%;
  }
}
@media screen and (max-width: 1023px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_body {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block:nth-child(even) .p-top_features_block_body {
    width: 100%;
    padding: calc(50 / 750 * 100vw) 0 0;
  }
}

.p-top_features_block_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_features_block_wrap {
    top: -10rem;
    top: calc(-100 / 750 * 100vw);
  }
}

.p-top_features_block_wrap::before {
  position: absolute;
  content: attr(data-number);
  top: 3rem;
  font-size: 16rem;
  color: #f5f6fa;
  font-family: "futura-pt", sans-serif;
  font-weight: 350;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_features_block_wrap::before {
    font-size: calc(160 / 750 * 100vw);
  }
}

.p-top_features_block_img {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .p-top_features_block_img {
    aspect-ratio: 718/370;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block_img {
    position: static;
    aspect-ratio: 650/470;
  }
}
.p-top_features_block_img img,
.p-top_features_block_img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_features_block_title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
  line-height: 1.5333333333;
}
@media screen and (max-width: 1023px) {
  .p-top_features_block_title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block_title {
    font-size: 4.6666666667vw;
    line-height: 1.75;
  }
}

.p-top_features_block_text {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-top_features_block_text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-top_features_block_text span {
  font-weight: bold;
}
.p-top_features_block_text p:nth-child(n + 2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top_features_block_text p:nth-child(n + 2) {
    margin-top: calc(34 / 750 * 100vw);
  }
}

.p-top_features_block_media {
  padding: 6.6rem 0 7rem 12rem;
}
@media screen and (max-width: 1023px) {
  .p-top_features_block_media {
    padding-top: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_features_block_media {
    margin-top: -10rem;
    margin-top: calc(-100 / 750 * 100vw);
    padding-top: calc(62 / 750 * 100vw);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12.5333333333vw;
  }
}

.p-top_features_block_media img {
  width: 100%;
  height: 100%;
}

.p-top_mv {
  background: url(../../images/top-renewal/top-mv-backPc.jpg) no-repeat center
    center/cover;
  /* padding: 7.2rem 0 7.8rem; */
  padding: 110px 0 15px;
}
@media screen and (max-width: 767px) {
  .p-top_mv {
    background: url(../../images/top-renewal/top-mv-backSp.jpg) no-repeat bottom
      center/cover;
    background-position: top calc((-260/750)*100vw) center;
    padding: 17.6vw 0 6.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top_mv_inner {
    padding-left: calc(38 / 750 * 100vw);
    padding-right: calc(38 / 750 * 100vw);
  }
}

.p-top_mv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top_mv_wrap {
    display: block;
  }
}

.p-top_mv_body {
  color: #fff;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top_mv_body {
    padding-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

.p-top_mv_title {
  font-size: clamp(2rem, 4.17vw, 5rem);
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.56;
  text-shadow: 0 0 10px rgba(8, 25, 45, 0.15);
}
@media screen and (max-width: 1023px) {
  .p-top_mv_title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_mv_title {
    font-size: calc(49 / 750 * 100vw);
  }
}
.p-top_mv_title .small {
  font-size: clamp(0rem, -4.114rem + 8.57vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .p-top_mv_title .small {
    font-size: calc(36 / 750 * 100vw);
  }
}

.p-top_mv_title .big {
  font-family: "futura-pt", sans-serif;
  font-size: 6.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-left: 1rem;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1023px) {
  .p-top_mv_title .big {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top_mv_title .big {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_mv_title .big {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px), print {
  .p-top_mv_inner {
    position: relative;
  }
}



/* ========================================
追記：2024.04.24 ここから
======================================== */

/* ------------------------- */
/* .p-top_mv_ranking */
/* ------------------------- */
.p-top_mv_ranking {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 50px;
  bottom: 86px;
}
.p-top_mv_ranking li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  color: #153163;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.p-top_mv_ranking li:not(:first-child) {
  margin-left: 18px;
}
.p-top_mv_ranking li:before {
  content: "";
  display: block;
  width: 33px;
  height: 22px;
  background: url(../../images/top-renewal/top-mv-lcon1.png) center center no-repeat;
  background-size: cover;
  margin-top: -15px;
}
.p-top_mv_ranking .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(22/16);
}
.p-top_mv_ranking .num {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-top: -5px;
}
.p-top_mv_ranking .num span {
  font-size: 60px;
}
.p-top_mv_ranking .note {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-top_mv_ranking {
    position: static;
    margin-top: calc((110/750)*100vw);
  }
  .p-top_mv_ranking li {
    width: calc((213/750)*100vw);
    height: calc((213/750)*100vw);
  }
  .p-top_mv_ranking li:not(:first-child) {
    margin-left: calc((17/750)*100vw);
  }
  .p-top_mv_ranking li:before {
    width: calc((43/750)*100vw);
    height: calc((28/750)*100vw);
    margin-top: calc((-30/750)*100vw);
  }
  .p-top_mv_ranking .ttl {
    font-size: calc((21/750)*100vw);
    line-height: calc(28/21);
  }
  .p-top_mv_ranking .num {
    font-size: calc((62/750)*100vw);
    margin-top: calc((-10/750)*100vw);
  }
  .p-top_mv_ranking .num span {
    font-size: calc((78/750)*100vw);
  }
  .p-top_mv_ranking .note {
    font-size: calc((15/750)*100vw);
  }
}

/* ------------------------- */
/* .p-top_mv_notes */
/* ------------------------- */
.p-top_mv_notes {
  margin-top: 100px;
}
.p-top_mv_notes li {
  font-size: 11px;
  color: #fff;
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.p-top_mv_notes li + li {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-top_mv_notes {
    margin-top: calc((32/750)*100vw);
  }
  .p-top_mv_notes li {
    font-size: calc((14/750)*100vw);
  }
  .p-top_mv_notes li + li {
    margin-top: 0.8em;
  }
}

/* ------------------------- */
/* .p-top_cta_mv */
/* ------------------------- */
.p-top_cta_mv {
  padding: 50px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv {
    padding: calc((70/750)*100vw) 0 calc((60/750)*100vw);
  }
}
.p-top_cta_mv .c-top_cta_block {
  width: 717px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block {
    width: calc((650/750)*100vw);
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: calc((27/750)*100vw);
    padding-bottom: calc((25/750)*100vw);
  }
}
.p-top_cta_mv_ttl {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #153163;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv_ttl {
    font-size: calc((34/750)*100vw);
    margin-bottom: calc((20/750)*100vw);
  }
}
.p-top_cta_mv_ttl span {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv_ttl span {
    font-size: calc((40/750)*100vw);
  }
}
.p-top_cta_mv .c-top_cta_block_left {
  width: 145px;
  height: 62px;
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  color: #153163;
  background-color: #e7ebf4;
  margin-left: -10px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block_left {
    width: calc((180/750)*100vw);
    height: calc((74/750)*100vw);
    font-size: calc((44/750)*100vw);
    padding-left: calc((20/750)*100vw);
    margin-left: 0;
    margin-right: calc((34/750)*100vw);
  }
}
.p-top_cta_mv .c-top_cta_block_left:after {
  content: "";
  display: block;
  width: 16px;
  height: 62px;
  /* aspect-ratio: 1/2; */
  clip-path: polygon(0 0,100% 50%,0 100%);
  background-color: #e7ebf4;
  position: absolute;
  top: 0;
  right: -15.8px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block_left:after {
    width: calc((20/750)*100vw);
    height: calc((74/750)*100vw);
    right: calc((-19.8/750)*100vw);
  }
}
.p-top_cta_mv .c-top_cta_block_left > span {
  font-size: 23px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block_left > span {
    font-size: calc((28/750)*100vw);
    margin-left: 0;
  }
}
.p-top_cta_mv .c-top_cta_block_left > span span:nth-child(1) {
  display: inline;
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  line-height: 1;
  margin-left: 0;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block_left > span span:nth-child(1) {
    font-size: calc((54/750)*100vw);
    top: calc((4/750)*100vw);
  }
}
.p-top_cta_mv .c-top_cta_block_left > span span:nth-child(2) {
  display: inline;
  font-size: 32px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block_left > span span:nth-child(2) {
    font-size: calc((38/750)*100vw);
  }
}
.p-top_cta_mv .c-top_cta_block_right {
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv .c-top_cta_block_right {
    margin-top: 0;
  }
}
.p-top_cta_mv .c-top_cta_block_right_regular {
  text-align: left;
}
.p-top_cta_mv .c-top_cta_block_right_regular_wrap {
  padding-left: 0;
}
.c-top_cta_block_right_price_mv span:nth-child(1) {
  margin-left: 0;
  line-height: 1;
  letter-spacing: 0;
}
.c-top_cta_block_note {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #163672;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_note {
    font-size: calc((16/750)*100vw);
    margin-top: calc((14/750)*100vw);
  }
}
.c-top_cta_block_note span {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-top_cta_block_note span {
    font-size: calc((20/750)*100vw);
  }
}
.p-top_cta_mv_note {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top_cta_mv_note {
    font-size: calc((18/750)*100vw);
    margin-top: calc((40/750)*100vw);
  }
}


/* ------------------------- */
/* .p-top_cta_common */
/* ------------------------- */
.p-top_cta_common {
  padding: 80px 0 75px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common {
    padding: calc((100/750)*100vw) 0 calc((90/750)*100vw);
  }
  .p-top_cta_common .p-top_cta_title {
    font-size: calc((46/750)*100vw);
  }
}
.p-top_cta_common_heading {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #163672;
  margin-bottom: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_heading {
    font-size: calc((33/750)*100vw);
    margin-bottom: calc((15/750)*100vw);
  }
}
.p-top_cta_common .c-top_cta_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .c-top_cta_wrap {
    display: block;
    margin-top: calc((90/750)*100vw);
  }
}
.p-top_cta_common .c-top_cta_block {
  width: 510px;
  padding: 40px 0 25px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .c-top_cta_block {
    width: calc((648/750)*100vw);
    padding: calc((55/750)*100vw) 0 calc((30/750)*100vw);
  }
  .p-top_cta_common .c-top_cta_block + .c-top_cta_block {
    margin-top: calc((62/750)*100vw);
  }
}
.p-top_cta_common .c-top_cta_block::after {
  content: none;
}
.p-top_cta_common .c-top_cta_block_right {
  width: 100%;
  line-height: 1;
}
.p-top_cta_common .c-top_cta_block_right_price {
  justify-content: center;
}
.p-top_cta_common .c-top_cta_block_right_regular_wrap {
  padding-left: 30px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .c-top_cta_block_right_regular_wrap {
    font-size: calc((23/750)*100vw);
    padding-left: calc((50/750)*100vw);
  }
}
.p-top_cta_common .c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(1) {
  font-size: 28px;
  color: #163672;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .c-top_cta_block_right_price:not(.c-top_cta_block_right_price_mv) span:nth-child(1) {
    font-size: calc((36/750)*100vw);
    width: calc((102/750)*100vw);
    height: calc((102/750)*100vw);
    margin-right: calc((14/750)*100vw);
  }
}
.p-top_cta_common .c-top_cta_block_right .small {
  padding-right: 5em;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .c-top_cta_block_right .small {
    padding-right: 5.5em;
    margin-top: calc((5/750)*100vw);
  }
}
.p-top_cta_common_descArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_descArea {
    margin-top: calc((22/750)*100vw);
    margin-bottom: calc((30/750)*100vw);
  }
}
.p-top_cta_common_descArea .icon {
  width: 101px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_descArea .icon {
    width: calc((129/750)*100vw);
    margin-right: calc((45/750)*100vw);
  }
}
.p-top_cta_common_descArea .list {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #163672;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_descArea .list {
    font-size: calc((23/750)*100vw);
    line-height: 1.8;
  }
}
.p-top_cta_common_txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_txt {
    font-size: calc((21/750)*100vw);
    line-height: 1.47;
    margin-top: calc((20/750)*100vw);
  }
}
.p-top_cta_common .p-top_cta_btn {
  width: 400px;
  font-size: 18px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .p-top_cta_btn {
    width: calc((510/750)*100vw);
    font-size: calc((26/750)*100vw);
    margin-top: calc((20/750)*100vw);
  }
}
.p-top_cta_common .c-btn_line {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common .c-btn_line {
    width: calc((600/750)*100vw);
  }
  .p-top_cta_common .p-top_cta_footer_btn {
    margin-top: calc((90/750)*100vw);
  }
}


.p-top_cta_common_outer {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 38px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer {
    gap: 0 calc((8/750)*100vw);
  }
}
.p-top_cta_common_outer > label {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 45%;
  max-width: 697px;
  min-height: 93px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background-color: #546f9c;
  text-align: center;
  cursor: pointer;
  border-radius: 1.2rem 1.2rem 0 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer > label {
    width: calc((355/750)*100vw);
    max-width: none;
    min-height: calc((128/750)*100vw);
    font-size: calc((32/750)*100vw);
    line-height: 1.4;
    border-radius: calc((12/750)*100vw) calc((12/750)*100vw) 0 0;
    padding-top: 0.4em;
  }
}
.p-top_cta_common_outer > label:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer > label:hover {
    opacity: 1;
  }
}
.p-top_cta_common_outer label:has(:checked) {
  background-color: #16346a;
}
.p-top_cta_common_outer > label .small {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer > label .small {
    font-size: calc((18/750)*100vw);
  }
}
.p-top_cta_common_outer input {
  display: none;
}

.p-top_cta_common_outer > div {
  display: none;
  width: 100%;
}
.p-top_cta_common_outer label:has(:checked) + div {
  display: block;
}
.p-top_cta_common_outer .p-top_cta_common .c-top_cta_wrap {
  margin-top: 0;
}
.p-top_cta_common_outer .p-top_cta_common {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer .p-top_cta_common {
    padding-top: calc((80/750)*100vw);
  }
}
.p-top_cta_common_outer .p-top_cta_common_tab_right + div .c-top_cta_block {
  display: flex;
  justify-content: center;
  width: 1100px;
  max-width: 1100px;
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer .p-top_cta_common_tab_right + div .c-top_cta_block {
    width: 100%;
    max-width: 100%;
    padding-top: calc((48/750)*100vw);
  }
}
.p-top_cta_common_outer .c-top_cta_block_left span.big {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer .c-top_cta_block_left span.big {
    font-size: calc((56/750)*100vw);
    margin-bottom: 0.5em;
  }
}
.p-top_cta_common_outer .c-top_cta_block_left,
.p-top_cta_common_outer .c-top_cta_block_right_price,
.p-top_cta_common_outer .p-top_cta_common .c-top_cta_block_right {
  width: auto;
}
.p-top_cta_common_outer .c-top_cta_block_left {
  margin-right: 29px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer div.c-top_cta_block_left {
    margin-right: 0;
  }
}
.p-top_cta_common_outer .c-top_cta_block_underText {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_cta_common_outer .c-top_cta_block_underText {
    font-size: calc((20/750)*100vw);
    width: 90%;
    margin-top: calc((40/750)*100vw);
    margin-inline: auto;
    margin-bottom: calc((10/750)*100vw);
  }
}




/* ------------------------- */
/* .p-top_cause */
/* ------------------------- */
@media screen and (max-width: 767px) {
  .p-top_cause .p-top_cause_lead {
    font-size: calc((30/750)*100vw);
  }
  .p-top_cause .p-top_cause_title {
    font-size: calc((38/750)*100vw);
    line-height: 1.4;
  }
}
.p-top_cause_subHeading {
  font-size: 28px;
  font-weight: bold;
  color: #163672;
  text-align: center;
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-top_cause_subHeading {
    font-size: calc((32/750)*100vw);
    margin-top: calc((90/750)*100vw);
  }
}
.p-top_cause_mediaList {
  width: 670px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top_cause_mediaList {
    width: 88%;
    gap: calc((24/750)*100vw) calc((10/750)*100vw);
    margin: calc((40/750)*100vw) auto 0;
  }
}
.p-top_cause_mediaList li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 36px;
  padding: 0 1.3em;
  border-radius: 18px;
  letter-spacing: 0;
  background-color: #546f9c;
}
@media screen and (max-width: 767px) {
  .p-top_cause_mediaList li {
    font-size: calc((20/750)*100vw);
    height: calc((46/750)*100vw);
    padding: 0 1.2em;
    border-radius: calc((23/750)*100vw);
  }
}
.p-top_cause_notes {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_cause_notes {
    font-size: calc((18/750)*100vw);
    margin-top: calc((35/750)*100vw);
    letter-spacing: 0;
  }
}
.p-top_cause_link a {
  display: inline-block;
  font-size: 12px;
  color: #008df3;
  text-align: center;
  text-decoration: underline;
}
.p-top_cause_link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top_cause_link a {
    font-size: calc((16/750)*100vw);
    letter-spacing: 0;
  }
}

/* ------------------------- */
/* .p-top_case */
/* ------------------------- */
@media screen and (max-width: 767px) {
  .p-top_case .c-top_title {
    font-size: calc((36/750)*100vw);
  }
}

/* ------------------------- */
/* .p-top_features */
/* ------------------------- */
@media screen and (max-width: 767px) {
  .p-top_features .c-top_title {
    font-size: calc((36/750)*100vw);
  }
}

/* ========================================
追記：2024.04.24 ここまで
======================================== */


.slick-track {
  display: flex;
}
.slick-initialized .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.p-top_slider .slick-list img,
.p-top_slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-top_slider .slick-slide img {
  width: calc(20rem + 1.2rem);
  height: 7rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top_slider .slick-slide img {
    width: calc((241 / 750 * 100vw) + (12 / 750 * 100vw));
    height: calc(156 / 750 * 100vw);
    padding-right: calc(12 / 750 * 100vw);
  }
}

.p-top_service {
  background: #f7f8fa;
  padding: 5.4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-top_service {
    padding: 7.2vw 0 8vw;
  }
}

.p-top_servic_title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_servic_title {
    font-size: 3.7333333333vw;
  }
}

.p-top_service_list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top_service_list {
    margin-top: calc(38 / 750 * 100vw);
  }
}

.p-top_service_block {
  width: 17.6rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-top_service_block {
    width: calc(176 / 750 * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top_service_block:first-child .c-top_tab_block_img {
  height: 5rem;
  width: 11.6rem;
}
.p-top_service_block:first-child .c-top_tab_block_img img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top_service_block:first-child .c-top_tab_block_img {
    height: calc(42 / 750 * 100vw);
  }
}

@media (hover: hover) {
  .p-top_service_block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top_service_block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .p-top_service_block:nth-child(1) .c-top_tab_block_img {
    width: 15.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_service_block:nth-child(2) .c-top_tab_block_img {
    width: 10.9333333333vw;
  }
}

.p-top_shiodome {
  background: #f7f8fa;
  padding: 6.6rem 0 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-top_shiodome {
    padding: 8.2666666667vw 0 17.8666666667vw;
  }
}

.p-top_shiodome_title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_shiodome_title {
    font-size: 5.3333333333vw;
  }
}

.p-top_shiodome_title_lead {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #163672;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_shiodome_title_lead {
    margin-top: 0.8vw;
    font-size: 3.7333333333vw;
  }
}

.p-top_shiodome_list {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top_shiodome_list {
    margin-top: 9.6vw;
    display: block;
  }
}

.p-top_shiodome_block {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-top_shiodome_block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_shiodome_block + .p-top_shiodome_block {
    margin-top: 9.3333333333vw;
  }
}
@media (hover: hover) {
  .p-top_shiodome_block a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top_shiodome_block a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-top_shiodom_block_img {
  border-radius: 1rem;
}
.p-top_shiodom_block_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_shiodom_block_body {
  margin-top: 1.2rem;
}

.p-top_shiodom_block_title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_shiodom_block_title {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-top_shiodom_block_date {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9399a7;
}
@media screen and (max-width: 767px) {
  .p-top_shiodom_block_date {
    margin-top: 4.5333333333vw;
    font-size: 2.9333333333vw;
  }
}

.p-top_shiodome_btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_shiodome_btn {
    margin-top: 9.6vw;
  }
}

.p-top_slider_wrap {
  background: #f7f8fa;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-top_slider_wrap {
    padding: 3.6vw 0;
  }
}

.p-top_slider:nth-child(n + 2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top_slider:nth-child(n + 2) {
    margin-top: 0;
  }
}

.p-top_tab {
  padding: 10.8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top_tab {
    padding: 13.0666666667vw 0 9.3333333333vw;
  }
}

.p-top_tab_lists {
  padding: 6.4rem 0 5rem;
  border-bottom: 0.4rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top_tab_lists {
    padding: 8vw 0 12vw;
  }
}

.p-top_tab_lists_domestic .p-top_tab_block:nth-child(11) .c-top_tab_block_img {
  height: 5rem;
  width: 11.6rem;
}
.p-top_tab_lists_domestic
  .p-top_tab_block:nth-child(11)
  .c-top_tab_block_img
  img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top_tab_lists_domestic
    .p-top_tab_block:nth-child(11)
    .c-top_tab_block_img {
    width: 15.4666666667vw;
    height: calc(42 / 750 * 100vw);
  }
}

.p-top_tab_lists_abroad .p-top_tab_block:nth-child(6) .c-top_tab_block_img {
  height: 5rem;
  width: 11.6rem;
}
.p-top_tab_lists_abroad .p-top_tab_block:nth-child(6) .c-top_tab_block_img img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top_tab_lists_abroad .p-top_tab_block:nth-child(6) .c-top_tab_block_img {
    width: 15.4666666667vw;
    height: calc(42 / 750 * 100vw);
  }
}

.p-top_tab_inner {
  margin: 0 4.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .p-top_tab_inner {
    margin: 0 6rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-top_tab_inner {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_tab_inner {
    margin: 0 5.3333333333vw;
  }
}

.p-top_tab_body {
  margin-top: 5rem;
}

.p-top_tab_list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top_tab_list {
    margin-top: 4vw;
    gap: 3.4666666667vw;
  }
}

.p-top_tab_block {
  width: calc(20% - 2rem);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-top_tab_block {
    width: calc(33.33333% - 2.31111vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top_tab_lists_btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_tab_lists_btn {
    margin-top: 9.3333333333vw;
  }
}

.p-top-tab_media {
  padding: 6.4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-tab_media {
    padding: 8vw 0 9.7333333333vw;
  }
}

.p-top_tab_media_img {
  margin-top: 3.2em;
  border-radius: 1.2rem;
  border: 4px solid #f5f6fa;
  background: #fff;
  padding: 5rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-top_tab_media_img {
    margin-top: 8.4vw;
    padding: 8.4vw 5.3333333333vw 9.3333333333vw;
  }
}
.p-top_tab_media_img img {
  width: 100%;
  height: 100%;
}

/* タブの部分のCTA */
.p-top_tab_cta_wrap {
  border-radius: 0;
  box-shadow: none;
}
.p-top_tab_cta_btn {
  margin-top: 4rem;
  text-align: center;
}

.p-top_tab_btn {
  padding-top: 4rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top_tab_btn {
    padding-top: calc(40 / 750 * 100vw);
  }
}

.p-top_tab_countory {
  max-width: 83rem;
  margin: 0 auto;
  padding: 6.3rem 0 6rem;
}
@media screen and (max-width: 1023px) {
  .p-top_tab_countory {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_tab_countory {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 9.0666666667vw;
  }
}
.p-top_tab_countory + .p-top_tab_countory {
  border-top: 1px solid #e4e9f4;
}

.p-top_tab_countory_handle {
  margin-top: 3.5rem;
}

.p-top_tab_countory_detail {
  margin-top: 5.4em;
}

.p-top_tab_countory_btn {
  margin-top: 5.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_tab_countory_btn {
    margin-top: calc(70 / 750 * 100vw);
  }
}

.p-top_voice {
  padding: 10.2rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top_voice {
    padding: 12.8vw 0 14.9333333333vw;
  }
}

.p-top_voice_list {
  padding-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top_voice_list {
    padding-top: 9.3333333333vw;
  }
}

.p-top_voice_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top_voice_block {
    display: block;
  }
}
.p-top_voice_block:not(:first-child) {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top_voice_block:not(:first-child) {
    padding-top: 12.8vw;
  }
}
.p-top_voice_block:not(:nth-child(5)) {
  padding-bottom: 3rem;
  border-bottom: 1px solid #eceff7;
}
@media screen and (max-width: 767px) {
  .p-top_voice_block:not(:nth-child(5)) {
    padding-bottom: 5.6vw;
  }
}

@media (hover: hover) {
  .p-top_voice_block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top_voice_block:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-top_voice_block_img {
  width: 26rem;
  aspect-ratio: 260/176;
  border-radius: 8rem;
  -webkit-box-shadow: 0px 0px 8px rgba(8, 25, 45, 0.1019607843);
  box-shadow: 0px 0px 8px rgba(8, 25, 45, 0.1019607843);
}
@media screen and (max-width: 767px) {
  .p-top_voice_block_img {
    width: 100%;
  }
}
.p-top_voice_block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_voice_block_body {
  width: calc(100% - 26rem);
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top_voice_block_body {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding-left: 0;
  }
}

.p-top_voice_block_title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-top_voice_block_title {
    font-size: 3.7333333333vw;
  }
}

.p-top_voice_block_text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #9399a7;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top_voice_block_text {
    margin-top: 4.5333333333vw;
    font-size: 2.9333333333vw;
  }
}

.p-top_voice_btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_voice_btn {
    margin-top: 10.6666666667vw;
  }
}

.p-top_worries {
  padding: 7.2rem 0 9rem;
  background: #f5f6fa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_worries {
    padding: 12.2666666667vw 0 7.8666666667vw;
  }
}
.p-top_worries::before {
  position: absolute;
  content: "";
  background: #f5f6fa;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 96%);
  transform: translate(-50%, 96%);
  width: 12rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top_worries::before {
    width: 8.4vw;
    height: 5.3333333333vw;
  }
}

.p-top_worries_lead {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_worries_lead {
    font-size: 3.7333333333vw;
  }
}

.p-top_worries_title {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_worries_title {
    margin-top: 1.8666666667vw;
    font-size: 4.9333333333vw;
  }
}

.p-top_worries_list {
  margin: 4rem auto 0;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top_worries_list {
    margin-top: 8.8vw;
    display: block;
  }
}

.p-top_worries_block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_worries_block + .p-top_worries_block {
    margin-top: 4.9333333333vw;
  }
}

.p-top_worries_block_text {
  font-size: clamp(1rem, 0.086rem + 1.9vw, 1.8rem);
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top_worries_block_text {
    font-size: 4.2666666667vw;
  }
}
.p-top_worries_block_text span {
  color: #163672;
}

.p-top_worries_block_img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
