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

/* reset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-decoration: underline dotted;
          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 */
}

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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow: auto;
  height: 100%;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

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

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

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

.l-header__ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}

.l-header__link {
  padding: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222222;
  position: relative;
}

.l-header__link::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 5px;
  margin: auto;
  left: 0;
  right: 0;
  /*線の形状*/
  width: calc(100% - 16px);
  height: 2px;
  background: #3632CC;
  border-radius: 20px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点*/
}

.l-header__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}

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

.l-header__info {
  margin: 0;
  height: fit-content;
  font-size: 1.4rem;
  color: #222222;
  text-align: right;
}

.l-header__logo {
  height: 40px;
}

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

@media screen and (max-width: 1225px) {
  .l-header {
    width: 100%;
    padding: 0px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__logo__image {
    max-width: 114px;
  }
  .js-active.l-header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .l-header__link,
  .l-header__link--contact {
    font-size: 2rem;
  }
  .l-header__li {
    margin: 0;
    display: block;
    width: 100%;
  }
  .l-header__link {
    color: #222;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    padding-left: 32px;
    position: relative;
  }
  .l-header__link::before {
    position: absolute;
    top: 47%;
    left: 8px;
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background-color: #222222;
    border-radius: 40px;
  }
  .l-header__link::after {
    display: none;
  }
  .l-header__link:hover{
    opacity: 0.7;
  }
  .l-header__nav {
    max-width: none;
  }
  .l-header__ul {
    padding: 40px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    text-align: left;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    justify-content: normal;
    gap: 24px;
  }
  .l-header__ul.js-active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 10;
    border: none;
    background: radial-gradient(circle at 1.4px 1.4px, #F4F4F4 1.4px, #FFF 0);
    background-size: 10px 10px;
  }
  .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");
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
  }
  .l-header__hamburger.js-active {
    content: url("../img/icon_hamburger-menu-back.svg");
  }
  .l-header__nav {
    margin: 0;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .l-header__nav-logo {
    display: block;
  }
  .l-header__li--contact {
    margin: 122px 0 0;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .l-header__info {
    padding: 28px 0 0 44px;
    width: 190px;
    height: 45px;
    position: relative;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.7rem;
    letter-spacing: -0.3px;
  }
  .l-header__info::before {
    content: url('../img/icon_call.svg');
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #FF8B11;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .l-header__info span {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    letter-spacing: -1.3px;
  }
  .l-header__info span a {
    color: #222222;
  }
}
.l-service {
  padding: 80px 0;
}

.l-service__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-service {
    padding: 80px 0px 128px;
  }
}
.l-about {
  padding: 80px 0;
}

.l-about__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-about {
    padding: 80px 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: 80px 0 120px;
}

.l-feature__wrapper {
  max-width: 805px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-feature {
    padding-top: 120px;
  }
}
.l-search {
  padding: 170px 15px 154px;
}

@media screen and (max-width: 767px) {
  .l-search {
    padding: 116px 6%;
  }
}
.l-flow {
  padding: 80px 0;
}

.l-flow__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

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

.l-price__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0px;
}

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

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

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

