@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
}

/* reset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  touch-action: manipulation;
  overflow: auto;
  height: 100%;
}

body {
  color: #222222;
}

body.js-menu_open {
  overflow: hidden;
  height: 100%;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
}

.l-header__nav {
  max-width: 1042px;
  width: 100%;
}

.l-header__logo,
.l-header__nav-logo {
  display: block;
}

.l-header__nav-logo {
  display: none;
}

.l-header__ul {
  white-space: nowrap;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

.l-header__link {
  font-size: 1.4rem;
  color: #0d0d14;
  font-weight: 500;
  padding-bottom: 2px;
  position: relative;
}
.l-header__link::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -2px;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background-image: linear-gradient(269deg, #7476e1, #7cafeb);
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
.l-header__link:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.l-header__li--contact {
  margin: 0 0 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.l-header__logo {
  height: 40px;
}

.l-header__logo__image {
  max-width: 320px;
  width: 100%;
  height: auto;
}

.l-header__info {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-header__info img {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}

@media screen and (max-width: 1225px) {
  .l-header {
    width: 100%;
    padding: 0px 16px;
    justify-content: space-between;
    background: rgb(255, 255, 255);
  }
  .l-header__logo__image {
    max-width: 114px;
  }
  .js-active.l-header {
    backdrop-filter: none;
  }
  .l-header__link,
  .l-header__link--contact {
    font-size: 2rem;
  }
  .l-header__li:first-child {
    margin-top: 18px;
  }
  .l-header__li {
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
  }
  .l-header__link {
    color: #222;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    padding-left: 36px;
    position: relative;
  }
  .l-header__link::before {
    position: absolute;
    top: 45%;
    left: 5px;
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: linear-gradient(to right, #3534CD, #128AF4);
  }
  .l-header__link::after {
    display: none;
  }
  .l-header__ul {
    padding: 30px 20px;
    flex-direction: column;
    position: absolute;
    text-align: left;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
  }
  .l-header__ul.js-active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 10;
    border: none;
    gap: 5px;
    background-image: url("../img/bg-hamburger.png");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
  }
  .l-header__ul.js-active + .l-hamburger-cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 60px;
    left: 0;
    z-index: 2;
    background: #fff;
    display: block;
  }
  .l-header__hamburger {
    width: 48px;
    height: 48px;
    content: url("../img/icon_hamburger-menu.svg");
    transition: all 0.2s;
  }
  .l-header__hamburger.js-active {
    content: url("../img/icon_hamburger-menu-back.svg");
  }
  .l-header__nav {
    max-width: 1225px;
    position: fixed;
    top: 60px;
    left: 0;
    transition: all 0.2s;
  }
  .l-header__nav-logo {
    display: block;
  }
  .l-header__li--contact {
    max-width: 260px;
    flex-direction: column-reverse;
    margin: 70px 0 0 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .l-header__info span {
    font-size: 2.4rem;
    display: block;
    text-align: center;
  }
  .l-header__info span a {
    color: #222222;
    display: flex;
    align-items: center;
  }
  .l-header__info span a img {
    width: 24px;
    height: 24px;
  }
}
.l-about__wrapper {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .l-about__wrapper {
    padding: 0 0 70px 0;
  }
}

.l-about__dify-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 160px 0;
  background-image: url("../img/bg-about.png");
  background-size: contain;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .l-about {
    padding: 80px 4%;
  }
  .l-about__dify-wrapper {
    background-image: url("../img/bg-about_sp.png");
    background-size: contain;
    background-position: center top;
    padding: 0 0 0px 0;
  }
}
.l-task {
  padding: 80px 4% 239px;
}

.l-task__wrapper {
  max-width: 1136px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-task {
    padding: 80px 4% 126px;
  }
}
.l-feature {
  padding-top: 200px;
}

.l-feature__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .l-feature {
    padding-top: 120px;
  }
}
.l-faq {
  padding: 80px 0px;
}

.l-faq__wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-faq {
    padding: 120px 0px 120px;
  }
}
.l-other {
  padding: 80px 0;
}

.l-other__wrapper {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}

.l-other__container {
  margin-top: 40px;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .l-other {
    padding: 80px 16px;
  }
}
.l-footer {
  background: linear-gradient(to right, #3534CD, #128AF4);
  color: white;
  font-size: 0.8rem;
  height: 80px;
  padding-left: 83px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.l-footer__company {
  display: flex;
  align-items: center;
}
.l-footer__company img {
  max-width: 120px;
  width: 100%;
  height: 32px;
}

.l-footer__company__copyright {
  margin-left: 24px;
  font-size: 1.2rem;
}

.l-footer__detail {
  margin-right: 54px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 332px;
  width: 100%;
}
.l-footer__detail li a {
  font-size: 1.2rem;
  color: #fff;
}

.l-footer__detail__otherSite {
  position: relative;
  padding-right: 15px;
}
.l-footer__detail__otherSite::after {
  position: absolute;
  right: -5px;
  top: 58%;
  transform: translateY(-50%);
  background-image: url("../img/icon-open.svg");
  content: "";
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    height: 154px;
    gap: 16px;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
  }
  .l-footer__company {
    flex-direction: column;
    gap: 8px;
  }
  .l-footer__detail {
    margin: 0 auto;
  }
  .l-footer__company__copyright {
    margin-left: 0;
  }
  .l-footer__detail__otherSite::after {
    top: 60%;
  }
}
.c-btn {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(116, 118, 225, 0.1607843137);
  border-radius: 4px;
  position: relative;
  z-index: 0;
}

.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  border-radius: 4px;
  background: transparent linear-gradient(258deg, #ff5e12 0%, #ff8a11 50%, #ff8f11 100%) 0% 0% no-repeat padding-box;
}

.c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  border-radius: 4px;
  background: transparent linear-gradient(258deg, #ff5e12 0%, #ff8a11 27%, #ff8f11 100%) 0% 0% no-repeat padding-box;
}

.c-btn:hover:before {
  opacity: 0;
}

.c-title__heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #222222;
  position: relative;
  margin-bottom: 60px;
}
.c-title__heading--number {
  font-size: 5.8rem;
  color: #3432CC;
}
@media screen and (max-width: 767px) {
  .c-title__heading--number {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__heading {
    font-size: 2.8rem;
  }
}

.c-title__heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  background: linear-gradient(to right, #3534CD, #128AF4);
}

.c-btn__menu {
  font-size: 1.4rem;
  font-weight: bold;
  height: 40px;
  max-width: 194px;
  width: 100%;
  padding: 12px 20px;
}

@media screen and (max-width: 1225px) {
  .c-btn__menu {
    min-width: 260px;
    height: 56px;
    font-size: 1.6rem;
  }
}
.c-btn__main {
  font-size: 1.6rem;
  font-weight: bold;
  height: 56px;
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-btn__main {
    max-width: 260px;
    height: 56px;
    font-size: 1.6rem;
  }
}
.c-btn__kv {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  height: 56px;
  max-width: 260px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-btn__kv {
    max-width: 260px;
    height: 56px;
    font-size: 1.6rem;
  }
}
.c-tag {
  background: transparent linear-gradient(256deg, #7476e1 0%, #7cafeb 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* component/_c-card.css */
