@charset "UTF-8";
/* 注意：本コードはSCSSで記述されています。CSSファイルを編集すると、SCSSファイルの更新時に上書きされるのでご注意ください。設計手法はBEM（MindBEMding）です。*/
/* ----------------------------------------------------------------------
コンパイル対象ファイル。※読み込ませる順番に注意。
---------------------------------------------------------------------- */
/*! 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) */
/* ============================================ */
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;
}

/*コーディング規則 */
/* ----------------------------------------------------------------------
変数まとめ。
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
レスポンシブ対応用のミックスイン。@include 名前空間.media(デバイス名) {}で使用します。
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
汎用的な指定。
---------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

html,
body {
  font-family: "Noto Sans JP", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #1f1f1f;
}

h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

/* ----------------------------------------------------------------------
ユーティリティクラスのまとめ。
---------------------------------------------------------------------- */
.wrapper__basic {
  width: min(87%, 1200px);
  margin-inline: auto;
}

.wrapper__middle {
  width: min(87%, 950px);
  margin-inline: auto;
}

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

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

/*********************
  header
********************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 1.3vw 3vw;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 20px;
  }
}
header.header_scroll {
  padding: 1.3vw 3vw;
  background-color: #fff;
  -webkit-box-shadow: 6px 0 32px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 0 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  header.header_scroll {
    padding: 10px 20px;
  }
}
header.header_scroll {
  /* header_scrollクラスが追加されたときにボタンを表示 */
}
header.header_scroll .header_btn {
  visibility: visible;
  opacity: 1;
  /* 不透明度を1にして表示 */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* ふわっと表示させる */
}
header p {
  width: 200px;
}
header p img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header p {
    width: 120px;
  }
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  header ul {
    display: none;
  }
}
header ul li {
  margin-left: 60px;
}
header ul li a {
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header ul li a:hover {
  color: #ffcc13;
}
header .header_btn {
  visibility: hidden;
  opacity: 0;
  /* 初期状態で完全に透明 */
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  /* ふわっと表示させる */
  position: relative;
  margin-left: auto;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  background-color: #ffcc13;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  header .header_btn {
    padding: 10px 35px 10px 25px;
    font-size: 14px;
  }
}
header .header_btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
header .header_btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(calc(-50% - 2px));
          transform: rotate(45deg) translateY(calc(-50% - 2px));
  content: "";
}
header .header_btn:hover {
  background-color: #ffcc13;
}
header .header_btn:hover::before {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}

/* ----------------------------------------------------------------------
ヒーローセクション。
---------------------------------------------------------------------- */
.hero {
  padding-top: clamp(9rem, 17vw, 11rem);
}
.hero::before {
  content: "";
  width: 100%;
  height: 720px;
  background-image: url(../img/hero/bg_hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - min(7.5vw, 100px)), 0 100%);
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero__sub-title {
  font-size: clamp(1.45rem, 4.2vw, 1.8rem);
  margin-bottom: 1.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.hero__title-container {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
}

.bubble-container {
  position: absolute;
  top: -120px;
  right: clamp(0px, 8vw, 180px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bubble-container {
    top: -170px;
    right: clamp(0px, 3vw, 120px);
  }
}

.bubble-container .accent {
  font-size: 150%;
}

.bubble {
  display: inline-block;
  position: relative;
  padding-block: 36px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #f08104;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.bubble::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 30px solid #f08104;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .bubble {
    padding-block: 30px;
    width: 120px;
  }
}

.hero__title {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.25;
  margin-bottom: 5.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    line-height: 1.5;
    margin-bottom: 3rem;
  }
  .hero__title br {
    display: none;
  }
}

.hero__title .square {
  display: inline-block;
  margin-inline: 10px;
  padding-block: 1rem;
  line-height: 1;
  font-size: 220%;
  color: #fff;
  position: relative;
  z-index: 0;
  font-weight: 700;
}
.hero__title .square::before {
  content: "";
  display: block;
  width: clamp(75px, 8vw, 85px);
  aspect-ratio: 1;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero__title .square::before {
    width: clamp(65px, 14vw, 80px);
  }
}
.hero__title .square--navy::before {
  background-color: #092e4d;
}
.hero__title .square--orange::before {
  background-color: #f08104;
}

.hero__title .plus {
  -ms-flex-item-align: center;
      align-self: center;
}

