@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Roboto:wght@200;700&display=swap");
body {
  background: #F6FAFD;
  color: #222222;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 6rem 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
  }
}
h2 span {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 2.2rem;
  }
}
h2 strong {
  color: #0957B5;
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 2.4rem 0;
}

h4 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
}

h5 {
  font-size: 1.8rem;
  margin: 0 0 1.8rem 0;
}

h6 {
  font-size: 1.6rem;
  margin: 0 0 1.6rem 0;
}

a {
  text-decoration: none;
}

header nav ul li {
  font-size: 1.4rem;
}

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

html, body {
  height: 100%;
}

body {
  letter-spacing: 0.1em;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

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

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 95%;
  }
}

header {
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
}
header .container .logo {
  width: 150px;
  height: auto;
  padding: 24px 0;
}
header .container nav {
  width: calc(90% - 150px);
  padding: 0 0 0 10%;
}
header .container nav ul {
  width: 100%;
  display: flex;
}
header .container nav li {
  width: 100%;
  list-style: none;
}

main article {
  width: 100%;
}
main section {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 7.2rem 0;
  }
}
main section .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0.5%;
}
@media screen and (max-width: 767px) {
  main section .wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}
main section .wrapper .card {
  width: 33%;
}
@media screen and (max-width: 767px) {
  main section .wrapper .card {
    width: 100%;
  }
}

.card-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.card-wrapper .card {
  width: 31%;
  margin: 0 1% 0;
}

button, input[type=submit] {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  color: #fdfdfd;
  padding: 1.7rem 4rem;
  border-radius: 0.4rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  button, input[type=submit] {
    font-size: 1.8rem;
  }
}

ul li {
  list-style: unset;
  list-style-position: inside;
}

ol li {
  list-style: unset;
  list-style-position: inside;
}

footer {
  background: #0957B5;
  color: #fdfdfd;
  text-align: center;
  padding: 4.5rem 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 10rem;
  }
}
footer address {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
footer address p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer address p {
    font-size: 1.4rem;
  }
}
footer address p:first-child {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  footer address p:first-child {
    font-size: 1.8rem;
  }
}
footer address p a {
  padding-right: 1rem;
}
footer ul {
  font-size: 1.3rem;
}