.c-problems-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  height: 100%; /* 親要素(p-problems__item)の高さに合わせる */
}

.c-problems-card__icon {
  /* アイコンのスタイル */
  margin-bottom: 16px;
  width: 193px;
}

.c-problems-card__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #3432CC;
}

.c-problems-card__text {
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.6;
}
.c-problems-card__text--bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-task__cards {
    flex-direction: column;
  }
  .c-task__card {
    padding: 60px 20px;
  }
}
.c-feature__cards {
  margin-top: 90px;
}

.c-feature__card {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
  justify-content: space-evenly;
}
.c-feature__card.reverse {
  flex-direction: row-reverse;
}
.c-feature__card:not(:first-child) {
  margin-top: 80px;
}

.c-feature__card__text {
  text-align: left;
  max-width: 475px;
  width: 100%;
}

.c-feature__card__text__number img {
  width: 97px;
  height: 28px;
}

.c-feature__card__text__title {
  margin-top: 21px;
  font-size: 2.8rem;
}

.c-feature__card__text__detail {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-feature__card__text__detail {
    margin-top: 8px;
  }
}

.c-feature__card__image {
  max-width: 432px;
  width: 100%;
  height: auto;
}
.c-feature__card__image img {
  width: 100%;
  height: auto;
}

.c-feature__contact__btn {
  margin: 80px auto 0px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-feature__card,
  .c-feature__card.reverse {
    flex-direction: column;
    gap: 40px;
  }
  .c-feature__card:not(:first-child),
  .c-feature__card.reverse:not(:first-child) {
    margin-top: 86px;
  }
  .c-feature__cards {
    padding: 0px 2px;
  }
  .c-feature__card__text__number {
    width: 97px;
    height: 28px;
    margin-bottom: 0;
  }
  .c-feature__card__text__title {
    font-size: 2.4rem;
    margin-top: 10px;
  }
}
.c-form__annotation {
  color: #757575;
  font-size: 1.2rem;
  max-width: 373px;
  margin: 20px auto 0px;
  line-height: 1.8;
}
.c-form__annotation a {
  color: #757575;
}

