@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: content-box;
  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] {
  -webkit-text-decoration: underline dotted;
  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 */
  -moz-appearance: none;
  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 */
}

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/* ------------------------------------------------------------
   Form UI Reset Styles
   - プレースホルダーと自動入力色のリセット
   - WebKit系ブラウザ（Chrome, Safari）対応済み
   - すべてのフォーム要素に適用
------------------------------------------------------------ */
/* ---------- 1. placeholder の色を統一 ---------- */
::-webkit-input-placeholder {
  color: #aaa;
  /* 自由に変更可能 */
  opacity: 1;
  /* Safariで薄くなるのを防止 */
}

::-moz-placeholder {
  color: #aaa;
  /* 自由に変更可能 */
  opacity: 1;
  /* Safariで薄くなるのを防止 */
}

:-ms-input-placeholder {
  color: #aaa;
  /* 自由に変更可能 */
  opacity: 1;
  /* Safariで薄くなるのを防止 */
}

::-ms-input-placeholder {
  color: #aaa;
  /* 自由に変更可能 */
  opacity: 1;
  /* Safariで薄くなるのを防止 */
}

::placeholder {
  color: #aaa;
  /* 自由に変更可能 */
  opacity: 1;
  /* Safariで薄くなるのを防止 */
}

/* Edge・IE 対応 */
:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

/* ---------- 2. 自動入力（autofill）の色崩れ防止 ---------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  /* 背景を白に戻す */
  -webkit-text-fill-color: #333 !important;
  /* テキストカラー統一 */
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  /* 背景色変更を無効化 */
}

/* ---------- 3. 必須エラー時の共通スタイル ---------- */
input.error,
select.error,
textarea.error {
  border: 2px solid #e74c3c;
  background: #fff5f5;
}

.error-msg {
  color: #e74c3c;
  font-size: 0.85em;
  margin-top: 0.3rem;
}

/* ---------- 4. デフォルトフォームUIの見た目を少し整える ---------- */
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.6rem 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #5da8ff;
  /* フォーカス時の色（好みに変更） */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  max-width: 39rem;
  margin-inline: auto;
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

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

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 39rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 1rem;
  background: rgba(165, 205, 232, 0.5);
}

.header__logo {
  max-width: 8.2rem;
}

.header__btn-wrapper {
  width: calc(250 / 390 * 100vw);
}

@media (min-width: 391px) {
  .header__btn-wrapper {
    width: 25rem;
  }
}

.header__btn-wrapper a {
  display: inline-block;
}

.header__btn-wrapper img {
  display: block;
  width: 100%;
  -webkit-animation: header-btn-pulse 2s ease-in-out infinite;
  animation: header-btn-pulse 2s ease-in-out infinite;
}

@-webkit-keyframes header-btn-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes header-btn-pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.cta-btn {
  position: relative;
  margin-top: calc(-120 / 390 * 100vw);
}

@media (min-width: 391px) {
  .cta-btn {
    margin-top: -12rem;
  }
}

.cta-btn__container {
  position: absolute;
  top: 0;
  z-index: 5;
}

.cta-btn__btn {
  position: absolute;
  z-index: 10;
  top: calc(120 / 390 * 100vw);
  margin: 0 auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(322 / 390 * 100vw);
}

@media (min-width: 391px) {
  .cta-btn__btn {
    width: 322px;
    top: 120px;
  }
}

.companies {
  overflow: hidden;
  padding-top: calc(200 / 390 * 100vw);
  padding-bottom: 3.5rem;
}

@media (min-width: 391px) {
  .companies {
    padding-top: 20rem;
  }
}

.companies__section-title {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: calc(24 / 390 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.23px;
  background: linear-gradient(86deg, #1E81C5 23.74%, #36A3E0 45.23%, #0D447A 65.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 32px;
}

@media (min-width: 391px) {
  .companies__section-title {
    font-size: 24px;
  }
}

.companies__slider {
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
}

.companies__slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: companies-scroll 40s linear infinite;
  animation: companies-scroll 40s linear infinite;
  will-change: transform;
}

.companies__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-inline: 0.5rem;
}

.companies__logo-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes companies-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes companies-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cta-btn-b-wrapper {
  padding-inline: 1.5rem;
}