.btn {
  margin-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: 4rem;
  }
}
.btn p {
  position: relative;
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn p {
    font-size: 1.8rem;
  }
}
.btn p::before {
  content: "";
  position: absolute;
  height: 2.8rem;
  border-left: solid 2px;
  left: -2rem;
  top: 0;
  transform: rotate(-30deg);
}
.btn p::after {
  content: "";
  position: absolute;
  height: 2.8rem;
  border-right: solid 2px;
  right: -2rem;
  top: 0;
  transform: rotate(30deg);
}
.btn button {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 1.2rem 1.7rem;
  gap: 1rem;
  box-shadow: 3px 3px 15px rgba(226, 88, 39, 0.3);
  /* スクロール用アニメ（1回光る） */
  /* ホバー用アニメ（毎回必ず再生される） */
  /* キラッと光が走るアニメーション */
}
.btn button::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon_mail.svg") no-repeat center/contain;
  display: block;
}
.btn button.btn-glow {
  position: relative;
  overflow: hidden;
  /* ▼ shine（スクロール用） */
  /* ▼ shine-hover（ホバー用） */
}
.btn button.btn-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}
.btn button.btn-glow.shine::after {
  animation: shine-effect 0.9s ease-out forwards;
}
.btn button.btn-glow .hover-light {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}
.btn button.btn-glow.shine-hover .hover-light {
  animation: shine-hover 0.9s ease-out forwards;
}
@keyframes shine-effect {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes shine-hover {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes shine-effect {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes shine-hover {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes shine-effect {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

.btn-hover-glow {
  filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.2));
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  cursor: pointer;
}

/* ホバー用の光レイヤー（hover-light） */
.btn-hover-glow .hover-light {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0) 100%);
  filter: blur(6px);
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

/* ホバーした瞬間だけ shine-hover を再生 */
.btn-hover-glow.shine-hover .hover-light {
  animation: shine-hover 0.9s ease-out forwards;
}

@keyframes shine-hover {
  0% {
    left: -150%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
/*アニメーション設定*/
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-bounce {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center center;
}
.fade-bounce.show {
  opacity: 1;
  animation: popScaleIn 0.8s ease-out forwards;
}

@keyframes popScaleIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.line-animate {
  position: relative;
  --line-scale: 0;
  --duration: 0.3;
}
.line-animate.slow {
  --duration: 0.6;
}
.line-animate::before {
  transform-origin: top;
  transform: scaleY(var(--line-scale));
}

.contact-section {
  padding-top: 14rem;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .contact-section {
    padding-top: 10rem;
  }
}
.contact-section .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-section .container > p {
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact-section .container > p {
    text-align: left;
  }
}
.contact-section .container h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 4rem 0;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .contact-section .container h1 {
    font-size: 2.2rem;
  }
}
.contact-section .container h1 span {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 3.2rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .contact-section .container h1 span {
    font-size: 2.2rem;
  }
}
.contact-section .container h1 strong {
  color: #0957B5;
}
.contact-section .container .contact-form {
  background: #fff;
  padding: 4rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .contact-section .container .contact-form {
    padding: 4rem 2rem;
  }
}
.contact-section .container .form-group {
  margin-bottom: 25px;
}
.contact-section .container .form-group .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
.contact-section .container .form-group .form-label span.required {
  background: #0957B5;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 8px;
}
.contact-section .container .form-group .form-label span.optional {
  background: #999;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 8px;
}
.contact-section .container .form-group .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s;
}
.contact-section .container .form-group .form-control:focus {
  border-color: #0957B5;
  outline: none;
}
.contact-section .container .btn button:before {
  display: none;
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.radio-label,
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.radio-label input,
.checkbox-label input {
  margin-right: 8px;
}

.hidden {
  display: none;
}

/* Privacy Check */
.privacy-box {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  max-height: 150px;
  overflow-y: auto;
}
.privacy-box h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.privacy-box li {
  margin-bottom: 2rem;
}
.privacy-box li h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.privacy-box li h4 {
  font-size: 1.4rem;
  margin: 1rem 0;
}

.thanks-box {
  background: #fff;
  padding: 8rem 4rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks-box {
    padding: 4rem 2rem;
  }
}
.thanks-box p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
  text-align: left;
  display: inline-block;
}
.thanks-box .btn-wrapper {
  margin-top: 30px;
}

* {
  box-sizing: border-box;
}

header {
  position: absolute;
  z-index: 10;
  padding: 1.2rem 0;
  background: #fdfdfd;
  top: 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1rem 0;
    z-index: 100;
  }
}
header .logo {
  margin: 0 auto;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 20rem;
  }
}

