*,
*::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: 92.5rem;
  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;
  }
}

.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: 135px;
  position: relative;
  overflow: hidden;
}
.fv::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(144, 203, 173, 0.5) 0%, rgba(144, 203, 173, 0) 70%);
  filter: blur(60px);
  z-index: 0;
}
@media only screen and (max-width: 767.499px) {
  .fv::before {
    left: -145px;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv {
    padding-top: 158px;
  }
}
.fv__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 72px;
  padding-right: 51px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .fv__inner {
    padding-left: 24px;
    padding-right: 22px;
  }
}
.fv__list--wrapper {
  display: flex;
  gap: 11.81px;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 767.499px) {
  .fv__list--wrapper {
    margin-right: 0;
  }
}
.fv__list--wrapper span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4333333333;
  color: #1e214b;
}
@media only screen and (max-width: 767.499px) {
  .fv__list--wrapper {
    margin-left: 3px;
    gap: 5px;
  }
}
.fv__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv__item {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4333333333;
  color: #f99233;
  border: 1.18px solid #96DDA3;
  white-space: nowrap;
}
.fv__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7.5px;
  width: 14.17px;
  height: 14.17px;
  border-radius: 50%;
  background-color: #96DDA3;
}
@media only screen and (max-width: 767.499px) {
  .fv__item:not(:first-child)::after {
    width: 7px;
    height: 7px;
    left: -4px;
  }
}
.fv__item:nth-child(1) {
  padding: 18.89px 50.03px 18.39px 51.77px;
}
@media only screen and (max-width: 767.499px) {
  .fv__item:nth-child(1) {
    padding: 7.5px 13px 7.5px 10px;
  }
}
.fv__item:nth-child(2) {
  padding: 18.89px 38.47px 18.39px 42.32px;
}
@media only screen and (max-width: 767.499px) {
  .fv__item:nth-child(2) {
    padding: 7.5px 10px 7.5px 6px;
  }
}
.fv__item:nth-child(3) {
  padding: 18.89px 16.42px 18.39px 39.52px;
}
@media only screen and (max-width: 767.499px) {
  .fv__item:nth-child(3) {
    padding: 7.5px 7px 7.5px 6px;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__item {
    font-size: 18px;
    line-height: 1.2222222222;
    white-space: nowrap;
  }
}
.fv__title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4565217391;
  letter-spacing: 0.03em;
  color: #1e214b;
  margin-top: -3px;
}
@media only screen and (max-width: 1200px) {
  .fv__title {
    font-size: 42px;
    line-height: 1.0952380952;
    margin: 4px 0 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__title {
    font-size: 36px;
    line-height: 1.1111111111;
  }
}
.fv__title--highlight {
  font-size: 70px;
  font-weight: 700;
  color: #1E214B;
  line-height: 1.2;
  display: inline;
  letter-spacing: 0.03em;
  background: linear-gradient(#f99233, #f99233) center calc(100% + 4px)/98% 11px no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767.499px) {
  .fv__title--highlight {
    font-size: 56px;
    line-height: 1.2857142857;
    background: linear-gradient(#f99233, #f99233) center 91%/95% 9px no-repeat;
  }
}
.fv__title--narrow {
  letter-spacing: -0.17em;
}
.fv__title--small {
  vertical-align: middle;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1956521739;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .fv__title--small {
    font-size: 43px;
    line-height: 1.0930232558;
  }
}
.fv__image--list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 21px;
  margin-top: 97.5px;
}
@media only screen and (max-width: 767.499px) {
  .fv__image--list {
    gap: 16px;
    margin-top: 24px;
  }
}
.fv__image--item {
  width: 32.27%;
  border-radius: 30px;
  overflow: hidden;
}
.fv__image--item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.fv__cta--pc {
  position: absolute;
  top: -37px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  display: inline-block;
  padding: 18px 60px 18px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  background-color: #F99233;
  border-radius: 68px;
  transition: background-color 0.3s ease;
}
.fv__cta--pc:hover {
  background-color: #1E214B;
}
@media only screen and (max-width: 1200px) {
  .fv__cta--pc {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-right: initial;
    padding: 16.5px 80.5px 16.5px 30px;
    letter-spacing: -0.04em;
  }
}
.fv__arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.fv__arrow::after {
  content: "";
  position: absolute;
  right: 5.14px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #1E214B;
}
.fv__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;
}
.fv__cta--label {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #1E214B;
  width: 155px;
  padding: 2px 10px;
  border-radius: 3px;
}

@media only screen and (max-width: 767.499px) {
  .fv__column {
    width: 100%;
    display: flex;
    gap: 14px;
    margin-top: 118px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__column--list {
    display: flex;
    gap: 14px;
    animation: fv-loop 12s linear infinite;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__column--item {
    width: 271px;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__column--item img {
    aspect-ratio: 1/1;
  }
}

@media only screen and (max-width: 767.499px) {
  .fv__column.only-sp {
    margin-top: 117px;
    position: relative;
    overflow: initial;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__column.only-sp .fv__column--inner {
    display: flex;
    gap: 14px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767.499px) {
  .fv__column.only-sp .fv__cta.fv__cta--sp {
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 17px 80px 17px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
    color: #fff;
    white-space: nowrap;
    background-color: #F99233;
    border-radius: 68px;
    transition: background-color 0.3s ease;
  }
  .fv__column.only-sp .fv__cta.fv__cta--sp:hover {
    background-color: #1E214B;
  }
}
.fv__column.only-sp .fv__cta--label {
  top: -12px;
}

@keyframes fv-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-855px);
  }
}
.about {
  position: relative;
  padding-top: 86px;
  padding-bottom: 199px;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .about {
    padding-top: 173px;
    padding-bottom: 129%;
  }
}
.about__inner {
  max-width: 1160px;
  margin-inline: auto;
}
@media only screen and (max-width: 767.499px) {
  .about__inner {
    position: relative;
    z-index: 10;
    padding-inline: 16px;
  }
}
.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: 8px;
}
.about__logo {
  width: 227px;
}
@media only screen and (max-width: 767.499px) {
  .about__logo {
    width: 201px;
  }
}
.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: 28px;
  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: 24px;
    line-height: 1.2083333333;
  }
}
.about__title2 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media only screen and (max-width: 767.499px) {
  .about__title2 {
    font-size: 24px;
    margin-top: 31px;
    line-height: 1.5833333333;
  }
}
.about__title2 span:first-child {
  display: inline;
  background: linear-gradient(#F99233, #F99233) 0 calc(100% - 3px)/100% 4px no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.03em;
}
.about__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #000;
  margin-top: 39px;
  margin-left: 8px;
  letter-spacing: 0.047em;
}
.about__text span {
  color: #F99233;
}
@media only screen and (max-width: 767.499px) {
  .about__text {
    margin-top: 26px;
    margin-left: initial;
    font-size: 15px;
    line-height: 1.8;
  }
}
.about__list {
  border-radius: 5px;
  padding: 35px 31px 32px 40px;
  margin-top: 50px;
  margin-left: 7px;
  width: 72.07%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 46px;
}
@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: 38px;
    margin-left: initial;
    padding: 23px 20px 27px;
    flex-direction: column;
    gap: 13px;
  }
}
.about__list--title {
  font-size: 22px;
  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: 18px;
    line-height: 1.5;
  }
}
.about__list--item {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: -4px;
}
@media only screen and (max-width: 767.499px) {
  .about__list--item {
    font-size: 15px;
    line-height: 1.6;
  }
}
.about__list--item-text {
  position: absolute;
  bottom: 0;
  right: -6px;
  font-size: 18px;
  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: -1px;
    bottom: 2px;
    font-size: 15px;
    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: 833px;
  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: 669px;
  }
}
.about__image1 {
  position: absolute;
  top: 4%;
  left: 4.5%;
  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: 12px;
  }
}
.about__image2 {
  width: 24.34%;
  position: absolute;
  top: 35%;
  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: 10%;
  bottom: 8%;
  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: -5%;
  top: 20%;
}
@media only screen and (max-width: 767.499px) {
  .about__image4 {
    width: 35.77%;
    right: 0%;
    top: 18%;
  }
}
.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: 49px;
}
@media only screen and (max-width: 767.499px) {
  .works {
    padding-top: 53px;
  }
}
.works__inner {
  max-width: 1160px;
}
@media only screen and (max-width: 767.499px) {
  .works__inner {
    padding-inline: 16px;
  }
}
.works__heading {
  text-align: center;
  font-size: 28px;
  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: 24px;
    line-height: 1.5;
  }
}
.works__sub-title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.09em;
  color: #1E214B;
  margin-top: 11px;
}
@media only screen and (max-width: 767.499px) {
  .works__sub-title {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 9px;
  }
}
.works__flex {
  display: flex;
  gap: 20px;
  margin-top: 43px;
}
@media only screen and (max-width: 767.499px) {
  .works__flex {
    flex-direction: column;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767.499px) {
  .works__card-body--companies {
    margin-top: 5px;
  }
}
.works__card-wrapper--left {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@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: 20px;
}
.works__card-wrapper--bottom .works__card--num {
  z-index: 2;
}
.works__card-num {
  position: relative;
  z-index: 2;
  font-size: 97px;
  font-weight: 700;
  color: #F99233;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.works__card-num span {
  font-size: 46px;
  font-weight: 900;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .works__card-num {
    font-size: 76px;
    letter-spacing: -0.02em;
  }
  .works__card-num span {
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 1.6052631579;
  }
}
.works__card {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 22px 32px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .works__card {
    padding: 22px 27px;
  }
}
.works__card--total {
  position: relative;
  padding: 64px 32px 57px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--total {
    padding: 43px 27px 40px;
  }
}
.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: 5px;
  }
}
.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: 22px 32px 33px;
}
.works__card--scale .works__card-body {
  margin-top: 19px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-body {
    margin-top: 7px;
  }
}
.works__card--scale .works__card-title-scale {
  font-size: 22px;
  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: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.works__card--scale .works__card-title-scale--right {
  display: inline-block;
  text-align: right;
  margin-left: 25px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-title-scale--right {
    margin-left: 15px;
  }
}
.works__card--scale .works__scale-list {
  display: flex;
  justify-content: space-between;
  margin-left: 4px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__scale-list {
    margin-top: 12px;
    margin-left: initial;
  }
}
.works__card--scale .works__card-num {
  font-size: 90px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale .works__card-num {
    font-size: 76px;
    transform: translateY(-9px);
  }
}
@media only screen and (max-width: 767.499px) {
  .works__card--scale {
    padding: 21px 27px 14.5px;
  }
}
.works__card--chart {
  padding: 24px 49px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--chart {
    padding: 20px 27px 31px;
  }
}
.works__card--chart .works__card-body--chart {
  margin-top: 47px;
}
@media only screen and (max-width: 767.499px) {
  .works__card--chart .works__card-body--chart {
    margin-top: 20px;
  }
}
.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: 46px 0 24px 32px;
}
@media only screen and (max-width: 767.499px) {
  .works__card-left--items {
    width: 100%;
    padding: 28px 0 41px 27px;
  }
}
.works__card-left--items .works__card-title {
  line-height: 1;
}
.works__card-left--items .works__card-num {
  margin-top: 5px;
  margin-left: 2px;
  font-size: 100px;
  letter-spacing: -0.02em;
}
.works__card-left--items .works__card-num span {
  vertical-align: middle;
  margin-left: 9px;
}
@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: 70px;
    margin-top: 16px;
  }
}
.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: 5px;
  }
}
.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: 32px;
  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: 22px;
    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: 10px;
    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 {
  background-color: #F99233;
  padding-top: 57px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}