.hero__title .accent {
  font-size: 200%;
  color: #092e4d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #fff), color-stop(35%, transparent));
  background: linear-gradient(to top, #fff 35%, transparent 35%);
}
.hero__bottom-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .hero__bottom-information {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero__bottom-sub-title {
  display: inline-block;
  font-size: clamp(1.6rem, 4.6vw, 2.2rem);
  color: #f08104;
  background-color: #fff;
  padding-bottom: 0.2rem;
  padding-inline: 0.75rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: clamp(1.5rem, 7vw, 2rem);
  color: #092e4d;
  margin-bottom: 0.75rem;
}
.hero__list::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/check_box.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .hero__list {
    font-size: clamp(1.3rem, 3.8vw, 2rem);
  }
}

.hero__bottom-information img {
  width: clamp(160px, 24vw, 350px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .hero__bottom-information img {
    width: clamp(140px, 32vw, 250px);
    -ms-flex-item-align: end;
        align-self: end;
  }
}

.hero__form {
  width: clamp(420px, 32vw, 450px);
  height: auto;
  background-color: #fff7e1;
  -webkit-box-shadow: 10px 10px 15px -10px #f08104;
          box-shadow: 10px 10px 15px -10px #f08104;
  border-radius: 15px;
}
.hero__form fieldset {
  max-width: 350px !important;
}

.hero__form-head-inner {
  overflow: hidden;
  background-color: #f08104;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.5rem, 1vw, 2.5rem);
  border-radius: 15px 15px 0 0;
  padding-left: 2.5rem;
}
.hero__form-head-inner::after {
  content: "";
  background-image: url(../img/cta/white-notes.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 90px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hero__form-text,
.hero__form-title {
  color: #fff;
  font-size: clamp(1.2rem, 1.1vw, 1.4rem);
  margin-bottom: 0.3rem;
}

.hero__form-text {
  margin-bottom: 0.3rem;
}

.hero__form-title .highlighted {
  background-color: #fff;
  color: #f08104;
  padding-inline: 0.4rem;
  font-size: 150%;
  margin-right: 0.3rem;
}
.hero__form-title .highlighted:nth-of-type(2) {
  margin-left: 0.3rem;
}

.hbspt-form {
  padding-block: 1.5rem 3rem;
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1f1f1f;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
label::after {
  content: "必須";
  font-size: 1.2rem;
  color: #fff;
  background-color: #f08104;
  padding-inline: 0.5rem;
  border-radius: 5px;
}

.hs-form-required {
  display: none;
}

fieldset {
  margin-bottom: 10px !important;
}

select, input[type=text],
input[type=email],
input[type=tel] {
  font-size: 1.4rem;
  background-color: #fff;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-radius: 5px;
  width: 100% !important;
  color: #1f1f1f;
  margin-top: 0.2rem;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder {
  opacity: 0.5;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  opacity: 0.5;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  opacity: 0.5;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder {
  opacity: 0.5;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  opacity: 0.5;
}

input[type=checkbox] {
  text-align: center;
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  width: 1.5rem !important;
  height: 1.5rem;
}

.hs-error-msg,
.hs-error-msgs {
  margin: 0.2rem 0;
  font-size: 80%;
  color: #d00;
}
.hs-error-msg::after,
.hs-error-msgs::after {
  display: none;
}

.hs_error_rollup .hs-error-msgs label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.hs-main-font-element::after {
  display: none;
}

.hs-field-desc {
  text-align: center;
  margin-block: 1rem 0.5rem;
}

a,
.hs-form-booleancheckbox-display {
  font-size: clamp(1rem, 3.2vw, 1.4rem);
}

.hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form a {
  color: #f08104;
  border-bottom: 1px solid #f08104;
}
form a:hover {
  opacity: 0.8;
}

.actions {
  text-align: center;
}

.hs-button {
  background-color: #f08104;
  color: #fff;
  font-size: 1.8rem;
  width: clamp(250px, 4vw, 320px) !important;
  padding-block: 0.8rem;
  border-radius: 100vh;
}
.hs-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .hero__form-btn {
    display: inline-block;
    margin-top: 1rem;
    width: 100%;
    font-size: clamp(1.8rem, 3.8vw, 2.2rem);
    text-align: center;
    background-color: #f08104;
    color: #fff;
    padding-inline: 2rem;
    padding-block: 1.5rem;
    border-radius: 10px;
  }
}

/* ----------------------------------------------------------------------
トップ、媒体ラインナップセクション。
---------------------------------------------------------------------- */
.section-wrapper {
  padding-top: 10rem;
  position: relative;
}
.section-wrapper::before {
  content: "";
  position: absolute;
  top: calc(-1 * min(7.5vw, 100px) - 50px);
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 min(7.5vw, 100px), 100% 0, 100% 100%, 0 100%);
  background-image: url(../img/problem/bg_problem.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -2;
}

.top-channel {
  background-color: #fff7e1;
  -webkit-box-shadow: 10px 10px 15px -10px #f08104;
          box-shadow: 10px 10px 15px -10px #f08104;
  padding-block: 3rem;
}
.top-channel .top-channel__container {
  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;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .top-channel .top-channel__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.top-channel .top-channel__information-container {
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .top-channel .top-channel__information-container {
    text-align: center;
  }
}
.top-channel .top-channel__text {
  font-family: "M PLUS 1p", sans-serif;
  color: #092e4d;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.35em;
}
.top-channel .top-channel__text .under-line {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffcc13), color-stop(35%, transparent));
  background: linear-gradient(to top, #ffcc13 35%, transparent 35%);
}
.top-channel .top-channel__text .accent {
  font-size: 1.35em;
}
@media screen and (max-width: 1023px) {
  .top-channel .top-channel__text {
    font-size: clamp(1.8rem, 5.4vw, 3rem);
  }
}
.top-channel .top-channel__sub-text {
  display: inline;
  font-size: clamp(1.45rem, 1.4vw, 2rem);
  border-bottom: 1px dotted #1f1f1f;
}
.top-channel .top-channel__sub-text .orange {
  color: #f08104;
}
@media screen and (max-width: 1023px) {
  .top-channel .top-channel__sub-text {
    font-size: clamp(1.6rem, 1.4vw, 2rem);
  }
}
.top-channel .top-channel__logo-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.45rem, 3vw, 1rem);
}
@media screen and (max-width: 767px) {
  .top-channel .top-channel__logo-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-channel .top-channel__img-logo {
  width: 100%;
  border: 2px solid #f08104;
  border-radius: 10px;
}
.top-channel .top-channel__img-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 80%;
     object-position: center 80%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, black));
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
}
@media screen and (max-width: 1023px) {
  .top-channel .top-channel__img-bg {
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 0.35;
  }
}

/* ----------------------------------------------------------------------
悩みセクション。
---------------------------------------------------------------------- */
.problem {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.problem__container {
  text-align: center;
}

.problem__title {
  color: #092e4d;
  display: inline-block;
  font-size: clamp(3rem, 9vw, 4rem);
  position: relative;
  margin-bottom: 3.5rem;
}
.problem__title::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../img/problem/helmet_and_ruler.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -70px;
}
@media screen and (max-width: 767px) {
  .problem__title::after {
    width: 60px;
    height: 60px;
    top: -35px;
    right: -60px;
  }
}

.problem__title .under-line {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffcc13), color-stop(35%, transparent));
  background: linear-gradient(to top, #ffcc13 35%, transparent 35%);
}

.problem__lists {
  width: min(85%, 950px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .problem__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .problem__lists {
    grid-template-columns: 1fr;
  }
}

.problem__list {
  background-color: #e8e8e8;
  border-radius: 15px;
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.problem__list .accent {
  font-size: 2rem;
  font-weight: 600;
}

.triangle {
  margin-inline: auto;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  background: #092e4d;
  width: 120px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ----------------------------------------------------------------------
採用手法セクション。
---------------------------------------------------------------------- */
.cause {
  background-color: #fff7e1;
  padding-block: 6.5rem;
}

.cause__title {
  text-align: center;
  color: #092e4d;
  font-size: clamp(1.9rem, 5.6vw, 3.2rem);
  margin-bottom: 3rem;
}

.cause__title .accent {
  font-size: 150%;
}

.cause__lists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cause__lists-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cause__lists-container img {
  width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 767px) {
  .cause__lists-container img {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

.cause__lists-wrap {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
}

.cause__lists {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .cause__lists {
    gap: 1.75rem;
  }
}

.cause__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cause__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cause__list::before {
  content: "";
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  background-image: url(../img/common/check_circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cause__list::before {
    margin-top: 0.1rem;
  }
}

.cause__list .orange {
  color: #f08104;
  font-weight: bold;
}

.cause__bottom-text {
  text-align: center;
  background-color: #092e4d;
  color: #fff;
  font-size: 2rem;
  padding-block: 1.5rem 1rem;
}

.emphasis {
  display: inline-block;
  position: relative;
}
.emphasis::before {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: currentColor;
  font-size: 2rem;
  content: "・";
}

/* ----------------------------------------------------------------------
採用の壁セクション。
---------------------------------------------------------------------- */
.barrier {
  background-color: #e8e8e8;
  padding-block: 6.5rem;
}

.barrier__title {
  text-align: center;
  font-size: clamp(2.6rem, 4.5vw, 3.2rem);
  margin-bottom: 3rem;
}

.barrier__title .accent {
  font-size: 150%;
}

.barrier__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .barrier__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .barrier__lists {
    grid-template-columns: 1fr;
  }
}

.barrier__list-img {
  background-color: #fff;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 1rem;
  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;
}
.barrier__list-img img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .barrier__list-img {
    width: 60%;
  }
}

.barrier__list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.barrier__list-title {
  font-size: 2rem;
  border-bottom: 1px dotted #1f1f1f;
  margin-bottom: 1rem;
}

.barrier__example {
  position: relative;
  padding-inline: 1rem;
  width: min(85%, 950px);
  margin-inline: auto;
  background: #fff;
  border: solid 3px #cccccc;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .barrier__example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.barrier__example::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid #fff;
  z-index: 2;
}
.barrier__example::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 34px solid #ccc;
  z-index: 1;
}

.barrier__example-head {
  -ms-flex-item-align: center;
      align-self: center;
  margin-block: 1.5rem;
}

.barrier__example-title {
  font-size: clamp(2.2rem, 7vw, 3.2rem);
  margin-bottom: 2rem;
}

.barrier__example-title .accent {
  background-color: #f08104;
  color: #fff;
  padding-inline: 1rem;
  margin-left: 0.5rem;
}

.barrier__example-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .barrier__example-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
    margin-inline: 1rem;
  }
}
.barrier__example-text::before {
  content: "";
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  background-image: url(../img/common/check_circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .barrier__example-text::before {
    margin-top: 0.1rem;
  }
}

.barrier__example-text .accent {
  color: #f08104;
}

.barrier__example-bottom {
  margin-top: -4rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 200px;
}
.barrier__example-bottom img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .barrier__example-bottom {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

/* ----------------------------------------------------------------------
支援内容セクション。
---------------------------------------------------------------------- */
.support .support__top-container {
  background-color: #fff7e1;
  padding-top: 6rem;
  padding-inline: 5%;
}
.support .support__title {
  text-align: center;
  font-size: clamp(2.6rem, 4.5vw, 3.2rem);
  margin-bottom: 3rem;
}
.support .support__title .accent {
  font-size: 150%;
}
.support .support__sub-title {
  font-size: clamp(1.6rem, 4.5vw, 3rem);
  font-weight: 600;
  display: table;
  margin-inline: auto;
  margin-bottom: 2rem;
  position: relative;
}
.support .support__sub-title::before, .support .support__sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25em;
  height: 1.5px;
  background-color: currentColor;
}
.support .support__sub-title::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  right: 100%;
}
.support .support__sub-title::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  left: 100%;
}
.support .support__sub-title .orange {
  color: #f08104;
}
.support .support__top-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .support .support__top-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.support .support__top-information img {
  width: 300px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1023px) {
  .support .support__top-information img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: center;
        align-self: center;
    width: 200px;
  }
}
.support .support__top-information-content {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  background-color: #092e4d;
  border-radius: 15px;
  padding-block: 2rem;
  padding-inline: clamp(1.5rem, 4vw, 3.5rem);
}
@media screen and (max-width: 1023px) {
  .support .support__top-information-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.support .support__top-information-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 30px solid #092e4d;
  border-left-width: 0;
  top: 25%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .support .support__top-information-content::before {
    top: auto;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #092e4d;
    border-bottom: none;
  }
}
.support .support__top-information-title {
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  color: #092e4d;
}
.support .support__top-information-title .orange {
  color: #f08104;
}
.support .support__top-information-text {
  margin-top: 0.75rem;
  color: #fff;
  line-height: 2;
}
.support .support__top-information-text .accent {
  color: #ffcc13;
  font-size: 130%;
  border-bottom: 1px dotted currentColor;
}
.support .support__middle-container {
  background-color: #f08104;
  padding-top: clamp(3.5rem, 5vw, 7rem);
  padding-bottom: 5rem;
  position: relative;
}
.support .support__middle-head-img {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .support .support__middle-head-img {
    width: 30px;
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.support .support__middle-foot-img {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: clamp(95px, 20vw, 200px);
}
@media screen and (max-width: 767px) {
  .support .support__middle-foot-img {
    right: 7.5%;
  }
}
.support .support__middle-example-title {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.support .support__middle-example-title .accent {
  font-size: 120%;
  display: table;
  margin-inline: auto;
  position: relative;
}
.support .support__middle-example-title .accent::before, .support .support__middle-example-title .accent::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25em;
  height: 1.5px;
  background-color: currentColor;
}
.support .support__middle-example-title .accent::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  right: 100%;
}
.support .support__middle-example-title .accent::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  left: 100%;
}
.support .support__middle-example-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: min(85%, 1100px);
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .support .support__middle-example-lists {
    grid-template-columns: 1fr;
  }
}
.support .support__middle-example-list {
  background-color: #fff;
  border-radius: 5px;
  padding-block: 1.5rem;
  padding-inline: 2rem;
  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;
  gap: 1.5rem;
}
.support .support__middle-example-list img {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .support .support__middle-example-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support .support__middle-example-list-title {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.support .support__middle-example-list-title .orange {
  color: #f08104;
}
@media screen and (max-width: 767px) {
  .support .support__middle-example-list-title {
    text-align: center;
  }
}
.support .support__middle-message {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: #fff;
  text-align: center;
  line-height: 1.75;
}
.support .support__middle-message .accent {
  font-weight: 600;
  background-color: #fff;
  color: #f08104;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .support .support__middle-message {
    margin-left: 7.5%;
    text-align: left;
    width: clamp(210px, 57vw, 520px);
  }
}
.support .support__bottom-container {
  padding-block: 5.5rem;
  padding-inline: 7.5%;
  text-align: center;
}
.support .support__bottom-information {
  display: inline-block;
  border-radius: 15px;
  background-color: #fff7e1;
  padding-block: 4.5rem;
  padding-inline: clamp(2rem, 4vw, 6.5rem);
  position: relative;
}
.support .support__bottom-information-img {
  position: absolute;
  width: clamp(190px, 17vw, 220px);
  right: -9vw;
  bottom: -50px;
}
@media screen and (max-width: 1023px) {
  .support .support__bottom-information-img {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
}
.support .support__bottom-information-title {
  background-color: #092e4d;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
  padding-block: 0.5rem;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 2.6rem);
  font-weight: 600;
  display: inline-block;
}
.support .support__bottom-information-title .yellow {
  color: #ffcc13;
}
.support .support__bottom-information-text {
  margin-top: 0.75rem;
  line-height: 2;
}
.support .support__bottom-information-text .accent {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffcc13), color-stop(35%, transparent));
  background: linear-gradient(to top, #ffcc13 35%, transparent 35%);
  font-size: 130%;
  font-weight: 600;
}
.support .support__bottom-example-title {
  margin-top: 7.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #f08104;
  display: table;
  margin-inline: auto;
  position: relative;
}
.support .support__bottom-example-title::before, .support .support__bottom-example-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25em;
  height: 1.5px;
  background-color: currentColor;
}
.support .support__bottom-example-title::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  right: 100%;
}
.support .support__bottom-example-title::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  left: 100%;
}
.support .support__bottom-example {
  margin-top: 2rem;
  margin-inline: auto;
  width: min(100%, 1000px);
  position: relative;
}
.support .support__bottom-example-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .support .support__bottom-example-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support .support__bottom-example-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff8e8;
  border: 5px solid #f08104;
  border-radius: 12px;
  text-align: center;
  position: relative;
}
.support .support__bottom-example-item-header {
  background: #f08104;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  padding-block: 1.5rem;
}
.support .support__bottom-example-item-header .accent {
  font-size: 120%;
}
.support .support__bottom-example-item-body {
  padding: 2rem;
}
.support .support__bottom-example-item-icon img {
  width: 40%;
  margin-bottom: 1rem;
}
.support .support__bottom-example-item-highlight {
  color: #f08104;
}
.support .support__bottom-example-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 50px;
  background: #f08104;
}
.support .support__bottom-example-item--center::after {
  height: 68px; /* 矢印までつなげる */
}
.support {
  /* 横線と矢印 */
}
.support .support__bottom-example-connector {
  position: relative;
  margin-top: 40px;
  /* 横線：両端カードの中央に揃える */
}
.support .support__bottom-example-connector::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - 56px) / 3 / 2);
  right: calc((100% - 56px) / 3 / 2);
  height: 5px;
  background: #f08104;
}
@media screen and (max-width: 767px) {
  .support .support__bottom-example-connector::before {
    display: none;
  }
}
.support .support__bottom-example-connector::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #f08104;
}
@media screen and (max-width: 767px) {
  .support .support__bottom-example-connector::after {
    top: 0;
  }
}
.support .support__bottom-message {
  margin-top: clamp(7rem, 18vw, 10rem);
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.75;
}
.support .support__bottom-message .accent {
  font-weight: 600;
  background-color: #f08104;
  color: #fff;
  margin-right: 0.1em;
}

