.u-accent {
  color: #F74B33;
}

/* ======================================================= */
/* section01 */
/* ======================================================= */
/* section01 */
.section01 {
  background: linear-gradient(180deg, #05a3d7 0%, #015cc6 100%);
  padding: 80px 30px;
  min-height: 815px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section01__inner {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.section01__title {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.section01__title_img {
  display: none;
}

.section01__comment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 776px;
}

.section01__comment_item {
  width: fit-content;
  position: relative;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(214px);
  border-radius: 8px;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section01__comment_item:nth-child(1)::before ,
.section01__comment_item:nth-child(2)::before {
  content: "";
  width: 56px;
  height: 20px;
  background-image: url(../img/add/bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);

}
.section01__comment_item:nth-child(2) {
  margin-top: 32px;
}
.section01__comment_item:nth-child(2)::before {
  transform: translate(-50%, 100%) scaleX(-1);
}

.section01__comment_item span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
}


.section01__catch {
  color: #fff500;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
}

.section01__box {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section01__contents1 {
  background: #ffffff;
  padding: 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.section01__contents1_head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section01__badge {
  background: #0e2b4b;
  color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 160%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section01__text {
  position: relative;
  padding-block: 8px;
  /* border-top: 1px dotted #0E2B4B; */
  /* border-bottom: 1px dotted #0E2B4B */

  &::before ,
  &::after {
    content: "";
    width: 100%;
    height: 3px;
    background-image: url(../img/add/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 0;
    left: 0;
  }

  &::after {
    top: initial;
    bottom: 0;
    background-position: bottom;
  }
}
.section01__text p {
  color: #0e2b4b;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section01__contents1_body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section01__label {
  color: #0e2b4b;
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section01__cashback {
  position: relative;
  display: flex;
  align-items: baseline;
}

.section01__cashback::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 322px;
  height: 24px;
  background: #fff500;
  z-index: 0;
}

.section01__percent {
  background: linear-gradient(90deg, #05a3d7, #015cc6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  z-index: 2;
}
.section01__percent--num {
  font-size: 135px;
  line-height: 1;
}
.section01__percent--unit {
  font-size: 82px;
  line-height: 1;
}

.section01__return {
  background: linear-gradient(90deg, #05a3d7, #015cc6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 50px;
  font-weight: 900;
  line-height: 145%;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}

.section01__contents2 {
  background: #0e2b4b;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.section01__final {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section01__final_label {
  background: #fff500;
  display: block;
  height: fit-content;
  color: #0E2B4B;
  font-size: 30px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0 8px;
  border-radius: 8px;
}

.section01__final_percent {
  display: flex;
  align-items: baseline;
  color: #fff500;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}

.section01__final_percent--num {
  font-size: 80px;
  line-height: 1;
}
.section01__final_percent--unit {
  font-size: 44px;
  line-height: 1;
}

.section01__contents2_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.section01__additional {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.section01__additional_text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section01__additional_percent {
  display: flex;
  align-items: baseline;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
.section01__additional_percent--num {
  font-size: 52px;
  line-height: 1;
}
.section01__additional_percent--unit {
  font-size: 28px;
  line-height: 1;
}
.section01__final {
  display: flex;
  justify-content: center;
  width: 100%;
}

.section01__cashback_text {
  color: #fff500;
  font-size: 42px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.08em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section01__note {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .section01 {
    padding: 60px 20px;
    min-height: auto;
  }
  
  .section01__inner {
    gap: calc(104 / 768 * 100vw);
  }
  
  .section01__comment {
    display: none;
  }

  .section01__title_img {
    display: block;
    width: calc(615 / 768 * 100vw);
    margin: 0 auto;
  }
  
  .section01__comment_item {
    width: 100%;
    max-width: none !important;
    justify-content: center;
  }
  
  .section01__comment_item span {
    font-size: 16px;
    text-align: center;
  }

  .section01__percent--num  {
    font-size: calc(165 / 768 * 100vw);
  }
  
  .section01__catch {
    font-size: calc(62 / 768 * 100vw);
  }
  
  .section01__contents1_head {
    flex-direction: column;
    gap: 12px;
  }
  
  .section01__badge {
    width: calc(112 / 768 * 100vw);
    height: calc(112 / 768 * 100vw);
    font-size: calc(26 / 768 * 100vw);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section01__text {
    padding-block: calc(8 / 768 * 100vw) 0 calc(10 / 768 * 100vw);
    &::before ,
    &::after {
      height: calc(6 / 768 * 100vw);
      background-image: url(../img/add/line_sp.svg);
      background-size: contain;
    }
  }
  .section01__text p {
    font-size: calc(28 / 768 * 100vw);
    text-align: center;
  }

  .section01__box {
    position: relative;
    overflow: visible;
  }
  .section01__contents1 {
    padding: calc(64 / 768 * 100vw) calc(38 / 768 * 100vw) calc(56 / 768 * 100vw);
    border-radius: calc(24 / 768 * 100vw) calc(24 / 768 * 100vw) 0 0;
  }
  
  .section01__contents1_body {
    text-align: left;
    gap: calc(12 / 768 * 100vw);
  }
  
  .section01__label {
    font-size: calc(40 / 768 * 100vw);
  }
  
  .section01__cashback::before {
    width: 100%;
    height: calc(30 / 768 * 100vw);
    bottom: calc(20 / 768 * 100vw);
  }
  
  .section01__percent {
    font-size: calc(165 / 768 * 100vw);
  }

  .section01__percent--unit {
    font-size: calc(82 / 768 * 100vw);
  }
  
  .section01__return {
    font-size: calc(60 / 768 * 100vw);
  }
  
  .section01__additional {
    gap: calc(4 / 768 * 100vw);
  }
  
  .section01__additional_text {
    font-size: calc(40 / 768 * 100vw);
  }
  
  .section01__additional_percent--num {
    font-size: calc(62 / 768 * 100vw);
  }

  .section01__additional_percent--unit {
    font-size: calc(28 / 768 * 100vw);
  }
  
  .section01__cashback_text {
    font-size: calc(62 / 768 * 100vw);
  }
  
  .section01__contents2 {
    border-radius: 0 0 calc(24 / 768 * 100vw) calc(24 / 768 * 100vw);
    padding: calc(32 / 768 * 100vw) calc(38 / 768 * 100vw);
    gap: calc(24 / 768 * 100vw);
  }
  .section01__final {
    gap: calc(8 / 768 * 100vw);
  }
  .section01__final_label {
    white-space: nowrap;
    gap: calc(8 / 768 * 100vw);
    padding: 0 calc(8 / 768 * 100vw);
    font-size: calc(40 / 768 * 100vw);
    border-radius: calc(8 / 768 * 100vw);
    transform: translateY(-10%);
  }

  .section01__final_percent--num {
    font-size: calc(100 / 768 * 100vw);
  }

  .section01__final_percent {
    font-size: calc(90 / 768 * 100vw);
    line-height: 1;
    align-items: baseline;
  }

  .section01__final_percent--unit {
    font-size: calc(44 / 768 * 100vw);
  }

  .section01__cashback_text {
    white-space: nowrap;
    font-size: calc(52 / 768 * 100vw);
  }

  .section01__note {
    font-size: calc(22 / 768 * 100vw);
  }
}

/* ======================================================= */
/* p-top-about (sec02) */
/* ======================================================= */

/* p-top-about (sec02) */
.p-top-about {
  background-color: #dfeef8;
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-about__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-top-about__comment {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}

.p-top-about__comment_box {
  background: #ffffff;
  border-radius: 8px;
  padding: 8px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;


}

.p-top-about__comment_title {
  color: #0e2b4b;
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  text-align: center;
}

.p-top-about__main_box {
  background: linear-gradient(180deg, #05a3d7 0%, #015cc6 100%);
  border-radius: 24px;
  padding: 56px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.p-top-about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 930px;
}

.p-top-about__figure {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 371px;
  height: 168px;
  justify-content: center;
}

.p-top-about__org_icon,
.p-top-about__company_icon {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 2.58px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(21, 87, 104, 0.3);
}

.p-top-about__org_icon span,
.p-top-about__company_icon span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top-about__multiply {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 8px;
}

.p-top-about__main_title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  width: 100%;
  max-width: 930px;
}

.p-top-about__contents {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1100px;
}

.p-top-about__medal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  width: 268px;
  flex-shrink: 0;
}

.p-top-about__medal_item {
  background: #ffffff;
  border-radius: 8px;
  width: 126px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.p-top-about__medal_item span {
  color: #0e2b4b;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-top-about__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 588px;
  flex-shrink: 0;
}

.p-top-about__text p {
  margin: 0 0 1em 0;
}

.p-top-about__text p:last-child {
  margin-bottom: 0;
}

.p-top-about__highlight {
  background: #fff500;
  color: #0e2b4b;
  font-weight: 700;
  padding: 2px 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: calc(100 / 768 * 100vw) calc(38 / 768 * 100vw);
  }

  .p-top-about__comment_box {
    padding: 16px 20px;
    flex-direction: column;
    gap: 12px;
  }
  
  .p-top-about__comment_title {
    font-size: 28px;
  }
  
  .p-top-about__main_box {
    padding: 40px 20px;
    gap: 30px;
  }
  
  .p-top-about__figure {
    width: auto;
    height: auto;
    flex-direction: column;
    gap: 12px;
  }
  
  .p-top-about__org_icon,
  .p-top-about__company_icon {
    width: 120px;
    height: 120px;
  }
  
  .p-top-about__org_icon span,
  .p-top-about__company_icon span {
    font-size: 16px;
  }
  
  .p-top-about__multiply {
    font-size: 24px;
    margin: 8px 0;
  }
  
  .p-top-about__main_title {
    font-size: 28px;
  }
  
  .p-top-about__contents {
    flex-direction: column;
    gap: 30px;
  }
  
  .p-top-about__medal {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
  
  .p-top-about__medal_item {
    width: 100px;
    height: 100px;
    flex: 1;
  }
  
  .p-top-about__medal_item span {
    font-size: calc(24 / 768 * 100vw);
  }
  
  .p-top-about__text {
    width: 100%;
    font-size: 16px;
  }
}

/* p-top-about */
.p-top-about {
  width: 100%;
  background-color: #dfeef8;
  padding: 80px 0;
}

.p-top-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Comment Section */
.p-top-about__comment {
  width: 100%;
  max-width: 1000px;
}

.p-top-about__comment_frame {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 103.657px;

  &::after {
    content: "";
    display: block;
    width: 26px;
    height: 14px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 90%);
  }
}

.p-top-about__comment_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}

.p-top-about__comment_icon {
  flex-shrink: 0;
}

/* Box Section */
.p-top-about__box {
  width: 100%;
  max-width: 1200px;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  border-radius: 24px;
  padding: 56px;
  color: white;
}

.p-top-about__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto 40px;
}

/* Figure */
.p-top-about__figure {
  width: 371px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 auto;

  img {
    width: 100%;
    height: auto;
  }
}

.p-top-about__ministry_circle,
.p-top-about__ucan_circle {
  width: 168.649px;
  height: 168.99px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 2.58px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15.35px rgba(21, 87, 104, 0.3);
}

.p-top-about__ministry_text,
.p-top-about__ucan_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0;
}

.p-top-about__multiply {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30.38px;
  font-weight: 900;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-about__title_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: white;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
}

/* Contents */
.p-top-about__contents {
  display: flex;
  align-items: center;
  gap: 48px;
}

/* Medal Section */
.p-top-about__medal {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 10px;
  width: 300px;
  flex-shrink: 0;
}

.p-top-about__medal_item {
  width: 126px;
}

.p-top-about__medal_card {
  position: relative;
  width: 126px;
  height: 124px;
  background: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 37px 0 8px;
}

.p-top-about__medal_icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-top-about__medal_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0e2b4b;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;


}

.p-top-about__medal_text.lg {
  font-size: 20px;
}

/* Text Section */
.p-top-about__text {
  flex: 1;
}

.p-top-about__text_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin: 0 0 16px 0;
}

.p-top-about__text_content:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 40px 0;
  }

  .p-top-about__inner {
    padding: 0 16px;
    gap: 16px;
  }

  /* .p-top-about__comment_frame {
    padding: 8px 32px;
    min-height: auto;
  } */
  .p-top-about__comment_frame {
    padding: calc(16 / 768 * 100vw) calc(64 / 768 * 100vw);
  }

  .p-top-about__comment_icon {
    width: calc(187 / 768 * 100vw);
  }
  

  .p-top-about__comment_text {
    font-size: calc(44 / 768 * 100vw);
  }

  .p-top-about__box {
    padding: calc(64 / 768 * 100vw) calc(40 / 768 * 100vw);
    border-radius: calc(24 / 768 * 100vw);
  }
  

  .p-top-about__figure {
    width: calc(570 / 768 * 100vw);
  }

  .p-top-about__ministry_circle,
  .p-top-about__ucan_circle {
    width: 120px;
    height: 120px;
    border: 2px solid white;
  }

  .p-top-about__ministry_text,
  .p-top-about__ucan_text {
    font-size: 16px;
  }

  .p-top-about__multiply {
    font-size: 24px;
  }

  .p-top-about__title {
    gap: calc(32 / 768 * 100vw);
    margin-bottom: calc(80 / 768 * 100vw);
  }

  .p-top-about__title_text {
    font-size: calc(51 / 768 * 100vw);
  }

  .p-top-about__contents {
    flex-direction: column;
    gap: calc(48 / 768 * 100vw);
  }

  .p-top-about__medal {
    justify-content: center;
    width: 100%;
    gap: calc(16 / 768 * 100vw);
  }

  .p-top-about__medal_item {
    width: calc(194 / 768 * 100vw);
    height: calc(194 / 768 * 100vw);
    padding: 0;
  }

  .p-top-about__medal_card {
    width: calc(194 / 768 * 100vw);
    height: calc(194 / 768 * 100vw);
    padding: calc(58 / 768 * 100vw) 0 calc(30 / 768 * 100vw);
  }

  .p-top-about__medal_icon {
    width: calc(32 / 768 * 100vw);
    height: calc(32 / 768 * 100vw);
    top: calc(18 / 768 * 100vw);
  }

  .p-top-about__medal_text {
    font-size: calc(24 / 768 * 100vw);
  }
  .p-top-about__medal_text.lg {
    font-size: calc(32 / 768 * 100vw);
  }

  .p-top-about__text_content {
    font-size: calc(28 / 768 * 100vw);
  }
}


/* ======================================================= */
/* section-conditions */
/* ======================================================= */


/* p-top-conditions */
.p-top-conditions {
  width: 100%;
  padding: 100px 0;
}

.p-top-conditions__inner {
  max-width: 1201px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

/* Title */
.p-top-conditions__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
}

/* Main Contents */
.p-top-conditions__contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-items: flex-start;
}

/* Cards Section */
.p-top-conditions__cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}

.p-top-conditions__card {
  width: 580px;
  display: flex;
  flex-direction: column;
  background: transparent;
}

/* Card Header */
.p-top-conditions__card_header {
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  border-radius: 16px 16px 0 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  height: 52px;
  box-sizing: border-box;
}

.p-top-conditions__card_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-top-conditions__card_number {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* Card Body */
.p-top-conditions__card_body {
  background: white;
  border: 4px solid;
  /* border-image: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%) 1; */
  border-color: #05a3d7;
  border-radius: 0 0 16px 16px;
  border-top: none;
  padding: 16px 49px 32px 49px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-top-conditions__card_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}

/* Card Content */
.p-top-conditions__card_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-top-conditions__list_box {
  background: #eff7fb;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-top-conditions__list_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.p-top-conditions__list_box--50 {
  padding-inline: 0!important;
}

.p-top-conditions__list_item_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 24px;
}

.p-top-conditions__list_item--ok {
}

.p-top-conditions__list_item_box {}

.p-top-conditions__list_item--ok_icon {
  color: #F74B33;
}

.p-top-conditions__list_item--ng_icon {
  color: #4F9CC8;
}

.p-top-conditions__list_item--ng {
  color: #0e2b4b;
}

.p-top-conditions__list_item--note {
  color: #0e2b4b;
}

.p-top-conditions__detail_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

.p-top-conditions__note_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

/* Document Headers */
.p-top-conditions__doc_header {
  background: #0e2b4b;
  color: white;
  padding: 8px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-align: center;
}

.p-top-conditions__doc_header_label {
  font-size: 22px;
  color: #fff500;
  font-weight: bold;
}

.p-top-conditions__doc_additional {
  background: #fff500;
  color: #0e2b4b;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
}

/* Right Section */
.p-top-conditions__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding-top: 40px;
  margin: 0 auto;
}

/* Dots */
.p-top-conditions__dots {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-top-conditions__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #05a3d7;
}

.p-top-conditions__dot:nth-child(2) {
  background: #0381cf;
}

.p-top-conditions__dot:nth-child(3) {
  background: #025fc7;
}

/* Q&A */
.p-top-conditions__qa {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.p-top-conditions__question {
  background: #025fc7;
  padding: 30px 28px 20px 28px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.p-top-conditions__qa_label {
  font-family: "Josefin Sans", sans-serif;
  font-size: 42.41px;
  font-weight: 500;
  color: white;
  letter-spacing: -0.01em;
  line-height: 1;
  flex-shrink: 0;
}

.p-top-conditions__question_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.p-top-conditions__answer {
  background: white;
  padding: 25px 28px 30px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.p-top-conditions__answer .p-top-conditions__qa_label {
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-top-conditions__answer_content {
  flex: 1;
}

.p-top-conditions__list_item.p-top-conditions__list_item--note {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
  &::before {
    content: "■";
  }
}



.p-top-conditions__answer_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 0;
}

.p-top-conditions__highlight {
  background: #fff500;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: bold;
}

/* Responsive */
@media screen and (max-width: 1240px) {
  .p-top-conditions__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .p-top-conditions__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .p-top-conditions__card {
    width: 100%;
    max-width: 100%;
    /* max-width: 580px; */
    margin: 0 auto;
  }
  
  .p-top-conditions__contents {
    flex-direction: column;
    gap: 48px;
  }
  
  .p-top-conditions__right {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top-conditions {
    padding: calc(100 / 768 * 100vw) calc(38 / 768 * 100vw);
  }
  
  .p-top-conditions__contents {
    gap: calc(60 / 768 * 100vw);
  }
  .p-top-conditions__inner {
    gap: calc(60 / 768 * 100vw);
    padding: 0;
  }
  
  .p-top-conditions__title {
    font-size: calc(51 / 768 * 100vw);
  }

  .p-top-conditions__cards {
    grid-template-columns: 1fr;
  }

  .p-top-conditions__card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-top-conditions__card_header {
    padding: calc(18 / 768 * 100vw) calc(24 / 768 * 100vw);
    border-radius: calc(16 / 768 * 100vw) calc(16 / 768 * 100vw) 0 0;
    height: initial;
    gap: calc(8 / 768 * 100vw);
  }

  .p-top-conditions__card_label {
    font-size: calc(26 / 768 * 100vw);
  }

  .p-top-conditions__card_number {
    font-size: calc(34 / 768 * 100vw);
  }
  
  .p-top-conditions__card_body {
    padding: calc(24 / 768 * 100vw) calc(38 / 768 * 100vw) calc(48 / 768 * 100vw);
    border-radius: 0 0 calc(16 / 768 * 100vw) calc(16 / 768 * 100vw) calc(16 / 768 * 100vw) calc(16 / 768 * 100vw) ;
  }
  
  .p-top-conditions__card_title {
    font-size: calc(44 / 768 * 100vw);
  }

  .p-top-conditions__list_box {
    padding: calc(24 / 768 * 100vw) calc(38 / 768 * 100vw);
    gap: calc(32 / 768 * 100vw);
    border-radius: calc(16 / 768 * 100vw);
  }

  .p-top-conditions__list_item_box {
    gap: calc(16 / 768 * 100vw);
    padding-inline: calc(38 / 768 * 100vw);
    
  }

  .p-top-conditions__list_item.p-top-conditions__list_item--note {
    font-size: calc(28 / 768 * 100vw);
  }
  
  .p-top-conditions__list_item,
  .p-top-conditions__detail_text {
    font-size: calc(28 / 768 * 100vw);
  }
  
  .p-top-conditions__note_text {
    font-size: calc(22 / 768 * 100vw);
  }
  .p-top-conditions__card_content {
    gap: calc(32 / 768 * 100vw); 
  }
  .p-top-conditions__doc_header {
    font-size: calc(24 / 768 * 100vw);
    margin-bottom: calc(0 / 768 * 100vw);
  }

  .p-top-conditions__doc_header_label {
    font-size: calc(24 / 768 * 100vw);
  }

  .p-top-conditions__right {
    gap: calc(60 / 768 * 100vw);
  }
  .p-top-conditions__question {
    padding: calc(34 / 768 * 100vw) calc(28 / 768 * 100vw) calc(20 / 768 * 100vw);
    gap: 16px;
    border-radius: calc(15 / 768 * 100vw) calc(15 / 768 * 100vw) 0 0;
  }

  .p-top-conditions__dots {
    gap: calc(16 / 768 * 100vw);
  }

  .p-top-conditions__dot {
    aspect-ratio: 1/1;
    width: calc(8 / 768 * 100vw);
    height: calc(8 / 768 * 100vw);
    border-radius: 50%;
  }
  
  .p-top-conditions__qa_label {
    font-size: calc(45 / 768 * 100vw);
    transform: translateY(calc(8 / 768 * 100vw));
  }
  
  .p-top-conditions__question_text {
    font-size: calc(32 / 768 * 100vw);
  }

  .p-top-conditions__question {
    gap: calc(20 / 768 * 100vw);
    border-radius: calc(15 / 768 * 100vw) calc(15 / 768 * 100vw) 0 0;
  }
  
  .p-top-conditions__answer {
    padding: calc(25 / 768 * 100vw) calc(28 / 768 * 100vw) calc(20 / 768 * 100vw);
    gap: calc(20 / 768 * 100vw);
    border-radius: 0 0 calc(15 / 768 * 100vw) calc(15 / 768 * 100vw) calc(15 / 768 * 100vw) calc(15 / 768 * 100vw);
  }
  
  .p-top-conditions__answer_text {
    font-size: calc(28 / 768 * 100vw);
  }
}

/* p-top-faq */
.p-top-faq {
  width: 100%;
  padding: 100px 0;
  background: #eff7fb;
}

.p-top-faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

/* Title */
.p-top-faq__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0;
}

/* Section */
.p-top-faq__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-top-faq__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Card */
.p-top-faq__card {
  width: 100%;
  max-width: 1200px;
  background: white;
  border-radius: 24px;
  padding: 48px 25px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.p-top-faq__divider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 565px;
  background: #dfeef8;
  border-radius: 2px;
}

/* Step */
.p-top-faq__step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-top-faq__step_header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-top-faq__step_number {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.p-top-faq__step_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
}

.p-top-faq__step_content {
  margin-left: 96px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-top-faq__step_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

/* Arrow */
.p-top-faq__arrow {
  width: 46.5px;
  height: 25px;
  background: white;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-top: 8px;
}

/* Bubble */
.p-top-faq__bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.p-top-faq__bubble_inner {
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  border-radius: 98.72px;
  padding: 8.78px 38.39px;
  display: flex;
  align-items: center;
  gap: 5.48px;
  position: relative;
}

.p-top-faq__bubble_additional {
  background: #ff6b35;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-top-faq__bubble_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-faq__bubble_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-faq__bubble_triangle {
  width: 21.94px;
  height: 21.95px;
  background: #0481cf;
  transform: rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-radius: 1.1px;
  margin-top: -1px;
}

/* Result */
.p-top-faq__result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -15px;
  margin-top: 40px;
}

.p-top-faq__result_text {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.p-top-faq__result_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-top-faq__result_percent {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 80px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0;
  line-height: 1.3;
}

.p-top-faq__result_action {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-top-faq__result_total {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0;
  margin-top: -15px;
}

/* Notes */
.p-top-faq__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
  max-width: 1000px;
}

.p-top-faq__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .p-top-faq {
    padding: 60px 0;
  }
  
  .p-top-faq__inner {
    gap: 80px;
    padding: 0 16px;
  }
  
  .p-top-faq__title {
    font-size: 28px;
  }
  
  .p-top-faq__card {
    padding: 32px 16px;
    gap: 24px;
  }
  
  .p-top-faq__divider {
    height: 400px;
  }
  
  .p-top-faq__step_header {
    gap: 16px;
  }
  
  .p-top-faq__step_number {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  
  .p-top-faq__step_title {
    font-size: 22px;
  }
  
  .p-top-faq__step_content {
    margin-left: 72px;
  }
  
  .p-top-faq__step_text {
    font-size: 16px;
  }
  
  .p-top-faq__bubble_inner {
    padding: 6px 24px;
    gap: 4px;
  }
  
  .p-top-faq__bubble_text {
    font-size: 16px;
  }
  
  .p-top-faq__bubble_label {
    font-size: 18px;
  }
  
  .p-top-faq__result_text {
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  
  .p-top-faq__result_label {
    font-size: 28px;
  }
  
  .p-top-faq__result_percent {
    font-size: 60px;
  }
  
  .p-top-faq__result_action {
    font-size: 32px;
  }
  
  .p-top-faq__result_total {
    font-size: 20px;
  }
  
  .p-top-faq__notes {
    margin-top: 24px;
  }
  
  .p-top-faq__note {
    font-size: 11px;
  }
}

/* p-top-flow セクションのスタイル */
.p-top-flow {
  background-color: #eff7fb;
  padding: 100px 0;
}

.p-top-flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-top-flow__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 120px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-top-flow__section {
  margin-bottom: 120px;
}

.p-top-flow__section:last-child {
  margin-bottom: 0;
}

/* カード部分 */
.p-top-flow__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top-flow__content::after {
  content: "";
  width: 46.5px;
  height: 25px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  display: block;
  margin: 0 auto;
}

.p-top-flow__card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  position: relative;

  
}


.p-top-flow__card_title {
  width: auto;
  height: 68px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ステップのスタイル */
.p-top-flow__step {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 32px;

  &:not(:last-child) {
    &::after {
      content: "";
      width: 4px;
      height: 100%;
      background-color: #DFEEF8;
      position: absolute;
      bottom: 0;
      left: 25px;
    }
  }
}

.p-top-flow__step_header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  cursor: pointer;
  list-style: none;
  background: none;
  border: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-top-flow__step_header::-webkit-details-marker {
  display: none;
}

.p-top-flow__step_number {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  background: #dfeef8;
  border-radius: 50%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  flex-shrink: 0;

}
.p-top-flow__step_number_text {
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
    
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  transform: translateY(2px);
}
.p-top-flow__step_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

.p-top-flow__step_content {
  margin-top: 16px;
  padding-left: 72px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-top-flow__step[open] .p-top-flow__step_content {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 16px;
}

.p-top-flow__step_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.p-top-flow__step_text a {
  text-decoration: underline;
  color: inherit;
}

.p-top-flow__step_icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  --rotation: 90deg;
}

.p-top-flow__step_icon::before,
.p-top-flow__step_icon::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #025FC7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.p-top-flow__step_icon::after {
  transform: translate(-50%, -50%) rotate(var(--rotation));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}




.p-top-flow__step_text:last-child {
  margin-bottom: 0;
}

/* 矢印 */
.p-top-flow__arrow {
  width: 46.5px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%, 30% 50%);
}

/* 吹き出し */
.p-top-flow__bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-flow__bubble_inner {
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  border-radius: 98.72px;
  padding: 8.78px 38.39px;
  display: flex;
  align-items: center;
  gap: 5.48px;
  position: relative;
}

.p-top-flow__bubble_additional {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-flow__bubble_text {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-flow__bubble_label {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-top-flow__bubble_triangle {
  width: 21.94px;
  height: 21.95px;
  background: #0481cf;
  border-radius: 1.1px;
  transform: rotate(45deg);
  margin-top: -6px;
}

/* 結果テキスト */
.p-top-flow__result {
  text-align: center;
  margin-top: 8px;
}

.p-top-flow__result_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.p-top-flow__result_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-top-flow__result_percent {
  font-family: "josefin sans", sans-serif;
  font-size: 100px;
  font-weight: 500;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.p-top-flow__result_percent_text {
  font-family: "josefin sans", sans-serif;
  font-size: 42px;
  font-weight: bold;

}

.p-top-flow__result_action {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.6;
}

.p-top-flow__result_total {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0;
}

/* 注意事項 */
.p-top-flow__notes {
  text-align: center;
  margin-top: 40px;
}

.p-top-flow__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #0e2b4b;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0 0 4px 0;
}

.p-top-flow__note:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .p-top-flow {
    padding: calc(100 / 768 * 100vw) 0;
  }

  .p-top-flow__inner {
    padding: 0 calc(38 / 768 * 100vw);
  }

  .p-top-flow__title {
    font-size: calc(51 / 768 * 100vw);
    margin-bottom: calc(120 / 768 * 100vw);
  }

  .p-top-flow__section {
    margin-bottom: calc(120 / 768 * 100vw);
  }

  .p-top-flow__card {
    padding: calc(64 / 768 * 100vw) calc(38 / 768 * 100vw);
    border-radius: calc(24 / 768 * 100vw);
  }

  .p-top-flow__content::after {
      width: calc(46.5 / 768 * 100vw);
      height: calc(25 / 768 * 100vw);
  }

  .p-top-flow__card_title {
    height: calc(73 / 768 * 100vw);
  }

  .p-top-flow__step {
    padding-bottom: calc(32 / 768 * 100vw);
  }


  .p-top-flow__step_header {
    gap: calc(16 / 768 * 100vw);
  }

  .p-top-flow__step_number {
    width: calc(64 / 768 * 100vw);
    height: calc(64 / 768 * 100vw);
    font-size: calc(32 / 768 * 100vw);
  }

  .p-top-flow__step_title {
    font-size: calc(28 / 768 * 100vw);
  }

  .p-top-flow__step_icon {
    width: calc(36 / 768 * 100vw);
    height: calc(36 / 768 * 100vw);
  }

  .p-top-flow__step_icon::before,
  .p-top-flow__step_icon::after {
    width: calc(36 / 768 * 100vw);
    height: calc(4 / 768 * 100vw);
  }

  .p-top-flow__step {
    &:not(:last-child) {
        &::after {
          width: calc(4 / 768 * 100vw);
          left: calc(30 / 768 * 100vw);
        }
    }
  }

  .p-top-flow__step_content {
    padding-left: calc(80 / 768 * 100vw);
    margin-top: calc(12 / 768 * 100vw);
  }

  .p-top-flow__step_text {
    font-size: 14px;
  }

  .p-top-flow__bubble_inner {
    padding: 6px 24px;
    gap: 4px;
  }

  .p-top-flow__bubble_additional {
    font-size: 14px;
  }

  .p-top-flow__bubble_text {
    font-size: 16px;
  }

  .p-top-flow__bubble_label {
    font-size: 18px;
  }

  .p-top-flow__result_text {
    /* flex-direction: column; */
    gap: 0;
  }

  .p-top-flow__result_label {
    font-size: calc(57 / 768 * 100vw);
  }

  .p-top-flow__result_percent {
    font-size: calc(150 / 768 * 100vw);
    line-height: 1;
  }

  .p-top-flow__result_percent_text {
    font-size: calc(64 / 768 * 100vw);
  }
  .p-top-flow__result_action {
    font-size: calc(72 / 768 * 100vw);
    margin-top: calc(-32 / 768 * 100vw);
  }

  .p-top-flow__result_total {
    font-size: calc(28 / 768 * 100vw);
  }

  .p-top-flow__notes {
    margin-top: calc(64 / 768 * 100vw);
  }

  .p-top-flow__note {
    font-size: calc(22 / 768 * 100vw);
    text-align: left;
  }
}
}

/* ======================== */
/* p-top-seminer セクション */
/* ======================== */

.p-top-seminer {
  background-color: #DFEEF8;
  padding: 100px 0;
}

.p-top-seminer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.p-top-seminer__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #05a3d7 0%, #015cc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin: 0;
}

.p-top-seminer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 34px;
  width: 100%;
  max-width: 1102px;
}

.p-top-seminer__item {
  background-color: #ffffff;
  border: 2px solid #06a3d7;
  border-radius: 5px;
  padding: 12px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  box-sizing: border-box;
}

.p-top-seminer__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  color: #0e2b4b;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1240px) {
  .p-top-seminer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .p-top-seminer {
    padding: calc(100 / 768 * 100vw) 0;
    background-color: #DFEEF8;
  }
  
  .p-top-seminer__inner {
    padding: 0 calc(38 / 768 * 100vw);
    gap: calc(60 / 768 * 100vw);
  }
  
  .p-top-seminer__title {
    font-size: calc(51 / 768 * 100vw);
  }
  
  .p-top-seminer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 768 * 100vw) calc(28 / 768 * 100vw);
  }
  
  .p-top-seminer__item {
    display: grid;
    place-items: center;
    width: calc(332 / 768 * 100vw);
    height: calc(95 / 768 * 100vw);
    padding: 0;
    border-width: calc(2 / 768 * 100vw);
    border-radius: calc(5 / 768 * 100vw);
  }
  
  .p-top-seminer__text {
    font-size: calc(25 / 768 * 100vw);
  }
}

.counseling_block {
  background-color: #DFEEF8;
}