.contact-cta__inner {
  max-width: 738px;
  text-align: center;
}
.contact-cta__title {
  font-size: 15px;
  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: 13px;
    font-weight: 700;
    line-height: 1.4615384615;
  }
}
.contact-cta__sub-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  padding-left: 65px;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__sub-title {
    font-size: 28px;
    line-height: 1.3928571429;
    text-align: center;
    margin-top: 45px;
    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: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.268125;
  color: #000;
  padding: 4.7px 12px;
  background-color: #FFF600;
  border-radius: 3px;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__title-highlight {
    top: initial;
    left: 50%;
    transform: translateX(-50%) translateY(-29px);
    padding: 2.3px 12px;
  }
}
.contact-cta__title-strong {
  color: #FFF600;
}
.contact-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 43px;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__buttons {
    margin-top: 55px;
    gap: 39px;
    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: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #fff;
  background-color: #F99233;
  border-radius: 68px;
  padding: 17px 69px 15px 27px;
  border: 1px 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: 17px 103px 15px 27px;
}
.contact-cta__arrow {
  position: absolute;
  right: 11.2px;
  top: 50%;
  transform: translateY(-50%);
  width: 17.04px;
  height: 17.04px;
  border-radius: 50%;
  background-color: #fff;
}
.contact-cta__arrow::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background-color: #1E214B;
}
.contact-cta__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;
}
.contact-cta__catch {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -19px);
  display: inline-block;
  background-color: #1E214B;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 14.5px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .contact-cta__catch {
    font-size: 15px;
    padding: 6px 12px;
    margin-bottom: 20px;
    padding: 9.5px 19px;
    letter-spacing: 0.06em;
  }
}
.contact-cta__catch--line {
  font-size: 15px;
  background-color: #2BC542;
  padding: 9.5px 8.5px 9.5px 13px;
}