/* ----------------------------------------------------------------------
ctaセクション。
---------------------------------------------------------------------- */
.cta {
  background-image: url(../img/cta/bg_cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 4.5rem;
}

.cta__conatiner {
  text-align: center;
}

.cta__sub-title {
  color: #fff;
  display: inline-block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  position: relative;
}
.cta__sub-title::before, .cta__sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.25em;
  height: 1px;
  background-color: currentColor;
}
.cta__sub-title::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  right: 100%;
}
.cta__sub-title::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  left: 100%;
}

.cta__title {
  color: #fff;
  text-align: center;
  font-size: clamp(2.25rem, 6.5vw, 3rem);
  margin-bottom: 2rem;
}

.cta__btn-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cta__btn-container {
    grid-template-columns: 1fr;
  }
}

.cta__btn {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 5%;
}
.cta__btn:hover {
  opacity: 0.8;
}

.cta__btn-sub-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: clamp(1.15rem, 1.5vw, 1.6rem);
}
.cta__btn-sub-text::after {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: -20px;
}
.cta__btn-sub-text--orange {
  color: #f08104;
}
.cta__btn-sub-text--orange::after {
  background-image: url(../img/cta/accent_orange.webp);
}
.cta__btn-sub-text--navy {
  color: #092e4d;
}
.cta__btn-sub-text--navy::after {
  background-image: url(../img/cta/accent_navy.webp);
}