.cta-btn-b {
  padding-inline: 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.cta-btn-b.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 375px;
  margin-inline: auto;
  border-radius: 12px 12px 0 0;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.cta-btn-b__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 2rem;
  padding-block: 1.5rem;
  border: 1.2px solid #E66700;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  letter-spacing: 0.8px;
  border-radius: 12px 12px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#ED991C), to(#E66700));
  background: linear-gradient(90deg, #ED991C 0%, #E66700 100%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cta-btn-b__heading img {
  position: absolute;
  right: 2rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.cta-btn-b.is-closed .cta-btn-b__heading img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cta-btn-b__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 2rem;
  border: 1.2px solid #E66700;
  border-radius: 0 0 12px 12px;
  background: #FBE8D9;
  overflow: hidden;
  max-height: 200px;
  opacity: 1;
  -webkit-transition: max-height 0.3s ease, padding-block 0.3s ease, opacity 0.25s ease;
  transition: max-height 0.3s ease, padding-block 0.3s ease, opacity 0.25s ease;
}

.cta-btn-b.is-closed .cta-btn-b__body {
  max-height: 0;
  padding-block: 0;
  opacity: 0;
  border-top: none;
  pointer-events: none;
}

.cta-btn-b__body-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.cta-btn-b__body span {
  color: #E66700;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.7px;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  border-radius: 32px;
  border: 1.3px solid rgba(230, 103, 0, 0.6);
  background: #FFF;
  -webkit-box-shadow: 0 2px 0 0 rgba(230, 103, 0, 0.33);
  box-shadow: 0 2px 0 0 rgba(230, 103, 0, 0.33);
}

.cta-btn-b__body img {
  width: 5rem;
}

.voice {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url(../img/voice-bg.png);
  background-position: center;
  background-repeat: repeat;
}

.voice__section-title {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
  letter-spacing: 2.24px;
  background: linear-gradient(86deg, #1E81C5 23.74%, #36A3E0 45.23%, #0D447A 65.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.voice__section-subtitle {
  margin-top: 1.5rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.54px;
}

.voice__section-subtitle span {
  display: inline;
  margin-right: 0.3rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  color: #FFF;
  border-radius: 2px;
  background: linear-gradient(93deg, #1E81C5 26.17%, #36A3E0 45.9%, #0D447A 64.07%);
}

.voice__slider-container {
  margin-top: 2rem;
}

.voice .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -1rem;
  margin-top: 1.5rem;
  gap: 8px;
}

.voice .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #c4c4c4;
  opacity: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.voice .splide__pagination__page.is-active {
  background: #1e81c5;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.voice__btn-wrapper {
  text-align: center;
  margin-top: 5rem;
}

.voice__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line {
  position: relative;
}

.line__btn-wrapper {
  position: absolute;
  bottom: 0;
}

.section-05 {
  margin-top: -3rem;
  padding-top: 5rem;
  padding-inline: 1rem;
  background-color: #F2F2F2;
}

.section-07 {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.section-09 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  padding-inline: 4rem;
}

.section-10 {
  padding-block: 4rem;
  padding-inline: 1rem;
}

.cta-c {
  padding-block: 2rem;
  padding-inline: 1rem;
  background-image: url(../img/cta-c-bg.png);
}

.cta-c-02 {
  padding-top: 2rem;
}

.footer__text {
  padding-block: 3rem;
  text-align: center;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #ECF4F7;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18rem;
  padding-inline: 1rem;
  color: #fff;
  background-color: rgb(0, 57, 104);
}

.footer__logo {
  font-weight: light;
  font-size: 1.6rem;
}

.footer__copyright {
  font-size: 1.2rem;
}

/* =========================
   LP修正追加css
========================= */
/* 転職実績セクション*/
.top-section {
  padding: 40px 0 20px;
}

.lead-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.02em;
  text-align: center;
}

.txt-blue-18 {
  font-size: 18px;
  color: #08438B;
}

.txt-black-18 {
  font-size: 18px;
  color: #000000;
}

.txt-grad-22 {
  font-size: 22px;
  background: linear-gradient(to right, #1E81C5 0%, #36A3E0 52%, #0D447A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-style: italic;
}

.txt-blue-16 {
  font-size: 16px;
  color: #0E457B;
  font-style: italic;
}

.txt-blue-22 {
  font-size: 22px;
  color: #0E457B;
  font-style: italic;
}

/* videoセクション */
.video-section {
  width: 100%;
  margin: 0 auto;
  height: calc(480 / 390 * 100vw);
  box-sizing: border-box;
}

.video-container {
  width: 100%;
  max-width: calc(270 / 390 * 100vw);
  margin: 0 auto;
  position: relative;
  line-height: 0;
  overflow: hidden;
  height: calc(480 / 390 * 100vw);
  background-image: linear-gradient(to bottom, 
    #1E3A8A -9%, 
    #ffffff 50%, 
    #1E3A8A 126%
  );
}

.video-element {
  width: 100%;
  height: calc(480 / 390 * 100vw);
  display: block;
  object-fit: contain;

}

@media screen and (min-width: 391px) {
  .video-wrapper {
    height: 480px;
  }

  .video-section {
    height: 480px;
  }

  .video-element {
    height: 480px;
  }

  .video-container {
    max-width: 270px;
    height: 480px;
  }
}

@media (max-width: 390px) {
  .top-section {
    padding-top: calc(40 / 390 * 100vw);
    padding-bottom: calc(20 / 390 * 100vw);
  }

  .lead-text {
    font-size: calc(14 / 390 * 100vw);
  }

  .txt-blue-18 {
    font-size: calc(18 / 390 * 100vw);
  }

  .txt-black-18 {
    font-size: calc(18 / 390 * 100vw);
  }

  .txt-grad-22 {
    font-size: calc(22 / 390 * 100vw);
  }

  .txt-blue-16 {
    font-size: calc(16 / 390 * 100vw);
  }

  .txt-blue-22 {
    font-size: calc(22 / 390 * 100vw);
  }
}

.line-contact-area {
  padding: 40px 0 0px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.line-contact-btn-wrap {
  width: 372px;
}

.line-contact-link {
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.line-contact-link:hover {
  opacity: 0.95;
  transform: scale(1.02);
}

.line-contact-img {
  width: 100%;
}

@media (max-width: 390px) {
  .line-contact-area {
    padding-top: calc(40 / 390 * 100vw);
  }

  .line-contact-btn-wrap {
    width: calc(372 / 390 * 100vw);
  }
}

/* ---こんなお悩みありませんか --- */

.trouble-top-wrap {
  position: relative;
  width: 390px;
}

.trouble-bottom-wrap {
  padding: 15px 0px;
}

.trouble-chat-img {
  width: 100%;
}

.trouble-chat-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.trouble-main-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35px;
  font-size: 26px;
  text-align: center;
  background: linear-gradient(to right, #1E81C5 0%, #36A3E0 15%, #0D447A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  margin: 0;
  z-index: 2;
}

.trouble-bg-img {
  width: 100%;
}

@media (max-width: 390px) {
  .trouble-top-wrap {
    width: 100%;
  }

  .trouble-main-title {
    top: calc(35 / 390 * 100vw);
    font-size: calc(26 / 390 * 100vw);
  }

  .trouble-bottom-wrap {
    padding: calc(15 / 390 * 100vw);
  }
}

/* スライダー微調整 */
.voice__slider-item {
  width: 330px !important;
}

.voice__slider-container {
  padding-left: 32px;
}

@media (max-width: 390px) {
  .voice__slider-item {
    width: calc(330 / 390 * 100vw) !important;
    height: auto;
  }

  .voice__slider-item img {
    width: 100%;
  }

  .voice__slider-container {
    padding-left: calc(32 / 390 * 100vw);
    box-sizing: border-box;
  }
}


.splide__arrow {
  background: unset !important;
  width: 1em !important;
}

.splide__arrow svg {
  height: 0.8em !important;
  width: 1em !important;
  opacity: .5;
}

.splide__arrow--prev {
  left: 0.5em !important;
}

.splide__arrow--next {
  right: 0em !important;
}

.voice .splide__pagination {
  bottom: -3rem !important;
}

/* --- 期間限定ラベル --- */
.line__limited-wrapper {
  position: absolute;
  top: 183px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  z-index: 5;
}

.line__limited-img {
  width: 100%;
}

@media (max-width: 390px) {
  .line__limited-wrapper {
    top: calc(183 / 390 * 100vw);
    width: calc(340 / 390 * 100vw);
  }
}

/* カードとボタンを重ねるための親要素 */
.voice__card-container {
  position: relative;
  /* 子要素の起点をここにする */
  width: 100%;
  line-height: 0;
  /* 画像下の微細な隙間を排除 */
}

/* 土台の画像 */
.voice__card-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 重ねるボタンのリンク設定 */
.voice__btn-overlay {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: block;
  transition: opacity 0.3s ease;
}

.voice__btn-overlay:hover {
  opacity: 0.8;
}

.voice__btn-overlay img {
  width: 100%;
  object-fit: contain;
  display: block;
 
}


@media screen and (min-width: 391px) {
  .voice__btn-overlay img {
    width: 250px;
    ;
  }
}

.voice-mainbtn {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.voice-mainbtn:hover {
  opacity: 0.8;
}

.voice__main-img {
  width: 100%;
  object-fit: contain;
  display: inline-block;
   width: calc(330 / 390 * 100vw);
}

/* 390px以上のデバイス（PCなど）での固定表示 */
@media screen and (min-width: 391px) {
  .voice__btn-wrapper {
    margin-top: 56px;
  }

  .voice__main-img {
    width: 330px;
  }
}