.problem {
  background-color: #FFF9F3;
  padding-top: 82px;
}
@media only screen and (max-width: 767.499px) {
  .problem {
    padding-top: 73px;
  }
}
.problem__inner {
  max-width: 1160px;
}
@media only screen and (max-width: 767.499px) {
  .problem__inner {
    padding-inline: 16px;
  }
}
.problem__title {
  text-align: center;
  font-size: 28px;
  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: 24px;
    line-height: 1.5;
  }
}
.problem__title--catch {
  position: relative;
  z-index: 0;
}
.problem__title--catch::before {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 5px;
  background-color: #F99233;
  z-index: -1;
}
.problem__card {
  background-color: #fff;
  border: 3px solid #1E214B;
  border-radius: 5px 5px 0 0;
  padding: 37px 67px 68px;
  margin-top: 35px;
}
@media only screen and (max-width: 767.499px) {
  .problem__card {
    padding: 41px 17px 70px;
  }
}
.problem__sub-title {
  font-size: 24px;
  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: 22px;
    line-height: 1.65;
  }
}
.problem__intro {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #1E214B;
  text-align: center;
  margin-top: 17px;
}
@media only screen and (max-width: 767.499px) {
  .problem__intro {
    font-size: 17px;
    line-height: 1.8235294118;
    margin-top: 14px;
  }
}
.problem__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .problem__list {
    margin-top: 24px;
  }
}
.problem__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767.499px) {
  .problem__item {
    position: relative;
    gap: initial;
  }
}
.problem__item:nth-child(2) {
  margin-top: -9px;
}
@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: 15px;
  }
}
.problem__item:nth-child(3) {
  margin-top: -11px;
}
@media only screen and (max-width: 1200px) {
  .problem__item:nth-child(3) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__item:nth-child(3) {
    margin-top: 15px;
  }
}
.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: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #F99233;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .problem__icon {
    width: 100px;
    height: 100px;
    border: 2px solid #F99233;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__icon--third {
    position: relative;
    top: 19px;
  }
}
.problem__bubble {
  flex: 1;
  background-color: #1E214B;
  color: #fff;
  padding: 23px 19px 26px;
  border-radius: 3px;
  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: 19px;
  height: 19px;
  left: -15px;
  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: 12px;
    height: 11.78px;
    top: initial;
    transform: initial;
    left: 47px;
    bottom: -8px;
    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: 8px 17px 10px;
    align-self: flex-start;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--second {
    padding: 13px 17px 14px;
    align-self: flex-start;
    width: 75.15%;
    margin-right: -21px;
  }
}
.problem__bubble--second::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  left: initial;
  right: -15px;
  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: 12px;
    height: 11.78px;
    top: initial;
    transform: initial;
    right: 63px;
    bottom: -11px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}