.c-section__title {
  font-size: 3.6rem;
}

.c-section__title__sub {
  font-size: 1.6rem;
}

.c-form {
  width: 100%;
}

.c-form__item {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.c-form__item + .c-form {
  margin-top: 14px;
}

.c-form__label {
  font-size: 1.6rem;
  font-weight: 400;
}

.c-form__label.required::before {
  content: "必須";
  margin-right: 8px;
  padding: 3px 11px;
  border-radius: 13px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background: #3432CC;
}

.c-form__textbox,
.c-form__textbox--textarea,
.c-form__textbox--name {
  margin-top: 13px;
  padding: 8px 12px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f9fafc;
  border: 0.5px solid #d4d7e0;
  border-radius: 8px;
  height: 48px;
}
.c-form__textbox.error,
.c-form__textbox--textarea.error,
.c-form__textbox--name.error {
  background-color: rgba(255, 87, 86, 0.16);
  border: rgb(255, 87, 86) 2px solid;
}

.c-contact__errorMessage {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 8px;
  color: #ff5757;
  display: none;
}
.c-contact__errorMessage.error {
  display: block;
}

.c-form__textbox--name {
  width: 49%;
}

.c-form__textbox--textarea {
  height: 120px;
}

.c-form__textbox-container {
  display: flex;
  justify-content: space-between;
}

.c-form__checkbox {
  margin-top: 10px;
}

.c-form__checkbox + .c-form__checkbox {
  margin-top: 6px;
}

.c-form__check-input,
.c-form__check-input--agree {
  display: none;
}

.c-form__check-input:checked + .c-form__check-label::after,
.c-form__check-input:checked + .c-form__check-label--agree::after,
.c-form__check-input--agree:checked + .c-form__check-label::after,
.c-form__check-input--agree:checked + .c-form__check-label--agree::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-image: url("../img/icon_checked.svg");
  background-position: 50% 50%;
  background-color: #171771;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}

.c-form__check-input--agree:checked + .c-form__check-label::after,
.c-form__check-input--agree:checked + .c-form__check-label--agree::after {
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}

.c-form__check-label,
.c-form__check-label--agree {
  padding-left: 34px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}

.c-form__check-label::before,
.c-form__check-label--agree::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #d4d7e0;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-form__check-label--agree {
  font-weight: 700;
}

.c-form__check-label:hover,
.c-form__check-label--agree:hover {
  cursor: pointer;
}

.c-form__check-label-link {
  color: #171771;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-form__label.required::before {
    margin-right: 12px;
  }
}
.c-title__bar {
  width: 56px;
  height: 6px;
  display: block;
  margin: 6px auto 0px;
}

.p-kv {
  background-image: url("../img/bg-kv-pc.svg");
  background-size: cover;
}

.p-kv__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  max-width: 1181px;
  margin: 0 auto;
  padding: 137px 0px 55px;
  justify-content: center;
}