.follow_btn {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .follow_btn {
    bottom: 0;
    right: unset;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .follow_btn.visible {
    opacity: 1;
    visibility: visible;
  }
}
.follow_btn button {
  width: 16.7rem;
  height: 16.7rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding: 0;
  gap: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .follow_btn button {
    width: 100%;
    height: auto;
    background: #0957B5;
    flex-direction: row-reverse;
    border-radius: 0;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  .follow_btn button::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/arrow.svg") no-repeat center/contain;
  }
}
.follow_btn button img {
  width: 4.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .follow_btn button img {
    width: 2.5rem;
  }
}

section.fv {
  position: relative;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
section.fv::before {
  content: "";
  background: url("../img/mv_circle_01.svg") no-repeat top/contain;
  width: 40vw;
  height: 100%;
  max-width: 900px;
  display: block;
  position: absolute;
  z-index: 5;
  mix-blend-mode: multiply;
  top: -40%;
  left: 50%;
  transform: translateX(-40%);
}
@media screen and (max-width: 1199px) {
  section.fv::before {
    top: -33%;
  }
}
@media screen and (max-width: 999px) {
  section.fv::before {
    top: -24%;
  }
}
@media screen and (max-width: 767px) {
  section.fv::before {
    top: -14%;
  }
}
@media screen and (max-width: 499px) {
  section.fv::before {
    display: none;
  }
}
section.fv::after {
  content: "";
  background: url("../img/mv_circle_01.svg") no-repeat top/contain;
  width: 40vw;
  height: 100%;
  max-width: 900px;
  display: block;
  position: absolute;
  z-index: 5;
  mix-blend-mode: multiply;
  bottom: -55%;
  right: -10%;
}
@media screen and (max-width: 999px) {
  section.fv::after {
    bottom: -63%;
  }
}
@media screen and (max-width: 499px) {
  section.fv::after {
    right: -45%;
    max-width: 330px;
    width: 100%;
  }
}
section.fv .decoration {
  position: absolute;
  max-width: 900px;
  width: 50vw;
  height: 100%;
  left: -15%;
  bottom: -50%;
}
@media screen and (max-width: 499px) {
  section.fv .decoration {
    max-width: 330px;
    width: 100%;
    height: unset;
    left: -37%;
    bottom: 16%;
    z-index: 10;
    mix-blend-mode: multiply;
    opacity: 0.4;
  }
}
section.fv .description {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 15vw;
  margin: auto;
  width: 25%;
}
@media screen and (max-width: 1199px) {
  section.fv .description {
    width: 30%;
  }
}
@media screen and (max-width: 999px) {
  section.fv .description {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  section.fv .description {
    width: 45%;
    left: 5%;
  }
}
@media screen and (max-width: 499px) {
  section.fv .description {
    left: unset;
    position: relative;
    width: 95%;
    gap: 2rem;
    padding-top: 6.3rem;
  }
}
section.fv .description::before {
  content: "";
  position: absolute;
  width: 180%;
  aspect-ratio: 1/1;
  background: #fdfdfd;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.fv .description::before {
    width: 200%;
  }
}
@media screen and (max-width: 499px) {
  section.fv .description::before {
    width: 125%;
  }
}
@media screen and (max-width: 499px) {
  section.fv .description::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 50%;
    top: -5%;
    background: #fdfdfd;
    z-index: -1;
  }
}
section.fv .description .item {
  width: 100%;
}
@media screen and (max-width: 499px) {
  section.fv .description .item {
    width: unset;
  }
}
section.fv .description .item:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 499px) {
  section.fv .description .item:nth-of-type(1) {
    max-width: 313px;
  }
}
section.fv .description .item:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: #0957B5;
  margin: 1.8rem auto 0;
}
section.fv .description .item:nth-of-type(2) {
  width: 80%;
}
@media screen and (max-width: 499px) {
  section.fv .description .item:nth-of-type(2) {
    max-width: 246px;
  }
}
section.fv .description .btn {
  margin-top: 4rem;
}
section.fv .description .btn button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.7rem;
  border-radius: 3rem;
  gap: 1rem;
}
section.fv .description .btn button::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icon_mail.svg") no-repeat center/contain;
  display: block;
}
section.fv .loop-slider {
  position: absolute;
  top: -20%;
  right: -5%;
  width: 55vw;
  height: 130vh;
  overflow: hidden;
  z-index: 1;
  transform: rotate(10deg);
  /* 下 → 上 の無限ループ */
}
@media screen and (max-width: 499px) {
  section.fv .loop-slider {
    width: 100%;
    right: -32%;
  }
}
section.fv .loop-slider__inner {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  animation: vertical-loop 60s linear infinite;
}
section.fv .loop-slider__item {
  width: 100%;
}
section.fv .loop-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes vertical-loop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

