@charset "UTF-8";
:root {
  --color01: #0a0a0a;
  --color02: var(--color-primary, #ff9146);
  --color03: var(--color-main, #006eb4);
  --color04: #fff951;
  --color05: #fffadc;
  --color06: #36bb85;
  --color07: #ff2d72;
}
:root {
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", sans-serif;
}
:root {
  --width01: 1280px;
  --width02: 1080px;
  --lg-base: 1280 * 100vw;
  --sm-base: 375 * 100vw;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
  margin-top: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 13.3333333333vw;
}
body {
  line-height: 1;
  padding-top: 13.3333333333vw;
}
body.--unscrollable {
  overflow: hidden;
}
main {
  display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  outline: 0;
}
textarea {
  resize: vertical;
  display: block;
}
button {
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
address, caption, cite, code, dfn, em, th, td, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
* {
    -webkit-font-smoothing: initial;
}
html {
  /* font-size: min(2.6666666667vw, 12.8px); */
  font-size: 62.5% !important;
  line-height: 1.15;
  scroll-behavior: smooth;
  scroll-padding-top: 13.3333333333vw;
}
body {
  position: relative;
  min-width: 320px;
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ",
    "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0em;
  font-feature-settings: initial;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 4.2666666667vw;
  padding-top: 13.3333333333vw;
}
main {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
picture, img {
  display: block;
}
img {
  width: auto;
  height: auto;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
*:focus {
  outline: none;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.font02 {
  font-family: var(--font-family02);
}
.text_red {
  color: var(--color02);
}
.text_blue {
  color: var(--color03);
}
.line_yellow {
  background: var(--color04);
}
.double_circle {
  font-size: 150%;
}
.inner01 {
  width: 100%;
  max-width: calc(1100px + 5.6rem);
  margin: 0 auto;
  padding: 0 2.8rem;
}
.inner02 {
  width: 100%;
  max-width: calc(880px + 5.6rem);
  margin: 0 auto;
  padding: 0 2.8rem;
}
.section01 {
  position: relative;
  z-index: 0;
  padding: 4rem 0;
}
.background01 {
  background: var(--color05);
}
.section_title01 {
  position: relative;
  width: calc(100% + 5.6rem);
  margin-bottom: 3rem;
  margin-left: -2.8rem;
  padding-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.section_title01::after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 2px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  background: var(--color03);
  transform: translateX(-50%);
}
.section_title01 .number {
  margin: 0 0.2rem;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}
.section_title01:has(+ .section_textWrap01) {
  margin-bottom: 1.5rem;
}
.section_textWrap01 {
  margin-bottom: 2rem;
}
.section_text01 {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.section_text02 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.popup {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.popup_bnr {
  max-width: 720px;
  margin: 0 auto;
}
@keyframes telop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
.thm-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13.3333333333vw;
  padding-left: 5.3333333333vw;
  padding-right: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
  .thm-header__inner {
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1203px) {
  .thm-header__inner {
    gap: min(30px, 2.4916943522vw);
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.8rem;
  background: #fff;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}
.header_logo {
  display: block;
  width: 18.8rem;
  height: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.header_nav {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.header_nav ul {
  display: flex;
  height: 100%;
}
.header_button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.85rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.header_button .text {
  font-size: 1.3rem;
  font-weight: bold;
}
.header_button .text_tel {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
}
.header_button .text_tel > span {
  margin-right: 0.8rem;
  font-size: 1.7rem;
}
.header_button .image {
  width: 2rem;
  height: 2rem;
}
.header_button--tel {
  min-width: 4.6rem;
  background: rgb(101, 173, 245);
  background: linear-gradient(90deg, rgb(101, 173, 245) 0%, rgb(44, 109, 213) 100%);
}
.header_button--contact {
  background: rgb(245, 255, 131);
  background: linear-gradient(90deg, rgb(255, 244, 116) 0%, rgb(255, 244, 116) 30%, rgb(255, 235, 0) 80%, rgb(255, 235, 0) 100%);
}
.footer {
  background-color: #f7f7f7;
}
.footer_inner1 {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  padding-bottom: unset;
  padding-top: unset;
  width: unset;
}
.footer_inner1 ul {
  align-items: center;
  display: flex;
  gap: 70px;
  justify-content: center;
}
.footer_inner1 li {
  line-height: 1;
  white-space: nowrap;
}
.footer_inner1 li a {
  font-size: 14px;
}
.footer_inner2 {
  align-items: center;
  background-color: #1a1a1a;
  display: flex;
  height: 47px;
  justify-content: center;
  padding-bottom: unset;
  padding-top: unset;
}
.footer_inner2 small {
  color: #fff;
  font-size: 12px;
}
.fv {
  position: relative;
  background: rgb(142, 199, 255);
  background: linear-gradient(120deg, rgb(142, 199, 255) 0%, rgb(142, 199, 255) 20%, rgb(33, 109, 186) 80%, rgb(33, 109, 186) 100%);
  font-weight: bold;
  text-align: center;
}
.fv_cont {
  margin-top: -1.5rem;
  padding-bottom: 3rem;
}
.fv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv_title {
  display: inline-block;
  width: auto;
  padding: 0.4rem 0.7rem 0.5rem;
  background: #1b489a;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.fv_text01 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-shadow: 0px 0.1rem 0.5rem var(--color03);
}
.fv_text02 {
  display: inline-block;
  width: auto;
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  background: var(--color02);
  color: #fff;
  font-size: 1.3rem;
}
.fv_text02 .number {
  margin: 0 0.5rem;
  font-family: var(--font-family02);
  font-size: 3.1rem;
  font-weight: 500;
}
.fv_text03 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 2.3rem;
  text-shadow: 0px 0.1rem 0.6rem rgba(16, 60, 139, 0.5);
}
.fv_text03 .number {
  margin-left: 0.2rem;
  font-family: var(--font-family02);
  font-size: 3.2rem;
  font-weight: 500;
}
.fv_point {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 0.5rem;
}
.fv_point > li {
  min-width: 9rem;
  padding: 1rem 1.6rem 0;
  background: url(../top-img/fv_deco01.svg) no-repeat center/contain;
  color: #fff;
  font-size: 1.3rem;
}
.fv_sub_lead_wrap {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.fv_service_block_image {
  width: calc(200 / var(--lg-base));
}
.fv_banner_content .fv_btn {}
.reason {
  padding: 4rem 0;
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 6rem;
  text-align: center;
}
.reason_inner {
  padding: 0 2rem;
}
.reason_title {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.reason_title_icon {
  width: auto;
  height: 5.3rem;
  fill: var(--color03);
}
.reason_title_text {
  font-size: 3.9rem;
  font-weight: 900;
  color: var(--color01);
}
.reason_title_text .em {
  color: var(--color03);
}
.reason_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
.reason_item {
  width: calc((100% - 3.2rem * (3 - 1)) / 3);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: solid 2px var(--color03);
  border-radius: 1.3rem;
}
.reason_item .reason_item_icon {
  fill: var(--color03);
  width: auto;
  height: 59px;
  min-height: 59px;
}
.reason_item .reason_item_theme {
  width: 100%;
  padding: 0.8rem;
  background-color: var(--color03);
  border-radius: 1.8rem;
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}
.reason_item .reason_item_description {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--color02);
}
.reason_item .reason_item_description .em {
  font-size: 1.5em;
}
.reason_02_section {
  background: #e6f3ff;
  padding: 8.5rem 0 8rem;
}
.reason_02_section .point_title_text {
  font-size: 2.9rem;
  margin-top: 6px;
}
.reason_02_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.reason_02_sub_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  font-size: 3rem;
}
.reason_02_main_heading {
  display: inline-block;
  border: 3px solid #0076cb;
  background: #fff;
  color: #0076cb;
  padding: 15px 40px;
  font-size: 3.3rem;
  position: relative;
  margin-bottom: 50px;
  box-shadow: 5px 5px 0 #fbc02d;
}
.reason_02_main_heading::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #e6f2ff #e6f2ff #fbc02d #fbc02d;
}
.reason_02_card {
  background: #fff;
  border-radius: 12px;
  border: 3px solid #b3d7ff;
  padding: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.reason_02_card_title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
.reason_02_card_title.reason_02_orange {
  color: #f57c00;
  border-bottom: 2px dashed #f57c00;
  display: inline;
  padding-bottom: 6px;
}
.reason_02_card_title.reason_02_blue {
  color: #0076cb;
}
.reason_02_highlight {
  background: linear-gradient(transparent 80%, #f5df38 0%);
}
.reason_02_list {
  list-style: none;
  max-width: 620px;
  margin: 26px auto 0;
  text-align: left;
}
.reason_02_list li {
  font-size: 2.5rem;
  align-items: center;
  font-weight: 500;
}
.reason_02_num {
  color: #0076cb;
  font-style: italic;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 15px;
}
.reason_02_card_text {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
}
.reason_02_flex_row {
  display: flex;
  gap: 20px;
}
.reason_02_card_half {
  width: 50%;
}
.reason_02_footer_msg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: left;
  max-width: 880px;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}
.reason_02_footer_msg .reason_02_icon {
  width: 370px;
}
.reason_02_footer_msg img {
  width: 100%;
}
.reason_02_msg_text {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .reason_02_flex_row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .reason_02_card_half {
    width: 100%;
  }
  .reason_02_footer_msg {
    flex-direction: column;
    text-align: center;
  }
  .reason_02_footer_msg .reason_02_icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .reason_02_container {
    padding: 4.5rem 0 6rem;
  }
  .reason_02_sub_title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .reason_02_main_heading {}
  .reason_02_card {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .reason_02_card_title {
    font-size: 2.2rem;
  }
  .reason_02_card_title.reason_02_orange {
    padding-bottom: 0.2rem;
  }
  .reason_02_card_title.reason_02_blue {
    margin-bottom: 15px;
  }
  .reason_02_list {
    margin: 10px auto 0;
  }
  .reason_02_list li {
    font-size: 1.6rem;
  }
  .reason_02_num {
    font-size: 1.6rem;
    margin-right: 0.5rem;
  }
  .reason_02_card_text {
    font-size: 1.6rem;
  }
  .reason_02_card_half {
    margin-bottom: 0;
  }
  .reason_02_footer_msg {
    gap: 1rem;
    margin-top: 2rem;
  }
  .reason_02_footer_msg .reason_02_icon {
    padding: 0 8rem;
    width: 300px;
    margin-bottom: 0;
  }
  .reason_02_msg_text {
    font-size: 1.6rem;
    text-align: left;
  }
  .inner02 {
    padding: 0 2rem;
  }
}
.worry {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 6rem;
  text-align: center;
}
.worry_inner {
  padding: 0 2rem;
}
.worry_title {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.worry_title_icon {
  width: auto;
  height: 5.4rem;
}
.worry_title_text {
  font-size: min(calc(50 / var(--lg-base)), 50px);
  font-weight: 900;
  color: var(--color03);
}
.worry_content, .point_content {
  margin-bottom: 4rem;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--color01);
}
.worry_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.worry_item {
  background-color: #fff;
  width: calc((100% - 1.6rem * (4 - 1)) / 4);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1.3rem;
}
.worry_item .worry_item_image {
  width: 100%;
  aspect-ratio: 204 / 196;
  object-fit: cover;
  border-radius: 1.3rem;
}
.worry_item .worry_item_text {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: var(--color03);
}
.point {
  padding: 7.5rem 0 6rem;
}
.point_inner {
  padding: 0 2rem;
}
.point_title {
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.point_title_reason {
  margin-bottom: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.point_title_icon {
  position: absolute;
  top: calc(50% + 1.8rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48.5rem;
  height: auto;
}
.point_title_reason .point_title_icon {
  width: 71.5rem;
}
.point_title_text {
  font-size: 3.9rem;
  font-weight: 900;
  color: var(--color03);
  z-index: 100;
}
.point_title_text .num {
  font-size: 1.5em;
}
.point_wrapper {
  counter-reset: number 0;
  display: flex;
  gap: 4rem;
}
.point_card {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
.point_card_title {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color03);
  white-space: nowrap;
}
.point_card_title::before {
  counter-increment: number 1;
  content: "0"counter(number);
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color02);
}
.point_card_text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.point_card_image {
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 18rem;
  aspect-ratio: 390 / 270;
}
.point_card_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 9rem;
}
.service_inner {
  padding: 0 2rem;
}
.service_title {
  margin-bottom: 4rem;
  position: relative;
}
.service_title_wrapper {
  position: relative;
}
.service_title_icon {
  display: block;
  width: 33rem;
  margin: 0 auto 1rem;
  height: auto;
  z-index: -1;
}
.service_title_sub {
  position: absolute;
  top: calc(50% - 1.2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
}
.service_title_main {
  display: block;
  z-index: 1;
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
  color: var(--color02);
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 5rem;
  position: relative;
}
.service_title_main_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.service_content {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--color01);
}
.service_block {
  margin-bottom: 4rem;
  display: flex;
  gap: 3.2rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
.service_block_image {
  flex-shrink: 0;
  width: 45%;
  height: auto;
}
.service_block_content {
  padding-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.service_wrapper {
  display: flex;
  gap: 2rem;
}
.service_item {
  position: relative;
  width: calc((100% - 2rem) / 2);
}
.service_item_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_item_title {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.5rem;
  background-color: var(--color03);
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.005em;
  text-align: center;
  color: #fff;
}
.service_item_title.--green {
  background-color: var(--color06);
}
.service_item_tag {
  z-index: 1;
  position: absolute;
  top: 6rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service_item_tag.--left {
  right: unset;
  left: 2rem;
}
.service_item_tag_item {
  padding: 0.5rem 1rem;
  border-radius: 1.1rem;
  background-color: var(--color03);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.service_item_tag_item.--pink {
  background-color: var(--color07);
}
.flow {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 6rem;
}
.flow_inner {
  padding: 0 2rem;
}
.flow_title {
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}
.flow_title_icon {
  width: 4rem;
  height: auto;
}
.flow_title_text {
  z-index: 1;
  font-size: 3.9rem;
  font-weight: 900;
}
.flow_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.flow_item {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  border: solid 2px #a0a0a0;
  display: grid;
  grid-template-areas:
    "image title"
    "image text";
  column-gap: 3rem;
}
.flow_item_image {
  grid-area: image;
  width: 20rem;
  height: 100%;
  max-height: 15rem;
  display: flex;
  justify-content: center;
}
.flow_item_image img {
  width: auto;
  height: 100%;
}
.flow_item_title {
  grid-area: title;
  margin-top: 1rem;
  width: fit-content;
  height: fit-content;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--color03);
  background: linear-gradient(transparent 70%, #ffe064 70%);
  position: relative;
}
.flow_item_title .notice {
  position: absolute;
  width: max-content;
  left: 110%;
  bottom: 0;
  font-size: 0.75em;
}
.flow_item_text {
  grid-area: text;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
.flow_arrow {
  width: 3rem;
  height: auto;
  fill: #282828;
}
.flow_wrapper_relative {
  position: relative;
}
.flow_wrapper_relative_arrow {
  position: absolute;
  top: 50%;
  left: 9rem;
  transform: translate(-50%, -50%);
  width: 3.6rem;
  height: auto;
  fill: #282828;
}
.flow_wrapper_relative .flow_item {
  margin-left: 18rem;
}
.flow_goal {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: #00bbb4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3rem;
}
.flow_goal_text {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}
.flow_goal:before, .flow_goal:after {
  content: "";
  display: block;
  width: 3px;
  height: 4rem;
  background-color: #fff;
  border-radius: 2px;
}
.flow_goal:before {
  transform: rotate(-35deg);
}
.flow_goal:after {
  transform: rotate(35deg);
}
.job {
  position: relative;
  z-index: 0;
  padding: 8.5rem 0 10rem;
}
.job_inner {
  padding: 0 2rem;
}
.job_title_wrap {
  position: relative;
}
.job_title {
  margin-bottom: 6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.job_title_icon {
  width: 5rem;
  height: auto;
}
.job_title_text {
  z-index: 1;
  font-size: 3.9rem;
  font-weight: 900;
}
.job_title_text_date {
  font-weight: bold;
  margin-top: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.job_title_text_date .number {
  font-size: 160%;
  color: var(--color02);
}
.job_slide .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.job_slide .swiper-button-prev, .job_slide .swiper-button-next {
  background-color: var(--color-main);
  border-radius: 99999px;
  color: #fff;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_slide .swiper-button-prev svg, .job_slide .swiper-button-next svg {
  fill: currentColor;
  width: 1.2rem;
  height: auto;
}
.job_item {
  border-radius: 0.8rem;
  border-bottom: solid 1rem var(--color03);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.65);
}
.job_item_image {
  width: 100%;
  aspect-ratio: 280 / 280;
  position: relative;
}
.job_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
}
.job_item_tag {
  position: absolute;
  top: -2rem;
  left: -2rem;
  padding: 0.6rem 1.1rem;
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: var(--color03);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.job_item_wrapper {
  padding: 2rem;
}
.job_item_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  gap: 1rem;
  border-bottom: solid 0.3px #a0a0a0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
.job_item_define {
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.job_item_define dl {
  display: flex;
  gap: 2rem;
}
.job_item_define dt {
  padding: 0.35rem 0.5rem;
  background-color: var(--color02);
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  height: fit-content;
  line-height: 1;
}
.job_item_define dd {
  font-size: 1.6rem;
  line-height: 1.2;
}
.faq {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 6rem;
}
.faq_inner {
  padding: 0 2rem;
}
.faq_title {
  margin-bottom: 4rem;
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
}
.faq_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.faq_define {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faq_define > div {
  border-radius: 0.8rem;
  border: solid 1.5px #a0a0a0;
  padding-block: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  background: #fff;
}
.faq_define > div button {
  width: 100%;
}
.faq_define > div .arrow {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 2rem;
  height: auto;
  fill: #e63c36;
}
.faq_define > div dt {
  position: relative;
  padding-left: 3rem;
  padding-right: 3.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.faq_define > div dt::before {
  content: "Q.";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
.faq_define > div dd {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 3rem;
  padding-right: 3.4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  display: none;
}
.faq_define > div dd::before {
  content: "A.";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0.35rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.faq_define > div.is-active .arrow {
  transform: rotate(180deg);
}
.faq_define > div.is-active > dd {
  display: block;
}
.fv_banner {
  position: relative;
}
.fv_banner a {
  display: block;
  transition: opacity 0.3s;
}
.fv_banner_pic {
  width: 100%;
  display: block;
  aspect-ratio: 1200/530;
  overflow: hidden;
  min-height: 600px;
}
.fv_banner_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv_banner_title {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
.fv_banner_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1120px;
  padding-left: 60px;
  padding-right: 40px;
}
.fv_banner_content_inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  left: 27%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fv_banner_content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fv_banner_content_for {
  color: var(--color-main);
  font-weight: bold;
  font-size: min(calc(30 / var(--lg-base)), 30px);
}
.fv_banner_content .fv_banner_content_sub {
  font-weight: 500;
  line-height: 1.6;
  width: 50vw;
  max-width: 500px;
  letter-spacing: 0.01em;
  color: #333;
  /* font-size: min(calc(22 / var(--lg-base)), 22px); */
}
.fv_banner_content .fv_banner_content_sub span {
  font-size: 70%;
}
.fv_banner_content .fv_banner_content_main {
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #333;
  margin-top: 3rem;
  margin-left: -5px;
  margin-bottom: 4rem;
  font-size: min(calc(66 / var(--lg-base)), 66px);
}
.fv_banner_content .fv_banner_content_main .em {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.fv_banner_content .fv_banner_content_main .num {
  font-size: 72%;
  line-height: 1;
  letter-spacing: -2px;
}
.fv_banner_content .fv_banner_content_button {
  background: linear-gradient(to bottom, #00c414, #00a100);
  padding: 1.4rem 7rem 1.4rem 4rem;
  border-radius: 4.5rem;
  font-size: min(calc(22 / var(--lg-base)), 22px);
  line-height: 1.25;
  display: inline-block;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.fv_banner_content .fv_banner_content_button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
}


.fv_banner_content .fv_banner_content_button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #21be78;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}

.fv_sub_lead {
  font-weight: bold;
  color: #4a4a4a;
  display: flex;
  line-height: 1.4;
  padding: 1.8rem 2.2rem;
  gap: 1.2rem;
  width: fit-content;
  border-radius: 0.6rem;
  background: #def1f3;
  border: 2px #ffffff solid;
  font-size: min(calc(20 / var(--lg-base)), 20px);
  box-shadow: 2px 2px 6px 1px rgba(20, 20, 20, 0.1);
}
.fv_sub_lead li {
  display: flex;
  gap: 5px;
  white-space: nowrap;
}
.fv_sub_lead li img {
  width: min(calc(26 / var(--lg-base)), 26px);
}
@media screen and (min-width: 751px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    padding-top: 70px;
    font-size: 16px;
  }
  body.admin-bar {
    padding-top: 38px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 0;
  }
  .point {
    padding: 5.5rem 0 6rem;
  }
  h2 .is_sp {
    display: block;
  }
  div.scroll {
    display: block;
    overflow-x: scroll;
  }
  .scroll img {
    width: 150%;
    max-width: none;
  }
  .extension-charge p {
    text-align: center;
  }
  .notes li {
    line-height: 1.4em;
  }
  .fv_banner_pic {
    aspect-ratio: 750 / 1050;
    min-height: inherit;
  }
  .fv_sub_lead li img {
    width: calc(15 / var(--sm-base));
  }
  .fv_sub_lead li {
    white-space: nowrap;
  }
	.fv_banner_content .fv_banner_content_main .em {
    text-align: left;
}
  .point_card_item {
    height: auto;
	}.fv_banner_content_inner {
    align-items: flex-start;
    text-align: left;
    left: 50%;
    top: 50%;
}
  .fv_banner_content .fv_banner_content_main .num {
    font-size: 3.5rem;
  }
  .fv_banner_content .fv_banner_content_button {
    width: fit-content;
    background-color: #41c847;
    padding: 1.4rem 4rem;
    border-radius: 20.5rem;
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
  }
	.fv_banner_content_wrap {
    width: 100%;
}
  .fv_sub_lead {
    font-size: calc(14 / var(--sm-base));
    line-height: 1.4;
    gap: 1.2rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1.4rem 1.5vw;
  }
  .fv_sub_lead_wrap {
    display: block;
    margin-top: 0rem;
    max-width: fit-content;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .fv_service_block_image {
    width: 40vw;
    padding-left: 3rem;
  }
  .fv_banner_content .fv_btn {
    width: fit-content;
    margin-left: 0;
  }
  .fv_banner_content .fv_banner_content_button_lead {
    font-size: 1.6rem;
  }
  .fv_banner_content {
    left: 0;
    top: 40%;
    transform: translate(0, 0);
    padding-left: 20px;
    padding-right: 20px;
  }
  .fv_banner_content .fv_banner_content_sub {
    margin-top: 0;
    width: 91vw;
  }
  .fv_banner_content .fv_banner_content_main {
    font-size: calc(40 / var(--sm-base));
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
  .fv_banner_content .fv_banner_content_button {
    padding: 1.4rem 15vw 1.4rem 7vw;
    font-size: calc(15 / var(--sm-base));
    white-space: nowrap;
  }
	.fv_banner_content_for {
    font-size: calc(17 / var(--sm-base));
    line-height: 1.4;
    background: #fff;
    padding: 2px;
}
  .job_title_text_date {
    position: inherit;
    text-align: center;
    margin-bottom: 2rem;
  }
  .point_title_reason .point_title_icon {
    width: 100%;
  }
  .reason_02_section .point_title_text {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: -4px;
    margin-left: -2rem;
  }
  .reason_title {
    margin-bottom: 4rem;
    gap: 0.5rem;
  }
  .reason_title_icon {
    height: 4rem;
  }
  .reason_title_text {
    font-size: 2.4rem;
  }
  .reason_wrapper {
    margin: 0 auto;
    flex-direction: column;
    justify-content: baseline;
    gap: 3.2rem;
  }
  .reason_item {
    margin: 0 auto;
    width: 75vw;
    min-width: 240px;
    padding: 2rem;
    gap: 1rem;
    border-radius: 1.3rem;
  }
  .reason_item .reason_item_icon {
    height: 59px;
  }
  .reason_item .reason_item_theme {
    padding: 0.8rem;
    border-radius: 1.8rem;
    font-size: 2.3rem;
  }
  .reason_item .reason_item_description {
    font-size: 2.8rem;
  }
  .point_title_reason {
    margin-bottom: 5rem;
  }
  .service {
    padding: 4.5rem 0 6.5rem;
  }
  .worry_title {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .worry_title_icon {
    height: 3rem;
  }
  .worry_title_text {
    font-size: 2rem;
  }
  .worry_content, .point_content {
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
  .worry_wrapper {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .worry_item {
    width: calc((100% - 1.6rem * (2 - 1)) / 2);
    padding: 0.8rem;
    gap: 1rem;
  }
  .worry_item .worry_item_text {
    font-size: 1.4rem;
  }
  .job {
    padding: 5.5rem 0 5rem;
  }
  .job_item_tag {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
  }
  .point_title {
    margin-bottom: 4rem;
  }
  .point_title_icon {
    top: calc(50% + 1rem);
    width: 29rem;
  }
  .point_title_text {
    font-size: 2.2rem;
  }
  .point_wrapper {
    gap: 4rem;
    flex-direction: column;
  }
  .point_card {
    flex-direction: column;
    gap: 2rem;
  }
  .point_card:nth-child(2n) {
    flex-direction: column;
  }
  .point_card_title {
    margin-bottom: 2rem;
    gap: 2rem;
    font-size: 2.2rem;
    align-items: center;
  }
  .point_card_title:: before {
    font-size: 4.2rem;
  }
  .point_card_text {
    font-size: 1.6rem;
  }
  .point_card_image {
    border-radius: 1rem;
    width: 100%;
    height: auto;
  }
  .service_title {
    margin-bottom: 3rem;
    position: relative;
  }
  .service_title_icon {
    width: 24rem;
    margin: 0 auto;
  }
  .service_title_sub {
    top: calc(50% - 0.8rem);
    font-size: 2rem;
  }
  .service_title_main {
    font-size: 2.4rem;
    padding-bottom: 0.25rem;
    padding-left: 0.8rem;
    padding-right: 3rem;
  }
  .service_content {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.6;
  }
  .service_block {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 2.2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .service_block_image {
    width: 100%;
  }
  .service_block_content {
    padding-top: 0;
    font-size: 1.6rem;
  }
  .service_wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .service_item {
    width: 100%;
    aspect-ratio: 400 / 40;
  }
  .service_item_title {
    font-size: 1.6rem;
  }
  .service_item_tag {
    top: 4.5rem;
    gap: 0.6rem;
  }
  .service_item_tag_item {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
  }
  .flow_title {
    align-items: center;
  }
  .flow_title_icon {
    width: 2.6rem;
    margin-top: 0.25em;
  }
  .flow_title_text {
    font-size: 2.4rem;
  }
  .flow_wrapper {
    gap: 0.5rem;
  }
  .flow_item {
    padding: 1rem;
    border-radius: 0.8rem;
    border: solid 1px #a0a0a0;
    column-gap: 1.6rem;
  }
  .flow_item_image {
    align-items: center;
    width: 10rem;
    max-height: 10rem;
  }
  .flow_item_title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .flow_item_text {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .flow_arrow {
    width: 2rem;
  }
  .flow_wrapper_relative_arrow {
    left: 3rem;
    width: 1.8rem;
  }
  .flow_wrapper_relative .flow_item {
    margin-left: 6rem;
  }
  .flow_goal {
    padding: 1rem;
    gap: 1.8rem;
  }
  .flow_goal_text {
    font-size: 1.8rem;
  }
  .flow_goal:before, .flow_goal:after {
    width: 2px;
    height: 2.4rem;
  }
  .job_title {
    margin-bottom: 0;
    gap: 1rem;
  }
  .job_title_icon {
    width: 3.6rem;
  }
  .job_title_text {
    font-size: 2.6rem;
  }
  .job_slide .swiper-button-prev, .job_slide .swiper-button-next {
    transform: translateY(-3rem);
    width: 3.4rem;
    height: 3.4rem;
  }
  .job_slide .swiper-button-prev svg, .job_slide .swiper-button-next svg {
    width: 0.9rem;
  }
  .faq_title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .faq_wrapper {
    gap: 1rem;
  }
  .faq_define {
    gap: 2rem;
  }
  .faq_define > div {
    padding-block: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .faq_define > div .arrow {
    top: 0.5rem;
    width: 1.8rem;
  }
  .faq_define > div dt {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.8rem;
  }
  .faq_define > div dt::before {
    font-size: 1.8rem;
  }
  .faq_define > div dd {
    margin-top: 1rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.8rem;
  }
  .faq_define > div dd::before {
    font-size: 1.8rem;
  }
  .cta_text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .cta_button {
    font-weight: 1.8rem;
  }
  .line-btn {
    padding: 8px 20px 8px 10px;
    font-size: 20px;
    display: block;
    min-width: 320px;
  }
  .line-btn_mv {
    padding: 10px 20px 10px 10px;
    font-size: calc(15 / var(--sm-base));
    display: block;
    min-width: 300px;
  }
  .btn-subtext {
    font-size: 16px;
    line-height: 1.4;
  }
  .icon-circle {}
  .btn-subtext::before, .btn-subtext::after {
    width: 50px;
    height: 1px;
  }
  .btn-subtext::before {
    left: -25px;
    transform: rotate(60deg);
  }
  .btn-subtext::after {
    right: -25px;
    transform: rotate(-60deg);
  }
}
@media print {
  .faq_define > div > dd {
    display: block;
  }
  .swiper, .swiper-container {
    overflow: visible !important;
    height: auto !important;
  }
  .swiper-wrapper {
    transform: none !important; /* 横スクロール無効化 */
    display: block !important; /* 行に並べず縦積みに */
    width: auto !important;
  }
  .swiper-slide {
    width: auto !important;
    display: block !important; /* 各スライドを縦に全件表示 */
    float: none !important;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 10mm 0 !important; /* スライド間余白。調整可 */
  }
  /* ページネーション/ナビは任意で非表示 */
  .swiper-pagination, .swiper-button-prev, .swiper-button-next, .swiper-scrollbar {
    display: none !important;
  }
}
.form_ex {
  position: relative;
  z-index: 0;
  background-color: var(--color-gray);
  text-align: center;
}
.form_ex_inner {
  padding: 0;
}
#baguetteBox-overlay {
  display: none;
}
input {
  width: 100%;
  text-align: left;
  padding: 5px;
}
textarea {
  width: 100%;
  text-align: left;
  padding: 5px;
}
.popup_bnr {
  max-width: 720px;
  margin: 0 auto;
}
.popup-trigger img {
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 8px;
}
.popup-trigger: hover img {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  backdrop-filter: blur(3px);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 4rem;
  max-width: 45rem;
  width: 90%;
  position: relative;
  z-index: 10030;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: slideIn 0.4s ease-out;
  font-family: 'Noto Sans JP', sans-serif;
}
.modal-close {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  font-weight: bold;
}
.modal-close: hover {
  color: #333;
}
.modal-header h3 {
  margin: 1rem 0 3rem;
  color: #2c3e50;
  font-size: 24px;
  text-align: center;
}
.modal-header p {
  margin: 0;
  color: var(--color-main);
  font-size: 16px;
  text-align: center;
}
.contact-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 1rem;
  padding: 3rem;
}
.next_btn: hover {
  background: var(--color-main);
  color: #fff;
}
.next_btn span {
  display: block;
  font-size: 22px;
  margin: 5px 0;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .modal-content {
    width: 92%;
    padding: 25px 20px;
  }
  .popup_bnr {
    padding: 0;
  }
}
.selectable-list {
  max-width: 400px;
  font-family: 'Noto Sans JP', sans-serif;
}
.list-item {
  list-style: none;
  padding: 15px 20px;
  margin: 8px 0;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 52px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.list-item: hover {
  border-color: var(--color-main);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
  transform: translateY(-1px);
}
.list-item.selected {
  border-color: var(--color-main);
  background: linear-gradient(135deg, #e3f2fd, #f5faff);
  /*box-shadow: 0 6px 20px rgba(0,123,255,0.25);*/
}
.radio-icon {
  width: 24px;
  height: 24px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: transparent;
  background: white;
  transition: all 0.3s;
  flex-shrink: 0;
}
.list-item.selected .radio-icon {
  border-color: var(--color-main);
  background: var(--color-main);
  color: white;
  /*  box-shadow: 0 0 0 3px rgba(0,123,255,0.2);*/
}
.list-text {
  font-size: 16px;
  font-weight: 500;
  color: #495057;
}
.result-display {
  font-size: 16px;
  color: var(--color-main);
}
@media (max-width: 768px) {
  .list-item {
    padding: 10px 16px;
    margin: 12px 0;
  }
  .reason_02_section {
    padding: 4.5rem 0 4rem;
  }
}
.next_btn {
  text-align: center;
  margin-top: 20px;
}
.next_btn a, .btn-next {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
.next_btn a {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  width: 100%;
  position: relative;
  display: inline-block;
}
.next_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff; /* 矢印色（白） */
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
/* 2枚目ポップアップ */
.popup2-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  backdrop-filter: blur(3px);
}
.popup2-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: slideIn 0.4s ease-out;
  font-family: 'Noto Sans JP', sans-serif;
}
.popup-list-item {
  margin: 5px 0 !important;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.fv_banner_content .fv_banner_content_button_lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.65vw;
  color: #41c847;
}
.fv_banner_content .fv_banner_content_button .num {
  font-size: 1.5em;
  line-height: 1;
}
.fv_banner_content .fv_banner_content_button:hover {
  opacity: 0.75;
}
.cta {
  position: relative;
  z-index: 1000;
  padding: 4.5rem 2rem;
}
.cta_anchor {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}
.cta_anchor:hover {
  opacity: 0.75;
}
.cta_image {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 0 #4696ff;
  border: solid 2px #4696ff;
  border-radius: 0.8em;
}
.cta_anchor:hover .cta_image {
  box-shadow: 0 0 0 #4696ff;
}
.cta_text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #4696ff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cta_button {
  font-weight: 3rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--color02);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 1.5rem auto;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}