@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  max-width: 450px;
  width: 100vw;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: yu-gothic-pr6n, sans-serif;
}

.header {
  padding: 8px 16px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 138px;
  display: flex;
  align-items: center;
}

.header-text {
  color: var(---blue, #4D6B9F);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.appeal {
  padding: 24px 0;
  background: #4D6B9F;
}

.appeal-top {
  display: flex;
  justify-content: space-around;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.appeal-top-text {
  color: var(---white, #FFF);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.appeal-top-text span {
  font-size: 20px;
  font-weight: 700;
}

.appeal-top-img {
  width: 200px;
}

.appeal-bottom {
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: end;
  gap: 8px;
}

.appeal-review-img {
  width: 190px;
  display: flex;
  align-items: end;
}

.appeal-bottom-text {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 12px */
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-img {
  width: 100%;
  display: block;
}
.hero-img img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-line-wrapper {
  background: linear-gradient(180deg, rgba(228, 234, 238, 0) 40.53%, #E2E2E2 100%);
  padding-top: 10px;
  margin-top: -2px;
}

.line-btn {
  all: unset;
  display: block;
  margin: 0 auto;
  width: 91%;
  transition: all 0.3s;
}
.line-btn:hover {
  opacity: 0.8;
}

.worry-message {
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 69.94%, #E2E2E2 91.57%);
  background: #E2E2E2;
  padding-top: 30px;
  position: relative;
}

.worry-message-img {
  margin-top: -60px;
  width: 100%;
}

.worry-message-target {
  display: table;
  color: var(---black, #333);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: -30px auto 0;
}

.worry-message-about {
  width: 240px;
  margin: 8px auto 0;
  color: var(---white, #FFF);
  text-align: center;
  /* Ja_18px_bold */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: #4D6B9F;
  border-radius: 20px;
  position: relative;
}
.worry-message-about::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0px 4px;
  border-color: #4D6B9F transparent transparent transparent;
}

.worry-message-main-text {
  color: var(---blue, #4D6B9F);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.worry-message-main-text span {
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat";
}

.worry-message-lists {
  margin-top: 32px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.worry-message-list {
  width: 260px;
}
.worry-message-list:nth-child(odd) {
  margin-right: auto;
}
.worry-message-list:nth-child(even) {
  margin-left: auto;
}

.worry-message-logo {
  width: 230px;
  margin: 35px auto 0;
}

.worry-message-conclustion {
  margin-top: 7px;
  color: var(---green, #5E9093);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background: linear-gradient(0deg, #F7F7F7 0.32%, #E2E2E2 100.32%);
  padding-bottom: 20px;
}

.worry-message-triangle {
  width: 100%;
  margin-top: -3px;
}

.worry1 {
  margin-top: 15px;
  padding: 0 16px;
}

.worry-title-wrraper {
  display: flex;
  align-items: end;
  gap: 8px;
}

.worry-number {
  padding-left: 4px;
  color: #4D6B9F;
  font-family: "Montserrat";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.worry-number.green {
  color: #5E9093;
}

.worry-title-img {
  width: 28px;
}
.worry-title-img img {
  width: 100%;
  height: auto;
}

.worry-title-text {
  color: var(---blue, #4D6B9F);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 4px;
  border-bottom: 1px dashed var(---blue, #4D6B9F);
}
.worry-title-text.green {
  border-bottom: 1px dashed #5E9093;
  color: #5E9093;
}

.worry-conclusition {
  width: 100%;
  margin-top: 16px;
  border-radius: 32px 0 32px 0;
  border: 1px solid #AC121F;
  display: flex;
}

.worry-conclusion-red {
  width: 17%;
  background: #AC121F;
  border-radius: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
}

.worry-conclusion-icon {
  width: 26px;
}

.worry-conclusion-text {
  color: var(---white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.worry-conclusion-text-wrapper {
  background: #FFFBE7;
  flex: 1;
  border-radius: 0 0 32px 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.worry-conclusion-right-text {
  color: #AC121F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.worry-check-container {
  width: 95%;
  margin: 32px auto 0;
  background: #F7F7F7;
  padding: 16px 8px;
  display: flex;
  justify-content: center;
  gap: 8px 0;
  flex-wrap: wrap;
}

.worry-check-list {
  white-space: nowrap;
  width: 50%;
  color: var(---black, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-left: 28px;
  position: relative;
}
.worry-check-list::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/check-about.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.worry-check-list:nth-child(4) {
  font-weight: 500;
  padding: 0;
}
.worry-check-list:nth-child(4)::after {
  content: none;
}

.worry-text1 {
  margin-top: 8px;
  color: var(---black, #333);
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.worry-text1 span {
  color: #AC121F;
  font-weight: 700;
}

.worry1-img1 {
  margin-top: 16px;
  width: 100%;
}

.worry1-bubble {
  margin: 32px auto 0;
  width: 255px;
  text-align: center;
  color: var(---white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 7px 0;
  background: #4D6B9F;
  border-radius: 35px;
  position: relative;
}
.worry1-bubble::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0px 4px;
  border-color: #4D6B9F transparent transparent transparent;
}

.worry1-text2-red {
  margin-top: 10px;
  text-align: center;
  color: var(---text_red, #AC121F);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.worry1-text2-red span {
  font-family: "Montserrat";
  font-size: 48px;
  font-weight: 700;
}

.worry1-text2 {
  text-align: center;
  color: var(---black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.worry1-img2 {
  margin-top: 16px;
  width: 100%;
}

.worry2 {
  margin-top: 64px;
  padding: 48px 16px 64px;
  background: #E9F6FF;
}

.worry2-bubble1 {
  width: 280px;
  padding: 7px 0;
  margin: 32px auto 0;
  color: var(---white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  border-radius: 33px;
  background: #4D6B9F;
  position: relative;
}
.worry2-bubble1::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0px 4px;
  border-color: #4D6B9F transparent transparent transparent;
}

.worry2-text1 {
  margin-top: 8.5px;
  color: var(---black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.worry2-text1 span {
  color: #AC121F;
  font-weight: 700;
}

.worry2-img1 {
  margin-top: 16px;
  width: 100%;
}

.worry2-about-container {
  margin-top: 32px;
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
  position: relative;
  border-radius: 8px;
}

.worry2-about-head {
  border-radius: 8px 8px 0 0;
  background: #4D6B9F;
  color: var(---white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 0;
  text-align: center;
}

.worry2-about-lists {
  background: #fff;
  padding: 32px 16px 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 8px 8px;
}

.worry2-about-list {
  padding-left: 32px;
  color: var(---black, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.worry2-about-list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/check-about.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.worry2-about-list span {
  color: var(---blue, #4D6B9F);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.worry2-about-img {
  position: absolute;
  width: 53%;
  max-width: 190px;
  bottom: -3px;
  right: 5px;
}

.worry2-about-text2 {
  margin-top: 32px;
  color: var(---black, #333);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.worry2-about-text2 span {
  color: #AC121F;
  font-weight: 700;
}

.worry2-about-img2 {
  width: 70%;
  margin: 16px auto 0;
}

.worry2-bubble2 {
  width: 200px;
  margin: 32px auto 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 0;
  border-radius: 20px;
  background: #4D6B9F;
  position: relative;
}
.worry2-bubble2::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0px 4px;
  border-color: #4D6B9F transparent transparent transparent;
}

.worry2-exsample-lists {
  margin: 25px auto 0;
  width: calc(100% + 32px);
  transform: translateX(-16px);
}
.worry2-exsample-lists .slick-dots {
  margin: 22px 0 0 0;
  display: flex !important;
  justify-content: center;
  gap: 16px;
  padding: 0;
  list-style: none;
}
.worry2-exsample-lists .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: none;
  font-size: 0; /* 数字を消す */
  cursor: pointer;
}
.worry2-exsample-lists .slick-dots li button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E6E6E6;
  opacity: 1;
}
.worry2-exsample-lists .slick-dots li.slick-active button:before {
  background-color: #4D6B9F;
}

.worry2-exsample-list {
  margin: 0 8px;
}

.worry3 {
  padding: 48px 16px 64px;
  background: #D5EAE1;
}

.worry3-bubble1 {
  width: 280px;
  margin: 32px auto 0;
  border-radius: 30px;
  padding: 7.5px 0;
  color: var(---white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background: #5E9093;
  position: relative;
}
.worry3-bubble1::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0px 4px;
  border-color: #5E9093 transparent transparent transparent;
}

.worry3-text1 {
  margin-top: 10px;
  color: var(---black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.worry3-text1 span {
  color: #AC121F;
  font-weight: 700;
}

.worry3-table-container {
  margin-top: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
}

.worry3-table-head {
  border-radius: 8px 8px 0px 0px;
  background: #7A7D7A;
  color: var(---white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 16px 0;
}

.worry3-img1 {
  display: block;
  width: 100%;
}
.worry3-img1 img {
  display: block;
}

.worry3-img2 {
  margin-top: 16px;
  width: 100%;
}

.experience {
  background: #F7F7F7;
  padding: 64px 0;
}

.experience-title {
  color: var(---black, #333);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.experience-container {
  width: 95.7%;
  margin-top: 32px;
  padding: 32px 0 16px;
  border-radius: 0px 8px 8px 0px;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
}

.experience-number {
  color: var(---blue, #4D6B9F);
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.96px;
  position: relative;
}
.experience-number span {
  font-size: 32px;
  font-weight: 700;
}
.experience-number::before {
  position: absolute;
  content: "";
  background: #4D6B9F;
  height: 1px;
  width: calc(50% - 65px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.experience-number::after {
  position: absolute;
  content: "";
  background: #4D6B9F;
  height: 1px;
  width: calc(50% - 65px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.experience-name-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 4px;
}

.experience-name {
  display: inline;
  color: var(---white, #FFF);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 6px 24px;
  background: var(---logo_grad, linear-gradient(90deg, #3D62A4 0%, #87C691 100%));
}

.experience-img {
  width: 86.6%;
  margin: 16px auto 0;
}

.experience-text {
  width: 86.6%;
  margin: 16px auto 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.experience-text span {
  color: #AC121F;
  font-weight: 700;
}

.experience-profile {
  width: 86.6%;
  margin: 16px auto 0;
  color: #9B9898;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.merit-head {
  padding: 32px 0;
  background: #5E9093;
}

.merit-head-review {
  width: 87%;
  margin: 0 auto;
}

.merit-head-text {
  width: 83%;
  margin: 8px auto 0;
  color: var(---white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}

.merit-container {
  background: linear-gradient(180deg, #3D62A4 -0.6%, #87C691 99.84%);
  padding: 20px 0;
}

.merit-box {
  width: 91.4%;
  margin: 0 auto;
  border-radius: 0 8px 8px 8px;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 16px;
}

.merit-tag {
  display: inline-block;
  color: var(---black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 8px 16px;
  background: #fff;
  border-radius: 0px 0px 32px 0px;
  border-right: 2px solid var(---blue, #4D6B9F);
  border-bottom: 2px solid var(---blue, #4D6B9F);
  background: var(---white, #FFF);
}
.merit-tag span {
  color: #AC121F;
  font-size: 24px;
  font-weight: 700;
}

.merit-title-note {
  width: 264px;
  margin: 32px auto 0;
  color: var(---black, #333);
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 15px */
}

.merit-title {
  color: #4D6B9F;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  z-index: 2;
  position: relative;
}
.merit-title span {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.merit-title span::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 16px;
  background: #FFEB6A;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  z-index: -1;
}
.merit-title::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 24px;
  width: 15.5px;
  height: 27px;
  background-image: url(../images/merit-title-before.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.merit-title::after {
  position: absolute;
  content: "";
  top: 22px;
  right: 24px;
  width: 15.5px;
  height: 27px;
  background-image: url(../images/merit-title-after.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.merit-text1 {
  margin: 16px auto 0;
  width: 90%;
  color: var(---black, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.merit-text1 span {
  color: #AC121F;
  font-weight: 700;
}

.merit-img {
  width: 70%;
  margin: 16px auto 0;
}

.merit-text2 {
  width: 90%;
  margin: 16px auto 0;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.merit-text2 span.red {
  color: #AC121F;
  font-weight: 700;
}
.merit-text2 span.small {
  font-size: 9px;
  transform: translateY(-7px);
  display: inline-block;
}

.merit-text-blue {
  margin-top: 16px;
  color: var(---blue, #4D6B9F);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.merit-note-wrapper {
  margin: 16px auto 0;
  width: 90%;
  display: flex;
  gap: 8px;
  color: #777;
  text-align: justify;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.merit-note-wrapper + .merit-note-wrapper {
  margin-top: 4px;
}

.merit-note-number {
  flex-shrink: 0;
}

.merit-triangle {
  width: 100%;
  margin-top: -5px;
  z-index: -1;
  position: relative;
}

.line {
  position: relative;
  z-index: -2;
}

.line-head {
  margin-top: -55px;
  padding-top: 58px;
  padding-bottom: 21px;
  background: #D5EAE1;
}

.line-head-message {
  color: var(---black, #333);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.line-head-box {
  width: 350px;
  margin: 12px auto 0;
  background: #fff;
  padding: 15px 0 11px 43px;
}

.line-head-box-text {
  color: var(---black, #333);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 30px;
  position: relative;
}
.line-head-box-text span {
  color: #5E9093;
  font-weight: 700;
}
.line-head-box-text::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  background-image: url(../images/check-consult.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.line-step {
  padding: 11px 0 6px;
  display: flex;
  gap: 44px;
  justify-content: center;
  position: relative;
}
.line-step:nth-child(odd) {
  background: #F7F7F7;
}
.line-step:nth-of-type(3)::before, .line-step:nth-of-type(4)::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 17.5px 0px 17.5px;
  border-color: #4D6B9F transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
}

.line-step-number {
  margin-top: 20px;
  color: var(---white, #FFF);
  font-family: "Montserrat";
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 31px; /* 181.136% */
  letter-spacing: 0.9px;
  width: 99.5px;
  background-image: url(../images/step-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.line-step-text {
  width: 198px;
  margin-top: 40px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.line-step-text span {
  color: #4D6B9F;
  font-weight: 700;
}

.line-step-phone {
  width: 105px;
}

.qa {
  padding: 48px 0;
  background: #5E9093;
}

.qa-title-en {
  color: var(---white, #FFF);
  text-align: center;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.qa-title-en span {
  font-weight: 700;
  letter-spacing: 2.8px;
}

.qa-title-ja {
  margin-top: 4px;
  color: var(---white, #FFF);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.qa-lists {
  margin: 32px auto 0;
  width: 94.6%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.qa-list {
  background: #fff;
  padding: 16px 16px;
}

.qa-q {
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  gap: 5px;
}

.qa-q-logo {
  color: var(---green, #5E9093);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.qa-q-text {
  color: var(---green, #5E9093);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.qa-a {
  padding-top: 8px;
  display: flex;
  gap: 5px;
}

.qa-a-logo {
  color: var(---black, #333);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.qa-a-text {
  color: var(---black, #333);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.reason-container {
  padding: 48px 0 16px;
  background: linear-gradient(180deg, #E6E6E6 0%, #FFF 100%);
}

.reason-bubble {
  background: #4D6B9F;
  width: 240px;
  margin: 0 auto;
  border-radius: 20px;
  line-height: 37px;
  color: var(---white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.reason-bubble::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 4px 0px 4px;
  border-color: #4D6B9F transparent transparent transparent;
}

.reason-title {
  margin-top: 8px;
  color: var(---blue, #4D6B9F);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}

.reason-lists {
  margin: 32px auto 0;
  width: 91.4%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reason-list1 {
  margin-right: auto;
  width: 226px;
  border-radius: 32px 32px 0px 32px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
}

.reason-list2 {
  margin-left: auto;
  width: 244px;
  border-radius: 32px 32px 32px 0px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
}

.reason-list3 {
  margin-right: auto;
  border-radius: 32px 32px 0px 32px;
  width: 262px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
}

.reason-list4 {
  margin-left: auto;
  width: 208px;
  border-radius: 32px 32px 32px 0px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.16);
}

.reason-message {
  margin-top: 32px;
  color: #4D6B9F;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.reason-triangle {
  width: 100%;
}

.campaign {
  margin-top: -20px;
  background: #FFEB6A;
  padding: 70px 0;
}

.campaign-target {
  display: table;
  margin: 0 auto;
  color: var(---black, #333);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.campaign-target::before {
  position: absolute;
  content: "";
  width: 38.603px;
  height: 22.827px;
  transform: rotate(-18deg);
  left: -26px;
  top: -13px;
  background-image: url(../images/campaign-before.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.campaign-target::after {
  position: absolute;
  content: "";
  width: 38.603px;
  height: 22.827px;
  transform: rotate(4deg);
  right: -26px;
  top: -13px;
  background-image: url(../images/campaign-after.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.campaign-discount {
  color: var(---text_red, #AC121F);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.campaign-discount span {
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 700;
}

.campaign-btn-wrapper {
  margin-top: 16px;
}

.attention {
  padding: 16px 0;
  background: #E6E6E6;
}

.attention-title {
  color: #777;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.attention-text {
  margin-top: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.footer {
  background: #333;
  padding: 16px 0 120px;
}

.footer-link {
  display: block;
  color: var(---white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.footer-fixed {
  all: unset;
  display: none;
  width: 100%;
  max-width: 450px;
  position: fixed;
  bottom: 0;
  transition: all 0.3s;
  z-index: 10;
}
.footer-fixed:hover {
  opacity: 0.9;
}
.footer-fixed.view {
  transition: 0.4s ease-in-out;
  display: block;
}

.hidden {
  display: none;
}

#popup {
  background: rgba(97, 97, 97, 0.42);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#popup-close {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 20px;
  border: 1px solid black;
  position: absolute;
  left: 280px;
  top: -15px;
  cursor: pointer;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 8px;
  background: #CB4F88;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.48);
  box-sizing: border-box;
  padding: 8px;
}

.popup-box {
  background: #fff;
  border-radius: 8px;
  padding: 14px 8px 0;
}

.popup-text1 {
  width: 220px;
  margin: 0 auto;
}

.popup-text2 {
  width: 215px;
  margin: 16px auto 0;
}

.popup-btn {
  all: unset;
  width: 268px;
  margin: 8px auto 0;
}/*# sourceMappingURL=style.css.map */