section.problems {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card {
    display: flex;
    align-items: center;
    gap: 1.3rem;
  }
}
section.problems .wrapper .card.fade-in:nth-child(1) {
  transition-duration: 1s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card.fade-in:nth-child(1) {
    transition-duration: 1s;
  }
}
section.problems .wrapper .card.fade-in:nth-child(2) {
  transition-duration: 2s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card.fade-in:nth-child(2) {
    transition-duration: 1s;
  }
}
section.problems .wrapper .card.fade-in:nth-child(3) {
  transition-duration: 3s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card.fade-in:nth-child(3) {
    transition-duration: 1s;
  }
}
section.problems .wrapper .card.fade-in:nth-child(4) {
  transition-duration: 1s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card.fade-in:nth-child(4) {
    transition-duration: 1s;
  }
}
section.problems .wrapper .card.fade-in:nth-child(5) {
  transition-duration: 2s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card.fade-in:nth-child(5) {
    transition-duration: 1s;
  }
}
section.problems .wrapper .card.fade-in:nth-child(6) {
  transition-duration: 3s;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card.fade-in:nth-child(6) {
    transition-duration: 1s;
  }
}
section.problems .wrapper .card .thumb {
  width: 55%;
  margin: 0 auto 1.3rem auto;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card .thumb {
    width: 30%;
  }
}
section.problems .wrapper .card .thumb img {
  background: #fdfdfd;
  border-radius: 50%;
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
section.problems .wrapper .card .description {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card .description {
    font-size: 1.6rem;
    width: 70%;
    text-align: left;
  }
}
section.problems .wrapper .card .description span {
  font-weight: 700;
  color: #0957B5;
}
@media screen and (max-width: 767px) {
  section.problems .wrapper .card .description span {
    font-size: 1.8rem;
  }
}

section.suggest {
  background: url(../img/bg_suggest_pc.svg) center/130% no-repeat;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 0 8rem;
  overflow-x: hidden;
  padding-top: 11.8rem;
}
@media screen and (max-width: 767px) {
  section.suggest {
    background: url(../img/bg_suggest_sp.svg) center/cover no-repeat;
    width: 100%;
    border-radius: 1.4rem;
  }
}
section.suggest .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.suggest .wrapper {
    flex-direction: column-reverse;
  }
}
section.suggest .wrapper .thumb {
  width: 49%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section.suggest .wrapper .thumb {
    width: 100%;
  }
}
section.suggest .wrapper .description {
  width: 49%;
  color: #fdfdfd;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.suggest .wrapper .description {
    width: 100%;
  }
}
section.suggest .wrapper .description h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  section.suggest .wrapper .description h2 {
    font-size: 2.2rem;
  }
}
section.suggest .wrapper .description h2 span {
  font-weight: 700;
  line-height: 1.6;
  display: block;
  margin-top: 4rem;
  margin-bottom: 0;
}
section.suggest .wrapper .description::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 15rem;
  background: #fdfdfd;
  position: absolute;
  top: -20rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.suggest .wrapper .description::before {
    top: -17rem;
  }
}

section.merits h2 strong {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.merits .wrapper {
  justify-content: space-between;
  gap: 4rem 4%;
}
@media screen and (max-width: 767px) {
  section.merits .wrapper {
    flex-direction: column;
  }
}
section.merits .wrapper .card {
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07);
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fdfdfd;
  border-radius: 1.4rem;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  section.merits .wrapper .card {
    width: 100%;
  }
}
section.merits .wrapper .card .thumb {
  width: 28%;
}
section.merits .wrapper .card .description {
  width: 67%;
}
section.merits .wrapper .card .description h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
section.merits .wrapper .card .description h3 span {
  font-weight: 700;
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.solutions {
  position: relative;
  background: #fdfdfd;
  padding-top: 0;
}
section.solutions .container {
  padding-top: 6rem;
}
section.solutions .container {
  position: relative;
  z-index: 10;
}
section.solutions .container > p {
  text-align: center;
  color: #666666;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
section.solutions .container h2 strong {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.solutions .container .wrapper {
  gap: 4rem 4%;
}
section.solutions .container .wrapper .card {
  width: 48%;
}
@media screen and (max-width: 767px) {
  section.solutions .container .wrapper .card {
    width: 100%;
  }
}
section.solutions .container .wrapper .card .thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem;
}
section.solutions .container .wrapper .card .thumb img {
  width: 6rem;
  height: auto;
  padding-bottom: 1.5rem;
}
section.solutions .container .wrapper .card .thumb p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  background: #F6FAFD;
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07);
  font-size: 1.8rem;
  font-weight: 600;
  color: #0957B5;
  border-radius: 0.7rem;
  padding: 1.8rem 0;
  min-height: 8.8rem;
  flex: 1;
  width: 100%;
  text-align: center;
}
section.solutions .container .wrapper .card .description h3 {
  font-size: 2.2rem;
  text-align: center;
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  --line-scale: 0;
}
section.solutions .container .wrapper .card .description h3::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.1rem;
  height: 3rem;
  background: #222222;
  transform-origin: top;
  transform: scaleY(var(--line-scale));
  transform-origin: top;
  transition: transform 0.3s ease-out;
}