.problem__bubble--third {
  padding: 21.5px 33px 21.5px 19px;
  align-self: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--third {
    padding: 12.94px 2px;
    padding-left: 15px;
    width: 75.15%;
    margin-left: -21px;
  }
}
.problem__bubble--third::before {
  top: 31px;
  transform: initial;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble--third::before {
    position: absolute;
    top: initial;
    left: 39px;
    bottom: -12px;
    width: 16px;
    height: 16px;
    background: #1E214B;
  }
}
.problem__bubble-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767.499px) {
  .problem__bubble-text {
    font-size: 16px;
    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: 70px;
  background-color: #1E214B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 767.499px) {
  .problem__arrow {
    height: 35px;
  }
}

.strength {
  background-color: #FFF9F3;
  padding-top: 28px;
  padding-bottom: 107px;
}
@media only screen and (max-width: 767.499px) {
  .strength {
    padding-top: 62px;
    padding-bottom: 99px;
  }
}
.strength__inner {
  max-width: 1160px;
}
@media only screen and (max-width: 767.499px) {
  .strength__inner {
    padding-inline: 16px;
  }
}
.strength__intro1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2142857143;
  color: #1E214B;
  transform: translateX(-8px);
}
.strength__intro1 img {
  display: inline-block;
  aspect-ratio: 227/50;
  width: 227px;
  transform: translateX(-9px);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro1 img {
    width: 189px;
    aspect-ratio: 189/42;
  }
}
.strength__intro1 span {
  transform: translateY(5px);
}
@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: 24px;
    line-height: 1.5;
    transform: translateX(9px);
  }
}
.strength__intro2 {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1E214B;
  line-height: 1.2;
  margin-top: 13px;
  transform: translateX(4px);
}
.strength__intro2 span {
  font-size: 66px;
  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(-9px);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro2 span {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3958333333;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__intro2 {
    font-size: 28px;
    line-height: 1.2142857143;
    margin-top: 28px;
    letter-spacing: -0.06em;
  }
}
.strength__intro3 {
  text-align: center;
  font-size: 49px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1E214B;
  line-height: 1.6;
  margin-top: -10px;
  transform: translateX(-8px);
}
@media only screen and (max-width: 767.499px) {
  .strength__intro3 {
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #1E214B;
    line-height: 1.3958333333;
    margin-top: 1px;
    margin-left: 15px;
  }
}
.strength__intro3 span:first-child {
  color: #F99233;
}
.strength__intro3--text {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1E214B;
  position: relative;
  top: -23px;
  left: 8px;
}
@media only screen and (max-width: 767.499px) {
  .strength__intro3--text {
    font-size: 28px;
    letter-spacing: -0.06em;
    top: -3px;
    left: 8px;
    white-space: nowrap;
  }
}
.strength__card {
  border: 3px solid #F99233;
  border-radius: 5px;
  background-color: #fff;
}
.strength__card--first {
  margin-top: 9px;
  padding: 34px 80px 48px;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--first {
    margin-top: 52px;
    padding: 53px 0 62px 0;
  }
}
.strength__card--second {
  margin-top: 30px;
  padding: 43px 60px 107px;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--second {
    padding: 52px 0 60px 0;
  }
}
.strength__card--title {
  font-size: 24px;
  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: 20px;
    line-height: 1.6;
    padding-left: 31px;
    padding-right: 11px;
  }
}
.strength__card--title span {
  color: #F99233;
}
.strength__card--contents {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--contents {
    margin-top: 14px;
    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: 5.4px;
  margin-top: -14px;
}
.strength__image--arrow img {
  aspect-ratio: 123.66/257;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circles {
    margin-top: -20px;
    display: flex;
  }
}
.strength__image--circle {
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle img {
    position: absolute;
    left: 35px;
    bottom: -36px;
    display: inline-block;
    width: 20px;
    height: 42px;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle:not(:first-child) {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle:first-child img {
    left: initial;
    right: 13px;
  }
}
.strength__image--circle:last-child img {
  left: 18px;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 81px;
    height: 81px;
    background-color: #F99233;
    border-radius: 50%;
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__image--circle-text {
    font-size: 13px;
    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: -36px;
  margin-left: 21.34px;
}
.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: -80px;
  width: 31px;
  aspect-ratio: 29/45;
}
.strength__image--logo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  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: 83px;
  }
}
.strength__image--result {
  width: 22.9597%;
  margin-top: -30px;
  margin-left: 11px;
}
.strength__image--result img {
  aspect-ratio: 211/216;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--result-wrapper {
    display: flex;
    gap: 26px;
    margin-top: 70px;
    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: 38px;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--text1 {
    font-size: 20px;
    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: 40px;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #F99233;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--number span {
    font-size: 76px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F99233;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__result--text2 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #F99233;
  }
}
.strength__image--man {
  width: 11.5%;
  margin-top: 36px;
  margin-left: 12px;
}
@media only screen and (max-width: 767.499px) {
  .strength__image--man {
    width: 79px;
    margin-top: 22px;
    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: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  margin-top: 14px;
}
@media only screen and (max-width: 767.499px) {
  .strength__card--text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 15px;
  }
}
.strength__plus--wrapper {
  margin-top: 25px;
}
@media only screen and (max-width: 767.499px) {
  .strength__plus--wrapper {
    margin-top: 30px;
  }
}
.strength__plus--item {
  width: 50px;
  height: 50px;
  position: relative;
  margin-inline: auto;
}
.strength__plus--item::before, .strength__plus--item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 3px;
  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: 43px;
}
@media only screen and (max-width: 1200px) {
  .strength__plan-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.499px) {
  .strength__plan-wrapper {
    flex-direction: column;
    gap: 13px;
    margin-top: 25px;
  }
}
.strength__plan--image {
  width: 21%;
  min-width: 200px;
  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: 23px;
  }
}
.strength__plan--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: #1E214B;
  transform: translateY(12px);
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.strength__plan--list {
  margin-top: 20px;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--list {
    margin-top: 13px;
  }
}
.strength__plan--item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 11px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--item {
    gap: 18px;
    padding-top: 15px;
    padding-bottom: 17px;
  }
}
.strength__plan--item-num {
  color: #1E214B;
  font-size: 27px;
  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: 22px;
    line-height: 1.4545454545;
  }
}
.strength__plan--item-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
  transform: translateY(5px);
}
.strength__plan--item-text span {
  color: #F99233;
}
@media only screen and (max-width: 767.499px) {
  .strength__plan--item-text {
    font-size: 18px;
    line-height: 1.5;
  }
}

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

