@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;
}

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;
}

html {
  font-size: min(2.6666666667vw, 12.8px);
}
body {
  position: relative;
  min-width: 320px;
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

picture,
img {
  display: block;
}

img {
  width: auto;
  height: auto;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

*:focus {
  outline: none;
}
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
.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(800px + 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;
}
@keyframes telop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}

.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;
}

.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;
}

.worry {
  padding: 4rem 0;
  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: 3.9rem;
  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 {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 6rem;
}
.point_inner {
  padding: 0 2rem;
}
.point_title {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.point_title_icon {
  position: absolute;
  top: calc(50% + 1.2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33.5rem;
  height: auto;
}
.point_title_text {
  z-index: 1;
  font-size: 3.9rem;
  font-weight: 900;
  color: var(--color03);
}
.point_title_text .num {
  font-size: 1.5em;
}
.point_wrapper {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.point_card {
  display: flex;
  gap: 5rem;
}
.point_card:nth-child(2n) {
  flex-direction: row-reverse;
}
.point_card_item {
  /* padding: 1.5rem 1.8rem; */
}
.point_card_title {
  margin-bottom: 2rem;
  display: flex;
  gap: 2rem;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color03);
}
.point_card_title::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 6.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: 45%;
  aspect-ratio: 390 / 270;
}
.point_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 6rem;
}
.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: 1.9rem;
  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);
  aspect-ratio: 400 / 260;
}
.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: 2.9rem;
  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: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.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: 4.5rem 0 6rem;
}
.job_inner {
  padding: 0 2rem;
}
.job_title {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.job_title_icon {
  width: 5rem;
  height: auto;
}
.job_title_text {
  z-index: 1;
  font-size: 3.9rem;
  font-weight: 900;
}
.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.15);
}
.job_item_image {
  width: 100%;
  aspect-ratio: 280 / 170;
  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: 1rem;
  left: 0;
  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: 1rem;
}
.job_item_title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  border-bottom: solid 0.3px #a0a0a0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.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.25rem 0.5rem;
  background-color: var(--color02);
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  height: fit-content;
}
.job_item_define dd {
  font-size: 1.4rem;
}

.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;
}
.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 {
  display: block;
  width: 100%;
  height: auto;
}
.fv_banner_pic img {
  display: block;
  width: 100%;
  height: auto;
  max-width: auto;
}
.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: 1080px;
  padding-left: 80px;
  padding-right: 40px;
}
.fv_banner_content .fv_banner_content_sub {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #000;
}
.fv_banner_content .fv_banner_content_main {
  font-size: 6.9rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 2rem;
}
.fv_banner_content .fv_banner_content_main .em {
  color: var(--color02);
}
.fv_banner_content .fv_banner_content_main .num {
  font-size: 1.5em;
  line-height: 1;
}
.fv_banner_content .fv_banner_content_button {
  width: fit-content;
  background-color: var(--color03);
  padding: 1.4rem 5.4rem;
  border-radius: 5.2rem;
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
}
.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: 0;
  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 screen and (min-width: 751px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    padding-top: 70px;
  }
  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;
  }
  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_content {
    left: 0;
    top: 16px;
    transform: translate(0, 0);
    padding-left: 24px;
    padding-right: 16px;
  }
  .fv_banner_content .fv_banner_content_sub {
    font-size: 2rem;
  }
  .fv_banner_content .fv_banner_content_main {
    font-size: 3rem;
  }
  .fv_banner_content .fv_banner_content_button {
    padding: 0.25rem 2.5rem 0.5rem 2.5rem;
    border-radius: 4.5rem;
    font-size: 1.4rem;
  }

  .reason_title {
    margin-bottom: 4rem;
    gap: 1rem;
  }
  .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;
  }

  .worry_title {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .worry_title_icon {
    height: 4rem;
  }
  .worry_title_text {
    font-size: 2.4rem;
  }
  .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;
  }

  .point_title {
    margin-bottom: 4rem;
  }
  .point_title_icon {
    top: calc(50% + 0.6rem);
    width: 24rem;
  }
  .point_title_text {
    font-size: 2.4rem;
  }
  .point_wrapper {
    gap: 4rem;
  }
  .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.4rem;
  }
  .point_card_title::before {
    font-size: 4.2rem;
  }
  .point_card_text {
    font-size: 1.6rem;
  }
  .point_card_image {
    border-radius: 1rem;
    width: 100%;
  }

  .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.2rem;
  }
  .service_block {
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 2.4rem;
    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 / 260;
  }
  .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: 4rem;
    gap: 1rem;
  }
  .job_title_icon {
    width: 3.6rem;
  }
  .job_title_text {
    font-size: 2.4rem;
  }
  .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: 4rem;
    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: 2rem;
    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: 2rem;
    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;
  }
}

@media print {
  /* よくある質問全表示 */
  .faq_define > div > dd {
    display: block;
  }

  /* 5) Swiper：スライダーを“すべて表示”にする */
  .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;
  }
}