section.cta {
  background: #fdfdfd;
  position: relative;
  color: #fdfdfd;
  text-align: center;
}
section.cta::before {
  content: "";
  background: url("../img/bg_suggest_pc.svg") no-repeat center/120%;
  width: 95%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 1.4rem;
}
@media screen and (max-width: 767px) {
  section.cta::before {
    background-size: cover;
  }
}
section.cta .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  section.cta .container {
    max-width: 90%;
  }
}

section.reasons {
  background: #fdfdfd;
  padding-bottom: 0;
  position: relative;
}
section.reasons .container {
  padding-bottom: 6rem;
}
section.reasons .container {
  position: relative;
  z-index: 10;
}
section.reasons .container h2 {
  padding-bottom: 2rem;
}
section.reasons .container h2 strong {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.reasons .container .wrapper {
  flex-direction: column;
}
section.reasons .container .wrapper .card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  section.reasons .container .wrapper .card {
    flex-direction: column;
  }
}
section.reasons .container .wrapper .card .thumb {
  width: 48%;
  position: relative;
  z-index: 10;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  section.reasons .container .wrapper .card .thumb {
    width: 100%;
  }
}
section.reasons .container .wrapper .card .thumb::before {
  content: "";
  position: absolute;
  width: 331px;
  height: 331px;
  left: -7rem;
  top: -7rem;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(255, 139, 0, 0.17) 0%, rgba(241, 90, 36, 0.17) 100%);
}
@media screen and (max-width: 767px) {
  section.reasons .container .wrapper .card .thumb::before {
    width: 212px;
    height: 212px;
  }
}
section.reasons .container .wrapper .card .thumb h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.reasons .container .wrapper .card .thumb h3 {
    font-size: 2.2rem;
  }
}
section.reasons .container .wrapper .card .thumb h3 span {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
section.reasons .container .wrapper .card .thumb h3 strong {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.reasons .container .wrapper .card .thumb img {
  aspect-ratio: 1.618/1;
  object-fit: cover;
  z-index: 10;
  position: relative;
}
section.reasons .container .wrapper .card .description {
  width: 48%;
}
@media screen and (max-width: 767px) {
  section.reasons .container .wrapper .card .description {
    width: 100%;
  }
}
section.reasons .container .wrapper .card .description ul li {
  position: relative;
  list-style: unset;
  padding-left: 4rem;
  padding-bottom: 3.2rem;
  font-size: 1.6rem;
  /* ▼ uline（下線アニメーション対象） */
}
@media screen and (max-width: 767px) {
  section.reasons .container .wrapper .card .description ul li {
    font-size: 1.5rem;
  }
}
section.reasons .container .wrapper .card .description ul li::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/icon_check.svg") no-repeat center/contain;
  left: 0;
}
section.reasons .container .wrapper .card .description ul li .uline {
  position: relative;
  display: inline-block;
  --line-scale-x: 0;
}
section.reasons .container .wrapper .card .description ul li .uline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  background: #FF652D;
  transform-origin: left;
  transform: scaleX(var(--line-scale-x));
}
section.reasons .container .wrapper .card .description ul li:last-of-type {
  padding-bottom: 0;
}
section.reasons .container .summary::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 3.5rem;
  background: #FF652D;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.reasons .container .summary p {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.reasons .container .summary p {
    font-size: 2.4rem;
  }
}
section.reasons .container .summary p strong {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  section.reasons .container .summary p strong {
    font-size: 4rem;
  }
}