.l-other__wrapper {
  margin: 0 auto;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .l-other__wrapper {
    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-color: #3632CC;
  color: white;
  font-size: 0.8rem;
  height: 80px;
  padding: 0 83px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.l-footer__detail li a {
  font-size: 1.2rem;
  color: #fff;
}

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

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

.c-btn-white {
  color: #222222;
}

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

.c-btn-white::before {
  background: #FFFFFF;
  border: #E5E4E5 1px solid;
}

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

.c-btn-white::after {
  background: #FFFFFF;
  border: #E5E4E5 1px solid;
}

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

.c-btn-white:hover {
  opacity: 0.7;
}

.c-btn__menu {
  font-size: 1.4rem;
  font-weight: bold;
  height: 40px;
  width: 194px;
}

@media screen and (max-width: 1225px) {
  .c-btn__menu {
    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-service__card {
  padding: 24px;
  width: calc(50% - 8px);
  max-width: 542px;
  background-color: #fff;
  border-radius: 13px;
}

.c-service__card__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-service__card__title-img {
  padding: 8px;
  width: 40px;
  height: 40px;
  background: #EBEFF8;
  border-radius: 50px;
}

.c-service__card__title-tag {
  width: 100%;
  color: #3632CC;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
}

.c-service__card__text {
  margin: 8px 0 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 767px) {
  .c-service__card {
    width: 300px;
  }
  .c-service__card__title-tag {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.c-tag {
  background: transparent linear-gradient(256deg, #7476e1 0%, #7cafeb 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-task__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.c-task__card {
  max-width: 352px;
  padding: 60px 24px;
  width: 100%;
  height: 345px;
  background-color: #fff;
  border-radius: 8px;
}

.c-task__card__image {
  max-width: 300px;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-task__card__image img {
  max-width: 300px;
  max-height: 150px;
  height: auto;
  width: 100%;
}
.c-task__card__image .c-task__card__image1 {
  max-width: 154px;
}
.c-task__card__image .c-task__card__image2 {
  max-width: 219px;
}
.c-task__card__image .c-task__card__image3 {
  max-width: 217px;
}

.c-task__card__text {
  margin-top: 24px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-task__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-task__card {
    padding: 60px 20px;
  }
}
.c-feature__cards {
  margin-top: 54px;
}

.c-feature__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1025px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-feature__card.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-feature__card:not(:first-child) {
  margin-top: 120px;
}

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

.c-feature__card__text__number {
  width: 52px;
  height: 35px;
}
.c-feature__card__text__number img {
  width: 52px;
  height: 35px;
}

.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;
}

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

@media screen and (max-width: 767px) {
  .c-feature__card,
  .c-feature__card.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: 47px;
    height: 58px;
  }
  .c-feature__card__text__number img {
    width: 43px;
    height: 29px;
  }
  .c-feature__card__text__title {
    font-size: 2.1rem;
    margin-top: 0;
  }
}
.c-search__card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 118px auto 0px;
  gap: 10px;
}

.c-search__card__box {
  height: 226px;
}

.c-search__card {
  max-width: 314px;
  width: 100%;
}

.c-search__card__image {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.c-search__card__image img {
  width: auto;
  height: 110px;
}

.c-search__card__title {
  margin-top: 24px;
  font-size: 1.8rem;
  text-align: center;
}

.c-search__card__detail {
  font-size: 1.6rem;
  line-height: 1.6875;
}

@media screen and (max-width: 767px) {
  .c-search__card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 71px auto 0px;
    gap: 0;
  }
  .c-search__card__image {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-search__card__image img {
    width: auto;
    height: 110px;
  }
  .c-search__card__box {
    height: auto;
  }
  .c-search__card:not(:first-child) {
    margin-top: 40px;
  }
  .c-search__card__title {
    margin-top: 31px;
  }
  .c-search__card__detail {
    margin-top: 24px;
  }
}
.c-price__cards {
  margin: 40px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 24px;
  max-width: 1200px;
}

.c-price__card {
  max-width: 384px;
  width: 100%;
  border-radius: 10px;
  border: #e5e4e5 1px solid;
  background-color: #fff;
  overflow: hidden;
}

.c-price__card__header {
  border-radius: 10px 10px 0px 0px;
  background: transparent linear-gradient(268deg, #7476e1 0%, #7cafeb 100%) 0% 0% no-repeat padding-box;
  height: 16px;
  width: 100%;
}

.c-price__card__title {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: fit-content;
  text-align: center;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: bold;
  background: #3632CC;
  color: #FFFFFF;
}

.c-price__card__detail {
  margin: 40px auto 0;
  padding: 0;
  text-align: center;
}

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

.c-price__card__detail__title {
  font-size: 1.6rem;
  margin-top: 16px;
  font-weight: 500;
}

.c-price__card__detail__title-pro {
  margin: 48px auto 0;
  padding: 0 0 10px;
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: bold;
  text-align: center;
}

.c-price__card__detail__price {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 7rem;
}
.c-price__card__detail__price span {
  font-size: 1.6rem;
}

.c-price__card__detail__note {
  font-size: 1.2rem;
  margin-top: 4px;
  color: #757575;
}

.c-price__card__feature {
  margin: 40px 0 0;
  padding: 0 0 40px;
}

.c-price__card__feature ul {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}

.c-price__card__feature li p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.c-price__card__feature li:not(:first-child) {
  margin: 8px 0 0;
}

.c-price__card__feature li:last-child {
  margin: 16px 0 0;
}

.c-price__card__feature li:last-child p {
  padding: 0 0 0 16px;
  color: #757575;
  font-size: 1.2rem;
  line-height: 1.8rem;
  position: relative;
}

.c-price__card__feature li:last-child p::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0;
}

.c-price__card__feature img {
  margin-top: 9px;
  width: 17px;
  height: 17px;
}

.c-price__card__feature-pro {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-price__cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .c-price__card.c-price__card-pro {
    min-height: 389px;
  }
  .c-price__card__title {
    padding: 16px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .c-price__card__feature {
    margin-top: 40px;
  }
  .c-price__card__feature li {
    gap: 4px;
  }
  .c-price__card__feature img {
    width: 20px;
    height: 20px;
  }
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-form__item:not(:first-child) {
  margin-top: 24px;
}

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

.c-form__text {
  margin: 20px auto 40px;
  width: fit-content;
  color: #757575;
  font-size: 1.2rem;
  text-align: center;
}

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

.c-form__label.required::before {
  content: "必須";
  margin: 0 12px 0 0;
  padding: 3px 12px;
  width: fit-content;
  border-radius: 13px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #FFFFFF;
  background: #3632CC;
  display: inline-block;
}

.c-form__textbox,
.c-form__textbox--textarea,
.c-form__textbox--name {
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 1.6rem;
  background-color: #F7F8F9;
  border: 1px solid #E5E4E5;
  border-radius: 4px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
          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;
  -webkit-transform: translateY(-50%);
          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;
}

.bg-dots {
  background: radial-gradient(circle at 1.5px 1.5px, #F4F4F4 1.5px, transparent 0);
  background-size: 8px 8px;
}

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

.p-kv {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .p-kv {
    position: relative;
    overflow: hidden;
  }
}

.p-kv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  max-width: 990px;
  margin: 0 auto;
  padding: 121px 0px 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
}

.p-kv__text {
  color: #222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 440px;
}

.p-kv__text__title {
  margin: 0;
  color: #3632CC;
  font-size: 12.8rem;
  line-height: 18.5rem;
  font-weight: bold;
}

.p-kv__text__subtitle {
  margin: 0;
  color: #3632CC;
  font-size: 4.8rem;
  line-height: 7rem;
  font-weight: bold;
}

.p-kv__text__intro {
  margin: 16px 0 0;
  font-size: 2rem;
  font-weight: 500;
}

.p-kv__image {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .p-kv__image {
    width: 62%;
    max-width: 827px;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-kv {
    height: 776px;
    overflow: hidden;
  }
  .p-kv__wrapper {
    padding: 76px 0px 20px;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    gap: 0;
  }
  .p-kv__text {
    padding: 0 15px;
    min-width: 310px;
  }
  .p-kv__text__intro {
    padding: 1px 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .p-kv__text__subtitle {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }
  .p-kv__text__title {
    margin: 0 0 0 9px;
    font-size: 8.8rem;
    line-height: 12.7rem;
  }
  .p-kv__image {
    max-width: 440px;
    min-width: 375px;
    width: 100%;
    height: 348px;
    overflow: hidden;
  }
  .p-kv__image img {
    width: auto;
    height: 120%;
  }
}
.p-service {
  color: #222222;
  background: transparent linear-gradient(59deg, #3632CC 0%, #118CF5 100%) 0% 0% no-repeat padding-box;
}

.p-service__title {
  margin: 0;
  font-size: 3.6rem;
  line-height: 5.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


.p-service__splide {
  margin-top: 40px;
}

.p-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.splide__arrows {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-service__wrapper {
    max-width: none;
  }
  .p-service__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .p-service__title {
    margin: 0 20px;
    font-size: 2.8rem;
  }
  .p-service__title__sub {
    font-size: 1.6rem;
    padding: 0 4%;
    line-height: 1.6875;
  }
  .splide {
    position: relative;
  }
  .splide__pagination {
    bottom: -48px
  }
  .splide__slide.is-next,
  .splide__slide.is-prev {
    opacity: 0.7;
  }
  .splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }
  .splide__pagination__page {
    margin: 8px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  .splide__arrows {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    height: 24px;
    width: 200px;
    bottom: -48px;
    -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  .splide__arrow {
    width: 24px;
    background-color: transparent;
    opacity: 1;
  }
  .splide__arrow--prev {
    left: 0;
  }
  .splide__arrow--next {
    right: 0;
  }
  .splide__arrow svg {
    fill: #fff;
  }
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about {
  background: #F6F8FF;
  color: #222;
}

.p-about__title {
  margin: 0;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 5.2rem;
  text-align: center;
}

.p-about__detail {
  margin: 40px auto 0;
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
}

.p-about__list {
  margin: 40px 0 80px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.p-about__lists {
  width: 257px;
  background-color: #fff;
  border-radius: 15px;
  padding: 24px 24px 32px;
}

.p-about__image {
  max-width: 80px;
  margin: 0 auto;
}

.p-about__lists-title {
  margin: 16px auto 0;
  color: #3632CC;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}

.p-about__lists-text {
  margin: 24px 0 0;
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.5px;
}

.p-about-btn {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  height: 56px;
  max-width: 260px;
  width: 100%;
}


@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .p-about__detail {
    margin: 16px 25px 0;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .p-about__list {
    margin: 40px 0;
  }
  .p-about__lists {
    margin: 0 30px;
    width: 100%;
  }
}
.p-task {
  background-image: url(../img/bg-task_pc.png);
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}

.p-task__title {
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 0 20px 95px 20px;
  display: inline-block;
}
.p-task__title::before, .p-task__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: white;
}
.p-task__title::before {
  left: 0;
  width: 51%;
}
.p-task__title::after {
  right: 0;
  width: calc(49% - 10px);
}

.p-task__title-middle {
  position: absolute;
  bottom: 2px;
  right: calc(49% - 28px);
  -webkit-transform: rotate(-245deg);
          transform: rotate(-245deg);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.p-task__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-task__title {
    font-size: 2.8rem;
    padding-bottom: 15px;
    margin: 0px 0px 95px 2px;
  }
  .p-task {
    background-image: url(../img/bg-task_sp.png);
  }
}

.p-feature {
  color: #222222;
  background-color: #fff;
}

.p-feature__title {
  margin: 0;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 5.2rem;
  text-align: center;
}

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

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

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

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

.p-feature__list {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}

.p-feature__lists {
  width: 360px;
}

.p-feature__image {
  margin: 0 auto;
  width: fit-content;
  height: 200px;
}

.p-feature__lists-title {
  margin: 16px auto 0;
  padding: 4px 32px;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 28px;
  display: block;
  background: transparent linear-gradient(80deg, #3632CC 0%, #118CF5 100%) 0% 0% no-repeat padding-box;
}

.p-feature__lists-text {
  margin: 16px 0 0;
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: 500;
}

.p-feature__lists-icontext {
  margin: 16px 0 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  position: relative;
  text-indent: 12px;
  color: #3632CC;
  font-weight: 500;
}

.p-feature__lists-icontext:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: 0;
  background-color: #3632CC;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .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: 2.8rem;
    line-height: 4rem;
  }
  .p-feature__subtitle {
    font-size: 2.8rem;
  }
  .p-feature__list {
    margin: 40px 0 0;
  }
  .p-feature__lists {
    width: 315px;
  }
}
.p-search__tag {
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  font-size: 1.6rem;
  height: 32px;
  font-weight: 500;
}

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

.p-search__title__sub {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  line-height: 1.7;
}

.p-search__contact__btn {
  margin: 80px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-search__tag {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    height: 59px;
    text-align: center;
  }
  .p-search__title {
    font-size: 2.8rem;
  }
  .p-search__title__sub {
    font-size: 1.6rem;
    margin-top: 17px;
    line-height: 1.6875;
    font-weight: 500;
  }
  .p-search__contact__btn {
    margin: 67px auto 0px;
  }
}

.p-flow {
  color: #222222;
}

.p-flow__title {
  margin: 0;
  text-align: center;
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: bold;
}

.p-flow__title__sub {
  margin-top: 24px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6875;
}
.p-flow__title__sub span {
  color: #ff5e12;
  font-weight: bold;
}

.p-flow__step__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.p-flow__step {
  padding: 24px;
  width: 25%;
}
.p-flow__step:nth-child(1) {
  background: #EEF3FE;
}
.p-flow__step:nth-child(2) {
  background: #DFE8FC;
}
.p-flow__step:nth-child(3) {
  background: #CFDDFB;
}
.p-flow__step:nth-child(4) {
  background: #C1D3F9;
}
.p-flow__step:last-child .p-flow__step__image:not(:last-child):after {
  display: none;
}

.p-flow__step__image {
  position: relative;
  margin: 0 auto;
  max-width: 222px;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow__step__content {
  margin: 8px auto 0;
  max-width: 222px;
  width: 100%;
}

.p-flow__step__arrow {
  padding: 88px 3px 0px;
  min-width: 36px;
  height: 4px;
}

.p-flow__step__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__step__number__tag {
  width: 72px;
  border-radius: 12px;
  margin-top: 24px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-flow__step__title {
  margin: 0;
  color: #3632CC;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
}

.p-flow__step__detail {
  margin: 16px 0 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .p-flow__step__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-flow__step {
    padding: 24px 24px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 327px;
    width: 100%;
  }
  .p-flow__step__image {
    margin: 0;
    width: 42px;
    min-width: 42px;
    height: auto;
  }
  .p-flow__step__image img {
    width: 100%;
    height: auto;
  }
  .p-flow__step__image:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 30px;
    top: 127px;
    right: 50%;
    background-image: url("../img/icon_flow_connect_img_sp.svg");
  }
  .p-flow__step__number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-flow__step__number__tag {
    margin-top: 0px;
  }
  .p-flow__step__content {
    margin: 0 0 0 8px;
    width: 100%;
    max-width: none;
  }
  .p-flow__step__arrow {
    display: none;
  }
  .p-flow__step__title {
    margin: 11px 0 0;
    text-align: left;
  }
  .p-flow__step__detail {
    margin: 17px 0 0;
  }
}
.p-price {
  color: #222222;
  background-color: #F6F8FF;
}

.p-price__title {
  margin: 0;
  text-align: center;
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: bold;
}

.p-price__note {
  margin: 24px auto 80px;
  width: fit-content;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-price__note {
    margin: 24px auto 40px;
    text-align: center;
  }
}

.p-price__contact__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.p-faq__title {
  margin: 0;
  font-size: 3.6rem;
  line-height: 5.2rem;
  text-align: center;
  font-weight: bold;
}

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

.p-faq__item {
  padding: 23px 23.5px 23px 60.5px;
  border-top: 1px solid #d4d7e0;
  cursor: pointer;
}
.p-faq__item dd {
  font-weight: 400;
}
.p-faq__item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f7f8f9;
}

.p-faq__question {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-faq__question p {
  margin: 0;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  position: relative;
}
.p-faq__question p::before {
  width: 12px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  content: "Q";
  color: #3632CC;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: calc(-12px - 24px);
}
.p-faq__icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: relative;
}
.p-faq__icon::before,
.p-faq__icon::after {
  margin: auto;
  display: block;
  content: "";
  background: #222222;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-faq__icon::before {
  width: 19px;
  height: 3px;
}
.p-faq__icon::after {
  width: 3px;
  height: 19px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-faq__question.js-open .p-faq__icon::after {
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-faq__answer {
  margin: 28px calc(24px + 32px) -4px 0;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.p-faq__answer::before {
  width: 10px;
  content: "A";
  color: #FF5E12;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: calc(-10px - 26px);
}

@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .p-faq__question {
    align-items: flex-start;
    gap: 12px;
  }
  .p-faq__question::before {
    top: -1px;
  }
  .p-faq__question p {
    margin: 2px 0 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .p-faq__question p::before {
    width: 11px;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #7476E1;
    left: calc(-11px - 16px);
  }
  .p-faq__item {
    padding: 16px 16px 16px 43px;
  }
  .p-faq__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .p-faq__icon::before {
    width: 14px;
    height: 2px;
  }
  .p-faq__icon::after {
    width: 2px;
    height: 14px;
  }
  .p-faq__answer {
    margin: 34px calc(24px + 12px) -2px 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .p-faq__answer::before {
    width: 9px;
    font-size: 1.4rem;
    line-height: 2rem;
    left: calc(-9px - 18px);
  }
}
.p-contact {
  padding: 80px 0;
  color: #222222;
  background-color: #F6F8FE;
  position: relative;
}

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

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

.p-contact__phone {
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6f7378;
}

.p-contact__heading {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: bold;
}

.p-contact__heading_sub {
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}

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

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

.p-contact__agree {
  margin-top: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__button {
  margin: 0 auto;
  width: 260px;
  height: 56px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-contact__foot {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.p-contact__logo {
  width: 120px;
}

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

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

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 80px 15px;
  }
  .p-contact__box {
    width: 92%;
  }
  .p-contact__form {
    padding: 40px 16px;
  }
  .p-contact__heading {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .p-contact__heading_sub {
    line-height: 2.5rem;
    text-align: center;
  }
}
.p-other {
  background-image: url("../img/bg-other.svg");
  background-size: cover;
  background-position: center;
  color: #222222;
  text-align: center;
}

.p-other__title {
  margin: 0;
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: bold;
}

.p-other__container {
  background-color: #fff;
  max-width: 488px;
  height: 207px;
  margin: 40px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 10px 40px #0F123F15;
  border-radius: 10px;
}

.p-other__card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 224px;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}
.p-other__card__link p {
  color: #222222;
  margin: 8px 0 0;
  font-size: 1.2rem;
}
.p-other__card__link:hover {
  background: #F5F8FD 0% 0% no-repeat padding-box;
}

.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 {
  width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  position: relative;
}

.p-confirm__logo::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 56px;
  height: 6px;
  background: transparent linear-gradient(264deg, #3632CC 0%, #118CF5 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
}

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

.p-confirm__text {
  margin: 40px auto 24px;
  width: fit-content;
  text-align: center;
}

.p-confirm__text p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-confirm__dl {
    margin: 74px 16px 40px;
    padding: 40px 24px;
    width: auto;
  }
}
.p-confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  height: fit-content;
}

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

.p-confirm__button-container {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.p-confirm__button {
  padding: 17px 0;
  font-weight: bold;
  font-size: 1.6rem;
  width: 260px;
  height: 56px;
  -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: 28px;
}
.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 {
  -webkit-box-shadow: 0 33px 28px -23px rgba(240, 131, 0, 0.7);
          box-shadow: 0 33px 28px -23px rgba(240, 131, 0, 0.7);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.c-button--shadow:hover {
  -webkit-box-shadow: 0 13px 28px -23px rgba(240, 131, 0, 0.7);
          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: 140px 0 160px;
}

.p-send__copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  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;
    line-height: 4rem;
  }
  .p-confirm__dt {
    max-width: none;
  }
  .p-confirm__dd {
    padding-left: 0;
    margin-top: 8px;
    min-width: auto;
    max-width: none;
  }
  .p-confirm__button-container {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}
.p-completion {
  text-align: center;
}

.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 {
  margin: 90px auto 0;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #222222;
}

.p-completion__text p:first-child {
  margin: 0;
}

.p-completion__text p:not(:first-child) {
  margin: 24px 0 0;
}

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

.p-completion__button {
  margin: 40px auto 0px;
  font-weight: bold;
  font-size: 1.6rem;
  width: 260px;
  height: 56px;
  -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: 28px;
}

@media screen and (max-width: 767px) {
  .p-completion__title {
    font-size: 2.8rem;
  }
  .p-completion__text {
    margin-top: 74px;
    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 */