.p-kv__text {
  color: #fff;
  padding: 0 15px;
  padding-top: 85px;
  flex: 1;
  max-width: 520px;
  min-width: 350px;
}

.p-kv__text__intro {
  font-size: 5.4rem;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  width: 291px;
  height: 85px;
  display: flex;
  justify-content: center;
}
.p-kv__text__intro__inner {
  /* 背景をグラデーションに設定 */
  background: linear-gradient(to right, #3534CD, #128AF4);
  /* 背景をテキストクリップで切り抜く */
  -webkit-background-clip: text;
  background-clip: text;
  /* 背景が透過するようにテキストの色を透明にする */
  color: transparent;
}

.p-kv__text__title {
  margin-top: 16px;
  font-size: 4.8rem;
  font-weight: bold;
}

.p-kv__text__subtitle {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: normal;
  font-weight: 500;
}

.p-kv__image {
  max-width: 718px;
  min-width: 500px;
  width: 100%;
  height: auto;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-kv__wrapper {
    padding: 124px 0px 16px;
    gap: 0;
  }
  .p-kv__text {
    padding: 0 15px;
    min-width: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-kv__text__intro {
    font-size: 3.4rem;
    padding: 4px 0 8px 0px;
    width: 200px;
    height: auto;
  }
  .p-kv__text__subtitle {
    font-size: 2rem;
    margin-top: 4px;
    font-weight: normal;
    text-align: center;
  }
  .p-kv__text__title {
    font-size: 4rem;
    margin-top: 8px;
    text-align: center;
  }
  .p-kv__image {
    margin-top: 30px;
    max-width: 402px;
    min-width: 320px;
    width: 100%;
    overflow: hidden;
  }
  .p-kv__image img {
    width: 94%;
    min-width: auto;
  }
}
.p-about__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 104px;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto 82px;
    gap: 0;
  }
}
.p-about__visual {
  max-width: 545px;
  text-align: center;
}
.p-about__visual .p-about__image {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__visual .p-about__image {
    max-width: auto;
    width: 320px;
  }
}
.p-about__content {
  flex: 1 1 50%;
}
.p-about__title {
  font-size: 3.2rem;
}
.p-about__title--point {
  color: #3432CC;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__title--point {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 8px;
  }
}
.p-about__desc {
  font-size: 2rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    font-size: 1.8rem;
  }
}
.p-about__desc--bold {
  font-weight: bold;
}
.p-about .p-about__difyact {
  background-color: #3432CC;
  background: linear-gradient(to right, #3534CD, #128AF4);
  padding: 4px;
  margin: 0 auto;
  max-width: 1100px;
}
.p-about .p-about__difyact-title {
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  height: 56px;
  line-height: 56px;
}
.p-about .p-about__difyact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 40px 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about .p-about__difyact-list {
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    padding: 40px 25px;
  }
}
.p-about .p-about__difyact-item {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #F4F5F9;
  text-align: left;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about .p-about__difyact-item {
    padding: 16px;
    gap: 16px;
  }
}
.p-about .p-about__difyact-icon {
  width: 140px;
  height: 140px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about .p-about__difyact-icon {
    width: auto;
    height: 80px;
  }
}
.p-about .p-about__difyact-text {
  max-width: 260px;
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about__difyact-text {
    max-width: unset;
    min-width: unset;
  }
}
.p-about .p-about__difyact-item-title {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #3432CC;
}
@media screen and (max-width: 767px) {
  .p-about .p-about__difyact-item-title {
    font-size: 1.6rem;
  }
}
.p-about .p-about__difyact-desc {
  font-size: 1.6rem;
  color: #444;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-about .p-about__difyact-desc {
    font-size: 1.4rem;
  }
}

/* project/_p-problems.css */
.p-problems {
  background-color: #f7f9fc;
  padding: 80px 0;
}

.p-problems__list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-problems__list {
    justify-content: center;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .p-problems__list {
    flex-wrap: nowrap;
  }
}

.p-problems__item {
  width: 257px; /* 4つの項目を横並びに */
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-problems__item {
    width: 320px;
  }
}

.p-problems__solution {
  text-align: center;
  margin-top: 60px;
}