.point {
  background-color: #fff;
  padding-top: 80px;
}
@media only screen and (max-width: 767.499px) {
  .point {
    padding-top: 93px;
  }
}
.point__inner {
  max-width: 1160px;
}
@media only screen and (max-width: 767.499px) {
  .point__inner {
    padding-inline: 14px;
  }
}
.point__title {
  text-align: center;
  font-size: 28px;
  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% - 5px)/100% 5px no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767.499px) {
  .point__title span {
    padding-left: 17px;
    background: linear-gradient(#F99233, #F99233) center calc(100% - 3px)/92% 5px no-repeat;
  }
}
@media only screen and (max-width: 767.499px) {
  .point__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.point__sub-title {
  text-align: center;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .point__sub-title {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 8px;
  }
}
.point__intro {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 48px;
}
@media only screen and (max-width: 767.499px) {
  .point__intro {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
  }
}
.point__graph--wrapper {
  display: flex;
  justify-content: center;
  margin-top: 53px;
  position: relative;
  width: 430px;
  margin-inline: auto;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--wrapper {
    width: 100%;
    margin-top: 35px;
  }
}
.point__graph--wrapper::after {
  content: "";
  position: absolute;
  bottom: 52px;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--wrapper::after {
    bottom: 50px;
  }
}
.point__graph--border-title {
  display: block;
  height: 285px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #727272;
  margin-left: 64px;
}
.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: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 23px;
    text-align: center;
    height: 265px;
  }
}
.point__graph--item-border {
  transform: translateX(-50%);
  width: 16px;
  height: 278px;
  border: 1px solid #727272;
  border-right: none;
  margin-left: 12px;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-border {
    height: 260px;
    margin-left: 10px;
  }
}
.point__graph--item {
  width: 100px;
  min-height: 338px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -16px;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item {
    min-height: 314px;
    justify-content: initial;
  }
}
.point__graph--bar {
  width: 100px;
  height: 285px;
  background-color: #d9d9d9;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--bar {
    width: 100px;
    padding: 18px 8px 31px;
    height: 265px;
  }
}
.point__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1E214B;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .point__text {
    font-size: 14px;
    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: 45px;
  font-weight: 700;
  color: #1E214B;
  text-align: center;
}
.point__num--highlight {
  display: inline;
  background: linear-gradient(#F99233, #F99233) 0 calc(100% - 2px)/100% 5px 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: 38px;
    line-height: 1;
  }
}
.point__unit {
  font-size: 26px;
  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: 22px;
  }
}
.point__graph--item-title-text {
  margin-top: 21px;
  font-size: 18px;
  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: 16px;
    line-height: 1.8125;
    margin-top: 19px;
  }
}
.point__graph--item-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 4px;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-right {
    margin-left: 9px;
  }
}
.point__graph--item-upper {
  position: relative;
  width: 100px;
  background-color: #96DDA3;
  padding: 38px 23px 33px;
  height: 172px;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-upper {
    padding: 33px 27px 34px;
    height: 153px;
  }
}
.point__graph--item-upper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 25px;
  background-color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-upper::before {
    bottom: -6px;
  }
}
.point__graph--item-upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #1E214B;
  border-right: 3px solid #1E214B;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 767.499px) {
  .point__graph--item-upper::after {
    width: 16px;
    height: 16px;
    bottom: -6px;
  }
}
.point__graph--bar-under {
  width: 100px;
  height: 113px;
  background-color: #d9d9d9;
  padding: 12px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .point__graph--bar-under {
    padding: 13px 25px;
  }
}
.point__logo {
  width: 138px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.point__logo img {
  aspect-ratio: 138/30;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .point__logo {
    margin-top: 19px;
  }
}
.point__column {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 104px;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .point__column {
    margin-top: 77px;
  }
}
.point__column--list {
  animation: point-loop 20s linear infinite;
  display: flex;
  gap: 20px;
}
@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(-1750px);
  }
}
@keyframes point-loop-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1480px);
  }
}
.point__column--item {
  width: 330px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .point__column--item {
    width: 276px;
  }
}
.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: 80px;
  padding-bottom: 124px;
}
@media only screen and (max-width: 767.499px) {
  .voice {
    padding-top: 73px;
    padding-bottom: 79px;
  }
}
.voice__inner {
  max-width: 1160px;
}
@media only screen and (max-width: 767.499px) {
  .voice__inner {
    padding-inline: 16px;
  }
}
.voice__title {
  text-align: center;
  font-size: 28px;
  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: 24px;
    line-height: 1.5;
  }
}
.voice__sub-title {
  text-align: center;
  margin-top: 11px;
  font-size: 15px;
  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: 13px;
    margin-top: 8px;
    line-height: 1.4615384615;
  }
}
.voice__card {
  margin-top: 54px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@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: 38px;
  }
}
.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: 20px;
  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: 17px;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .voice__card--right .voice__body--company-name-wrapper {
    gap: 0px;
    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: 3px;
  }
}
.voice__card--item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 13px 30px;
  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: 40px 23px 41px 37px;
}
.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: 38px 20px 40px;
  }
}
.voice__card--item-second {
  display: flex;
  align-items: center;
  gap: 40px;
}
@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: 35px 20px 40px;
    flex-direction: column;
    gap: 32px;
    align-items: initial;
  }
}
.voice__card--item-third {
  display: flex;
  align-items: center;
  gap: 40px;
}
@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: 35px 20px 40px;
    flex-direction: column;
    gap: 34px;
    align-items: initial;
  }
}
.voice__company--wrapper {
  display: flex;
  gap: 138px;
}
@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: 64px;
  }
}
.voice__company--wrapper-second {
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .voice__company--wrapper-second {
    display: flex;
    gap: 50px;
  }
}
.voice__company--wrapper-third {
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .voice__company--wrapper-third {
    display: flex;
    gap: 50px;
  }
}
.voice__body--text {
  font-size: 28px;
  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: 22px;
    line-height: 1.8181818182;
  }
}
.voice__body--text-second {
  font-size: 23px;
  line-height: 1.7826086957;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--text-second {
    font-size: 22px;
    line-height: 1.8181818182;
  }
}
.voice__body--text-third {
  font-size: 23px;
  line-height: 1.7826086957;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--text-third {
    font-size: 22px;
    line-height: 1.8181818182;
  }
}
.voice__body--company {
  font-size: 18px;
  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: 16px;
    line-height: 1.8125;
  }
}
.voice__body--icon-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 9px;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--icon-wrapper {
    margin-top: 6px;
  }
}
.voice__body--icon-wrapper img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.voice__body--item-image {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  border: 1px solid #f99233;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice__body--item-image img {
  width: 96px;
  object-fit: cover;
  aspect-ratio: 96/28;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image img {
    width: 68.57pxpx;
    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: 100px;
    height: 100px;
  }
}
.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: 104px;
  aspect-ratio: 104/22;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image-second img {
    width: 74.29px;
    aspect-ratio: 74.29/15.71;
  }
}
.voice__body--item-image-third img {
  width: 96px;
  aspect-ratio: 96/39;
}
@media only screen and (max-width: 767.499px) {
  .voice__body--item-image-third img {
    width: 65.87px;
    aspect-ratio: 65.87/27.86;
  }
}
.voice__bubble {
  background-color: #1E214B;
  border-radius: 3px;
  padding: 13px 15px 21px 19px;
  margin-top: 53px;
  position: relative;
}
.voice__bubble::after {
  content: "";
  position: absolute;
  top: -12.5px;
  left: 79.5%;
  width: 19px;
  height: 19px;
  background-color: #1E214B;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble::after {
    top: -14.5px;
    left: 77.5%;
  }
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble {
    margin-top: 30px;
    padding: 14px 16px 20px;
  }
}
.voice__bubble--second {
  margin-top: 10px;
  padding: 6px 17px 11px 17px;
}
.voice__bubble--second::after {
  left: initial;
  right: -15.5px;
  top: 18%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--second::after {
    top: -14.5px;
    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: 14px 17px 18px 17px;
  }
}
.voice__bubble--third {
  margin-top: 10px;
  padding: 6px 10px;
}
.voice__bubble--third::after {
  left: initial;
  right: -15.5px;
  top: 20%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--third::after {
    top: -14.5px;
    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: 14px 15px 18px;
  }
}
.voice__bubble--text {
  font-size: 20px;
  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: 17px;
    line-height: 1.4117647059;
  }
}
.voice__bubble--text-second {
  font-size: 18px;
  line-height: 1.3888888889;
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--text-second {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
.voice__bubble--text-third {
  font-size: 17px;
  line-height: 1.1764705882;
}
@media only screen and (max-width: 767.499px) {
  .voice__bubble--text-third {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}

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

.support {
  padding-top: 80px;
  padding-bottom: 101px;
  background-color: #fff9f3;
}
@media only screen and (max-width: 767.499px) {
  .support {
    padding-top: 73px;
    padding-bottom: 61px;
  }
}
.support__inner {
  max-width: 1160px;
  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: 25px;
  }
}
.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: 28px;
  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% - 2px)/100% 5px no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767.499px) {
  .support__title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
.support__sub--title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  color: #1E214B;
  margin-top: 23px;
}
@media only screen and (max-width: 767.499px) {
  .support__sub--title {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 10px;
    text-align: center;
  }
}
.support__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #000;
  margin-top: 32px;
}
@media only screen and (max-width: 767.499px) {
  .support__text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 29px;
    text-align: center;
    padding-inline: 19px;
  }
}
.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: 16px;
  }
}

