@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

body {
  background-color: white;
  color: #131E3E;
  overflow-x: hidden;
  font-family: Noto Sans JP;
  font-style: normal;
}

.component-contact {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 50px;
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .component-contact {
    padding: 50px 20px;
  }
}
.component-contact .form-columns-1,
.component-contact .form-columns-2 {
  width: 100%;
  max-width: initial;
}
.component-contact .form-columns-1 + .form-columns-1 .hs-form-field,
.component-contact .form-columns-1 + .form-columns-2 .hs-form-field,
.component-contact .form-columns-2 + .form-columns-1 .hs-form-field,
.component-contact .form-columns-2 + .form-columns-2 .hs-form-field {
  padding-top: 15px;
}
.component-contact .form-columns-1 .hs-form-field,
.component-contact .form-columns-2 .hs-form-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3px;
}
.component-contact .form-columns-1 .hs-form-field > label,
.component-contact .form-columns-2 .hs-form-field > label {
  pointer-events: none;
  display: flex;
  gap: 3px;
  align-items: center;
  cursor: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.component-contact .form-columns-1 .hs-form-field > label:before,
.component-contact .form-columns-2 .hs-form-field > label:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "＊";
  font-size: 13px;
  color: rgb(235, 87, 87);
  width: 13px;
  height: 13px;
}
.component-contact .form-columns-1 .hs-form-field .hs-form-required,
.component-contact .form-columns-2 .hs-form-field .hs-form-required {
  display: none;
}
.component-contact .form-columns-1 .hs-form-field .input,
.component-contact .form-columns-2 .hs-form-field .input {
  margin-right: 0;
}
.component-contact .form-columns-1 .hs-form-field .input input,
.component-contact .form-columns-2 .hs-form-field .input input {
  display: block;
  width: 100%;
  padding: 8px 15px;
  color: rgb(19, 30, 62);
  border-radius: 5px;
  border: 2px solid #CED0D6;
  background-color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.component-contact .form-columns-1 .hs-form-field .input input::-moz-placeholder, .component-contact .form-columns-2 .hs-form-field .input input::-moz-placeholder {
  color: #CED0D6;
}
.component-contact .form-columns-1 .hs-form-field .input input::placeholder,
.component-contact .form-columns-2 .hs-form-field .input input::placeholder {
  color: #CED0D6;
}
.component-contact .form-columns-2 {
  display: flex;
  gap: 10px;
}
.component-contact .form-columns-2 > .hs-form-field {
  flex: 1;
  width: auto;
}
.component-contact .legal-consent-container {
  padding-top: 15px;
}
.component-contact .legal-consent-container .hs-richtext {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.component-contact .legal-consent-container .hs-richtext:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "＊";
  font-size: 13px;
  color: rgb(235, 87, 87);
  width: 13px;
  height: 13px;
}
.component-contact .legal-consent-container .field.hs-form-field {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.component-contact .legal-consent-container .input .hs-input {
  display: none !important;
}
.component-contact .legal-consent-container .input label > span {
  position: relative;
  display: block;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.component-contact .legal-consent-container .input label > span a {
  color: #0066FE;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .component-contact .legal-consent-container .input label > span a:hover {
    text-decoration: none;
  }
}
.component-contact .legal-consent-container .input label > span::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  transform: translateY(6px);
  width: 23px;
  height: 23px;
  border-radius: 5px;
  border: 2px solid #CED0D6;
  background-color: #ffffff;
}
.component-contact .legal-consent-container .input label > span::before:checked {
  background-color: #0066FE;
}
.component-contact .legal-consent-container .input label input[type=checkbox]:checked + span::before {
  border-radius: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../image/component/checkbox-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.component-contact .hs-submit {
  margin-top: 40px;
}
.component-contact .hs-submit .actions input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 65px;
  max-width: 250px;
  width: 100%;
  border-radius: 65px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background: linear-gradient(267deg, #FF3D00 0%, #F90 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .component-contact .hs-submit .actions input:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.component-contact .hs-error-msgs {
  text-align: left;
}
.component-contact .hs-error-msg {
  position: relative;
  cursor: auto;
  display: inline-block;
  background-color: #FFE5E5;
  color: #EB5757;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 5px;
  margin-top: 18px;
  text-align: left;
}
.component-contact .hs-error-msg::before {
  content: "";
  bottom: 100%;
  left: 10px;
  position: absolute;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #FFE5E5;
  border-left: 5px solid transparent;
}

.component-contact__title {
  display: flex;
  justify-content: center;
  color: #131E3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .component-contact__title {
    font-size: 20px;
  }
}

.conversion__button {
  display: flex;
  border-radius: 50px;
  background: linear-gradient(267deg, #FF3D00 0%, #F90 100%);
  max-width: 1000px;
  width: 100%;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .conversion__button {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .conversion__button:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.component-system {
  background-color: #F5F8FA;
  padding: 130px 20px;
}
.component-system .component-download {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .component-system .component-download {
    margin-top: 50px;
  }
}

.component-system__inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.component-system__main {
  background-color: white;
  padding: 50px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .component-system__main {
    padding: 50px 20px 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.component-system__main-title {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .component-system__main-title {
    font-size: 24px;
  }
}

.component-system__main-price-notes {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.component-system__main-price-notes-item {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #7C919E;
}
@media screen and (max-width: 480px) {
  .component-system__main-price-notes-item {
    font-size: 14px;
  }
}
.component-system__main-price-notes-item:before {
  content: "※";
}

.component-system-price {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.component-system-price:before, .component-system-price:after {
  position: absolute;
  content: "";
  z-index: 100;
  height: 6px;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #7C919E;
}
.component-system-price:after {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
@media screen and (max-width: 480px) {
  .component-system-price {
    flex-direction: column;
  }
}

.component-system-price__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: calc((100% - 80px) / 2);
  border-radius: 5px;
  border: 2px solid #7C919E;
  background: #F5F8FA;
  padding: 40px 37px;
}
@media screen and (max-width: 480px) {
  .component-system-price__item {
    width: 100%;
    align-items: flex-start;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .component-system-price__item + .component-system-price__item {
    margin-top: 70px;
  }
}

.component-system-price__item-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .component-system-price__item-title {
    gap: 10px;
  }
}

.component-system-price__item-title-icon {
  height: 28px;
}

.component-system-price__item-title-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .component-system-price__item-title-text {
    font-size: 22px;
  }
}

.component-system-price__item-summary {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.component-system__insert {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .component-system__insert {
    margin-top: 70px;
  }
}

.component-system__insert-title {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .component-system__insert-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .component-system__insert-title {
    font-size: 30px;
    text-align: center;
  }
}
.component-system__insert-title strong {
  color: #FB7237;
}
.component-system__insert-title strong.dense {
  color: #FF3D00;
}

.component-system__insert-summary {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 480px) {
  .component-system__insert-summary {
    margin-top: 20px;
    font-size: 16px;
  }
}

.component-download .component-download__inner {
  display: flex;
  background: #FB7237;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  border-radius: 50px;
  padding: 30px 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: white;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.component-download .component-download__inner--gradation {
  background: linear-gradient(267deg, #FF3D00 0%, #F90 100%);
}
@media screen and (min-width: 769px) {
  .component-download .component-download__inner:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 480px) {
  .component-download .component-download__inner {
    font-size: 22px;
    padding: 34px 10px;
  }
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.header__logo {
  width: 74.211px;
}
.header__logo img {
  width: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer__logo {
  display: flex;
  justify-content: center;
  width: 148px;
}
.footer__logo img {
  width: 100%;
}

.footer__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.footer__pages li {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer__pages li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 5px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .footer__pages li a:hover {
    text-decoration: underline;
  }
}
.footer__pages li a:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 16px;
  content: url("../image/component/arrow-up-right-from-square.svg");
}

.component-promotion {
  padding: 130px 20px 140px;
}
@media screen and (max-width: 480px) {
  .component-promotion {
    padding: 130px 20px;
  }
}

.component-promotion--general {
  position: relative;
  background-color: #2773E8;
  overflow: hidden;
}
.component-promotion--general:before, .component-promotion--general:after {
  position: absolute;
  content: "";
  z-index: 50;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.component-promotion--general:before {
  background-image: url("../image/component/promotion/general-left.svg");
  top: 0;
  left: 0;
  width: 414px;
  height: 378px;
}
@media screen and (max-width: 480px) {
  .component-promotion--general:before {
    width: 375px;
    height: 342.39px;
  }
}
.component-promotion--general:after {
  background-image: url("../image/component/promotion/general-right.svg");
  bottom: 0;
  right: 0;
  width: 414px;
  height: 534px;
}
@media screen and (max-width: 480px) {
  .component-promotion--general:after {
    width: 375px;
    height: 484px;
  }
}

.component-promotion--human {
  padding: 130px 20px;
  background: var(--gradation, linear-gradient(280deg, #01F3D6 2.68%, #0066FE 100%));
}

.component-promotion__inner {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.component-promotion__title {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .component-promotion__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .component-promotion__title {
    font-size: 30px;
  }
}

.component-promotion__contents {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  .component-promotion__contents {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .component-promotion__contents {
    flex-direction: column;
  }
}

.component-promotion__contents-detail {
  flex: 580;
}
@media screen and (max-width: 768px) {
  .component-promotion__contents-detail {
    flex: 1;
  }
}

.component-promotion__contents-contact {
  flex: 540;
}
@media screen and (max-width: 768px) {
  .component-promotion__contents-contact {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
.component-promotion__contents-contact .component-contact {
  padding: 70px;
}
@media screen and (max-width: 1024px) {
  .component-promotion__contents-contact .component-contact {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .component-promotion__contents-contact .component-contact {
    max-width: initial;
  }
}

.component-promotion__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
.component-promotion__heading:after {
  display: block;
  content: "";
  width: 240px;
  height: 15px;
  background-image: url("../image/component/promotion/heading-decoration.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.component-promotion__images {
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .component-promotion__images {
    margin-left: auto;
    margin-right: auto;
  }
}

.component-promotion__more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .component-promotion__more {
    padding: 30px 20px;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.component-promotion__more-heading {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.component-promotion__more-list {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 20px 40px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 60px 8px 40px;
  }
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
.modal-container .component-contact {
  margin-left: auto;
  margin-right: auto;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  top: -50px;
  right: 30px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: 0px;
  }
}

.formError {
  min-width: 80%;
  bottom: calc(100% + 10px) !important;
  top: auto !important;
  left: 20% !important;
  margin-top: auto !important;
}

.formError::before {
  content: "";
  top: 100%;
  left: 30%;
  position: absolute;
  border-right: 5px solid transparent;
  border-top: 10px solid #FFE5E5;
  border-left: 5px solid transparent;
}

.formError .formErrorContent {
  width: 100%;
  background: #FFE5E5;
  position: relative;
  color: #EB5757;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 5px;
}

.section-block {
  overflow: hidden;
}

.section-block--decoration {
  position: relative;
}
.section-block--decoration:before, .section-block--decoration:after {
  position: absolute;
  content: "";
  z-index: 30;
  background-image: url("../image/component/bg-decoration-flower.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-block--decoration-fisrt:before {
  width: 780px;
  height: 776px;
  top: 57px;
  left: calc(50% + 490px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-block--decoration-fisrt:before {
    width: 375px;
    height: 373px;
    top: 180px;
    left: calc(50% + 120px);
  }
}
.section-block--decoration-fisrt:after {
  display: none;
}

.section-block--decoration-second:before {
  width: 647px;
  height: 644px;
  top: -180px;
  left: calc(50% + 460px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-block--decoration-second:before {
    top: 60px;
    left: calc(50% + 130px);
    width: 375px;
    height: 373px;
  }
}
.section-block--decoration-second:after {
  width: 647px;
  height: 644px;
  bottom: -100px;
  left: calc(50% - 580px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-block--decoration-second:after {
    width: 375px;
    height: 373px;
    bottom: 40px;
    left: calc(50% - 125px);
  }
}

.hero {
  position: relative;
  background: #2673E8;
}
.hero:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 527px 1342px;
  border-color: transparent transparent #4891FF transparent;
}
@media screen and (max-width: 768px) {
  .hero:before {
    border-width: 0 0 831px 991px;
  }
}

.hero__inner {
  position: relative;
  z-index: 100;
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: 61.6666666667% 1fr;
  padding-top: 50px;
  padding-left: 120px;
  padding-right: 120px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .hero__inner {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding: 50px 20px;
  }
}

.hero__title {
  max-width: 740px;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .hero__title {
    max-width: initial;
  }
}

.hero__title-main {
  display: block;
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .hero__title-main {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .hero__title-main {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .hero__title-main {
    text-align: left;
    line-height: 1.3;
  }
}

.hero__title-sub {
  display: flex;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .hero__title-sub {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .hero__title-sub {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .hero__title-sub br {
    display: none;
  }
}

.hero__decoration {
  margin-top: 30px;
  grid-column: 1;
  grid-row: 2;
}

.hero__decoration-heading {
  max-width: 226.815px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .hero__decoration-heading {
    max-width: 250px;
  }
}

.hero__decoration-desktop {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .hero__decoration-desktop {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .hero__decoration-desktop {
    max-width: 279px;
  }
}

.hero__contact {
  grid-column: 2;
  grid-row: 1/3;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .hero__contact {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    justify-content: center;
  }
}
.hero__contact .component-contact {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .hero__contact .component-contact {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 850px) {
  .hero__contact .component-contact {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero__contact .component-contact {
    padding: 50px 20px;
    max-width: inherit;
  }
}
.hero__contact .component-contact__title {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hero__contact .component-contact__title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.hero__contact .component-contact__item-label {
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .hero__contact .component-contact__item-label {
    margin-bottom: 8px;
  }
}
.hero__contact .component-contact__item + .component-contact__item {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .hero__contact .component-contact__item + .component-contact__item {
    margin-top: 20px;
  }
}
.hero__contact .component-contact__button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .hero__contact .component-contact__button {
    margin-top: 40px;
  }
}

.companies {
  overflow: hidden;
  background-color: #F1F3F4;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.companies .swiper-container {
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .companies .swiper-container {
    padding: 20px 0;
  }
}
.companies .swiper-wrapper {
  transition-timing-function: linear;
}
.companies .swiper-slide {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .companies .swiper-slide {
    max-width: 138px;
  }
}
.companies .swiper-slide img {
  height: auto;
  width: 100%;
}

.catch .background-arrow-pc {
  width: 100%;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .catch .background-arrow-pc {
    display: none;
    width: 100%;
    height: 50px;
  }
}
.catch .background-arrow-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .catch .background-arrow-sp {
    display: block;
    width: 100%;
  }
}

.catch__contents {
  background: #F1F3F4;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .catch__contents {
    padding-top: 130px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 130px;
  }
}

.catch__inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* 動画用CSS */
.sakumovie{
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  aspect-ratio: 16 / 9;
}

.sakumovie iframe {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  max-height: 720px;
}

.catch__title {
  display: flex;
  flex-direction: column;
}

.catch__title-sub {
  color: #131E3E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .catch__title-sub {
    text-align: left;
  }
}

.catch__title-main {
  color: #131E3E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .catch__title-main {
    margin-top: 20px;
    text-align: left;
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .catch__title-main {
    font-size: 30px;
  }
}

.catch__title-main-strong {
  color: #0066FE;
}

.catch__decoration {
  max-width: 545px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.catch__item-left {
  max-width: 321px;
}

.catch__item-center {
  max-width: 321px;
}

.catch__item-right {
  max-width: 321px;
}

.catch__item {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .catch__item {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
}

.catch__item-unit {
  flex: 1;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .catch__item-unit {
    max-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.catch__item-unit--down {
  max-width: 370px;
  margin-right: 45px;
  margin-left: 45px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .catch__item-unit--down {
    max-width: initial;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
}

.catch__item-unit-contact {
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .catch__item-unit-contact {
    max-width: 340px;
  }
}

.catch__item-unit-heading {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .catch__item-unit-heading {
    margin-top: 20px;
  }
}

.catch__item-unit-heading-black {
  color: #131E3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.catch__item-unit-heading-blue {
  color: #0066FE;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.catch__item-unit-text {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}

.conversion {
  position: relative;
  z-index: 200;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.conversion--section {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .conversion--section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.conversion__title {
  color: #FF3D00;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .conversion__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .conversion__title {
    font-size: 30px;
  }
}

.conversion-inner {
  padding-top: 50px;
  padding-bottom: 0px;
}

.service {
  position: relative;
  z-index: 100;
  padding-left: 20px;
  padding-right: 20px;
}
.service .conversion {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service .conversion {
    margin-top: 80px;
  }
}

.service__inner {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .service__inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.service__title {
  position: relative;
  z-index: 200;
  display: flex;
  flex-direction: column;
}

.service__title-main {
  color: #131E3E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}

.service__title-copy {
  color: #131E3E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service__title-copy {
    font-size: 40px;
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service__title-copy {
    font-size: 30px;
  }
}

.service__list {
  position: relative;
  z-index: 200;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .service__list {
    margin-top: 30px;
  }
}

.service__list-item + .service__list-item {
  margin-top: 20px;
}

.service__list-item {
  display: flex;
  max-width: 1200px;
  padding: 30px 70px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .service__list-item {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}

.service__detailed-title {
  color: #131E3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.service__detailed-title-strong {
  color: #FF3D00;
}

.service__detailed-summary {
  margin-top: 20px;
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .service__detailed-summary {
    margin-top: 10px;
  }
}

.service__detailed-summary--narrow {
  margin-right: -5px;
}

.service-illust {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service-illust {
    max-width: 200px;
  }
}

.flow .conversion {
  margin-top: 50px;
}

.flow {
  width: 100%;
  background: #F5F8FA;
}

.flow__inner {
  padding-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
}

.flow__title {
  display: flex;
  flex-direction: column;
}

.flow__title-main {
  color: #131E3E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}

.flow__title-copy {
  color: #131E3E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flow__title-copy {
    font-size: 40px;
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__title-copy {
    font-size: 30px;
  }
}

.flow__title-copy--strong {
  color: #FF3D00;
}

.flow__body {
  display: flex;
  max-width: 1030px;
  flex-wrap: wrap;
  margin-top: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flow__body {
    flex-direction: column;
    margin-top: 50px;
    row-gap: 50px;
  }
}

.flow__detailed {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .flow__detailed {
    width: 100%;
  }
}

.flow__detailed-title {
  color: #131E3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .flow__detailed-title {
    margin-top: 20px;
    font-size: 24px;
  }
}

.flow__detailed-title-strong {
  color: #FB7237;
  margin-right: 5px;
}

.flow__detailed-summary {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .flow__detailed-summary {
    margin-top: 10px;
  }
}

.flow-illust {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.benefits {
  overflow: hidden;
  position: relative;
  z-index: 100;
  width: 100%;
  background: #2673E8;
}
.benefits:before {
  position: absolute;
  z-index: 100;
  content: "";
  height: 500px;
  width: 500px;
  background-image: url("../image/benefits/bg-decoration.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.benefits .conversion {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .benefits .conversion {
    margin-top: 40px;
  }
}

.benefits__inner {
  position: relative;
  z-index: 200;
  max-width: 1440px;
  padding-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .benefits__inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 130px;
  }
}

.benefits__body {
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.benefits__title {
  position: relative;
  z-index: 300;
  display: flex;
  flex-direction: column;
}

.benefits__title-main {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.benefits__title-copy {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .benefits__title-copy {
    font-size: 40px;
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .benefits__title-copy {
    font-size: 30px;
  }
}

.benefits__body {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .benefits__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.benefits__body-graph {
  max-width: 369px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .benefits__body-graph {
    margin-right: auto;
    margin-left: auto;
  }
}
.benefits__body-graph img {
  width: 100%;
}

.benefits__main {
  display: flex;
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .benefits__main {
    flex-direction: column;
  }
}

.benefits__main-heading {
  color: #131E3E;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.benefits__detail {
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .benefits__detail {
    margin-top: 40px;
  }
}

.benefits__main-detail-heading {
  color: #131E3E;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .benefits__main-detail-heading {
    font-size: 32px;
  }
}

.benefits__detail-lead {
  color: #131E3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .benefits__detail-lead {
    margin-top: 20px;
  }
}

.benefits__detail-lead--strong {
  color: #FF3D00;
}

.benefits__detail-summary {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 30px;
  margin-right: 150px;
}
@media screen and (max-width: 768px) {
  .benefits__detail-summary {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

.benefits-illust {
  width: 100px;
  position: absolute;
  bottom: 37px;
  right: 0px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .benefits-illust {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }
}

.introduction {
  overflow-x: hidden;
  position: relative;
  z-index: 50;
  width: 100%;
}

.introduction__inner {
  position: relative;
  padding-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.introduction__title {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.introduction__title-main {
  color: #131E3E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}

.introduction__title-copy {
  color: #131E3E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .introduction__title-copy {
    font-size: 40px;
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .introduction__title-copy {
    font-size: 30px;
  }
}

.introduction__title-copy--strong {
  color: #FF3D00;
}

.introduction__figure {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .introduction__figure {
    flex-direction: column;
  }
}

.introduction__item {
  position: relative;
  z-index: 100;
  width: 25%;
  padding-top: 27px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .introduction__item {
    width: 100%;
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 45px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .introduction__item--first {
    padding-top: 30px;
  }
}

.introduction__item-thin {
  background: #F5F8FA;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .introduction__item-thin {
    padding-top: 40px;
  }
}

.introduction__item-somewhat-thin {
  background: #EEF3F6;
}

.introduction__item-slightly-dark {
  background: #E7EFF3;
}

.introduction__item-dark {
  background: #DFEAF0;
}
@media screen and (max-width: 768px) {
  .introduction__item-dark {
    padding-bottom: 5px;
  }
}

.introduction__item-heading {
  color: #131E3E;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .introduction__item-heading {
    margin-bottom: 5px;
  }
}

.figure-illust {
  width: 104px;
  margin-right: auto;
  margin-left: auto;
}

.figure-arrow-pc {
  height: 174px;
  margin-right: -40px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .figure-arrow-pc {
    display: none;
  }
}

.figure-arrow-pc--last {
  margin-right: 0;
}

.figure-arrow-sp {
  position: relative;
  z-index: 200;
  display: none;
  width: 100%;
  height: 40px;
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  .figure-arrow-sp {
    display: block;
  }
}
.figure-arrow-sp img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .figure-arrow-sp--last {
    margin-bottom: 0px;
  }
}

.support {
  position: relative;
  z-index: 100;
  width: 100%;
}
.support .conversion {
  margin-top: 50px;
}

.support__inner {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .support__inner {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.support__title {
  display: flex;
  flex-direction: column;
}

.support__title-main {
  color: #131E3E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .support__title-main {
    text-align: left;
  }
}

.support__title-copy {
  color: #131E3E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .support__title-copy {
    font-size: 40px;
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .support__title-copy {
    font-size: 30px;
  }
}

.support__title-copy--strong {
  color: #FF3D00;
}

.support__main {
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 30px 50px;
  gap: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .support__main {
    flex-direction: column;
    margin-top: 30px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    gap: 20px;
  }
}

.support__detail {
  flex: 1;
}

.support__detail-heading {
  flex: 1;
  color: #131E3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.support__detail-summary {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .support__detail-summary {
    margin-top: 10px;
  }
}

.support-illust {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .support-illust {
    margin-right: auto;
    margin-left: auto;
  }
}

.achievements {
  width: 100%;
  background: #ffffff;
  padding-top: 130px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 130px;
  overflow-x: hidden;
}

.achievements__inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.achievements__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.achievements__title-copy {
  color: #FF3D00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.achievements__title-main {
  color: #131E3E;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .achievements__title-main {
    font-size: 40px;
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .achievements__title-main {
    font-size: 30px;
  }
}

.achievements__icon {
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}
@media screen and (max-width: 1024px) {
  .achievements__icon {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .achievements__icon {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: 77px;
  }
}

.achievements__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .achievements__icon-item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .achievements__icon-item {
    width: calc((100% - 20px) / 2);
  }
}

.achievements__icon-item--blue {
  color: black;
}

.achievement-icon {
  width: 170px;
}

.achievements__icon-title {
  margin-bottom: -33px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

.achievements__title--blue {
  color: #0096EA;
}

.achievements__title--yellow {
  color: #EEAC00;
}

.achievements__title--olive {
  color: #04AD01;
}

.achievements__title--red {
  color: #E4235D;
}

.achievements__title--green {
  color: #05B6A1;
}

.achievements__title--purple {
  color: #6C4ACC;
}

.carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.carousel .carousel__item {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .carousel .carousel__item {
    width: 360px;
  }
}

.carousel__item {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.carousel__item-top {
  display: flex;
  align-items: center;
}

.carousel__item-img {
  width: 60px;
}

.carousel__item-text {
  margin-left: 10px;
}

.carousel__item-company {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.carousel__item-person {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.carousel__item-bottom {
  color: #131E3E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .carousel__item-bottom {
    font-size: 15px;
    height: 67.5px;
  }
}