section.plans h2 strong:nth-of-type(1) {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.plans .wrapper {
  justify-content: space-between;
}
section.plans .wrapper .card {
  border-radius: 1.4rem;
  background: #fdfdfd;
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07);
  width: 49%;
}
@media screen and (max-width: 767px) {
  section.plans .wrapper .card {
    width: 100%;
  }
}
section.plans .wrapper .card h4 {
  background: #0957B5;
  color: #fdfdfd;
  border-radius: 1.4rem 1.4rem 0 0;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.2rem 0;
  margin-bottom: 1.6rem;
}
section.plans .wrapper .card h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
section.plans .wrapper .card p {
  text-align: center;
  margin-bottom: 1.6rem;
}
section.plans .wrapper .card .thumb {
  width: 90%;
  margin: 0 auto;
}
section.plans .wrapper .card .thumb img {
  aspect-ratio: 1.618/1;
  object-fit: cover;
}
section.plans .wrapper .card .description {
  width: 90%;
  margin: 0 auto;
}
section.plans .wrapper .card .description ul {
  padding: 1.6rem 0 3rem 0;
}
section.plans .wrapper .card .description ul li {
  font-size: 1.6rem;
  border-bottom: 1px solid #A3A3A3;
  text-align: center;
}
section.plans .wrapper .card .description ul li span strong {
  font-size: 2rem;
  font-weight: 600;
}
section.plans .wrapper .card .description ul li span:nth-of-type(1) {
  width: 13rem;
  display: inline-block;
  padding-right: 2.4rem;
}
section.plans .wrapper .card .description ul li span:nth-of-type(2) strong {
  font-size: 3.2rem;
}