.support-case__card {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 70px;
  padding-top: 21px;
  padding-bottom: 44px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .support-case__card {
    margin-top: 60px;
    padding-top: 32px;
    padding-bottom: 39px;
  }
}
.support-case__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-case__title {
    font-size: 22px;
    line-height: 1.65;
  }
}
.support-case__wrapper {
  display: flex;
  margin-top: 13px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__wrapper {
    margin-top: 28px;
    flex-direction: column;
  }
}
.support-case__item {
  width: 51%;
  padding-left: 30px;
  padding-right: 36px;
}
.support-case__item:first-child {
  padding-right: 16px;
}
@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: 1px;
    background-color: #1E214B;
    margin-inline: auto;
  }
}
.support-case__item:not(:first-child) {
  flex: 1;
  border-left: 1px solid #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-case__item:not(:first-child) {
    border-left: none;
    padding-top: 33px;
  }
}
.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: 20px;
    padding-right: 20px;
  }
}
.support-case__heading {
  font-size: 24px;
  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: 22px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #1E214B;
    margin-top: 0;
  }
}
.support-case__labels {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__labels {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-case__labels--second {
    margin-top: 13px;
  }
}
.support-case__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  border-radius: 3px;
  color: #fff;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label {
    font-size: 14px;
    line-height: 1.2;
    height: 26px;
  }
}
.support-case__label--blue-left {
  background: #1e214b;
  width: 119px;
}
.support-case__label--orange {
  background: #f99233;
  width: 119px;
  margin-left: 7px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label--orange {
    margin-left: 10px;
  }
}
.support-case__label--blue-right {
  background: #1e214b;
  width: 109px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label--blue-right {
    width: 119px;
  }
}
.support-case__label--green {
  background: #4caf50;
  width: 119px;
  margin-left: 13px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__label--green {
    margin-left: 10px;
  }
}
.support-case__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #000;
  margin-top: 23px;
}
.support-case__text span {
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .support-case__text {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 15px;
  }
}
.support-case__result {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result {
    margin-top: 20px;
    padding-bottom: 32px;
  }
}
.support-case__result-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-height: 81px;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-item {
    min-height: 65px;
  }
}
.support-case__result-label {
  display: block;
  font-size: 16px;
  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: 14px;
    line-height: 1;
  }
}
.support-case__result-value {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #f99233;
}
.support-case__result-value span {
  font-size: 54px;
  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: 48px;
    line-height: 1.1041666667;
    letter-spacing: 0.03em;
  }
}
.support-case__result-value--small {
  font-size: 40px;
  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: 35px;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}