.p-problems__solution-text {
  font-size: 2.8rem;
  font-weight: bold;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-problems__solution-text {
    font-size: 2rem;
  }
}

.p-problems__solution-brand {
  color: #fff;
  background: linear-gradient(to right, #3534CD, #128AF4);
  padding: 12px 24px;
  margin: 0 15px;
  font-size: 4rem;
  line-height: 3rem;
  display: inline-block;
  white-space: nowrap; /* テキストの折り返しを防ぐ */
}
@media screen and (max-width: 767px) {
  .p-problems__solution-brand {
    font-size: 2.8rem;
    margin: 16px 0;
  }
}

.p-feature {
  background-color: #fff;
  background-image: url("../img/bg-feature.png");
  background-size: 1771px 1581px;
  background-position: center 140px;
}

@media (min-width: 1441px) {
  .p-feature {
    background-size: 113% auto;
    background-position: -100px 50px;
  }
}
.p-feature__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}

.p-feature__title__main {
  margin: 13px auto 0px;
  max-width: 884px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.p-feature__title__main__text {
  max-width: 224px;
  width: 100%;
}

.p-feature__title__main__image img {
  flex: 1;
  max-width: 640px;
  width: 100%;
}

.p-feature__subtitle {
  padding-top: 80px;
  margin-bottom: 40px;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-feature {
    background-image: url("../img/bg-feature_sp.png");
    background-size: contain;
    background-position: center 20px;
  }
  .p-feature__title__main {
    display: block;
    text-align: center;
    font-size: 2rem;
  }
  .p-feature__title__main img {
    max-width: 325px;
    width: 100%;
  }
  .p-feature__title__main__text {
    margin-top: 10px;
    max-width: 769px;
    width: 100%;
  }
  .p-feature__title {
    font-size: 2rem;
  }
  .p-feature__subtitle {
    font-size: 2.8rem;
  }
}
/* project/_p-service.scss */
.p-service {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 80px 0 0;
  }
}
.p-service-container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-service__heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
  color: #222222;
}
.p-service__item {
  margin-bottom: 80px;
}
.p-service__item--01 .p-service__card-item {
  background-color: #F4F5F9;
  padding: 32px;
  text-align: center;
}
.p-service__item--01 .p-service__icon {
  width: 120px;
  margin: 0 auto 0;
}
.p-service__item--01 .p-service__heading {
  font-size: 2rem;
  color: #3432CC;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-service__item--01 .p-service__text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222222;
  text-align: left;
}
.p-service__item--02 .p-service__card-item .p-service__card {
  background-color: #F4F5F9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-service__item--02 .p-service__card-item .p-service__card-category {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to right, #3534CD, #128AF4);
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 16px;
  border-radius: 9999px;
  margin-bottom: 20px;
}
.p-service__item--02 .p-service__card-item .p-service__card-content {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
.p-service__item--02 .p-service__card-item .p-service__card-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.p-service__item--02 .p-service__card-item .p-service__card-heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}
.p-service__item--03 {
  text-align: center;
}
.p-service__item--03 .p-service__image-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service__item--03 .p-service__image-wrapper img {
    width: 90%;
  }
}
.p-service__sub-heading {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.p-service__sub-heading-number {
  display: inline-block;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-service__sub-heading {
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-service__description {
  text-align: center;
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__description {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 32px;
    text-align: left;
  }
}
.p-service__card-list--01 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
}
.p-service__card-list--01 .p-service__card-item {
  width: calc(33.33% - 15px);
}
.p-service__card-list--02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.p-service__card-list--02 .p-service__card-item {
  min-width: 317px;
}

@media screen and (max-width: 767px) {
  .p-service__card-list--01, .p-service__card-list--02 {
    flex-direction: column;
    align-items: center;
  }
  .p-service__card-list--01 .p-service__card-item, .p-service__card-list--02 .p-service__card-item {
    width: 90%;
  }
}
.p-faq__title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}

.p-faq__content {
  margin-top: 34px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.8rem;
  border-bottom: 1px solid #d4d7e0;
}

.p-faq__item {
  padding: 24px 64px 28px 45px;
  border-top: 1px solid #d4d7e0;
}
.p-faq__item dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-weight: 400;
}
.p-faq__item:hover {
  transition: all 0.5s;
  background-color: #f7f8f9;
}

