*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 1.1111111111vw;
}
@media only screen and (max-width: 767.499px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #222222;
  background: #FFFFFF;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: opacity 0.4s ease;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  color: inherit;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: #777;
}

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

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

@media only screen and (max-width: 767.499px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.inline-block {
  display: inline-block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-inner {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .u-inner {
    padding-inline: 1rem;
  }
}

.inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media only screen and (max-width: 767.499px) {
  .inner {
    padding-inline: 16px;
  }
}

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

@media only screen and (max-width: 767.499px) {
  br.only-sp {
    display: inline;
  }
}
.only-tab {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .only-tab {
    display: block;
  }
}
@media only screen and (max-width: 767.499px) {
  .only-tab {
    display: none;
  }
}

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

@media only screen and (max-width: 767.499px) {
  .fix-cta {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    margin-right: 11px;
    padding: 18px 60px 18px 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background-color: #F99233;
    padding: 19px 20px 21px 13px;
    letter-spacing: 0.05em;
    z-index: 100;
    transition: background-color 0.3s ease;
  }
  .fix-cta:hover {
    background-color: #1E214B;
  }
}
.fix-cta__arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.fix-cta__arrow::after {
  content: "";
  position: absolute;
  right: 5.14px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #1E214B;
}
.fix-cta__arrow::before {
  content: "";
  position: absolute;
  right: 5.14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #1E214B;
  border-bottom: 1px solid #1E214B;
}

.header {
  position: fixed;
  top: 1.875rem;
  left: 3.75rem;
  right: 3.75rem;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .header {
    top: 1.25rem;
    left: 1rem;
    right: 1rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin-inline: 0;
  padding-inline: 20px;
  height: 60px;
}
@media only screen and (max-width: 767.499px) {
  .header__inner {
    padding-inline: 15px;
  }
}
.header__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 767.499px) {
  .header__logo-wrapper {
    gap: 5px;
  }
}
.header__logo {
  width: 136px;
}
@media only screen and (max-width: 767.499px) {
  .header__logo {
    width: 104px;
  }
}
.header__logo img {
  aspect-ratio: 136/30;
}
@media only screen and (max-width: 767.499px) {
  .header__logo img {
    aspect-ratio: 104/23;
  }
}
.header__copy {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  color: #000;
}
@media only screen and (max-width: 767.499px) {
  .header__copy {
    font-size: 11px;
    line-height: 1.2727272727;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: flex;
  gap: 19px;
}
.header__link {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4666666667;
  color: #000;
  padding: 8.5px 0;
  white-space: nowrap;
}
.header__cta {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  color: #fff;
  background-color: #F99233;
  border-radius: 68px;
  padding: 7px 47px 9px 16px;
  position: relative;
  margin-left: 30px;
  transition: background-color 0.3s ease;
}
.header__cta:hover {
  background-color: #1E214B;
}
.header__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.header__arrow::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #1E214B;
}
.header__arrow::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #1E214B;
  border-bottom: 1px solid #1E214B;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 6px;
  z-index: 102;
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .hamburger {
    display: flex;
  }
}
.hamburger__bar {
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger.is-active .hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .hamburger__bar:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  z-index: 101;
  display: none;
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.drawer[aria-hidden=false] {
  transform: translateX(0);
}
.drawer__nav {
  padding: 80px 24px 40px;
}
.drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer__item {
  border-bottom: 1px solid #eee;
}
.drawer__link {
  display: block;
  padding: 16px 0;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: opacity 0.3s;
}
.drawer__link:hover {
  opacity: 0.7;
}
.drawer__cta {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  color: #fff;
  background-color: #F99233;
  border-radius: 68px;
  margin-top: 16px;
  padding: 7px 47px 9px 16px;
  position: relative;
  transition: background-color 0.3s ease;
}
.drawer__cta:hover {
  background-color: #1E214B;
}
.drawer__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.drawer__arrow::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #1E214B;
}
.drawer__arrow::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #1E214B;
  border-bottom: 1px solid #1E214B;
}