.cta__btn-main-text {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  color: #fff;
  background-color: #f08104;
  width: clamp(190px, 25vw, 260px);
  padding-block: 0.5rem;
  border-radius: 100vh;
}
.cta__btn-main-text--orange {
  background-color: #f08104;
}
.cta__btn-main-text--navy {
  background-color: #092e4d;
  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;
  gap: 1rem;
}
.cta__btn-main-text--navy::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../img/cta/download.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.cta__btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.5rem, 3.3vw, 5.5rem);
}
.cta__btn-inner::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: clamp(200px, 14vw, 240px);
  height: clamp(110px, 14vw, 180px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .cta__btn-inner::after {
    width: 220px;
    height: clamp(110px, 24vw, 140px);
  }
}
.cta__btn-inner--orange::after {
  background-image: url(../img/cta/phone.webp);
}
.cta__btn-inner--navy::after {
  background-image: url(../img/cta/white-notes.webp);
}

/* ----------------------------------------------------------------------
3つのポイントセクション。
---------------------------------------------------------------------- */
.point {
  background-color: #fff7e1;
  text-align: center;
  padding-block: 12rem 6rem;
}

.point__title {
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
  display: inline-block;
  margin-bottom: 4rem;
  position: relative;
}
.point__title::before {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  background-image: url(../img/point/target.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}

.point__title .orange {
  color: #f08104;
}

.point__title .accent {
  font-size: 150%;
  color: #f08104;
}

.point__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .point__lists {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.point__list {
  list-style: none;
  padding-inline: 2rem;
  padding-block: 4rem 2rem;
  border-radius: 20px;
  border: 5px solid #1f1f1f;
  background-color: #fff;
  position: relative;
}
.point__list::after {
  content: "";
  width: 100px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.point__number {
  line-height: 1;
  color: #f08104;
  font-weight: bold;
  font-size: 1.6rem;
  position: absolute;
  top: calc(-20px - 0.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.point__number .accent {
  font-size: 4rem;
}

.point__list-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.point__list .orange {
  color: #f08104;
  font-weight: bold;
}

.point__list img {
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
  margin-bottom: 1rem;
}

.point__list-text {
  text-align: left;
  margin-bottom: 1rem;
}

/* ----------------------------------------------------------------------
料金セクション。
---------------------------------------------------------------------- */
.price {
  margin: 6rem 0;
}
.price img {
  max-width: 100%;
}
.price .price__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4.5rem;
}
.price .price__title .orange {
  color: #f08104;
}
.price .price__title .accent {
  font-size: 150%;
}
.price .plan_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 46px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price .plan_flex {
    display: block;
  }
}
.price .plan_flex + .cta_container {
  margin-bottom: 40px;
}
.price .planflame {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .price .planflame {
    margin-top: 25px;
  }
}
.price .planbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 0.5rem;
  border: 8px solid #ffcc13;
  border-radius: 45px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .price .planbox:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.price .planbox.planbox_2 {
  border: 8px solid #f08104;
}
.price .planbox h3 {
  font-family: "M PLUS 1p", sans-serif;
  padding: 12px 0;
  border-radius: 30px 30px 0 0;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #f08104;
}
.price .planbox h3.minimum {
  background-color: #ffcc13;
}
@media screen and (max-width: 767px) {
  .price .planbox h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 520px) {
  .price .planbox h3 {
    font-size: 3rem;
    letter-spacing: 0.01rem;
  }
}
.price .planbox .monthly_price {
  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;
  margin: 20px auto;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .price .planbox .monthly_price {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .price .planbox .monthly_price {
    font-size: 2.4rem;
  }
}
.price .planbox .monthly_price_main {
  color: #ffcc13;
  font-size: 8rem;
  padding: 0 0.4rem 0 0.8rem;
}
.price .planbox .monthly_price_main.__color02 {
  color: #f08104;
}
@media screen and (max-width: 1023px) {
  .price .planbox .monthly_price_main {
    font-size: 6rem;
    padding: 0 0.2rem 0 0.4rem;
  }
}
.price .planbox .monthly_price figure {
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.8rem 0 0 1rem;
}
.price .planbox .mintxt {
  position: relative;
}
.price .planbox .mintxt::after {
  content: "(税別)";
  position: absolute;
  top: -24%;
  right: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .price .planbox .mintxt::after {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .price .planbox .mintxt::after {
    font-size: 1.4rem;
    top: -60%;
  }
}
.price .planbox .price_area {
  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;
  gap: 5px;
}
@media screen and (max-width: 1023px) {
  .price .planbox .price_area {
    display: block;
    text-align: center;
  }
}
.price .planbox .price_area figure {
  width: 35%;
  padding-left: 25px;
  min-height: 154px;
}
@media screen and (max-width: 1023px) {
  .price .planbox .price_area figure {
    width: 50%;
    padding-left: 0;
    margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .price .planbox .price_area figure {
    width: 45%;
    padding-left: 0;
    margin: 5px auto 20px auto;
  }
}
@media screen and (max-width: 520px) {
  .price .planbox .price_area figure {
    width: 45%;
    padding-left: 0;
    margin: 15px auto 12px auto;
    min-height: 80px;
  }
}
.price .planbox .price_area figure img {
  width: 100%;
  margin: 0 auto;
}
.price .planbox .price_area .price_box {
  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;
  position: relative;
  padding: 0 10px 40px;
}
.price .planbox .price_area .price_box::after {
  display: block;
  position: absolute;
  inset: auto auto -25px 50%;
  width: 50px;
  height: 50px;
  background: transparent url(../img/price/plus_icon.png) no-repeat center center;
  background-size: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.price .planbox .price_area .price_box .monthly {
  margin-right: 10px;
  padding: 10px 10px 10px 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  border-radius: 6px;
  background-color: #ffcc13;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.price .planbox .price_area .price_box .price_main {
  margin-right: 5px;
  color: #ffcc13;
  font-size: 72px;
  line-height: 1;
}
.price .planbox .price_area .price_box .price_main em {
  font-weight: bold;
  font-size: 400%;
}
.price .planbox .price_area .price_box .excluding_tax {
  margin-bottom: auto;
  line-height: 1;
  color: #ffcc13;
  font-size: 24px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.price .planbox .price_area .initial_cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price .planbox .price_area .initial_cost .initial_cost_main {
  margin: 30px 5px 0 0;
  font-size: 40px;
}
.price .planbox .price_area .initial_cost .initial_cost_main em {
  font-size: 400%;
  padding: 0 5px;
}
.price .planbox .price_area .initial_cost .excluding_tax {
  margin-bottom: auto;
  line-height: 1;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.price .planbox .plan_summary_flame {
  width: 55%;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 1023px) {
  .price .planbox .plan_summary_flame {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .price .planbox .plan_summary_flame {
    text-align: center;
  }
}
.price .planbox .plan_summary_flame .plan_txt {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .price .planbox .plan_summary_flame .plan_txt {
    width: 70%;
    margin: 0 auto 15px auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .price .planbox .plan_summary_flame .plan_txt {
    width: 85%;
    font-size: 1.8rem;
  }
}
.price .planbox .plan_summary_flame .plan_summary {
  margin-top: 0.5rem;
  padding: 3% 4% 1% 4%;
  border: 1px solid #ffcc13;
  font-size: 1.8rem;
  width: 90%;
  min-width: 300px;
  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;
}
.price .planbox .plan_summary_flame .plan_summary._summary2 {
  border: 1px solid #f08104;
}
@media screen and (max-width: 767px) {
  .price .planbox .plan_summary_flame .plan_summary {
    width: 90%;
    margin: 10px auto 40px auto;
    padding: 4%;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.price .planbox .plan_summary_flame .plan_summary .plan_summary_title {
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .price .planbox .plan_summary_flame .plan_summary .plan_summary_title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .price .planbox .plan_summary_flame .plan_summary .plan_summary_title {
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.price .planbox .plan_summary_flame .plan_summary .plan_summary_txt {
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .price .planbox .plan_summary_flame .plan_summary .plan_summary_txt {
    font-size: 1.6rem;
    margin: 2px auto 0 auto;
    text-align: center;
  }
}
.price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_txtcolor {
  margin: 0 0.2rem 0 0.5rem;
  font-size: 2.8rem;
  color: #ffcc13;
}
.price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_txtcolor.__color02 {
  color: #f08104;
}
@media screen and (max-width: 767px) {
  .price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_txtcolor {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 520px) {
  .price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_txtcolor {
    font-size: 2.4rem;
  }
}
.price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_title_back {
  margin: 0 0.2rem 0 0.5rem;
  padding: 0 3rem;
  font-size: 1.3rem;
  background-color: #ffcc13;
  color: #fff;
}
.price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_title_back.__color02 {
  background-color: #f08104;
}
@media screen and (max-width: 520px) {
  .price .planbox .plan_summary_flame .plan_summary .plan_summary_txt .plan_title_back {
    margin: 0 auto;
    padding: 0 0.8rem;
    font-size: 1.2rem;
  }
}
.price .planbox .plan_summary_flame .other_text {
  margin: auto 0;
  padding: 50px;
  line-height: 1.75;
}
.price .planbox .plan_summary_notice {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.plan_textonly_content {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .plan_textonly_content {
    margin: 20px 0;
  }
}
.plan_textonly_content .plan_price-note {
  font-weight: bold;
  font-size: 3rem;
}
.plan_textonly_content .plan_description {
  margin-top: 0.6rem;
  font-size: 1.5rem;
}

/* ----------------------------------------------------------------------
媒体ラインナップセクション。
---------------------------------------------------------------------- */
.channel {
  text-align: center;
  overflow-x: hidden;
  padding-block: 5.5rem;
}

.channel .bubble {
  padding-block: 41px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .channel .bubble {
    padding-block: 36px;
  }
}

.channel__title {
  font-size: 2rem;
  margin-bottom: 4.5rem;
}

.channel__title .orange {
  color: #f08104;
}

.channel__title .accent {
  font-size: 150%;
}

.channel__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem;
  width: min(80%, 850px);
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .channel__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .channel__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

.channel__list {
  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;
}
.channel__list img {
  width: 100%;
}

.channel__bottom-text {
  display: inline-block;
  text-align: center;
  margin-inline: auto;
  position: relative;
  font-size: clamp(1.4rem, 4vw, 2rem);
  margin-bottom: 4.5rem;
}
.channel__bottom-text .accent {
  font-size: 150%;
  color: #f08104;
}
.channel__bottom-text::before, .channel__bottom-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(55px, 4vw, 80px);
  height: clamp(55px, 4vw, 80px);
  background-image: url(../img/channel/decoration.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.channel__bottom-text::before {
  left: -40px;
}
@media screen and (max-width: 767px) {
  .channel__bottom-text::before {
    left: -30px;
  }
}
.channel__bottom-text::after {
  right: -40px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .channel__bottom-text::after {
    right: -30px;
  }
}

.channel__other-lists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
  margin-bottom: 2rem;
}

.channel__other-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.channel__other-lists img {
  width: 120px;
  margin-inline: 0.5em;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ----------------------------------------------------------------------
採用成功事例セクション。
---------------------------------------------------------------------- */
.case {
  padding-bottom: 6rem;
  text-align: center;
}

.case__container {
  background-color: #e8e8e8;
  padding-block: 4rem;
  border-radius: 15px;
}

.case__title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.case__title .orange {
  color: #f08104;
}
.case__title .accent {
  font-size: 150%;
}

.case__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  width: min(85%, 650px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .case__lists {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case__list .circle {
  background-color: #f08104;
  color: #fff;
  font-size: 1.2rem;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.case__list-title {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.case__list img {
  height: 80px;
  width: auto;
  margin-bottom: 3rem;
}

.case__information {
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

.case__information .orange {
  color: #f08104;
}

.case__information .accent {
  font-size: 2.6rem;
}

/* ----------------------------------------------------------------------
よくある質問セクション。
---------------------------------------------------------------------- */
.faq {
  margin-top: 6rem;
}

.faq__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}

.faq__question {
  color: #f08104;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.faq__question::before {
  margin-right: 1rem;
  font-size: 150%;
  content: "Q.";
}

.faq__answer {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f08104;
}

/* ----------------------------------------------------------------------
フォームセクション。
---------------------------------------------------------------------- */
.bottom__contact {
  margin-top: 6rem;
  padding-block: 5.5rem;
  background-image: url(../img/form/bg_form.webp);
}

.bottom__form {
  width: min(85%, 800px);
  margin-inline: auto;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 15px -10px #f08104;
          box-shadow: 10px 10px 15px -10px #f08104;
  background-color: #fff7e1;
}
.bottom__form form {
  padding: clamp(1rem, 4vw, 3rem);
  width: min(600px, 100%);
}
.bottom__form form fieldset {
  max-width: none !important;
}

.bottom__form-title {
  text-align: center;
  font-size: 2.6rem;
  padding-block: 1.5rem;
  background-color: #f08104;
  color: #fff;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 767px) {
  .bottom__form-title {
    font-size: 2rem;
  }
}

/*********************
  footer フッター
********************/
footer.footer_wrapper {
  padding: 40px 0;
  color: #fff;
  background-color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  footer.footer_wrapper {
    padding: 40px 20px;
  }
}
footer.footer_wrapper .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
footer.footer_wrapper .footer_inner::before {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url("../img/common/cta_pointimg2.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  footer.footer_wrapper .footer_inner::before {
    width: 250px;
    height: 250px;
    bottom: 15%;
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer_wrapper .footer_inner::before {
    display: none;
  }
}
footer.footer_wrapper .footer_inner figure {
  width: 50%;
  max-width: 200px;
  margin: 0;
}
footer.footer_wrapper .footer_inner figure img {
  max-width: 100%;
}
footer.footer_wrapper .footer_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 12px;
}
footer.footer_wrapper .footer_inner ul li a {
  color: #fff;
}
footer.footer_wrapper .footer_inner ul li a:hover {
  text-decoration: none;
}
footer.footer_wrapper .footer_inner ul li:last-of-type::before {
  content: "|";
  padding: 0 10px;
}
footer.footer_wrapper .footer_inner small {
  display: block;
  margin-top: 10px;
}

/*********************
  complete サンクスページ
********************/
#complete {
  background-color: #fff7e1;
}
#complete .key_visual_wrapper .key_visual_inner.complete {
  display: block;
  padding: 60px 20px 80px;
  text-align: center;
}
#complete .key_visual_wrapper .key_visual_inner.complete h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffcc13;
}
#complete .key_visual_wrapper .key_visual_inner.complete p {
  margin-bottom: 10px;
}

.document_img_list {
  margin-top: 4rem;
  width: min(100%, 1200px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .document_img_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .document_img_list {
    grid-template-columns: 1fr;
  }
}
.document_img_list img {
  width: 100%;
}
.document_img_list li:first-of-type figure {
  position: relative;
}
@-webkit-keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.05);
            transform: rotate(5deg) scale(1.05);
  }
  50% {
    -webkit-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(5deg) scale(1.05);
            transform: rotate(5deg) scale(1.05);
  }
}
@keyframes wiggle {
  0%, 100% {
    -webkit-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.05);
            transform: rotate(5deg) scale(1.05);
  }
  50% {
    -webkit-transform: rotate(-5deg) scale(1);
            transform: rotate(-5deg) scale(1);
  }
  75% {
    -webkit-transform: rotate(5deg) scale(1.05);
            transform: rotate(5deg) scale(1.05);
  }
}
.document_img_list li:first-of-type figure::before {
  content: "おすすめ";
  white-space: nowrap;
  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;
  width: 75px;
  height: 75px;
  background: #f08104;
  color: #fff;
  font-size: 1.4rem;
  padding: 2%;
  border: 1px solid #fff;
  -webkit-box-shadow: 10px 10px 15px -10px #f08104;
          box-shadow: 10px 10px 15px -10px #f08104;
  border-radius: 50%;
  position: absolute;
  top: -37.5px;
  left: -37.5px;
  pointer-events: none;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-animation: wiggle 1.5s ease-in-out infinite;
          animation: wiggle 1.5s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .document_img_list li:first-of-type figure::before {
    top: -15px;
    left: -15px;
  }
}

.cta_container a {
  position: relative;
  display: block;
  max-width: 580px;
  margin: 0 auto;
  padding: 20px 20px;
  color: #ffffff;
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  background-color: #ffcc13;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.cta_container a:hover {
  background-color: #f08104;
}

#complete-footer .footer_inner::before {
  display: none;
}