.support-case__result-value--small-right {
  font-size: 24px;
  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: 20px;
    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: 98px;
  aspect-ratio: 98/32;
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value--flex img {
    width: 41px;
    aspect-ratio: 41/40;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-case__result-value {
    font-size: 25px;
    line-height: 1.24;
  }
}

.support-voice__list {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__list {
    margin-top: 50px;
  }
}
.support-voice__item {
  padding-bottom: 36px;
  border-bottom: 1px solid #1E214B;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item {
    padding-bottom: 37px;
  }
}
.support-voice__item:last-of-type {
  border-bottom: none;
}
.support-voice__item--first .support-voice__icon {
  margin-top: 5px;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--first .support-voice__icon {
    margin-top: initial;
  }
}
.support-voice__item--second {
  margin-top: 26px;
}
.support-voice__item--second .support-voice__icon {
  margin-top: 5px;
}
@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: 39px;
  }
}
.support-voice__item--third {
  margin-top: 33px;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--third {
    margin-top: 40px;
  }
}
.support-voice__item--flex {
  display: flex;
  gap: 29px;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__item--flex {
    align-items: center;
    gap: 15px;
  }
}
.support-voice__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1E214B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-voice__icon img {
  width: 28px;
  aspect-ratio: 28/38;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__icon img {
    width: 24.5px;
    aspect-ratio: 24.5/33.25;
  }
}
@media only screen and (max-width: 767.499px) {
  .support-voice__icon {
    width: 70px;
    height: 70px;
  }
}
.support-voice__content {
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__content {
    flex: none;
  }
}
.support-voice__title {
  font-size: 22px;
  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: 20px;
    line-height: 1.4;
  }
}
.support-voice__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.375;
  color: #040000;
  margin-top: 14px;
}
@media only screen and (max-width: 767.499px) {
  .support-voice__text {
    font-size: 14px;
    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: 45px;
  }
}

.flow {
  padding-top: 92px;
  background: #fff;
}
@media only screen and (max-width: 767.499px) {
  .flow {
    padding-top: 73px;
  }
}
.flow__inner {
  max-width: 1076px;
}
.flow__title {
  font-size: 28px;
  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: 24px;
    line-height: 1.5;
  }
}
.flow__sub--title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #1E214B;
  text-align: center;
  margin-top: 11px;
}
@media only screen and (max-width: 767.499px) {
  .flow__sub--title {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 10px;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-inline: auto;
  margin-top: 45px;
}
.flow__list::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 85%;
  height: 3px;
  background: #1e214b;
  z-index: 0;
}
@media only screen and (max-width: 767.499px) {
  .flow__list::before {
    margin-inline: initial;
    top: 0;
    left: 107px;
    width: 3px;
    height: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .flow__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: initial;
    row-gap: 20px;
    padding-left: 69px;
    margin-top: 26px;
  }
}
.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: 24px;
  }
}
.flow__circle {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #1e214b;
  color: #fff;
  font-size: 15px;
  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: 25px;
  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: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .flow__circle span {
    font-size: 23px;
  }
}
.flow__text {
  font-size: 20px;
  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: 18px;
    line-height: 1.6111111111;
  }
}
.flow__desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  text-align: center;
  color: #000;
  margin-top: 40px;
}
.flow__desc span {
  color: #f99233;
}
@media only screen and (max-width: 767.499px) {
  .flow__desc {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 23px;
  }
}
.flow .contact-cta__buttons {
  margin-top: 62px;
}
@media only screen and (max-width: 767.499px) {
  .flow .contact-cta__buttons {
    margin-top: 54px;
  }
}

.area {
  padding-top: 87px;
  padding-bottom: 145px;
  background: #fff;
}
@media only screen and (max-width: 767.499px) {
  .area {
    padding-top: 72px;
    padding-bottom: 80px;
  }
}
.area__inner {
  max-width: 1159px;
}
.area__title {
  font-size: 28px;
  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: 24px;
    line-height: 1.5;
  }
}
.area__sub--title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  color: #1E214B;
  text-align: center;
  margin-top: 11px;
}
@media only screen and (max-width: 767.499px) {
  .area__sub--title {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 10px;
  }
}
.area__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -10px;
}
@media only screen and (max-width: 767.499px) {
  .area__content {
    flex-direction: column;
    margin-top: 39px;
  }
}
.area__text {
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .area__text {
    flex: none;
  }
}
.area__lead {
  font-size: 28px;
  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: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
.area__desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  color: #000;
  margin-top: 9px;
}
@media only screen and (max-width: 767.499px) {
  .area__desc {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    margin-top: 18px;
  }
}
.area__map {
  margin-top: -1px;
  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: 35px;
    width: 100%;
  }
}