.p-faq__question {
  line-height: 1.5;
  font-size: 1.8rem;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
.p-faq__question::before {
  font-size: 1.6rem;
  content: "Q";
  color: #3432CC;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: -22px;
}
.p-faq__question::after {
  content: url("../img/icon_faq-arrow_plus.svg");
  position: absolute;
  top: 0;
  right: -35px;
  transition: all 0.5s;
}
.p-faq__question.js-open::after {
  content: url("../img/icon_faq-arrow_minus.svg");
  transition: all 0.5s;
}

.p-faq__answer {
  margin-top: 47px;
  position: relative;
  font-size: 1.6rem;
  padding-left: 15px;
}
.p-faq__answer::before {
  content: "A";
  color: #f08300;
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: -22px;
}

@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 2.8rem;
  }
  .p-faq__question {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
  .p-faq__question::before {
    top: -1px;
  }
  .p-faq__question::after {
    content: url("../img/icon_faq-arrow_plus_sp.svg");
  }
  .p-faq__question.js-open::after {
    content: url("../img/icon_faq-arrow_minus_sp.svg");
  }
  .p-faq__item {
    padding: 18px 46px 18px 38px;
  }
  .p-faq__answer {
    margin-top: 32px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.p-contact {
  padding: 22px 0 93px;
  background-color: #f9fafc;
  position: relative;
}

.p-contact__box {
  width: 52%;
  max-width: 664px;
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.p-contact__box-text {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-contact__phone {
  margin-top: 4px;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}

.p-contact__phone::before {
  content: url("../img/icon_contact-phone.svg");
  position: absolute;
  top: 3px;
  left: -35px;
}

.p-contact__time {
  margin-top: 3px;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6f7378;
}

.p-contact__heading {
  margin: 60px auto 0;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 700;
}

.p-contact__heading_sub {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 24px;
}

.p-contact__text {
  margin: 6px auto 0;
  text-align: center;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-contact__form {
  width: 100%;
  max-width: 700px;
  margin: 32px auto 0;
  padding: 27px 40px;
  background-color: #ffffff;
  border-radius: 16px;
}

.p-contact__item {
  margin-top: 20px;
}

.p-contact__textarea {
  height: 112px;
}

.p-contact__agree {
  margin-top: 42px;
  align-items: center;
}

.p-contact__foot {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.p-contact__logo {
  width: 120px;
}

.p-contact__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f7378;
}

.p-contact__submit__btn {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  font-size: 1.6rem;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 30px 15px 84px;
  }
  .p-contact__box {
    width: 92%;
  }
  .p-contact__form {
    padding: 31px 19px;
  }
  .p-contact__heading {
    font-size: 2.8rem;
  }
}
.p-other {
  color: #222222;
  text-align: center;
}

.p-other__title {
  font-size: 3.6rem;
}

.p-other__container {
  background-color: #fff;
  max-width: 488px;
  height: 207px;
  margin: 40px auto 0px;
  display: flex;
  box-shadow: 0px 10px 40px rgba(15, 18, 63, 0.0823529412);
}

.p-other__card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 224px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}
.p-other__card__link p {
  color: #222222;
  margin-top: 8px;
  font-size: 1.2rem;
}
.p-other__card__link:hover {
  background-color: #f7f8f9;
}

.p-other__card__link__image {
  padding-top: 40px;
}
.p-other__card__link__image img {
  max-width: 110px;
  width: 100%;
  height: 62px;
}

@media screen and (max-width: 767px) {
  .p-other__title {
    font-size: 2.8rem;
  }
  .p-other__card__link__image {
    padding-top: 30px;
  }
}
.p-terms {
  max-width: 900px;
  width: 100%;
  margin: 140px auto 160px;
  font-size: medium;
}
.p-terms p {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-terms .p-terms__content {
  text-align: center;
  padding-bottom: 72px;
}

.p-terms__title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.p-terms__content__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 24px;
  margin-top: 48px;
}
.p-terms__content__title.first {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-terms__wrapper {
    padding: 0px 16px;
  }
  .p-terms .p-terms__content {
    padding-bottom: 64px;
  }
}
.p-confirm__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 140px;
  font-size: 3.6rem;
}

.p-confirm__logo h2 {
  font-weight: bold;
}

.p-confirm__dl {
  max-width: 700px;
  width: 100%;
  margin: 80px auto 40px;
  padding: 40px;
  border-radius: 10px;
  background-color: #f7f8f9;
}

@media screen and (max-width: 768px) {
  .p-confirm__dl {
    width: 92%;
    margin: 64px auto 40px;
  }
}
.p-confirm__item {
  display: flex;
  width: 100%;
  max-width: 620px;
  justify-content: space-between;
}
.p-confirm__item:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-confirm__item {
    display: block;
  }
}
.p-confirm__dt {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  max-width: 140px;
}

.p-confirm__dd {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  min-width: 337px;
  max-width: 472px;
  width: 100%;
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .p-confirm__dd {
    width: auto;
  }
}
.p-confirm__button-container {
  margin: 24px auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.p-confirm__button {
  color: #222222;
  padding: 17px 0;
  font-weight: bold;
  font-size: 1.6rem;
  width: 260px;
  box-shadow: 0px 3px 6px rgba(116, 118, 225, 0.0784313725);
  border: 1px solid #e5e4e5;
  border-radius: 4px;
}
.p-confirm__button.p-confirm__button__submit {
  color: #ffffff;
}

.p-confirm__button__back:hover {
  opacity: 0.7;
}

.p-confirm__button-container form button,
.p-confirm__button-container button {
  vertical-align: middle;
  /* Canh theo chiều dọc */
}

.c-button,
.c-button--white,
.c-button--shadow {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #f08300;
  border-radius: 12px;
}

.c-button--shadow {
  box-shadow: 0 33px 28px -23px rgba(240, 131, 0, 0.7);
  transition: box-shadow 0.3s;
}

.c-button--shadow:hover {
  box-shadow: 0 13px 28px -23px rgba(240, 131, 0, 0.7);
}

.c-button--white {
  background-color: #ffffff;
  color: #0d0d14;
  border: 1px solid #d4d7e0;
}

.p-send {
  padding-bottom: 118px;
}

.p-send__copyright {
  width: fit-content;
  margin: 0 auto;
  font-size: 0.8rem;
  font-weight: 500;
  color: #6f7378;
}

.p-confirm__button__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-confirm__logo {
    font-size: 2.8rem;
  }
  .p-confirm__dd {
    padding-left: 0;
    margin-top: 8px;
    min-width: 200px;
  }
  .p-confirm__button-container {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.p-completion {
  padding: 140px 0px 174px;
  text-align: center;
  min-height: calc(100vh - 80px);
}

.p-completion__title {
  font-size: 3.6rem;
  font-weight: bold;
}

.p-completion__logo {
  padding-top: 85px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .p-completion__logo {
    padding-top: 85px;
    width: 200px;
  }
}
.p-completion__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-completion__heading {
    font-size: 2.4rem;
  }
}
.p-completion__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: black;
  margin-top: 80px;
}

.p-completion__text__second {
  margin-top: 20px;
}

.p-completion__img {
  width: 100px;
  margin: 70px auto 0;
}

.p-completion__button {
  margin: 40px auto 0px;
  display: block;
  padding: 17px 0;
  font-weight: bold;
  font-size: 1.6rem;
  width: 260px;
  -webkit-box-shadow: 0px 3px 6px rgba(116, 118, 225, 0.0784313725);
  box-shadow: 0px 3px 6px rgba(116, 118, 225, 0.0784313725);
  border: 1px solid #e5e4e5;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .p-completion__title {
    font-size: 2.8rem;
  }
  .p-completion__text {
    margin-top: 64px;
    padding: 0px 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 1225px) {
  .u-header-pc {
    display: none;
  }
}

@media screen and (min-width: 1226px) {
  .u-header-sp {
    display: none;
  }
}

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