section.simulations h2 {
  margin-bottom: 1.6rem;
}
section.simulations ul {
  text-align: center;
  padding-bottom: 6rem;
}
section.simulations .wrapper {
  justify-content: space-between;
}
section.simulations .wrapper .card {
  width: 48%;
  border-radius: 1.4rem;
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07);
  background: #fdfdfd;
}
@media screen and (max-width: 767px) {
  section.simulations .wrapper .card {
    width: 100%;
  }
}
section.simulations .wrapper .card h3 {
  color: #fdfdfd;
  background: #0957B5;
  border-radius: 1.4rem 1.4rem 0 0;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.4rem 0;
}
section.simulations .wrapper .card h3 > span {
  font-size: 1.6rem;
  font-weight: 400;
}
section.simulations .wrapper .card h3 > span:nth-of-type(1) {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
}
section.simulations .wrapper .card h3 > span:nth-of-type(2) {
  padding-right: 1.6rem;
}
section.simulations .wrapper .card h3 > span .heading {
  font-weight: 700;
}
section.simulations .wrapper .card h3 strong {
  font-weight: 700;
  font-size: 2.4rem;
  padding-left: 0.8rem;
}
section.simulations .wrapper .card .inner_wrapper {
  display: flex;
}
section.simulations .wrapper .card .inner_wrapper .inner_item {
  width: 48%;
  text-align: center;
}
section.simulations .wrapper .card .inner_wrapper .inner_item h4 {
  font-size: 1.6rem;
  font-weight: 500;
  background: #FF652D;
  border-radius: 2rem;
  color: #fdfdfd;
  display: inline-block;
  padding: 0.2rem 1.8rem;
  margin-bottom: 0;
}
section.simulations .wrapper .card .inner_wrapper .inner_item p {
  font-size: 1.6rem;
}
section.simulations .wrapper .card .inner_wrapper .inner_item p strong {
  font-size: 3.2rem;
  color: #FF652D;
}
section.simulations .wrapper .card .inner_wrapper .inner_item p:nth-of-type(2) {
  font-weight: 700;
  font-size: 1.4rem;
}
section.simulations .wrapper .card .inner_wrapper .inner_item p:nth-of-type(2) span {
  font-weight: 500;
  display: block;
  color: #797979;
}
section.simulations .wrapper .card .inner_wrapper .inner_item img {
  width: 50%;
}
section.simulations .wrapper .card .inner_wrapper .inner_item:nth-of-type(2) h4 {
  background: #0957B5;
}
section.simulations .wrapper .card .inner_wrapper .inner_item:nth-of-type(2) p strong {
  color: #0957B5;
}
section.simulations .wrapper .card .equal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.4rem;
}
section.simulations .wrapper .card .equal p {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0;
  padding-right: 2rem;
}
section.simulations .wrapper .card .equal dl .inner {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
section.simulations .wrapper .card .equal dl .inner:nth-of-type(2) {
  padding-bottom: 0;
}
section.simulations .wrapper .card .equal dl .inner dt {
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  color: #fdfdfd;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1.8rem;
}
section.simulations .wrapper .card .equal dl .inner dd {
  line-height: 0;
  font-size: 2.4rem;
}
section.simulations .wrapper .card .equal dl .inner dd strong {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.6rem;
}
section.simulations .wrapper .card .equal dl .inner dd span {
  font-size: 1.6rem;
}
section.simulations .wrapper .card .description {
  color: #fdfdfd;
  background: linear-gradient(90deg, #FF8B00 0%, #F15A24 100%);
  border-radius: 0.9rem;
  margin: 0 1.6rem 2rem 1.6rem;
  padding: 1.4rem;
}
section.simulations .wrapper .card .description .inner_wrapper .inner_item .heading {
  font-weight: 700;
  font-size: 1.4rem;
}
section.simulations .wrapper .card .description .inner_wrapper .inner_item .rate {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
section.simulations .wrapper .card .description .inner_wrapper .inner_item .rate strong {
  font-size: 3.2rem;
}
section.simulations .wrapper .card .description > p {
  text-align: center;
}

section.voice {
  background: url(../img/bg_suggest_pc.svg) center/130% no-repeat;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  section.voice {
    background-size: cover;
  }
}
section.voice .container {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  section.voice .container {
    max-width: 100%;
  }
}
section.voice h2 {
  color: #fdfdfd;
}
section.voice .wrapper {
  justify-content: space-between;
  padding: 5.5rem 0 4rem 0;
}
section.voice .wrapper .swiper-pagination-bullet {
  background: #d9d9d9;
}
section.voice .wrapper .swiper-pagination-bullet-active {
  background: #fdfdfd;
}
@media screen and (min-width: 768px) {
  section.voice .wrapper .swiper-pagination {
    display: none;
  }
  section.voice .wrapper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    transform: none !important;
    box-sizing: border-box;
    width: 100%;
  }
  section.voice .wrapper .swiper-wrapper .swiper-pagination {
    bottom: 0;
  }
}
section.voice .wrapper .card {
  box-shadow: 10px 10px 56px rgba(0, 0, 0, 0.07);
  width: 23%;
  background: #fdfdfd;
  border-radius: 1.2rem;
  padding: 7.2rem 1.8rem 1.8rem 1.8rem;
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.voice .wrapper .card {
    width: 100%;
  }
}
section.voice .wrapper .card .thumb {
  width: 10rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.voice .wrapper .card .description {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
section.voice .wrapper .card .description p {
  font-size: 1.5rem;
}
section.voice .wrapper .card .description p:nth-of-type(1) {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
section.voice .wrapper .card .description p span {
  color: #0957B5;
  font-weight: 500;
}
section.voice .wrapper .card .description h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0957B5;
  margin-bottom: 0;
  text-align: center;
}

section.message h2 {
  color: #0957B5;
}
section.message h2 span {
  color: #222222;
}
section.message .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: unset;
  gap: 3rem;
}
section.message .wrapper .thumb {
  width: 33%;
}
@media screen and (max-width: 767px) {
  section.message .wrapper .thumb {
    width: 80%;
    max-width: 360px;
  }
}
section.message .wrapper .thumb img {
  border-radius: 1.2rem;
}
section.message .wrapper .description {
  width: 67%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  section.message .wrapper .description {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