.media {
  padding-top: 65px;
  padding-bottom: 109px;
  background: #FFF9F3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .media {
    padding-top: 73px;
    padding-bottom: 107px;
  }
}
.media__inner {
  max-width: 774px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.media__title {
  font-size: 28px;
  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: 24px;
    line-height: 1.5;
  }
}
.media__sub--title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4666666667;
  color: #1E214B;
  text-align: center;
  margin-top: 13px;
}
@media only screen and (max-width: 767.499px) {
  .media__sub--title {
    font-size: 13px;
    line-height: 1.4615384615;
    margin-top: 10px;
  }
}
.media__video {
  margin-top: 51px;
  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: 37px;
    aspect-ratio: 358/201;
    height: 201px;
  }
}
.media__image {
  margin-top: 51px;
  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: 19px;
  }
}
.media__bg {
  position: absolute;
  top: 320px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .media__bg {
    top: initial;
    bottom: 54px;
  }
}
.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: 46px;
  margin-right: 46px;
  flex: 0 0 auto;
}
.media__bg-item span {
  display: block;
  font-size: 95px;
  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: 75px;
    line-height: 1.5571428571;
  }
}
@keyframes media-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.contact {
  padding-top: 76px;
  padding-bottom: 100px;
  background: #f99233;
}
.contact__inner {
  max-width: 960px;
}
.contact__sub--title {
  font-size: 15px;
  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: 13px;
    line-height: 1.4615384615;
  }
}
.contact__title {
  font-size: 32px;
  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: 24px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
.contact__box {
  background: #fff;
  padding: 41px 50px 49px;
  border-radius: 5px;
  margin-top: 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .contact__box {
    padding: 31px 20px 40px;
    margin-top: 35px;
  }
}
.contact__form {
  width: 100%;
}
.contact__item--textarea {
  margin-top: 34px;
}
@media only screen and (max-width: 767.499px) {
  .contact__item--textarea {
    margin-top: 23px;
  }
}
.contact__label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  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: 16px;
    line-height: 1.8125;
  }
}
.contact__label--select {
  gap: 13px;
}
@media only screen and (max-width: 767.499px) {
  .contact__label--select {
    gap: 8px;
  }
}
.contact__label--company {
  gap: 8px;
}
.contact__label--name {
  gap: 9px;
}
.contact__label--email {
  gap: 8px;
}
.contact__label--phone {
  gap: 12px;
}
.contact__label--textarea {
  gap: 9px;
}
.contact__required {
  font-size: 15px;
  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: 13px;
    line-height: 2.0769230769;
  }
}
.contact__input--select {
  color: #A8A9AA;
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 7px 17px;
  border: 1px solid #A8A9AA;
  border-radius: 6px;
  font-size: 16px;
  background: #F8F9FA;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
  margin-top: 11px;
}
.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: 4px;
    padding: 7px 14px;
  }
}
.contact__input.error, .contact__textarea.error {
  border-color: #ff0000;
}
.contact__error {
  display: none;
  box-sizing: border-box;
  min-height: 2.8em;
  margin-top: 6px;
  font-size: 14px;
  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: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}
.contact__textarea {
  min-height: 200px;
  resize: vertical;
}
@media only screen and (max-width: 767.499px) {
  .contact__textarea {
    min-height: 195px;
  }
}
.contact__row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 767.499px) {
  .contact__row {
    flex-direction: column;
    margin-top: 25px;
    row-gap: 22px;
  }
}
.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: 30px;
}
@media only screen and (max-width: 767.499px) {
  .contact__btn-wrapper {
    margin-top: 37px;
  }
}
.contact__btn {
  background: #1E214B;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-inline: 94px;
  border-radius: 68px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  cursor: pointer;
}
@media only screen and (max-width: 767.499px) {
  .contact__btn {
    font-size: 16px;
    line-height: 1.4375;
    padding-bottom: 20px;
    padding-inline: 98px;
  }
}
.contact__success--message {
  font-size: 18px;
  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: 1px 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: 2px solid #ff8a00;
  border-bottom: 2px 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: 1px 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: 1px 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: 1px 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 1px 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: 107px;
  padding-bottom: 100px;
  background-color: #FEF8F2;
  min-height: 100vh;
}
@media only screen and (max-width: 767.499px) {
  .thanks {
    padding-top: 119px;
    padding-bottom: 212px;
  }
}
.thanks__inner {
  max-width: 1400px;
}
@media only screen and (max-width: 767.499px) {
  .thanks__inner {
    padding-inline: 29px;
    padding-right: 52px;
  }
}
.thanks__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: left;
}
.thanks__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #1E214B;
  text-align: left;
}
.thanks__text:nth-of-type(1) {
  margin-top: 45px;
}
.thanks__text:nth-of-type(2) {
  margin-top: 18px;
}
.thanks__text:nth-of-type(3) {
  margin-top: 18px;
}
.thanks__text:nth-of-type(4) {
  margin-top: 18px;
}
.thanks__btn-wrapper {
  text-align: left;
  margin-top: 71px;
}
@media only screen and (max-width: 767.499px) {
  .thanks__btn-wrapper {
    margin-top: 26px;
  }
}
.thanks__btn {
  padding-top: 6px;
  padding-inline: 18px;
  padding-bottom: 6px;
  background: #f99233;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  border-radius: 14.5px;
}
.thanks__btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767.499px) {
  .thanks__btn {
    margin-top: 30px;
  }
}

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

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