.drawer-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer-bg.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer-bg[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.footer {
  background-color: #fff;
  padding-top: 22px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .footer {
    padding-top: 17px;
    padding-bottom: 18px;
  }
}
.footer__copyright {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4166666667;
  color: #1E214B;
  text-align: center;
  margin-left: 11px;
}
@media only screen and (max-width: 767.499px) {
  .footer__copyright {
    margin-left: initial;
  }
}

.fv {
  padding-top: 8.3125rem;
  padding-bottom: 3.375rem;
  position: relative;
  overflow: hidden;
}
.fv::before {
  content: "";
  position: absolute;
  top: -4%;
  left: -4%;
  z-index: -1;
  width: 70%;
  height: 30%;
  filter: blur(60px);
  opacity: 0.4;
  background: linear-gradient(135deg, #F99233 0%, #FFF 100%);
}
@media only screen and (max-width: 767.499px) {
  .fv::before {
    width: 98%;
    height: 21%;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv {
    padding-top: 6rem;
    padding-bottom: 1.6875rem;
  }
}
.fv__inner {
  max-width: 86.875rem;
}
.fv__layout {
  display: grid;
  gap: 0.5625rem;
  row-gap: 1.75rem;
  padding-left: 0.5rem;
  grid-template-areas: "content visuals" "features visuals";
}
@media only screen and (max-width: 767.499px) {
  .fv__layout {
    row-gap: 0.8125rem;
    gap: initial;
    padding-left: initial;
    grid-template-areas: "content" "visuals" "features";
  }
}
.fv__content {
  grid-area: content;
}
@media only screen and (max-width: 767.499px) {
  .fv__content {
    width: 100%;
  }
}
.fv__tag-wrapper {
  width: 36.625rem;
  background-color: #F99233;
  padding: 0.625rem 4.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__tag-wrapper {
    width: 18rem;
    padding: 0.1875rem 1.0625rem;
  }
}
.fv__tag {
  display: inline-block;
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.28em;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .fv__tag {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    letter-spacing: 0.19em;
  }
}
.fv__title {
  width: 39.375rem;
  color: #1e214b;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: -0.01em;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__title {
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.275;
    margin-top: 0.4375rem;
  }
}
.fv__title span {
  position: relative;
}
.fv__title span::before {
  content: "";
  width: 90%;
  height: 0.8125rem;
  background-color: #F99233;
  position: absolute;
  left: 0.3125rem;
  bottom: 0.3125rem;
  z-index: -1;
}
@media only screen and (max-width: 767.499px) {
  .fv__title span::before {
    height: 0.4375rem;
    left: 0.125rem;
    bottom: 0.1875rem;
  }
}
.fv__lead {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: #F99233;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__lead {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    letter-spacing: 0.055em;
  }
}
.fv__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  grid-area: features;
}
@media only screen and (max-width: 767.499px) {
  .fv__features {
    gap: 0.625rem;
    row-gap: 0.5625rem;
    margin-top: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.fv__feature {
  width: 9.3125rem;
  height: 7.5rem;
  border: 1px solid #f99233;
  border-radius: 0.5rem;
  background: #FDFBF6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.625rem 0.5625rem 0.625rem 0.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature {
    width: 10.875rem;
    height: 5rem;
    padding: 0.5625rem 0.625rem 0.5625rem 0.625rem;
  }
}
.fv__feature:nth-child(1) {
  width: 9.125rem;
  position: relative;
}
.fv__feature:nth-child(1) .fv__feature-icon {
  position: absolute;
  bottom: 0;
  width: 9.125rem;
  height: 9.125rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(1) .fv__feature-icon {
    width: 6.625rem;
    bottom: initial;
    top: 0.625rem;
  }
}
.fv__feature:nth-child(1) .fv__feature-icon img {
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(1) .fv__feature-icon img {
    aspect-ratio: 106/41;
  }
}
.fv__feature:nth-child(1) .fv__feature-text {
  margin-top: 3.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(1) .fv__feature-text {
    margin-top: 2.6875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(1) {
    width: 10.875rem;
  }
}
.fv__feature:nth-child(2) .fv__feature-icon {
  width: 5.4375rem;
  height: 3.39125rem;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(2) .fv__feature-icon {
    width: 3.8125rem;
    margin-top: 0.0625rem;
  }
}
.fv__feature:nth-child(2) .fv__feature-icon img {
  aspect-ratio: 87/54.26;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(2) .fv__feature-icon img {
    aspect-ratio: 61/37.99;
  }
}
.fv__feature:nth-child(2) .fv__feature-text {
  margin-top: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(2) .fv__feature-text {
    margin-top: -0.25rem;
  }
}
.fv__feature:nth-child(3) .fv__feature-icon {
  width: 5.5625rem;
  height: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(3) .fv__feature-icon {
    width: 4.1875rem;
    margin-top: 0.5625rem;
  }
}
.fv__feature:nth-child(3) .fv__feature-icon img {
  aspect-ratio: 89/52;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(3) .fv__feature-icon img {
    aspect-ratio: 67/40.58;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(3) .fv__feature-text {
    margin-top: 0rem;
  }
}
.fv__feature:nth-child(4) .fv__feature-icon {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(4) .fv__feature-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.fv__feature:nth-child(4) .fv__feature-icon img {
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature:nth-child(4) {
    justify-content: space-between;
  }
}
.fv__feature-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #1E214B;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature-text {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
}
.fv__feature-icon {
  margin-top: 0.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__feature-icon {
    margin-top: initial;
  }
}
.fv__visuals {
  width: 41.25rem;
  grid-area: visuals;
}
@media only screen and (max-width: 767.499px) {
  .fv__visuals {
    margin-top: 0.8125rem;
    width: 100%;
  }
}
.fv__main-image {
  width: 100%;
}
.fv__main-image img {
  width: 100%;
  aspect-ratio: 660/326;
  object-fit: cover;
}
@media only screen and (max-width: 767.499px) {
  .fv__main-image img {
    aspect-ratio: 358/172;
  }
}
.fv__sub-images {
  display: flex;
  justify-content: space-between;
  margin-top: 1.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__sub-images {
    margin-top: 0.5rem;
  }
}
.fv__sub-image {
  width: 20.125rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__sub-image {
    width: 10.875rem;
  }
}
.fv__sub-image img {
  width: 100%;
  aspect-ratio: 322/173;
}
@media only screen and (max-width: 767.499px) {
  .fv__sub-image img {
    aspect-ratio: 174/103;
  }
}
.fv__cta-wrapper {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__cta-wrapper {
    margin-top: 1.1875rem;
  }
}
.fv__cta {
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-radius: 4.09375rem;
  background: linear-gradient(to right, #F99233 0%, #F87224 25%, #F65E27 50%, #F55028 75%, #F54E25 100%);
  padding: 2.625rem 9.5625rem 2.8125rem 9.5625rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .fv__cta {
    border-radius: 1.96875rem;
    padding: 0.75rem 4.3125rem;
    text-align: center;
  }
}
.fv__cta:hover {
  opacity: 0.7;
}
.fv__cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.360625rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__cta-inner {
    position: relative;
    gap: 0.234375rem;
  }
}
.fv__cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
  background: #fff600;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  padding: 0.5625rem 1.3125rem;
  align-self: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .fv__cta-label {
    font-size: 0.625rem;
    line-height: 1.1;
    white-space: nowrap;
    padding: 0.125rem 0.5rem;
    align-self: flex-start;
    position: absolute;
    top: 0.25rem;
    left: 0.6875rem;
  }
}
.fv__cta-text {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  display: flex;
}
@media only screen and (max-width: 767.499px) {
  .fv__cta-text {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__cta-text-second {
    white-space: nowrap;
  }
}
.fv__cta-text-strong {
  color: #FFF600;
}

.about {
  position: relative;
  padding-top: 2.1875rem;
  padding-bottom: 12.4375rem;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .about {
    padding-top: initial;
    padding-bottom: 129%;
  }
}
.about__inner {
  max-width: 72.5rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767.499px) {
  .about__inner {
    position: relative;
    z-index: 10;
    padding-inline: 1rem;
  }
}
.about__flex {
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .about__flex {
    position: relative;
  }
}
.about__list--wrapper {
  width: 61.6667%;
}
@media only screen and (max-width: 767.499px) {
  .about__list--wrapper {
    width: 100%;
  }
}
.about__title {
  display: flex;
  gap: 0.5rem;
}
.about__logo {
  width: 14.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .about__logo {
    width: 12.5625rem;
  }
}
.about__logo--img {
  aspect-ratio: 227/50;
}
@media only screen and (max-width: 767.499px) {
  .about__logo--img {
    aspect-ratio: 201/44;
  }
}
.about__title-text {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2142857143;
  color: #1E214B;
  align-self: flex-end;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .about__title-text {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.about__title2 {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
  letter-spacing: 0.03em;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .about__title2 {
    font-size: 1.5rem;
    margin-top: 1.9375rem;
    line-height: 1.5833333333;
  }
}
.about__title2 span:first-child {
  display: inline;
  background: linear-gradient(#F99233, #F99233) 0 calc(100% - 0.1875rem)/100% 0.25rem no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.03em;
}
.about__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #000;
  margin-top: 2.4375rem;
  margin-left: 0.5rem;
  letter-spacing: 0.047em;
}
.about__text span {
  color: #F99233;
}
@media only screen and (max-width: 767.499px) {
  .about__text {
    margin-top: 1.625rem;
    margin-left: initial;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.about__list {
  border-radius: 0.3125rem;
  padding: 2.1875rem 1.9375rem 2rem 2.5rem;
  margin-top: 3.125rem;
  margin-left: 0.4375rem;
  width: 72.07%;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 2.875rem;
}
@media only screen and (max-width: 1200px) {
  .about__list {
    width: 85.07%;
    padding: 2.1875rem 1.9375rem 2rem 2.9375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .about__list {
    width: 100%;
    margin-top: 2.375rem;
    margin-left: initial;
    padding: 1.4375rem 1.25rem 1.6875rem;
    flex-direction: column;
    gap: 0.8125rem;
  }
}
.about__list--title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .about__list--title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.about__list--item {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: -0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .about__list--item {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.about__list--item-text {
  position: absolute;
  bottom: 0;
  right: -0.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #000;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767.499px) {
  .about__list--item-text {
    right: -0.0625rem;
    bottom: 0.125rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.about__image--wrapper {
  width: 36.81%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.about__image--wrapper::after {
  content: "";
  padding-top: 52.0625rem;
  display: block;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .about__image--wrapper::after {
    padding-top: 101.09%;
  }
}
@media only screen and (max-width: 767.499px) {
  .about__image--wrapper {
    width: 100%;
    right: 0;
    left: 0;
    top: 41.8125rem;
  }
}
.about__image1 {
  position: absolute;
  top: -0.8125rem;
  left: 1.65625rem;
  width: 33.2%;
}
@media only screen and (max-width: 767.499px) {
  .about__image1 {
    top: 7%;
    left: 19%;
    width: 32.2%;
  }
}
.about__image1 .about__image--pc img {
  aspect-ratio: 146.5/131.53;
}
@media only screen and (max-width: 767.499px) {
  .about__image1 .about__image--pc img {
    aspect-ratio: 104.51/93.83;
  }
}
.about__image1 .about__image--ring {
  width: 42.06%;
  position: absolute;
  right: 0;
  bottom: -19%;
}
@media only screen and (max-width: 767.499px) {
  .about__image1 .about__image--ring {
    right: 3%;
    bottom: -16%;
  }
}
.about__image1 .about__image--ring img {
  aspect-ratio: 74/59;
}
@media only screen and (max-width: 767.499px) {
  .about__image1 .about__image--ring img {
    aspect-ratio: 52.7/42.16;
  }
}
@media only screen and (max-width: 767.499px) {
  .about__image1 {
    gap: 0.75rem;
  }
}
.about__image2 {
  width: 24.34%;
  position: absolute;
  top: 15.0625rem;
  left: 0;
}
@media only screen and (max-width: 767.499px) {
  .about__image2 {
    width: 22.34%;
    top: 46%;
    left: 8%;
  }
}
.about__image2 img {
  aspect-ratio: 129/154;
}
@media only screen and (max-width: 767.499px) {
  .about__image2 img {
    aspect-ratio: 85/102;
  }
}
.about__image3 {
  position: absolute;
  left: 3.625rem;
  bottom: 7.3125rem;
  width: 37.74%;
}
@media only screen and (max-width: 767.499px) {
  .about__image3 {
    width: 25.9%;
    left: 35%;
    bottom: 0;
  }
}
.about__image3 img {
  aspect-ratio: 232.79/348.91;
}
@media only screen and (max-width: 767.499px) {
  .about__image3 img {
    aspect-ratio: 114.65/171.85;
  }
}
.about__image4 {
  width: 43.77%;
  position: absolute;
  right: -1.65625rem;
  top: 6.25rem;
}
@media only screen and (max-width: 767.499px) {
  .about__image4 {
    width: 35.77%;
    right: 0%;
    top: 15%;
  }
}
.about__image4 img {
  aspect-ratio: 232/274;
}
@media only screen and (max-width: 767.499px) {
  .about__image4 img {
    aspect-ratio: 167.43/229.11;
  }
}

.works {
  background-color: #FFF9F3;
  padding-top: 3.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .works {
    padding-top: 3.3125rem;
  }
}
.works__inner {
  max-width: 72.5rem;
}
@media only screen and (max-width: 767.499px) {
  .works__inner {
    padding-inline: 1rem;
  }
}
.works__heading {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .works__heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.works__sub-title {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.09em;
  color: #1E214B;
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .works__sub-title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-top: 0.5625rem;
  }
}
.works__flex {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .works__flex {
    flex-direction: column;
    margin-top: 1.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .works__card-body--companies {
    margin-top: 0.3125rem;
  }
}
.works__card-wrapper--left {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card-wrapper--left {
    width: 100%;
    flex-direction: column;
  }
}
.works__card-wrapper--right {
  width: 49%;
}
@media only screen and (max-width: 767.499px) {
  .works__card-wrapper--right {
    width: 100%;
  }
}
.works__card-wrapper--bottom {
  position: relative;
  margin-top: 1.25rem;
}
.works__card-wrapper--bottom .works__card--num {
  z-index: 2;
}
.works__card-num {
  position: relative;
  z-index: 2;
  font-size: 6.0625rem;
  font-weight: 700;
  color: #F99233;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.works__card-num span {
  font-size: 2.875rem;
  font-weight: 900;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .works__card-num {
    font-size: 4.75rem;
    letter-spacing: -0.02em;
  }
  .works__card-num span {
    font-size: 2.375rem;
    letter-spacing: 0.03em;
    line-height: 1.6052631579;
  }
}
.works__card {
  height: 100%;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 1.375rem 2rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .works__card {
    padding: 1.375rem 1.6875rem;
  }
}
.works__card--total {
  position: relative;
  padding: 4rem 2rem 3.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--total {
    padding: 2.6875rem 1.6875rem 2.5rem;
  }
}
.works__card--total .works__card-title {
  line-height: 1;
}
.works__card--total .works__card-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .works__card--total .works__card-visual {
    width: 52%;
    right: 0.3125rem;
  }
}
.works__card--total .works__card-visual img {
  aspect-ratio: 314/219;
}
@media only screen and (max-width: 767.499px) {
  .works__card--total .works__card-visual img {
    aspect-ratio: 192.05/133.95;
  }
}
.works__card--scale {
  padding: 1.375rem 2rem 2.0625rem;
}
.works__card--scale .works__card-body {
  margin-top: 1.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-body {
    margin-top: 0.4375rem;
  }
}
.works__card--scale .works__card-title-scale {
  font-size: 1.375rem;
  font-weight: 700;
  color: #F99233;
  letter-spacing: 0.08em;
  line-height: 1.5909090909;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-title-scale {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.works__card--scale .works__card-title-scale--right {
  display: inline-block;
  text-align: right;
  margin-left: 1.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-title-scale--right {
    margin-left: 0.9375rem;
  }
}
.works__card--scale .works__scale-list {
  display: flex;
  justify-content: space-between;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__scale-list {
    margin-top: 0.75rem;
    margin-left: initial;
  }
}
.works__card--scale .works__card-num {
  font-size: 5.625rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-num {
    font-size: 4.75rem;
    transform: translateY(-0.5625rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale {
    padding: 1.3125rem 1.6875rem 0.90625rem;
  }
}
.works__card--chart {
  padding: 1.5rem 3.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--chart {
    padding: 1.25rem 1.6875rem 1.9375rem;
  }
}
.works__card--chart .works__card-body--chart {
  margin-top: 2.9375rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card--chart .works__card-body--chart {
    margin-top: 1.25rem;
  }
}
.works__card--chart .works__card-body--chart .works__chart {
  width: 75.15%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .works__card--chart .works__card-body--chart .works__chart {
    width: 95%;
  }
}
.works__card--chart .works__card-body--chart .works__chart img {
  aspect-ratio: 1/1;
}
.works__card--items {
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .works__card--items {
    flex-direction: column;
  }
}
.works__card-left--items {
  width: 53.99%;
  padding: 2.875rem 0 1.5rem 2rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card-left--items {
    width: 100%;
    padding: 1.75rem 0 2.5625rem 1.6875rem;
  }
}
.works__card-left--items .works__card-title {
  line-height: 1;
}
.works__card-left--items .works__card-num {
  margin-top: 0.3125rem;
  margin-left: 0.125rem;
  font-size: 6.25rem;
  letter-spacing: -0.02em;
}
.works__card-left--items .works__card-num span {
  vertical-align: middle;
  margin-left: 0.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .works__card-left--items .works__card-num span {
    vertical-align: baseline;
    margin-left: initial;
  }
}
@media only screen and (max-width: 1200px) {
  .works__card-left--items .works__card-num {
    font-size: 4.375rem;
    margin-top: 1rem;
  }
}
.works__card-right--items {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .works__card-right--items .works__card-right-item {
    height: 100%;
    padding-top: 0.3125rem;
  }
}
.works__card-right--items picture {
  display: block;
  height: 100%;
}
@media only screen and (max-width: 767.499px) {
  .works__card-right--items {
    width: 81.8435%;
    margin-left: auto;
  }
}
.works__card-right--items img {
  aspect-ratio: 165/230;
  height: 100%;
}
@media only screen and (max-width: 767.499px) {
  .works__card-right--items img {
    aspect-ratio: 98/136;
  }
}
.works__card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1E214B;
  letter-spacing: 0.08em;
  line-height: 1.59375;
}
@media only screen and (max-width: 767.499px) {
  .works__card-title {
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }
}
.works__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 22.8703%;
}
@media only screen and (max-width: 767.499px) {
  .works__bg {
    width: 31%;
    left: 0.625rem;
    transform: initial;
  }
}
.works__bg {
  z-index: 1;
}
.works__bg img {
  aspect-ratio: 247/221;
}
@media only screen and (max-width: 767.499px) {
  .works__bg img {
    aspect-ratio: 112/168;
  }
}

.contact-cta {
  position: relative;
  background-color: #F99233;
  padding-top: 3.5625rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta {
    padding-top: 3.375rem;
    padding-bottom: 3.75rem;
  }
}
.contact-cta__inner {
  max-width: 46.125rem;
  text-align: center;
}
.contact-cta__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #fff;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__title {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.4615384615;
  }
}
.contact-cta__sub-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  padding-left: 4.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__sub-title {
    font-size: 1.75rem;
    line-height: 1.3928571429;
    text-align: center;
    margin-top: 2.8125rem;
    padding-left: initial;
  }
}
.contact-cta__title-highlight {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.268125;
  color: #000;
  padding: 0.29375rem 0.75rem;
  background-color: #FFF600;
  border-radius: 0.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__title-highlight {
    top: initial;
    left: 50%;
    transform: translateX(-50%) translateY(-1.8125rem);
    padding: 0.14375rem 0.75rem;
  }
}
.contact-cta__title-strong {
  color: #FFF600;
}
.contact-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5625rem;
  margin-top: 2.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__buttons {
    margin-top: 3.4375rem;
    gap: 2.4375rem;
    flex-direction: column;
    align-items: center;
  }
}
.contact-cta__button-wrapper {
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__button-wrapper {
    width: fit-content;
  }
}
.contact-cta__button {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #fff;
  background-color: #F99233;
  border-radius: 4.25rem;
  padding: 1.0625rem 4.3125rem 0.9375rem 1.6875rem;
  border: 0.0625rem solid #fff;
}
.contact-cta__button:not(.contact-cta__button--line) {
  transition: background-color 0.3s ease;
}
.contact-cta__button:not(.contact-cta__button--line):hover {
  background-color: #1E214B;
}
.contact-cta__button--line {
  padding: 1.0625rem 6.4375rem 0.9375rem 1.6875rem;
}
.contact-cta__arrow {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.065rem;
  height: 1.065rem;
  border-radius: 50%;
  background-color: #fff;
}
.contact-cta__arrow::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.0625rem;
  background-color: #1E214B;
}
.contact-cta__arrow::before {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.0625rem solid #1E214B;
  border-bottom: 0.0625rem solid #1E214B;
}
.contact-cta__catch {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -1.1875rem);
  display: inline-block;
  background-color: #1E214B;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5625rem 0.90625rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__catch {
    font-size: 0.9375rem;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0.59375rem 1.1875rem;
    letter-spacing: 0.06em;
  }
}
.contact-cta__catch--line {
  font-size: 0.9375rem;
  background-color: #2BC542;
  padding: 0.59375rem 0.53125rem 0.59375rem 0.8125rem;
}

.problem {
  background-color: #FFF9F3;
  padding-top: 5.125rem;
}
@media only screen and (max-width: 767.499px) {
  .problem {
    padding-top: 4.5625rem;
  }
}
.problem__inner {
  max-width: 72.5rem;
}
@media only screen and (max-width: 767.499px) {
  .problem__inner {
    padding-inline: 1rem;
  }
}
.problem__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .problem__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.problem__title--catch {
  position: relative;
  z-index: 0;
}
.problem__title--catch::before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
  height: 0.3125rem;
  background-color: #F99233;
  z-index: -1;
}
.problem__card {
  background-color: #fff;
  border: 0.1875rem solid #1E214B;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 2.3125rem 4.1875rem 4.25rem;
  margin-top: 2.1875rem;
}
@media only screen and (max-width: 767.499px) {
  .problem__card {
    padding: 2.5625rem 1.0625rem 4.375rem;
  }
}
.problem__sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E214B;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .problem__sub-title {
    font-size: 1.375rem;
    line-height: 1.65;
  }
}
.problem__intro {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #1E214B;
  text-align: center;
  margin-top: 1.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .problem__intro {
    font-size: 1.0625rem;
    line-height: 1.8235294118;
    margin-top: 0.875rem;
  }
}
.problem__list {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .problem__list {
    margin-top: 1.5rem;
  }
}
.problem__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .problem__item {
    position: relative;
    gap: initial;
  }
}
.problem__item:nth-child(2) {
  margin-top: -0.5625rem;
}
@media only screen and (max-width: 1200px) {
  .problem__item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__item:nth-child(2) {
    margin-top: 0.9375rem;
  }
}
.problem__item:nth-child(3) {
  margin-top: -0.6875rem;
}
@media only screen and (max-width: 1200px) {
  .problem__item:nth-child(3) {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__item:nth-child(3) {
    margin-top: 0.9375rem;
  }
}
.problem__item:nth-child(odd) {
  align-self: flex-start;
}
.problem__item:nth-child(even) {
  align-self: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .problem__item:nth-child(even) {
    align-self: initial;
  }
}
.problem__icon {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 0.1875rem solid #F99233;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .problem__icon {
    width: 6.25rem;
    height: 6.25rem;
    border: 0.125rem solid #F99233;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__icon--third {
    position: relative;
    top: 1.1875rem;
  }
}
.problem__bubble {
  flex: 1;
  background-color: #1E214B;
  color: #fff;
  padding: 1.4375rem 1.1875rem 1.625rem;
  border-radius: 0.1875rem;
  position: relative;
}
.problem__bubble span {
  color: #F99233;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble {
    flex: none;
    width: 86.9%;
    z-index: 1;
  }
}
.problem__bubble::before {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  left: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background: #1E214B;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble::before {
    width: 0.75rem;
    height: 0.73625rem;
    top: initial;
    transform: initial;
    left: 2.9375rem;
    bottom: -0.5rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.problem__bubble--first.problem__bubble-text {
  letter-spacing: 0;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--first {
    padding: 0.5rem 1.0625rem 0.625rem;
    align-self: flex-start;
    margin-left: -0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--second {
    padding: 0.8125rem 1.0625rem 0.875rem;
    align-self: flex-start;
    width: 75.15%;
    margin-right: -1.3125rem;
  }
}
.problem__bubble--second::before {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  left: initial;
  right: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background: #1E214B;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--second::before {
    width: 0.75rem;
    height: 0.73625rem;
    top: initial;
    transform: initial;
    right: 3.9375rem;
    bottom: -0.6875rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.problem__bubble--third {
  padding: 1.34375rem 2.0625rem 1.34375rem 1.1875rem;
  align-self: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--third {
    padding: 0.80875rem 0.125rem;
    padding-left: 0.9375rem;
    width: 75.15%;
    margin-left: -1.3125rem;
  }
}
.problem__bubble--third::before {
  top: 1.9375rem;
  transform: initial;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--third::before {
    position: absolute;
    top: initial;
    left: 2.4375rem;
    bottom: -0.75rem;
    width: 1rem;
    height: 1rem;
    background: #1E214B;
  }
}
.problem__bubble-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble-text {
    font-size: 1rem;
    line-height: 1.16625;
    text-align: center;
  }
}
.problem__bubble-text--third {
  letter-spacing: 0;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble-text--third {
    letter-spacing: 0.03em;
  }
}
.problem__arrow {
  height: 4.375rem;
  background-color: #1E214B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 767.499px) {
  .problem__arrow {
    height: 2.1875rem;
  }
}

.strength {
  background-color: #FFF9F3;
  padding-top: 1.75rem;
  padding-bottom: 6.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .strength {
    padding-top: 3.875rem;
    padding-bottom: 6.1875rem;
  }
}
.strength__inner {
  max-width: 72.5rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__inner {
    padding-inline: 1rem;
  }
}
.strength__intro1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2142857143;
  color: #1E214B;
  transform: translateX(-0.5rem);
}
.strength__intro1 img {
  display: inline-block;
  aspect-ratio: 227/50;
  width: 14.1875rem;
  transform: translateX(-0.5625rem);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro1 img {
    width: 11.8125rem;
    aspect-ratio: 189/42;
  }
}
.strength__intro1 span {
  transform: translateY(0.3125rem);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro1 span {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__intro1 {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    transform: translateX(0.5625rem);
  }
}
.strength__intro2 {
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1E214B;
  line-height: 1.2;
  margin-top: 0.8125rem;
  transform: translateX(0.25rem);
}
.strength__intro2 span {
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1.3939393939;
  color: #1E214B;
  letter-spacing: 0.03em;
  color: #1E214B;
  background-image: radial-gradient(circle at center, #f99233 13%, transparent 13%);
  background-position: 1% 0;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  transform: translateX(-0.5625rem);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro2 span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3958333333;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__intro2 {
    font-size: 1.75rem;
    line-height: 1.2142857143;
    margin-top: 1.75rem;
    letter-spacing: -0.06em;
  }
}
.strength__intro3 {
  text-align: center;
  font-size: 3.0625rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1E214B;
  line-height: 1.6;
  margin-top: -0.625rem;
  transform: translateX(-0.5rem);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro3 {
    font-size: 1.9375rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #1E214B;
    line-height: 1.3958333333;
    margin-top: 0.0625rem;
    margin-left: 0.9375rem;
  }
}
.strength__intro3 span:first-child {
  color: #F99233;
}
.strength__intro3--text {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1E214B;
  position: relative;
  top: -1.4375rem;
  left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__intro3--text {
    font-size: 1.75rem;
    letter-spacing: -0.06em;
    top: -0.1875rem;
    left: 0.5rem;
    white-space: nowrap;
  }
}
.strength__card {
  border: 0.1875rem solid #F99233;
  border-radius: 0.3125rem;
  background-color: #fff;
}
.strength__card--first {
  margin-top: 0.5625rem;
  padding: 2.125rem 5rem 3rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--first {
    margin-top: 3.25rem;
    padding: 3.3125rem 0 3.875rem 0;
  }
}
.strength__card--second {
  margin-top: 1.875rem;
  padding: 2.6875rem 3.75rem 6.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--second {
    padding: 3.25rem 0 3.75rem 0;
  }
}
.strength__card--title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.03em;
  color: #1E214B;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--title {
    font-size: 1.25rem;
    line-height: 1.6;
    padding-left: 1.9375rem;
    padding-right: 0.6875rem;
  }
}
.strength__card--title span {
  color: #F99233;
}
.strength__card--contents {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--contents {
    margin-top: 0.875rem;
    flex-direction: column;
    align-items: center;
  }
}
.strength__image--thing {
  width: 23.57%;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--thing {
    width: 51.558%;
  }
}
.strength__image--thing img {
  aspect-ratio: 216.6/285.88;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--thing img {
    aspect-ratio: 181/129;
  }
}
.strength__image--arrow {
  width: 13.4559%;
  margin-left: 0.3375rem;
  margin-top: -0.875rem;
}
.strength__image--arrow img {
  aspect-ratio: 123.66/257;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circles {
    margin-top: -1.25rem;
    display: flex;
  }
}
.strength__image--circle {
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle img {
    position: absolute;
    left: 2.1875rem;
    bottom: -2.25rem;
    display: inline-block;
    width: 1.25rem;
    height: 2.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle:not(:first-child) {
    margin-left: -0.625rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle:first-child img {
    left: initial;
    right: 0.8125rem;
  }
}
.strength__image--circle:last-child img {
  left: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.0625rem;
    height: 5.0625rem;
    background-color: #F99233;
    border-radius: 50%;
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle-text {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.0769230769;
    letter-spacing: 0.03em;
    color: #1E214B;
    text-align: center;
  }
}
.strength__image--logo {
  position: relative;
  width: 23.1773%;
  margin-top: -2.25rem;
  margin-left: 1.33375rem;
}
.strength__image--logo img:first-child {
  aspect-ratio: 213/47;
}
.strength__image--logo img:first-child {
  position: relative;
  z-index: 1;
}
.strength__image--logo-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
  width: 1.9375rem;
  aspect-ratio: 29/45;
}
.strength__image--logo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.75rem;
  height: 13.75rem;
  background: radial-gradient(circle, rgba(150, 221, 163, 0.51) 0%, rgba(150, 221, 163, 0) 70%);
  z-index: 0;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--logo {
    margin-left: initial;
    width: 60.5%;
    margin-top: 5.1875rem;
  }
}
.strength__image--result {
  width: 22.9597%;
  margin-top: -1.875rem;
  margin-left: 0.6875rem;
}
.strength__image--result img {
  aspect-ratio: 211/216;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--result-wrapper {
    display: flex;
    gap: 1.625rem;
    margin-top: 4.375rem;
    position: relative;
  }
  .strength__image--result-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result {
    display: flex;
    margin-top: 2.375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--text1 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #1E214B;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--number {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #F99233;
    margin-top: -0.4375rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--number span {
    font-size: 4.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F99233;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--text2 {
    font-size: 3.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F99233;
  }
}
.strength__image--man {
  width: 11.5%;
  margin-top: 2.25rem;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--man {
    width: 4.9375rem;
    margin-top: 1.375rem;
    margin-left: initial;
  }
}
.strength__image--man img {
  aspect-ratio: 105/252;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--man img {
    aspect-ratio: 79/190;
  }
}
.strength__card--text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin-top: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 0.9375rem;
  }
}
.strength__plus--wrapper {
  margin-top: 1.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__plus--wrapper {
    margin-top: 1.875rem;
  }
}
.strength__plus--item {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  margin-inline: auto;
}
.strength__plus--item::before, .strength__plus--item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.125rem;
  height: 0.1875rem;
  background-color: #F99233;
  transform: translate(-50%, -50%);
}
.strength__plus--item::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.strength__plan-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.6875rem;
}
@media only screen and (max-width: 1200px) {
  .strength__plan-wrapper {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__plan-wrapper {
    flex-direction: column;
    gap: 0.8125rem;
    margin-top: 1.5625rem;
  }
}
.strength__plan--image {
  width: 21%;
  min-width: 12.5rem;
  align-self: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--image {
    width: 87.5%;
    align-self: initial;
  }
}
.strength__plan--image img {
  aspect-ratio: 200/245;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--image img {
    aspect-ratio: 308/202;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--contents {
    padding-inline: 1.4375rem;
  }
}
.strength__plan--title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: #1E214B;
  transform: translateY(0.75rem);
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.strength__plan--list {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--list {
    margin-top: 0.8125rem;
  }
}
.strength__plan--item {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  padding-top: 0.6875rem;
  padding-bottom: 1.1875rem;
  border-bottom: 0.0625rem solid #d9d9d9;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--item {
    gap: 1.125rem;
    padding-top: 0.9375rem;
    padding-bottom: 1.0625rem;
  }
}
.strength__plan--item-num {
  color: #1E214B;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--item-num {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.strength__plan--item-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
  transform: translateY(0.3125rem);
}
.strength__plan--item-text span {
  color: #F99233;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--item-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767.499px) {
  .contact-cta--second .contact-cta__buttons {
    margin-top: 2.8125rem;
  }
}

.point {
  background-color: #fff;
  padding-top: 5rem;
}
@media only screen and (max-width: 767.499px) {
  .point {
    padding-top: 5.8125rem;
  }
}
.point__inner {
  max-width: 72.5rem;
}
@media only screen and (max-width: 767.499px) {
  .point__inner {
    padding-inline: 0.875rem;
  }
}
.point__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
}
.point__title span {
  display: inline;
  background: linear-gradient(#F99233, #F99233) 0 calc(100% - 0.3125rem)/100% 0.3125rem no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767.499px) {
  .point__title span {
    padding-left: 1.0625rem;
    background: linear-gradient(#F99233, #F99233) center calc(100% - 0.1875rem)/92% 0.3125rem no-repeat;
  }
}
@media only screen and (max-width: 767.499px) {
  .point__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.point__sub-title {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .point__sub-title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-top: 0.5rem;
  }
}
.point__intro {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .point__intro {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.875rem;
  }
}
.point__graph--wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3.3125rem;
  position: relative;
  width: 26.875rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--wrapper {
    width: 100%;
    margin-top: 2.1875rem;
    margin-left: 0.5625rem;
  }
}
.point__graph--wrapper::after {
  content: "";
  position: absolute;
  bottom: 3.25rem;
  width: 100%;
  height: 0.0625rem;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--wrapper::after {
    bottom: 3.0625rem;
  }
}
.point__graph--border-title {
  display: block;
  height: 17.8125rem;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 700;
  color: #727272;
  margin-left: 4rem;
}
.point__graph--border-title span {
  writing-mode: horizontal-tb;
  display: inline-block;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--border-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 1.4375rem;
    text-align: center;
    height: 16.5625rem;
  }
}
.point__graph--item-border {
  transform: translateX(-50%);
  width: 1rem;
  height: 17.375rem;
  border: 0.0625rem solid #727272;
  border-right: none;
  margin-left: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-border {
    height: 16.25rem;
    margin-left: 0.625rem;
  }
}
.point__graph--item {
  width: 6.25rem;
  min-height: 21.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -1rem;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item {
    min-height: 19.625rem;
    justify-content: initial;
  }
}
.point__graph--bar {
  width: 6.25rem;
  height: 17.8125rem;
  background-color: #d9d9d9;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--bar {
    width: 6.25rem;
    padding: 1.125rem 0.5rem 1.9375rem;
    height: 16.5625rem;
  }
}
.point__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1E214B;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .point__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.point__text--grey {
  color: #727272;
}
@media only screen and (max-width: 767.499px) {
  .point__text--grey {
    line-height: 1;
  }
}
.point__num {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #1E214B;
  text-align: center;
}
.point__num--highlight {
  display: inline;
  background: linear-gradient(#F99233, #F99233) 0 calc(100% - 0.125rem)/100% 0.3125rem no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.point__num--grey {
  color: #727272;
}
@media only screen and (max-width: 767.499px) {
  .point__num--grey {
    line-height: 1;
  }
}
@media only screen and (max-width: 767.499px) {
  .point__num {
    font-size: 2.375rem;
    line-height: 1;
  }
}
.point__unit {
  font-size: 1.625rem;
  font-weight: 900;
  color: #1E214B;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
.point__unit--grey {
  color: #727272;
}
@media only screen and (max-width: 767.499px) {
  .point__unit--grey {
    line-height: 1;
  }
}
@media only screen and (max-width: 767.499px) {
  .point__unit {
    font-size: 1.375rem;
  }
}
.point__graph--item-title-text {
  margin-top: 1.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: #000;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-title-text {
    font-size: 1rem;
    line-height: 1.8125;
    margin-top: 1.1875rem;
  }
}
.point__graph--item-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-right {
    margin-left: 0.5625rem;
  }
}
.point__graph--item-upper {
  position: relative;
  width: 6.25rem;
  background-color: #96DDA3;
  padding: 2.375rem 1.4375rem 2.0625rem;
  height: 10.75rem;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-upper {
    padding: 2.0625rem 1.6875rem 2.125rem;
    height: 9.5625rem;
  }
}
.point__graph--item-upper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1875rem;
  height: 1.5625rem;
  background-color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-upper::before {
    bottom: -0.375rem;
  }
}
.point__graph--item-upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom: 0.1875rem solid #1E214B;
  border-right: 0.1875rem solid #1E214B;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-upper::after {
    width: 1rem;
    height: 1rem;
    bottom: -0.375rem;
  }
}
.point__graph--bar-under {
  width: 6.25rem;
  height: 7.0625rem;
  background-color: #d9d9d9;
  padding: 0.75rem 1.4375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--bar-under {
    padding: 0.8125rem 1.5625rem;
    height: 7rem;
  }
}
.point__logo {
  width: 8.625rem;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.point__logo img {
  aspect-ratio: 138/30;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .point__logo {
    margin-top: 1.1875rem;
  }
}
.point__column {
  width: 100%;
  display: flex;
  gap: 1.25rem;
  margin-top: 6.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .point__column {
    margin-top: 4.8125rem;
  }
}
.point__column--list {
  animation: point-loop 20s linear infinite;
  display: flex;
  gap: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .point__column--list {
    animation: point-loop-sp 16s linear infinite;
  }
}
@keyframes point-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-20.625rem * 5 - 1.25rem * 5));
  }
}
@keyframes point-loop-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-17.25rem * 5 - 1.25rem * 5));
  }
}
.point__column--item {
  width: 20.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .point__column--item {
    width: 17.25rem;
  }
}
.point__column--item img {
  aspect-ratio: 33/22;
}
@media only screen and (max-width: 767.499px) {
  .point__column--item img {
    aspect-ratio: 276/184;
  }
}

.voice {
  background-color: #FFF9F3;
  padding-top: 5rem;
  padding-bottom: 7.75rem;
}
@media only screen and (max-width: 767.499px) {
  .voice {
    padding-top: 4.5625rem;
    padding-bottom: 4.9375rem;
  }
}
.voice__inner {
  max-width: 72.5rem;
}
@media only screen and (max-width: 767.499px) {
  .voice__inner {
    padding-inline: 1rem;
  }
}
.voice__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .voice__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.voice__sub-title {
  text-align: center;
  margin-top: 0.6875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #1E214B;
  line-height: 1.4666666667;
}
@media only screen and (max-width: 767.499px) {
  .voice__sub-title {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    line-height: 1.4615384615;
  }
}
.voice__card {
  margin-top: 3.375rem;
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .voice__card {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__card {
    flex-direction: column;
    margin-top: 2.375rem;
  }
}
.voice__card--left {
  width: 49%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .voice__card--left {
    width: 80%;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__card--left {
    width: 100%;
    max-width: none;
  }
}
.voice__card--left > .voice__card--item {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.voice__card--right {
  width: 49%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .voice__card--right {
    width: 80%;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__card--right {
    width: 100%;
  }
}
.voice__card--right .voice__body--company-name-wrapper {
  display: flex;
  gap: 1.0625rem;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .voice__card--right .voice__body--company-name-wrapper {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.voice__card--right .voice__body--icon-wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 767.499px) {
  .voice__card--right .voice__body--icon-wrapper {
    margin-top: 0.1875rem;
  }
}
.voice__card--item {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.8125rem 1.875rem;
  position: relative;
  z-index: 2;
}
.voice__card--item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #e8f8eb;
  z-index: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 50%);
  pointer-events: none;
}
@media only screen and (max-width: 767.499px) {
  .voice__card--item::after {
    border-radius: 0;
    height: auto;
    clip-path: polygon(50% 0, 100% 0, 100% 50%);
  }
}
.voice__card--item > * {
  position: relative;
  z-index: 1;
}
.voice__card--item.voice__card--item-big {
  padding: 2.5rem 1.4375rem 2.5625rem 2.3125rem;
}
.voice__card--item.voice__card--item-big::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #e8f8eb;
}
@media only screen and (max-width: 767.499px) {
  .voice__card--item.voice__card--item-big {
    padding: 2.375rem 1.25rem 2.5rem;
  }
}
.voice__card--item-second {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .voice__card--item-second {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__card--item-second {
    padding: 2.1875rem 1.25rem 2.5rem;
    flex-direction: column;
    gap: 2rem;
    align-items: initial;
  }
}
.voice__card--item-third {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .voice__card--item-third {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__card--item-third {
    padding: 2.1875rem 1.25rem 2.5rem;
    flex-direction: column;
    gap: 2.125rem;
    align-items: initial;
  }
}
.voice__company--wrapper {
  display: flex;
  gap: 8.625rem;
}
@media only screen and (max-width: 1200px) {
  .voice__company--wrapper {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__company--wrapper {
    gap: 4rem;
  }
}
.voice__company--wrapper-second {
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .voice__company--wrapper-second {
    display: flex;
    gap: 3.125rem;
  }
}
.voice__company--wrapper-third {
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .voice__company--wrapper-third {
    display: flex;
    gap: 3.125rem;
  }
}
.voice__body--text {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7857142857;
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--text {
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}
.voice__body--text-second {
  font-size: 1.4375rem;
  line-height: 1.7826086957;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--text-second {
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}
.voice__body--text-third {
  font-size: 1.4375rem;
  line-height: 1.7826086957;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--text-third {
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}
.voice__body--company {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #bfbfbf;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--company {
    font-size: 1rem;
    line-height: 1.8125;
  }
}
.voice__body--icon-wrapper {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  margin-top: 0.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--icon-wrapper {
    margin-top: 0.375rem;
  }
}
.voice__body--icon-wrapper img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  object-fit: contain;
}
.voice__body--item-image {
  flex-shrink: 0;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border: 0.0625rem solid #f99233;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice__body--item-image img {
  width: 6rem;
  object-fit: cover;
  aspect-ratio: 96/28;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image img {
    width: 4.285625rem;
    aspect-ratio: 68.57/20;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image.only-tab {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.voice__body--item-image.only-sp {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image.only-sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image.only-pc {
    display: none;
  }
}
.voice__body--item-image-second img {
  width: 6.5rem;
  aspect-ratio: 104/22;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image-second img {
    width: 4.643125rem;
    aspect-ratio: 74.29/15.71;
  }
}
.voice__body--item-image-third img {
  width: 6rem;
  aspect-ratio: 96/39;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image-third img {
    width: 4.116875rem;
    aspect-ratio: 65.87/27.86;
  }
}
.voice__bubble {
  background-color: #1E214B;
  border-radius: 0.1875rem;
  padding: 0.8125rem 0.9375rem 1.3125rem 1.1875rem;
  margin-top: 3.3125rem;
  position: relative;
}
.voice__bubble::after {
  content: "";
  position: absolute;
  top: -0.78125rem;
  left: 79.5%;
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #1E214B;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble::after {
    top: -0.90625rem;
    left: 77.5%;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble {
    margin-top: 1.875rem;
    padding: 0.875rem 1rem 1.25rem;
  }
}
.voice__bubble--second {
  margin-top: 0.625rem;
  padding: 0.375rem 1.0625rem 0.6875rem 1.0625rem;
}
.voice__bubble--second::after {
  left: initial;
  right: -0.96875rem;
  top: 18%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--second::after {
    top: -0.90625rem;
    left: 77%;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--second {
    margin-top: 0;
    padding: 0.875rem 1.0625rem 1.125rem 1.0625rem;
  }
}
.voice__bubble--third {
  margin-top: 0.625rem;
  padding: 0.375rem 0.625rem;
}
.voice__bubble--third::after {
  left: initial;
  right: -0.96875rem;
  top: 20%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--third::after {
    top: -0.90625rem;
    left: 77%;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--third {
    margin-top: 0;
    padding: 0.875rem 0.9375rem 1.125rem;
  }
}
.voice__bubble--text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
}
.voice__bubble--text span {
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--text {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
}
.voice__bubble--text-second {
  font-size: 1.125rem;
  line-height: 1.3888888889;
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--text-second {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
}
.voice__bubble--text-third {
  font-size: 1.0625rem;
  line-height: 1.1764705882;
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--text-third {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
  }
}

@media only screen and (max-width: 767.499px) {
  .contact-cta--third .contact-cta__buttons {
    margin-top: 2.8125rem;
  }
}

.support {
  padding-top: 5rem;
  padding-bottom: 6.3125rem;
  background-color: #fff9f3;
}
@media only screen and (max-width: 767.499px) {
  .support {
    padding-top: 4.5625rem;
    padding-bottom: 3.8125rem;
  }
}
.support__inner {
  max-width: 72.5rem;
  margin-inline: auto;
}
.support__title--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .support__title--flex {
    flex-direction: column;
    align-items: center;
    gap: 1.5625rem;
  }
}
.support__title--left {
  flex: 1;
  align-self: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .support__title--left {
    flex: none;
  }
}
.support__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
}
.support__title span {
  display: inline;
  background: linear-gradient(#F99233, #F99233) 0 calc(100% - 0.125rem)/100% 0.3125rem no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767.499px) {
  .support__title {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
}
.support__sub--title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  color: #1E214B;
  margin-top: 1.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .support__sub--title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-top: 0.625rem;
    text-align: center;
  }
}
.support__text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #000;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .support__text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.8125rem;
    text-align: center;
    padding-inline: 1.1875rem;
  }
}
.support__image {
  width: 38.51%;
}
.support__image img {
  aspect-ratio: 416/320;
}
@media only screen and (max-width: 767.499px) {
  .support__image img {
    aspect-ratio: 326/251;
  }
}
@media only screen and (max-width: 767.499px) {
  .support__image {
    width: 100%;
    padding-inline: 1rem;
  }
}

.support-case__card {
  background-color: #fff;
  border-radius: 0.3125rem;
  margin-top: 4.375rem;
  padding-top: 1.3125rem;
  padding-bottom: 2.75rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .support-case__card {
    margin-top: 3.75rem;
    padding-top: 2rem;
    padding-bottom: 2.4375rem;
  }
}
.support-case__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-case__title {
    font-size: 1.375rem;
    line-height: 1.65;
  }
}
.support-case__wrapper {
  display: flex;
  margin-top: 0.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__wrapper {
    margin-top: 1.75rem;
    flex-direction: column;
  }
}
.support-case__item {
  width: 51%;
  padding-left: 1.875rem;
  padding-right: 2.25rem;
}
.support-case__item:first-child {
  padding-right: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__item:first-child {
    border-left: none;
    position: relative;
  }
  .support-case__item:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 86.59%;
    height: 0.0625rem;
    background-color: #1E214B;
    margin-inline: auto;
  }
}
.support-case__item:not(:first-child) {
  flex: 1;
  border-left: 0.0625rem solid #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-case__item:not(:first-child) {
    border-left: none;
    padding-top: 2.0625rem;
  }
}
.support-case__item:not(:first-child) .support-case__result {
  padding-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .support-case__item {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.support-case__heading {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7916666667;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .support-case__heading {
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #1E214B;
    margin-top: 0;
  }
}
.support-case__labels {
  display: flex;
  justify-content: center;
  margin-top: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__labels {
    margin-top: 0.875rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-case__labels--second {
    margin-top: 0.8125rem;
  }
}
.support-case__label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 0.1875rem;
  color: #fff;
  height: 2.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label {
    font-size: 0.875rem;
    line-height: 1.2;
    height: 1.625rem;
  }
}
.support-case__label--blue-left {
  background: #1e214b;
  width: 7.4375rem;
}
.support-case__label--orange {
  background: #f99233;
  width: 7.4375rem;
  margin-left: 0.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label--orange {
    margin-left: 0.625rem;
  }
}
.support-case__label--blue-right {
  background: #1e214b;
  width: 6.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label--blue-right {
    width: 7.4375rem;
  }
}
.support-case__label--green {
  background: #4caf50;
  width: 7.4375rem;
  margin-left: 0.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label--green {
    margin-left: 0.625rem;
  }
}
.support-case__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #000;
  margin-top: 1.4375rem;
}
.support-case__text span {
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .support-case__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.9375rem;
  }
}
.support-case__result {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result {
    margin-top: 1.25rem;
    padding-bottom: 2rem;
  }
}
.support-case__result-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-height: 5.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-item {
    min-height: 4.0625rem;
  }
}
.support-case__result-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-label {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.support-case__result-value {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #f99233;
}
.support-case__result-value span {
  font-size: 3.375rem;
  font-weight: 700;
  color: #f99233;
  letter-spacing: -0.02em;
  line-height: 0.9814814815;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value span {
    font-size: 3rem;
    line-height: 1.1041666667;
    letter-spacing: 0.03em;
  }
}
.support-case__result-value--small {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 0.975;
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value--small {
    font-size: 2.1875rem;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}
.support-case__result-value--small-right {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value--small-right {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
}
.support-case__result-value--flex {
  display: flex;
  align-items: flex-end;
}
.support-case__result-value--flex img {
  width: 6.125rem;
  aspect-ratio: 98/32;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value--flex img {
    width: 2.5625rem;
    aspect-ratio: 41/40;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value {
    font-size: 1.5625rem;
    line-height: 1.24;
  }
}

.support-voice__list {
  display: flex;
  flex-direction: column;
  margin-top: 2.3125rem;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__list {
    margin-top: 3.3125rem;
  }
}
.support-voice__item {
  padding-bottom: 2.25rem;
  border-bottom: 0.0625rem solid #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item {
    padding-bottom: 2.3125rem;
  }
}
.support-voice__item:last-of-type {
  border-bottom: none;
}
.support-voice__item--first .support-voice__icon {
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--first .support-voice__icon {
    margin-top: initial;
  }
}
.support-voice__item--second {
  margin-top: 1.625rem;
}
.support-voice__item--second .support-voice__icon {
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--second .support-voice__icon {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--second {
    margin-top: 2.4375rem;
  }
}
.support-voice__item--third {
  margin-top: 2.0625rem;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--third {
    margin-top: 2.5rem;
  }
}
.support-voice__item--flex {
  display: flex;
  gap: 1.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--flex {
    align-items: center;
    gap: 0.9375rem;
  }
}
.support-voice__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #1E214B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-voice__icon img {
  width: 1.75rem;
  aspect-ratio: 28/38;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__icon img {
    width: 1.53125rem;
    aspect-ratio: 24.5/33.25;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-voice__icon {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.support-voice__content {
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__content {
    flex: none;
  }
}
.support-voice__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1e214b;
  letter-spacing: 0.04em;
  line-height: 1.4090909091;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.support-voice__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.375;
  color: #040000;
  margin-top: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.support-voice__text span {
  color: #f99233;
}

@media only screen and (max-width: 767.499px) {
  .support-case__item--right .support-case__result-value span {
    font-size: 2.8125rem;
  }
}

.flow {
  padding-top: 5.75rem;
  background: #fff;
}
.flow__inner {
  max-width: 67.25rem;
}
.flow__title {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .flow__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.flow__sub--title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #1E214B;
  text-align: center;
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .flow__sub--title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-top: 0.625rem;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-inline: auto;
  margin-top: 2.8125rem;
}
.flow__list::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 85%;
  height: 0.1875rem;
  background: #1e214b;
  z-index: 0;
}
@media only screen and (max-width: 767.499px) {
  .flow__list::before {
    margin-inline: initial;
    top: 0;
    left: 6.6875rem;
    width: 0.1875rem;
    height: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .flow__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    row-gap: 1.25rem;
    padding-left: 4.3125rem;
    margin-top: 1.625rem;
  }
}
.flow__item {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 14.27%;
}
@media only screen and (max-width: 767.499px) {
  .flow__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.flow__circle {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.625rem;
  border-radius: 50%;
  background: #1e214b;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.flow__circle span {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .flow__circle {
    margin: 0;
    z-index: 1;
    width: 5rem;
    height: 5rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  .flow__circle span {
    font-size: 1.4375rem;
  }
}
.flow__text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  color: #f99233;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .flow__text {
    font-size: 1.125rem;
    line-height: 1.6111111111;
  }
}
.flow__desc {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  text-align: center;
  color: #000;
  margin-top: 2.5rem;
}
.flow__desc span {
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .flow__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 1.4375rem;
  }
}
.flow .contact-cta__buttons {
  margin-top: 3.875rem;
}
@media only screen and (max-width: 767.499px) {
  .flow .contact-cta__buttons {
    margin-top: 3.375rem;
  }
}

.area {
  padding-top: 5.4375rem;
  padding-bottom: 9.0625rem;
  background: #fff;
}
@media only screen and (max-width: 767.499px) {
  .area {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}
.area__inner {
  max-width: 72.4375rem;
}
.area__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .area__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.area__sub--title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  color: #1E214B;
  text-align: center;
  margin-top: 0.6875rem;
}
@media only screen and (max-width: 767.499px) {
  .area__sub--title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-top: 0.625rem;
  }
}
.area__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .area__content {
    flex-direction: column;
    margin-top: 2.4375rem;
  }
}
.area__text {
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .area__text {
    flex: none;
  }
}
.area__lead {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .area__lead {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}
.area__desc {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #000;
  margin-top: 0.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .area__desc {
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: center;
    margin-top: 1.125rem;
  }
}
.area__map {
  margin-top: -0.0625rem;
  width: 48.656%;
}
.area__map img {
  aspect-ratio: 525/317;
}
@media only screen and (max-width: 767.499px) {
  .area__map img {
    aspect-ratio: 358/216;
  }
}
@media only screen and (max-width: 767.499px) {
  .area__map {
    margin-top: 2.1875rem;
    width: 100%;
  }
}

.media {
  padding-top: 4.0625rem;
  padding-bottom: 6.8125rem;
  background: #FFF9F3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .media {
    padding-top: 4.5625rem;
    padding-bottom: 6.6875rem;
  }
}
.media__inner {
  max-width: 48.375rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.media__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .media__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.media__sub--title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  color: #1E214B;
  text-align: center;
  margin-top: 0.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .media__sub--title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-top: 0.625rem;
  }
}
.media__video {
  margin-top: 3.1875rem;
  margin-inline: auto;
  aspect-ratio: 694/390;
}
.media__video lite-youtube {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.499px) {
  .media__video {
    margin-top: 2.3125rem;
    aspect-ratio: 358/201;
    height: 12.5625rem;
  }
}
.media__image {
  margin-top: 3.1875rem;
  margin-inline: auto;
  width: 100%;
  cursor: pointer;
}
.media__image img {
  aspect-ratio: 694/362;
}
@media only screen and (max-width: 767.499px) {
  .media__image img {
    aspect-ratio: 358/187;
  }
}
@media only screen and (max-width: 767.499px) {
  .media__image {
    margin-top: 1.1875rem;
  }
}
.media__bg {
  position: absolute;
  top: 20rem;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .media__bg {
    top: initial;
    bottom: 3.375rem;
  }
}
.media__bg-track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  animation: media-scroll 20s linear infinite;
}
.media__bg-item {
  display: flex;
  gap: 2.875rem;
  margin-right: 2.875rem;
  flex: 0 0 auto;
}
.media__bg-item span {
  display: block;
  font-size: 5.9375rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4526315789;
  color: #f99233;
  opacity: 0.25;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .media__bg-item span {
    font-size: 4.6875rem;
    line-height: 1.5571428571;
  }
}
@keyframes media-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.contact {
  padding-top: 4.75rem;
  padding-bottom: 6.25rem;
  background: #f99233;
}
.contact__inner {
  max-width: 60rem;
}
.contact__sub--title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .contact__sub--title {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}
.contact__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .contact__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
}
.contact__box {
  background: #fff;
  padding: 2.5625rem 3.125rem 3.0625rem;
  border-radius: 0.3125rem;
  margin-top: 2.8125rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .contact__box {
    padding: 1.9375rem 1.25rem 2.5rem;
    margin-top: 2.1875rem;
  }
}
.contact__form {
  width: 100%;
}
.contact__item--textarea {
  margin-top: 2.125rem;
}
@media only screen and (max-width: 767.499px) {
  .contact__item--textarea {
    margin-top: 1.4375rem;
  }
}
.contact__label {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #000;
}
@media only screen and (max-width: 767.499px) {
  .contact__label {
    font-size: 1rem;
    line-height: 1.8125;
  }
}
.contact__label--select {
  gap: 0.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .contact__label--select {
    gap: 0.5rem;
  }
}
.contact__label--company {
  gap: 0.5rem;
}
.contact__label--name {
  gap: 0.5625rem;
}
.contact__label--email {
  gap: 0.5rem;
}
.contact__label--phone {
  gap: 0.75rem;
}
.contact__label--textarea {
  gap: 0.5625rem;
}
.contact__required {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.0666666667;
  color: #ff0000;
}
@media only screen and (max-width: 767.499px) {
  .contact__required {
    font-size: 0.8125rem;
    line-height: 2.0769230769;
  }
}
.contact__input--select {
  color: #A8A9AA;
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 0.4375rem 1.0625rem;
  border: 0.0625rem solid #A8A9AA;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #F8F9FA;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin-top: 0.6875rem;
}
.contact__input:focus, .contact__textarea:focus {
  outline: none;
  border-color: initial;
}
@media only screen and (max-width: 767.499px) {
  .contact__input, .contact__textarea {
    margin-top: 0.25rem;
    padding: 0.4375rem 0.875rem;
  }
}
.contact__input.error, .contact__textarea.error {
  border-color: #ff0000;
}
.contact__error {
  display: none;
  box-sizing: border-box;
  min-height: 2.8em;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #ff0000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.contact__error.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #A8A9AA;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}
.contact__textarea {
  min-height: 12.5rem;
  resize: vertical;
}
@media only screen and (max-width: 767.499px) {
  .contact__textarea {
    min-height: 12.1875rem;
  }
}
.contact__row {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .contact__row {
    flex-direction: column;
    margin-top: 1.5625rem;
    row-gap: 1.375rem;
  }
}
.contact__item--half {
  width: 50%;
}
@media only screen and (max-width: 767.499px) {
  .contact__item--half {
    width: 100%;
  }
}
.contact__btn-wrapper {
  text-align: center;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .contact__btn-wrapper {
    margin-top: 2.3125rem;
  }
}
.contact__btn {
  background: #1E214B;
  color: #fff;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-inline: 5.875rem;
  border-radius: 4.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  cursor: pointer;
}
@media only screen and (max-width: 767.499px) {
  .contact__btn {
    font-size: 1rem;
    line-height: 1.4375;
    padding-bottom: 1.25rem;
    padding-inline: 6.125rem;
  }
}
.contact__success--message {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #28a745;
  text-align: center;
}

.present__form {
  max-width: 50rem;
  margin: 5rem auto;
  padding: 2.5rem 2rem;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767.499px) {
  .present__form {
    margin: 2.5rem 1rem;
    padding: 2rem 1.25rem;
  }
}

.form__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.form__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.form__flex {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .form__flex {
    flex-direction: column;
  }
}
.form__input_wrapper {
  flex: 1 1 calc(50% - 0.75rem);
  min-width: 16.25rem;
}
@media only screen and (max-width: 767.499px) {
  .form__input_wrapper {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
.form__input_wrapper.checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.form__input_wrapper.checkbox .label {
  margin-bottom: 0;
}
.form__input_wrapper.checkbox label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.625rem 0.375rem 2rem;
  border-radius: 62.4375rem;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.form__input_wrapper.checkbox label::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #bbb;
  background-color: #fff;
  box-sizing: border-box;
}
.form__input_wrapper.checkbox label::after {
  content: "";
  position: absolute;
  left: 0.8125rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) scale(0);
  width: 0.3125rem;
  height: 0.5625rem;
  border-right: 0.125rem solid #ff8a00;
  border-bottom: 0.125rem solid #ff8a00;
  transition: transform 0.15s ease-out;
}
.form__input_wrapper.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__input_wrapper.checkbox label:has(input[type=checkbox]:checked) {
  background-color: #fff3e0;
  color: #e65100;
}
.form__input_wrapper.checkbox label:has(input[type=checkbox]:checked)::before {
  border-color: #ff8a00;
}
.form__input_wrapper.checkbox label:has(input[type=checkbox]:checked)::after {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
.form__input_wrapper.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.form__input_wrapper.radio .label {
  margin-bottom: 0;
}
.form__input_wrapper.radio label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
  border-radius: 62.4375rem;
  border: 0.0625rem solid #ddd;
  background-color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.form__input_wrapper.radio label::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.0625rem solid #bbb;
  background-color: #fff;
  box-sizing: border-box;
}
.form__input_wrapper.radio label::after {
  content: "";
  position: absolute;
  left: 0.8125rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #ff8a00;
  transition: transform 0.15s ease-out;
}
.form__input_wrapper.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form__input_wrapper.radio label:has(input[type=radio]:checked) {
  border-color: #ff8a00;
  background-color: #fff3e0;
  color: #e65100;
}
.form__input_wrapper.radio label:has(input[type=radio]:checked)::before {
  border-color: #ff8a00;
}
.form__input_wrapper.radio label:has(input[type=radio]:checked)::after {
  transform: translateY(-50%) scale(1);
}
.form__text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-top: 0.75rem;
}
.form__caution {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666;
}
.form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.75rem;
  padding: 0.875rem 2rem;
  border-radius: 62.4375rem;
  background: linear-gradient(90deg, #ff8a00, #ff4b2b);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  transition: opacity 0.3s ease, transform 0.1s ease;
}
@media (hover: hover) {
  .form__button:hover {
    opacity: 0.85;
    transform: translateY(0.0625rem);
  }
}
@media (hover: none) {
  .form__button:active {
    opacity: 0.85;
    transform: translateY(0.0625rem);
  }
}
@media only screen and (max-width: 767.499px) {
  .form__button {
    width: 100%;
  }
}
.form__input_wrapper .label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.form__input_wrapper .label span {
  font-size: 0.75rem;
  color: #e53935;
}
.form__input_wrapper .label .note {
  font-size: 0.6875rem;
  color: #777;
  font-weight: 400;
}

.input__container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.input {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #ccc;
  font-size: 0.875rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input:focus {
  border-color: #ff8a00;
  box-shadow: 0 0 0 0.0625rem rgba(255, 138, 0, 0.25);
  outline: none;
}

.validation {
  min-height: 1rem;
  font-size: 0.75rem;
  color: #e53935;
}

.checkbox__set {
  margin-top: 0.5rem;
}

.checkbox__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
}

.checkbox__text {
  line-height: 1.7;
}

.privacy-validation {
  min-height: 1rem;
  font-size: 0.75rem;
  color: #e53935;
  margin-top: 0.25rem;
}

.button__wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.thanks {
  padding-top: 6.6875rem;
  padding-bottom: 6.25rem;
  background-color: #FEF8F2;
  min-height: 100vh;
}
@media only screen and (max-width: 767.499px) {
  .thanks {
    padding-top: 7.4375rem;
    padding-bottom: 13.25rem;
  }
}
.thanks__inner {
  max-width: 87.5rem;
}
@media only screen and (max-width: 767.499px) {
  .thanks__inner {
    padding-inline: 1.8125rem;
    padding-right: 3.25rem;
  }
}
.thanks__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: left;
}
.thanks__text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: left;
}
.thanks__text:nth-of-type(1) {
  margin-top: 2.8125rem;
}
.thanks__text:nth-of-type(2) {
  margin-top: 1.125rem;
}
.thanks__text:nth-of-type(3) {
  margin-top: 1.125rem;
}
.thanks__text:nth-of-type(4) {
  margin-top: 1.125rem;
}
.thanks__btn-wrapper {
  text-align: left;
  margin-top: 4.4375rem;
}
@media only screen and (max-width: 767.499px) {
  .thanks__btn-wrapper {
    margin-top: 1.625rem;
  }
}
.thanks__btn {
  padding-top: 0.375rem;
  padding-inline: 1.125rem;
  padding-bottom: 0.375rem;
  background: #f99233;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  border-radius: 0.90625rem;
}
.thanks__btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767.499px) {
  .thanks__btn {
    margin-top: 1.875rem;
  }
}

.thanks-header {
  top: 1.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .thanks-header {
    top: 1.25rem;
  }
}

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